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
e0f1de9791b390f74365029dc7b592bc4744977e
4bbc2bd7e905b75d38d36d8eefdf3e34ba805727
/ee_scicoslab/scicos_flex/dspic/macros/flex_blocks/CG-Sources/RT_randm.sci
5d69b6a1d99d90ac76f115cc69289f5dd759d776
[]
no_license
mannychang/erika2_Scicos-FLEX
397be88001bdef59c0515652a365dbd645d60240
12bb5aa162fa6b6fd6601e0dacc972d7b5f508ba
refs/heads/master
2021-02-08T17:01:20.857172
2012-07-10T12:18:28
2012-07-10T12:18:28
244,174,890
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,893
sci
RT_randm.sci
function [x,y,typ] = RT_randm(job,arg1,arg2) x=[];y=[];typ=[]; select job case 'plot' then exprs=arg1.graphics.exprs; standard_draw(arg1) case 'getinputs' then [x,y,typ]=standard_inputs(arg1) case 'getoutputs' then [x,y,typ]=standard_outputs(arg1) case 'getorigin' then [x,y]=standard_origin(arg1) case 'set' then x = arg1; model=arg1.model; graphics=arg1.graphics; exprs=graphics.exprs; while %t do [ok, A, seed, exprs] = getvalue('Set Random block parameters',.. ['Amplitude:'; 'Seed:'],... list('vec',-1,'vec',-1),exprs); if ~ok then break,end if exists('outport') then out = ones(outport,1), in=[], else out=1, in=[], end [model,graphics,ok] = check_io(model,graphics,in,out,1,[]) if ok then graphics.exprs = exprs; model.rpar = [A, seed]; model.ipar = []; //** Finalize the data x.graphics = graphics; x.model = model; break ; //exit from the infinite while loop end end //** end of the infinite while loop case 'define' then //** default values A = 1.0 ; seed = 0.0; model = scicos_model() model.sim = list('rt_randm',4); if exists('outport') then model.out=ones(outport,1), model.in=[], else model.out=1, model.in=[], end model.evtin = 1 ; model.rpar = [A,seed]; model.ipar = []; model.blocktype='d'; model.dep_ut=[%t %f]; exprs=[sci2exp(A),sci2exp(seed)]; gr_i=['xstringb(orig(1),orig(2),''Random'',sz(1),sz(2),''fill'');']; x = standard_define([3 2],model,exprs,gr_i); end //** of select job endfunction
6cb26eacb3df13eded0c778626a4f376cf27ae33
449d555969bfd7befe906877abab098c6e63a0e8
/3556/CH12/EX12.7/Ex12_7.sce
98332ef5d8b39ba91be0a2972b7b5ba594cd0e1f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
704
sce
Ex12_7.sce
clc // Fundamental of Electric Circuit // Charles K. Alexander and Matthew N.O Sadiku // Mc Graw Hill of New York // 5th Edition // Part 2 : AC Circuits // Chapter 12 : Three Phase Circuit // Example 12 - 7 clear; clc; close; // // Given data P_motor = 5600.0000; VL_motor = 220.0000; IL_motor = 18.200; // // Calculations Complex Power Motor S_motor = (3)^0.5*VL_motor*IL_motor; // Calculations Power Factor Motor pf_motor = (P_motor/S_motor); // disp("Example 12-7 Solution : "); printf(" \n Pf = Power Factor Motor = %.3f ",pf_motor)
4be6cc8c740edd92075dd3d9ba46e23166b56c4e
e8dbcf469ba8a31d6926ba791ebc5dcccd50282b
/css/Scripts/Funciones/get_contextura.tst
57bbfd1bec0570dbf60dba01e9fd5ea583b44943
[]
no_license
bryanjimenezchacon/bryanjimenezchacon.github.io
5f2a0f1dbfbc584a65dece48f98b1c13d755512f
7062d1860934808265c05491007c83f69da1112a
refs/heads/master
2021-01-23T17:20:11.542585
2015-10-10T05:52:52
2015-10-10T05:52:52
41,244,377
2
0
null
2015-08-26T15:46:04
2015-08-23T09:52:06
JavaScript
UTF-8
Scilab
false
false
176
tst
get_contextura.tst
PL/SQL Developer Test script 3.0 4 begin -- Call the function :result := get_contextura(pcontextura_id => :pcontextura_id); end; 2 result 1 Gruesa 5 pcontextura_id 1 1 4 0
22628bbb2f7e0d2ef89d4579500a46dac2534915
449d555969bfd7befe906877abab098c6e63a0e8
/2342/CH5/EX5.36/EX5_36.sce
83939c1397b98c782d018cf96dd3fa3202103526
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
557
sce
EX5_36.sce
// Exa 5.36 format('v',5) clc; clear; close; // Given data V_GSth= 2;// in V k= 2*10^-4;// in A/V^2 V_DD= 12;// in V R_D= 5*10^3;// in ohm I_D= poly(0,'I_D'); V_DS= V_DD-I_D*R_D;// in V // Evaluation the value of I_D by using polynomial method, I_D= I_D-k*(V_DS-V_GSth)^2; I_D= roots(I_D);// in A // For I_D(1), V_DS will be negative, so discarding it I_D= I_D(2);// in A // The value of V_DS, V_DS= V_DD-I_D*R_D;// in V I_D= I_D*10^3;// in mA disp(I_D,"The value of I_D in mA is : ") disp(V_DS,"The value of V_DS in volts is : ")
3d507dee564e6917cd9374a52d902b18c1275a4d
449d555969bfd7befe906877abab098c6e63a0e8
/1703/CH8/EX8.1/8_1.sce
84804a040dee840b08aafeb3c79132a2dcda1ef6
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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_1.sce
clc //initialisation of variables v= 10.01 //poise g= 32.2 //ft/sec^2 d= 30.48 //cm w= 453.6 //gm //CALCULATIONS M= v*d/w F= M/g //RESULTS printf ('Pound in unit of mass = %.3f lb/ft sec absolute units',M) printf ('\n Pound in unit of force = %.4f slugs/ft sec',F)
cc683d79a3f7cd077417f4386cae9fa4b3b7813c
8217f7986187902617ad1bf89cb789618a90dd0a
/source/2.1.1/macros/tdcs/chaintst.sci
f6f1b99e346e7f435e53dcde8aa5de0bcab19870
[ "LicenseRef-scancode-public-domain", "LicenseRef-scancode-warranty-disclaimer", "MIT" ]
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
665
sci
chaintst.sci
//[]=chaintst(f_l,b1,odem,xdim,npts) //[]=chaintst([f_l,b1,odem,xdim,npts]) // Integration of the chain model // a Three-species food chain model //! [lhs,rhs]=argn(0); if rhs <=0, f_l=chain;end if rhs <=1, b1=3.0;end if rhs <=2, odem='default';end; if rhs <=4, npts=[1000,0.1],end; if rhs <=3 then xdim=[0,1,0,1,5,11]; end; x_message(["Integration of a Three-species food chain model "]); portr3d(f_l,odem,xdim,npts); //end //[xdot]=chain(t,x) ff1= f1(x(1)) ff2= f2(x(2)) x1= x(1)*(1-x(1)) - ff1*x(2) x2= ff1*x(2) - ff2*x(3) - 0.4*x(2) x3= ff2*x(3) - 0.01*x(3) xdot=[x1;x2;x3]; //end //[z1]=f1(u) z1=5*u/(1+b1*u) //end //[z2]=f2(u) z2=0.1*u/(1+2*u) //end
74d15e9ccb3ba7e4fae574b39f3c822270715edc
5523237709a6b6082f723934030bd36314a3b267
/frontend/buttonMapping.sce
67c11474d36691fed7bdb3191dc18ed2c2a7a4cc
[]
no_license
mode777/retrolove
54d8bd852ed67f4b6c27cdee63f35a5195fadc8c
4626062c98797f3d4b3c7510ce4d5de1cf3b66e2
refs/heads/master
2021-06-01T22:36:42.600874
2017-12-18T09:40:50
2017-12-18T09:40:50
19,409,879
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,480
sce
buttonMapping.sce
local input = cine.input local scene = {} local layer = cine.layer.new() local cfg = require("frontend/config") local sw, sh = love.window.getDimensions() local font = cfg.font[2] local smFont = cfg.font[1] local selection = require("frontend/selectMenu") local function waitInput() while not input.getCurrentInput() do cine.thread.yield() end return input.getCurrentInput() end function scene:onLoad() love.graphics.setBackgroundColor(unpack(cfg.bgColor)) local controller = cine.sprite.new(sw/2, sh/2+sh*0.1, cine.sourceImage.new("frontend/360_controller.png")) controller:center() controller:setTint(255,255,255,100) controller:setSca(sh*0.6/controller:getSource():getImage():getHeight()) local status = cine.sprite.new(sh*0.1, sh*0.1, font, "Input configuration \r\n(press button to continue)") local status2 = cine.sprite.new(sh*0.1, sh*0.2, smFont, "") layer:insertSprite(controller) layer:insertSprite(status) layer:insertSprite(status2) status:setTint(unpack(cfg.color1)) status2:setTint(unpack(cfg.color2)) local choice = 2 while choice == 2 do cine.input.setMappingTable({}) status2:setIndex("") status:setIndex("Input configuration \r\n(press button to continue)") waitInput() local inputs = {"Up","Down","Left","Right","Y","B","A","X","LB","RB","LT","RT","Back","Start"} for i=1, #inputs do local button = input.newVirtualInput(inputs[i]) status:setIndex("Press input for \""..inputs[i].."\"...") cine.thread.wait(0.25) button:map(waitInput()) local data = {input.getCurrentInput() } if data[1] == "keyboard" then data = string.format("Keyboard '%s'-key",data[2]) end if data[1] == "mouse" then data = string.format("Mouse Button '%s'",data[2]) end if data[1] == "joystick" then data = string.format("Joystick %s %s",data[2],table.concat({data[3]," ",data[4]," ",data[5]})) end status2:setIndex(status2:getIndex()..inputs[i]..": "..data.."\r\n") end choice = selection("Is this correct?",{"Yes","No"}) end self:stop() cine.serialize.save(input.getMappingTable(),"buttons.lua") --initialize your scene here end function scene:onUpdate() --update your scene here. end function scene:onStop() cine.layer.remove(layer) --define what is going to happen when your scene stops end return scene
2a2098b682b1598fd3c977d48ff697e9378fa123
54e5d9ca2754db593cf67f88b10650bfef1a174e
/{{cookiecutter.task_name}}/{{ cookiecutter.task_name }}.sce
c300fb2aaef87691974318b69427b8b43f2d456b
[ "BSD-3-Clause" ]
permissive
gjcooper/cookiecutter-NBS-Presentation
04a0f50ab55594107d11a5811afc7542253d77b6
33e93485bc0dbfb0d0697f9998193c7ea4d78f37
refs/heads/master
2021-01-18T05:29:25.335188
2017-03-09T01:10:40
2017-03-09T01:10:40
84,280,502
0
0
null
null
null
null
UTF-8
Scilab
false
false
109
sce
{{ cookiecutter.task_name }}.sce
# Header Parameters pcl_file = "{{ cookiecutter.task_name }}.pcl"; begin; # Stimuli and Trial definitions
1847c49423f0b5bcbe9b6009adbd39cc6137242d
449d555969bfd7befe906877abab098c6e63a0e8
/3845/CH1/EX1.3/Ex1_3.sce
e547445b967db74349eeb561e7134ea79b9c27cd
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
467
sce
Ex1_3.sce
//Example 1.3 stories=39;//Number of stories in the building height_man=2;//Approximate height of an adult man (m) height_storey=2*height_man;//Approximate height of a single storey (m) height_building=2*height_man*stories;//Approximate height of building assuming height of 1 storey=2*height_man (m) printf('Approximate height of building = %0.1f m',height_building) //Openstax - College Physics //Download for free at http://cnx.org/content/col11406/latest
55720fa933972fa18c3f3a00aa54946d9dda812e
449d555969bfd7befe906877abab098c6e63a0e8
/3648/CH20/EX20.4/Ex20_4.sce
27454c1e68013cc397745a2acd89c15c12de6cdf
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
613
sce
Ex20_4.sce
//Example 20_4 clc(); clear; //To find current in circuit, Voltmeter reading, reading across capacitor and power loss f=2000 //Units in Hz c=0.6*10^-6 //Units in F xc=1/(2*%pi*f*c) //Units in Ohms r=300 //Units in Ohms z=sqrt(r^2+xc^2) //Units in Ohms v=80 //Units in V i=v/z //Units in A vr=i*r //Units in V vc=i*xc //Units in V p=i^2*r //Units in W printf("The current in circuit is I=%.4f A\nVolt meter readings across resistor Vr=%.1f V\nReadings across capacitor is Vc=%.1f V\nPower loss in circuit is=%.1f W",i,vr,vc,p)
913af778a367180a8e54d0830a9adf9cbce79bb9
449d555969bfd7befe906877abab098c6e63a0e8
/3869/CH5/EX5.13/Ex5_13.sce
d75db81b1094d8dc9816433342db28ec45ee4b5d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
248
sce
Ex5_13.sce
clear // // // //Variable declaration NA=0.39 //numerical aperture delta=0.05 //fractional index change //Calculation n1=NA/sqrt(2*delta) //refractive index of core //Result printf("\n refractive index of core is %0.3f ",n1)
0b0df4e28dfd5dd0920452327bfc9a1b754c73b2
f7e335e2af57c686554eb057f28ddd8d21aab1e4
/tests/fuzz/c-wsp/0020.tst
12aeb5671a90bf468db7ca26af4d63c91268f171
[ "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
6
tst
0020.tst
;wt
ba600b6b0a6e6bec93ceb5dc50b6355cad37cf75
449d555969bfd7befe906877abab098c6e63a0e8
/149/CH5/EX5.30/ex30.sce
638f386d89cc732e2ae88ec67d421b7703ff96e2
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
139
sce
ex30.sce
clc syms x y u=x*(1-y^2)^0.5+y*(1-x^2)^0.5 v=asin(x)+asin(y) a=diff(u,x) b=diff(u,y) c=diff(v,x) d=diff(v,y) A=[a b; c d ] det(A)
1ffe7d2c409d662859e3525bdf456eb449227ab0
449d555969bfd7befe906877abab098c6e63a0e8
/1004/CH1/EX1.1/Ch01Ex1.sci
977bd2da6dcc069d0021da99efb6e2840835a958
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
534
sci
Ch01Ex1.sci
// Scilab Code Ex1.1 Relative Speed of approach: Pg:20 (2008) c = 1; // For the sake of simplicity, assume c = 1, m/s u = 0.87*c; // Velocity of approach of spaceship A towards spaceship B, m/s v = -0.63*c; // Velocity of approach of spaceship B towards spaceship A, m/s V = (u - v)/(1 - (u*v)/c^2); // Velocity Addition Rule giving relative speed of approach of particles, m/s printf("\nThe relative speed of approach of particles = %6.4fc", V); // Result // The relative speed of approach of particles = 0.9689c
10c1a1ef231087857cf8a66600acdade03cde24f
449d555969bfd7befe906877abab098c6e63a0e8
/530/CH9/EX9.7.a/example_9_7a.sce
683fea477770e8cdca59f0617d425f4bb25ede9a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
898
sce
example_9_7a.sce
clear; clc; // A Textbook on HEAT TRANSFER by S P SUKHATME // Chapter 9 // Mass Transfer // Example 9.7(a) // Page 366 printf("Example 9.7(a), Page 366 \n \n"); D = 0.04 ; // [m] V = 1.9 ; // [m/s] // (a) Colburn anology and Gnielinski equation // Properties of air at 27 degree C v = 15.718*10^-6 ; // [m^2/s] rho = 1.177 ; // [kg/m^3] Pr = 0.7015 ; Cp = 1005 ; // [J/kg K] k = 0.02646 ; // [W/m K] // From Table 9.2 Dab = 2.54 * 10^-5 ; // [m^2/s] Sc = v/Dab ; Re = V*D/v; // The flow is turbulent and eqn 9.6.5 may be applied // let r = h/h_m r = rho*Cp*((Sc/Pr)^(2/3)); // From Blasius equation 4.6.4a f = 0.079*Re^(-0.25); // Substituting this value into Gnielinski equation 5.3.2 Nu = [(f/2)*(Re-1000)*Pr]/[1+12.7*((f/2)^(1/2))*((Pr^(2/3))-1)]; h = Nu*k/D; h_m = h/r; // [m/s] printf("h_m using Colburn anology and Gnielinski equation = %f \n",h_m);
0dd496643f65f22fc2a9139fad3df48195df21b3
449d555969bfd7befe906877abab098c6e63a0e8
/608/CH5/EX5.12/5_12.sce
a21866b654424b03a3474e1a233786a091d2f168
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
730
sce
5_12.sce
//Problem 5.12: For the circuit shown in Figure 5.21 calculate (a) the value of resistor Rx such that the total power dissipated in the circuit is 2.5 kW, and (b) the current flowing in each of the four resistors. //initializing the variables: R1 = 15; // in ohms R2 = 10; // in ohms R3 = 38; // in ohms Vt = 250; // in volts P = 2500; // in Watt //calculation: It = P/Vt I2 = R1*It/(R1+R2) I1 = It - I2 Re1 = 1/[(1/R1) + (1/R2)] Rt = Vt/It Re2 = Rt - Re1 Rx = 1/[(1/Re2) - (1/R3)] I4 = R3*It/(R3+Rx) I3 = It - I4 printf("\n\nResult\n\n") printf("\n (a)Resistance (Rx) %.0f Ohms",Rx) printf("\n (b)Current through resistors (R1, R2, R3, R4): %.0f, %.0f, %.0f, %.0f Amperes(A) respectively",I1, I2, I3, I4)
10c27a9cf2373c81a2ed42bb9a981beda2bd8259
449d555969bfd7befe906877abab098c6e63a0e8
/569/CH2/EX2.6/2_6.sci
d5f35f28aaecd8c3c1ed13c59da373843000f627
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
210
sci
2_6.sci
// calculating the pressure for a dial reading of 100 clc; disp('calculating the pressure for a dial reading of 100') P=((27.58-6.895)/150)*100+6.895; disp(P,'pressure for a dial reading of 100(kN/m2)=');
0c96aaf09dea6283b6716c6826cda857a643bfd6
5f2ca8e18735204f5995ac7e44a6e301eb23ea0b
/scripts/tests/aerodata_interpolation_f16.tst
41c8ad99d830f1915fe329ee69d2621bf0b9aa92
[]
no_license
Jettanakorn/mcflight
4e7d4e20976e8f3621bf13fec2a8b522ecfc49a9
e6579a11e10c5e9ae9ee558f464a6b88e1ae7a26
refs/heads/master
2023-03-17T10:49:28.906700
2019-10-30T20:20:58
2019-10-30T20:20:58
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,965
tst
aerodata_interpolation_f16.tst
//<-- NO CHECK REF --> exec('eqm/aerodata_f16.sci'); angle_list = -8:4:12; [S, K, DA, L] = angle_interp(angle_list, -8); assert_checktrue(abs(S-1)<=1e-7); assert_checktrue(abs(K-2)<=1e-7); assert_checktrue(abs(DA+1)<=1e-7); assert_checktrue(abs(L-1)<=1e-7); [S, K, DA, L] = angle_interp(angle_list, -9); assert_checktrue(abs(S-.75)<=1e-7); assert_checktrue(abs(K-2)<=1e-7); assert_checktrue(abs(DA+1.25)<=1e-7); assert_checktrue(abs(L-1)<=1e-7); [S, K, DA, L] = angle_interp(angle_list, 11); assert_checktrue(abs(S-5.75)<=1e-7); assert_checktrue(abs(K-5)<=1e-7); assert_checktrue(abs(DA-.75)<=1e-7); assert_checktrue(abs(L-6)<=1e-7); CX = [ -.099 -.081 -.081 -.063 -.025 .044 .097 .113 .145 .167 .174 .166 -.048 -.038 .040 -.021 .016 .083 .127 .137 .162 .177 .179 .167 -.022 -.020 -.021 -.004 .032 .094 .128 .130 .154 .161 .155 .138 -.040 -.038 -.039 -.025 .006 .062 .087 .085 .100 .110 .104 .091 -.083 -.073 -.076 -.072 -.046 .012 .024 .025 .043 .053 .047 .040 ]; assert_checktrue(abs(coef_alpha_elev(CX,-10,-24) + .099)<=1e-7); assert_checktrue(abs(coef_alpha_elev(CX,-10,24) + .083)<=1e-7); assert_checktrue(abs(coef_alpha_elev(CX,45,-24) - .166)<=1e-7); assert_checktrue(abs(coef_alpha_elev(CX,45,24) - .040)<=1e-7); assert_checktrue(abs(coef_alpha_elev(CX,11,-12) - 0.0294)<=1e-7); A = [ 0 1 2 3 -4.1 4 3 2 1 0 -1 2 3 3 4 ]; x_list = -5:5:5; y_list = -3:3:9; assert_checktrue(abs(coef_alpha_beta(A,-3,-5, y_list, x_list) - 0)<=1e-7); assert_checktrue(abs(coef_alpha_beta(A, 9,-5, y_list, x_list) + 4.1)<=1e-7); assert_checktrue(abs(coef_alpha_beta(A,-3, 5, y_list, x_list) + 1)<=1e-7); assert_checktrue(abs(coef_alpha_beta(A, 9, 5, y_list, x_list) - 4)<=1e-7); assert_checktrue(abs(coef_alpha_beta(A,1.5,0.1, y_list, x_list) - 2.5)<=1e-7); disp('All tests passed...');
5bc7ba26835f5139b28c82904c8253f8ad66d8aa
449d555969bfd7befe906877abab098c6e63a0e8
/1092/CH7/EX7.5/Example7_5.sce
393202959f2ca9283c9eaa9656aaad82e34b4fdd
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,201
sce
Example7_5.sce
// Electric Machinery and Transformers // Irving L kosow // Prentice Hall of India // 2nd editiom // Chapter 7: PARALLEL OPERATION // Example 7-5 clear; clc; close; // Clear the work space and console. // Given data E_1 = 220 ; // Terminal voltage of alternator 1 in volt E_2 = 222 ; // Terminal voltage of alternator 2 in volt f_1 = 60 ; // Frequency of alternator 1 in Hz f_2 = 59.5 ; // Frequency of alternator 2 in Hz // Switch is open // Calculations // case a E_max = (E_1 + E_2)/2 ; // Maximum effective voltage across each lamp in volt E_min = (E_2 - E_1)/2 ; // Minimum effective voltage across each lamp in volt // case b f = f_1 - f_2 ; // Frequency in Hz of the voltage across the lamps // case c E_peak = E_max / 0.7071 ; // Peak value of the voltage in volt across each lamp // case d n = (1/2)*f_1 ; // Number of maximum light pulsations per minute // Display the results disp("Example 7-5 Solution : "); printf(" \n a: E_max/lamp = %d V (rms)\n ", E_max ); printf(" \n E_min/lamp = %d V \n ", E_min ); printf(" \n b: f = %.1f Hz \n ", f ); printf(" \n c: E_peak = %.f V \n ", E_peak ); printf(" \n d: n = %d pulsations/min ", n );
a68fd47a132068af8ecf5c60da55cbe48757a430
449d555969bfd7befe906877abab098c6e63a0e8
/593/CH13/EX13.12/ex13_12.sce
2964c08dd48c398e7360e5784caad4ddecf767ca
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
905
sce
ex13_12.sce
clear; //clc(); // Example 13.12 // Page: 367 printf("Example-13.12 Page no.-367\n\n"); //***Data***// // Getting the data from the example 13.10 T = 273.15+25;//[K] Temperature P = 11.38/760;//[atm] Pressure R = 0.08206;//[(L*atm)/(mol*K)] Gas constant v = 0.6525/0.04346;//[L/g] Specific volume // Now from the previous example ie example 13.11 the mole fractions of the monomer and dimer in the gas phase is y_HAc = 0.211;// monomer y_HAc_2 = 0.789;// dimer // Molecular weights of the monomer and dimer forms are M_HAc = 60.05;//[g/mol] monomer M_HAc_2 = 120.10;//[g/mol] dimer // Now average molecular weight of the mixture is M_avg = M_HAc*y_HAc + M_HAc_2*y_HAc_2;//[g/mol] // So specific volume in [L/mol] is V = v*M_avg;//[L/mol] // Now compressibility factor is z = (P*V)/(R*T); printf("The compressibility factor z for the gaseous mixture is %f",z);
50ef3e5eb2c6b362b54907b906a0b5248e7ecc28
1b969fbb81566edd3ef2887c98b61d98b380afd4
/Rez/bivariate-lcmsr-post_mi/bfas_co_aspfin/~BivLCM-SR-bfas_co_aspfin-PLin-VLin.tst
70f89c9180486982820e52dae5990e271862edd1
[]
no_license
psdlab/life-in-time-values-and-personality
35fbf5bbe4edd54b429a934caf289fbb0edfefee
7f6f8e9a6c24f29faa02ee9baffbe8ae556e227e
refs/heads/master
2020-03-24T22:08:27.964205
2019-03-04T17:03:26
2019-03-04T17:03:26
143,070,821
1
0
null
null
null
null
UTF-8
Scilab
false
false
11,974
tst
~BivLCM-SR-bfas_co_aspfin-PLin-VLin.tst
THE OPTIMIZATION ALGORITHM HAS CHANGED TO THE EM ALGORITHM. ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES 1 2 3 4 5 ________ ________ ________ ________ ________ 1 0.288135D+00 2 -0.382963D-02 0.232177D-02 3 0.750043D-01 -0.156358D-02 0.526585D+00 4 -0.128308D-02 0.593667D-03 -0.798101D-02 0.402257D-02 5 0.717435D-03 -0.145946D-03 -0.471885D-03 0.837182D-04 0.330067D-02 6 -0.493529D-04 0.664646D-04 -0.208284D-03 0.163460D-04 -0.207194D-03 7 -0.980023D-03 -0.411422D-05 0.108432D-02 -0.100874D-03 -0.278082D-03 8 -0.555146D-03 0.145240D-03 -0.184417D-02 0.318729D-04 -0.424147D-03 9 -0.168792D+00 0.956678D-02 -0.143965D+00 0.512112D-02 0.619525D-01 10 -0.500413D-01 -0.904695D-02 0.873427D-01 -0.126936D-01 0.152446D+00 11 -0.101980D+00 0.337246D-02 -0.167280D+00 -0.827538D-02 0.381333D-01 12 0.997611D-01 0.192377D-01 0.733557D+00 0.183575D-01 -0.337883D-02 13 -0.562387D-01 -0.184646D-02 -0.163035D-01 -0.805790D-03 -0.180552D-01 14 0.497229D-01 -0.690431D-04 0.111334D+00 -0.270774D-01 0.155530D-01 15 -0.154901D+01 -0.323854D-01 -0.879570D+00 -0.345153D-01 -0.112342D+00 16 -0.348413D-01 -0.663014D-03 -0.225914D-02 -0.244655D-02 -0.105349D-02 17 0.909092D-02 0.173298D-03 0.250160D-02 0.563941D-03 -0.390408D-03 18 -0.668270D+00 -0.340151D-01 0.152299D+00 -0.666281D-01 0.655432D-01 19 -0.159465D-01 -0.377769D-03 0.172783D-01 0.488281D-02 -0.209272D-01 20 0.723557D+00 -0.447185D-01 0.340677D+01 -0.503590D-01 0.155569D-01 21 0.323114D-01 -0.708667D-02 -0.411828D-01 -0.901937D-03 0.201074D-01 22 0.135808D-03 0.563949D-03 0.325410D-02 0.731294D-03 -0.152098D-03 23 0.146056D-01 -0.344288D-04 0.552681D-01 0.543452D-02 0.362770D-02 24 -0.346877D-02 0.420355D-03 -0.972454D-02 0.942837D-03 -0.900162D-04 ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES 6 7 8 9 10 ________ ________ ________ ________ ________ 6 0.746494D-03 7 0.735473D-03 0.389305D-02 8 -0.314879D-03 -0.802597D-03 0.356116D-02 9 0.127428D-01 0.262433D-01 0.570718D-03 0.279987D+02 10 -0.159535D-01 -0.243546D-02 -0.385833D-01 0.133070D+01 0.168623D+02 11 -0.354124D-02 -0.940411D-02 0.285927D-01 0.298978D+01 0.220785D+01 12 0.220739D-01 0.493652D-01 -0.740751D-01 -0.159630D+00 0.114071D+01 13 0.508496D-01 0.140853D+00 -0.602334D-01 0.154093D+01 0.144133D-01 14 -0.585927D-01 -0.537999D-01 0.304885D+00 0.226716D+00 0.299134D+01 15 0.202334D-02 0.375113D-01 -0.310106D-01 0.126808D+00 -0.803862D+01 16 0.361968D-04 0.377939D-02 -0.641132D-03 0.451109D+00 -0.709380D-01 17 0.819370D-04 -0.329778D-03 0.275276D-03 -0.956078D-01 -0.376466D-01 18 -0.427790D-01 -0.790757D-01 -0.805618D-02 0.113864D+01 0.297250D+01 19 -0.771376D-02 0.135540D-01 0.112686D-01 -0.179203D+01 -0.733599D+00 20 0.343116D-01 0.558137D-01 -0.374660D+00 -0.176590D+01 0.367541D+01 21 0.760156D-02 -0.135421D-01 -0.121948D-01 0.203981D+01 0.662036D+00 22 -0.153859D-03 -0.438448D-03 0.496683D-03 -0.313281D-01 -0.176661D-01 23 -0.397838D-03 0.102792D-02 -0.269092D-02 0.247411D+00 0.265911D+00 24 0.658229D-04 0.241282D-03 0.181167D-03 0.174054D-01 -0.224535D-01 ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES 11 12 13 14 15 ________ ________ ________ ________ ________ 11 0.272608D+02 12 0.300008D+01 0.126312D+03 13 -0.277910D+01 -0.310978D+00 0.141629D+02 14 0.138252D+01 -0.199404D+02 -0.248773D+01 0.891874D+02 15 -0.349477D+01 -0.502720D+01 0.194023D+01 -0.717715D+01 0.200312D+03 16 0.701968D-01 -0.494863D-02 0.126732D+00 -0.313163D-02 0.150022D+01 17 -0.258119D-01 0.173261D-01 -0.134001D-01 0.838479D-02 -0.103109D+01 18 0.106952D+01 0.594134D+01 -0.675881D+01 -0.600147D+01 0.383455D+02 19 0.129327D+01 0.703361D+00 -0.427393D+00 0.476031D+00 0.422512D+01 20 -0.304113D+01 0.131240D+02 0.627850D+01 -0.699804D+02 0.399025D+01 21 -0.288299D+00 0.309486D+00 0.224427D+00 -0.128070D+00 -0.394342D+01 22 -0.657570D-01 -0.134429D+00 -0.941730D-02 0.491624D-01 -0.185408D+00 23 0.125401D+00 0.170212D+01 0.109480D+00 -0.243899D+00 -0.104871D+01 24 -0.427137D-01 -0.258366D+00 0.382884D-02 -0.224234D-01 0.135253D+00 ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES 16 17 18 19 20 ________ ________ ________ ________ ________ 16 0.336784D+00 17 -0.252813D-01 0.125799D-01 18 0.922230D-01 -0.255067D+00 0.204891D+03 19 0.156935D+00 -0.322693D-01 0.254227D+00 0.504234D+01 20 -0.806772D+00 0.336470D-01 0.826065D+02 -0.473322D+01 0.580920D+03 21 -0.270795D-02 0.262281D-01 0.134722D+01 -0.454662D+01 0.532179D+01 22 -0.167057D-02 0.313260D-02 -0.848568D+00 -0.117145D-01 -0.502581D+00 23 -0.608154D-02 0.525894D-02 0.604545D+00 -0.129010D+00 0.552072D+01 24 0.698311D-02 -0.854665D-03 -0.443662D+00 0.269977D-01 -0.232558D+01 ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES 21 22 23 24 ________ ________ ________ ________ 21 0.559284D+01 22 -0.433474D-01 0.102520D-01 23 0.373986D+00 -0.167235D-01 0.116556D+01 24 -0.553085D-01 0.513055D-02 -0.918407D-01 0.280979D-01 ESTIMATED CORRELATION MATRIX FOR PARAMETER ESTIMATES 1 2 3 4 5 ________ ________ ________ ________ ________ 1 1.000 2 -0.148 1.000 3 0.193 -0.045 1.000 4 -0.038 0.194 -0.173 1.000 5 0.023 -0.053 -0.011 0.023 1.000 6 -0.003 0.050 -0.011 0.009 -0.132 7 -0.029 -0.001 0.024 -0.025 -0.078 8 -0.017 0.051 -0.043 0.008 -0.124 9 -0.059 0.038 -0.037 0.015 0.204 10 -0.023 -0.046 0.029 -0.049 0.646 11 -0.036 0.013 -0.044 -0.025 0.127 12 0.017 0.036 0.090 0.026 -0.005 13 -0.028 -0.010 -0.006 -0.003 -0.084 14 0.010 0.000 0.016 -0.045 0.029 15 -0.204 -0.047 -0.086 -0.038 -0.138 16 -0.112 -0.024 -0.005 -0.066 -0.032 17 0.151 0.032 0.031 0.079 -0.061 18 -0.087 -0.049 0.015 -0.073 0.080 19 -0.013 -0.003 0.011 0.034 -0.162 20 0.056 -0.039 0.195 -0.033 0.011 21 0.025 -0.062 -0.024 -0.006 0.148 22 0.002 0.116 0.044 0.114 -0.026 23 0.025 -0.001 0.071 0.079 0.058 24 -0.039 0.052 -0.080 0.089 -0.009 ESTIMATED CORRELATION MATRIX FOR PARAMETER ESTIMATES 6 7 8 9 10 ________ ________ ________ ________ ________ 6 1.000 7 0.431 1.000 8 -0.193 -0.216 1.000 9 0.088 0.079 0.002 1.000 10 -0.142 -0.010 -0.157 0.061 1.000 11 -0.025 -0.029 0.092 0.108 0.103 12 0.072 0.070 -0.110 -0.003 0.025 13 0.495 0.600 -0.268 0.077 0.001 14 -0.227 -0.091 0.541 0.005 0.077 15 0.005 0.042 -0.037 0.002 -0.138 16 0.002 0.104 -0.019 0.147 -0.030 17 0.027 -0.047 0.041 -0.161 -0.082 18 -0.109 -0.089 -0.009 0.015 0.051 19 -0.126 0.097 0.084 -0.151 -0.080 20 0.052 0.037 -0.260 -0.014 0.037 21 0.118 -0.092 -0.086 0.163 0.068 22 -0.056 -0.069 0.082 -0.058 -0.042 23 -0.013 0.015 -0.042 0.043 0.060 24 0.014 0.023 0.018 0.020 -0.033 ESTIMATED CORRELATION MATRIX FOR PARAMETER ESTIMATES 11 12 13 14 15 ________ ________ ________ ________ ________ 11 1.000 12 0.051 1.000 13 -0.141 -0.007 1.000 14 0.028 -0.188 -0.070 1.000 15 -0.047 -0.032 0.036 -0.054 1.000 16 0.023 -0.001 0.058 -0.001 0.183 17 -0.044 0.014 -0.032 0.008 -0.650 18 0.014 0.037 -0.125 -0.044 0.189 19 0.110 0.028 -0.051 0.022 0.133 20 -0.024 0.048 0.069 -0.307 0.012 21 -0.023 0.012 0.025 -0.006 -0.118 22 -0.124 -0.118 -0.025 0.051 -0.129 23 0.022 0.140 0.027 -0.024 -0.069 24 -0.049 -0.137 0.006 -0.014 0.057 ESTIMATED CORRELATION MATRIX FOR PARAMETER ESTIMATES 16 17 18 19 20 ________ ________ ________ ________ ________ 16 1.000 17 -0.388 1.000 18 0.011 -0.159 1.000 19 0.120 -0.128 0.008 1.000 20 -0.058 0.012 0.239 -0.087 1.000 21 -0.002 0.099 0.040 -0.856 0.093 22 -0.028 0.276 -0.585 -0.052 -0.206 23 -0.010 0.043 0.039 -0.053 0.212 24 0.072 -0.045 -0.185 0.072 -0.576 ESTIMATED CORRELATION MATRIX FOR PARAMETER ESTIMATES 21 22 23 24 ________ ________ ________ ________ 21 1.000 22 -0.181 1.000 23 0.146 -0.153 1.000 24 -0.140 0.302 -0.507 1.000
68acd59594f3bfa2ab35c6c0a455e94758baee8d
449d555969bfd7befe906877abab098c6e63a0e8
/1271/CH11/EX11.19/example11_19.sce
3cb19b9bc8aff8e5ca868e3fb25ec8e13f063857
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
419
sce
example11_19.sce
clc // Given that E = 1.5 // kinetic energy of electron in Mev // Sample Problem 19 on page no. 11.25 printf("\n # PROBLEM 19 # \n") printf(" Standard formula used \n") printf(" m = m_0/((1-v^2/c^2)^1/2) \n KE = (m-m_0)*c^2 \n") v = 3e8 * sqrt(1 - (1 / (1 + (1.6e-19 * 2e6) / (9.1e-31 * 3e8^2)))^2) m = (E * 1.6e-13 / (3e8)^2) + 9.1e-31 printf("\n Speed of electron is %e meter/sec.\n Mass of electron is %e kg.",v,m)
9a24455fc9c86e5afe78e112abaf11b88165960c
b29e9715ab76b6f89609c32edd36f81a0dcf6a39
/ketpicscifiles6/Xyzax3data.sci
b2118c90c43b526c6e3e2b6d6ee1acce0afbfffb
[]
no_license
ketpic/ketcindy-scilab-support
e1646488aa840f86c198818ea518c24a66b71f81
3df21192d25809ce980cd036a5ef9f97b53aa918
refs/heads/master
2021-05-11T11:40:49.725978
2018-01-16T14:02:21
2018-01-16T14:02:21
117,643,554
1
0
null
null
null
null
UTF-8
Scilab
false
false
477
sci
Xyzax3data.sci
// 08.07.11 function Out=Xyzax3data(Xrange,Yrange,Zrange) J=mtlb_findstr(Xrange,'='); Tmp=evstr(part(Xrange,J+1:length(Xrange))); Px=[Tmp(1),0,0]; Qx=[Tmp(2),0,0]; J=mtlb_findstr(Yrange,'='); Tmp=evstr(part(Yrange,J+1:length(Yrange))); Py=[0,Tmp(1),0]; Qy=[0,Tmp(2),0]; J=mtlb_findstr(Zrange,'='); Tmp=evstr(part(Zrange,J+1:length(Zrange))); Pz=[0,0,Tmp(1)]; Qz=[0,0,Tmp(2)]; Out=MixS(Spaceline([Px,Qx]),Spaceline([Py,Qy]),Spaceline([Pz,Qz])); endfunction
c008a59e37b1253106da2b19282b1c4640120c37
449d555969bfd7befe906877abab098c6e63a0e8
/503/CH2/EX2.8/ch2_8.sci
e914b321990f3251c85c13e28d3273dd4a665f00
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
707
sci
ch2_8.sci
//determination of R_c,R_g,L,W_f clc; U_o=4*%pi*10^-7; U_r=6000; l_g=0.0006; l_c=.40; A_c=.04*.04; B_c=1.2; N=600; function [i]=current(B_g) i=(1/(U_o*N))*(((B_c*l_c)/U_r)+(B_g*l_g)); endfunction disp(current(B_c),'neglecting fringing,current(A)='); phi=B_c*A_c; disp(phi,'flux(Wb)='); function [lmda]=flux_linkage(phi) lmda=N*phi; endfunction disp(flux_linkage(phi),'flux linkages(Wb-turns)='); function [R]=reluc(l,U,A) R=l/(U_o*U*A); endfunction R_c=reluc(l_c,U_r,A_c);disp(R_c,'R_c='); R_g=reluc(l_g,1,A_c);disp(R_g,'R_g='); L=N^2/(R_c+R_g); disp(L,'coil inductance(H)'); W_f=(N*phi)^2/(2*L); disp(W_f,'energy stored in the magnetic field(J)');
f3176a351ebc1ef2d5bcf563d254276349a01f15
449d555969bfd7befe906877abab098c6e63a0e8
/3760/CH6/EX6.16/Ex6_16.sce
9ddb18a4554f0fa956471b115555475e1e5f4c02
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
682
sce
Ex6_16.sce
clc; r2=0.04; x2=0.2; //As per given conditions we get a quadratic equation in smT which is smT^2-4*smT+1 t1=1; t2=-4; t3=1; p=[ t1 t2 t3]; smT=roots(p); r22=x2*smT(2); R=r22-r2; mprintf('The external resistane needed to be inserted is %f Ohm \n',R); //say V=400(Input voltage) V=400; //without external resistance Ist=V/(sqrt((r2)*(r2)+(x2)*(x2))); pf=r2/(sqrt((r2)*(r2)+(x2)*(x2))); //with external resistance Ist1=V/(sqrt((r22)*(r22)+(x2)*(x2))); pf1=r22/(sqrt((r22)*(r22)+(x2)*(x2))); a=((Ist-Ist1)/Ist)*100; b=((pf1-pf)/pf)*100; mprintf('Percentage in starting current is %f \n',a); mprintf('Percentage in power factor is %f \n',b);
ca1137d253e9a6b5f896c742c632a1a144db3a51
717ddeb7e700373742c617a95e25a2376565112c
/3044/CH7/EX7.12/Ex7_12.sce
dfb6796f507bfab23e94c82f91aa26b41e89462a
[]
no_license
appucrossroads/Scilab-TBC-Uploads
b7ce9a8665d6253926fa8cc0989cda3c0db8e63d
1d1c6f68fe7afb15ea12fd38492ec171491f8ce7
refs/heads/master
2021-01-22T04:15:15.512674
2017-09-19T11:51:56
2017-09-19T11:51:56
92,444,732
0
0
null
2017-05-25T21:09:20
2017-05-25T21:09:19
null
UTF-8
Scilab
false
false
605
sce
Ex7_12.sce
// Variable declaration alpha = 0.01 // level of significance Mean = 180 // Mean( in pound) n = 5 // sample size std_dev = 5.7 // standard deviation(in pound) x = 169.5 // in pound // Calculation // consider (1) null hypothesis if value=180 punds (2) alternative hypothesis if value < 180 pounds t = (x-Mean) / (std_dev / sqrt(n)) // t value corresponding to x // Result if(t < -3.747) then printf ( "Null hypothesis rejected") else printf ( "Null hypothesis accepted") end printf ( "The breaking strength is below specifications")
8e8ff89fffa38760714289c756286531a0aded61
c04fb432166e4832950820b66362a26c125b608a
/make-tests/make1.tst
c06ce04efe49c3400c8b52ba9d2585cb65b746d0
[]
no_license
andreaowu/Graphs
6d7d7ce1483e01e0c1bf4657f2f4087cbe328046
485dae6c2d173c2844898440fad9306ec77e1962
refs/heads/master
2021-01-25T04:58:12.978046
2013-12-04T01:09:45
2013-12-04T01:09:45
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
69
tst
make1.tst
java make.Main -f make-tests/make1.make -D make-tests/make1.info "T1"
98124d340be224e57c0cdc2f30cbff33b9a99721
8217f7986187902617ad1bf89cb789618a90dd0a
/browsable_source/2.4/Unix-Windows/scilab-2.4/macros/auto/krac2.sci
608b088716c7882cdc41562b4ae1603c64a92515
[ "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
479
sci
krac2.sci
function kp=krac2(n) // Copyright INRIA if type(n)<>16 then error(97,1),end; flag=n(1) select flag(1) case 'r' then [n,d,dom]=n(2:4) case 'lss' then n=ss2tf(n);[n,d,dom]=n(2:4) else error(97,1), end; if dom<>'c' then error('System must be continuous'),end if size(n,'*')<>1 then error(95,1),end x=[]; q1=derivat(n/d);s=roots(q1(2)); // for a=s', if abs(imag(a))<=10*%eps then x=[x;a], end, end //x(x==0)=[] if x==[] then;return,end kp=sort(-real(freq(d,n,real(x))))
ba19d2a1a5bedc4206781ba9b0d9b0358c38ff68
8712e7b4614b1ab648f19bcce8ca17e378876546
/Scilab Sem Interface Grafica/Engine/Funcoes.sce
77c3c0891971014a4dfb4cc6843e77f054a6eeb5
[]
no_license
Diogo-Rossi/Mestrado-Diogo-Rossi
d0d476d878c729c44778ea8f364c50c5464fc751
d544d3bce094931eb96a6031aaa1ae1a833d2b04
refs/heads/master
2022-08-26T22:28:04.339221
2022-07-11T00:25:21
2022-07-11T00:25:21
236,889,761
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,740
sce
Funcoes.sce
function p = Carregamento(n,nc,opC,desC,t0,t1,w1,F,t) p = zeros(n,1); for i=1:nc switch opC(i) case 1 // ------------------------ Carga Impulsiva Constante if t < t0(i) p(desC(i)) = 0; elseif t <= t0(i)+t1(i) p(desC(i)) = F(desC(i)); else p(desC(i)) = 0; end case 2 // ------------------------ Carga Triangular Decrescente slope = F(desC(i))/t1(i); if t < t0(i) p(desC(i)) = 0; elseif t <= t0(i)+t1(i) p(desC(i)) = F(desC(i)) - slope*(t-t0(i)); else p(desC(i)) = 0; end case 3 // ------------------------ Carga Triangular Simétrica slope = F(desC(i))/(t1(i)/2); if t < t0(i) p(desC(i)) = 0; elseif t <= t0(i)+t1(i)/2 p(desC(i)) = slope*(t-t0(i)); elseif t <= t0(i)+t1(i) p(desC(i)) = F(desC(i)) - slope*(t-(t0(i)+t1(i)/2)); else p(desC(i)) = 0; end case 4 // ------------------------ Carga Harmônica Senoidal p(desC(i)) = F(desC(i))*sin(w1(i)*t); end end end function f=f(x,CSIp,CSIm) if 0<=x && x<(1/CSIp) ; f = x; end if (1/CSIp)<=x && x<CSIp ; f = 1; end if CSIp<=x && x<CSIm ; f = x; end if CSIm<=x ; f = CSIm; end end
7b6e68d19b330c7eec173cf527fa5e9ccec351be
efc2fec9dd841d0ca834702c904e00c52762a9f9
/VideoDemo/VidTest1.sce
d22f59ee0e24361d41362f0c6c995df40a5eecde
[]
no_license
surajch77/Scilab-Computer-Vision-Toolbox-TestCases
64c8e0382e8b9d416c4c27c1ed4272f49bf45b51
969f9bcddefea05b42c623aeebe2e0cdcffd6eeb
refs/heads/master
2021-01-20T20:24:14.345296
2016-06-29T15:16:52
2016-06-29T15:16:52
61,932,313
0
0
null
null
null
null
UTF-8
Scilab
false
false
133
sce
VidTest1.sce
myVideo = VideoReader('vid2.mp4'); disp(myVideo) while hasFrame() stacksize('max') frame = readFrame(); imshow(frame); end close()
6af53f432f9f3b7bc7801605e814b94519a1a3c2
449d555969bfd7befe906877abab098c6e63a0e8
/343/CH1/EX1.1/ex1_1.sce
9b49b3c076d0e9c6d4e22f9312ca313367b7451f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
187
sce
ex1_1.sce
alpha0=0.0043; //Assigning values to the parameters t=50; R0=40; R50=R0*(1+0.0043*50); // Calculating the risistance at 50 deg C disp(R50,"Resistance at 50 deg C");
09d457122d9232859f03fae8bdc7781f8ef5c194
449d555969bfd7befe906877abab098c6e63a0e8
/527/CH4/EX4.9/4_9exam.sce
525533543a314563c36d1708023fa45c161af003
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,146
sce
4_9exam.sce
//Engineering and Chemical Thermodynamics //Example 4.9 //Page no :199 clear ; clc ; //Given P_c = 37.9 * 10^5 ;//[N/m^2] , From compressibility chart T_c = 425.2 ;// [K , From compressibility chart P = 50 * 10^5 ; //N/m^2] T = 333.2 ;//[K] R = 8.314 ; z_0 = 0.2148 ; // Using interpolation from table C.1 and C.2 z_1 = -0.0855 ; // Using interpolation from table C.1 and C.2 w = 0.199 ; m = 10 ; MW = 0.05812 ; // Using Redlich Kwong equation a = (0.42748 * R^2 * T_c^2.5) / P_c ; b = 0.08664 * R * T_c / P_c ; A = P * T^(1/2) ; B = -R * T^(3/2) ; C = (a - P * T^(1/2) * b^2 - R * T^(3/2)*b) ; D = - a * b; mycoeff = [ D , C , B , A] ; p = poly(mycoeff , "v" , "coeff" ); M = roots(p); disp(" Example: 4.9 Page no : 199") ; for i = 1:3 sign(M(i,1)) ; if ans == 1 then V = m / MW *(M(i,1)) ; printf("\n Using Redlich Kwong equation the volume is = %.3f m^3\n\n",V) end end // Using compressibility chart z = z_0 + w * z_1 ; v = z * R * T / P ; V = m / MW * v ; printf(" Using compressibility chart the volume is = %.3f m^3\n\n",V)
316856cf63204b9b9afebe1d92a1225b270a8052
449d555969bfd7befe906877abab098c6e63a0e8
/3137/CH9/EX9.18/Ex9_18.sce
73259cf664523c1805134ca8cc951e53f17d882a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
635
sce
Ex9_18.sce
//Initilization of variables d=635 //mm diameter of the drum P=178 //N mu=1/3 //coefficient of friction l1=100 //mm l2=660 //mm theta1=60 //degrees GD=d/2 //mm //Calculations //Taking moment about point C Tb=(P*(l1+l2))/(l1*sind(theta1)) //N CD=((d/2)-(l1*cosd(theta1/2)))/sind(theta1/2) //mm //from fig 9-22(b) theta=asind(GD/CD) //degrees //from fig9-22(c) w_d=180+30+theta //degrees w=(w_d)*(%pi/180) //radians //As Tc is greater than Tb Tc=Tb*(exp(mu*w)) //N M=(Tc-Tb)*GD //N.mm an=M/1000 //N.m //Result clc printf('The braking moment required is %fN-m',an) //Note the unit of the final enswer carefully
6e33cae0786a0beb884599bf717834ea60dc3deb
449d555969bfd7befe906877abab098c6e63a0e8
/278/CH28/EX28.1/ex_28_1.sce
8ade70eaa7afd514fa862494049cc696bb621764
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
598
sce
ex_28_1.sce
//find clc //solution //given G=10 //Tg/Tp=10 //Dg/Dp=10 L=660//mm P=500*1000//W Np=1800//rpm q=(%pi/180)*22.5 Wn=175//N/mm Aw=1 Tp=14 //Tp=(2*Aw)/[G*{sqrt(1+1/G*(1/G +2)*(sin(q))^2)-1}] //x=G*{sqrt(1+1/G*(1/G +2)*(sin(q))^2)-1} printf("numbr of teeth on pinion is,%f\n",Tp) printf("numbr of teeth on pinion is,say 14\n") Tg=G*Tp //L=Dg/2+Dp/2=5.5*Dp///Dg/Dp=10 Dp=L/5.5 Dg=10*Dp m=Dp/Tp printf("modulde is,%f \n",m) Tp1=Dp/m Tg1=G*Tp1 printf("numbr of teeth on pinion and gear is,%f \n,%f \n",Tp1,Tg1) T=P*60/(2*%pi*Np)//N-m Wt=T/(Dp/2) Wn=Wt/cos(q) b=Wn/175*1000//mm printf("width is,%f mm\n",b)
9a125faf24ebd731438b016f25a8ab0ec4a82124
449d555969bfd7befe906877abab098c6e63a0e8
/68/CH9/EX9.1/ex1.sce
46ce239cc7f63b08906d6580fd7987666fa742b1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,942
sce
ex1.sce
// Example 9.1 Design of two-stage CMOS op-amp A_v=4000; // (V/V) V_A=20; // (V) k_p=80*10^-6; // k'_n=k_n (A/V^2) k_n=200*10^-6; // k'_p=k_P (A/V^2) V_SS=1.65; // (V) V_DD=1.65; // (V) V_tn=0.5; // (V) V_tp=0.5; // (V) C_1=0.2*10^-12; // (F) C_2=0.8*10^-12; // (F) I_D=100*10^-6; // (A) V_OV=sqrt(V_A^2/A_v); WbyL_1=I_D*2/(V_OV^2*k_p); // WbyL_1=(W/L)_1 disp(WbyL_1,"Required (W/L) ratio for Q_1") WbyL_2=WbyL_1; // WbyL_2=(W/L)_2 disp(WbyL_2,"Required (W/L) ratio for Q_2") WbyL_3=I_D*2/(V_OV^2*k_n); // WbyL_3=(W/L)_3 disp(WbyL_3,"Required (W/L) ratio for Q_3") WbyL_4=WbyL_3; // WbyL_4=(W/L)_4 disp(WbyL_4,"Required (W/L) ratio for Q_4") I_D=200*10^-6; WbyL_5=I_D*2/(V_OV^2*k_p); // WbyL_5=(W/L)_5 disp(WbyL_5,"Required (W/L) ratio for Q_5") I_D=500*10^-6; WbyL_7=2.5*WbyL_5; // WbyL_7=(W/L)_7 disp(WbyL_7,"Required (W/L) ratio for Q_7") WbyL_6=I_D*2/(V_OV^2*k_n); // WbyL_6=(W/L)_6 disp(WbyL_6,"Required (W/L) ratio for Q_6") WbyL_8=0.1*WbyL_5; // WbyL_8=(W/L)_8 disp(WbyL_8,"Required (W/L) ratio for Q_8") V_ICMmin=-V_SS+V_OV+V_tn-V_tp; disp(V_ICMmin,"The lowest value of input common mode voltage") V_ICMmax=V_DD-V_OV-V_OV-V_tp; disp(V_ICMmax,"The highest value of input common mode voltage") v_omin=-V_SS+V_OV; disp(v_omin,"The lowest value of output swing allowable") v_omax=V_DD-V_OV; disp(v_omax,"The highest value of output swing allowable") R_o=20/(2*0.5); disp(R_o,"Input resistance is practically infinite and output reistance is (ohm)") G_m2=2*I_D/V_OV; disp(G_m2,"G_m2 (A/V)") f_P2=3.2*10^-3/(2*%pi*C_2); disp(f_P2,"f_P2 (Hz)") R=1/G_m2; disp(R,"To move the transmission zero to s=infinite , r value selected as (ohm)") f_t=f_P2*tand(15); // Phase margin of 75 degrees , thus phase shift due to seccond pole must be 15 degrees disp(f_t,"f_t (Hz)") G_m1=2*100*10^-6/V_OV; // I_D = 100uA C_C1=G_m1/(2*%pi*f_t); disp(C_C1,"C_C1 (F)") SR=2*%pi*f_t*V_OV; disp(SR,"SR (V/s)")
463df0f263ca3605073f7de4be8de3d3996a7adc
cbe0200a4874e9b1f2961da2da9623eade0d2006
/BogoSort.sce
82b4e20f73dbcee5e1bfb12861799851c6c3a94f
[]
no_license
DylanMeeus/Scilab
d8ed392c28e2bf8662236a2fc8445eda67c91933
c8c2935f28226e7ea887df90398426f712ec94cf
refs/heads/master
2021-01-25T08:28:58.690792
2014-09-01T16:12:37
2014-09-01T16:12:37
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,200
sce
BogoSort.sce
// bogosort algorithm clear; function bogoSort() // generate a vector of random numbers clear; bogoList = [] for i=1:100 bogoList(i) = round(rand()*10) end // We have now created a list of randomly generated numbers (0-100) // We check to see if the numbers are sorted - if not - we jumble them up! isSorted = checkSort(bogoList) while(~isSorted) disp('Try again') bogoList = mixList(bogoList) isSorted = checkSort(bogoList) disp(bogoList) c = [1:length(bogoList)] clf();plot2d(c,bogoList) input('space to shuffleeeeee!') end endfunction function y=mixList(unsortedList) for i=1:length(unsortedList) randomPos = round(1+rand()*(length(unsortedList)-1)) currentNum = unsortedList(i) unsortedList(i) = unsortedList(randomPos) unsortedList(randomPos)=currentNum; end y=unsortedList endfunction function x=checkSort(sortedList) x=%T for i=1:length(sortedList)-1 if(sortedList(i)>sortedList(i+1)) // If the previous number is larger than the current one x=%F break; end end endfunction
92b155eb3bf4b1b73461170f4fd6d221e165e978
449d555969bfd7befe906877abab098c6e63a0e8
/69/CH5/EX5.31/5_31.sce
eb885454b621aeea5540c4a5168476727102e4a7
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
369
sce
5_31.sce
clear; clc; close; Vcc = 10; Vbe = 0.7; hfe = 120; hie = 1.175*(10^(3)); hoe = 20*(10^(-6)); Rb = 470*(10^(3)); Rc = 2.7*(10^(3)); Zi = (Rb*hie)/(Rb+hie); disp(Zi,"Input impedance(Zi) :"); ro = 1/hoe; Zo = (ro*Rc)/(ro+Rc); disp(Zo,"Output impedance(Zo) :"); Av = -hfe*Zo/hie; disp(Av,"Voltage gain(Av) :"); Ai = hfe; disp(Ai,"Current gain(Ai) :");
215b2cbde797fe8c221d6fb53aa342c09e49d56e
449d555969bfd7befe906877abab098c6e63a0e8
/1628/CH18/EX18.9/Ex18_9.sce
c6f8f6f19d1074406e28727dfaa04bf6c8652afb
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
544
sce
Ex18_9.sce
// Examle 18.9 i1=10; // Current I1 i2=5; // Current I2 Q=90; // Deflection due to 10 Amp Q1=(i2/i1)^2*Q; // Diflection for Spring-Control Current disp('Diflection for Spring-Control Current = '+string(Q1)+' Digree'); // Using formula ==> { Q2= Sin[(i2/i1)^2*sin(Q)] } Q2=asind((i2/i1)^2*sind(Q)); // Diflection for Gravity-Control Current disp('Diflection for Gravity-Control Current = '+string(Q2)+' Digree');
88102d4751678fe4301a14ff0aebcad7c8cec08d
449d555969bfd7befe906877abab098c6e63a0e8
/1628/CH18/EX18.6/Ex18_6.sce
98eb1849209d4427f41570d1c02d1c23ba085191
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
930
sce
Ex18_6.sce
// Examle 18.6 s=1000; // Sensitivity of Volt-meter A r=50; // Load resistance Vt=50; // Range of volt-meter Ri1=s*r; // Internal resistance of Volt-meter A V1=150*{25000/(100000+25000)}; // Voltage in Ist Meter disp('Voltage in Ist Meter (V) = '+string(V1)+' Volt'); s1=20000; // Sensitivity of Volt-meter B Ri2=s1*r; // Internal resistance of Volt-meter B V2=150*{47600/(100000+47600)}; // Voltage in 2nd Meter disp('Voltage in 2nd Meter (V) = '+string(V2)+' Volt'); Er1=(Vt-V1)*100/Vt; // % Error in Ist meter disp('% Error in Ist meter = '+string(Er1)+' %'); Er2=(Vt-48.36)*100/Vt; // % Error in 2nd meter ==> { V2=48.3739, but taking V2= 48.36 } disp('% Error in 2nd meter = '+string(Er2)+' %'); // p 770 18.6
ae00aef788c24a0bd15fddc678c662f14733d463
449d555969bfd7befe906877abab098c6e63a0e8
/887/CH6/EX6.5/6_5.sce
f692136e774f0935a6c5248826e5312e91e993c8
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,869
sce
6_5.sce
clc //ex6.5 V_s=1*complex(cos(0),sin(0)); L=159.2*10^-3; R=100; C=0.1592*10^-6; f_o=1/(2*%pi*sqrt(L*C)); //resonant frequency Q_s=2*%pi*f_o*L/R; //quality factor B=f_o/Q_s; //Bandwidth //Approximate half-power frequencies are f_H=f_o+(B/2); f_L=f_o-(B/2); //At resonance Z_L=%i*2*%pi*f_o*L; //impedance of inductance Z_C=-%i/(2*%pi*f_o*C); //impedance of capacitance Z_s=R+Z_L+Z_C; I=V_s/Z_s; //phasor current //voltages across diffrent elements are //for resistance V_R=R*I; V_R_R=real(V_R); //real part V_R_I=imag(V_R); //imaginary part V_R_max=sqrt((V_R_R^2)+(V_R_I^2)); //peak value V_R_phi=atan(V_R_I/V_R_R); //phase angle //for inductance V_L=Z_L*I; V_L_R=real(V_L); //real part V_L_I=imag(V_L); //imaginary part V_L_max=sqrt((V_L_R^2)+(V_L_I^2)); //peak value //Z_L is pure imaginary ==> V_L is pure imaginary which means V_L_phi can be +or- %pi/2 if ((V_L/%i)==abs(V_L)) then V_L_phi=%pi/2 elseif ((V_L/%i)==-abs(V_L)) then V_L_phi=-%pi/2 end //for capacitance V_C=Z_C*I; V_C_R=real(V_C); //real part V_C_I=imag(V_C); //imaginary part V_C_max=sqrt((V_C_R^2)+(V_C_I^2)); //peak value //Z_C is pure imaginary ==> V_C is pure imaginary which means V_C_phi can be +or- %pi/2 if ((V_C/%i)==abs(V_C)) then V_C_phi=%pi/2 elseif ((V_C/%i)==-abs(V_C)) then V_C_phi=-%pi/2 end disp('Phasor voltage across Resistance') disp(V_R_max,'peak value in volts') disp(V_R_phi*180/%pi,'phase angle in degrees') disp('') disp('Phasor voltage across Inductance') disp(V_L_max,'peak value in volts') disp(V_L_phi*180/%pi,'phase angle in degrees') disp('') disp('Phasor voltage across Capacitance') disp(V_C_max,'peak value in volts') disp(V_C_phi*180/%pi,'phase angle in degrees') disp('Phasor diagram cannot be drawn here')
f5481b1162af87b0b25ce56a273ded271c0a5fe7
449d555969bfd7befe906877abab098c6e63a0e8
/1976/CH7/EX7.10/Ex7_10.sce
a4dd8ae4c26d9f03b2184720a374b7722552571f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
834
sce
Ex7_10.sce
//To determine the speed torque curve for the series motor //Page 381 clc; clear; I=[50,100,150,200,250,300]; //Field Current Eb1=[230,360,440,500,530,580]; //Armature Volts Ra=0.07; //Armature Winding Resistance Rf=0.05; //Field Resistance Rt=Rf+Ra; //Total Resistance P=4; //Poles of the machine N1=600; //Series Motor Speed Vc=600; //Constant Operating Voltage // Note that the Suffix 1 and 2 have given according the question; 1 stands for the case where the magnetisation curve has been given and 2 stands for the case where we have to find the speed torque curve Eb2=Vc-(I.*(Rt)); N2=N1.*Eb2./Eb1; //Speed T=9.55.*Eb2.*I./N2; //Torque printf('The Tabulated Speeds for 600V are:\n') disp(N2) printf('\nAnd their corresponding torques are:\n') disp(T) plot(T,N2) xlabel('Torque') ylabel('Speed')
a508d6920518503bb5e22fe1855bcf3a7f415a77
0592c9e4cfbb77a0755aff6f0c798d9fe31f6ff4
/scilab/Calibration_Equity/src/Calib_Mc/builder.sce
c3f63977e4e8cc42886958f1305bbeaed40e0876
[]
no_license
FinancialEngineerLab/premia-13-cpp_FICC
e19caa6a9cadb4ad1361053efc0dfc9418071cf9
e271da627dbfc8c2c1f7e9f700766544f64c72b2
refs/heads/master
2023-03-16T11:11:26.830681
2016-04-19T05:58:16
2016-04-19T05:58:16
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
632
sce
builder.sce
ilib_name="libcalib" files=['InterfaceScilab.o'; 'dcalib.o']; libs=[]; table=["calib", "dcalib"]; // extra parameters can be transmited to the linker // and to the C and Fortran compilers with // ldflags,cflags,fflags // for example to link a set of routines using the // ImageMagick library // ldflags = "`Magick-config --ldflags --libs`"; // cflags = "`Magick-config --cppflags`"; // fflags = ""; ldflags = ""; cflags =""; fflags =""; // do not modify below // ---------------------------------------------- ilib_build(ilib_name,table,files,libs,'Makelib',ldflags,cflags,fflags)
3b6c82c6a78a7bd41b0199dd3181906a69d33224
3aee9d91a7b4472f36e96aa13a42fb4b05b0d090
/src/Tokyo.Client/Typewriter/tsgen.tst
a7260b30a0489f2300bd331f40b4d939988410b2
[ "MIT" ]
permissive
Nusushi/Nusushi
af327a85cfb43a7de5cd7c675aefa9a5407eab28
0e0735f5b911530bd14f2a8a5ed68cea1b7737c1
refs/heads/master
2020-04-15T00:42:30.458527
2019-01-07T18:02:16
2019-01-07T18:02:16
164,249,885
0
0
null
null
null
null
UTF-8
Scilab
false
false
7,347
tst
tsgen.tst
${ // exports controller API methods and data models to typescript // expose as package using multiple export * from "./../Typewriter/ExportedClass"; in a centralized file PackageGenerated.ts // consume package with import { ExportedClass, ExportedClass2 } from "./PackageGenerated"; // imports must be manually adjusted per class // data types are further refined/adjusted for javascript compatibility: extended nullable and date export // properties with [JsonIgnore] attribute are ignored // formatting for jQuery.ajax GET/POST requests, made accessible by helper methods (tsgenHelpers) // make sure C# project compiles or strange null reference errors appear during template rendering // TODO: generate specialized edit functions for every combination of commonly changed settings (e.g. colorR+G+B vs. name vs. ...) using Typewriter.Extensions.Types; using Typewriter.Extensions.WebApi; string ReturnType(Method m) => m.Type.Name == "IHttpActionResult" ? "void" : m.Type.Name; string ServiceName(Class c) => c.Name.Replace("Controller", "Service"); string ImportFor(Class c) { return ImportTokens(c.Name); } string ImportFor(Interface i) { return ImportTokens(i.Name); } string ImportTokens(string classOrInterfaceName) { string trackerStoreStub = "interface TrackerStore { TrackerStoreId: string; }\n"; switch (classOrInterfaceName) { case "TokyoController": return "///<reference types=\"jquery\" />\nimport * as helpers from \"./tsgenHelpers\";\nimport {EditTimeStampPostViewModel} from \"./EditTimeStampPostViewModel\";\nimport {CreateTimeStampPostViewModel} from \"./CreateTimeStampPostViewModel\";"; case "TimeTablesViewModel": return "interface SelectListItem {\nText: string;\nValue: any;\n};\nimport {TimeTableViewModel} from \"./TimeTableViewModel\";\n"; case "TimeTableViewModel": return "import {TimeTable} from \"./TimeTable\";\n"; case "IndexViewModel": return "import {TimeTablesViewModel} from \"./TimeTablesViewModel\";\n"; case "SharedTimeTableInfo": return trackerStoreStub + "import {TimeTable} from \"./TimeTable\";"; case "TimeTable": return trackerStoreStub + "import {WorkUnit} from \"./WorkUnit\";\nimport {SharedTimeTableInfo} from \"./SharedTimeTableInfo\";\nimport {TimeRange} from \"./TimeRange\";\nimport {Plot} from \"./Plot\";"; case "WorkUnit": return "import {TimeNorm} from \"./TimeNorm\";\nimport {TimeTable} from \"./TimeTable\";\nimport {TrackerUserDefaults} from \"./TrackerUserDefaults\";"; case "TimeNormTag": return trackerStoreStub + "import {TimeNormTagMapping} from \"./TimeNormTagMapping\";"; case "TimeStamp": return "import {TimeNorm} from \"./TimeNorm\";"; case "Plot": return "import {TimeTable} from \"./TimeTable\";"; case "TimeNorm": return "import {TimeNormTagMapping} from \"./TimeNormTagMapping\";\nimport {TimeStamp} from \"./TimeStamp\";\nimport {ProductivityRating} from \"./ProductivityRating\";\nimport {WorkUnit} from \"./WorkUnit\";"; case "TimeNormTagMapping": return "import {TimeNorm} from \"./TimeNorm\";\nimport {TimeNormTag} from \"./TimeNormTag\";"; case "TimeRange": return "import {TimeTable} from \"./TimeTable\";\n"; case "ProductivityRating": return "import {TimeNorm} from \"./TimeNorm\";\n"; case "TrackerClientViewModel": return "import {TimeStamp} from \"./TimeStamp\";\nimport {TimeTableViewModel} from \"./TimeTableViewModel\";\nimport {WorkUnit} from \"./WorkUnit\";\nimport {ProductivityRating} from \"./ProductivityRating\";\nimport {TrackerTimeZone} from \"./TrackerTimeZone\";\nimport {TimeNormTag} from \"./TimeNormTag\";\nimport {TimeNorm} from \"./TimeNorm\";\nimport {TrackerCultureInfo} from \"./TrackerCultureInfo\";"; case "TrackerUserDefaults": return trackerStoreStub + "import {WorkUnit} from \"./WorkUnit\";\n"; default: return ""; } } string HelperMethodName(Method m) { return m.Name + HelperMethod(m); } string HelperMethod(Method m) { switch(m.Type.Name) { case "JsonResult": return "Json"; case "IActionResult": return "Action"; default: return "Action"; } } string HelperMethodResult(Method m) { switch(m.Type.Name) { case "JsonResult": return "JQueryXHR"; case "IActionResult": return "JQueryXHR"; // TODO differentiate redirect actions default: return "JQueryXHR"; } } string CustomUrlTokyo(Method m) { var url = m.Url().Replace("api/Tokyo/", ""); if (url.StartsWith("${id}")) { url = "?id=" + url; } url = $"/tokyo/{m.Name}" + url; return url; } string PropertyDefinition(Property p) { var propertyName = p.Name; if (!p.Type.IsPrimitive) { return $"{propertyName}: {TypeOrUndefined(p.Type)};"; } else if (p.Type.FullName == "System.Int32?" || p.Type.FullName == "System.Int64?") { return $"{propertyName}: {TypeOrUndefined(p.Type)};"; } else if (p.Type.IsDate) { return $"{propertyName}: {p.Type.Name} | string"; // workaround: json serialized date is passed as string } else { return $"{propertyName}: {p.Type.Name};"; } } string TypeOrUndefined(Type t) { return $"{t.Name} | undefined"; } string MethodDefinition(Method m) { var parameterDefinitions = new List<string>(); foreach (var p in m.Parameters) { var parameterTypeName = p.Type.Name; if (p.Type.FullName == "System.Int32?" || p.Type.FullName == "System.Int64?") { parameterTypeName = TypeOrUndefined(p.Type); } parameterDefinitions.Add($"{p.name}: {parameterTypeName}"); } return string.Join(", ", parameterDefinitions); } static string[] IgnoreClasses = new string[] {"TrackerInsights"}; } $Classes(c => c.Name == "TokyoController")[ $ImportFor export class $Name { constructor() { } $Methods[ public $HelperMethodName = ($MethodDefinition) : $HelperMethodResult => { return helpers.$HelperMethod(`$CustomUrlTokyo`, "$HttpMethod", $RequestData); }] }]$Classes(c => (c.Namespace.Contains("Nusushi.Models.TokyoViewModels") || c.Namespace.Contains("Tokyo.Service.Models.Core")) && !IgnoreClasses.Any(cl => c.Name.Contains(cl)))[ $ImportFor export class $Name$TypeParameters { $Properties(p => !p.Attributes.Any(at => at.Name == "JsonIgnore"))[ $PropertyDefinition] }]$Enums(e => e.Namespace.Contains("Tokyo.Service.Models.Core"))[ export enum $Name {$Values[ $Name = $Value,] }]
89c9d22f13fa17844690e659c9934f50ed5f9cd9
449d555969bfd7befe906877abab098c6e63a0e8
/1541/CH2/EX2.19/Chapter2_Example19.sce
6a5e0e97c4d0fe7191dcf595d52699213eb866e4
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,045
sce
Chapter2_Example19.sce
//Chapter-2, Example 2.19, Page 2.35 //============================================================================= clc clear //INPUT DATA Q=80;//Transformer rating in KVA V1=11000;//Primart voltage in V V2=440;//Secondary voltage in V Pcu=0.75;//Primary copper loss in kW Scu=0.5;//Secondary copper loss in kW //CALCULATIONS I2=(Q*1000)/V2;//Full load secondary current in A I1=(Q*1000)/V1;//Full load primary current in A R1=((Pcu)/I1^2)*1000;//Primary resistance in ohm R2=(Scu*1000)/I2^2;//Secondary resistance in ohm Xo1=(0.04*V1)/I1;// Equivalent primary reactance in ohm K=(I1/I2);//Current ratio X1=(Xo1/((R1+(R2/K))/(R2/K)));//Primary reactance in ohm X2i=(Xo1/X1);//Equivalent secondary reactance in ohm X2=(X2i*K);//Secondary reactance in ohm //OUTPUT mprintf('a)Primary resistance is %3.2f ohm and Secondary resistance in is %3.3f ohm\nb)Primary reactance is %3.2f ohm and Secondary reactance is %3.3f ohm',R1,R2,X1,X2) //=================================END OF PROGRAM==============================
8b7a7913a805a39d1a4e7fa4f8f115d0525e94af
449d555969bfd7befe906877abab098c6e63a0e8
/662/CH1/EX1.6/ex1_6.sce
65ba3aeaca0babf7162c44130cfedbd537f0a48f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
492
sce
ex1_6.sce
//Example 1.6 clc //Calculate the area of circle radius; //In scilab we need not to declare variables printf("Radius= ?"); //output statement(prompt) radius=scanf("%f"); //input statement area=3.14159 *radius*radius; //Assignment statement printf("Area = %f", area); //output statement
1ec47d86d397251954d24d10269d7a6e5e6b9fd7
449d555969bfd7befe906877abab098c6e63a0e8
/964/CH9/EX9.10/9_10.sce
1e5b015d2ab72675e63c78acf66672ae5fb0196b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
622
sce
9_10.sce
//clc() //2*x1 + 10000*x2 = 10000 //x1 + x2 = 2 x1 = 1; x2 = 1; disp("without scaling, applying forward elimination") //x1 is too small and can be neglected x21 = 10000/10000; x11 = 0; e1 = (x1 - x11)*100/x1; disp(x21,"x2 = ") disp(x11,"x1 = ") disp(e1,"error for x1 = ") disp("with scaling") //0.00002*x1 + x2 = 1 //now x1 is neglected because of the co efficient x22 = 1; x12 = 2 - x1; disp(x12,"x1 = ") disp(x22,"x2 = ") //using original co efficient //x1 can be neglected disp("pivot and retaining original coefficients") x22 = 10000/10000; x12 = 2 - x1; disp(x12,"x1 = ") disp(x22,"x2 = ")
13542549099c00feae704ea8c74fb4c33a47ceb1
449d555969bfd7befe906877abab098c6e63a0e8
/788/CH10/EX10.5.a/10_5_data.sci
1f152cfde89a486894374c385f4cc78467b29c0f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
235
sci
10_5_data.sci
// Aim:Refer Example 10-5 for Problem Description // Given: // flow-rate: Q=0.00190; //m^3/s // operating pressure: p=70; //bars // maximum velocity: v=6.1; //m/s // tensile strength of material: S=379; //MPa // factor of safety: FS=8;
8bc53fd8287190a2227047bb3fbdecb366214488
449d555969bfd7befe906877abab098c6e63a0e8
/2642/CH2/EX2.6/Ex2_6.sce
5103755115916b6cae5875a1d4d6f98e40885de8
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
948
sce
Ex2_6.sce
// FUNDAMENTALS OF ELECTICAL MACHINES // M.A.SALAM // NAROSA PUBLISHING HOUSE // SECOND EDITION // Chapter 2 : BESICS OF MAGNETIC CIRCUITS // Example : 2.6 clc;clear; // clears the console and command history // Given data N = 200 // number of turns d_in = 7 // inner diameter of wooden toroidal coil in cm d_out = 10 // outer diameter of wooden toroidal coil in cm A = 0.005 // cross sectional area m^2 I = 5 // current through coil in A R = d_out-d_in myu_0 = 4*%pi*10^-7 // caclulations l = 2*%pi*R*10^-2 // mean circumference length in m H = N*I/l // magnetic field intensity in At/m B = myu_0*H // flux density in Wb/m^2 flux = B*A // flux in Wb // display the result disp("Example 2.6 solution"); printf(" \n Magnetic field intensity \n H= %.0f At/m \n", H); printf(" \n Flux density \n B= %.2e Wb/m^2 \n", B); printf(" \n Flux \n flux= %.1e Wb \n", flux);
8fee7375317a594b094a4766460e1e85c4ff9cf5
449d555969bfd7befe906877abab098c6e63a0e8
/2063/CH7/EX7.28/7_28.sce
2db7de1905ee29414ac68e828f4cf7022fe5d199
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,493
sce
7_28.sce
clc clear //Input data C=0.0033;//The capacity of a four stroke engine of compression ignition type I=13;//Average indicated power developed in kW/m^3 N=3500;//Operating speed of the engine nv=80;//Volumetric efficiency in percentage p1=1.013;//Initial pressure in bar T1=298;//Initial temperature in K r=1.75;//Pressure ratio of the engine ni=75;//The isentropic efficiency in percentage nm=80;//mechanical efficiency in percentage r1=1.4;//Polytropic index //Calculations Vs=(N/2)*C;//Swept volume in m^3/min Vi=Vs*(nv/100);//Unsupercharged engine inducted volume in m^3/min Pb=p1*r;//Blower delivery pressure in bar T2s=((r)^((r1-1)/r1))*T1;//Final temperature in K T2=((T2s-T1)/(ni/100))+T1;//Blower delivery temperature in K Ve=((Pb*Vs)*T1)/(T2*p1);//Equivalent volume at 1.013 bar and 298K in m^3/min Vin=Ve-Vi;//Increase in inducted volume of air in m^3/min Pin=Vin*I;//Increase in indicated power due to extra air inducted in kW Pinp=((Pb-p1)*Vs*100)/60;//Increase in indicated power due to increase in induction pressure in kW Pt=Pin+Pinp;//Total increase in indicated power in kW nb=Pt*(nm/100);//Total increase in brake power efficiency in kW ma=(Pb*Vs*100)/(60*0.287*T2);//Mass of air delivered by the blower in kg/s Wb=ma*1.005*(T2-T1);//Work input to air by blower in kW Pb1=Wb/(nv/100);//Power required to drive the blower in kW Pb2=nb-Pb1;//Net increase in brake power in kW //Output printf('The net increase in brake power is %3.2f kW',Pb2)
f2b96e013c8afad55bcca1a7512aaec33ae3331a
449d555969bfd7befe906877abab098c6e63a0e8
/1052/CH5/EX5.4/54.sce
a93526e39eb06ee308bd95c55c4e86a7392f7931
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
825
sce
54.sce
clc; //Example 5.4 //page no. 45 printf("Example 5.4 page no. 45\n\n"); //refer to example no 5.3 //determine dynamic viscosity and kinematic viscosity omega=26.2//angular rotation speed D=0.25//diameter of fixed inner cylinder of viscometer v=omega*D/2 printf("\n omega=%f rad/s\n diameter D =%f ft\n linear velocity =%2f ft/s",omega,D,v); d=0.001//clearance betwween two cylinder of visometer vel. gradient =v/(d/12)//velocity gradient gc=32.14//gravitational constant printf("\n clearance d=%5f ft\n vel. gradient=%f 1/s\n gravitational constant gc=%3f ft/s*S",d,vel. gradient,gc); tou=311.7//shear stress tou meu=gc*tou/vel. gradient printf("\n tou=%f psf\n meu=%f lb/ft*s",tou,meu); rho=60.528//density of oil neu=meu/rho//kinamatic viscosity printf("\n kinematic viscosity=%5f (ft*ft)/s",neu);
5bfd85c520dc07c44e27f21fd496553702e34366
449d555969bfd7befe906877abab098c6e63a0e8
/1085/CH9/EX9.2/ex9_2.sce
5de1e4c27086b7a547066d3a1bd8b007e211c710
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
330
sce
ex9_2.sce
//Exam:9.2 clc; clear; close; N=2; C=2; //F=C-P+N P_1=1; P_2=2; P_3=3; P_4=4; F_1=C-P_1+N; F_2=C-P_2+N; F_3=C-P_3+N; F_4=C-P_4+N; disp(F_1,'Degrees of freedom for 1 phase='); disp(F_2,'Degrees of freedom for 2 phases='); disp(F_3,'Degrees of freedom for 3 phases='); disp(F_4,'Degrees of freedom for 4 phases=');
91131dc8d1519d72975e1d6ff1a7c2e4b22baaa9
449d555969bfd7befe906877abab098c6e63a0e8
/2381/CH17/EX17.1/ex_1.sce
7433d68870f4857b04fd4ae6266ab22ea929c3bb
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
167
sce
ex_1.sce
//Example 1 // magnitude clc; clear; close; //given data : R=7*10^8;// in m P=3.8*10^26;// in Watt S=P/(4*%pi*R^2); disp(S,"Magnitude of poynting vector,S(W/m^2) = ")
679448ef78dfd48c7389d22b671cc5091d30c914
0812f3bb6f3cc038b570df68ccee4275da04b11f
/models/complexity_1000/Applied_Thermodynamics_and_Engineering/CH7/EX7.20/7_20.sce
d9da68723cb851b627a70d25731b81499578fee3
[]
no_license
apelttom/20-semester_PhD_thesis
edc0b55580bae9d364599932cd73cf32509f4b7a
ff28b115fcf5e121525e08021fa0c02b54a8e143
refs/heads/master
2018-12-26T22:03:38.510422
2018-12-14T20:04:11
2018-12-14T20:04:11
106,552,276
0
0
null
null
null
null
UTF-8
Scilab
false
false
83
sce
7_20.sce
clc; mc=0.144*9; Qgt=46900; ufg=2304.4; Qn=Qgt-mc*ufg; disp("kJ/kg",Qn,"NCV is:")
79b6194e8a82533510dbfe43b4d7119a9116aa37
25ec4bae7c1d991a8b4f36a96650a07061417648
/Exemplos/exemplo07SegueFaixa/turnLeft.sce
772b1b1ab9f59789bd9089656784284f0ec7a53e
[]
no_license
OtacilioNeto/EV3MicroPythonExamples
716f76e4179d98157577d68b116a33a078aed085
037af9585402fe294d3c82d3b7d88cb49bc26bcf
refs/heads/master
2023-06-08T19:34:49.916922
2023-06-02T13:24:10
2023-06-02T13:24:10
226,492,496
0
0
null
null
null
null
UTF-8
Scilab
false
false
9,710
sce
turnLeft.sce
// Red Green Blue Red Green Blue turnLeft = [ 28 40 59 28.18 40.52 56.17; 29 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 28 39 59 28.18 40.52 57.64; 29 40 60 28.18 40.52 56.17; 28 40 59 28.18 40.52 56.17; 28 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 28 39 59 28.18 40.52 57.64; 28 39 59 28.18 40.52 57.64; 28 40 60 28.18 40.52 57.64; 29 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 56.17; 28 39 59 28.18 40.52 57.64; 28 40 59 27.1 40.52 54.7; 29 40 59 28.18 40.52 57.64; 28 40 59 27.1 40.52 54.7; 28 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 28 39 59 28.18 40.52 57.64; 29 40 59 28.18 40.52 57.64; 29 40 60 28.18 40.52 56.17; 28 39 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 29 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 56.17; 29 40 59 28.18 40.52 57.64; 29 40 59 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 28 40 60 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 28 40 59 27.1 40.52 56.17; 28 40 59 28.18 40.52 57.64; 28 39 59 27.1 40.52 56.17; 29 40 59 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 29 40 59 27.1 40.52 56.17; 28 40 59 28.18 40.52 57.64; 29 40 59 28.18 40.52 56.17; 28 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 28 39 59 28.18 40.52 57.64; 28 39 59 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 29 40 59 28.18 40.52 56.17; 28 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 56.17; 28 40 59 28.18 40.52 56.17; 28 39 59 28.18 40.52 57.64; 28 39 59 28.18 40.52 57.64; 29 40 60 28.18 40.52 56.17; 28 40 59 28.18 40.52 56.17; 28 40 59 28.18 40.52 57.64; 28 40 59 27.1 40.52 56.17; 29 40 60 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 29 40 60 28.18 40.52 56.17; 28 39 59 28.18 40.52 57.64; 28 40 60 28.18 39.16 54.7; 29 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 29 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 29 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 29 40 59 27.1 40.52 57.64; 28 39 59 28.18 40.52 57.64; 29 40 60 28.18 40.52 56.17; 28 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 29 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 29 39 59 28.18 40.52 57.64; 29 40 59 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 28 39 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 28 39 59 28.18 40.52 57.64; 28 39 59 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 29 40 60 28.18 40.52 56.17; 29 40 59 28.18 40.52 56.17; 29 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 56.17; 28 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 56.17; 29 40 59 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 28 40 60 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 29 40 59 28.18 40.52 57.64; 28 39 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 28 39 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 56.17; 28 39 59 28.18 40.52 57.64; 29 40 60 28.18 40.52 56.17; 28 39 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 56.17; 28 40 59 28.18 40.52 57.64; 29 40 59 28.18 40.52 56.17; 28 40 59 28.18 40.52 56.17; 29 40 59 28.18 40.52 57.64; 29 40 59 28.18 40.52 57.64; 28 40 60 28.18 40.52 57.64; 29 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 56.17; 28 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 29 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 29 40 59 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 28 39 59 28.18 40.52 57.64; 28 40 59 27.1 40.52 56.17; 28 40 59 28.18 40.52 56.17; 29 40 59 28.18 40.52 57.64; 29 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 56.17; 28 39 59 28.18 40.52 57.64; 28 39 59 28.18 40.52 57.64; 29 40 60 28.18 40.52 56.17; 29 40 59 28.18 40.52 57.64; 29 40 60 28.18 40.52 56.17; 29 40 60 28.18 40.52 57.64; 29 40 59 28.18 40.52 57.64; 29 40 59 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 29 40 60 28.18 40.52 56.17; 28 39 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 29 40 60 28.18 40.52 56.17; 29 40 59 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 29 40 59 28.18 40.52 56.17; 29 40 60 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 29 40 59 28.18 40.52 57.64; 29 40 59 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 29 40 60 28.18 40.52 57.64; 28 40 59 28.18 40.52 57.64; 29 40 59 28.18 40.52 57.64; 29 39 59 28.18 40.52 56.17; 27 38 56 26.02 37.81 53.23; 27 37 56 24.94 36.45 51.77; 28 39 59 26.02 37.81 54.7; 27 38 58 26.02 36.45 51.77; 28 40 60 27.1 39.16 56.17; 28 39 59 27.1 39.16 54.7; 28 38 58 26.02 37.81 53.23; 27 38 56 27.1 39.16 56.17; 26 36 54 27.1 37.81 53.23; 26 37 54 28.18 40.52 57.64; 27 37 55 28.18 39.16 56.17; 27 38 55 28.18 40.52 57.64; 26 37 54 28.18 40.52 57.64; 23 35 39 28.18 39.16 56.17; 5 10 4 27.1 39.16 54.7; 4 6 13 27.1 39.16 56.17; 14 16 45 29.26 40.52 60.58; 27 35 65 32.51 44.59 63.51; 29 37 65 32.51 43.23 63.51; 28 36 62 30.34 40.52 60.58; 29 38 62 30.34 40.52 59.11; 30 40 60 29.26 39.16 59.11; 30 41 63 30.34 40.52 59.11; 31 41 62 31.42 41.88 60.58; 32 42 64 31.42 41.88 62.04; 31 42 64 31.42 43.23 62.04; 31 42 64 31.42 41.88 62.04; 32 42 63 31.42 43.23 63.51; 32 42 65 31.42 43.23 62.04; 31 42 64 32.51 43.23 62.04; 32 43 66 32.51 44.59 63.51; 33 44 67 32.51 44.59 64.98; 32 44 66 32.51 44.59 64.98; 32 44 66 32.51 43.23 63.51; 31 42 64 31.42 41.88 60.58; 32 42 65 32.51 43.23 63.51; 31 42 64 31.42 43.23 62.04; 31 42 65 31.42 43.23 62.04; 32 42 64 31.42 43.23 60.58; 31 42 62 30.34 40.52 57.64; 29 42 63 27.1 40.52 59.11; 30 43 66 28.18 41.88 60.58; 30 44 65 28.18 41.88 60.58; 32 48 72 32.51 47.3 67.92; 33 49 72 31.42 47.3 66.45; 35 52 76 34.67 50.01 72.32; 34 50 73 32.51 48.66 67.92; 35 51 74 32.51 50.01 70.85; 34 50 74 32.51 48.66 67.92; 36 52 77 34.67 51.37 72.32; 35 51 75 34.67 51.37 72.32; 35 52 76 33.59 50.01 70.85; 37 54 79 35.75 52.73 75.26; 36 53 77 34.67 51.37 73.79; 34 49 73 33.59 48.66 69.39; 35 51 75 33.59 48.66 67.92; 35 51 75 33.59 50.01 69.39; 35 51 76 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 69.39; 35 51 74 32.51 50.01 70.85; 35 51 76 33.59 50.01 69.39; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 72.32; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 69.39; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 69.39; 35 51 75 34.67 50.01 72.32; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 74 33.59 50.01 70.85; 35 51 76 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 69.39; 35 51 75 33.59 50.01 70.85; 35 51 76 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 52 76 34.67 51.37 72.32; 35 51 76 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 76 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 72.32; 35 52 76 34.67 50.01 72.32; 35 51 76 34.67 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 72.32; 35 52 76 34.67 50.01 72.32; 35 51 76 34.67 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 76 34.67 51.37 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 76 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 72.32; 35 51 76 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 72.32; 35 52 76 34.67 51.37 72.32; 35 51 76 34.67 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 72.32; 35 52 76 34.67 50.01 72.32; 35 51 76 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 51.37 72.32; 35 51 76 34.67 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; 35 51 75 33.59 50.01 70.85; ];
7fa2f09726d26b17666fd864e40f1420c58a676d
d422d2bd9c82ca6a247ec578514ee6d3b5fa48b7
/pendulumX4/lol.sce
e9fefcb0d617418c62510fab3a7647c3fb3294ce
[]
no_license
kirillin/python_ev3
bee3d9682f848b188d6c3b967f37dfc5a4aa3080
58c34ad11588bdc05e53a8466d6a12fe2c1a6ab2
refs/heads/master
2020-08-04T22:52:07.665251
2017-01-06T15:17:10
2017-01-06T15:17:10
67,629,534
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,204
sce
lol.sce
clear; g = 9.81; l = 0.6; r = 0.0028; mp = 0.044; mw = 0.017; mc = 0.563 - mw * 4; Jp = mp * l^2 / 12; Jw = mw * r^2 / 2; J = 0.0023; Km = 0.5; Ke = 0.5; R = 7.2; // ?? ev3 Umax = 7.6; size_buffer = 10000; tnreal = 6.3; tn = 1.5; w0 = tnreal/tn; z0=w0^3; z1=3*w0^2; z2=3*w0; a11 = 0; a12 = 0; a13 = 1; a21 =(g*l^2*mp^2*r)/((4*Jp+l^2*mp)*(-4*Jw-mc*r^2-mp*r^2-4*mw*r^2-2*J)+l^2*mp^2*r^2); a31 = (2*g*l*mp*(-4*Jw-mc*r^2-mp*r^2-4*mw*r^2-2*J))/((4*Jp+l^2*mp)*(-4*Jw-mc*r^2-mp*r^2-4*mw*r^2-2*J)+l^2*mp^2*r^2); a22 = -(2*Ke*Km*(-4*Jp-l^2*mp))/(((4*Jp+l^2*mp)*(-4*Jw-mc*r^2-mp*r^2-4*mw*r^2-2*J)+l^2*mp^2*r^2)*R); a32 = -(4*Ke*Km*l*mp*r)/(((4*Jp+l^2*mp)*(-4*Jw-mc*r^2-mp*r^2-4*mw*r^2-2*J)+l^2*mp^2*r^2)*R); a23 = 0; a33 = 0; b1 = (2*Km*(-4*Jp-l^2*mp))/(((4*Jp+l^2*mp)*(-4*Jw-mc*r^2-mp*r^2-4*mw*r^2-2*J)+l^2*mp^2*r^2)*R); b2 = (4*Km*l*mp*r)/(((4*Jp+l^2*mp)*(-4*Jw-mc*r^2-mp*r^2-4*mw*r^2-2*J)+l^2*mp^2*r^2)*R); A=[a11,a12,a13;a21,a22,a23;a31,a32,a33]; B=[0,b1,b2]' * Umax; Y=[B, A*B, A^2*B]; G=[0,0,-z0;1, 0, -z1; 0, 1, -z2]; H=[0,0,1]; Q=[H; H*G; H*G^2]; S=sylv(-A,G,B*H,'c'); K=-H*S^-1 //importXcosDiagram("/media/data/evo/python_ev3/pendulumX4/x4pendulum_p.zcos"); //xcos_simulate(scs_m, 4);
9eee3a59b83cf126535ce2ebdeccb0733a032756
449d555969bfd7befe906877abab098c6e63a0e8
/1541/CH3/EX3.3/Chapter3_Example3.sce
c2e748c18e0fbaf6a638bfd1513766160c52b4d8
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
557
sce
Chapter3_Example3.sce
//Chapter-3, Example 3.3, Page 3.7 //============================================================================= clc clear //INPUT DATA P=6;//Number of poles f=50;//Supply frequency in Hz f1=3;//Rotor current frequency in Hz //CALCULATIONS s=(f1/f)*100;//Slip of the motor in % Ns=(120*f)/P;//Synchronous speed in rpm N=(Ns-((s*Ns)/100));//Speed of the motor in rpm //OUTPUT mprintf('Slip of the motor is %i percent\nSpeed of the motor is %i rpm',s,N) //=================================END OF PROGRAM==============================
5fb0796ef9f02a0edefc744b6110f3abcecbe977
089894a36ef33cb3d0f697541716c9b6cd8dcc43
/NLP_Project/test/blog/ngram/5.5_12.tst
63667cd65032e0bf7790ece7a688042bb2121bd5
[]
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
617,019
tst
5.5_12.tst
5 11:1 38:1 530:1 558:1 766:1 783:1 787:1 849:2 851:1 1018:1 1348:1 1425:1 1598:2 1813:1 1953:1 2033:1 2053:1 2194:1 2211:1 2397:1 2502:1 2562:2 2611:1 2907:1 3145:1 3146:1 3283:1 3327:1 3437:1 3530:1 3665:1 3670:1 3688:1 3854:1 4056:1 4064:1 4088:1 4169:1 4310:1 4320:1 4363:1 4413:1 4597:1 4787:1 4912:1 4996:1 5234:2 5255:1 5260:1 5411:1 5425:2 5609:1 5949:1 6023:1 6026:1 6056:1 6614:1 6720:2 6734:2 6746:2 6919:1 6968:1 7160:4 7235:1 7337:1 7388:1 7483:1 7498:1 7861:1 7878:1 7886:1 7910:1 8403:1 8466:1 8544:1 8586:1 8697:1 8791:2 8898:1 9036:2 9043:1 9142:1 9144:2 9150:1 9174:1 9280:1 9281:1 9349:1 9483:1 9508:1 9630:1 9644:1 9713:1 9734:1 10065:1 10160:1 10170:1 10203:1 10215:1 10284:1 10297:1 10382:2 10519:1 10668:1 10801:1 11088:1 11274:1 11442:1 11575:1 11833:1 11954:1 12073:1 12083:1 12443:2 12606:1 12733:1 12814:1 13047:1 13062:1 13143:1 13238:1 13387:1 13802:1 13840:1 14001:1 14005:1 14013:1 14015:1 14029:1 14037:1 14248:1 14305:1 14318:2 14457:1 14660:1 15039:1 15115:2 15244:1 15323:1 15597:1 15694:1 15874:1 15917:1 16068:129 16336:1 16709:1 16732:1 16993:1 17027:1 17263:1 17332:1 17419:1 17422:1 17472:1 17475:1 17491:1 17591:1 17909:1 18038:1 18363:1 18368:1 18389:1 18636:1 18746:1 18851:1 18995:2 19002:1 19140:1 19332:1 19720:1 19761:1 19915:1 20049:1 20078:1 20178:1 20244:1 20375:1 20439:1 20497:1 20678:1 20686:1 20749:1 20792:1 20836:1 21201:1 21695:1 21697:1 21882:1 22209:1 22380:1 22495:1 22597:2 22625:1 22801:1 23049:2 23065:1 23283:1 23393:1 23667:1 23682:1 23744:1 23778:1 23787:1 23941:1 23953:2 24133:1 24146:1 24282:2 24309:1 24423:2 24609:1 24627:1 24829:1 25152:1 25169:1 25174:1 25219:1 25368:1 25370:1 25375:1 5 11:1 38:1 89:1 530:1 558:1 766:1 783:1 787:1 829:1 849:2 851:1 883:1 1018:1 1097:1 1244:1 1288:1 1348:1 1403:1 1425:1 1598:2 1813:1 1900:1 1918:1 1953:1 2028:1 2033:1 2053:1 2194:1 2211:1 2397:1 2502:1 2562:2 2611:1 2907:1 3019:1 3082:1 3145:2 3146:1 3147:1 3156:1 3283:1 3327:1 3395:1 3437:1 3482:1 3530:1 3665:1 3670:1 3688:1 3690:1 3800:1 3854:1 4004:1 4056:1 4064:1 4088:1 4126:1 4169:1 4310:3 4320:1 4363:1 4413:2 4418:1 4597:1 4731:1 4787:1 4904:1 4912:1 4996:1 5007:1 5173:1 5234:2 5255:1 5258:1 5260:2 5374:1 5376:1 5411:1 5412:1 5425:2 5577:2 5585:1 5609:1 5949:1 6023:1 6026:1 6056:1 6229:1 6361:1 6386:1 6395:1 6614:2 6720:2 6734:3 6746:2 6919:2 6968:1 7043:1 7160:4 7209:1 7235:2 7337:1 7388:1 7483:1 7498:1 7500:1 7511:1 7850:1 7861:1 7878:1 7886:1 7910:1 7938:1 8054:1 8219:1 8292:1 8403:1 8466:1 8528:1 8544:1 8573:1 8586:1 8697:1 8705:1 8791:2 8807:1 8816:1 8825:1 8870:1 8898:1 8977:1 9012:1 9036:2 9043:2 9142:1 9144:2 9150:1 9174:1 9280:1 9281:1 9349:1 9350:1 9483:1 9508:1 9556:1 9630:1 9644:1 9713:1 9734:1 9783:1 9997:1 10065:1 10140:1 10160:2 10170:2 10203:1 10215:1 10225:1 10284:1 10296:1 10297:1 10382:2 10477:1 10519:1 10522:1 10668:1 10801:1 11088:1 11185:1 11274:1 11341:1 11355:1 11391:1 11408:1 11442:1 11575:1 11798:1 11833:1 11852:1 11862:1 11954:1 11991:1 12073:1 12083:1 12269:1 12345:1 12412:1 12439:1 12443:2 12457:1 12606:1 12614:1 12733:1 12814:1 13047:1 13062:1 13142:1 13143:1 13201:1 13238:1 13372:1 13387:1 13657:1 13714:1 13795:1 13802:1 13840:1 14001:1 14005:1 14013:1 14015:1 14029:1 14037:1 14248:1 14305:1 14318:2 14457:1 14660:1 14823:1 14852:1 15039:1 15115:2 15244:1 15323:1 15597:1 15694:1 15738:1 15785:1 15874:1 15893:1 15917:1 16068:255 16137:1 16336:1 16709:1 16732:1 16825:1 16830:1 16873:1 16924:1 16993:1 17008:1 17027:1 17263:1 17332:5 17419:1 17422:1 17446:1 17472:1 17475:1 17491:1 17492:1 17591:1 17810:1 17817:1 17909:1 17972:1 18038:1 18363:1 18368:1 18389:1 18509:2 18636:1 18730:1 18746:2 18794:1 18851:1 18995:2 19002:2 19122:1 19140:1 19180:1 19247:1 19275:1 19332:2 19388:1 19720:1 19761:1 19915:1 20049:1 20078:1 20178:1 20236:1 20244:1 20319:1 20357:2 20375:1 20439:1 20497:1 20629:1 20678:1 20686:1 20749:1 20792:1 20836:1 21135:1 21201:1 21250:1 21279:1 21361:1 21397:2 21429:1 21684:1 21695:1 21697:1 21882:1 22047:1 22078:1 22116:1 22209:1 22257:1 22342:1 22380:1 22495:1 22597:2 22625:1 22801:1 22976:1 23049:2 23065:2 23178:1 23208:1 23283:1 23393:1 23541:1 23550:1 23667:1 23682:1 23744:1 23778:1 23787:2 23923:1 23941:1 23948:1 23953:2 24133:1 24146:1 24227:1 24282:3 24309:1 24371:1 24423:2 24522:1 24591:1 24609:1 24627:1 24829:1 24832:1 24992:1 25108:1 25152:1 25169:1 25174:1 25219:1 25317:1 25321:1 25368:1 25370:1 25372:1 25375:1 25382:1 5 11:1 38:1 89:2 104:1 120:1 526:1 530:1 558:1 766:1 783:1 787:1 829:1 849:2 851:1 883:1 1018:1 1097:1 1244:1 1288:1 1348:1 1403:1 1425:1 1598:2 1813:1 1900:1 1918:2 1953:1 1985:1 2028:1 2033:1 2053:1 2061:1 2194:1 2211:1 2351:1 2365:1 2397:2 2502:1 2562:3 2611:2 2907:1 3019:1 3076:1 3082:1 3145:2 3146:1 3147:2 3156:1 3206:1 3237:1 3283:1 3327:1 3395:1 3437:1 3482:1 3530:1 3665:1 3670:1 3688:1 3690:1 3800:1 3854:1 3971:1 4004:1 4056:1 4064:1 4088:1 4126:1 4169:1 4272:1 4310:4 4320:1 4363:1 4413:2 4418:1 4428:1 4455:1 4597:1 4731:1 4787:1 4904:1 4912:1 4996:1 5007:1 5173:1 5228:1 5234:2 5255:1 5258:1 5260:2 5374:1 5376:1 5411:1 5412:1 5414:1 5425:2 5577:2 5585:1 5609:1 5842:1 5949:1 6018:1 6023:1 6026:1 6056:1 6229:1 6246:1 6361:1 6386:1 6393:1 6395:1 6614:2 6720:2 6734:4 6746:3 6748:1 6861:1 6919:3 6968:1 7013:1 7043:1 7160:5 7209:1 7235:2 7305:1 7337:1 7376:1 7388:1 7480:1 7483:1 7497:1 7498:1 7500:1 7511:1 7537:1 7850:1 7861:1 7878:1 7886:1 7910:1 7938:1 8045:1 8054:1 8219:1 8292:1 8403:1 8466:1 8528:1 8544:1 8573:1 8586:1 8697:1 8705:1 8791:2 8807:1 8816:1 8825:1 8870:1 8898:1 8977:1 9012:1 9026:1 9036:2 9043:2 9142:1 9144:2 9150:1 9174:1 9280:1 9281:1 9349:1 9350:1 9483:1 9508:1 9529:1 9556:1 9630:1 9644:1 9713:1 9734:1 9783:1 9997:1 10018:1 10065:1 10140:1 10160:3 10170:3 10203:2 10215:1 10225:1 10284:1 10296:1 10297:1 10351:1 10382:2 10401:1 10477:1 10519:1 10522:1 10668:1 10801:1 11088:1 11185:1 11274:1 11341:1 11355:1 11391:1 11408:1 11442:1 11575:1 11798:1 11833:1 11852:1 11862:1 11954:1 11991:1 12051:1 12073:1 12083:1 12250:1 12269:1 12345:1 12412:1 12439:1 12443:2 12457:1 12606:1 12614:1 12733:1 12814:1 13047:1 13062:1 13142:1 13143:1 13201:1 13238:1 13372:1 13387:1 13657:1 13714:1 13795:1 13802:1 13840:1 13922:1 14001:1 14005:1 14013:1 14015:1 14021:1 14029:1 14037:1 14162:1 14248:1 14305:1 14318:2 14457:2 14660:1 14823:1 14852:1 15039:1 15115:2 15244:1 15323:1 15594:1 15597:1 15694:1 15738:1 15785:1 15874:1 15893:1 15917:1 16068:291 16137:1 16336:1 16709:1 16732:1 16735:1 16825:1 16830:1 16873:1 16924:1 16993:1 17008:2 17027:2 17263:1 17332:7 17419:1 17422:1 17446:1 17472:1 17475:1 17491:2 17492:1 17591:1 17810:1 17817:1 17909:1 17972:1 18038:1 18363:1 18368:1 18389:1 18509:2 18636:1 18730:1 18746:2 18794:1 18851:1 18976:1 18995:2 19002:2 19059:1 19122:1 19140:1 19180:1 19247:1 19275:1 19332:2 19388:1 19720:2 19761:1 19915:1 20049:1 20078:1 20083:1 20178:1 20236:1 20239:1 20244:1 20245:1 20319:1 20357:2 20375:1 20439:1 20497:1 20629:1 20678:1 20686:1 20749:1 20792:1 20836:1 21135:1 21201:1 21250:1 21279:2 21361:1 21397:2 21429:1 21542:1 21684:1 21695:1 21697:1 21882:1 22047:1 22078:1 22116:1 22209:1 22257:1 22342:1 22380:1 22396:1 22495:1 22597:2 22601:1 22625:1 22801:1 22976:1 23049:2 23065:2 23178:1 23208:1 23283:1 23393:1 23510:1 23541:1 23550:1 23667:1 23682:1 23744:1 23778:1 23787:2 23859:1 23923:1 23941:1 23948:1 23953:2 24133:1 24146:1 24227:1 24282:6 24309:1 24371:1 24423:2 24522:1 24591:1 24609:1 24627:1 24772:1 24829:1 24832:1 24992:1 25108:1 25152:1 25169:1 25174:1 25219:1 25317:1 25321:2 25368:1 25370:1 25372:1 25375:1 25382:1 5 11:1 38:1 41:1 89:2 104:1 120:1 158:2 509:1 526:1 530:1 558:1 766:2 783:1 787:1 803:1 829:1 849:3 851:1 883:2 904:1 1018:1 1070:1 1097:1 1135:1 1244:1 1260:1 1286:1 1288:1 1348:1 1371:1 1403:1 1413:1 1425:1 1503:1 1598:2 1608:1 1752:1 1813:1 1900:1 1916:1 1918:2 1953:1 1985:1 2028:1 2033:1 2053:1 2061:1 2180:1 2194:1 2200:1 2211:1 2280:1 2351:1 2365:1 2397:2 2502:1 2562:3 2611:2 2660:2 2841:1 2907:1 3019:1 3076:1 3082:1 3136:1 3145:2 3146:1 3147:3 3156:1 3180:1 3206:1 3217:1 3237:2 3283:2 3290:1 3327:1 3369:1 3380:1 3395:1 3410:1 3437:1 3477:1 3482:1 3496:1 3530:1 3659:1 3665:1 3670:1 3688:1 3690:1 3708:1 3800:1 3854:1 3971:1 4004:1 4008:1 4054:1 4056:1 4064:1 4088:1 4126:1 4168:1 4169:1 4272:1 4310:4 4320:1 4363:1 4413:2 4418:1 4428:1 4455:1 4470:1 4597:1 4653:1 4720:1 4731:1 4787:1 4806:1 4904:1 4912:1 4971:1 4996:1 5007:1 5047:1 5173:1 5228:1 5230:1 5234:2 5255:1 5258:1 5260:3 5290:1 5304:1 5374:1 5376:1 5411:1 5412:1 5414:1 5425:2 5577:2 5585:1 5609:1 5819:1 5842:1 5949:1 6018:1 6023:1 6026:1 6056:1 6076:2 6229:1 6246:1 6361:1 6386:1 6393:1 6395:1 6566:1 6614:2 6720:3 6734:4 6746:3 6748:1 6861:1 6919:3 6925:1 6952:1 6968:1 6973:1 7013:1 7043:1 7160:8 7209:1 7233:1 7235:3 7305:1 7337:1 7374:1 7376:1 7388:1 7475:1 7478:1 7480:1 7483:1 7497:1 7498:1 7500:1 7511:1 7529:1 7537:1 7675:1 7790:1 7850:1 7861:1 7878:1 7886:1 7910:1 7938:1 8045:1 8054:1 8066:1 8219:1 8292:1 8403:1 8466:1 8528:1 8544:1 8573:1 8586:1 8627:2 8697:1 8703:2 8705:1 8791:2 8807:1 8809:1 8816:1 8825:1 8829:1 8870:1 8898:1 8916:1 8977:1 9012:1 9026:1 9036:2 9038:2 9043:2 9072:1 9108:1 9142:1 9144:2 9150:1 9154:1 9174:1 9280:1 9281:1 9349:1 9350:1 9483:1 9508:1 9529:1 9556:1 9630:1 9644:1 9713:1 9734:1 9783:1 9939:1 9997:1 10018:1 10065:1 10140:1 10160:3 10170:3 10203:2 10215:1 10225:1 10235:1 10237:1 10272:1 10284:1 10296:1 10297:1 10351:1 10382:2 10401:1 10477:1 10519:1 10522:1 10656:1 10668:1 10801:1 11088:1 11185:1 11209:1 11274:1 11341:1 11355:1 11391:1 11408:1 11442:1 11458:1 11489:1 11575:1 11735:1 11798:1 11833:1 11852:1 11862:1 11954:1 11991:1 12051:1 12073:1 12083:1 12187:1 12250:1 12269:1 12345:1 12356:1 12411:1 12412:1 12439:1 12443:2 12446:1 12457:1 12527:1 12606:1 12614:1 12733:1 12814:1 12833:1 13047:1 13062:1 13097:1 13142:1 13143:1 13152:1 13201:1 13223:1 13238:1 13242:1 13304:1 13372:1 13387:1 13538:2 13594:1 13657:1 13714:1 13795:1 13802:1 13840:1 13886:1 13918:1 13922:1 14001:1 14005:1 14013:1 14014:1 14015:1 14016:1 14021:1 14024:1 14029:1 14037:1 14067:1 14162:1 14231:1 14248:1 14305:1 14318:2 14333:1 14457:2 14660:1 14823:1 14852:1 14919:1 15024:1 15039:2 15115:2 15244:1 15323:1 15594:1 15597:1 15615:1 15679:1 15694:1 15704:1 15738:1 15785:1 15874:2 15893:1 15917:1 16068:385 16071:1 16093:1 16137:1 16336:1 16442:1 16472:1 16709:1 16732:1 16735:1 16825:1 16830:1 16873:1 16924:1 16993:1 17008:2 17027:2 17041:1 17142:1 17263:1 17272:1 17293:1 17332:8 17376:1 17419:1 17422:1 17446:1 17472:1 17475:1 17491:2 17492:1 17584:1 17588:1 17590:1 17591:1 17636:1 17654:1 17810:1 17816:1 17817:1 17909:1 17912:1 17972:1 18038:1 18363:1 18368:1 18389:2 18412:1 18433:1 18509:2 18513:1 18636:1 18673:1 18730:1 18746:4 18794:1 18851:1 18976:1 18995:2 19002:2 19059:1 19122:1 19140:1 19180:1 19247:1 19275:1 19332:2 19334:1 19353:1 19388:2 19391:1 19503:1 19593:1 19720:2 19761:1 19860:1 19876:1 19915:1 20049:1 20072:1 20078:1 20083:1 20132:1 20178:1 20202:1 20236:1 20239:1 20244:1 20245:1 20319:1 20357:2 20375:1 20405:1 20439:1 20465:1 20497:1 20629:1 20678:1 20686:1 20749:1 20789:1 20792:1 20836:1 20850:1 20908:1 20914:1 21063:1 21135:1 21201:1 21250:1 21279:2 21361:1 21397:2 21429:1 21542:1 21684:1 21695:1 21697:1 21871:1 21872:1 21882:1 21891:1 21992:1 22014:1 22047:1 22078:1 22116:1 22129:1 22209:1 22257:1 22342:1 22380:1 22396:1 22448:1 22494:1 22495:1 22502:1 22545:1 22597:2 22601:1 22625:2 22801:1 22914:1 22976:1 23049:2 23065:2 23178:1 23199:1 23208:1 23236:1 23283:1 23393:1 23471:1 23492:1 23510:1 23541:1 23550:1 23656:1 23660:1 23667:1 23682:1 23744:1 23778:1 23787:2 23836:1 23859:1 23909:1 23923:2 23941:1 23948:1 23953:2 24114:1 24133:1 24146:1 24227:1 24282:8 24309:1 24371:1 24423:2 24522:1 24591:1 24609:1 24627:1 24772:1 24829:1 24832:1 24992:1 25108:1 25152:1 25169:1 25174:1 25219:1 25317:1 25321:2 25368:1 25370:1 25372:1 25375:1 25382:1 25430:1 25440:1 5 11:1 38:1 41:1 89:2 104:1 120:1 158:2 185:1 248:1 396:1 420:1 509:1 526:1 530:1 558:2 614:1 636:1 766:2 783:1 787:1 803:1 814:1 829:1 848:1 849:3 851:1 883:2 904:2 1018:1 1070:1 1097:1 1135:1 1244:1 1260:1 1286:1 1288:1 1348:1 1371:1 1385:1 1390:1 1403:1 1413:1 1425:1 1503:1 1598:2 1608:1 1694:1 1752:1 1813:1 1846:1 1880:1 1900:1 1916:1 1918:2 1953:1 1985:1 2028:1 2033:1 2039:1 2046:2 2053:1 2061:1 2180:1 2194:1 2200:1 2211:1 2280:1 2339:1 2351:1 2365:1 2397:2 2460:1 2502:1 2562:5 2611:2 2660:2 2743:1 2772:1 2791:1 2841:1 2907:1 3019:1 3038:1 3076:1 3082:1 3136:1 3144:1 3145:2 3146:1 3147:3 3156:1 3180:1 3206:1 3217:1 3237:2 3283:3 3290:1 3327:1 3369:1 3380:1 3395:1 3410:1 3437:1 3477:1 3482:1 3496:1 3530:1 3659:1 3665:1 3670:1 3688:1 3690:1 3708:1 3800:1 3803:1 3854:1 3968:1 3971:1 4004:1 4008:1 4054:1 4056:1 4064:1 4088:1 4126:1 4168:1 4169:1 4272:1 4310:4 4320:1 4363:1 4413:2 4418:1 4428:1 4455:1 4470:1 4522:1 4580:1 4597:1 4653:1 4676:1 4720:1 4731:1 4787:1 4794:1 4806:1 4899:1 4904:1 4912:1 4971:1 4974:1 4996:1 5007:1 5047:1 5162:1 5173:1 5184:1 5228:1 5230:1 5234:2 5246:1 5255:1 5258:1 5260:3 5290:1 5304:1 5374:1 5376:1 5411:1 5412:1 5414:1 5425:2 5577:2 5585:1 5609:1 5819:1 5842:1 5919:1 5949:1 6018:1 6023:1 6026:1 6056:1 6075:1 6076:3 6229:2 6246:1 6361:1 6378:1 6386:1 6393:1 6395:1 6515:1 6566:1 6606:1 6614:2 6696:1 6720:3 6734:6 6746:5 6748:1 6861:1 6919:3 6925:1 6952:1 6968:1 6973:1 7013:1 7043:1 7069:1 7160:10 7209:1 7233:1 7235:4 7305:1 7337:1 7374:1 7376:1 7388:2 7464:1 7475:1 7478:1 7480:1 7483:1 7493:1 7497:1 7498:1 7500:1 7511:1 7529:1 7537:1 7675:1 7701:1 7790:1 7850:1 7861:1 7878:1 7886:1 7910:1 7938:1 7982:1 8045:1 8054:1 8066:1 8087:1 8095:1 8219:1 8260:1 8292:1 8403:1 8466:1 8482:1 8528:1 8544:1 8552:1 8573:1 8586:1 8627:2 8697:1 8703:2 8705:1 8791:2 8807:1 8809:1 8816:1 8825:1 8829:2 8837:1 8870:1 8898:1 8916:1 8977:2 9012:1 9026:1 9036:2 9038:3 9043:2 9072:1 9108:1 9142:1 9144:2 9150:1 9154:1 9174:1 9280:1 9281:1 9298:1 9349:1 9350:1 9483:1 9508:1 9529:1 9556:1 9630:1 9631:1 9644:1 9696:1 9713:1 9734:1 9783:1 9921:1 9939:1 9997:1 10001:1 10018:1 10065:1 10140:1 10160:3 10170:3 10203:2 10215:1 10225:1 10235:1 10237:1 10259:1 10272:1 10284:1 10296:1 10297:1 10351:1 10382:2 10401:1 10477:1 10492:1 10519:1 10522:1 10555:1 10656:1 10668:1 10800:1 10801:1 10958:1 11088:1 11093:1 11185:1 11209:1 11274:1 11341:1 11355:1 11387:1 11391:2 11408:1 11442:1 11458:1 11489:1 11542:1 11575:1 11601:1 11604:1 11735:1 11798:1 11833:1 11852:1 11862:1 11938:1 11954:1 11991:1 12005:1 12014:1 12051:1 12073:1 12083:1 12187:1 12250:1 12269:1 12345:1 12356:1 12411:1 12412:1 12439:1 12443:2 12446:1 12457:1 12527:1 12606:1 12614:1 12733:1 12814:1 12825:1 12833:1 12917:1 12932:1 13047:1 13062:1 13097:1 13142:1 13143:1 13152:1 13187:1 13199:1 13201:1 13223:1 13238:1 13242:1 13288:1 13304:1 13307:1 13372:1 13387:1 13516:1 13538:2 13558:1 13594:1 13657:1 13660:1 13714:1 13795:1 13802:1 13840:1 13886:1 13918:1 13922:1 14001:1 14005:1 14008:1 14013:1 14014:2 14015:1 14016:1 14021:1 14024:1 14029:1 14037:1 14067:1 14129:1 14162:1 14231:1 14248:1 14305:1 14318:2 14333:1 14457:2 14590:1 14625:1 14660:1 14714:1 14761:1 14823:1 14852:1 14919:2 14942:1 15024:1 15039:2 15101:1 15115:2 15244:1 15323:1 15335:1 15387:1 15506:1 15594:1 15597:1 15615:1 15679:1 15694:1 15704:1 15738:1 15785:1 15874:2 15893:1 15917:1 16049:1 16068:440 16071:1 16093:1 16137:1 16336:1 16442:1 16472:1 16544:1 16709:1 16732:1 16735:1 16825:1 16830:1 16856:1 16873:1 16887:1 16924:1 16993:1 17008:2 17014:1 17027:2 17041:2 17142:1 17244:1 17263:1 17272:1 17273:1 17293:1 17332:9 17376:1 17418:1 17419:1 17422:1 17446:1 17472:1 17475:1 17491:2 17492:1 17584:1 17588:2 17590:1 17591:1 17636:1 17641:1 17654:1 17810:1 17816:1 17817:1 17880:1 17909:1 17912:1 17972:1 18038:1 18224:1 18363:1 18368:1 18389:3 18412:1 18418:1 18433:1 18509:2 18513:1 18568:1 18636:1 18673:1 18730:1 18746:5 18794:1 18851:1 18861:1 18976:1 18983:1 18995:2 19002:2 19059:1 19087:1 19122:1 19140:1 19180:1 19243:1 19247:1 19275:1 19332:2 19334:2 19353:1 19388:2 19391:1 19503:1 19593:1 19687:1 19705:1 19714:1 19720:2 19761:1 19764:1 19860:1 19876:1 19915:1 20049:1 20072:1 20078:1 20083:1 20084:1 20132:1 20158:1 20178:1 20202:1 20219:1 20236:1 20239:1 20244:1 20245:1 20310:1 20319:1 20357:2 20375:1 20405:1 20439:1 20465:1 20497:1 20585:1 20593:1 20629:1 20678:1 20686:1 20709:1 20749:1 20758:1 20789:1 20792:1 20836:1 20847:1 20850:1 20886:1 20908:1 20914:1 21063:1 21135:1 21201:1 21250:1 21279:2 21361:1 21397:2 21429:1 21498:1 21542:1 21684:1 21695:1 21697:1 21871:1 21872:1 21882:1 21887:1 21891:1 21992:1 22014:2 22047:1 22078:1 22116:1 22129:1 22209:2 22223:1 22257:1 22342:1 22360:1 22380:1 22396:1 22448:1 22494:1 22495:1 22502:1 22545:1 22597:2 22601:3 22625:2 22748:1 22754:1 22801:1 22854:1 22901:1 22914:1 22976:1 23049:2 23065:2 23178:1 23199:1 23208:1 23236:1 23283:1 23393:1 23471:1 23492:1 23510:1 23541:1 23550:1 23656:1 23660:1 23667:1 23682:1 23744:1 23778:1 23787:2 23836:1 23859:1 23871:1 23909:1 23923:2 23941:1 23948:1 23953:2 23983:1 24114:1 24133:1 24146:1 24227:1 24282:9 24309:1 24319:2 24371:1 24423:2 24522:1 24554:1 24591:1 24596:1 24609:1 24627:1 24721:1 24772:1 24829:1 24832:1 24936:1 24992:1 25108:1 25152:1 25169:1 25174:1 25219:1 25259:1 25317:1 25321:2 25368:1 25370:1 25372:1 25375:1 25382:1 25388:1 25430:1 25440:1 5 2:1 11:1 38:2 41:1 89:2 104:1 120:1 130:1 158:2 185:1 248:1 396:1 420:1 429:1 509:1 526:1 530:1 555:1 558:2 572:1 614:1 636:1 766:2 783:1 787:1 799:2 803:2 814:1 829:1 848:1 849:3 851:1 883:2 904:2 917:1 1018:1 1070:1 1097:1 1115:1 1135:1 1244:1 1260:1 1286:1 1288:1 1348:1 1371:1 1385:1 1390:1 1403:1 1413:1 1425:1 1454:1 1503:1 1598:2 1608:1 1694:1 1752:1 1813:1 1846:1 1880:1 1900:1 1916:1 1918:3 1953:1 1985:1 2028:1 2033:1 2035:1 2039:1 2046:2 2053:2 2061:1 2180:1 2194:1 2200:1 2211:1 2280:1 2339:1 2351:1 2365:1 2393:1 2397:2 2460:1 2461:1 2502:1 2562:5 2573:1 2611:2 2627:1 2660:2 2743:1 2772:1 2791:1 2841:1 2907:1 3019:1 3038:1 3076:1 3082:1 3136:1 3144:1 3145:2 3146:1 3147:3 3156:1 3180:1 3190:1 3206:1 3212:1 3217:1 3237:2 3283:3 3290:1 3327:1 3369:1 3380:1 3395:1 3410:1 3437:1 3448:1 3477:1 3482:1 3496:1 3530:2 3659:1 3665:1 3670:1 3688:1 3690:1 3708:1 3775:1 3800:1 3803:1 3854:1 3968:1 3971:1 4004:1 4008:1 4054:1 4056:1 4064:1 4088:1 4093:1 4126:1 4168:1 4169:1 4185:1 4272:1 4310:4 4320:1 4352:1 4363:1 4413:2 4418:1 4423:1 4428:2 4437:1 4440:1 4455:1 4470:1 4522:1 4553:1 4580:2 4597:1 4640:1 4653:1 4666:1 4676:1 4720:1 4731:1 4787:1 4794:1 4806:1 4899:1 4903:1 4904:1 4912:1 4971:1 4974:1 4996:1 5007:1 5047:1 5162:1 5173:1 5184:1 5228:1 5230:1 5234:2 5246:1 5255:1 5258:1 5260:3 5290:1 5304:1 5374:1 5376:1 5411:1 5412:1 5414:1 5425:2 5577:2 5585:1 5609:1 5694:1 5819:1 5842:1 5854:1 5919:1 5949:1 5960:1 5985:1 6018:1 6023:1 6026:1 6056:1 6075:1 6076:4 6229:2 6246:1 6317:1 6361:1 6378:1 6386:1 6393:1 6395:1 6445:1 6515:1 6566:1 6606:1 6614:2 6617:1 6696:1 6720:3 6734:7 6746:6 6748:1 6861:1 6919:3 6925:1 6952:1 6968:1 6973:1 7002:1 7013:1 7043:1 7069:1 7160:10 7201:1 7209:1 7233:1 7235:5 7305:1 7337:1 7374:1 7376:1 7388:2 7458:1 7464:1 7475:1 7478:1 7480:1 7483:1 7493:1 7497:1 7498:1 7500:1 7501:1 7511:1 7529:1 7537:2 7566:1 7629:1 7669:1 7675:1 7701:1 7790:1 7850:1 7861:1 7878:1 7886:1 7910:1 7938:1 7982:1 8008:1 8045:1 8054:1 8066:1 8087:2 8095:1 8199:1 8205:1 8219:1 8260:1 8292:1 8403:1 8466:1 8482:1 8528:1 8544:1 8552:1 8573:1 8586:1 8627:2 8697:1 8703:2 8705:1 8791:2 8807:1 8809:1 8816:1 8825:1 8829:2 8837:1 8870:1 8898:1 8916:1 8954:1 8977:2 9012:1 9026:1 9036:2 9038:4 9043:2 9072:1 9108:1 9142:1 9144:2 9150:1 9154:1 9174:1 9280:1 9281:1 9298:2 9306:1 9349:1 9350:1 9354:1 9402:1 9483:1 9508:1 9529:1 9556:1 9630:1 9631:1 9644:1 9658:1 9696:1 9713:1 9734:1 9783:1 9858:1 9891:1 9918:1 9921:1 9939:1 9997:1 10001:1 10018:1 10065:1 10140:1 10160:3 10170:3 10172:1 10203:2 10215:1 10225:1 10235:1 10237:1 10259:1 10272:1 10284:1 10296:1 10297:1 10300:1 10331:1 10351:1 10382:2 10401:2 10440:1 10447:1 10477:1 10492:1 10519:1 10522:1 10550:1 10555:1 10656:1 10668:1 10800:1 10801:1 10958:1 11004:1 11009:1 11088:1 11093:1 11134:1 11144:1 11178:1 11185:1 11208:1 11209:1 11247:1 11262:1 11274:1 11327:1 11341:1 11355:1 11387:1 11391:2 11408:1 11442:1 11458:1 11489:1 11542:1 11551:1 11575:1 11598:1 11600:1 11601:1 11604:1 11652:1 11735:1 11798:1 11831:1 11833:1 11852:1 11862:1 11938:1 11954:1 11991:1 12005:1 12014:1 12051:1 12073:1 12083:1 12101:1 12187:2 12230:1 12250:1 12269:1 12345:1 12356:1 12411:1 12412:1 12439:1 12443:2 12446:1 12457:1 12527:1 12606:1 12614:1 12733:1 12814:1 12825:2 12833:1 12879:1 12915:1 12917:1 12932:1 13029:1 13047:1 13062:1 13097:1 13142:1 13143:1 13152:1 13187:2 13199:1 13201:1 13223:1 13238:1 13242:1 13251:1 13288:1 13304:1 13307:1 13334:1 13372:1 13387:1 13391:1 13516:1 13521:1 13538:2 13558:1 13594:1 13657:1 13660:1 13675:1 13714:1 13795:1 13796:1 13802:1 13840:1 13886:1 13918:1 13922:1 14001:1 14005:1 14008:1 14013:1 14014:2 14015:1 14016:1 14021:1 14024:1 14029:1 14037:1 14067:1 14110:1 14129:1 14162:1 14217:1 14231:1 14248:1 14305:1 14318:2 14333:1 14457:2 14590:1 14618:1 14625:1 14660:1 14714:1 14756:1 14761:1 14823:1 14829:1 14852:1 14919:2 14942:1 15024:1 15039:2 15101:2 15115:2 15146:1 15220:1 15244:1 15323:1 15335:1 15387:1 15456:1 15506:1 15531:1 15554:1 15565:1 15594:1 15597:1 15615:1 15678:1 15679:1 15694:1 15704:1 15738:1 15785:1 15874:2 15893:1 15917:1 16049:1 16068:498 16071:1 16093:1 16137:1 16273:1 16336:1 16339:1 16407:1 16442:1 16472:1 16544:2 16682:1 16709:1 16732:1 16735:1 16825:1 16830:1 16856:1 16873:1 16887:2 16924:1 16974:1 16993:1 17008:2 17014:1 17027:2 17041:3 17116:1 17142:1 17242:1 17244:1 17263:1 17272:1 17273:1 17293:1 17332:9 17376:2 17418:1 17419:1 17422:1 17425:1 17446:1 17472:1 17475:1 17491:2 17492:1 17573:1 17577:1 17584:1 17588:2 17590:1 17591:1 17636:1 17641:1 17654:1 17759:1 17810:1 17816:1 17817:1 17862:1 17880:1 17909:1 17912:1 17972:1 18038:1 18224:1 18359:1 18363:1 18368:2 18376:1 18389:3 18412:1 18418:1 18433:1 18509:2 18513:1 18515:1 18568:1 18588:1 18636:1 18673:1 18691:1 18730:1 18746:6 18794:1 18851:1 18861:1 18976:1 18983:1 18995:2 19002:2 19059:2 19087:1 19122:1 19125:1 19140:2 19170:1 19174:1 19180:1 19195:1 19205:1 19243:1 19247:1 19275:1 19304:1 19332:2 19334:2 19353:1 19388:2 19391:2 19446:1 19503:1 19593:1 19687:1 19705:1 19714:1 19720:2 19761:1 19764:1 19837:1 19860:1 19876:1 19915:1 19965:1 19978:1 20049:1 20072:1 20078:1 20083:1 20084:1 20132:2 20134:1 20158:1 20178:1 20202:1 20219:1 20236:1 20239:1 20244:1 20245:1 20310:1 20319:1 20357:2 20374:1 20375:1 20378:1 20405:1 20439:1 20465:1 20497:1 20567:1 20585:1 20593:1 20629:1 20634:1 20678:1 20686:1 20709:1 20749:1 20758:1 20789:1 20792:1 20836:1 20847:1 20850:1 20886:1 20908:1 20914:1 21004:1 21044:1 21063:1 21135:1 21201:1 21250:1 21279:2 21290:1 21307:1 21361:1 21397:2 21429:1 21494:1 21498:1 21531:1 21542:1 21552:1 21644:1 21684:1 21695:1 21697:1 21843:1 21871:1 21872:1 21882:1 21887:1 21891:1 21925:1 21992:1 22014:2 22047:1 22078:1 22116:1 22123:1 22129:1 22209:2 22223:1 22257:1 22342:1 22360:1 22380:1 22396:1 22448:1 22494:1 22495:1 22502:1 22545:1 22566:1 22597:2 22601:3 22625:2 22675:1 22748:1 22754:1 22768:1 22801:1 22854:1 22901:1 22914:1 22946:1 22976:1 23029:1 23049:2 23065:2 23178:1 23199:1 23208:1 23236:1 23283:1 23297:1 23356:1 23393:1 23471:1 23492:1 23510:1 23515:1 23541:1 23548:1 23550:1 23656:1 23660:1 23667:1 23682:1 23744:1 23778:1 23787:2 23836:1 23859:1 23871:1 23909:1 23923:2 23941:1 23948:1 23953:2 23982:2 23983:1 24114:1 24133:1 24146:1 24211:1 24227:1 24282:10 24309:1 24319:2 24371:1 24423:2 24522:1 24530:1 24554:1 24591:1 24596:1 24609:1 24627:1 24721:1 24772:1 24829:1 24832:1 24936:1 24992:1 25108:1 25152:1 25169:1 25174:1 25219:1 25259:1 25260:1 25317:1 25321:2 25366:1 25368:1 25370:1 25372:1 25375:1 25382:1 25388:1 25430:1 25440:1 5 2:1 11:1 38:2 41:1 89:3 104:2 120:1 130:1 158:2 185:1 248:1 283:2 312:1 396:1 420:1 429:1 509:1 526:1 530:1 555:1 558:2 572:2 614:1 636:1 766:3 778:1 783:1 787:1 799:2 803:2 814:1 829:1 844:1 848:1 849:3 851:1 867:1 883:2 904:2 917:1 1018:1 1070:1 1097:1 1115:1 1135:1 1146:1 1243:1 1244:1 1260:1 1286:1 1288:1 1296:1 1348:1 1371:1 1385:1 1390:1 1403:1 1413:2 1425:1 1454:1 1503:1 1598:2 1608:1 1694:1 1752:1 1813:1 1846:1 1861:1 1880:1 1900:1 1916:1 1918:3 1953:1 1975:1 1985:1 2028:1 2030:1 2033:1 2035:1 2039:1 2046:2 2053:2 2061:1 2167:1 2180:1 2194:1 2200:1 2211:1 2280:1 2339:1 2343:1 2351:1 2365:1 2393:1 2396:1 2397:2 2460:1 2461:1 2502:1 2507:1 2562:5 2573:1 2611:2 2627:1 2650:1 2660:2 2743:1 2772:1 2791:1 2841:1 2907:1 3019:1 3029:3 3030:1 3035:1 3038:1 3076:2 3082:1 3136:1 3140:1 3144:1 3145:2 3146:1 3147:3 3156:1 3180:1 3190:1 3206:1 3212:1 3217:1 3237:2 3283:3 3286:1 3290:1 3327:1 3331:1 3369:1 3380:1 3395:1 3410:1 3437:1 3448:1 3472:1 3477:1 3482:1 3496:1 3514:1 3530:2 3659:1 3665:1 3670:1 3688:1 3690:1 3708:1 3775:1 3800:1 3803:1 3829:1 3836:1 3846:1 3854:1 3968:1 3971:1 4004:1 4008:1 4054:2 4056:1 4064:1 4088:1 4093:1 4126:1 4168:1 4169:1 4185:1 4198:1 4227:1 4272:1 4310:4 4320:1 4352:1 4363:1 4413:2 4418:1 4423:1 4428:3 4437:1 4440:1 4455:1 4470:1 4505:1 4522:1 4553:1 4580:2 4597:1 4637:1 4640:1 4653:1 4666:1 4676:1 4720:1 4731:1 4787:1 4794:1 4806:1 4860:3 4899:1 4903:1 4904:1 4908:2 4912:1 4971:1 4974:1 4996:1 5007:1 5047:1 5162:1 5173:1 5184:1 5228:2 5230:1 5234:2 5246:1 5255:1 5258:1 5260:3 5290:1 5304:1 5374:1 5376:1 5411:1 5412:1 5414:1 5425:2 5577:2 5585:1 5609:1 5694:1 5819:1 5842:1 5854:1 5919:1 5949:1 5960:1 5985:2 6018:1 6023:1 6026:1 6056:1 6062:1 6075:1 6076:4 6141:1 6167:1 6173:1 6215:1 6229:2 6246:1 6317:1 6355:1 6361:1 6378:1 6386:1 6393:1 6395:1 6422:1 6445:1 6492:1 6502:1 6515:1 6566:1 6606:1 6614:2 6617:1 6696:1 6720:3 6734:8 6746:6 6748:1 6860:1 6861:1 6919:3 6925:1 6952:1 6968:1 6973:1 7002:1 7013:2 7043:1 7069:1 7126:1 7160:12 7201:1 7209:1 7233:1 7235:6 7305:1 7337:1 7368:1 7374:1 7376:2 7388:2 7458:1 7464:1 7475:1 7478:1 7480:1 7483:2 7493:1 7497:1 7498:1 7500:1 7501:1 7511:1 7529:1 7537:2 7566:1 7606:1 7629:1 7669:1 7675:1 7701:1 7719:1 7727:3 7790:1 7850:1 7861:1 7878:1 7886:1 7910:1 7938:1 7982:1 8008:1 8045:1 8054:1 8066:1 8087:2 8095:1 8199:1 8205:2 8219:1 8260:1 8292:1 8403:1 8466:1 8482:1 8528:1 8544:1 8552:1 8573:1 8586:1 8614:1 8627:2 8697:1 8703:2 8705:1 8791:2 8807:1 8809:1 8816:1 8825:1 8829:2 8837:1 8870:1 8898:1 8916:1 8954:1 8970:1 8977:3 9003:1 9012:1 9016:1 9026:1 9036:2 9038:4 9043:3 9044:1 9072:1 9106:2 9108:1 9142:1 9144:2 9150:1 9154:1 9174:1 9255:1 9280:1 9281:1 9298:2 9306:1 9348:1 9349:1 9350:1 9354:1 9402:1 9483:1 9507:1 9508:1 9529:1 9556:2 9570:1 9630:1 9631:1 9644:1 9657:2 9658:1 9696:1 9713:1 9734:1 9783:1 9823:1 9858:1 9891:1 9917:1 9918:1 9921:1 9939:1 9979:1 9997:1 10001:1 10018:1 10065:1 10101:1 10140:1 10160:3 10170:3 10172:1 10203:3 10215:1 10225:1 10235:1 10237:1 10259:1 10272:1 10284:1 10296:1 10297:1 10300:1 10331:1 10351:1 10382:2 10401:3 10404:3 10440:1 10447:1 10477:1 10492:1 10519:1 10522:1 10550:1 10555:1 10656:1 10668:1 10800:1 10801:1 10958:1 11000:1 11004:1 11009:1 11013:2 11058:1 11085:1 11088:1 11093:1 11106:1 11134:1 11143:1 11144:1 11160:2 11163:1 11178:1 11185:1 11208:1 11209:1 11247:1 11262:1 11274:1 11316:1 11321:1 11327:1 11341:1 11355:1 11387:1 11391:2 11398:1 11408:1 11409:1 11442:1 11458:1 11489:1 11542:2 11551:1 11575:1 11598:1 11600:1 11601:1 11604:1 11652:1 11735:2 11798:1 11831:1 11833:1 11852:1 11862:1 11938:1 11954:1 11991:1 12005:1 12014:1 12051:1 12067:1 12073:1 12083:1 12101:1 12135:3 12187:3 12230:1 12250:1 12269:1 12345:1 12356:1 12386:1 12411:1 12412:1 12439:1 12443:2 12446:1 12457:1 12527:1 12606:1 12614:1 12637:1 12670:1 12733:1 12814:1 12825:2 12833:1 12870:1 12879:1 12892:1 12915:1 12917:1 12932:1 13006:1 13029:1 13047:1 13062:1 13097:1 13142:1 13143:1 13152:1 13154:1 13187:2 13199:1 13201:1 13223:1 13238:1 13242:1 13251:1 13288:1 13302:1 13304:1 13307:1 13319:1 13334:1 13372:1 13387:1 13391:1 13448:1 13516:1 13521:1 13538:2 13557:1 13558:1 13594:1 13622:1 13657:1 13660:1 13667:1 13675:1 13714:1 13793:1 13795:1 13796:1 13802:1 13840:1 13850:1 13886:3 13918:1 13922:1 14001:1 14005:1 14008:1 14011:1 14013:2 14014:2 14015:1 14016:1 14021:1 14024:1 14029:1 14037:1 14067:1 14110:1 14124:1 14129:1 14135:1 14162:1 14217:1 14231:1 14248:1 14295:1 14305:1 14318:2 14333:1 14357:1 14457:2 14590:1 14600:1 14618:1 14625:1 14660:1 14714:1 14756:1 14761:1 14823:1 14829:1 14852:1 14901:1 14915:1 14919:2 14942:1 15024:1 15039:3 15101:2 15115:2 15146:1 15204:1 15220:1 15244:1 15311:1 15323:1 15335:1 15387:1 15456:1 15457:2 15506:1 15531:1 15554:1 15565:1 15569:1 15594:2 15597:1 15615:1 15678:1 15679:1 15694:1 15704:1 15738:1 15745:1 15785:1 15874:3 15893:1 15917:1 16049:1 16068:568 16071:1 16093:1 16137:1 16173:1 16238:1 16273:1 16336:1 16339:1 16407:1 16442:1 16472:1 16544:2 16682:1 16709:1 16732:1 16735:1 16825:1 16830:1 16856:1 16873:1 16886:1 16887:2 16924:1 16974:1 16993:1 17008:3 17014:1 17027:2 17041:5 17043:1 17047:1 17116:1 17142:1 17242:1 17244:1 17263:1 17272:1 17273:1 17293:1 17332:15 17376:3 17418:1 17419:1 17422:1 17425:1 17446:1 17472:1 17475:1 17491:2 17492:1 17570:1 17573:1 17577:1 17584:1 17588:2 17590:1 17591:1 17636:1 17641:1 17654:1 17759:1 17788:1 17810:1 17816:1 17817:1 17862:1 17880:1 17909:1 17912:1 17972:1 17990:1 18038:1 18104:1 18185:1 18224:1 18248:1 18359:1 18363:1 18368:2 18376:1 18389:3 18412:1 18418:1 18433:1 18509:2 18513:1 18515:1 18568:1 18588:1 18602:1 18631:1 18636:1 18673:1 18691:1 18730:1 18746:7 18794:1 18803:1 18851:1 18853:1 18858:1 18861:1 18896:1 18937:1 18976:1 18983:1 18995:2 19002:2 19025:1 19059:3 19087:1 19122:1 19125:1 19140:2 19170:1 19174:1 19180:1 19195:1 19199:1 19205:1 19243:1 19247:1 19275:1 19304:1 19332:2 19334:4 19353:1 19388:2 19391:2 19410:1 19438:1 19446:1 19478:1 19503:1 19540:1 19593:1 19673:1 19687:1 19705:1 19714:1 19720:2 19761:1 19764:1 19837:1 19843:1 19860:1 19876:1 19890:1 19897:2 19915:1 19965:1 19978:1 20049:1 20072:1 20078:1 20083:1 20084:1 20132:2 20134:1 20158:1 20178:1 20202:1 20219:1 20236:1 20239:1 20244:1 20245:1 20310:1 20319:1 20323:1 20357:2 20374:1 20375:1 20378:1 20382:1 20405:1 20439:1 20465:1 20497:1 20567:1 20579:1 20585:1 20593:1 20629:1 20634:1 20678:1 20686:1 20709:1 20749:1 20758:1 20789:1 20792:1 20836:1 20847:1 20850:1 20886:1 20908:1 20914:1 20963:1 20968:1 21004:1 21044:1 21063:1 21109:1 21135:1 21201:1 21217:1 21250:1 21264:1 21274:1 21279:3 21280:1 21290:1 21302:1 21307:1 21361:1 21397:2 21429:1 21494:1 21498:1 21531:1 21542:1 21551:1 21552:1 21644:1 21684:2 21695:1 21697:1 21843:1 21871:1 21872:1 21882:1 21887:1 21891:1 21925:1 21992:1 22014:2 22047:1 22078:1 22116:1 22123:1 22129:1 22209:2 22223:1 22257:1 22282:1 22325:1 22342:1 22360:1 22380:1 22396:1 22448:1 22453:1 22494:1 22495:1 22502:1 22545:1 22566:1 22597:2 22601:3 22625:3 22675:1 22723:1 22748:1 22754:1 22760:1 22768:1 22801:1 22854:1 22901:1 22914:1 22946:1 22976:1 23029:1 23049:2 23065:2 23167:1 23178:1 23199:1 23208:1 23236:1 23283:1 23297:1 23356:1 23393:1 23453:1 23471:1 23492:1 23510:1 23515:1 23541:1 23548:1 23550:1 23656:1 23659:1 23660:1 23667:1 23682:1 23744:1 23759:1 23778:1 23787:2 23836:1 23859:1 23871:1 23909:1 23923:2 23941:1 23948:1 23953:2 23982:2 23983:1 24114:1 24133:1 24146:1 24211:1 24227:1 24237:1 24282:11 24309:1 24319:2 24371:1 24423:2 24522:1 24530:1 24554:1 24591:1 24596:1 24609:1 24627:1 24721:1 24772:1 24829:1 24832:1 24936:1 24992:1 25082:1 25108:1 25152:1 25169:1 25174:1 25219:1 25259:1 25260:1 25317:1 25321:3 25366:1 25368:1 25370:1 25372:1 25375:1 25382:1 25388:1 25430:1 25440:1 5 2:1 11:1 36:1 38:2 41:1 89:3 104:2 120:1 130:1 158:2 185:1 229:1 248:2 283:2 312:1 313:1 377:1 396:1 420:1 429:1 509:1 526:1 530:1 555:1 558:2 572:3 614:1 636:1 674:1 766:3 778:1 783:1 787:1 799:2 803:2 814:1 829:1 844:1 848:1 849:3 851:2 867:1 883:2 890:1 904:2 917:1 1018:1 1070:1 1097:1 1115:1 1135:1 1146:1 1198:1 1243:1 1244:1 1260:1 1286:1 1288:1 1296:1 1348:1 1367:1 1371:1 1385:1 1390:1 1403:1 1413:2 1425:1 1454:1 1503:1 1598:2 1608:1 1638:1 1694:1 1752:1 1813:1 1846:1 1861:1 1880:1 1900:1 1916:1 1918:4 1953:1 1975:1 1985:1 2028:1 2030:1 2033:1 2035:1 2039:1 2040:1 2046:2 2053:2 2061:1 2109:1 2167:1 2180:1 2188:1 2194:1 2200:1 2211:1 2226:1 2280:1 2339:1 2343:2 2351:1 2365:1 2393:1 2394:1 2396:1 2397:2 2460:1 2461:1 2484:1 2502:1 2507:1 2562:9 2573:2 2611:2 2627:1 2650:1 2660:2 2661:1 2743:1 2772:1 2791:1 2841:2 2907:1 3019:1 3029:4 3030:1 3035:1 3038:1 3076:2 3082:1 3099:1 3136:1 3140:1 3144:1 3145:3 3146:1 3147:5 3156:1 3180:1 3190:1 3206:1 3212:1 3217:1 3237:2 3283:4 3286:1 3290:1 3327:1 3331:1 3367:1 3369:1 3380:1 3395:1 3410:1 3437:1 3448:1 3456:1 3472:1 3477:1 3482:1 3496:1 3514:1 3530:3 3578:1 3659:1 3665:1 3670:1 3688:1 3690:1 3708:1 3775:1 3800:1 3803:1 3829:1 3836:1 3846:1 3854:1 3968:1 3971:1 4004:1 4008:1 4054:2 4056:1 4064:1 4083:1 4088:1 4093:1 4126:1 4168:1 4169:1 4185:1 4198:1 4227:1 4272:1 4310:5 4311:1 4320:2 4352:1 4363:1 4413:2 4418:1 4423:1 4428:3 4430:1 4437:1 4440:1 4455:1 4470:1 4505:1 4522:1 4553:1 4580:2 4597:1 4637:1 4640:1 4653:1 4666:1 4676:1 4720:1 4731:1 4769:1 4787:1 4794:1 4806:1 4860:4 4899:1 4903:1 4904:1 4908:2 4912:1 4971:1 4974:1 4996:1 5007:1 5043:1 5047:1 5162:1 5173:1 5184:1 5228:2 5230:1 5234:2 5246:1 5255:1 5258:1 5260:3 5290:1 5304:1 5374:1 5376:1 5378:1 5411:1 5412:1 5414:1 5425:2 5467:1 5568:1 5577:2 5582:1 5585:1 5594:1 5609:1 5679:1 5694:1 5819:1 5842:1 5854:1 5919:1 5949:1 5957:1 5960:1 5985:2 6018:1 6023:1 6026:1 6049:1 6056:1 6062:1 6075:1 6076:4 6141:1 6167:1 6173:1 6215:1 6229:2 6246:1 6317:1 6355:1 6361:1 6378:1 6386:1 6393:1 6395:1 6422:1 6445:1 6492:1 6502:1 6515:2 6566:1 6606:1 6614:3 6617:1 6680:1 6689:1 6696:1 6720:3 6734:9 6746:10 6748:1 6860:1 6861:1 6868:1 6919:3 6925:1 6952:1 6968:1 6973:1 7002:1 7013:2 7043:1 7069:1 7126:1 7160:12 7195:1 7201:1 7209:1 7233:1 7235:7 7305:1 7337:1 7368:1 7374:1 7376:2 7388:2 7458:1 7464:1 7475:1 7478:1 7480:1 7483:2 7493:1 7497:1 7498:1 7500:1 7501:1 7511:1 7529:1 7537:2 7566:1 7606:1 7629:1 7666:1 7669:1 7675:1 7701:1 7719:1 7727:3 7790:1 7850:1 7861:1 7878:1 7886:1 7910:1 7938:1 7982:1 8008:1 8045:1 8054:2 8066:1 8087:2 8095:1 8199:1 8205:2 8213:1 8219:1 8260:1 8292:1 8403:1 8466:1 8482:1 8528:1 8544:1 8552:1 8565:1 8573:1 8586:1 8614:1 8627:2 8671:1 8687:1 8697:1 8703:2 8705:1 8791:2 8807:1 8809:1 8816:1 8825:1 8829:2 8837:1 8870:1 8898:1 8916:1 8947:1 8954:1 8970:1 8977:4 9003:1 9005:1 9012:1 9016:1 9026:1 9036:2 9038:5 9043:3 9044:1 9060:1 9072:1 9106:2 9108:1 9142:1 9144:2 9150:1 9154:1 9174:1 9216:1 9255:1 9280:1 9281:1 9296:1 9298:2 9306:1 9348:1 9349:1 9350:1 9354:1 9402:1 9483:1 9504:1 9507:1 9508:1 9529:1 9556:2 9570:1 9630:1 9631:1 9644:1 9657:2 9658:1 9696:1 9713:1 9734:1 9783:1 9823:1 9842:1 9858:1 9891:1 9917:1 9918:1 9921:1 9939:1 9970:1 9979:1 9997:1 10001:1 10018:1 10065:1 10101:1 10140:1 10157:1 10160:3 10170:3 10172:1 10203:3 10207:1 10215:3 10225:1 10235:1 10237:1 10259:1 10272:1 10284:1 10296:1 10297:1 10300:1 10327:1 10331:1 10351:1 10382:2 10401:3 10404:4 10440:1 10447:1 10477:1 10492:1 10506:1 10519:1 10522:1 10550:1 10555:1 10656:1 10668:1 10800:1 10801:1 10958:1 11000:1 11004:1 11009:1 11013:2 11018:1 11023:1 11056:1 11058:1 11085:1 11088:1 11093:1 11106:1 11120:1 11134:1 11143:1 11144:1 11160:2 11163:1 11178:1 11185:1 11208:1 11209:1 11247:1 11262:1 11274:1 11316:1 11321:1 11327:1 11341:1 11355:1 11387:1 11391:2 11398:1 11408:1 11409:1 11442:1 11458:1 11489:1 11542:3 11551:1 11575:1 11598:1 11600:1 11601:1 11604:1 11652:1 11735:2 11758:1 11798:1 11831:1 11833:1 11852:1 11862:1 11864:1 11907:1 11938:2 11954:1 11989:1 11991:1 12005:1 12014:1 12017:1 12051:1 12067:1 12073:1 12083:1 12101:1 12105:1 12113:1 12135:4 12187:3 12230:1 12250:1 12269:1 12345:1 12356:1 12386:1 12411:1 12412:1 12439:1 12443:2 12446:1 12457:1 12527:1 12587:1 12606:1 12614:1 12637:1 12670:1 12702:1 12733:1 12814:1 12825:2 12833:1 12870:1 12879:1 12891:1 12892:1 12915:1 12917:1 12932:1 12977:1 12995:1 13006:1 13029:1 13047:1 13062:1 13097:1 13106:1 13142:1 13143:1 13152:1 13154:1 13173:1 13187:2 13199:1 13201:1 13223:1 13238:1 13242:1 13251:1 13288:1 13302:1 13304:1 13307:1 13319:1 13334:1 13372:1 13387:1 13391:1 13448:1 13516:1 13521:1 13530:1 13538:2 13557:1 13558:1 13594:1 13622:1 13657:1 13660:1 13667:1 13675:1 13714:1 13793:1 13795:1 13796:1 13802:1 13840:1 13850:1 13886:3 13918:2 13922:1 14001:1 14005:1 14008:1 14011:1 14013:2 14014:2 14015:1 14016:1 14021:1 14024:1 14029:1 14037:1 14067:1 14110:1 14124:1 14129:1 14135:1 14162:1 14217:1 14231:1 14248:1 14295:1 14305:1 14318:2 14333:1 14357:1 14457:2 14590:1 14600:1 14618:1 14625:1 14660:1 14695:1 14714:1 14756:1 14761:1 14768:1 14823:1 14829:1 14852:1 14901:1 14915:1 14919:2 14942:1 15024:1 15039:3 15101:2 15115:2 15146:1 15177:1 15204:1 15220:1 15244:1 15311:1 15323:1 15335:1 15387:1 15456:1 15457:2 15470:1 15506:1 15531:1 15554:1 15565:2 15569:1 15594:2 15597:1 15615:1 15678:1 15679:1 15694:1 15704:1 15738:1 15745:1 15750:1 15785:1 15874:3 15893:1 15917:1 16013:1 16049:1 16068:659 16071:1 16093:1 16137:1 16173:1 16191:1 16225:1 16238:1 16273:1 16336:1 16339:1 16407:1 16442:1 16472:1 16544:2 16555:1 16615:1 16682:1 16709:1 16729:1 16732:1 16735:1 16747:1 16825:1 16830:1 16856:1 16873:1 16886:1 16887:2 16924:1 16974:1 16993:1 17008:3 17014:1 17027:2 17041:5 17043:1 17047:1 17116:1 17142:1 17242:1 17244:1 17263:1 17272:1 17273:1 17293:1 17332:19 17376:3 17396:1 17418:1 17419:1 17422:1 17425:1 17446:1 17472:1 17475:3 17491:2 17492:1 17497:1 17570:1 17573:1 17577:1 17584:1 17588:2 17590:1 17591:2 17636:1 17638:1 17641:1 17654:1 17727:1 17759:1 17760:1 17781:1 17788:1 17810:1 17816:1 17817:1 17862:1 17880:1 17881:1 17909:1 17912:1 17972:1 17990:1 18010:1 18038:1 18069:1 18104:1 18138:1 18185:1 18224:2 18248:1 18359:1 18363:1 18368:2 18376:1 18389:3 18412:1 18418:1 18423:1 18433:1 18509:2 18513:1 18515:1 18568:1 18588:1 18602:1 18631:1 18636:1 18673:1 18691:1 18720:1 18724:1 18730:1 18746:8 18794:1 18803:1 18835:1 18851:2 18853:1 18858:1 18861:1 18896:1 18937:1 18976:1 18977:1 18983:1 18995:4 18996:1 19002:2 19010:1 19025:1 19045:1 19059:3 19087:1 19122:1 19125:1 19140:2 19170:1 19174:1 19180:1 19195:1 19199:1 19205:1 19222:1 19243:1 19247:1 19264:1 19275:1 19304:1 19332:2 19334:4 19353:1 19388:2 19391:2 19410:1 19438:1 19446:1 19478:1 19488:1 19503:1 19540:1 19593:2 19605:1 19673:1 19687:1 19700:1 19705:1 19714:1 19720:2 19721:1 19761:1 19764:1 19801:1 19837:1 19843:1 19860:1 19876:1 19890:1 19897:2 19915:1 19965:1 19971:1 19978:1 20049:1 20072:2 20078:1 20083:1 20084:1 20132:2 20134:1 20158:1 20178:1 20202:1 20219:1 20236:1 20239:1 20244:1 20245:1 20310:1 20319:1 20323:1 20326:1 20357:2 20374:1 20375:1 20378:1 20382:1 20405:1 20439:1 20465:1 20497:1 20567:1 20579:2 20585:1 20593:1 20629:1 20634:1 20678:1 20686:1 20709:1 20728:1 20749:1 20758:1 20767:1 20789:1 20792:1 20836:1 20845:1 20847:1 20850:1 20886:1 20908:1 20914:1 20963:1 20968:1 21004:1 21044:1 21063:1 21109:1 21135:1 21201:1 21217:1 21250:1 21264:1 21274:1 21279:3 21280:1 21290:1 21302:1 21307:1 21361:1 21397:2 21429:1 21469:1 21494:1 21498:1 21531:1 21542:1 21551:1 21552:1 21644:1 21684:2 21695:1 21697:1 21710:1 21843:1 21871:1 21872:1 21882:1 21887:1 21891:1 21925:1 21927:1 21952:1 21992:1 22014:2 22047:1 22078:1 22116:1 22123:1 22129:1 22186:1 22209:2 22223:1 22257:2 22282:1 22325:1 22342:1 22360:1 22380:1 22396:1 22448:1 22453:1 22494:1 22495:1 22502:1 22545:1 22566:1 22597:2 22601:3 22625:3 22640:1 22675:1 22696:1 22723:1 22748:1 22754:1 22760:1 22768:1 22801:1 22841:1 22854:1 22901:1 22914:1 22946:1 22971:1 22976:2 23029:1 23049:2 23065:3 23167:1 23178:1 23199:1 23208:1 23236:1 23283:1 23297:1 23356:2 23393:1 23444:1 23453:1 23471:1 23492:1 23510:1 23515:1 23541:1 23548:1 23550:1 23568:1 23656:1 23658:1 23659:1 23660:1 23664:1 23667:1 23682:1 23744:1 23759:1 23778:1 23787:3 23836:1 23859:1 23871:1 23874:1 23909:1 23910:1 23923:2 23941:1 23948:1 23953:2 23982:2 23983:1 24114:1 24133:1 24146:1 24211:1 24227:1 24237:2 24282:11 24309:1 24319:2 24328:1 24371:1 24400:1 24419:1 24423:2 24475:1 24522:1 24530:1 24554:1 24591:1 24596:1 24601:1 24609:1 24627:1 24720:1 24721:1 24772:2 24783:1 24829:1 24832:2 24936:1 24950:1 24960:1 24992:1 25037:1 25082:1 25108:1 25152:1 25169:1 25174:1 25219:1 25259:1 25260:1 25317:1 25321:3 25366:1 25368:1 25370:1 25372:1 25375:1 25382:1 25388:1 25430:1 25440:1 5 2:1 11:1 36:1 38:2 41:1 89:3 104:2 120:1 130:1 158:2 185:1 229:1 248:2 283:2 312:1 313:1 361:1 377:1 396:1 420:1 429:1 509:1 526:1 530:1 555:1 558:2 572:3 614:1 636:1 674:1 766:3 778:1 783:1 787:1 799:2 803:2 814:1 829:1 844:1 848:1 849:3 851:2 867:1 883:2 890:1 904:2 917:1 1018:1 1070:1 1097:1 1106:1 1115:1 1135:1 1146:1 1198:1 1243:1 1244:1 1260:1 1286:1 1288:1 1296:1 1348:1 1367:1 1371:1 1385:1 1390:1 1403:2 1413:2 1425:1 1454:1 1503:1 1565:1 1598:2 1608:1 1638:1 1694:1 1752:1 1813:1 1846:1 1861:1 1880:1 1900:1 1916:1 1918:5 1953:1 1975:1 1985:1 2016:1 2028:1 2030:1 2033:1 2035:1 2039:1 2040:1 2046:2 2052:1 2053:2 2061:1 2109:1 2167:1 2180:1 2188:1 2194:1 2200:1 2211:1 2226:1 2280:1 2339:1 2343:2 2351:1 2365:1 2393:1 2394:1 2396:1 2397:3 2460:1 2461:2 2484:1 2502:1 2507:1 2562:10 2573:3 2611:2 2627:1 2650:1 2660:2 2661:1 2743:1 2772:1 2791:1 2841:2 2907:3 3019:1 3025:1 3029:4 3030:1 3035:1 3038:1 3076:3 3080:1 3082:1 3099:1 3136:1 3140:1 3144:1 3145:3 3146:1 3147:7 3156:1 3180:1 3190:1 3206:1 3212:1 3217:1 3221:1 3237:2 3283:4 3286:1 3290:1 3327:1 3331:1 3367:1 3369:1 3380:1 3395:1 3410:1 3420:1 3437:1 3448:1 3456:1 3472:1 3477:1 3482:1 3496:1 3514:1 3530:3 3578:1 3659:1 3665:1 3670:1 3688:1 3690:1 3708:1 3775:1 3800:1 3803:1 3829:1 3836:1 3846:1 3854:1 3968:1 3971:1 4004:1 4008:1 4054:2 4056:1 4064:1 4083:1 4088:1 4093:1 4126:1 4168:1 4169:1 4185:1 4198:1 4227:1 4272:1 4310:5 4311:1 4320:2 4352:1 4363:1 4413:2 4418:1 4423:1 4428:3 4430:1 4435:1 4437:1 4440:1 4455:1 4470:1 4505:1 4522:1 4553:1 4580:2 4597:1 4637:1 4640:1 4653:1 4666:1 4676:1 4720:1 4731:1 4769:1 4785:1 4787:1 4794:1 4806:1 4813:1 4860:4 4899:1 4903:1 4904:1 4908:2 4912:1 4971:1 4974:1 4996:1 5007:1 5043:1 5047:1 5162:1 5173:1 5184:1 5221:1 5228:2 5230:1 5234:2 5246:1 5255:1 5258:1 5260:3 5290:1 5304:1 5374:1 5376:1 5378:1 5411:1 5412:1 5414:1 5424:1 5425:2 5467:1 5568:1 5577:2 5582:1 5585:1 5594:1 5609:1 5679:1 5694:1 5819:1 5842:1 5854:1 5919:1 5949:1 5957:1 5960:1 5985:2 6018:1 6023:1 6026:1 6049:1 6056:1 6062:1 6075:1 6076:4 6119:1 6141:1 6167:2 6173:1 6215:1 6229:2 6246:1 6317:1 6355:1 6361:1 6378:1 6386:1 6393:1 6395:1 6422:1 6445:1 6492:1 6502:1 6515:2 6566:1 6606:1 6614:3 6617:1 6633:1 6680:1 6689:1 6696:1 6720:3 6734:9 6746:12 6748:1 6860:1 6861:1 6868:1 6919:3 6925:1 6952:1 6968:1 6973:1 7002:1 7013:2 7043:1 7069:1 7126:1 7160:12 7195:1 7201:1 7209:1 7233:1 7235:7 7305:1 7337:1 7366:1 7368:1 7374:1 7376:2 7388:2 7458:1 7464:1 7475:1 7478:1 7480:1 7483:2 7493:1 7497:1 7498:1 7500:1 7501:1 7511:1 7522:1 7529:1 7537:2 7566:1 7606:1 7629:1 7631:1 7666:1 7669:1 7675:1 7701:1 7714:1 7719:1 7727:3 7790:1 7850:1 7861:1 7878:1 7886:1 7910:1 7938:1 7982:1 8008:1 8044:1 8045:1 8054:2 8066:1 8087:2 8095:1 8199:1 8205:2 8213:1 8219:1 8260:1 8292:1 8365:1 8403:1 8459:1 8466:1 8482:1 8484:1 8528:1 8544:1 8552:1 8565:1 8573:1 8586:1 8614:1 8627:2 8671:1 8687:1 8697:1 8703:2 8705:1 8791:2 8807:1 8809:1 8816:1 8825:1 8829:2 8834:1 8837:1 8870:1 8898:1 8911:1 8916:1 8947:1 8954:1 8970:1 8977:4 9003:2 9005:1 9006:1 9012:1 9016:1 9026:1 9036:2 9038:5 9043:3 9044:1 9060:1 9072:1 9106:2 9108:1 9142:1 9144:2 9150:1 9154:1 9174:1 9181:1 9216:1 9255:1 9280:1 9281:1 9296:1 9298:2 9306:1 9348:1 9349:1 9350:1 9354:1 9402:1 9483:1 9504:1 9507:1 9508:2 9529:1 9556:2 9570:1 9630:1 9631:1 9644:1 9657:3 9658:1 9696:1 9713:1 9734:1 9783:1 9823:1 9842:1 9858:1 9891:1 9917:1 9918:1 9921:1 9939:1 9970:1 9979:1 9997:1 10001:1 10018:1 10065:1 10101:1 10140:1 10157:1 10160:3 10170:3 10172:1 10203:4 10207:1 10215:4 10225:1 10235:1 10237:1 10247:1 10259:1 10272:1 10284:1 10296:1 10297:1 10300:1 10327:1 10331:1 10351:1 10382:2 10401:3 10404:4 10440:1 10447:1 10477:1 10492:1 10506:1 10519:1 10522:1 10549:1 10550:1 10555:1 10656:1 10668:1 10800:1 10801:1 10958:1 11000:1 11004:2 11009:1 11013:2 11018:1 11023:1 11056:1 11058:1 11085:1 11088:1 11093:1 11106:1 11120:1 11134:1 11143:1 11144:1 11160:2 11163:1 11178:1 11185:1 11208:1 11209:2 11247:1 11260:1 11262:1 11274:1 11316:1 11321:1 11327:1 11341:1 11355:1 11387:1 11391:2 11398:1 11408:1 11409:1 11442:1 11458:1 11489:1 11542:3 11551:1 11575:1 11598:1 11600:1 11601:1 11604:1 11652:1 11721:1 11735:2 11758:1 11798:1 11828:1 11831:1 11833:1 11852:1 11862:1 11864:1 11907:1 11938:2 11954:1 11989:1 11991:1 12005:1 12014:1 12017:1 12051:1 12067:1 12073:1 12083:1 12101:1 12105:1 12113:1 12135:6 12187:3 12230:1 12250:1 12269:1 12345:1 12356:1 12386:1 12411:1 12412:1 12439:1 12443:2 12446:1 12457:1 12527:1 12587:1 12606:1 12614:1 12637:1 12670:1 12702:1 12733:1 12814:1 12825:2 12833:1 12870:1 12879:1 12891:1 12892:1 12915:1 12917:1 12932:1 12977:1 12995:1 13006:1 13024:1 13029:1 13047:1 13062:1 13097:1 13106:1 13142:1 13143:1 13152:1 13154:1 13173:1 13187:2 13194:1 13199:1 13201:1 13223:1 13238:1 13242:1 13251:1 13288:1 13302:1 13304:1 13307:1 13319:1 13334:1 13372:1 13387:1 13391:1 13448:1 13516:1 13521:2 13530:1 13538:2 13557:1 13558:1 13594:1 13622:1 13657:1 13660:1 13667:1 13675:1 13714:1 13793:1 13795:1 13796:1 13802:1 13840:1 13850:1 13886:3 13918:2 13922:1 14001:1 14005:1 14008:1 14011:1 14013:2 14014:2 14015:1 14016:1 14021:1 14024:1 14029:1 14037:1 14067:1 14110:1 14124:1 14129:1 14135:1 14162:1 14206:1 14217:1 14231:1 14248:1 14295:1 14305:1 14318:3 14333:1 14357:1 14457:2 14590:1 14600:1 14618:1 14625:1 14660:1 14689:1 14695:1 14714:1 14756:1 14761:1 14768:1 14823:1 14829:1 14852:1 14901:1 14915:1 14919:2 14942:1 15024:1 15039:3 15101:2 15115:2 15146:1 15177:1 15204:1 15220:1 15244:1 15311:1 15323:1 15335:1 15381:1 15387:1 15456:1 15457:2 15470:1 15506:1 15531:1 15554:1 15565:2 15569:1 15594:2 15597:1 15615:1 15678:1 15679:1 15694:1 15704:1 15738:1 15744:1 15745:1 15750:1 15785:1 15874:3 15893:1 15917:1 16013:1 16049:1 16068:671 16071:1 16093:1 16137:1 16173:1 16191:1 16202:1 16225:1 16238:1 16273:1 16336:1 16339:1 16407:1 16442:1 16472:1 16544:2 16555:1 16615:1 16617:1 16682:1 16709:1 16729:1 16732:1 16735:1 16747:1 16825:1 16830:1 16856:1 16873:1 16886:1 16887:2 16924:1 16974:1 16993:1 17008:3 17014:1 17027:2 17041:5 17043:1 17047:1 17116:1 17142:1 17242:1 17244:1 17263:1 17272:1 17273:1 17293:1 17332:24 17367:1 17376:3 17396:1 17418:1 17419:1 17422:1 17425:1 17446:1 17462:1 17472:1 17475:3 17491:2 17492:1 17497:1 17570:1 17573:1 17577:1 17584:1 17588:2 17590:1 17591:2 17636:1 17638:1 17641:1 17654:1 17727:1 17731:1 17759:1 17760:1 17781:1 17788:2 17810:1 17816:1 17817:1 17862:1 17880:1 17881:1 17909:1 17912:1 17972:1 17990:1 18010:1 18038:1 18069:1 18104:1 18138:1 18185:1 18224:2 18248:1 18359:1 18363:1 18364:1 18368:2 18376:1 18389:3 18412:1 18418:1 18423:1 18433:1 18509:2 18513:1 18515:1 18568:1 18588:1 18602:1 18631:1 18636:1 18673:1 18691:1 18720:1 18724:1 18730:1 18746:8 18794:1 18803:1 18835:1 18851:2 18853:1 18858:1 18861:1 18896:1 18911:1 18937:1 18976:1 18977:1 18983:1 18995:4 18996:1 19002:2 19010:1 19025:1 19045:1 19059:3 19087:1 19122:1 19125:1 19140:2 19170:1 19174:1 19180:1 19195:1 19199:1 19205:1 19222:1 19243:1 19247:1 19264:1 19275:1 19304:1 19313:1 19332:2 19334:4 19353:1 19388:2 19391:2 19410:1 19438:1 19446:1 19478:1 19488:1 19503:1 19540:1 19593:2 19605:1 19673:1 19687:1 19700:1 19705:1 19714:1 19720:2 19721:1 19722:1 19761:1 19764:1 19801:1 19837:1 19843:1 19860:1 19876:1 19890:1 19897:2 19915:1 19965:1 19971:1 19978:1 20049:1 20072:2 20078:1 20083:1 20084:1 20132:2 20134:1 20158:1 20178:1 20202:1 20219:1 20236:1 20239:1 20244:1 20245:2 20310:1 20319:1 20323:1 20326:1 20357:2 20374:1 20375:1 20378:1 20382:1 20405:1 20439:1 20465:1 20485:1 20497:1 20567:1 20579:2 20585:1 20593:1 20629:1 20634:1 20678:1 20686:1 20709:1 20728:1 20749:1 20758:1 20767:1 20789:1 20792:1 20836:1 20845:1 20847:1 20850:1 20886:1 20908:1 20914:1 20963:1 20968:1 21004:1 21044:1 21063:1 21109:1 21135:1 21201:1 21217:1 21250:1 21264:1 21274:1 21279:3 21280:1 21290:1 21302:2 21307:1 21361:1 21397:2 21429:1 21469:1 21494:1 21498:1 21531:1 21542:1 21551:1 21552:1 21644:1 21684:2 21695:1 21697:1 21710:1 21843:1 21871:1 21872:1 21882:1 21887:1 21891:1 21925:1 21927:1 21952:1 21992:1 22014:2 22047:1 22078:1 22116:1 22123:1 22129:1 22162:1 22186:1 22209:2 22220:1 22223:1 22257:2 22282:1 22314:1 22325:1 22342:1 22360:1 22380:1 22396:2 22448:1 22453:1 22494:1 22495:1 22502:1 22545:1 22566:1 22597:2 22601:3 22625:3 22640:1 22675:1 22696:1 22723:1 22748:1 22754:1 22760:1 22768:1 22801:1 22841:1 22854:1 22901:1 22914:1 22946:1 22971:1 22976:2 23029:1 23049:2 23065:3 23167:1 23178:1 23199:1 23208:1 23236:1 23283:1 23297:1 23356:2 23393:1 23444:1 23453:1 23471:1 23492:1 23510:2 23515:1 23541:1 23548:1 23550:1 23568:1 23656:1 23658:1 23659:1 23660:1 23664:1 23667:1 23676:1 23682:1 23744:1 23759:1 23778:1 23787:3 23836:1 23859:1 23871:1 23874:1 23909:1 23910:1 23923:2 23941:1 23948:1 23953:2 23982:2 23983:1 24114:1 24133:1 24146:1 24211:1 24227:1 24228:1 24237:2 24269:1 24282:12 24309:1 24319:2 24328:1 24371:1 24400:1 24419:1 24423:2 24475:1 24503:1 24522:1 24530:1 24554:1 24591:1 24596:1 24601:1 24609:1 24627:1 24629:1 24651:1 24720:1 24721:1 24770:1 24772:3 24783:1 24829:1 24832:2 24922:1 24936:1 24950:1 24960:1 24992:1 25037:1 25082:1 25108:1 25152:1 25169:1 25174:1 25191:1 25219:1 25259:1 25260:1 25317:1 25321:3 25366:1 25368:1 25370:1 25372:1 25375:1 25382:1 25388:1 25430:1 25440:1 5 2:1 11:1 36:1 38:2 41:1 89:3 104:2 120:1 130:1 158:2 185:1 229:1 230:1 233:1 248:2 283:2 312:1 313:1 361:1 377:1 396:1 420:1 429:1 509:1 526:1 530:1 555:1 558:2 572:3 601:1 614:1 636:1 674:1 718:1 744:1 766:3 778:1 783:1 787:1 793:1 799:3 803:2 814:1 829:2 844:2 848:1 849:3 851:2 867:1 883:3 890:1 904:2 917:1 1018:1 1070:1 1097:1 1106:1 1115:1 1135:1 1146:1 1198:1 1243:1 1244:1 1260:1 1286:1 1288:1 1296:1 1348:1 1357:1 1367:1 1371:1 1385:1 1390:1 1403:4 1413:2 1425:1 1454:1 1503:1 1565:1 1598:2 1608:1 1638:1 1694:1 1752:1 1813:2 1846:1 1861:1 1880:1 1900:1 1916:1 1918:5 1953:1 1975:1 1985:1 2016:1 2028:1 2030:1 2033:2 2035:1 2039:1 2040:1 2046:2 2052:1 2053:2 2061:1 2109:1 2167:2 2180:1 2188:1 2194:1 2200:1 2211:1 2226:1 2280:1 2339:1 2343:2 2351:1 2365:1 2393:1 2394:1 2396:1 2397:3 2460:1 2461:2 2484:1 2502:1 2507:1 2562:10 2573:3 2611:2 2627:1 2650:1 2660:2 2661:1 2743:1 2748:1 2772:1 2791:1 2841:2 2907:4 3019:1 3024:1 3025:1 3029:4 3030:1 3035:1 3038:1 3076:3 3080:1 3082:1 3099:2 3136:1 3140:1 3144:1 3145:3 3146:1 3147:8 3156:1 3180:1 3190:1 3206:1 3212:1 3217:1 3221:1 3237:3 3283:4 3286:1 3290:1 3327:1 3331:1 3367:1 3369:1 3380:1 3395:1 3410:1 3420:1 3437:1 3448:1 3456:2 3472:1 3477:1 3482:1 3496:1 3514:1 3530:3 3578:1 3584:1 3659:1 3665:1 3670:1 3688:1 3690:1 3708:1 3775:1 3800:1 3803:1 3829:1 3836:1 3846:2 3849:1 3854:1 3927:1 3968:1 3971:1 4004:1 4008:1 4054:2 4056:2 4064:1 4083:1 4088:1 4093:1 4126:1 4168:1 4169:1 4185:1 4198:1 4227:1 4272:1 4310:5 4311:1 4320:2 4352:1 4363:1 4413:2 4418:1 4423:1 4428:4 4430:1 4435:1 4437:1 4440:1 4455:2 4470:1 4505:1 4522:1 4553:1 4580:2 4597:1 4637:1 4640:1 4653:1 4666:1 4676:1 4720:1 4731:1 4769:1 4785:1 4787:2 4794:1 4806:1 4807:1 4813:1 4860:4 4899:1 4903:1 4904:1 4908:2 4912:1 4971:1 4974:1 4996:1 5007:1 5043:1 5047:1 5162:1 5173:1 5184:1 5221:1 5228:2 5230:1 5234:2 5246:1 5255:1 5256:1 5258:1 5260:3 5290:1 5296:1 5304:1 5374:1 5376:2 5378:1 5411:1 5412:1 5414:1 5424:1 5425:2 5467:1 5568:1 5577:2 5582:1 5585:1 5594:1 5609:1 5679:1 5694:1 5819:1 5842:2 5854:1 5919:1 5949:1 5957:1 5960:1 5985:2 6018:1 6023:1 6026:1 6049:1 6056:1 6062:1 6075:1 6076:4 6119:1 6141:2 6167:2 6173:1 6215:1 6229:2 6246:1 6317:1 6332:1 6355:1 6361:1 6378:1 6386:1 6393:2 6395:1 6422:1 6445:1 6492:1 6502:1 6515:2 6566:1 6606:1 6614:3 6617:1 6633:1 6680:1 6689:2 6696:1 6720:3 6734:10 6738:1 6746:12 6748:1 6860:1 6861:1 6868:1 6919:3 6925:1 6952:1 6968:1 6973:1 7002:1 7013:2 7043:1 7069:1 7126:1 7160:13 7183:1 7195:1 7201:1 7209:1 7233:1 7235:7 7282:1 7305:1 7337:1 7366:2 7368:1 7374:1 7376:2 7382:1 7388:2 7458:1 7464:1 7475:1 7478:1 7480:1 7483:2 7493:1 7497:2 7498:1 7500:1 7501:1 7511:1 7522:1 7529:1 7537:2 7566:1 7606:1 7629:1 7631:1 7666:1 7669:1 7675:1 7678:1 7701:1 7714:1 7719:1 7727:3 7790:1 7850:1 7861:1 7866:1 7878:1 7886:1 7910:1 7938:1 7982:1 8008:1 8044:1 8045:1 8054:2 8066:1 8087:2 8095:1 8114:1 8199:1 8205:2 8213:1 8219:1 8260:1 8292:1 8365:3 8403:1 8459:1 8466:1 8482:1 8484:1 8528:1 8544:1 8546:1 8552:1 8565:1 8573:1 8586:1 8614:1 8627:4 8671:1 8687:1 8697:1 8703:2 8705:1 8772:1 8791:2 8807:2 8809:1 8816:1 8825:1 8829:2 8834:1 8837:1 8870:1 8898:1 8911:1 8916:1 8947:1 8954:1 8970:1 8977:4 9003:2 9005:2 9006:1 9012:1 9016:1 9026:2 9036:2 9038:5 9043:3 9044:1 9060:1 9072:1 9106:2 9108:1 9142:1 9144:2 9150:1 9154:1 9174:1 9181:1 9216:1 9255:1 9280:1 9281:1 9296:1 9298:2 9306:1 9348:1 9349:1 9350:1 9354:1 9370:1 9402:1 9483:1 9504:1 9507:2 9508:3 9529:1 9556:2 9570:1 9628:1 9630:1 9631:1 9644:1 9657:5 9658:1 9696:1 9713:1 9734:1 9783:1 9823:1 9842:1 9858:1 9891:1 9917:1 9918:1 9921:2 9939:1 9970:1 9979:1 9997:1 10001:1 10018:1 10065:1 10101:1 10140:1 10157:1 10160:3 10170:3 10172:1 10203:4 10207:1 10215:4 10225:1 10235:1 10237:1 10247:1 10259:1 10272:1 10284:1 10288:1 10296:1 10297:1 10300:1 10327:1 10331:1 10351:1 10382:2 10401:4 10404:4 10440:1 10447:1 10477:1 10492:1 10506:1 10519:1 10522:1 10549:1 10550:1 10555:1 10656:1 10668:1 10778:1 10800:1 10801:1 10958:1 11000:1 11004:2 11009:1 11013:2 11018:1 11023:1 11056:1 11058:1 11080:2 11085:1 11088:1 11093:1 11106:1 11120:1 11134:1 11143:1 11144:1 11160:2 11163:1 11178:1 11185:1 11208:1 11209:2 11247:1 11260:1 11262:1 11274:1 11316:1 11321:1 11327:1 11341:1 11355:1 11387:1 11391:2 11398:1 11408:1 11409:1 11442:1 11458:1 11489:1 11542:3 11543:2 11551:1 11575:1 11598:1 11600:1 11601:1 11604:1 11652:1 11721:1 11735:2 11758:1 11798:1 11828:3 11831:1 11833:1 11852:1 11862:1 11864:1 11907:1 11938:2 11954:1 11979:2 11989:1 11991:1 12005:1 12014:1 12017:1 12051:2 12067:1 12073:1 12083:1 12101:1 12105:1 12113:1 12135:6 12187:3 12230:1 12250:1 12269:1 12311:1 12345:1 12356:1 12386:1 12411:3 12412:1 12439:1 12443:2 12446:1 12457:1 12467:1 12527:1 12540:2 12587:1 12606:1 12614:1 12637:1 12670:1 12702:1 12733:1 12751:1 12814:1 12825:2 12833:1 12870:1 12879:1 12891:1 12892:1 12915:1 12917:1 12932:1 12977:1 12995:1 13006:1 13024:1 13029:1 13047:1 13061:1 13062:1 13097:1 13106:1 13142:1 13143:1 13152:1 13154:1 13173:2 13187:2 13194:1 13199:1 13201:1 13223:1 13238:1 13242:1 13251:1 13257:1 13288:1 13302:1 13304:1 13307:1 13319:1 13334:1 13372:1 13387:1 13391:1 13448:1 13516:1 13521:2 13530:1 13538:2 13557:1 13558:1 13594:1 13622:1 13657:1 13660:1 13666:1 13667:1 13675:1 13690:1 13714:1 13793:1 13795:1 13796:1 13802:1 13840:1 13842:1 13850:3 13886:3 13918:2 13922:1 14001:1 14005:1 14008:1 14011:1 14013:2 14014:2 14015:1 14016:2 14021:1 14024:1 14029:1 14037:1 14067:1 14110:1 14124:1 14129:1 14135:1 14162:1 14206:1 14217:1 14231:1 14248:1 14295:1 14305:1 14318:3 14333:1 14357:1 14389:1 14457:2 14590:1 14600:1 14618:1 14625:1 14660:1 14689:1 14695:1 14714:1 14756:1 14761:1 14768:1 14823:1 14829:1 14852:1 14901:1 14915:1 14919:2 14942:1 14992:1 15024:1 15039:3 15101:2 15115:2 15146:1 15177:1 15204:2 15220:1 15244:1 15311:1 15323:1 15335:1 15381:1 15387:1 15456:1 15457:2 15470:1 15506:1 15531:1 15554:1 15565:2 15569:1 15594:2 15597:1 15601:1 15615:1 15678:1 15679:1 15694:1 15704:1 15738:1 15744:1 15745:1 15750:1 15785:1 15874:3 15893:1 15917:1 16013:1 16049:1 16068:709 16071:1 16093:1 16122:1 16137:1 16173:1 16191:1 16202:1 16225:1 16238:1 16273:1 16315:1 16336:1 16339:1 16407:1 16442:1 16472:1 16544:2 16555:1 16615:1 16617:1 16682:1 16709:1 16729:1 16732:1 16735:1 16747:1 16825:2 16830:1 16856:1 16873:1 16886:1 16887:2 16924:1 16974:1 16993:1 17008:3 17014:1 17027:2 17041:6 17043:1 17047:1 17116:1 17142:1 17242:3 17244:1 17263:1 17272:1 17273:1 17293:1 17332:26 17367:1 17376:3 17396:1 17418:1 17419:1 17422:1 17425:1 17446:1 17462:1 17472:1 17475:3 17491:2 17492:1 17497:1 17570:1 17573:1 17577:1 17584:1 17588:2 17590:1 17591:2 17636:1 17638:1 17641:1 17654:1 17727:1 17731:1 17755:1 17759:1 17760:1 17781:1 17788:2 17810:1 17816:1 17817:1 17862:1 17880:1 17881:1 17909:1 17912:1 17972:1 17990:1 18010:1 18038:1 18069:1 18104:1 18138:1 18185:1 18212:1 18224:2 18248:1 18359:1 18363:1 18364:1 18368:2 18376:1 18381:1 18389:3 18412:1 18418:1 18423:1 18433:1 18471:1 18509:2 18513:1 18515:2 18568:1 18588:1 18602:1 18631:1 18636:1 18673:1 18691:1 18720:1 18724:1 18729:1 18730:1 18746:8 18794:1 18803:1 18835:1 18851:2 18853:1 18858:1 18861:1 18896:1 18901:1 18911:1 18937:1 18964:1 18976:1 18977:1 18983:1 18995:4 18996:1 19002:2 19010:1 19025:1 19045:1 19059:4 19087:1 19122:1 19125:1 19140:2 19152:1 19170:1 19174:1 19180:1 19195:1 19199:1 19205:1 19222:1 19243:1 19247:1 19264:2 19275:1 19304:1 19313:2 19332:2 19334:4 19353:1 19388:3 19391:2 19393:1 19410:1 19438:1 19446:1 19478:1 19488:1 19503:1 19540:1 19593:2 19605:1 19673:1 19687:1 19700:1 19705:1 19714:1 19720:2 19721:1 19722:1 19761:1 19764:1 19801:1 19837:1 19843:1 19860:1 19876:1 19890:2 19897:2 19915:1 19965:1 19971:1 19978:1 20049:1 20072:2 20073:1 20078:1 20083:1 20084:1 20132:2 20134:1 20158:1 20178:1 20202:1 20219:1 20236:1 20239:1 20244:1 20245:2 20310:1 20319:1 20323:1 20326:1 20357:2 20374:1 20375:1 20378:1 20382:1 20405:1 20430:1 20439:1 20458:1 20465:1 20485:1 20497:1 20567:1 20579:3 20585:1 20593:1 20629:1 20634:1 20678:1 20686:1 20709:1 20728:1 20749:1 20758:1 20767:1 20789:1 20792:1 20836:1 20845:1 20847:1 20850:1 20886:1 20908:1 20914:1 20963:1 20968:1 21004:1 21044:1 21054:1 21063:1 21109:1 21135:1 21152:1 21201:1 21217:1 21250:1 21264:1 21274:3 21279:3 21280:1 21290:1 21295:1 21302:2 21307:1 21361:1 21397:2 21429:1 21469:1 21473:1 21494:1 21498:1 21505:1 21531:1 21542:1 21551:1 21552:1 21644:1 21676:1 21684:2 21695:1 21697:1 21710:1 21843:1 21871:1 21872:1 21882:2 21887:1 21891:1 21925:1 21927:1 21952:1 21992:1 22014:2 22047:1 22078:1 22116:2 22123:1 22129:1 22162:1 22186:1 22209:2 22220:1 22223:1 22257:2 22282:1 22314:1 22325:1 22342:1 22360:1 22380:1 22396:2 22448:1 22453:1 22494:1 22495:1 22502:1 22545:1 22566:1 22597:2 22601:3 22625:3 22640:1 22675:1 22696:1 22723:1 22748:1 22754:1 22760:1 22768:1 22801:1 22841:1 22854:1 22901:1 22914:1 22946:1 22971:1 22976:2 23029:1 23049:2 23065:3 23167:1 23178:1 23199:1 23208:1 23236:1 23246:1 23283:1 23297:1 23356:2 23393:1 23444:1 23453:1 23471:1 23492:1 23510:2 23515:2 23541:1 23548:1 23550:1 23568:1 23656:1 23658:1 23659:2 23660:1 23664:1 23667:1 23676:1 23682:1 23744:1 23759:1 23778:1 23787:3 23836:1 23859:2 23871:1 23874:1 23909:1 23910:1 23923:3 23941:1 23948:1 23953:3 23982:2 23983:1 24114:1 24133:1 24146:1 24202:1 24211:1 24227:1 24228:1 24237:3 24269:1 24282:13 24309:1 24319:2 24328:1 24337:1 24371:1 24400:1 24419:1 24423:2 24475:1 24503:1 24522:1 24530:1 24538:1 24554:1 24591:1 24596:1 24601:1 24609:1 24627:1 24629:1 24646:1 24651:1 24720:1 24721:1 24770:1 24772:3 24783:1 24829:1 24832:2 24922:1 24936:1 24950:1 24960:1 24992:1 25037:1 25082:1 25108:1 25152:1 25169:1 25174:1 25191:1 25219:1 25259:1 25260:1 25317:1 25321:3 25358:1 25366:1 25368:1 25370:1 25372:1 25375:1 25382:1 25388:1 25430:1 25440:1 5 2:1 11:1 36:1 38:2 41:1 89:3 104:2 120:1 130:1 158:2 185:1 198:1 211:1 229:1 230:1 233:2 248:2 283:2 312:1 313:1 361:1 377:1 396:1 420:1 429:1 509:1 518:1 526:1 530:1 555:1 558:2 572:3 601:1 614:1 636:1 674:1 718:1 744:1 766:3 778:1 783:1 787:1 793:1 799:3 803:2 814:1 829:2 844:2 848:1 849:3 851:2 867:1 883:3 890:1 904:2 917:1 1018:1 1070:1 1097:1 1098:1 1106:1 1115:1 1116:1 1135:1 1146:1 1198:1 1243:1 1244:1 1260:1 1286:1 1288:1 1296:1 1309:1 1313:1 1348:1 1357:1 1367:1 1371:1 1385:1 1390:1 1403:5 1413:2 1425:1 1452:1 1454:1 1503:1 1565:1 1598:2 1608:1 1636:1 1638:1 1694:1 1716:1 1752:1 1804:1 1813:2 1846:1 1861:1 1880:1 1900:1 1916:1 1918:5 1953:1 1975:1 1985:1 2016:1 2028:1 2030:1 2033:2 2035:1 2039:1 2040:1 2046:2 2052:1 2053:2 2061:1 2094:1 2109:1 2167:2 2180:1 2188:1 2194:1 2200:1 2211:1 2226:1 2280:1 2339:1 2343:2 2351:1 2355:1 2365:1 2393:1 2394:1 2396:1 2397:3 2460:1 2461:2 2484:1 2502:1 2507:1 2562:11 2573:4 2611:2 2627:1 2650:1 2660:3 2661:1 2743:1 2748:1 2772:1 2791:1 2841:2 2907:4 3019:1 3024:2 3025:2 3029:4 3030:1 3035:1 3038:1 3076:3 3080:1 3082:1 3099:2 3136:1 3140:1 3144:1 3145:3 3146:1 3147:9 3156:1 3180:1 3190:1 3206:1 3212:1 3217:1 3221:1 3237:3 3277:1 3283:4 3286:1 3290:1 3327:1 3331:1 3353:1 3367:1 3369:1 3380:1 3395:1 3410:1 3420:1 3437:1 3448:1 3456:2 3472:1 3475:1 3477:1 3482:1 3496:1 3514:1 3530:3 3578:1 3584:1 3635:1 3659:1 3665:1 3670:1 3688:1 3690:1 3708:1 3775:1 3800:1 3803:1 3829:1 3836:1 3846:3 3849:1 3854:1 3927:1 3968:1 3971:1 4004:1 4008:1 4010:1 4054:3 4056:2 4064:1 4083:1 4088:1 4093:1 4126:1 4168:1 4169:1 4185:1 4198:1 4227:1 4272:1 4310:5 4311:1 4320:2 4352:1 4363:1 4413:2 4418:1 4423:1 4428:4 4430:1 4435:1 4437:1 4440:1 4455:2 4470:1 4505:1 4522:1 4553:1 4580:2 4597:1 4637:1 4640:1 4653:1 4666:1 4676:1 4720:1 4731:1 4762:1 4769:1 4785:1 4787:3 4794:1 4806:1 4807:1 4813:1 4860:4 4895:1 4899:1 4903:1 4904:1 4908:2 4912:1 4932:1 4971:1 4974:1 4996:1 5007:1 5043:1 5047:1 5162:1 5173:1 5184:1 5221:1 5228:2 5230:1 5234:2 5246:1 5255:1 5256:1 5258:1 5260:3 5290:1 5296:1 5304:1 5374:1 5376:2 5378:1 5411:1 5412:1 5414:1 5424:1 5425:2 5467:1 5493:1 5568:1 5577:2 5582:2 5585:1 5594:1 5595:1 5609:1 5679:1 5694:1 5819:1 5842:2 5854:1 5877:1 5919:1 5949:1 5957:1 5960:1 5985:3 6018:1 6023:1 6026:1 6049:1 6056:1 6061:1 6062:1 6075:1 6076:5 6119:1 6141:2 6167:2 6173:1 6215:1 6229:2 6246:1 6317:2 6332:1 6355:1 6361:1 6378:1 6386:1 6393:2 6395:1 6414:1 6422:1 6445:1 6492:1 6502:1 6515:2 6517:1 6566:1 6606:1 6614:3 6617:1 6633:1 6680:1 6689:2 6696:1 6720:3 6734:10 6738:1 6746:13 6748:1 6860:1 6861:1 6868:1 6919:3 6925:1 6952:1 6968:1 6973:1 7002:1 7013:2 7043:1 7069:1 7088:1 7096:1 7126:1 7160:16 7183:1 7195:1 7201:1 7209:1 7233:1 7235:8 7270:1 7282:1 7305:1 7337:1 7366:3 7368:1 7374:1 7376:2 7382:1 7388:2 7390:1 7458:1 7464:1 7475:1 7478:1 7480:1 7483:2 7493:1 7497:2 7498:1 7500:1 7501:1 7511:1 7522:1 7529:1 7537:2 7538:1 7566:1 7606:1 7625:1 7629:1 7631:1 7663:1 7666:1 7669:1 7675:1 7678:1 7701:1 7714:1 7719:1 7727:3 7790:1 7850:1 7861:1 7866:1 7878:1 7886:1 7910:1 7938:1 7982:1 8003:1 8008:1 8035:1 8044:1 8045:1 8054:2 8066:1 8087:2 8089:1 8095:1 8104:1 8114:1 8199:1 8205:3 8213:1 8219:1 8260:1 8292:1 8363:1 8365:5 8403:1 8459:1 8466:1 8482:2 8484:1 8528:1 8544:1 8546:1 8552:1 8565:1 8573:1 8586:1 8614:2 8627:4 8671:1 8687:1 8697:1 8703:3 8705:1 8710:1 8722:1 8764:1 8772:1 8773:1 8791:2 8807:2 8809:1 8816:1 8825:1 8829:2 8834:1 8837:1 8870:1 8898:1 8911:1 8916:2 8947:1 8954:1 8970:1 8977:4 9003:2 9005:2 9006:1 9012:1 9014:1 9016:1 9026:2 9036:2 9038:6 9041:1 9043:3 9044:1 9060:1 9072:1 9106:2 9108:1 9117:1 9142:1 9144:2 9150:1 9154:1 9174:1 9181:1 9216:1 9247:1 9255:1 9280:1 9281:1 9296:1 9298:2 9306:1 9348:1 9349:1 9350:1 9354:1 9370:1 9402:1 9483:1 9492:1 9504:1 9507:2 9508:3 9529:1 9556:2 9570:1 9628:1 9630:1 9631:1 9644:1 9657:7 9658:1 9696:1 9713:1 9734:1 9783:1 9823:1 9842:1 9858:1 9891:1 9917:1 9918:1 9921:3 9939:1 9970:1 9979:1 9997:1 10001:1 10018:1 10065:1 10101:1 10102:1 10140:1 10157:1 10160:3 10170:3 10172:1 10203:4 10207:1 10215:4 10225:2 10235:1 10237:1 10247:1 10259:1 10272:1 10284:1 10285:1 10288:2 10296:1 10297:1 10300:1 10302:1 10327:1 10331:1 10332:1 10351:1 10382:2 10401:4 10404:4 10440:1 10447:1 10477:1 10492:1 10506:1 10519:1 10522:1 10538:1 10549:1 10550:1 10555:1 10578:1 10656:1 10668:1 10715:1 10778:1 10800:1 10801:1 10958:1 11000:1 11004:2 11009:1 11013:2 11018:1 11021:1 11023:1 11056:1 11058:1 11080:2 11085:1 11088:1 11093:1 11106:1 11120:1 11134:1 11143:2 11144:1 11160:2 11163:1 11178:1 11185:1 11205:1 11208:1 11209:3 11247:1 11260:1 11262:1 11274:1 11316:1 11321:1 11327:1 11341:1 11355:1 11387:1 11391:2 11398:1 11408:1 11409:1 11416:1 11432:1 11442:1 11458:1 11460:1 11489:1 11521:1 11542:3 11543:2 11551:1 11575:1 11598:1 11600:1 11601:1 11604:1 11652:1 11658:1 11721:1 11735:2 11758:1 11798:1 11828:5 11831:1 11833:1 11852:1 11862:1 11864:1 11907:1 11938:2 11954:1 11979:3 11989:1 11991:1 12005:1 12014:1 12017:1 12051:2 12067:1 12073:1 12083:1 12101:1 12105:1 12113:1 12135:7 12187:5 12230:1 12250:1 12269:1 12311:3 12345:1 12356:1 12386:1 12411:3 12412:1 12439:1 12443:2 12446:1 12457:2 12467:1 12527:1 12540:2 12587:1 12606:1 12614:1 12624:1 12637:1 12670:1 12702:1 12733:1 12751:1 12814:1 12825:3 12833:1 12870:1 12879:1 12891:1 12892:1 12915:1 12917:1 12932:1 12977:1 12995:1 13006:1 13024:1 13029:1 13047:1 13061:1 13062:1 13097:1 13106:1 13142:1 13143:1 13152:1 13154:1 13173:2 13187:2 13194:1 13199:1 13201:1 13223:1 13238:1 13242:1 13251:2 13257:1 13272:1 13288:1 13302:1 13304:1 13307:1 13319:1 13334:1 13372:1 13387:1 13391:1 13448:1 13516:1 13521:2 13530:1 13538:2 13557:1 13558:1 13583:1 13594:1 13622:1 13657:1 13660:1 13666:1 13667:1 13675:1 13690:1 13714:1 13793:1 13795:1 13796:1 13802:1 13824:1 13840:1 13842:1 13850:3 13886:3 13909:1 13918:2 13922:1 14001:1 14002:1 14005:1 14008:1 14011:1 14013:3 14014:2 14015:1 14016:2 14018:1 14021:1 14024:1 14029:1 14031:1 14037:1 14067:1 14110:1 14124:1 14129:1 14135:1 14162:1 14206:1 14213:1 14217:1 14231:1 14248:1 14285:1 14295:1 14305:1 14318:3 14333:1 14357:1 14389:1 14457:2 14565:1 14581:1 14590:1 14600:1 14618:1 14625:1 14660:1 14689:1 14695:1 14713:1 14714:1 14756:1 14761:1 14768:1 14823:1 14829:1 14852:1 14853:1 14858:1 14901:1 14915:1 14919:2 14942:1 14992:1 15008:1 15024:1 15039:3 15101:2 15115:2 15146:1 15163:1 15177:1 15204:2 15212:1 15220:1 15244:1 15311:1 15323:1 15335:1 15381:1 15387:1 15456:1 15457:2 15470:1 15506:1 15531:1 15554:1 15565:2 15569:1 15594:2 15597:1 15601:1 15615:1 15638:1 15678:1 15679:1 15694:1 15704:1 15738:2 15744:1 15745:1 15750:1 15785:1 15874:3 15893:1 15917:1 15934:1 16013:1 16049:1 16068:813 16071:1 16093:1 16122:1 16137:1 16173:1 16191:1 16202:1 16225:1 16238:1 16273:1 16315:1 16336:1 16339:1 16385:1 16407:1 16442:2 16472:1 16544:3 16555:1 16615:1 16617:1 16682:1 16709:1 16729:1 16732:1 16735:1 16747:1 16771:1 16823:1 16825:2 16830:1 16856:1 16873:1 16886:1 16887:3 16924:1 16974:2 16993:1 17008:3 17014:1 17027:2 17041:7 17043:1 17047:1 17116:1 17142:1 17169:1 17242:3 17244:1 17255:1 17263:1 17272:1 17273:1 17293:1 17332:29 17352:1 17363:1 17367:1 17376:3 17396:1 17418:1 17419:1 17422:1 17425:1 17446:1 17462:1 17472:1 17475:3 17491:2 17492:1 17497:1 17570:1 17573:1 17577:2 17584:1 17585:1 17588:2 17590:2 17591:2 17592:1 17636:1 17638:1 17641:1 17654:1 17727:1 17731:1 17755:1 17759:1 17760:1 17781:1 17788:3 17810:1 17816:1 17817:1 17862:1 17880:1 17881:1 17909:1 17912:1 17972:1 17990:1 18010:1 18027:1 18038:1 18069:1 18079:1 18104:1 18138:1 18185:1 18212:1 18224:2 18248:1 18252:1 18359:1 18363:1 18364:1 18368:2 18376:1 18381:1 18389:3 18412:1 18418:1 18423:1 18433:1 18471:1 18509:2 18513:1 18515:2 18568:1 18588:1 18602:1 18612:1 18631:1 18636:1 18650:1 18673:1 18691:1 18720:1 18724:1 18729:1 18730:1 18746:9 18750:1 18794:1 18803:1 18835:1 18851:2 18853:1 18858:1 18861:1 18896:1 18901:1 18911:1 18937:1 18964:3 18976:1 18977:1 18983:1 18995:5 18996:1 19002:2 19010:2 19025:1 19045:1 19059:4 19087:1 19122:1 19125:1 19140:2 19152:1 19170:1 19174:1 19180:1 19195:1 19199:1 19205:1 19222:1 19243:1 19247:1 19264:2 19275:1 19304:1 19313:3 19332:2 19334:4 19353:1 19388:3 19391:2 19393:2 19410:1 19438:1 19446:1 19478:3 19488:1 19503:2 19540:1 19593:3 19605:1 19673:1 19687:1 19700:1 19705:1 19714:1 19720:2 19721:1 19722:1 19761:1 19764:1 19801:1 19837:1 19843:1 19860:1 19876:1 19890:2 19897:2 19915:1 19965:1 19971:1 19978:1 20049:1 20072:2 20073:1 20078:1 20083:1 20084:1 20132:2 20134:1 20158:1 20178:1 20202:1 20219:1 20236:1 20239:1 20244:1 20245:2 20310:1 20311:1 20319:1 20323:1 20326:1 20357:2 20374:1 20375:1 20378:1 20382:1 20405:1 20430:2 20433:1 20439:1 20458:1 20465:2 20485:1 20497:1 20567:1 20579:4 20585:1 20593:1 20629:1 20634:1 20678:1 20686:1 20709:1 20728:1 20749:1 20758:1 20767:1 20789:1 20792:1 20836:1 20845:1 20847:1 20850:1 20886:1 20908:1 20914:1 20925:1 20934:1 20963:1 20968:1 21004:1 21044:1 21054:1 21063:1 21109:1 21134:1 21135:1 21152:1 21201:1 21217:1 21250:1 21264:1 21274:3 21279:3 21280:1 21283:1 21290:1 21295:1 21302:3 21307:1 21361:1 21390:1 21397:2 21429:1 21469:1 21473:1 21494:1 21498:1 21505:1 21531:1 21541:1 21542:1 21550:1 21551:1 21552:1 21644:1 21676:1 21684:2 21695:1 21697:1 21710:1 21755:1 21843:1 21871:1 21872:1 21882:2 21887:1 21891:1 21925:1 21927:1 21952:1 21992:1 22014:2 22047:1 22078:1 22116:3 22123:1 22129:1 22162:2 22186:1 22209:2 22220:1 22223:1 22257:2 22259:1 22282:1 22314:1 22325:1 22342:1 22355:1 22360:1 22380:1 22396:2 22448:1 22453:1 22456:1 22494:1 22495:1 22502:1 22545:1 22566:1 22597:2 22601:3 22625:3 22640:1 22653:1 22675:1 22696:1 22723:1 22748:1 22754:1 22760:1 22768:1 22801:1 22841:1 22852:1 22854:1 22901:1 22914:1 22946:1 22971:1 22976:2 23029:1 23049:2 23065:3 23167:1 23178:1 23196:1 23199:1 23208:1 23236:1 23246:1 23283:1 23297:1 23356:2 23393:2 23444:1 23453:1 23471:1 23492:1 23510:2 23515:2 23541:1 23548:1 23550:1 23568:1 23656:1 23658:1 23659:2 23660:1 23664:1 23667:1 23676:1 23682:1 23744:1 23759:1 23778:1 23787:3 23836:1 23859:2 23871:1 23874:1 23909:1 23910:1 23923:3 23941:1 23948:1 23953:3 23982:2 23983:1 24114:1 24133:1 24146:1 24202:1 24211:1 24227:1 24228:1 24237:4 24269:1 24282:13 24309:1 24319:3 24328:1 24337:1 24371:1 24400:1 24419:1 24423:2 24475:1 24503:1 24522:1 24530:1 24538:1 24541:1 24554:1 24591:1 24596:1 24601:1 24609:1 24627:1 24629:1 24646:1 24651:1 24656:1 24720:1 24721:1 24770:2 24772:4 24783:1 24829:1 24832:2 24878:1 24889:1 24922:1 24936:1 24950:1 24960:1 24992:1 25037:1 25082:1 25108:1 25133:1 25152:1 25169:1 25174:1 25191:1 25219:1 25259:1 25260:1 25317:1 25321:3 25345:1 25358:1 25366:1 25368:1 25370:1 25372:1 25375:1 25382:1 25388:1 25430:1 25440:1 5 2:1 11:1 36:1 38:2 41:1 89:3 91:1 104:2 120:1 130:1 158:2 185:1 198:1 211:1 229:1 230:1 233:2 248:2 283:2 312:2 313:1 331:1 361:1 363:1 377:1 396:1 420:1 429:1 509:1 518:1 526:1 530:1 555:1 558:2 572:3 601:1 614:1 636:1 674:1 718:1 744:1 766:3 778:1 783:1 787:1 793:1 799:3 803:2 814:1 829:3 844:2 848:1 849:3 851:2 867:1 883:3 890:1 904:2 917:1 977:1 1018:1 1070:1 1097:1 1098:1 1106:2 1115:1 1116:1 1135:1 1146:1 1198:1 1243:1 1244:1 1260:1 1286:1 1288:1 1296:1 1309:1 1313:1 1348:1 1357:1 1367:1 1371:1 1385:1 1390:1 1403:5 1413:2 1425:1 1452:1 1454:1 1503:1 1565:1 1598:2 1608:1 1636:1 1638:1 1694:1 1716:1 1752:1 1787:1 1804:1 1813:2 1846:1 1861:1 1880:1 1900:1 1916:1 1918:5 1953:1 1975:1 1985:1 2016:1 2028:1 2030:1 2032:1 2033:2 2035:1 2039:1 2040:1 2046:2 2052:1 2053:2 2061:1 2094:1 2109:1 2167:2 2180:1 2188:1 2194:1 2200:1 2211:1 2226:1 2280:1 2339:1 2343:2 2351:1 2355:1 2365:1 2393:1 2394:1 2396:1 2397:3 2460:1 2461:2 2484:1 2502:1 2507:1 2562:11 2573:4 2611:3 2627:1 2650:1 2660:3 2661:1 2743:1 2748:1 2772:1 2791:1 2841:2 2907:4 3019:1 3024:2 3025:2 3029:4 3030:1 3035:1 3038:1 3076:3 3080:1 3082:1 3085:1 3099:2 3136:1 3140:1 3144:1 3145:3 3146:1 3147:9 3156:1 3180:1 3190:1 3206:1 3212:1 3217:1 3221:1 3237:3 3277:1 3283:4 3286:1 3290:1 3327:1 3331:1 3353:1 3367:1 3369:1 3380:1 3395:1 3410:1 3420:1 3437:1 3448:1 3456:2 3472:1 3475:1 3477:1 3482:1 3496:1 3512:1 3514:1 3524:1 3530:3 3545:1 3578:1 3584:1 3635:1 3659:1 3665:1 3670:1 3688:1 3690:1 3708:1 3775:1 3800:1 3803:1 3829:1 3836:1 3846:4 3849:1 3854:1 3927:1 3968:1 3971:1 4004:1 4008:1 4010:2 4054:4 4056:2 4064:1 4083:1 4088:1 4093:1 4126:1 4168:1 4169:1 4185:1 4198:1 4227:1 4272:1 4310:6 4311:1 4320:2 4352:1 4363:1 4413:2 4418:1 4423:1 4428:4 4430:1 4435:1 4437:1 4440:1 4455:2 4470:1 4505:1 4522:1 4553:1 4580:2 4597:1 4637:1 4640:1 4653:1 4666:1 4676:1 4720:1 4731:1 4762:1 4769:1 4785:1 4787:3 4794:1 4806:1 4807:1 4813:1 4860:4 4895:1 4899:1 4903:1 4904:1 4908:2 4912:1 4932:1 4971:1 4974:1 4996:1 5007:1 5043:1 5047:1 5162:1 5173:1 5184:1 5221:1 5228:2 5230:1 5234:2 5246:1 5255:1 5256:1 5258:1 5260:3 5290:1 5296:1 5304:1 5374:1 5376:2 5378:1 5411:1 5412:1 5414:1 5424:1 5425:2 5467:1 5478:1 5493:1 5508:1 5568:1 5569:1 5577:2 5582:2 5585:1 5594:1 5595:1 5609:1 5679:1 5694:1 5790:1 5819:1 5842:2 5854:1 5877:1 5919:1 5949:1 5957:1 5960:1 5985:3 6018:1 6023:1 6026:1 6049:1 6056:1 6061:1 6062:1 6075:1 6076:5 6091:1 6116:1 6119:1 6141:2 6167:2 6173:1 6202:1 6215:1 6229:2 6246:1 6317:2 6332:1 6336:1 6355:1 6361:1 6378:1 6386:1 6393:2 6395:1 6414:1 6422:1 6445:1 6492:1 6502:1 6515:2 6517:1 6566:1 6606:1 6614:3 6617:1 6633:1 6680:1 6681:1 6689:2 6696:1 6720:3 6734:11 6738:1 6746:13 6748:2 6860:1 6861:1 6868:1 6919:4 6925:1 6952:1 6968:1 6973:1 7002:1 7013:2 7043:1 7069:1 7088:1 7096:1 7126:1 7160:17 7183:1 7195:1 7201:1 7204:1 7209:1 7233:1 7235:8 7270:1 7282:1 7305:1 7337:1 7366:3 7368:2 7374:1 7376:2 7382:1 7388:2 7390:1 7458:1 7464:1 7475:1 7478:1 7480:1 7483:2 7488:1 7491:1 7493:1 7497:2 7498:1 7500:1 7501:1 7511:1 7522:1 7529:1 7537:2 7538:1 7566:1 7606:1 7625:1 7629:1 7631:1 7663:1 7666:1 7669:1 7675:1 7678:1 7701:1 7714:1 7719:1 7727:3 7775:1 7790:1 7797:1 7850:1 7861:1 7866:1 7878:1 7886:1 7910:1 7938:1 7982:1 8003:1 8008:1 8035:1 8044:1 8045:1 8054:2 8066:1 8087:2 8089:1 8095:1 8104:1 8114:1 8199:1 8205:3 8213:1 8219:1 8231:1 8260:1 8292:1 8363:1 8365:5 8398:1 8403:1 8459:1 8466:1 8482:2 8484:1 8528:1 8540:1 8544:1 8546:1 8552:1 8565:1 8573:1 8586:1 8614:2 8627:4 8671:1 8687:1 8697:1 8703:3 8705:1 8710:1 8722:1 8764:1 8772:1 8773:1 8791:2 8807:2 8809:1 8816:1 8825:1 8829:2 8834:1 8837:1 8870:1 8898:1 8911:1 8916:3 8947:1 8954:1 8970:1 8977:4 9003:3 9005:2 9006:1 9012:1 9014:1 9016:1 9026:2 9036:2 9038:6 9041:1 9042:1 9043:3 9044:1 9060:1 9072:1 9106:2 9108:1 9117:1 9142:1 9144:2 9150:1 9154:1 9174:1 9181:1 9216:1 9247:1 9255:1 9280:1 9281:1 9296:1 9298:2 9306:1 9348:1 9349:1 9350:1 9354:1 9370:1 9402:1 9483:1 9492:1 9504:1 9507:2 9508:3 9529:1 9552:1 9556:2 9570:1 9598:1 9628:1 9630:1 9631:1 9644:1 9657:7 9658:1 9696:1 9713:1 9734:1 9783:1 9823:1 9842:1 9858:1 9891:1 9917:1 9918:1 9921:3 9939:1 9970:1 9979:1 9997:1 10001:1 10018:1 10065:1 10101:1 10102:1 10140:1 10157:1 10160:4 10170:4 10172:1 10203:4 10207:1 10215:6 10225:2 10235:1 10237:1 10247:1 10259:1 10272:1 10284:1 10285:1 10288:2 10296:1 10297:1 10300:1 10302:1 10327:1 10331:1 10332:1 10351:1 10358:1 10382:2 10401:4 10404:4 10440:1 10447:1 10477:1 10492:1 10506:1 10519:1 10522:1 10538:1 10549:1 10550:1 10555:1 10578:1 10656:1 10668:1 10715:1 10778:1 10800:1 10801:1 10958:1 11000:1 11004:2 11009:1 11013:2 11018:1 11021:1 11023:1 11041:1 11056:1 11058:1 11080:2 11085:1 11088:1 11093:1 11106:1 11120:1 11134:1 11143:2 11144:1 11160:2 11163:1 11178:1 11185:1 11205:1 11208:1 11209:3 11247:1 11260:1 11262:1 11274:1 11316:1 11321:1 11327:1 11341:1 11355:1 11387:1 11391:2 11398:1 11408:1 11409:1 11416:1 11432:1 11442:1 11458:1 11460:1 11489:1 11521:1 11542:3 11543:2 11551:1 11575:1 11598:1 11600:2 11601:1 11604:1 11652:1 11658:1 11721:1 11735:2 11756:1 11758:1 11798:1 11828:5 11831:1 11833:1 11852:1 11862:1 11864:1 11872:1 11907:1 11938:2 11945:1 11949:1 11954:1 11979:3 11989:1 11991:1 12005:1 12014:1 12017:2 12051:2 12067:1 12073:1 12083:1 12101:1 12105:1 12113:1 12135:8 12187:5 12230:1 12250:1 12269:1 12311:3 12345:1 12356:1 12386:1 12411:3 12412:1 12417:1 12429:1 12439:1 12443:2 12446:1 12457:2 12467:1 12527:1 12540:2 12587:1 12606:1 12614:1 12624:1 12637:1 12670:1 12702:1 12733:1 12751:1 12814:1 12825:3 12833:1 12870:1 12879:1 12891:1 12892:1 12915:1 12917:1 12932:1 12977:1 12995:1 13006:1 13024:1 13029:1 13041:1 13047:1 13061:1 13062:1 13097:1 13106:1 13142:1 13143:1 13152:1 13154:1 13173:2 13187:2 13194:1 13199:1 13201:1 13223:1 13238:1 13242:1 13251:2 13257:1 13272:1 13288:1 13302:1 13304:1 13307:1 13319:1 13334:1 13372:1 13387:1 13391:1 13448:1 13516:1 13521:2 13530:1 13538:2 13557:1 13558:1 13583:1 13594:1 13622:1 13657:1 13660:1 13666:1 13667:1 13675:1 13690:1 13714:1 13770:1 13793:1 13795:1 13796:2 13802:1 13824:1 13840:1 13842:1 13850:3 13856:2 13886:4 13909:1 13918:2 13922:1 14001:1 14002:1 14005:1 14008:1 14010:1 14011:1 14013:3 14014:2 14015:1 14016:2 14018:1 14021:1 14024:1 14029:1 14031:1 14037:1 14067:1 14110:1 14124:1 14129:1 14135:1 14162:1 14182:1 14206:1 14212:1 14213:1 14217:1 14231:1 14248:1 14285:1 14295:1 14305:1 14318:3 14333:1 14357:1 14389:1 14457:3 14565:1 14581:1 14590:1 14600:1 14618:1 14625:1 14660:1 14689:1 14695:1 14713:1 14714:1 14756:1 14761:1 14768:1 14823:1 14829:1 14852:1 14853:1 14858:1 14901:1 14915:1 14919:2 14942:1 14992:1 15008:1 15024:1 15039:3 15101:2 15115:2 15146:1 15163:1 15177:1 15204:2 15212:1 15220:1 15244:1 15311:1 15323:1 15335:1 15381:1 15387:1 15456:1 15457:2 15470:1 15506:1 15531:1 15554:1 15565:2 15569:2 15594:2 15597:1 15601:1 15615:1 15638:1 15678:1 15679:1 15694:1 15704:1 15738:2 15744:1 15745:1 15750:1 15785:1 15874:3 15884:1 15893:1 15902:2 15917:1 15934:1 15942:1 16013:1 16049:1 16068:843 16071:1 16093:1 16122:1 16137:1 16173:1 16191:1 16202:1 16225:1 16238:1 16273:1 16315:1 16336:1 16339:1 16385:1 16407:1 16442:2 16472:1 16488:1 16544:3 16555:1 16615:1 16617:1 16682:1 16709:1 16729:1 16732:1 16735:1 16747:1 16771:1 16823:1 16825:2 16830:1 16856:1 16873:1 16886:1 16887:3 16894:1 16924:1 16974:2 16993:1 17008:3 17014:1 17027:3 17041:8 17043:1 17047:1 17116:1 17142:1 17169:1 17242:3 17244:1 17255:1 17263:1 17272:1 17273:1 17293:1 17301:1 17332:30 17352:1 17363:1 17367:1 17376:3 17396:1 17418:1 17419:1 17422:1 17425:1 17446:1 17462:1 17472:1 17475:3 17491:3 17492:1 17497:1 17567:1 17570:1 17573:1 17577:2 17584:1 17585:1 17588:2 17590:2 17591:2 17592:1 17636:1 17638:1 17641:1 17654:1 17727:1 17731:1 17755:1 17759:1 17760:1 17781:1 17788:3 17810:1 17816:1 17817:1 17862:1 17880:1 17881:1 17909:1 17912:1 17930:1 17946:1 17964:1 17972:1 17990:1 18010:1 18027:1 18038:1 18069:2 18079:1 18104:1 18138:1 18185:1 18212:1 18224:2 18248:1 18252:1 18359:1 18363:1 18364:1 18368:2 18376:1 18381:1 18389:3 18412:1 18418:1 18423:1 18433:1 18471:1 18509:2 18513:1 18515:2 18527:1 18568:1 18588:1 18602:1 18612:1 18631:1 18636:1 18650:1 18673:1 18691:1 18720:1 18724:1 18729:1 18730:1 18746:9 18750:1 18794:1 18803:1 18835:1 18851:2 18853:1 18858:1 18861:1 18896:1 18901:1 18911:1 18937:1 18964:3 18976:1 18977:1 18983:1 18995:5 18996:1 19002:2 19010:2 19025:1 19045:1 19059:4 19087:1 19122:1 19125:1 19140:2 19152:1 19170:1 19174:1 19176:1 19180:1 19195:1 19199:1 19205:1 19222:1 19243:1 19247:1 19264:2 19275:1 19304:1 19313:3 19332:2 19334:5 19353:1 19388:3 19391:2 19393:2 19410:1 19438:1 19446:1 19478:3 19488:1 19503:2 19540:1 19593:3 19605:1 19673:1 19685:1 19687:1 19700:1 19705:1 19714:1 19720:3 19721:1 19722:1 19761:2 19764:1 19801:1 19837:1 19843:1 19860:1 19876:1 19890:2 19897:2 19915:1 19965:1 19971:1 19978:1 20049:1 20072:2 20073:1 20078:1 20083:1 20084:1 20132:2 20134:1 20158:1 20178:1 20202:1 20219:1 20236:1 20239:1 20244:1 20245:2 20310:1 20311:1 20319:1 20323:1 20326:1 20357:2 20374:1 20375:1 20378:1 20382:1 20405:1 20430:2 20433:1 20439:1 20458:1 20465:2 20483:1 20485:1 20497:1 20567:1 20579:4 20585:1 20593:1 20629:1 20634:1 20678:1 20686:1 20709:1 20728:1 20749:1 20758:1 20767:1 20789:1 20792:1 20836:1 20845:1 20847:1 20850:1 20878:1 20886:1 20908:1 20914:1 20925:1 20934:1 20963:1 20968:1 21004:1 21044:1 21054:1 21063:1 21109:1 21134:1 21135:1 21152:1 21190:1 21201:1 21217:1 21250:1 21264:1 21274:3 21277:2 21279:3 21280:1 21283:1 21290:1 21295:1 21302:3 21307:1 21361:1 21390:1 21397:2 21429:1 21469:1 21473:1 21494:1 21498:1 21505:1 21531:1 21541:1 21542:1 21550:1 21551:1 21552:1 21602:1 21644:1 21676:1 21684:2 21695:1 21697:1 21710:1 21755:1 21834:1 21843:1 21871:1 21872:1 21882:2 21887:1 21891:1 21925:1 21927:1 21952:1 21992:1 22014:2 22015:1 22047:1 22078:1 22116:3 22123:1 22129:1 22162:2 22186:1 22209:2 22220:1 22223:1 22257:2 22259:1 22282:1 22314:1 22325:1 22342:1 22355:1 22360:1 22380:1 22396:2 22445:1 22448:1 22453:1 22456:1 22466:1 22494:1 22495:1 22502:1 22545:1 22566:1 22597:2 22601:3 22611:1 22625:3 22640:1 22653:1 22675:1 22696:1 22723:1 22748:1 22754:1 22760:1 22768:1 22777:1 22801:1 22841:1 22852:1 22854:1 22901:1 22914:1 22946:1 22971:1 22976:2 22988:1 23029:1 23049:2 23065:3 23167:2 23178:1 23196:1 23199:1 23208:1 23236:1 23246:1 23283:1 23297:1 23356:2 23385:1 23393:2 23444:1 23453:1 23471:1 23492:1 23510:2 23515:2 23541:1 23548:1 23550:1 23568:1 23656:1 23658:1 23659:2 23660:1 23664:1 23667:1 23676:2 23682:2 23744:1 23759:1 23778:1 23787:3 23836:1 23859:2 23871:1 23874:1 23909:1 23910:1 23923:3 23941:1 23948:2 23953:3 23982:2 23983:1 24114:1 24133:1 24146:1 24202:1 24211:1 24227:1 24228:1 24237:4 24269:1 24282:15 24309:1 24319:3 24328:1 24337:1 24371:1 24400:1 24419:1 24423:2 24437:1 24475:1 24503:1 24522:1 24530:1 24538:1 24541:1 24554:1 24591:1 24594:1 24596:1 24601:1 24609:1 24627:1 24629:1 24646:1 24651:1 24656:1 24720:1 24721:1 24770:2 24772:4 24783:1 24829:1 24832:2 24878:1 24889:1 24922:1 24936:1 24950:1 24960:1 24992:1 25037:1 25082:1 25108:1 25120:1 25133:1 25152:1 25169:1 25174:1 25191:1 25219:1 25259:1 25260:1 25317:1 25321:3 25345:1 25358:1 25366:1 25368:1 25370:1 25372:1 25375:1 25382:1 25388:1 25430:1 25440:1 5 2:1 11:1 36:1 38:2 41:1 89:3 91:1 104:3 120:1 130:1 158:2 185:1 198:1 204:1 211:1 229:1 230:1 233:2 248:2 283:2 312:2 313:1 331:1 361:2 363:1 377:1 396:1 420:1 429:1 509:1 518:1 526:1 530:1 555:1 558:2 572:3 593:1 601:1 614:1 636:1 674:1 718:1 744:1 766:3 778:1 783:1 787:1 793:1 799:3 803:2 814:2 829:3 844:2 848:1 849:3 851:2 867:1 883:3 890:1 902:1 904:2 917:1 977:1 1018:1 1070:1 1097:1 1098:1 1106:2 1115:1 1116:1 1135:1 1146:1 1198:1 1213:1 1243:1 1244:1 1260:1 1286:1 1288:1 1296:1 1309:1 1313:1 1348:1 1357:1 1367:1 1371:1 1385:1 1390:1 1403:5 1413:3 1425:1 1452:1 1454:1 1503:1 1565:1 1589:1 1598:2 1608:1 1636:1 1638:1 1640:1 1694:1 1716:1 1752:1 1787:1 1801:1 1804:1 1813:2 1846:1 1861:1 1880:1 1900:1 1916:1 1918:5 1953:1 1975:1 1985:1 2016:1 2028:1 2030:1 2032:2 2033:2 2035:1 2039:1 2040:2 2046:2 2052:1 2053:2 2061:1 2094:1 2109:1 2167:2 2180:1 2182:1 2188:1 2194:1 2200:1 2211:1 2226:1 2280:1 2339:1 2343:2 2351:1 2355:1 2365:1 2393:1 2394:1 2396:1 2397:3 2460:1 2461:2 2484:1 2502:1 2507:1 2562:12 2573:4 2611:4 2627:1 2650:1 2660:3 2661:1 2743:1 2748:1 2772:1 2791:1 2841:3 2907:4 3019:1 3024:2 3025:2 3029:4 3030:1 3035:1 3038:1 3076:3 3080:1 3082:1 3085:1 3099:2 3105:1 3136:1 3140:1 3144:1 3145:3 3146:1 3147:9 3156:1 3180:1 3190:1 3206:1 3212:1 3217:1 3221:1 3237:3 3277:1 3283:5 3286:1 3290:1 3327:1 3331:1 3353:1 3367:1 3369:1 3380:1 3395:1 3410:1 3420:1 3437:1 3448:1 3456:2 3472:1 3475:1 3477:1 3482:1 3493:1 3496:1 3512:1 3514:1 3524:1 3530:3 3545:1 3578:1 3584:1 3635:1 3659:1 3665:1 3670:1 3688:1 3690:1 3708:1 3775:1 3800:1 3803:2 3817:1 3829:1 3836:1 3846:4 3849:1 3854:1 3927:1 3966:1 3968:1 3971:1 3993:1 4004:1 4008:1 4010:2 4054:4 4056:2 4064:1 4083:1 4088:1 4093:1 4126:1 4130:1 4131:1 4168:1 4169:1 4185:1 4198:1 4227:1 4272:1 4310:6 4311:1 4320:2 4352:1 4363:1 4413:2 4418:1 4423:1 4428:4 4430:1 4435:1 4437:1 4440:1 4455:2 4470:1 4505:1 4522:1 4553:1 4580:2 4597:1 4637:1 4640:1 4653:1 4666:1 4676:1 4720:1 4731:1 4762:1 4769:1 4785:1 4787:3 4794:1 4806:1 4807:1 4813:1 4860:4 4895:1 4899:1 4903:1 4904:1 4908:2 4912:1 4924:1 4932:1 4971:1 4974:1 4996:1 5001:1 5007:1 5043:1 5047:1 5162:1 5173:1 5184:1 5221:1 5228:2 5230:1 5234:2 5246:1 5255:1 5256:1 5258:1 5260:3 5290:1 5296:1 5304:1 5374:1 5376:2 5378:1 5411:1 5412:1 5414:1 5424:1 5425:2 5467:1 5478:1 5493:1 5508:1 5568:1 5569:1 5577:2 5582:2 5585:1 5593:1 5594:1 5595:1 5609:1 5679:1 5694:1 5790:1 5819:1 5842:2 5854:1 5877:1 5919:1 5949:2 5957:1 5960:1 5985:3 6018:1 6023:1 6026:1 6049:1 6056:1 6061:1 6062:1 6066:1 6075:1 6076:5 6091:1 6116:1 6119:1 6141:2 6167:2 6173:1 6202:1 6215:1 6229:2 6246:2 6317:2 6332:1 6336:1 6355:1 6361:1 6378:1 6386:2 6393:2 6395:1 6414:1 6422:1 6445:1 6492:1 6502:1 6515:2 6517:1 6566:1 6606:1 6614:3 6617:1 6633:1 6680:1 6681:1 6689:2 6696:2 6720:3 6734:13 6738:1 6746:14 6748:3 6797:1 6807:1 6860:1 6861:1 6868:1 6919:4 6925:1 6952:1 6968:1 6973:1 7002:1 7013:2 7043:1 7069:1 7088:1 7096:1 7126:1 7160:17 7183:1 7195:1 7201:1 7204:1 7209:1 7225:1 7233:1 7235:8 7270:1 7282:1 7305:1 7337:1 7366:3 7368:2 7374:1 7376:2 7382:1 7388:3 7390:1 7458:1 7464:1 7475:1 7478:1 7480:1 7483:2 7488:1 7491:1 7493:1 7497:2 7498:1 7500:1 7501:1 7511:1 7522:2 7529:1 7537:2 7538:1 7566:1 7606:1 7625:1 7629:1 7631:1 7663:1 7666:1 7669:1 7675:1 7678:1 7701:1 7714:1 7719:1 7727:3 7775:1 7790:1 7797:1 7850:1 7861:1 7866:1 7874:1 7878:1 7886:1 7910:1 7912:2 7938:1 7982:1 8003:1 8008:1 8035:1 8044:1 8045:1 8054:2 8066:1 8087:2 8089:1 8095:1 8100:1 8104:1 8108:1 8114:3 8199:1 8205:3 8213:1 8219:1 8231:1 8259:1 8260:1 8292:1 8363:1 8365:5 8398:1 8403:1 8419:1 8459:1 8466:1 8482:2 8484:1 8528:1 8540:2 8544:1 8546:1 8552:1 8565:1 8573:1 8586:1 8614:2 8627:4 8671:1 8683:1 8687:1 8697:1 8703:3 8705:2 8710:1 8722:1 8764:1 8772:1 8773:1 8791:2 8806:1 8807:2 8809:1 8816:1 8825:1 8829:2 8834:1 8837:1 8870:1 8898:1 8911:1 8916:3 8947:1 8954:1 8970:1 8977:4 9003:3 9005:2 9006:1 9012:2 9014:1 9016:1 9025:1 9026:2 9036:2 9038:6 9041:1 9042:1 9043:3 9044:1 9060:2 9072:1 9106:2 9108:1 9117:1 9142:1 9144:2 9150:1 9154:1 9174:1 9178:1 9181:1 9216:1 9247:1 9255:1 9280:1 9281:1 9285:1 9296:1 9298:2 9306:1 9348:1 9349:1 9350:2 9354:1 9370:1 9402:1 9483:1 9492:1 9504:1 9507:2 9508:3 9529:1 9552:1 9556:2 9562:1 9570:1 9598:1 9601:1 9609:1 9628:1 9630:1 9631:1 9644:1 9657:7 9658:1 9686:1 9696:1 9713:1 9734:1 9783:1 9823:1 9842:1 9858:1 9891:1 9917:1 9918:1 9921:6 9939:1 9940:1 9970:1 9979:1 9997:1 10001:1 10018:1 10065:1 10101:1 10102:1 10140:1 10157:1 10160:4 10170:4 10172:1 10203:4 10207:1 10215:6 10225:2 10235:1 10237:1 10247:1 10259:1 10272:1 10284:1 10285:1 10288:2 10296:1 10297:1 10300:1 10302:1 10327:1 10331:1 10332:1 10351:1 10358:1 10382:2 10401:4 10404:4 10440:1 10447:1 10477:1 10492:1 10506:1 10519:1 10522:1 10538:1 10549:1 10550:1 10555:1 10578:1 10656:1 10668:1 10715:1 10778:1 10800:1 10801:1 10958:1 11000:1 11004:2 11009:1 11013:2 11018:1 11021:1 11023:1 11041:1 11056:1 11058:1 11080:2 11085:1 11088:1 11093:1 11106:1 11111:1 11120:2 11134:1 11143:2 11144:1 11160:2 11163:1 11178:1 11185:1 11205:1 11208:1 11209:3 11247:1 11260:1 11262:1 11274:1 11316:1 11321:1 11327:1 11341:1 11355:1 11387:1 11391:2 11398:1 11408:1 11409:1 11416:1 11432:1 11442:1 11458:1 11460:1 11489:1 11521:1 11542:3 11543:2 11551:1 11575:1 11598:1 11600:2 11601:1 11604:1 11652:1 11658:1 11721:1 11735:2 11756:1 11758:1 11798:1 11813:1 11828:5 11831:1 11833:1 11835:1 11852:1 11862:1 11864:1 11872:1 11907:1 11930:1 11938:2 11945:1 11949:1 11954:1 11979:3 11989:1 11991:1 12005:1 12014:1 12017:2 12047:1 12051:2 12067:1 12073:1 12083:1 12101:1 12105:1 12113:1 12135:8 12187:6 12189:1 12230:1 12250:1 12269:1 12311:3 12345:1 12356:1 12386:1 12411:3 12412:1 12417:1 12429:1 12439:2 12443:2 12446:1 12457:2 12467:1 12522:1 12527:1 12540:2 12587:1 12606:1 12614:1 12624:1 12637:1 12670:1 12702:2 12733:1 12751:1 12814:1 12821:1 12825:4 12833:1 12870:1 12879:1 12891:1 12892:1 12915:1 12917:2 12932:1 12977:1 12995:1 13006:1 13024:1 13029:1 13041:1 13047:1 13061:1 13062:1 13097:1 13106:1 13139:1 13142:1 13143:1 13152:1 13154:1 13173:2 13187:2 13194:1 13199:1 13201:1 13208:1 13223:1 13238:1 13242:1 13251:2 13257:1 13272:1 13288:1 13302:1 13304:1 13307:1 13319:1 13320:1 13334:1 13367:1 13372:1 13387:1 13391:1 13448:1 13516:1 13521:2 13530:1 13538:2 13557:1 13558:1 13583:1 13594:1 13622:1 13645:1 13657:1 13660:1 13666:1 13667:1 13675:1 13690:1 13714:1 13770:1 13793:1 13795:1 13796:2 13802:1 13824:1 13840:1 13842:1 13850:3 13856:2 13886:4 13909:1 13918:3 13922:1 14001:1 14002:1 14005:1 14008:1 14010:1 14011:1 14013:3 14014:2 14015:1 14016:2 14018:1 14021:1 14024:2 14029:1 14031:1 14037:1 14067:1 14110:1 14124:1 14129:1 14135:1 14162:1 14182:1 14206:1 14212:1 14213:1 14217:1 14231:1 14248:1 14285:1 14295:1 14305:1 14318:3 14333:1 14357:1 14389:1 14457:4 14565:1 14581:1 14590:1 14600:1 14618:1 14625:1 14660:1 14689:1 14695:1 14713:1 14714:1 14756:1 14761:1 14768:1 14823:1 14829:1 14839:1 14849:1 14852:1 14853:1 14858:1 14901:1 14915:1 14919:2 14942:1 14992:1 15008:1 15024:1 15039:3 15101:2 15115:2 15146:1 15163:1 15177:1 15204:2 15212:1 15220:1 15244:1 15311:1 15323:1 15335:1 15370:1 15381:1 15387:1 15456:1 15457:2 15470:1 15506:1 15531:1 15554:1 15565:2 15569:2 15578:1 15594:2 15597:1 15600:2 15601:1 15615:1 15638:1 15666:1 15678:1 15679:1 15694:1 15704:1 15730:1 15738:2 15744:1 15745:1 15750:1 15785:1 15874:3 15884:1 15893:1 15902:2 15917:1 15934:1 15942:1 15948:1 16013:1 16049:1 16068:903 16071:1 16093:1 16122:1 16137:1 16141:1 16159:1 16169:1 16173:1 16191:1 16202:1 16225:1 16238:1 16267:1 16273:1 16315:1 16336:1 16339:1 16385:1 16407:1 16442:2 16446:1 16472:1 16488:1 16544:4 16555:1 16615:1 16617:1 16682:1 16700:1 16709:1 16729:1 16732:1 16735:1 16747:1 16771:1 16823:1 16825:2 16830:1 16856:1 16873:1 16886:1 16887:4 16894:1 16924:1 16925:1 16974:2 16993:1 17008:4 17014:1 17027:4 17041:9 17043:2 17047:1 17116:1 17142:1 17169:1 17242:3 17244:1 17255:1 17263:1 17272:1 17273:1 17293:1 17301:1 17332:30 17352:1 17363:1 17367:1 17376:3 17396:1 17418:1 17419:1 17422:1 17425:1 17446:1 17462:1 17472:1 17475:3 17491:4 17492:1 17497:1 17567:1 17570:1 17573:1 17576:1 17577:2 17584:1 17585:1 17588:2 17590:2 17591:2 17592:1 17636:1 17638:1 17641:1 17654:1 17727:1 17731:1 17755:1 17759:1 17760:1 17781:1 17788:3 17810:1 17816:1 17817:1 17862:1 17880:1 17881:1 17909:1 17912:1 17930:1 17946:1 17964:1 17972:1 17990:1 18010:1 18027:1 18038:1 18069:3 18073:1 18079:1 18086:1 18104:1 18138:1 18140:1 18185:1 18212:1 18224:2 18248:1 18252:1 18359:1 18363:1 18364:1 18368:2 18376:1 18381:2 18389:3 18412:1 18418:1 18423:1 18433:1 18471:1 18509:2 18513:1 18515:2 18527:1 18568:1 18588:1 18602:1 18612:1 18631:1 18636:1 18650:1 18673:1 18691:1 18720:1 18724:1 18729:1 18730:1 18746:9 18750:1 18794:1 18803:1 18806:1 18835:1 18851:2 18853:1 18858:1 18861:1 18896:2 18901:1 18911:1 18937:1 18964:3 18976:2 18977:1 18983:1 18995:5 18996:1 19002:2 19010:2 19025:1 19045:1 19059:4 19087:1 19122:1 19125:1 19140:2 19152:1 19170:1 19174:1 19176:1 19180:1 19195:1 19199:1 19205:1 19214:1 19222:1 19228:1 19243:1 19247:1 19264:2 19275:1 19304:1 19309:1 19313:3 19332:2 19334:5 19353:1 19388:3 19391:2 19393:2 19410:1 19438:1 19446:1 19478:3 19488:1 19503:2 19540:1 19593:3 19605:1 19638:1 19673:1 19685:1 19687:1 19700:1 19705:1 19714:1 19720:4 19721:1 19722:1 19761:2 19764:1 19801:1 19837:1 19843:1 19860:1 19876:1 19890:2 19897:2 19915:1 19918:1 19965:1 19971:1 19978:1 20034:1 20049:1 20072:2 20073:1 20078:1 20083:1 20084:1 20132:2 20134:1 20158:1 20178:1 20202:1 20203:1 20219:1 20236:1 20239:2 20241:1 20244:1 20245:2 20310:1 20311:1 20319:1 20323:1 20326:1 20357:2 20374:1 20375:1 20378:1 20382:1 20405:1 20430:2 20433:1 20439:1 20458:1 20465:2 20483:1 20485:1 20497:1 20567:1 20579:4 20585:1 20593:1 20629:1 20634:1 20678:1 20686:1 20709:1 20728:2 20749:1 20758:1 20767:1 20789:1 20792:1 20836:1 20845:1 20847:1 20850:1 20878:1 20886:1 20908:1 20914:1 20925:1 20934:1 20963:1 20968:1 20996:1 21004:1 21044:1 21054:1 21063:1 21109:1 21134:1 21135:2 21152:1 21190:1 21201:1 21217:1 21250:1 21264:1 21274:3 21277:2 21279:4 21280:1 21283:1 21290:1 21295:1 21302:3 21307:1 21361:1 21390:1 21397:2 21429:1 21469:1 21473:1 21494:1 21498:1 21505:1 21531:1 21541:1 21542:3 21550:1 21551:1 21552:1 21602:1 21644:1 21676:1 21684:2 21695:1 21697:1 21710:1 21755:1 21764:1 21781:1 21834:1 21843:1 21871:1 21872:1 21882:2 21887:1 21891:1 21925:1 21926:1 21927:1 21952:1 21992:1 22014:2 22015:1 22047:2 22078:1 22116:3 22123:1 22129:1 22162:2 22186:1 22209:2 22220:1 22223:1 22257:2 22259:1 22282:2 22314:1 22325:1 22342:1 22355:1 22360:1 22380:1 22396:2 22445:1 22448:1 22453:1 22456:1 22466:1 22494:1 22495:1 22502:1 22545:1 22566:1 22597:2 22601:3 22602:1 22611:1 22625:3 22640:1 22653:1 22675:1 22696:2 22723:1 22748:1 22754:1 22760:1 22768:1 22777:1 22801:1 22841:1 22852:1 22854:1 22901:2 22914:1 22946:1 22971:1 22976:2 22988:1 23029:1 23049:2 23065:3 23167:2 23178:1 23196:1 23199:1 23208:1 23236:1 23246:1 23283:1 23297:1 23356:3 23385:1 23393:2 23422:1 23444:1 23453:1 23461:1 23471:1 23492:1 23498:1 23510:2 23515:2 23541:1 23548:1 23550:1 23568:1 23656:1 23658:1 23659:2 23660:1 23664:1 23667:1 23676:2 23680:1 23682:2 23699:1 23744:1 23759:1 23778:1 23787:3 23836:1 23859:2 23871:1 23874:1 23909:1 23910:1 23923:3 23941:1 23948:2 23953:4 23982:2 23983:1 24114:1 24133:1 24146:1 24202:1 24211:1 24227:1 24228:1 24237:4 24269:1 24282:16 24309:1 24319:3 24328:1 24337:1 24371:1 24400:1 24419:1 24423:2 24437:1 24475:1 24503:1 24522:1 24530:1 24538:1 24541:1 24554:1 24578:1 24591:1 24594:1 24596:1 24601:1 24609:1 24627:1 24629:1 24646:1 24651:1 24656:1 24720:2 24721:1 24770:2 24772:4 24783:1 24829:1 24832:2 24878:1 24889:1 24892:1 24922:1 24936:1 24950:1 24960:1 24985:1 24992:1 25037:1 25082:1 25108:1 25120:1 25133:1 25152:1 25169:1 25174:1 25191:1 25217:1 25219:1 25259:1 25260:1 25317:1 25321:3 25345:1 25358:1 25365:2 25366:1 25368:1 25370:1 25372:1 25375:1 25382:1 25388:1 25430:1 25440:1 5 2:1 11:1 36:1 38:2 41:1 89:3 91:1 104:3 120:1 130:1 158:2 181:1 185:1 198:1 204:1 211:1 229:1 230:1 233:2 248:2 283:2 312:2 313:1 331:1 361:2 363:1 377:1 396:1 420:1 429:1 509:1 518:1 526:1 530:1 555:1 558:2 572:3 593:1 601:1 614:1 636:1 674:1 718:1 744:1 752:1 766:3 778:1 783:1 787:1 793:1 799:3 803:2 814:2 829:3 844:2 848:1 849:3 851:2 867:1 883:3 890:1 902:1 904:2 917:1 961:1 977:1 1018:1 1070:1 1097:1 1098:1 1106:2 1115:1 1116:1 1135:1 1146:1 1198:1 1213:1 1243:1 1244:1 1260:1 1286:1 1288:1 1294:1 1296:1 1309:1 1313:1 1348:1 1357:1 1367:1 1371:1 1385:1 1390:1 1403:5 1413:3 1425:1 1452:1 1454:1 1503:1 1565:1 1589:1 1598:2 1608:1 1636:1 1638:1 1640:1 1694:1 1716:1 1752:1 1787:1 1801:1 1804:1 1813:2 1846:1 1861:1 1880:1 1900:1 1911:1 1916:1 1918:5 1953:1 1975:1 1985:1 2016:1 2028:1 2030:1 2032:2 2033:2 2035:1 2039:1 2040:2 2046:2 2052:1 2053:2 2061:1 2094:1 2109:1 2167:2 2180:1 2182:1 2188:1 2194:1 2200:1 2211:1 2226:1 2280:1 2339:1 2343:3 2351:1 2355:1 2365:1 2393:1 2394:1 2396:1 2397:3 2460:1 2461:2 2484:1 2502:1 2507:1 2562:12 2573:4 2611:4 2627:1 2650:1 2660:3 2661:1 2743:1 2748:1 2772:1 2791:1 2841:3 2907:4 3019:1 3024:2 3025:2 3028:1 3029:4 3030:1 3035:1 3038:1 3076:3 3080:1 3082:1 3085:1 3099:2 3105:1 3136:1 3140:1 3144:1 3145:3 3146:1 3147:11 3156:1 3180:1 3190:1 3206:1 3212:1 3217:1 3221:1 3225:1 3237:3 3241:1 3277:1 3283:5 3286:1 3290:1 3327:1 3331:1 3353:1 3367:1 3369:1 3380:1 3395:1 3410:1 3420:1 3437:1 3448:1 3456:2 3472:1 3475:1 3477:1 3482:1 3493:1 3496:1 3512:1 3514:1 3524:1 3530:3 3543:1 3545:1 3578:1 3584:1 3635:1 3659:1 3665:1 3670:1 3688:1 3690:1 3708:1 3775:1 3800:1 3803:2 3817:1 3829:1 3836:1 3846:4 3849:1 3854:1 3927:1 3966:1 3968:1 3971:1 3993:1 4004:1 4008:1 4010:2 4054:4 4056:2 4064:1 4083:1 4088:1 4093:1 4126:1 4130:1 4131:1 4168:1 4169:1 4185:1 4198:1 4227:1 4272:1 4310:6 4311:1 4320:2 4352:1 4363:1 4413:2 4418:1 4423:1 4428:4 4430:1 4435:1 4437:1 4440:1 4455:2 4470:1 4505:1 4522:1 4553:1 4580:2 4597:1 4637:1 4640:1 4653:1 4666:2 4676:1 4720:1 4731:1 4762:1 4769:1 4785:1 4787:3 4794:1 4806:1 4807:1 4813:1 4860:4 4895:1 4899:1 4903:1 4904:1 4908:2 4912:1 4924:1 4932:1 4971:1 4974:1 4996:1 5001:1 5007:1 5043:1 5047:1 5055:1 5162:1 5173:1 5184:1 5221:1 5228:3 5230:1 5234:2 5246:1 5255:1 5256:1 5258:1 5260:3 5290:1 5296:1 5304:1 5374:1 5376:2 5378:1 5411:1 5412:1 5414:1 5424:1 5425:2 5467:1 5478:1 5493:1 5508:1 5568:1 5569:1 5577:2 5582:2 5585:2 5593:1 5594:1 5595:1 5597:1 5609:1 5679:1 5694:1 5790:1 5819:1 5842:2 5854:1 5855:1 5877:1 5919:1 5923:1 5949:2 5957:1 5960:1 5963:1 5985:3 6018:1 6023:1 6026:1 6049:1 6053:1 6056:1 6061:1 6062:1 6066:1 6075:1 6076:5 6091:1 6116:1 6119:1 6141:2 6167:2 6173:1 6202:1 6215:1 6229:2 6246:2 6317:2 6332:1 6336:1 6355:1 6361:1 6378:1 6386:2 6393:2 6395:1 6414:2 6422:1 6445:1 6492:1 6502:1 6515:2 6517:1 6566:1 6606:1 6614:3 6617:1 6632:1 6633:1 6680:1 6681:1 6689:2 6696:2 6720:3 6734:13 6738:1 6746:14 6748:3 6797:1 6807:1 6860:1 6861:1 6868:1 6919:4 6925:1 6952:1 6968:1 6973:1 7002:1 7013:2 7043:1 7069:1 7088:1 7096:1 7126:1 7160:17 7183:1 7195:1 7201:1 7204:1 7209:1 7225:1 7233:1 7235:8 7270:1 7282:1 7305:1 7337:1 7366:3 7368:2 7374:1 7376:2 7382:1 7388:3 7390:1 7458:1 7464:1 7475:1 7478:1 7480:1 7483:3 7488:1 7491:1 7493:1 7497:2 7498:1 7500:1 7501:1 7511:1 7522:2 7529:1 7537:2 7538:1 7566:1 7606:1 7625:1 7629:1 7631:1 7663:1 7666:1 7669:1 7675:1 7678:1 7701:1 7714:1 7719:1 7727:3 7775:1 7790:1 7797:1 7850:1 7861:1 7866:1 7874:1 7878:1 7886:1 7910:1 7912:2 7938:1 7982:1 8003:1 8008:1 8035:1 8044:1 8045:1 8054:2 8066:1 8087:2 8089:1 8095:2 8100:1 8104:1 8108:1 8114:3 8137:1 8199:1 8205:3 8213:1 8219:1 8231:1 8259:1 8260:1 8292:1 8363:1 8365:5 8398:1 8403:1 8419:1 8459:1 8466:1 8482:2 8484:1 8528:1 8540:2 8544:1 8546:1 8552:1 8565:1 8573:1 8586:1 8614:2 8627:4 8671:1 8683:1 8687:1 8697:1 8703:3 8705:2 8710:1 8722:1 8764:1 8772:1 8773:1 8791:2 8806:1 8807:2 8809:1 8816:1 8825:1 8829:2 8834:1 8837:1 8870:1 8898:1 8911:1 8916:3 8947:1 8954:1 8970:1 8977:5 9003:3 9005:2 9006:1 9012:2 9014:3 9016:1 9025:1 9026:2 9033:1 9036:2 9038:6 9041:1 9042:1 9043:3 9044:1 9060:2 9072:1 9106:2 9108:1 9110:1 9117:1 9142:1 9144:2 9150:1 9154:1 9174:1 9178:1 9181:1 9216:1 9247:1 9255:1 9280:1 9281:1 9285:1 9296:1 9298:2 9306:1 9348:1 9349:1 9350:2 9354:1 9370:1 9402:1 9483:1 9492:1 9504:1 9507:2 9508:3 9529:1 9552:1 9556:2 9562:1 9570:1 9598:1 9601:1 9609:1 9628:1 9630:1 9631:1 9644:1 9657:7 9658:1 9686:1 9696:1 9713:1 9734:1 9783:1 9823:2 9842:1 9858:1 9872:1 9891:1 9917:1 9918:1 9921:7 9939:1 9940:1 9970:1 9979:1 9997:1 10001:1 10018:1 10065:1 10101:1 10102:2 10140:1 10157:1 10160:4 10170:4 10172:1 10193:1 10203:4 10207:1 10215:6 10225:2 10235:1 10237:1 10247:1 10259:1 10272:1 10284:1 10285:1 10288:2 10296:1 10297:1 10300:1 10302:1 10327:1 10331:1 10332:1 10351:1 10358:1 10382:2 10401:4 10404:4 10430:1 10440:1 10447:1 10477:1 10492:1 10506:1 10519:1 10522:1 10538:1 10549:1 10550:1 10555:1 10578:1 10656:1 10668:1 10715:1 10778:1 10800:1 10801:1 10958:1 11000:1 11004:2 11009:1 11013:2 11018:1 11021:1 11023:1 11041:1 11056:1 11058:1 11080:2 11085:2 11088:1 11093:1 11106:1 11111:1 11120:2 11134:1 11143:2 11144:1 11160:2 11163:1 11178:1 11185:1 11205:1 11208:1 11209:3 11247:1 11260:1 11262:1 11274:1 11316:1 11321:1 11327:1 11341:1 11355:1 11387:1 11391:2 11398:2 11408:1 11409:1 11416:1 11432:1 11442:1 11458:1 11460:1 11489:1 11521:1 11542:4 11543:2 11551:1 11575:1 11598:1 11600:2 11601:1 11604:1 11652:1 11658:1 11721:1 11735:2 11756:1 11758:1 11771:1 11798:1 11813:1 11828:5 11831:1 11833:1 11835:1 11852:1 11862:1 11864:1 11872:1 11907:1 11930:1 11938:2 11940:1 11945:1 11949:1 11954:1 11979:3 11989:1 11991:1 12005:1 12014:1 12017:2 12047:1 12051:2 12067:1 12073:1 12083:1 12101:1 12105:1 12113:1 12135:8 12187:6 12189:1 12230:1 12250:2 12269:1 12311:3 12345:1 12356:1 12386:1 12411:3 12412:1 12417:1 12429:1 12439:2 12443:2 12446:1 12457:2 12467:1 12522:1 12527:1 12540:2 12587:1 12606:1 12614:1 12624:1 12637:1 12670:1 12702:2 12733:1 12751:1 12814:1 12821:1 12825:4 12833:1 12870:1 12879:1 12891:1 12892:1 12915:1 12917:2 12932:1 12977:2 12995:1 13006:1 13024:1 13029:1 13041:1 13047:1 13061:1 13062:1 13097:1 13106:1 13139:1 13142:1 13143:1 13152:1 13154:1 13173:2 13187:2 13194:1 13199:1 13201:1 13208:1 13223:1 13238:1 13242:1 13251:2 13257:1 13272:1 13288:1 13302:1 13304:1 13307:1 13319:1 13320:1 13334:1 13367:1 13372:1 13387:1 13391:1 13448:1 13516:1 13521:2 13530:1 13538:2 13557:1 13558:1 13583:1 13594:1 13608:1 13622:1 13645:1 13657:1 13660:1 13666:1 13667:1 13675:1 13690:1 13714:1 13770:1 13793:1 13795:1 13796:2 13802:1 13824:1 13840:1 13842:1 13850:3 13856:2 13886:4 13909:1 13918:3 13922:1 14001:1 14002:1 14005:1 14008:1 14010:1 14011:1 14013:3 14014:2 14015:1 14016:2 14018:1 14021:1 14024:2 14029:1 14031:1 14037:1 14067:1 14110:1 14124:1 14129:1 14135:1 14162:1 14182:1 14206:1 14212:1 14213:1 14217:1 14231:1 14248:1 14285:1 14295:1 14305:1 14318:3 14333:1 14349:1 14357:1 14389:1 14457:4 14565:1 14581:1 14590:1 14600:1 14606:1 14618:1 14625:1 14629:1 14660:1 14689:1 14695:1 14713:1 14714:1 14750:1 14756:1 14761:1 14768:1 14823:1 14829:1 14839:1 14849:1 14852:1 14853:1 14858:1 14901:1 14915:1 14919:2 14942:1 14992:1 15008:2 15024:1 15039:3 15101:2 15115:2 15146:1 15163:1 15177:1 15204:2 15212:1 15220:1 15244:1 15311:1 15323:1 15335:1 15370:1 15381:1 15387:1 15456:1 15457:2 15470:1 15506:1 15531:1 15554:1 15565:2 15569:2 15578:1 15594:3 15597:1 15600:2 15601:1 15615:1 15630:1 15638:1 15666:1 15678:1 15679:1 15694:1 15704:1 15730:1 15738:2 15744:1 15745:1 15750:1 15785:1 15874:3 15884:1 15893:1 15902:2 15917:1 15934:1 15942:1 15948:1 15969:1 16013:1 16049:1 16068:929 16071:1 16093:1 16122:1 16137:1 16141:1 16159:1 16169:1 16173:1 16191:1 16202:1 16225:1 16238:1 16267:1 16273:1 16315:1 16336:1 16339:1 16385:1 16407:1 16442:2 16446:1 16472:1 16488:1 16544:4 16555:1 16615:1 16617:1 16682:1 16700:1 16709:1 16729:1 16732:1 16735:1 16747:1 16771:1 16779:1 16823:1 16825:2 16830:1 16856:1 16873:1 16886:1 16887:4 16894:1 16924:1 16925:1 16974:2 16993:1 17008:5 17014:1 17027:4 17041:10 17043:2 17047:1 17116:1 17142:1 17169:1 17242:3 17244:1 17255:1 17263:1 17272:1 17273:1 17293:1 17301:1 17332:33 17352:1 17363:1 17367:1 17376:3 17396:1 17418:1 17419:1 17422:1 17425:1 17446:1 17462:1 17472:1 17475:3 17491:4 17492:1 17497:1 17500:1 17567:1 17570:1 17573:1 17576:1 17577:2 17584:1 17585:1 17588:2 17590:2 17591:2 17592:1 17636:1 17638:1 17641:1 17654:1 17727:1 17731:1 17755:1 17759:1 17760:1 17781:1 17788:3 17810:1 17816:1 17817:1 17843:1 17862:1 17880:1 17881:1 17909:1 17912:1 17930:1 17946:1 17957:1 17964:1 17972:1 17990:1 18010:1 18027:1 18038:1 18069:3 18073:1 18079:1 18086:1 18104:1 18138:1 18140:1 18185:1 18212:1 18224:2 18232:1 18248:2 18252:1 18359:1 18363:1 18364:1 18368:2 18376:1 18381:2 18389:3 18412:1 18418:1 18423:1 18433:1 18471:1 18509:2 18513:1 18515:2 18527:1 18568:1 18588:1 18598:1 18602:1 18612:1 18631:1 18636:1 18650:1 18673:1 18677:1 18691:1 18720:1 18724:1 18729:1 18730:1 18746:9 18750:1 18775:1 18794:1 18803:1 18806:1 18835:1 18851:2 18853:1 18858:1 18861:1 18896:2 18901:1 18911:1 18937:1 18964:3 18976:2 18977:1 18983:1 18995:5 18996:1 18997:1 19002:2 19010:2 19025:1 19045:1 19059:4 19087:1 19122:1 19125:1 19140:2 19152:1 19170:1 19174:1 19176:1 19180:2 19195:1 19199:1 19205:1 19214:1 19222:1 19228:1 19243:1 19247:1 19264:2 19275:1 19304:1 19309:1 19313:3 19332:2 19334:5 19353:1 19388:3 19391:2 19393:2 19410:1 19438:1 19446:1 19478:3 19488:1 19503:2 19540:1 19554:1 19593:3 19605:1 19638:1 19673:1 19685:1 19687:1 19700:1 19705:1 19714:1 19720:4 19721:1 19722:1 19761:2 19764:1 19801:1 19837:1 19843:1 19860:1 19876:1 19890:2 19897:2 19915:1 19918:1 19965:1 19971:1 19978:1 20034:1 20049:1 20072:2 20073:1 20078:1 20083:1 20084:1 20132:2 20134:1 20158:1 20178:1 20202:1 20203:1 20219:1 20236:1 20239:2 20241:1 20244:1 20245:2 20310:1 20311:1 20319:1 20323:1 20326:1 20357:2 20374:1 20375:1 20378:1 20382:1 20405:1 20430:2 20433:1 20439:1 20458:1 20465:2 20483:1 20485:1 20497:1 20567:1 20579:4 20585:1 20593:1 20629:1 20634:1 20678:1 20686:1 20709:1 20728:2 20749:1 20758:1 20767:1 20789:1 20792:1 20836:1 20845:1 20847:1 20850:1 20878:1 20886:1 20908:1 20914:1 20925:1 20934:1 20942:1 20961:1 20963:1 20968:1 20996:1 21004:1 21044:1 21054:1 21063:1 21109:1 21134:1 21135:2 21152:1 21169:1 21190:2 21201:1 21217:1 21250:1 21264:1 21274:3 21277:2 21279:5 21280:1 21283:1 21290:1 21295:1 21302:3 21307:1 21361:1 21390:1 21397:2 21429:1 21469:1 21473:1 21494:1 21498:1 21505:1 21531:1 21541:1 21542:3 21550:1 21551:1 21552:1 21602:1 21644:1 21676:1 21684:2 21695:1 21697:1 21710:1 21755:1 21764:1 21781:1 21834:1 21843:1 21871:1 21872:1 21882:2 21887:1 21891:1 21925:1 21926:1 21927:1 21952:1 21992:1 22014:2 22015:1 22047:2 22078:1 22116:3 22123:1 22129:1 22162:2 22186:1 22209:2 22220:1 22223:1 22257:2 22259:1 22282:2 22314:1 22325:1 22342:1 22355:1 22360:1 22380:1 22396:2 22445:1 22448:1 22453:1 22456:1 22466:1 22494:1 22495:1 22502:1 22545:1 22566:1 22597:2 22601:3 22602:1 22611:1 22625:3 22640:2 22653:1 22675:1 22696:2 22723:1 22748:1 22754:1 22760:1 22768:1 22777:1 22801:1 22841:1 22852:1 22854:1 22901:2 22914:1 22946:1 22971:1 22976:2 22988:1 23029:1 23049:2 23065:3 23167:2 23178:1 23196:1 23199:1 23208:1 23236:1 23246:1 23283:1 23297:1 23356:3 23385:1 23393:2 23422:1 23444:1 23453:1 23461:1 23471:1 23492:2 23498:1 23510:2 23515:2 23541:1 23548:1 23550:1 23568:1 23656:1 23658:1 23659:2 23660:1 23664:1 23667:1 23676:2 23680:1 23682:2 23699:1 23709:1 23744:1 23759:1 23778:1 23787:3 23836:1 23859:2 23871:1 23874:1 23909:1 23910:1 23923:3 23941:1 23948:2 23953:4 23982:2 23983:1 24114:1 24133:1 24146:1 24202:1 24211:1 24227:1 24228:1 24237:4 24269:1 24282:17 24309:1 24319:3 24328:1 24337:1 24371:1 24400:1 24419:1 24423:2 24437:1 24475:1 24503:1 24522:1 24530:1 24538:1 24541:1 24554:1 24578:1 24591:1 24594:1 24596:1 24601:1 24609:1 24627:1 24629:1 24646:1 24651:1 24656:1 24720:2 24721:1 24770:2 24772:4 24783:1 24829:1 24832:2 24878:1 24889:1 24892:1 24901:1 24922:1 24936:1 24950:1 24960:1 24985:1 24992:1 25037:1 25082:1 25108:1 25120:1 25133:1 25152:1 25169:1 25174:1 25191:1 25217:1 25219:1 25258:1 25259:1 25260:1 25317:1 25321:3 25345:1 25358:1 25365:2 25366:1 25368:1 25370:1 25372:1 25375:1 25382:1 25388:1 25430:1 25440:1 5 2:1 11:1 36:1 38:3 41:1 89:3 91:1 104:3 120:1 130:2 158:2 181:1 185:1 198:1 204:2 211:1 229:1 230:1 233:2 248:2 283:2 312:2 313:1 331:1 361:2 363:1 377:1 396:1 420:1 429:1 487:1 497:1 509:1 518:1 526:1 530:2 555:1 558:2 572:3 593:1 601:1 614:1 636:1 674:1 718:1 744:1 752:2 766:3 778:2 783:1 787:1 793:1 799:3 803:2 814:3 829:3 844:2 848:1 849:3 851:2 865:1 867:2 883:3 890:1 902:1 904:2 917:1 961:1 977:1 1018:1 1045:1 1070:1 1097:1 1098:1 1106:2 1115:1 1116:1 1135:1 1146:1 1198:1 1213:1 1243:1 1244:1 1260:1 1286:1 1288:2 1294:1 1296:1 1304:1 1307:1 1309:1 1313:1 1348:1 1357:1 1367:1 1371:1 1385:1 1390:2 1403:6 1413:3 1420:1 1425:1 1452:1 1454:1 1503:1 1565:1 1589:1 1598:2 1608:1 1636:1 1638:1 1640:1 1694:1 1712:1 1716:1 1752:1 1787:1 1801:1 1804:1 1813:2 1846:1 1861:1 1873:1 1880:1 1900:1 1911:1 1916:1 1918:5 1953:1 1975:1 1985:1 2016:1 2028:1 2030:1 2032:2 2033:2 2035:1 2039:1 2040:2 2046:3 2052:2 2053:2 2060:1 2061:1 2094:1 2109:1 2149:1 2157:1 2167:2 2180:1 2182:1 2188:1 2194:1 2200:1 2211:1 2226:1 2250:1 2280:1 2339:1 2343:3 2351:1 2355:1 2362:1 2365:1 2384:1 2393:1 2394:1 2396:1 2397:3 2460:2 2461:2 2473:1 2484:1 2502:1 2507:1 2562:12 2573:4 2611:5 2627:1 2650:1 2660:3 2661:1 2743:1 2748:1 2772:1 2791:1 2841:3 2907:4 3007:1 3019:1 3024:2 3025:2 3028:1 3029:4 3030:2 3035:1 3038:1 3076:3 3080:2 3082:1 3085:1 3099:2 3105:1 3120:1 3136:1 3140:1 3144:1 3145:3 3146:1 3147:11 3156:1 3180:1 3190:1 3206:1 3212:1 3217:1 3221:1 3225:1 3237:3 3241:1 3277:1 3283:5 3286:1 3290:1 3327:1 3331:1 3353:1 3367:1 3369:1 3380:1 3395:1 3410:1 3420:1 3437:1 3448:1 3456:2 3472:1 3475:1 3477:1 3482:1 3493:1 3496:1 3512:1 3514:1 3524:2 3530:3 3543:1 3545:1 3578:1 3584:1 3635:1 3659:1 3665:1 3670:1 3688:1 3690:1 3700:1 3703:1 3708:1 3775:1 3800:1 3803:3 3817:1 3829:1 3836:1 3846:4 3849:1 3854:1 3927:1 3966:1 3968:1 3971:1 3993:1 4004:1 4008:1 4010:2 4028:1 4054:4 4056:2 4064:1 4083:1 4088:1 4093:1 4126:1 4130:1 4131:1 4168:1 4169:1 4185:1 4198:1 4227:1 4272:1 4310:7 4311:1 4320:2 4352:1 4363:1 4413:2 4418:1 4423:1 4428:4 4430:1 4435:1 4437:1 4438:1 4440:1 4455:2 4470:1 4505:1 4522:1 4553:1 4580:2 4597:1 4637:1 4640:2 4653:1 4666:2 4676:1 4720:1 4731:1 4762:1 4769:1 4785:1 4787:4 4794:1 4806:1 4807:1 4813:1 4860:4 4895:1 4899:1 4903:1 4904:1 4908:2 4912:1 4916:1 4924:1 4932:1 4961:1 4971:1 4974:1 4996:1 5001:1 5007:1 5043:1 5047:1 5055:1 5162:1 5170:1 5173:1 5184:1 5221:1 5228:3 5230:1 5234:2 5246:1 5255:1 5256:1 5258:1 5260:3 5290:1 5296:1 5304:1 5337:1 5374:1 5376:2 5378:1 5411:1 5412:1 5414:1 5424:1 5425:2 5463:1 5467:1 5478:1 5493:1 5508:1 5568:2 5569:1 5577:2 5582:2 5585:2 5593:2 5594:1 5595:1 5597:1 5609:1 5679:1 5694:1 5702:1 5790:1 5819:1 5842:2 5854:1 5855:1 5877:1 5919:1 5923:1 5949:4 5957:2 5960:1 5963:1 5985:3 6018:1 6023:1 6026:1 6049:1 6053:1 6056:1 6061:1 6062:1 6066:1 6075:1 6076:5 6091:1 6116:1 6119:1 6141:2 6167:2 6173:1 6202:1 6215:1 6229:2 6246:2 6317:2 6332:1 6336:1 6355:1 6361:1 6378:1 6386:2 6393:2 6395:1 6414:2 6422:1 6445:1 6492:1 6502:1 6515:3 6517:1 6566:1 6606:1 6614:3 6617:1 6632:1 6633:1 6665:1 6680:1 6681:1 6689:2 6696:3 6720:3 6734:15 6738:1 6746:14 6748:4 6797:1 6807:1 6860:2 6861:1 6868:1 6873:1 6919:4 6925:1 6952:1 6968:1 6973:1 6994:1 7002:1 7013:2 7025:1 7043:1 7069:1 7088:1 7096:1 7126:1 7160:19 7183:1 7195:1 7201:1 7204:1 7209:1 7225:1 7232:1 7233:1 7235:8 7270:1 7276:1 7282:1 7305:1 7337:1 7366:3 7368:2 7374:1 7375:1 7376:2 7382:1 7388:3 7390:1 7397:1 7416:1 7458:1 7464:1 7475:1 7478:1 7480:1 7483:3 7488:1 7491:1 7493:1 7497:2 7498:1 7500:1 7501:1 7511:1 7522:2 7529:1 7537:3 7538:1 7566:1 7606:1 7625:1 7629:1 7631:1 7663:1 7666:1 7669:1 7675:1 7678:1 7701:1 7714:1 7719:1 7727:3 7775:1 7790:1 7797:1 7850:1 7861:1 7866:1 7874:1 7878:1 7886:1 7910:1 7912:2 7922:1 7934:1 7938:1 7982:1 8003:1 8008:1 8035:1 8044:1 8045:1 8054:2 8066:1 8087:2 8088:1 8089:1 8095:3 8100:1 8104:1 8108:1 8114:3 8137:1 8199:1 8205:3 8213:1 8219:1 8231:1 8259:1 8260:1 8272:1 8292:1 8304:1 8310:1 8363:1 8365:5 8371:1 8398:1 8403:1 8419:1 8459:1 8466:1 8482:2 8484:1 8494:1 8528:1 8540:2 8544:1 8546:1 8550:1 8552:1 8565:1 8573:1 8586:1 8610:1 8614:2 8627:4 8671:1 8683:1 8687:1 8697:1 8703:3 8705:2 8710:1 8722:1 8727:1 8764:1 8772:1 8773:1 8791:2 8806:1 8807:2 8809:1 8816:1 8825:1 8829:2 8834:1 8837:1 8870:1 8890:1 8898:1 8911:1 8916:3 8947:1 8954:1 8970:1 8977:5 9003:3 9005:2 9006:1 9012:2 9014:3 9016:1 9025:1 9026:2 9033:1 9036:2 9038:7 9041:1 9042:1 9043:3 9044:1 9060:2 9072:1 9106:2 9108:1 9110:1 9117:1 9142:1 9144:2 9150:1 9154:1 9174:1 9178:1 9181:1 9205:1 9216:1 9247:1 9255:1 9280:1 9281:1 9285:1 9296:1 9298:2 9306:1 9348:1 9349:1 9350:2 9354:1 9370:1 9402:1 9483:1 9492:1 9504:1 9507:2 9508:3 9529:1 9552:1 9556:2 9562:1 9570:1 9598:1 9601:1 9609:1 9628:1 9630:1 9631:1 9644:1 9657:7 9658:1 9686:1 9696:1 9713:1 9734:1 9783:1 9823:2 9842:1 9858:1 9872:1 9891:1 9917:1 9918:1 9921:9 9939:1 9940:1 9967:1 9970:1 9979:1 9997:1 10001:1 10018:1 10065:1 10101:1 10102:2 10133:1 10140:1 10157:1 10160:4 10170:4 10172:1 10193:1 10203:4 10207:1 10215:6 10225:2 10235:1 10237:1 10247:2 10259:1 10272:1 10284:1 10285:1 10288:3 10296:1 10297:1 10300:1 10302:1 10327:1 10331:1 10332:1 10351:1 10358:1 10382:2 10401:4 10404:4 10430:1 10440:1 10447:1 10477:1 10492:1 10506:1 10519:1 10522:1 10538:1 10549:1 10550:1 10555:1 10578:1 10656:1 10668:1 10715:1 10778:1 10800:1 10801:1 10958:1 11000:1 11004:2 11009:1 11013:2 11018:1 11021:2 11023:1 11033:1 11038:1 11041:1 11056:1 11058:1 11080:2 11085:2 11088:1 11093:1 11106:1 11111:1 11120:2 11134:1 11143:2 11144:2 11160:2 11163:1 11178:1 11185:1 11205:1 11208:1 11209:3 11237:1 11247:1 11260:1 11262:1 11274:1 11316:1 11321:1 11327:1 11341:1 11355:1 11387:1 11391:2 11398:2 11408:1 11409:1 11416:1 11432:1 11433:1 11442:1 11458:1 11460:1 11489:1 11521:1 11542:4 11543:2 11551:1 11575:1 11598:1 11600:2 11601:1 11604:2 11652:1 11658:1 11721:1 11735:2 11756:1 11758:1 11771:1 11798:1 11813:1 11828:5 11831:1 11833:1 11835:1 11843:1 11852:1 11862:1 11864:1 11865:1 11872:1 11907:1 11925:1 11930:1 11938:2 11940:1 11945:1 11949:1 11954:1 11979:4 11989:1 11991:1 12005:1 12014:1 12017:2 12047:1 12051:2 12067:1 12073:2 12083:1 12101:1 12105:1 12113:1 12135:8 12187:6 12189:1 12230:1 12250:2 12269:1 12311:5 12345:1 12356:1 12386:1 12411:3 12412:1 12417:1 12429:1 12439:2 12443:2 12446:1 12457:2 12467:1 12522:1 12527:1 12540:2 12587:1 12606:1 12614:1 12624:1 12637:1 12645:1 12670:1 12702:2 12733:1 12737:1 12751:1 12814:1 12821:1 12825:4 12833:1 12870:1 12879:1 12891:1 12892:1 12914:1 12915:1 12917:3 12932:1 12977:2 12995:1 13006:1 13024:1 13029:1 13041:1 13047:1 13055:1 13061:1 13062:1 13091:1 13097:1 13106:1 13118:1 13139:1 13142:1 13143:1 13152:1 13154:1 13173:2 13187:3 13194:1 13199:1 13201:1 13208:1 13223:1 13238:1 13242:1 13251:2 13257:1 13272:1 13288:1 13302:1 13304:1 13307:1 13319:1 13320:1 13334:1 13367:1 13372:1 13387:1 13391:1 13448:1 13505:1 13516:1 13521:2 13530:1 13538:2 13557:1 13558:1 13583:1 13594:1 13608:1 13622:1 13645:1 13657:1 13660:1 13666:1 13667:1 13675:1 13690:1 13714:1 13770:1 13793:1 13795:1 13796:2 13802:1 13824:1 13840:1 13842:1 13850:3 13856:2 13886:5 13909:1 13918:3 13922:1 13960:1 14001:1 14002:1 14005:1 14008:1 14010:1 14011:1 14013:3 14014:2 14015:1 14016:2 14018:1 14021:2 14024:2 14027:1 14029:1 14031:1 14037:1 14067:1 14110:1 14124:1 14129:1 14135:1 14162:1 14182:1 14206:1 14212:1 14213:1 14217:1 14231:1 14248:1 14285:1 14295:1 14305:1 14318:3 14333:1 14349:1 14357:1 14389:1 14457:5 14565:1 14568:1 14581:1 14590:1 14600:1 14606:1 14618:1 14625:1 14629:2 14660:1 14689:1 14695:1 14713:1 14714:2 14750:1 14756:1 14761:1 14768:1 14823:1 14829:1 14839:1 14849:1 14852:1 14853:1 14858:1 14901:1 14915:1 14919:2 14942:1 14992:1 15008:2 15024:1 15039:3 15101:2 15115:2 15146:1 15163:1 15177:1 15204:2 15212:1 15220:1 15244:1 15311:1 15323:1 15335:1 15370:1 15381:1 15387:1 15456:1 15457:2 15470:1 15506:1 15531:1 15554:1 15565:2 15569:2 15578:1 15594:3 15597:1 15600:2 15601:1 15615:2 15630:1 15638:1 15666:1 15678:1 15679:1 15694:1 15704:1 15725:1 15730:1 15738:2 15744:1 15745:1 15750:1 15785:1 15874:3 15884:1 15893:1 15902:2 15917:1 15934:1 15942:1 15948:1 15969:1 16013:1 16049:1 16068:999 16071:1 16093:1 16122:1 16137:1 16141:1 16159:1 16169:1 16173:1 16191:1 16202:1 16225:1 16238:1 16267:1 16273:1 16315:1 16336:1 16339:1 16378:1 16385:1 16407:1 16442:2 16446:1 16472:1 16488:1 16520:1 16542:1 16544:4 16555:2 16615:1 16617:1 16682:1 16700:1 16709:1 16729:1 16732:1 16735:1 16747:1 16771:1 16779:1 16823:1 16825:2 16830:1 16856:1 16873:1 16886:1 16887:4 16894:1 16924:1 16925:1 16974:2 16993:1 17008:6 17014:1 17027:5 17041:11 17043:2 17047:1 17089:1 17116:2 17142:1 17169:1 17212:1 17242:3 17244:1 17255:1 17263:1 17272:1 17273:1 17293:1 17301:1 17332:36 17352:1 17363:1 17367:1 17376:3 17396:1 17418:1 17419:1 17422:1 17425:1 17446:1 17462:1 17472:1 17475:3 17491:5 17492:1 17497:1 17500:1 17567:1 17570:1 17573:1 17576:1 17577:2 17583:1 17584:1 17585:1 17588:2 17590:2 17591:2 17592:1 17636:1 17638:1 17641:1 17654:1 17656:1 17688:1 17727:1 17731:1 17737:1 17755:1 17759:1 17760:1 17781:1 17788:3 17810:1 17816:1 17817:2 17843:1 17862:1 17880:1 17881:1 17909:1 17912:1 17930:1 17946:1 17957:1 17964:1 17972:1 17976:1 17990:1 18010:1 18027:1 18038:1 18056:1 18069:3 18073:1 18079:1 18086:1 18104:1 18108:1 18138:1 18140:1 18151:1 18185:1 18212:1 18224:2 18232:1 18248:2 18252:1 18253:1 18355:1 18359:1 18363:1 18364:1 18368:2 18376:1 18381:2 18389:3 18412:1 18418:1 18423:1 18433:1 18460:1 18471:1 18509:2 18513:1 18515:2 18527:1 18568:1 18588:1 18598:1 18602:1 18612:1 18631:2 18632:1 18636:1 18650:1 18673:1 18677:1 18691:1 18720:1 18724:1 18729:1 18730:1 18742:1 18746:9 18750:1 18775:1 18794:1 18803:1 18806:1 18820:1 18835:1 18851:2 18853:1 18858:1 18861:1 18896:2 18901:1 18911:1 18937:1 18964:5 18976:2 18977:1 18983:1 18995:5 18996:1 18997:1 19002:2 19010:2 19025:1 19045:1 19059:4 19087:1 19122:1 19125:1 19140:3 19152:1 19170:1 19174:1 19176:1 19180:2 19195:1 19199:1 19205:1 19214:1 19222:1 19228:1 19243:1 19247:1 19264:2 19275:1 19304:1 19309:1 19313:3 19332:2 19334:6 19353:1 19388:3 19391:2 19393:2 19410:1 19438:1 19446:1 19478:3 19488:1 19503:2 19540:1 19554:1 19593:3 19605:1 19638:1 19673:1 19685:1 19687:1 19700:1 19705:1 19714:1 19720:5 19721:1 19722:1 19735:1 19761:2 19764:1 19801:1 19837:1 19843:1 19860:1 19874:1 19876:1 19890:2 19897:2 19915:1 19918:1 19965:1 19971:1 19978:1 20034:1 20042:1 20049:1 20072:2 20073:1 20078:1 20083:1 20084:1 20132:3 20134:1 20158:1 20159:1 20162:1 20178:1 20202:1 20203:1 20219:1 20236:1 20239:2 20241:1 20244:2 20245:2 20279:1 20299:1 20310:1 20311:1 20319:1 20323:1 20326:1 20357:3 20374:1 20375:1 20378:1 20382:1 20405:1 20430:3 20433:1 20439:1 20458:1 20465:2 20483:1 20485:1 20497:1 20567:1 20579:4 20585:1 20593:1 20629:1 20634:1 20678:1 20686:1 20709:1 20728:2 20749:1 20758:1 20767:1 20789:1 20792:1 20836:1 20845:1 20847:1 20850:1 20878:1 20886:1 20893:1 20908:1 20914:1 20925:1 20934:1 20942:1 20961:1 20963:1 20968:1 20996:1 21004:1 21044:1 21054:1 21063:1 21109:1 21134:1 21135:2 21152:1 21169:1 21190:2 21201:1 21217:1 21250:1 21264:1 21274:3 21277:2 21279:6 21280:1 21283:1 21290:1 21295:1 21302:3 21307:1 21361:1 21390:1 21397:2 21404:1 21429:1 21469:1 21473:1 21490:1 21494:1 21498:1 21505:1 21531:1 21537:1 21541:1 21542:3 21550:1 21551:1 21552:1 21602:1 21644:1 21676:1 21684:2 21695:1 21697:1 21710:1 21755:1 21764:1 21781:1 21834:1 21843:1 21871:1 21872:1 21882:2 21887:1 21891:1 21925:1 21926:1 21927:1 21952:1 21992:1 22014:2 22015:1 22047:2 22078:1 22109:1 22116:3 22123:1 22129:1 22162:2 22186:1 22209:2 22220:1 22223:1 22226:1 22257:2 22259:1 22282:2 22314:1 22325:1 22342:1 22355:1 22360:2 22380:1 22396:2 22409:1 22445:1 22448:1 22453:1 22456:1 22466:1 22469:1 22470:1 22494:1 22495:1 22502:1 22545:1 22566:1 22597:2 22601:3 22602:1 22611:1 22625:3 22627:1 22640:2 22653:1 22675:1 22696:2 22723:1 22748:1 22754:1 22760:1 22768:1 22777:1 22801:1 22841:1 22852:1 22854:1 22900:1 22901:3 22914:1 22946:1 22947:1 22948:1 22971:1 22976:2 22988:1 23029:1 23049:2 23065:3 23125:1 23145:1 23167:2 23178:1 23196:1 23199:1 23208:1 23236:1 23246:1 23283:1 23297:1 23356:3 23380:1 23382:1 23385:1 23393:2 23422:1 23444:1 23453:1 23461:1 23471:1 23492:2 23498:1 23510:2 23515:2 23533:1 23541:1 23548:1 23550:1 23568:1 23656:1 23658:1 23659:2 23660:1 23664:1 23667:1 23676:2 23680:1 23682:2 23699:1 23709:1 23744:1 23759:1 23778:1 23787:3 23836:1 23859:2 23871:1 23874:1 23909:1 23910:1 23923:3 23941:1 23948:2 23953:4 23982:2 23983:1 24114:1 24133:1 24146:1 24202:1 24211:1 24227:1 24228:1 24237:4 24269:1 24282:18 24309:1 24319:3 24328:1 24337:1 24371:1 24395:1 24400:1 24419:1 24423:2 24437:1 24475:1 24503:1 24522:1 24530:1 24538:1 24541:1 24554:1 24578:1 24591:1 24594:1 24596:1 24601:1 24609:1 24627:1 24629:1 24646:1 24651:1 24656:1 24685:1 24720:2 24721:1 24763:1 24770:2 24772:4 24783:1 24829:1 24832:2 24878:1 24889:1 24892:1 24901:1 24922:1 24936:1 24950:1 24960:1 24985:1 24992:1 25037:1 25082:1 25108:1 25120:1 25133:1 25152:1 25169:1 25174:1 25191:1 25192:1 25217:1 25219:1 25258:1 25259:1 25260:1 25317:1 25321:3 25345:1 25353:1 25358:1 25365:2 25366:1 25368:1 25370:1 25372:1 25375:1 25382:1 25388:1 25390:1 25430:1 25440:1 5 2:1 11:1 36:1 38:3 41:1 89:3 91:1 104:3 120:1 130:2 158:2 181:1 185:1 198:1 204:2 211:1 229:1 230:1 233:2 248:2 283:2 312:2 313:1 331:1 361:2 363:1 377:1 396:1 420:1 429:1 487:1 497:1 509:1 518:1 526:1 530:2 555:1 558:2 572:3 593:1 601:1 614:1 636:1 674:1 718:1 744:1 752:2 766:3 778:2 783:1 787:1 793:1 799:3 803:2 814:3 829:3 844:2 848:1 849:3 851:2 865:1 867:2 883:3 890:1 902:1 904:2 917:1 961:1 977:1 1018:1 1045:1 1070:1 1097:1 1098:1 1106:2 1115:1 1116:1 1134:1 1135:1 1146:1 1198:1 1213:1 1243:1 1244:1 1260:1 1286:1 1288:2 1294:1 1296:1 1304:1 1307:1 1309:1 1313:1 1348:1 1357:1 1367:1 1371:1 1385:1 1390:2 1403:7 1413:3 1420:1 1425:1 1452:1 1454:1 1503:1 1565:1 1589:1 1598:2 1608:1 1636:1 1638:1 1640:1 1660:1 1694:1 1712:1 1716:1 1752:1 1787:1 1801:1 1804:1 1813:2 1846:1 1861:1 1873:1 1880:1 1900:1 1911:1 1916:1 1918:5 1953:1 1975:1 1976:1 1985:1 2016:1 2028:1 2030:1 2032:2 2033:2 2035:1 2039:1 2040:2 2046:3 2052:2 2053:2 2060:1 2061:1 2094:1 2109:1 2149:1 2157:1 2167:2 2180:1 2182:1 2188:1 2194:1 2200:1 2211:1 2226:1 2250:1 2280:1 2339:1 2343:4 2351:1 2355:1 2362:1 2365:1 2384:1 2393:1 2394:1 2396:1 2397:3 2460:2 2461:2 2473:1 2484:1 2502:1 2507:1 2562:12 2573:4 2586:1 2589:1 2611:6 2627:1 2650:1 2660:3 2661:1 2743:1 2748:1 2772:1 2791:1 2841:3 2907:5 3007:1 3019:1 3024:2 3025:2 3028:1 3029:4 3030:2 3035:1 3038:1 3076:3 3080:2 3082:1 3085:1 3099:2 3105:1 3120:1 3136:1 3140:1 3144:1 3145:3 3146:1 3147:13 3156:1 3180:1 3190:1 3206:1 3212:1 3217:1 3221:1 3225:1 3237:3 3241:1 3277:1 3283:5 3286:1 3290:1 3327:1 3331:1 3353:1 3367:1 3369:1 3380:1 3395:1 3410:1 3420:1 3437:1 3448:1 3456:2 3472:1 3475:1 3477:1 3482:1 3493:1 3496:1 3512:1 3514:1 3524:2 3530:3 3543:1 3545:1 3578:1 3584:1 3635:1 3659:1 3665:1 3670:1 3688:1 3690:1 3700:1 3703:1 3708:1 3775:1 3800:1 3803:3 3817:1 3829:1 3836:1 3846:4 3849:1 3854:1 3927:1 3966:1 3968:1 3971:1 3993:1 4004:1 4007:1 4008:1 4010:2 4028:1 4054:4 4056:2 4064:1 4083:1 4088:1 4093:1 4126:1 4130:1 4131:1 4168:1 4169:1 4185:1 4198:1 4227:1 4272:1 4310:7 4311:1 4320:2 4352:1 4363:1 4413:2 4418:1 4423:1 4428:4 4430:1 4435:1 4437:1 4438:1 4440:1 4455:3 4470:1 4505:1 4522:1 4553:1 4580:2 4597:1 4637:1 4640:2 4653:1 4666:2 4676:1 4720:1 4731:1 4762:1 4769:1 4785:1 4787:4 4794:1 4806:1 4807:1 4813:1 4860:4 4895:1 4899:1 4903:1 4904:1 4908:2 4912:1 4916:1 4924:1 4932:1 4961:1 4971:1 4974:1 4996:1 5001:1 5007:1 5043:1 5047:1 5053:1 5055:1 5162:1 5170:1 5173:1 5184:1 5221:1 5228:3 5230:1 5234:2 5246:1 5255:1 5256:1 5258:1 5260:3 5290:1 5296:1 5304:1 5337:1 5374:1 5376:2 5378:1 5411:1 5412:1 5414:1 5424:1 5425:2 5463:1 5467:1 5478:1 5493:1 5508:1 5568:2 5569:1 5577:2 5582:2 5585:2 5593:2 5594:1 5595:1 5597:1 5609:1 5679:1 5694:1 5702:1 5790:1 5819:1 5842:2 5854:1 5855:1 5877:1 5919:1 5923:1 5949:4 5957:2 5960:1 5963:1 5985:3 6018:1 6023:1 6026:1 6049:1 6053:1 6056:1 6061:1 6062:1 6066:1 6075:1 6076:5 6091:1 6116:1 6119:1 6141:2 6151:1 6167:3 6173:1 6202:1 6215:1 6229:2 6246:2 6305:1 6317:2 6332:1 6336:1 6355:1 6361:1 6378:1 6386:2 6393:2 6395:1 6414:2 6422:1 6445:1 6492:1 6502:1 6515:3 6517:1 6566:1 6606:1 6614:3 6617:1 6632:1 6633:1 6665:1 6680:1 6681:1 6689:2 6696:3 6720:3 6734:15 6738:1 6746:14 6748:5 6797:1 6807:1 6860:2 6861:1 6868:1 6873:1 6919:4 6925:1 6952:1 6968:1 6973:1 6994:1 7002:1 7013:2 7025:1 7043:1 7069:1 7088:1 7096:1 7104:1 7126:1 7160:19 7183:1 7195:1 7201:1 7204:1 7209:1 7225:1 7232:1 7233:1 7235:8 7269:1 7270:1 7276:1 7282:1 7305:1 7337:1 7351:1 7366:3 7368:2 7374:1 7375:1 7376:2 7382:1 7388:3 7390:1 7397:1 7416:1 7458:1 7464:1 7475:1 7478:1 7480:1 7483:3 7488:1 7491:1 7493:1 7497:2 7498:1 7500:1 7501:1 7511:1 7522:2 7529:1 7537:3 7538:1 7566:1 7606:1 7625:1 7629:1 7631:1 7663:1 7666:1 7669:1 7675:1 7678:1 7701:1 7714:1 7719:1 7727:3 7775:1 7790:1 7797:1 7850:1 7861:1 7866:1 7874:1 7878:1 7886:1 7910:1 7912:2 7922:1 7934:1 7938:1 7982:1 8003:1 8008:1 8035:1 8044:1 8045:1 8054:2 8066:1 8087:2 8088:1 8089:1 8095:3 8100:1 8104:1 8108:1 8114:3 8137:1 8199:1 8205:3 8213:1 8219:1 8231:1 8259:1 8260:1 8272:1 8292:1 8304:1 8310:1 8335:1 8363:1 8365:5 8371:1 8398:1 8403:1 8419:1 8459:1 8466:1 8482:2 8484:1 8494:1 8528:1 8540:2 8544:1 8546:1 8550:1 8552:1 8565:1 8573:1 8586:1 8610:1 8614:2 8627:4 8671:1 8683:1 8687:1 8697:1 8703:3 8705:2 8710:2 8722:1 8727:1 8764:1 8772:1 8773:1 8791:2 8806:1 8807:2 8809:1 8816:1 8825:1 8829:2 8834:1 8837:1 8870:1 8890:1 8898:1 8911:1 8916:3 8947:1 8954:1 8970:1 8977:6 9003:4 9004:1 9005:2 9006:1 9012:3 9014:3 9016:1 9025:1 9026:2 9033:1 9036:2 9038:7 9041:1 9042:1 9043:3 9044:1 9060:2 9072:1 9106:2 9108:1 9110:1 9117:1 9142:1 9144:2 9150:1 9154:1 9174:1 9178:1 9181:1 9205:1 9216:1 9247:1 9255:1 9280:1 9281:1 9285:1 9296:1 9298:2 9306:1 9348:1 9349:1 9350:2 9354:1 9370:1 9402:1 9483:1 9492:1 9504:1 9507:2 9508:4 9529:1 9552:1 9556:2 9562:1 9570:1 9598:1 9601:1 9609:1 9628:1 9630:1 9631:1 9644:1 9657:7 9658:1 9686:1 9696:1 9713:1 9734:1 9783:1 9823:2 9842:1 9858:1 9872:1 9891:1 9917:1 9918:1 9921:9 9939:1 9940:1 9967:1 9970:1 9979:1 9997:1 10001:1 10018:1 10065:1 10101:1 10102:2 10133:1 10140:1 10157:1 10160:4 10170:4 10172:1 10193:1 10203:4 10207:1 10215:6 10225:2 10235:1 10237:1 10247:2 10259:1 10272:1 10284:1 10285:1 10288:3 10296:1 10297:1 10300:1 10302:1 10327:1 10331:1 10332:1 10351:1 10358:1 10382:2 10401:4 10404:4 10430:1 10440:1 10447:1 10477:1 10492:1 10506:1 10519:1 10522:1 10538:1 10549:1 10550:1 10555:1 10578:1 10656:1 10668:1 10676:1 10715:1 10778:1 10800:1 10801:1 10958:1 11000:1 11004:2 11009:1 11013:2 11018:1 11021:2 11023:1 11033:1 11038:1 11041:1 11056:1 11058:1 11080:2 11085:2 11088:1 11093:1 11106:1 11111:1 11120:2 11134:1 11143:2 11144:2 11160:2 11163:1 11178:1 11185:1 11205:1 11208:1 11209:3 11237:1 11247:1 11260:1 11262:1 11274:1 11316:1 11321:1 11327:1 11341:1 11355:1 11387:1 11391:2 11398:2 11408:1 11409:1 11416:1 11432:1 11433:1 11442:1 11458:1 11460:1 11489:1 11521:1 11542:4 11543:2 11551:1 11575:1 11598:1 11600:2 11601:1 11604:2 11652:1 11658:1 11721:1 11735:2 11756:1 11758:1 11771:1 11798:1 11813:1 11828:5 11831:1 11833:1 11835:1 11843:1 11852:1 11862:1 11864:1 11865:1 11872:1 11907:1 11925:1 11930:1 11938:2 11940:1 11945:1 11949:1 11954:1 11979:4 11989:1 11991:1 12005:1 12014:1 12017:2 12047:1 12051:2 12067:1 12073:2 12083:1 12101:1 12102:1 12105:1 12113:1 12135:8 12187:6 12189:1 12230:1 12250:2 12269:1 12311:5 12345:1 12356:1 12386:1 12411:3 12412:1 12417:1 12429:1 12439:2 12443:2 12446:1 12457:2 12467:1 12522:1 12527:1 12540:2 12587:1 12606:1 12614:1 12624:1 12637:2 12645:1 12670:1 12702:2 12733:1 12737:1 12751:1 12800:1 12814:1 12821:1 12825:4 12833:1 12870:1 12879:1 12891:1 12892:1 12899:1 12914:1 12915:1 12917:3 12932:1 12977:2 12995:1 13006:1 13024:1 13029:1 13041:1 13047:1 13055:1 13061:1 13062:1 13091:1 13097:1 13106:1 13118:1 13139:1 13142:1 13143:1 13152:1 13154:1 13173:2 13187:3 13194:1 13199:1 13201:1 13208:1 13223:1 13238:1 13242:1 13251:2 13257:1 13272:1 13288:1 13302:1 13304:1 13307:1 13319:1 13320:1 13334:1 13367:1 13372:1 13387:1 13391:1 13427:1 13448:1 13505:1 13516:1 13521:2 13530:1 13538:2 13557:1 13558:1 13583:1 13594:1 13608:1 13622:1 13645:1 13657:1 13660:1 13666:1 13667:1 13675:1 13690:1 13714:1 13770:1 13793:1 13795:1 13796:2 13802:1 13824:1 13840:1 13842:1 13850:3 13856:2 13886:5 13909:1 13918:3 13922:1 13960:1 14001:1 14002:1 14005:1 14008:1 14010:1 14011:1 14013:3 14014:2 14015:1 14016:2 14018:1 14021:2 14024:2 14027:1 14029:1 14031:1 14037:1 14067:1 14110:1 14124:1 14129:1 14135:1 14162:1 14182:1 14206:1 14212:1 14213:1 14217:1 14231:1 14248:1 14285:1 14295:1 14305:1 14318:3 14333:1 14349:1 14357:1 14389:1 14457:5 14565:1 14568:1 14581:1 14590:1 14600:1 14606:1 14618:1 14625:1 14629:2 14660:1 14689:1 14695:1 14713:1 14714:2 14750:1 14756:1 14761:1 14768:1 14823:1 14829:1 14839:1 14849:1 14852:1 14853:1 14858:1 14901:1 14915:1 14919:2 14942:1 14986:1 14992:1 15008:2 15024:1 15039:3 15101:2 15115:2 15146:1 15163:1 15177:1 15204:2 15212:1 15220:1 15244:1 15311:1 15323:1 15335:1 15370:1 15381:1 15387:1 15456:1 15457:2 15470:1 15506:1 15531:1 15554:1 15565:2 15569:2 15578:1 15594:3 15597:1 15600:2 15601:1 15615:2 15630:1 15638:1 15666:1 15678:1 15679:1 15694:1 15704:1 15725:1 15730:1 15738:2 15744:1 15745:1 15750:1 15785:1 15874:3 15884:1 15893:1 15902:2 15917:1 15934:1 15942:1 15948:1 15969:1 16013:1 16049:1 16068:1013 16071:1 16093:1 16122:1 16137:1 16141:1 16159:1 16169:1 16173:1 16191:1 16202:1 16225:1 16238:1 16267:1 16273:1 16315:1 16336:1 16339:1 16378:1 16385:1 16407:1 16442:2 16446:1 16472:1 16488:1 16520:1 16542:1 16544:4 16555:2 16615:1 16617:1 16682:1 16700:1 16709:1 16729:1 16732:1 16735:1 16747:1 16771:1 16779:1 16823:1 16825:2 16830:1 16856:1 16873:1 16886:1 16887:4 16894:1 16924:1 16925:1 16974:2 16993:1 17008:6 17014:1 17027:5 17041:12 17043:2 17047:1 17089:1 17116:2 17142:1 17169:1 17212:1 17242:3 17244:1 17255:1 17263:1 17272:1 17273:1 17293:1 17301:1 17332:38 17352:1 17363:1 17367:1 17376:3 17396:1 17418:1 17419:1 17422:1 17425:1 17446:1 17462:1 17472:1 17475:3 17491:5 17492:1 17497:1 17500:1 17547:1 17567:1 17570:1 17573:1 17576:1 17577:2 17583:1 17584:1 17585:1 17588:2 17590:2 17591:2 17592:1 17636:1 17638:1 17641:1 17654:1 17656:1 17688:1 17727:1 17731:1 17737:1 17755:1 17759:1 17760:1 17781:1 17788:3 17810:1 17816:1 17817:2 17843:1 17862:1 17880:1 17881:1 17909:1 17912:1 17930:1 17946:1 17957:1 17964:1 17972:1 17976:1 17990:1 18010:1 18027:1 18038:1 18056:1 18069:3 18073:1 18079:1 18086:1 18104:1 18108:1 18138:1 18140:1 18151:1 18185:1 18212:1 18224:2 18232:1 18248:2 18252:1 18253:1 18355:1 18359:1 18363:1 18364:1 18368:2 18376:1 18381:2 18389:3 18412:1 18418:1 18423:1 18433:1 18460:1 18471:1 18509:2 18513:1 18515:2 18527:1 18568:1 18588:1 18598:1 18602:1 18612:1 18631:2 18632:1 18636:1 18650:1 18673:1 18677:1 18691:1 18720:1 18724:1 18729:1 18730:1 18742:1 18746:9 18750:1 18775:1 18794:1 18803:1 18806:1 18820:1 18835:1 18851:2 18853:1 18858:1 18861:1 18896:2 18901:1 18911:1 18937:1 18964:5 18976:2 18977:1 18983:1 18995:5 18996:1 18997:1 19002:2 19010:2 19025:1 19045:1 19059:4 19087:1 19122:1 19125:1 19140:3 19152:1 19170:1 19174:1 19176:1 19180:2 19195:1 19199:1 19205:1 19214:1 19222:1 19228:1 19243:1 19247:1 19264:2 19275:1 19304:1 19309:1 19313:3 19332:2 19334:6 19353:1 19388:3 19391:2 19393:2 19410:1 19438:1 19446:1 19478:3 19488:1 19503:2 19540:1 19554:1 19593:3 19605:1 19638:1 19673:1 19685:1 19687:1 19700:1 19705:1 19714:1 19720:5 19721:1 19722:1 19735:1 19761:2 19764:1 19801:1 19837:1 19843:1 19860:1 19874:1 19876:1 19890:2 19897:2 19915:1 19918:1 19965:1 19971:1 19978:1 20034:1 20042:1 20049:1 20072:2 20073:1 20078:1 20083:1 20084:1 20132:3 20134:1 20158:1 20159:1 20162:1 20178:1 20202:1 20203:1 20219:1 20236:1 20239:2 20241:1 20244:2 20245:2 20279:1 20299:1 20310:1 20311:1 20319:1 20323:1 20326:1 20357:3 20374:1 20375:1 20378:1 20382:1 20405:1 20430:3 20433:1 20439:1 20458:1 20465:2 20483:1 20485:1 20497:1 20541:1 20567:1 20579:4 20585:1 20593:1 20629:1 20634:1 20678:1 20686:1 20709:1 20728:2 20749:1 20758:1 20767:1 20789:1 20792:1 20836:1 20845:1 20847:1 20850:1 20878:1 20886:1 20893:1 20908:1 20914:1 20925:1 20934:1 20942:1 20961:1 20963:1 20968:1 20996:1 21004:1 21044:1 21054:1 21063:1 21109:1 21134:1 21135:2 21152:1 21169:1 21190:2 21201:1 21217:1 21250:1 21264:1 21274:3 21277:2 21279:6 21280:1 21283:1 21290:1 21295:1 21302:3 21307:1 21361:1 21390:1 21397:2 21404:1 21429:1 21469:1 21473:1 21490:1 21494:1 21498:1 21505:1 21531:1 21537:1 21541:1 21542:3 21550:1 21551:1 21552:1 21602:1 21644:1 21676:1 21684:2 21695:1 21697:1 21710:1 21755:1 21764:1 21781:1 21834:1 21843:1 21871:1 21872:1 21882:2 21887:1 21891:1 21925:1 21926:1 21927:1 21952:1 21992:1 22014:2 22015:1 22047:2 22078:1 22109:1 22116:3 22123:1 22129:1 22162:2 22186:1 22209:2 22220:1 22223:1 22226:1 22257:2 22259:1 22282:2 22314:1 22325:1 22342:1 22355:1 22360:2 22380:1 22396:2 22409:1 22445:1 22448:1 22453:1 22456:1 22466:1 22469:1 22470:1 22494:1 22495:1 22502:1 22545:1 22566:1 22597:2 22601:4 22602:1 22611:1 22625:3 22627:1 22640:2 22653:1 22675:1 22696:2 22723:1 22748:1 22754:1 22760:1 22768:1 22777:1 22801:1 22841:1 22852:1 22854:1 22900:1 22901:3 22914:1 22946:1 22947:1 22948:1 22971:1 22976:2 22988:1 23029:1 23049:2 23065:3 23125:1 23145:1 23167:2 23178:1 23196:1 23199:1 23208:1 23236:1 23246:1 23283:1 23297:1 23356:3 23380:1 23382:1 23385:1 23392:1 23393:2 23422:1 23444:1 23453:1 23461:1 23471:1 23492:2 23498:1 23510:2 23515:3 23533:1 23541:1 23548:1 23550:1 23568:1 23656:1 23658:1 23659:2 23660:1 23664:1 23667:1 23673:1 23676:2 23680:1 23682:2 23699:1 23709:1 23744:1 23759:1 23778:1 23787:3 23836:1 23859:2 23871:1 23874:1 23909:1 23910:1 23923:3 23941:1 23948:2 23953:4 23982:2 23983:1 24114:1 24133:1 24146:1 24202:1 24211:1 24227:1 24228:1 24237:4 24269:1 24282:18 24309:1 24319:3 24328:1 24337:1 24371:1 24395:1 24400:1 24419:1 24423:2 24437:1 24475:1 24503:1 24522:1 24530:1 24538:1 24541:1 24554:1 24578:1 24591:1 24594:1 24596:1 24601:1 24609:1 24627:1 24629:1 24631:1 24646:1 24651:1 24656:1 24685:1 24720:2 24721:1 24763:1 24770:2 24772:4 24783:1 24829:1 24832:2 24878:1 24889:1 24892:1 24901:1 24922:1 24936:1 24950:1 24960:1 24985:1 24992:1 25037:1 25054:1 25082:1 25108:1 25120:1 25133:1 25152:1 25169:1 25174:1 25191:1 25192:1 25217:1 25219:1 25258:1 25259:1 25260:1 25317:1 25321:3 25345:1 25353:1 25358:1 25365:2 25366:1 25368:1 25370:1 25372:1 25375:1 25382:1 25388:1 25390:1 25430:1 25440:1 5 2:1 11:1 36:1 38:3 41:1 89:3 91:1 104:3 120:1 130:2 158:2 181:1 185:1 198:1 204:2 211:1 229:1 230:1 233:2 248:2 283:2 312:2 313:1 331:1 361:2 363:1 377:1 396:1 420:1 429:1 487:1 497:1 509:1 518:1 526:1 530:2 555:1 558:2 572:3 593:1 601:1 614:1 636:1 674:1 718:1 744:1 752:2 766:3 778:2 783:1 787:1 793:1 799:3 803:2 814:3 829:3 844:2 848:1 849:3 851:2 865:1 867:2 883:3 890:1 902:1 904:2 917:1 961:1 977:1 1018:1 1045:1 1070:1 1097:1 1098:1 1106:2 1115:1 1116:1 1134:1 1135:1 1146:1 1198:1 1213:2 1243:1 1244:1 1260:1 1286:1 1288:2 1294:1 1296:1 1304:2 1307:1 1309:1 1313:1 1348:1 1357:1 1367:1 1371:1 1385:1 1390:2 1403:7 1413:3 1420:1 1425:1 1452:1 1454:1 1503:1 1565:1 1589:1 1598:2 1608:1 1636:1 1638:1 1640:1 1660:1 1694:1 1712:1 1716:1 1752:1 1787:1 1801:1 1804:1 1813:2 1846:1 1861:1 1873:1 1880:1 1900:1 1911:1 1916:1 1918:6 1953:1 1975:1 1976:1 1985:1 2016:1 2028:1 2030:1 2032:2 2033:2 2035:1 2039:1 2040:2 2046:3 2052:2 2053:2 2060:1 2061:1 2094:1 2109:1 2149:1 2157:1 2167:2 2180:1 2182:1 2188:1 2194:1 2200:1 2211:1 2226:1 2250:1 2280:1 2339:1 2343:4 2351:1 2355:1 2362:1 2365:1 2384:1 2393:1 2394:1 2396:1 2397:3 2460:2 2461:2 2473:1 2484:1 2502:1 2507:1 2542:1 2562:12 2573:4 2586:1 2589:1 2598:1 2608:1 2611:7 2627:1 2650:1 2660:3 2661:1 2743:1 2748:1 2772:1 2791:1 2841:3 2907:5 3007:1 3019:1 3024:2 3025:2 3028:1 3029:4 3030:2 3035:1 3038:1 3042:1 3076:3 3080:2 3082:1 3085:1 3099:2 3105:1 3120:1 3136:1 3140:1 3144:1 3145:3 3146:1 3147:14 3156:1 3180:1 3190:1 3206:1 3212:1 3217:1 3221:1 3225:1 3237:4 3241:1 3277:1 3283:5 3286:1 3290:1 3327:1 3331:1 3353:1 3367:1 3369:1 3380:1 3395:1 3410:1 3420:1 3437:1 3448:1 3456:2 3472:1 3475:1 3477:1 3482:1 3493:1 3496:1 3512:1 3514:1 3524:2 3530:3 3531:1 3543:1 3545:1 3578:1 3584:1 3635:1 3659:1 3665:1 3670:1 3688:1 3690:1 3700:1 3703:2 3708:1 3773:1 3775:1 3800:1 3803:3 3817:1 3829:1 3836:1 3846:4 3849:1 3854:1 3927:1 3966:1 3968:1 3971:1 3993:2 4004:1 4007:1 4008:1 4010:2 4028:1 4054:4 4056:2 4064:1 4083:1 4088:1 4093:1 4126:1 4130:1 4131:1 4168:1 4169:1 4185:1 4198:1 4227:1 4272:1 4310:7 4311:1 4320:2 4352:1 4363:1 4413:2 4418:1 4423:1 4428:5 4430:1 4435:1 4437:1 4438:1 4440:1 4455:3 4470:1 4505:1 4522:1 4553:1 4580:2 4597:1 4637:1 4640:2 4653:1 4666:2 4676:1 4720:1 4731:1 4762:1 4769:1 4785:1 4787:4 4794:1 4806:1 4807:1 4813:1 4860:4 4895:1 4899:1 4903:1 4904:1 4908:2 4912:1 4916:1 4924:1 4932:1 4961:1 4971:1 4974:1 4996:1 5001:1 5007:1 5043:1 5047:1 5053:1 5055:1 5162:1 5170:1 5173:1 5184:1 5221:1 5228:3 5230:1 5234:2 5246:1 5255:1 5256:1 5258:1 5260:3 5290:1 5296:1 5304:1 5337:1 5374:1 5376:2 5378:1 5411:1 5412:1 5414:1 5424:1 5425:2 5463:1 5467:1 5478:1 5493:1 5508:1 5568:2 5569:1 5577:2 5582:2 5585:2 5593:2 5594:1 5595:1 5597:1 5609:1 5679:1 5694:1 5702:1 5790:1 5819:1 5834:1 5842:3 5850:1 5854:1 5855:1 5877:1 5919:1 5923:1 5949:4 5957:2 5960:1 5963:1 5985:3 6018:1 6023:1 6026:1 6049:1 6053:1 6056:1 6061:1 6062:1 6066:1 6075:1 6076:5 6091:1 6116:1 6119:1 6141:2 6151:1 6167:3 6173:1 6202:1 6215:1 6229:2 6246:2 6305:1 6317:2 6332:1 6336:1 6355:1 6361:1 6378:1 6386:2 6393:2 6395:1 6414:2 6422:1 6445:1 6492:1 6502:1 6515:3 6517:1 6566:1 6606:1 6613:1 6614:3 6617:1 6632:1 6633:1 6665:1 6680:1 6681:1 6689:2 6696:3 6720:3 6734:15 6738:1 6746:14 6748:5 6797:1 6807:1 6834:1 6860:2 6861:1 6868:1 6873:1 6919:4 6925:1 6952:1 6968:1 6973:1 6994:1 7002:1 7013:2 7025:1 7043:1 7069:1 7088:1 7096:1 7104:1 7126:1 7160:21 7183:1 7195:1 7201:1 7204:1 7209:1 7225:1 7232:1 7233:1 7235:8 7269:1 7270:1 7276:1 7282:1 7305:1 7337:1 7351:1 7366:3 7368:2 7374:1 7375:1 7376:2 7382:1 7388:3 7390:1 7397:1 7416:1 7458:1 7464:1 7475:1 7478:1 7480:1 7483:3 7488:1 7491:1 7493:1 7497:3 7498:2 7500:1 7501:1 7511:1 7522:2 7529:1 7537:3 7538:1 7566:1 7606:1 7625:1 7629:1 7631:1 7663:1 7666:1 7669:1 7675:1 7678:1 7701:1 7714:1 7719:1 7727:3 7775:1 7790:1 7797:1 7850:1 7861:1 7866:1 7874:1 7878:1 7886:1 7910:1 7912:2 7922:1 7934:1 7938:1 7982:1 8003:1 8008:1 8035:1 8044:1 8045:1 8054:2 8066:1 8087:2 8088:1 8089:1 8095:3 8100:1 8104:1 8108:1 8114:3 8137:1 8199:1 8205:3 8213:1 8219:1 8231:1 8259:1 8260:1 8272:1 8292:1 8304:1 8310:1 8335:1 8363:1 8365:5 8371:1 8398:1 8403:1 8419:1 8459:1 8466:1 8482:2 8484:1 8494:1 8528:1 8540:2 8544:1 8546:1 8550:1 8552:1 8565:1 8573:1 8586:1 8610:1 8614:2 8627:4 8671:2 8683:1 8687:1 8697:1 8703:3 8705:2 8710:2 8722:1 8727:1 8764:1 8772:1 8773:1 8791:2 8806:2 8807:2 8809:1 8816:1 8825:1 8829:2 8834:1 8837:1 8870:1 8890:1 8898:1 8911:1 8916:3 8947:1 8954:1 8970:1 8977:6 9003:4 9004:1 9005:2 9006:1 9012:3 9014:4 9016:1 9025:1 9026:2 9033:1 9036:2 9038:7 9041:1 9042:1 9043:3 9044:1 9060:2 9072:1 9106:2 9108:1 9110:1 9117:1 9142:1 9144:2 9150:1 9154:1 9174:1 9178:1 9181:1 9205:1 9216:1 9247:1 9255:1 9280:1 9281:1 9285:1 9296:1 9298:2 9306:1 9348:1 9349:1 9350:2 9354:1 9370:1 9402:1 9483:1 9492:1 9504:1 9507:2 9508:4 9529:1 9552:1 9556:2 9562:1 9570:1 9598:1 9601:1 9609:1 9628:1 9630:1 9631:1 9644:1 9657:7 9658:1 9686:1 9696:1 9713:1 9734:1 9783:1 9823:2 9842:1 9858:1 9872:1 9891:1 9917:1 9918:1 9921:9 9939:1 9940:1 9967:1 9970:1 9979:1 9997:1 10001:1 10018:1 10065:1 10101:1 10102:2 10133:1 10140:1 10157:1 10160:4 10170:4 10172:1 10193:1 10203:4 10207:1 10215:6 10225:2 10235:1 10237:1 10247:2 10259:1 10272:1 10284:1 10285:1 10288:3 10296:1 10297:1 10300:1 10302:1 10327:1 10331:1 10332:1 10351:2 10358:1 10382:2 10401:5 10404:4 10430:1 10440:1 10447:1 10477:1 10492:1 10506:1 10519:1 10522:1 10538:1 10549:1 10550:1 10555:1 10578:1 10656:1 10668:1 10676:1 10697:1 10715:1 10778:1 10800:1 10801:1 10958:1 11000:1 11004:2 11009:1 11013:2 11018:1 11021:2 11023:1 11033:1 11038:1 11041:1 11056:1 11058:1 11080:2 11085:2 11088:1 11093:1 11106:1 11111:1 11120:2 11134:1 11143:2 11144:2 11160:2 11163:1 11178:1 11185:1 11205:1 11208:1 11209:3 11237:1 11247:1 11260:1 11262:1 11274:1 11316:1 11321:1 11327:1 11341:1 11355:1 11387:1 11391:2 11398:2 11408:1 11409:1 11416:1 11432:1 11433:2 11442:1 11458:1 11460:1 11489:1 11521:1 11542:4 11543:2 11551:1 11575:1 11598:1 11600:2 11601:1 11604:2 11652:1 11658:1 11721:1 11735:2 11756:1 11758:1 11771:1 11798:1 11813:1 11828:5 11831:1 11833:1 11835:1 11843:1 11852:1 11862:1 11864:1 11865:1 11872:1 11907:1 11925:1 11930:1 11938:2 11940:1 11945:1 11949:1 11954:1 11979:4 11989:1 11991:1 12005:1 12014:1 12017:2 12047:1 12051:3 12067:1 12073:2 12083:1 12101:1 12102:1 12105:1 12113:1 12135:9 12187:6 12189:1 12230:1 12250:2 12269:1 12311:5 12345:1 12356:1 12386:1 12411:3 12412:1 12417:1 12429:1 12435:1 12439:2 12443:2 12446:1 12457:2 12467:1 12522:1 12527:1 12540:2 12587:1 12606:1 12614:1 12624:1 12637:2 12645:1 12670:1 12702:2 12733:1 12737:1 12751:1 12800:1 12814:1 12821:1 12825:4 12833:1 12870:1 12879:1 12891:1 12892:1 12899:1 12914:1 12915:1 12917:3 12932:1 12977:2 12995:1 13006:1 13024:1 13029:1 13041:1 13047:1 13055:1 13061:1 13062:1 13091:1 13097:1 13106:1 13118:1 13139:2 13142:1 13143:1 13152:1 13154:1 13173:2 13187:3 13194:1 13199:1 13201:1 13208:1 13223:1 13238:1 13242:1 13251:2 13257:1 13272:1 13288:1 13302:1 13304:1 13307:1 13319:1 13320:1 13334:1 13367:1 13372:1 13387:1 13391:1 13427:1 13448:1 13505:1 13516:1 13521:2 13530:1 13538:2 13557:1 13558:1 13583:1 13594:1 13608:1 13616:1 13622:1 13645:1 13657:1 13660:1 13666:1 13667:1 13675:1 13690:1 13714:1 13770:1 13793:1 13795:1 13796:2 13802:1 13824:1 13840:1 13842:1 13850:3 13856:2 13886:5 13909:1 13918:3 13922:1 13960:1 13992:1 14001:1 14002:1 14005:1 14008:1 14010:1 14011:2 14013:3 14014:2 14015:1 14016:2 14018:1 14021:3 14024:2 14027:1 14029:1 14031:1 14037:1 14067:1 14110:1 14124:1 14129:1 14135:1 14162:1 14182:1 14206:1 14212:1 14213:1 14217:1 14231:1 14248:1 14249:1 14285:1 14295:1 14305:1 14318:3 14333:1 14349:1 14357:1 14389:1 14439:1 14457:6 14565:1 14568:1 14581:1 14590:1 14600:1 14606:1 14618:1 14625:1 14629:2 14660:1 14689:1 14695:1 14713:1 14714:2 14750:1 14756:1 14761:1 14768:1 14823:1 14829:1 14839:1 14849:1 14852:1 14853:1 14858:1 14901:1 14915:1 14919:2 14942:1 14986:1 14992:1 15008:2 15024:1 15039:3 15101:2 15115:2 15146:1 15163:1 15177:1 15204:2 15212:1 15220:1 15244:1 15311:1 15323:1 15335:1 15370:1 15381:1 15382:1 15387:1 15456:1 15457:2 15470:1 15506:1 15531:1 15554:1 15565:2 15569:2 15578:1 15594:3 15597:1 15600:2 15601:1 15615:2 15630:1 15638:1 15666:1 15678:1 15679:1 15694:1 15704:1 15725:1 15730:1 15738:2 15744:1 15745:1 15750:1 15785:1 15798:1 15874:3 15884:1 15893:1 15902:2 15917:1 15934:1 15942:1 15948:1 15969:1 16013:1 16049:1 16068:1024 16071:1 16093:1 16122:1 16137:1 16141:1 16159:1 16169:1 16173:1 16191:1 16202:1 16225:1 16238:1 16267:1 16273:1 16315:1 16336:1 16339:1 16378:1 16385:1 16407:1 16442:2 16446:1 16472:1 16488:1 16520:1 16542:1 16544:4 16555:2 16615:1 16617:1 16682:1 16700:2 16709:1 16729:1 16732:1 16735:1 16747:1 16771:1 16779:1 16823:1 16825:2 16830:1 16856:1 16873:1 16886:1 16887:4 16894:1 16924:1 16925:1 16974:2 16993:1 17008:6 17014:1 17027:6 17041:12 17043:2 17047:1 17089:1 17116:2 17142:1 17169:1 17207:1 17212:1 17242:3 17244:1 17255:1 17263:1 17272:1 17273:1 17293:1 17301:1 17332:40 17352:1 17363:1 17367:1 17376:3 17396:1 17418:1 17419:1 17422:1 17425:1 17446:1 17462:1 17472:1 17475:3 17491:6 17492:1 17497:2 17500:1 17547:1 17567:1 17570:1 17573:1 17576:1 17577:2 17583:1 17584:1 17585:1 17588:2 17590:2 17591:2 17592:1 17636:1 17638:1 17641:1 17654:1 17656:1 17670:1 17688:1 17727:1 17731:1 17737:1 17755:1 17759:1 17760:1 17781:1 17788:3 17810:1 17816:1 17817:2 17843:1 17856:1 17862:1 17880:1 17881:1 17909:1 17912:1 17930:1 17946:1 17957:1 17964:1 17972:1 17976:1 17990:1 18010:1 18027:1 18038:1 18056:1 18069:3 18073:1 18079:1 18086:1 18104:1 18108:1 18138:1 18140:1 18151:1 18185:1 18212:1 18224:2 18232:1 18248:2 18252:1 18253:1 18355:1 18359:1 18363:1 18364:1 18368:2 18376:1 18381:2 18389:3 18412:1 18418:1 18423:1 18433:1 18460:1 18471:1 18509:2 18513:1 18515:2 18527:1 18568:1 18588:1 18598:1 18602:1 18612:1 18631:2 18632:1 18636:1 18650:1 18664:1 18673:1 18677:1 18691:1 18720:1 18724:1 18729:1 18730:1 18742:1 18746:9 18750:1 18775:1 18794:1 18803:1 18806:1 18820:1 18835:1 18851:2 18853:1 18858:1 18861:1 18896:2 18901:1 18911:1 18937:1 18964:5 18976:2 18977:1 18983:1 18995:5 18996:1 18997:1 19002:2 19010:2 19025:1 19045:1 19059:5 19087:1 19114:1 19122:1 19125:1 19140:3 19152:1 19170:1 19174:1 19176:1 19180:2 19195:1 19199:1 19205:1 19214:1 19222:1 19228:1 19243:1 19247:1 19264:2 19275:1 19304:1 19309:1 19313:3 19332:2 19334:6 19353:1 19388:3 19391:2 19393:2 19410:1 19438:1 19446:1 19478:3 19488:1 19503:2 19540:1 19554:1 19593:3 19605:2 19638:1 19673:1 19685:1 19687:1 19700:1 19705:1 19714:1 19720:6 19721:1 19722:1 19735:1 19761:2 19764:1 19801:1 19837:1 19843:1 19860:1 19874:1 19876:1 19890:2 19897:2 19915:1 19918:1 19965:1 19971:1 19978:1 20034:1 20042:1 20049:1 20072:2 20073:1 20078:1 20083:1 20084:1 20132:3 20134:1 20158:1 20159:1 20162:1 20178:1 20202:1 20203:1 20219:1 20236:1 20239:2 20241:1 20244:2 20245:3 20279:1 20299:1 20310:1 20311:1 20319:1 20323:1 20326:2 20357:3 20374:1 20375:1 20378:1 20382:1 20405:1 20430:3 20433:1 20439:1 20458:1 20465:2 20483:1 20485:1 20497:1 20541:1 20567:1 20579:4 20585:1 20593:1 20629:1 20634:1 20678:1 20686:1 20709:1 20728:2 20749:1 20758:1 20767:1 20789:1 20792:1 20836:1 20845:1 20847:1 20850:1 20878:1 20886:1 20893:1 20908:1 20914:1 20925:1 20934:1 20942:1 20961:1 20963:1 20968:1 20973:1 20996:1 21004:1 21044:1 21054:1 21063:1 21109:1 21134:1 21135:2 21152:1 21169:1 21190:2 21201:1 21217:1 21236:1 21250:1 21264:1 21274:3 21277:2 21279:6 21280:1 21283:1 21290:1 21295:1 21302:3 21307:1 21361:1 21390:1 21397:2 21404:1 21429:1 21469:1 21473:1 21490:1 21494:1 21498:1 21505:1 21531:1 21537:1 21541:1 21542:3 21550:1 21551:1 21552:1 21588:1 21602:1 21644:1 21676:1 21684:2 21695:1 21697:1 21710:1 21755:1 21764:1 21781:1 21834:1 21843:1 21871:1 21872:1 21882:2 21887:1 21891:1 21925:1 21926:2 21927:1 21952:1 21992:1 22014:2 22015:1 22047:2 22078:1 22109:1 22116:3 22123:1 22129:1 22162:2 22186:1 22209:2 22220:1 22223:1 22226:1 22257:2 22259:1 22282:2 22314:1 22325:1 22342:1 22355:1 22360:2 22380:1 22396:2 22409:1 22445:1 22448:1 22453:1 22456:1 22466:1 22469:1 22470:1 22494:1 22495:1 22502:1 22545:1 22566:1 22597:2 22601:4 22602:1 22611:1 22625:3 22627:1 22640:2 22653:1 22675:1 22696:2 22723:1 22748:1 22754:1 22760:1 22768:1 22777:1 22801:1 22841:1 22852:1 22854:1 22900:1 22901:3 22914:1 22946:1 22947:1 22948:1 22971:1 22976:2 22988:1 23029:1 23049:2 23065:3 23125:1 23145:1 23167:2 23178:1 23196:1 23199:1 23208:1 23236:1 23246:1 23283:1 23297:1 23356:3 23380:1 23382:1 23385:1 23392:1 23393:2 23422:1 23444:1 23453:1 23461:1 23471:1 23492:2 23498:1 23510:2 23515:3 23533:1 23541:1 23548:1 23550:1 23568:1 23597:1 23656:1 23658:1 23659:2 23660:1 23664:1 23667:1 23673:1 23676:2 23680:1 23682:2 23699:1 23702:1 23709:1 23744:1 23759:1 23764:1 23778:1 23787:3 23836:1 23853:1 23859:2 23871:1 23874:1 23909:1 23910:1 23923:3 23941:1 23948:2 23953:4 23982:2 23983:1 24114:1 24133:1 24146:1 24202:1 24211:1 24227:1 24228:1 24237:4 24269:1 24282:20 24309:1 24319:3 24328:1 24337:1 24371:1 24395:2 24400:1 24419:1 24423:2 24437:1 24475:1 24503:1 24522:1 24530:1 24538:1 24541:1 24554:1 24578:1 24591:1 24594:1 24596:1 24601:1 24609:1 24627:1 24629:1 24631:1 24646:1 24651:1 24656:1 24685:1 24720:2 24721:1 24763:1 24770:2 24772:4 24783:1 24829:1 24832:2 24878:1 24889:1 24892:1 24901:1 24922:1 24936:1 24950:1 24960:1 24985:1 24992:1 25037:1 25054:1 25082:1 25108:1 25120:1 25133:1 25152:1 25169:1 25174:1 25191:1 25192:1 25217:2 25219:1 25258:1 25259:1 25260:1 25317:1 25321:3 25345:1 25353:1 25358:1 25365:2 25366:1 25368:1 25370:1 25372:1 25375:1 25382:1 25388:1 25390:1 25430:1 25440:1 5 2:1 11:1 36:1 38:3 41:1 89:3 91:1 104:3 120:1 130:2 158:2 181:1 185:1 198:1 204:2 211:1 229:1 230:1 233:2 248:2 283:2 312:2 313:1 331:1 361:3 363:1 377:1 396:1 420:1 429:1 487:1 497:1 509:1 518:1 526:1 530:2 555:1 558:2 572:4 593:1 601:1 614:1 636:1 674:1 718:1 744:1 752:2 766:3 778:2 783:1 787:1 793:1 799:3 803:2 814:3 829:3 844:2 848:1 849:3 851:2 865:1 867:2 883:3 890:1 902:1 904:2 917:1 961:1 977:1 1018:1 1045:1 1070:1 1097:1 1098:1 1103:1 1106:2 1115:1 1116:1 1134:1 1135:1 1143:1 1146:1 1198:1 1213:2 1243:1 1244:1 1260:1 1286:1 1288:2 1294:2 1296:1 1304:2 1307:1 1309:1 1313:1 1348:1 1357:1 1367:1 1371:1 1385:1 1390:2 1403:7 1413:4 1420:1 1425:1 1452:1 1454:1 1503:1 1565:1 1588:1 1589:1 1598:2 1608:1 1636:1 1638:1 1640:1 1660:1 1694:1 1712:1 1716:1 1752:1 1787:1 1801:1 1804:1 1813:2 1818:1 1828:1 1846:1 1851:1 1861:1 1873:1 1880:1 1888:1 1900:1 1911:1 1916:1 1918:6 1953:1 1975:1 1976:1 1985:1 2016:1 2028:1 2029:1 2030:1 2032:2 2033:2 2035:1 2039:1 2040:2 2046:3 2052:2 2053:2 2058:1 2060:1 2061:1 2094:1 2109:1 2149:1 2157:1 2167:2 2179:1 2180:1 2182:1 2188:1 2194:1 2200:1 2211:1 2226:1 2250:1 2280:1 2313:1 2339:2 2343:4 2351:1 2355:1 2362:1 2365:1 2384:1 2393:1 2394:1 2396:2 2397:3 2414:1 2460:2 2461:2 2473:1 2484:1 2502:1 2507:1 2542:1 2562:13 2573:4 2586:1 2589:1 2598:1 2608:1 2611:8 2627:1 2650:1 2660:3 2661:1 2743:1 2748:1 2772:1 2791:1 2841:3 2907:5 3007:1 3019:2 3024:2 3025:2 3028:1 3029:4 3030:2 3035:1 3038:1 3042:1 3076:3 3080:2 3082:1 3085:1 3099:2 3105:1 3120:1 3136:1 3140:1 3144:1 3145:3 3146:1 3147:14 3156:1 3162:1 3169:1 3180:1 3190:1 3206:1 3212:1 3217:1 3221:1 3225:1 3237:5 3241:1 3249:1 3277:1 3283:5 3286:1 3290:1 3327:1 3331:2 3353:1 3367:1 3369:1 3375:1 3380:1 3395:1 3410:1 3420:1 3437:1 3448:1 3456:2 3472:1 3475:1 3477:1 3482:1 3493:1 3496:1 3512:1 3514:1 3524:2 3530:3 3531:1 3543:1 3545:1 3551:1 3578:1 3584:1 3635:1 3659:1 3665:1 3670:2 3688:1 3690:1 3700:1 3703:2 3708:1 3773:1 3775:1 3800:1 3803:3 3817:1 3829:1 3836:1 3846:4 3849:1 3854:1 3927:1 3966:1 3968:1 3971:1 3993:2 4004:1 4007:1 4008:1 4010:2 4028:1 4054:4 4056:2 4064:1 4083:1 4088:1 4093:1 4126:1 4130:1 4131:1 4168:1 4169:1 4185:1 4198:1 4227:1 4272:1 4310:7 4311:1 4320:2 4352:1 4363:1 4388:1 4413:2 4418:1 4423:1 4428:5 4430:1 4435:1 4437:1 4438:1 4440:1 4455:3 4470:1 4505:1 4522:1 4553:1 4580:2 4597:1 4599:1 4637:1 4640:2 4653:1 4666:3 4676:1 4720:1 4731:1 4762:1 4769:1 4785:1 4787:4 4794:1 4806:1 4807:1 4813:1 4860:4 4895:1 4899:1 4903:1 4904:1 4908:2 4912:1 4916:1 4924:1 4932:1 4961:1 4971:1 4974:1 4996:1 5001:1 5007:1 5043:1 5047:1 5053:1 5055:1 5071:1 5162:1 5170:1 5173:1 5184:1 5221:1 5228:3 5230:1 5234:2 5246:1 5255:1 5256:1 5258:1 5260:3 5290:1 5296:1 5304:1 5337:1 5374:1 5376:2 5378:1 5411:1 5412:1 5414:1 5424:1 5425:2 5463:1 5467:1 5478:1 5493:1 5494:1 5508:1 5568:2 5569:1 5577:2 5582:2 5585:2 5593:3 5594:1 5595:1 5597:1 5609:1 5614:1 5679:1 5694:1 5702:1 5790:1 5819:1 5825:1 5834:1 5842:3 5850:1 5854:1 5855:1 5877:1 5919:1 5923:1 5949:4 5957:2 5960:1 5963:1 5973:1 5985:3 6018:1 6023:1 6026:1 6049:1 6053:1 6056:1 6061:1 6062:1 6066:1 6075:1 6076:5 6091:1 6116:1 6119:1 6141:2 6151:1 6167:3 6173:1 6202:1 6215:1 6229:2 6246:2 6305:1 6317:2 6332:1 6336:1 6355:1 6361:1 6378:1 6386:2 6393:2 6395:1 6414:2 6422:1 6445:1 6492:1 6502:1 6515:3 6517:1 6566:1 6606:1 6613:1 6614:3 6617:1 6632:1 6633:1 6665:1 6680:1 6681:1 6689:2 6696:3 6720:3 6734:17 6738:1 6746:15 6748:6 6763:1 6797:1 6807:1 6834:1 6860:2 6861:1 6868:1 6873:1 6919:4 6925:1 6952:1 6968:1 6973:1 6994:1 7002:1 7013:2 7025:1 7043:1 7069:1 7088:1 7096:1 7104:1 7123:1 7126:1 7160:21 7183:1 7195:1 7201:1 7204:1 7209:1 7225:1 7232:1 7233:1 7235:8 7269:1 7270:1 7276:1 7282:1 7305:1 7337:1 7351:1 7366:3 7368:2 7374:1 7375:1 7376:2 7382:1 7388:3 7390:1 7397:1 7416:1 7458:1 7464:1 7475:1 7478:1 7480:1 7483:3 7488:1 7491:1 7493:1 7497:3 7498:2 7500:1 7501:1 7511:1 7522:3 7529:1 7537:3 7538:1 7566:1 7600:1 7606:1 7625:1 7629:1 7631:1 7663:1 7666:1 7669:1 7675:1 7678:1 7701:1 7714:1 7719:1 7727:3 7775:1 7790:1 7797:1 7850:1 7861:1 7866:1 7874:1 7878:1 7886:2 7910:1 7912:2 7922:1 7934:1 7938:1 7982:1 8003:1 8008:1 8035:1 8044:1 8045:1 8054:2 8066:1 8087:2 8088:1 8089:1 8095:3 8100:1 8104:2 8108:1 8114:3 8137:1 8199:1 8205:3 8213:1 8219:1 8231:1 8259:1 8260:1 8272:2 8292:1 8304:1 8310:1 8335:1 8363:1 8365:5 8371:1 8398:1 8403:1 8419:1 8459:1 8466:1 8482:2 8484:1 8494:1 8528:1 8540:2 8544:1 8546:1 8550:1 8552:1 8565:1 8573:1 8586:1 8610:1 8614:2 8627:4 8671:2 8683:2 8687:1 8697:1 8703:3 8705:2 8710:2 8722:1 8727:1 8764:1 8772:1 8773:1 8791:2 8806:2 8807:2 8809:1 8816:1 8818:1 8825:1 8829:2 8834:1 8837:1 8870:1 8890:1 8898:1 8911:1 8916:4 8947:1 8953:1 8954:1 8970:1 8977:6 9001:1 9003:4 9004:1 9005:2 9006:1 9012:3 9014:4 9016:1 9017:1 9025:1 9026:2 9033:2 9036:2 9038:7 9041:1 9042:1 9043:3 9044:1 9060:2 9072:1 9106:2 9108:1 9110:1 9117:1 9142:1 9144:2 9150:1 9154:2 9174:1 9178:1 9181:1 9205:1 9216:1 9247:1 9255:1 9280:1 9281:1 9285:1 9296:1 9298:2 9306:1 9348:1 9349:1 9350:2 9354:1 9370:1 9402:1 9483:1 9492:1 9504:1 9507:2 9508:4 9529:1 9552:1 9556:2 9562:1 9570:1 9598:1 9601:1 9609:1 9628:1 9630:1 9631:1 9644:1 9650:1 9657:7 9658:1 9686:1 9696:1 9713:1 9734:1 9783:1 9823:2 9842:1 9858:1 9872:1 9891:1 9899:1 9917:1 9918:1 9921:9 9939:1 9940:1 9967:1 9970:1 9979:2 9997:1 10001:1 10018:1 10065:1 10101:1 10102:2 10133:1 10140:1 10157:1 10160:4 10170:4 10172:1 10193:1 10203:5 10207:1 10213:1 10215:7 10225:2 10235:1 10237:2 10247:2 10259:1 10272:1 10284:1 10285:1 10288:3 10296:2 10297:1 10300:1 10302:1 10327:1 10331:1 10332:1 10351:2 10358:1 10382:2 10401:5 10404:4 10430:1 10440:1 10447:1 10477:1 10492:1 10493:1 10506:1 10519:1 10522:1 10533:1 10534:1 10538:1 10549:1 10550:1 10555:1 10578:1 10656:1 10668:1 10676:1 10697:1 10715:1 10778:1 10800:1 10801:1 10958:1 11000:1 11004:2 11009:1 11013:2 11018:1 11021:2 11023:1 11033:1 11038:1 11041:1 11056:1 11058:1 11080:2 11085:2 11088:1 11093:1 11106:1 11111:1 11120:2 11134:1 11143:2 11144:2 11160:2 11163:1 11178:1 11185:1 11205:1 11208:1 11209:3 11237:1 11247:1 11260:1 11262:1 11274:1 11312:1 11316:1 11321:1 11327:1 11341:1 11355:1 11387:1 11391:2 11398:2 11408:1 11409:1 11416:1 11432:1 11433:2 11442:1 11458:1 11460:1 11489:1 11521:1 11542:4 11543:2 11551:1 11575:1 11598:1 11600:2 11601:1 11604:2 11652:1 11658:1 11721:1 11735:2 11756:1 11758:1 11771:1 11798:1 11813:1 11828:5 11831:1 11833:1 11835:1 11843:2 11852:1 11862:1 11864:1 11865:1 11872:1 11907:1 11925:1 11930:1 11938:2 11940:1 11945:1 11949:1 11954:1 11979:4 11989:1 11991:1 12005:1 12014:1 12017:2 12047:1 12051:3 12067:2 12073:3 12083:1 12101:1 12102:1 12105:1 12113:1 12135:9 12187:6 12189:1 12230:1 12250:2 12269:1 12311:5 12345:1 12356:1 12386:1 12411:3 12412:1 12417:1 12429:1 12435:1 12439:2 12443:2 12446:1 12457:2 12467:1 12522:1 12527:1 12540:2 12587:1 12606:1 12614:1 12624:1 12637:2 12645:1 12670:1 12702:2 12733:1 12737:1 12751:1 12800:1 12814:1 12821:1 12825:5 12833:1 12870:1 12879:1 12889:1 12891:1 12892:1 12899:1 12914:1 12915:1 12917:3 12932:1 12977:3 12995:1 13006:1 13024:1 13029:1 13041:1 13047:1 13055:1 13061:1 13062:1 13091:1 13097:1 13106:1 13118:1 13139:2 13142:1 13143:1 13152:1 13154:1 13173:2 13187:3 13194:1 13199:1 13201:1 13208:1 13223:1 13238:1 13242:1 13251:2 13257:1 13265:1 13272:1 13288:1 13302:1 13304:1 13307:1 13319:1 13320:1 13334:2 13367:1 13372:1 13387:1 13391:1 13427:1 13448:1 13505:1 13516:1 13521:2 13530:1 13538:2 13557:1 13558:1 13563:1 13583:1 13594:1 13597:1 13608:1 13616:1 13622:1 13645:1 13657:1 13660:1 13666:1 13667:1 13675:1 13690:1 13714:1 13770:1 13793:1 13795:1 13796:2 13802:1 13824:2 13840:1 13842:1 13850:3 13856:2 13886:6 13909:1 13918:3 13922:1 13960:1 13992:1 14001:1 14002:1 14005:1 14008:1 14010:1 14011:2 14013:3 14014:2 14015:1 14016:2 14018:1 14021:3 14024:2 14027:1 14029:1 14031:1 14037:1 14067:1 14110:1 14124:1 14129:1 14135:1 14162:1 14182:1 14206:1 14212:1 14213:1 14217:1 14231:1 14248:1 14249:1 14285:1 14295:1 14305:1 14318:3 14333:1 14349:1 14357:1 14389:1 14439:1 14457:7 14565:1 14568:1 14578:1 14581:1 14590:1 14600:1 14606:1 14618:1 14625:1 14629:2 14660:1 14689:1 14695:1 14713:1 14714:2 14750:1 14756:1 14761:1 14768:1 14794:1 14823:1 14829:1 14839:1 14849:1 14852:1 14853:1 14858:1 14901:1 14915:1 14919:2 14942:1 14986:1 14992:1 15008:2 15024:1 15039:3 15101:2 15115:2 15146:1 15163:1 15177:1 15204:2 15211:1 15212:1 15220:1 15244:1 15311:1 15323:1 15335:1 15370:1 15381:1 15382:1 15387:1 15456:1 15457:2 15470:1 15506:1 15531:1 15554:1 15565:2 15569:2 15578:1 15594:3 15597:1 15600:2 15601:1 15615:2 15630:1 15638:1 15666:1 15678:1 15679:1 15694:1 15704:1 15725:1 15730:1 15738:3 15744:2 15745:1 15750:1 15785:1 15798:1 15874:3 15884:1 15893:1 15902:2 15917:1 15934:1 15942:1 15948:1 15969:1 16013:1 16049:1 16054:1 16068:1060 16071:1 16093:1 16122:1 16137:1 16141:1 16159:1 16169:1 16173:1 16191:1 16202:1 16225:1 16238:1 16267:1 16273:1 16315:1 16336:1 16339:1 16343:1 16378:1 16385:1 16407:1 16442:2 16446:1 16472:1 16488:1 16520:1 16542:1 16544:5 16555:2 16615:1 16617:1 16682:1 16700:2 16709:1 16729:1 16732:1 16735:1 16747:1 16771:1 16779:1 16823:1 16825:2 16830:1 16856:1 16873:1 16886:1 16887:5 16894:1 16924:1 16925:1 16974:2 16993:1 17008:6 17014:1 17027:7 17041:14 17043:2 17047:1 17089:1 17116:2 17132:1 17142:1 17169:1 17207:1 17212:1 17242:3 17244:1 17255:1 17263:1 17272:1 17273:1 17293:1 17301:1 17332:41 17352:1 17363:1 17367:1 17376:3 17396:1 17418:1 17419:1 17422:1 17425:1 17446:1 17462:1 17472:1 17475:4 17491:7 17492:1 17497:2 17500:1 17547:1 17567:1 17570:1 17571:1 17573:1 17576:1 17577:2 17583:1 17584:1 17585:1 17588:2 17590:2 17591:3 17592:1 17636:1 17638:1 17641:1 17654:1 17656:1 17670:1 17688:1 17711:1 17727:1 17731:1 17732:1 17737:1 17755:1 17759:1 17760:1 17781:1 17788:3 17810:1 17816:1 17817:2 17843:1 17856:1 17862:1 17880:1 17881:1 17909:1 17912:1 17930:1 17946:1 17957:1 17964:1 17972:1 17976:1 17990:1 18010:1 18027:1 18038:1 18056:1 18064:1 18069:4 18073:1 18079:1 18086:1 18101:1 18104:1 18108:1 18138:1 18140:1 18151:1 18185:1 18212:1 18224:2 18232:1 18248:2 18252:1 18253:1 18355:1 18359:1 18363:1 18364:1 18368:2 18376:1 18381:2 18389:3 18412:1 18418:1 18423:1 18433:1 18460:1 18471:1 18509:2 18513:1 18515:2 18527:1 18568:1 18588:1 18598:1 18602:1 18611:1 18612:1 18631:2 18632:1 18636:1 18650:1 18664:1 18673:1 18677:1 18691:1 18720:1 18724:1 18729:1 18730:1 18742:1 18746:9 18750:1 18775:1 18794:1 18803:1 18806:2 18820:1 18835:1 18851:2 18853:2 18858:1 18861:1 18896:2 18901:1 18911:1 18937:1 18964:5 18976:2 18977:1 18983:1 18995:6 18996:1 18997:1 19002:2 19010:2 19025:1 19045:1 19059:5 19087:1 19114:1 19122:1 19125:1 19140:3 19152:1 19170:2 19174:1 19176:1 19180:2 19195:1 19199:1 19205:1 19214:1 19222:1 19228:1 19243:1 19247:1 19264:2 19275:1 19304:1 19309:1 19313:3 19332:2 19334:7 19353:1 19388:3 19391:2 19393:2 19398:1 19410:1 19424:1 19438:1 19446:1 19478:4 19488:1 19503:2 19540:1 19554:1 19593:3 19605:2 19638:1 19673:1 19685:1 19687:1 19700:1 19705:1 19714:1 19720:7 19721:1 19722:1 19735:1 19761:2 19764:1 19801:1 19837:1 19843:1 19860:1 19874:1 19876:1 19890:2 19897:2 19915:1 19918:1 19965:1 19971:1 19978:1 20034:1 20042:1 20049:1 20072:2 20073:1 20078:1 20083:1 20084:1 20103:1 20132:3 20134:1 20158:1 20159:1 20162:1 20178:1 20202:1 20203:1 20219:1 20236:1 20239:2 20241:1 20244:2 20245:3 20279:1 20299:1 20310:1 20311:1 20319:1 20323:1 20326:2 20357:3 20374:1 20375:1 20378:1 20382:1 20395:1 20405:1 20430:3 20433:1 20439:1 20458:1 20465:2 20468:1 20483:1 20485:1 20497:1 20541:1 20567:1 20579:4 20585:1 20593:1 20629:1 20634:1 20678:1 20686:1 20702:1 20709:1 20728:2 20749:1 20758:1 20767:1 20789:1 20792:1 20836:1 20845:1 20847:1 20850:1 20878:1 20886:1 20893:1 20908:1 20914:1 20925:1 20934:1 20942:1 20961:1 20963:1 20968:1 20973:1 20996:1 21004:1 21044:1 21054:1 21063:1 21109:1 21134:1 21135:2 21152:1 21169:1 21190:2 21201:1 21215:1 21217:1 21236:1 21250:1 21264:1 21274:3 21277:2 21279:6 21280:1 21283:1 21290:1 21295:1 21302:3 21307:1 21361:1 21390:1 21397:2 21404:1 21429:1 21469:1 21473:1 21490:1 21494:1 21498:1 21505:1 21531:1 21537:1 21541:1 21542:3 21550:1 21551:1 21552:1 21588:1 21602:1 21644:1 21676:1 21684:2 21695:1 21697:1 21710:1 21755:1 21764:1 21781:1 21834:1 21843:1 21871:1 21872:1 21882:2 21887:1 21891:1 21925:1 21926:2 21927:1 21952:1 21992:1 22014:2 22015:1 22020:1 22047:2 22052:1 22078:1 22109:1 22116:3 22123:1 22129:1 22162:2 22186:1 22209:2 22220:1 22223:1 22226:1 22257:2 22259:1 22282:2 22314:1 22325:1 22342:1 22355:1 22360:2 22380:1 22396:2 22409:1 22445:1 22448:1 22453:2 22456:1 22466:1 22469:2 22470:1 22494:1 22495:1 22502:1 22545:1 22566:1 22597:2 22601:4 22602:1 22611:1 22625:3 22627:1 22640:2 22653:1 22675:1 22696:2 22723:1 22748:1 22754:1 22760:1 22768:1 22777:1 22801:1 22841:1 22852:1 22854:1 22900:1 22901:3 22914:1 22946:1 22947:1 22948:1 22971:1 22976:2 22988:1 23029:1 23049:2 23065:3 23125:1 23145:1 23167:2 23170:1 23178:1 23196:2 23199:1 23208:1 23236:1 23246:1 23283:1 23297:1 23356:3 23380:1 23382:1 23385:1 23392:1 23393:2 23422:1 23436:1 23444:1 23453:1 23461:1 23471:1 23492:2 23498:1 23510:2 23515:3 23533:1 23541:1 23548:1 23550:1 23551:1 23568:1 23597:1 23606:1 23656:1 23658:1 23659:2 23660:1 23664:1 23667:1 23673:1 23676:2 23680:1 23682:2 23699:1 23702:1 23709:2 23744:2 23759:1 23764:1 23778:1 23787:3 23836:1 23853:1 23859:2 23871:1 23874:1 23909:1 23910:1 23923:3 23941:1 23948:2 23953:4 23982:2 23983:1 24114:1 24133:1 24146:1 24202:1 24211:1 24227:1 24228:1 24237:4 24269:1 24282:21 24309:1 24319:3 24328:1 24337:1 24371:1 24395:2 24400:1 24419:1 24423:2 24437:1 24475:1 24503:1 24522:1 24530:1 24538:1 24541:1 24554:1 24578:1 24591:1 24594:1 24596:1 24601:1 24609:1 24627:1 24629:1 24631:1 24639:1 24646:1 24651:1 24656:1 24685:1 24720:2 24721:1 24763:1 24770:2 24772:4 24783:1 24829:1 24832:2 24878:1 24889:1 24892:1 24901:1 24922:1 24936:2 24950:1 24960:1 24985:1 24992:1 25037:1 25054:1 25082:1 25108:1 25120:1 25133:1 25152:1 25169:1 25174:1 25191:1 25192:1 25217:2 25219:1 25258:1 25259:1 25260:1 25264:1 25317:1 25321:3 25345:1 25353:1 25358:1 25365:2 25366:1 25368:1 25370:1 25372:1 25375:1 25382:1 25388:1 25390:1 25430:1 25440:1 5 2:1 11:1 36:1 38:3 41:1 89:3 91:1 104:3 120:1 130:2 158:2 181:1 185:1 198:1 204:2 211:1 229:1 230:1 233:2 248:2 283:2 312:2 313:1 331:1 352:1 361:3 363:1 377:1 396:1 420:1 429:1 487:1 497:1 509:1 518:1 526:1 530:2 555:1 558:2 572:4 593:1 601:1 614:1 636:1 674:1 718:1 744:1 752:2 766:3 778:2 783:1 787:1 793:1 799:3 803:2 814:3 829:3 844:2 848:1 849:3 851:2 865:1 867:2 883:3 890:1 902:1 904:2 917:1 961:1 977:1 1018:1 1045:1 1070:1 1097:1 1098:1 1103:1 1106:2 1115:1 1116:1 1134:1 1135:1 1143:1 1146:1 1198:1 1213:2 1243:1 1244:1 1260:1 1286:1 1288:2 1294:2 1296:1 1304:2 1307:1 1309:1 1313:1 1348:1 1357:1 1367:1 1371:1 1385:1 1390:2 1403:7 1413:4 1420:1 1425:1 1452:1 1454:1 1503:1 1565:1 1588:1 1589:1 1598:2 1608:1 1636:1 1638:1 1640:1 1660:1 1694:1 1712:1 1716:1 1752:1 1787:1 1801:1 1804:1 1813:2 1818:1 1828:1 1846:1 1851:1 1861:1 1873:1 1880:1 1888:1 1900:1 1911:1 1916:1 1918:6 1953:1 1975:1 1976:2 1985:1 2016:1 2028:1 2029:1 2030:1 2032:2 2033:2 2035:1 2039:1 2040:2 2046:3 2052:2 2053:2 2058:1 2060:1 2061:1 2094:1 2109:1 2149:1 2157:1 2167:2 2179:1 2180:1 2182:1 2188:1 2194:1 2200:1 2211:1 2226:1 2250:1 2280:1 2313:1 2339:2 2343:4 2351:1 2355:1 2362:1 2365:1 2384:1 2393:1 2394:1 2396:2 2397:3 2414:1 2460:2 2461:2 2473:1 2484:1 2502:1 2507:1 2542:1 2562:13 2571:1 2573:4 2586:1 2589:1 2598:1 2608:1 2611:9 2627:1 2650:1 2660:3 2661:1 2729:1 2743:1 2748:1 2772:1 2791:1 2841:4 2883:1 2891:1 2907:5 3007:1 3019:2 3024:2 3025:2 3028:1 3029:5 3030:2 3035:1 3038:1 3042:1 3076:3 3080:2 3082:1 3085:1 3099:2 3105:1 3120:1 3136:1 3140:1 3144:1 3145:3 3146:1 3147:14 3156:1 3162:1 3169:1 3180:1 3190:1 3206:1 3212:1 3217:1 3221:1 3225:1 3237:5 3241:1 3249:1 3277:1 3283:5 3286:1 3290:1 3327:1 3331:2 3353:1 3367:1 3369:1 3375:1 3380:1 3395:1 3410:1 3420:1 3437:1 3448:1 3456:2 3472:1 3475:1 3477:1 3482:1 3493:1 3496:1 3512:1 3514:1 3524:2 3530:3 3531:1 3543:1 3545:1 3551:1 3578:1 3584:1 3635:1 3659:1 3665:1 3670:2 3688:1 3690:1 3700:1 3703:2 3708:1 3773:1 3775:1 3800:1 3803:3 3817:1 3829:1 3836:1 3846:5 3849:1 3854:1 3927:1 3966:1 3968:1 3971:1 3993:2 4004:1 4007:2 4008:1 4010:2 4028:1 4054:4 4056:2 4064:1 4083:1 4088:1 4093:1 4126:1 4130:1 4131:1 4168:1 4169:1 4185:1 4198:1 4227:1 4272:1 4310:8 4311:1 4320:2 4352:1 4363:1 4388:1 4413:2 4418:1 4423:1 4428:5 4430:1 4435:1 4437:1 4438:1 4440:1 4455:3 4470:1 4505:1 4522:1 4553:1 4580:2 4597:1 4599:1 4637:1 4640:2 4653:1 4666:3 4676:1 4696:1 4720:1 4731:1 4762:1 4769:1 4785:1 4787:4 4794:1 4806:1 4807:1 4813:1 4860:4 4895:1 4899:1 4903:1 4904:1 4908:2 4912:1 4916:1 4924:1 4932:1 4961:1 4971:1 4974:1 4996:1 5001:1 5007:1 5043:1 5047:1 5053:1 5055:1 5071:1 5162:1 5170:1 5173:1 5184:1 5221:1 5228:3 5230:1 5234:2 5246:1 5255:1 5256:1 5258:1 5260:3 5290:1 5296:1 5304:1 5337:1 5374:1 5376:2 5378:1 5411:1 5412:1 5414:1 5424:1 5425:2 5463:1 5467:1 5478:1 5493:1 5494:1 5508:1 5568:2 5569:1 5576:1 5577:2 5582:2 5585:2 5593:3 5594:1 5595:1 5597:1 5609:1 5614:1 5679:1 5694:1 5702:1 5790:1 5819:1 5825:1 5834:1 5842:3 5850:1 5854:1 5855:2 5877:1 5919:1 5923:1 5949:4 5957:2 5960:1 5963:1 5973:1 5985:3 6018:1 6023:1 6026:1 6049:1 6053:1 6056:1 6061:1 6062:1 6066:1 6075:1 6076:5 6091:1 6116:1 6119:1 6141:2 6151:1 6167:3 6173:1 6202:1 6215:1 6229:2 6246:2 6305:1 6317:2 6332:1 6336:1 6355:1 6361:1 6378:1 6386:2 6393:2 6395:1 6414:2 6422:1 6445:1 6492:1 6502:1 6515:3 6517:1 6566:1 6606:1 6613:1 6614:3 6617:1 6632:1 6633:1 6665:1 6680:1 6681:1 6689:2 6696:3 6720:3 6734:17 6738:1 6746:15 6748:7 6763:1 6797:1 6807:1 6834:1 6860:2 6861:1 6868:1 6873:1 6919:4 6925:1 6952:1 6968:1 6973:1 6994:1 7002:1 7013:2 7025:1 7043:1 7069:1 7088:1 7096:1 7104:1 7123:1 7126:1 7160:21 7183:1 7195:1 7201:1 7204:1 7209:1 7225:1 7232:1 7233:1 7235:8 7269:1 7270:1 7276:1 7282:1 7305:1 7337:1 7351:2 7366:3 7368:2 7374:1 7375:1 7376:2 7382:1 7388:3 7390:1 7397:1 7416:1 7458:1 7464:1 7475:1 7478:1 7480:1 7483:3 7488:1 7491:1 7493:1 7497:3 7498:2 7500:1 7501:1 7511:1 7522:3 7529:1 7537:3 7538:1 7566:1 7600:1 7606:1 7625:1 7629:1 7631:1 7663:1 7666:1 7669:1 7675:1 7678:1 7701:1 7714:1 7719:1 7727:3 7775:1 7790:1 7797:1 7850:1 7861:1 7866:1 7874:1 7878:1 7886:2 7910:1 7912:2 7922:1 7934:1 7938:1 7982:1 8003:1 8008:1 8035:1 8044:1 8045:1 8054:2 8066:1 8087:2 8088:1 8089:1 8095:3 8100:1 8104:2 8108:1 8114:3 8137:1 8199:1 8205:3 8213:1 8219:1 8231:1 8259:1 8260:1 8272:2 8292:1 8304:1 8310:1 8335:2 8363:1 8365:5 8371:1 8398:1 8403:1 8419:1 8459:1 8466:1 8482:2 8484:1 8494:1 8528:1 8540:2 8544:1 8546:1 8550:1 8552:1 8565:1 8573:1 8586:1 8610:1 8614:2 8627:4 8671:2 8683:2 8687:1 8697:1 8703:3 8705:2 8710:2 8722:1 8727:1 8764:1 8772:1 8773:1 8791:2 8806:2 8807:2 8809:1 8816:1 8818:1 8825:1 8829:2 8834:1 8837:1 8870:1 8890:1 8898:1 8911:1 8916:5 8947:1 8953:1 8954:1 8970:1 8977:6 9001:1 9003:4 9004:1 9005:2 9006:1 9012:3 9014:5 9016:1 9017:1 9025:1 9026:2 9033:2 9036:2 9038:7 9041:1 9042:1 9043:3 9044:1 9060:2 9072:1 9106:2 9108:1 9110:1 9117:1 9142:1 9144:2 9150:1 9154:2 9174:1 9178:1 9181:1 9205:1 9216:1 9247:1 9255:1 9280:1 9281:1 9285:1 9296:1 9298:2 9306:1 9348:1 9349:1 9350:2 9354:1 9370:1 9402:1 9483:1 9492:1 9504:1 9507:2 9508:4 9529:1 9552:1 9556:2 9562:1 9570:1 9598:1 9601:1 9609:1 9628:1 9630:1 9631:1 9644:1 9650:1 9657:7 9658:1 9686:1 9696:1 9713:1 9734:1 9783:1 9823:2 9842:1 9858:1 9872:1 9891:1 9899:1 9917:1 9918:1 9921:9 9939:1 9940:1 9967:1 9970:1 9979:2 9997:1 10001:1 10018:1 10065:1 10101:1 10102:2 10133:1 10136:1 10140:1 10157:1 10160:4 10170:4 10172:1 10193:2 10203:5 10207:1 10213:1 10215:8 10225:2 10235:1 10237:2 10247:2 10259:1 10272:1 10284:1 10285:1 10288:3 10296:2 10297:1 10300:1 10302:1 10327:1 10331:1 10332:1 10351:2 10358:1 10382:2 10401:5 10404:4 10430:1 10440:1 10447:1 10477:1 10492:1 10493:1 10506:1 10519:1 10522:1 10533:1 10534:1 10538:1 10549:1 10550:1 10555:1 10578:1 10656:1 10668:1 10676:2 10697:1 10715:1 10778:1 10800:1 10801:1 10958:1 11000:1 11004:2 11009:1 11013:2 11018:1 11021:2 11023:1 11033:1 11038:1 11041:1 11056:1 11058:1 11080:2 11085:2 11088:1 11093:1 11106:1 11111:1 11120:2 11134:1 11143:2 11144:2 11160:2 11163:2 11178:1 11185:1 11205:1 11208:1 11209:3 11237:1 11247:1 11260:1 11262:1 11274:1 11312:1 11316:1 11321:1 11327:1 11341:1 11355:1 11387:1 11391:2 11398:2 11408:1 11409:1 11416:1 11432:1 11433:2 11442:1 11458:1 11460:1 11489:1 11521:1 11542:4 11543:2 11551:1 11575:1 11598:1 11600:2 11601:1 11604:2 11652:1 11658:1 11674:1 11721:1 11735:2 11756:1 11758:1 11771:1 11798:1 11813:1 11828:5 11831:1 11833:1 11835:1 11843:2 11852:1 11862:1 11864:1 11865:1 11872:1 11907:1 11925:1 11930:1 11938:2 11940:2 11945:1 11949:1 11954:1 11979:4 11989:1 11991:1 12005:1 12014:1 12017:2 12047:1 12051:3 12067:2 12073:3 12083:1 12101:1 12102:1 12105:1 12113:1 12135:9 12187:6 12189:1 12230:1 12250:2 12269:1 12311:5 12345:1 12356:1 12386:1 12411:3 12412:1 12417:1 12429:1 12435:1 12439:2 12443:2 12446:1 12457:2 12467:1 12522:1 12527:1 12540:2 12587:1 12606:1 12614:1 12624:1 12637:2 12645:1 12670:1 12702:2 12715:1 12733:1 12737:1 12751:1 12800:1 12814:1 12821:1 12825:5 12833:1 12870:1 12879:1 12889:1 12891:1 12892:1 12899:1 12914:1 12915:1 12917:3 12932:1 12977:3 12995:1 13006:1 13024:1 13029:1 13041:1 13047:1 13055:1 13061:1 13062:1 13091:1 13097:1 13106:1 13118:1 13139:2 13142:1 13143:1 13152:1 13154:1 13173:2 13187:3 13194:1 13199:1 13201:1 13208:1 13223:1 13238:1 13242:1 13251:2 13257:1 13265:1 13272:1 13288:1 13302:1 13304:1 13307:1 13319:1 13320:1 13334:2 13367:1 13372:1 13387:1 13391:1 13427:1 13448:1 13505:1 13516:1 13521:2 13530:1 13538:2 13557:1 13558:1 13563:1 13583:1 13594:1 13597:1 13608:1 13616:1 13622:1 13645:1 13657:1 13660:1 13666:1 13667:1 13675:1 13690:1 13714:1 13770:1 13793:1 13795:1 13796:2 13802:1 13824:2 13840:1 13842:1 13850:3 13856:3 13886:6 13909:1 13918:4 13922:1 13960:1 13992:1 14001:1 14002:1 14005:1 14008:1 14010:1 14011:2 14013:3 14014:2 14015:1 14016:2 14018:1 14021:3 14024:2 14027:1 14029:1 14031:1 14037:1 14067:1 14110:1 14124:1 14129:1 14135:2 14162:1 14182:1 14206:1 14212:1 14213:1 14217:1 14231:1 14248:1 14249:1 14285:1 14295:1 14305:1 14318:3 14333:1 14349:1 14357:1 14389:1 14439:1 14457:7 14565:1 14568:1 14578:1 14581:1 14590:1 14600:1 14606:1 14618:1 14625:1 14629:2 14660:1 14689:1 14695:1 14713:1 14714:2 14750:1 14756:1 14761:1 14768:1 14794:1 14823:1 14829:1 14839:1 14849:1 14852:1 14853:1 14858:1 14901:1 14915:1 14919:2 14942:1 14986:2 14992:1 15008:2 15024:1 15039:3 15101:2 15115:2 15146:1 15163:1 15177:1 15190:1 15204:2 15211:1 15212:1 15220:1 15244:1 15311:1 15323:1 15335:1 15370:1 15381:1 15382:1 15387:1 15456:1 15457:2 15470:1 15506:1 15531:1 15554:1 15565:2 15569:2 15578:1 15594:3 15597:1 15600:2 15601:1 15615:2 15630:1 15638:1 15666:1 15678:1 15679:1 15694:1 15704:1 15725:1 15730:1 15738:3 15744:2 15745:1 15750:1 15785:1 15798:1 15874:3 15884:1 15893:1 15902:2 15917:1 15934:1 15942:1 15948:1 15969:1 16013:1 16049:1 16054:1 16068:1093 16071:1 16093:1 16122:1 16137:1 16141:1 16159:1 16169:1 16173:1 16191:1 16202:1 16225:1 16238:1 16267:1 16273:1 16315:1 16336:1 16339:1 16343:1 16378:1 16385:1 16407:1 16442:2 16446:1 16472:1 16488:1 16520:1 16542:1 16544:5 16555:2 16615:1 16617:1 16682:1 16700:2 16709:1 16729:1 16732:1 16735:1 16747:1 16771:1 16779:1 16823:1 16825:2 16830:1 16856:1 16873:1 16886:1 16887:5 16894:1 16924:1 16925:1 16974:2 16993:1 17008:6 17014:1 17027:7 17041:15 17043:2 17047:1 17089:1 17116:2 17132:1 17142:1 17169:1 17207:1 17212:1 17242:3 17244:1 17255:1 17263:1 17272:1 17273:1 17293:1 17301:1 17332:42 17352:1 17363:1 17367:1 17376:3 17396:1 17418:1 17419:1 17422:1 17425:1 17446:1 17462:1 17472:1 17475:4 17491:7 17492:1 17497:2 17500:1 17547:2 17567:1 17570:1 17571:1 17573:1 17576:1 17577:2 17583:1 17584:1 17585:1 17588:2 17590:2 17591:3 17592:1 17636:1 17638:1 17641:1 17654:1 17656:1 17670:1 17688:1 17711:1 17727:1 17731:1 17732:1 17737:1 17755:1 17759:1 17760:1 17781:1 17788:3 17810:1 17816:1 17817:2 17843:1 17856:1 17862:1 17880:1 17881:1 17909:1 17912:1 17930:1 17946:1 17957:1 17964:1 17972:1 17976:1 17990:1 18010:1 18027:1 18038:1 18041:1 18056:1 18064:1 18069:4 18073:1 18079:1 18086:1 18101:1 18104:1 18108:1 18138:1 18140:1 18151:1 18185:1 18212:1 18224:2 18232:2 18248:2 18252:1 18253:1 18355:1 18359:1 18363:1 18364:1 18368:2 18376:1 18381:2 18389:3 18412:1 18418:1 18423:1 18433:1 18460:1 18471:1 18482:1 18509:2 18513:1 18515:2 18527:1 18568:1 18588:1 18598:1 18602:1 18611:1 18612:1 18631:2 18632:1 18636:1 18650:1 18664:1 18673:1 18677:1 18691:1 18720:1 18724:1 18729:1 18730:1 18742:1 18746:9 18750:1 18775:1 18794:1 18803:1 18806:2 18820:1 18835:1 18851:2 18853:2 18858:1 18861:1 18896:2 18901:1 18911:1 18937:1 18964:5 18976:2 18977:1 18983:1 18995:6 18996:1 18997:1 19002:2 19010:2 19025:1 19045:1 19059:5 19087:1 19114:1 19122:1 19125:1 19140:3 19152:1 19170:2 19174:1 19176:1 19180:2 19195:1 19199:1 19205:1 19214:1 19222:1 19228:1 19243:1 19247:1 19264:2 19275:1 19304:1 19309:1 19313:3 19332:2 19334:7 19353:1 19388:3 19391:2 19393:3 19398:1 19410:1 19424:1 19438:1 19446:1 19478:4 19488:1 19503:2 19540:1 19554:1 19593:3 19605:2 19638:1 19673:2 19685:1 19687:1 19700:1 19705:1 19714:1 19720:7 19721:1 19722:1 19735:1 19761:2 19764:1 19801:1 19837:1 19843:1 19860:1 19874:1 19876:1 19890:2 19897:2 19915:1 19918:1 19965:1 19971:1 19978:1 20034:1 20042:1 20049:1 20072:2 20073:1 20078:1 20083:1 20084:1 20103:1 20132:3 20134:1 20158:1 20159:1 20162:1 20178:1 20202:1 20203:1 20219:1 20236:1 20239:2 20241:1 20244:2 20245:3 20279:1 20299:1 20310:1 20311:1 20319:1 20323:1 20326:2 20357:3 20374:1 20375:1 20378:1 20382:1 20395:1 20405:1 20430:3 20433:1 20439:1 20458:1 20465:2 20468:1 20483:1 20485:1 20497:1 20541:1 20567:1 20579:4 20585:1 20593:1 20629:1 20634:1 20678:1 20686:2 20702:1 20709:1 20728:2 20749:1 20758:1 20767:1 20789:1 20792:1 20836:1 20845:1 20847:1 20850:1 20878:1 20886:1 20893:1 20908:1 20914:1 20925:1 20934:1 20942:1 20961:1 20963:1 20968:1 20973:1 20996:1 21004:1 21044:1 21054:1 21063:1 21109:1 21134:1 21135:2 21152:1 21169:1 21190:2 21201:1 21215:1 21217:1 21236:1 21250:1 21264:1 21274:3 21277:3 21279:6 21280:1 21283:1 21290:1 21295:1 21302:3 21307:1 21361:1 21390:1 21397:2 21404:1 21429:1 21469:1 21473:1 21490:1 21494:1 21498:1 21505:1 21531:1 21537:1 21541:1 21542:3 21550:1 21551:1 21552:1 21588:1 21602:1 21644:1 21676:1 21684:2 21695:1 21697:1 21710:1 21755:1 21764:1 21781:1 21834:1 21843:1 21871:1 21872:1 21882:2 21887:1 21891:1 21925:1 21926:2 21927:1 21952:1 21992:1 22014:2 22015:1 22020:1 22047:2 22052:1 22078:1 22109:1 22116:3 22123:1 22129:1 22162:2 22186:1 22209:2 22220:1 22223:1 22226:1 22257:2 22259:1 22282:2 22314:1 22325:2 22342:1 22355:1 22360:2 22380:1 22396:2 22409:1 22445:1 22448:1 22453:2 22456:1 22466:1 22469:2 22470:1 22494:1 22495:1 22502:1 22545:1 22566:1 22597:2 22601:5 22602:1 22611:1 22625:3 22627:1 22640:2 22653:1 22675:1 22696:2 22723:2 22748:1 22754:1 22760:1 22768:1 22777:1 22801:1 22841:1 22852:1 22854:1 22900:1 22901:3 22914:1 22946:1 22947:1 22948:1 22971:1 22976:2 22988:1 23029:1 23049:2 23065:3 23125:1 23145:1 23167:2 23170:1 23178:1 23196:2 23199:1 23208:1 23236:1 23246:1 23283:1 23297:1 23356:3 23380:1 23382:1 23385:1 23392:1 23393:2 23422:1 23436:1 23444:1 23453:1 23461:1 23471:1 23492:2 23498:1 23510:2 23515:3 23533:1 23541:1 23548:1 23550:1 23551:1 23568:1 23597:1 23606:1 23656:1 23658:1 23659:2 23660:1 23664:1 23667:1 23673:1 23676:2 23680:1 23682:2 23699:1 23702:1 23709:2 23744:2 23759:1 23764:1 23778:1 23787:3 23836:1 23853:1 23859:2 23871:1 23874:1 23909:1 23910:1 23923:3 23941:1 23948:2 23953:4 23982:2 23983:1 24114:1 24133:1 24146:1 24202:1 24211:1 24227:1 24228:1 24237:4 24269:1 24282:21 24309:1 24319:3 24328:1 24337:1 24371:1 24395:2 24400:1 24419:1 24423:2 24437:1 24475:1 24503:1 24522:1 24530:1 24538:1 24541:1 24554:1 24578:1 24591:1 24594:1 24596:1 24601:1 24609:1 24627:1 24629:1 24631:1 24639:1 24646:1 24651:1 24656:2 24685:1 24720:2 24721:1 24763:1 24770:2 24772:4 24783:1 24829:1 24832:2 24878:1 24889:1 24892:1 24901:1 24922:1 24936:2 24950:1 24960:1 24985:1 24992:1 25037:1 25054:1 25082:1 25108:1 25120:1 25133:1 25152:1 25169:1 25174:1 25191:1 25192:1 25217:2 25219:1 25258:1 25259:1 25260:1 25264:1 25317:1 25321:3 25345:1 25353:1 25358:1 25365:2 25366:1 25368:1 25370:1 25372:1 25375:1 25382:1 25388:1 25390:1 25430:1 25440:1 5 2:1 11:1 36:1 38:3 41:1 89:3 91:1 104:3 120:1 122:1 130:2 138:2 158:2 181:1 185:1 198:1 204:2 211:1 229:1 230:1 233:2 248:2 283:2 312:2 313:1 331:1 352:1 361:3 363:1 377:1 396:1 420:1 429:1 487:1 497:1 509:1 518:1 526:1 530:2 555:1 558:2 572:5 593:1 601:1 614:1 636:1 674:1 718:1 744:1 752:2 766:3 778:2 783:1 787:1 793:1 799:3 803:2 814:3 829:3 844:2 848:1 849:3 851:2 865:1 867:2 883:4 890:1 902:1 904:2 917:1 951:1 953:1 961:1 977:1 1018:1 1045:1 1070:1 1097:1 1098:1 1103:1 1106:2 1115:1 1116:1 1134:2 1135:1 1143:1 1146:1 1198:1 1213:2 1230:1 1243:1 1244:1 1260:1 1286:1 1288:2 1294:2 1296:1 1304:2 1307:1 1309:1 1313:1 1348:1 1357:1 1367:1 1371:1 1385:1 1390:2 1403:7 1413:4 1420:1 1425:1 1452:1 1454:1 1503:1 1565:1 1588:1 1589:1 1598:2 1608:1 1636:1 1638:1 1640:1 1660:1 1694:1 1712:1 1716:1 1752:1 1787:1 1801:1 1804:1 1813:2 1818:1 1828:1 1846:1 1851:1 1861:1 1873:1 1880:1 1888:1 1900:1 1911:1 1916:1 1918:6 1953:1 1975:1 1976:2 1985:1 2016:1 2028:1 2029:1 2030:1 2032:2 2033:2 2035:1 2039:1 2040:2 2046:3 2052:2 2053:2 2058:1 2060:1 2061:1 2094:1 2109:1 2149:1 2157:1 2167:2 2179:1 2180:1 2182:1 2188:1 2194:1 2200:1 2211:1 2226:1 2250:1 2280:1 2313:1 2339:2 2343:4 2351:1 2355:1 2362:1 2365:1 2384:1 2393:1 2394:1 2396:2 2397:3 2414:1 2460:2 2461:2 2473:1 2484:1 2502:1 2507:1 2542:1 2562:13 2571:1 2573:4 2586:1 2589:1 2598:1 2608:1 2611:11 2627:1 2650:1 2660:3 2661:1 2699:1 2729:1 2743:1 2748:1 2772:1 2791:1 2841:4 2883:1 2891:1 2907:5 3007:1 3019:3 3024:2 3025:2 3028:1 3029:6 3030:2 3034:1 3035:1 3038:1 3042:1 3065:1 3076:3 3080:2 3082:1 3085:1 3099:2 3105:1 3120:1 3136:1 3140:1 3144:1 3145:3 3146:1 3147:14 3156:1 3162:1 3169:1 3180:1 3190:1 3206:1 3212:1 3217:1 3221:1 3225:1 3237:5 3241:1 3249:1 3277:1 3283:5 3286:1 3290:1 3327:1 3331:2 3353:1 3367:1 3369:1 3375:1 3380:1 3395:1 3410:1 3420:1 3422:1 3437:1 3448:1 3456:2 3472:1 3475:1 3477:1 3482:1 3493:1 3496:1 3512:1 3514:1 3524:2 3530:3 3531:1 3543:1 3545:1 3551:1 3578:1 3584:1 3618:1 3635:1 3659:1 3665:1 3670:2 3688:1 3690:1 3700:1 3703:2 3708:1 3773:1 3775:1 3800:1 3803:3 3817:1 3829:1 3836:2 3846:5 3849:1 3854:1 3927:1 3966:1 3968:1 3971:1 3993:2 4004:1 4007:2 4008:1 4010:2 4028:1 4054:4 4056:2 4064:1 4083:1 4088:1 4093:1 4126:1 4130:1 4131:1 4168:1 4169:1 4185:1 4198:1 4227:1 4272:1 4310:8 4311:1 4320:2 4352:1 4363:1 4388:1 4413:2 4418:2 4423:1 4428:5 4430:1 4435:1 4437:1 4438:1 4440:1 4455:3 4470:1 4505:1 4522:1 4553:1 4580:2 4597:1 4599:1 4637:1 4640:2 4653:1 4656:1 4666:3 4676:1 4696:1 4720:1 4731:1 4762:1 4769:1 4774:1 4785:1 4787:4 4794:1 4806:1 4807:1 4813:1 4860:4 4895:1 4899:1 4903:1 4904:1 4908:2 4912:1 4916:1 4924:1 4932:1 4961:1 4971:1 4974:1 4996:1 5001:1 5007:1 5043:1 5047:1 5053:1 5055:1 5071:1 5162:1 5170:1 5173:1 5184:1 5221:1 5228:3 5230:1 5234:2 5246:1 5253:1 5255:2 5256:1 5258:1 5260:3 5290:1 5296:1 5304:1 5308:1 5337:1 5374:1 5376:2 5378:1 5411:1 5412:1 5414:1 5424:1 5425:2 5463:1 5467:1 5478:1 5493:1 5494:1 5508:1 5568:2 5569:1 5576:1 5577:2 5582:2 5585:2 5593:3 5594:1 5595:1 5597:1 5609:1 5614:1 5679:1 5694:1 5702:1 5790:1 5819:1 5825:1 5834:1 5842:3 5850:1 5854:1 5855:2 5877:1 5919:1 5923:1 5949:4 5957:2 5960:1 5963:1 5973:1 5985:3 5999:1 6018:1 6023:1 6026:1 6049:1 6053:1 6056:1 6061:1 6062:1 6066:1 6075:1 6076:5 6091:1 6116:1 6119:1 6141:2 6151:1 6167:3 6173:1 6202:1 6215:1 6229:2 6246:2 6305:1 6317:2 6332:1 6336:1 6355:1 6361:1 6378:1 6386:2 6393:2 6395:1 6414:2 6422:1 6445:1 6492:2 6502:1 6515:3 6517:1 6566:1 6579:1 6606:2 6613:1 6614:3 6617:1 6632:1 6633:1 6665:1 6680:1 6681:1 6689:2 6696:3 6720:3 6734:17 6738:1 6746:15 6748:8 6763:1 6797:1 6807:1 6813:1 6834:1 6860:2 6861:1 6868:1 6873:1 6919:4 6925:1 6952:1 6968:1 6973:1 6994:1 7000:1 7002:1 7013:2 7025:1 7043:1 7069:1 7074:1 7088:1 7096:1 7100:1 7104:1 7123:1 7126:1 7160:22 7183:1 7195:1 7201:1 7204:1 7209:1 7225:1 7232:1 7233:2 7235:8 7269:1 7270:1 7276:1 7282:1 7302:1 7305:1 7337:2 7351:2 7366:3 7368:2 7371:1 7374:1 7375:1 7376:2 7381:1 7382:1 7388:3 7390:1 7397:1 7416:1 7458:1 7464:1 7475:1 7478:1 7480:1 7483:3 7488:1 7491:1 7493:1 7497:3 7498:2 7500:1 7501:1 7511:1 7522:3 7529:1 7537:5 7538:1 7566:1 7600:1 7606:1 7625:1 7629:1 7631:1 7663:1 7666:1 7669:1 7675:1 7678:1 7701:1 7714:1 7719:1 7727:3 7775:1 7790:1 7797:1 7850:1 7861:1 7866:1 7874:1 7878:1 7886:2 7897:1 7910:1 7912:2 7922:1 7934:1 7938:1 7982:1 8003:1 8008:1 8035:1 8044:1 8045:1 8054:2 8066:1 8087:2 8088:1 8089:1 8095:3 8100:1 8103:1 8104:2 8108:2 8114:3 8137:1 8199:1 8205:3 8213:1 8219:1 8231:1 8259:1 8260:1 8272:2 8292:1 8304:1 8310:1 8335:2 8363:1 8365:5 8371:1 8398:1 8403:1 8419:1 8422:1 8459:1 8466:1 8482:2 8484:1 8494:1 8528:1 8540:2 8544:1 8546:1 8550:1 8552:1 8565:1 8573:1 8586:1 8610:1 8614:2 8627:4 8671:2 8683:2 8687:1 8697:1 8703:3 8705:2 8710:2 8722:1 8727:1 8764:1 8772:1 8773:1 8791:2 8806:2 8807:2 8809:1 8816:1 8818:1 8825:1 8829:2 8834:1 8837:1 8870:1 8890:1 8898:1 8911:1 8916:5 8947:1 8953:1 8954:1 8970:1 8977:6 9001:1 9003:4 9004:1 9005:2 9006:1 9012:3 9014:5 9016:1 9017:1 9025:1 9026:2 9033:2 9036:2 9038:7 9041:1 9042:1 9043:3 9044:1 9060:2 9072:1 9105:1 9106:2 9108:1 9110:1 9117:1 9142:1 9144:2 9150:1 9154:2 9174:1 9178:1 9181:1 9205:1 9216:1 9247:1 9255:1 9280:1 9281:1 9285:1 9296:1 9298:2 9306:1 9342:1 9348:1 9349:1 9350:2 9354:1 9370:1 9402:1 9483:1 9492:1 9504:1 9507:2 9508:4 9529:1 9552:1 9556:2 9562:1 9570:1 9598:1 9601:1 9609:1 9628:1 9630:1 9631:1 9644:1 9650:1 9657:7 9658:1 9686:1 9696:1 9713:1 9734:1 9783:1 9823:2 9842:1 9858:1 9872:1 9891:1 9899:1 9917:1 9918:1 9921:9 9939:1 9940:1 9967:1 9970:1 9979:4 9997:1 10001:1 10018:1 10065:1 10101:1 10102:3 10133:1 10134:1 10136:1 10140:1 10157:1 10160:4 10170:4 10172:1 10193:2 10203:5 10207:1 10213:1 10215:9 10225:2 10235:1 10237:2 10247:2 10259:1 10272:1 10284:1 10285:1 10288:3 10296:3 10297:1 10300:1 10302:1 10327:1 10331:1 10332:1 10351:2 10358:1 10382:2 10401:5 10404:4 10430:1 10440:1 10447:1 10455:1 10459:1 10477:1 10492:1 10493:1 10506:1 10519:1 10522:1 10533:1 10534:1 10538:1 10549:1 10550:1 10555:1 10578:1 10656:1 10668:1 10676:2 10697:1 10715:1 10722:1 10778:1 10800:1 10801:1 10860:1 10865:1 10927:1 10958:1 11000:1 11004:2 11009:1 11013:2 11018:1 11021:2 11023:1 11033:1 11038:1 11041:1 11054:1 11056:1 11058:1 11080:2 11085:2 11088:1 11093:1 11106:1 11111:1 11120:3 11134:1 11143:2 11144:2 11160:2 11163:2 11178:1 11185:1 11205:1 11208:1 11209:3 11237:1 11247:1 11260:1 11262:1 11274:1 11281:1 11312:1 11316:1 11321:1 11327:1 11341:1 11355:1 11387:1 11391:2 11398:2 11408:1 11409:1 11416:1 11432:1 11433:2 11442:1 11458:1 11460:1 11489:1 11521:1 11542:4 11543:2 11551:1 11575:1 11598:1 11600:2 11601:1 11604:2 11652:1 11658:1 11674:1 11721:1 11735:2 11756:1 11758:1 11771:1 11798:1 11813:1 11828:5 11831:1 11833:1 11835:1 11843:2 11852:1 11862:1 11864:1 11865:1 11872:1 11907:1 11925:1 11930:1 11938:2 11940:2 11945:1 11949:1 11954:1 11979:4 11989:1 11991:1 12005:1 12014:1 12017:2 12047:1 12051:3 12057:1 12067:2 12073:3 12083:1 12101:1 12102:1 12105:1 12113:1 12135:10 12187:6 12189:1 12230:1 12250:2 12269:1 12311:5 12345:1 12356:1 12386:1 12411:3 12412:1 12417:1 12429:1 12435:1 12439:2 12443:2 12446:1 12457:2 12466:1 12467:1 12522:1 12527:1 12540:2 12587:1 12606:1 12614:1 12624:1 12637:2 12645:1 12670:1 12702:2 12715:1 12733:1 12737:1 12751:1 12800:1 12814:1 12821:1 12825:6 12833:1 12870:1 12879:1 12889:1 12891:1 12892:1 12899:1 12914:1 12915:1 12917:3 12932:1 12977:3 12995:1 13006:1 13024:1 13029:1 13041:1 13047:1 13055:1 13061:1 13062:1 13091:1 13097:1 13098:1 13106:1 13118:1 13139:2 13142:1 13143:1 13152:1 13154:1 13173:2 13187:3 13194:1 13199:1 13201:1 13208:1 13223:1 13238:1 13242:1 13251:2 13257:1 13265:1 13272:1 13280:1 13288:1 13302:1 13304:1 13307:1 13319:1 13320:1 13334:2 13364:1 13367:1 13372:1 13387:1 13391:1 13427:1 13448:2 13505:1 13516:1 13521:2 13530:1 13538:2 13557:2 13558:1 13563:1 13583:1 13594:1 13597:1 13608:1 13616:1 13622:1 13645:1 13657:1 13660:2 13666:1 13667:1 13675:1 13690:1 13714:1 13770:1 13793:1 13795:1 13796:2 13802:1 13824:2 13840:1 13842:1 13850:3 13856:3 13886:6 13909:1 13918:4 13922:1 13960:1 13992:1 14001:1 14002:1 14005:1 14008:1 14010:1 14011:2 14013:3 14014:2 14015:1 14016:2 14018:1 14021:3 14024:2 14027:2 14029:1 14031:1 14037:1 14067:1 14110:1 14124:1 14129:1 14135:2 14162:1 14182:1 14206:1 14212:1 14213:1 14217:1 14231:1 14243:1 14248:1 14249:2 14285:1 14291:1 14295:1 14305:1 14318:4 14333:1 14349:1 14357:1 14389:1 14402:1 14439:1 14457:9 14565:1 14568:1 14578:1 14581:1 14590:1 14600:1 14606:1 14618:1 14625:1 14629:2 14660:1 14689:1 14695:1 14706:1 14713:1 14714:2 14750:1 14756:1 14761:1 14768:1 14794:1 14823:1 14829:1 14839:1 14849:1 14852:1 14853:1 14858:1 14901:1 14915:1 14919:2 14942:1 14986:2 14992:1 15008:2 15024:1 15039:3 15101:3 15115:2 15146:1 15163:1 15177:1 15190:1 15204:2 15211:1 15212:1 15220:1 15244:1 15268:1 15311:1 15323:1 15335:1 15370:1 15381:1 15382:1 15387:1 15456:1 15457:2 15470:1 15506:1 15531:1 15554:1 15565:2 15569:2 15578:1 15594:3 15597:1 15600:2 15601:1 15615:2 15630:1 15638:1 15666:1 15678:1 15679:1 15694:1 15704:1 15725:1 15730:1 15738:3 15744:2 15745:1 15750:1 15785:1 15798:1 15874:3 15884:1 15893:1 15902:2 15917:1 15934:1 15942:1 15948:1 15969:1 16013:1 16049:1 16054:1 16068:1133 16071:1 16092:1 16093:1 16122:1 16137:1 16141:1 16159:1 16169:1 16173:2 16191:1 16202:1 16225:1 16238:1 16267:1 16273:1 16315:1 16336:1 16339:1 16343:1 16378:1 16385:1 16407:1 16442:2 16446:1 16472:1 16488:1 16520:1 16542:1 16544:6 16555:2 16603:1 16615:1 16617:1 16682:1 16700:2 16709:1 16729:1 16732:1 16735:1 16747:1 16771:1 16779:1 16823:1 16825:3 16830:1 16856:1 16873:1 16886:1 16887:6 16894:1 16924:1 16925:1 16974:2 16993:1 17008:6 17014:1 17027:9 17041:15 17043:2 17047:1 17089:1 17116:2 17132:1 17142:1 17165:1 17169:1 17207:1 17212:1 17242:3 17244:1 17255:1 17261:1 17263:1 17272:1 17273:1 17293:1 17301:1 17332:45 17352:1 17363:1 17367:1 17376:3 17396:1 17418:1 17419:1 17422:1 17425:1 17446:1 17462:1 17472:1 17475:5 17491:9 17492:1 17497:2 17500:1 17547:2 17567:1 17570:1 17571:1 17573:1 17576:1 17577:2 17583:1 17584:1 17585:1 17588:2 17590:2 17591:3 17592:1 17636:1 17638:1 17641:1 17654:1 17656:1 17670:1 17688:1 17711:1 17727:1 17731:1 17732:1 17737:1 17755:1 17759:1 17760:1 17781:1 17788:3 17810:1 17816:1 17817:2 17843:1 17856:1 17862:1 17878:1 17880:1 17881:2 17897:1 17909:1 17912:1 17930:1 17946:1 17957:1 17964:1 17972:1 17976:1 17990:1 18010:1 18027:1 18038:1 18041:1 18056:1 18064:1 18069:5 18073:1 18079:1 18086:1 18101:1 18104:1 18108:1 18138:1 18140:1 18151:1 18185:1 18212:1 18224:2 18232:2 18248:2 18252:1 18253:1 18355:1 18359:1 18363:1 18364:2 18368:2 18376:1 18381:2 18389:3 18412:1 18418:1 18423:1 18427:1 18433:1 18460:1 18471:1 18482:1 18509:2 18513:1 18515:2 18527:1 18568:1 18588:1 18598:1 18602:1 18611:1 18612:1 18628:1 18631:2 18632:1 18636:1 18650:1 18664:1 18673:1 18677:1 18691:1 18720:1 18724:1 18729:1 18730:1 18742:1 18746:10 18750:1 18775:1 18794:1 18803:1 18806:2 18820:1 18835:1 18851:2 18853:4 18858:1 18861:1 18896:2 18901:1 18911:1 18937:1 18964:5 18976:2 18977:1 18983:1 18995:7 18996:1 18997:1 19002:2 19010:2 19025:1 19045:1 19059:5 19087:1 19114:1 19122:1 19125:1 19140:3 19149:1 19152:1 19170:2 19174:1 19176:1 19180:2 19195:1 19199:1 19205:1 19214:1 19222:1 19228:1 19243:1 19247:1 19264:2 19275:1 19289:1 19304:1 19309:1 19313:3 19332:2 19334:7 19353:1 19388:3 19391:2 19393:3 19398:1 19410:1 19424:1 19438:1 19446:1 19469:1 19478:4 19488:1 19503:2 19540:1 19554:1 19593:3 19605:3 19638:1 19673:2 19685:1 19687:1 19700:1 19705:1 19714:1 19720:9 19721:1 19722:1 19735:1 19761:2 19764:1 19801:1 19837:1 19843:1 19860:1 19874:1 19876:1 19890:2 19897:2 19915:1 19918:1 19965:1 19971:1 19978:1 20034:1 20042:1 20049:1 20072:2 20073:1 20078:1 20083:1 20084:1 20103:1 20132:3 20134:1 20155:1 20158:1 20159:1 20162:2 20178:1 20202:1 20203:1 20219:1 20236:1 20239:2 20241:1 20244:2 20245:3 20279:1 20299:1 20310:1 20311:1 20319:1 20323:1 20326:2 20357:3 20374:1 20375:1 20378:1 20382:1 20395:1 20405:1 20430:3 20433:1 20439:1 20458:1 20465:2 20468:1 20483:1 20485:1 20497:1 20541:1 20567:1 20579:4 20585:1 20593:1 20629:1 20634:1 20678:1 20686:2 20702:1 20709:1 20728:3 20749:1 20758:1 20767:1 20789:1 20792:1 20836:1 20845:1 20847:1 20850:1 20878:1 20886:1 20893:1 20908:1 20914:1 20925:1 20934:1 20942:1 20961:1 20963:1 20968:1 20973:1 20996:1 21004:1 21044:1 21054:1 21063:1 21109:1 21134:1 21135:2 21152:1 21169:1 21190:2 21201:1 21215:1 21217:1 21236:1 21250:1 21264:1 21274:3 21277:3 21279:6 21280:1 21283:1 21290:1 21295:1 21302:3 21307:1 21309:1 21361:1 21390:1 21397:2 21404:1 21429:1 21469:1 21473:1 21490:1 21494:1 21498:1 21505:1 21531:1 21537:1 21541:1 21542:3 21550:1 21551:1 21552:1 21588:1 21602:1 21644:1 21676:1 21684:2 21695:1 21697:1 21710:1 21755:2 21764:1 21781:1 21834:1 21843:2 21871:1 21872:1 21882:2 21887:1 21891:1 21925:1 21926:2 21927:1 21952:1 21992:1 22014:2 22015:1 22020:1 22047:2 22052:1 22078:1 22109:1 22116:3 22123:1 22129:1 22140:1 22162:2 22186:1 22209:3 22220:1 22223:1 22226:1 22257:2 22259:1 22282:2 22314:1 22325:2 22342:1 22355:1 22360:2 22380:1 22396:2 22409:1 22445:1 22448:1 22453:2 22456:1 22466:1 22469:2 22470:1 22494:1 22495:1 22502:1 22545:1 22566:1 22597:2 22601:5 22602:1 22611:1 22625:3 22627:1 22640:2 22653:1 22675:1 22696:2 22723:2 22748:1 22754:1 22760:1 22768:1 22777:1 22801:1 22841:1 22852:1 22854:1 22900:1 22901:3 22914:2 22946:1 22947:1 22948:1 22971:1 22976:2 22988:1 23029:1 23049:2 23065:3 23125:1 23145:1 23167:2 23170:1 23178:1 23196:2 23199:1 23208:1 23236:1 23246:1 23279:1 23283:1 23297:1 23356:3 23380:1 23382:1 23385:1 23392:1 23393:2 23422:1 23436:1 23444:1 23453:1 23461:1 23471:1 23492:2 23498:1 23510:2 23515:3 23533:1 23541:1 23548:1 23550:1 23551:1 23568:1 23597:1 23606:1 23656:1 23658:1 23659:2 23660:1 23664:1 23667:1 23673:2 23676:2 23680:1 23682:2 23699:1 23702:1 23709:2 23744:2 23759:1 23764:1 23778:1 23787:3 23836:1 23853:1 23859:2 23871:1 23874:1 23880:1 23908:1 23909:1 23910:1 23923:4 23941:1 23948:2 23953:4 23982:2 23983:1 24114:1 24133:1 24146:1 24202:1 24211:1 24227:1 24228:1 24237:4 24264:1 24269:1 24282:23 24309:1 24319:3 24328:1 24337:1 24371:2 24395:2 24400:1 24419:1 24423:2 24437:1 24475:1 24503:1 24522:1 24530:1 24538:1 24541:1 24554:1 24578:1 24591:1 24594:1 24596:1 24601:1 24609:1 24627:1 24629:1 24631:1 24639:1 24646:1 24651:1 24656:2 24685:1 24720:2 24721:1 24763:1 24770:2 24772:4 24783:1 24829:1 24832:2 24878:1 24889:1 24892:1 24901:1 24922:1 24936:2 24950:1 24960:2 24985:1 24992:1 25037:1 25054:1 25082:1 25108:1 25120:1 25133:1 25152:1 25169:2 25174:1 25191:1 25192:1 25217:2 25219:1 25258:1 25259:1 25260:1 25264:1 25305:1 25317:1 25321:3 25345:1 25353:1 25358:1 25365:2 25366:1 25368:1 25370:1 25372:1 25375:1 25382:1 25388:1 25390:1 25430:1 25440:1 5 2:1 11:1 36:1 38:3 41:1 89:3 91:1 104:3 120:1 122:1 130:2 138:2 154:1 158:2 181:1 185:1 198:1 204:2 211:1 229:1 230:1 233:2 248:2 283:2 312:2 313:1 331:1 352:1 361:3 363:1 377:1 396:1 420:1 429:1 487:1 497:1 509:1 518:1 526:1 530:2 555:1 558:2 572:5 593:1 601:1 614:1 636:1 674:1 718:1 744:1 752:2 766:3 778:3 783:1 787:1 793:1 799:3 803:2 813:1 814:3 829:3 844:2 848:1 849:3 851:2 865:1 867:2 883:4 890:1 902:1 904:2 917:1 951:1 953:1 961:1 977:1 1018:1 1040:1 1045:1 1070:1 1097:1 1098:1 1103:1 1106:2 1115:1 1116:1 1134:2 1135:1 1143:1 1146:1 1198:1 1213:2 1230:1 1243:1 1244:1 1260:1 1286:1 1288:3 1294:2 1296:1 1304:2 1307:1 1309:1 1310:1 1313:1 1348:1 1357:1 1367:1 1371:2 1385:1 1390:2 1403:7 1413:6 1420:1 1425:1 1452:1 1454:1 1503:1 1565:1 1588:1 1589:1 1598:2 1608:1 1623:1 1636:1 1638:1 1640:1 1660:1 1663:1 1694:1 1712:1 1716:1 1748:1 1752:1 1778:1 1787:1 1801:1 1804:1 1813:2 1818:1 1821:1 1828:1 1846:1 1851:1 1861:1 1873:1 1880:1 1881:1 1888:1 1900:1 1911:1 1916:1 1918:6 1953:1 1975:1 1976:2 1985:1 2016:1 2028:1 2029:1 2030:1 2032:2 2033:2 2035:1 2039:1 2040:2 2046:3 2052:2 2053:2 2058:1 2060:1 2061:1 2094:1 2109:1 2149:1 2157:1 2167:2 2179:1 2180:1 2182:1 2188:1 2194:1 2200:1 2211:1 2226:1 2250:1 2280:1 2313:1 2339:2 2343:4 2351:1 2355:1 2362:1 2365:1 2384:1 2393:1 2394:1 2396:2 2397:3 2414:1 2460:2 2461:2 2473:1 2484:1 2490:1 2494:1 2502:1 2507:1 2542:1 2562:13 2571:1 2573:4 2586:1 2589:1 2598:1 2608:1 2611:11 2627:1 2650:1 2660:3 2661:1 2699:1 2729:1 2743:1 2748:1 2772:1 2791:1 2841:4 2883:1 2884:1 2888:1 2891:1 2907:5 2944:1 3007:1 3019:3 3023:1 3024:3 3025:2 3028:1 3029:6 3030:2 3034:1 3035:1 3038:1 3042:1 3065:1 3076:3 3080:2 3082:1 3085:1 3099:2 3105:1 3120:1 3136:1 3140:1 3144:1 3145:3 3146:1 3147:15 3156:1 3162:1 3169:1 3180:1 3189:1 3190:1 3206:1 3212:1 3217:1 3221:1 3225:1 3237:5 3241:1 3249:1 3277:1 3283:5 3286:1 3290:1 3313:1 3327:1 3331:2 3353:1 3367:1 3369:1 3375:1 3380:1 3395:1 3410:1 3420:1 3422:1 3437:1 3448:1 3456:2 3472:1 3475:1 3477:1 3482:1 3493:1 3496:1 3512:1 3514:1 3524:2 3530:3 3531:1 3543:1 3545:1 3551:1 3578:1 3584:1 3618:1 3635:1 3659:1 3665:1 3670:2 3688:1 3690:1 3700:1 3703:2 3708:1 3773:1 3775:1 3800:1 3803:3 3817:1 3829:1 3836:2 3846:5 3849:1 3854:1 3927:1 3966:1 3968:1 3971:1 3993:2 4004:1 4007:2 4008:1 4010:2 4028:1 4054:4 4056:2 4064:1 4083:1 4084:1 4088:1 4093:1 4126:1 4130:1 4131:1 4168:1 4169:1 4180:1 4185:1 4198:1 4227:1 4272:1 4310:8 4311:1 4320:2 4352:1 4363:1 4388:1 4413:2 4418:2 4420:1 4423:1 4428:5 4430:1 4435:1 4437:1 4438:1 4440:1 4455:3 4470:1 4484:1 4505:1 4522:1 4553:1 4580:2 4597:1 4599:2 4637:1 4640:2 4653:1 4656:1 4666:3 4676:1 4696:1 4720:1 4731:1 4762:1 4769:1 4774:1 4785:1 4787:4 4794:1 4806:1 4807:1 4813:1 4860:4 4895:1 4899:1 4903:1 4904:1 4908:2 4912:1 4916:1 4924:1 4932:1 4961:1 4971:1 4974:1 4996:1 5001:1 5007:1 5043:1 5047:1 5053:1 5055:1 5071:1 5162:1 5170:1 5173:1 5184:1 5202:1 5221:1 5228:3 5230:1 5234:2 5246:1 5253:1 5255:2 5256:1 5258:1 5260:3 5290:1 5296:1 5304:1 5308:1 5319:1 5337:1 5374:1 5376:2 5378:1 5411:1 5412:1 5414:1 5424:1 5425:2 5463:1 5467:1 5478:1 5493:1 5494:1 5508:1 5517:1 5537:1 5568:3 5569:1 5576:1 5577:2 5582:2 5585:2 5593:3 5594:1 5595:1 5597:1 5609:1 5614:1 5679:1 5684:1 5694:1 5702:1 5790:1 5811:1 5819:1 5825:1 5834:1 5842:3 5850:1 5854:1 5855:2 5877:1 5919:1 5923:1 5949:4 5957:2 5960:1 5963:1 5973:1 5985:3 5999:1 6018:1 6023:1 6026:1 6049:1 6053:1 6056:1 6061:1 6062:1 6066:1 6075:1 6076:7 6091:1 6116:1 6119:1 6141:2 6151:1 6167:3 6173:1 6202:1 6215:1 6229:2 6246:2 6305:1 6309:1 6317:2 6332:1 6336:1 6355:1 6361:1 6378:1 6386:2 6393:2 6395:1 6414:2 6422:1 6431:1 6445:1 6492:3 6502:1 6515:3 6517:1 6566:1 6579:1 6606:2 6613:1 6614:3 6617:1 6632:1 6633:1 6665:1 6680:1 6681:1 6689:2 6696:3 6720:3 6734:17 6738:1 6746:15 6748:8 6758:1 6763:1 6765:1 6797:1 6807:1 6813:1 6834:1 6860:2 6861:1 6868:1 6873:1 6919:4 6925:1 6952:1 6968:1 6973:1 6994:1 7000:1 7002:1 7013:2 7025:1 7043:1 7069:1 7074:1 7077:1 7088:1 7096:1 7100:1 7104:1 7123:1 7126:1 7160:25 7183:1 7195:1 7201:1 7204:1 7209:1 7225:1 7232:1 7233:3 7235:8 7269:1 7270:1 7276:1 7282:1 7302:1 7305:1 7308:1 7337:2 7351:2 7366:3 7368:2 7371:1 7374:1 7375:1 7376:2 7381:1 7382:1 7388:3 7390:1 7397:1 7416:1 7432:1 7458:1 7464:1 7475:1 7478:1 7480:1 7483:3 7488:1 7491:1 7493:1 7497:3 7498:2 7500:1 7501:1 7511:1 7522:3 7529:1 7537:5 7538:1 7566:1 7600:1 7606:1 7625:1 7629:1 7631:1 7663:1 7666:1 7669:1 7675:1 7678:1 7701:1 7714:1 7719:1 7727:3 7775:1 7784:1 7790:1 7797:1 7850:1 7861:1 7866:1 7874:1 7878:1 7882:1 7886:2 7897:1 7910:1 7912:2 7922:1 7934:1 7938:1 7982:1 8003:1 8008:1 8035:1 8044:1 8045:1 8054:2 8066:1 8087:2 8088:1 8089:1 8095:3 8100:1 8103:1 8104:2 8108:2 8114:3 8137:1 8199:1 8205:3 8213:1 8219:1 8231:1 8259:1 8260:1 8272:2 8292:1 8304:1 8310:1 8335:2 8363:1 8365:5 8371:1 8398:1 8403:1 8415:1 8419:1 8422:1 8445:1 8459:1 8466:1 8482:2 8484:1 8494:1 8528:1 8540:2 8544:1 8546:1 8550:1 8552:1 8565:1 8573:1 8586:1 8593:1 8610:1 8614:2 8627:4 8671:2 8683:2 8687:1 8697:1 8703:3 8705:2 8710:2 8722:1 8727:1 8764:1 8772:1 8773:2 8791:2 8806:2 8807:2 8809:1 8816:1 8818:1 8825:1 8829:2 8834:1 8837:1 8870:1 8890:1 8898:1 8911:1 8916:5 8947:1 8953:1 8954:1 8970:1 8977:6 9001:1 9003:4 9004:1 9005:2 9006:1 9012:3 9014:5 9016:1 9017:1 9023:1 9025:1 9026:2 9033:2 9036:2 9038:9 9041:1 9042:1 9043:3 9044:1 9060:2 9072:1 9105:1 9106:2 9108:1 9110:1 9117:1 9142:1 9144:2 9150:1 9154:2 9174:1 9178:1 9181:1 9205:2 9216:1 9247:1 9255:1 9280:1 9281:1 9285:1 9296:1 9298:2 9306:1 9342:1 9348:1 9349:1 9350:2 9354:1 9370:1 9402:1 9483:1 9492:1 9504:1 9507:2 9508:4 9525:1 9529:1 9552:1 9556:2 9562:1 9565:2 9570:1 9598:1 9601:1 9609:1 9628:1 9630:1 9631:1 9644:1 9650:1 9657:7 9658:1 9686:1 9696:1 9713:1 9734:1 9783:1 9823:2 9842:1 9858:1 9872:1 9891:1 9899:1 9917:1 9918:1 9921:9 9939:1 9940:1 9967:1 9970:1 9979:4 9997:1 10001:1 10018:1 10040:1 10065:1 10101:1 10102:3 10133:1 10134:1 10136:1 10140:1 10157:1 10160:4 10170:4 10172:1 10193:2 10203:5 10207:1 10213:1 10215:9 10225:2 10234:1 10235:1 10237:2 10247:2 10259:1 10272:1 10284:1 10285:1 10288:3 10296:3 10297:1 10300:1 10302:1 10327:1 10331:1 10332:1 10351:2 10358:1 10382:2 10401:5 10404:4 10430:1 10440:1 10447:1 10455:1 10459:1 10477:1 10492:1 10493:1 10506:1 10519:1 10522:1 10533:1 10534:1 10538:1 10549:1 10550:1 10555:1 10578:1 10656:1 10668:1 10676:2 10697:1 10715:1 10722:1 10778:1 10800:2 10801:1 10860:1 10865:1 10882:1 10927:1 10958:1 11000:1 11004:2 11009:1 11013:2 11018:1 11021:2 11023:1 11033:1 11038:1 11041:1 11054:1 11056:1 11058:1 11080:2 11085:2 11088:1 11093:1 11106:1 11111:1 11120:3 11134:1 11143:2 11144:2 11160:2 11163:2 11178:1 11185:1 11205:1 11208:1 11209:3 11237:1 11247:1 11260:1 11262:1 11274:1 11281:1 11312:1 11316:1 11321:1 11327:1 11341:1 11355:1 11357:1 11387:1 11391:2 11398:2 11408:1 11409:1 11416:1 11429:1 11432:1 11433:2 11442:1 11458:1 11460:1 11489:1 11521:1 11542:4 11543:2 11551:1 11573:1 11575:1 11598:1 11600:2 11601:1 11604:2 11652:1 11658:1 11674:1 11721:1 11725:1 11735:2 11749:1 11756:1 11758:1 11771:1 11798:1 11813:1 11828:5 11831:1 11833:1 11835:1 11837:1 11843:2 11852:1 11862:1 11864:1 11865:1 11872:1 11907:1 11925:1 11930:1 11938:2 11940:2 11945:1 11949:1 11954:1 11979:4 11989:1 11991:1 12005:1 12014:1 12017:2 12047:1 12051:3 12057:1 12067:2 12073:3 12083:1 12101:1 12102:1 12105:1 12113:1 12135:10 12140:1 12187:6 12189:1 12224:1 12230:1 12247:1 12250:3 12251:1 12269:1 12286:1 12309:1 12311:5 12345:1 12356:1 12386:1 12411:3 12412:1 12417:1 12429:1 12435:1 12439:2 12443:2 12446:1 12457:2 12466:1 12467:1 12522:1 12527:1 12540:2 12587:1 12606:1 12614:1 12624:1 12637:2 12643:1 12645:1 12670:1 12702:2 12715:1 12733:1 12737:1 12751:1 12800:1 12814:1 12821:1 12825:6 12833:1 12870:1 12879:1 12889:1 12891:1 12892:1 12899:1 12914:1 12915:1 12917:3 12932:1 12977:3 12995:1 13006:1 13024:1 13029:1 13041:1 13047:1 13055:1 13061:1 13062:1 13091:1 13097:1 13098:1 13106:1 13118:1 13139:2 13142:1 13143:1 13152:1 13154:1 13173:2 13187:3 13194:1 13199:1 13201:1 13208:1 13223:1 13238:1 13242:1 13251:2 13257:1 13265:1 13272:1 13280:1 13288:1 13302:1 13304:1 13307:1 13319:1 13320:1 13334:2 13364:1 13367:1 13372:1 13387:1 13391:1 13427:1 13448:2 13505:1 13513:1 13516:1 13521:2 13530:1 13538:2 13557:2 13558:1 13563:1 13583:1 13594:1 13597:1 13608:1 13616:1 13622:1 13645:1 13657:2 13660:2 13666:1 13667:1 13675:2 13690:1 13714:1 13770:1 13787:1 13793:1 13795:1 13796:2 13802:2 13824:2 13840:1 13842:1 13850:3 13856:3 13886:6 13908:1 13909:1 13918:4 13922:1 13960:1 13963:1 13992:1 14001:1 14002:1 14005:1 14008:1 14010:1 14011:2 14013:3 14014:2 14015:1 14016:3 14018:2 14021:3 14024:2 14027:2 14029:1 14031:2 14037:1 14067:1 14110:1 14124:1 14129:1 14135:2 14162:1 14182:1 14206:1 14212:1 14213:1 14217:1 14231:1 14243:1 14248:1 14249:2 14285:1 14291:1 14295:1 14305:1 14318:4 14333:1 14349:1 14357:1 14389:1 14402:1 14439:1 14457:9 14565:1 14568:1 14578:1 14581:1 14590:1 14600:1 14606:1 14618:1 14625:1 14629:2 14660:1 14671:2 14689:1 14695:1 14702:1 14706:1 14713:1 14714:2 14716:7 14750:1 14756:1 14761:1 14768:1 14794:1 14823:1 14829:1 14839:1 14849:1 14852:1 14853:1 14858:1 14901:1 14915:1 14919:2 14942:1 14986:2 14992:1 15008:2 15024:1 15039:3 15072:1 15101:3 15115:2 15146:1 15163:1 15177:1 15190:1 15204:2 15211:1 15212:1 15220:1 15244:1 15268:2 15311:1 15323:1 15335:1 15370:1 15381:1 15382:1 15387:1 15456:1 15457:2 15470:1 15506:1 15531:1 15554:1 15565:2 15569:2 15578:1 15594:3 15597:1 15600:2 15601:1 15615:2 15630:1 15638:1 15666:1 15678:1 15679:1 15694:1 15704:1 15725:1 15730:1 15738:3 15744:2 15745:1 15750:1 15785:1 15798:1 15874:3 15884:1 15893:1 15902:2 15917:1 15934:1 15941:1 15942:1 15948:1 15969:1 16013:1 16049:1 16054:1 16068:1250 16071:1 16092:1 16093:1 16122:1 16137:1 16141:1 16159:1 16169:1 16173:2 16191:1 16202:1 16225:1 16238:1 16267:1 16273:1 16289:1 16315:1 16336:1 16339:1 16343:1 16344:1 16378:1 16385:1 16407:1 16442:2 16446:1 16472:1 16488:1 16520:1 16542:1 16544:6 16555:3 16603:1 16615:1 16617:1 16682:1 16700:2 16709:1 16729:3 16732:1 16735:1 16747:1 16771:1 16779:1 16823:1 16825:3 16830:1 16856:1 16873:1 16886:1 16887:6 16894:1 16924:1 16925:1 16974:2 16993:1 17008:6 17010:1 17014:1 17027:9 17041:17 17043:2 17047:1 17089:2 17116:2 17132:1 17142:1 17165:1 17169:1 17207:1 17212:1 17242:3 17244:1 17255:1 17261:1 17263:1 17272:1 17273:1 17293:1 17301:1 17315:1 17332:48 17352:1 17363:1 17367:1 17376:3 17396:1 17418:1 17419:1 17422:1 17425:1 17446:1 17462:1 17472:1 17475:5 17491:9 17492:1 17497:2 17500:1 17547:2 17567:2 17570:1 17571:1 17573:1 17576:1 17577:2 17583:1 17584:1 17585:1 17588:2 17590:3 17591:3 17592:1 17636:1 17638:1 17641:1 17654:1 17656:1 17670:1 17688:1 17711:1 17727:1 17731:1 17732:1 17737:1 17755:1 17759:1 17760:1 17781:1 17788:3 17810:1 17816:1 17817:3 17843:1 17856:1 17862:1 17878:1 17880:1 17881:3 17897:1 17909:1 17912:1 17930:1 17946:1 17957:1 17964:1 17972:1 17976:1 17990:1 18010:1 18027:1 18038:1 18041:1 18056:1 18064:1 18069:5 18073:1 18079:1 18086:1 18101:1 18104:1 18108:2 18138:1 18140:1 18151:1 18185:1 18212:1 18224:2 18232:2 18248:2 18252:1 18253:1 18355:1 18359:1 18363:1 18364:2 18368:2 18376:1 18381:2 18389:3 18412:1 18418:1 18423:1 18427:1 18433:1 18460:1 18471:1 18482:1 18509:2 18513:1 18515:2 18527:1 18568:1 18588:1 18598:1 18602:1 18611:1 18612:2 18628:1 18631:2 18632:1 18636:1 18650:1 18664:1 18673:1 18677:1 18691:1 18720:1 18724:1 18729:1 18730:1 18742:2 18746:11 18750:1 18771:1 18775:1 18794:1 18803:1 18806:2 18820:1 18835:1 18851:2 18853:4 18858:1 18861:1 18896:2 18901:1 18911:1 18937:1 18964:5 18976:2 18977:1 18983:1 18995:7 18996:1 18997:1 19002:2 19010:2 19025:1 19034:6 19045:1 19059:5 19087:1 19114:1 19122:1 19125:1 19140:3 19149:1 19152:1 19170:2 19173:1 19174:1 19176:1 19180:2 19195:1 19199:1 19205:1 19214:1 19222:1 19228:1 19243:1 19247:1 19264:2 19275:1 19289:1 19304:1 19309:1 19313:3 19332:2 19334:7 19353:1 19388:3 19391:2 19393:3 19398:1 19410:1 19424:1 19438:1 19446:1 19469:1 19478:4 19488:1 19503:2 19540:1 19554:1 19593:4 19605:3 19638:1 19673:2 19685:1 19687:1 19700:1 19705:1 19714:1 19720:9 19721:1 19722:1 19735:1 19761:2 19764:1 19793:1 19801:1 19837:1 19843:1 19860:1 19872:1 19874:1 19876:1 19890:2 19897:2 19915:1 19918:1 19921:1 19965:1 19971:1 19978:1 20034:1 20042:1 20049:1 20072:2 20073:1 20078:1 20083:1 20084:1 20103:1 20132:3 20134:1 20155:1 20158:1 20159:1 20162:2 20178:1 20202:1 20203:1 20219:1 20236:1 20239:2 20241:1 20244:2 20245:3 20279:1 20299:1 20310:1 20311:1 20319:1 20323:1 20326:2 20348:1 20357:3 20374:1 20375:1 20378:1 20382:1 20395:1 20405:1 20430:3 20433:1 20439:1 20458:1 20465:2 20468:1 20483:1 20485:1 20497:1 20541:1 20567:1 20579:4 20585:1 20593:1 20629:1 20634:1 20678:1 20686:2 20702:1 20709:1 20728:3 20733:1 20749:1 20758:1 20767:1 20789:1 20792:1 20804:1 20836:1 20845:1 20847:1 20850:1 20878:1 20886:1 20893:1 20908:2 20914:1 20925:1 20932:1 20934:1 20941:1 20942:1 20961:1 20963:1 20968:1 20973:1 20996:1 21004:1 21044:1 21054:1 21063:1 21077:1 21109:1 21134:1 21135:3 21140:1 21152:1 21169:1 21190:2 21201:1 21207:1 21215:1 21217:1 21236:1 21244:1 21250:1 21264:1 21274:3 21277:3 21279:6 21280:1 21283:1 21290:1 21295:1 21302:3 21307:1 21309:1 21361:1 21390:1 21397:2 21404:1 21422:1 21429:1 21469:1 21473:1 21490:1 21494:1 21498:1 21505:1 21531:1 21537:1 21541:1 21542:3 21550:1 21551:1 21552:1 21570:1 21588:1 21602:1 21627:1 21644:1 21676:1 21684:2 21695:1 21697:1 21710:1 21755:2 21764:1 21781:1 21786:1 21834:1 21843:2 21871:1 21872:1 21882:2 21887:1 21891:1 21925:1 21926:2 21927:1 21952:1 21992:1 22014:2 22015:1 22020:1 22047:2 22052:1 22078:2 22109:2 22116:4 22123:1 22129:1 22140:1 22162:2 22186:1 22209:5 22220:1 22223:1 22226:1 22257:2 22259:1 22282:2 22314:1 22325:2 22342:1 22345:1 22355:1 22360:3 22380:1 22391:1 22396:2 22409:1 22445:1 22448:1 22453:2 22456:1 22466:1 22469:2 22470:1 22494:1 22495:1 22502:1 22545:1 22566:1 22597:2 22601:5 22602:1 22611:1 22625:3 22627:1 22628:1 22640:2 22653:1 22675:1 22696:2 22723:2 22748:1 22754:1 22760:1 22768:1 22777:1 22801:1 22841:2 22847:1 22852:1 22854:1 22884:1 22895:1 22900:2 22901:3 22914:2 22932:1 22946:1 22947:1 22948:1 22971:1 22976:2 22988:1 23029:1 23049:2 23065:3 23125:1 23145:1 23150:1 23167:2 23170:1 23178:1 23196:2 23199:1 23208:1 23236:1 23246:1 23279:1 23283:1 23297:1 23356:3 23380:1 23382:1 23385:1 23392:1 23393:2 23422:1 23436:1 23444:1 23453:1 23461:1 23471:1 23492:2 23498:1 23510:2 23515:3 23531:1 23533:1 23541:1 23548:1 23550:1 23551:1 23568:1 23597:1 23606:1 23656:1 23658:1 23659:2 23660:1 23664:1 23667:1 23673:2 23676:2 23680:1 23682:2 23699:1 23702:1 23709:2 23744:2 23759:1 23764:1 23778:1 23783:1 23787:3 23836:1 23853:1 23859:2 23871:1 23874:1 23880:1 23908:1 23909:1 23910:1 23923:4 23941:1 23948:2 23953:4 23982:2 23983:1 24114:1 24125:1 24133:1 24143:1 24146:1 24202:1 24211:1 24227:1 24228:1 24237:4 24264:1 24269:1 24282:23 24309:1 24319:3 24328:1 24337:1 24371:2 24395:2 24400:1 24419:1 24423:2 24437:1 24475:1 24503:1 24522:1 24530:1 24538:1 24541:1 24554:1 24578:2 24591:1 24594:1 24596:1 24601:1 24602:1 24609:1 24627:1 24629:1 24631:1 24633:1 24639:1 24646:1 24651:1 24656:2 24667:1 24685:1 24717:1 24720:2 24721:1 24763:1 24770:2 24772:4 24783:1 24829:1 24832:2 24878:1 24889:1 24892:1 24901:1 24922:1 24936:3 24950:1 24960:2 24985:1 24992:1 25037:1 25054:1 25082:1 25108:1 25120:1 25133:1 25152:1 25169:2 25174:1 25183:1 25191:1 25192:1 25217:2 25219:1 25258:1 25259:1 25260:1 25264:1 25305:1 25314:1 25317:1 25321:3 25345:1 25353:1 25358:1 25365:2 25366:1 25368:1 25370:1 25372:1 25375:1 25381:1 25382:1 25388:1 25390:1 25430:1 25440:1 5 2:1 11:1 36:1 38:3 41:1 89:3 91:1 104:3 120:1 122:1 130:2 138:3 154:1 158:2 176:1 181:1 185:1 198:1 204:2 211:1 229:1 230:1 233:2 248:2 283:2 312:3 313:1 331:1 352:1 361:3 363:1 377:1 396:1 420:1 429:1 487:1 497:1 509:1 518:1 526:1 530:2 555:1 558:2 572:5 593:1 601:1 614:1 636:1 642:1 674:1 718:1 744:2 752:2 766:4 778:3 783:1 787:1 793:1 799:3 803:2 813:1 814:3 829:3 844:2 848:1 849:3 851:2 865:1 867:2 876:1 883:4 890:1 902:1 904:2 917:1 951:1 953:1 961:1 977:1 1018:1 1040:1 1045:1 1070:1 1080:1 1097:1 1098:1 1103:1 1106:2 1115:1 1116:1 1134:2 1135:1 1141:1 1143:1 1146:1 1198:1 1213:2 1230:1 1243:1 1244:1 1260:1 1261:1 1286:1 1288:3 1294:2 1296:1 1304:2 1307:1 1309:1 1310:1 1313:1 1323:1 1348:1 1354:1 1357:1 1367:1 1371:2 1385:1 1390:2 1403:7 1413:6 1420:1 1425:1 1452:1 1454:1 1503:1 1565:1 1588:1 1589:1 1598:2 1608:1 1623:1 1636:1 1638:1 1640:1 1660:1 1663:1 1694:1 1712:1 1716:1 1748:1 1752:1 1778:1 1787:1 1801:2 1804:1 1813:2 1818:1 1821:2 1828:1 1846:1 1851:1 1861:1 1873:1 1880:1 1881:1 1888:1 1900:1 1911:1 1916:1 1918:7 1953:2 1975:1 1976:2 1985:1 2016:1 2028:1 2029:1 2030:1 2032:3 2033:2 2035:1 2039:1 2040:2 2046:3 2052:2 2053:2 2058:1 2060:1 2061:1 2094:1 2109:1 2149:1 2157:1 2167:2 2179:1 2180:1 2181:1 2182:1 2188:1 2194:1 2200:1 2211:1 2226:1 2250:1 2262:1 2280:1 2313:1 2339:2 2343:5 2351:1 2355:1 2362:1 2365:1 2384:1 2393:1 2394:1 2396:2 2397:3 2414:1 2460:2 2461:2 2473:1 2484:1 2490:1 2494:1 2502:1 2503:1 2507:1 2542:1 2562:13 2571:1 2573:4 2586:1 2589:1 2598:1 2608:1 2611:11 2627:1 2650:1 2656:1 2660:3 2661:1 2699:1 2729:1 2743:1 2744:1 2748:1 2772:1 2791:1 2841:4 2883:1 2884:1 2888:1 2891:1 2907:5 2944:1 3007:1 3019:3 3023:1 3024:3 3025:2 3028:2 3029:6 3030:3 3034:1 3035:1 3038:1 3042:1 3065:1 3076:3 3080:2 3082:1 3085:1 3099:2 3105:1 3120:1 3136:1 3140:1 3144:1 3145:3 3146:1 3147:15 3156:1 3162:1 3169:1 3180:1 3189:1 3190:1 3206:1 3212:1 3217:1 3221:1 3225:1 3237:5 3241:1 3249:2 3277:1 3283:5 3286:1 3290:1 3313:1 3327:1 3331:2 3353:1 3367:1 3369:1 3375:1 3380:1 3395:1 3410:1 3420:1 3422:1 3437:1 3448:1 3450:1 3456:2 3472:1 3475:1 3477:1 3482:1 3493:2 3496:1 3512:1 3514:1 3524:2 3530:3 3531:1 3543:1 3545:1 3551:1 3577:1 3578:1 3584:1 3610:1 3618:1 3635:1 3659:1 3665:1 3670:2 3688:1 3690:1 3700:1 3703:2 3708:1 3761:1 3773:1 3775:1 3800:1 3803:3 3817:1 3829:1 3831:1 3836:2 3846:5 3849:1 3854:1 3905:1 3927:1 3966:2 3968:1 3971:1 3993:2 4004:1 4007:2 4008:1 4010:2 4028:1 4054:4 4056:2 4064:1 4083:1 4084:1 4088:1 4093:1 4126:1 4130:1 4131:1 4168:1 4169:1 4180:1 4185:1 4198:1 4227:1 4272:1 4310:10 4311:1 4320:2 4352:1 4363:1 4388:1 4413:2 4416:1 4418:2 4420:1 4423:1 4428:5 4430:1 4435:1 4437:1 4438:1 4440:1 4455:3 4470:1 4484:2 4505:1 4522:1 4553:1 4580:2 4597:1 4599:2 4637:1 4640:2 4653:1 4656:1 4666:3 4676:1 4696:1 4720:1 4731:1 4762:1 4769:1 4774:1 4785:1 4787:4 4794:1 4799:1 4806:1 4807:1 4813:1 4860:4 4895:1 4899:1 4903:1 4904:1 4908:2 4912:1 4916:1 4924:1 4932:1 4961:1 4971:1 4974:1 4996:1 5001:1 5007:1 5043:1 5047:1 5053:1 5055:1 5071:1 5162:1 5170:1 5173:1 5184:1 5202:1 5221:1 5228:3 5230:1 5234:2 5246:1 5253:1 5255:2 5256:1 5258:1 5260:3 5290:1 5296:1 5304:1 5308:1 5319:1 5337:1 5374:1 5376:2 5378:1 5411:1 5412:1 5414:1 5424:1 5425:2 5460:1 5463:1 5467:1 5478:2 5493:1 5494:1 5508:1 5517:1 5537:1 5568:3 5569:1 5576:1 5577:2 5582:2 5585:2 5593:3 5594:1 5595:1 5597:1 5609:1 5614:1 5679:1 5684:1 5694:1 5702:1 5790:1 5811:1 5819:1 5825:1 5834:1 5842:3 5850:1 5854:1 5855:2 5877:1 5919:1 5923:1 5949:4 5952:1 5957:2 5960:1 5963:1 5971:1 5973:1 5985:3 5999:1 6018:1 6023:1 6026:1 6049:1 6053:1 6056:1 6061:1 6062:1 6066:1 6075:1 6076:7 6091:1 6116:1 6119:1 6141:2 6151:1 6167:3 6173:1 6202:1 6215:1 6223:1 6229:2 6246:2 6305:1 6309:1 6317:2 6332:1 6336:1 6355:1 6361:1 6378:1 6386:2 6393:2 6395:1 6414:2 6422:1 6431:1 6445:1 6492:3 6502:1 6515:3 6517:1 6542:1 6566:1 6579:1 6606:2 6613:1 6614:4 6617:1 6626:1 6632:1 6633:1 6665:1 6680:1 6681:1 6689:2 6696:3 6720:3 6734:18 6738:1 6746:15 6748:8 6758:1 6763:1 6765:1 6797:1 6807:1 6813:1 6834:1 6860:2 6861:1 6868:1 6873:1 6919:5 6925:1 6952:1 6968:1 6973:1 6994:1 7000:1 7002:1 7013:2 7025:1 7043:1 7069:1 7074:1 7077:1 7088:1 7096:1 7100:1 7104:1 7123:1 7126:1 7160:29 7183:1 7195:1 7201:1 7204:1 7209:1 7225:1 7232:1 7233:4 7235:8 7269:1 7270:1 7276:2 7282:1 7302:1 7305:1 7308:1 7337:2 7351:2 7366:3 7368:2 7370:1 7371:1 7374:1 7375:1 7376:2 7381:1 7382:1 7388:4 7390:1 7397:1 7416:1 7432:1 7458:1 7464:1 7475:1 7478:1 7480:1 7483:3 7488:1 7491:1 7493:1 7497:3 7498:2 7500:1 7501:1 7511:1 7522:3 7529:1 7537:6 7538:1 7566:1 7600:1 7606:1 7625:1 7629:1 7631:1 7663:1 7666:1 7669:1 7675:1 7678:1 7701:1 7714:1 7719:1 7727:3 7775:1 7784:1 7790:1 7797:1 7850:1 7861:1 7866:1 7874:1 7878:1 7882:1 7886:2 7897:1 7910:1 7912:2 7922:1 7934:1 7938:1 7982:1 8003:1 8008:1 8035:1 8044:1 8045:1 8054:2 8066:1 8087:2 8088:1 8089:1 8095:3 8100:1 8103:1 8104:2 8108:2 8114:3 8137:1 8199:1 8202:1 8205:3 8209:1 8213:1 8219:1 8231:1 8259:1 8260:1 8272:3 8292:1 8304:1 8310:1 8335:2 8363:1 8365:5 8371:1 8398:1 8403:1 8415:1 8419:1 8422:1 8445:1 8459:1 8466:1 8482:2 8484:1 8494:1 8528:1 8540:2 8544:1 8546:1 8550:1 8552:1 8565:1 8573:1 8586:1 8593:1 8610:1 8614:2 8627:4 8671:2 8683:2 8687:1 8697:1 8703:3 8705:2 8710:2 8722:2 8727:1 8764:1 8772:1 8773:2 8791:2 8806:2 8807:2 8809:1 8816:1 8818:1 8825:1 8829:2 8834:1 8837:1 8870:1 8890:1 8898:1 8911:1 8916:5 8947:1 8953:1 8954:1 8970:1 8977:6 9001:1 9003:4 9004:1 9005:2 9006:1 9012:3 9014:5 9016:1 9017:1 9023:1 9025:1 9026:2 9033:2 9036:2 9038:9 9041:1 9042:1 9043:3 9044:1 9060:2 9072:1 9105:1 9106:2 9108:1 9110:1 9117:1 9142:1 9144:2 9150:1 9154:2 9174:1 9178:1 9181:1 9205:3 9216:1 9247:1 9255:1 9280:1 9281:1 9285:1 9296:1 9298:2 9306:1 9342:1 9348:1 9349:1 9350:2 9354:1 9370:1 9402:1 9483:1 9492:1 9504:1 9507:2 9508:4 9525:1 9529:1 9552:1 9556:2 9562:1 9565:2 9570:1 9598:1 9601:1 9609:1 9628:1 9630:1 9631:1 9644:1 9650:1 9657:7 9658:1 9686:1 9696:1 9713:1 9734:1 9783:1 9823:2 9842:1 9858:1 9872:1 9891:1 9899:1 9917:1 9918:1 9921:9 9939:1 9940:1 9967:1 9970:1 9979:4 9997:1 10001:1 10018:1 10040:1 10065:1 10101:1 10102:3 10133:1 10134:1 10136:1 10140:1 10157:1 10160:5 10163:1 10165:1 10170:4 10172:1 10193:2 10203:5 10207:1 10213:1 10215:9 10225:3 10234:1 10235:1 10237:2 10247:2 10259:1 10272:1 10274:1 10284:1 10285:1 10288:3 10296:3 10297:1 10300:1 10302:1 10327:1 10331:1 10332:1 10351:2 10358:1 10382:2 10401:5 10404:4 10430:1 10440:1 10447:1 10455:1 10459:1 10477:1 10492:1 10493:1 10506:1 10519:1 10522:1 10533:2 10534:2 10538:1 10546:1 10549:1 10550:1 10555:1 10578:1 10656:1 10668:1 10676:2 10697:1 10715:1 10722:1 10778:1 10800:2 10801:1 10860:1 10865:1 10882:1 10927:1 10939:1 10958:1 10969:1 11000:1 11004:2 11009:1 11013:2 11018:1 11021:2 11023:1 11033:1 11038:1 11041:2 11054:1 11056:1 11058:1 11080:2 11085:2 11088:1 11093:1 11106:1 11111:1 11116:1 11120:3 11134:1 11143:2 11144:3 11160:2 11163:2 11178:1 11185:1 11205:1 11208:1 11209:3 11237:1 11247:1 11260:1 11262:1 11274:1 11281:1 11312:1 11316:1 11321:1 11327:1 11341:1 11355:1 11357:1 11387:1 11391:2 11398:2 11408:1 11409:1 11416:1 11429:1 11432:1 11433:2 11442:1 11458:1 11460:1 11489:1 11521:1 11542:5 11543:2 11551:1 11573:1 11575:1 11598:1 11600:2 11601:1 11604:2 11652:1 11658:1 11674:1 11721:1 11725:1 11734:1 11735:2 11749:1 11756:1 11758:1 11771:1 11798:1 11813:1 11828:5 11831:2 11833:1 11835:1 11837:1 11843:3 11852:1 11853:1 11862:1 11864:1 11865:1 11872:1 11907:1 11925:1 11930:1 11938:3 11940:2 11945:1 11949:1 11954:1 11979:6 11989:1 11991:1 12005:1 12014:1 12017:2 12047:1 12051:3 12057:1 12067:2 12073:4 12083:1 12101:1 12102:1 12105:1 12113:1 12135:11 12140:1 12187:6 12189:1 12224:1 12230:1 12247:1 12250:3 12251:1 12269:1 12286:1 12309:1 12311:5 12345:1 12356:1 12386:1 12411:3 12412:1 12417:1 12429:1 12434:1 12435:1 12439:2 12443:2 12446:1 12457:2 12466:1 12467:1 12522:1 12527:1 12540:2 12587:1 12599:1 12606:1 12614:1 12624:1 12637:2 12643:1 12645:1 12670:1 12702:2 12715:1 12726:1 12733:1 12737:1 12751:1 12800:1 12814:1 12821:1 12825:6 12833:1 12870:1 12879:1 12889:2 12891:1 12892:1 12899:1 12914:1 12915:1 12917:3 12932:1 12977:3 12995:1 13006:1 13024:1 13029:1 13041:1 13047:1 13055:1 13061:1 13062:1 13091:1 13097:1 13098:1 13106:1 13118:1 13139:2 13142:1 13143:1 13152:1 13154:1 13168:1 13173:2 13187:3 13194:1 13199:1 13201:1 13208:1 13223:1 13225:1 13238:1 13242:1 13251:2 13257:1 13265:1 13272:1 13280:1 13288:1 13302:1 13304:1 13307:1 13319:1 13320:1 13334:2 13364:1 13367:1 13372:1 13387:1 13391:1 13427:1 13448:2 13505:1 13513:1 13516:1 13521:2 13530:1 13538:2 13557:2 13558:1 13563:1 13583:1 13594:1 13597:1 13608:1 13616:1 13622:1 13645:1 13657:2 13660:2 13666:1 13667:1 13675:2 13690:1 13714:1 13770:1 13787:1 13793:1 13795:1 13796:2 13802:2 13824:2 13840:1 13842:1 13850:3 13856:3 13886:6 13908:1 13909:1 13918:4 13922:1 13960:2 13963:1 13992:1 14001:1 14002:1 14005:1 14008:1 14010:1 14011:2 14013:3 14014:2 14015:1 14016:3 14018:3 14021:3 14024:2 14027:2 14028:1 14029:1 14031:3 14037:1 14067:1 14070:2 14110:1 14124:1 14129:1 14135:2 14162:1 14182:1 14206:1 14212:1 14213:1 14217:1 14231:1 14243:1 14248:1 14249:2 14285:1 14291:1 14295:1 14305:1 14318:4 14333:1 14349:1 14357:1 14389:1 14402:1 14414:1 14439:1 14457:9 14542:1 14565:1 14568:2 14578:1 14581:1 14590:1 14600:1 14606:1 14618:1 14625:1 14629:2 14660:1 14671:3 14689:1 14695:1 14702:1 14706:1 14713:1 14714:2 14716:9 14750:1 14756:1 14761:1 14768:1 14794:1 14823:1 14829:1 14839:1 14849:1 14852:1 14853:1 14858:1 14901:1 14915:1 14919:2 14941:1 14942:1 14986:2 14992:1 15008:2 15016:1 15024:1 15039:3 15072:1 15101:3 15115:2 15146:1 15160:1 15162:1 15163:1 15177:1 15190:1 15204:2 15211:1 15212:1 15220:1 15244:1 15268:2 15287:1 15311:1 15323:1 15335:1 15370:1 15381:1 15382:1 15387:1 15456:1 15457:2 15470:1 15506:1 15531:1 15554:1 15565:2 15569:2 15578:1 15594:3 15597:1 15600:2 15601:1 15615:2 15630:1 15638:1 15666:1 15678:1 15679:1 15694:1 15704:1 15713:1 15725:1 15730:1 15738:3 15744:2 15745:1 15750:1 15785:1 15798:1 15874:5 15884:2 15893:1 15902:2 15917:1 15934:1 15941:1 15942:1 15948:1 15969:1 16013:1 16049:1 16054:1 16068:1380 16071:1 16092:1 16093:1 16122:1 16137:1 16141:1 16159:1 16169:1 16173:2 16178:1 16191:1 16202:1 16225:1 16238:1 16261:1 16267:1 16273:1 16289:1 16315:1 16336:1 16339:1 16343:1 16344:1 16378:1 16385:1 16407:1 16442:2 16446:1 16472:1 16488:2 16520:1 16542:1 16544:6 16555:3 16583:1 16603:1 16615:1 16617:2 16651:1 16682:1 16700:2 16709:1 16729:3 16732:1 16735:1 16747:1 16771:1 16779:1 16823:1 16825:3 16830:1 16856:1 16873:1 16886:1 16887:6 16894:1 16924:1 16925:1 16974:2 16993:1 17008:6 17010:1 17014:1 17027:9 17041:17 17043:2 17047:1 17089:2 17116:2 17132:1 17142:1 17165:1 17169:1 17207:1 17212:1 17242:3 17244:1 17255:1 17261:1 17263:1 17272:1 17273:1 17293:1 17301:1 17315:1 17332:50 17352:1 17363:1 17367:1 17376:3 17396:1 17418:1 17419:1 17422:1 17425:1 17446:1 17462:1 17472:1 17475:5 17491:9 17492:1 17497:2 17500:1 17547:2 17567:3 17570:1 17571:1 17573:1 17576:1 17577:2 17583:1 17584:1 17585:1 17588:2 17590:4 17591:3 17592:1 17636:1 17638:1 17641:1 17654:1 17656:1 17670:1 17671:1 17688:1 17711:1 17727:2 17731:1 17732:1 17737:1 17755:1 17759:1 17760:1 17781:1 17788:3 17810:1 17816:1 17817:3 17843:1 17856:1 17862:2 17878:2 17880:1 17881:3 17897:1 17909:1 17912:1 17930:1 17946:1 17957:1 17964:1 17972:1 17976:1 17990:1 18010:1 18027:1 18038:1 18041:1 18055:1 18056:1 18064:1 18069:5 18073:1 18079:1 18086:1 18101:1 18104:1 18108:2 18138:1 18140:1 18151:1 18185:1 18212:1 18224:3 18232:2 18248:2 18252:1 18253:1 18332:1 18355:1 18359:1 18363:1 18364:2 18368:2 18376:1 18381:2 18389:4 18412:1 18418:1 18423:1 18427:1 18433:1 18460:2 18471:1 18482:1 18509:2 18513:1 18515:2 18527:1 18568:1 18588:1 18598:1 18602:1 18611:1 18612:2 18628:1 18631:2 18632:1 18634:1 18636:1 18650:1 18664:1 18673:1 18677:1 18691:1 18720:1 18724:1 18729:1 18730:1 18742:2 18746:12 18750:1 18771:1 18775:1 18794:1 18803:1 18806:2 18820:1 18835:1 18843:1 18851:2 18853:4 18858:1 18861:1 18896:2 18901:1 18911:1 18937:1 18964:5 18976:2 18977:1 18983:1 18995:7 18996:1 18997:1 19002:2 19010:2 19025:1 19034:7 19045:1 19059:5 19087:1 19114:1 19122:1 19125:1 19140:3 19149:1 19152:1 19170:2 19173:1 19174:1 19176:1 19180:2 19195:1 19199:1 19205:1 19214:1 19222:1 19228:1 19243:1 19247:1 19264:2 19275:1 19289:1 19304:1 19309:1 19313:3 19332:2 19334:7 19353:1 19388:3 19391:2 19393:3 19398:1 19410:1 19424:1 19438:1 19446:1 19469:1 19478:4 19488:1 19503:2 19540:1 19554:1 19593:4 19605:3 19638:2 19673:2 19685:1 19687:1 19700:1 19705:1 19714:1 19720:9 19721:1 19722:1 19735:1 19761:2 19764:1 19793:1 19801:1 19811:1 19837:1 19843:1 19860:1 19872:1 19874:1 19876:1 19890:2 19897:2 19915:1 19918:1 19921:1 19965:1 19971:1 19978:1 20034:1 20042:1 20049:1 20072:2 20073:1 20078:2 20083:1 20084:1 20103:1 20132:3 20134:1 20155:1 20158:1 20159:1 20162:2 20178:1 20202:1 20203:1 20219:1 20236:1 20239:2 20241:1 20244:2 20245:3 20259:1 20279:1 20299:1 20310:1 20311:1 20318:1 20319:1 20323:1 20326:2 20348:1 20357:3 20358:1 20374:1 20375:1 20378:1 20382:1 20395:1 20405:1 20430:3 20433:1 20439:1 20458:1 20465:2 20468:1 20483:1 20485:1 20497:1 20541:1 20563:1 20567:1 20579:4 20585:1 20593:1 20629:1 20634:1 20641:1 20678:1 20686:2 20702:1 20709:1 20728:3 20733:1 20749:1 20758:1 20767:1 20789:1 20792:1 20804:1 20836:1 20845:1 20847:1 20850:1 20878:1 20879:1 20886:1 20893:1 20908:2 20914:1 20925:1 20932:2 20934:1 20941:1 20942:1 20961:1 20963:1 20968:1 20973:1 20989:1 20996:1 21004:1 21044:1 21054:1 21063:1 21077:1 21109:1 21134:1 21135:3 21140:1 21152:2 21168:1 21169:1 21190:2 21201:1 21207:1 21212:1 21215:1 21217:1 21236:1 21244:1 21250:1 21264:1 21274:3 21277:3 21279:6 21280:1 21283:1 21290:1 21295:1 21302:3 21307:1 21309:1 21361:1 21390:1 21397:2 21404:1 21422:1 21429:1 21469:1 21473:1 21490:1 21494:1 21498:1 21505:1 21531:1 21537:1 21540:1 21541:1 21542:3 21550:1 21551:1 21552:1 21570:1 21588:1 21602:1 21627:2 21644:1 21676:1 21684:2 21695:1 21697:1 21710:1 21755:2 21764:1 21781:1 21786:1 21830:1 21834:1 21843:2 21871:1 21872:1 21882:2 21887:1 21891:1 21925:1 21926:2 21927:1 21952:1 21992:1 22014:2 22015:1 22020:1 22047:2 22052:1 22078:2 22106:2 22109:2 22116:4 22123:1 22129:1 22140:1 22162:2 22186:1 22201:1 22209:5 22220:1 22223:1 22226:1 22257:2 22259:1 22282:2 22314:1 22325:3 22342:1 22345:1 22355:1 22360:3 22380:1 22391:1 22396:2 22409:1 22445:1 22448:1 22453:2 22456:1 22466:2 22469:2 22470:1 22494:1 22495:1 22502:1 22517:1 22532:1 22545:1 22566:1 22574:1 22597:2 22601:5 22602:1 22611:1 22625:5 22627:1 22628:1 22640:2 22653:1 22671:1 22675:1 22696:2 22723:2 22748:1 22754:1 22760:1 22768:1 22777:1 22801:1 22841:2 22847:1 22852:1 22854:1 22884:1 22895:1 22900:2 22901:3 22914:2 22932:1 22946:1 22947:1 22948:1 22971:1 22976:2 22988:1 23029:1 23049:2 23065:4 23106:1 23125:1 23145:1 23150:1 23167:2 23170:1 23178:1 23196:2 23199:1 23208:1 23236:1 23246:1 23279:1 23283:1 23297:1 23356:3 23380:1 23382:1 23385:1 23392:1 23393:2 23422:1 23436:1 23444:1 23453:1 23461:1 23470:1 23471:1 23492:2 23498:1 23510:2 23515:3 23531:1 23533:1 23541:1 23548:1 23550:1 23551:1 23568:1 23597:1 23606:2 23656:1 23658:1 23659:2 23660:1 23663:1 23664:1 23667:1 23673:2 23676:2 23680:1 23682:2 23699:1 23702:1 23709:2 23744:2 23759:1 23764:1 23778:1 23783:1 23787:4 23828:1 23836:1 23853:1 23859:2 23871:1 23874:1 23880:1 23908:1 23909:1 23910:1 23923:4 23937:1 23941:1 23948:2 23953:4 23982:2 23983:1 24091:1 24110:1 24114:1 24125:1 24133:1 24143:1 24146:1 24154:1 24202:1 24211:1 24227:1 24228:1 24237:4 24264:1 24269:1 24282:24 24309:1 24319:3 24328:1 24337:1 24371:2 24395:2 24400:1 24419:1 24423:2 24437:1 24475:1 24503:1 24522:1 24530:1 24538:1 24541:1 24554:1 24578:2 24591:1 24594:1 24596:1 24601:1 24602:1 24609:1 24627:1 24629:1 24631:1 24633:1 24639:1 24646:1 24651:1 24656:2 24667:1 24685:1 24717:1 24720:2 24721:1 24763:1 24770:2 24772:4 24783:1 24810:1 24829:1 24832:2 24878:1 24889:1 24892:1 24901:1 24922:1 24936:3 24950:1 24960:2 24985:1 24992:1 25037:1 25054:1 25082:1 25091:1 25108:1 25120:1 25133:1 25152:1 25169:2 25174:1 25183:1 25191:1 25192:1 25217:2 25219:1 25258:1 25259:1 25260:1 25264:1 25305:1 25314:1 25317:1 25321:3 25331:1 25345:1 25353:1 25358:1 25359:1 25365:2 25366:1 25368:1 25369:1 25370:1 25372:1 25375:1 25381:1 25382:1 25388:1 25390:1 25418:1 25430:1 25440:1 5 2:1 11:1 36:1 38:3 41:1 89:3 91:1 104:3 120:1 122:1 130:2 138:4 154:1 158:2 176:1 181:1 185:1 198:1 204:2 211:1 229:1 230:1 233:2 248:2 283:2 312:3 313:1 331:1 352:1 361:3 363:1 377:1 396:2 403:1 420:1 429:1 480:1 487:1 497:1 509:1 518:1 526:1 530:2 542:1 552:1 555:1 558:2 572:5 593:1 601:1 614:1 636:1 642:1 646:1 674:1 718:1 744:2 752:2 766:4 778:3 783:1 787:1 793:1 799:3 803:2 813:1 814:4 829:3 844:2 848:1 849:3 851:3 865:1 867:2 876:1 883:4 890:1 902:1 904:2 917:1 951:1 953:1 961:1 977:1 1018:1 1040:1 1045:1 1070:1 1080:1 1097:1 1098:1 1103:1 1106:2 1115:1 1116:1 1117:3 1134:2 1135:1 1141:1 1143:1 1146:1 1198:1 1213:2 1230:1 1243:1 1244:1 1260:1 1261:1 1281:1 1286:1 1288:3 1294:2 1296:1 1304:2 1307:1 1309:1 1310:1 1313:1 1323:1 1348:1 1350:1 1353:1 1354:1 1357:1 1367:1 1371:2 1385:1 1390:2 1403:8 1413:7 1420:1 1422:1 1425:1 1447:1 1452:1 1454:1 1479:1 1503:1 1565:1 1588:1 1589:1 1598:2 1608:1 1623:1 1627:1 1636:1 1638:1 1640:1 1657:1 1660:1 1663:1 1694:1 1712:1 1716:1 1748:1 1752:1 1778:1 1787:1 1801:2 1804:1 1813:2 1818:1 1821:2 1828:1 1846:1 1851:1 1861:1 1873:1 1880:1 1881:1 1888:1 1900:2 1911:1 1916:1 1918:7 1953:2 1975:1 1976:2 1985:1 2016:1 2028:2 2029:1 2030:1 2032:3 2033:2 2035:1 2039:1 2040:2 2045:1 2046:3 2052:2 2053:2 2058:1 2060:1 2061:1 2094:1 2109:1 2117:1 2136:1 2143:1 2149:1 2157:1 2167:2 2179:1 2180:1 2181:1 2182:1 2188:1 2194:1 2200:1 2211:1 2226:1 2250:1 2252:1 2262:1 2280:1 2313:1 2339:2 2343:5 2351:1 2355:1 2362:1 2365:1 2384:1 2393:1 2394:1 2396:2 2397:3 2414:1 2460:2 2461:2 2473:1 2484:1 2490:1 2494:1 2502:1 2503:1 2507:1 2542:1 2562:15 2571:1 2573:4 2586:1 2589:1 2598:1 2608:1 2611:11 2627:1 2650:1 2656:1 2660:3 2661:1 2699:1 2729:1 2741:1 2743:1 2744:2 2748:2 2772:1 2791:1 2809:1 2841:4 2883:1 2884:1 2888:1 2891:2 2907:5 2944:1 3007:1 3019:3 3023:1 3024:3 3025:2 3028:2 3029:6 3030:4 3034:1 3035:1 3038:1 3042:1 3065:1 3073:1 3076:4 3080:2 3082:1 3085:1 3099:2 3105:1 3120:1 3136:1 3140:1 3144:1 3145:3 3146:1 3147:15 3156:2 3162:1 3169:1 3180:1 3189:1 3190:1 3206:1 3212:1 3217:1 3221:1 3225:1 3237:5 3238:1 3241:1 3249:2 3277:1 3283:5 3286:1 3290:1 3313:1 3327:1 3331:2 3353:1 3367:1 3369:1 3375:1 3377:1 3380:1 3395:1 3410:1 3420:1 3422:1 3437:1 3448:1 3450:1 3456:2 3472:1 3475:1 3477:1 3482:1 3493:2 3496:1 3512:1 3514:1 3524:2 3530:3 3531:1 3543:1 3545:1 3551:1 3577:1 3578:1 3584:1 3605:1 3610:1 3618:1 3635:1 3659:1 3665:1 3670:2 3688:1 3690:1 3700:1 3703:2 3708:1 3724:1 3761:1 3773:1 3775:1 3800:1 3803:3 3817:1 3829:1 3831:1 3836:2 3846:5 3849:1 3854:1 3868:1 3905:1 3927:1 3966:2 3968:1 3971:1 3993:2 4004:1 4007:2 4008:1 4010:2 4028:1 4054:4 4056:2 4064:1 4083:1 4084:1 4088:1 4093:1 4126:1 4130:1 4131:2 4168:1 4169:1 4180:1 4185:1 4198:1 4227:1 4272:1 4310:10 4311:1 4320:2 4338:1 4352:1 4363:1 4388:1 4413:2 4416:1 4418:3 4420:1 4423:1 4425:1 4428:5 4430:1 4435:1 4437:1 4438:1 4440:1 4455:3 4458:1 4470:1 4484:2 4505:1 4522:1 4553:1 4580:2 4597:1 4599:2 4637:1 4640:2 4653:1 4656:1 4666:3 4676:1 4696:1 4720:1 4731:1 4762:1 4769:1 4774:1 4785:1 4787:4 4794:1 4799:1 4806:1 4807:1 4813:1 4860:4 4895:1 4899:2 4903:1 4904:1 4908:2 4912:1 4916:1 4924:1 4932:1 4950:1 4961:1 4971:1 4974:1 4996:1 5001:2 5007:1 5043:1 5047:1 5053:1 5055:2 5071:1 5162:1 5170:1 5173:1 5184:1 5202:1 5221:1 5228:3 5230:1 5234:2 5246:1 5253:1 5255:2 5256:1 5258:1 5260:3 5284:1 5290:1 5296:1 5304:1 5308:1 5319:1 5337:1 5374:1 5376:2 5378:1 5411:2 5412:1 5414:1 5424:1 5425:2 5460:1 5463:1 5467:1 5476:1 5478:2 5490:1 5493:1 5494:1 5508:1 5517:1 5537:1 5560:1 5568:3 5569:1 5576:1 5577:2 5581:1 5582:2 5585:2 5593:4 5594:1 5595:1 5597:1 5609:1 5614:1 5631:1 5679:1 5684:1 5694:1 5702:1 5790:1 5811:1 5819:1 5824:1 5825:1 5834:1 5842:3 5850:1 5854:1 5855:2 5877:1 5919:1 5923:1 5949:4 5952:1 5957:2 5960:1 5963:1 5971:1 5973:1 5985:3 5999:1 6018:1 6023:1 6026:1 6049:1 6053:1 6056:1 6061:1 6062:1 6066:1 6075:1 6076:7 6091:1 6116:1 6119:1 6141:2 6151:1 6167:3 6173:1 6202:1 6215:1 6223:1 6229:2 6246:2 6257:1 6305:1 6309:1 6317:2 6332:1 6336:1 6355:1 6361:1 6378:1 6386:2 6393:2 6395:1 6414:2 6422:1 6426:1 6431:1 6445:1 6492:3 6502:1 6515:4 6517:1 6542:1 6566:1 6579:1 6606:2 6613:1 6614:4 6617:1 6626:1 6632:1 6633:1 6665:1 6680:1 6681:1 6689:2 6696:4 6720:3 6734:20 6738:1 6746:16 6748:8 6758:1 6763:1 6765:1 6797:1 6807:1 6813:1 6834:2 6860:2 6861:1 6868:1 6873:1 6919:5 6925:1 6952:1 6960:1 6968:1 6973:1 6994:1 7000:1 7002:1 7013:2 7025:2 7043:1 7069:1 7074:1 7077:1 7088:1 7096:1 7100:1 7104:1 7123:1 7126:1 7154:2 7160:30 7183:1 7195:1 7201:1 7204:1 7209:1 7225:1 7232:1 7233:5 7235:8 7269:1 7270:1 7276:2 7282:1 7302:1 7305:1 7308:1 7337:2 7351:2 7366:3 7368:2 7370:1 7371:1 7374:1 7375:2 7376:2 7381:1 7382:1 7388:4 7390:1 7397:2 7416:1 7432:1 7458:1 7464:1 7475:1 7478:1 7480:1 7483:3 7488:1 7491:1 7493:1 7497:3 7498:2 7500:1 7501:1 7511:2 7522:3 7529:1 7537:7 7538:1 7566:1 7600:1 7606:1 7625:1 7629:1 7631:1 7663:1 7666:1 7669:1 7675:1 7678:1 7701:1 7714:1 7719:1 7727:3 7775:1 7784:1 7790:1 7797:1 7850:1 7861:1 7866:1 7874:1 7878:1 7882:2 7886:2 7897:1 7910:1 7912:2 7922:1 7934:1 7938:1 7982:1 8003:1 8008:1 8035:1 8044:1 8045:1 8054:2 8066:1 8087:2 8088:1 8089:1 8091:1 8095:3 8100:1 8103:1 8104:2 8108:2 8114:3 8137:1 8162:1 8199:1 8202:1 8205:3 8209:1 8213:1 8219:1 8231:1 8259:1 8260:1 8272:3 8292:1 8304:1 8310:1 8332:1 8335:2 8363:1 8365:5 8371:1 8398:1 8403:1 8415:1 8419:1 8422:1 8445:1 8459:1 8466:1 8482:2 8484:1 8494:1 8503:1 8528:1 8540:2 8544:2 8546:1 8550:1 8552:1 8565:1 8573:1 8586:1 8593:1 8610:1 8614:2 8627:4 8671:2 8683:2 8687:1 8697:1 8703:3 8705:2 8710:2 8722:3 8727:2 8764:1 8772:1 8773:2 8791:2 8806:2 8807:2 8809:1 8816:1 8818:1 8825:1 8829:2 8834:1 8837:1 8870:1 8890:1 8898:1 8911:1 8916:5 8942:1 8947:1 8953:1 8954:1 8970:1 8977:6 9001:1 9003:4 9004:1 9005:2 9006:1 9012:3 9014:5 9016:1 9017:1 9023:1 9025:1 9026:2 9033:2 9036:2 9038:9 9041:1 9042:1 9043:4 9044:1 9047:1 9060:2 9072:1 9105:1 9106:2 9108:1 9110:1 9117:1 9142:1 9144:2 9150:1 9154:2 9174:1 9178:1 9181:1 9205:3 9216:1 9247:1 9255:1 9280:1 9281:1 9285:1 9296:1 9298:3 9306:1 9342:1 9348:1 9349:1 9350:2 9354:1 9370:1 9382:1 9402:1 9483:1 9492:1 9504:1 9507:3 9508:4 9525:1 9529:1 9552:1 9556:2 9562:1 9565:2 9570:1 9598:1 9601:1 9609:1 9623:1 9628:1 9629:1 9630:1 9631:1 9644:1 9650:1 9657:7 9658:1 9684:1 9686:1 9696:1 9713:1 9734:1 9783:1 9823:2 9842:1 9858:1 9862:1 9868:1 9872:1 9891:1 9899:1 9913:1 9917:1 9918:1 9921:10 9939:1 9940:1 9965:1 9967:1 9970:1 9979:4 9997:1 10001:1 10018:1 10040:1 10065:1 10101:1 10102:3 10133:1 10134:1 10136:1 10140:1 10157:1 10160:5 10163:1 10165:1 10170:4 10172:1 10193:2 10203:5 10207:2 10213:1 10215:10 10225:3 10230:1 10234:1 10235:1 10237:2 10247:2 10259:1 10272:1 10274:1 10284:1 10285:1 10288:3 10296:3 10297:1 10300:1 10302:1 10327:1 10331:1 10332:1 10351:2 10358:1 10382:2 10401:5 10404:4 10408:1 10430:1 10440:1 10447:1 10455:1 10459:1 10477:1 10492:1 10493:1 10506:1 10519:1 10522:1 10533:2 10534:2 10538:1 10546:1 10549:1 10550:1 10555:1 10578:1 10592:1 10656:1 10657:1 10668:1 10676:2 10697:1 10712:1 10715:1 10722:1 10778:1 10800:2 10801:1 10860:1 10865:1 10882:1 10927:1 10939:1 10958:1 10969:1 11000:1 11004:2 11009:1 11013:2 11018:1 11021:2 11023:1 11033:1 11038:1 11041:3 11054:1 11056:1 11058:1 11080:2 11085:2 11088:1 11093:1 11106:1 11111:1 11116:1 11120:3 11129:1 11134:1 11143:2 11144:3 11150:1 11160:2 11163:2 11178:1 11185:1 11205:1 11208:1 11209:3 11237:1 11247:1 11260:1 11262:1 11274:1 11281:1 11312:1 11316:1 11321:1 11327:1 11341:1 11355:1 11357:1 11387:1 11391:2 11398:2 11408:1 11409:1 11416:1 11429:1 11432:1 11433:2 11442:1 11458:1 11460:1 11489:1 11521:1 11542:5 11543:2 11551:1 11573:1 11575:1 11598:1 11600:2 11601:1 11604:2 11652:2 11658:2 11674:1 11721:1 11725:1 11734:1 11735:2 11749:2 11756:1 11758:1 11771:1 11798:1 11813:1 11828:5 11831:2 11833:1 11835:1 11837:1 11843:4 11849:1 11852:1 11853:1 11862:1 11864:1 11865:1 11872:1 11875:1 11907:1 11925:1 11930:1 11938:3 11940:2 11945:1 11949:1 11954:1 11979:7 11989:1 11991:1 12003:1 12005:1 12014:1 12017:2 12047:1 12051:3 12057:1 12067:2 12073:4 12083:1 12101:1 12102:1 12105:1 12113:1 12135:11 12140:1 12166:1 12187:6 12189:1 12224:1 12230:1 12247:1 12250:3 12251:1 12259:1 12269:1 12286:1 12309:1 12311:5 12345:1 12356:1 12386:1 12410:1 12411:3 12412:1 12417:1 12429:1 12434:1 12435:1 12439:2 12443:2 12446:1 12457:2 12466:1 12467:1 12522:1 12527:1 12540:2 12587:1 12599:1 12606:1 12614:1 12624:1 12637:2 12643:1 12645:1 12670:1 12702:2 12715:2 12718:1 12726:1 12733:1 12737:1 12751:1 12800:1 12814:1 12821:1 12825:8 12828:1 12833:1 12870:1 12879:1 12889:2 12891:1 12892:1 12899:1 12914:1 12915:1 12917:3 12932:1 12946:1 12977:3 12995:1 13006:1 13024:1 13029:1 13041:1 13047:1 13055:1 13061:1 13062:1 13091:1 13097:1 13098:1 13106:1 13118:1 13139:2 13142:1 13143:1 13152:1 13154:1 13168:2 13173:2 13187:3 13194:1 13199:1 13201:1 13208:1 13223:1 13225:1 13238:1 13240:1 13242:1 13251:2 13257:1 13265:1 13272:1 13280:1 13288:1 13302:1 13304:1 13307:1 13319:1 13320:1 13334:2 13364:1 13367:1 13372:1 13387:1 13391:2 13427:1 13448:2 13505:1 13513:1 13516:1 13521:2 13530:1 13538:2 13557:2 13558:1 13563:1 13583:1 13594:1 13597:1 13608:1 13616:1 13622:1 13645:1 13657:2 13660:2 13666:1 13667:1 13675:2 13690:1 13714:1 13770:1 13787:1 13793:1 13795:1 13796:2 13802:2 13824:2 13840:1 13842:1 13850:3 13856:3 13880:1 13886:6 13908:1 13909:1 13917:1 13918:4 13922:1 13960:2 13963:1 13992:2 14001:1 14002:1 14005:1 14008:2 14010:1 14011:2 14013:3 14014:2 14015:1 14016:3 14018:3 14021:3 14024:2 14025:1 14027:2 14028:1 14029:1 14031:3 14037:1 14043:1 14067:1 14070:2 14110:1 14124:1 14129:1 14135:2 14162:1 14182:1 14206:1 14212:1 14213:1 14217:1 14231:1 14243:1 14248:1 14249:2 14285:1 14291:1 14295:1 14305:1 14318:4 14321:1 14333:1 14349:1 14357:1 14369:1 14389:1 14402:1 14414:1 14415:1 14439:1 14457:9 14482:1 14539:1 14542:1 14565:1 14568:2 14578:1 14581:1 14590:1 14600:1 14606:1 14618:1 14625:1 14629:2 14656:1 14660:1 14671:3 14689:1 14695:1 14702:1 14706:1 14712:1 14713:1 14714:2 14716:11 14727:1 14750:1 14756:1 14761:1 14768:1 14794:1 14823:1 14829:1 14839:1 14849:1 14852:1 14853:1 14858:1 14901:1 14915:1 14919:2 14941:1 14942:1 14986:2 14992:1 15008:2 15016:1 15024:1 15039:3 15072:1 15101:3 15115:2 15146:1 15155:1 15160:1 15162:1 15163:1 15177:1 15190:2 15204:2 15211:1 15212:1 15220:1 15244:1 15268:2 15287:1 15311:1 15323:2 15325:1 15335:1 15370:1 15381:1 15382:1 15387:1 15456:1 15457:2 15470:1 15500:1 15506:1 15531:1 15535:1 15554:1 15565:2 15569:2 15578:1 15594:3 15597:1 15600:2 15601:1 15615:3 15617:2 15630:1 15638:1 15666:1 15678:1 15679:1 15694:1 15704:1 15713:1 15725:1 15730:1 15738:3 15744:2 15745:1 15750:1 15785:1 15798:1 15874:5 15884:2 15893:1 15902:2 15917:1 15934:1 15941:1 15942:1 15948:1 15969:1 16013:1 16049:1 16050:1 16054:1 16068:1461 16071:1 16092:1 16093:1 16122:1 16137:2 16141:1 16159:1 16169:1 16173:2 16178:2 16191:1 16202:1 16225:1 16238:1 16261:1 16267:1 16273:1 16289:1 16315:1 16336:1 16339:1 16343:1 16344:1 16378:1 16385:1 16407:1 16442:2 16446:1 16472:1 16488:3 16520:1 16542:1 16544:8 16555:3 16583:1 16603:1 16615:1 16617:2 16651:1 16682:1 16700:2 16709:1 16729:4 16732:1 16735:1 16747:1 16771:1 16779:1 16823:1 16825:3 16830:1 16856:1 16873:1 16886:1 16887:8 16894:1 16924:1 16925:1 16974:2 16993:1 17008:6 17010:1 17014:1 17027:9 17041:17 17043:3 17047:1 17089:2 17116:2 17132:1 17142:1 17165:1 17169:1 17207:1 17212:1 17242:3 17244:1 17255:1 17261:1 17263:1 17272:1 17273:1 17280:1 17293:1 17301:1 17315:1 17332:52 17352:1 17363:1 17367:1 17376:3 17396:1 17418:1 17419:1 17422:1 17425:1 17446:1 17462:1 17472:1 17475:6 17491:9 17492:1 17497:2 17500:1 17547:2 17567:4 17570:1 17571:1 17573:1 17576:1 17577:2 17583:1 17584:1 17585:1 17588:2 17590:4 17591:3 17592:1 17636:1 17638:1 17641:1 17648:1 17654:1 17656:1 17670:1 17671:1 17688:1 17711:1 17727:2 17731:1 17732:1 17737:1 17755:1 17759:1 17760:1 17781:1 17788:3 17810:1 17816:1 17817:3 17843:1 17856:1 17862:3 17878:3 17880:1 17881:3 17897:1 17909:1 17912:1 17930:1 17946:1 17957:1 17964:1 17972:1 17976:1 17990:1 18010:1 18027:1 18038:1 18041:1 18055:1 18056:1 18064:1 18069:5 18073:1 18079:1 18086:1 18101:1 18104:1 18108:2 18138:1 18140:1 18151:1 18185:1 18212:1 18224:3 18232:2 18248:2 18252:1 18253:1 18332:1 18355:1 18359:1 18363:1 18364:2 18368:2 18376:1 18381:2 18389:4 18412:1 18418:1 18423:1 18427:1 18433:1 18460:2 18471:1 18482:1 18509:2 18513:1 18515:2 18527:1 18568:1 18588:1 18598:1 18602:1 18611:1 18612:2 18628:1 18631:2 18632:1 18634:1 18636:1 18650:1 18659:1 18664:1 18673:1 18677:1 18685:1 18691:1 18700:1 18720:1 18724:1 18729:1 18730:1 18742:2 18746:13 18750:1 18771:1 18775:1 18794:1 18803:1 18806:2 18820:2 18835:1 18843:1 18851:2 18853:4 18858:1 18861:1 18896:2 18901:1 18911:1 18937:1 18964:5 18976:2 18977:1 18983:1 18984:1 18995:8 18996:1 18997:1 19002:2 19010:2 19025:1 19034:9 19045:1 19046:1 19059:5 19087:1 19114:1 19122:2 19125:1 19140:3 19149:1 19152:1 19164:1 19170:2 19173:1 19174:1 19176:1 19180:2 19195:1 19199:1 19205:1 19214:2 19218:1 19222:1 19228:1 19243:1 19247:1 19264:2 19275:1 19286:1 19289:1 19304:1 19309:1 19313:3 19332:2 19334:7 19353:1 19367:1 19388:3 19391:2 19393:3 19398:1 19410:1 19424:1 19438:1 19446:1 19469:1 19478:4 19488:1 19503:2 19540:1 19554:1 19593:4 19605:3 19638:2 19673:2 19685:1 19687:2 19700:1 19705:1 19714:1 19720:9 19721:1 19722:1 19735:1 19761:2 19764:1 19793:1 19801:1 19811:1 19837:1 19843:1 19850:1 19860:1 19872:1 19874:1 19876:1 19890:2 19897:2 19915:1 19918:1 19921:1 19965:1 19971:1 19978:1 20034:1 20042:1 20049:1 20072:2 20073:1 20078:3 20083:1 20084:2 20103:1 20132:3 20134:1 20155:1 20158:1 20159:1 20162:2 20178:1 20198:1 20202:1 20203:1 20219:1 20236:1 20239:2 20241:1 20244:2 20245:3 20259:1 20279:1 20299:1 20310:1 20311:1 20318:1 20319:1 20323:1 20326:2 20348:1 20357:3 20358:1 20374:1 20375:1 20378:1 20382:1 20395:1 20405:1 20430:3 20433:1 20439:1 20458:1 20465:2 20468:1 20483:1 20485:1 20497:1 20541:1 20563:1 20567:1 20579:4 20585:1 20593:1 20629:1 20634:1 20641:1 20678:1 20686:2 20702:1 20705:1 20709:1 20728:3 20733:1 20749:1 20758:1 20767:1 20789:1 20792:1 20804:1 20836:1 20845:1 20847:1 20850:1 20878:1 20879:1 20886:2 20893:1 20908:2 20914:1 20925:1 20932:2 20934:1 20941:1 20942:1 20961:1 20963:1 20968:1 20973:1 20989:1 20996:1 21004:1 21044:1 21054:1 21063:1 21077:1 21109:1 21134:1 21135:3 21140:1 21152:2 21162:1 21168:1 21169:2 21190:2 21201:1 21207:1 21212:1 21215:1 21217:1 21236:1 21244:1 21250:1 21264:1 21269:1 21274:3 21277:3 21279:6 21280:1 21283:1 21290:1 21295:1 21302:3 21307:1 21309:1 21361:1 21390:1 21391:1 21397:2 21404:1 21422:1 21429:1 21443:1 21469:1 21473:1 21490:1 21494:1 21498:1 21505:1 21531:1 21537:1 21540:1 21541:1 21542:3 21550:1 21551:1 21552:1 21567:1 21570:1 21588:1 21602:1 21627:2 21644:1 21663:1 21676:1 21684:2 21695:1 21697:1 21710:1 21755:2 21764:1 21781:2 21786:1 21830:1 21834:1 21843:2 21871:1 21872:1 21882:2 21887:1 21891:1 21925:1 21926:2 21927:1 21941:1 21945:1 21952:1 21974:1 21992:1 22014:2 22015:1 22020:1 22047:2 22052:1 22078:2 22106:2 22109:2 22116:4 22123:1 22129:1 22140:1 22162:2 22186:1 22201:1 22209:5 22220:1 22223:1 22226:1 22257:2 22259:1 22282:2 22291:1 22314:1 22325:3 22342:1 22345:1 22355:1 22360:3 22380:1 22391:2 22396:2 22409:1 22445:1 22448:1 22453:2 22456:1 22466:2 22469:2 22470:1 22494:1 22495:1 22502:1 22517:1 22532:1 22545:1 22566:1 22574:1 22597:2 22601:5 22602:1 22611:1 22625:5 22627:1 22628:1 22640:2 22653:1 22671:1 22675:1 22696:2 22723:2 22748:1 22754:1 22760:1 22768:1 22777:1 22801:1 22841:2 22847:1 22851:1 22852:1 22854:1 22884:1 22895:1 22900:2 22901:3 22914:2 22932:1 22946:1 22947:2 22948:1 22971:1 22976:2 22988:1 23029:1 23049:2 23065:4 23093:1 23106:1 23125:1 23128:1 23145:1 23150:1 23167:2 23170:1 23178:2 23184:1 23196:2 23199:1 23200:1 23208:1 23236:1 23246:1 23279:1 23283:1 23297:1 23356:3 23378:1 23380:1 23382:1 23385:1 23392:1 23393:2 23422:1 23436:1 23444:1 23453:1 23461:1 23470:1 23471:1 23492:2 23498:1 23510:2 23515:3 23531:1 23533:1 23541:1 23548:1 23550:1 23551:1 23568:1 23597:1 23606:2 23656:1 23658:1 23659:2 23660:1 23661:1 23663:1 23664:1 23667:1 23673:2 23676:2 23680:1 23682:2 23699:1 23702:1 23709:2 23744:2 23759:1 23764:1 23778:1 23783:1 23787:4 23828:1 23836:1 23853:1 23859:2 23871:1 23874:1 23876:1 23880:1 23908:1 23909:1 23910:1 23923:4 23937:1 23941:1 23948:2 23953:5 23982:2 23983:1 24066:1 24091:2 24110:1 24114:1 24125:1 24133:1 24143:1 24146:1 24154:1 24175:1 24202:1 24211:1 24227:1 24228:1 24237:4 24253:1 24264:1 24269:1 24282:25 24309:1 24319:3 24328:1 24337:1 24371:2 24395:2 24400:1 24419:1 24423:2 24437:1 24475:1 24492:1 24503:1 24522:1 24530:1 24538:1 24541:1 24554:1 24578:2 24591:1 24594:1 24596:1 24601:1 24602:1 24609:1 24627:1 24629:1 24631:1 24633:1 24639:1 24646:1 24651:1 24656:3 24667:1 24685:1 24717:1 24720:2 24721:1 24763:1 24770:2 24772:4 24783:1 24810:1 24829:1 24832:2 24878:1 24889:1 24892:1 24901:1 24922:1 24936:3 24950:1 24960:2 24985:1 24992:1 25037:1 25052:1 25054:1 25082:1 25091:1 25108:1 25109:1 25120:1 25133:1 25152:1 25169:2 25174:1 25183:1 25191:1 25192:1 25217:2 25219:1 25258:1 25259:1 25260:1 25264:1 25296:1 25305:1 25314:1 25317:1 25321:3 25331:1 25345:1 25353:1 25355:1 25358:1 25359:1 25365:3 25366:1 25368:1 25369:1 25370:1 25372:1 25375:1 25381:1 25382:1 25388:1 25390:1 25409:1 25418:1 25430:1 25440:1 5 2:1 11:1 36:1 38:3 41:1 89:3 91:1 104:3 120:1 122:1 130:2 138:4 154:1 158:2 169:1 176:1 181:1 185:1 198:1 204:2 211:1 229:1 230:1 233:3 248:2 283:2 312:3 313:1 331:1 352:1 361:3 363:1 377:1 396:2 403:1 420:1 429:1 480:1 487:1 497:1 509:1 518:1 526:1 530:3 542:2 552:1 555:1 558:2 572:5 593:1 601:1 614:1 636:1 642:1 646:1 674:1 718:1 744:2 752:2 766:4 778:3 783:1 787:1 793:1 799:4 803:2 805:1 813:1 814:4 829:3 844:2 848:1 849:3 851:4 865:1 867:2 876:1 883:4 890:1 902:1 904:2 917:1 951:1 953:1 961:1 977:1 1018:1 1040:1 1045:1 1070:1 1074:1 1080:1 1097:1 1098:1 1103:1 1106:2 1115:1 1116:1 1117:3 1134:2 1135:1 1141:1 1143:1 1146:1 1198:1 1213:2 1230:1 1243:1 1244:1 1260:1 1261:1 1281:1 1286:1 1288:3 1294:2 1296:1 1304:2 1307:1 1309:1 1310:1 1313:1 1323:1 1348:1 1350:1 1353:1 1354:1 1357:1 1367:1 1371:2 1385:1 1390:2 1403:8 1413:7 1420:1 1422:2 1425:1 1447:1 1452:1 1454:1 1479:2 1503:1 1538:1 1565:1 1588:1 1589:1 1598:2 1608:1 1623:1 1627:1 1636:1 1638:1 1640:1 1657:1 1660:1 1663:1 1685:1 1694:1 1712:1 1716:1 1748:1 1752:1 1778:1 1786:1 1787:1 1801:2 1804:1 1809:1 1813:2 1818:1 1821:2 1828:1 1846:1 1851:1 1861:1 1873:1 1880:1 1881:1 1888:1 1890:1 1900:2 1911:1 1916:1 1918:7 1940:1 1953:2 1975:1 1976:2 1985:1 2016:1 2028:3 2029:1 2030:1 2032:5 2033:2 2035:1 2039:2 2040:2 2045:1 2046:3 2052:2 2053:2 2058:1 2060:1 2061:1 2094:1 2098:1 2109:1 2117:1 2136:1 2143:1 2149:1 2157:1 2167:2 2179:1 2180:1 2181:1 2182:1 2184:1 2188:1 2194:1 2200:1 2211:1 2226:1 2250:1 2252:1 2253:1 2262:1 2280:1 2313:1 2339:2 2343:5 2351:1 2355:1 2362:1 2365:1 2384:1 2393:1 2394:1 2396:2 2397:3 2414:1 2460:2 2461:2 2469:1 2473:1 2484:1 2490:1 2494:1 2502:1 2503:1 2507:1 2542:1 2562:17 2571:1 2573:4 2586:1 2589:1 2598:1 2608:1 2611:11 2627:1 2650:1 2656:1 2660:3 2661:1 2699:1 2729:1 2741:1 2743:1 2744:2 2748:2 2772:1 2791:1 2809:1 2841:4 2883:1 2884:1 2888:1 2891:2 2907:5 2944:1 3007:1 3019:3 3023:1 3024:3 3025:2 3028:2 3029:6 3030:4 3034:1 3035:1 3038:1 3042:1 3065:1 3073:1 3076:4 3080:2 3082:1 3085:1 3099:2 3105:1 3106:1 3120:1 3136:1 3140:1 3144:1 3145:5 3146:1 3147:15 3156:2 3162:1 3169:1 3180:1 3189:1 3190:1 3206:1 3212:1 3217:1 3221:1 3225:1 3237:6 3238:2 3241:1 3249:2 3254:1 3277:1 3283:5 3286:1 3290:1 3313:1 3327:1 3331:2 3353:1 3367:1 3369:1 3375:1 3377:1 3380:1 3395:1 3410:1 3420:1 3422:1 3437:2 3448:1 3450:1 3456:2 3472:1 3475:1 3477:1 3482:1 3493:2 3496:1 3512:1 3514:1 3524:2 3530:3 3531:1 3543:1 3545:1 3551:1 3577:1 3578:1 3584:1 3605:1 3610:1 3618:1 3635:1 3659:1 3665:1 3670:2 3688:1 3690:1 3700:1 3703:2 3708:1 3724:1 3761:1 3773:1 3775:1 3800:1 3803:3 3817:1 3829:1 3831:1 3836:2 3846:5 3849:1 3854:1 3868:2 3905:1 3927:1 3966:2 3968:1 3971:1 3993:2 4004:1 4007:2 4008:1 4010:2 4028:1 4054:4 4056:2 4064:1 4083:1 4084:1 4088:1 4093:1 4126:1 4130:1 4131:3 4168:1 4169:1 4180:2 4185:1 4198:1 4227:1 4272:1 4310:10 4311:1 4320:2 4338:1 4352:1 4363:1 4388:1 4412:1 4413:2 4416:1 4418:3 4420:1 4421:1 4423:1 4425:1 4428:5 4430:1 4435:1 4437:1 4438:1 4440:1 4455:4 4458:1 4470:1 4484:2 4505:1 4522:1 4553:1 4580:2 4597:1 4599:2 4637:1 4640:2 4653:1 4656:1 4666:4 4676:1 4696:1 4720:1 4731:1 4762:1 4769:1 4774:1 4785:1 4787:4 4794:1 4799:1 4806:1 4807:1 4813:1 4860:4 4895:1 4899:2 4903:1 4904:1 4908:2 4912:1 4916:1 4924:1 4932:1 4950:1 4961:1 4971:1 4974:1 4996:1 5001:2 5007:1 5043:1 5047:1 5053:1 5055:2 5071:2 5162:1 5170:1 5173:1 5184:1 5202:1 5221:1 5228:3 5230:1 5234:2 5246:1 5253:1 5255:2 5256:1 5258:1 5260:4 5284:1 5290:1 5296:2 5304:1 5308:1 5311:1 5319:1 5337:1 5374:1 5376:2 5378:2 5411:3 5412:1 5414:1 5424:1 5425:2 5460:1 5463:1 5467:1 5476:2 5478:2 5490:2 5493:1 5494:1 5508:1 5517:1 5537:1 5560:1 5568:3 5569:1 5576:1 5577:2 5581:1 5582:2 5585:2 5593:4 5594:1 5595:1 5597:1 5609:1 5614:1 5631:1 5679:1 5684:1 5694:1 5702:1 5790:1 5810:1 5811:1 5819:1 5824:1 5825:1 5834:1 5842:3 5850:1 5854:1 5855:2 5877:1 5919:1 5923:1 5949:4 5952:1 5957:2 5960:1 5963:1 5971:1 5973:1 5985:3 5999:1 6018:1 6023:1 6026:1 6049:1 6053:1 6056:1 6061:1 6062:1 6066:1 6075:1 6076:7 6091:1 6116:1 6119:1 6141:2 6151:1 6154:1 6167:3 6173:1 6202:1 6215:1 6223:1 6229:2 6246:2 6257:1 6305:1 6309:1 6317:2 6332:1 6336:1 6355:1 6361:1 6378:1 6386:2 6393:2 6395:1 6414:2 6422:1 6426:1 6431:1 6445:1 6492:3 6502:1 6515:5 6517:1 6542:1 6566:1 6579:1 6606:2 6613:1 6614:4 6617:1 6626:1 6632:1 6633:1 6665:1 6680:1 6681:1 6689:2 6696:4 6720:3 6734:24 6738:1 6746:18 6748:8 6758:1 6763:1 6765:1 6797:1 6807:1 6813:1 6834:2 6860:2 6861:1 6868:1 6873:1 6919:5 6925:1 6952:1 6960:1 6968:1 6973:1 6994:1 7000:1 7002:1 7013:2 7025:2 7043:1 7054:1 7069:1 7074:1 7077:1 7088:1 7096:1 7100:1 7104:1 7123:1 7126:1 7154:2 7160:32 7183:1 7195:1 7201:1 7204:1 7209:1 7225:1 7232:1 7233:6 7235:8 7269:1 7270:1 7276:2 7282:1 7302:1 7305:1 7308:1 7337:2 7351:2 7366:3 7368:2 7370:1 7371:1 7374:1 7375:2 7376:2 7381:1 7382:1 7388:4 7390:1 7397:2 7416:1 7432:1 7458:1 7464:1 7475:1 7478:1 7480:1 7483:3 7488:1 7491:1 7493:1 7497:3 7498:2 7500:1 7501:1 7511:2 7522:3 7529:1 7537:7 7538:1 7566:1 7600:1 7606:1 7620:1 7625:1 7629:1 7631:1 7663:1 7666:1 7669:1 7675:1 7678:1 7701:1 7714:1 7719:1 7727:3 7761:1 7775:1 7784:1 7790:1 7797:1 7850:1 7861:1 7866:1 7874:1 7878:1 7882:2 7886:2 7897:1 7910:1 7912:2 7922:1 7934:1 7938:1 7982:1 8001:1 8003:1 8008:1 8035:1 8044:1 8045:1 8054:3 8066:1 8087:2 8088:1 8089:1 8091:1 8095:3 8100:1 8103:1 8104:2 8108:2 8114:3 8137:1 8162:1 8199:1 8202:1 8205:3 8209:1 8213:1 8219:1 8231:1 8259:1 8260:1 8272:3 8292:1 8304:1 8310:1 8332:1 8335:2 8363:1 8365:5 8371:1 8398:1 8403:1 8415:1 8419:1 8422:1 8445:1 8459:1 8466:1 8482:2 8484:1 8485:1 8494:1 8503:1 8528:1 8540:2 8544:3 8545:1 8546:1 8550:1 8552:1 8565:1 8573:1 8586:1 8593:1 8610:1 8614:2 8627:5 8671:2 8683:2 8687:1 8697:1 8703:3 8705:2 8710:2 8722:3 8727:2 8764:1 8772:1 8773:2 8791:2 8806:2 8807:2 8809:1 8816:1 8818:1 8825:1 8829:2 8834:1 8837:1 8870:1 8890:1 8898:1 8911:1 8916:5 8942:1 8947:1 8953:1 8954:1 8970:1 8977:6 9001:1 9003:4 9004:2 9005:2 9006:1 9012:3 9014:5 9016:1 9017:1 9023:1 9025:1 9026:2 9033:2 9036:2 9038:9 9041:1 9042:1 9043:5 9044:1 9047:1 9060:3 9072:1 9105:1 9106:2 9108:1 9110:1 9117:1 9118:1 9130:1 9142:1 9144:2 9150:1 9154:2 9172:1 9174:1 9178:1 9181:1 9205:3 9216:1 9247:1 9255:1 9280:1 9281:1 9285:1 9296:1 9298:3 9306:1 9342:1 9348:1 9349:1 9350:2 9354:1 9370:1 9382:1 9402:1 9422:1 9483:1 9492:1 9504:1 9507:3 9508:4 9525:1 9529:1 9552:1 9556:2 9562:1 9565:2 9570:1 9598:1 9601:1 9609:1 9623:2 9628:1 9629:1 9630:1 9631:1 9644:1 9650:1 9657:7 9658:1 9684:1 9686:1 9696:1 9713:1 9734:1 9783:1 9823:2 9842:1 9858:1 9862:1 9868:1 9872:1 9878:1 9881:1 9891:1 9899:1 9913:1 9917:1 9918:1 9921:10 9939:1 9940:1 9965:1 9967:1 9970:1 9979:4 9997:1 10001:1 10018:1 10040:1 10051:1 10065:1 10101:1 10102:3 10133:1 10134:1 10136:1 10140:1 10157:1 10160:5 10163:1 10165:1 10170:4 10172:1 10193:2 10203:5 10207:2 10213:1 10215:11 10225:3 10230:1 10234:1 10235:1 10237:2 10247:2 10259:1 10272:1 10274:1 10284:1 10285:1 10288:3 10296:3 10297:1 10300:1 10302:1 10327:1 10331:1 10332:1 10351:2 10358:1 10382:2 10401:5 10404:4 10408:1 10430:1 10440:1 10447:1 10455:1 10459:1 10477:1 10492:1 10493:1 10506:1 10519:1 10522:1 10533:2 10534:3 10538:1 10546:1 10549:1 10550:1 10555:1 10578:1 10592:1 10656:1 10657:1 10668:1 10676:2 10697:1 10712:1 10715:1 10722:1 10778:1 10800:2 10801:1 10839:1 10860:1 10865:1 10882:1 10927:1 10939:1 10958:1 10969:1 11000:1 11004:2 11009:1 11013:2 11018:1 11021:2 11023:1 11033:1 11038:1 11041:4 11054:1 11056:1 11058:1 11080:2 11085:2 11088:1 11093:1 11106:1 11111:1 11116:1 11120:3 11129:1 11134:1 11143:2 11144:3 11150:1 11160:2 11163:2 11178:1 11185:1 11205:1 11208:1 11209:3 11237:1 11247:1 11260:1 11262:1 11274:1 11281:1 11312:1 11316:1 11321:1 11327:1 11341:1 11355:1 11357:1 11387:1 11391:2 11398:2 11408:1 11409:1 11416:1 11429:1 11432:1 11433:2 11442:1 11458:1 11460:1 11489:1 11521:1 11542:5 11543:2 11551:1 11573:1 11575:1 11598:1 11600:3 11601:1 11604:2 11652:2 11658:2 11674:1 11721:1 11725:1 11734:1 11735:2 11749:2 11756:1 11758:1 11771:1 11779:1 11798:1 11813:1 11828:5 11831:2 11833:1 11834:1 11835:1 11837:1 11843:4 11849:1 11852:1 11853:1 11862:1 11864:1 11865:1 11872:1 11875:1 11907:1 11925:1 11930:1 11938:3 11940:2 11945:1 11949:1 11954:1 11979:7 11989:1 11991:1 12003:1 12005:1 12014:1 12017:2 12047:1 12051:3 12057:1 12067:2 12073:4 12083:1 12101:1 12102:1 12105:1 12113:1 12134:1 12135:11 12140:1 12166:1 12187:6 12189:1 12224:1 12230:1 12247:1 12250:3 12251:1 12259:2 12269:1 12286:1 12309:1 12311:5 12345:1 12356:1 12386:1 12410:1 12411:3 12412:1 12417:1 12429:1 12434:1 12435:1 12439:2 12443:2 12446:1 12457:2 12466:1 12467:1 12522:1 12527:1 12540:2 12587:1 12599:1 12606:1 12614:1 12624:1 12633:1 12637:2 12643:1 12645:1 12670:1 12702:2 12715:2 12718:1 12726:1 12733:1 12737:1 12751:1 12774:1 12800:1 12814:1 12821:1 12825:8 12828:1 12833:1 12870:1 12879:1 12889:3 12891:1 12892:1 12899:1 12914:1 12915:1 12917:3 12932:1 12946:1 12977:3 12995:1 13006:1 13024:1 13029:1 13036:1 13041:1 13047:1 13055:1 13061:1 13062:1 13091:1 13097:1 13098:1 13106:1 13118:1 13139:2 13142:1 13143:1 13152:1 13154:1 13168:2 13173:2 13187:3 13194:1 13199:1 13201:1 13208:1 13223:1 13225:1 13238:1 13240:1 13242:1 13251:2 13257:1 13265:1 13272:1 13280:1 13288:1 13302:1 13304:1 13307:1 13319:1 13320:1 13334:2 13364:1 13367:1 13372:1 13379:1 13387:1 13391:3 13427:1 13448:2 13505:1 13513:1 13516:1 13521:2 13530:1 13532:1 13538:2 13557:2 13558:1 13563:2 13583:1 13594:1 13597:1 13608:1 13616:1 13622:1 13645:1 13657:2 13660:2 13666:1 13667:1 13675:2 13690:1 13714:1 13770:1 13787:1 13793:1 13795:1 13796:3 13802:2 13824:2 13840:1 13842:1 13850:3 13856:3 13880:1 13886:6 13908:1 13909:1 13917:1 13918:4 13922:1 13960:2 13963:1 13992:2 14001:1 14002:1 14005:1 14008:2 14010:1 14011:2 14013:4 14014:3 14015:1 14016:3 14018:3 14021:3 14024:2 14025:1 14027:2 14028:1 14029:1 14031:3 14037:1 14043:1 14067:1 14070:2 14110:1 14124:1 14129:1 14135:2 14162:1 14182:1 14206:1 14212:1 14213:1 14217:1 14231:1 14243:1 14248:1 14249:2 14266:1 14285:1 14291:1 14295:1 14305:1 14318:4 14321:2 14333:1 14349:1 14357:1 14369:1 14389:1 14402:1 14414:1 14415:1 14439:1 14457:9 14482:2 14539:1 14542:1 14565:1 14568:2 14578:2 14581:1 14590:1 14600:1 14606:1 14618:1 14625:1 14629:2 14656:1 14660:1 14671:3 14689:1 14695:1 14702:1 14706:1 14712:1 14713:1 14714:2 14716:11 14727:1 14750:1 14756:1 14761:1 14768:1 14794:1 14823:1 14829:1 14839:1 14849:1 14852:1 14853:1 14858:1 14901:1 14915:1 14919:2 14941:1 14942:1 14986:2 14992:1 15008:2 15016:1 15024:1 15039:3 15072:1 15101:3 15115:2 15146:1 15155:1 15160:1 15162:1 15163:1 15170:1 15177:1 15190:2 15204:2 15211:1 15212:1 15220:1 15244:1 15268:2 15287:1 15311:1 15323:2 15325:1 15335:1 15370:1 15381:1 15382:1 15387:1 15456:1 15457:2 15470:1 15500:1 15506:1 15531:1 15535:1 15546:1 15554:1 15565:3 15569:2 15578:1 15594:3 15597:1 15600:2 15601:1 15615:3 15617:2 15630:1 15638:1 15666:1 15678:1 15679:1 15694:1 15704:1 15713:1 15725:1 15730:1 15738:3 15744:2 15745:1 15750:1 15785:1 15798:1 15826:2 15874:5 15884:2 15893:1 15902:2 15917:1 15934:1 15941:1 15942:1 15948:1 15969:1 16013:1 16049:1 16050:1 16054:1 16068:1550 16071:1 16092:1 16093:1 16095:1 16122:1 16137:2 16141:1 16159:1 16169:1 16173:2 16178:2 16191:1 16202:1 16225:1 16238:1 16244:1 16261:1 16267:1 16273:1 16289:1 16315:1 16336:1 16339:1 16343:1 16344:1 16378:1 16385:1 16407:1 16442:2 16446:1 16472:1 16488:4 16520:1 16542:1 16544:8 16555:3 16576:1 16583:1 16603:1 16615:1 16617:2 16651:1 16682:1 16700:2 16709:1 16729:4 16732:1 16735:1 16747:1 16771:1 16779:2 16823:1 16825:3 16830:1 16856:1 16873:1 16886:1 16887:8 16894:1 16904:1 16924:1 16925:1 16927:1 16963:1 16974:2 16993:1 17008:6 17009:1 17010:1 17014:1 17027:9 17041:18 17043:3 17047:1 17089:2 17116:2 17132:1 17139:1 17142:1 17165:1 17169:1 17207:1 17212:1 17242:4 17244:1 17255:1 17261:1 17263:1 17272:1 17273:1 17280:1 17293:1 17301:1 17315:1 17332:54 17352:1 17363:1 17367:1 17376:3 17396:1 17418:1 17419:1 17422:1 17425:1 17440:1 17446:1 17462:1 17472:1 17475:7 17491:9 17492:1 17497:2 17500:1 17547:2 17567:5 17570:1 17571:1 17573:1 17576:1 17577:2 17583:1 17584:1 17585:1 17588:2 17590:4 17591:3 17592:1 17636:1 17638:1 17641:1 17646:1 17648:1 17654:1 17656:1 17670:1 17671:1 17688:1 17690:1 17695:1 17711:1 17727:2 17731:1 17732:1 17737:1 17755:1 17759:1 17760:1 17781:1 17788:3 17810:1 17814:1 17816:1 17817:3 17843:1 17856:1 17862:3 17878:3 17880:1 17881:3 17897:1 17909:1 17912:1 17930:1 17946:1 17957:1 17964:1 17972:1 17976:1 17990:1 18010:1 18027:1 18038:1 18041:1 18055:1 18056:1 18064:1 18069:5 18073:1 18079:1 18086:1 18101:1 18104:1 18108:2 18110:1 18138:1 18140:1 18151:1 18185:1 18212:1 18224:3 18232:2 18248:2 18252:1 18253:1 18332:1 18355:1 18359:1 18363:1 18364:2 18368:2 18376:1 18381:2 18389:4 18412:1 18418:1 18423:1 18427:1 18433:1 18460:2 18471:1 18482:1 18509:2 18513:1 18515:2 18527:1 18568:1 18588:1 18598:1 18602:1 18611:1 18612:2 18628:1 18631:2 18632:1 18634:1 18636:1 18650:1 18659:1 18664:1 18673:1 18677:1 18685:1 18691:1 18700:1 18720:1 18724:1 18729:1 18730:1 18742:2 18746:14 18750:1 18771:1 18775:1 18794:1 18803:1 18806:2 18820:2 18835:1 18843:1 18851:2 18853:4 18858:1 18861:1 18896:2 18901:1 18911:1 18937:1 18964:5 18976:2 18977:1 18983:1 18984:1 18995:9 18996:2 18997:1 19002:2 19010:2 19025:1 19034:9 19045:1 19046:1 19059:5 19087:1 19114:1 19122:2 19125:1 19140:3 19149:1 19152:1 19164:1 19170:2 19173:1 19174:1 19176:1 19180:3 19195:1 19199:1 19205:1 19214:2 19218:1 19222:1 19227:1 19228:1 19243:1 19247:1 19264:2 19266:1 19275:1 19286:1 19289:1 19304:1 19309:1 19313:3 19332:2 19334:7 19335:1 19353:1 19367:1 19388:3 19391:2 19393:3 19398:1 19410:1 19424:1 19438:1 19446:1 19469:1 19478:4 19488:1 19503:2 19540:1 19554:1 19593:4 19605:4 19638:2 19673:2 19685:1 19687:2 19700:1 19705:1 19714:1 19720:9 19721:1 19722:1 19735:1 19761:2 19764:1 19779:1 19793:1 19797:1 19801:1 19811:1 19837:1 19843:1 19850:1 19860:1 19872:1 19874:1 19876:1 19890:2 19897:2 19915:1 19916:1 19918:1 19921:1 19965:1 19971:1 19978:1 20034:1 20042:1 20049:1 20072:2 20073:1 20078:4 20083:1 20084:2 20103:1 20132:3 20134:1 20155:1 20158:1 20159:1 20162:2 20178:1 20198:1 20202:1 20203:1 20219:1 20236:1 20239:2 20241:1 20244:3 20245:3 20259:1 20279:1 20299:1 20310:1 20311:1 20318:1 20319:1 20323:1 20326:2 20348:1 20357:3 20358:1 20374:1 20375:1 20378:1 20382:1 20395:1 20405:1 20429:1 20430:3 20433:1 20439:1 20458:1 20465:2 20468:1 20483:1 20485:1 20497:1 20541:1 20563:1 20567:1 20579:4 20585:1 20593:1 20629:1 20634:1 20641:1 20678:1 20686:2 20702:1 20705:1 20709:1 20728:3 20733:1 20749:1 20753:1 20758:1 20767:1 20789:1 20792:1 20804:2 20836:1 20845:1 20847:1 20850:1 20853:1 20878:1 20879:1 20886:2 20893:1 20906:1 20908:2 20914:1 20925:1 20932:2 20934:1 20941:1 20942:1 20961:1 20963:1 20964:1 20968:1 20973:1 20989:1 20996:1 21004:1 21044:1 21054:1 21063:1 21077:1 21109:1 21134:1 21135:3 21140:1 21152:2 21162:1 21168:1 21169:3 21190:2 21201:1 21207:1 21212:1 21215:2 21217:1 21236:1 21244:1 21250:1 21264:1 21269:1 21274:3 21277:3 21279:6 21280:1 21283:1 21284:1 21290:1 21295:1 21302:3 21307:1 21309:1 21361:1 21390:1 21391:1 21397:2 21404:1 21422:1 21429:1 21443:1 21469:1 21473:1 21490:1 21494:1 21498:1 21505:1 21531:1 21537:1 21540:1 21541:1 21542:3 21550:1 21551:1 21552:1 21567:1 21570:2 21588:1 21602:1 21627:2 21644:1 21663:1 21676:1 21684:2 21695:1 21697:1 21710:1 21755:2 21764:1 21781:4 21786:1 21830:1 21834:1 21843:2 21871:1 21872:1 21882:2 21887:1 21891:1 21925:1 21926:2 21927:1 21941:1 21945:1 21952:1 21974:1 21992:2 22014:2 22015:1 22020:1 22047:2 22052:1 22078:2 22106:2 22109:2 22116:4 22123:1 22129:1 22140:1 22162:2 22186:1 22201:1 22209:5 22220:1 22223:1 22226:1 22257:2 22259:1 22282:2 22291:1 22314:1 22325:3 22342:1 22345:1 22355:1 22360:3 22380:1 22391:2 22396:2 22402:1 22409:1 22421:1 22445:1 22448:1 22453:2 22456:1 22466:2 22469:2 22470:1 22494:1 22495:1 22502:1 22517:1 22532:1 22545:1 22566:1 22574:1 22597:2 22601:5 22602:1 22611:1 22625:5 22627:1 22628:1 22640:2 22653:1 22666:1 22671:1 22675:1 22696:2 22723:2 22748:1 22754:1 22760:1 22768:1 22777:1 22801:1 22841:2 22847:1 22851:1 22852:1 22854:1 22884:1 22895:1 22900:2 22901:3 22914:2 22932:1 22946:1 22947:2 22948:1 22971:1 22976:2 22988:1 23015:1 23029:1 23049:2 23065:4 23093:1 23106:1 23125:1 23128:1 23145:1 23149:1 23150:1 23167:2 23170:1 23178:2 23184:1 23196:2 23199:1 23200:1 23208:1 23236:1 23246:1 23273:1 23279:1 23283:1 23297:1 23356:3 23378:1 23380:1 23382:1 23385:1 23392:1 23393:2 23394:1 23422:1 23436:1 23444:1 23453:1 23461:1 23465:1 23470:1 23471:1 23492:2 23498:1 23510:3 23515:3 23531:1 23533:1 23541:1 23548:1 23550:1 23551:1 23568:1 23597:1 23598:1 23606:2 23621:1 23656:1 23658:1 23659:2 23660:1 23661:1 23663:1 23664:1 23667:1 23673:2 23676:2 23680:1 23682:2 23699:2 23702:1 23709:2 23720:1 23744:2 23759:1 23764:1 23778:1 23783:1 23787:4 23828:1 23836:1 23853:1 23859:3 23871:1 23874:1 23876:1 23880:1 23908:1 23909:1 23910:1 23923:4 23937:1 23941:1 23948:2 23953:6 23969:1 23982:2 23983:1 24066:2 24091:2 24110:1 24114:1 24125:1 24133:1 24143:1 24146:1 24154:1 24175:1 24202:1 24211:1 24227:1 24228:1 24237:4 24253:1 24264:1 24269:1 24282:25 24309:1 24319:3 24328:1 24337:1 24371:2 24395:2 24400:1 24410:1 24419:1 24423:2 24437:1 24475:1 24492:1 24503:1 24522:1 24530:1 24538:1 24541:1 24554:1 24578:2 24591:1 24594:1 24596:1 24601:1 24602:1 24609:1 24621:1 24627:1 24629:1 24631:1 24633:1 24639:1 24646:1 24651:1 24656:3 24667:1 24685:1 24717:1 24720:2 24721:1 24763:1 24770:2 24772:4 24783:1 24810:1 24829:1 24832:3 24878:1 24889:1 24892:1 24901:1 24922:1 24929:1 24936:3 24950:1 24960:2 24985:1 24992:1 25015:1 25037:1 25052:1 25054:1 25082:1 25091:1 25108:1 25109:1 25120:1 25133:1 25152:1 25169:2 25174:1 25183:1 25191:1 25192:1 25217:2 25219:1 25258:1 25259:1 25260:1 25264:1 25296:2 25305:1 25314:1 25317:1 25321:3 25331:1 25345:1 25353:1 25355:2 25358:1 25359:1 25363:1 25365:4 25366:1 25368:1 25369:1 25370:1 25372:1 25375:1 25381:1 25382:1 25388:1 25390:1 25409:1 25418:1 25430:1 25440:1 5 2:1 11:1 36:1 38:3 41:1 89:3 91:1 104:3 120:1 122:1 130:2 138:4 154:1 158:2 169:1 176:1 181:1 185:1 198:1 204:2 211:1 229:1 230:1 233:3 248:2 283:2 312:3 313:1 331:1 352:1 360:2 361:3 363:1 377:1 396:2 403:1 420:1 429:1 480:1 487:1 497:1 509:1 518:1 526:1 530:3 531:1 542:2 552:1 555:1 558:2 572:6 573:1 593:1 601:1 614:1 636:1 642:1 646:1 674:1 718:1 744:2 752:2 766:4 778:3 783:1 787:1 793:2 799:4 803:2 805:2 813:1 814:4 829:3 844:2 848:1 849:3 851:4 865:1 867:2 876:1 883:4 890:1 902:1 904:2 917:1 951:1 953:1 961:1 977:1 1018:1 1040:1 1045:1 1070:1 1074:1 1080:1 1097:1 1098:1 1103:1 1106:2 1115:1 1116:1 1117:3 1134:2 1135:1 1141:1 1143:1 1146:1 1198:1 1213:2 1230:1 1243:1 1244:1 1260:1 1261:1 1279:1 1281:1 1286:1 1288:3 1294:2 1296:1 1304:2 1307:1 1309:1 1310:1 1313:1 1323:1 1348:1 1350:1 1353:1 1354:1 1357:1 1367:1 1371:2 1385:1 1390:2 1403:8 1413:7 1420:1 1422:2 1425:1 1447:1 1452:1 1454:1 1479:2 1503:1 1538:1 1565:1 1588:1 1589:1 1598:2 1608:1 1623:1 1627:1 1636:1 1638:1 1640:1 1657:1 1660:1 1663:1 1685:1 1694:1 1712:1 1716:1 1748:1 1752:1 1778:1 1786:1 1787:2 1801:2 1804:1 1809:1 1813:2 1818:1 1821:2 1828:1 1846:1 1851:1 1861:2 1873:1 1880:1 1881:1 1888:1 1890:2 1900:2 1911:1 1916:1 1918:7 1940:1 1953:2 1975:1 1976:2 1981:1 1985:1 1995:1 2016:1 2028:4 2029:1 2030:2 2032:6 2033:2 2035:1 2039:2 2040:2 2045:1 2046:3 2052:2 2053:2 2058:1 2060:1 2061:1 2094:1 2098:1 2109:1 2117:1 2136:1 2143:1 2149:1 2157:1 2167:2 2179:1 2180:1 2181:1 2182:1 2184:1 2188:1 2194:1 2200:1 2211:1 2226:1 2250:1 2252:1 2253:1 2262:1 2280:1 2313:1 2339:3 2343:5 2351:1 2355:1 2362:1 2365:1 2384:1 2393:1 2394:1 2396:2 2397:3 2414:1 2460:2 2461:2 2469:1 2473:1 2484:1 2490:1 2494:1 2502:1 2503:1 2507:1 2542:1 2550:1 2562:18 2571:1 2573:4 2586:1 2589:1 2598:1 2608:1 2611:11 2627:1 2650:1 2656:1 2660:3 2661:1 2699:1 2729:1 2741:1 2743:1 2744:2 2748:2 2757:1 2772:1 2791:1 2809:1 2841:4 2883:1 2884:1 2888:1 2891:2 2907:6 2944:1 3007:1 3019:3 3023:1 3024:3 3025:2 3027:1 3028:2 3029:6 3030:4 3034:1 3035:1 3038:1 3042:1 3065:1 3073:1 3076:4 3080:2 3082:2 3085:1 3099:2 3105:1 3106:2 3120:1 3136:1 3140:1 3144:1 3145:5 3146:1 3147:17 3156:2 3162:1 3169:1 3180:1 3189:1 3190:1 3206:1 3212:1 3217:1 3221:1 3225:1 3237:6 3238:2 3241:1 3249:2 3254:1 3277:1 3283:5 3286:1 3290:1 3313:1 3327:1 3331:2 3353:1 3367:1 3369:1 3375:1 3377:1 3380:1 3395:2 3410:1 3420:1 3422:1 3437:2 3448:1 3450:1 3456:2 3472:1 3475:1 3477:1 3482:1 3493:2 3496:1 3512:1 3514:1 3524:2 3530:4 3531:1 3543:1 3545:1 3551:1 3577:1 3578:1 3584:1 3605:1 3610:1 3618:1 3635:1 3659:1 3665:1 3670:2 3688:1 3690:1 3700:1 3703:2 3708:1 3724:1 3761:1 3773:1 3775:1 3800:1 3803:3 3817:1 3829:1 3831:1 3836:2 3846:5 3849:1 3854:1 3868:2 3905:1 3927:1 3966:2 3968:1 3971:1 3993:2 4004:1 4007:2 4008:1 4010:3 4028:1 4032:1 4054:4 4056:2 4062:1 4064:1 4083:1 4084:1 4088:1 4093:1 4126:1 4130:1 4131:3 4167:1 4168:1 4169:1 4180:2 4185:2 4198:1 4218:1 4227:1 4272:1 4310:10 4311:1 4320:2 4338:1 4352:1 4363:1 4388:1 4412:1 4413:2 4416:1 4418:3 4420:1 4421:1 4423:2 4425:1 4428:5 4430:1 4435:1 4437:1 4438:1 4440:1 4455:4 4458:1 4470:1 4484:2 4505:1 4522:1 4553:1 4580:3 4597:1 4599:2 4637:1 4640:2 4651:1 4653:1 4656:1 4666:4 4676:1 4696:1 4720:1 4731:1 4762:1 4769:1 4774:1 4785:1 4787:4 4794:1 4799:1 4806:1 4807:1 4813:1 4860:4 4895:1 4899:2 4903:1 4904:1 4908:2 4912:1 4916:1 4924:1 4932:1 4950:1 4961:1 4971:1 4974:1 4996:1 5001:2 5007:1 5028:1 5032:1 5043:1 5047:1 5053:1 5055:2 5071:3 5091:1 5162:1 5170:1 5173:1 5184:1 5202:1 5221:1 5228:3 5230:1 5234:2 5246:1 5253:1 5255:2 5256:1 5258:1 5260:4 5284:1 5290:1 5296:2 5304:1 5308:1 5311:1 5319:1 5337:1 5374:2 5376:3 5378:2 5411:3 5412:1 5414:1 5424:1 5425:2 5460:1 5463:1 5467:1 5476:2 5478:2 5490:2 5493:1 5494:1 5508:1 5517:1 5537:1 5560:1 5568:3 5569:1 5576:1 5577:2 5581:1 5582:2 5585:2 5593:4 5594:1 5595:1 5597:1 5609:1 5614:1 5631:1 5679:2 5684:1 5694:1 5702:1 5778:1 5790:1 5810:1 5811:1 5819:1 5824:1 5825:1 5834:1 5842:3 5850:1 5854:1 5855:2 5877:1 5919:1 5923:1 5949:4 5952:1 5957:2 5960:1 5963:1 5971:1 5973:1 5985:4 5999:1 6018:1 6023:1 6026:1 6049:1 6053:1 6056:1 6061:1 6062:1 6066:1 6075:1 6076:8 6091:1 6116:1 6119:1 6141:2 6151:1 6154:1 6167:3 6173:1 6202:1 6215:1 6223:1 6229:2 6246:2 6257:1 6305:1 6309:1 6317:2 6332:1 6336:1 6355:1 6361:1 6378:1 6386:2 6393:2 6395:1 6414:2 6422:1 6426:1 6431:1 6445:1 6492:3 6502:1 6515:5 6517:1 6542:1 6566:1 6569:1 6579:1 6606:2 6613:1 6614:4 6617:1 6626:1 6632:1 6633:1 6665:1 6680:1 6681:1 6689:2 6696:4 6720:3 6734:27 6738:1 6746:19 6748:8 6758:1 6763:1 6765:1 6797:1 6807:2 6813:1 6834:2 6860:2 6861:1 6868:1 6873:1 6919:5 6925:1 6952:1 6960:1 6968:1 6973:1 6994:1 7000:1 7002:1 7013:2 7025:2 7043:1 7054:1 7069:1 7074:1 7077:1 7088:1 7096:1 7100:1 7104:1 7123:1 7126:1 7154:2 7160:32 7183:1 7195:1 7201:1 7204:1 7209:1 7225:1 7232:1 7233:7 7235:8 7269:2 7270:1 7276:2 7282:1 7302:1 7305:1 7308:1 7337:2 7351:2 7366:3 7368:2 7370:1 7371:1 7374:1 7375:2 7376:2 7381:1 7382:1 7388:4 7390:1 7397:2 7416:1 7432:1 7458:1 7464:1 7475:1 7478:1 7480:1 7483:3 7488:1 7491:1 7493:1 7497:3 7498:2 7500:1 7501:1 7511:2 7522:3 7529:1 7537:7 7538:1 7566:1 7600:1 7606:1 7620:1 7625:1 7629:1 7631:1 7663:1 7666:1 7669:1 7675:1 7678:1 7701:1 7714:1 7719:1 7727:3 7761:1 7775:1 7784:1 7790:1 7797:1 7850:1 7861:1 7866:1 7874:1 7878:1 7882:2 7886:2 7897:1 7910:1 7912:2 7922:1 7934:1 7938:1 7982:1 8001:2 8003:1 8008:1 8035:1 8044:1 8045:1 8054:3 8055:1 8066:1 8087:2 8088:1 8089:1 8091:1 8095:3 8100:1 8103:1 8104:2 8108:2 8114:3 8137:1 8162:1 8199:1 8202:1 8205:3 8209:1 8213:1 8219:1 8231:1 8259:1 8260:1 8272:3 8292:1 8304:1 8310:1 8332:1 8335:2 8363:1 8365:5 8371:1 8398:1 8403:1 8415:1 8417:1 8419:1 8422:1 8445:1 8459:1 8466:1 8482:2 8484:1 8485:1 8494:1 8503:1 8511:1 8528:1 8540:2 8544:4 8545:1 8546:1 8550:1 8552:1 8565:1 8573:1 8586:1 8593:1 8610:1 8614:2 8627:5 8671:2 8683:2 8687:1 8697:1 8703:3 8705:3 8710:2 8722:3 8727:2 8764:1 8772:1 8773:2 8791:2 8806:2 8807:3 8809:1 8816:1 8818:1 8825:2 8829:2 8834:1 8837:1 8870:1 8890:1 8898:1 8911:1 8916:5 8942:1 8947:1 8953:1 8954:1 8970:1 8977:6 9001:1 9003:4 9004:2 9005:2 9006:1 9011:1 9012:3 9014:5 9016:1 9017:1 9023:1 9025:1 9026:2 9033:2 9036:2 9038:10 9041:2 9042:1 9043:5 9044:1 9047:1 9060:3 9072:1 9105:1 9106:2 9108:1 9110:1 9114:1 9117:1 9118:1 9130:1 9142:1 9144:2 9150:1 9154:2 9172:1 9174:1 9178:1 9181:1 9205:3 9216:1 9247:1 9255:1 9280:1 9281:1 9285:1 9296:1 9298:5 9306:1 9342:1 9348:1 9349:1 9350:3 9354:1 9370:1 9382:1 9402:1 9417:1 9422:1 9442:1 9483:1 9492:1 9504:1 9507:3 9508:5 9525:1 9529:1 9552:1 9556:2 9562:1 9565:2 9570:1 9598:1 9601:1 9609:1 9623:2 9628:1 9629:1 9630:1 9631:1 9644:1 9650:1 9657:7 9658:1 9681:1 9684:1 9686:1 9696:1 9713:1 9734:1 9783:1 9823:2 9828:1 9842:1 9858:1 9862:1 9868:1 9872:1 9878:1 9881:1 9891:1 9895:1 9899:1 9913:1 9917:1 9918:1 9921:10 9939:1 9940:1 9965:1 9967:1 9970:1 9979:4 9997:1 10001:1 10018:1 10040:1 10042:1 10051:1 10065:1 10101:1 10102:3 10109:1 10133:1 10134:1 10136:1 10140:1 10157:1 10160:5 10163:1 10165:1 10170:4 10172:1 10193:2 10203:5 10207:2 10213:1 10215:11 10225:3 10230:1 10233:1 10234:1 10235:1 10237:2 10247:2 10259:1 10272:1 10274:1 10278:1 10284:1 10285:1 10288:3 10296:3 10297:1 10300:1 10302:1 10327:1 10331:1 10332:1 10351:2 10358:1 10382:2 10401:5 10404:4 10408:1 10430:1 10440:1 10447:1 10455:1 10459:1 10477:1 10492:1 10493:1 10506:1 10519:1 10522:1 10533:2 10534:3 10538:1 10546:1 10549:1 10550:1 10555:1 10578:1 10592:1 10656:1 10657:1 10668:1 10676:2 10697:1 10712:1 10715:1 10722:1 10778:1 10800:2 10801:1 10839:2 10860:1 10865:1 10882:1 10927:1 10939:1 10951:1 10958:1 10969:1 11000:1 11004:2 11009:1 11013:2 11018:1 11021:2 11023:1 11033:1 11038:1 11041:4 11054:1 11056:1 11058:1 11080:2 11085:2 11088:1 11093:1 11106:1 11111:1 11116:1 11120:3 11129:1 11134:1 11136:1 11143:2 11144:3 11150:1 11160:2 11163:2 11178:1 11185:1 11205:1 11208:1 11209:3 11216:1 11237:1 11247:1 11260:1 11262:1 11274:1 11281:1 11312:1 11316:1 11321:1 11327:1 11341:1 11355:1 11357:1 11379:1 11387:1 11391:2 11398:2 11404:1 11408:1 11409:1 11411:1 11416:1 11429:1 11432:1 11433:2 11442:1 11458:1 11460:3 11489:1 11521:1 11542:6 11543:2 11551:1 11573:1 11575:1 11598:1 11600:3 11601:1 11604:2 11652:2 11658:2 11674:1 11721:1 11725:1 11734:1 11735:2 11749:2 11756:1 11758:1 11771:1 11779:1 11798:1 11813:1 11828:5 11831:2 11833:1 11834:2 11835:1 11837:1 11843:4 11849:1 11852:1 11853:1 11862:1 11864:1 11865:1 11872:1 11875:1 11907:1 11925:1 11930:1 11938:4 11940:2 11945:1 11949:1 11954:1 11979:7 11989:1 11991:1 12003:1 12005:1 12014:1 12017:2 12047:1 12051:3 12057:1 12067:2 12073:4 12083:1 12101:1 12102:1 12105:1 12113:1 12134:1 12135:12 12140:1 12166:1 12187:6 12189:1 12224:1 12230:1 12247:1 12250:3 12251:1 12259:2 12269:1 12286:1 12309:1 12311:5 12345:1 12356:1 12386:1 12410:1 12411:3 12412:1 12417:1 12429:1 12434:1 12435:1 12439:3 12443:2 12446:1 12456:1 12457:2 12466:1 12467:1 12522:1 12527:1 12540:2 12577:1 12587:1 12599:1 12606:1 12614:1 12624:1 12633:1 12637:2 12643:1 12645:1 12670:1 12702:2 12715:2 12718:1 12726:1 12733:1 12737:1 12751:1 12774:1 12800:1 12814:1 12821:1 12825:8 12828:1 12833:1 12870:1 12879:1 12889:3 12891:1 12892:1 12899:1 12914:1 12915:1 12917:3 12932:1 12946:1 12977:3 12995:1 13006:1 13024:1 13029:1 13036:1 13041:1 13047:1 13055:1 13061:1 13062:1 13091:1 13097:1 13098:1 13106:1 13118:1 13139:2 13142:1 13143:1 13152:1 13154:1 13168:2 13173:2 13187:3 13194:1 13199:1 13201:1 13208:1 13223:1 13225:1 13238:1 13240:1 13242:1 13251:2 13257:1 13265:1 13272:1 13280:1 13288:1 13302:1 13304:1 13307:1 13319:1 13320:1 13334:3 13364:1 13367:1 13372:1 13379:1 13387:1 13391:3 13427:1 13448:2 13505:1 13513:1 13516:1 13521:2 13530:1 13532:1 13538:2 13557:2 13558:1 13563:2 13583:1 13594:1 13597:1 13608:1 13616:1 13622:1 13645:1 13657:2 13660:2 13666:1 13667:1 13675:2 13690:1 13714:2 13731:1 13770:1 13787:1 13793:1 13795:1 13796:3 13802:2 13824:2 13840:1 13842:1 13850:3 13856:3 13880:1 13886:6 13908:1 13909:1 13917:1 13918:4 13922:1 13960:2 13963:1 13992:2 14001:1 14002:1 14005:1 14008:2 14010:1 14011:2 14013:4 14014:3 14015:1 14016:3 14018:3 14021:3 14024:2 14025:1 14027:2 14028:1 14029:1 14031:3 14037:1 14043:1 14067:1 14070:2 14110:1 14124:1 14129:1 14135:2 14162:1 14182:1 14206:1 14212:1 14213:1 14217:1 14231:1 14243:1 14248:1 14249:3 14266:1 14285:1 14291:1 14295:1 14305:1 14318:4 14321:2 14333:1 14349:1 14357:1 14369:1 14389:1 14402:1 14414:1 14415:1 14439:1 14457:9 14482:2 14501:1 14539:1 14542:1 14565:1 14568:2 14578:2 14581:1 14590:1 14600:1 14606:1 14618:1 14625:1 14629:2 14656:1 14660:1 14671:3 14689:1 14695:1 14702:1 14706:1 14712:1 14713:1 14714:2 14716:11 14727:1 14750:1 14756:1 14761:1 14768:1 14794:2 14823:1 14829:1 14839:1 14849:1 14852:1 14853:1 14858:1 14901:1 14915:1 14919:2 14941:1 14942:1 14986:2 14992:1 15008:2 15016:1 15024:1 15039:3 15072:1 15086:1 15101:3 15115:2 15146:1 15155:1 15160:1 15162:1 15163:1 15170:1 15177:1 15190:2 15204:2 15211:1 15212:1 15216:1 15220:1 15244:1 15268:2 15287:1 15311:1 15323:2 15325:1 15335:1 15370:1 15381:1 15382:1 15387:1 15456:1 15457:2 15470:1 15500:1 15506:1 15531:1 15535:1 15546:1 15554:1 15565:3 15569:2 15578:1 15594:3 15597:1 15600:2 15601:1 15615:3 15617:2 15630:1 15638:1 15666:1 15678:1 15679:1 15694:1 15704:1 15713:1 15725:1 15730:1 15738:3 15744:2 15745:1 15750:1 15785:1 15798:1 15809:1 15826:2 15874:5 15884:2 15893:1 15902:2 15917:1 15934:1 15941:1 15942:1 15948:1 15969:1 16013:1 16049:1 16050:1 16054:1 16068:1596 16071:1 16092:1 16093:1 16095:1 16122:1 16137:2 16141:1 16159:1 16169:1 16173:2 16178:2 16191:1 16202:1 16225:1 16238:1 16244:1 16261:1 16267:1 16273:1 16289:1 16315:1 16336:1 16339:1 16341:1 16343:1 16344:1 16378:1 16385:1 16407:1 16442:2 16446:1 16472:1 16488:4 16520:1 16542:1 16544:8 16555:3 16576:1 16583:1 16603:1 16615:1 16617:3 16651:1 16682:1 16700:2 16709:1 16729:4 16732:1 16735:1 16747:1 16771:1 16779:2 16799:1 16823:1 16825:4 16830:1 16856:1 16873:1 16886:1 16887:8 16894:1 16904:1 16924:1 16925:1 16927:1 16963:1 16974:2 16993:1 17008:6 17009:1 17010:1 17014:1 17027:9 17041:18 17043:3 17047:1 17089:2 17116:2 17132:1 17139:1 17142:1 17143:1 17165:1 17169:1 17207:1 17212:1 17242:4 17244:1 17255:1 17261:1 17263:1 17272:1 17273:1 17280:1 17293:1 17301:1 17315:1 17332:58 17352:1 17363:1 17367:1 17376:3 17396:1 17418:1 17419:1 17422:1 17425:1 17440:2 17446:1 17462:1 17472:1 17475:7 17491:9 17492:1 17497:2 17500:1 17547:2 17567:5 17570:1 17571:1 17573:1 17576:1 17577:2 17583:2 17584:1 17585:1 17587:1 17588:2 17590:4 17591:3 17592:1 17636:1 17638:1 17641:1 17646:1 17648:1 17654:1 17656:1 17670:1 17671:1 17688:1 17690:1 17695:1 17711:1 17727:2 17731:1 17732:1 17737:1 17755:1 17759:1 17760:1 17781:1 17788:3 17810:2 17814:1 17816:1 17817:3 17843:1 17856:1 17862:3 17878:3 17880:1 17881:3 17897:1 17909:1 17912:1 17930:1 17946:1 17957:1 17964:1 17972:1 17976:1 17990:1 18010:1 18027:1 18038:1 18041:1 18055:1 18056:1 18064:1 18069:5 18073:1 18079:1 18086:1 18101:1 18104:1 18108:2 18110:1 18138:1 18140:1 18151:1 18185:1 18212:1 18224:4 18232:2 18248:2 18252:1 18253:1 18332:1 18353:1 18355:1 18359:1 18363:1 18364:2 18368:2 18376:1 18381:2 18389:4 18412:1 18418:1 18423:1 18427:1 18433:1 18444:1 18460:2 18471:1 18482:1 18485:1 18509:2 18513:1 18515:2 18527:1 18568:1 18588:1 18598:1 18602:1 18611:1 18612:2 18628:1 18631:2 18632:1 18634:1 18636:1 18650:1 18659:1 18664:1 18673:1 18677:1 18685:1 18691:1 18700:1 18720:1 18724:1 18729:1 18730:1 18742:2 18746:15 18750:1 18771:1 18775:1 18794:1 18803:1 18806:2 18820:2 18835:1 18843:1 18851:2 18853:4 18858:1 18861:1 18889:1 18896:2 18901:1 18911:2 18937:1 18964:5 18976:2 18977:1 18983:1 18984:1 18995:9 18996:2 18997:1 19002:2 19010:2 19025:1 19034:9 19045:1 19046:1 19059:5 19087:1 19114:1 19122:2 19125:1 19140:3 19149:1 19152:1 19153:1 19164:1 19170:2 19173:1 19174:1 19176:1 19180:3 19184:1 19195:1 19199:1 19205:1 19214:2 19218:1 19222:1 19227:1 19228:1 19242:1 19243:1 19247:1 19264:2 19266:1 19275:1 19286:1 19289:1 19304:1 19305:1 19309:1 19313:3 19332:2 19334:7 19335:1 19353:1 19367:1 19388:4 19391:2 19393:3 19398:1 19410:1 19424:1 19438:1 19446:1 19469:1 19478:4 19488:1 19503:2 19540:2 19554:1 19593:4 19605:4 19638:2 19673:2 19685:1 19687:2 19700:1 19705:1 19714:1 19720:9 19721:1 19722:1 19735:1 19761:3 19764:1 19779:1 19793:1 19797:1 19801:1 19811:1 19837:1 19843:1 19850:1 19860:1 19872:1 19874:1 19876:1 19890:2 19897:2 19915:1 19916:1 19918:1 19921:1 19965:1 19971:1 19978:1 20034:1 20042:1 20049:1 20072:2 20073:1 20078:5 20083:1 20084:2 20103:1 20132:3 20134:1 20155:1 20158:1 20159:1 20162:2 20178:1 20198:1 20202:1 20203:1 20219:1 20236:1 20239:2 20241:1 20244:3 20245:3 20259:1 20279:1 20299:1 20310:1 20311:1 20318:1 20319:1 20323:1 20326:2 20345:1 20348:1 20357:3 20358:1 20374:1 20375:1 20378:1 20382:1 20395:1 20405:1 20429:2 20430:3 20433:1 20439:1 20458:1 20465:2 20468:1 20483:1 20485:1 20497:1 20536:1 20541:1 20553:1 20563:1 20567:1 20579:4 20585:1 20593:1 20629:1 20634:1 20641:1 20678:1 20686:3 20702:1 20705:1 20709:1 20728:3 20733:1 20749:1 20753:1 20758:2 20767:1 20789:1 20792:1 20804:2 20836:1 20845:1 20847:1 20850:1 20853:1 20878:1 20879:1 20886:2 20893:1 20906:1 20908:2 20914:1 20925:1 20932:2 20934:1 20941:1 20942:2 20961:1 20963:1 20964:1 20968:1 20973:1 20989:1 20996:1 21004:1 21044:1 21054:1 21063:1 21077:1 21109:1 21134:1 21135:3 21140:1 21152:2 21162:1 21168:1 21169:3 21190:2 21201:1 21207:1 21212:1 21215:2 21217:1 21236:1 21244:1 21250:1 21264:1 21269:1 21273:1 21274:3 21277:3 21279:6 21280:1 21283:1 21284:1 21290:1 21295:1 21302:3 21307:1 21309:1 21361:1 21390:1 21391:1 21397:2 21404:1 21422:1 21429:1 21443:1 21469:1 21473:1 21490:1 21494:1 21498:1 21505:1 21531:1 21537:1 21540:1 21541:1 21542:3 21550:1 21551:1 21552:1 21567:1 21570:2 21588:1 21602:1 21627:2 21644:1 21663:1 21676:1 21684:2 21695:1 21697:1 21710:1 21755:2 21764:1 21781:4 21786:1 21830:1 21834:1 21843:2 21871:1 21872:1 21882:2 21887:1 21891:1 21921:1 21925:1 21926:2 21927:1 21941:1 21945:1 21952:1 21974:1 21992:2 22014:2 22015:1 22020:1 22047:3 22052:1 22078:2 22106:2 22109:2 22116:4 22123:1 22129:1 22140:1 22162:2 22186:1 22201:1 22209:5 22220:1 22223:1 22226:1 22257:2 22259:1 22282:2 22291:1 22314:1 22325:3 22342:1 22344:1 22345:1 22355:1 22360:3 22362:1 22380:1 22391:2 22396:2 22402:1 22409:1 22421:1 22445:1 22448:1 22453:2 22456:1 22466:2 22469:2 22470:1 22494:1 22495:1 22502:1 22517:1 22532:1 22545:1 22566:2 22574:1 22597:2 22601:5 22602:1 22611:1 22625:5 22627:1 22628:1 22640:2 22653:1 22666:1 22671:1 22675:1 22696:2 22723:2 22748:1 22754:1 22760:1 22768:1 22777:1 22801:1 22841:2 22847:1 22851:1 22852:1 22854:1 22884:1 22895:1 22900:2 22901:3 22914:2 22932:1 22946:1 22947:2 22948:1 22971:1 22976:2 22988:1 23015:1 23029:1 23037:1 23049:2 23065:4 23093:1 23106:1 23125:1 23128:1 23145:1 23149:1 23150:1 23167:2 23170:1 23178:2 23184:1 23196:2 23199:1 23200:1 23208:1 23213:1 23236:1 23246:1 23273:2 23279:1 23283:1 23297:1 23356:3 23378:1 23380:1 23382:1 23385:1 23392:1 23393:2 23394:1 23413:1 23422:1 23436:1 23444:1 23448:1 23453:1 23458:1 23461:1 23465:1 23470:1 23471:1 23492:2 23498:1 23510:3 23515:3 23524:1 23531:1 23533:1 23541:1 23547:1 23548:1 23550:2 23551:1 23568:1 23597:1 23598:1 23606:2 23621:1 23656:1 23658:1 23659:2 23660:1 23661:1 23663:1 23664:1 23667:1 23673:2 23676:2 23680:1 23682:2 23699:2 23702:1 23709:2 23720:1 23744:2 23759:1 23764:1 23778:1 23783:1 23787:4 23828:1 23836:1 23853:1 23859:3 23871:1 23874:1 23876:1 23880:1 23908:1 23909:1 23910:1 23923:4 23937:1 23941:1 23948:2 23953:7 23969:1 23982:2 23983:1 24066:2 24091:2 24110:1 24114:1 24125:1 24133:1 24143:1 24146:1 24154:1 24175:1 24202:1 24208:1 24211:1 24227:1 24228:1 24229:1 24237:4 24253:1 24264:1 24269:1 24282:25 24309:1 24319:3 24328:1 24337:1 24371:2 24395:2 24400:1 24410:1 24419:1 24423:2 24437:1 24475:1 24492:1 24503:1 24522:1 24530:1 24538:1 24541:1 24554:1 24578:2 24591:1 24594:1 24596:1 24601:1 24602:1 24609:1 24621:1 24627:1 24629:1 24631:1 24633:1 24639:1 24641:1 24646:1 24651:1 24656:3 24667:1 24685:1 24717:1 24720:2 24721:1 24723:1 24763:1 24770:2 24772:4 24783:1 24810:1 24829:1 24832:3 24838:1 24878:1 24889:1 24892:1 24901:1 24922:1 24929:1 24936:3 24950:1 24960:2 24970:1 24985:1 24992:1 25015:1 25037:1 25052:1 25054:2 25082:1 25091:1 25108:1 25109:1 25120:1 25133:1 25152:1 25169:2 25174:1 25183:1 25191:1 25192:1 25217:2 25219:1 25258:1 25259:1 25260:1 25264:1 25296:2 25305:1 25314:1 25317:1 25321:3 25331:1 25345:1 25353:1 25355:2 25358:1 25359:1 25363:1 25365:4 25366:1 25368:1 25369:1 25370:1 25372:1 25375:1 25381:1 25382:1 25388:1 25390:1 25409:1 25418:1 25430:1 25440:1 5 2:1 11:1 36:1 38:3 41:1 89:3 91:1 104:3 120:1 122:1 130:2 138:4 154:1 158:2 169:1 176:2 181:1 185:1 198:1 204:2 211:1 229:1 230:1 233:3 248:2 283:2 312:3 313:1 331:1 352:1 360:2 361:3 363:1 377:1 396:2 403:1 420:1 429:1 480:1 487:1 497:1 509:1 518:1 526:1 530:3 531:1 542:2 552:1 555:1 558:2 572:6 573:1 593:1 601:1 614:1 636:1 642:1 646:1 674:1 718:1 744:2 752:2 766:4 778:5 783:1 785:1 787:1 793:2 799:4 803:2 805:2 813:1 814:4 829:3 844:2 848:1 849:3 851:4 865:1 867:2 876:1 883:4 890:1 902:1 904:2 917:1 951:1 953:1 961:1 977:1 1018:1 1040:1 1045:1 1070:1 1074:1 1080:1 1097:1 1098:1 1103:1 1106:2 1115:1 1116:1 1117:3 1124:1 1134:2 1135:1 1141:1 1143:1 1146:1 1198:1 1213:2 1230:1 1243:1 1244:1 1259:1 1260:1 1261:1 1279:1 1281:1 1286:1 1288:3 1294:2 1296:1 1304:2 1307:1 1309:1 1310:1 1313:1 1323:1 1348:1 1350:1 1353:1 1354:1 1357:1 1367:1 1371:2 1385:1 1390:2 1395:1 1403:8 1413:8 1420:1 1422:3 1425:1 1447:1 1452:1 1454:1 1479:2 1503:1 1538:1 1541:1 1565:1 1588:1 1589:1 1598:2 1608:1 1623:1 1627:1 1636:1 1638:1 1640:1 1657:1 1660:1 1663:1 1685:1 1694:2 1707:1 1712:1 1716:1 1748:1 1752:1 1765:1 1778:1 1786:1 1787:3 1801:2 1804:1 1808:1 1809:1 1813:2 1818:1 1821:2 1828:1 1846:1 1851:1 1861:2 1873:1 1880:1 1881:1 1888:1 1890:2 1900:2 1911:1 1916:1 1918:7 1940:1 1953:2 1975:1 1976:3 1981:1 1985:1 1995:1 2016:1 2028:4 2029:1 2030:2 2032:7 2033:2 2034:2 2035:1 2039:3 2040:2 2045:1 2046:3 2048:1 2052:2 2053:2 2058:1 2060:1 2061:1 2094:1 2098:1 2109:1 2117:1 2136:1 2143:1 2149:1 2157:1 2167:2 2179:1 2180:1 2181:1 2182:1 2184:1 2188:1 2194:1 2200:1 2211:1 2223:1 2226:1 2250:1 2252:1 2253:1 2262:1 2280:1 2313:1 2339:4 2343:5 2351:1 2355:1 2362:1 2365:1 2384:1 2393:1 2394:1 2396:2 2397:3 2414:1 2434:1 2460:2 2461:2 2469:1 2473:2 2484:1 2490:1 2494:1 2502:1 2503:1 2507:1 2542:1 2550:1 2562:18 2571:1 2573:5 2586:1 2589:1 2598:1 2608:1 2611:12 2627:1 2650:1 2656:1 2660:3 2661:1 2699:1 2729:1 2741:1 2743:1 2744:2 2748:2 2757:1 2772:1 2791:1 2809:1 2812:1 2841:4 2883:1 2884:1 2888:1 2891:2 2907:6 2944:1 3007:1 3019:3 3023:1 3024:3 3025:2 3027:1 3028:2 3029:6 3030:4 3031:1 3034:2 3035:1 3038:1 3042:1 3065:1 3073:1 3076:4 3080:2 3082:2 3085:1 3099:2 3105:1 3106:2 3120:1 3136:1 3140:1 3144:2 3145:5 3146:1 3147:18 3156:2 3162:1 3169:1 3180:2 3189:1 3190:1 3206:1 3212:1 3217:1 3221:1 3225:1 3237:6 3238:2 3239:1 3241:1 3249:2 3254:1 3273:1 3277:1 3283:5 3286:1 3290:1 3313:1 3327:1 3331:2 3353:1 3367:1 3369:1 3375:1 3377:1 3380:1 3395:2 3410:1 3420:1 3422:1 3437:2 3448:1 3450:1 3456:2 3472:1 3475:1 3477:1 3482:1 3493:3 3496:1 3506:1 3512:1 3514:1 3524:2 3530:4 3531:1 3543:1 3545:1 3551:1 3577:1 3578:1 3584:1 3605:1 3610:1 3618:1 3635:1 3659:1 3665:1 3670:2 3688:1 3690:1 3700:1 3703:2 3708:1 3724:1 3761:1 3773:1 3775:1 3800:1 3803:3 3817:1 3829:1 3831:1 3836:2 3846:5 3849:1 3854:1 3868:2 3905:1 3927:1 3966:3 3968:1 3971:1 3993:2 4004:1 4007:3 4008:1 4010:3 4025:1 4028:1 4032:1 4054:4 4056:2 4062:1 4064:1 4083:1 4084:2 4088:1 4093:1 4126:1 4130:1 4131:4 4167:1 4168:1 4169:1 4180:2 4185:2 4198:1 4218:1 4227:1 4272:1 4310:11 4311:1 4320:2 4338:1 4352:1 4363:1 4388:1 4412:1 4413:2 4416:1 4418:4 4420:1 4421:1 4423:2 4425:1 4428:5 4430:1 4435:1 4437:1 4438:1 4440:1 4455:4 4458:1 4470:1 4484:2 4505:1 4522:1 4553:1 4580:3 4597:1 4599:2 4637:1 4640:2 4651:1 4653:1 4656:1 4666:4 4676:1 4696:1 4720:1 4731:1 4762:1 4769:1 4774:1 4776:1 4785:1 4787:4 4794:1 4799:1 4806:1 4807:1 4813:1 4860:4 4895:1 4899:2 4903:1 4904:1 4908:2 4912:1 4916:1 4924:1 4932:1 4950:1 4961:1 4971:1 4974:1 4996:1 5001:2 5007:1 5028:1 5032:1 5043:1 5047:1 5053:1 5055:2 5071:3 5091:1 5151:1 5162:1 5170:1 5173:1 5184:1 5202:1 5221:1 5228:3 5230:1 5234:2 5246:1 5253:1 5255:2 5256:1 5258:1 5260:4 5284:1 5290:1 5296:2 5304:1 5308:1 5311:1 5319:1 5337:1 5374:3 5376:3 5378:2 5411:4 5412:1 5414:1 5424:1 5425:2 5460:1 5463:1 5467:1 5476:3 5478:2 5490:2 5493:1 5494:1 5508:1 5517:1 5537:1 5560:1 5568:3 5569:1 5576:1 5577:2 5581:1 5582:2 5585:2 5593:4 5594:1 5595:1 5597:1 5609:1 5614:1 5631:1 5645:1 5679:2 5684:1 5685:1 5694:1 5702:1 5778:1 5790:1 5810:1 5811:1 5819:1 5824:1 5825:1 5834:1 5842:3 5850:1 5854:1 5855:2 5877:1 5914:1 5919:1 5923:1 5949:4 5952:1 5957:2 5960:1 5963:1 5971:1 5973:1 5985:4 5999:1 6018:1 6023:1 6026:1 6049:1 6053:1 6056:1 6061:1 6062:1 6066:1 6075:1 6076:9 6091:1 6116:1 6119:1 6141:2 6151:1 6154:1 6167:3 6173:1 6202:1 6215:1 6223:1 6229:2 6246:2 6257:1 6305:1 6309:1 6317:2 6332:1 6336:1 6355:1 6361:1 6378:1 6386:2 6393:2 6395:1 6414:2 6422:1 6426:1 6431:1 6445:1 6492:3 6502:1 6515:5 6517:1 6542:1 6566:1 6569:1 6579:1 6606:2 6613:1 6614:4 6617:1 6626:1 6632:1 6633:1 6645:1 6665:1 6680:1 6681:1 6689:2 6696:4 6720:3 6734:32 6738:1 6746:19 6748:9 6758:1 6763:1 6765:1 6769:1 6797:1 6805:1 6807:2 6813:1 6834:2 6860:2 6861:1 6868:1 6873:1 6919:7 6925:1 6952:1 6960:1 6968:1 6973:1 6994:1 7000:1 7002:1 7013:2 7025:2 7043:1 7054:1 7069:1 7074:1 7077:1 7088:1 7096:1 7100:1 7104:1 7123:1 7126:1 7154:2 7160:34 7183:1 7195:1 7201:1 7204:1 7209:1 7225:1 7232:1 7233:8 7235:8 7269:2 7270:1 7276:2 7282:1 7299:1 7302:1 7305:1 7308:1 7337:2 7351:3 7366:3 7368:2 7370:1 7371:1 7374:1 7375:2 7376:2 7381:1 7382:1 7388:4 7390:1 7397:2 7416:1 7432:1 7458:1 7464:1 7475:1 7478:1 7480:1 7483:3 7488:1 7491:1 7493:1 7497:3 7498:2 7500:1 7501:1 7511:2 7522:3 7529:1 7537:7 7538:1 7566:1 7600:1 7606:1 7620:1 7625:1 7629:1 7631:1 7663:1 7666:1 7669:1 7675:1 7678:1 7701:1 7714:1 7719:1 7727:3 7761:1 7775:1 7784:1 7790:1 7797:1 7850:1 7861:1 7866:1 7874:1 7878:1 7882:2 7886:2 7897:1 7910:1 7912:2 7922:1 7934:1 7938:1 7982:1 8001:2 8003:1 8008:1 8035:1 8044:1 8045:1 8054:3 8055:1 8066:1 8087:2 8088:1 8089:1 8091:1 8095:3 8100:1 8103:1 8104:2 8108:2 8114:3 8137:1 8162:1 8199:1 8202:1 8205:3 8209:1 8213:1 8219:1 8231:1 8259:1 8260:1 8272:3 8292:1 8298:1 8304:1 8310:2 8332:1 8335:3 8341:1 8363:1 8365:5 8371:1 8380:1 8398:1 8403:1 8415:1 8417:1 8419:1 8422:1 8445:1 8459:1 8466:1 8482:2 8484:1 8485:1 8494:1 8503:1 8511:1 8528:1 8540:2 8544:5 8545:1 8546:1 8550:1 8552:1 8565:1 8573:1 8586:1 8593:1 8610:1 8614:2 8627:5 8671:2 8683:2 8687:1 8697:1 8703:3 8705:3 8710:2 8722:3 8727:2 8764:1 8769:1 8772:1 8773:2 8791:2 8806:2 8807:3 8809:1 8816:1 8818:2 8825:2 8829:2 8834:1 8837:1 8870:1 8890:1 8898:1 8911:1 8916:5 8942:1 8947:1 8953:1 8954:1 8970:1 8972:1 8977:7 9001:1 9003:4 9004:2 9005:2 9006:1 9011:1 9012:3 9014:5 9016:1 9017:1 9023:1 9025:1 9026:2 9033:2 9036:2 9038:11 9041:2 9042:1 9043:6 9044:1 9047:1 9060:3 9072:1 9105:1 9106:2 9108:1 9110:1 9114:1 9117:1 9118:1 9130:1 9142:1 9144:2 9150:1 9154:2 9172:1 9174:1 9178:1 9181:1 9205:3 9216:1 9247:1 9255:1 9280:1 9281:1 9285:1 9296:1 9298:6 9306:1 9342:1 9348:1 9349:1 9350:3 9354:1 9370:1 9382:1 9402:1 9417:1 9422:1 9442:1 9483:1 9492:2 9504:1 9507:4 9508:5 9525:1 9529:1 9552:1 9556:2 9562:1 9565:2 9568:1 9570:1 9598:1 9601:1 9609:1 9623:2 9628:1 9629:2 9630:1 9631:1 9644:1 9650:1 9657:7 9658:1 9681:1 9684:1 9686:1 9696:1 9713:1 9734:1 9783:1 9823:2 9828:1 9842:1 9858:1 9862:1 9868:1 9872:1 9878:1 9881:1 9891:1 9895:1 9899:1 9912:1 9913:1 9917:1 9918:1 9921:10 9939:1 9940:1 9965:1 9967:1 9970:1 9979:4 9997:1 10001:1 10018:1 10040:1 10042:2 10051:1 10065:1 10101:1 10102:4 10109:1 10133:1 10134:1 10136:1 10140:1 10157:1 10160:6 10163:1 10165:1 10170:6 10172:1 10193:2 10203:5 10207:2 10213:1 10215:11 10225:3 10230:1 10233:1 10234:1 10235:1 10237:2 10247:2 10259:1 10272:1 10274:1 10278:1 10284:1 10285:1 10288:3 10296:3 10297:1 10300:1 10302:1 10327:1 10331:1 10332:1 10351:2 10358:1 10382:2 10401:5 10404:4 10408:1 10430:1 10440:1 10443:1 10447:1 10455:1 10459:1 10477:1 10492:1 10493:1 10496:1 10506:1 10519:1 10522:1 10533:2 10534:3 10538:1 10546:1 10549:1 10550:1 10555:1 10578:1 10592:1 10654:1 10656:2 10657:1 10668:1 10672:1 10676:3 10697:1 10712:1 10715:1 10722:1 10778:1 10800:2 10801:1 10839:2 10860:1 10865:1 10882:1 10927:1 10939:1 10951:1 10958:1 10969:1 11000:1 11004:2 11008:1 11009:1 11013:2 11018:1 11021:2 11023:1 11033:1 11038:1 11041:4 11054:2 11056:1 11058:1 11063:1 11077:1 11080:2 11085:2 11088:1 11093:1 11106:1 11111:2 11116:1 11120:3 11129:1 11134:1 11136:1 11143:2 11144:3 11150:1 11160:2 11163:2 11178:1 11185:1 11205:1 11208:1 11209:3 11216:1 11237:1 11247:1 11260:1 11262:1 11274:1 11281:1 11312:1 11316:1 11321:1 11327:1 11341:1 11355:1 11357:1 11378:1 11379:1 11387:1 11391:2 11398:2 11404:1 11408:1 11409:1 11411:1 11416:1 11429:1 11432:1 11433:2 11442:1 11443:1 11458:1 11460:3 11489:1 11521:1 11542:6 11543:2 11551:1 11573:1 11575:1 11598:1 11600:3 11601:1 11604:2 11652:2 11658:2 11674:1 11721:1 11725:1 11734:1 11735:2 11749:2 11756:1 11758:1 11771:1 11779:1 11797:1 11798:1 11813:1 11828:5 11831:2 11833:1 11834:2 11835:1 11837:1 11843:4 11849:1 11852:1 11853:1 11857:1 11862:1 11864:1 11865:1 11872:1 11875:1 11907:1 11925:1 11930:1 11938:4 11940:2 11945:1 11949:1 11954:1 11979:7 11989:1 11991:1 12003:1 12005:1 12014:1 12017:2 12047:1 12051:3 12057:1 12067:2 12073:4 12083:1 12101:1 12102:1 12105:1 12113:1 12134:1 12135:12 12140:1 12166:1 12187:6 12189:2 12224:1 12230:1 12247:1 12250:4 12251:1 12259:2 12269:1 12286:1 12309:1 12311:5 12345:1 12356:1 12386:1 12410:1 12411:3 12412:1 12415:1 12417:1 12429:1 12434:1 12435:1 12439:3 12443:2 12446:1 12456:1 12457:2 12466:1 12467:1 12504:1 12522:1 12527:1 12540:2 12577:1 12587:1 12599:1 12606:1 12614:1 12624:1 12633:1 12637:2 12643:1 12645:1 12647:1 12670:1 12702:3 12715:2 12718:1 12726:1 12733:1 12737:1 12751:1 12774:1 12800:1 12814:1 12821:1 12825:8 12828:1 12833:1 12870:1 12879:1 12889:3 12891:1 12892:1 12899:1 12914:1 12915:1 12917:3 12932:1 12946:1 12977:3 12995:1 13006:1 13024:1 13029:1 13036:1 13041:1 13047:1 13055:1 13061:1 13062:1 13091:2 13094:1 13097:1 13098:1 13106:1 13118:1 13139:2 13142:1 13143:1 13152:1 13154:1 13168:2 13173:2 13187:3 13194:1 13199:1 13201:1 13208:1 13223:1 13225:1 13238:1 13240:1 13242:1 13251:2 13257:1 13265:1 13272:1 13280:1 13288:1 13302:1 13304:1 13307:1 13319:1 13320:1 13334:3 13364:1 13367:1 13372:1 13379:1 13387:1 13391:3 13427:1 13448:2 13505:1 13513:1 13516:1 13521:2 13530:1 13532:1 13538:2 13557:2 13558:1 13563:2 13583:1 13594:1 13597:1 13608:1 13616:1 13622:1 13645:2 13657:2 13660:2 13666:1 13667:1 13675:2 13690:1 13714:3 13731:1 13770:1 13787:1 13793:1 13795:1 13796:3 13802:2 13824:2 13840:1 13842:1 13850:3 13856:3 13880:1 13886:6 13908:1 13909:1 13917:1 13918:4 13922:1 13950:1 13960:2 13963:1 13992:2 14001:1 14002:1 14005:1 14008:2 14010:1 14011:2 14013:4 14014:4 14015:1 14016:3 14018:3 14021:3 14024:2 14025:1 14027:2 14028:1 14029:1 14030:1 14031:3 14037:1 14043:1 14067:1 14070:2 14110:1 14124:1 14129:1 14135:2 14162:1 14182:1 14206:1 14212:1 14213:1 14217:1 14231:1 14243:1 14248:1 14249:3 14266:1 14285:1 14291:1 14295:1 14305:1 14318:4 14321:3 14333:1 14349:1 14357:1 14369:1 14389:1 14402:1 14414:1 14415:1 14439:1 14457:9 14482:2 14501:1 14539:1 14542:1 14565:1 14568:2 14578:2 14581:1 14590:1 14600:1 14606:1 14618:1 14625:1 14629:2 14656:1 14660:1 14671:3 14689:1 14695:1 14702:1 14706:1 14712:1 14713:1 14714:2 14716:11 14727:1 14750:1 14756:1 14761:1 14768:1 14794:2 14819:1 14823:1 14829:1 14839:1 14849:1 14852:1 14853:1 14858:1 14901:1 14915:1 14919:2 14941:1 14942:1 14986:3 14992:1 15008:2 15016:1 15024:1 15039:3 15072:1 15079:1 15086:1 15101:3 15115:2 15146:1 15155:1 15160:1 15162:1 15163:1 15170:1 15177:1 15190:2 15204:2 15211:1 15212:1 15216:1 15220:1 15235:1 15244:1 15268:2 15287:1 15311:1 15323:2 15325:1 15335:1 15370:1 15381:1 15382:1 15387:1 15454:1 15456:1 15457:2 15470:1 15482:1 15500:1 15506:1 15531:1 15535:1 15546:1 15554:1 15565:3 15569:2 15578:1 15594:3 15597:1 15600:2 15601:1 15615:3 15617:2 15630:1 15638:1 15666:1 15678:1 15679:1 15694:1 15704:1 15713:1 15725:1 15730:1 15738:3 15744:2 15745:1 15750:1 15785:1 15798:1 15809:1 15826:2 15874:5 15884:2 15893:1 15902:2 15917:1 15934:1 15941:1 15942:1 15948:1 15969:1 16013:1 16049:1 16050:1 16054:1 16068:1708 16071:2 16092:1 16093:1 16095:1 16122:1 16137:2 16141:1 16159:1 16169:1 16173:2 16178:2 16191:1 16202:1 16225:1 16238:1 16244:1 16261:1 16264:1 16267:1 16273:1 16289:1 16315:1 16336:1 16339:1 16341:1 16343:1 16344:1 16378:1 16385:1 16406:1 16407:1 16442:3 16446:2 16459:1 16472:1 16488:4 16520:1 16529:1 16542:1 16544:8 16555:3 16576:1 16583:1 16603:1 16615:1 16617:3 16651:1 16682:1 16700:2 16709:1 16729:4 16732:1 16735:1 16747:1 16771:1 16779:2 16799:1 16801:1 16823:1 16825:5 16830:1 16856:1 16873:1 16886:1 16887:8 16894:1 16904:1 16924:1 16925:1 16927:1 16963:1 16974:2 16993:1 17008:6 17009:1 17010:1 17014:1 17027:9 17031:1 17041:18 17043:4 17047:1 17064:1 17089:3 17116:2 17132:1 17139:1 17142:1 17143:1 17165:1 17169:1 17186:1 17207:1 17212:1 17242:4 17244:1 17255:1 17261:1 17263:1 17272:1 17273:1 17280:1 17293:1 17301:1 17315:1 17332:60 17352:1 17363:1 17367:1 17376:4 17396:1 17418:1 17419:1 17422:1 17425:1 17440:2 17446:1 17462:1 17472:1 17475:7 17491:9 17492:1 17497:2 17500:1 17547:3 17567:5 17570:2 17571:1 17573:1 17576:1 17577:2 17578:1 17583:2 17584:1 17585:1 17587:1 17588:2 17590:4 17591:3 17592:1 17636:1 17638:1 17641:1 17646:1 17648:1 17654:1 17656:1 17670:1 17671:1 17688:1 17690:1 17695:1 17711:1 17727:2 17731:1 17732:1 17737:1 17755:1 17759:1 17760:1 17781:1 17788:3 17810:2 17814:1 17816:1 17817:3 17843:1 17856:1 17862:3 17878:3 17880:1 17881:3 17897:1 17909:1 17912:1 17923:1 17930:1 17946:1 17957:1 17964:1 17972:1 17976:1 17990:1 18010:1 18027:1 18038:1 18041:1 18055:1 18056:1 18064:1 18069:5 18073:1 18079:1 18086:1 18101:1 18104:1 18108:2 18110:1 18113:1 18138:1 18140:1 18151:1 18185:1 18212:1 18224:4 18232:2 18248:2 18252:1 18253:1 18272:1 18278:1 18332:1 18353:1 18355:1 18359:1 18363:1 18364:2 18368:2 18376:1 18381:2 18389:4 18412:1 18418:1 18423:1 18427:1 18429:1 18433:1 18444:1 18460:2 18471:1 18482:1 18485:1 18506:1 18509:2 18513:1 18515:2 18527:1 18568:1 18588:1 18598:1 18602:1 18611:1 18612:2 18628:1 18631:2 18632:1 18633:1 18634:1 18636:2 18650:1 18659:1 18664:1 18673:1 18677:1 18685:1 18687:1 18691:1 18700:1 18720:1 18724:1 18729:1 18730:1 18742:3 18746:16 18750:1 18771:1 18775:1 18794:1 18803:1 18806:2 18820:2 18835:1 18843:1 18851:2 18853:4 18858:1 18861:1 18889:1 18896:2 18901:1 18911:2 18937:1 18964:5 18976:2 18977:1 18983:1 18984:1 18995:9 18996:2 18997:1 19002:2 19010:2 19025:1 19034:9 19045:1 19046:1 19059:5 19077:1 19087:1 19114:1 19122:2 19125:1 19140:3 19149:1 19152:1 19153:1 19164:1 19170:2 19173:1 19174:1 19176:1 19180:3 19184:1 19195:1 19199:1 19205:1 19214:2 19218:1 19222:1 19227:1 19228:1 19242:1 19243:1 19247:2 19264:2 19266:1 19275:1 19286:2 19289:1 19304:1 19305:1 19309:1 19313:3 19332:2 19334:7 19335:1 19353:1 19367:1 19388:4 19391:2 19393:3 19398:1 19410:1 19417:1 19424:1 19438:1 19440:1 19446:1 19448:1 19469:1 19478:4 19488:1 19503:2 19540:2 19554:1 19593:4 19605:4 19638:2 19673:2 19685:1 19687:2 19700:1 19705:1 19714:1 19720:9 19721:1 19722:1 19735:1 19740:1 19761:3 19762:1 19764:1 19779:1 19793:1 19797:1 19801:1 19811:1 19837:1 19843:1 19850:1 19860:1 19872:1 19874:1 19876:1 19890:2 19897:2 19912:1 19915:1 19916:1 19918:1 19921:1 19965:1 19971:1 19978:1 20034:1 20042:1 20049:1 20072:2 20073:1 20078:6 20083:1 20084:2 20096:1 20103:1 20109:1 20132:3 20134:1 20155:1 20158:1 20159:1 20162:2 20178:1 20198:1 20202:1 20203:1 20219:1 20236:1 20239:2 20241:1 20244:3 20245:3 20259:1 20268:1 20279:1 20299:1 20310:1 20311:1 20318:1 20319:1 20323:1 20326:2 20333:1 20345:1 20348:1 20357:3 20358:2 20374:1 20375:1 20378:1 20382:1 20395:1 20405:1 20429:2 20430:3 20433:1 20439:1 20458:1 20465:2 20468:1 20483:1 20485:1 20497:1 20536:1 20541:1 20553:1 20563:1 20567:1 20579:4 20585:1 20593:1 20629:1 20634:1 20641:1 20678:1 20686:3 20702:1 20705:1 20709:1 20728:3 20733:1 20749:1 20753:1 20758:2 20767:1 20789:1 20792:1 20804:2 20836:1 20845:1 20847:1 20850:2 20853:1 20878:1 20879:1 20886:2 20893:1 20906:1 20908:2 20910:1 20914:1 20925:1 20932:2 20934:1 20941:1 20942:3 20961:1 20963:1 20964:1 20968:1 20973:1 20989:1 20996:1 21004:1 21044:1 21054:1 21063:1 21077:1 21109:1 21134:1 21135:3 21140:1 21152:2 21162:1 21168:1 21169:4 21190:2 21201:1 21207:1 21212:1 21215:2 21217:1 21236:1 21244:1 21250:1 21264:1 21269:1 21273:1 21274:3 21277:3 21279:6 21280:1 21283:1 21284:1 21290:1 21295:1 21302:3 21307:1 21309:1 21361:1 21390:1 21391:1 21397:2 21404:1 21422:1 21429:1 21443:1 21469:1 21473:1 21490:1 21494:1 21498:1 21505:1 21531:1 21537:1 21540:1 21541:1 21542:3 21550:1 21551:1 21552:1 21559:1 21567:1 21570:2 21575:1 21588:1 21602:1 21627:2 21632:1 21644:1 21663:1 21676:1 21684:2 21695:1 21697:1 21710:1 21755:3 21764:1 21781:5 21786:1 21830:2 21834:1 21843:2 21871:1 21872:1 21882:2 21887:1 21891:1 21921:1 21925:1 21926:2 21927:1 21941:1 21945:1 21952:1 21974:1 21992:2 22014:2 22015:1 22020:1 22047:3 22052:1 22078:2 22106:2 22109:2 22116:5 22117:1 22123:1 22129:1 22140:2 22162:2 22182:1 22186:1 22201:1 22209:5 22220:1 22223:1 22226:1 22257:2 22259:1 22282:2 22291:1 22314:1 22325:3 22342:1 22344:1 22345:1 22355:1 22360:4 22362:1 22380:1 22391:3 22396:2 22402:1 22409:1 22421:1 22445:1 22448:1 22453:2 22456:1 22466:2 22469:2 22470:1 22494:1 22495:1 22502:1 22517:1 22532:1 22545:1 22566:3 22574:1 22597:2 22601:6 22602:1 22611:1 22625:5 22627:1 22628:1 22640:2 22645:1 22653:1 22666:1 22671:1 22675:1 22696:4 22711:1 22723:2 22748:1 22754:1 22760:1 22768:1 22777:1 22801:1 22807:1 22841:2 22847:1 22851:1 22852:1 22854:1 22884:1 22891:1 22895:1 22900:2 22901:3 22914:2 22932:1 22946:1 22947:2 22948:1 22971:1 22972:1 22976:2 22988:1 23015:1 23029:1 23037:1 23049:2 23065:4 23093:1 23106:1 23125:1 23128:1 23145:1 23149:1 23150:1 23167:2 23170:1 23178:2 23184:1 23196:2 23199:1 23200:1 23208:1 23213:1 23230:1 23236:2 23246:1 23273:2 23279:1 23283:1 23297:1 23356:3 23378:1 23380:1 23382:1 23385:1 23392:1 23393:2 23394:1 23413:1 23422:1 23436:1 23444:1 23448:1 23453:1 23458:1 23461:1 23465:1 23470:1 23471:1 23492:2 23498:1 23510:3 23515:3 23524:1 23531:1 23533:1 23541:1 23547:1 23548:1 23550:2 23551:1 23568:1 23597:1 23598:1 23606:2 23621:1 23631:1 23632:1 23656:1 23658:1 23659:2 23660:1 23661:1 23663:1 23664:2 23667:1 23673:2 23676:2 23680:1 23682:2 23699:2 23702:1 23709:2 23720:1 23744:2 23759:1 23764:1 23778:1 23783:1 23787:4 23828:1 23836:1 23853:1 23859:3 23871:1 23874:1 23876:1 23880:1 23908:1 23909:1 23910:1 23923:4 23937:1 23941:1 23948:2 23953:8 23969:1 23982:2 23983:1 24066:2 24091:2 24110:1 24114:1 24125:1 24133:1 24143:1 24146:1 24154:1 24175:1 24200:2 24202:1 24208:1 24211:1 24227:1 24228:1 24229:1 24237:4 24253:1 24264:1 24269:1 24282:25 24309:1 24319:3 24328:1 24337:1 24371:2 24395:2 24400:1 24410:1 24419:1 24423:2 24437:1 24439:1 24475:1 24492:1 24503:1 24522:1 24530:1 24535:1 24538:1 24541:1 24549:1 24554:1 24578:2 24591:1 24594:1 24596:1 24601:1 24602:1 24609:1 24621:1 24627:1 24629:1 24631:1 24633:1 24639:1 24641:1 24646:1 24651:1 24656:3 24667:1 24685:1 24717:1 24720:4 24721:1 24723:1 24763:1 24770:2 24772:4 24783:1 24810:1 24829:1 24832:3 24838:1 24878:1 24889:1 24892:1 24901:1 24922:1 24929:1 24936:3 24950:1 24960:2 24970:1 24985:1 24992:1 25015:1 25037:1 25052:1 25054:2 25082:1 25091:1 25099:1 25108:1 25109:1 25120:1 25133:1 25152:1 25169:2 25174:1 25183:1 25191:1 25192:1 25217:2 25219:1 25258:1 25259:1 25260:1 25264:1 25296:3 25305:1 25314:1 25317:1 25321:3 25331:1 25345:1 25353:1 25355:2 25358:1 25359:1 25363:1 25365:5 25366:1 25368:2 25369:1 25370:1 25372:1 25375:1 25381:1 25382:1 25388:1 25390:1 25409:1 25418:1 25430:1 25440:1 5 2:1 11:1 36:1 38:3 39:1 41:1 89:3 91:1 104:3 120:1 122:1 130:2 138:4 154:1 158:2 169:1 176:2 181:1 185:1 198:1 204:2 211:1 229:1 230:1 233:3 248:2 283:2 312:3 313:1 331:1 333:1 352:1 360:2 361:3 363:1 377:1 396:2 403:1 420:1 429:1 480:1 487:1 497:1 509:1 518:1 526:1 530:3 531:1 542:2 552:1 555:1 558:2 572:6 573:1 593:1 601:1 614:1 636:1 642:1 646:1 674:1 696:1 718:1 744:2 752:2 766:4 778:5 783:1 785:1 787:1 793:2 799:4 803:2 805:2 813:1 814:4 829:3 844:3 847:1 848:1 849:3 851:4 865:1 867:2 871:1 876:1 883:4 890:1 902:1 904:2 917:1 951:1 953:1 961:1 977:1 1018:1 1040:1 1045:1 1070:1 1074:1 1080:1 1097:1 1098:1 1103:1 1106:2 1115:1 1116:1 1117:3 1124:1 1134:2 1135:1 1141:1 1143:1 1146:1 1198:1 1213:2 1230:1 1243:1 1244:1 1259:1 1260:1 1261:1 1279:1 1281:1 1286:1 1288:3 1294:2 1296:1 1304:2 1307:1 1309:1 1310:1 1313:1 1323:1 1348:1 1350:1 1353:1 1354:1 1357:1 1367:1 1371:2 1385:1 1390:2 1395:1 1403:8 1413:8 1420:1 1422:3 1425:1 1447:1 1452:1 1454:1 1479:2 1503:1 1538:1 1541:1 1565:1 1588:1 1589:1 1598:2 1608:1 1623:1 1627:1 1636:1 1638:1 1640:1 1657:1 1660:1 1663:1 1685:1 1694:2 1707:1 1712:1 1716:1 1733:1 1748:1 1752:1 1765:1 1778:1 1786:1 1787:3 1801:2 1804:1 1808:1 1809:1 1813:2 1818:1 1821:2 1828:1 1846:1 1851:1 1861:2 1873:1 1880:1 1881:1 1888:1 1890:2 1900:2 1911:1 1916:1 1918:7 1940:1 1953:2 1975:1 1976:3 1981:1 1985:1 1995:1 2016:1 2028:4 2029:1 2030:2 2032:7 2033:2 2034:2 2035:1 2039:3 2040:2 2045:1 2046:3 2048:1 2050:1 2052:2 2053:2 2058:1 2060:1 2061:1 2094:1 2098:1 2109:1 2117:1 2136:1 2143:1 2149:1 2157:1 2167:3 2179:1 2180:1 2181:1 2182:1 2184:1 2188:1 2194:1 2200:1 2211:1 2223:1 2226:1 2250:1 2252:1 2253:1 2262:1 2280:1 2313:1 2339:4 2343:5 2351:1 2355:1 2362:1 2365:1 2384:1 2393:1 2394:1 2396:2 2397:3 2414:1 2434:1 2460:2 2461:2 2469:1 2473:2 2484:1 2490:1 2494:1 2502:1 2503:1 2507:1 2542:1 2550:1 2562:18 2569:1 2571:1 2573:6 2586:1 2589:1 2598:2 2608:1 2611:12 2627:1 2631:1 2634:1 2650:1 2656:1 2660:3 2661:1 2699:1 2719:1 2729:1 2741:1 2743:1 2744:2 2748:2 2757:1 2772:1 2791:1 2807:1 2809:1 2812:1 2841:4 2883:1 2884:1 2888:1 2891:2 2907:6 2944:1 3007:1 3019:3 3023:1 3024:3 3025:3 3027:1 3028:2 3029:6 3030:4 3031:1 3034:2 3035:1 3038:1 3042:1 3065:1 3073:1 3076:4 3080:2 3082:3 3085:1 3099:2 3105:1 3106:2 3120:1 3136:2 3140:1 3144:2 3145:7 3146:1 3147:18 3156:2 3162:1 3169:1 3180:2 3189:1 3190:1 3206:1 3212:1 3217:1 3221:1 3225:1 3237:6 3238:2 3239:1 3241:1 3249:2 3254:1 3273:1 3277:1 3283:5 3286:1 3290:1 3313:1 3327:1 3331:2 3353:1 3367:1 3369:1 3375:1 3377:1 3380:1 3395:2 3410:1 3420:1 3422:1 3437:2 3448:1 3450:1 3456:2 3472:1 3475:1 3477:1 3482:1 3493:3 3496:1 3506:1 3512:1 3514:1 3524:2 3530:4 3531:1 3543:1 3545:1 3551:1 3577:1 3578:1 3584:1 3605:1 3610:1 3618:1 3623:1 3635:1 3659:1 3665:1 3670:2 3688:1 3690:1 3700:1 3703:2 3708:1 3724:1 3761:1 3773:1 3775:1 3800:1 3803:3 3817:1 3829:1 3831:1 3836:2 3846:5 3849:1 3854:1 3858:1 3868:2 3905:1 3927:1 3959:1 3966:3 3968:1 3971:1 3993:2 4004:1 4007:3 4008:1 4010:3 4025:1 4028:1 4032:1 4054:4 4056:2 4062:1 4064:1 4083:1 4084:2 4088:1 4093:1 4126:1 4130:1 4131:4 4158:1 4167:1 4168:1 4169:1 4180:3 4185:2 4198:1 4218:1 4227:1 4272:1 4307:1 4310:11 4311:1 4320:2 4338:1 4352:1 4363:1 4388:1 4399:1 4412:1 4413:2 4416:1 4418:4 4420:1 4421:1 4423:2 4425:1 4428:5 4430:1 4435:1 4437:1 4438:1 4440:1 4455:4 4458:1 4470:1 4484:2 4505:1 4515:1 4522:1 4535:1 4553:1 4580:3 4597:1 4599:2 4637:1 4640:2 4651:1 4653:1 4656:1 4666:4 4676:1 4696:1 4720:1 4731:1 4762:1 4769:1 4774:1 4776:1 4785:1 4787:4 4794:1 4799:1 4806:1 4807:1 4813:1 4860:4 4895:1 4899:2 4903:1 4904:1 4908:2 4912:1 4916:1 4924:1 4932:1 4950:2 4961:1 4971:1 4974:1 4996:1 5001:2 5007:1 5028:1 5032:1 5043:1 5047:1 5053:1 5055:2 5071:3 5091:1 5151:1 5162:1 5170:1 5173:1 5184:1 5202:1 5221:1 5228:3 5230:1 5234:2 5246:1 5253:1 5255:2 5256:1 5258:1 5260:4 5269:1 5270:1 5272:1 5284:1 5290:1 5296:2 5304:1 5308:1 5311:1 5319:2 5322:1 5337:1 5374:3 5376:5 5378:2 5411:6 5412:1 5414:1 5424:1 5425:2 5429:1 5460:1 5463:1 5467:1 5476:3 5478:2 5490:2 5493:1 5494:1 5508:1 5517:2 5537:1 5560:1 5568:3 5569:1 5576:1 5577:2 5581:1 5582:2 5585:2 5593:4 5594:1 5595:1 5597:1 5609:1 5614:1 5631:1 5645:1 5679:2 5684:1 5685:1 5694:1 5702:2 5778:1 5790:1 5810:1 5811:1 5819:1 5824:1 5825:1 5834:1 5842:3 5850:1 5854:1 5855:2 5877:2 5914:1 5919:1 5923:1 5949:4 5952:1 5957:2 5960:1 5963:1 5971:1 5973:1 5985:4 5999:1 6018:1 6023:1 6026:1 6049:1 6053:1 6056:1 6061:1 6062:1 6066:1 6075:1 6076:9 6091:1 6116:1 6119:1 6141:3 6151:1 6154:1 6167:3 6173:1 6202:1 6215:1 6223:1 6229:2 6246:2 6257:1 6305:1 6309:1 6317:2 6332:1 6336:1 6355:1 6361:1 6378:1 6386:2 6393:2 6395:1 6414:2 6422:1 6426:1 6431:1 6445:1 6492:3 6502:1 6515:5 6517:1 6542:1 6566:1 6569:1 6579:1 6606:2 6613:2 6614:4 6617:1 6626:1 6632:1 6633:1 6645:1 6665:1 6680:1 6681:2 6689:2 6696:4 6720:3 6734:33 6738:1 6746:19 6748:9 6758:1 6763:1 6765:1 6769:1 6797:1 6805:1 6807:2 6813:1 6834:2 6860:3 6861:1 6868:1 6873:1 6919:7 6925:1 6952:1 6960:1 6968:1 6973:1 6994:1 7000:1 7002:1 7013:2 7025:2 7043:1 7054:1 7069:1 7074:1 7077:1 7088:1 7096:1 7100:1 7104:1 7123:1 7126:1 7145:1 7154:2 7160:36 7183:1 7195:1 7201:1 7204:1 7209:1 7225:1 7232:1 7233:9 7235:8 7237:1 7239:1 7263:1 7269:2 7270:1 7276:2 7277:1 7282:1 7290:1 7299:1 7302:1 7305:1 7308:1 7337:2 7351:3 7366:3 7368:2 7370:1 7371:1 7374:1 7375:2 7376:2 7381:1 7382:1 7388:4 7390:1 7397:2 7416:1 7432:1 7458:1 7464:1 7475:1 7478:1 7480:1 7483:3 7488:1 7491:1 7493:1 7497:3 7498:2 7500:1 7501:1 7511:2 7522:3 7529:1 7537:7 7538:1 7566:1 7600:1 7606:1 7620:1 7625:1 7629:1 7631:1 7663:1 7666:1 7669:1 7675:1 7678:1 7701:1 7714:1 7719:1 7727:3 7761:1 7775:1 7784:1 7790:1 7797:1 7850:1 7861:1 7866:1 7874:1 7878:1 7882:2 7886:2 7897:1 7910:1 7912:2 7922:1 7934:1 7938:1 7982:1 8001:2 8003:1 8008:1 8035:1 8044:1 8045:1 8054:3 8055:1 8066:1 8087:2 8088:1 8089:1 8091:1 8095:3 8100:1 8103:1 8104:2 8108:2 8114:3 8137:1 8162:1 8199:1 8202:1 8205:3 8209:1 8213:1 8219:1 8231:1 8259:1 8260:1 8272:3 8292:1 8298:1 8304:1 8310:2 8332:1 8335:3 8341:1 8363:1 8365:5 8371:1 8380:1 8398:1 8403:1 8415:1 8417:1 8419:1 8422:1 8445:1 8459:1 8466:1 8482:2 8484:1 8485:1 8494:1 8503:1 8511:1 8528:1 8530:1 8540:2 8544:6 8545:1 8546:1 8550:1 8552:1 8565:1 8573:1 8586:1 8593:1 8610:1 8614:2 8627:5 8671:2 8683:2 8687:1 8697:1 8703:3 8705:3 8710:2 8722:3 8727:2 8764:1 8769:1 8772:1 8773:2 8791:2 8806:2 8807:6 8809:1 8816:1 8818:2 8825:2 8829:2 8834:1 8837:1 8870:1 8890:1 8898:1 8911:1 8916:5 8942:1 8947:1 8953:1 8954:1 8959:1 8970:1 8972:1 8977:8 9001:1 9003:4 9004:2 9005:2 9006:1 9011:1 9012:3 9014:5 9016:1 9017:1 9023:1 9025:1 9026:2 9033:2 9036:2 9038:11 9041:2 9042:1 9043:8 9044:1 9047:1 9060:3 9072:1 9105:1 9106:2 9108:1 9110:1 9114:1 9117:1 9118:1 9130:1 9142:1 9144:2 9150:1 9154:2 9172:1 9174:1 9178:1 9181:1 9205:3 9216:1 9247:1 9255:1 9280:1 9281:1 9285:1 9296:1 9298:6 9306:1 9342:1 9348:1 9349:1 9350:3 9354:1 9370:1 9382:1 9383:1 9402:1 9417:1 9422:1 9442:1 9466:1 9483:1 9492:2 9504:1 9507:4 9508:5 9525:1 9529:1 9552:1 9556:2 9562:1 9565:2 9568:1 9570:1 9598:1 9601:1 9609:1 9623:3 9628:1 9629:2 9630:1 9631:1 9644:1 9650:1 9657:7 9658:1 9681:1 9684:1 9686:1 9696:1 9713:1 9734:1 9783:1 9823:2 9828:1 9842:1 9858:1 9862:1 9868:1 9872:1 9878:1 9881:1 9891:1 9895:2 9899:1 9912:1 9913:1 9917:1 9918:1 9921:10 9939:1 9940:1 9965:1 9967:1 9970:1 9979:4 9997:1 10001:1 10018:1 10040:1 10042:2 10051:1 10065:1 10101:1 10102:4 10109:1 10133:1 10134:1 10136:1 10140:1 10157:1 10160:6 10163:1 10165:1 10170:7 10172:1 10193:2 10203:5 10207:2 10213:1 10215:11 10225:3 10230:1 10233:1 10234:2 10235:1 10237:2 10247:2 10259:1 10272:1 10274:1 10278:1 10284:1 10285:1 10288:3 10296:3 10297:1 10300:1 10302:1 10327:1 10331:1 10332:1 10351:2 10358:1 10382:2 10401:5 10404:4 10408:1 10430:1 10440:1 10443:1 10447:1 10455:1 10459:1 10477:1 10492:1 10493:1 10496:1 10506:1 10519:1 10522:1 10533:2 10534:3 10538:1 10546:1 10549:2 10550:1 10555:1 10578:1 10592:1 10654:1 10656:2 10657:1 10668:1 10672:1 10676:3 10697:1 10712:1 10715:1 10722:1 10778:1 10800:2 10801:1 10839:2 10860:1 10865:1 10882:1 10927:1 10939:1 10951:1 10958:1 10969:1 11000:1 11004:3 11008:1 11009:1 11013:2 11018:1 11021:2 11023:1 11033:1 11038:1 11041:4 11054:2 11056:1 11058:1 11063:1 11077:1 11080:2 11085:2 11088:1 11093:1 11106:1 11111:2 11116:1 11120:3 11129:1 11134:1 11136:1 11143:2 11144:3 11150:1 11160:2 11163:2 11178:1 11185:1 11195:1 11205:1 11208:1 11209:3 11210:1 11216:1 11237:1 11247:1 11260:1 11262:1 11274:1 11281:1 11312:1 11316:1 11321:1 11327:1 11341:1 11355:1 11357:1 11378:1 11379:1 11387:1 11391:2 11398:2 11404:1 11408:1 11409:1 11411:1 11416:1 11429:1 11432:1 11433:2 11442:1 11443:1 11458:1 11460:3 11489:1 11521:1 11542:6 11543:2 11551:1 11573:1 11575:1 11598:1 11600:3 11601:1 11604:2 11652:2 11658:2 11674:1 11721:1 11725:1 11734:1 11735:2 11749:2 11756:1 11758:1 11771:1 11779:1 11797:1 11798:1 11813:1 11828:5 11831:2 11833:1 11834:2 11835:1 11837:1 11843:4 11849:1 11852:1 11853:1 11857:1 11862:1 11864:1 11865:1 11872:1 11875:1 11907:1 11925:1 11930:1 11938:4 11940:2 11945:1 11949:1 11954:1 11979:7 11989:1 11991:1 12003:1 12005:1 12014:1 12017:2 12023:1 12027:1 12047:1 12051:3 12057:1 12067:2 12073:4 12083:1 12101:1 12102:1 12105:1 12113:1 12134:1 12135:12 12140:1 12166:1 12187:6 12189:2 12194:1 12224:2 12230:1 12247:1 12250:4 12251:1 12259:2 12269:1 12286:1 12288:1 12309:1 12311:5 12345:1 12356:1 12386:1 12404:1 12410:1 12411:3 12412:1 12415:1 12417:1 12429:1 12434:1 12435:1 12439:3 12443:2 12446:1 12456:1 12457:2 12466:1 12467:1 12504:1 12522:1 12527:1 12540:2 12577:1 12587:1 12599:1 12606:1 12614:1 12624:1 12633:1 12637:2 12643:1 12645:1 12647:1 12670:1 12702:3 12715:2 12718:1 12726:1 12733:1 12737:1 12751:1 12774:1 12800:1 12814:1 12821:1 12825:8 12828:1 12833:1 12870:1 12879:1 12889:3 12891:1 12892:1 12899:1 12914:1 12915:1 12917:3 12932:1 12946:1 12977:3 12995:1 13006:1 13008:1 13024:1 13029:1 13036:1 13041:1 13047:1 13055:1 13061:1 13062:1 13091:2 13094:1 13097:1 13098:1 13106:1 13118:1 13139:2 13142:1 13143:1 13152:1 13154:1 13168:2 13173:2 13176:1 13187:3 13194:1 13199:1 13201:1 13208:1 13223:1 13225:1 13238:1 13240:1 13242:1 13244:1 13251:2 13257:1 13265:1 13272:1 13280:1 13288:1 13302:1 13304:1 13307:1 13319:1 13320:1 13334:3 13364:1 13367:1 13372:1 13379:1 13387:1 13391:4 13427:1 13448:2 13505:1 13513:1 13516:1 13521:2 13530:1 13532:1 13538:2 13545:1 13557:2 13558:1 13563:2 13583:1 13594:1 13597:1 13608:1 13616:1 13622:1 13645:2 13657:2 13660:2 13666:1 13667:1 13675:2 13690:1 13698:1 13714:3 13731:1 13770:1 13787:2 13793:1 13795:1 13796:3 13802:2 13824:2 13840:1 13842:1 13850:3 13856:3 13866:1 13880:1 13886:6 13908:1 13909:1 13917:1 13918:4 13922:1 13950:1 13960:2 13963:1 13992:2 14001:1 14002:1 14005:1 14008:2 14010:1 14011:2 14013:4 14014:4 14015:1 14016:3 14018:3 14021:3 14024:2 14025:1 14027:2 14028:1 14029:1 14030:1 14031:5 14037:1 14043:1 14067:1 14070:2 14110:1 14124:1 14129:1 14135:2 14141:1 14162:1 14182:1 14206:1 14212:1 14213:1 14217:1 14231:1 14243:1 14248:1 14249:3 14266:1 14285:1 14291:1 14295:1 14305:1 14318:4 14321:3 14333:1 14349:1 14357:1 14369:1 14373:1 14389:1 14402:1 14414:1 14415:1 14439:1 14457:9 14482:2 14497:1 14501:1 14521:1 14539:1 14542:1 14565:1 14568:2 14578:2 14581:1 14590:1 14600:1 14606:1 14618:1 14625:1 14629:2 14656:1 14660:1 14671:3 14689:1 14695:1 14702:1 14706:1 14712:1 14713:1 14714:2 14716:11 14727:1 14750:1 14756:1 14761:1 14768:1 14785:1 14794:2 14819:1 14823:1 14829:1 14839:1 14849:1 14852:1 14853:1 14858:1 14901:1 14915:1 14919:2 14941:1 14942:1 14986:3 14992:1 15008:2 15016:1 15024:1 15039:3 15072:1 15079:1 15086:1 15101:3 15115:2 15146:1 15155:1 15160:1 15162:1 15163:1 15170:1 15177:1 15190:2 15204:3 15211:1 15212:1 15216:1 15220:1 15235:1 15244:1 15268:2 15287:1 15311:1 15323:2 15325:1 15335:1 15370:1 15381:1 15382:2 15387:1 15405:1 15454:1 15456:1 15457:2 15470:1 15482:1 15500:1 15506:1 15531:1 15535:1 15546:1 15554:1 15565:3 15569:2 15578:1 15594:3 15597:1 15600:2 15601:1 15615:3 15617:2 15630:1 15638:1 15666:1 15678:1 15679:1 15694:1 15704:1 15713:1 15725:1 15730:1 15738:3 15744:2 15745:1 15750:1 15785:1 15798:1 15809:1 15826:2 15865:1 15874:5 15884:2 15893:1 15902:2 15917:1 15934:1 15941:2 15942:1 15948:1 15969:1 16013:1 16049:1 16050:1 16054:1 16068:1738 16071:2 16092:1 16093:1 16095:1 16122:1 16137:2 16141:1 16159:1 16169:1 16173:2 16178:2 16191:1 16202:2 16225:1 16238:1 16244:1 16261:1 16264:1 16267:1 16273:1 16289:1 16315:1 16336:1 16339:1 16341:1 16343:1 16344:1 16378:1 16385:1 16406:1 16407:1 16442:3 16446:2 16459:1 16472:1 16488:4 16520:1 16529:1 16542:1 16544:8 16555:3 16576:1 16583:1 16603:1 16615:1 16617:3 16651:1 16682:1 16700:2 16709:1 16729:4 16732:1 16735:1 16747:1 16771:2 16779:2 16787:1 16799:1 16801:1 16823:1 16825:5 16830:1 16856:1 16873:1 16886:1 16887:8 16894:1 16904:1 16924:1 16925:1 16927:1 16963:1 16974:2 16993:1 17008:6 17009:1 17010:1 17014:1 17027:9 17031:1 17041:18 17043:4 17047:1 17064:1 17089:3 17116:2 17132:1 17139:1 17142:1 17143:1 17165:1 17169:1 17186:1 17207:1 17212:1 17218:1 17242:4 17244:1 17255:1 17261:1 17263:1 17272:1 17273:1 17280:1 17293:1 17301:1 17315:1 17316:1 17332:63 17352:1 17358:1 17363:1 17367:1 17376:4 17396:1 17402:1 17418:1 17419:1 17422:1 17425:1 17437:1 17440:2 17446:1 17462:2 17472:1 17475:7 17491:9 17492:1 17497:2 17500:1 17547:3 17567:5 17570:2 17571:1 17573:1 17576:1 17577:2 17578:1 17583:2 17584:1 17585:1 17587:1 17588:2 17590:4 17591:3 17592:1 17636:1 17638:1 17641:1 17646:1 17648:1 17654:1 17656:1 17670:1 17671:1 17688:1 17689:1 17690:1 17695:1 17711:1 17727:2 17731:1 17732:1 17737:1 17755:1 17759:1 17760:1 17776:1 17781:1 17788:3 17810:2 17814:1 17816:1 17817:3 17843:1 17856:1 17862:3 17878:3 17880:1 17881:3 17897:1 17909:1 17912:1 17923:1 17930:1 17946:1 17957:1 17964:1 17972:1 17976:1 17990:1 18010:1 18027:1 18038:1 18041:1 18055:1 18056:1 18064:1 18069:5 18073:1 18079:1 18086:1 18101:1 18104:1 18108:2 18110:1 18113:1 18138:1 18140:1 18151:1 18185:1 18212:1 18224:4 18232:2 18248:2 18252:1 18253:1 18272:1 18278:1 18332:1 18353:1 18355:1 18359:1 18363:1 18364:2 18368:2 18376:1 18381:2 18389:4 18412:1 18418:1 18423:1 18427:1 18429:1 18433:1 18444:1 18460:2 18471:1 18482:1 18485:1 18506:1 18509:2 18513:1 18515:2 18527:1 18568:1 18588:1 18598:1 18602:1 18611:1 18612:2 18628:1 18631:3 18632:1 18633:1 18634:1 18636:2 18650:1 18659:1 18664:1 18673:1 18677:1 18685:1 18687:1 18691:1 18700:1 18709:1 18720:1 18724:1 18729:1 18730:1 18742:3 18746:18 18750:1 18771:1 18775:1 18794:1 18803:1 18806:2 18820:2 18835:1 18843:1 18851:2 18853:4 18855:1 18858:1 18861:1 18889:1 18896:2 18901:1 18911:2 18937:1 18964:5 18976:2 18977:1 18983:1 18984:1 18995:9 18996:2 18997:1 19002:2 19010:2 19025:1 19034:9 19045:1 19046:1 19059:5 19077:1 19087:1 19114:1 19122:2 19125:1 19140:3 19149:1 19152:1 19153:1 19164:1 19170:2 19173:1 19174:1 19176:1 19180:3 19184:1 19195:1 19199:1 19205:1 19214:2 19218:1 19222:1 19227:1 19228:1 19242:1 19243:1 19247:2 19264:2 19266:1 19275:1 19286:2 19289:1 19304:1 19305:1 19309:1 19313:3 19332:2 19334:7 19335:1 19353:1 19367:1 19388:4 19391:2 19393:3 19398:1 19410:1 19417:1 19424:1 19438:1 19440:1 19446:1 19448:1 19469:1 19478:4 19488:1 19503:2 19540:2 19554:1 19593:4 19605:4 19638:2 19673:2 19685:1 19687:2 19700:1 19705:1 19714:1 19720:9 19721:1 19722:1 19735:1 19740:1 19761:3 19762:1 19764:1 19779:1 19793:1 19797:1 19801:1 19811:1 19837:1 19843:1 19850:1 19860:1 19864:1 19872:1 19874:1 19876:1 19890:3 19897:2 19912:1 19915:1 19916:1 19918:1 19921:1 19965:1 19971:1 19978:1 20034:1 20042:1 20049:1 20072:2 20073:1 20078:7 20083:1 20084:2 20096:1 20103:1 20109:1 20132:3 20134:1 20155:1 20158:1 20159:1 20162:2 20178:1 20198:1 20202:1 20203:1 20219:1 20236:1 20239:2 20241:1 20244:3 20245:3 20259:1 20268:1 20279:1 20299:1 20310:1 20311:1 20318:1 20319:1 20323:1 20326:2 20333:1 20345:1 20348:1 20357:3 20358:2 20374:1 20375:1 20378:1 20382:1 20395:1 20405:1 20429:2 20430:3 20433:1 20439:1 20458:1 20465:2 20468:1 20483:1 20485:1 20497:1 20536:1 20541:1 20553:1 20563:1 20567:1 20579:5 20585:1 20593:1 20629:1 20634:1 20641:1 20678:1 20686:3 20702:1 20705:1 20709:1 20728:3 20733:2 20749:1 20753:1 20758:2 20767:1 20789:1 20792:1 20804:3 20836:1 20845:1 20847:1 20850:2 20853:1 20878:1 20879:1 20886:2 20893:1 20906:1 20908:2 20910:1 20914:1 20925:1 20931:1 20932:3 20934:2 20941:1 20942:3 20961:1 20963:1 20964:1 20968:1 20973:1 20989:1 20996:1 21004:1 21044:1 21054:1 21063:1 21077:1 21096:1 21104:1 21109:1 21134:2 21135:3 21140:1 21152:2 21162:1 21168:1 21169:4 21190:2 21201:1 21207:1 21212:1 21215:2 21217:1 21236:1 21244:1 21250:1 21264:1 21269:1 21273:1 21274:3 21277:3 21279:6 21280:1 21283:1 21284:1 21290:1 21295:1 21302:3 21307:1 21309:1 21361:1 21390:1 21391:1 21397:2 21404:1 21422:1 21429:1 21443:1 21469:1 21473:1 21490:1 21494:1 21498:1 21505:1 21531:1 21537:1 21540:1 21541:1 21542:3 21550:1 21551:1 21552:1 21559:1 21567:1 21570:2 21575:1 21588:1 21602:1 21627:2 21632:1 21644:1 21663:1 21676:1 21684:2 21695:1 21697:1 21710:1 21755:3 21764:1 21781:5 21786:1 21830:2 21834:1 21843:2 21871:1 21872:1 21882:2 21887:1 21891:1 21921:1 21925:1 21926:2 21927:1 21941:1 21945:1 21952:1 21974:1 21992:2 22014:2 22015:1 22020:1 22047:3 22052:1 22078:2 22106:2 22109:2 22116:6 22117:1 22123:1 22129:1 22140:2 22162:2 22182:1 22186:1 22201:1 22209:5 22220:1 22223:1 22226:1 22257:3 22259:1 22282:2 22291:1 22309:1 22314:1 22325:3 22342:1 22344:1 22345:1 22355:1 22360:4 22362:1 22380:1 22391:3 22396:2 22402:1 22409:1 22421:1 22444:1 22445:1 22448:1 22453:2 22456:1 22466:2 22469:2 22470:1 22494:1 22495:1 22502:1 22517:1 22532:1 22545:1 22566:3 22574:1 22597:2 22601:6 22602:1 22611:1 22625:5 22627:1 22628:1 22640:2 22645:1 22653:1 22664:1 22666:1 22671:1 22675:1 22696:4 22711:1 22723:2 22748:1 22754:1 22760:1 22768:1 22777:1 22801:1 22807:1 22841:2 22847:1 22851:1 22852:1 22854:1 22884:1 22891:1 22895:1 22900:2 22901:3 22914:2 22932:1 22946:1 22947:2 22948:1 22971:1 22972:1 22976:2 22988:1 23015:1 23029:1 23037:1 23049:2 23065:4 23093:1 23106:1 23125:1 23128:1 23145:2 23149:1 23150:1 23162:1 23167:2 23170:1 23178:2 23184:1 23196:2 23199:1 23200:1 23208:1 23213:1 23230:1 23236:2 23246:1 23273:2 23279:1 23283:1 23297:1 23356:3 23378:1 23380:2 23382:1 23385:1 23392:1 23393:2 23394:1 23413:1 23422:1 23436:1 23444:1 23448:1 23453:1 23458:1 23461:1 23465:1 23470:1 23471:1 23492:2 23498:1 23510:3 23515:3 23524:1 23531:1 23533:1 23541:1 23547:1 23548:1 23550:2 23551:1 23568:1 23597:1 23598:1 23606:2 23621:1 23631:1 23632:1 23656:1 23658:1 23659:3 23660:1 23661:1 23663:1 23664:2 23667:1 23673:2 23676:2 23680:1 23682:2 23699:2 23702:1 23709:2 23720:1 23744:2 23759:1 23764:2 23778:1 23783:1 23785:1 23787:4 23828:1 23836:1 23853:1 23859:3 23871:1 23874:1 23876:1 23880:1 23908:1 23909:1 23910:1 23923:4 23937:1 23941:1 23948:2 23953:10 23969:1 23982:2 23983:1 24066:2 24091:2 24110:1 24114:1 24125:1 24133:1 24143:2 24146:1 24154:1 24175:1 24197:1 24200:2 24202:1 24203:1 24208:1 24211:1 24222:1 24227:1 24228:1 24229:1 24237:5 24253:2 24264:1 24269:2 24282:25 24309:1 24319:3 24328:1 24337:1 24371:2 24395:2 24400:1 24410:1 24419:1 24423:2 24431:1 24437:1 24439:1 24475:1 24492:1 24503:1 24522:1 24530:1 24535:1 24538:1 24541:2 24549:1 24554:1 24578:2 24591:1 24594:1 24596:1 24601:1 24602:1 24609:1 24621:1 24627:1 24629:1 24631:1 24633:1 24639:1 24641:1 24646:1 24651:1 24656:3 24667:1 24685:1 24717:1 24720:4 24721:1 24723:1 24763:1 24770:2 24772:4 24783:1 24810:1 24829:1 24832:3 24838:1 24878:1 24889:1 24892:1 24901:1 24922:1 24929:1 24936:3 24950:1 24960:2 24970:1 24985:1 24992:1 25015:1 25037:1 25052:1 25054:2 25082:1 25091:1 25099:1 25108:1 25109:1 25120:1 25133:1 25138:1 25152:1 25169:2 25174:1 25183:1 25191:1 25192:1 25217:2 25219:1 25258:1 25259:1 25260:1 25264:1 25296:3 25305:1 25314:2 25317:1 25321:3 25331:1 25345:1 25353:1 25355:2 25358:1 25359:1 25363:1 25365:5 25366:1 25368:2 25369:1 25370:1 25372:1 25375:1 25381:1 25382:1 25388:1 25390:1 25409:1 25418:1 25430:1 25440:1 5 2:1 11:1 36:1 38:3 39:1 41:1 89:3 91:1 104:3 120:1 122:1 130:2 138:4 154:1 158:2 169:1 176:2 181:1 185:1 198:1 204:2 211:1 229:1 230:1 233:3 248:2 283:2 312:4 313:1 331:1 333:1 352:1 360:2 361:3 363:1 377:1 383:1 396:2 403:1 420:1 429:1 480:1 487:1 497:1 509:1 518:1 526:1 530:3 531:1 542:2 552:1 555:1 558:2 572:6 573:1 593:1 601:1 614:1 636:1 642:1 646:1 674:1 696:1 718:1 744:2 752:2 766:4 778:5 783:1 785:1 787:1 793:2 799:4 803:2 805:2 813:1 814:4 829:3 844:3 847:1 848:1 849:3 851:5 865:1 867:2 871:1 876:1 883:4 890:1 902:1 904:2 917:1 951:1 953:1 961:1 977:1 1018:1 1040:1 1045:1 1070:1 1074:1 1080:1 1097:1 1098:1 1103:1 1106:2 1108:1 1115:1 1116:1 1117:3 1124:1 1134:2 1135:1 1141:1 1143:1 1146:1 1198:1 1213:2 1230:1 1243:1 1244:1 1249:1 1259:1 1260:1 1261:1 1279:3 1281:1 1286:1 1288:3 1294:2 1296:1 1304:2 1307:1 1309:1 1310:1 1313:1 1318:1 1323:1 1348:1 1350:1 1353:1 1354:1 1357:1 1367:1 1371:2 1385:1 1390:2 1395:1 1403:8 1413:9 1420:1 1422:3 1425:1 1447:1 1452:1 1454:1 1479:2 1503:1 1538:1 1541:1 1558:1 1565:1 1588:1 1589:1 1598:2 1608:1 1623:1 1627:1 1636:1 1638:1 1640:1 1657:1 1660:1 1663:1 1685:1 1694:2 1707:1 1712:1 1716:1 1733:1 1748:1 1752:1 1765:1 1778:1 1786:1 1787:3 1801:2 1804:1 1808:1 1809:1 1813:2 1818:1 1821:2 1828:1 1846:1 1851:1 1861:2 1873:1 1880:1 1881:1 1888:1 1890:2 1900:2 1911:1 1916:1 1918:7 1940:1 1953:2 1975:1 1976:3 1981:1 1985:1 1995:1 2016:1 2028:4 2029:1 2030:2 2032:7 2033:2 2034:2 2035:1 2039:3 2040:2 2045:1 2046:3 2048:1 2050:1 2052:2 2053:2 2058:1 2060:1 2061:1 2094:1 2098:1 2109:1 2117:1 2136:1 2143:1 2149:1 2157:1 2167:3 2179:1 2180:1 2181:1 2182:1 2184:1 2188:1 2194:1 2200:1 2211:1 2223:1 2226:1 2250:1 2252:1 2253:1 2262:1 2280:1 2313:2 2317:1 2339:4 2343:5 2351:1 2355:1 2362:1 2365:1 2384:1 2393:1 2394:1 2396:2 2397:3 2414:1 2434:1 2460:2 2461:2 2469:1 2473:2 2484:1 2490:1 2494:1 2502:1 2503:1 2507:1 2542:1 2550:1 2562:19 2569:1 2571:1 2573:6 2586:2 2589:1 2598:2 2608:1 2611:13 2627:1 2631:1 2634:1 2650:2 2656:1 2660:3 2661:1 2699:1 2719:1 2729:1 2741:1 2743:1 2744:2 2748:2 2757:1 2772:1 2791:1 2807:1 2809:1 2812:1 2841:4 2859:1 2883:1 2884:1 2888:1 2891:2 2907:6 2944:1 3007:1 3019:3 3023:1 3024:4 3025:3 3027:1 3028:2 3029:6 3030:4 3031:1 3034:2 3035:1 3038:1 3042:1 3065:1 3073:1 3076:4 3080:2 3082:3 3085:2 3099:2 3105:1 3106:2 3120:1 3136:2 3140:1 3144:2 3145:7 3146:1 3147:18 3156:2 3162:1 3169:1 3171:1 3180:2 3189:1 3190:1 3206:1 3212:1 3217:1 3221:1 3225:1 3237:7 3238:2 3239:1 3241:1 3249:2 3254:1 3273:1 3277:1 3283:5 3286:1 3290:1 3313:1 3327:1 3331:2 3353:1 3367:1 3369:1 3375:1 3377:1 3380:1 3395:2 3410:1 3420:1 3422:1 3437:2 3448:1 3450:1 3456:2 3472:1 3475:1 3477:1 3482:1 3493:3 3496:1 3506:1 3512:1 3514:1 3524:2 3530:5 3531:1 3543:1 3545:1 3551:1 3577:1 3578:1 3584:1 3605:1 3610:1 3618:1 3623:2 3635:1 3659:1 3665:1 3670:2 3688:1 3690:1 3700:1 3703:2 3708:1 3724:1 3761:1 3773:1 3775:1 3800:1 3801:1 3803:3 3817:1 3829:1 3831:1 3836:2 3846:5 3849:1 3854:1 3857:1 3858:1 3868:2 3905:1 3927:1 3939:1 3959:1 3966:3 3968:1 3971:1 3993:2 4004:1 4007:3 4008:1 4010:4 4025:1 4028:1 4032:1 4054:4 4056:2 4062:1 4063:1 4064:1 4083:1 4084:2 4088:1 4093:1 4126:1 4130:1 4131:4 4158:2 4167:1 4168:1 4169:1 4180:3 4185:2 4198:1 4218:1 4227:1 4272:1 4307:1 4310:13 4311:1 4320:2 4338:1 4352:1 4363:1 4388:1 4399:1 4412:1 4413:3 4416:1 4418:4 4420:1 4421:1 4423:2 4425:1 4428:5 4430:1 4435:1 4437:1 4438:1 4440:1 4455:4 4458:1 4470:1 4484:2 4505:1 4515:1 4522:1 4535:2 4553:1 4580:3 4597:1 4599:2 4637:1 4640:2 4651:1 4653:1 4656:1 4666:4 4676:1 4686:1 4696:1 4720:1 4731:1 4762:1 4769:1 4774:1 4776:1 4785:1 4787:4 4794:1 4799:1 4806:1 4807:1 4813:1 4860:4 4895:1 4899:2 4903:1 4904:1 4908:2 4912:1 4916:1 4921:1 4924:1 4932:2 4950:2 4961:1 4971:1 4974:1 4996:1 5001:2 5007:1 5028:1 5032:1 5043:1 5047:1 5053:1 5055:2 5071:3 5091:1 5150:1 5151:1 5162:1 5170:1 5173:1 5184:1 5202:1 5221:1 5228:3 5230:1 5234:2 5246:1 5253:1 5255:2 5256:1 5258:1 5260:4 5269:1 5270:2 5272:2 5284:1 5290:1 5296:2 5304:1 5308:1 5311:1 5319:2 5322:1 5337:1 5374:3 5376:5 5378:2 5411:6 5412:1 5414:1 5424:1 5425:2 5429:1 5460:1 5463:1 5467:1 5476:3 5478:2 5490:2 5493:1 5494:1 5508:1 5517:2 5537:1 5560:1 5568:3 5569:1 5576:1 5577:2 5581:1 5582:2 5585:2 5593:4 5594:1 5595:1 5597:1 5609:1 5614:1 5631:1 5645:1 5679:2 5684:1 5685:1 5694:1 5702:3 5778:1 5790:1 5810:1 5811:1 5814:1 5819:1 5824:1 5825:1 5834:1 5842:3 5850:1 5854:1 5855:2 5877:2 5914:1 5919:1 5923:1 5949:4 5952:1 5957:2 5960:1 5961:1 5963:1 5971:1 5973:1 5985:6 5999:1 6018:1 6023:1 6026:1 6049:1 6053:1 6056:1 6061:1 6062:1 6066:1 6075:1 6076:9 6091:1 6116:1 6119:1 6141:3 6151:1 6154:1 6160:1 6167:3 6173:1 6202:1 6215:1 6223:1 6229:2 6246:2 6257:1 6305:1 6309:1 6317:2 6332:1 6336:1 6355:1 6361:1 6378:1 6386:2 6393:2 6395:1 6414:2 6422:1 6426:1 6431:1 6445:1 6492:3 6502:1 6515:5 6517:1 6542:1 6566:1 6569:1 6579:1 6606:2 6613:2 6614:4 6617:1 6626:1 6632:1 6633:1 6645:1 6665:1 6680:1 6681:2 6689:2 6696:4 6702:1 6720:3 6734:33 6738:1 6746:20 6748:9 6758:1 6763:1 6765:1 6769:1 6797:1 6805:1 6807:2 6813:1 6834:2 6860:3 6861:1 6868:1 6873:1 6919:7 6925:1 6952:1 6960:1 6968:2 6973:1 6994:1 7000:1 7002:1 7013:2 7025:2 7043:1 7054:1 7069:1 7074:1 7077:1 7088:1 7096:1 7100:1 7104:1 7123:1 7126:1 7145:1 7154:2 7160:38 7183:1 7195:1 7201:1 7204:1 7209:1 7225:1 7232:1 7233:10 7235:8 7237:1 7239:1 7263:1 7269:2 7270:1 7276:2 7277:1 7282:1 7290:1 7299:1 7302:1 7305:1 7308:1 7337:2 7351:3 7366:3 7368:2 7370:1 7371:1 7374:1 7375:2 7376:2 7381:1 7382:1 7388:4 7390:1 7397:2 7416:1 7432:1 7458:1 7464:1 7475:1 7477:1 7478:1 7480:1 7483:3 7488:1 7491:1 7493:1 7497:3 7498:2 7500:1 7501:1 7511:2 7522:3 7529:1 7537:7 7538:1 7566:1 7600:1 7606:1 7620:1 7625:1 7629:1 7631:1 7663:1 7666:1 7669:1 7675:2 7678:1 7701:1 7714:1 7719:1 7727:3 7761:1 7775:1 7784:1 7790:1 7797:1 7850:1 7861:1 7866:1 7874:1 7878:1 7882:2 7886:2 7897:1 7910:1 7912:2 7922:1 7925:1 7934:1 7938:1 7974:1 7982:1 8001:2 8003:1 8008:1 8032:1 8035:1 8044:1 8045:1 8054:3 8055:1 8066:1 8087:2 8088:2 8089:1 8091:1 8095:3 8100:1 8103:1 8104:2 8108:2 8114:3 8137:1 8162:1 8199:1 8202:1 8205:3 8209:1 8213:1 8218:1 8219:1 8231:1 8259:1 8260:1 8272:3 8292:1 8298:1 8304:1 8308:1 8310:2 8332:1 8335:3 8341:1 8363:1 8365:5 8368:1 8371:1 8380:1 8398:1 8403:1 8415:1 8417:1 8419:1 8422:1 8445:1 8459:1 8466:1 8482:2 8484:2 8485:1 8494:1 8503:1 8511:1 8528:1 8530:1 8540:2 8544:6 8545:1 8546:1 8550:1 8552:1 8565:1 8573:1 8586:1 8593:1 8610:1 8614:2 8627:5 8671:2 8683:2 8687:1 8697:1 8703:3 8705:3 8710:2 8722:3 8727:2 8764:1 8769:1 8772:1 8773:2 8791:2 8806:2 8807:6 8809:1 8816:1 8818:2 8825:2 8829:2 8834:1 8837:1 8870:1 8890:1 8898:1 8911:1 8916:5 8942:1 8947:1 8953:1 8954:1 8959:1 8970:1 8972:1 8977:8 9001:1 9003:4 9004:2 9005:2 9006:1 9011:1 9012:3 9014:5 9016:1 9017:1 9023:1 9025:1 9026:2 9033:2 9036:2 9038:12 9041:2 9042:1 9043:8 9044:2 9047:1 9060:3 9072:1 9105:1 9106:2 9108:1 9110:1 9114:3 9117:1 9118:1 9130:1 9142:1 9144:2 9150:1 9154:2 9172:1 9174:1 9178:1 9181:1 9205:3 9216:1 9247:1 9255:1 9280:1 9281:1 9285:1 9296:1 9298:6 9306:1 9342:1 9348:1 9349:1 9350:3 9354:1 9370:1 9382:1 9383:1 9402:1 9417:1 9422:1 9442:1 9466:1 9483:1 9492:2 9504:1 9507:4 9508:5 9525:1 9529:1 9552:1 9556:3 9562:1 9565:2 9568:1 9570:1 9598:1 9601:1 9609:1 9623:3 9628:1 9629:2 9630:1 9631:1 9644:1 9650:1 9657:7 9658:1 9681:1 9684:1 9686:1 9696:1 9708:1 9713:1 9734:1 9783:1 9823:2 9828:1 9841:1 9842:1 9857:1 9858:1 9862:1 9868:1 9872:1 9878:1 9881:1 9891:1 9895:2 9899:1 9912:1 9913:1 9917:1 9918:1 9921:11 9939:1 9940:1 9965:1 9967:1 9970:1 9979:4 9997:1 10001:1 10018:1 10040:1 10042:2 10051:1 10065:1 10101:1 10102:4 10109:1 10133:3 10134:1 10136:1 10140:1 10157:1 10160:6 10163:1 10165:1 10170:7 10172:1 10193:2 10203:5 10207:2 10213:1 10215:11 10225:3 10230:1 10233:1 10234:2 10235:1 10237:2 10247:2 10259:1 10272:1 10274:1 10278:1 10284:1 10285:1 10288:4 10296:3 10297:1 10300:1 10302:1 10327:1 10331:1 10332:1 10351:2 10357:1 10358:1 10382:2 10401:5 10404:4 10408:1 10430:1 10440:1 10443:1 10447:1 10455:1 10459:1 10477:1 10492:1 10493:1 10496:1 10506:1 10519:1 10522:1 10533:2 10534:3 10538:1 10546:1 10549:2 10550:1 10555:1 10578:1 10592:1 10637:1 10654:1 10656:2 10657:1 10668:1 10672:1 10676:3 10697:1 10712:1 10715:1 10722:1 10778:1 10800:2 10801:1 10839:2 10860:1 10865:1 10882:1 10927:1 10939:1 10951:1 10958:1 10969:1 11000:1 11004:3 11008:1 11009:1 11013:2 11018:1 11021:2 11023:1 11033:1 11038:1 11041:4 11054:2 11056:1 11058:1 11063:1 11077:1 11080:2 11085:2 11088:1 11093:1 11106:1 11111:2 11116:1 11120:3 11129:1 11134:1 11136:1 11143:2 11144:3 11150:1 11160:2 11163:2 11178:1 11185:1 11195:1 11205:1 11208:1 11209:3 11210:2 11216:1 11221:1 11237:1 11247:1 11260:1 11262:1 11274:1 11281:1 11312:1 11316:1 11321:1 11327:1 11341:1 11355:1 11357:1 11378:1 11379:1 11387:1 11391:2 11398:2 11404:1 11408:1 11409:1 11411:1 11416:1 11429:1 11432:1 11433:2 11442:1 11443:1 11458:1 11460:3 11489:1 11521:1 11542:6 11543:2 11551:1 11573:1 11575:1 11598:1 11600:3 11601:1 11604:2 11652:2 11658:2 11674:1 11721:1 11725:1 11734:1 11735:2 11749:2 11756:1 11758:1 11771:1 11779:1 11797:1 11798:1 11813:1 11828:6 11831:2 11833:1 11834:2 11835:1 11837:1 11843:4 11849:1 11852:1 11853:1 11857:1 11862:1 11864:1 11865:1 11872:1 11875:1 11907:1 11910:1 11925:1 11930:1 11938:4 11940:2 11945:1 11949:1 11954:1 11979:7 11981:1 11989:1 11991:1 12003:1 12005:1 12014:1 12017:2 12023:1 12027:1 12047:1 12051:3 12057:1 12067:2 12073:4 12083:1 12101:1 12102:1 12103:1 12105:1 12113:1 12134:1 12135:12 12140:1 12166:1 12187:6 12189:2 12194:1 12224:2 12230:1 12247:1 12250:4 12251:1 12259:2 12269:1 12286:1 12288:1 12294:1 12309:1 12311:5 12345:1 12356:1 12386:1 12404:1 12410:1 12411:3 12412:2 12415:1 12417:1 12429:1 12434:1 12435:1 12439:3 12443:2 12446:1 12456:1 12457:3 12466:1 12467:1 12504:1 12522:1 12527:1 12540:2 12577:1 12587:1 12599:1 12606:1 12614:1 12624:1 12633:1 12637:2 12643:1 12645:1 12647:1 12670:1 12702:3 12715:2 12718:1 12726:1 12733:1 12737:1 12741:1 12751:1 12774:1 12797:1 12800:1 12801:1 12814:1 12821:1 12825:8 12828:1 12833:1 12870:1 12879:1 12889:3 12891:1 12892:1 12893:1 12899:1 12914:1 12915:1 12917:3 12932:1 12946:1 12977:3 12995:1 13006:1 13008:1 13024:1 13029:1 13036:1 13041:1 13047:1 13055:1 13061:1 13062:1 13091:2 13094:1 13097:1 13098:1 13106:1 13118:1 13139:2 13142:1 13143:1 13149:1 13152:1 13154:1 13168:2 13173:2 13176:1 13187:3 13194:1 13199:1 13201:1 13208:1 13223:1 13225:1 13238:1 13240:1 13242:1 13244:1 13251:2 13257:1 13265:1 13272:1 13280:1 13288:1 13302:1 13304:1 13307:1 13319:1 13320:1 13334:3 13364:1 13367:1 13372:1 13379:1 13387:1 13391:4 13393:1 13427:1 13448:2 13505:1 13513:1 13516:1 13521:2 13530:1 13532:1 13538:2 13545:1 13557:2 13558:1 13563:3 13583:1 13594:1 13597:1 13608:1 13616:1 13622:1 13645:2 13657:2 13660:2 13666:1 13667:1 13675:2 13690:1 13698:1 13714:3 13731:1 13770:1 13787:2 13793:1 13795:1 13796:3 13802:2 13824:2 13840:1 13842:1 13850:3 13856:3 13866:1 13880:1 13886:6 13908:1 13909:1 13917:1 13918:4 13922:1 13950:1 13960:2 13963:1 13986:1 13992:2 14001:1 14002:1 14005:1 14008:3 14010:1 14011:2 14013:4 14014:5 14015:1 14016:3 14018:3 14021:3 14024:2 14025:1 14027:2 14028:1 14029:1 14030:1 14031:5 14037:1 14043:1 14067:1 14070:2 14109:1 14110:1 14124:1 14129:1 14135:2 14141:1 14162:1 14164:1 14182:1 14206:1 14212:1 14213:1 14217:1 14231:1 14243:1 14248:1 14249:3 14266:1 14285:1 14291:1 14295:1 14305:1 14318:4 14321:3 14333:1 14349:1 14357:1 14369:1 14373:1 14378:1 14389:1 14402:1 14414:1 14415:1 14439:1 14457:10 14482:2 14497:1 14501:1 14504:1 14521:1 14539:1 14542:1 14565:1 14568:2 14578:2 14581:1 14590:1 14600:1 14606:1 14608:1 14618:1 14625:1 14629:2 14656:1 14660:1 14671:3 14689:1 14695:1 14702:1 14706:1 14712:1 14713:1 14714:2 14716:11 14727:1 14750:1 14756:1 14761:1 14768:1 14785:1 14794:2 14819:1 14823:1 14829:1 14839:1 14849:1 14852:1 14853:1 14858:1 14901:1 14915:1 14919:2 14941:1 14942:1 14986:3 14990:1 14992:1 15008:2 15016:1 15024:1 15039:3 15040:1 15072:1 15074:1 15079:1 15086:1 15101:4 15115:2 15146:1 15155:1 15160:1 15162:1 15163:1 15170:1 15177:1 15190:2 15204:3 15208:1 15211:1 15212:1 15216:1 15220:1 15235:1 15244:1 15268:2 15287:1 15311:1 15323:2 15325:1 15335:1 15370:1 15381:1 15382:2 15387:1 15405:1 15454:1 15456:1 15457:2 15470:1 15482:1 15500:1 15506:1 15531:1 15535:1 15546:1 15554:1 15565:3 15569:2 15578:1 15594:3 15597:1 15600:2 15601:1 15615:4 15617:2 15630:1 15638:1 15666:1 15678:1 15679:1 15694:1 15704:1 15713:1 15725:1 15730:1 15738:3 15744:2 15745:1 15750:1 15785:1 15798:2 15809:3 15826:2 15865:2 15874:6 15884:2 15893:1 15902:2 15917:1 15934:1 15941:2 15942:1 15948:1 15962:1 15969:1 15996:1 16013:1 16049:1 16050:1 16054:1 16068:1784 16071:2 16092:1 16093:1 16095:1 16122:1 16137:2 16141:1 16159:1 16169:1 16173:2 16178:2 16191:1 16202:2 16225:1 16238:1 16244:1 16261:1 16264:1 16267:1 16273:1 16289:1 16315:1 16336:1 16339:1 16341:1 16343:1 16344:1 16378:1 16385:1 16406:1 16407:1 16442:3 16446:2 16459:1 16472:1 16488:4 16505:1 16520:1 16529:1 16542:1 16544:8 16555:3 16557:1 16576:1 16583:1 16603:1 16615:1 16617:3 16651:1 16666:1 16682:1 16700:2 16709:1 16729:4 16732:1 16735:1 16747:1 16771:2 16779:2 16787:1 16799:3 16801:1 16823:1 16825:5 16830:1 16856:1 16873:1 16886:1 16887:8 16894:1 16904:1 16924:1 16925:1 16927:1 16963:1 16967:1 16974:2 16993:1 17008:6 17009:1 17010:1 17014:1 17027:10 17031:1 17041:20 17043:4 17047:1 17064:1 17080:1 17089:3 17116:2 17128:1 17132:1 17139:1 17142:1 17143:1 17165:1 17169:1 17186:1 17207:1 17212:1 17218:1 17242:4 17244:1 17255:1 17261:1 17263:1 17272:1 17273:1 17280:1 17293:1 17301:1 17315:1 17316:1 17332:65 17352:1 17358:1 17363:1 17367:1 17376:4 17396:1 17402:1 17418:1 17419:1 17422:1 17425:1 17437:1 17440:2 17446:1 17450:1 17462:2 17472:1 17475:7 17491:10 17492:1 17497:2 17500:1 17547:3 17567:5 17570:2 17571:1 17573:1 17576:1 17577:2 17578:1 17583:2 17584:1 17585:1 17587:1 17588:2 17590:4 17591:3 17592:1 17636:1 17638:1 17641:1 17646:1 17648:1 17654:1 17656:1 17667:1 17670:1 17671:1 17688:1 17689:1 17690:1 17695:1 17711:1 17727:2 17731:1 17732:1 17737:1 17755:1 17759:1 17760:1 17776:1 17781:1 17788:3 17810:2 17814:1 17816:1 17817:3 17843:1 17856:1 17862:3 17878:3 17880:1 17881:3 17897:1 17909:1 17912:1 17923:1 17930:1 17946:1 17957:1 17964:1 17972:2 17976:1 17990:1 18010:1 18022:1 18027:1 18038:1 18041:1 18055:1 18056:1 18064:1 18069:5 18073:1 18079:1 18086:1 18101:1 18104:1 18108:2 18110:1 18113:1 18138:1 18140:1 18151:1 18185:1 18212:1 18224:4 18232:2 18248:2 18252:1 18253:1 18272:1 18278:1 18332:1 18353:1 18355:1 18359:1 18363:1 18364:2 18368:2 18376:1 18381:2 18389:4 18412:1 18418:1 18423:1 18427:1 18429:1 18433:1 18444:1 18460:2 18471:1 18482:1 18485:1 18490:1 18506:1 18509:2 18513:1 18515:2 18527:1 18568:1 18588:1 18598:1 18602:1 18611:1 18612:2 18615:1 18628:1 18631:3 18632:1 18633:1 18634:1 18636:2 18650:1 18659:1 18664:1 18673:1 18677:1 18685:1 18687:1 18691:1 18700:1 18709:1 18720:1 18724:1 18729:1 18730:1 18742:3 18746:19 18750:1 18771:1 18775:1 18794:1 18803:1 18806:2 18820:2 18835:1 18843:1 18851:2 18853:4 18855:1 18858:1 18861:1 18889:1 18896:2 18901:1 18911:2 18937:1 18964:6 18965:1 18976:2 18977:1 18978:1 18983:1 18984:1 18995:9 18996:2 18997:1 19002:2 19010:2 19025:1 19034:9 19045:1 19046:1 19059:5 19077:1 19087:1 19114:1 19122:2 19125:1 19140:3 19149:1 19152:1 19153:1 19164:1 19170:2 19173:1 19174:1 19176:1 19180:3 19184:1 19195:1 19199:1 19205:1 19214:2 19218:1 19222:1 19227:1 19228:1 19242:1 19243:1 19247:2 19264:2 19266:1 19274:1 19275:1 19286:2 19289:1 19304:1 19305:1 19309:1 19313:3 19332:2 19334:7 19335:1 19353:1 19367:1 19374:1 19388:4 19391:2 19393:3 19398:1 19410:1 19417:1 19424:1 19438:1 19440:1 19446:1 19448:1 19454:1 19469:1 19478:4 19488:1 19503:2 19540:2 19554:1 19593:4 19605:4 19638:2 19673:2 19685:1 19687:2 19700:1 19705:1 19714:1 19720:10 19721:1 19722:1 19735:1 19740:1 19761:3 19762:1 19764:1 19779:1 19793:1 19797:1 19801:1 19811:1 19813:1 19837:1 19843:1 19850:1 19860:1 19864:1 19872:1 19874:1 19876:1 19890:3 19897:2 19912:1 19915:1 19916:1 19918:1 19921:1 19965:1 19971:1 19978:1 20034:1 20042:1 20049:1 20072:2 20073:1 20078:7 20083:1 20084:2 20096:1 20103:1 20109:1 20132:3 20134:1 20155:1 20158:1 20159:1 20162:2 20178:1 20198:1 20202:1 20203:1 20219:1 20236:1 20239:2 20241:1 20244:3 20245:3 20259:1 20268:1 20279:1 20299:1 20310:1 20311:1 20318:1 20319:1 20323:1 20326:2 20328:1 20333:1 20345:1 20348:1 20357:3 20358:2 20374:1 20375:1 20378:1 20382:1 20395:1 20405:1 20429:2 20430:3 20433:1 20439:1 20456:1 20458:1 20465:2 20468:1 20473:1 20483:1 20485:1 20497:1 20536:1 20541:1 20553:1 20563:1 20567:1 20579:6 20585:1 20593:1 20629:1 20634:1 20641:1 20678:1 20686:3 20702:1 20705:1 20709:1 20728:3 20733:2 20749:1 20753:1 20758:2 20767:1 20789:1 20792:1 20804:3 20836:1 20845:1 20847:1 20850:2 20853:1 20878:1 20879:1 20886:2 20889:1 20893:1 20906:1 20908:2 20910:1 20914:1 20925:1 20931:1 20932:3 20934:2 20941:1 20942:3 20961:1 20963:1 20964:1 20968:1 20973:1 20989:1 20996:1 21004:1 21044:1 21054:1 21060:1 21063:1 21077:1 21096:1 21104:1 21109:1 21134:2 21135:3 21140:1 21152:2 21158:1 21162:1 21168:1 21169:4 21190:2 21201:1 21207:1 21212:1 21215:2 21217:1 21236:2 21244:1 21250:1 21264:1 21269:1 21273:1 21274:3 21277:3 21279:6 21280:1 21283:1 21284:1 21290:1 21295:1 21302:3 21307:1 21309:1 21361:1 21362:1 21390:1 21391:1 21397:2 21404:1 21422:1 21429:1 21443:1 21449:1 21469:1 21473:1 21490:1 21494:1 21498:1 21505:1 21531:1 21537:1 21540:1 21541:2 21542:3 21550:1 21551:1 21552:1 21559:1 21567:1 21570:2 21575:1 21588:2 21602:1 21627:2 21632:1 21644:1 21663:1 21676:1 21684:2 21695:1 21697:1 21710:1 21755:3 21764:1 21781:5 21786:1 21830:2 21834:1 21843:3 21871:1 21872:1 21882:2 21887:1 21891:1 21921:1 21925:1 21926:2 21927:1 21938:1 21941:1 21945:1 21949:1 21952:1 21974:1 21992:2 22014:2 22015:1 22020:1 22047:3 22052:1 22070:1 22078:2 22106:2 22109:3 22116:6 22117:1 22123:1 22129:1 22140:2 22162:2 22176:1 22182:1 22186:1 22201:1 22209:5 22212:1 22220:1 22223:1 22226:1 22257:3 22259:1 22282:2 22291:1 22309:1 22314:1 22325:3 22342:1 22344:1 22345:1 22355:1 22360:4 22362:1 22380:1 22391:3 22396:2 22402:2 22409:1 22421:1 22444:1 22445:1 22448:1 22453:2 22456:1 22466:2 22469:2 22470:1 22493:1 22494:1 22495:1 22502:1 22517:1 22532:1 22545:1 22566:3 22574:1 22597:2 22601:6 22602:1 22611:1 22625:6 22627:1 22628:1 22640:2 22645:1 22653:1 22664:2 22666:1 22671:1 22675:1 22696:4 22711:1 22723:2 22726:1 22748:1 22754:1 22760:1 22768:1 22777:1 22801:1 22807:1 22841:2 22847:1 22851:1 22852:1 22854:1 22884:1 22891:1 22895:1 22900:3 22901:3 22904:1 22914:2 22932:1 22946:1 22947:2 22948:1 22971:1 22972:1 22976:2 22988:1 22992:1 23015:1 23029:1 23037:1 23049:2 23065:4 23093:1 23106:1 23125:1 23128:1 23145:3 23149:1 23150:1 23162:1 23167:2 23170:1 23178:2 23184:1 23196:2 23199:1 23200:1 23208:1 23213:1 23230:1 23236:2 23246:1 23273:2 23279:1 23283:1 23297:1 23356:3 23359:1 23378:1 23380:2 23382:1 23385:1 23392:1 23393:2 23394:1 23413:1 23422:1 23436:1 23444:1 23448:1 23453:1 23458:1 23461:1 23465:1 23470:1 23471:1 23492:2 23498:1 23510:3 23515:3 23524:1 23531:1 23533:1 23541:1 23547:1 23548:1 23550:2 23551:1 23568:1 23597:1 23598:1 23606:2 23621:1 23631:1 23632:1 23642:1 23656:1 23658:1 23659:3 23660:1 23661:1 23663:1 23664:2 23667:1 23673:2 23676:2 23680:1 23682:2 23699:2 23702:1 23709:2 23720:1 23744:2 23759:1 23764:2 23765:1 23778:1 23783:1 23785:1 23787:4 23828:1 23833:1 23836:1 23853:1 23859:3 23871:1 23874:1 23876:1 23880:1 23908:1 23909:1 23910:1 23923:4 23937:1 23941:1 23948:2 23953:10 23969:1 23982:2 23983:1 24066:2 24091:2 24110:1 24114:1 24125:1 24133:1 24143:2 24146:1 24154:1 24171:1 24175:1 24197:1 24200:2 24202:1 24203:1 24208:1 24211:1 24222:1 24227:1 24228:1 24229:1 24237:6 24253:2 24264:1 24269:2 24282:26 24306:1 24309:1 24319:3 24328:1 24337:1 24371:2 24395:2 24400:1 24410:1 24419:1 24423:2 24431:1 24437:1 24439:1 24475:1 24492:1 24503:1 24522:1 24530:1 24535:1 24538:1 24541:2 24549:1 24554:1 24571:1 24578:2 24591:1 24594:1 24596:1 24601:1 24602:1 24609:1 24621:1 24627:1 24629:1 24631:1 24633:1 24639:1 24641:1 24646:1 24651:1 24656:3 24667:1 24685:1 24717:1 24718:1 24720:4 24721:1 24723:1 24763:1 24770:2 24772:4 24783:1 24810:1 24829:1 24832:3 24838:1 24878:1 24889:1 24892:1 24901:1 24920:1 24922:1 24929:1 24936:3 24950:1 24960:2 24970:1 24985:1 24992:1 25015:1 25037:1 25052:1 25054:2 25082:1 25091:1 25099:1 25108:1 25109:1 25120:1 25133:1 25138:1 25152:1 25164:1 25169:2 25174:1 25183:1 25191:1 25192:1 25217:2 25219:1 25258:1 25259:1 25260:1 25264:1 25284:1 25296:3 25305:1 25314:2 25317:1 25321:3 25327:1 25331:1 25345:1 25353:1 25355:2 25358:1 25359:1 25363:1 25365:5 25366:1 25368:2 25369:1 25370:1 25372:1 25375:1 25381:1 25382:1 25388:1 25390:1 25409:1 25418:1 25430:1 25440:1 5 2:1 11:1 36:1 38:3 39:1 41:1 89:3 91:1 104:3 120:1 122:1 130:2 138:4 154:1 158:2 167:1 169:1 176:2 181:1 185:1 198:1 204:3 211:1 229:1 230:1 233:3 248:2 283:3 312:4 313:1 331:1 333:1 343:1 352:1 360:2 361:4 363:1 377:1 383:1 396:2 403:1 420:1 429:1 480:1 487:1 497:1 509:1 518:1 526:1 530:3 531:1 542:2 552:1 555:1 558:2 572:8 573:1 593:1 601:1 614:1 636:1 642:1 646:1 674:1 696:1 718:1 744:2 752:2 766:4 778:5 783:1 785:1 787:1 793:2 799:6 803:2 805:2 813:1 814:4 829:3 844:3 847:1 848:1 849:3 851:5 865:2 867:2 871:1 876:1 883:4 890:1 902:1 904:2 917:1 951:1 953:1 961:1 977:1 1018:1 1040:1 1045:1 1070:1 1074:1 1080:1 1097:1 1098:1 1103:1 1106:2 1108:1 1115:1 1116:1 1117:3 1124:1 1134:2 1135:1 1141:1 1143:1 1146:1 1147:1 1176:1 1198:1 1213:2 1230:1 1243:1 1244:1 1249:1 1259:1 1260:1 1261:3 1279:3 1281:1 1286:1 1288:3 1294:2 1296:1 1304:2 1307:1 1309:1 1310:1 1313:1 1318:1 1323:1 1348:1 1350:2 1353:1 1354:1 1357:1 1367:1 1371:3 1385:1 1390:2 1395:1 1403:9 1406:1 1413:9 1420:1 1422:3 1425:1 1447:1 1452:1 1454:1 1479:2 1503:1 1517:1 1538:1 1541:1 1558:1 1565:1 1588:1 1589:1 1598:2 1608:1 1623:1 1627:1 1636:1 1638:1 1640:1 1657:1 1660:1 1663:1 1685:1 1694:2 1707:1 1712:1 1716:1 1733:1 1748:1 1752:1 1765:1 1778:1 1786:1 1787:3 1801:2 1804:1 1808:1 1809:1 1813:2 1818:1 1821:2 1828:1 1846:1 1851:1 1861:2 1873:2 1880:1 1881:1 1888:1 1890:2 1900:2 1911:1 1916:1 1918:7 1940:1 1953:3 1975:1 1976:3 1981:1 1985:1 1995:1 2016:1 2028:4 2029:1 2030:2 2032:7 2033:2 2034:2 2035:1 2039:3 2040:2 2045:1 2046:4 2048:1 2050:1 2052:2 2053:2 2058:1 2060:1 2061:1 2094:1 2098:1 2109:1 2117:1 2136:1 2143:1 2149:1 2157:1 2167:3 2173:1 2179:1 2180:1 2181:1 2182:1 2184:1 2188:1 2194:1 2200:1 2211:1 2223:1 2226:1 2250:1 2252:1 2253:1 2262:1 2280:1 2313:2 2317:1 2333:1 2339:4 2343:6 2351:1 2355:1 2362:1 2365:1 2379:1 2384:1 2393:1 2394:1 2396:2 2397:3 2414:1 2434:1 2460:2 2461:2 2469:1 2473:2 2484:1 2490:1 2494:1 2502:1 2503:1 2507:1 2519:1 2542:1 2550:1 2562:19 2569:1 2571:1 2573:7 2586:2 2589:1 2598:2 2608:1 2611:14 2627:1 2631:1 2634:1 2650:2 2656:1 2660:3 2661:1 2699:1 2719:1 2729:1 2741:1 2743:1 2744:2 2748:3 2757:1 2772:1 2791:1 2807:1 2809:1 2812:1 2841:4 2859:1 2883:1 2884:1 2888:1 2891:2 2907:6 2944:1 2971:1 3007:1 3019:3 3023:1 3024:4 3025:4 3027:2 3028:2 3029:6 3030:4 3031:1 3032:1 3034:2 3035:1 3038:1 3042:1 3065:1 3073:1 3076:4 3080:2 3082:3 3085:2 3099:2 3105:1 3106:2 3120:1 3136:2 3140:1 3144:2 3145:7 3146:1 3147:18 3156:2 3162:1 3169:1 3171:1 3180:2 3189:1 3190:2 3206:1 3207:1 3212:1 3217:1 3221:1 3225:1 3237:7 3238:2 3239:1 3241:1 3249:2 3254:1 3273:1 3277:1 3283:5 3286:1 3290:1 3313:1 3327:1 3331:2 3353:1 3367:1 3369:1 3375:1 3377:1 3380:1 3395:2 3410:1 3420:1 3422:1 3437:2 3448:1 3450:1 3456:2 3472:1 3475:1 3477:1 3482:1 3493:3 3496:1 3506:1 3512:1 3514:1 3524:2 3530:5 3531:1 3543:1 3545:1 3551:1 3577:1 3578:1 3584:1 3605:1 3610:1 3618:1 3623:2 3635:1 3659:1 3665:1 3670:2 3688:1 3690:1 3700:1 3703:2 3708:1 3724:1 3739:1 3761:1 3773:1 3775:1 3800:1 3801:1 3803:3 3817:1 3829:1 3831:1 3836:2 3846:5 3849:1 3854:1 3857:1 3858:1 3868:2 3905:1 3927:1 3939:1 3959:1 3966:3 3968:1 3971:1 3993:2 4004:1 4007:3 4008:1 4010:4 4025:1 4028:1 4032:1 4054:4 4056:2 4062:1 4063:1 4064:1 4083:1 4084:2 4088:1 4093:1 4126:1 4130:1 4131:4 4158:2 4167:1 4168:1 4169:1 4180:3 4185:2 4198:1 4218:1 4227:1 4272:1 4307:1 4310:13 4311:1 4320:2 4338:1 4342:1 4343:1 4352:1 4363:1 4388:1 4399:2 4412:1 4413:3 4416:1 4418:4 4420:1 4421:1 4423:3 4425:1 4428:6 4430:1 4435:1 4437:1 4438:2 4440:1 4455:4 4458:1 4470:1 4484:2 4505:1 4515:1 4522:1 4535:2 4553:1 4580:3 4597:1 4599:2 4637:1 4640:2 4651:1 4653:1 4656:1 4666:4 4676:1 4686:1 4696:1 4699:1 4720:1 4731:1 4762:1 4769:1 4774:1 4776:1 4785:1 4787:4 4794:1 4799:1 4806:1 4807:1 4813:1 4860:4 4895:1 4899:2 4903:1 4904:1 4908:2 4912:1 4916:1 4921:1 4924:1 4932:2 4950:2 4961:1 4971:1 4974:1 4996:1 5001:2 5007:1 5028:1 5032:1 5043:1 5047:1 5053:1 5055:2 5071:4 5091:1 5150:1 5151:1 5162:1 5170:1 5173:1 5178:1 5184:1 5202:1 5221:1 5228:3 5230:1 5234:2 5246:1 5253:1 5255:2 5256:1 5258:1 5260:4 5269:1 5270:2 5272:2 5276:1 5284:1 5290:1 5296:3 5304:1 5308:1 5311:1 5319:2 5322:1 5337:1 5352:1 5374:3 5376:5 5378:2 5411:6 5412:1 5414:2 5424:1 5425:2 5429:1 5460:1 5463:1 5467:1 5476:3 5478:2 5490:2 5493:1 5494:1 5508:1 5517:2 5537:1 5560:1 5568:3 5569:1 5576:1 5577:2 5581:1 5582:2 5585:2 5593:5 5594:1 5595:1 5597:1 5609:1 5614:1 5631:1 5645:1 5679:2 5684:1 5685:1 5694:1 5702:3 5725:1 5778:1 5790:1 5810:1 5811:1 5814:1 5819:1 5824:1 5825:1 5834:1 5842:3 5850:1 5854:2 5855:2 5877:2 5914:1 5919:1 5923:1 5949:5 5952:1 5957:2 5960:1 5961:1 5963:1 5971:1 5973:1 5985:6 5999:1 6018:1 6023:1 6026:1 6049:1 6053:1 6056:1 6061:1 6062:1 6066:1 6075:1 6076:9 6091:1 6116:1 6119:1 6141:3 6151:1 6154:1 6160:1 6167:3 6173:1 6202:1 6215:1 6223:1 6229:2 6246:2 6257:1 6305:1 6309:1 6317:2 6332:1 6336:1 6355:1 6361:1 6378:1 6386:2 6393:2 6395:1 6414:2 6422:1 6426:1 6431:1 6445:1 6492:3 6502:1 6515:5 6517:1 6536:1 6542:1 6566:1 6569:1 6579:1 6606:2 6613:2 6614:4 6617:1 6626:1 6632:1 6633:1 6645:1 6665:1 6680:1 6681:2 6689:2 6696:4 6702:1 6720:3 6734:34 6738:1 6746:20 6748:9 6758:1 6763:1 6765:1 6769:1 6797:1 6805:1 6807:2 6813:1 6834:2 6860:3 6861:1 6868:1 6873:1 6919:7 6923:1 6925:1 6952:1 6957:1 6960:1 6968:2 6973:1 6994:1 7000:1 7002:1 7013:2 7025:2 7043:1 7054:1 7069:1 7071:1 7074:1 7077:1 7088:1 7096:1 7100:1 7104:1 7123:1 7126:1 7145:1 7154:2 7160:39 7183:1 7195:1 7201:1 7204:1 7209:1 7225:1 7232:1 7233:11 7235:8 7237:1 7239:1 7263:1 7269:2 7270:1 7276:2 7277:1 7282:1 7290:1 7299:1 7302:1 7305:2 7308:1 7337:2 7351:3 7366:3 7368:2 7370:1 7371:1 7374:1 7375:2 7376:2 7381:1 7382:1 7388:4 7390:1 7397:2 7416:1 7432:1 7446:1 7458:1 7464:1 7475:1 7477:1 7478:1 7480:1 7483:3 7485:1 7488:1 7491:1 7493:1 7497:3 7498:2 7500:1 7501:1 7511:2 7522:4 7529:1 7537:7 7538:1 7562:1 7566:1 7600:1 7606:1 7620:2 7625:1 7629:1 7631:1 7663:1 7666:1 7669:1 7675:2 7678:1 7701:1 7714:1 7719:1 7727:3 7751:1 7761:1 7775:1 7784:1 7790:1 7797:1 7850:1 7861:1 7866:1 7874:1 7878:1 7882:2 7886:2 7897:1 7910:1 7912:2 7922:1 7925:1 7934:1 7938:1 7974:1 7982:1 8001:2 8003:1 8008:1 8027:1 8032:1 8035:1 8044:1 8045:1 8054:3 8055:1 8066:1 8087:2 8088:2 8089:1 8091:1 8095:3 8100:1 8103:1 8104:2 8108:2 8114:3 8126:1 8137:1 8162:1 8197:1 8199:1 8202:1 8205:3 8208:1 8209:1 8213:1 8218:1 8219:1 8231:1 8259:1 8260:1 8272:3 8292:1 8298:1 8304:1 8308:1 8310:2 8332:1 8335:3 8341:1 8363:1 8365:5 8368:1 8371:1 8380:1 8398:1 8403:1 8415:1 8417:1 8419:1 8422:1 8445:1 8459:1 8466:1 8482:2 8484:2 8485:1 8494:1 8503:1 8511:1 8528:1 8530:1 8540:2 8544:6 8545:1 8546:1 8550:1 8552:1 8556:1 8565:1 8573:1 8586:1 8593:2 8610:1 8614:2 8627:6 8671:2 8683:2 8687:1 8697:1 8703:3 8705:3 8710:2 8722:3 8726:1 8727:3 8764:1 8769:1 8772:1 8773:2 8791:2 8806:2 8807:6 8809:1 8816:1 8818:2 8825:2 8829:2 8834:1 8837:1 8870:1 8890:1 8898:1 8911:1 8916:5 8942:1 8947:1 8953:1 8954:1 8959:1 8970:1 8972:1 8977:8 9001:1 9003:4 9004:2 9005:2 9006:1 9011:1 9012:3 9014:5 9016:1 9017:1 9023:1 9025:1 9026:2 9033:2 9036:2 9038:12 9041:2 9042:1 9043:8 9044:2 9047:1 9060:3 9072:1 9105:1 9106:2 9108:1 9110:1 9114:3 9117:1 9118:1 9130:1 9142:1 9144:2 9150:1 9154:2 9172:1 9174:1 9178:1 9181:1 9205:5 9216:1 9247:1 9255:1 9280:1 9281:1 9285:1 9296:1 9298:7 9306:1 9342:1 9348:1 9349:1 9350:3 9354:2 9370:1 9382:1 9383:1 9402:1 9417:1 9422:1 9442:1 9466:1 9483:1 9492:2 9504:1 9507:4 9508:5 9525:1 9529:1 9552:1 9556:3 9562:1 9565:2 9568:1 9570:1 9598:1 9601:1 9609:1 9623:4 9628:1 9629:2 9630:1 9631:1 9637:1 9644:1 9650:1 9657:7 9658:1 9681:1 9684:1 9686:1 9696:1 9708:1 9711:1 9713:1 9734:1 9783:1 9823:2 9828:1 9841:1 9842:1 9857:1 9858:1 9862:1 9868:1 9872:1 9878:1 9881:1 9891:1 9895:2 9899:1 9905:1 9912:1 9913:1 9917:1 9918:1 9921:11 9939:1 9940:1 9965:1 9967:1 9970:1 9979:4 9997:1 10001:1 10018:1 10040:1 10042:2 10051:1 10065:1 10101:1 10102:4 10109:1 10133:3 10134:1 10136:1 10140:1 10157:1 10160:6 10163:1 10165:1 10170:7 10172:1 10193:2 10203:5 10207:2 10213:1 10215:11 10225:3 10230:1 10233:1 10234:2 10235:1 10237:2 10247:2 10259:1 10272:1 10274:1 10278:1 10284:1 10285:1 10288:4 10296:3 10297:1 10300:1 10302:1 10327:1 10331:1 10332:1 10351:2 10357:1 10358:1 10382:2 10401:6 10404:4 10408:2 10430:1 10440:1 10443:1 10447:1 10455:1 10459:1 10469:1 10477:1 10492:1 10493:1 10496:1 10506:1 10519:1 10522:1 10533:2 10534:3 10538:1 10546:1 10549:2 10550:1 10555:1 10578:1 10592:1 10637:1 10654:1 10656:2 10657:1 10668:1 10672:1 10676:3 10697:1 10712:1 10715:1 10717:1 10722:1 10778:1 10800:3 10801:1 10839:2 10860:1 10865:1 10882:1 10927:1 10939:1 10951:1 10958:1 10969:1 11000:1 11004:4 11008:1 11009:1 11013:2 11018:1 11021:3 11023:1 11033:1 11038:1 11041:4 11054:2 11056:1 11058:1 11063:1 11076:1 11077:1 11080:2 11085:2 11088:1 11093:1 11106:1 11111:2 11116:1 11120:3 11129:1 11134:1 11136:1 11137:1 11143:2 11144:3 11150:1 11160:2 11163:2 11178:1 11185:1 11195:1 11205:1 11208:1 11209:4 11210:2 11216:1 11221:1 11237:1 11247:1 11260:1 11262:1 11274:1 11281:1 11312:1 11313:1 11316:1 11321:1 11327:1 11341:1 11355:1 11357:1 11378:1 11379:1 11387:1 11391:2 11398:2 11404:1 11408:1 11409:1 11411:1 11416:1 11429:1 11432:1 11433:2 11442:1 11443:1 11458:1 11460:3 11489:1 11521:1 11542:6 11543:2 11551:1 11573:1 11575:1 11598:1 11600:3 11601:1 11604:2 11652:2 11658:2 11674:1 11721:1 11725:1 11734:1 11735:2 11749:2 11756:1 11758:1 11771:1 11779:1 11797:1 11798:1 11813:1 11828:6 11831:2 11833:1 11834:2 11835:1 11837:1 11843:4 11849:1 11852:1 11853:1 11857:1 11862:1 11864:1 11865:1 11872:1 11875:1 11907:1 11910:1 11925:1 11930:1 11938:4 11940:2 11945:1 11949:1 11954:1 11979:7 11981:1 11989:1 11991:1 12003:1 12005:1 12014:1 12017:2 12023:1 12027:1 12047:1 12051:3 12057:1 12067:2 12073:4 12083:1 12101:1 12102:1 12103:1 12105:1 12113:1 12134:1 12135:12 12140:2 12166:1 12187:6 12189:2 12194:1 12224:2 12230:1 12247:1 12250:4 12251:1 12259:2 12269:1 12286:1 12288:1 12294:1 12309:1 12311:5 12345:1 12356:1 12386:1 12404:1 12410:1 12411:4 12412:2 12415:1 12417:1 12429:1 12434:1 12435:1 12439:3 12443:2 12446:1 12456:1 12457:3 12466:1 12467:1 12504:1 12522:1 12527:1 12540:2 12577:1 12587:1 12599:1 12602:1 12606:1 12614:1 12624:1 12633:1 12637:2 12638:1 12643:1 12645:1 12647:1 12670:1 12702:3 12715:2 12718:1 12726:1 12733:1 12737:1 12741:1 12751:1 12754:1 12774:1 12797:1 12800:1 12801:1 12814:1 12821:1 12825:8 12828:1 12833:1 12870:1 12879:1 12889:3 12891:1 12892:1 12893:1 12899:1 12914:1 12915:1 12917:3 12932:1 12946:1 12977:3 12995:1 13006:1 13008:1 13024:1 13029:1 13036:1 13041:1 13047:1 13055:1 13061:1 13062:1 13091:2 13094:1 13097:1 13098:1 13106:1 13118:1 13139:2 13142:1 13143:1 13149:1 13152:1 13154:1 13168:2 13173:2 13176:1 13187:3 13194:1 13199:1 13201:1 13208:1 13223:1 13225:1 13238:1 13240:1 13242:1 13244:1 13251:2 13257:1 13265:1 13272:1 13280:1 13288:1 13302:1 13304:1 13307:1 13319:1 13320:1 13334:3 13340:1 13364:2 13367:1 13372:1 13379:1 13387:1 13391:5 13393:1 13427:1 13448:2 13477:1 13505:1 13513:1 13515:1 13516:1 13521:2 13530:1 13532:1 13538:2 13545:1 13548:1 13557:2 13558:1 13563:3 13583:2 13594:1 13597:1 13608:1 13616:1 13622:1 13645:2 13657:2 13660:2 13666:1 13667:1 13675:3 13690:1 13698:1 13714:3 13731:1 13770:1 13787:2 13793:1 13795:1 13796:3 13802:2 13824:2 13840:1 13842:1 13850:3 13856:3 13866:1 13880:1 13886:6 13908:1 13909:1 13917:1 13918:4 13922:1 13950:1 13960:2 13963:2 13986:1 13992:2 14001:1 14002:1 14005:1 14008:3 14010:1 14011:2 14013:4 14014:5 14015:1 14016:3 14018:3 14020:1 14021:3 14024:2 14025:1 14027:2 14028:1 14029:1 14030:1 14031:5 14034:1 14037:1 14043:1 14067:1 14070:2 14109:1 14110:1 14124:1 14129:1 14135:2 14141:1 14162:1 14164:1 14182:1 14206:1 14212:1 14213:1 14217:1 14231:1 14243:1 14248:1 14249:3 14266:1 14285:1 14291:1 14295:1 14305:1 14318:4 14321:3 14333:1 14349:1 14357:1 14369:1 14373:1 14378:1 14389:1 14402:1 14414:1 14415:1 14439:1 14457:11 14482:2 14497:1 14501:1 14504:1 14521:1 14539:1 14542:1 14565:1 14568:2 14578:2 14581:1 14590:1 14600:1 14606:1 14608:1 14618:1 14625:1 14629:2 14656:1 14660:1 14671:3 14680:1 14689:1 14695:1 14702:1 14706:1 14712:1 14713:1 14714:2 14716:11 14727:1 14750:1 14756:1 14761:1 14768:1 14782:1 14785:1 14794:3 14819:1 14823:1 14829:1 14839:1 14849:1 14852:1 14853:1 14858:1 14901:1 14915:1 14919:2 14941:1 14942:1 14986:3 14990:1 14992:1 15008:2 15016:1 15024:1 15039:3 15040:1 15072:1 15074:1 15079:1 15086:1 15101:4 15115:2 15146:1 15155:1 15160:1 15162:1 15163:1 15170:1 15177:1 15190:2 15204:3 15208:1 15211:1 15212:1 15216:1 15220:1 15235:1 15244:1 15268:2 15287:1 15311:1 15323:3 15325:1 15335:1 15370:1 15381:1 15382:2 15387:1 15405:1 15454:1 15456:1 15457:2 15470:1 15482:1 15500:1 15506:1 15531:1 15535:1 15546:1 15554:1 15565:3 15569:2 15578:1 15594:3 15597:1 15600:2 15601:1 15615:4 15617:2 15629:1 15630:2 15638:1 15666:1 15678:1 15679:1 15694:1 15704:1 15713:1 15714:1 15725:1 15730:1 15738:3 15744:2 15745:1 15750:2 15785:1 15798:2 15809:3 15826:2 15865:2 15874:6 15884:2 15893:1 15902:2 15917:1 15934:1 15941:2 15942:1 15948:1 15962:1 15969:1 15996:1 16013:1 16049:1 16050:1 16054:1 16068:1863 16071:2 16092:1 16093:1 16095:1 16122:1 16137:2 16141:1 16159:1 16161:1 16169:1 16173:2 16178:2 16191:1 16202:2 16225:1 16238:1 16244:1 16261:1 16264:1 16267:1 16273:2 16289:1 16312:1 16315:1 16336:1 16339:1 16341:1 16343:1 16344:1 16378:1 16385:1 16406:1 16407:1 16442:3 16446:2 16459:1 16472:1 16488:4 16505:1 16520:1 16529:1 16542:1 16544:8 16555:3 16557:1 16576:1 16583:1 16599:1 16603:1 16615:1 16617:3 16651:1 16666:1 16682:3 16700:2 16709:1 16729:4 16732:1 16735:1 16747:1 16771:2 16779:2 16787:1 16799:3 16801:1 16823:1 16825:6 16830:1 16839:1 16856:1 16865:1 16873:1 16886:1 16887:8 16894:1 16904:1 16924:1 16925:1 16927:1 16934:1 16942:1 16963:1 16967:1 16974:2 16993:1 17008:6 17009:1 17010:1 17014:1 17027:11 17031:1 17041:20 17043:4 17047:1 17064:1 17080:1 17089:3 17116:2 17128:1 17132:1 17139:1 17142:1 17143:1 17165:1 17169:1 17186:1 17207:1 17212:1 17218:1 17242:4 17244:1 17255:1 17261:1 17263:1 17272:1 17273:1 17280:1 17293:1 17301:1 17315:1 17316:1 17332:68 17346:1 17352:1 17358:1 17363:1 17367:1 17376:4 17396:1 17402:1 17418:1 17419:1 17422:1 17425:1 17437:1 17440:2 17446:1 17450:1 17462:2 17472:1 17475:7 17491:11 17492:1 17497:2 17500:1 17547:3 17561:1 17567:5 17570:2 17571:1 17573:1 17576:1 17577:2 17578:1 17583:2 17584:1 17585:1 17587:1 17588:2 17590:4 17591:3 17592:1 17636:1 17638:1 17641:1 17646:1 17648:1 17654:1 17656:1 17667:1 17670:1 17671:1 17688:1 17689:1 17690:1 17695:1 17705:1 17711:1 17727:2 17729:1 17731:1 17732:1 17737:1 17755:1 17759:1 17760:1 17776:1 17781:1 17788:3 17810:2 17814:1 17816:1 17817:3 17843:2 17856:1 17862:3 17878:3 17880:1 17881:3 17897:1 17909:1 17912:1 17923:1 17930:1 17946:1 17957:1 17964:1 17972:2 17976:1 17990:1 18010:1 18022:1 18027:1 18038:1 18041:1 18055:1 18056:1 18064:1 18069:5 18073:1 18079:1 18086:1 18101:1 18104:1 18108:4 18110:1 18113:1 18138:1 18140:1 18151:1 18185:1 18212:1 18224:4 18232:2 18248:2 18252:1 18253:1 18272:1 18278:1 18332:1 18353:1 18355:1 18359:1 18363:1 18364:2 18368:2 18376:1 18381:2 18389:4 18412:1 18418:1 18423:1 18427:1 18429:1 18433:1 18444:1 18460:2 18471:1 18482:1 18485:1 18490:1 18506:1 18509:2 18513:1 18515:2 18527:1 18568:1 18588:1 18598:1 18602:1 18611:1 18612:2 18615:1 18628:1 18631:3 18632:1 18633:1 18634:1 18636:2 18650:1 18659:1 18664:1 18673:1 18677:2 18685:1 18687:1 18691:1 18700:1 18709:1 18720:1 18724:1 18729:1 18730:1 18742:3 18746:20 18750:1 18771:1 18775:1 18794:1 18803:1 18806:2 18820:3 18835:1 18843:1 18851:2 18853:4 18855:1 18858:1 18861:1 18889:1 18896:2 18901:1 18911:2 18937:1 18964:6 18965:1 18976:2 18977:1 18978:1 18983:1 18984:1 18995:9 18996:2 18997:1 19002:2 19010:2 19025:1 19034:9 19045:1 19046:1 19059:6 19077:1 19087:1 19114:1 19122:2 19125:1 19140:3 19147:1 19149:1 19152:1 19153:1 19164:1 19170:2 19173:1 19174:1 19176:1 19180:3 19184:1 19195:1 19199:1 19205:1 19214:2 19218:1 19222:1 19227:1 19228:1 19241:1 19242:1 19243:1 19247:2 19264:2 19266:1 19274:1 19275:1 19286:2 19289:1 19304:1 19305:1 19309:1 19313:3 19332:2 19334:7 19335:1 19353:1 19367:1 19374:1 19388:4 19391:2 19393:3 19398:1 19410:1 19417:1 19424:1 19438:1 19440:1 19446:1 19448:1 19454:1 19469:1 19478:4 19488:1 19502:1 19503:2 19540:2 19554:1 19566:1 19593:4 19605:4 19638:2 19673:2 19685:1 19687:2 19700:1 19705:2 19714:1 19720:11 19721:1 19722:1 19735:1 19740:1 19761:3 19762:1 19764:1 19779:1 19793:1 19797:1 19801:1 19811:1 19813:1 19837:1 19843:1 19850:1 19860:1 19864:1 19872:1 19874:1 19876:1 19890:3 19897:2 19912:1 19915:2 19916:1 19918:1 19921:1 19965:1 19971:1 19978:1 20034:1 20042:1 20049:1 20072:2 20073:1 20078:7 20083:1 20084:2 20096:1 20103:1 20109:1 20132:3 20134:1 20155:1 20158:1 20159:1 20162:2 20178:1 20198:1 20202:1 20203:1 20219:1 20236:1 20239:2 20241:1 20244:3 20245:3 20259:1 20268:1 20269:1 20279:1 20299:1 20310:1 20311:1 20318:1 20319:1 20323:1 20326:2 20328:1 20333:1 20345:1 20348:1 20357:3 20358:2 20374:1 20375:1 20378:1 20382:1 20395:1 20398:1 20405:1 20429:2 20430:3 20433:1 20439:1 20456:1 20458:1 20465:2 20468:1 20473:1 20483:1 20485:1 20497:1 20536:1 20541:1 20553:1 20563:1 20567:1 20577:1 20579:6 20585:1 20593:1 20629:1 20634:1 20641:1 20678:1 20686:4 20702:1 20705:1 20709:1 20728:3 20733:2 20749:1 20753:1 20758:2 20767:1 20789:1 20792:1 20804:3 20836:1 20845:1 20847:1 20850:2 20853:1 20878:1 20879:1 20886:2 20889:1 20893:1 20906:1 20908:3 20910:1 20914:1 20925:1 20931:1 20932:3 20934:2 20941:1 20942:3 20961:1 20963:1 20964:1 20968:1 20973:1 20989:1 20996:1 21004:1 21044:1 21045:1 21054:1 21060:1 21063:1 21077:1 21096:1 21104:1 21109:1 21134:2 21135:3 21140:1 21152:2 21158:1 21162:1 21168:1 21169:4 21190:2 21201:1 21207:1 21212:1 21215:2 21217:1 21236:2 21244:1 21250:1 21264:1 21269:1 21273:1 21274:3 21277:3 21279:6 21280:1 21283:1 21284:1 21290:1 21295:1 21302:3 21307:1 21309:1 21361:1 21362:1 21390:1 21391:1 21397:2 21404:1 21422:1 21429:1 21443:1 21449:1 21469:1 21473:1 21490:1 21494:1 21498:1 21505:1 21531:1 21537:1 21540:1 21541:2 21542:3 21550:1 21551:1 21552:1 21559:1 21567:1 21570:2 21575:1 21588:2 21602:1 21627:2 21632:1 21644:1 21663:1 21676:1 21684:2 21695:1 21697:1 21710:1 21755:3 21764:1 21781:5 21786:2 21826:1 21830:2 21834:1 21843:3 21871:1 21872:1 21882:2 21887:1 21891:1 21921:1 21925:1 21926:2 21927:1 21938:1 21941:1 21945:1 21949:1 21952:1 21974:1 21992:2 22014:2 22015:1 22020:1 22047:3 22052:1 22070:1 22078:2 22106:2 22109:3 22116:6 22117:1 22123:1 22129:1 22140:2 22162:2 22176:1 22182:1 22186:1 22188:1 22201:1 22209:5 22212:1 22220:1 22223:1 22226:1 22257:3 22259:1 22282:2 22291:1 22309:1 22314:1 22325:3 22342:1 22344:1 22345:1 22355:1 22360:4 22362:1 22380:1 22391:3 22396:2 22402:3 22409:1 22421:1 22444:1 22445:1 22448:1 22453:2 22456:1 22466:2 22469:2 22470:1 22482:1 22493:1 22494:1 22495:1 22502:1 22517:1 22532:1 22545:1 22566:3 22574:1 22597:2 22601:6 22602:1 22611:1 22625:6 22627:1 22628:1 22640:2 22645:1 22653:1 22664:2 22666:1 22671:1 22675:1 22696:4 22711:1 22723:2 22726:1 22748:1 22754:1 22760:1 22768:1 22777:1 22801:1 22807:1 22841:2 22847:1 22851:1 22852:1 22854:1 22884:1 22891:1 22895:1 22900:3 22901:3 22904:1 22914:2 22932:1 22946:2 22947:2 22948:1 22971:1 22972:1 22976:2 22988:1 22992:1 23015:1 23029:1 23037:1 23049:2 23065:4 23093:1 23100:1 23106:1 23125:1 23128:1 23145:3 23149:1 23150:1 23162:1 23167:2 23170:1 23178:2 23184:1 23196:2 23199:1 23200:1 23208:1 23213:1 23230:1 23236:2 23246:1 23273:2 23279:1 23283:1 23297:1 23356:3 23359:1 23378:1 23380:2 23382:1 23385:1 23392:1 23393:2 23394:1 23413:1 23422:1 23436:1 23444:1 23448:1 23453:1 23458:1 23461:1 23465:1 23470:1 23471:1 23492:2 23498:1 23510:3 23515:3 23524:1 23531:1 23533:1 23541:1 23547:1 23548:1 23550:2 23551:1 23568:1 23597:1 23598:1 23606:2 23621:1 23631:1 23632:1 23642:1 23656:1 23658:1 23659:3 23660:1 23661:1 23663:1 23664:2 23667:1 23673:2 23676:2 23680:1 23682:2 23699:2 23702:1 23709:2 23720:1 23744:2 23759:1 23764:2 23765:1 23778:1 23783:1 23785:1 23787:4 23828:1 23833:1 23836:1 23853:1 23859:3 23871:1 23874:1 23876:1 23880:1 23908:1 23909:1 23910:1 23923:4 23937:1 23941:1 23948:2 23953:10 23969:1 23982:2 23983:1 24066:2 24091:2 24110:1 24114:1 24125:1 24133:1 24143:2 24146:1 24154:1 24171:1 24175:1 24197:1 24200:2 24202:1 24203:1 24208:1 24211:1 24222:1 24227:1 24228:1 24229:1 24237:6 24253:2 24264:1 24269:2 24282:28 24306:1 24309:1 24319:3 24328:1 24337:1 24371:2 24395:2 24400:1 24410:1 24419:1 24423:2 24431:1 24437:1 24439:1 24475:1 24492:1 24503:2 24522:1 24530:1 24535:1 24538:1 24541:2 24549:1 24554:1 24571:1 24578:2 24591:1 24594:1 24596:1 24601:1 24602:1 24609:1 24621:1 24627:1 24629:1 24631:1 24633:1 24639:1 24641:1 24646:1 24651:1 24656:3 24667:1 24685:2 24717:1 24718:1 24720:4 24721:1 24723:1 24763:1 24770:2 24772:5 24783:1 24810:1 24829:1 24832:3 24838:1 24878:1 24889:1 24892:1 24901:1 24920:1 24922:1 24929:1 24936:3 24950:1 24960:2 24970:1 24985:1 24992:1 25015:1 25037:1 25052:1 25054:2 25082:1 25091:1 25099:1 25106:1 25108:1 25109:1 25120:1 25133:1 25138:1 25152:1 25164:1 25169:2 25174:1 25183:1 25191:1 25192:1 25217:2 25219:1 25258:1 25259:1 25260:1 25264:1 25284:1 25296:3 25305:1 25314:2 25317:1 25321:3 25327:1 25331:1 25345:1 25353:1 25355:2 25358:1 25359:1 25363:1 25365:5 25366:1 25368:2 25369:1 25370:1 25372:1 25375:1 25381:1 25382:1 25388:1 25390:1 25409:1 25418:1 25430:1 25440:1 5 2:1 11:1 36:1 38:3 39:1 41:1 89:3 91:1 104:3 120:1 122:1 130:2 138:4 154:1 158:2 167:1 169:1 176:2 181:1 185:1 198:1 204:3 211:1 229:1 230:1 233:3 248:2 283:3 312:5 313:1 331:1 333:1 343:1 352:1 360:2 361:4 363:1 377:1 383:1 396:2 403:1 409:2 420:1 429:1 480:1 487:1 497:1 509:1 518:1 526:1 530:3 531:1 542:2 552:1 555:1 556:1 558:2 572:8 573:1 593:1 601:1 614:1 636:1 642:1 646:1 674:1 696:1 718:1 744:2 752:2 766:4 778:5 783:1 785:1 787:1 793:2 799:6 803:2 805:3 813:1 814:4 829:3 844:3 847:1 848:1 849:3 851:5 865:2 867:2 871:1 876:1 883:4 890:1 902:1 904:2 917:1 951:1 953:1 961:1 977:1 1018:1 1040:1 1045:1 1070:1 1074:1 1080:1 1097:1 1098:1 1103:1 1106:2 1108:1 1115:1 1116:1 1117:3 1124:1 1134:2 1135:1 1141:1 1143:1 1146:1 1147:1 1176:1 1198:1 1213:2 1230:1 1243:1 1244:1 1249:1 1259:1 1260:1 1261:4 1279:3 1281:1 1286:1 1288:3 1294:2 1296:1 1304:2 1307:1 1309:1 1310:1 1313:1 1318:1 1323:1 1348:1 1350:2 1353:1 1354:1 1357:1 1367:1 1371:3 1385:1 1390:2 1395:1 1403:10 1406:1 1413:10 1420:1 1422:3 1425:1 1447:1 1452:1 1454:1 1479:2 1503:1 1517:1 1538:1 1541:1 1558:1 1565:1 1588:1 1589:2 1598:2 1608:1 1623:1 1627:1 1636:1 1638:1 1640:1 1657:1 1660:1 1663:1 1685:1 1694:2 1707:1 1712:1 1716:1 1733:1 1748:1 1752:1 1765:1 1768:1 1778:2 1786:1 1787:3 1801:2 1804:1 1808:1 1809:1 1813:2 1818:1 1821:2 1828:1 1846:1 1851:1 1861:3 1873:2 1880:1 1881:1 1888:1 1890:2 1900:2 1911:1 1916:1 1918:8 1940:1 1953:3 1975:1 1976:3 1977:1 1981:1 1985:1 1995:1 2016:1 2028:4 2029:1 2030:3 2032:7 2033:2 2034:3 2035:1 2039:3 2040:2 2045:1 2046:4 2048:1 2050:1 2052:2 2053:2 2058:1 2060:1 2061:1 2094:1 2098:1 2109:2 2117:1 2136:1 2143:1 2149:1 2157:1 2167:3 2173:1 2179:1 2180:1 2181:1 2182:1 2184:1 2188:1 2194:1 2200:1 2211:1 2221:1 2223:1 2226:1 2250:1 2252:1 2253:1 2262:1 2280:1 2313:2 2317:1 2333:1 2339:4 2343:6 2351:1 2355:1 2362:1 2365:1 2379:1 2384:1 2393:1 2394:1 2396:2 2397:3 2414:1 2434:1 2460:2 2461:2 2469:1 2473:2 2484:1 2490:1 2494:1 2502:1 2503:1 2507:1 2519:1 2542:1 2550:1 2562:19 2569:1 2571:1 2573:7 2586:2 2589:1 2598:2 2608:1 2611:15 2627:1 2631:1 2634:1 2650:2 2656:1 2660:3 2661:1 2699:1 2719:1 2729:1 2741:1 2743:1 2744:2 2748:4 2757:2 2772:1 2791:1 2807:1 2809:1 2812:1 2841:4 2859:1 2883:1 2884:1 2888:1 2891:2 2907:6 2944:1 2971:1 2981:1 3007:1 3019:3 3023:1 3024:4 3025:4 3027:3 3028:2 3029:6 3030:4 3031:1 3032:1 3034:2 3035:1 3038:1 3042:1 3065:1 3073:1 3076:4 3080:2 3082:3 3085:4 3099:2 3105:1 3106:3 3120:1 3136:2 3140:1 3144:2 3145:7 3146:1 3147:19 3156:2 3162:1 3169:1 3171:1 3180:2 3189:1 3190:2 3206:1 3207:1 3212:1 3217:1 3221:1 3225:1 3237:7 3238:2 3239:1 3241:1 3249:2 3254:1 3273:1 3277:1 3283:5 3286:1 3290:1 3313:1 3327:1 3331:2 3353:1 3367:1 3369:1 3375:1 3377:1 3380:1 3395:2 3410:1 3420:1 3422:1 3437:2 3448:1 3450:1 3456:2 3472:1 3475:1 3477:1 3482:1 3493:3 3496:1 3506:1 3512:1 3514:1 3524:2 3530:6 3531:1 3543:1 3545:1 3551:1 3577:2 3578:1 3584:1 3605:1 3610:1 3618:1 3623:2 3635:1 3638:1 3659:1 3665:1 3670:2 3688:1 3690:1 3700:1 3703:2 3708:1 3724:1 3739:1 3761:1 3773:1 3775:1 3800:1 3801:1 3803:3 3817:1 3829:1 3831:1 3836:2 3846:5 3849:1 3854:1 3857:1 3858:1 3868:2 3905:1 3927:1 3939:1 3959:1 3966:3 3968:1 3971:1 3993:2 4004:1 4007:3 4008:1 4010:4 4025:1 4028:1 4032:1 4049:1 4054:4 4056:2 4062:1 4063:1 4064:1 4083:1 4084:2 4088:1 4093:1 4121:1 4126:1 4130:1 4131:5 4158:2 4167:1 4168:1 4169:1 4180:3 4185:2 4198:1 4218:1 4227:1 4272:1 4282:1 4307:1 4310:13 4311:1 4320:2 4338:1 4342:1 4343:1 4352:1 4363:1 4388:1 4399:2 4412:1 4413:3 4416:1 4418:4 4420:2 4421:1 4423:3 4425:2 4428:6 4430:1 4435:1 4436:1 4437:2 4438:2 4440:1 4455:4 4458:1 4470:1 4484:2 4505:2 4515:1 4522:1 4535:2 4553:1 4580:3 4597:1 4599:3 4637:1 4640:2 4651:1 4653:1 4656:1 4666:4 4676:1 4686:1 4696:1 4699:1 4720:1 4731:1 4762:1 4769:1 4774:1 4776:1 4785:1 4787:4 4794:1 4799:1 4806:1 4807:1 4813:1 4860:4 4895:1 4899:2 4903:1 4904:1 4908:2 4912:1 4916:1 4921:1 4924:1 4932:2 4950:2 4961:1 4971:1 4974:1 4996:1 5001:2 5007:1 5028:1 5032:1 5043:1 5047:1 5053:1 5055:2 5071:4 5091:1 5150:1 5151:1 5162:1 5170:1 5173:1 5178:1 5184:1 5202:1 5221:1 5228:3 5230:1 5234:2 5246:1 5253:1 5255:2 5256:1 5258:1 5260:4 5269:1 5270:2 5272:2 5276:1 5284:1 5290:1 5296:3 5304:1 5308:1 5311:1 5319:2 5322:1 5337:1 5352:1 5374:3 5376:5 5378:2 5411:6 5412:1 5414:2 5424:1 5425:2 5429:1 5460:1 5463:1 5467:1 5476:3 5478:2 5490:2 5493:1 5494:1 5508:1 5517:2 5537:1 5560:1 5568:3 5569:1 5576:1 5577:2 5581:1 5582:2 5585:2 5593:5 5594:1 5595:1 5597:1 5609:1 5614:1 5631:1 5645:1 5679:2 5684:1 5685:1 5694:1 5702:3 5725:1 5778:1 5790:1 5810:1 5811:1 5814:1 5819:1 5824:1 5825:1 5834:1 5842:3 5850:1 5854:2 5855:2 5877:2 5892:1 5914:1 5919:1 5923:2 5949:5 5952:1 5957:2 5960:1 5961:1 5963:1 5971:1 5973:1 5985:6 5999:1 6018:1 6023:1 6026:1 6049:1 6053:1 6056:1 6061:1 6062:1 6066:1 6075:1 6076:10 6091:1 6116:1 6119:1 6141:3 6151:1 6154:1 6160:1 6167:3 6173:1 6202:1 6215:1 6223:1 6229:2 6246:2 6257:1 6305:1 6309:1 6317:2 6332:1 6336:1 6355:1 6361:1 6378:1 6386:2 6393:2 6395:1 6407:1 6414:2 6422:1 6426:2 6431:1 6445:1 6492:3 6502:1 6515:5 6517:1 6520:1 6536:1 6542:1 6566:1 6569:1 6579:1 6606:2 6613:2 6614:4 6617:1 6626:1 6632:1 6633:1 6645:1 6665:1 6680:2 6681:2 6689:2 6696:4 6702:1 6720:3 6734:36 6738:1 6746:20 6748:9 6758:1 6763:1 6765:1 6769:1 6797:1 6805:1 6807:2 6813:1 6834:2 6860:3 6861:1 6868:1 6873:1 6919:7 6923:1 6925:1 6952:1 6957:2 6960:1 6968:2 6973:1 6994:1 7000:1 7002:1 7013:2 7025:2 7043:1 7054:1 7069:1 7071:1 7074:1 7077:1 7088:1 7096:1 7100:1 7104:1 7123:1 7126:1 7145:1 7154:2 7160:42 7183:1 7195:1 7201:1 7204:1 7209:1 7225:2 7232:1 7233:12 7235:9 7237:1 7239:1 7263:1 7269:2 7270:2 7276:2 7277:1 7282:1 7290:1 7299:1 7302:1 7305:2 7308:1 7318:1 7321:1 7337:2 7351:3 7359:1 7366:3 7368:2 7370:1 7371:1 7374:1 7375:2 7376:2 7381:1 7382:1 7388:4 7390:1 7397:2 7416:1 7432:1 7446:1 7458:1 7464:1 7475:1 7477:1 7478:1 7480:1 7483:3 7485:2 7488:1 7491:1 7493:1 7497:3 7498:2 7500:1 7501:1 7511:2 7522:4 7529:1 7537:7 7538:1 7562:1 7566:1 7600:1 7606:1 7620:2 7625:1 7629:1 7631:1 7663:2 7666:1 7669:1 7675:2 7678:1 7701:1 7714:1 7719:1 7727:3 7751:1 7761:1 7775:1 7784:1 7790:1 7797:1 7850:1 7861:1 7866:1 7874:1 7878:1 7882:2 7886:2 7897:1 7898:1 7910:1 7912:2 7922:1 7925:1 7934:1 7938:1 7974:1 7982:1 8001:3 8003:1 8008:1 8027:1 8032:1 8035:1 8044:1 8045:1 8054:3 8055:1 8066:1 8087:2 8088:2 8089:1 8091:1 8095:3 8100:1 8103:1 8104:2 8108:2 8114:3 8126:1 8137:1 8162:1 8197:1 8199:1 8202:1 8205:3 8208:1 8209:1 8213:1 8218:1 8219:1 8231:1 8259:1 8260:1 8272:4 8292:1 8298:1 8304:1 8308:1 8310:3 8332:1 8335:3 8341:1 8363:1 8365:5 8368:1 8371:1 8380:1 8398:1 8403:1 8415:1 8417:1 8419:1 8422:1 8445:1 8459:1 8466:1 8482:2 8484:2 8485:1 8494:1 8503:1 8511:1 8528:1 8530:1 8540:2 8544:6 8545:1 8546:1 8547:1 8550:1 8552:1 8556:1 8565:1 8573:1 8586:1 8593:2 8610:1 8614:2 8627:6 8671:2 8683:2 8687:1 8697:1 8703:3 8705:3 8710:3 8722:3 8725:1 8726:1 8727:3 8764:1 8769:1 8772:1 8773:2 8791:2 8806:2 8807:6 8809:1 8816:1 8818:3 8825:2 8829:2 8834:1 8837:1 8870:1 8890:1 8898:1 8911:1 8916:5 8942:1 8947:1 8953:1 8954:1 8959:1 8970:1 8972:1 8977:8 9001:1 9003:4 9004:2 9005:2 9006:1 9011:1 9012:3 9014:5 9016:1 9017:1 9023:1 9025:1 9026:2 9033:2 9036:2 9038:13 9041:2 9042:1 9043:8 9044:2 9047:1 9060:3 9072:1 9105:1 9106:2 9108:1 9110:1 9114:3 9117:1 9118:1 9130:1 9142:1 9144:2 9150:1 9154:2 9172:1 9174:1 9178:1 9181:1 9205:6 9216:1 9247:1 9255:1 9280:1 9281:1 9285:1 9296:1 9298:7 9306:1 9320:1 9342:1 9348:1 9349:1 9350:3 9354:2 9370:2 9382:1 9383:1 9402:1 9417:1 9422:1 9442:1 9466:1 9483:1 9492:2 9504:1 9507:4 9508:5 9525:1 9529:1 9552:1 9556:3 9562:1 9565:2 9568:1 9570:1 9598:1 9601:1 9609:1 9623:5 9628:1 9629:2 9630:1 9631:1 9637:1 9644:1 9650:1 9657:7 9658:1 9681:1 9684:1 9686:1 9696:1 9708:1 9711:1 9713:1 9734:1 9783:1 9823:2 9828:1 9841:1 9842:1 9857:1 9858:1 9862:1 9868:1 9872:1 9878:1 9881:1 9886:1 9891:1 9895:2 9899:1 9905:1 9912:1 9913:1 9917:1 9918:1 9921:11 9939:1 9940:1 9965:1 9967:1 9970:1 9979:5 9997:1 10001:1 10018:1 10040:1 10042:2 10051:1 10065:1 10101:1 10102:6 10109:1 10133:3 10134:1 10136:1 10140:1 10157:1 10160:6 10163:1 10165:1 10170:7 10172:1 10193:2 10203:5 10207:2 10213:1 10215:12 10220:1 10225:3 10230:1 10233:1 10234:2 10235:1 10237:2 10247:2 10259:1 10272:1 10274:1 10278:1 10284:1 10285:1 10288:4 10296:3 10297:1 10300:1 10302:1 10327:1 10331:1 10332:1 10351:2 10357:1 10358:3 10382:2 10401:6 10404:4 10408:2 10411:1 10430:1 10440:1 10443:1 10447:1 10455:1 10459:1 10469:1 10477:1 10492:1 10493:1 10496:1 10506:1 10519:1 10522:1 10533:2 10534:3 10538:1 10546:1 10549:2 10550:1 10555:1 10578:1 10592:1 10637:1 10654:1 10656:2 10657:1 10668:1 10672:1 10676:3 10697:1 10712:1 10715:1 10717:1 10722:1 10778:1 10800:3 10801:1 10802:1 10839:3 10860:1 10865:1 10882:1 10927:1 10939:1 10951:1 10957:1 10958:1 10969:1 11000:1 11004:4 11008:1 11009:1 11013:2 11018:1 11021:3 11023:1 11033:1 11038:1 11041:4 11054:2 11056:1 11058:1 11063:1 11076:1 11077:1 11080:2 11085:2 11088:1 11093:1 11106:1 11111:2 11116:1 11120:3 11129:1 11134:1 11136:1 11137:2 11143:2 11144:3 11150:1 11160:2 11163:2 11178:1 11185:1 11195:1 11205:1 11208:1 11209:4 11210:2 11216:1 11221:1 11227:1 11237:1 11247:1 11260:1 11262:1 11274:1 11281:1 11312:1 11313:1 11316:1 11321:1 11327:1 11341:1 11355:1 11357:1 11378:1 11379:1 11387:1 11391:2 11398:2 11404:1 11408:1 11409:1 11411:1 11416:1 11429:1 11432:1 11433:2 11442:1 11443:1 11458:1 11460:3 11489:1 11521:1 11542:6 11543:2 11551:1 11573:1 11575:1 11598:1 11600:3 11601:1 11604:2 11652:2 11658:2 11674:1 11721:1 11725:1 11734:1 11735:3 11749:2 11756:1 11758:1 11771:1 11779:1 11797:1 11798:1 11813:1 11828:6 11831:2 11833:1 11834:2 11835:1 11837:1 11843:5 11849:1 11852:1 11853:1 11857:1 11862:1 11864:1 11865:1 11872:1 11874:1 11875:1 11907:1 11910:1 11925:1 11930:1 11938:4 11940:2 11945:1 11949:1 11954:1 11979:7 11981:1 11989:1 11991:1 12003:1 12005:1 12014:1 12017:2 12023:1 12027:1 12047:1 12051:3 12057:1 12067:2 12073:5 12083:1 12101:1 12102:1 12103:1 12105:1 12113:1 12134:1 12135:12 12140:2 12166:1 12187:6 12189:2 12194:1 12224:2 12230:1 12247:1 12250:4 12251:1 12259:2 12269:1 12286:1 12288:1 12294:1 12309:1 12311:5 12345:1 12356:1 12386:1 12404:1 12410:1 12411:4 12412:2 12415:1 12417:1 12429:1 12434:1 12435:1 12439:3 12443:2 12446:1 12456:1 12457:3 12466:1 12467:1 12504:1 12522:1 12527:1 12540:2 12577:1 12587:1 12599:2 12602:1 12606:1 12614:1 12624:1 12627:1 12633:1 12637:2 12638:1 12643:1 12645:1 12647:1 12670:1 12702:3 12715:2 12718:1 12726:1 12733:1 12737:1 12741:1 12751:1 12754:1 12774:1 12797:1 12800:1 12801:1 12814:1 12821:1 12825:8 12828:1 12833:1 12870:1 12879:1 12889:3 12891:1 12892:1 12893:1 12899:1 12914:1 12915:1 12917:3 12932:1 12946:1 12953:1 12977:3 12995:1 13006:1 13008:1 13024:1 13029:1 13036:1 13041:1 13047:1 13055:1 13061:1 13062:1 13091:2 13094:1 13097:1 13098:1 13106:1 13118:1 13139:2 13142:1 13143:1 13149:1 13152:1 13154:1 13168:2 13173:2 13176:1 13187:3 13194:1 13199:1 13201:1 13208:1 13223:1 13225:1 13238:1 13240:1 13242:1 13244:1 13251:2 13257:1 13265:1 13272:1 13280:1 13288:1 13302:1 13304:1 13307:1 13319:1 13320:1 13334:3 13340:1 13364:2 13367:2 13372:1 13379:1 13387:1 13391:6 13393:1 13427:1 13448:2 13477:1 13505:1 13513:1 13515:1 13516:1 13521:2 13530:1 13532:1 13538:2 13545:1 13548:1 13557:2 13558:1 13563:4 13583:2 13594:1 13597:1 13608:1 13616:1 13622:1 13645:2 13657:2 13660:2 13666:1 13667:1 13675:3 13690:1 13698:1 13714:3 13731:1 13770:1 13787:2 13793:1 13795:1 13796:3 13802:2 13824:2 13840:1 13842:1 13850:3 13856:3 13866:1 13880:1 13886:6 13908:1 13909:1 13917:1 13918:4 13922:1 13950:1 13960:2 13963:2 13986:1 13992:2 14001:1 14002:1 14005:1 14008:3 14010:1 14011:2 14013:4 14014:5 14015:1 14016:3 14018:3 14019:1 14020:2 14021:4 14024:2 14025:1 14027:2 14028:1 14029:1 14030:1 14031:5 14034:1 14037:1 14043:1 14067:1 14070:2 14109:1 14110:1 14124:1 14129:1 14135:3 14141:1 14162:1 14164:1 14182:1 14206:1 14212:1 14213:1 14217:1 14226:1 14231:1 14243:1 14248:1 14249:3 14266:1 14285:1 14291:1 14295:1 14305:1 14318:5 14321:3 14333:1 14349:1 14357:1 14369:1 14373:1 14378:1 14389:1 14402:1 14414:1 14415:1 14439:1 14457:12 14482:2 14497:1 14501:1 14504:1 14521:1 14539:1 14542:1 14565:1 14568:2 14578:2 14581:1 14590:1 14600:1 14606:1 14608:1 14618:1 14625:1 14629:2 14656:1 14660:1 14669:1 14671:3 14680:1 14689:1 14695:1 14702:1 14706:1 14712:1 14713:1 14714:2 14716:11 14727:1 14750:1 14756:1 14761:1 14768:1 14782:1 14785:1 14794:3 14819:1 14823:1 14829:1 14839:1 14849:1 14852:1 14853:1 14858:2 14901:1 14915:1 14919:2 14941:1 14942:1 14986:3 14990:1 14992:1 15008:2 15016:1 15024:1 15039:3 15040:1 15072:1 15074:1 15079:1 15086:1 15101:4 15115:2 15146:1 15155:1 15160:1 15162:1 15163:1 15170:1 15177:1 15190:2 15204:3 15208:1 15211:2 15212:1 15216:1 15220:1 15235:1 15244:1 15268:2 15287:1 15311:1 15323:3 15325:1 15335:1 15370:1 15381:1 15382:2 15387:1 15405:1 15454:1 15456:1 15457:2 15470:1 15482:1 15500:1 15506:1 15531:1 15535:1 15546:1 15554:1 15565:3 15569:2 15578:1 15594:3 15597:1 15600:2 15601:1 15615:4 15617:2 15629:1 15630:2 15638:1 15666:1 15678:1 15679:1 15694:1 15704:1 15713:1 15714:1 15725:1 15730:1 15738:3 15744:2 15745:1 15750:2 15785:1 15798:2 15809:3 15826:2 15865:2 15874:6 15884:2 15893:1 15902:2 15917:1 15934:1 15941:2 15942:1 15948:1 15962:1 15969:1 15996:1 16013:1 16049:1 16050:1 16054:1 16068:1925 16071:2 16092:1 16093:1 16095:1 16103:1 16122:1 16137:2 16141:1 16159:1 16161:1 16169:1 16173:2 16178:2 16191:1 16202:2 16225:1 16238:1 16244:1 16261:1 16264:1 16267:1 16273:2 16289:1 16312:1 16315:1 16336:1 16339:1 16341:1 16343:1 16344:1 16378:1 16385:1 16406:1 16407:1 16442:3 16446:2 16459:1 16472:1 16488:4 16505:1 16520:1 16529:1 16542:1 16544:8 16555:3 16557:1 16576:1 16583:1 16599:1 16603:1 16615:1 16617:3 16651:1 16666:1 16682:3 16700:2 16702:1 16709:1 16729:4 16732:1 16735:1 16747:1 16771:2 16779:2 16787:1 16799:3 16801:1 16823:1 16825:6 16830:1 16838:1 16839:1 16856:1 16865:1 16873:1 16886:1 16887:8 16894:1 16904:1 16924:1 16925:1 16927:1 16934:1 16942:1 16963:1 16967:1 16974:2 16993:1 17008:6 17009:1 17010:1 17014:1 17027:12 17031:1 17041:20 17043:4 17047:1 17064:1 17080:1 17089:4 17116:2 17128:1 17132:2 17139:1 17142:1 17143:1 17165:1 17169:1 17186:1 17207:1 17212:1 17218:1 17242:4 17244:1 17255:1 17261:1 17263:1 17272:1 17273:1 17280:1 17293:1 17301:1 17315:1 17316:1 17332:72 17346:1 17352:2 17358:1 17363:1 17367:1 17376:4 17396:1 17402:1 17418:1 17419:1 17422:1 17425:1 17437:1 17440:3 17446:1 17450:1 17462:2 17472:1 17475:8 17485:1 17491:12 17492:1 17497:2 17500:1 17547:3 17561:1 17567:5 17570:2 17571:1 17573:1 17576:1 17577:2 17578:1 17583:2 17584:1 17585:1 17587:1 17588:2 17590:5 17591:3 17592:1 17636:1 17638:1 17641:1 17646:1 17648:1 17654:1 17656:1 17667:1 17670:1 17671:1 17688:2 17689:1 17690:1 17695:1 17705:1 17711:1 17727:2 17729:1 17731:1 17732:1 17737:1 17755:1 17759:1 17760:1 17776:1 17781:1 17788:3 17810:2 17814:1 17816:1 17817:3 17843:2 17856:1 17862:3 17878:3 17880:1 17881:4 17897:1 17909:1 17912:1 17923:1 17930:1 17946:1 17957:1 17964:1 17972:2 17976:1 17990:1 18010:1 18022:1 18027:1 18038:1 18041:1 18055:1 18056:1 18064:1 18069:5 18073:1 18079:1 18086:1 18101:1 18104:1 18108:5 18110:1 18113:1 18138:1 18140:1 18151:1 18185:1 18212:1 18224:4 18232:2 18248:2 18252:2 18253:1 18272:1 18278:1 18332:1 18353:1 18355:1 18359:1 18363:1 18364:2 18368:2 18376:1 18381:2 18389:4 18412:1 18418:1 18423:1 18427:1 18429:1 18433:1 18444:1 18460:2 18471:1 18482:1 18485:1 18490:1 18506:1 18509:2 18513:1 18515:2 18527:1 18568:1 18588:1 18598:1 18602:1 18611:2 18612:2 18615:1 18628:1 18631:3 18632:1 18633:1 18634:1 18636:2 18650:1 18659:1 18664:1 18673:1 18677:2 18685:1 18687:1 18691:1 18700:1 18709:1 18720:1 18724:1 18729:1 18730:1 18742:4 18746:22 18750:1 18771:1 18775:1 18794:1 18803:1 18806:2 18820:3 18835:1 18843:1 18851:2 18853:5 18855:1 18858:1 18861:1 18889:1 18896:2 18901:2 18911:2 18937:1 18964:6 18965:1 18976:2 18977:1 18978:1 18983:1 18984:1 18995:10 18996:2 18997:1 19002:2 19010:2 19025:1 19034:9 19045:1 19046:1 19059:6 19077:1 19087:1 19114:1 19122:2 19125:1 19140:3 19147:1 19149:1 19152:1 19153:1 19164:1 19170:2 19173:1 19174:1 19175:1 19176:1 19180:3 19184:1 19195:1 19199:1 19205:1 19214:2 19218:1 19222:1 19227:1 19228:1 19241:1 19242:1 19243:1 19247:2 19248:1 19264:2 19266:1 19274:1 19275:1 19286:2 19289:1 19304:1 19305:1 19309:1 19313:3 19332:2 19334:7 19335:1 19353:1 19367:1 19374:1 19388:4 19391:2 19393:3 19398:1 19410:1 19417:1 19424:1 19438:1 19440:1 19446:1 19448:1 19454:1 19469:1 19478:4 19488:1 19502:1 19503:2 19540:3 19546:1 19554:1 19566:1 19593:4 19605:6 19638:2 19673:2 19685:1 19687:2 19700:1 19705:2 19714:1 19720:12 19721:1 19722:1 19735:1 19740:1 19761:3 19762:1 19764:1 19779:1 19793:1 19797:1 19801:1 19811:1 19813:1 19837:1 19843:1 19850:1 19860:1 19864:1 19872:1 19874:1 19876:1 19890:3 19897:2 19912:1 19915:2 19916:1 19918:1 19921:1 19965:1 19971:1 19978:1 20034:1 20042:1 20049:1 20072:2 20073:1 20078:7 20083:1 20084:2 20096:1 20103:1 20109:1 20132:3 20134:1 20155:1 20158:1 20159:1 20162:2 20178:1 20198:1 20202:1 20203:2 20219:1 20236:1 20239:2 20241:1 20244:3 20245:4 20259:1 20268:1 20269:1 20271:1 20279:1 20299:1 20310:1 20311:1 20318:1 20319:1 20323:1 20326:3 20328:2 20330:1 20333:1 20345:1 20348:1 20357:3 20358:2 20360:1 20374:1 20375:1 20378:1 20382:1 20395:2 20398:1 20405:1 20429:2 20430:3 20433:1 20439:1 20456:1 20458:1 20465:2 20468:1 20473:1 20483:1 20485:1 20497:1 20536:1 20541:1 20553:1 20563:1 20567:1 20577:2 20579:7 20585:1 20593:1 20629:1 20634:1 20641:1 20678:1 20686:4 20702:1 20705:1 20709:1 20728:3 20733:2 20749:1 20753:1 20758:2 20767:1 20789:1 20792:1 20799:1 20804:3 20836:1 20845:1 20847:1 20850:2 20853:1 20878:1 20879:1 20886:2 20889:1 20893:1 20906:1 20908:3 20910:1 20914:1 20925:1 20931:1 20932:3 20934:2 20941:1 20942:3 20961:1 20963:1 20964:1 20968:1 20973:1 20989:1 20996:1 21004:1 21044:1 21045:1 21054:1 21060:1 21063:1 21077:1 21096:1 21104:1 21109:1 21134:2 21135:3 21140:1 21152:2 21158:1 21162:1 21168:1 21169:4 21190:2 21201:1 21207:1 21212:1 21215:2 21217:1 21236:2 21244:1 21250:1 21264:1 21269:1 21273:1 21274:3 21277:3 21279:6 21280:1 21283:1 21284:1 21290:1 21295:1 21302:3 21307:1 21309:1 21361:1 21362:1 21390:1 21391:1 21397:2 21404:1 21422:1 21429:1 21443:1 21449:1 21469:1 21473:1 21490:1 21494:1 21498:1 21505:1 21514:1 21531:1 21537:1 21540:1 21541:2 21542:3 21550:1 21551:1 21552:1 21559:1 21567:1 21570:2 21575:1 21588:2 21602:1 21622:1 21627:2 21632:1 21644:1 21663:1 21676:1 21684:2 21695:1 21697:1 21710:1 21755:5 21764:1 21781:6 21786:2 21826:1 21830:2 21834:1 21843:3 21871:1 21872:1 21882:2 21887:1 21891:1 21921:1 21925:1 21926:2 21927:1 21938:1 21941:1 21942:1 21945:1 21949:1 21952:1 21974:1 21992:2 22014:2 22015:1 22020:1 22047:3 22052:1 22070:1 22078:3 22094:1 22106:2 22109:3 22116:6 22117:1 22123:1 22129:1 22140:2 22162:2 22176:1 22182:1 22186:1 22188:1 22201:1 22209:5 22212:1 22220:1 22223:1 22226:1 22257:3 22259:1 22282:2 22287:1 22291:1 22309:1 22314:1 22325:4 22342:1 22344:1 22345:1 22355:2 22360:4 22362:1 22380:1 22391:3 22396:2 22402:4 22409:1 22421:1 22444:1 22445:1 22448:1 22453:2 22456:1 22466:2 22469:2 22470:1 22482:1 22488:1 22493:2 22494:1 22495:1 22502:1 22517:1 22532:1 22545:1 22566:3 22574:1 22578:1 22597:2 22601:6 22602:1 22611:1 22625:6 22627:1 22628:1 22640:2 22645:1 22653:1 22664:2 22666:1 22671:1 22675:1 22696:4 22709:1 22711:1 22723:3 22726:1 22748:1 22754:1 22760:1 22768:1 22777:1 22801:1 22807:1 22841:2 22847:1 22851:1 22852:1 22854:1 22884:1 22891:1 22895:1 22900:3 22901:3 22904:1 22914:2 22932:1 22946:2 22947:2 22948:1 22971:1 22972:1 22976:2 22988:1 22992:1 22994:1 23015:1 23029:1 23037:1 23049:2 23065:4 23093:1 23100:1 23106:1 23125:1 23128:1 23145:3 23149:1 23150:1 23162:1 23167:2 23170:1 23178:2 23184:1 23196:2 23199:1 23200:1 23208:1 23213:1 23230:1 23236:2 23246:1 23273:3 23279:1 23283:1 23297:1 23356:3 23359:1 23378:1 23380:2 23382:1 23385:1 23392:1 23393:2 23394:1 23413:1 23422:1 23436:1 23444:1 23448:1 23453:1 23458:1 23461:1 23465:1 23470:1 23471:1 23492:2 23498:1 23510:3 23515:3 23524:1 23531:1 23533:1 23541:1 23547:1 23548:1 23550:2 23551:1 23568:1 23597:1 23598:1 23606:2 23621:1 23631:1 23632:1 23642:1 23656:1 23658:2 23659:3 23660:1 23661:1 23663:1 23664:2 23667:1 23673:2 23676:2 23680:1 23682:2 23699:2 23702:1 23709:2 23720:1 23744:2 23754:1 23759:1 23764:2 23765:1 23778:1 23783:1 23785:1 23787:4 23828:1 23833:1 23836:1 23853:1 23859:3 23871:1 23874:1 23876:1 23880:1 23905:1 23908:1 23909:1 23910:1 23923:4 23937:1 23941:1 23948:2 23953:10 23969:1 23982:2 23983:1 24066:2 24091:2 24110:1 24114:1 24125:1 24133:1 24143:2 24146:1 24154:1 24171:1 24175:1 24197:1 24200:2 24202:1 24203:1 24208:1 24211:1 24222:1 24227:1 24228:1 24229:1 24237:7 24253:2 24264:1 24269:2 24282:29 24306:1 24308:1 24309:1 24319:3 24326:1 24328:1 24337:1 24371:2 24395:2 24400:1 24410:1 24419:1 24423:2 24431:1 24437:1 24439:1 24475:2 24492:1 24503:2 24522:1 24530:1 24535:1 24538:1 24541:2 24549:1 24554:1 24571:1 24578:2 24591:1 24594:1 24596:1 24601:2 24602:1 24609:1 24621:1 24627:1 24629:1 24631:1 24633:1 24639:1 24641:1 24646:1 24651:1 24656:3 24667:1 24683:1 24685:2 24717:1 24718:1 24720:4 24721:1 24723:1 24763:1 24770:2 24772:5 24783:1 24810:1 24829:1 24832:3 24838:1 24878:1 24889:1 24892:1 24901:1 24920:1 24922:1 24929:1 24936:4 24950:1 24960:2 24970:1 24985:1 24992:1 25015:1 25037:1 25052:1 25054:2 25082:1 25091:1 25099:1 25106:2 25108:1 25109:1 25120:1 25133:1 25138:1 25152:1 25164:1 25169:2 25174:1 25183:1 25191:1 25192:1 25209:1 25217:2 25219:1 25258:1 25259:1 25260:1 25264:2 25284:1 25296:3 25305:1 25314:2 25317:1 25321:3 25327:1 25331:1 25345:1 25353:1 25355:2 25358:1 25359:1 25363:1 25365:6 25366:1 25368:2 25369:1 25370:1 25372:1 25375:1 25381:1 25382:1 25388:1 25390:1 25409:1 25418:1 25430:1 25440:1 25448:1 5 2:1 11:1 36:1 38:3 39:1 41:1 89:3 91:1 104:3 120:1 122:1 130:2 138:5 154:1 158:2 161:1 167:1 169:1 176:2 181:1 185:1 198:1 204:3 211:1 229:1 230:1 233:3 248:3 283:3 312:5 313:1 331:1 333:1 343:1 352:1 360:2 361:4 363:1 377:1 383:1 396:2 403:1 409:2 420:1 429:1 480:1 487:1 497:1 509:1 518:1 526:1 530:4 531:1 542:2 552:1 555:1 556:1 558:2 572:8 573:1 593:1 601:1 614:1 636:1 642:1 646:1 674:1 696:1 718:1 744:2 752:2 766:4 778:5 783:1 785:1 787:1 793:2 799:6 803:2 805:3 813:1 814:4 829:4 844:3 847:1 848:1 849:3 851:5 865:2 867:2 871:1 876:1 883:4 887:1 890:1 902:1 904:2 917:1 951:1 953:1 961:1 977:2 1018:1 1040:1 1045:1 1070:1 1074:1 1080:1 1097:1 1098:1 1103:1 1106:2 1108:1 1115:1 1116:1 1117:3 1124:1 1134:2 1135:1 1141:1 1143:1 1146:1 1147:1 1176:1 1198:1 1213:2 1230:1 1243:1 1244:1 1249:1 1259:1 1260:1 1261:4 1279:3 1281:1 1286:1 1288:3 1294:2 1296:1 1304:3 1307:1 1309:1 1310:1 1313:1 1318:1 1323:1 1348:1 1350:2 1353:1 1354:1 1357:1 1367:1 1371:3 1385:1 1390:2 1395:1 1403:10 1406:1 1413:10 1420:1 1422:3 1425:1 1447:1 1452:1 1454:1 1479:3 1502:1 1503:1 1517:1 1538:1 1541:1 1558:1 1565:1 1588:1 1589:2 1598:2 1608:1 1623:1 1627:1 1636:1 1638:1 1640:1 1657:1 1660:1 1663:1 1685:1 1694:2 1707:1 1712:1 1716:1 1733:1 1748:1 1752:1 1765:1 1768:1 1778:2 1786:1 1787:3 1801:2 1804:1 1808:1 1809:1 1813:2 1818:1 1821:2 1828:1 1846:1 1851:1 1861:3 1873:2 1880:1 1881:1 1888:1 1890:2 1900:2 1911:1 1916:1 1918:8 1940:2 1953:3 1975:1 1976:3 1977:1 1981:1 1985:1 1995:1 2016:1 2028:4 2029:1 2030:3 2032:7 2033:2 2034:3 2035:1 2039:3 2040:2 2045:1 2046:4 2048:1 2050:1 2052:2 2053:2 2058:1 2060:1 2061:1 2094:1 2098:1 2109:3 2117:1 2136:1 2143:1 2149:1 2157:1 2167:3 2173:1 2179:1 2180:1 2181:1 2182:1 2184:1 2188:1 2194:1 2200:1 2211:1 2221:1 2223:1 2226:1 2250:2 2252:1 2253:1 2262:1 2280:1 2313:2 2317:1 2333:1 2339:4 2343:6 2351:1 2355:1 2362:1 2365:1 2379:1 2384:1 2393:1 2394:1 2396:3 2397:3 2414:1 2434:1 2460:2 2461:2 2469:1 2473:2 2476:1 2484:1 2490:1 2494:1 2502:1 2503:1 2507:1 2519:1 2542:1 2550:1 2562:19 2569:1 2571:1 2573:7 2586:2 2589:1 2598:2 2608:1 2611:16 2627:1 2631:1 2634:1 2650:2 2656:1 2660:3 2661:1 2699:1 2719:1 2729:1 2741:1 2743:1 2744:2 2748:4 2757:2 2772:1 2791:1 2807:1 2809:1 2812:1 2841:4 2859:1 2883:1 2884:1 2888:1 2891:2 2907:6 2944:1 2971:1 2981:1 3007:1 3019:3 3023:1 3024:4 3025:4 3027:3 3028:2 3029:6 3030:4 3031:1 3032:1 3034:2 3035:1 3038:1 3042:1 3065:1 3073:1 3076:4 3080:2 3082:3 3085:4 3099:2 3105:1 3106:3 3120:1 3136:2 3140:1 3144:2 3145:7 3146:1 3147:19 3156:2 3162:1 3169:1 3171:1 3180:2 3189:1 3190:2 3206:1 3207:1 3212:1 3217:1 3221:1 3225:1 3237:7 3238:2 3239:1 3241:2 3249:2 3254:1 3273:1 3277:1 3283:5 3286:1 3290:1 3313:1 3327:1 3331:2 3353:1 3367:1 3369:1 3375:1 3377:1 3380:1 3395:2 3410:1 3420:1 3422:1 3437:2 3445:1 3448:1 3450:1 3456:2 3472:1 3475:1 3477:1 3482:1 3493:3 3496:1 3506:1 3512:1 3514:1 3524:2 3530:6 3531:1 3543:1 3545:1 3551:1 3577:2 3578:1 3584:1 3605:1 3610:1 3618:1 3623:2 3635:1 3638:1 3659:1 3665:1 3670:2 3688:1 3690:1 3700:1 3703:3 3708:1 3724:1 3739:1 3761:2 3773:1 3775:1 3800:1 3801:1 3803:3 3817:1 3820:1 3829:1 3831:1 3836:2 3846:5 3849:1 3854:1 3857:1 3858:1 3868:2 3905:1 3927:1 3939:1 3959:1 3966:3 3968:1 3971:1 3993:2 4004:1 4007:3 4008:1 4010:4 4025:1 4028:1 4032:1 4049:1 4054:4 4056:2 4062:1 4063:1 4064:1 4083:1 4084:2 4088:1 4093:1 4121:1 4126:1 4130:1 4131:5 4158:2 4167:1 4168:1 4169:1 4180:3 4185:2 4198:1 4218:1 4227:1 4272:1 4282:1 4307:1 4310:13 4311:1 4320:2 4338:1 4342:1 4343:1 4352:1 4363:1 4388:1 4399:2 4412:1 4413:3 4416:1 4418:5 4420:2 4421:1 4423:3 4425:2 4428:6 4430:1 4435:1 4436:1 4437:2 4438:2 4440:1 4455:4 4458:1 4470:1 4484:2 4505:2 4515:1 4522:1 4535:2 4553:1 4580:3 4593:1 4597:1 4599:3 4637:1 4640:2 4651:1 4653:1 4656:1 4666:4 4676:1 4686:1 4696:1 4699:1 4720:1 4731:1 4762:1 4769:1 4774:1 4776:1 4784:1 4785:1 4787:4 4794:1 4799:1 4806:1 4807:1 4813:1 4860:4 4895:1 4899:2 4903:1 4904:1 4908:2 4912:1 4916:1 4921:1 4924:1 4932:2 4950:2 4961:1 4971:1 4974:1 4995:1 4996:1 5001:2 5007:1 5028:1 5032:1 5043:1 5047:1 5053:1 5055:2 5071:4 5091:1 5150:1 5151:1 5162:1 5170:1 5173:1 5178:1 5184:1 5202:1 5221:1 5228:3 5230:1 5234:2 5246:1 5253:1 5255:2 5256:1 5258:1 5260:4 5269:1 5270:2 5272:2 5276:1 5284:1 5290:1 5296:3 5304:1 5308:1 5311:1 5319:2 5322:1 5331:1 5337:1 5352:1 5374:3 5376:5 5378:2 5411:6 5412:1 5414:2 5424:1 5425:2 5429:1 5460:1 5463:1 5467:1 5476:3 5478:2 5490:3 5493:1 5494:1 5508:1 5517:2 5537:1 5560:1 5568:3 5569:1 5576:1 5577:2 5581:1 5582:2 5585:2 5593:5 5594:1 5595:1 5597:1 5609:1 5614:1 5631:1 5645:1 5679:2 5684:1 5685:1 5694:1 5702:3 5725:1 5778:1 5790:1 5810:1 5811:1 5814:1 5819:1 5824:1 5825:1 5834:1 5842:3 5850:1 5854:2 5855:2 5877:2 5892:1 5914:1 5919:1 5923:2 5949:5 5952:1 5957:2 5960:1 5961:1 5963:1 5971:1 5973:1 5985:6 5999:1 6018:1 6023:1 6026:1 6049:1 6053:1 6056:1 6061:1 6062:1 6066:1 6075:1 6076:10 6091:1 6116:1 6119:1 6141:3 6151:1 6154:1 6160:1 6167:3 6173:1 6202:1 6215:1 6223:1 6229:2 6246:2 6257:1 6305:1 6309:1 6317:2 6330:1 6332:1 6336:1 6355:1 6361:1 6378:1 6386:2 6393:2 6395:1 6407:1 6414:2 6422:1 6426:2 6431:1 6445:1 6492:3 6502:1 6515:5 6517:1 6520:2 6536:1 6542:1 6566:2 6569:1 6579:1 6606:2 6613:2 6614:4 6617:1 6626:1 6632:1 6633:1 6645:1 6665:1 6680:3 6681:2 6689:2 6694:1 6696:4 6702:1 6720:3 6734:36 6738:1 6746:20 6748:10 6758:1 6763:1 6765:1 6769:1 6797:1 6805:1 6807:2 6813:1 6834:2 6860:3 6861:1 6868:1 6873:1 6908:1 6919:7 6923:1 6925:1 6952:1 6957:2 6960:1 6968:2 6973:1 6994:1 7000:1 7002:1 7013:2 7025:2 7043:1 7054:1 7069:1 7071:1 7074:1 7077:1 7088:1 7096:1 7100:1 7104:1 7123:1 7126:1 7145:1 7154:2 7160:44 7183:1 7195:1 7201:1 7204:1 7209:1 7225:2 7232:1 7233:13 7235:9 7237:1 7239:1 7263:1 7269:2 7270:2 7276:2 7277:1 7282:1 7290:1 7299:1 7302:1 7305:2 7308:1 7318:1 7321:1 7337:2 7351:3 7359:1 7366:3 7368:2 7370:1 7371:1 7374:1 7375:2 7376:2 7381:1 7382:1 7388:4 7390:1 7397:2 7416:1 7432:1 7446:1 7458:1 7464:1 7475:1 7477:1 7478:1 7480:1 7483:3 7485:2 7488:1 7491:1 7493:1 7497:3 7498:2 7500:1 7501:1 7511:2 7522:4 7529:1 7537:8 7538:1 7562:1 7566:1 7600:1 7606:1 7620:2 7625:1 7629:1 7631:1 7663:2 7666:1 7669:1 7675:2 7678:1 7701:1 7714:1 7719:1 7727:3 7751:1 7761:1 7775:1 7784:1 7790:1 7797:1 7850:1 7861:1 7866:1 7874:1 7878:1 7882:2 7886:2 7897:1 7898:1 7910:1 7912:2 7922:1 7925:1 7934:1 7938:1 7974:1 7982:1 8001:3 8003:1 8008:1 8027:1 8032:1 8035:1 8044:1 8045:1 8054:3 8055:1 8066:1 8087:2 8088:2 8089:2 8091:1 8095:3 8100:1 8103:1 8104:2 8108:2 8114:3 8126:1 8137:1 8162:1 8197:1 8199:1 8202:1 8205:3 8208:1 8209:1 8213:1 8218:1 8219:1 8231:1 8248:1 8259:1 8260:1 8272:4 8292:1 8298:1 8304:1 8308:1 8310:3 8332:1 8335:3 8341:1 8363:1 8365:5 8368:1 8371:1 8378:1 8380:1 8398:1 8403:1 8415:1 8417:1 8419:1 8422:1 8445:1 8459:1 8466:1 8482:2 8484:2 8485:1 8494:1 8503:1 8511:1 8528:1 8530:1 8540:2 8542:1 8544:6 8545:1 8546:1 8547:1 8550:1 8552:1 8556:1 8565:1 8573:1 8586:1 8593:2 8610:1 8614:2 8627:6 8671:2 8683:2 8687:1 8697:1 8703:3 8705:3 8710:3 8722:3 8725:1 8726:1 8727:3 8764:1 8769:1 8772:1 8773:2 8791:2 8806:2 8807:6 8809:1 8814:1 8816:1 8818:3 8825:2 8826:1 8829:2 8834:1 8837:1 8870:1 8890:1 8898:1 8911:1 8916:6 8942:1 8947:1 8953:1 8954:1 8959:1 8970:1 8972:1 8977:8 9001:1 9003:4 9004:2 9005:2 9006:1 9011:1 9012:3 9014:5 9016:1 9017:1 9023:1 9025:1 9026:2 9033:2 9036:2 9038:13 9041:2 9042:1 9043:8 9044:2 9047:1 9060:3 9072:1 9105:1 9106:2 9108:1 9110:1 9114:3 9117:1 9118:1 9130:1 9142:1 9144:2 9150:1 9154:2 9172:1 9174:1 9178:1 9181:1 9205:6 9216:1 9247:1 9255:1 9280:1 9281:1 9285:1 9296:1 9298:7 9306:1 9320:1 9342:1 9348:1 9349:1 9350:3 9354:2 9370:2 9382:1 9383:1 9402:1 9417:1 9422:1 9442:1 9466:1 9483:1 9492:2 9504:1 9507:4 9508:5 9525:1 9529:1 9552:1 9556:3 9562:2 9565:2 9568:1 9570:1 9598:1 9601:1 9609:1 9623:5 9628:1 9629:2 9630:1 9631:1 9637:1 9644:1 9650:1 9657:7 9658:1 9681:1 9684:1 9686:1 9696:1 9708:1 9711:1 9713:1 9734:1 9783:1 9823:2 9826:1 9828:1 9841:1 9842:1 9857:1 9858:1 9862:1 9868:1 9872:1 9878:1 9881:1 9886:1 9891:1 9895:2 9899:1 9905:1 9912:1 9913:1 9917:1 9918:1 9921:12 9939:1 9940:1 9965:1 9967:1 9970:1 9979:5 9997:1 10001:1 10018:1 10040:1 10042:2 10051:1 10065:1 10101:1 10102:7 10109:1 10133:3 10134:1 10136:1 10140:1 10157:1 10160:6 10163:1 10165:1 10170:7 10172:1 10193:2 10203:6 10207:2 10213:1 10215:13 10220:1 10225:3 10230:1 10233:1 10234:2 10235:1 10237:2 10247:2 10259:1 10272:1 10274:1 10278:1 10284:1 10285:1 10288:4 10296:3 10297:1 10300:1 10302:1 10327:1 10331:1 10332:1 10351:2 10357:1 10358:3 10382:2 10401:6 10404:4 10408:2 10411:1 10430:1 10440:1 10443:1 10447:1 10455:1 10459:1 10469:1 10477:1 10492:1 10493:1 10496:1 10506:1 10519:1 10522:1 10533:2 10534:3 10538:1 10546:1 10549:2 10550:1 10555:1 10578:1 10592:1 10637:1 10654:1 10656:2 10657:1 10668:1 10672:1 10676:3 10697:1 10712:1 10715:1 10717:1 10722:1 10778:1 10800:3 10801:1 10802:1 10839:3 10860:1 10865:1 10882:1 10927:1 10939:1 10951:1 10957:1 10958:1 10969:1 11000:1 11004:4 11008:1 11009:1 11013:2 11018:1 11021:3 11023:1 11033:1 11038:1 11041:4 11054:2 11056:1 11058:1 11063:1 11076:1 11077:1 11080:2 11085:2 11088:1 11093:1 11106:1 11111:2 11116:1 11120:3 11129:1 11134:1 11136:1 11137:2 11143:2 11144:3 11150:1 11160:2 11163:2 11178:1 11185:1 11195:1 11205:1 11208:1 11209:4 11210:2 11216:1 11221:1 11227:1 11237:1 11247:1 11260:1 11262:1 11274:1 11281:1 11312:1 11313:1 11316:1 11321:1 11327:1 11341:1 11355:1 11357:1 11378:1 11379:1 11387:1 11391:2 11398:2 11404:1 11408:1 11409:1 11411:1 11416:1 11429:1 11432:1 11433:3 11442:1 11443:1 11458:1 11460:3 11489:1 11521:1 11542:6 11543:2 11551:1 11573:1 11575:1 11598:1 11600:3 11601:1 11604:2 11652:2 11658:2 11674:1 11721:1 11725:1 11734:1 11735:4 11749:2 11756:2 11758:1 11771:1 11779:1 11797:1 11798:1 11813:1 11828:6 11831:3 11833:1 11834:2 11835:1 11837:1 11843:5 11849:1 11852:1 11853:1 11857:1 11862:1 11864:1 11865:1 11872:1 11874:1 11875:1 11907:1 11910:1 11925:1 11930:1 11938:4 11940:2 11945:1 11949:1 11954:1 11979:7 11981:1 11989:1 11991:1 12003:1 12005:1 12014:1 12015:1 12017:2 12023:1 12027:1 12047:1 12051:3 12057:1 12067:2 12073:5 12083:1 12101:1 12102:1 12103:1 12105:1 12113:1 12134:1 12135:12 12140:2 12166:1 12187:6 12189:2 12194:1 12224:2 12230:1 12247:1 12250:4 12251:1 12259:2 12269:1 12286:1 12288:1 12294:1 12309:1 12311:5 12345:1 12356:1 12386:1 12404:1 12410:1 12411:4 12412:2 12415:1 12417:1 12429:1 12434:1 12435:1 12439:3 12443:2 12446:1 12456:1 12457:3 12466:1 12467:1 12504:1 12522:1 12527:1 12540:2 12568:1 12577:1 12587:1 12599:2 12602:1 12606:1 12614:1 12624:1 12627:1 12633:1 12637:2 12638:1 12643:1 12645:1 12647:1 12670:1 12702:3 12715:2 12718:1 12726:1 12733:1 12737:1 12739:1 12741:1 12751:1 12754:1 12774:2 12797:1 12800:1 12801:1 12814:1 12821:1 12825:8 12828:1 12833:1 12870:1 12879:1 12889:3 12891:1 12892:1 12893:1 12899:1 12914:1 12915:1 12917:3 12932:1 12946:1 12953:1 12975:1 12977:3 12995:1 13006:1 13008:1 13024:1 13029:1 13036:1 13041:1 13047:1 13055:1 13061:1 13062:1 13091:2 13094:1 13097:1 13098:1 13106:1 13118:1 13139:2 13142:1 13143:1 13149:1 13152:1 13154:1 13168:2 13173:2 13176:1 13187:3 13194:1 13199:1 13201:1 13208:1 13223:1 13225:1 13238:1 13240:1 13242:1 13244:1 13251:2 13257:1 13265:1 13272:1 13280:1 13288:1 13302:1 13304:1 13307:1 13319:1 13320:1 13334:3 13340:1 13364:2 13367:2 13372:1 13379:1 13387:1 13391:6 13393:1 13427:1 13448:2 13477:1 13505:1 13513:1 13515:1 13516:1 13521:2 13530:1 13532:1 13538:2 13545:1 13548:1 13557:2 13558:1 13563:4 13583:2 13594:1 13597:1 13608:1 13616:1 13622:1 13645:2 13657:2 13660:2 13666:1 13667:1 13675:3 13690:1 13698:1 13714:3 13731:1 13770:1 13787:2 13793:1 13795:1 13796:3 13802:2 13824:2 13840:1 13842:1 13850:3 13856:3 13866:1 13880:1 13886:6 13908:1 13909:1 13917:1 13918:4 13922:1 13950:1 13960:2 13963:2 13986:1 13992:2 14001:1 14002:1 14005:1 14008:3 14010:1 14011:2 14013:5 14014:5 14015:2 14016:3 14018:3 14019:1 14020:2 14021:4 14024:2 14025:1 14027:2 14028:1 14029:1 14030:1 14031:5 14034:1 14037:1 14043:1 14067:1 14070:2 14109:1 14110:1 14124:1 14129:1 14131:1 14135:3 14141:1 14162:1 14164:1 14182:1 14192:1 14206:1 14212:1 14213:1 14217:1 14226:1 14231:1 14243:1 14248:1 14249:3 14266:1 14285:1 14291:1 14295:1 14301:1 14305:1 14318:5 14321:3 14333:1 14349:1 14357:1 14369:1 14373:1 14378:1 14389:1 14402:2 14414:1 14415:1 14439:1 14457:13 14482:2 14497:1 14501:1 14504:1 14521:1 14539:1 14542:1 14565:1 14568:3 14578:2 14581:1 14590:1 14600:1 14606:1 14608:1 14618:1 14625:1 14629:2 14656:1 14660:1 14669:1 14671:3 14680:1 14689:1 14695:1 14702:1 14706:1 14712:1 14713:1 14714:2 14716:11 14727:1 14750:1 14756:1 14761:1 14768:1 14782:1 14785:1 14794:3 14819:1 14823:1 14829:1 14839:1 14849:1 14852:1 14853:1 14858:2 14901:1 14915:1 14919:2 14941:1 14942:1 14986:3 14990:1 14992:1 15008:2 15016:1 15024:1 15039:3 15040:1 15072:1 15074:1 15079:1 15086:1 15101:4 15115:2 15146:1 15155:1 15160:1 15162:1 15163:1 15170:1 15177:1 15190:2 15204:3 15208:1 15211:2 15212:1 15216:1 15220:1 15233:1 15235:1 15244:1 15268:2 15287:1 15311:1 15323:3 15325:1 15335:1 15363:1 15370:1 15381:1 15382:2 15387:1 15405:1 15454:1 15456:1 15457:2 15470:1 15482:1 15500:1 15506:1 15531:1 15535:1 15546:1 15554:1 15565:3 15569:2 15578:1 15594:3 15597:1 15600:2 15601:1 15615:4 15617:2 15629:1 15630:2 15638:1 15666:1 15678:1 15679:1 15694:1 15704:1 15713:1 15714:1 15725:1 15730:1 15738:3 15744:2 15745:1 15750:2 15785:1 15798:2 15809:3 15826:2 15865:2 15874:6 15884:3 15890:1 15893:1 15902:2 15917:1 15934:1 15941:2 15942:1 15948:1 15962:1 15969:1 15996:1 16013:1 16049:1 16050:1 16054:1 16068:1975 16071:2 16092:1 16093:1 16095:1 16103:1 16122:1 16137:2 16141:1 16159:1 16161:1 16169:1 16173:2 16178:2 16191:1 16202:2 16225:1 16238:1 16244:1 16261:1 16264:1 16267:1 16273:2 16275:1 16289:1 16312:1 16315:1 16336:1 16339:1 16341:1 16343:1 16344:1 16378:1 16385:1 16406:1 16407:1 16442:3 16446:2 16459:1 16472:1 16488:4 16505:1 16520:1 16529:1 16542:1 16544:8 16555:3 16557:1 16576:1 16583:1 16599:1 16603:1 16615:1 16617:3 16651:2 16666:1 16682:3 16700:2 16702:1 16709:1 16729:4 16732:1 16735:1 16747:1 16771:2 16779:2 16787:1 16799:3 16801:1 16823:1 16825:6 16830:1 16838:1 16839:1 16856:1 16865:1 16873:1 16886:1 16887:8 16894:1 16903:1 16904:1 16924:1 16925:1 16927:1 16934:1 16942:1 16963:1 16967:1 16974:2 16993:1 17008:6 17009:1 17010:1 17014:1 17027:13 17031:1 17041:20 17043:4 17047:1 17064:1 17080:1 17089:4 17116:2 17128:1 17132:2 17139:1 17142:1 17143:1 17165:1 17169:1 17186:1 17207:1 17212:1 17218:1 17242:4 17244:1 17255:1 17261:1 17263:1 17272:1 17273:1 17280:1 17293:1 17301:1 17315:1 17316:1 17332:72 17346:1 17352:2 17358:1 17363:1 17367:1 17376:4 17396:1 17402:1 17418:1 17419:1 17422:1 17425:1 17437:1 17440:3 17446:1 17450:1 17462:2 17472:1 17475:9 17485:1 17491:13 17492:1 17497:2 17500:1 17547:3 17561:1 17567:5 17570:2 17571:1 17573:1 17576:1 17577:2 17578:1 17583:2 17584:1 17585:1 17587:1 17588:2 17590:5 17591:4 17592:1 17636:1 17638:1 17641:1 17646:1 17648:1 17654:1 17656:1 17667:1 17670:1 17671:1 17688:2 17689:1 17690:1 17695:1 17705:1 17711:1 17727:2 17729:1 17731:1 17732:1 17737:1 17755:1 17759:1 17760:1 17776:1 17781:1 17788:3 17810:2 17814:1 17816:1 17817:3 17843:2 17856:1 17862:3 17878:4 17880:1 17881:4 17897:1 17909:1 17912:1 17923:1 17930:1 17946:1 17957:1 17964:1 17972:2 17976:1 17990:1 18010:1 18022:1 18027:1 18038:1 18041:1 18055:1 18056:1 18064:1 18069:5 18073:1 18079:1 18086:1 18092:1 18101:1 18104:1 18108:5 18110:1 18113:1 18138:1 18140:1 18151:1 18185:1 18212:1 18224:4 18232:2 18248:2 18252:2 18253:1 18272:1 18278:1 18332:1 18353:1 18355:1 18359:1 18363:1 18364:2 18368:2 18376:1 18381:2 18389:4 18412:1 18418:1 18423:1 18427:1 18429:1 18433:1 18444:1 18460:2 18471:1 18482:1 18485:1 18490:1 18506:1 18509:2 18513:1 18515:2 18527:1 18568:1 18588:1 18598:1 18602:1 18611:2 18612:2 18615:1 18628:1 18631:3 18632:1 18633:1 18634:1 18636:2 18650:1 18659:1 18664:1 18673:1 18677:2 18685:1 18687:1 18691:1 18700:1 18709:1 18720:1 18724:1 18729:1 18730:1 18742:4 18746:23 18750:1 18771:1 18775:1 18794:1 18803:1 18806:2 18820:3 18835:1 18843:1 18851:2 18853:5 18855:1 18858:2 18861:1 18889:1 18896:3 18901:2 18911:2 18937:1 18964:6 18965:1 18976:2 18977:1 18978:1 18983:1 18984:1 18995:11 18996:2 18997:1 19002:2 19010:2 19025:1 19034:9 19045:1 19046:1 19059:6 19077:1 19087:1 19114:2 19122:2 19125:1 19140:3 19147:1 19149:1 19152:1 19153:1 19164:1 19170:2 19173:1 19174:1 19175:1 19176:1 19180:3 19184:1 19195:1 19199:1 19205:1 19214:2 19218:1 19222:1 19227:1 19228:1 19241:1 19242:1 19243:1 19247:2 19248:1 19262:1 19264:2 19266:1 19269:1 19274:1 19275:1 19286:2 19289:1 19304:1 19305:1 19309:1 19313:3 19332:2 19334:7 19335:1 19353:1 19367:1 19374:1 19388:4 19391:2 19393:3 19398:1 19410:1 19417:1 19424:1 19438:1 19440:1 19446:1 19448:1 19454:1 19469:1 19478:4 19488:1 19490:1 19502:1 19503:2 19540:3 19546:1 19554:1 19566:1 19593:4 19605:6 19638:2 19673:2 19685:1 19687:2 19700:1 19705:2 19714:1 19720:13 19721:1 19722:1 19735:1 19740:1 19747:1 19761:3 19762:1 19764:1 19779:1 19793:1 19797:1 19801:1 19811:1 19813:1 19837:1 19843:1 19850:1 19860:1 19864:1 19872:1 19874:1 19876:1 19890:3 19897:2 19912:1 19915:2 19916:1 19918:1 19921:1 19965:1 19971:1 19978:1 20034:1 20042:1 20049:1 20057:1 20072:2 20073:1 20078:7 20083:1 20084:2 20096:1 20103:1 20109:1 20132:3 20134:1 20155:1 20158:1 20159:1 20162:2 20178:1 20198:1 20202:1 20203:2 20219:1 20236:1 20239:2 20241:1 20244:4 20245:4 20259:1 20268:1 20269:1 20271:1 20279:1 20299:1 20310:1 20311:1 20318:1 20319:1 20323:1 20326:3 20328:2 20330:1 20333:2 20345:1 20348:1 20357:3 20358:2 20360:1 20374:1 20375:1 20378:1 20382:1 20395:2 20398:1 20405:1 20429:2 20430:3 20433:1 20439:1 20456:1 20458:1 20465:2 20468:1 20473:1 20483:1 20485:1 20497:1 20536:1 20541:1 20553:1 20563:1 20567:1 20577:2 20579:7 20585:1 20593:1 20629:1 20634:1 20641:1 20678:1 20686:4 20702:1 20705:1 20709:1 20728:3 20733:2 20749:1 20753:1 20758:2 20767:1 20789:1 20792:1 20799:1 20804:3 20830:1 20836:1 20843:1 20845:1 20847:1 20850:2 20853:1 20878:1 20879:1 20886:2 20889:1 20893:1 20906:1 20908:3 20910:1 20914:1 20925:1 20931:1 20932:3 20934:2 20941:1 20942:3 20961:1 20963:1 20964:1 20968:1 20973:1 20989:1 20996:1 21004:1 21044:1 21045:1 21054:1 21060:1 21063:1 21077:1 21096:1 21104:1 21109:1 21134:2 21135:3 21140:1 21152:2 21158:1 21162:1 21168:1 21169:4 21190:2 21201:1 21207:1 21212:1 21215:2 21217:1 21236:2 21244:1 21250:1 21264:1 21269:1 21273:1 21274:3 21277:3 21279:6 21280:1 21283:1 21284:1 21290:1 21295:1 21302:3 21307:1 21309:1 21361:1 21362:1 21390:1 21391:1 21397:2 21404:1 21422:1 21429:1 21443:1 21449:1 21469:1 21473:1 21490:1 21494:1 21498:1 21505:1 21514:1 21531:1 21537:1 21540:1 21541:2 21542:3 21550:1 21551:1 21552:1 21559:1 21567:1 21570:2 21575:1 21588:2 21602:1 21622:1 21627:2 21632:1 21644:1 21663:1 21676:1 21684:2 21695:1 21696:1 21697:1 21710:1 21755:6 21764:1 21781:6 21784:1 21786:2 21826:1 21830:2 21834:1 21843:3 21871:1 21872:1 21882:2 21887:1 21891:1 21921:1 21925:1 21926:2 21927:1 21938:1 21941:1 21942:2 21945:1 21949:1 21952:1 21974:1 21992:2 22014:2 22015:1 22020:1 22047:3 22052:1 22070:1 22078:3 22094:1 22106:2 22109:3 22116:6 22117:1 22123:1 22129:1 22140:2 22162:2 22176:1 22182:1 22186:1 22188:1 22201:1 22209:5 22212:1 22220:1 22223:1 22226:1 22257:3 22259:1 22282:2 22287:1 22291:1 22309:1 22314:1 22325:4 22342:1 22344:1 22345:1 22355:2 22360:4 22362:1 22369:1 22380:1 22391:3 22396:2 22402:4 22409:1 22421:1 22444:1 22445:1 22448:1 22453:2 22456:1 22466:2 22469:2 22470:1 22482:1 22488:1 22493:2 22494:1 22495:1 22502:1 22517:1 22523:1 22532:1 22545:1 22566:3 22574:1 22578:1 22597:2 22601:6 22602:1 22611:1 22625:7 22627:1 22628:1 22640:2 22645:1 22653:1 22664:2 22666:1 22671:1 22675:1 22696:4 22709:1 22711:1 22723:3 22726:1 22748:1 22754:1 22760:1 22768:1 22777:1 22801:1 22807:1 22841:2 22847:1 22851:1 22852:1 22854:1 22884:1 22891:1 22895:1 22900:3 22901:3 22904:1 22914:2 22932:1 22946:2 22947:2 22948:1 22971:1 22972:1 22976:2 22988:1 22992:1 22994:1 23015:1 23029:1 23037:1 23049:2 23065:4 23093:1 23100:1 23106:1 23125:1 23128:1 23145:3 23149:1 23150:1 23162:1 23167:2 23170:1 23178:2 23184:1 23196:2 23199:1 23200:1 23208:1 23213:1 23230:1 23236:2 23246:1 23273:3 23279:1 23283:1 23297:1 23356:3 23359:1 23378:1 23380:2 23382:1 23385:1 23392:1 23393:2 23394:1 23413:1 23422:1 23436:1 23444:1 23448:1 23453:1 23458:1 23461:1 23465:1 23470:1 23471:1 23492:2 23498:1 23510:3 23515:3 23524:1 23531:1 23533:1 23541:1 23547:1 23548:1 23550:2 23551:1 23568:1 23597:1 23598:2 23606:2 23621:1 23631:1 23632:1 23642:1 23656:1 23658:3 23659:3 23660:1 23661:1 23663:1 23664:2 23667:1 23673:2 23676:2 23680:1 23682:3 23699:2 23702:1 23709:2 23720:1 23744:2 23754:1 23759:1 23764:2 23765:1 23778:1 23783:1 23785:1 23787:4 23828:1 23833:1 23836:1 23853:1 23859:3 23871:1 23874:1 23876:1 23880:1 23905:1 23908:1 23909:1 23910:1 23923:4 23937:1 23941:1 23948:2 23953:11 23969:1 23982:2 23983:1 24066:2 24091:2 24110:1 24114:1 24125:1 24133:1 24143:2 24146:1 24154:1 24171:1 24175:1 24197:1 24200:2 24202:1 24203:1 24208:1 24211:1 24222:1 24227:1 24228:1 24229:1 24237:7 24253:2 24264:1 24269:2 24282:30 24306:1 24308:1 24309:1 24319:3 24326:1 24328:1 24337:1 24371:2 24395:3 24400:1 24410:1 24419:1 24423:2 24431:1 24437:1 24439:1 24459:1 24475:3 24492:1 24503:2 24522:1 24530:1 24535:1 24538:1 24541:2 24549:1 24554:1 24571:1 24578:2 24591:1 24594:1 24596:1 24601:2 24602:1 24609:1 24621:1 24627:1 24629:1 24631:1 24633:1 24639:1 24641:1 24646:1 24651:1 24656:3 24667:1 24683:1 24685:2 24717:1 24718:1 24720:4 24721:1 24723:1 24763:1 24770:2 24772:5 24783:1 24810:1 24829:1 24832:3 24838:1 24878:1 24889:1 24892:1 24901:1 24920:1 24922:1 24929:1 24936:4 24950:1 24960:2 24970:1 24985:1 24992:1 25015:1 25037:1 25052:1 25054:2 25082:1 25091:1 25099:1 25106:2 25108:1 25109:1 25120:1 25133:1 25138:1 25152:1 25164:1 25169:2 25174:1 25183:1 25191:1 25192:1 25209:1 25217:2 25219:1 25258:2 25259:1 25260:1 25264:2 25284:1 25296:3 25305:1 25314:2 25317:1 25321:3 25327:1 25331:1 25345:1 25353:1 25355:2 25358:1 25359:1 25363:1 25365:6 25366:1 25368:2 25369:1 25370:1 25372:1 25375:1 25381:1 25382:1 25388:1 25390:1 25409:1 25418:1 25430:1 25440:1 25448:1 5 2:1 11:1 36:1 38:3 39:1 41:1 89:3 91:1 104:3 120:1 122:1 130:2 138:5 154:1 158:2 161:1 165:1 167:1 169:1 176:2 181:1 185:1 198:1 204:4 211:1 229:1 230:1 233:3 248:3 283:3 312:5 313:1 331:1 333:1 343:1 352:1 360:2 361:4 363:1 377:1 383:1 396:2 403:1 409:2 420:1 429:1 480:1 487:1 497:1 509:1 518:1 526:1 530:4 531:1 542:2 552:1 555:1 556:1 558:2 572:8 573:1 593:1 601:1 614:1 636:1 642:1 646:1 674:1 696:1 718:1 744:2 752:2 766:4 778:5 783:1 785:1 787:1 793:2 799:6 803:3 805:3 813:1 814:4 829:4 844:3 847:1 848:1 849:3 851:5 865:2 867:2 871:1 876:1 883:4 887:1 890:1 902:1 904:2 917:1 951:1 953:1 961:1 967:1 977:2 1018:1 1040:1 1045:1 1070:2 1074:1 1080:1 1097:1 1098:1 1103:1 1106:2 1108:1 1115:1 1116:1 1117:3 1124:1 1134:2 1135:1 1141:1 1143:1 1146:1 1147:1 1176:1 1198:1 1213:2 1230:1 1243:1 1244:1 1249:1 1259:1 1260:1 1261:4 1279:3 1281:1 1286:1 1288:3 1294:2 1296:1 1304:3 1307:1 1309:1 1310:1 1313:1 1318:1 1323:1 1348:1 1350:2 1353:1 1354:1 1357:1 1367:1 1371:3 1385:1 1390:2 1395:1 1403:10 1406:1 1413:11 1420:1 1422:3 1425:1 1447:1 1452:1 1454:1 1479:3 1488:1 1502:1 1503:1 1517:1 1538:1 1541:1 1558:1 1565:1 1588:1 1589:2 1598:2 1608:1 1623:1 1627:1 1636:1 1638:1 1640:2 1657:1 1660:1 1663:1 1685:1 1694:2 1707:1 1712:1 1716:1 1733:1 1748:1 1752:1 1765:1 1768:1 1778:2 1786:1 1787:3 1801:2 1804:2 1808:1 1809:1 1813:2 1818:1 1821:2 1828:1 1846:1 1851:1 1861:3 1873:2 1880:1 1881:1 1888:1 1890:2 1900:2 1911:1 1916:1 1918:8 1940:2 1953:4 1975:1 1976:3 1977:1 1981:1 1985:1 1995:1 2016:1 2028:4 2029:1 2030:3 2032:7 2033:2 2034:3 2035:1 2039:3 2040:3 2045:1 2046:4 2048:1 2049:1 2050:1 2052:2 2053:2 2058:1 2060:1 2061:1 2094:1 2098:1 2109:3 2117:1 2136:1 2143:1 2149:1 2157:1 2167:3 2173:1 2179:1 2180:1 2181:1 2182:1 2184:2 2188:1 2194:1 2200:1 2211:1 2221:1 2223:1 2226:1 2250:2 2252:1 2253:1 2262:1 2280:1 2313:2 2317:1 2333:1 2339:4 2343:6 2351:1 2355:1 2362:1 2365:1 2379:1 2384:1 2393:1 2394:1 2396:3 2397:3 2414:1 2434:1 2436:1 2460:2 2461:2 2469:1 2473:2 2476:1 2484:1 2490:1 2494:1 2502:1 2503:1 2507:1 2519:1 2542:1 2550:1 2562:19 2569:1 2571:1 2573:9 2586:2 2589:1 2598:2 2608:1 2611:16 2627:1 2631:1 2634:1 2642:1 2650:2 2656:1 2660:3 2661:1 2699:1 2719:1 2729:1 2741:1 2743:1 2744:2 2748:4 2757:2 2772:1 2791:1 2807:1 2809:1 2812:1 2841:4 2859:1 2883:1 2884:1 2888:1 2891:3 2907:6 2944:1 2971:1 2981:1 3007:2 3019:3 3023:1 3024:4 3025:4 3027:3 3028:3 3029:6 3030:4 3031:1 3032:1 3034:2 3035:1 3038:1 3042:1 3065:1 3073:1 3076:4 3080:2 3082:3 3085:4 3099:2 3105:1 3106:3 3120:1 3136:2 3140:1 3144:2 3145:7 3146:1 3147:19 3156:2 3162:1 3169:1 3171:1 3180:2 3189:1 3190:2 3206:1 3207:1 3212:1 3217:1 3221:1 3225:1 3237:7 3238:2 3239:1 3241:2 3249:2 3254:1 3273:1 3277:1 3283:5 3286:1 3290:1 3313:1 3327:1 3331:2 3353:1 3367:1 3369:1 3375:1 3377:1 3380:1 3395:2 3410:1 3420:1 3422:1 3437:2 3445:1 3448:1 3450:1 3456:2 3472:1 3475:2 3477:1 3482:1 3493:3 3496:1 3506:1 3512:1 3514:1 3524:2 3530:6 3531:2 3543:1 3545:1 3546:1 3551:1 3577:2 3578:1 3584:1 3605:1 3610:1 3618:2 3623:2 3635:1 3638:1 3659:1 3665:1 3670:2 3688:1 3690:1 3700:1 3703:3 3708:1 3724:1 3739:1 3761:2 3773:2 3775:1 3800:1 3801:1 3803:3 3817:1 3820:1 3829:1 3831:1 3836:2 3846:5 3849:1 3854:1 3857:1 3858:1 3868:2 3905:1 3927:1 3939:1 3959:1 3966:3 3968:1 3971:1 3993:2 4004:1 4007:3 4008:1 4010:4 4025:1 4028:1 4032:1 4049:1 4054:4 4056:2 4062:1 4063:1 4064:1 4083:1 4084:2 4088:1 4093:1 4121:1 4126:1 4130:1 4131:5 4158:2 4167:1 4168:1 4169:1 4180:3 4185:2 4198:1 4218:1 4227:1 4272:1 4282:1 4307:1 4310:13 4311:1 4320:2 4338:1 4342:1 4343:1 4352:1 4363:1 4388:1 4399:2 4412:2 4413:4 4414:1 4416:1 4418:5 4420:2 4421:1 4423:3 4425:2 4428:6 4430:1 4435:1 4436:1 4437:2 4438:2 4440:1 4455:4 4458:1 4470:1 4484:2 4505:3 4515:1 4522:1 4535:2 4553:1 4580:3 4593:1 4597:1 4599:3 4637:1 4640:2 4651:1 4653:1 4656:1 4666:5 4676:1 4686:1 4696:1 4699:1 4720:1 4731:1 4762:1 4769:1 4774:1 4776:1 4784:1 4785:1 4787:4 4794:1 4799:1 4806:1 4807:1 4813:1 4860:4 4895:1 4899:2 4903:1 4904:1 4908:2 4912:1 4916:1 4921:1 4924:1 4932:2 4950:2 4961:1 4971:1 4974:1 4995:1 4996:1 5001:2 5007:1 5028:1 5032:1 5043:1 5047:1 5053:1 5055:2 5071:4 5091:1 5150:1 5151:1 5162:1 5170:1 5173:1 5178:1 5184:1 5202:1 5221:1 5228:3 5230:1 5234:2 5246:1 5253:1 5255:2 5256:1 5258:1 5260:4 5269:1 5270:2 5272:2 5276:1 5284:1 5290:1 5296:3 5304:1 5308:1 5311:2 5319:2 5322:1 5331:1 5337:1 5352:1 5373:1 5374:3 5376:5 5378:2 5411:6 5412:1 5414:2 5424:1 5425:2 5429:1 5460:1 5463:1 5467:1 5476:3 5478:2 5490:4 5493:1 5494:1 5508:1 5517:3 5537:1 5560:1 5568:3 5569:2 5571:1 5576:1 5577:2 5581:1 5582:2 5585:2 5593:7 5594:1 5595:1 5597:1 5609:1 5614:1 5631:1 5645:1 5679:2 5684:1 5685:1 5694:1 5702:3 5725:1 5778:1 5790:1 5810:1 5811:1 5814:1 5819:1 5824:1 5825:1 5834:1 5842:3 5850:1 5854:2 5855:2 5877:2 5892:1 5908:1 5914:1 5919:1 5923:2 5949:6 5952:1 5957:2 5960:1 5961:1 5963:1 5971:1 5973:1 5985:6 5999:1 6018:1 6023:1 6026:1 6038:1 6049:1 6053:1 6056:1 6061:1 6062:1 6066:1 6075:1 6076:10 6091:1 6116:1 6119:1 6141:3 6151:1 6154:1 6160:1 6167:3 6173:1 6202:1 6215:1 6223:1 6229:2 6246:2 6257:1 6263:1 6305:1 6309:1 6317:2 6330:1 6332:1 6336:1 6355:1 6361:1 6378:1 6386:2 6393:2 6395:1 6407:1 6414:2 6422:1 6426:2 6431:1 6445:1 6492:4 6502:1 6515:5 6517:1 6520:2 6536:1 6542:1 6566:2 6569:1 6579:1 6606:2 6613:2 6614:4 6617:1 6626:1 6632:1 6633:1 6645:1 6665:1 6680:3 6681:2 6689:2 6694:1 6696:4 6702:1 6720:4 6734:37 6738:1 6746:20 6748:10 6758:1 6763:1 6765:1 6769:1 6797:1 6805:1 6807:2 6813:1 6834:2 6860:3 6861:1 6868:1 6873:1 6908:1 6919:7 6923:1 6925:1 6952:1 6957:2 6960:1 6968:2 6973:1 6994:1 7000:1 7002:1 7013:2 7025:2 7043:1 7054:1 7069:1 7071:1 7074:1 7077:1 7088:1 7096:1 7100:1 7104:1 7123:1 7126:1 7145:1 7154:2 7160:46 7183:1 7195:1 7201:1 7204:1 7209:1 7225:2 7232:1 7233:14 7235:9 7237:1 7239:1 7263:1 7269:2 7270:2 7276:2 7277:1 7282:1 7290:1 7299:1 7302:1 7305:2 7308:1 7318:1 7321:1 7337:2 7351:3 7359:1 7366:3 7368:2 7370:1 7371:1 7374:1 7375:2 7376:2 7381:1 7382:1 7388:4 7390:1 7397:2 7416:1 7432:1 7446:1 7458:1 7464:1 7475:1 7477:1 7478:1 7480:1 7483:3 7485:2 7488:1 7491:1 7493:1 7497:3 7498:2 7500:1 7501:1 7511:2 7522:4 7529:1 7537:8 7538:1 7562:1 7566:1 7600:1 7606:1 7620:2 7625:1 7629:1 7631:1 7663:2 7666:1 7669:1 7675:2 7678:1 7701:1 7714:1 7719:1 7727:3 7751:1 7761:1 7775:1 7784:1 7790:1 7797:1 7850:1 7861:1 7866:1 7874:1 7878:1 7882:2 7886:2 7897:1 7898:1 7910:1 7912:2 7922:1 7925:1 7934:1 7938:1 7974:1 7982:1 8001:3 8003:1 8008:1 8027:1 8032:1 8035:1 8044:1 8045:1 8054:3 8055:1 8066:1 8087:2 8088:2 8089:2 8091:1 8095:3 8100:1 8103:1 8104:2 8108:2 8114:3 8124:1 8126:1 8137:1 8162:1 8197:1 8199:1 8202:1 8205:3 8208:1 8209:1 8213:1 8218:1 8219:1 8231:1 8248:1 8259:1 8260:1 8272:4 8292:1 8298:1 8304:1 8308:1 8310:3 8332:1 8335:3 8341:1 8363:1 8365:5 8368:1 8371:1 8378:1 8380:1 8398:1 8403:1 8415:1 8417:1 8419:1 8422:1 8430:1 8445:1 8459:1 8466:1 8482:2 8484:2 8485:1 8494:1 8503:1 8511:1 8528:1 8530:1 8540:2 8542:1 8544:6 8545:1 8546:1 8547:1 8550:1 8552:1 8556:1 8565:1 8573:1 8586:1 8593:2 8610:1 8614:2 8627:6 8671:2 8683:2 8687:1 8697:1 8703:3 8705:3 8710:3 8722:3 8725:1 8726:1 8727:5 8760:1 8764:1 8769:1 8772:1 8773:2 8791:2 8806:2 8807:6 8809:1 8814:1 8816:1 8818:3 8825:2 8826:1 8829:2 8834:1 8837:1 8870:1 8890:1 8898:1 8911:1 8916:6 8942:1 8947:1 8953:1 8954:1 8959:1 8970:1 8972:1 8977:8 9001:1 9002:1 9003:4 9004:2 9005:3 9006:1 9011:1 9012:3 9014:5 9016:1 9017:1 9023:1 9025:1 9026:2 9033:2 9036:2 9038:13 9041:2 9042:1 9043:8 9044:2 9047:1 9060:3 9072:1 9091:1 9105:1 9106:2 9108:1 9110:1 9114:3 9117:1 9118:1 9130:1 9142:1 9144:2 9150:1 9154:2 9172:1 9174:1 9178:1 9181:1 9205:6 9216:1 9247:1 9255:1 9276:1 9280:1 9281:1 9285:1 9296:1 9298:7 9306:1 9320:1 9342:1 9348:1 9349:1 9350:3 9354:2 9370:2 9380:1 9382:1 9383:1 9402:1 9417:1 9422:1 9442:1 9466:1 9483:1 9492:2 9504:1 9507:4 9508:5 9525:1 9529:1 9552:1 9556:3 9562:2 9565:2 9568:1 9570:1 9598:1 9601:1 9609:1 9623:5 9628:1 9629:2 9630:1 9631:1 9637:1 9644:1 9650:1 9657:7 9658:1 9681:1 9684:1 9686:1 9696:1 9708:1 9711:1 9713:1 9734:1 9783:1 9823:2 9826:1 9828:1 9837:1 9841:1 9842:1 9857:1 9858:1 9862:1 9868:1 9872:1 9878:1 9880:1 9881:1 9886:1 9891:1 9895:2 9899:1 9905:1 9912:1 9913:1 9917:1 9918:1 9921:12 9939:1 9940:1 9965:1 9967:1 9970:1 9979:5 9997:1 10001:1 10018:1 10040:1 10042:2 10051:1 10065:1 10101:1 10102:8 10109:1 10133:3 10134:1 10136:1 10140:1 10157:1 10160:6 10163:1 10165:1 10170:7 10172:1 10193:2 10202:1 10203:6 10207:2 10213:1 10215:15 10220:1 10225:3 10230:1 10233:1 10234:2 10235:1 10237:2 10247:2 10259:1 10272:1 10274:1 10278:1 10284:1 10285:1 10288:4 10296:3 10297:1 10300:1 10302:1 10327:1 10331:1 10332:1 10351:2 10357:1 10358:3 10382:2 10401:6 10404:4 10408:2 10411:1 10430:1 10440:1 10443:1 10447:1 10455:1 10459:1 10469:1 10477:1 10492:1 10493:1 10496:1 10506:1 10519:1 10522:1 10533:2 10534:3 10538:1 10546:1 10549:2 10550:1 10555:1 10578:1 10592:1 10637:1 10654:1 10656:3 10657:1 10668:1 10672:1 10676:3 10697:1 10712:1 10715:1 10717:1 10722:1 10778:1 10800:3 10801:1 10802:1 10839:3 10860:1 10865:1 10882:1 10927:1 10939:1 10951:1 10957:1 10958:1 10969:1 11000:1 11004:5 11005:1 11008:1 11009:1 11013:2 11018:1 11021:3 11023:1 11033:1 11038:1 11041:4 11054:2 11056:1 11058:1 11063:1 11076:2 11077:1 11080:2 11085:2 11088:1 11093:1 11106:1 11111:2 11116:1 11120:3 11129:1 11134:1 11136:1 11137:2 11143:2 11144:3 11150:1 11160:2 11163:2 11178:1 11185:1 11195:1 11205:2 11208:1 11209:4 11210:2 11216:1 11221:1 11227:1 11237:1 11247:1 11260:1 11262:1 11274:1 11281:1 11312:1 11313:1 11316:1 11321:1 11327:1 11341:1 11355:1 11357:1 11378:1 11379:1 11387:1 11391:2 11398:2 11404:1 11408:1 11409:1 11411:1 11416:1 11429:1 11432:1 11433:3 11442:1 11443:1 11458:1 11460:3 11480:1 11489:1 11521:1 11542:6 11543:2 11551:1 11573:1 11575:1 11598:1 11600:3 11601:1 11604:2 11652:2 11658:2 11674:1 11721:1 11725:1 11734:1 11735:4 11749:2 11756:2 11758:1 11771:1 11779:1 11797:1 11798:1 11813:1 11828:6 11831:3 11833:1 11834:2 11835:1 11837:1 11843:5 11849:1 11852:1 11853:1 11857:2 11862:1 11864:1 11865:1 11872:1 11874:1 11875:1 11907:1 11910:1 11913:1 11925:1 11930:1 11938:4 11940:2 11945:1 11949:1 11954:1 11979:8 11981:1 11989:1 11991:1 12003:1 12005:1 12014:1 12015:1 12017:3 12023:1 12027:1 12047:1 12051:3 12057:1 12067:2 12073:5 12083:1 12101:1 12102:1 12103:1 12105:1 12113:1 12134:1 12135:12 12140:2 12166:1 12187:6 12189:2 12194:1 12198:1 12224:2 12230:1 12247:1 12250:4 12251:1 12259:2 12269:1 12286:1 12288:1 12294:1 12309:1 12311:5 12345:1 12356:1 12386:1 12404:1 12410:1 12411:4 12412:2 12415:1 12417:1 12429:1 12432:1 12434:1 12435:1 12439:3 12443:3 12446:1 12456:1 12457:3 12466:1 12467:1 12504:1 12522:1 12527:2 12540:2 12568:1 12577:1 12587:1 12599:2 12602:1 12606:1 12614:1 12624:1 12627:1 12633:1 12637:2 12638:1 12643:1 12645:1 12647:1 12670:1 12702:3 12715:3 12718:1 12726:1 12733:1 12737:1 12739:1 12741:1 12751:1 12754:1 12774:2 12797:1 12800:1 12801:1 12814:1 12821:1 12825:8 12828:2 12833:1 12870:1 12879:1 12889:3 12891:1 12892:1 12893:1 12899:1 12914:1 12915:1 12917:3 12932:1 12946:1 12953:1 12975:1 12977:3 12995:1 13006:1 13008:1 13024:1 13029:1 13036:1 13041:1 13047:1 13055:1 13061:1 13062:1 13091:2 13094:1 13097:1 13098:1 13106:1 13118:1 13139:2 13142:1 13143:1 13149:1 13152:1 13154:1 13168:2 13173:2 13176:1 13187:3 13194:1 13199:1 13201:1 13208:1 13223:1 13225:1 13238:1 13240:1 13242:1 13244:1 13251:2 13257:1 13265:1 13272:1 13280:1 13288:1 13302:1 13304:1 13307:1 13319:1 13320:1 13334:3 13340:1 13364:2 13367:2 13372:1 13379:1 13387:1 13391:6 13393:1 13413:1 13427:1 13448:2 13477:1 13505:1 13513:1 13515:1 13516:1 13521:2 13530:1 13532:2 13538:2 13545:1 13548:1 13557:3 13558:1 13563:4 13583:2 13594:1 13597:1 13608:1 13616:1 13622:1 13645:2 13657:2 13660:2 13666:1 13667:1 13675:3 13690:1 13698:1 13714:3 13731:1 13770:1 13787:2 13793:1 13795:1 13796:3 13802:2 13824:2 13840:1 13842:1 13850:3 13856:4 13866:1 13880:1 13886:6 13908:1 13909:1 13917:1 13918:4 13922:1 13950:1 13960:2 13963:2 13986:1 13992:2 14001:1 14002:1 14005:1 14008:3 14010:1 14011:3 14013:5 14014:5 14015:2 14016:3 14018:3 14019:1 14020:2 14021:4 14024:2 14025:1 14027:2 14028:1 14029:1 14030:1 14031:7 14034:1 14037:1 14043:1 14067:1 14070:2 14109:1 14110:1 14124:1 14129:1 14131:1 14135:3 14141:1 14162:1 14164:1 14182:1 14192:1 14206:1 14212:1 14213:1 14217:1 14226:1 14231:1 14243:1 14248:1 14249:3 14266:1 14285:1 14291:1 14295:1 14301:1 14305:1 14308:1 14318:5 14321:3 14333:1 14349:1 14357:1 14369:1 14373:1 14378:1 14389:1 14402:2 14414:1 14415:1 14439:1 14457:13 14482:2 14497:1 14501:1 14504:1 14521:1 14539:2 14542:1 14565:1 14568:3 14578:2 14581:1 14590:1 14600:1 14606:1 14608:1 14618:1 14625:1 14629:2 14656:1 14660:1 14669:1 14671:3 14680:1 14689:1 14695:1 14702:1 14706:1 14712:1 14713:1 14714:2 14716:11 14727:1 14750:1 14756:1 14761:1 14768:1 14782:1 14785:1 14794:3 14819:1 14823:1 14829:1 14839:1 14849:1 14852:1 14853:1 14858:2 14901:1 14915:1 14919:2 14941:1 14942:1 14986:3 14990:1 14992:1 15008:2 15016:1 15024:1 15039:3 15040:1 15072:1 15074:1 15079:1 15086:1 15101:4 15115:2 15146:1 15155:1 15160:1 15162:1 15163:1 15170:1 15177:1 15190:3 15204:3 15208:1 15211:2 15212:1 15216:1 15220:1 15233:1 15235:1 15244:1 15268:2 15287:1 15311:1 15323:3 15325:1 15335:1 15363:1 15370:1 15381:1 15382:2 15387:1 15405:1 15454:1 15456:1 15457:2 15470:1 15482:1 15500:1 15506:1 15531:1 15535:1 15546:1 15554:1 15565:3 15569:2 15578:1 15594:3 15597:1 15600:2 15601:1 15615:5 15617:2 15629:1 15630:2 15638:1 15666:1 15678:1 15679:1 15694:1 15704:1 15713:1 15714:1 15725:1 15730:1 15738:3 15744:2 15745:1 15748:1 15750:2 15765:1 15785:1 15798:2 15809:3 15826:2 15865:2 15874:6 15884:3 15890:1 15893:1 15902:2 15917:1 15934:1 15941:3 15942:1 15948:1 15962:1 15969:1 15996:1 16013:1 16049:1 16050:1 16054:1 16068:2070 16071:2 16092:1 16093:1 16095:1 16103:1 16122:1 16137:2 16141:1 16159:1 16161:1 16169:1 16173:3 16178:2 16191:1 16202:2 16225:1 16238:1 16244:1 16261:1 16264:1 16267:1 16273:2 16275:1 16289:1 16312:1 16315:1 16336:1 16339:1 16341:1 16343:1 16344:1 16378:1 16385:1 16406:1 16407:1 16442:3 16446:2 16459:1 16466:1 16472:1 16488:4 16505:1 16520:1 16529:1 16542:1 16544:8 16555:3 16557:1 16576:1 16583:1 16599:1 16603:1 16615:1 16617:3 16636:1 16651:2 16666:1 16682:3 16700:2 16702:1 16709:1 16714:1 16729:4 16732:1 16735:1 16747:1 16771:2 16779:2 16787:1 16799:3 16801:1 16823:1 16825:7 16830:1 16838:2 16839:1 16856:1 16865:1 16873:1 16886:1 16887:8 16894:1 16903:1 16904:1 16924:1 16925:1 16927:1 16934:1 16942:1 16963:1 16967:1 16974:2 16993:1 17008:6 17009:1 17010:1 17014:1 17027:13 17031:1 17041:21 17043:4 17047:1 17064:1 17070:1 17080:1 17089:4 17116:2 17128:1 17132:2 17139:1 17142:1 17143:1 17165:1 17169:1 17186:1 17207:1 17212:1 17218:1 17242:4 17244:1 17255:2 17261:1 17263:1 17272:1 17273:1 17280:1 17293:1 17301:1 17315:1 17316:1 17332:74 17346:1 17352:2 17358:1 17363:1 17367:1 17376:5 17396:1 17402:1 17418:1 17419:1 17422:1 17425:1 17437:1 17440:3 17446:1 17450:1 17462:2 17472:1 17475:10 17485:2 17491:13 17492:1 17497:2 17500:1 17547:3 17561:1 17567:5 17568:1 17570:2 17571:1 17573:1 17576:1 17577:2 17578:1 17583:2 17584:1 17585:1 17587:1 17588:2 17590:5 17591:5 17592:1 17636:1 17638:1 17641:1 17646:1 17648:1 17654:1 17656:1 17667:1 17670:1 17671:1 17688:3 17689:1 17690:1 17695:1 17705:1 17711:1 17727:2 17729:1 17731:2 17732:1 17737:1 17750:1 17755:1 17759:1 17760:1 17776:1 17781:1 17788:3 17810:2 17814:1 17816:1 17817:3 17843:2 17856:1 17862:3 17878:4 17880:1 17881:4 17897:1 17909:1 17912:1 17923:1 17930:1 17946:1 17957:1 17964:1 17972:2 17976:1 17990:1 18010:1 18022:1 18027:1 18038:1 18041:1 18055:1 18056:1 18064:1 18069:5 18073:1 18079:2 18086:1 18087:2 18092:1 18101:1 18104:1 18108:5 18110:1 18113:1 18138:1 18140:1 18151:1 18185:1 18212:1 18224:4 18232:2 18248:2 18252:2 18253:1 18272:1 18278:1 18332:1 18353:1 18355:1 18359:1 18363:1 18364:2 18368:2 18376:1 18381:3 18389:4 18412:1 18418:1 18423:1 18427:1 18429:1 18433:1 18444:1 18460:2 18471:1 18482:1 18485:1 18490:1 18506:1 18509:2 18513:1 18515:2 18525:1 18527:1 18568:1 18588:1 18598:1 18602:1 18611:2 18612:2 18615:1 18628:1 18631:3 18632:1 18633:1 18634:1 18636:2 18650:1 18659:1 18664:1 18673:1 18677:2 18685:1 18687:1 18691:1 18700:1 18709:1 18720:1 18724:1 18729:1 18730:1 18742:4 18746:24 18750:1 18771:1 18775:1 18794:1 18803:1 18806:2 18820:5 18835:1 18843:1 18851:2 18853:5 18855:1 18858:2 18861:1 18889:1 18896:3 18901:2 18911:2 18937:1 18964:6 18965:1 18974:1 18976:2 18977:1 18978:1 18983:1 18984:1 18995:12 18996:3 18997:1 19002:2 19010:2 19025:1 19034:9 19045:1 19046:1 19059:6 19077:1 19087:1 19112:1 19114:2 19122:2 19125:1 19140:3 19147:1 19149:1 19152:1 19153:1 19164:1 19170:3 19173:1 19174:1 19175:1 19176:1 19180:3 19184:1 19195:1 19199:1 19205:1 19214:2 19218:1 19222:1 19227:1 19228:1 19241:1 19242:1 19243:1 19247:2 19248:1 19262:1 19264:2 19266:1 19269:1 19274:1 19275:1 19286:2 19289:1 19304:1 19305:1 19309:1 19313:3 19332:2 19334:7 19335:1 19337:1 19353:1 19367:1 19374:1 19388:4 19391:2 19393:3 19398:1 19399:1 19410:1 19417:1 19424:1 19438:1 19440:1 19446:1 19448:1 19454:1 19469:1 19478:4 19488:1 19490:1 19502:1 19503:3 19540:3 19546:1 19554:1 19566:1 19593:4 19605:7 19638:2 19641:1 19673:2 19685:1 19687:2 19700:1 19705:2 19714:1 19720:13 19721:1 19722:1 19735:1 19740:1 19747:1 19761:4 19762:1 19764:1 19779:1 19793:1 19797:1 19801:1 19811:1 19813:1 19837:1 19843:1 19850:1 19860:1 19864:1 19872:1 19874:1 19876:1 19890:3 19897:2 19912:1 19915:2 19916:1 19918:1 19921:1 19965:1 19971:1 19978:1 20034:1 20042:1 20049:1 20057:1 20072:2 20073:1 20078:7 20083:1 20084:2 20096:1 20103:1 20109:1 20132:3 20134:1 20155:1 20158:1 20159:1 20162:2 20178:1 20198:1 20202:1 20203:2 20219:1 20236:1 20239:2 20241:1 20244:4 20245:4 20259:1 20268:1 20269:1 20271:1 20279:1 20299:1 20310:1 20311:1 20318:1 20319:1 20323:1 20326:3 20328:2 20330:2 20333:2 20345:1 20348:1 20357:3 20358:2 20360:1 20374:1 20375:1 20378:1 20382:1 20395:2 20398:1 20405:1 20429:2 20430:3 20433:1 20439:1 20456:1 20458:1 20465:2 20468:1 20473:1 20483:1 20485:1 20497:1 20536:1 20541:1 20553:1 20563:1 20567:1 20577:2 20579:7 20585:1 20593:1 20629:1 20634:1 20641:1 20643:1 20678:1 20686:4 20702:1 20705:1 20709:1 20728:3 20733:2 20749:1 20753:1 20758:2 20767:1 20789:1 20792:1 20799:2 20804:3 20830:1 20836:1 20843:1 20845:1 20847:1 20850:2 20853:1 20878:1 20879:1 20886:2 20889:1 20893:1 20906:1 20908:3 20910:1 20914:1 20925:1 20931:1 20932:3 20934:3 20941:1 20942:3 20956:1 20961:1 20963:1 20964:1 20968:1 20973:2 20989:1 20996:1 21004:1 21044:1 21045:1 21054:1 21060:1 21063:1 21077:1 21096:1 21104:1 21109:1 21134:2 21135:3 21140:1 21152:2 21158:1 21162:1 21168:1 21169:4 21190:2 21201:1 21207:1 21212:1 21215:2 21217:1 21236:2 21244:1 21250:1 21264:1 21269:1 21273:1 21274:3 21277:4 21279:6 21280:1 21283:1 21284:1 21290:1 21295:1 21302:3 21307:1 21309:1 21361:1 21362:1 21383:1 21390:1 21391:1 21397:2 21404:1 21422:1 21429:1 21443:1 21449:1 21469:1 21473:1 21490:1 21494:1 21498:1 21505:1 21514:1 21531:2 21537:1 21540:1 21541:2 21542:3 21550:1 21551:1 21552:1 21559:1 21567:1 21570:2 21575:1 21588:2 21602:1 21622:1 21627:2 21632:1 21644:1 21663:1 21676:1 21683:1 21684:2 21695:1 21696:1 21697:1 21710:1 21755:7 21764:1 21781:6 21784:1 21786:2 21822:1 21826:1 21830:2 21834:1 21843:3 21871:1 21872:1 21875:1 21882:2 21887:1 21891:1 21921:1 21925:1 21926:2 21927:1 21938:1 21941:1 21942:2 21945:1 21949:1 21952:1 21974:1 21992:2 22014:2 22015:1 22020:1 22045:1 22047:3 22052:1 22070:1 22078:3 22094:1 22106:2 22109:3 22116:7 22117:1 22123:1 22129:1 22140:2 22162:2 22176:1 22182:1 22186:1 22188:1 22201:1 22209:6 22212:1 22220:1 22223:1 22226:1 22257:3 22259:1 22282:2 22287:1 22291:1 22309:1 22314:1 22325:4 22342:1 22344:1 22345:1 22355:2 22360:4 22362:1 22369:1 22380:1 22391:3 22396:2 22402:4 22409:1 22421:1 22444:1 22445:1 22448:1 22453:2 22456:1 22466:2 22469:2 22470:1 22482:1 22488:1 22493:2 22494:1 22495:1 22502:1 22517:1 22523:1 22532:1 22545:1 22566:3 22574:1 22578:1 22597:2 22601:6 22602:1 22611:1 22625:7 22627:1 22628:1 22640:2 22645:1 22653:1 22664:2 22666:1 22671:1 22675:1 22696:4 22709:1 22711:1 22723:3 22726:1 22748:1 22754:1 22760:1 22768:1 22777:1 22801:1 22807:1 22841:2 22847:1 22851:1 22852:1 22854:1 22884:1 22891:1 22895:1 22900:3 22901:3 22904:1 22914:2 22932:1 22946:2 22947:2 22948:1 22971:1 22972:1 22976:2 22988:1 22992:1 22994:1 23015:1 23029:1 23037:1 23049:2 23065:4 23070:1 23093:1 23100:1 23106:1 23125:1 23128:1 23145:3 23149:1 23150:1 23162:1 23167:2 23170:1 23178:2 23184:1 23196:2 23199:1 23200:1 23208:1 23213:1 23230:1 23236:2 23246:1 23273:3 23279:1 23283:1 23297:1 23356:3 23359:1 23378:1 23380:2 23382:1 23385:1 23392:1 23393:2 23394:1 23413:1 23422:1 23436:1 23444:1 23448:1 23453:1 23458:1 23461:1 23465:1 23470:1 23471:1 23492:2 23498:1 23510:3 23515:3 23524:1 23531:1 23533:1 23541:1 23547:1 23548:1 23550:2 23551:1 23568:1 23597:1 23598:2 23606:2 23621:1 23631:1 23632:1 23642:1 23656:1 23658:3 23659:3 23660:1 23661:1 23663:1 23664:2 23667:1 23673:2 23676:2 23680:1 23682:4 23699:3 23702:1 23709:2 23720:1 23744:2 23754:1 23759:1 23764:2 23765:1 23778:1 23783:1 23785:1 23787:4 23828:1 23833:1 23836:1 23853:1 23859:3 23871:1 23874:1 23876:1 23880:1 23905:1 23908:1 23909:1 23910:1 23923:4 23937:1 23941:1 23948:2 23953:11 23969:1 23982:2 23983:1 24066:2 24091:2 24110:1 24114:1 24125:1 24133:1 24143:2 24146:1 24154:1 24171:1 24175:1 24197:1 24200:2 24202:1 24203:1 24208:1 24211:1 24222:1 24227:1 24228:1 24229:1 24237:7 24253:2 24264:1 24269:2 24282:30 24306:1 24308:1 24309:1 24319:3 24326:2 24328:1 24337:1 24371:2 24395:3 24400:1 24410:1 24419:1 24423:2 24431:1 24437:1 24439:1 24459:1 24475:3 24492:1 24503:2 24522:1 24530:1 24535:1 24538:1 24541:2 24549:1 24554:1 24571:1 24578:2 24591:1 24594:1 24596:1 24601:2 24602:1 24609:1 24621:1 24627:1 24629:1 24631:1 24633:1 24634:1 24639:1 24641:1 24646:1 24651:1 24656:7 24667:1 24683:1 24685:2 24717:1 24718:1 24720:4 24721:1 24723:1 24763:1 24770:2 24772:5 24783:1 24810:1 24829:1 24832:3 24838:1 24859:1 24878:1 24889:1 24892:1 24901:1 24920:1 24922:1 24929:1 24936:4 24950:1 24960:2 24970:1 24985:1 24992:1 25015:1 25037:1 25052:1 25054:2 25071:1 25081:1 25082:1 25091:1 25099:1 25106:2 25108:1 25109:1 25120:1 25130:1 25133:1 25138:1 25152:1 25164:1 25169:2 25173:2 25174:1 25183:1 25191:1 25192:1 25209:1 25217:2 25219:1 25258:2 25259:1 25260:1 25264:2 25284:1 25296:3 25305:1 25314:2 25317:1 25321:3 25327:1 25331:1 25345:2 25348:1 25353:1 25355:2 25358:1 25359:1 25363:1 25365:6 25366:1 25368:2 25369:1 25370:1 25372:1 25375:1 25381:1 25382:1 25388:1 25390:1 25409:1 25418:1 25430:1 25440:1 25448:1 5 2:1 11:1 36:1 38:3 39:1 41:1 89:3 91:1 104:3 120:1 122:1 130:2 138:5 154:1 158:2 161:1 165:1 167:1 169:1 176:2 181:1 185:1 198:1 204:4 211:1 229:1 230:1 233:3 248:3 283:3 312:5 313:1 331:1 333:1 343:1 352:1 360:2 361:4 363:1 377:1 383:1 396:2 403:1 409:2 420:1 429:1 480:1 487:1 497:1 509:1 512:1 518:1 526:1 530:4 531:1 542:2 552:1 555:1 556:1 558:2 572:8 573:1 593:1 601:1 614:1 636:1 642:1 646:1 674:1 680:1 696:1 718:1 744:2 752:2 766:4 778:5 783:1 785:1 787:1 793:2 799:6 803:3 805:3 813:1 814:4 829:4 844:3 847:1 848:1 849:3 851:5 865:2 867:3 871:1 876:1 883:4 887:1 890:1 902:1 904:2 917:1 951:1 953:1 961:1 967:1 977:2 1018:1 1040:1 1045:1 1070:2 1074:1 1080:1 1097:1 1098:1 1103:1 1106:2 1108:1 1115:1 1116:1 1117:3 1124:1 1134:2 1135:1 1141:1 1143:1 1146:1 1147:1 1176:1 1198:1 1213:2 1230:1 1243:1 1244:1 1249:1 1259:1 1260:1 1261:4 1279:3 1281:1 1286:1 1288:3 1294:2 1296:1 1304:3 1307:1 1309:1 1310:1 1313:1 1318:1 1323:1 1348:1 1350:2 1353:1 1354:1 1357:1 1367:1 1371:3 1385:1 1390:2 1395:1 1403:10 1406:1 1413:11 1420:1 1422:3 1425:1 1447:1 1452:1 1454:1 1479:3 1488:1 1502:1 1503:1 1517:1 1538:1 1541:1 1558:1 1565:1 1588:1 1589:2 1598:2 1608:1 1623:1 1627:1 1636:1 1638:1 1640:2 1657:1 1660:1 1663:1 1685:1 1694:2 1707:1 1712:1 1716:1 1733:1 1748:1 1752:1 1765:1 1768:1 1778:2 1786:1 1787:3 1801:2 1804:2 1808:1 1809:1 1813:2 1818:1 1821:2 1828:1 1846:1 1851:1 1861:3 1873:2 1880:1 1881:1 1888:1 1890:2 1900:2 1911:1 1916:1 1918:8 1940:2 1953:4 1975:1 1976:3 1977:1 1981:1 1985:1 1995:1 2016:1 2028:4 2029:1 2030:3 2032:7 2033:2 2034:3 2035:1 2039:3 2040:3 2045:1 2046:4 2048:1 2049:1 2050:1 2052:2 2053:2 2058:1 2060:1 2061:1 2094:1 2098:1 2109:3 2117:1 2136:1 2143:1 2149:1 2157:1 2167:3 2173:1 2179:1 2180:1 2181:1 2182:1 2184:2 2188:1 2194:1 2200:1 2211:1 2221:1 2223:1 2226:1 2250:2 2252:1 2253:1 2262:1 2280:1 2313:2 2317:1 2333:1 2339:4 2343:6 2351:1 2355:1 2362:1 2365:1 2379:1 2384:1 2393:1 2394:1 2396:3 2397:3 2414:1 2434:1 2436:1 2460:2 2461:2 2469:1 2473:2 2476:1 2484:1 2490:3 2494:1 2502:1 2503:1 2507:1 2519:1 2542:1 2550:1 2562:19 2569:1 2571:1 2573:9 2586:2 2589:1 2598:2 2608:1 2611:17 2627:1 2631:1 2634:1 2642:1 2650:2 2656:1 2660:3 2661:1 2699:1 2719:1 2729:1 2741:1 2743:1 2744:2 2748:4 2757:2 2772:1 2791:1 2807:1 2809:1 2812:1 2841:4 2859:1 2883:1 2884:1 2888:1 2891:3 2907:6 2944:1 2971:1 2981:1 3007:2 3019:3 3023:1 3024:4 3025:4 3027:3 3028:3 3029:6 3030:4 3031:1 3032:1 3034:3 3035:1 3038:1 3042:1 3065:1 3073:1 3076:4 3080:2 3082:3 3085:4 3099:2 3105:1 3106:3 3120:1 3136:2 3140:1 3144:2 3145:7 3146:1 3147:19 3156:2 3162:1 3169:1 3171:1 3180:2 3189:1 3190:2 3206:1 3207:1 3212:1 3217:1 3221:1 3225:1 3237:7 3238:2 3239:1 3241:2 3249:2 3254:1 3273:1 3277:1 3283:5 3286:1 3290:1 3313:1 3327:1 3331:2 3353:1 3367:1 3369:1 3375:1 3377:1 3380:1 3395:2 3410:1 3420:1 3422:1 3437:2 3445:1 3448:1 3450:1 3456:2 3472:1 3475:2 3477:1 3482:1 3493:3 3496:1 3506:1 3512:1 3514:1 3524:2 3530:6 3531:2 3543:1 3545:1 3546:1 3551:1 3577:2 3578:1 3584:1 3605:1 3610:1 3618:2 3623:2 3635:1 3638:1 3659:1 3665:1 3670:2 3688:1 3690:1 3700:1 3703:3 3708:1 3724:1 3739:1 3761:2 3773:2 3775:1 3800:1 3801:1 3803:3 3817:1 3820:1 3829:1 3831:1 3836:2 3846:5 3849:1 3854:1 3857:1 3858:1 3868:2 3905:1 3927:1 3939:1 3959:1 3966:3 3968:1 3971:1 3993:2 3998:1 4004:1 4007:3 4008:1 4010:4 4025:1 4028:1 4032:2 4049:1 4054:4 4056:2 4062:1 4063:1 4064:1 4083:1 4084:2 4088:1 4093:1 4121:1 4126:1 4130:1 4131:5 4158:2 4167:1 4168:1 4169:1 4180:3 4185:2 4198:1 4218:1 4227:1 4272:1 4282:1 4307:1 4310:13 4311:1 4320:2 4338:1 4342:1 4343:1 4352:1 4363:1 4388:1 4399:2 4412:2 4413:4 4414:1 4416:1 4418:5 4420:2 4421:1 4423:3 4425:2 4428:6 4430:1 4435:1 4436:1 4437:2 4438:2 4440:1 4455:4 4458:1 4470:1 4484:2 4505:3 4515:1 4522:1 4535:2 4553:1 4580:3 4593:1 4597:1 4599:3 4637:1 4640:2 4651:1 4653:1 4656:1 4666:5 4676:1 4686:1 4696:1 4699:1 4720:1 4731:1 4762:1 4769:1 4774:1 4776:1 4784:1 4785:1 4787:5 4794:1 4799:1 4806:1 4807:1 4813:1 4860:4 4895:1 4899:2 4903:1 4904:1 4908:2 4912:1 4916:1 4921:1 4924:1 4932:2 4950:2 4961:1 4971:1 4974:1 4995:1 4996:1 5001:2 5007:1 5028:1 5032:1 5043:1 5047:1 5053:1 5055:2 5071:4 5091:1 5150:1 5151:1 5162:1 5170:1 5173:1 5178:1 5184:1 5202:1 5221:1 5228:3 5230:1 5234:2 5246:1 5253:1 5255:2 5256:1 5258:1 5260:4 5269:1 5270:2 5272:2 5276:1 5284:1 5290:1 5296:3 5304:1 5308:1 5311:2 5319:2 5322:1 5331:1 5337:1 5352:1 5373:1 5374:3 5376:5 5378:2 5411:6 5412:1 5414:2 5424:1 5425:2 5429:1 5460:1 5463:1 5467:1 5476:3 5478:2 5490:4 5493:1 5494:1 5508:1 5517:3 5537:1 5560:1 5568:3 5569:2 5571:1 5576:1 5577:2 5581:1 5582:2 5585:2 5593:7 5594:1 5595:1 5597:1 5609:1 5614:1 5631:1 5645:1 5679:2 5684:1 5685:1 5694:1 5702:3 5725:1 5778:1 5790:1 5810:1 5811:1 5814:1 5819:1 5824:1 5825:1 5831:1 5834:1 5842:3 5850:1 5854:2 5855:2 5877:2 5892:1 5908:1 5914:1 5919:1 5923:2 5949:6 5952:1 5957:2 5960:1 5961:1 5963:1 5971:1 5973:1 5985:6 5999:1 6018:1 6023:1 6026:1 6038:1 6049:1 6053:1 6056:1 6061:1 6062:1 6066:1 6075:1 6076:10 6091:1 6116:1 6119:2 6141:3 6151:1 6154:1 6160:1 6167:3 6173:1 6202:1 6215:1 6223:1 6229:2 6246:2 6257:1 6263:1 6305:1 6309:1 6317:2 6330:1 6332:1 6336:1 6355:1 6361:1 6378:1 6386:2 6393:2 6395:1 6407:1 6414:2 6422:1 6426:2 6431:1 6445:1 6492:4 6502:1 6515:5 6517:1 6520:2 6536:1 6542:1 6566:2 6569:1 6579:1 6606:2 6613:2 6614:4 6617:1 6626:1 6632:1 6633:1 6645:1 6665:1 6680:3 6681:2 6689:2 6694:1 6696:4 6702:1 6720:4 6734:37 6738:1 6746:20 6748:10 6758:1 6763:1 6765:1 6769:1 6797:1 6805:1 6807:2 6813:1 6834:2 6860:4 6861:1 6868:1 6873:1 6908:1 6919:7 6923:1 6925:1 6952:1 6957:2 6960:1 6968:2 6973:1 6994:1 7000:1 7002:1 7013:2 7025:2 7043:1 7054:1 7069:1 7071:1 7074:1 7077:3 7088:1 7096:1 7100:1 7104:1 7123:1 7126:1 7145:1 7154:2 7160:46 7183:1 7195:1 7201:1 7204:1 7209:1 7225:2 7232:1 7233:14 7235:9 7237:1 7239:1 7263:1 7269:2 7270:2 7276:2 7277:1 7282:1 7290:1 7299:1 7302:1 7305:2 7308:1 7318:1 7321:1 7337:2 7351:3 7359:1 7366:3 7368:2 7370:1 7371:1 7374:1 7375:2 7376:2 7381:1 7382:1 7388:4 7390:1 7397:2 7416:1 7432:1 7446:1 7458:1 7464:1 7475:1 7477:1 7478:1 7480:1 7483:3 7485:2 7488:1 7491:1 7493:1 7497:3 7498:3 7500:1 7501:1 7511:2 7522:4 7529:1 7537:8 7538:1 7562:1 7566:1 7600:1 7606:1 7620:2 7625:1 7629:1 7631:1 7663:2 7666:1 7669:1 7675:2 7678:1 7701:1 7714:1 7719:1 7727:3 7751:1 7761:1 7775:1 7784:1 7790:1 7797:1 7850:1 7861:1 7866:1 7874:1 7878:1 7882:2 7886:2 7897:1 7898:1 7910:1 7912:2 7922:1 7925:1 7934:1 7938:1 7974:1 7982:1 8001:3 8003:1 8008:1 8027:1 8032:1 8035:1 8044:1 8045:1 8054:3 8055:1 8066:1 8087:2 8088:2 8089:2 8091:1 8095:3 8100:1 8103:1 8104:2 8107:2 8108:2 8114:3 8124:1 8126:1 8137:1 8162:1 8197:1 8199:1 8202:1 8205:3 8208:1 8209:1 8213:1 8218:1 8219:1 8231:1 8248:1 8259:1 8260:1 8272:4 8292:1 8298:1 8304:1 8308:1 8310:3 8332:1 8335:3 8341:1 8363:1 8365:5 8368:1 8371:1 8378:1 8380:1 8398:1 8403:1 8415:1 8417:1 8419:1 8422:1 8430:1 8445:1 8459:1 8466:1 8482:2 8484:2 8485:1 8494:1 8503:1 8511:1 8528:1 8530:1 8540:2 8542:1 8544:6 8545:1 8546:1 8547:1 8550:1 8552:1 8556:1 8565:1 8573:1 8586:1 8593:2 8610:1 8614:2 8627:6 8671:2 8683:2 8687:1 8697:1 8703:3 8705:3 8710:3 8722:3 8725:1 8726:1 8727:5 8760:1 8764:1 8769:1 8772:1 8773:2 8791:2 8806:2 8807:6 8809:1 8814:1 8816:1 8818:3 8825:2 8826:1 8829:2 8834:1 8837:1 8870:1 8890:1 8898:1 8911:1 8916:6 8942:1 8947:1 8953:1 8954:1 8959:1 8970:1 8972:1 8977:8 9001:1 9002:1 9003:4 9004:2 9005:3 9006:2 9011:1 9012:3 9014:5 9016:1 9017:1 9023:1 9025:1 9026:2 9033:2 9036:2 9038:13 9041:2 9042:1 9043:8 9044:2 9047:1 9060:3 9072:1 9091:1 9105:1 9106:2 9108:1 9110:1 9114:3 9117:1 9118:1 9130:1 9142:1 9144:2 9150:1 9154:2 9172:1 9174:1 9178:1 9181:1 9205:6 9216:1 9247:1 9255:1 9276:1 9280:1 9281:1 9285:1 9296:1 9298:7 9306:1 9320:1 9342:1 9348:1 9349:1 9350:3 9354:2 9370:2 9380:1 9382:1 9383:1 9402:1 9417:2 9422:1 9442:1 9466:1 9483:1 9492:2 9504:1 9507:4 9508:5 9525:1 9529:1 9552:1 9556:3 9562:2 9565:2 9568:1 9570:1 9598:1 9601:1 9609:1 9623:5 9628:1 9629:2 9630:1 9631:1 9637:1 9642:1 9644:1 9650:1 9657:7 9658:1 9681:1 9684:1 9686:1 9696:1 9708:1 9711:1 9713:1 9734:1 9783:1 9823:2 9826:1 9828:2 9837:1 9841:1 9842:1 9857:1 9858:1 9862:1 9868:1 9872:1 9878:1 9880:1 9881:1 9886:1 9891:1 9895:2 9899:1 9905:1 9912:1 9913:1 9917:1 9918:1 9921:12 9939:1 9940:1 9965:1 9967:1 9970:1 9979:5 9997:1 10001:1 10018:1 10040:1 10042:2 10051:1 10065:1 10101:1 10102:8 10109:1 10133:3 10134:1 10136:1 10140:1 10157:1 10160:6 10163:1 10165:1 10170:7 10172:1 10193:2 10202:1 10203:6 10207:2 10213:1 10215:15 10220:1 10225:3 10230:1 10233:1 10234:2 10235:1 10237:2 10243:1 10247:2 10259:1 10272:1 10274:1 10278:1 10284:1 10285:1 10288:4 10292:1 10296:3 10297:1 10300:1 10302:1 10327:1 10331:1 10332:1 10351:2 10357:1 10358:3 10382:2 10401:6 10404:4 10408:2 10411:1 10430:1 10440:1 10443:1 10447:1 10455:1 10459:1 10469:1 10477:1 10492:1 10493:1 10496:1 10506:1 10519:1 10522:1 10533:2 10534:3 10538:1 10546:1 10549:2 10550:1 10555:1 10578:1 10592:1 10637:1 10654:1 10656:3 10657:1 10668:1 10672:1 10676:3 10697:1 10712:1 10715:1 10717:1 10722:1 10778:1 10800:3 10801:1 10802:1 10839:3 10860:1 10865:1 10882:1 10927:1 10939:1 10951:2 10957:1 10958:1 10969:1 11000:1 11004:5 11005:1 11008:1 11009:1 11013:2 11018:1 11021:3 11023:1 11033:1 11038:1 11041:4 11054:2 11056:1 11058:1 11063:2 11076:2 11077:1 11080:2 11085:2 11088:1 11093:1 11106:1 11111:2 11116:1 11120:3 11129:1 11134:1 11136:1 11137:2 11143:2 11144:3 11150:1 11160:2 11163:2 11178:1 11185:1 11195:1 11205:2 11208:1 11209:4 11210:2 11216:1 11221:1 11227:1 11237:1 11247:1 11260:1 11262:1 11274:1 11281:1 11312:1 11313:1 11316:1 11321:1 11327:1 11341:1 11355:1 11357:1 11378:1 11379:1 11387:1 11391:2 11398:2 11404:1 11408:1 11409:1 11411:1 11416:1 11429:1 11432:1 11433:3 11442:1 11443:1 11458:1 11460:4 11480:1 11489:1 11521:1 11542:6 11543:2 11551:1 11567:1 11573:1 11575:1 11598:1 11600:3 11601:1 11604:2 11652:2 11658:2 11674:1 11721:1 11724:1 11725:1 11734:1 11735:4 11749:2 11756:2 11758:1 11771:1 11779:1 11791:1 11797:1 11798:1 11813:1 11828:6 11831:4 11833:1 11834:2 11835:1 11837:1 11843:5 11849:1 11852:1 11853:1 11857:2 11862:1 11864:1 11865:1 11872:1 11874:1 11875:1 11907:1 11910:1 11913:1 11925:1 11930:1 11938:4 11940:2 11945:1 11949:1 11954:1 11979:9 11981:1 11989:1 11991:1 12003:1 12005:1 12014:1 12015:1 12017:3 12023:1 12027:1 12047:1 12051:3 12057:1 12067:2 12073:5 12083:1 12101:1 12102:1 12103:1 12105:1 12113:1 12134:1 12135:12 12140:2 12166:1 12187:6 12189:2 12194:1 12198:1 12224:2 12230:1 12247:1 12250:4 12251:1 12259:2 12269:1 12286:1 12288:1 12294:1 12309:1 12311:5 12345:1 12356:1 12376:1 12386:1 12404:1 12410:1 12411:4 12412:2 12415:1 12417:1 12429:1 12432:1 12434:1 12435:1 12439:3 12443:3 12446:1 12456:2 12457:3 12466:1 12467:1 12504:1 12522:1 12527:2 12540:2 12568:1 12577:1 12587:1 12599:2 12602:1 12606:1 12614:1 12624:1 12627:1 12633:1 12637:2 12638:1 12643:1 12645:1 12647:1 12670:1 12702:3 12715:3 12718:1 12726:1 12733:1 12737:1 12739:1 12741:1 12751:1 12754:1 12774:2 12797:1 12800:1 12801:1 12814:1 12821:1 12825:10 12828:2 12833:1 12870:1 12879:1 12889:3 12891:2 12892:1 12893:1 12899:1 12914:1 12915:1 12917:3 12932:1 12946:1 12953:1 12975:1 12977:3 12995:1 13006:1 13008:1 13024:1 13029:1 13036:1 13041:1 13047:1 13055:1 13061:1 13062:1 13091:2 13094:1 13097:1 13098:1 13106:1 13118:1 13139:2 13142:1 13143:1 13149:1 13152:1 13154:1 13168:2 13173:2 13176:1 13187:3 13194:1 13199:1 13201:1 13208:1 13223:1 13225:1 13238:1 13240:1 13242:1 13244:1 13251:2 13257:1 13265:1 13272:1 13280:1 13288:1 13302:1 13304:1 13307:1 13319:1 13320:1 13334:3 13340:1 13364:2 13367:2 13372:1 13379:1 13387:1 13391:6 13393:1 13413:1 13427:1 13448:2 13477:1 13505:1 13513:1 13515:1 13516:1 13521:2 13530:1 13532:2 13538:2 13545:1 13548:1 13557:3 13558:1 13563:4 13583:2 13594:1 13597:1 13608:1 13616:1 13622:1 13645:2 13657:2 13660:2 13666:1 13667:1 13675:3 13690:1 13698:1 13714:3 13731:1 13770:1 13787:2 13793:1 13795:1 13796:3 13802:2 13824:2 13840:1 13842:1 13850:3 13856:4 13866:1 13880:1 13886:6 13908:1 13909:1 13917:1 13918:4 13922:1 13950:1 13960:2 13963:2 13986:1 13992:2 14001:1 14002:1 14005:1 14008:3 14010:1 14011:3 14013:5 14014:5 14015:2 14016:3 14018:3 14019:1 14020:2 14021:4 14024:2 14025:1 14027:2 14028:1 14029:1 14030:1 14031:7 14034:1 14037:1 14043:1 14067:1 14070:2 14109:1 14110:1 14124:1 14129:1 14131:1 14135:3 14141:1 14162:1 14164:1 14182:1 14192:1 14206:1 14212:1 14213:1 14217:1 14226:1 14231:1 14243:1 14248:1 14249:3 14266:1 14285:1 14291:1 14295:1 14301:1 14305:1 14308:1 14318:5 14321:3 14333:1 14349:1 14357:1 14369:1 14373:1 14378:1 14389:1 14402:2 14414:1 14415:1 14439:1 14457:14 14482:2 14497:1 14501:1 14504:1 14521:1 14539:2 14542:1 14565:1 14568:3 14578:2 14581:1 14590:1 14600:1 14606:1 14608:1 14618:1 14625:1 14629:2 14656:1 14660:1 14669:1 14671:3 14680:1 14684:2 14689:1 14695:1 14702:1 14706:1 14712:1 14713:1 14714:2 14716:11 14727:1 14750:1 14756:1 14761:1 14768:1 14782:1 14785:1 14794:3 14819:1 14823:1 14829:1 14839:1 14849:1 14852:1 14853:1 14858:2 14901:1 14915:1 14919:2 14941:1 14942:1 14986:3 14990:1 14992:1 15008:2 15016:1 15024:1 15039:3 15040:1 15072:1 15074:1 15079:1 15086:1 15101:4 15115:2 15146:1 15155:1 15160:1 15162:1 15163:1 15170:1 15177:1 15190:3 15204:3 15208:1 15211:2 15212:1 15216:1 15220:1 15233:1 15235:1 15244:1 15268:2 15287:1 15311:1 15323:3 15325:1 15335:1 15363:1 15370:1 15381:1 15382:2 15383:1 15387:1 15405:1 15454:1 15456:1 15457:2 15470:1 15482:1 15500:1 15506:1 15531:1 15535:1 15546:1 15554:1 15565:3 15569:2 15578:1 15594:3 15597:1 15600:2 15601:1 15615:5 15617:2 15629:1 15630:2 15638:1 15666:1 15678:1 15679:1 15694:1 15704:1 15713:1 15714:1 15725:1 15730:1 15738:3 15744:2 15745:1 15748:1 15750:2 15765:1 15785:1 15798:2 15809:3 15826:2 15865:2 15874:6 15884:3 15890:1 15893:1 15902:2 15917:1 15934:1 15941:3 15942:1 15948:1 15962:1 15969:1 15996:1 16013:1 16049:1 16050:1 16054:1 16068:2090 16071:2 16092:1 16093:1 16095:1 16103:1 16122:1 16137:2 16141:1 16159:1 16161:1 16169:1 16173:3 16178:2 16191:1 16202:2 16225:1 16238:1 16244:1 16261:1 16264:1 16267:1 16273:2 16275:1 16289:1 16312:1 16315:1 16336:1 16339:1 16341:1 16343:1 16344:1 16378:1 16385:1 16406:1 16407:1 16442:3 16446:2 16459:1 16466:1 16472:1 16488:4 16505:1 16520:1 16529:1 16542:1 16544:10 16555:3 16557:1 16576:1 16583:1 16599:1 16603:1 16615:1 16617:3 16636:1 16651:2 16666:1 16682:3 16700:2 16702:1 16709:1 16714:1 16729:4 16732:1 16735:1 16747:1 16771:2 16779:2 16787:1 16799:3 16801:1 16823:1 16825:7 16830:1 16838:2 16839:1 16856:1 16865:1 16873:1 16886:1 16887:10 16894:1 16903:1 16904:1 16924:1 16925:1 16927:1 16934:1 16942:1 16963:1 16967:1 16974:2 16993:1 17008:6 17009:1 17010:1 17014:1 17027:14 17031:1 17041:22 17043:4 17047:1 17064:1 17070:1 17080:1 17089:4 17116:2 17119:1 17128:1 17132:2 17139:1 17142:1 17143:1 17165:1 17169:1 17186:1 17207:1 17212:1 17218:1 17242:4 17244:1 17255:2 17261:1 17263:1 17272:1 17273:1 17280:1 17293:1 17301:1 17315:1 17316:1 17332:75 17346:1 17352:2 17358:1 17363:1 17367:1 17376:5 17396:1 17402:1 17418:1 17419:1 17422:1 17425:1 17437:1 17440:3 17446:1 17450:1 17462:2 17472:1 17475:10 17485:2 17491:14 17492:1 17497:2 17500:1 17547:3 17561:1 17567:5 17568:1 17570:2 17571:1 17573:1 17576:1 17577:2 17578:1 17583:2 17584:1 17585:1 17587:1 17588:2 17590:5 17591:5 17592:1 17636:1 17638:1 17641:1 17646:1 17648:1 17654:1 17656:1 17667:1 17670:1 17671:1 17688:3 17689:1 17690:1 17695:1 17705:1 17711:1 17727:2 17729:1 17731:2 17732:2 17737:1 17750:1 17755:1 17759:1 17760:1 17776:1 17781:1 17788:3 17810:2 17814:1 17816:1 17817:3 17843:2 17856:1 17862:3 17878:4 17880:1 17881:4 17897:1 17909:1 17912:1 17923:1 17930:1 17946:1 17957:1 17964:1 17972:2 17976:1 17990:1 18010:1 18022:1 18027:1 18038:1 18041:1 18055:1 18056:1 18064:1 18069:5 18073:1 18079:2 18086:1 18087:2 18092:1 18101:1 18104:1 18108:5 18110:1 18113:1 18138:1 18140:1 18151:1 18185:1 18212:1 18224:4 18232:2 18248:2 18252:2 18253:1 18272:1 18278:1 18332:1 18353:1 18355:1 18359:1 18363:2 18364:2 18368:2 18376:1 18381:3 18389:4 18412:1 18418:1 18423:1 18427:1 18429:1 18433:1 18444:1 18460:2 18471:1 18482:1 18485:2 18490:1 18506:1 18509:2 18513:1 18515:2 18525:1 18527:1 18568:1 18588:1 18598:1 18602:1 18611:2 18612:2 18615:1 18628:1 18631:4 18632:1 18633:1 18634:1 18636:2 18650:1 18659:1 18664:1 18673:1 18677:2 18685:1 18687:1 18691:1 18700:1 18709:1 18720:1 18724:1 18729:1 18730:1 18742:4 18746:24 18750:1 18771:1 18775:1 18794:1 18803:1 18806:2 18820:5 18835:1 18843:1 18851:2 18853:5 18855:1 18858:2 18861:1 18889:1 18896:3 18901:2 18911:2 18937:1 18964:6 18965:1 18974:1 18976:2 18977:1 18978:1 18983:1 18984:1 18995:12 18996:3 18997:1 19002:2 19010:2 19025:1 19034:9 19045:1 19046:1 19059:6 19077:1 19087:1 19112:1 19114:2 19122:2 19125:1 19140:3 19147:1 19149:1 19152:1 19153:1 19164:1 19170:3 19173:1 19174:1 19175:1 19176:1 19180:3 19184:1 19195:1 19199:1 19205:1 19214:2 19218:1 19222:1 19227:1 19228:1 19241:1 19242:1 19243:1 19247:2 19248:1 19262:1 19264:2 19266:1 19269:1 19274:1 19275:1 19286:2 19289:1 19304:1 19305:1 19309:1 19313:3 19332:2 19334:7 19335:1 19337:1 19353:1 19367:1 19374:1 19388:5 19391:2 19393:3 19398:1 19399:1 19410:1 19417:1 19424:1 19438:1 19440:1 19446:1 19448:1 19454:1 19469:1 19478:4 19488:1 19490:1 19502:1 19503:3 19540:3 19546:1 19554:1 19566:1 19593:4 19605:7 19638:2 19641:1 19673:2 19685:1 19687:2 19700:1 19705:2 19712:1 19714:1 19720:14 19721:1 19722:1 19735:1 19740:1 19747:1 19761:4 19762:1 19764:1 19779:1 19793:1 19797:1 19801:1 19811:1 19813:1 19837:1 19843:1 19850:1 19860:1 19864:1 19872:1 19874:1 19876:1 19890:3 19897:2 19912:1 19915:2 19916:1 19918:1 19921:1 19965:1 19971:1 19978:1 20034:1 20042:1 20049:1 20057:1 20072:2 20073:1 20078:7 20083:1 20084:2 20096:1 20103:1 20109:1 20132:3 20134:1 20155:1 20158:1 20159:1 20162:2 20178:1 20198:1 20202:1 20203:2 20219:1 20236:1 20239:2 20241:1 20244:4 20245:4 20259:1 20268:1 20269:1 20271:1 20279:1 20299:1 20310:1 20311:1 20318:1 20319:1 20323:1 20326:3 20328:2 20330:2 20333:2 20345:1 20348:1 20357:3 20358:2 20360:1 20374:1 20375:1 20378:1 20382:1 20395:2 20398:1 20405:1 20429:2 20430:3 20433:1 20439:1 20456:1 20458:1 20465:2 20468:1 20473:1 20483:1 20485:1 20497:1 20536:1 20541:1 20553:1 20563:1 20567:1 20577:2 20579:7 20585:1 20593:1 20629:1 20634:1 20641:1 20643:1 20678:1 20686:4 20702:1 20705:1 20709:1 20728:3 20733:2 20749:1 20753:1 20758:2 20767:1 20789:1 20792:1 20799:2 20804:3 20830:1 20836:1 20843:1 20845:1 20847:1 20850:2 20853:1 20878:1 20879:1 20886:2 20889:1 20893:1 20906:1 20908:3 20910:1 20914:1 20925:1 20931:1 20932:3 20934:3 20941:1 20942:3 20956:1 20961:1 20963:1 20964:1 20968:1 20973:2 20989:1 20996:1 21004:1 21044:1 21045:1 21054:1 21060:1 21063:1 21077:1 21096:1 21104:1 21109:1 21134:2 21135:3 21140:1 21152:2 21158:1 21162:1 21168:1 21169:4 21190:2 21201:1 21207:1 21212:1 21215:2 21217:1 21236:2 21244:1 21250:1 21264:1 21269:1 21273:1 21274:3 21277:4 21279:6 21280:1 21283:1 21284:1 21290:1 21295:1 21302:3 21307:1 21309:2 21361:1 21362:1 21363:1 21383:1 21390:1 21391:1 21397:2 21404:1 21422:1 21429:1 21443:1 21449:1 21469:1 21473:1 21490:1 21494:1 21498:1 21505:1 21514:1 21531:2 21537:1 21540:1 21541:2 21542:3 21550:1 21551:1 21552:1 21559:1 21567:1 21570:2 21575:1 21588:2 21602:1 21622:1 21627:2 21632:1 21644:1 21663:1 21676:1 21683:1 21684:2 21695:1 21696:1 21697:1 21710:1 21755:8 21764:1 21781:6 21784:1 21786:2 21822:1 21826:1 21830:2 21834:1 21843:3 21871:1 21872:1 21875:1 21882:2 21887:1 21891:1 21921:1 21925:1 21926:2 21927:1 21938:1 21941:1 21942:2 21945:1 21949:1 21952:1 21974:1 21992:2 22014:2 22015:1 22020:1 22045:1 22047:3 22052:1 22070:1 22078:3 22094:1 22106:2 22109:3 22116:7 22117:1 22123:1 22129:1 22140:2 22162:2 22176:1 22182:1 22186:1 22188:1 22201:1 22209:6 22212:1 22220:1 22223:1 22226:1 22257:3 22259:1 22282:2 22287:1 22291:1 22309:1 22314:1 22325:4 22342:1 22344:1 22345:1 22355:2 22360:4 22362:1 22369:1 22380:1 22391:3 22396:2 22402:4 22409:1 22421:1 22444:1 22445:1 22448:1 22453:2 22456:1 22466:2 22469:2 22470:1 22482:1 22488:1 22493:2 22494:1 22495:1 22502:1 22517:1 22523:1 22532:1 22545:1 22566:3 22574:1 22578:1 22597:2 22601:6 22602:1 22611:1 22625:7 22627:1 22628:1 22640:2 22645:1 22653:1 22664:2 22666:1 22671:1 22675:1 22696:4 22709:1 22711:1 22723:3 22726:1 22748:1 22754:1 22760:1 22768:1 22777:1 22801:1 22807:1 22841:2 22847:1 22851:1 22852:1 22854:1 22884:1 22891:1 22895:1 22900:3 22901:3 22904:1 22914:2 22932:1 22946:2 22947:2 22948:1 22971:2 22972:1 22976:2 22988:1 22992:1 22994:1 23015:1 23029:1 23037:1 23049:2 23065:4 23070:1 23093:1 23100:1 23106:1 23125:1 23128:1 23145:3 23149:1 23150:1 23162:1 23167:2 23170:1 23178:2 23184:1 23196:2 23199:1 23200:1 23208:1 23213:1 23230:1 23236:2 23246:1 23273:3 23279:1 23283:1 23297:1 23356:3 23359:1 23378:1 23380:2 23382:1 23385:1 23392:1 23393:2 23394:1 23413:1 23422:1 23436:1 23444:1 23448:1 23453:1 23458:1 23459:1 23461:1 23465:1 23470:1 23471:1 23492:2 23498:1 23510:3 23515:3 23524:1 23531:1 23533:1 23541:1 23547:1 23548:1 23550:2 23551:1 23568:1 23597:1 23598:2 23606:2 23621:1 23631:1 23632:1 23642:1 23656:1 23658:3 23659:3 23660:1 23661:1 23663:1 23664:2 23667:1 23673:2 23676:2 23680:1 23682:4 23699:3 23702:1 23709:2 23720:1 23744:2 23754:1 23759:1 23764:2 23765:1 23778:1 23783:1 23785:1 23787:4 23828:1 23833:1 23836:1 23853:1 23859:3 23871:1 23874:1 23876:1 23880:1 23905:1 23908:1 23909:1 23910:1 23923:4 23937:1 23941:1 23948:2 23953:11 23969:1 23982:2 23983:1 24066:2 24091:2 24110:1 24114:1 24125:1 24133:1 24143:2 24146:1 24154:1 24171:1 24174:1 24175:1 24197:1 24200:2 24202:1 24203:1 24208:1 24211:1 24222:1 24227:1 24228:1 24229:1 24237:7 24253:2 24264:1 24269:2 24282:31 24306:1 24308:1 24309:1 24319:3 24326:2 24328:1 24337:1 24371:2 24395:3 24400:1 24410:1 24419:1 24423:2 24431:1 24437:1 24439:1 24459:1 24475:3 24492:1 24503:2 24522:1 24530:1 24535:1 24538:1 24541:2 24549:1 24554:1 24571:1 24578:2 24591:1 24594:1 24596:1 24601:2 24602:1 24609:1 24621:1 24627:1 24629:1 24631:1 24633:1 24634:1 24639:1 24641:1 24646:1 24651:1 24656:7 24667:1 24683:1 24685:2 24717:1 24718:1 24720:4 24721:1 24723:1 24763:1 24770:2 24772:5 24783:1 24810:1 24829:1 24832:3 24838:1 24859:1 24878:1 24889:1 24892:1 24901:1 24920:1 24922:1 24929:1 24936:4 24950:1 24960:2 24970:1 24985:1 24992:1 25015:1 25037:1 25052:1 25054:2 25071:1 25081:1 25082:1 25091:1 25099:1 25106:2 25108:1 25109:1 25120:1 25130:1 25133:1 25138:1 25152:1 25164:1 25169:2 25173:2 25174:1 25183:1 25188:1 25191:1 25192:1 25197:1 25209:1 25217:2 25219:1 25258:2 25259:1 25260:1 25264:2 25284:1 25296:3 25305:1 25314:2 25317:1 25321:3 25327:1 25331:1 25345:2 25348:1 25353:1 25355:2 25358:1 25359:1 25363:1 25365:6 25366:1 25368:2 25369:1 25370:1 25372:1 25375:1 25381:1 25382:1 25388:1 25390:1 25409:1 25418:1 25430:1 25440:1 25448:1 5 2:1 11:1 36:1 38:3 39:1 41:1 89:3 91:1 104:3 120:1 122:1 130:2 138:6 154:1 158:2 161:1 165:1 167:1 169:1 176:2 181:1 185:1 198:1 204:5 211:1 229:1 230:1 233:3 248:3 252:1 283:3 312:5 313:1 331:1 333:1 343:1 352:1 360:2 361:4 363:1 377:1 383:1 396:2 403:1 409:2 413:1 420:1 429:1 480:1 487:1 497:1 509:1 512:1 518:1 526:1 530:4 531:1 542:2 552:1 555:1 556:1 558:2 572:9 573:1 593:1 601:1 614:1 636:1 642:1 646:1 674:1 680:1 696:1 718:1 744:2 752:2 766:4 778:5 783:1 785:1 787:1 793:3 799:7 803:3 805:3 813:1 814:4 829:5 844:3 847:1 848:1 849:3 851:5 865:2 867:3 871:1 876:1 883:4 887:1 890:1 902:1 904:2 917:1 951:1 953:1 961:1 967:1 977:2 1018:1 1040:1 1045:1 1070:2 1074:1 1080:1 1097:1 1098:1 1103:1 1106:2 1108:1 1115:1 1116:1 1117:3 1124:1 1134:2 1135:1 1141:1 1143:1 1146:1 1147:1 1176:1 1198:1 1213:2 1230:1 1243:1 1244:1 1249:1 1259:1 1260:1 1261:4 1279:4 1281:1 1286:1 1288:3 1294:2 1296:1 1304:3 1307:1 1309:1 1310:1 1313:1 1318:1 1323:1 1348:1 1350:2 1353:1 1354:1 1357:1 1367:1 1371:3 1385:1 1390:2 1395:1 1403:10 1406:1 1413:11 1420:1 1422:3 1425:1 1447:1 1452:2 1454:1 1479:3 1488:1 1502:1 1503:1 1517:1 1538:1 1541:1 1558:1 1565:1 1588:1 1589:2 1598:2 1608:1 1623:1 1627:1 1636:1 1638:1 1640:2 1651:1 1657:1 1660:1 1663:1 1685:1 1694:2 1707:1 1712:1 1716:1 1733:1 1748:1 1752:1 1765:1 1768:1 1778:2 1786:1 1787:3 1801:2 1804:2 1808:1 1809:1 1813:2 1818:1 1821:2 1828:1 1846:1 1851:1 1861:3 1873:2 1880:1 1881:1 1888:1 1890:2 1900:2 1911:1 1916:1 1918:8 1940:2 1953:4 1975:1 1976:3 1977:1 1981:1 1985:1 1995:1 2016:1 2028:4 2029:1 2030:3 2032:7 2033:2 2034:3 2035:1 2039:3 2040:3 2045:1 2046:4 2048:1 2049:1 2050:1 2052:2 2053:2 2058:1 2060:1 2061:1 2094:1 2098:1 2109:3 2117:1 2136:1 2143:1 2149:1 2157:1 2167:3 2173:1 2179:1 2180:1 2181:1 2182:1 2184:2 2188:1 2194:1 2200:1 2211:1 2221:1 2223:1 2226:1 2250:2 2252:1 2253:1 2262:1 2280:1 2313:2 2317:1 2333:1 2339:4 2343:6 2351:1 2355:1 2362:1 2363:1 2365:1 2379:1 2384:1 2393:1 2394:1 2396:3 2397:3 2414:1 2434:1 2436:1 2460:2 2461:2 2469:1 2473:2 2476:1 2484:1 2490:3 2494:1 2502:1 2503:1 2507:1 2519:1 2542:1 2550:1 2562:19 2569:1 2571:1 2573:9 2586:2 2589:1 2598:2 2608:1 2611:18 2627:1 2631:1 2634:1 2642:1 2650:2 2656:1 2660:3 2661:1 2699:1 2719:1 2729:1 2741:1 2743:1 2744:2 2748:4 2757:2 2772:1 2791:1 2807:1 2809:1 2812:1 2841:4 2859:1 2883:1 2884:1 2888:1 2891:3 2907:6 2944:1 2971:1 2981:1 3007:3 3019:3 3023:1 3024:4 3025:4 3027:3 3028:3 3029:6 3030:4 3031:1 3032:1 3034:3 3035:1 3038:1 3042:1 3065:1 3073:1 3075:1 3076:4 3080:2 3082:3 3085:4 3099:2 3105:1 3106:3 3120:1 3136:2 3140:1 3144:2 3145:7 3146:1 3147:19 3156:3 3162:1 3169:1 3171:1 3180:2 3189:1 3190:2 3206:1 3207:1 3212:1 3217:1 3221:1 3225:1 3237:7 3238:2 3239:1 3241:2 3249:2 3254:1 3273:1 3277:1 3283:6 3286:1 3290:1 3313:1 3327:1 3329:1 3331:2 3353:1 3367:1 3369:1 3375:1 3377:1 3380:1 3395:2 3410:1 3420:1 3422:1 3437:2 3445:1 3448:1 3450:1 3456:2 3472:1 3475:2 3477:1 3482:1 3493:3 3496:1 3506:1 3512:1 3514:1 3524:2 3530:6 3531:2 3543:1 3545:1 3546:1 3551:1 3577:2 3578:1 3584:1 3605:1 3610:1 3618:2 3623:2 3635:1 3638:1 3659:1 3665:1 3670:2 3688:1 3690:1 3700:1 3703:3 3708:1 3724:1 3739:1 3761:2 3773:2 3775:1 3800:1 3801:1 3803:3 3817:1 3820:1 3829:1 3831:1 3836:2 3846:5 3849:1 3854:1 3857:1 3858:1 3868:2 3905:1 3927:1 3939:1 3959:1 3966:3 3968:1 3971:1 3993:2 3998:1 4004:1 4007:3 4008:1 4010:4 4025:1 4028:1 4032:4 4049:1 4054:4 4056:2 4062:1 4063:1 4064:1 4083:1 4084:2 4088:1 4093:1 4121:1 4126:1 4130:1 4131:5 4158:2 4167:1 4168:1 4169:1 4180:3 4185:2 4198:1 4218:1 4227:1 4264:1 4272:1 4282:1 4286:1 4307:1 4310:13 4311:1 4320:2 4338:1 4342:1 4343:1 4352:1 4363:1 4388:1 4399:3 4412:2 4413:4 4414:1 4416:2 4418:5 4420:2 4421:1 4423:4 4425:2 4428:7 4430:1 4435:1 4436:1 4437:2 4438:2 4440:1 4455:4 4458:1 4470:1 4484:2 4505:3 4515:1 4522:1 4535:2 4553:1 4580:3 4593:1 4597:1 4599:3 4637:1 4640:2 4651:1 4653:1 4656:1 4666:5 4676:1 4686:1 4696:1 4699:1 4720:1 4731:1 4762:1 4769:1 4774:1 4776:1 4784:1 4785:1 4787:5 4794:1 4799:1 4806:1 4807:1 4813:1 4860:4 4895:2 4899:2 4903:1 4904:1 4908:2 4912:1 4916:1 4921:1 4924:1 4932:3 4950:2 4961:1 4971:1 4974:1 4995:1 4996:1 5001:2 5007:1 5028:1 5032:1 5043:1 5047:1 5053:1 5055:2 5071:4 5091:2 5150:1 5151:1 5162:1 5170:1 5173:1 5177:1 5178:1 5184:1 5202:1 5221:1 5228:3 5230:1 5234:2 5246:1 5253:1 5255:2 5256:1 5258:1 5260:4 5269:1 5270:2 5272:2 5276:1 5284:1 5290:1 5296:3 5304:1 5308:1 5311:2 5319:2 5322:1 5331:1 5337:1 5349:1 5352:1 5373:1 5374:3 5376:5 5378:2 5411:6 5412:1 5414:2 5424:1 5425:2 5429:1 5460:1 5463:1 5467:1 5476:3 5478:2 5490:4 5493:1 5494:1 5508:1 5517:3 5537:1 5560:1 5568:3 5569:2 5571:1 5576:1 5577:2 5581:1 5582:3 5585:2 5593:8 5594:1 5595:1 5597:1 5609:1 5614:1 5631:1 5645:1 5679:2 5684:1 5685:1 5694:1 5702:3 5725:1 5778:1 5789:1 5790:1 5810:1 5811:1 5814:1 5819:1 5824:1 5825:1 5831:1 5834:1 5842:3 5850:1 5854:2 5855:2 5877:2 5892:1 5908:1 5914:1 5919:1 5923:2 5949:7 5952:1 5957:2 5960:1 5961:1 5963:1 5971:1 5973:1 5985:8 5999:1 6018:1 6023:1 6026:1 6038:1 6049:1 6053:1 6056:1 6061:1 6062:1 6066:1 6075:1 6076:10 6091:1 6116:1 6119:2 6141:3 6151:1 6154:1 6160:1 6167:3 6173:1 6202:1 6215:1 6223:1 6229:2 6246:2 6254:1 6257:1 6263:1 6305:1 6309:1 6317:2 6330:1 6331:1 6332:1 6336:1 6341:1 6352:1 6355:1 6361:1 6378:1 6386:2 6393:2 6395:1 6407:1 6414:2 6417:1 6422:1 6426:2 6431:1 6445:1 6456:1 6492:4 6502:1 6515:5 6517:1 6520:2 6536:1 6542:1 6566:2 6569:1 6579:1 6606:2 6613:2 6614:4 6617:1 6626:1 6632:1 6633:1 6645:1 6665:1 6680:3 6681:2 6689:2 6694:1 6696:4 6702:1 6720:4 6734:37 6738:1 6746:20 6748:11 6758:1 6763:1 6765:1 6769:1 6797:1 6805:1 6807:2 6813:1 6834:2 6860:4 6861:1 6868:1 6873:1 6889:1 6908:1 6919:7 6923:1 6925:1 6952:1 6957:2 6960:1 6968:2 6973:1 6994:1 7000:1 7002:1 7013:2 7025:2 7043:1 7054:1 7065:1 7069:1 7071:1 7074:1 7077:3 7088:1 7096:2 7100:1 7104:1 7123:1 7126:1 7145:1 7154:2 7160:47 7183:1 7195:1 7201:1 7204:1 7209:1 7225:2 7232:1 7233:15 7235:9 7237:1 7239:1 7263:1 7269:2 7270:2 7276:2 7277:1 7282:1 7290:1 7299:1 7302:1 7305:2 7308:1 7318:1 7321:1 7337:2 7351:3 7359:1 7366:3 7368:2 7370:1 7371:1 7374:1 7375:2 7376:2 7381:1 7382:1 7388:4 7390:1 7397:2 7416:1 7432:1 7446:1 7458:1 7464:1 7475:1 7477:1 7478:1 7480:1 7483:3 7485:2 7488:1 7491:1 7493:1 7497:3 7498:3 7500:1 7501:1 7511:3 7522:4 7529:1 7534:1 7537:9 7538:1 7562:1 7566:1 7600:1 7606:1 7620:2 7625:1 7629:1 7631:1 7663:2 7666:1 7669:1 7675:2 7678:1 7701:1 7714:1 7719:1 7727:3 7751:1 7761:1 7775:1 7784:1 7790:1 7797:1 7850:1 7861:1 7866:1 7874:1 7878:1 7882:2 7886:2 7897:1 7898:1 7910:1 7912:2 7922:1 7925:1 7934:1 7938:1 7974:1 7982:1 8001:3 8003:1 8008:1 8027:1 8032:1 8035:1 8044:1 8045:1 8054:3 8055:1 8066:1 8087:2 8088:2 8089:2 8091:1 8095:3 8100:1 8103:1 8104:2 8107:2 8108:2 8114:3 8124:1 8126:1 8137:1 8162:1 8197:1 8199:1 8202:1 8205:4 8208:1 8209:1 8213:1 8218:1 8219:1 8231:2 8248:1 8259:1 8260:1 8270:1 8272:4 8292:1 8298:1 8304:1 8308:1 8310:3 8332:1 8335:3 8341:1 8363:1 8365:5 8368:1 8371:1 8378:1 8380:1 8398:1 8403:1 8415:1 8417:1 8419:1 8422:1 8430:1 8445:1 8459:1 8466:1 8482:3 8484:2 8485:1 8494:1 8503:1 8511:1 8528:1 8530:1 8540:2 8542:1 8544:6 8545:1 8546:1 8547:1 8550:1 8552:1 8556:1 8565:1 8573:1 8586:1 8593:2 8610:1 8614:2 8627:6 8671:3 8683:2 8687:1 8697:1 8703:3 8705:3 8710:3 8722:3 8725:1 8726:1 8727:5 8759:1 8760:1 8764:1 8769:1 8772:1 8773:2 8791:2 8806:2 8807:6 8809:1 8814:1 8816:1 8818:3 8825:2 8826:1 8829:2 8834:1 8837:1 8870:1 8890:1 8892:1 8898:1 8911:1 8916:6 8942:1 8947:1 8953:1 8954:1 8959:1 8970:1 8972:1 8977:8 9001:1 9002:1 9003:4 9004:2 9005:3 9006:2 9011:1 9012:3 9014:5 9016:1 9017:1 9020:1 9023:1 9025:1 9026:2 9033:2 9036:2 9038:13 9041:2 9042:1 9043:8 9044:2 9047:1 9060:3 9072:1 9091:1 9105:1 9106:2 9108:1 9110:1 9114:4 9117:1 9118:1 9130:1 9142:1 9144:2 9150:1 9154:2 9156:1 9172:1 9174:1 9178:1 9181:1 9205:6 9216:1 9247:1 9255:1 9276:1 9280:1 9281:1 9285:1 9296:1 9298:7 9306:1 9320:1 9342:1 9348:1 9349:1 9350:3 9354:2 9370:2 9380:1 9382:1 9383:1 9388:1 9402:1 9417:2 9422:1 9442:1 9466:1 9483:1 9492:2 9504:1 9507:4 9508:5 9525:1 9529:1 9552:1 9556:3 9562:3 9565:2 9568:1 9570:1 9598:2 9601:1 9609:1 9623:5 9628:1 9629:2 9630:1 9631:1 9637:1 9639:1 9642:1 9644:1 9650:1 9657:7 9658:1 9681:1 9684:1 9686:1 9696:1 9708:1 9711:1 9713:1 9734:1 9783:1 9823:2 9826:1 9828:2 9837:1 9841:1 9842:1 9857:1 9858:1 9862:1 9868:1 9872:1 9878:1 9880:1 9881:1 9886:1 9891:1 9895:2 9899:1 9905:1 9910:1 9912:1 9913:1 9917:1 9918:1 9921:12 9939:1 9940:1 9965:1 9967:1 9970:1 9979:5 9997:1 10001:1 10018:1 10025:1 10040:1 10042:2 10051:1 10065:1 10101:1 10102:8 10109:1 10133:3 10134:1 10136:1 10140:1 10157:1 10160:6 10163:1 10165:1 10170:7 10172:1 10193:2 10195:1 10202:1 10203:6 10207:2 10213:1 10215:15 10220:1 10225:3 10230:1 10233:1 10234:2 10235:1 10237:2 10243:1 10247:2 10259:1 10272:1 10274:1 10278:1 10284:1 10285:1 10288:4 10292:1 10296:3 10297:1 10300:1 10302:2 10327:1 10331:1 10332:1 10351:2 10357:1 10358:3 10382:2 10401:7 10404:4 10408:2 10411:1 10430:1 10440:1 10443:1 10447:1 10455:1 10459:1 10469:1 10477:1 10492:1 10493:1 10496:1 10506:1 10519:1 10522:1 10533:2 10534:3 10538:1 10546:1 10549:2 10550:1 10555:1 10573:1 10578:1 10592:1 10637:1 10654:1 10656:3 10657:1 10668:1 10672:1 10676:3 10697:1 10712:1 10715:1 10717:1 10722:1 10778:1 10800:3 10801:1 10802:1 10839:3 10860:1 10865:1 10882:1 10927:1 10939:1 10951:2 10957:1 10958:1 10959:1 10969:1 11000:1 11004:5 11005:1 11008:1 11009:1 11013:2 11018:1 11021:3 11022:1 11023:1 11033:1 11038:1 11041:5 11054:2 11056:1 11058:1 11063:2 11076:2 11077:1 11080:3 11085:2 11088:1 11093:1 11106:1 11111:2 11116:1 11120:3 11129:1 11134:1 11136:1 11137:2 11143:2 11144:3 11150:1 11160:2 11163:2 11178:1 11185:1 11195:1 11205:2 11208:1 11209:4 11210:2 11216:1 11221:1 11227:1 11237:1 11247:1 11260:1 11262:1 11274:1 11281:1 11312:1 11313:1 11316:1 11321:1 11327:1 11341:1 11355:1 11357:1 11378:1 11379:1 11387:1 11391:2 11398:2 11404:1 11408:1 11409:1 11411:1 11416:1 11429:1 11432:2 11433:3 11442:1 11443:1 11458:1 11460:5 11480:1 11489:1 11521:1 11523:1 11542:6 11543:3 11551:1 11567:1 11573:1 11575:1 11598:1 11600:3 11601:1 11604:2 11652:2 11658:2 11674:1 11721:1 11724:1 11725:1 11734:1 11735:4 11749:2 11756:2 11758:1 11771:1 11773:1 11779:1 11791:1 11797:1 11798:1 11813:1 11828:6 11831:4 11833:1 11834:2 11835:1 11837:1 11843:6 11849:1 11852:1 11853:1 11857:2 11862:1 11864:1 11865:1 11872:1 11874:1 11875:1 11907:1 11910:1 11913:1 11925:1 11930:1 11938:5 11940:2 11945:1 11949:1 11954:1 11979:10 11981:1 11989:1 11991:1 12003:1 12005:1 12014:1 12015:1 12017:4 12023:1 12027:1 12045:1 12047:1 12051:3 12057:1 12060:1 12067:2 12073:5 12083:1 12101:1 12102:1 12103:1 12105:1 12113:1 12134:1 12135:12 12140:2 12166:1 12187:7 12189:2 12194:1 12198:1 12224:2 12230:1 12247:1 12250:4 12251:1 12259:2 12263:1 12269:1 12286:1 12288:1 12294:1 12309:1 12311:5 12317:1 12345:1 12356:1 12376:1 12386:1 12404:1 12410:1 12411:4 12412:2 12415:1 12417:2 12429:1 12432:1 12434:1 12435:1 12439:3 12443:3 12446:1 12456:2 12457:4 12466:1 12467:1 12504:1 12522:1 12527:2 12540:3 12568:1 12577:1 12587:1 12599:2 12602:1 12606:1 12614:1 12624:1 12627:1 12633:1 12637:2 12638:1 12643:1 12645:1 12647:1 12670:4 12702:3 12715:3 12718:1 12726:1 12733:1 12737:1 12739:1 12741:1 12751:1 12754:1 12774:2 12797:1 12800:1 12801:1 12814:1 12821:1 12825:10 12828:2 12833:1 12870:1 12879:1 12889:3 12891:2 12892:1 12893:1 12899:1 12914:1 12915:1 12917:3 12932:1 12946:1 12953:1 12975:1 12977:3 12995:1 13006:1 13008:1 13024:1 13029:1 13036:1 13041:1 13047:1 13055:1 13061:1 13062:1 13091:2 13094:1 13097:1 13098:1 13106:1 13118:1 13139:2 13142:1 13143:1 13149:1 13152:1 13154:1 13168:2 13173:2 13176:1 13187:3 13194:1 13199:1 13201:1 13208:1 13223:1 13225:1 13238:1 13240:1 13242:1 13244:1 13251:2 13257:1 13265:1 13272:1 13280:1 13288:1 13293:1 13302:1 13304:1 13307:1 13319:1 13320:1 13334:4 13340:1 13364:2 13367:2 13372:1 13379:1 13387:1 13391:6 13393:1 13413:1 13427:1 13448:3 13477:1 13505:1 13513:1 13515:1 13516:1 13521:2 13530:1 13532:2 13538:2 13545:1 13548:1 13557:4 13558:1 13563:4 13583:2 13594:1 13597:1 13608:2 13616:1 13622:1 13645:2 13657:2 13660:2 13666:1 13667:1 13675:3 13690:1 13698:1 13714:3 13731:1 13770:1 13787:2 13793:1 13795:1 13796:3 13802:2 13824:2 13840:1 13842:1 13850:4 13856:4 13866:1 13880:1 13886:6 13908:1 13909:1 13917:1 13918:5 13922:1 13942:1 13950:1 13960:2 13963:2 13986:1 13992:2 14001:1 14002:1 14005:1 14008:3 14010:1 14011:3 14013:5 14014:5 14015:2 14016:3 14018:4 14019:1 14020:2 14021:4 14024:2 14025:1 14027:2 14028:1 14029:1 14030:1 14031:7 14034:1 14037:1 14043:1 14067:1 14070:3 14109:1 14110:1 14124:1 14129:1 14131:1 14135:3 14141:1 14162:1 14164:1 14182:1 14192:1 14206:1 14212:1 14213:1 14217:1 14226:1 14231:1 14243:1 14248:1 14249:3 14266:1 14285:1 14291:1 14295:1 14301:1 14305:1 14308:1 14318:5 14321:3 14333:1 14349:1 14357:1 14369:1 14373:1 14378:1 14389:1 14402:2 14414:1 14415:1 14439:1 14457:15 14482:2 14497:1 14501:1 14504:1 14521:1 14539:2 14542:1 14565:2 14568:3 14578:2 14581:1 14590:1 14600:1 14606:1 14608:1 14618:1 14625:2 14629:2 14656:1 14660:1 14669:1 14671:3 14680:1 14684:2 14689:1 14695:2 14702:1 14706:1 14712:1 14713:1 14714:2 14716:11 14727:1 14750:1 14756:1 14761:1 14768:1 14782:1 14785:1 14794:3 14797:1 14819:1 14823:1 14829:1 14839:1 14849:1 14852:1 14853:1 14858:2 14901:1 14915:2 14919:2 14941:1 14942:1 14986:3 14990:1 14992:1 15008:2 15016:1 15023:1 15024:1 15039:3 15040:1 15072:1 15074:1 15079:1 15086:1 15101:4 15115:2 15146:1 15155:1 15160:1 15162:1 15163:2 15170:1 15177:1 15190:3 15204:3 15208:1 15211:2 15212:1 15216:1 15220:1 15233:1 15235:1 15244:1 15268:2 15287:1 15311:1 15323:3 15325:1 15335:1 15363:1 15370:1 15381:1 15382:2 15383:1 15387:1 15405:1 15454:1 15456:1 15457:2 15470:1 15482:1 15500:1 15506:1 15531:1 15535:1 15546:1 15554:1 15565:3 15569:2 15578:1 15594:3 15597:1 15600:2 15601:1 15615:5 15617:2 15629:1 15630:2 15638:1 15666:1 15678:1 15679:1 15694:1 15704:1 15713:1 15714:1 15725:1 15730:1 15738:3 15744:2 15745:1 15748:1 15750:2 15765:1 15785:1 15798:2 15809:4 15826:2 15865:2 15874:7 15884:3 15890:1 15893:1 15902:2 15917:1 15934:1 15941:3 15942:1 15948:1 15962:1 15969:1 15996:1 16013:1 16049:1 16050:1 16054:1 16068:2143 16071:2 16092:1 16093:1 16095:1 16103:1 16122:1 16137:3 16141:1 16159:1 16161:1 16169:1 16173:4 16178:2 16191:1 16202:2 16225:1 16238:1 16244:1 16261:1 16264:1 16267:1 16273:2 16275:1 16289:1 16309:1 16312:1 16315:1 16336:1 16339:1 16341:1 16343:2 16344:1 16378:1 16385:1 16406:1 16407:1 16442:3 16446:2 16459:1 16466:1 16472:1 16488:5 16505:1 16520:1 16529:1 16542:1 16544:10 16555:3 16557:1 16576:1 16583:1 16599:1 16603:1 16615:1 16617:3 16636:1 16651:2 16666:1 16682:3 16700:2 16702:1 16709:1 16714:1 16729:4 16732:1 16735:1 16747:1 16771:2 16779:2 16787:1 16799:4 16801:1 16823:2 16825:8 16830:1 16838:2 16839:1 16856:1 16865:1 16873:1 16886:1 16887:10 16894:1 16903:1 16904:1 16924:1 16925:1 16927:1 16934:2 16942:1 16963:1 16967:1 16974:2 16993:1 17008:7 17009:1 17010:1 17014:1 17027:15 17031:1 17041:23 17043:4 17047:1 17064:1 17070:1 17080:1 17089:4 17116:2 17119:1 17128:1 17132:2 17139:1 17142:1 17143:1 17165:1 17169:1 17186:1 17207:1 17212:1 17218:1 17242:5 17244:1 17255:2 17261:1 17263:1 17272:1 17273:1 17280:1 17293:1 17301:1 17315:1 17316:1 17332:76 17346:1 17352:2 17358:1 17363:1 17367:1 17376:5 17396:1 17402:1 17418:1 17419:1 17422:1 17425:1 17437:1 17440:3 17446:1 17450:1 17462:2 17472:1 17475:10 17485:2 17491:15 17492:1 17497:3 17500:1 17547:3 17561:1 17567:5 17568:1 17570:2 17571:1 17573:2 17576:1 17577:2 17578:1 17583:2 17584:1 17585:1 17587:1 17588:2 17590:5 17591:5 17592:1 17636:1 17638:1 17641:1 17646:1 17648:1 17654:1 17656:1 17667:1 17670:1 17671:1 17688:3 17689:1 17690:1 17695:1 17705:1 17711:1 17727:2 17729:1 17731:2 17732:2 17737:1 17750:1 17755:1 17759:1 17760:1 17776:1 17781:1 17788:3 17810:2 17814:1 17816:1 17817:3 17843:2 17856:1 17862:3 17871:1 17878:5 17880:1 17881:4 17897:1 17909:1 17912:1 17923:1 17930:1 17946:1 17957:1 17964:1 17972:2 17976:1 17990:1 18010:1 18022:1 18027:1 18038:1 18041:1 18055:1 18056:1 18064:1 18069:6 18073:1 18079:2 18086:1 18087:2 18092:1 18101:1 18104:1 18108:5 18110:1 18113:1 18138:1 18140:1 18151:1 18185:1 18212:1 18224:5 18232:2 18248:2 18252:2 18253:1 18272:1 18278:1 18332:1 18353:1 18355:1 18359:1 18360:1 18363:2 18364:2 18368:2 18376:1 18381:3 18389:4 18407:1 18412:1 18418:1 18423:1 18427:1 18428:1 18429:1 18433:1 18444:1 18460:2 18468:1 18471:1 18482:1 18485:2 18490:1 18506:1 18509:2 18513:1 18515:2 18525:1 18527:1 18568:1 18588:1 18598:1 18602:1 18611:2 18612:2 18615:1 18628:1 18631:4 18632:1 18633:1 18634:1 18636:2 18650:2 18659:1 18664:1 18673:1 18677:2 18685:1 18687:1 18691:1 18700:1 18709:1 18720:1 18724:1 18729:1 18730:1 18742:4 18746:25 18750:1 18771:1 18775:1 18794:1 18803:1 18806:2 18815:1 18820:5 18835:1 18843:1 18851:2 18853:5 18855:1 18858:2 18861:1 18889:1 18891:1 18896:3 18901:2 18911:2 18937:1 18964:6 18965:1 18974:1 18976:2 18977:1 18978:1 18983:1 18984:1 18995:12 18996:3 18997:1 19002:2 19010:2 19023:1 19025:1 19034:9 19045:1 19046:1 19059:7 19077:1 19087:1 19112:1 19114:2 19122:2 19125:1 19140:3 19147:1 19149:1 19152:1 19153:1 19164:1 19170:3 19173:1 19174:1 19175:1 19176:1 19180:3 19184:1 19195:1 19199:1 19205:1 19214:2 19218:1 19222:1 19227:1 19228:1 19241:1 19242:2 19243:1 19247:2 19248:1 19262:1 19264:2 19266:1 19269:1 19274:1 19275:1 19286:2 19289:1 19304:1 19305:1 19309:1 19313:3 19332:2 19334:7 19335:1 19337:1 19353:1 19367:1 19374:1 19388:5 19391:2 19393:3 19398:1 19399:1 19410:1 19417:1 19424:1 19438:1 19440:1 19441:1 19446:1 19448:1 19454:1 19469:1 19478:4 19488:1 19490:1 19502:1 19503:3 19540:3 19546:1 19554:1 19566:1 19593:4 19605:7 19638:2 19641:1 19673:2 19685:1 19687:2 19700:1 19705:2 19712:1 19714:1 19720:15 19721:1 19722:1 19735:1 19740:1 19747:1 19761:4 19762:1 19764:1 19779:1 19793:1 19797:1 19801:1 19811:1 19813:1 19837:1 19843:1 19850:1 19860:1 19864:1 19872:1 19874:1 19876:1 19890:3 19897:2 19912:1 19915:2 19916:1 19918:1 19921:1 19965:1 19971:1 19978:1 20034:1 20042:1 20049:1 20057:1 20069:1 20072:2 20073:1 20078:7 20083:1 20084:2 20096:1 20103:1 20109:1 20132:3 20134:1 20155:1 20158:1 20159:1 20162:2 20178:1 20198:1 20202:1 20203:2 20212:1 20219:1 20236:1 20239:2 20241:1 20244:4 20245:4 20259:1 20268:1 20269:1 20271:1 20279:1 20299:1 20310:1 20311:1 20318:2 20319:1 20323:1 20326:3 20328:2 20330:2 20333:2 20345:1 20348:1 20357:3 20358:2 20360:1 20364:1 20374:1 20375:1 20378:1 20382:1 20395:2 20398:1 20405:1 20429:2 20430:3 20433:1 20439:1 20456:1 20458:1 20465:2 20466:1 20468:1 20473:1 20483:1 20485:1 20497:1 20536:1 20541:1 20553:1 20563:1 20567:1 20577:2 20579:7 20585:1 20593:1 20629:1 20634:1 20641:1 20643:1 20678:1 20686:4 20702:1 20705:1 20709:1 20723:1 20728:3 20733:2 20749:1 20753:1 20758:2 20767:1 20789:1 20792:1 20799:2 20804:3 20830:1 20836:1 20843:1 20845:1 20847:1 20850:2 20853:1 20878:1 20879:1 20886:2 20889:1 20893:1 20906:1 20908:3 20910:1 20914:1 20925:1 20931:1 20932:3 20934:3 20941:1 20942:3 20956:1 20961:1 20963:1 20964:1 20968:1 20973:2 20989:1 20996:1 21004:1 21044:2 21045:1 21054:1 21060:1 21063:1 21077:1 21096:1 21104:1 21109:1 21134:2 21135:3 21140:1 21152:2 21158:1 21162:1 21168:1 21169:4 21190:2 21201:1 21207:1 21212:1 21215:2 21217:1 21236:2 21244:1 21250:1 21264:1 21269:1 21273:1 21274:4 21277:4 21279:7 21280:1 21283:1 21284:1 21290:1 21295:1 21302:3 21307:1 21309:2 21361:1 21362:1 21363:1 21383:1 21390:1 21391:1 21397:2 21404:1 21422:1 21429:2 21443:1 21449:1 21469:1 21473:1 21490:1 21494:1 21498:1 21505:1 21514:1 21531:2 21537:1 21540:1 21541:2 21542:4 21550:1 21551:1 21552:1 21559:1 21567:1 21570:2 21575:1 21588:2 21602:1 21622:1 21627:2 21632:1 21644:1 21663:1 21676:1 21683:1 21684:2 21695:1 21696:1 21697:1 21710:1 21755:8 21764:1 21781:6 21784:1 21786:2 21822:1 21826:1 21830:2 21834:1 21843:3 21871:1 21872:1 21875:1 21882:2 21887:1 21891:1 21921:1 21925:1 21926:2 21927:1 21938:1 21941:1 21942:2 21945:1 21949:1 21952:1 21974:1 21992:2 22014:2 22015:1 22020:1 22045:1 22047:3 22052:1 22070:1 22078:3 22094:1 22106:2 22109:3 22116:8 22117:1 22123:1 22129:1 22140:2 22160:1 22162:2 22176:1 22182:1 22186:1 22188:1 22201:1 22209:6 22212:1 22220:1 22223:1 22226:1 22257:3 22259:1 22282:2 22287:1 22291:1 22309:1 22314:1 22325:4 22342:1 22344:1 22345:1 22355:2 22360:5 22362:1 22369:1 22380:1 22391:3 22396:2 22402:4 22409:1 22421:1 22444:1 22445:1 22448:1 22453:2 22456:1 22466:2 22469:2 22470:1 22482:1 22488:1 22489:1 22493:2 22494:1 22495:1 22502:1 22517:1 22523:1 22532:1 22545:1 22566:4 22572:1 22574:1 22578:1 22597:2 22601:6 22602:1 22611:1 22625:8 22627:1 22628:1 22640:3 22645:1 22653:1 22664:2 22666:1 22671:1 22675:1 22696:4 22709:1 22711:1 22723:3 22726:1 22748:1 22754:1 22760:1 22768:1 22777:1 22801:1 22807:1 22841:2 22844:1 22847:1 22851:1 22852:1 22854:1 22884:1 22891:1 22895:1 22900:3 22901:3 22904:1 22914:2 22932:1 22946:2 22947:2 22948:1 22971:2 22972:1 22976:2 22988:1 22992:1 22994:1 23015:1 23029:1 23037:1 23049:2 23065:4 23070:1 23093:1 23100:1 23106:1 23125:1 23128:1 23145:3 23149:1 23150:1 23162:1 23167:2 23170:1 23178:2 23184:1 23196:2 23199:1 23200:1 23208:1 23213:1 23230:1 23236:2 23246:1 23273:3 23279:1 23283:1 23297:1 23356:3 23359:1 23378:1 23380:2 23382:1 23385:1 23392:1 23393:2 23394:1 23413:1 23422:1 23436:2 23444:1 23448:1 23453:2 23458:1 23459:1 23461:1 23465:1 23470:1 23471:1 23492:2 23498:1 23505:1 23510:3 23515:3 23524:1 23531:1 23533:1 23541:1 23547:1 23548:1 23550:2 23551:1 23568:1 23597:1 23598:2 23606:2 23621:1 23631:1 23632:1 23642:1 23656:2 23658:3 23659:3 23660:1 23661:1 23663:1 23664:2 23667:1 23673:2 23676:2 23680:1 23682:4 23699:3 23702:1 23709:2 23720:1 23744:2 23754:1 23759:1 23764:2 23765:1 23778:1 23783:1 23785:1 23787:4 23828:1 23833:1 23836:1 23853:1 23859:3 23871:1 23874:1 23876:1 23880:1 23905:1 23908:1 23909:1 23910:1 23923:4 23937:1 23941:1 23948:2 23953:11 23969:1 23982:2 23983:1 24066:2 24091:2 24110:1 24114:1 24125:1 24133:1 24143:2 24146:1 24154:1 24171:1 24174:1 24175:1 24197:1 24200:2 24202:1 24203:1 24208:1 24211:1 24222:1 24227:1 24228:1 24229:1 24237:7 24253:2 24264:1 24269:2 24282:32 24306:1 24308:1 24309:1 24319:4 24326:2 24328:1 24337:1 24371:2 24395:3 24400:1 24410:1 24419:1 24423:2 24431:1 24437:1 24439:1 24459:1 24475:3 24492:1 24503:2 24522:1 24530:1 24535:1 24538:1 24541:2 24549:1 24554:1 24571:1 24578:2 24591:1 24594:1 24596:1 24601:2 24602:1 24609:1 24621:1 24627:1 24629:1 24631:1 24633:1 24634:1 24639:1 24641:1 24646:1 24651:1 24656:7 24667:1 24683:1 24685:2 24717:1 24718:1 24720:4 24721:1 24723:1 24763:1 24770:2 24772:5 24783:1 24810:1 24829:1 24832:3 24838:1 24859:1 24878:1 24889:2 24892:1 24901:1 24920:1 24922:1 24929:1 24936:4 24950:1 24960:2 24970:1 24985:1 24992:1 25015:1 25037:1 25052:1 25054:2 25058:2 25071:1 25081:1 25082:1 25091:1 25099:1 25106:2 25108:1 25109:1 25120:1 25130:1 25133:1 25138:1 25152:1 25164:1 25169:2 25173:2 25174:1 25183:1 25188:1 25191:1 25192:1 25197:1 25209:1 25217:2 25219:1 25258:2 25259:1 25260:1 25264:2 25284:1 25296:3 25305:1 25314:2 25317:1 25321:3 25327:1 25331:2 25345:2 25348:1 25353:1 25355:2 25358:1 25359:1 25363:1 25365:6 25366:1 25368:2 25369:1 25370:1 25372:1 25375:1 25381:1 25382:1 25388:1 25390:1 25409:1 25416:1 25418:1 25430:1 25435:1 25440:1 25448:1 5 2:1 11:1 36:1 38:3 39:1 41:1 86:1 89:3 91:1 104:3 120:1 122:1 130:2 138:6 154:1 158:2 161:1 165:1 167:1 169:1 176:2 181:1 185:1 197:1 198:1 204:5 211:1 229:1 230:1 233:3 248:3 252:1 283:3 312:5 313:1 324:1 331:1 333:1 343:1 352:1 360:2 361:4 363:1 377:1 383:1 396:3 403:1 409:2 413:1 420:1 426:1 429:1 466:1 480:1 487:1 497:1 509:1 512:1 518:1 526:1 530:4 531:1 542:2 552:1 555:1 556:1 558:2 572:9 573:1 593:1 601:1 614:1 636:1 642:1 646:1 674:1 680:1 696:1 697:1 712:1 718:1 734:1 744:2 752:2 766:4 778:6 783:1 785:1 787:1 793:3 795:1 799:7 803:3 805:3 813:1 814:4 829:7 844:3 847:1 848:1 849:3 851:5 865:2 867:3 871:1 876:1 883:4 887:2 890:1 902:1 904:2 917:1 951:1 953:1 961:1 967:1 977:2 1018:2 1040:1 1045:1 1070:2 1074:1 1080:1 1097:1 1098:1 1103:1 1106:2 1108:1 1115:1 1116:1 1117:3 1124:1 1134:2 1135:1 1141:1 1143:1 1146:1 1147:1 1176:1 1198:1 1213:2 1230:1 1243:1 1244:1 1249:1 1259:1 1260:1 1261:4 1279:4 1281:1 1286:1 1288:3 1294:2 1296:1 1304:3 1307:2 1309:1 1310:1 1313:1 1318:1 1323:1 1348:1 1350:2 1353:1 1354:1 1357:1 1367:1 1371:3 1385:1 1390:2 1395:1 1403:11 1406:1 1413:11 1420:2 1422:3 1425:1 1447:1 1452:2 1454:1 1479:4 1488:1 1497:1 1502:1 1503:1 1517:1 1538:1 1541:1 1558:1 1565:1 1588:1 1589:2 1598:2 1608:1 1623:1 1627:1 1636:1 1638:1 1640:2 1651:1 1657:1 1660:1 1663:1 1685:1 1694:2 1697:1 1707:1 1712:1 1716:1 1733:1 1748:1 1752:1 1765:1 1768:1 1778:2 1786:1 1787:3 1788:1 1801:2 1804:2 1808:2 1809:1 1813:2 1818:1 1821:2 1828:1 1846:1 1851:1 1861:3 1873:2 1880:1 1881:1 1888:1 1890:2 1900:2 1911:1 1916:1 1918:8 1940:2 1953:4 1975:1 1976:3 1977:1 1981:1 1985:1 1995:1 2016:1 2028:4 2029:1 2030:3 2032:8 2033:2 2034:4 2035:1 2039:3 2040:3 2045:1 2046:4 2048:1 2049:1 2050:1 2052:2 2053:2 2058:2 2060:1 2061:1 2094:2 2098:1 2109:3 2117:1 2136:2 2143:1 2149:1 2157:1 2167:3 2173:1 2179:1 2180:1 2181:1 2182:1 2184:2 2188:1 2194:1 2200:1 2211:1 2221:1 2223:1 2226:1 2250:2 2252:1 2253:1 2262:1 2280:1 2313:2 2317:1 2333:1 2339:4 2343:6 2351:1 2355:1 2359:1 2362:1 2363:1 2365:1 2379:1 2384:1 2393:1 2394:1 2396:3 2397:3 2414:1 2434:1 2436:1 2442:1 2460:2 2461:2 2469:1 2473:2 2476:1 2484:2 2490:3 2491:1 2494:1 2502:1 2503:1 2507:1 2519:1 2542:1 2550:1 2562:19 2569:1 2571:1 2573:9 2586:2 2589:1 2598:2 2608:1 2611:18 2627:1 2631:1 2634:1 2642:1 2650:2 2656:1 2660:3 2661:1 2699:1 2719:1 2729:1 2741:1 2743:1 2744:2 2748:4 2757:2 2772:1 2791:1 2807:1 2809:1 2812:1 2841:4 2859:1 2883:1 2884:1 2885:1 2888:1 2891:3 2907:6 2944:1 2971:1 2981:1 3007:3 3019:3 3023:1 3024:4 3025:4 3027:3 3028:3 3029:6 3030:4 3031:1 3032:1 3034:3 3035:1 3038:1 3042:1 3065:1 3073:1 3075:1 3076:4 3080:2 3082:4 3085:4 3099:3 3105:1 3106:3 3120:1 3136:2 3140:1 3144:3 3145:7 3146:1 3147:20 3156:3 3159:1 3162:1 3169:1 3171:1 3180:2 3189:1 3190:2 3206:1 3207:1 3212:1 3217:1 3221:1 3225:1 3237:7 3238:2 3239:1 3241:3 3249:2 3254:1 3273:1 3277:1 3283:6 3286:1 3290:1 3313:1 3327:1 3329:1 3331:2 3353:1 3367:1 3369:1 3375:1 3377:1 3380:1 3395:2 3410:1 3420:1 3422:1 3437:2 3445:1 3448:1 3450:1 3454:1 3456:3 3472:1 3475:2 3477:1 3480:1 3482:1 3493:3 3496:1 3506:1 3512:1 3514:1 3524:2 3530:7 3531:2 3543:1 3545:1 3546:1 3551:1 3577:2 3578:1 3584:1 3605:1 3610:1 3613:1 3618:2 3623:2 3635:1 3638:1 3659:1 3665:1 3670:2 3688:1 3690:1 3700:1 3703:3 3708:1 3724:1 3739:1 3761:2 3773:2 3775:1 3800:1 3801:1 3803:3 3817:1 3820:1 3829:1 3831:1 3836:2 3846:5 3849:1 3854:1 3857:1 3858:1 3868:2 3905:1 3926:1 3927:1 3939:1 3959:1 3966:3 3968:1 3971:1 3993:2 3998:1 4004:1 4007:3 4008:1 4010:5 4025:1 4026:1 4028:1 4032:4 4049:1 4054:4 4056:3 4062:1 4063:1 4064:1 4083:1 4084:2 4085:1 4088:1 4093:1 4121:1 4126:1 4130:1 4131:6 4158:2 4167:1 4168:1 4169:1 4180:3 4185:2 4191:1 4198:1 4218:1 4227:1 4264:1 4272:1 4282:1 4286:1 4307:1 4308:1 4310:13 4311:1 4320:2 4338:1 4342:1 4343:1 4351:1 4352:1 4363:1 4388:1 4399:3 4412:2 4413:5 4414:1 4416:2 4418:5 4420:2 4421:1 4423:4 4425:2 4428:7 4430:1 4435:1 4436:1 4437:2 4438:2 4440:1 4455:4 4458:1 4470:1 4484:2 4505:3 4515:1 4522:1 4524:1 4535:2 4544:1 4547:1 4553:1 4580:3 4593:1 4597:1 4599:3 4637:1 4640:2 4651:1 4653:1 4656:1 4666:6 4676:1 4686:1 4696:1 4699:1 4720:1 4731:1 4762:1 4769:1 4774:1 4776:1 4784:1 4785:1 4787:5 4794:1 4799:1 4806:1 4807:1 4813:1 4860:4 4895:2 4899:2 4903:1 4904:1 4908:2 4912:1 4916:1 4921:1 4924:1 4932:3 4950:2 4961:1 4971:1 4974:1 4995:1 4996:1 5001:2 5007:1 5028:1 5032:1 5043:1 5047:1 5053:1 5055:2 5071:4 5091:2 5150:1 5151:1 5162:1 5170:1 5173:1 5177:1 5178:1 5184:1 5202:1 5221:1 5228:3 5230:2 5234:2 5246:1 5253:1 5255:2 5256:1 5258:1 5260:4 5269:1 5270:2 5272:2 5276:1 5284:1 5290:1 5296:3 5304:1 5308:1 5311:2 5319:2 5322:1 5331:1 5337:1 5349:1 5352:1 5373:2 5374:3 5376:5 5378:2 5411:6 5412:1 5414:2 5424:1 5425:2 5429:1 5460:1 5463:1 5467:1 5476:3 5478:2 5490:5 5493:1 5494:1 5508:1 5517:3 5537:1 5560:1 5568:3 5569:2 5571:1 5574:1 5576:1 5577:3 5581:1 5582:3 5585:2 5593:9 5594:1 5595:1 5597:1 5609:1 5614:1 5631:1 5645:1 5679:2 5684:1 5685:1 5694:1 5702:3 5725:1 5778:1 5789:1 5790:1 5810:1 5811:1 5814:1 5819:1 5824:1 5825:1 5831:1 5834:1 5842:3 5850:1 5854:2 5855:2 5877:2 5892:1 5908:1 5914:1 5919:1 5923:3 5949:7 5952:1 5957:2 5960:1 5961:1 5963:1 5971:1 5973:1 5985:8 5999:1 6018:1 6023:1 6026:1 6038:1 6049:1 6053:1 6056:1 6061:1 6062:1 6066:1 6075:1 6076:11 6091:1 6116:1 6119:2 6141:3 6151:1 6154:1 6160:1 6167:3 6173:1 6202:1 6215:1 6223:1 6229:2 6246:2 6254:1 6257:1 6263:1 6305:1 6309:1 6317:2 6330:1 6331:1 6332:1 6336:2 6341:1 6352:1 6355:1 6361:1 6378:1 6386:2 6393:2 6395:1 6407:1 6412:1 6414:2 6417:1 6422:1 6426:2 6431:1 6445:1 6456:1 6492:4 6502:1 6511:1 6515:5 6517:1 6520:2 6536:1 6542:1 6566:2 6569:1 6579:1 6606:2 6613:3 6614:4 6617:1 6626:1 6632:1 6633:1 6645:1 6665:1 6680:3 6681:2 6689:3 6694:2 6696:4 6702:1 6720:4 6734:40 6738:1 6746:20 6748:11 6758:1 6763:1 6765:1 6769:1 6797:1 6805:1 6807:2 6813:1 6834:2 6860:4 6861:1 6868:1 6873:1 6889:1 6908:1 6919:7 6923:1 6925:1 6952:1 6957:2 6960:1 6968:2 6973:1 6994:1 7000:1 7002:1 7013:2 7025:2 7043:1 7054:1 7065:1 7069:1 7071:1 7074:1 7077:3 7088:1 7096:2 7100:1 7104:1 7116:1 7123:1 7126:1 7145:1 7154:2 7160:47 7183:1 7195:1 7201:1 7204:1 7209:1 7225:2 7232:1 7233:16 7235:9 7237:1 7239:1 7263:1 7269:2 7270:2 7276:2 7277:1 7282:1 7290:1 7299:1 7302:1 7305:2 7308:1 7318:1 7321:1 7337:2 7351:3 7359:1 7366:3 7368:2 7370:1 7371:1 7374:1 7375:2 7376:2 7381:1 7382:1 7388:4 7390:1 7397:2 7416:1 7432:1 7446:1 7458:1 7464:1 7475:1 7477:1 7478:1 7480:1 7483:3 7485:2 7488:1 7491:1 7493:1 7497:3 7498:3 7500:1 7501:1 7511:3 7522:4 7529:1 7534:1 7537:9 7538:1 7562:1 7566:1 7600:1 7606:1 7620:3 7625:1 7629:1 7631:2 7663:2 7666:1 7669:1 7675:2 7678:1 7701:1 7714:1 7719:1 7727:3 7736:1 7751:1 7761:1 7775:1 7784:1 7790:1 7797:1 7850:1 7861:1 7866:1 7874:1 7878:1 7882:2 7886:2 7897:1 7898:1 7905:1 7910:1 7912:2 7922:1 7925:1 7934:1 7938:1 7974:1 7982:1 8001:4 8003:1 8008:1 8018:1 8027:1 8032:1 8034:1 8035:1 8044:1 8045:1 8054:3 8055:1 8066:1 8077:1 8087:2 8088:2 8089:2 8091:1 8095:3 8100:1 8103:1 8104:2 8107:2 8108:2 8109:1 8114:3 8124:1 8126:1 8137:1 8142:1 8162:1 8197:1 8199:1 8202:1 8205:4 8208:1 8209:1 8213:1 8218:1 8219:1 8231:2 8248:1 8259:1 8260:1 8270:1 8272:4 8289:1 8292:1 8298:1 8304:1 8308:1 8310:3 8325:1 8332:1 8335:3 8341:1 8363:1 8365:5 8368:1 8371:1 8378:1 8380:1 8398:1 8403:1 8415:1 8417:1 8419:1 8422:1 8430:1 8445:1 8459:1 8466:1 8482:3 8484:2 8485:1 8494:1 8503:1 8511:1 8528:1 8530:1 8534:1 8540:2 8542:1 8544:6 8545:1 8546:1 8547:1 8550:1 8552:1 8556:1 8565:1 8573:1 8586:1 8593:2 8610:1 8614:3 8627:6 8671:3 8683:2 8687:1 8697:1 8703:3 8705:3 8710:3 8722:3 8725:1 8726:1 8727:5 8735:1 8759:1 8760:1 8764:1 8769:1 8772:1 8773:2 8791:2 8806:2 8807:6 8809:1 8814:1 8816:1 8817:1 8818:3 8825:2 8826:2 8829:2 8834:1 8837:1 8870:1 8890:1 8892:1 8898:1 8911:1 8916:6 8942:1 8947:1 8953:1 8954:1 8959:1 8970:1 8972:1 8977:8 9001:1 9002:1 9003:4 9004:2 9005:3 9006:2 9011:1 9012:3 9014:5 9016:1 9017:1 9020:1 9023:1 9025:1 9026:2 9033:2 9036:2 9038:14 9041:3 9042:1 9043:8 9044:2 9047:1 9060:3 9072:1 9091:1 9105:1 9106:2 9108:1 9110:1 9114:4 9117:1 9118:1 9119:1 9130:1 9142:1 9144:3 9150:1 9154:2 9156:1 9169:1 9172:1 9174:1 9178:1 9181:1 9205:6 9216:2 9247:1 9255:1 9276:1 9280:1 9281:1 9285:1 9296:1 9298:7 9306:1 9320:1 9331:1 9342:1 9348:1 9349:1 9350:3 9354:2 9370:2 9380:1 9382:1 9383:1 9388:1 9398:1 9402:1 9417:2 9422:1 9442:1 9458:1 9466:1 9483:1 9492:2 9504:1 9507:5 9508:5 9525:1 9529:1 9552:1 9556:3 9562:3 9565:2 9568:1 9570:1 9598:2 9601:1 9609:1 9623:5 9628:1 9629:2 9630:1 9631:1 9637:1 9639:1 9642:1 9644:1 9648:1 9650:1 9657:7 9658:1 9665:1 9667:1 9681:1 9684:1 9686:1 9696:1 9708:1 9711:1 9713:1 9734:1 9783:1 9823:3 9826:1 9828:2 9837:1 9841:1 9842:1 9857:1 9858:1 9862:1 9868:1 9872:1 9878:1 9880:1 9881:1 9886:1 9891:2 9895:2 9899:1 9905:1 9910:1 9912:1 9913:1 9917:1 9918:1 9921:13 9939:1 9940:1 9965:1 9967:1 9970:1 9979:5 9997:1 10001:1 10018:1 10025:1 10040:1 10042:2 10051:1 10065:1 10101:1 10102:8 10109:1 10133:3 10134:1 10136:1 10140:1 10157:1 10160:6 10163:1 10165:1 10170:7 10172:1 10193:2 10195:1 10202:1 10203:7 10207:2 10213:1 10215:15 10220:1 10225:4 10230:1 10233:1 10234:2 10235:1 10237:2 10243:1 10247:2 10259:1 10272:1 10274:1 10278:1 10281:1 10284:1 10285:1 10288:4 10292:1 10296:3 10297:1 10300:1 10302:2 10327:1 10331:1 10332:2 10351:2 10357:1 10358:3 10382:2 10401:7 10404:4 10408:2 10411:1 10430:1 10440:1 10443:1 10447:1 10452:1 10455:1 10459:1 10469:1 10477:1 10492:1 10493:1 10496:1 10506:1 10519:1 10522:1 10533:2 10534:3 10538:1 10546:1 10549:2 10550:1 10555:1 10573:1 10578:1 10592:1 10637:1 10654:1 10656:3 10657:1 10668:1 10672:1 10676:3 10697:1 10712:1 10715:1 10717:1 10722:1 10778:1 10800:3 10801:1 10802:1 10826:1 10837:1 10839:3 10860:1 10865:1 10868:1 10882:1 10927:1 10939:1 10951:2 10957:1 10958:1 10959:1 10969:1 11000:1 11004:5 11005:2 11008:1 11009:1 11013:2 11018:1 11021:3 11022:1 11023:1 11033:1 11038:1 11041:5 11054:3 11056:2 11058:1 11063:2 11072:1 11076:2 11077:1 11080:3 11085:2 11088:1 11093:1 11106:1 11111:2 11116:1 11120:3 11129:1 11134:1 11136:1 11137:2 11143:2 11144:3 11150:1 11160:2 11163:2 11178:1 11185:1 11195:1 11205:2 11208:1 11209:4 11210:2 11212:1 11216:1 11221:1 11227:1 11237:1 11247:1 11260:1 11262:1 11274:1 11281:1 11312:1 11313:1 11316:1 11321:1 11327:1 11341:1 11355:1 11357:1 11378:1 11379:1 11387:1 11391:2 11398:2 11404:1 11408:1 11409:1 11411:1 11416:1 11429:1 11432:2 11433:3 11442:1 11443:1 11458:1 11460:6 11480:1 11489:1 11521:1 11523:1 11542:6 11543:4 11551:1 11567:1 11573:1 11575:1 11598:1 11600:3 11601:1 11604:2 11652:2 11658:2 11674:1 11708:1 11721:1 11724:1 11725:1 11734:1 11735:4 11749:3 11756:2 11758:1 11771:2 11773:1 11779:1 11791:1 11797:2 11798:1 11813:1 11828:6 11831:4 11833:1 11834:2 11835:1 11837:1 11843:6 11848:1 11849:1 11852:1 11853:1 11857:2 11862:2 11864:1 11865:1 11872:1 11874:1 11875:1 11907:1 11910:1 11913:1 11925:1 11930:1 11938:5 11940:2 11945:1 11949:1 11954:1 11979:10 11981:1 11989:1 11991:1 12003:1 12005:1 12014:1 12015:1 12017:4 12023:1 12026:1 12027:1 12045:1 12047:1 12051:3 12057:1 12060:1 12067:2 12073:5 12083:1 12101:1 12102:1 12103:1 12105:1 12113:1 12134:1 12135:12 12140:2 12166:1 12187:7 12189:2 12194:1 12198:1 12224:2 12230:1 12238:1 12247:1 12250:4 12251:1 12259:3 12263:1 12269:1 12286:1 12288:1 12294:1 12309:1 12311:5 12317:1 12345:1 12356:1 12376:1 12386:1 12404:1 12410:1 12411:4 12412:2 12415:1 12417:2 12429:1 12432:1 12434:1 12435:1 12439:3 12443:3 12446:1 12456:2 12457:4 12466:1 12467:1 12504:1 12522:2 12527:2 12540:3 12568:1 12577:1 12587:1 12599:2 12602:1 12606:1 12614:1 12624:2 12627:1 12633:1 12637:2 12638:1 12643:1 12645:1 12647:1 12670:4 12702:3 12715:3 12718:1 12726:1 12733:1 12737:1 12739:1 12741:1 12751:1 12754:1 12774:2 12786:1 12797:1 12800:1 12801:2 12814:1 12821:1 12825:11 12828:2 12833:1 12870:1 12879:1 12889:3 12891:2 12892:1 12893:1 12899:1 12914:1 12915:1 12917:3 12932:1 12946:1 12953:1 12975:1 12977:3 12995:1 13000:1 13006:1 13008:1 13024:1 13029:1 13036:1 13041:1 13047:1 13055:1 13061:1 13062:1 13080:1 13091:2 13094:1 13097:1 13098:1 13106:1 13118:1 13139:2 13142:1 13143:1 13149:2 13152:1 13154:1 13168:2 13173:3 13176:1 13187:3 13194:1 13199:1 13201:1 13208:1 13223:1 13225:1 13238:1 13240:1 13242:1 13244:1 13251:2 13257:1 13265:1 13272:1 13280:1 13288:1 13293:1 13302:1 13304:1 13307:1 13319:1 13320:2 13334:4 13340:1 13364:2 13367:2 13372:1 13379:1 13387:1 13391:7 13393:1 13413:1 13427:1 13448:4 13477:1 13505:1 13513:1 13515:1 13516:1 13521:2 13530:1 13532:2 13538:2 13545:1 13548:1 13557:5 13558:1 13563:5 13583:2 13594:1 13597:1 13608:2 13616:1 13622:1 13639:1 13645:2 13657:2 13660:2 13666:2 13667:1 13675:3 13690:1 13698:1 13711:1 13714:3 13731:1 13770:1 13787:2 13793:1 13795:1 13796:3 13802:2 13824:2 13840:1 13842:1 13850:4 13856:4 13866:1 13880:1 13886:6 13908:1 13909:1 13917:1 13918:5 13922:1 13942:1 13950:1 13960:2 13963:2 13986:1 13992:2 14001:1 14002:1 14005:1 14008:3 14010:1 14011:3 14013:5 14014:5 14015:2 14016:3 14018:4 14019:1 14020:2 14021:4 14024:2 14025:1 14027:2 14028:1 14029:1 14030:1 14031:7 14034:1 14037:1 14043:1 14060:1 14067:1 14070:3 14109:1 14110:1 14124:1 14129:1 14131:1 14135:3 14141:1 14162:1 14164:1 14182:1 14192:1 14206:1 14212:1 14213:1 14217:1 14226:1 14231:1 14243:1 14248:1 14249:3 14266:1 14285:1 14291:1 14295:1 14301:1 14305:1 14308:1 14318:6 14321:3 14333:1 14349:1 14357:1 14365:1 14369:1 14373:1 14378:1 14389:1 14402:2 14414:1 14415:1 14439:1 14457:15 14482:2 14497:1 14501:1 14504:1 14521:1 14539:2 14542:1 14565:2 14568:3 14578:2 14581:1 14590:1 14600:1 14606:2 14608:1 14618:1 14625:2 14629:2 14634:1 14656:1 14660:1 14665:1 14669:1 14671:3 14680:1 14684:2 14689:1 14690:1 14695:2 14702:1 14706:1 14712:1 14713:1 14714:2 14716:11 14727:1 14750:1 14756:1 14761:1 14768:1 14782:1 14785:1 14794:3 14797:1 14819:1 14823:1 14829:1 14839:1 14849:1 14852:1 14853:1 14858:2 14901:1 14915:2 14919:2 14941:1 14942:1 14986:3 14990:1 14992:1 15008:2 15016:1 15023:1 15024:1 15039:3 15040:1 15072:1 15074:1 15079:1 15086:1 15101:4 15115:2 15146:1 15155:1 15160:1 15162:1 15163:2 15170:1 15177:1 15190:3 15204:3 15208:1 15211:2 15212:1 15216:1 15220:1 15233:1 15235:1 15244:1 15268:2 15287:1 15311:1 15323:3 15325:1 15335:1 15363:1 15370:1 15381:1 15382:3 15383:1 15387:1 15405:1 15454:2 15456:1 15457:2 15470:1 15482:1 15500:1 15506:1 15531:1 15535:1 15546:1 15554:1 15565:3 15569:2 15578:1 15594:4 15597:1 15600:2 15601:1 15615:5 15617:2 15620:1 15629:1 15630:2 15638:1 15666:1 15678:1 15679:1 15694:1 15704:1 15713:1 15714:1 15725:1 15730:1 15738:3 15744:2 15745:1 15748:1 15750:2 15765:1 15767:1 15785:1 15798:2 15809:4 15826:2 15865:2 15874:7 15884:3 15890:1 15893:1 15902:2 15917:1 15934:1 15941:3 15942:1 15948:1 15962:1 15969:1 15996:1 16013:1 16049:1 16050:1 16054:1 16068:2241 16071:2 16072:1 16092:1 16093:1 16095:1 16103:1 16122:1 16137:4 16141:1 16159:1 16161:1 16169:1 16173:5 16178:2 16191:1 16202:2 16225:1 16238:1 16244:1 16261:2 16264:1 16267:1 16273:2 16275:1 16289:1 16309:1 16312:1 16315:1 16336:1 16339:1 16341:1 16343:2 16344:1 16378:1 16385:1 16406:1 16407:1 16442:3 16446:2 16459:1 16466:1 16472:1 16488:5 16505:1 16520:1 16529:1 16542:1 16544:11 16553:1 16555:3 16557:1 16576:1 16583:1 16599:1 16603:1 16615:1 16617:3 16636:1 16651:2 16666:1 16682:3 16700:2 16702:1 16709:1 16714:1 16729:4 16732:1 16735:1 16747:1 16771:2 16779:2 16787:1 16799:4 16801:1 16823:2 16825:10 16830:1 16838:2 16839:1 16856:1 16865:1 16873:1 16886:1 16887:11 16894:1 16903:1 16904:1 16924:1 16925:1 16927:1 16934:2 16942:1 16963:1 16967:1 16974:2 16993:1 17008:7 17009:1 17010:1 17014:1 17027:15 17031:1 17041:23 17043:4 17047:1 17064:2 17070:1 17080:1 17089:4 17116:2 17119:1 17128:1 17132:2 17139:2 17142:1 17143:1 17165:1 17169:1 17179:1 17186:1 17207:1 17212:1 17218:2 17242:5 17244:1 17255:2 17261:1 17263:1 17272:1 17273:1 17280:1 17293:1 17301:1 17315:1 17316:1 17332:78 17346:1 17352:2 17358:1 17363:1 17367:1 17376:6 17396:1 17402:2 17418:1 17419:1 17422:1 17425:1 17437:1 17440:3 17446:1 17450:1 17462:2 17465:1 17472:1 17475:10 17485:2 17491:15 17492:1 17497:3 17500:1 17547:3 17561:1 17567:6 17568:1 17570:3 17571:1 17573:2 17576:1 17577:2 17578:1 17583:3 17584:1 17585:1 17587:1 17588:2 17590:5 17591:6 17592:1 17636:1 17638:1 17641:1 17646:1 17648:1 17654:1 17656:1 17667:1 17670:1 17671:1 17688:3 17689:1 17690:1 17695:1 17705:1 17711:1 17727:2 17729:1 17731:2 17732:2 17737:1 17750:1 17755:1 17759:1 17760:1 17776:1 17781:1 17788:3 17810:2 17814:1 17816:1 17817:3 17843:2 17856:1 17862:3 17871:1 17878:5 17880:1 17881:4 17897:1 17909:2 17912:1 17916:1 17921:1 17923:1 17930:1 17946:1 17957:1 17964:1 17972:2 17976:1 17990:1 18010:1 18022:1 18027:1 18038:1 18041:1 18055:1 18056:1 18064:1 18069:6 18073:1 18079:2 18086:1 18087:2 18092:1 18101:1 18104:1 18108:5 18110:1 18113:2 18138:1 18140:1 18151:1 18185:1 18199:1 18212:1 18224:5 18232:2 18248:2 18252:2 18253:1 18272:1 18278:1 18332:1 18353:1 18355:1 18359:1 18360:1 18363:3 18364:2 18368:2 18376:1 18381:3 18389:4 18407:1 18412:1 18418:1 18423:1 18427:1 18428:1 18429:1 18433:1 18444:1 18460:2 18468:2 18471:1 18482:1 18485:2 18490:1 18506:1 18507:1 18509:2 18513:1 18515:2 18525:1 18527:1 18561:1 18568:1 18588:1 18598:1 18602:1 18611:2 18612:2 18615:1 18628:1 18631:4 18632:1 18633:1 18634:1 18636:2 18650:2 18659:1 18664:1 18673:1 18677:2 18685:1 18687:1 18691:1 18700:1 18709:1 18710:1 18720:1 18724:1 18729:1 18730:1 18742:4 18746:26 18750:1 18771:1 18775:1 18791:1 18794:1 18803:1 18806:2 18815:1 18820:6 18828:1 18835:1 18843:1 18851:2 18853:5 18855:1 18858:2 18861:1 18889:1 18891:1 18896:3 18901:2 18911:2 18937:1 18964:6 18965:2 18974:1 18976:2 18977:1 18978:1 18983:1 18984:1 18995:12 18996:3 18997:1 19002:2 19010:2 19023:1 19025:1 19034:9 19045:1 19046:1 19059:7 19077:1 19087:1 19112:1 19114:2 19122:2 19125:1 19140:3 19147:1 19149:1 19152:1 19153:1 19164:1 19170:3 19173:1 19174:1 19175:1 19176:1 19180:4 19184:1 19195:1 19199:1 19205:1 19214:2 19218:1 19222:1 19227:1 19228:1 19241:1 19242:2 19243:1 19247:2 19248:1 19262:1 19264:3 19266:1 19269:1 19274:1 19275:1 19286:2 19289:1 19304:1 19305:1 19309:1 19313:3 19332:2 19334:7 19335:1 19337:1 19353:1 19367:1 19374:1 19388:5 19391:2 19393:3 19398:1 19399:1 19410:1 19417:1 19424:1 19438:1 19440:1 19441:1 19446:1 19448:1 19454:1 19469:1 19478:4 19488:1 19490:1 19502:1 19503:3 19540:3 19546:1 19554:1 19566:1 19593:4 19605:7 19638:2 19641:1 19673:2 19685:1 19687:3 19700:1 19705:2 19712:1 19714:1 19720:15 19721:1 19722:1 19735:1 19740:1 19747:1 19761:4 19762:1 19764:1 19779:1 19793:1 19797:1 19801:1 19811:1 19813:1 19837:1 19843:1 19850:1 19860:1 19864:1 19872:1 19874:1 19876:1 19880:1 19890:3 19897:2 19912:1 19915:2 19916:1 19918:1 19921:1 19965:1 19971:1 19978:1 20034:1 20042:1 20049:1 20057:1 20069:1 20072:2 20073:1 20078:7 20083:1 20084:2 20096:1 20103:1 20109:1 20132:3 20134:1 20155:1 20158:1 20159:1 20162:2 20178:1 20198:1 20202:1 20203:2 20212:1 20219:1 20236:1 20239:2 20241:1 20244:4 20245:4 20259:1 20261:1 20268:1 20269:1 20271:1 20279:1 20299:1 20310:1 20311:1 20316:1 20318:2 20319:1 20323:1 20326:3 20328:2 20330:2 20333:2 20345:1 20348:1 20357:3 20358:2 20360:1 20364:1 20374:1 20375:1 20378:1 20382:1 20395:2 20398:1 20405:1 20429:2 20430:3 20433:1 20439:1 20456:1 20458:1 20465:2 20466:1 20468:1 20473:1 20483:1 20485:1 20497:1 20536:1 20541:1 20553:1 20563:1 20567:1 20577:2 20579:7 20580:1 20585:1 20593:1 20629:1 20633:1 20634:1 20641:1 20643:1 20678:1 20686:4 20702:1 20705:1 20709:1 20723:1 20728:3 20733:2 20749:1 20753:1 20758:2 20767:1 20789:1 20792:1 20799:2 20804:3 20830:1 20836:1 20843:1 20845:1 20847:1 20850:2 20853:1 20878:1 20879:1 20886:2 20889:1 20893:1 20906:1 20908:3 20910:1 20914:1 20925:1 20931:1 20932:3 20934:3 20941:1 20942:3 20956:1 20961:1 20963:1 20964:1 20968:1 20973:2 20989:1 20996:1 21004:1 21044:2 21045:1 21054:1 21060:1 21063:1 21077:1 21096:1 21104:1 21109:1 21134:2 21135:3 21140:1 21152:2 21158:1 21162:1 21168:1 21169:4 21190:3 21201:2 21207:1 21212:1 21215:2 21217:1 21236:2 21244:1 21250:1 21264:1 21269:1 21270:2 21273:1 21274:4 21277:4 21279:7 21280:1 21283:1 21284:1 21290:1 21295:1 21302:3 21307:1 21309:2 21361:1 21362:1 21363:1 21383:1 21390:1 21391:1 21397:2 21404:1 21422:1 21429:2 21441:1 21443:1 21449:1 21469:1 21473:1 21490:1 21494:1 21498:1 21505:1 21514:1 21531:2 21537:1 21540:1 21541:2 21542:4 21550:1 21551:1 21552:1 21559:2 21567:1 21570:2 21575:1 21588:2 21602:1 21622:1 21627:2 21632:1 21644:1 21663:1 21676:1 21683:1 21684:2 21695:1 21696:1 21697:2 21710:1 21755:8 21764:1 21781:8 21784:1 21786:2 21822:1 21826:1 21830:2 21834:1 21843:3 21871:1 21872:1 21875:1 21882:2 21887:1 21891:1 21921:1 21925:1 21926:2 21927:1 21938:1 21941:1 21942:2 21945:1 21949:2 21952:1 21974:1 21992:2 22014:2 22015:1 22020:1 22039:1 22045:1 22047:3 22052:1 22070:1 22078:3 22094:1 22106:3 22109:3 22116:8 22117:1 22123:1 22129:1 22140:3 22160:1 22162:3 22176:1 22182:1 22186:2 22188:1 22201:1 22209:6 22212:1 22220:1 22223:1 22226:1 22257:3 22259:1 22268:1 22282:2 22287:1 22291:1 22309:1 22314:1 22325:4 22342:1 22344:1 22345:1 22355:2 22360:5 22362:1 22369:1 22380:2 22391:3 22396:2 22402:5 22409:1 22421:1 22444:1 22445:1 22448:1 22453:2 22456:1 22466:2 22469:2 22470:1 22482:1 22488:1 22489:1 22493:2 22494:1 22495:1 22502:1 22517:1 22523:1 22532:1 22545:1 22566:5 22572:1 22574:1 22578:1 22597:2 22601:6 22602:1 22611:1 22625:8 22627:1 22628:1 22640:3 22645:1 22653:1 22664:2 22666:1 22671:1 22675:1 22696:4 22709:1 22711:2 22723:3 22726:1 22748:1 22754:1 22760:1 22768:1 22777:1 22801:1 22807:1 22841:2 22844:1 22847:1 22851:1 22852:1 22854:1 22884:1 22891:1 22895:1 22900:3 22901:3 22904:1 22914:2 22932:1 22946:2 22947:2 22948:1 22971:2 22972:1 22974:1 22976:2 22988:1 22992:1 22994:1 23015:1 23029:1 23037:1 23049:2 23065:4 23070:1 23093:1 23100:1 23106:1 23125:1 23127:1 23128:1 23145:3 23149:1 23150:1 23162:1 23167:2 23170:1 23178:2 23184:1 23196:2 23199:1 23200:1 23208:1 23213:1 23230:1 23236:2 23246:1 23273:3 23279:1 23283:1 23297:1 23356:3 23359:1 23378:1 23380:2 23382:1 23385:1 23392:1 23393:2 23394:1 23413:1 23422:1 23436:2 23444:1 23448:1 23453:2 23458:1 23459:1 23461:1 23465:1 23470:1 23471:1 23491:1 23492:2 23498:1 23505:1 23510:3 23515:3 23524:1 23531:1 23533:1 23541:1 23547:1 23548:1 23550:2 23551:1 23568:1 23597:1 23598:2 23606:2 23621:1 23631:1 23632:2 23642:1 23656:2 23658:3 23659:3 23660:1 23661:1 23663:1 23664:2 23667:1 23673:2 23676:2 23680:1 23682:5 23699:3 23702:1 23709:2 23717:1 23720:1 23744:2 23754:1 23759:1 23764:3 23765:1 23778:1 23783:1 23785:1 23787:4 23828:1 23833:1 23836:1 23853:1 23859:3 23871:1 23874:1 23876:1 23880:1 23905:1 23908:1 23909:1 23910:1 23923:4 23937:1 23941:1 23948:2 23953:12 23969:1 23982:2 23983:1 24066:2 24091:2 24110:1 24114:1 24125:1 24133:1 24143:2 24146:1 24154:1 24171:1 24174:1 24175:1 24181:1 24197:1 24200:2 24202:1 24203:1 24208:1 24211:1 24222:1 24227:1 24228:1 24229:1 24237:7 24253:2 24264:1 24269:2 24282:32 24306:1 24308:1 24309:1 24319:4 24326:2 24328:1 24337:1 24371:2 24395:3 24400:1 24410:1 24419:1 24423:2 24431:1 24437:2 24439:1 24459:1 24475:3 24492:1 24503:2 24522:1 24530:1 24535:2 24538:2 24541:2 24549:1 24554:1 24571:1 24578:2 24591:1 24594:1 24596:1 24601:2 24602:1 24609:1 24611:1 24621:1 24627:1 24629:1 24631:1 24633:1 24634:1 24639:1 24641:1 24646:1 24651:1 24656:7 24667:1 24678:1 24683:1 24685:2 24717:1 24718:1 24720:4 24721:1 24723:1 24759:1 24763:1 24770:3 24772:6 24783:1 24810:1 24829:1 24832:3 24838:1 24859:1 24878:1 24889:2 24892:1 24901:1 24920:1 24922:1 24929:2 24936:4 24950:1 24960:2 24970:1 24985:1 24992:1 25015:1 25037:1 25052:1 25054:2 25058:2 25071:1 25081:1 25082:1 25091:1 25099:1 25106:2 25108:1 25109:1 25120:1 25130:1 25133:1 25138:1 25152:1 25164:1 25169:2 25173:2 25174:1 25183:1 25188:1 25191:1 25192:1 25197:1 25209:1 25217:2 25219:1 25258:3 25259:1 25260:1 25264:2 25284:1 25296:3 25305:1 25314:2 25317:1 25321:3 25327:1 25331:2 25345:2 25348:1 25353:1 25355:2 25357:1 25358:1 25359:1 25363:1 25365:7 25366:1 25368:2 25369:1 25370:1 25372:1 25375:1 25381:1 25382:1 25388:1 25390:1 25409:2 25416:1 25418:1 25430:1 25435:1 25440:1 25448:1 5 2:1 11:1 36:1 38:3 39:1 41:1 86:1 89:3 91:1 104:3 120:1 122:1 130:2 138:6 154:1 158:2 161:1 165:1 167:1 169:1 176:2 181:1 185:1 197:1 198:1 204:6 211:1 229:1 230:1 233:3 248:3 252:1 283:3 312:5 313:1 324:1 331:1 333:1 343:1 352:1 360:2 361:5 363:1 377:1 383:1 396:3 403:1 409:2 413:1 420:1 426:1 429:1 466:1 480:1 487:1 497:1 509:1 512:1 518:1 526:1 530:4 531:1 542:2 552:1 555:1 556:1 558:2 572:9 573:1 593:1 601:1 614:1 636:1 642:1 646:1 674:1 680:1 696:1 697:1 712:1 718:1 734:1 744:2 752:2 766:4 778:6 783:1 785:1 787:1 793:3 795:1 799:7 803:3 805:3 813:1 814:4 829:7 844:3 847:1 848:1 849:3 851:5 865:2 867:3 871:1 876:1 883:4 887:2 890:1 902:1 904:2 917:1 951:1 953:1 961:1 967:1 977:2 1018:2 1040:1 1045:1 1070:2 1074:1 1080:1 1097:1 1098:1 1103:1 1106:2 1108:1 1115:1 1116:1 1117:3 1124:1 1134:2 1135:1 1141:1 1143:1 1146:1 1147:1 1176:1 1198:1 1213:2 1230:1 1243:1 1244:1 1249:1 1259:1 1260:1 1261:4 1279:4 1281:1 1286:1 1288:3 1294:2 1296:1 1304:3 1307:2 1309:1 1310:1 1313:1 1318:1 1323:1 1348:1 1350:2 1353:1 1354:1 1357:1 1367:1 1371:3 1385:1 1390:2 1395:1 1403:11 1406:1 1413:12 1420:2 1422:3 1425:1 1447:1 1452:2 1454:1 1479:4 1488:1 1497:1 1502:1 1503:1 1517:1 1538:1 1541:1 1558:1 1565:1 1588:1 1589:2 1598:2 1608:1 1623:1 1627:1 1636:1 1638:1 1640:2 1651:1 1657:1 1660:1 1663:1 1685:1 1694:2 1697:1 1707:2 1712:1 1716:1 1733:1 1748:1 1752:1 1765:1 1768:1 1778:2 1786:1 1787:3 1788:1 1801:2 1804:2 1808:2 1809:1 1813:2 1818:1 1821:2 1828:1 1846:1 1851:1 1861:3 1873:2 1880:1 1881:1 1886:1 1888:1 1890:2 1893:1 1900:2 1911:1 1916:1 1918:8 1940:2 1953:4 1975:1 1976:3 1977:1 1981:2 1985:1 1995:1 2016:1 2028:4 2029:1 2030:3 2032:8 2033:2 2034:4 2035:1 2039:3 2040:3 2045:2 2046:4 2048:1 2049:1 2050:1 2052:2 2053:2 2058:2 2060:1 2061:1 2094:2 2098:1 2109:3 2117:1 2136:2 2143:1 2149:1 2157:1 2167:3 2173:1 2179:1 2180:1 2181:1 2182:1 2184:2 2188:1 2194:1 2200:1 2211:1 2221:1 2223:1 2226:1 2250:2 2252:1 2253:1 2262:1 2280:1 2313:2 2317:1 2333:1 2339:4 2343:6 2351:1 2355:1 2359:1 2362:1 2363:1 2365:1 2379:1 2384:1 2393:1 2394:1 2396:3 2397:3 2414:1 2434:1 2436:1 2442:1 2460:2 2461:2 2469:1 2473:2 2476:1 2484:2 2490:3 2491:1 2494:1 2502:1 2503:1 2507:1 2519:1 2542:1 2550:1 2562:19 2569:1 2571:1 2573:10 2586:2 2589:1 2598:2 2608:1 2611:19 2627:1 2631:1 2634:1 2642:1 2650:2 2656:1 2660:3 2661:1 2699:1 2719:1 2729:1 2741:1 2743:1 2744:2 2748:4 2757:2 2772:1 2791:1 2807:1 2809:1 2812:1 2841:4 2859:1 2883:1 2884:1 2885:1 2888:1 2891:3 2907:6 2944:1 2971:1 2981:1 3007:3 3019:3 3023:1 3024:4 3025:5 3027:3 3028:3 3029:6 3030:4 3031:1 3032:1 3034:3 3035:1 3038:1 3042:1 3065:1 3073:1 3075:1 3076:4 3080:2 3082:5 3085:4 3099:3 3105:1 3106:3 3120:1 3136:2 3140:1 3144:3 3145:7 3146:1 3147:21 3156:3 3159:1 3162:1 3169:1 3171:1 3180:2 3189:1 3190:2 3206:1 3207:1 3212:1 3217:1 3221:1 3225:1 3237:7 3238:2 3239:1 3241:3 3249:2 3254:1 3273:1 3277:1 3283:7 3286:1 3290:1 3313:1 3327:1 3329:1 3331:2 3353:1 3367:1 3369:1 3375:1 3377:1 3380:1 3395:2 3410:1 3418:1 3420:1 3422:1 3437:2 3445:1 3448:1 3450:1 3454:1 3456:3 3472:1 3475:2 3477:1 3480:1 3482:1 3493:3 3496:1 3498:1 3506:1 3512:1 3514:1 3524:2 3530:8 3531:2 3543:1 3545:1 3546:1 3551:1 3577:2 3578:1 3584:1 3605:1 3610:1 3613:1 3618:2 3623:2 3635:1 3638:1 3659:1 3665:1 3670:2 3688:1 3690:1 3700:1 3703:3 3708:1 3724:1 3739:1 3761:2 3773:2 3775:1 3800:1 3801:1 3803:3 3817:1 3820:1 3829:1 3831:1 3836:2 3846:6 3849:1 3854:1 3857:1 3858:1 3868:2 3905:1 3926:1 3927:1 3939:1 3959:1 3966:3 3968:1 3971:1 3993:2 3998:1 4004:1 4007:3 4008:1 4010:5 4025:1 4026:1 4028:1 4032:4 4049:2 4054:4 4056:4 4062:1 4063:1 4064:1 4083:1 4084:2 4085:1 4088:1 4093:1 4121:1 4126:1 4130:1 4131:6 4158:2 4167:1 4168:1 4169:1 4180:3 4183:1 4185:2 4191:1 4198:1 4218:1 4227:1 4264:1 4272:1 4282:1 4286:1 4307:1 4308:1 4310:13 4311:1 4320:2 4338:1 4342:1 4343:1 4351:1 4352:1 4363:1 4388:1 4399:3 4412:2 4413:6 4414:1 4416:2 4418:5 4420:2 4421:1 4423:4 4425:2 4428:7 4430:1 4435:1 4436:1 4437:2 4438:2 4440:1 4455:4 4458:1 4470:1 4484:2 4505:3 4515:1 4522:1 4524:1 4535:2 4544:2 4547:1 4553:1 4580:3 4593:1 4597:1 4599:3 4637:1 4640:2 4651:1 4653:1 4656:1 4666:7 4676:1 4686:1 4696:1 4699:1 4720:1 4731:1 4762:1 4764:1 4769:1 4774:1 4776:1 4784:1 4785:1 4787:5 4794:1 4799:1 4806:1 4807:1 4813:1 4860:4 4895:2 4899:2 4903:1 4904:1 4908:2 4912:1 4916:1 4921:1 4924:1 4932:3 4950:2 4961:1 4971:1 4974:2 4995:1 4996:1 5001:2 5007:1 5028:1 5032:1 5043:1 5047:1 5053:1 5055:2 5071:4 5091:2 5150:1 5151:1 5162:2 5170:1 5173:1 5177:1 5178:1 5184:1 5202:1 5221:1 5228:3 5230:2 5234:2 5246:1 5253:1 5255:2 5256:1 5258:1 5260:5 5269:1 5270:2 5272:2 5273:1 5276:1 5284:1 5290:1 5296:3 5304:1 5308:1 5311:2 5319:2 5322:1 5331:1 5337:1 5349:1 5352:1 5373:2 5374:3 5376:5 5378:2 5411:6 5412:1 5414:2 5424:2 5425:2 5429:1 5460:1 5463:1 5467:1 5476:3 5478:2 5490:5 5493:1 5494:1 5508:1 5517:3 5537:1 5560:1 5568:3 5569:2 5571:1 5574:1 5576:1 5577:3 5581:1 5582:3 5585:2 5593:9 5594:1 5595:1 5597:1 5609:1 5614:1 5631:1 5645:1 5679:2 5684:1 5685:1 5694:1 5702:3 5725:1 5778:1 5789:1 5790:1 5810:1 5811:1 5814:1 5819:1 5824:1 5825:1 5831:1 5834:2 5842:3 5850:1 5854:2 5855:2 5877:2 5892:1 5908:1 5914:1 5919:1 5923:4 5949:8 5952:1 5956:1 5957:2 5960:1 5961:1 5963:1 5971:1 5973:1 5985:8 5999:1 6018:1 6023:1 6026:1 6038:1 6049:1 6053:1 6056:1 6061:1 6062:1 6065:1 6066:1 6075:1 6076:11 6091:1 6116:1 6119:2 6141:3 6151:1 6154:1 6160:1 6167:3 6173:1 6202:1 6215:1 6223:1 6229:4 6246:2 6254:1 6257:1 6263:1 6305:1 6309:1 6315:1 6317:2 6330:1 6331:1 6332:1 6336:2 6341:1 6352:1 6355:1 6361:1 6369:1 6378:1 6386:2 6393:2 6395:1 6407:1 6412:1 6414:2 6417:1 6422:1 6426:2 6431:1 6445:1 6456:1 6492:4 6502:1 6511:1 6515:5 6517:1 6520:2 6536:1 6542:1 6566:2 6569:1 6579:1 6606:2 6613:3 6614:4 6617:1 6626:1 6632:1 6633:1 6645:1 6665:1 6680:3 6681:2 6689:3 6694:2 6696:4 6702:1 6720:4 6734:41 6738:1 6746:20 6748:12 6758:1 6763:1 6765:1 6769:1 6797:1 6805:1 6807:2 6813:1 6834:2 6860:4 6861:1 6868:1 6873:1 6889:1 6908:1 6919:7 6923:1 6925:1 6952:1 6957:2 6960:1 6968:2 6973:1 6994:1 7000:1 7002:1 7013:2 7025:2 7033:1 7043:1 7054:1 7065:1 7069:1 7071:1 7074:1 7077:3 7088:1 7096:2 7100:1 7104:1 7116:2 7123:1 7126:1 7145:1 7154:2 7160:48 7183:1 7195:1 7201:1 7204:1 7209:1 7225:3 7232:1 7233:16 7235:9 7237:1 7239:1 7263:1 7269:2 7270:2 7276:2 7277:1 7282:1 7290:1 7299:1 7302:1 7305:2 7308:1 7318:1 7321:1 7337:2 7351:3 7353:1 7359:1 7366:3 7368:2 7370:1 7371:1 7374:1 7375:2 7376:2 7381:1 7382:1 7388:4 7390:1 7397:2 7416:1 7432:1 7446:1 7458:1 7464:1 7475:1 7477:1 7478:1 7480:1 7483:4 7485:2 7488:1 7491:1 7493:1 7497:3 7498:4 7500:1 7501:1 7511:3 7522:5 7529:1 7534:1 7537:9 7538:1 7562:1 7566:1 7600:1 7606:1 7620:3 7625:1 7629:1 7631:2 7663:2 7666:1 7669:1 7675:2 7678:1 7701:1 7714:1 7719:1 7727:3 7736:1 7751:1 7761:1 7775:1 7784:1 7790:1 7797:1 7818:1 7850:1 7861:1 7866:1 7874:2 7878:1 7882:2 7886:2 7897:1 7898:1 7905:1 7910:1 7912:2 7922:1 7925:1 7934:1 7938:1 7959:1 7974:1 7982:1 8001:4 8003:1 8008:1 8018:1 8027:1 8032:1 8034:1 8035:1 8044:1 8045:1 8054:3 8055:1 8066:1 8077:2 8087:2 8088:2 8089:2 8091:1 8095:3 8100:1 8103:1 8104:2 8107:2 8108:2 8109:1 8114:3 8124:1 8126:1 8137:1 8142:1 8162:1 8197:1 8199:1 8202:1 8205:4 8208:1 8209:1 8213:1 8218:1 8219:1 8231:2 8248:1 8259:1 8260:1 8270:1 8272:4 8289:1 8292:1 8298:1 8304:1 8308:1 8310:3 8325:2 8332:1 8335:3 8341:1 8363:1 8365:5 8368:1 8371:1 8378:1 8380:1 8398:1 8403:1 8415:1 8417:1 8419:2 8422:1 8430:1 8445:1 8459:1 8466:1 8482:3 8484:3 8485:1 8494:1 8503:1 8510:1 8511:1 8528:1 8530:1 8534:1 8540:2 8542:1 8544:7 8545:1 8546:1 8547:1 8550:1 8552:1 8556:1 8565:1 8573:1 8586:1 8593:2 8610:1 8614:3 8627:6 8671:4 8683:2 8687:1 8697:1 8703:3 8705:3 8710:3 8722:3 8725:1 8726:1 8727:5 8735:2 8759:1 8760:1 8764:1 8769:1 8772:1 8773:2 8791:2 8806:2 8807:6 8809:1 8814:1 8816:1 8817:1 8818:3 8825:2 8826:2 8829:2 8834:1 8837:1 8870:1 8890:1 8892:1 8898:1 8911:2 8916:6 8942:1 8947:1 8953:1 8954:1 8959:1 8970:1 8972:1 8977:8 9001:1 9002:1 9003:4 9004:2 9005:3 9006:2 9011:1 9012:3 9014:5 9016:1 9017:1 9020:1 9023:1 9025:1 9026:2 9033:2 9036:2 9038:15 9041:3 9042:1 9043:8 9044:2 9047:1 9060:3 9072:1 9091:1 9105:1 9106:2 9108:1 9110:1 9114:4 9117:1 9118:1 9119:1 9130:1 9142:1 9144:3 9150:1 9154:2 9156:1 9169:1 9172:1 9174:1 9178:1 9181:2 9205:6 9216:2 9247:1 9255:1 9276:1 9280:1 9281:1 9285:1 9296:1 9298:7 9306:1 9320:1 9331:1 9342:1 9348:1 9349:1 9350:3 9354:2 9370:2 9380:1 9382:1 9383:1 9388:1 9398:1 9402:1 9417:2 9422:1 9442:1 9458:1 9466:1 9483:1 9492:2 9504:1 9507:5 9508:5 9525:1 9529:1 9552:1 9556:3 9562:3 9565:2 9568:1 9570:1 9598:2 9601:1 9609:1 9623:5 9628:1 9629:2 9630:1 9631:1 9637:1 9639:1 9642:1 9644:1 9648:1 9650:1 9657:7 9658:1 9665:1 9667:1 9681:1 9684:1 9686:1 9696:1 9708:1 9711:1 9713:1 9734:1 9783:1 9823:3 9826:1 9828:2 9837:1 9841:1 9842:1 9857:1 9858:1 9862:1 9868:1 9872:1 9878:1 9880:1 9881:1 9886:1 9891:2 9895:2 9899:1 9905:1 9910:1 9912:1 9913:1 9917:1 9918:1 9921:13 9939:1 9940:1 9965:1 9967:1 9970:1 9979:5 9997:1 10001:1 10018:1 10025:1 10040:1 10042:2 10051:1 10065:1 10101:1 10102:8 10109:1 10133:3 10134:1 10136:1 10140:1 10157:1 10160:6 10163:1 10165:1 10170:7 10172:1 10193:2 10195:1 10202:1 10203:7 10207:2 10213:1 10215:15 10220:1 10225:4 10230:1 10233:2 10234:2 10235:1 10237:2 10243:1 10247:2 10259:1 10272:1 10274:1 10278:1 10281:1 10284:1 10285:1 10288:4 10292:1 10296:3 10297:1 10300:1 10302:2 10327:1 10331:1 10332:2 10351:2 10357:1 10358:3 10382:2 10401:7 10404:4 10408:2 10411:1 10430:1 10440:1 10443:1 10447:1 10452:1 10455:1 10459:1 10469:1 10477:1 10492:1 10493:1 10496:2 10506:1 10519:1 10522:1 10533:2 10534:3 10538:1 10546:1 10549:2 10550:1 10555:1 10573:1 10578:1 10592:1 10637:1 10654:1 10656:3 10657:1 10668:1 10672:1 10676:3 10697:1 10712:1 10715:1 10717:1 10722:1 10778:1 10800:3 10801:1 10802:1 10826:1 10837:1 10839:3 10860:1 10865:1 10868:1 10882:1 10927:1 10939:1 10951:2 10957:1 10958:1 10959:1 10969:1 11000:1 11004:6 11005:2 11008:1 11009:1 11013:2 11018:1 11021:3 11022:1 11023:1 11033:1 11038:1 11041:5 11054:3 11056:2 11058:1 11063:2 11072:1 11076:2 11077:1 11080:3 11085:2 11088:1 11093:1 11106:1 11111:2 11116:1 11120:3 11129:1 11134:1 11136:1 11137:2 11143:2 11144:3 11150:1 11160:2 11163:2 11178:1 11185:1 11195:1 11205:2 11208:1 11209:5 11210:2 11212:1 11216:1 11221:1 11227:1 11237:1 11247:1 11260:2 11262:1 11274:1 11281:1 11312:1 11313:1 11316:1 11321:1 11327:1 11341:1 11355:1 11357:1 11366:1 11378:2 11379:1 11387:1 11391:2 11398:2 11404:1 11408:1 11409:1 11411:1 11416:1 11429:1 11432:2 11433:3 11442:1 11443:1 11458:1 11460:6 11480:1 11489:1 11521:1 11523:1 11542:8 11543:4 11551:1 11567:1 11573:1 11575:1 11598:1 11600:3 11601:1 11604:2 11652:2 11658:2 11674:1 11708:1 11721:1 11724:1 11725:1 11734:1 11735:4 11749:3 11756:2 11758:1 11771:2 11773:1 11779:1 11791:1 11797:2 11798:1 11813:1 11828:6 11831:4 11833:1 11834:2 11835:2 11837:1 11843:6 11848:1 11849:1 11852:1 11853:1 11857:2 11862:2 11864:1 11865:1 11872:1 11874:1 11875:1 11907:1 11910:1 11913:1 11925:1 11930:1 11938:6 11940:2 11945:1 11949:1 11954:1 11979:10 11981:1 11989:1 11991:1 12003:1 12005:1 12014:1 12015:1 12017:4 12023:1 12026:1 12027:1 12045:1 12047:1 12051:3 12057:1 12060:1 12067:2 12073:5 12083:1 12101:1 12102:1 12103:1 12105:1 12113:1 12134:1 12135:13 12140:2 12166:1 12187:7 12189:2 12194:1 12198:1 12224:2 12230:1 12238:1 12247:1 12250:4 12251:1 12259:3 12263:1 12269:1 12286:1 12288:1 12294:1 12309:1 12311:5 12317:1 12345:1 12356:1 12376:1 12386:1 12404:1 12410:1 12411:4 12412:2 12415:1 12417:2 12429:1 12432:1 12434:1 12435:1 12439:3 12443:3 12446:1 12456:2 12457:4 12466:1 12467:1 12504:1 12522:2 12527:2 12540:3 12568:1 12577:2 12587:1 12599:2 12602:1 12606:1 12614:1 12624:2 12627:1 12633:1 12637:2 12638:1 12643:1 12645:1 12647:1 12670:4 12702:3 12715:3 12718:1 12726:1 12733:1 12737:1 12739:1 12741:1 12751:1 12754:1 12774:2 12786:1 12797:1 12800:1 12801:2 12814:1 12821:1 12825:11 12828:2 12833:1 12870:1 12879:1 12889:3 12891:2 12892:1 12893:1 12899:1 12908:1 12914:1 12915:1 12917:3 12932:1 12946:1 12953:1 12975:1 12977:3 12995:1 13000:1 13006:1 13008:1 13024:1 13029:1 13036:1 13041:1 13047:1 13055:1 13061:1 13062:1 13080:1 13091:2 13094:1 13097:1 13098:1 13106:1 13118:1 13124:1 13139:2 13142:1 13143:1 13149:3 13152:1 13154:1 13168:2 13173:3 13176:1 13187:3 13194:1 13199:1 13201:1 13208:1 13223:1 13225:1 13238:1 13240:1 13242:1 13244:1 13251:2 13257:1 13265:1 13272:1 13280:1 13288:1 13293:1 13302:1 13304:1 13307:1 13319:1 13320:2 13334:4 13340:1 13364:2 13367:3 13372:1 13379:1 13387:1 13391:7 13393:1 13413:1 13427:1 13448:4 13477:1 13505:1 13513:1 13515:1 13516:1 13521:2 13530:1 13532:2 13538:2 13545:1 13548:1 13557:5 13558:1 13563:5 13583:2 13594:1 13597:1 13608:2 13616:1 13622:1 13639:1 13645:2 13657:2 13660:2 13666:2 13667:1 13675:3 13690:1 13698:1 13711:1 13714:3 13731:1 13770:1 13787:2 13793:1 13795:1 13796:3 13802:2 13824:2 13840:1 13842:1 13850:4 13856:4 13866:1 13880:1 13886:6 13908:1 13909:1 13917:1 13918:5 13922:1 13942:1 13950:1 13960:2 13963:2 13986:1 13992:2 14001:1 14002:1 14004:1 14005:1 14008:3 14010:1 14011:4 14013:5 14014:5 14015:2 14016:3 14018:4 14019:1 14020:2 14021:4 14024:2 14025:1 14027:2 14028:1 14029:1 14030:1 14031:7 14034:1 14037:1 14043:1 14060:1 14067:1 14070:3 14109:1 14110:1 14124:1 14129:1 14131:1 14135:3 14141:1 14162:1 14164:1 14182:1 14192:1 14206:1 14212:1 14213:1 14217:1 14226:1 14231:1 14243:1 14248:1 14249:3 14266:1 14285:1 14291:1 14295:1 14301:1 14305:1 14308:1 14318:6 14321:3 14333:1 14349:1 14357:1 14365:1 14369:1 14373:1 14378:1 14389:1 14402:2 14414:1 14415:1 14439:1 14457:16 14482:2 14497:1 14501:1 14504:1 14521:1 14539:2 14542:1 14565:2 14568:3 14578:2 14581:1 14590:1 14600:1 14606:3 14608:1 14618:1 14625:2 14629:2 14634:1 14656:1 14660:1 14665:1 14669:1 14671:3 14680:1 14684:2 14689:1 14690:1 14695:2 14702:1 14706:1 14712:1 14713:1 14714:2 14716:11 14727:1 14750:1 14756:1 14761:1 14768:1 14782:1 14785:1 14794:3 14797:1 14819:1 14823:1 14829:1 14839:1 14849:1 14852:1 14853:1 14858:2 14901:1 14915:2 14919:2 14941:1 14942:1 14986:3 14990:1 14992:1 15008:2 15016:1 15023:1 15024:1 15039:3 15040:1 15072:1 15074:1 15079:1 15086:1 15101:4 15115:2 15146:1 15155:1 15160:1 15162:1 15163:2 15170:1 15177:1 15190:3 15204:3 15208:1 15211:2 15212:1 15216:1 15220:1 15233:1 15235:1 15244:1 15268:2 15287:1 15311:1 15323:3 15325:1 15335:1 15363:1 15370:1 15381:1 15382:3 15383:1 15387:1 15405:1 15454:2 15456:1 15457:2 15470:1 15482:1 15500:1 15506:1 15531:1 15535:1 15546:1 15554:1 15565:3 15569:2 15578:1 15594:4 15597:1 15600:2 15601:1 15615:5 15617:2 15620:1 15629:1 15630:2 15638:1 15666:1 15678:1 15679:1 15694:1 15704:1 15713:1 15714:1 15725:1 15730:1 15738:3 15744:3 15745:1 15748:1 15750:2 15765:1 15767:1 15785:1 15798:2 15809:4 15826:2 15865:2 15874:7 15884:3 15890:1 15893:1 15902:2 15917:1 15934:1 15941:3 15942:1 15948:1 15962:1 15969:1 15996:1 16001:1 16013:1 16032:1 16049:1 16050:1 16054:1 16068:2266 16071:2 16072:1 16092:1 16093:1 16095:1 16103:1 16122:1 16137:4 16141:1 16159:1 16161:1 16169:1 16173:5 16178:2 16191:1 16202:3 16225:1 16238:1 16244:1 16261:2 16264:1 16267:1 16273:2 16275:1 16289:1 16309:1 16312:1 16315:1 16336:1 16339:1 16341:1 16343:2 16344:1 16378:1 16385:1 16406:1 16407:1 16442:3 16446:2 16459:1 16466:1 16472:1 16488:5 16505:1 16520:1 16529:1 16542:1 16544:11 16553:1 16555:3 16557:1 16576:1 16583:1 16599:1 16603:1 16615:1 16617:3 16636:1 16651:2 16666:1 16682:3 16700:2 16702:1 16703:1 16709:1 16714:1 16729:4 16732:1 16735:1 16747:1 16771:2 16779:2 16787:1 16799:4 16801:1 16823:2 16825:10 16830:1 16838:2 16839:1 16856:1 16865:1 16873:1 16886:1 16887:11 16894:1 16903:1 16904:1 16924:1 16925:1 16927:1 16934:2 16942:1 16963:1 16967:1 16974:2 16993:1 16999:1 17008:7 17009:1 17010:1 17014:1 17027:16 17031:1 17041:23 17043:4 17047:1 17064:2 17070:1 17080:1 17089:4 17116:2 17119:1 17128:1 17132:2 17139:2 17142:1 17143:1 17165:1 17169:1 17179:2 17186:1 17207:1 17212:1 17218:2 17242:5 17244:1 17255:2 17261:1 17263:1 17272:1 17273:1 17280:1 17293:1 17301:1 17315:1 17316:1 17332:81 17346:1 17352:2 17358:1 17363:1 17367:1 17376:6 17396:1 17402:2 17408:1 17418:1 17419:1 17422:1 17425:1 17437:1 17440:3 17446:1 17450:1 17462:2 17465:1 17472:1 17475:10 17485:2 17491:16 17492:1 17497:4 17500:1 17547:3 17561:1 17567:6 17568:1 17570:3 17571:1 17573:2 17576:1 17577:2 17578:1 17583:3 17584:2 17585:1 17587:1 17588:2 17590:5 17591:6 17592:1 17636:1 17638:1 17641:1 17646:1 17648:1 17654:1 17656:1 17667:1 17670:1 17671:1 17688:3 17689:1 17690:1 17695:1 17705:1 17711:1 17727:2 17729:1 17731:2 17732:2 17737:1 17750:1 17755:1 17759:1 17760:1 17776:1 17781:1 17788:3 17810:2 17814:1 17816:1 17817:3 17843:2 17856:1 17862:3 17871:1 17878:5 17880:1 17881:4 17897:1 17909:2 17912:1 17916:1 17921:1 17923:1 17930:1 17946:1 17957:1 17964:1 17972:2 17976:1 17990:1 18010:1 18022:1 18027:1 18038:1 18041:1 18055:1 18056:1 18064:1 18069:7 18073:1 18079:2 18086:1 18087:2 18092:1 18101:1 18104:1 18108:5 18110:1 18113:2 18138:2 18140:1 18151:1 18185:1 18199:1 18212:1 18224:6 18232:2 18237:1 18248:2 18252:2 18253:1 18272:1 18278:1 18332:1 18353:1 18355:1 18359:1 18360:1 18363:3 18364:2 18368:2 18376:1 18381:3 18389:4 18407:1 18412:1 18418:1 18423:1 18427:1 18428:1 18429:1 18433:1 18444:1 18460:2 18468:2 18471:1 18482:1 18485:2 18490:1 18506:1 18507:1 18509:2 18513:1 18515:3 18525:1 18527:1 18561:1 18568:1 18588:1 18598:1 18602:1 18611:2 18612:2 18615:1 18628:1 18631:4 18632:1 18633:1 18634:1 18636:2 18650:2 18659:1 18664:1 18673:1 18677:2 18685:1 18687:1 18691:1 18700:1 18709:1 18710:1 18720:1 18724:1 18729:1 18730:1 18742:4 18746:26 18750:1 18771:1 18775:1 18791:2 18794:1 18803:1 18806:2 18815:1 18820:6 18828:1 18835:1 18843:1 18851:2 18853:5 18855:1 18858:2 18861:1 18889:1 18891:1 18896:3 18901:2 18911:2 18930:1 18937:1 18964:6 18965:3 18974:1 18976:2 18977:1 18978:1 18983:1 18984:1 18995:12 18996:3 18997:1 19002:2 19010:2 19023:1 19025:1 19034:9 19045:1 19046:1 19059:7 19077:1 19087:1 19112:1 19114:2 19122:2 19125:1 19140:3 19147:1 19149:1 19152:1 19153:1 19164:1 19170:3 19173:1 19174:1 19175:1 19176:1 19180:5 19184:1 19195:1 19199:1 19205:1 19214:2 19218:1 19222:1 19227:1 19228:1 19241:1 19242:2 19243:1 19247:2 19248:1 19262:1 19264:3 19266:1 19269:1 19274:1 19275:1 19286:2 19289:1 19304:1 19305:1 19309:1 19313:3 19332:2 19334:7 19335:1 19337:1 19353:1 19357:1 19367:1 19374:1 19388:5 19391:2 19393:4 19398:1 19399:1 19410:1 19417:1 19424:1 19438:1 19440:1 19441:1 19446:1 19448:1 19454:1 19469:1 19478:4 19488:1 19490:1 19502:1 19503:3 19519:1 19540:3 19546:1 19554:1 19566:1 19593:4 19605:7 19638:2 19641:1 19673:2 19685:1 19687:3 19700:1 19705:2 19712:1 19714:1 19720:16 19721:1 19722:1 19735:1 19740:1 19747:1 19756:1 19761:4 19762:1 19764:1 19779:1 19793:1 19797:1 19801:1 19811:1 19813:1 19837:1 19843:1 19850:1 19860:1 19864:1 19872:1 19874:1 19876:1 19880:1 19890:3 19897:2 19912:1 19915:2 19916:1 19918:1 19921:1 19965:1 19971:1 19978:1 20034:1 20041:1 20042:1 20049:1 20057:1 20069:1 20072:2 20073:1 20078:7 20083:1 20084:2 20096:1 20103:1 20109:1 20132:3 20134:1 20155:1 20158:1 20159:1 20162:2 20178:1 20198:1 20202:1 20203:2 20212:1 20219:1 20236:1 20239:2 20241:1 20244:4 20245:4 20259:1 20261:1 20268:1 20269:1 20271:1 20279:1 20299:1 20310:1 20311:1 20316:1 20318:2 20319:1 20323:1 20326:3 20328:2 20330:2 20333:2 20345:1 20348:1 20357:3 20358:2 20360:1 20364:1 20374:1 20375:1 20378:1 20382:1 20395:2 20398:1 20405:1 20429:2 20430:3 20433:1 20439:1 20456:1 20458:1 20465:2 20466:1 20468:1 20473:1 20483:1 20485:1 20497:1 20536:1 20541:1 20553:1 20563:1 20567:1 20577:2 20579:7 20580:1 20585:1 20593:1 20629:1 20633:1 20634:1 20641:1 20643:1 20678:1 20686:4 20702:1 20705:1 20709:1 20723:1 20728:3 20733:2 20749:1 20753:1 20758:2 20767:1 20789:1 20792:1 20799:2 20804:3 20830:1 20836:1 20843:1 20845:1 20847:1 20850:2 20853:1 20878:1 20879:1 20886:2 20889:1 20893:1 20906:1 20908:3 20910:1 20914:1 20925:1 20931:1 20932:3 20934:3 20941:1 20942:3 20956:1 20961:1 20963:1 20964:1 20968:2 20973:2 20989:1 20996:1 21004:1 21044:2 21045:1 21054:1 21060:1 21063:1 21077:1 21096:1 21104:1 21109:1 21134:2 21135:3 21140:1 21145:1 21152:2 21158:1 21162:1 21168:1 21169:4 21190:3 21201:2 21207:1 21212:1 21215:2 21217:1 21236:2 21244:1 21250:1 21264:1 21269:1 21270:2 21273:1 21274:4 21277:4 21279:7 21280:1 21283:1 21284:1 21290:1 21295:1 21302:3 21307:1 21309:2 21361:1 21362:1 21363:1 21383:1 21390:1 21391:1 21397:2 21404:1 21422:1 21429:2 21441:1 21443:1 21449:1 21469:1 21473:1 21490:1 21494:1 21498:1 21505:1 21514:1 21531:2 21537:1 21540:1 21541:2 21542:4 21550:1 21551:1 21552:1 21559:2 21567:1 21570:2 21575:1 21588:2 21602:1 21622:1 21627:2 21632:1 21644:1 21663:1 21676:1 21683:1 21684:2 21695:1 21696:1 21697:2 21710:1 21755:8 21764:1 21781:8 21784:1 21786:2 21822:1 21826:1 21830:2 21834:1 21843:3 21871:1 21872:1 21875:1 21882:2 21887:1 21891:1 21921:1 21925:1 21926:2 21927:1 21938:1 21941:1 21942:2 21945:1 21949:4 21952:1 21974:1 21992:2 22014:2 22015:1 22020:1 22039:1 22045:1 22047:3 22052:1 22070:1 22078:3 22094:1 22106:3 22109:3 22112:1 22116:8 22117:1 22123:1 22129:1 22140:3 22160:1 22162:3 22176:1 22182:1 22186:2 22188:1 22201:1 22209:7 22212:1 22220:1 22223:1 22225:1 22226:1 22257:3 22259:1 22268:1 22282:2 22287:1 22291:1 22309:1 22314:2 22325:4 22342:1 22344:1 22345:1 22355:2 22360:5 22362:1 22369:1 22380:2 22391:3 22396:2 22402:5 22409:1 22421:1 22444:1 22445:1 22448:1 22453:2 22456:1 22466:2 22469:2 22470:1 22482:1 22488:1 22489:1 22493:2 22494:1 22495:1 22502:1 22517:1 22523:1 22528:1 22532:1 22545:1 22566:5 22572:1 22574:1 22578:1 22597:2 22601:6 22602:1 22611:1 22625:8 22627:1 22628:1 22640:3 22645:1 22653:1 22664:2 22666:1 22671:1 22675:1 22696:4 22709:1 22711:2 22723:3 22726:1 22748:1 22754:1 22760:1 22768:1 22777:1 22801:1 22807:1 22841:2 22844:1 22847:1 22851:1 22852:1 22854:1 22884:1 22891:2 22895:1 22900:3 22901:3 22904:1 22914:2 22932:1 22946:2 22947:2 22948:1 22971:2 22972:1 22974:1 22976:2 22988:1 22992:1 22994:1 23015:1 23029:1 23037:1 23049:2 23065:4 23070:1 23093:1 23100:1 23106:1 23125:1 23127:2 23128:1 23145:3 23149:1 23150:1 23162:1 23167:2 23170:1 23178:2 23184:1 23193:1 23196:2 23199:1 23200:1 23208:1 23213:1 23230:1 23236:2 23246:1 23273:3 23279:1 23283:1 23295:1 23297:1 23356:3 23359:1 23378:1 23380:2 23382:1 23385:1 23388:1 23392:1 23393:2 23394:1 23413:1 23422:1 23436:2 23444:1 23448:1 23453:2 23458:1 23459:1 23461:1 23465:1 23470:1 23471:1 23491:1 23492:2 23498:1 23505:1 23510:3 23515:3 23524:2 23531:1 23533:1 23541:1 23547:1 23548:1 23550:2 23551:1 23568:2 23597:1 23598:2 23606:2 23621:1 23631:1 23632:2 23642:1 23656:2 23658:3 23659:3 23660:1 23661:1 23663:1 23664:2 23667:1 23673:2 23676:2 23680:1 23682:5 23699:3 23702:1 23709:2 23717:1 23720:1 23744:2 23754:1 23759:1 23764:3 23765:1 23778:1 23783:1 23785:1 23787:4 23828:1 23833:1 23836:1 23853:1 23859:3 23871:1 23874:1 23876:1 23880:1 23905:1 23908:1 23909:1 23910:1 23923:4 23937:1 23941:1 23948:2 23953:13 23969:1 23982:2 23983:1 24016:1 24066:2 24091:2 24110:1 24114:1 24125:1 24133:1 24143:2 24146:1 24154:1 24171:1 24174:1 24175:1 24181:1 24197:1 24200:2 24202:1 24203:1 24208:1 24211:1 24222:1 24227:1 24228:1 24229:1 24237:7 24253:2 24264:1 24269:2 24282:35 24306:1 24308:1 24309:1 24319:4 24326:2 24328:1 24337:1 24371:2 24395:3 24400:1 24410:1 24419:1 24423:2 24431:1 24437:2 24439:1 24459:1 24475:3 24492:1 24503:3 24522:1 24530:1 24535:2 24538:3 24541:2 24549:1 24554:1 24571:1 24578:2 24591:1 24594:1 24596:1 24601:2 24602:1 24609:1 24611:1 24621:1 24627:1 24629:1 24631:1 24633:1 24634:1 24639:1 24641:1 24646:1 24651:1 24656:7 24667:1 24678:1 24683:2 24685:2 24717:1 24718:1 24720:4 24721:1 24723:1 24759:1 24763:1 24770:3 24772:6 24783:1 24810:1 24829:1 24832:3 24838:1 24859:1 24878:1 24889:2 24892:1 24901:1 24920:1 24922:1 24929:2 24936:4 24950:1 24951:1 24960:2 24970:1 24985:1 24989:1 24992:1 25015:1 25037:1 25052:1 25054:2 25058:2 25071:1 25081:1 25082:1 25091:1 25099:1 25106:2 25108:1 25109:1 25120:1 25130:1 25133:1 25138:1 25152:1 25164:1 25169:2 25173:2 25174:1 25183:1 25188:1 25191:1 25192:1 25197:1 25209:1 25217:2 25219:1 25258:3 25259:1 25260:1 25264:2 25284:1 25296:3 25305:1 25314:2 25317:1 25321:3 25327:1 25331:2 25345:2 25348:1 25353:1 25355:2 25357:1 25358:1 25359:1 25363:1 25365:7 25366:1 25368:2 25369:1 25370:1 25372:1 25375:1 25381:1 25382:1 25388:1 25390:1 25409:2 25416:1 25418:1 25430:1 25435:1 25440:1 25448:1 5 2:1 11:1 36:1 38:3 39:1 41:1 61:1 86:1 89:3 91:1 104:3 120:1 122:1 130:2 138:6 154:1 155:1 158:2 161:1 165:1 167:1 169:1 176:2 181:1 185:1 197:1 198:1 204:6 211:1 229:1 230:1 233:3 248:3 252:1 283:3 312:6 313:1 324:1 331:1 333:1 343:1 352:1 360:2 361:6 363:1 377:1 383:1 396:4 403:1 409:2 413:1 420:1 426:1 429:1 466:1 480:1 487:1 497:1 509:1 512:1 518:1 526:1 530:4 531:1 542:2 552:1 555:1 556:1 558:2 572:10 573:1 593:1 601:1 614:1 636:1 642:1 646:1 674:1 680:1 696:1 697:1 712:1 718:1 734:1 744:2 752:2 766:4 778:6 783:1 785:1 787:1 793:3 795:1 799:7 803:3 805:3 813:1 814:4 829:7 844:4 847:1 848:1 849:3 851:5 865:2 867:3 871:1 876:1 883:4 887:2 890:1 902:1 904:2 917:1 951:1 953:1 961:1 967:1 977:3 1018:2 1040:1 1045:1 1070:2 1074:1 1080:1 1097:1 1098:1 1103:1 1106:2 1108:1 1115:1 1116:1 1117:3 1124:2 1134:2 1135:1 1141:1 1143:1 1146:1 1147:1 1176:1 1198:1 1213:2 1230:1 1243:1 1244:1 1249:1 1259:1 1260:1 1261:5 1279:5 1281:1 1286:1 1288:3 1294:2 1296:1 1304:3 1307:2 1309:1 1310:1 1313:1 1318:1 1323:1 1348:1 1350:2 1353:1 1354:1 1357:1 1367:1 1371:3 1385:1 1390:2 1395:1 1403:11 1406:1 1413:12 1420:2 1422:3 1425:1 1447:1 1452:2 1454:1 1479:4 1488:1 1497:1 1502:1 1503:1 1517:1 1524:1 1538:1 1541:1 1558:1 1565:1 1588:1 1589:2 1598:3 1608:1 1623:1 1627:1 1636:1 1638:1 1640:2 1651:1 1657:1 1660:1 1663:1 1685:1 1694:2 1697:1 1707:2 1712:1 1716:1 1733:1 1748:1 1752:1 1765:1 1768:1 1778:2 1786:1 1787:3 1788:1 1801:2 1804:2 1808:2 1809:1 1813:2 1818:1 1821:2 1828:1 1846:1 1851:1 1861:3 1873:2 1880:1 1881:1 1886:1 1888:1 1890:2 1893:1 1900:2 1911:1 1916:1 1918:8 1930:1 1940:2 1953:4 1975:1 1976:3 1977:1 1981:2 1985:1 1995:1 2016:1 2028:4 2029:1 2030:3 2032:8 2033:2 2034:4 2035:1 2039:3 2040:3 2045:2 2046:4 2048:1 2049:1 2050:1 2052:2 2053:2 2058:2 2060:1 2061:2 2094:2 2098:1 2109:3 2117:1 2136:2 2143:1 2149:1 2157:1 2167:3 2173:1 2179:1 2180:1 2181:1 2182:1 2184:2 2188:1 2194:1 2200:1 2211:1 2221:1 2223:1 2226:1 2250:2 2252:1 2253:1 2262:1 2280:1 2313:2 2317:1 2333:1 2339:4 2343:6 2351:1 2355:1 2359:1 2362:1 2363:1 2365:1 2376:1 2379:1 2384:1 2393:1 2394:1 2396:5 2397:3 2414:1 2434:1 2436:1 2442:1 2460:2 2461:2 2469:1 2473:2 2476:1 2484:2 2490:3 2491:1 2494:1 2502:1 2503:1 2507:1 2519:1 2542:1 2550:1 2562:20 2569:1 2571:1 2573:10 2586:2 2589:1 2598:2 2608:1 2611:20 2627:1 2631:1 2634:1 2642:1 2650:2 2656:1 2659:1 2660:3 2661:1 2699:1 2719:1 2729:1 2741:1 2743:1 2744:2 2748:4 2757:2 2772:1 2780:1 2791:1 2807:1 2809:1 2812:1 2841:4 2859:1 2883:1 2884:1 2885:1 2888:1 2891:3 2907:6 2944:1 2971:1 2981:1 3007:3 3019:3 3023:1 3024:4 3025:5 3027:3 3028:3 3029:7 3030:4 3031:1 3032:1 3034:3 3035:1 3038:1 3042:1 3065:1 3073:1 3075:1 3076:5 3080:2 3082:5 3085:4 3099:3 3105:1 3106:3 3120:1 3136:2 3140:1 3144:3 3145:7 3146:1 3147:22 3156:3 3159:1 3162:1 3169:1 3171:1 3180:2 3189:1 3190:2 3206:1 3207:1 3212:1 3217:1 3221:1 3225:1 3230:1 3237:7 3238:2 3239:1 3241:3 3249:2 3254:1 3273:1 3277:1 3283:7 3286:1 3290:1 3313:1 3327:1 3329:1 3331:2 3353:1 3367:1 3369:1 3375:1 3377:1 3380:1 3395:2 3410:1 3418:1 3420:1 3422:1 3437:2 3445:1 3448:1 3450:1 3454:1 3456:3 3472:1 3475:2 3477:1 3480:1 3482:1 3493:3 3496:1 3498:1 3506:2 3512:1 3514:1 3524:2 3530:8 3531:2 3543:1 3545:1 3546:1 3551:1 3577:2 3578:1 3584:1 3605:1 3610:1 3613:1 3618:2 3623:2 3635:1 3638:1 3659:1 3665:1 3670:2 3688:1 3690:1 3700:2 3703:3 3708:1 3724:1 3739:1 3761:2 3773:2 3775:1 3800:1 3801:1 3803:3 3817:1 3820:1 3829:1 3831:1 3836:2 3846:7 3849:1 3854:1 3857:1 3858:1 3868:2 3905:1 3926:1 3927:1 3939:1 3959:1 3966:3 3968:1 3971:1 3993:2 3998:1 4004:1 4007:3 4008:1 4010:5 4025:1 4026:1 4028:1 4032:4 4049:2 4054:4 4056:4 4062:1 4063:1 4064:1 4066:1 4083:1 4084:2 4085:1 4088:1 4093:1 4121:1 4126:1 4130:1 4131:6 4142:1 4158:2 4167:1 4168:1 4169:1 4180:3 4183:1 4185:2 4191:1 4198:1 4218:1 4227:1 4264:1 4272:1 4282:1 4286:1 4307:1 4308:1 4310:13 4311:1 4320:2 4338:1 4342:1 4343:1 4351:1 4352:1 4363:1 4387:1 4388:1 4399:3 4412:2 4413:6 4414:1 4416:2 4418:5 4420:2 4421:1 4423:4 4425:2 4428:7 4430:1 4435:1 4436:1 4437:3 4438:2 4440:1 4455:4 4458:1 4470:1 4484:2 4505:3 4515:1 4522:1 4524:1 4535:2 4544:2 4547:1 4553:1 4580:3 4593:1 4597:1 4599:3 4637:1 4640:2 4651:1 4653:1 4656:1 4666:7 4676:1 4686:1 4696:1 4699:1 4720:1 4731:1 4762:1 4764:1 4769:1 4774:1 4776:1 4784:1 4785:1 4787:5 4794:2 4799:1 4806:1 4807:1 4813:1 4860:4 4895:2 4899:2 4903:1 4904:1 4908:2 4912:1 4916:1 4921:1 4924:1 4932:3 4950:2 4961:1 4971:1 4974:2 4994:1 4995:1 4996:1 5001:2 5007:1 5028:1 5032:1 5043:1 5047:1 5053:1 5055:2 5071:4 5091:2 5150:1 5151:1 5162:2 5170:1 5173:1 5177:1 5178:1 5184:1 5202:1 5221:1 5228:3 5230:2 5234:2 5246:1 5253:1 5255:2 5256:1 5258:1 5260:5 5269:1 5270:2 5272:3 5273:1 5276:1 5284:1 5290:1 5296:3 5304:1 5308:1 5311:2 5319:2 5322:1 5331:2 5337:1 5349:1 5352:1 5373:2 5374:3 5376:5 5378:2 5411:6 5412:1 5414:2 5424:2 5425:2 5429:1 5460:1 5463:1 5467:1 5476:3 5478:2 5490:5 5493:1 5494:1 5508:1 5517:3 5532:1 5537:1 5560:1 5568:3 5569:2 5571:1 5574:1 5576:1 5577:4 5581:1 5582:3 5585:2 5593:9 5594:1 5595:1 5597:1 5608:1 5609:1 5614:1 5631:1 5645:1 5679:2 5684:1 5685:1 5694:1 5702:3 5725:1 5778:1 5789:2 5790:1 5810:1 5811:1 5814:1 5819:1 5824:1 5825:1 5831:1 5834:2 5842:3 5850:1 5854:2 5855:2 5877:2 5892:1 5908:1 5914:1 5919:1 5923:4 5949:8 5952:1 5956:1 5957:2 5960:1 5961:1 5963:1 5971:1 5973:1 5985:9 5999:1 6018:1 6023:1 6026:1 6038:1 6049:1 6053:1 6056:1 6061:1 6062:1 6065:1 6066:1 6075:1 6076:11 6091:1 6116:1 6119:2 6141:3 6151:1 6154:1 6160:1 6167:3 6173:1 6202:1 6215:1 6223:1 6229:4 6246:2 6254:1 6257:1 6263:1 6288:1 6305:1 6309:1 6315:1 6317:2 6330:1 6331:1 6332:1 6336:2 6341:1 6352:1 6355:1 6361:1 6369:1 6378:1 6386:2 6393:2 6395:1 6407:1 6412:1 6414:2 6417:1 6422:1 6426:2 6431:1 6445:1 6456:1 6492:4 6502:1 6511:1 6515:5 6517:1 6520:2 6536:1 6542:1 6566:2 6569:1 6579:1 6606:2 6613:3 6614:4 6617:1 6626:1 6632:1 6633:1 6645:1 6665:1 6680:3 6681:2 6689:3 6694:2 6696:4 6702:1 6720:4 6734:43 6738:1 6746:21 6748:13 6758:1 6763:1 6765:1 6769:1 6797:1 6805:1 6807:2 6813:1 6834:2 6860:4 6861:1 6868:1 6873:1 6889:1 6908:1 6919:7 6923:1 6925:1 6952:1 6957:2 6960:1 6968:2 6973:1 6994:1 7000:1 7002:1 7013:2 7025:2 7033:1 7043:1 7054:1 7065:1 7069:1 7071:1 7074:1 7077:3 7088:1 7096:2 7100:1 7104:1 7116:2 7123:1 7126:1 7145:1 7154:2 7160:48 7183:1 7195:1 7201:1 7204:1 7209:1 7225:3 7232:1 7233:16 7235:9 7237:1 7239:1 7263:1 7269:2 7270:2 7276:2 7277:1 7282:1 7290:1 7299:2 7302:1 7305:2 7308:1 7318:1 7321:1 7337:2 7351:3 7353:1 7359:1 7366:3 7368:2 7370:1 7371:1 7374:1 7375:2 7376:2 7381:1 7382:1 7388:4 7390:1 7397:2 7416:1 7432:1 7446:1 7458:1 7464:1 7475:1 7477:1 7478:1 7480:1 7483:4 7485:2 7488:1 7491:1 7493:1 7497:3 7498:4 7500:1 7501:1 7511:3 7522:6 7529:1 7534:1 7537:9 7538:2 7562:1 7566:1 7600:1 7606:1 7620:3 7625:1 7629:1 7631:2 7663:2 7666:1 7669:1 7675:2 7678:1 7701:1 7714:1 7719:1 7727:3 7736:1 7751:1 7761:1 7775:1 7783:1 7784:1 7790:1 7797:1 7818:1 7850:1 7861:1 7863:1 7866:1 7874:2 7878:1 7882:2 7886:2 7897:1 7898:1 7905:1 7910:1 7912:2 7922:1 7925:1 7934:1 7938:1 7959:1 7974:1 7982:1 8001:4 8003:1 8008:1 8018:1 8027:1 8032:1 8034:1 8035:1 8044:1 8045:1 8054:3 8055:1 8066:1 8077:2 8087:2 8088:2 8089:2 8091:1 8095:3 8100:1 8103:1 8104:2 8107:2 8108:2 8109:1 8114:3 8124:1 8126:1 8137:1 8142:1 8162:1 8197:1 8199:1 8202:1 8205:4 8208:1 8209:1 8213:1 8218:1 8219:1 8231:2 8248:1 8259:1 8260:1 8264:1 8270:1 8272:5 8289:1 8292:1 8298:1 8304:1 8308:1 8310:3 8325:2 8332:1 8335:3 8341:1 8363:1 8365:5 8368:1 8371:1 8378:1 8380:1 8398:1 8403:1 8415:1 8417:1 8419:2 8422:1 8430:1 8445:1 8459:1 8466:1 8482:3 8484:3 8485:1 8494:1 8503:1 8510:1 8511:1 8528:1 8530:1 8534:1 8540:2 8542:1 8544:7 8545:1 8546:1 8547:1 8550:1 8552:1 8553:1 8556:1 8565:1 8573:1 8586:1 8593:2 8610:1 8614:3 8627:6 8671:4 8683:2 8687:1 8697:1 8703:3 8705:3 8710:3 8722:3 8725:1 8726:1 8727:5 8735:2 8759:1 8760:1 8761:1 8764:1 8769:2 8772:1 8773:2 8791:2 8806:2 8807:6 8809:1 8814:1 8816:1 8817:1 8818:3 8825:2 8826:2 8829:2 8834:1 8837:1 8870:1 8890:1 8892:1 8898:1 8911:2 8916:7 8942:1 8947:1 8953:1 8954:1 8959:1 8970:1 8972:1 8977:9 9001:1 9002:1 9003:4 9004:2 9005:3 9006:2 9011:1 9012:3 9014:5 9016:1 9017:1 9020:2 9023:1 9025:1 9026:2 9033:2 9036:2 9038:15 9041:3 9042:1 9043:8 9044:3 9047:1 9060:3 9072:1 9091:1 9105:1 9106:2 9108:1 9110:1 9114:5 9117:1 9118:1 9119:2 9124:1 9130:1 9142:1 9144:3 9150:1 9154:2 9156:1 9169:1 9172:1 9174:1 9178:1 9181:2 9205:7 9216:2 9247:1 9255:1 9264:1 9276:1 9280:1 9281:1 9285:1 9296:1 9298:7 9306:1 9320:1 9331:1 9342:1 9348:1 9349:1 9350:3 9354:2 9370:2 9380:1 9382:1 9383:1 9388:1 9398:1 9402:1 9417:2 9422:1 9442:1 9458:1 9466:1 9483:1 9492:2 9504:1 9507:5 9508:5 9525:1 9529:1 9552:1 9556:4 9562:3 9565:2 9568:1 9570:1 9598:2 9601:1 9609:1 9623:5 9628:1 9629:2 9630:1 9631:1 9637:1 9639:1 9642:1 9644:1 9648:1 9650:1 9657:7 9658:1 9665:1 9667:1 9681:1 9684:1 9686:1 9696:1 9708:1 9711:2 9713:1 9714:1 9734:1 9783:1 9823:3 9826:1 9828:2 9837:1 9841:1 9842:1 9857:1 9858:1 9862:1 9868:1 9872:1 9878:1 9880:1 9881:1 9886:1 9891:2 9895:2 9899:1 9905:1 9910:1 9912:1 9913:1 9917:1 9918:1 9921:13 9939:1 9940:1 9965:1 9967:1 9970:1 9979:5 9997:1 10001:1 10018:1 10025:1 10040:1 10042:2 10051:1 10065:1 10101:1 10102:8 10109:1 10133:3 10134:1 10136:1 10140:1 10157:1 10160:6 10163:1 10165:1 10170:7 10172:1 10193:2 10195:1 10202:1 10203:9 10207:2 10213:1 10215:15 10220:1 10225:4 10230:1 10233:2 10234:2 10235:1 10237:2 10243:1 10247:2 10259:1 10272:1 10274:1 10278:1 10281:1 10284:1 10285:1 10288:4 10292:1 10296:3 10297:1 10300:1 10302:2 10327:1 10331:1 10332:2 10351:2 10357:1 10358:3 10382:2 10401:7 10404:4 10408:2 10411:1 10430:1 10440:1 10443:1 10447:1 10452:1 10455:1 10459:1 10469:1 10477:1 10492:1 10493:1 10496:2 10506:1 10519:1 10522:1 10533:2 10534:3 10538:1 10546:1 10549:2 10550:1 10555:1 10562:1 10573:1 10578:1 10592:1 10637:1 10654:1 10656:3 10657:1 10668:1 10672:1 10676:3 10697:1 10712:1 10715:1 10717:1 10722:1 10778:1 10800:3 10801:1 10802:1 10826:2 10837:1 10839:3 10860:1 10865:1 10868:1 10882:1 10927:1 10939:1 10951:2 10957:1 10958:1 10959:1 10969:1 11000:1 11004:6 11005:2 11008:1 11009:1 11013:2 11018:1 11021:4 11022:1 11023:1 11033:1 11038:1 11041:5 11054:3 11056:2 11058:1 11063:2 11072:2 11076:2 11077:1 11080:3 11085:2 11088:1 11093:1 11106:1 11111:2 11116:1 11120:3 11129:1 11134:1 11136:1 11137:2 11143:2 11144:3 11150:1 11160:2 11163:3 11178:2 11185:1 11195:1 11205:2 11208:1 11209:5 11210:2 11212:1 11216:1 11221:1 11227:1 11237:1 11247:1 11260:2 11262:1 11274:1 11281:1 11312:1 11313:1 11316:1 11321:1 11327:1 11341:1 11355:1 11357:1 11366:1 11378:2 11379:1 11387:1 11391:2 11398:2 11404:1 11408:1 11409:1 11411:1 11416:1 11429:1 11432:2 11433:3 11442:1 11443:1 11458:1 11460:6 11480:1 11489:1 11521:1 11523:1 11542:8 11543:4 11551:1 11567:1 11573:1 11575:1 11598:1 11600:3 11601:1 11604:2 11652:2 11658:2 11674:1 11704:1 11708:1 11721:1 11724:1 11725:1 11734:1 11735:4 11749:3 11756:3 11758:1 11771:2 11773:1 11779:1 11791:1 11797:2 11798:1 11813:1 11828:6 11831:4 11833:1 11834:2 11835:2 11837:1 11843:7 11848:1 11849:1 11852:1 11853:1 11857:2 11862:2 11864:1 11865:1 11872:1 11874:1 11875:1 11907:1 11910:1 11913:1 11925:1 11930:1 11938:6 11940:2 11945:1 11949:1 11954:1 11979:11 11981:1 11989:1 11991:1 12003:1 12005:1 12014:1 12015:1 12017:4 12023:1 12026:1 12027:1 12045:1 12047:1 12051:3 12057:1 12060:1 12067:2 12073:5 12074:1 12083:1 12101:1 12102:1 12103:1 12105:1 12113:1 12134:1 12135:13 12140:2 12166:1 12187:7 12189:2 12194:1 12198:1 12224:2 12230:1 12238:1 12247:1 12250:4 12251:1 12255:1 12259:3 12263:1 12269:1 12286:1 12288:1 12294:1 12309:1 12311:5 12317:1 12345:1 12356:1 12376:1 12386:1 12404:1 12410:1 12411:4 12412:2 12415:1 12417:2 12429:1 12432:1 12434:1 12435:1 12439:3 12443:3 12446:1 12456:2 12457:4 12466:1 12467:1 12504:1 12522:2 12527:2 12540:3 12568:1 12577:2 12587:1 12599:2 12602:1 12606:1 12614:1 12624:2 12627:1 12633:1 12637:2 12638:1 12643:1 12645:1 12647:1 12670:4 12702:3 12715:3 12718:1 12726:1 12733:1 12737:1 12739:1 12741:1 12751:1 12754:1 12771:1 12774:2 12786:1 12797:1 12800:1 12801:2 12814:1 12821:1 12825:11 12828:2 12833:1 12870:1 12879:1 12889:3 12891:2 12892:1 12893:1 12899:1 12908:1 12914:1 12915:1 12917:3 12932:1 12946:1 12953:1 12975:1 12977:3 12995:1 13000:1 13006:1 13008:1 13024:1 13029:1 13036:1 13041:1 13047:1 13055:1 13061:1 13062:1 13080:1 13091:2 13094:1 13097:1 13098:1 13106:1 13118:1 13124:1 13139:2 13142:1 13143:1 13149:3 13152:1 13154:1 13168:2 13173:3 13176:1 13187:3 13194:1 13199:1 13201:1 13208:1 13223:1 13225:1 13238:1 13240:1 13242:1 13244:1 13251:2 13257:1 13265:1 13272:1 13280:1 13288:1 13293:1 13302:1 13304:1 13307:1 13319:1 13320:2 13334:4 13340:2 13364:2 13367:3 13372:1 13379:1 13387:1 13391:7 13393:1 13413:1 13427:1 13448:4 13477:1 13505:1 13513:1 13515:1 13516:1 13521:2 13530:1 13532:2 13538:2 13545:1 13548:1 13557:5 13558:1 13563:6 13571:1 13583:2 13594:1 13597:1 13608:2 13616:1 13622:1 13639:1 13645:2 13657:2 13660:2 13666:2 13667:1 13675:3 13690:1 13698:1 13711:1 13714:3 13731:1 13770:1 13787:2 13793:1 13795:1 13796:3 13802:2 13824:2 13834:1 13840:1 13842:1 13850:4 13856:4 13861:1 13866:1 13880:1 13886:6 13898:1 13908:1 13909:1 13917:1 13918:5 13922:1 13942:2 13950:1 13960:2 13963:2 13986:1 13992:2 14001:1 14002:1 14004:1 14005:1 14008:3 14010:1 14011:4 14013:5 14014:5 14015:2 14016:3 14018:4 14019:1 14020:2 14021:4 14024:2 14025:1 14027:2 14028:1 14029:1 14030:1 14031:7 14034:1 14037:1 14043:1 14060:1 14067:1 14070:3 14109:1 14110:1 14124:1 14129:1 14131:1 14135:3 14141:1 14162:1 14164:1 14182:1 14192:1 14206:1 14212:1 14213:1 14217:1 14226:1 14231:1 14243:1 14248:1 14249:3 14266:1 14285:1 14291:1 14295:1 14301:1 14305:1 14308:1 14318:6 14321:3 14333:1 14349:1 14357:1 14365:1 14369:1 14373:1 14378:1 14389:1 14402:2 14414:1 14415:1 14439:1 14457:17 14482:2 14497:1 14501:1 14504:1 14521:1 14539:2 14542:1 14565:2 14568:3 14578:2 14581:1 14590:1 14600:1 14606:3 14608:1 14618:1 14625:2 14629:2 14634:1 14656:1 14660:1 14665:1 14669:1 14671:3 14680:1 14684:2 14689:1 14690:1 14695:2 14702:1 14706:1 14712:1 14713:1 14714:2 14716:11 14727:1 14750:1 14756:1 14761:1 14768:1 14782:1 14785:1 14794:3 14797:1 14819:1 14823:1 14829:1 14839:1 14849:1 14852:1 14853:1 14858:2 14901:1 14915:2 14919:2 14941:1 14942:1 14986:3 14990:1 14992:1 15008:2 15016:1 15023:1 15024:1 15039:3 15040:1 15072:1 15074:1 15079:1 15086:1 15101:4 15115:2 15146:1 15155:1 15160:1 15162:1 15163:2 15170:1 15177:1 15190:3 15204:3 15208:1 15211:2 15212:1 15216:1 15220:1 15233:1 15235:1 15244:1 15268:2 15287:1 15311:1 15323:3 15325:1 15335:1 15363:1 15370:1 15381:1 15382:3 15383:1 15387:1 15405:1 15454:2 15456:1 15457:2 15470:1 15482:1 15500:1 15506:1 15531:1 15535:1 15546:1 15554:1 15565:3 15569:4 15578:1 15594:4 15597:1 15600:2 15601:1 15615:5 15617:2 15620:1 15629:1 15630:2 15638:1 15666:1 15678:1 15679:1 15694:1 15704:1 15713:1 15714:1 15725:1 15730:1 15738:3 15744:4 15745:1 15748:1 15750:3 15765:1 15767:1 15785:1 15798:2 15809:5 15826:2 15865:2 15874:7 15884:3 15890:1 15893:1 15902:2 15917:1 15931:1 15934:1 15941:3 15942:1 15948:1 15962:1 15969:1 15996:1 16001:1 16013:1 16032:1 16049:1 16050:1 16054:1 16068:2349 16071:2 16072:1 16092:1 16093:1 16095:1 16103:1 16122:1 16137:4 16141:1 16159:1 16161:1 16169:1 16173:5 16178:2 16191:1 16202:3 16225:1 16238:1 16244:1 16261:2 16264:1 16267:1 16273:2 16275:1 16289:1 16309:1 16312:1 16315:1 16336:1 16339:1 16341:1 16343:2 16344:1 16356:1 16378:1 16385:1 16406:1 16407:1 16442:3 16446:2 16459:1 16466:1 16472:1 16488:5 16505:1 16520:1 16529:1 16542:1 16544:11 16553:1 16555:3 16557:1 16576:1 16583:1 16599:1 16603:1 16615:1 16617:3 16636:1 16651:2 16666:1 16682:3 16700:2 16702:1 16703:1 16709:1 16714:1 16729:4 16732:1 16735:1 16747:1 16771:2 16779:2 16787:1 16799:5 16801:1 16823:2 16825:10 16830:1 16838:2 16839:1 16856:1 16865:1 16873:1 16886:1 16887:11 16894:1 16903:2 16904:1 16924:2 16925:1 16927:1 16934:2 16942:1 16963:1 16967:1 16974:2 16993:1 16999:1 17008:7 17009:1 17010:1 17014:1 17027:17 17031:1 17041:23 17043:4 17047:1 17064:2 17070:1 17080:1 17089:4 17116:2 17119:1 17128:2 17132:2 17139:2 17142:1 17143:1 17165:1 17169:1 17179:2 17186:1 17207:1 17212:1 17218:2 17242:5 17244:1 17255:2 17261:1 17263:1 17272:1 17273:1 17280:1 17293:1 17301:1 17315:1 17316:1 17332:84 17346:1 17352:2 17358:1 17363:1 17367:1 17376:6 17396:1 17402:2 17408:1 17418:1 17419:1 17422:1 17425:1 17437:1 17440:3 17446:1 17450:1 17462:2 17465:1 17472:1 17475:10 17484:1 17485:2 17491:17 17492:1 17497:4 17500:1 17547:3 17561:1 17567:6 17568:1 17570:3 17571:1 17573:2 17576:1 17577:2 17578:1 17583:3 17584:2 17585:1 17587:1 17588:2 17590:5 17591:7 17592:1 17636:1 17638:1 17641:1 17646:1 17648:1 17654:1 17656:1 17667:1 17670:1 17671:1 17688:3 17689:1 17690:1 17695:1 17705:1 17711:1 17727:2 17729:1 17731:2 17732:2 17737:1 17750:1 17755:1 17759:1 17760:1 17776:1 17781:1 17788:3 17810:2 17814:1 17816:1 17817:3 17843:2 17856:1 17862:3 17871:1 17878:5 17880:1 17881:5 17897:1 17909:2 17912:1 17916:1 17921:1 17923:1 17930:1 17946:1 17957:1 17964:1 17972:2 17976:1 17990:1 18010:1 18022:1 18027:1 18038:1 18041:1 18055:1 18056:1 18064:1 18069:8 18073:1 18079:2 18086:1 18087:2 18092:1 18101:1 18104:1 18108:6 18110:1 18113:2 18138:2 18140:1 18150:1 18151:1 18185:1 18199:1 18212:1 18224:6 18232:2 18237:1 18248:2 18252:2 18253:1 18272:1 18278:1 18332:1 18353:1 18355:1 18359:1 18360:1 18363:3 18364:2 18368:2 18376:1 18381:3 18389:4 18407:1 18412:1 18418:1 18423:1 18427:1 18428:1 18429:1 18433:1 18444:1 18460:2 18468:2 18471:1 18482:1 18485:2 18490:1 18506:1 18507:1 18509:2 18511:1 18513:1 18515:3 18525:1 18527:1 18561:1 18568:1 18588:1 18598:1 18602:1 18611:2 18612:2 18615:1 18628:1 18631:4 18632:1 18633:1 18634:1 18636:2 18650:2 18659:1 18664:1 18673:1 18677:2 18685:1 18687:1 18691:1 18700:1 18709:1 18710:1 18720:1 18724:1 18729:1 18730:1 18742:4 18746:26 18750:1 18771:1 18775:1 18791:2 18794:1 18803:1 18806:2 18815:1 18820:6 18828:1 18835:1 18843:1 18851:2 18853:5 18855:1 18858:2 18861:1 18889:1 18891:1 18896:3 18901:2 18911:2 18930:2 18937:1 18964:6 18965:3 18974:1 18976:2 18977:1 18978:1 18983:1 18984:1 18995:12 18996:3 18997:1 18998:1 19002:2 19010:2 19023:1 19025:1 19034:9 19045:1 19046:1 19059:7 19077:1 19087:1 19112:1 19114:2 19122:2 19125:1 19140:3 19147:1 19149:1 19152:1 19153:1 19164:1 19170:3 19173:1 19174:2 19175:1 19176:1 19180:5 19184:1 19195:1 19199:1 19205:1 19214:2 19218:1 19222:1 19227:1 19228:1 19241:1 19242:2 19243:1 19247:2 19248:1 19262:1 19264:3 19266:1 19269:1 19274:1 19275:1 19286:2 19289:1 19304:1 19305:1 19309:1 19313:3 19332:2 19334:7 19335:1 19337:1 19353:1 19357:1 19367:1 19374:1 19388:5 19391:2 19393:5 19398:1 19399:1 19410:1 19417:1 19424:1 19438:1 19440:1 19441:1 19446:1 19448:1 19454:1 19462:1 19469:1 19478:4 19488:1 19490:1 19502:1 19503:3 19519:1 19540:3 19546:1 19554:1 19566:1 19593:4 19605:8 19627:1 19638:2 19641:1 19673:2 19685:1 19686:1 19687:3 19700:1 19705:2 19712:1 19714:1 19720:17 19721:1 19722:1 19735:1 19740:1 19747:1 19756:1 19761:4 19762:1 19764:1 19779:1 19793:1 19797:1 19801:1 19811:1 19813:1 19834:1 19837:1 19843:1 19850:1 19860:1 19864:1 19872:1 19874:1 19876:1 19880:1 19890:3 19897:2 19912:1 19915:2 19916:1 19918:1 19921:1 19965:2 19971:1 19978:1 20034:1 20041:1 20042:1 20049:1 20057:1 20069:1 20072:2 20073:1 20078:7 20083:1 20084:2 20096:1 20103:1 20109:1 20132:3 20134:1 20155:1 20158:1 20159:1 20162:2 20178:1 20198:1 20202:1 20203:2 20212:1 20219:1 20236:1 20239:2 20241:1 20244:4 20245:4 20259:1 20261:1 20268:1 20269:1 20271:1 20279:1 20299:1 20310:1 20311:1 20316:1 20318:2 20319:1 20323:1 20326:3 20328:3 20330:2 20333:2 20345:1 20348:1 20357:3 20358:2 20360:1 20364:1 20374:1 20375:1 20378:1 20382:1 20395:2 20398:1 20405:1 20429:2 20430:3 20433:1 20439:1 20456:1 20458:1 20465:2 20466:1 20468:1 20473:1 20483:1 20485:1 20497:1 20536:1 20541:1 20553:1 20563:1 20567:1 20577:2 20579:7 20580:2 20585:1 20593:1 20629:1 20633:1 20634:1 20641:1 20643:1 20678:1 20686:4 20702:1 20705:1 20709:1 20723:1 20726:1 20728:3 20733:2 20749:1 20753:1 20758:2 20767:1 20789:1 20792:1 20799:2 20804:3 20830:1 20836:1 20843:1 20845:1 20847:1 20850:2 20853:1 20878:1 20879:1 20886:2 20889:1 20893:1 20906:1 20908:3 20910:1 20914:1 20925:1 20931:1 20932:3 20934:3 20941:1 20942:3 20956:1 20961:1 20963:1 20964:1 20968:2 20973:2 20989:1 20996:1 21004:1 21044:2 21045:2 21054:1 21060:1 21063:1 21077:1 21096:1 21104:1 21109:1 21134:2 21135:3 21140:1 21145:1 21152:2 21158:1 21162:1 21168:1 21169:4 21190:3 21201:2 21207:1 21212:1 21215:2 21217:1 21236:2 21244:1 21250:1 21264:1 21269:1 21270:2 21273:1 21274:4 21277:4 21279:7 21280:1 21283:1 21284:1 21290:1 21295:1 21302:3 21307:1 21309:2 21348:1 21361:1 21362:1 21363:1 21383:1 21390:1 21391:1 21397:2 21404:1 21422:1 21429:2 21441:1 21443:1 21449:1 21469:1 21473:1 21490:1 21494:2 21498:1 21505:1 21514:1 21531:2 21537:1 21540:1 21541:2 21542:4 21550:1 21551:1 21552:1 21559:2 21567:1 21570:2 21575:1 21588:2 21602:1 21622:1 21627:2 21632:1 21644:1 21663:1 21676:1 21683:1 21684:2 21695:2 21696:1 21697:2 21710:1 21755:8 21764:1 21781:8 21784:1 21786:2 21822:1 21826:1 21830:2 21834:1 21843:3 21871:1 21872:1 21875:1 21882:2 21887:1 21891:1 21921:1 21925:1 21926:2 21927:1 21938:2 21941:1 21942:2 21945:1 21949:4 21952:1 21974:1 21992:2 22014:2 22015:1 22020:1 22039:1 22045:1 22047:3 22052:1 22070:1 22078:3 22094:1 22106:3 22109:3 22112:1 22116:9 22117:1 22123:1 22129:1 22140:3 22160:1 22162:3 22176:1 22182:1 22186:2 22188:1 22201:1 22209:7 22212:1 22220:1 22223:1 22225:1 22226:1 22257:3 22259:1 22268:1 22282:2 22287:1 22291:1 22309:1 22314:2 22325:4 22342:1 22344:1 22345:1 22355:3 22360:5 22362:1 22369:1 22380:2 22391:3 22396:2 22402:6 22409:1 22421:1 22444:1 22445:1 22448:1 22453:2 22456:1 22466:2 22469:2 22470:1 22482:1 22488:1 22489:1 22493:3 22494:1 22495:1 22502:1 22517:1 22523:1 22528:1 22532:1 22545:1 22566:6 22572:1 22574:1 22578:1 22597:2 22601:6 22602:1 22611:1 22625:8 22627:1 22628:1 22640:3 22645:1 22653:1 22664:2 22666:1 22671:1 22675:1 22696:4 22709:1 22711:2 22723:3 22726:1 22748:1 22754:1 22760:1 22768:1 22777:1 22801:1 22807:1 22841:2 22844:1 22847:1 22851:1 22852:1 22854:1 22884:1 22891:2 22895:1 22900:3 22901:3 22904:1 22914:2 22932:1 22946:2 22947:2 22948:1 22971:2 22972:1 22974:1 22976:2 22988:1 22992:1 22994:1 22998:1 23015:1 23029:1 23037:1 23049:2 23065:4 23070:1 23093:1 23100:1 23106:1 23125:1 23127:2 23128:1 23145:3 23149:1 23150:1 23162:1 23167:3 23170:1 23178:2 23184:1 23193:1 23196:2 23199:1 23200:1 23208:1 23213:1 23230:1 23236:2 23246:1 23273:3 23279:1 23283:1 23295:1 23297:1 23302:1 23356:3 23359:1 23378:1 23380:2 23382:1 23385:1 23388:1 23392:1 23393:2 23394:1 23413:1 23422:1 23436:2 23444:1 23448:1 23453:2 23458:1 23459:1 23461:1 23465:1 23470:1 23471:1 23491:1 23492:2 23498:1 23505:1 23510:3 23515:3 23524:2 23531:1 23533:1 23541:1 23547:1 23548:1 23550:2 23551:1 23568:2 23597:1 23598:2 23606:2 23621:1 23631:1 23632:2 23642:1 23656:2 23658:3 23659:3 23660:1 23661:1 23663:1 23664:2 23667:1 23673:2 23676:2 23680:1 23682:6 23699:3 23702:1 23709:2 23717:1 23720:1 23744:2 23754:1 23759:1 23764:3 23765:1 23778:1 23783:1 23785:1 23787:4 23828:1 23833:1 23836:1 23853:1 23859:3 23871:1 23874:1 23876:1 23880:1 23905:1 23908:1 23909:1 23910:1 23923:4 23937:1 23941:1 23948:2 23953:14 23969:1 23982:2 23983:1 24016:1 24066:2 24091:2 24110:1 24114:1 24125:1 24133:1 24143:2 24146:1 24154:1 24171:1 24174:1 24175:1 24181:1 24197:1 24200:2 24202:1 24203:1 24208:1 24211:1 24222:1 24227:1 24228:1 24229:1 24237:7 24253:2 24264:1 24269:2 24282:36 24306:1 24308:1 24309:1 24319:4 24326:2 24328:1 24337:1 24371:2 24395:3 24400:1 24410:1 24419:1 24423:2 24431:1 24437:2 24439:1 24459:1 24475:3 24492:1 24503:3 24522:1 24530:1 24535:2 24538:3 24541:2 24549:1 24554:1 24571:1 24578:2 24591:1 24594:1 24596:1 24601:2 24602:1 24609:1 24611:1 24621:1 24627:1 24629:1 24631:1 24633:1 24634:1 24639:1 24641:1 24646:1 24651:1 24656:7 24667:1 24678:1 24683:2 24685:2 24716:1 24717:1 24718:1 24720:4 24721:1 24723:1 24759:1 24763:1 24770:3 24772:6 24783:1 24810:1 24829:1 24832:3 24838:1 24859:1 24878:1 24889:2 24892:1 24901:1 24906:1 24920:1 24922:1 24929:2 24936:4 24950:1 24951:1 24960:2 24970:1 24985:1 24989:1 24992:1 25015:1 25037:1 25052:1 25054:2 25058:2 25071:1 25081:1 25082:1 25091:1 25099:1 25106:2 25108:1 25109:1 25120:1 25130:1 25133:2 25138:1 25152:1 25164:1 25169:2 25173:2 25174:1 25183:1 25188:1 25191:1 25192:1 25197:1 25209:1 25217:2 25219:1 25258:3 25259:1 25260:1 25264:2 25279:1 25284:1 25286:1 25296:4 25305:1 25314:2 25317:1 25321:3 25327:1 25331:2 25345:2 25348:1 25353:1 25355:2 25357:1 25358:1 25359:1 25363:1 25365:7 25366:1 25368:2 25369:1 25370:1 25372:1 25375:1 25381:1 25382:1 25388:1 25390:1 25409:2 25416:1 25418:1 25430:1 25435:1 25440:1 25448:1 5 2:1 11:1 36:1 38:3 39:1 41:1 61:1 86:1 89:3 91:1 104:3 120:1 122:1 130:2 138:6 154:1 155:1 158:3 161:1 165:1 167:1 169:1 176:2 181:1 185:1 197:1 198:1 204:6 211:1 229:1 230:1 233:3 248:3 252:1 283:3 297:1 312:6 313:1 324:1 331:1 333:1 343:1 352:1 360:2 361:6 363:1 377:2 383:1 396:4 403:1 409:2 413:1 420:1 426:2 429:1 466:1 480:1 487:1 497:1 509:1 512:1 518:1 526:1 530:4 531:1 542:2 552:1 555:1 556:1 558:2 572:10 573:1 593:1 601:1 614:1 636:1 642:1 646:1 674:1 680:1 696:1 697:1 712:1 718:1 734:1 744:2 752:2 766:4 778:6 783:1 785:1 787:1 793:3 795:1 799:7 803:3 805:3 813:1 814:4 829:7 844:4 847:1 848:1 849:4 851:5 865:2 867:3 871:1 876:1 883:4 887:2 890:1 902:1 904:2 917:1 951:1 953:1 961:1 967:1 977:3 1018:2 1040:1 1045:1 1070:2 1074:1 1080:1 1097:1 1098:1 1103:1 1106:2 1108:1 1115:1 1116:1 1117:3 1124:2 1134:2 1135:1 1141:1 1143:1 1146:1 1147:1 1176:1 1198:1 1213:2 1230:1 1243:1 1244:1 1249:1 1259:1 1260:1 1261:5 1279:5 1281:1 1286:1 1288:3 1294:2 1296:1 1304:3 1307:2 1309:1 1310:1 1313:1 1318:1 1323:1 1348:1 1350:2 1353:1 1354:1 1357:1 1367:1 1371:3 1385:1 1390:2 1395:1 1403:13 1406:1 1413:12 1420:2 1422:3 1425:1 1447:1 1452:2 1454:1 1479:4 1488:1 1497:1 1502:1 1503:1 1517:1 1524:1 1538:1 1541:1 1558:1 1565:1 1588:1 1589:2 1598:3 1608:1 1623:1 1627:1 1636:1 1638:1 1640:3 1651:1 1657:1 1660:1 1663:1 1685:1 1694:2 1697:1 1701:1 1707:2 1712:1 1716:1 1733:1 1748:1 1752:1 1765:1 1768:1 1778:2 1786:1 1787:3 1788:1 1801:2 1804:2 1808:2 1809:1 1813:2 1818:1 1821:2 1828:1 1846:1 1851:1 1861:3 1873:2 1880:1 1881:1 1886:1 1888:1 1890:2 1893:1 1900:2 1911:1 1916:1 1918:8 1930:1 1940:2 1953:4 1975:1 1976:3 1977:1 1981:2 1985:1 1995:1 2016:1 2028:4 2029:1 2030:3 2032:8 2033:2 2034:4 2035:1 2039:3 2040:4 2045:2 2046:4 2048:1 2049:1 2050:1 2052:3 2053:2 2058:2 2060:1 2061:3 2094:2 2098:1 2109:3 2117:1 2136:2 2138:1 2143:1 2149:1 2157:1 2167:3 2173:1 2179:1 2180:1 2181:1 2182:1 2184:2 2188:1 2194:1 2200:1 2211:1 2221:1 2223:1 2226:1 2250:2 2252:1 2253:1 2262:1 2280:1 2313:2 2317:1 2333:1 2339:4 2343:6 2351:1 2355:1 2359:1 2362:1 2363:1 2365:1 2373:1 2376:1 2379:1 2384:1 2393:1 2394:1 2396:5 2397:3 2414:1 2428:1 2434:1 2436:1 2442:1 2460:2 2461:2 2469:1 2473:2 2476:1 2484:2 2490:3 2491:1 2494:1 2502:1 2503:1 2507:1 2519:1 2542:1 2550:1 2562:21 2569:1 2571:1 2573:12 2586:2 2589:1 2598:2 2608:1 2611:20 2627:1 2631:1 2634:1 2642:1 2650:2 2656:1 2659:1 2660:3 2661:1 2699:1 2719:1 2729:1 2732:1 2741:1 2743:1 2744:2 2748:4 2757:2 2772:1 2780:1 2791:1 2807:1 2809:1 2812:1 2841:4 2859:1 2883:1 2884:1 2885:1 2888:1 2891:3 2907:6 2944:1 2971:1 2981:1 3001:1 3007:3 3019:3 3023:1 3024:4 3025:6 3027:3 3028:3 3029:7 3030:4 3031:1 3032:1 3034:3 3035:1 3038:1 3042:1 3065:1 3073:1 3075:1 3076:5 3080:2 3082:5 3085:4 3099:3 3105:1 3106:3 3120:1 3136:2 3140:1 3144:3 3145:7 3146:1 3147:23 3156:3 3159:1 3162:1 3166:1 3169:1 3171:1 3180:2 3189:1 3190:2 3206:1 3207:1 3212:1 3217:1 3221:1 3225:1 3230:1 3235:1 3237:7 3238:2 3239:1 3241:3 3249:2 3254:1 3273:1 3277:1 3283:7 3286:1 3290:1 3313:1 3327:1 3329:1 3331:2 3353:1 3367:1 3369:1 3375:1 3377:1 3380:1 3395:2 3410:1 3418:1 3420:1 3422:1 3437:2 3445:1 3448:1 3450:1 3454:1 3456:3 3472:1 3475:2 3477:1 3480:1 3482:1 3493:3 3496:1 3498:1 3506:2 3512:1 3514:1 3524:2 3530:8 3531:2 3543:1 3545:1 3546:1 3551:1 3577:2 3578:1 3584:1 3605:1 3610:1 3613:1 3618:2 3623:2 3635:1 3638:1 3659:1 3665:1 3670:2 3688:1 3690:1 3700:2 3703:3 3708:1 3724:1 3739:1 3761:2 3773:2 3775:1 3800:1 3801:1 3803:3 3808:1 3817:1 3820:1 3829:1 3831:1 3836:2 3846:7 3849:1 3854:1 3857:1 3858:1 3868:2 3905:1 3926:1 3927:1 3939:1 3959:1 3966:3 3968:1 3971:1 3993:2 3998:1 4004:1 4007:3 4008:1 4010:5 4025:1 4026:1 4028:1 4032:4 4049:2 4054:4 4056:4 4061:1 4062:1 4063:1 4064:1 4066:1 4083:1 4084:2 4085:1 4088:1 4093:1 4106:1 4121:1 4126:1 4130:1 4131:6 4142:1 4158:2 4167:1 4168:1 4169:1 4180:3 4183:1 4185:2 4191:1 4198:1 4218:1 4227:1 4264:1 4272:1 4282:1 4286:1 4307:1 4308:1 4310:13 4311:1 4320:2 4338:1 4342:1 4343:1 4351:1 4352:1 4363:1 4387:1 4388:1 4399:3 4412:2 4413:6 4414:1 4415:1 4416:2 4418:5 4420:2 4421:1 4423:4 4425:2 4428:7 4430:1 4435:1 4436:1 4437:3 4438:2 4440:1 4455:4 4458:1 4470:1 4484:2 4505:3 4515:1 4522:1 4524:1 4535:2 4544:2 4547:1 4553:1 4574:1 4580:3 4593:1 4597:1 4599:3 4637:1 4640:2 4651:1 4653:1 4656:1 4666:7 4676:1 4686:1 4696:1 4699:1 4720:1 4731:1 4762:1 4764:1 4769:1 4774:1 4776:1 4784:1 4785:1 4787:5 4794:2 4799:1 4806:1 4807:1 4813:1 4860:5 4895:2 4899:2 4903:1 4904:1 4908:2 4912:1 4916:1 4921:1 4924:1 4932:3 4950:2 4961:1 4971:1 4974:2 4994:1 4995:1 4996:1 5001:2 5007:1 5028:1 5032:1 5043:1 5047:1 5053:1 5055:2 5071:5 5091:2 5150:1 5151:1 5162:2 5170:1 5173:1 5177:1 5178:1 5184:1 5202:1 5221:1 5228:3 5230:2 5234:2 5246:1 5253:1 5255:2 5256:1 5258:1 5260:5 5269:1 5270:2 5272:3 5273:1 5276:1 5284:1 5290:1 5296:3 5304:1 5308:1 5311:2 5319:2 5322:1 5331:2 5337:1 5349:1 5352:1 5373:2 5374:3 5376:5 5378:2 5411:6 5412:1 5414:2 5424:2 5425:2 5429:1 5460:1 5463:1 5467:1 5476:3 5478:2 5490:5 5493:1 5494:1 5508:1 5517:3 5532:2 5537:1 5560:1 5568:3 5569:2 5571:1 5574:1 5576:1 5577:4 5581:1 5582:3 5585:2 5593:9 5594:1 5595:1 5597:1 5608:2 5609:1 5614:1 5631:1 5645:1 5679:2 5684:1 5685:1 5694:1 5702:3 5719:1 5725:1 5778:1 5789:2 5790:1 5810:1 5811:1 5814:1 5819:1 5824:1 5825:1 5831:1 5834:2 5842:3 5850:1 5854:2 5855:2 5877:2 5892:1 5908:1 5914:1 5919:1 5923:4 5949:8 5952:1 5956:1 5957:2 5960:1 5961:1 5963:2 5971:1 5973:1 5985:9 5999:1 6018:1 6023:1 6026:1 6038:1 6049:1 6053:1 6056:1 6061:1 6062:1 6065:1 6066:1 6075:1 6076:11 6091:1 6116:1 6119:2 6141:3 6151:1 6154:1 6160:1 6167:3 6173:1 6202:1 6215:1 6223:1 6229:4 6246:2 6254:1 6257:1 6263:1 6288:1 6305:1 6309:1 6315:1 6317:2 6330:1 6331:1 6332:1 6336:2 6341:1 6352:1 6355:1 6361:1 6369:1 6378:1 6386:2 6393:2 6395:1 6407:1 6412:1 6414:2 6417:1 6422:1 6426:2 6431:1 6445:1 6446:1 6456:1 6492:5 6502:1 6511:1 6515:5 6517:1 6520:2 6536:1 6542:1 6566:2 6569:1 6579:1 6606:2 6613:3 6614:4 6617:1 6626:1 6632:1 6633:1 6645:1 6665:1 6680:3 6681:2 6689:3 6694:2 6696:4 6702:1 6720:4 6734:45 6738:1 6746:22 6748:13 6758:1 6763:1 6765:1 6769:1 6777:1 6797:1 6805:1 6807:2 6813:1 6834:2 6860:4 6861:1 6868:1 6873:1 6889:1 6908:1 6919:7 6923:1 6925:1 6952:2 6957:2 6960:1 6968:2 6973:1 6994:1 7000:1 7002:1 7013:2 7025:2 7033:1 7043:1 7054:1 7065:1 7069:1 7071:1 7074:1 7077:3 7088:1 7096:2 7100:1 7104:1 7116:2 7123:1 7126:1 7145:1 7154:2 7160:48 7183:1 7195:1 7201:1 7204:1 7209:1 7225:3 7232:1 7233:16 7235:9 7237:1 7239:1 7263:1 7269:2 7270:2 7276:2 7277:1 7282:1 7290:1 7299:2 7302:1 7305:2 7308:1 7318:1 7321:1 7337:2 7346:1 7351:3 7353:1 7359:1 7366:3 7368:2 7370:1 7371:1 7374:1 7375:2 7376:2 7381:1 7382:1 7388:4 7390:1 7397:2 7416:1 7432:1 7446:1 7458:1 7464:1 7475:1 7477:1 7478:1 7480:1 7483:4 7485:2 7488:1 7491:1 7493:1 7497:3 7498:4 7500:1 7501:1 7511:3 7522:6 7529:1 7534:1 7537:9 7538:2 7562:1 7566:1 7600:1 7606:1 7620:3 7625:1 7629:1 7631:2 7663:2 7666:2 7669:1 7675:3 7678:1 7701:1 7714:1 7719:1 7727:3 7736:1 7751:1 7761:1 7775:1 7783:1 7784:1 7790:1 7797:1 7818:1 7850:1 7861:1 7863:1 7866:1 7874:2 7878:1 7882:2 7886:2 7897:1 7898:1 7905:1 7910:1 7912:2 7922:1 7925:1 7934:1 7938:1 7959:1 7974:1 7982:1 8001:4 8003:1 8008:1 8018:2 8027:1 8032:1 8034:1 8035:1 8044:1 8045:1 8054:3 8055:2 8066:1 8077:2 8087:2 8088:2 8089:2 8091:1 8095:3 8100:1 8103:1 8104:2 8107:2 8108:2 8109:1 8114:3 8124:1 8126:1 8137:2 8142:1 8162:1 8197:1 8199:1 8202:1 8205:4 8208:1 8209:1 8213:1 8218:1 8219:1 8231:2 8248:1 8259:1 8260:1 8264:1 8270:1 8272:5 8289:1 8292:1 8298:1 8304:1 8308:1 8310:3 8325:2 8332:1 8335:3 8341:1 8363:1 8365:5 8368:1 8371:1 8378:1 8380:1 8398:1 8403:1 8415:1 8417:1 8419:2 8422:1 8430:1 8445:1 8459:1 8466:1 8482:3 8484:3 8485:1 8494:1 8503:1 8510:1 8511:1 8528:1 8530:1 8534:1 8540:2 8542:1 8544:7 8545:1 8546:1 8547:1 8550:1 8552:1 8553:1 8556:1 8565:1 8573:1 8586:1 8593:2 8610:1 8614:3 8627:6 8671:4 8683:2 8687:1 8697:1 8703:3 8705:3 8710:3 8722:3 8725:1 8726:1 8727:5 8735:2 8759:1 8760:1 8761:1 8764:1 8769:2 8772:1 8773:2 8791:2 8806:2 8807:6 8809:1 8814:1 8816:1 8817:1 8818:3 8825:2 8826:2 8829:2 8834:1 8837:1 8870:1 8890:1 8892:1 8898:1 8911:2 8916:7 8942:1 8947:1 8953:1 8954:1 8959:1 8970:1 8972:1 8977:9 9001:1 9002:1 9003:4 9004:2 9005:3 9006:2 9011:1 9012:3 9014:5 9016:1 9017:1 9020:2 9023:1 9025:1 9026:2 9033:3 9036:2 9038:15 9041:4 9042:1 9043:8 9044:3 9047:1 9060:3 9072:1 9091:1 9105:1 9106:2 9108:1 9110:1 9114:5 9117:1 9118:1 9119:2 9124:1 9130:1 9142:1 9144:3 9150:1 9154:2 9156:1 9169:1 9172:1 9174:1 9178:1 9181:2 9205:7 9216:2 9247:1 9255:1 9264:2 9276:1 9280:1 9281:1 9285:1 9296:1 9298:7 9306:1 9320:1 9331:1 9342:1 9348:1 9349:1 9350:3 9354:2 9370:2 9380:1 9382:1 9383:1 9388:1 9398:1 9402:1 9417:2 9422:1 9442:1 9458:1 9466:1 9483:1 9492:2 9504:1 9507:5 9508:5 9525:1 9529:1 9552:1 9556:4 9562:3 9565:2 9568:1 9570:1 9598:2 9601:1 9609:1 9623:5 9628:1 9629:2 9630:1 9631:1 9637:1 9639:1 9642:1 9644:1 9648:1 9650:1 9657:7 9658:1 9665:1 9667:1 9681:1 9684:1 9686:1 9696:1 9708:1 9711:2 9713:1 9714:1 9734:1 9783:1 9823:3 9826:1 9828:2 9837:1 9841:1 9842:1 9857:1 9858:1 9862:1 9868:1 9872:1 9878:1 9880:1 9881:1 9886:1 9891:2 9895:2 9899:1 9905:1 9910:1 9912:1 9913:1 9917:1 9918:1 9921:13 9939:1 9940:1 9960:1 9965:1 9967:1 9970:2 9979:5 9997:1 10001:1 10018:1 10025:1 10040:1 10042:2 10051:1 10065:1 10101:1 10102:8 10109:1 10133:3 10134:1 10136:1 10140:1 10157:1 10160:6 10163:1 10165:1 10170:7 10172:1 10193:2 10195:1 10202:1 10203:9 10207:2 10213:1 10215:15 10220:1 10225:4 10230:1 10233:2 10234:2 10235:1 10237:2 10243:1 10247:2 10259:1 10272:1 10274:1 10278:1 10281:1 10284:1 10285:1 10288:4 10292:1 10296:3 10297:1 10300:1 10302:2 10327:1 10331:1 10332:2 10351:2 10357:1 10358:3 10360:1 10368:1 10382:2 10401:7 10404:5 10408:2 10411:1 10430:1 10433:1 10440:1 10443:1 10447:1 10452:1 10455:1 10459:1 10466:1 10469:1 10477:1 10492:1 10493:1 10496:2 10506:1 10519:1 10522:1 10533:2 10534:4 10538:1 10546:1 10549:2 10550:1 10555:1 10562:1 10573:1 10578:1 10592:1 10637:1 10654:1 10656:3 10657:1 10668:1 10672:1 10676:3 10697:1 10712:1 10715:1 10717:1 10722:1 10778:1 10800:3 10801:1 10802:1 10826:2 10837:1 10839:3 10860:1 10865:1 10868:1 10882:1 10927:1 10939:1 10951:2 10957:1 10958:1 10959:1 10969:1 11000:1 11004:8 11005:2 11008:1 11009:1 11013:2 11018:1 11021:4 11022:1 11023:1 11033:1 11038:1 11041:5 11054:3 11056:2 11058:1 11063:2 11072:2 11076:2 11077:1 11080:3 11085:2 11088:1 11093:1 11106:1 11111:2 11116:1 11120:3 11129:1 11134:1 11136:1 11137:2 11143:2 11144:3 11150:1 11160:2 11163:3 11178:2 11185:1 11195:1 11205:2 11208:1 11209:6 11210:2 11212:1 11216:1 11221:1 11227:1 11237:1 11247:1 11260:2 11262:1 11274:1 11281:1 11312:1 11313:1 11316:1 11321:1 11327:1 11341:1 11355:1 11357:1 11366:1 11378:2 11379:1 11387:1 11391:2 11398:2 11404:1 11408:1 11409:1 11411:1 11416:1 11429:1 11432:2 11433:3 11442:1 11443:2 11458:1 11460:7 11480:1 11489:1 11521:1 11523:1 11542:8 11543:4 11551:1 11567:1 11573:1 11575:1 11598:1 11600:4 11601:1 11604:2 11652:2 11658:2 11674:1 11704:1 11708:1 11721:1 11724:1 11725:1 11734:1 11735:4 11749:3 11756:3 11758:1 11771:2 11773:1 11779:1 11787:1 11791:1 11797:2 11798:1 11813:1 11828:6 11831:4 11833:1 11834:2 11835:2 11837:1 11843:7 11848:1 11849:2 11852:1 11853:1 11857:2 11862:2 11864:1 11865:1 11872:1 11874:1 11875:1 11907:1 11910:1 11913:1 11925:1 11930:1 11938:6 11940:2 11945:1 11949:1 11954:1 11979:11 11981:1 11989:1 11991:1 11999:1 12003:1 12005:1 12014:1 12015:1 12017:4 12023:1 12026:1 12027:1 12045:1 12047:1 12051:3 12057:1 12060:1 12067:2 12073:5 12074:1 12083:1 12101:1 12102:1 12103:1 12105:1 12113:1 12134:1 12135:13 12140:2 12166:1 12187:7 12189:2 12194:1 12198:1 12224:2 12230:1 12238:1 12247:1 12250:4 12251:1 12255:2 12259:3 12263:1 12269:1 12286:1 12288:1 12294:1 12309:1 12311:5 12317:1 12345:1 12356:1 12376:1 12386:1 12404:1 12410:1 12411:4 12412:2 12415:1 12417:2 12429:1 12432:1 12434:1 12435:1 12439:3 12443:3 12446:1 12456:2 12457:4 12466:1 12467:1 12504:1 12522:2 12527:2 12540:3 12568:1 12577:2 12587:1 12599:2 12602:1 12606:1 12614:1 12624:2 12627:1 12633:1 12637:2 12638:1 12643:1 12645:1 12647:1 12670:4 12702:3 12715:3 12718:1 12726:1 12733:1 12737:1 12739:1 12741:1 12751:1 12754:1 12757:1 12771:1 12774:2 12786:1 12797:1 12800:1 12801:2 12814:1 12821:1 12825:11 12828:2 12833:1 12870:1 12879:1 12889:3 12891:2 12892:1 12893:1 12899:1 12908:1 12914:1 12915:1 12917:3 12932:1 12946:1 12953:1 12975:1 12977:3 12995:1 13000:1 13006:1 13008:1 13024:1 13029:1 13036:1 13041:1 13047:1 13055:1 13061:1 13062:1 13080:1 13091:2 13094:1 13097:1 13098:1 13106:1 13118:1 13124:1 13139:2 13142:1 13143:1 13149:3 13152:1 13154:1 13168:2 13173:3 13176:1 13187:3 13194:1 13199:1 13201:1 13208:1 13223:1 13225:1 13238:1 13240:1 13242:1 13244:1 13251:2 13257:1 13265:1 13272:1 13280:1 13288:1 13293:1 13298:1 13302:1 13304:1 13307:1 13319:1 13320:2 13334:4 13340:2 13360:1 13364:2 13367:3 13372:1 13379:1 13387:1 13391:7 13393:1 13408:1 13413:1 13427:1 13448:4 13477:1 13505:1 13513:1 13515:1 13516:1 13521:2 13530:1 13532:2 13538:2 13545:1 13548:1 13557:5 13558:1 13563:6 13571:1 13583:2 13594:1 13597:1 13608:2 13616:1 13622:1 13639:1 13645:2 13657:2 13660:2 13666:2 13667:1 13675:3 13690:1 13698:1 13711:1 13714:3 13731:1 13770:1 13787:2 13793:1 13795:1 13796:4 13802:2 13824:2 13834:1 13840:1 13842:1 13850:4 13856:4 13861:1 13866:1 13880:1 13886:6 13898:1 13908:1 13909:1 13917:1 13918:5 13922:1 13942:2 13950:1 13960:2 13963:2 13986:1 13992:2 14001:1 14002:1 14004:1 14005:1 14008:3 14010:1 14011:4 14013:5 14014:5 14015:2 14016:3 14018:4 14019:1 14020:2 14021:4 14024:2 14025:1 14026:1 14027:2 14028:1 14029:1 14030:1 14031:7 14034:1 14037:1 14043:1 14060:1 14067:1 14070:3 14109:1 14110:1 14124:1 14129:1 14131:1 14135:3 14141:1 14162:1 14164:1 14182:1 14192:1 14206:1 14212:1 14213:1 14217:1 14226:1 14231:1 14243:1 14248:1 14249:3 14266:1 14285:1 14291:1 14295:1 14301:1 14305:1 14308:1 14318:6 14321:3 14333:1 14349:1 14357:1 14365:1 14369:1 14373:1 14378:1 14389:1 14402:2 14414:1 14415:1 14439:1 14457:17 14482:2 14497:1 14501:1 14504:1 14519:1 14521:1 14539:2 14542:1 14565:2 14568:3 14578:2 14581:1 14590:1 14600:1 14606:3 14608:1 14618:1 14625:2 14629:2 14634:1 14635:1 14656:1 14660:1 14665:1 14669:1 14671:3 14680:1 14684:2 14689:1 14690:1 14695:2 14702:1 14706:1 14712:1 14713:1 14714:2 14716:11 14727:1 14750:1 14756:1 14761:1 14768:1 14782:1 14785:1 14794:4 14797:1 14819:1 14823:1 14829:2 14839:1 14849:1 14852:1 14853:1 14858:2 14901:1 14915:2 14919:2 14941:1 14942:1 14986:3 14990:1 14992:1 15008:2 15016:1 15023:1 15024:1 15039:3 15040:1 15072:1 15074:1 15079:1 15086:1 15101:4 15115:2 15146:1 15155:1 15160:1 15162:1 15163:2 15170:1 15177:1 15190:3 15204:3 15208:1 15211:2 15212:1 15216:1 15220:1 15233:1 15235:1 15244:1 15268:2 15287:1 15311:1 15323:3 15325:1 15335:1 15363:1 15370:1 15381:1 15382:3 15383:1 15387:1 15405:1 15454:2 15456:1 15457:2 15470:1 15482:1 15500:1 15506:1 15531:1 15535:1 15546:1 15554:2 15565:3 15569:4 15578:1 15594:4 15597:1 15600:2 15601:1 15615:5 15617:2 15620:1 15629:1 15630:3 15638:1 15666:1 15678:1 15679:1 15694:1 15703:1 15704:1 15713:1 15714:1 15725:1 15730:1 15738:3 15744:4 15745:1 15748:1 15750:3 15765:1 15767:1 15785:1 15798:2 15809:5 15826:2 15865:2 15874:7 15884:3 15890:1 15893:1 15902:2 15917:1 15931:1 15934:1 15941:3 15942:1 15948:1 15962:1 15969:1 15996:1 16001:1 16013:1 16032:1 16049:1 16050:1 16054:1 16068:2419 16071:2 16072:1 16092:1 16093:1 16095:1 16103:1 16122:1 16137:4 16141:1 16159:1 16161:1 16169:1 16173:5 16178:2 16191:1 16202:4 16222:1 16225:1 16238:1 16244:1 16261:2 16264:1 16267:1 16273:2 16275:1 16289:1 16309:1 16312:1 16315:1 16336:1 16339:1 16341:1 16343:2 16344:1 16356:1 16378:1 16385:1 16406:1 16407:1 16442:3 16446:2 16459:1 16466:1 16472:1 16488:5 16505:1 16520:1 16529:1 16542:1 16544:11 16553:1 16555:3 16557:1 16576:1 16583:1 16599:1 16603:1 16615:1 16617:3 16636:1 16651:2 16666:1 16682:3 16700:2 16702:1 16703:1 16709:1 16714:1 16729:4 16732:1 16735:1 16747:1 16771:2 16779:2 16787:1 16799:5 16801:1 16823:2 16825:10 16830:1 16838:2 16839:1 16856:1 16865:1 16873:1 16886:1 16887:11 16894:1 16903:2 16904:1 16924:2 16925:1 16927:1 16934:2 16942:1 16963:1 16967:1 16974:2 16993:1 16999:1 17008:7 17009:1 17010:1 17014:1 17027:17 17031:1 17041:23 17043:4 17047:1 17064:2 17070:1 17080:1 17089:4 17116:2 17119:1 17128:2 17132:2 17139:2 17142:1 17143:1 17165:1 17169:2 17179:2 17186:1 17207:1 17212:1 17218:2 17242:5 17244:1 17255:2 17261:1 17263:1 17272:1 17273:1 17280:1 17293:1 17301:1 17315:1 17316:1 17332:86 17346:1 17352:2 17358:1 17363:1 17367:1 17376:6 17396:1 17402:2 17408:1 17418:1 17419:1 17422:1 17425:1 17437:1 17440:3 17446:1 17450:1 17462:2 17465:1 17472:1 17475:10 17484:1 17485:2 17491:17 17492:1 17497:4 17500:1 17547:3 17561:1 17567:6 17568:1 17570:3 17571:1 17573:2 17576:1 17577:2 17578:1 17583:3 17584:2 17585:1 17587:1 17588:2 17590:5 17591:7 17592:1 17616:1 17636:1 17638:1 17641:1 17646:1 17648:1 17653:1 17654:1 17656:1 17665:1 17667:1 17670:1 17671:1 17688:3 17689:1 17690:1 17695:1 17705:1 17711:1 17727:2 17729:1 17731:3 17732:2 17737:1 17750:1 17755:1 17759:1 17760:1 17776:1 17781:1 17788:3 17810:2 17814:1 17816:1 17817:3 17843:3 17856:1 17862:3 17871:1 17878:5 17880:1 17881:5 17897:1 17909:2 17912:1 17916:1 17921:1 17923:1 17930:1 17946:1 17957:1 17964:1 17972:2 17976:1 17990:1 18010:1 18022:1 18027:1 18038:1 18041:1 18055:1 18056:1 18064:1 18069:8 18073:1 18079:2 18086:1 18087:2 18092:1 18101:1 18104:1 18108:6 18110:1 18113:2 18138:2 18140:1 18150:1 18151:1 18185:1 18199:1 18212:1 18224:6 18232:2 18237:1 18248:2 18252:2 18253:1 18272:1 18278:1 18332:1 18353:1 18355:1 18359:1 18360:1 18363:3 18364:2 18368:2 18376:1 18381:3 18389:4 18407:1 18412:1 18418:1 18423:1 18427:1 18428:1 18429:1 18433:1 18444:1 18460:2 18468:2 18471:1 18482:1 18485:2 18490:1 18506:1 18507:1 18509:2 18511:1 18513:1 18515:3 18525:1 18527:1 18561:1 18568:1 18588:1 18598:1 18602:1 18611:2 18612:2 18615:1 18628:1 18631:4 18632:1 18633:1 18634:1 18636:2 18650:2 18659:1 18664:1 18673:1 18677:3 18685:1 18687:1 18691:2 18700:1 18709:1 18710:1 18720:1 18724:1 18729:1 18730:1 18742:4 18746:26 18750:1 18771:1 18775:1 18791:2 18794:1 18803:1 18806:2 18815:1 18820:6 18828:1 18835:1 18843:1 18851:2 18853:5 18855:1 18858:2 18861:1 18889:1 18891:1 18896:3 18901:2 18911:2 18930:2 18937:1 18964:6 18965:3 18974:1 18976:2 18977:1 18978:1 18983:1 18984:1 18995:12 18996:3 18997:1 18998:1 19002:2 19010:2 19023:1 19025:1 19034:9 19045:1 19046:1 19059:7 19077:1 19087:1 19112:1 19114:2 19122:2 19125:1 19140:3 19147:1 19149:1 19152:1 19153:1 19164:1 19170:3 19173:1 19174:2 19175:1 19176:1 19180:5 19184:1 19195:1 19199:1 19205:1 19214:2 19218:1 19222:1 19227:1 19228:1 19241:1 19242:2 19243:1 19247:2 19248:1 19262:1 19264:3 19266:1 19269:1 19274:1 19275:1 19286:2 19289:1 19304:1 19305:1 19309:1 19313:3 19332:2 19334:7 19335:1 19337:1 19353:1 19354:1 19357:1 19367:1 19374:1 19388:5 19391:2 19393:5 19398:1 19399:1 19410:1 19417:1 19424:1 19438:1 19440:1 19441:1 19446:1 19448:1 19454:1 19462:1 19469:1 19478:4 19488:2 19490:1 19502:1 19503:3 19519:1 19540:3 19546:1 19554:1 19566:1 19593:4 19605:8 19627:1 19638:2 19641:1 19673:2 19685:1 19686:1 19687:3 19700:1 19705:2 19712:1 19714:1 19720:17 19721:1 19722:1 19735:1 19740:1 19747:2 19756:1 19761:4 19762:1 19764:1 19779:1 19793:1 19797:1 19801:1 19811:1 19813:1 19834:1 19837:1 19843:1 19850:1 19854:1 19860:1 19864:1 19872:1 19874:1 19876:1 19880:1 19890:3 19897:2 19912:1 19915:2 19916:1 19918:1 19921:2 19965:2 19971:1 19978:1 20034:1 20041:1 20042:1 20049:1 20057:1 20069:1 20072:2 20073:1 20078:7 20083:1 20084:2 20096:1 20103:1 20109:1 20132:3 20134:1 20155:1 20158:1 20159:1 20162:2 20178:1 20193:1 20198:1 20202:1 20203:2 20212:1 20219:1 20236:1 20239:2 20241:1 20244:4 20245:4 20259:1 20261:1 20268:1 20269:1 20271:1 20279:1 20299:1 20310:1 20311:1 20316:1 20318:2 20319:1 20323:1 20326:3 20328:3 20330:2 20333:2 20335:1 20345:1 20348:1 20357:3 20358:2 20360:1 20364:1 20374:1 20375:1 20378:1 20382:1 20395:2 20398:1 20405:1 20429:2 20430:3 20433:1 20439:1 20456:1 20458:1 20465:2 20466:1 20468:1 20473:1 20483:1 20485:1 20497:1 20536:1 20541:1 20553:1 20563:1 20567:1 20577:2 20579:7 20580:2 20585:1 20593:1 20629:1 20633:1 20634:1 20641:1 20643:1 20678:1 20686:4 20702:1 20705:1 20709:1 20723:1 20726:1 20728:3 20733:2 20749:1 20753:1 20758:2 20767:1 20789:1 20792:1 20799:2 20804:3 20830:1 20836:1 20843:1 20845:1 20847:1 20850:2 20853:1 20878:1 20879:1 20886:2 20889:1 20893:1 20906:1 20908:3 20910:1 20914:1 20925:1 20931:1 20932:3 20934:3 20941:1 20942:3 20956:1 20961:1 20963:1 20964:1 20968:2 20973:2 20989:1 20996:1 21004:1 21017:1 21044:2 21045:2 21054:1 21060:1 21063:2 21077:1 21096:1 21104:1 21109:1 21134:2 21135:3 21140:1 21145:1 21152:3 21158:1 21162:1 21168:1 21169:4 21190:3 21201:2 21207:1 21212:1 21215:2 21217:1 21236:2 21244:1 21250:1 21264:1 21269:1 21270:2 21273:1 21274:4 21277:4 21279:7 21280:1 21283:1 21284:1 21290:1 21295:1 21302:3 21307:1 21309:2 21348:1 21361:1 21362:1 21363:1 21383:1 21390:1 21391:1 21397:2 21404:1 21421:1 21422:1 21429:2 21441:1 21443:1 21449:1 21469:1 21473:1 21490:1 21494:2 21498:1 21505:1 21514:1 21531:2 21537:1 21540:1 21541:2 21542:4 21550:1 21551:1 21552:1 21559:2 21567:1 21570:2 21575:1 21588:2 21602:1 21622:1 21627:2 21632:1 21644:1 21663:1 21676:1 21683:1 21684:2 21695:2 21696:1 21697:2 21710:1 21755:8 21764:1 21781:8 21784:1 21786:2 21822:1 21826:1 21830:2 21834:1 21843:3 21871:2 21872:1 21875:1 21882:2 21887:1 21891:1 21921:1 21925:1 21926:2 21927:1 21938:2 21941:1 21942:2 21945:1 21949:4 21952:1 21974:1 21992:2 22014:2 22015:1 22020:1 22039:1 22045:1 22047:3 22052:1 22070:1 22078:3 22094:1 22106:3 22109:3 22112:1 22116:10 22117:1 22123:1 22129:1 22140:3 22160:1 22162:4 22176:1 22182:1 22186:2 22188:1 22201:1 22209:7 22212:1 22220:1 22223:1 22225:1 22226:1 22257:3 22259:1 22268:1 22282:2 22287:1 22291:1 22309:1 22314:2 22325:4 22342:2 22344:1 22345:1 22355:3 22360:5 22362:1 22369:1 22380:2 22391:3 22396:2 22402:6 22409:1 22421:1 22444:1 22445:1 22448:1 22453:2 22456:1 22466:2 22469:2 22470:1 22481:1 22482:1 22488:1 22489:1 22493:3 22494:1 22495:1 22502:1 22517:1 22523:1 22528:1 22532:1 22545:1 22566:6 22572:1 22574:1 22578:1 22597:2 22601:6 22602:1 22611:1 22625:8 22627:1 22628:1 22640:3 22645:1 22653:1 22664:2 22666:1 22671:1 22675:1 22696:4 22709:1 22711:2 22723:3 22726:1 22739:1 22748:1 22754:1 22760:1 22768:1 22777:1 22801:1 22807:1 22841:2 22844:1 22847:1 22851:1 22852:1 22854:1 22884:1 22891:2 22895:1 22900:3 22901:3 22904:1 22914:2 22932:1 22946:2 22947:2 22948:1 22971:2 22972:1 22974:1 22976:2 22988:1 22992:1 22994:1 22998:1 23015:1 23029:1 23037:1 23049:2 23065:4 23070:1 23093:1 23100:1 23106:1 23117:1 23125:1 23127:2 23128:1 23145:3 23149:1 23150:1 23162:1 23167:3 23170:1 23178:2 23184:1 23193:1 23196:2 23199:1 23200:1 23208:1 23213:1 23230:1 23236:2 23246:1 23273:3 23279:1 23283:1 23295:1 23297:1 23302:1 23356:3 23359:1 23378:1 23380:2 23382:1 23385:1 23388:1 23392:1 23393:2 23394:1 23413:1 23422:1 23436:2 23444:1 23448:1 23453:2 23458:1 23459:1 23461:1 23465:1 23470:1 23471:1 23484:1 23491:1 23492:2 23498:1 23505:1 23510:4 23515:3 23524:2 23531:1 23533:1 23541:1 23547:1 23548:1 23550:2 23551:1 23568:2 23597:1 23598:2 23606:2 23621:1 23631:1 23632:2 23642:1 23656:2 23658:3 23659:3 23660:1 23661:1 23663:1 23664:2 23667:1 23673:2 23676:2 23680:1 23682:6 23699:3 23702:1 23709:2 23717:1 23720:1 23744:2 23754:1 23759:1 23764:3 23765:1 23778:1 23783:1 23785:1 23787:4 23828:1 23833:1 23836:1 23853:1 23859:3 23871:1 23874:1 23876:1 23880:1 23905:1 23908:1 23909:1 23910:1 23923:4 23937:1 23941:1 23948:2 23953:14 23969:1 23982:2 23983:1 24016:1 24066:2 24091:2 24110:1 24114:1 24125:1 24133:1 24143:2 24146:1 24154:1 24171:1 24174:1 24175:1 24181:1 24197:1 24200:2 24202:1 24203:1 24208:1 24211:1 24222:1 24227:1 24228:1 24229:1 24237:7 24253:2 24264:1 24269:2 24282:36 24306:1 24308:1 24309:1 24319:4 24326:2 24328:1 24337:1 24371:2 24395:3 24400:1 24410:1 24419:2 24423:2 24431:1 24437:2 24439:1 24459:1 24475:3 24492:1 24503:4 24522:1 24530:1 24535:2 24538:3 24541:2 24549:1 24554:1 24571:1 24578:2 24591:1 24594:1 24596:1 24601:2 24602:1 24609:1 24611:1 24621:1 24627:1 24629:1 24631:1 24633:1 24634:1 24639:1 24641:1 24646:1 24651:1 24656:7 24667:1 24678:1 24683:2 24685:2 24716:1 24717:1 24718:1 24720:4 24721:1 24723:1 24759:1 24763:1 24770:4 24772:7 24783:1 24810:1 24829:1 24832:3 24838:1 24859:1 24878:1 24889:2 24892:1 24901:1 24906:1 24920:1 24922:1 24929:2 24936:4 24950:1 24951:1 24960:2 24970:1 24985:1 24989:1 24992:1 25015:1 25037:1 25052:1 25054:2 25058:2 25071:1 25081:1 25082:1 25091:1 25099:1 25106:2 25108:1 25109:1 25120:1 25130:1 25133:2 25138:1 25152:1 25164:1 25169:2 25173:2 25174:1 25183:1 25188:1 25191:1 25192:1 25197:1 25209:1 25217:2 25219:2 25258:3 25259:1 25260:1 25264:2 25279:1 25284:1 25286:1 25296:4 25305:1 25314:2 25317:1 25321:3 25327:1 25331:2 25345:2 25348:1 25353:1 25355:2 25357:1 25358:1 25359:1 25363:1 25365:7 25366:1 25368:2 25369:1 25370:1 25372:1 25375:1 25381:1 25382:1 25388:1 25390:1 25403:1 25409:2 25414:1 25416:1 25418:1 25430:1 25435:1 25440:1 25448:1 5 2:1 11:1 36:1 38:3 39:1 41:1 61:1 86:1 89:3 91:1 104:3 120:1 122:1 130:2 138:6 154:1 155:1 158:3 161:1 165:2 167:1 169:1 176:2 181:1 185:1 197:1 198:1 204:6 211:1 229:1 230:1 233:3 248:3 252:1 283:3 297:1 312:6 313:1 324:1 331:1 333:1 343:1 352:1 360:2 361:7 363:1 377:2 383:2 396:4 403:1 409:2 413:1 420:1 426:2 429:1 466:1 480:1 487:1 497:1 509:1 512:1 518:1 526:1 530:4 531:1 542:2 552:1 555:1 556:1 558:2 572:10 573:1 593:1 601:1 614:1 636:1 642:1 646:1 674:1 680:1 696:1 697:1 712:1 718:1 734:1 744:2 752:2 766:4 778:6 783:1 785:1 787:1 793:3 795:1 799:7 803:3 805:3 813:1 814:4 829:8 844:4 847:1 848:1 849:4 851:5 865:2 867:3 871:1 876:1 883:4 887:3 890:1 902:1 904:2 917:1 951:1 953:1 961:1 967:1 977:3 1013:1 1018:2 1040:1 1045:1 1070:2 1074:1 1080:1 1097:1 1098:1 1103:1 1106:2 1108:1 1115:1 1116:1 1117:3 1124:2 1134:2 1135:1 1141:1 1143:1 1146:1 1147:1 1176:1 1198:1 1213:2 1230:1 1243:2 1244:1 1249:1 1259:1 1260:1 1261:5 1279:5 1281:1 1286:1 1288:3 1294:2 1296:1 1304:3 1307:2 1309:1 1310:1 1313:1 1318:1 1323:1 1348:1 1350:2 1353:1 1354:1 1357:1 1367:1 1371:3 1385:1 1390:2 1395:1 1403:13 1406:1 1413:12 1420:2 1422:3 1425:1 1447:1 1452:3 1454:1 1479:5 1488:1 1497:1 1502:1 1503:1 1517:1 1524:1 1538:1 1541:1 1558:1 1565:1 1588:1 1589:2 1598:3 1599:1 1608:1 1623:1 1627:1 1636:1 1638:1 1640:3 1651:1 1657:1 1660:1 1663:1 1685:1 1694:2 1697:1 1701:1 1707:2 1712:1 1716:1 1729:1 1733:1 1748:1 1752:1 1765:1 1768:1 1778:2 1786:1 1787:3 1788:1 1801:2 1804:2 1808:2 1809:1 1813:2 1818:1 1821:2 1828:1 1846:1 1851:1 1861:3 1870:1 1873:2 1880:1 1881:1 1886:1 1888:1 1890:2 1893:1 1900:2 1911:1 1916:1 1918:8 1930:1 1940:2 1953:4 1975:2 1976:3 1977:1 1981:2 1985:1 1995:1 2016:1 2028:4 2029:1 2030:3 2032:8 2033:2 2034:4 2035:1 2039:3 2040:4 2045:2 2046:4 2048:1 2049:1 2050:1 2052:3 2053:2 2058:2 2060:1 2061:3 2094:2 2098:1 2109:3 2117:1 2136:2 2138:1 2143:1 2149:1 2157:1 2167:3 2173:1 2179:1 2180:1 2181:1 2182:1 2184:3 2188:1 2194:1 2200:1 2211:1 2221:1 2223:1 2226:1 2250:2 2252:1 2253:1 2262:1 2280:1 2313:2 2317:1 2333:1 2339:4 2343:6 2351:1 2355:1 2359:1 2362:1 2363:1 2365:1 2373:1 2376:1 2379:1 2384:1 2393:1 2394:1 2396:5 2397:3 2414:1 2428:1 2434:1 2436:1 2442:1 2460:2 2461:2 2469:1 2473:2 2476:1 2484:2 2490:3 2491:1 2494:1 2502:1 2503:1 2507:1 2519:1 2542:1 2550:1 2562:22 2569:1 2571:1 2573:12 2586:2 2589:1 2598:2 2608:1 2611:21 2627:1 2631:1 2634:1 2642:1 2650:2 2656:1 2659:1 2660:3 2661:1 2699:1 2719:1 2729:1 2732:1 2741:1 2743:1 2744:2 2748:4 2757:2 2772:1 2780:1 2791:1 2807:1 2809:1 2812:1 2841:5 2859:1 2883:1 2884:1 2885:1 2888:1 2891:3 2907:6 2944:1 2971:1 2981:1 3001:1 3007:3 3019:3 3023:1 3024:4 3025:6 3027:3 3028:3 3029:7 3030:4 3031:1 3032:1 3034:3 3035:1 3038:1 3042:1 3065:1 3073:1 3075:1 3076:5 3080:2 3082:5 3085:4 3099:3 3105:1 3106:3 3120:1 3122:1 3136:2 3140:1 3144:3 3145:7 3146:1 3147:23 3156:4 3159:1 3162:1 3166:1 3169:1 3171:1 3180:2 3182:1 3189:1 3190:2 3206:1 3207:1 3212:1 3217:1 3221:1 3225:1 3230:1 3235:1 3237:7 3238:2 3239:1 3241:4 3249:3 3254:1 3273:1 3277:1 3283:8 3286:1 3290:1 3313:1 3327:1 3329:1 3331:2 3353:1 3367:1 3369:1 3375:1 3377:1 3380:1 3395:2 3410:1 3418:1 3420:1 3422:1 3437:2 3445:1 3448:1 3450:1 3454:1 3456:3 3472:1 3475:2 3477:1 3480:1 3482:1 3493:3 3496:1 3498:1 3506:2 3512:1 3514:2 3524:2 3530:8 3531:2 3543:1 3545:1 3546:1 3551:1 3577:2 3578:1 3584:1 3605:1 3610:1 3613:1 3618:2 3623:2 3635:1 3638:1 3659:1 3665:1 3670:2 3688:1 3690:1 3700:2 3703:3 3708:1 3724:1 3739:1 3761:2 3773:2 3775:1 3800:1 3801:1 3803:3 3808:1 3817:1 3820:1 3829:1 3831:1 3836:2 3842:1 3846:7 3849:1 3854:1 3857:1 3858:1 3868:2 3905:1 3924:1 3926:1 3927:1 3939:1 3959:1 3966:3 3968:1 3971:1 3993:2 3998:1 4004:1 4007:3 4008:1 4010:7 4025:1 4026:1 4028:1 4032:4 4049:2 4054:4 4056:5 4061:1 4062:1 4063:1 4064:1 4066:1 4083:1 4084:2 4085:1 4088:1 4093:2 4106:1 4121:1 4126:1 4130:1 4131:6 4142:1 4158:2 4167:1 4168:1 4169:1 4180:3 4183:1 4185:2 4191:1 4198:1 4218:1 4227:1 4242:1 4264:1 4272:1 4282:1 4286:2 4307:1 4308:1 4310:14 4311:1 4320:2 4338:1 4342:1 4343:1 4351:1 4352:1 4363:1 4387:1 4388:1 4399:3 4412:2 4413:6 4414:1 4415:1 4416:2 4418:5 4420:2 4421:1 4423:4 4425:2 4428:8 4430:1 4435:1 4436:1 4437:3 4438:2 4440:1 4455:4 4458:1 4470:1 4484:2 4505:4 4515:1 4522:1 4524:1 4535:2 4544:2 4547:1 4553:1 4574:1 4580:3 4593:1 4597:1 4599:3 4637:1 4640:2 4651:1 4653:1 4656:1 4666:7 4676:1 4686:1 4696:1 4699:1 4720:1 4731:1 4762:1 4764:1 4769:1 4774:1 4776:1 4784:1 4785:1 4787:5 4794:2 4799:1 4806:1 4807:1 4813:1 4860:5 4895:2 4899:2 4903:1 4904:1 4908:2 4912:1 4916:1 4921:1 4924:1 4932:3 4950:2 4961:1 4971:1 4974:2 4994:1 4995:1 4996:1 5001:2 5007:1 5028:1 5032:1 5043:1 5047:1 5053:1 5055:2 5071:5 5091:2 5150:1 5151:1 5162:2 5170:1 5173:1 5177:1 5178:1 5184:1 5202:1 5221:1 5228:3 5230:2 5234:2 5246:1 5253:1 5255:2 5256:1 5258:1 5260:5 5269:1 5270:2 5272:3 5273:1 5276:1 5284:1 5290:1 5296:3 5304:1 5308:1 5311:2 5319:2 5322:1 5331:2 5337:1 5349:1 5352:1 5373:2 5374:3 5376:5 5378:2 5411:6 5412:1 5414:2 5424:2 5425:2 5429:1 5460:1 5463:1 5467:1 5476:3 5478:2 5490:6 5493:1 5494:1 5508:1 5517:3 5532:2 5537:1 5560:1 5568:3 5569:2 5571:1 5574:1 5576:1 5577:4 5581:1 5582:3 5585:2 5593:9 5594:1 5595:1 5597:1 5608:2 5609:1 5614:1 5631:1 5645:1 5679:2 5684:1 5685:1 5694:1 5702:3 5719:1 5725:1 5778:1 5789:2 5790:1 5810:1 5811:1 5814:1 5819:1 5824:1 5825:1 5831:1 5834:2 5842:3 5850:1 5854:2 5855:2 5877:2 5892:1 5908:1 5914:1 5919:1 5923:4 5949:8 5952:1 5956:1 5957:3 5960:1 5961:1 5963:2 5971:1 5973:1 5985:9 5999:1 6018:1 6023:1 6026:1 6038:1 6046:1 6049:1 6053:1 6056:1 6061:1 6062:1 6065:1 6066:1 6075:1 6076:11 6091:1 6116:1 6119:2 6141:3 6151:1 6154:1 6160:1 6167:3 6169:1 6173:1 6202:1 6215:1 6223:1 6229:4 6246:2 6254:1 6257:1 6263:1 6288:1 6298:1 6305:1 6309:1 6315:1 6317:2 6330:1 6331:1 6332:1 6336:2 6341:1 6352:1 6355:1 6361:1 6369:1 6378:1 6386:2 6393:2 6395:1 6407:1 6412:1 6414:2 6417:2 6422:2 6426:2 6431:1 6445:1 6446:1 6456:1 6492:6 6502:1 6511:1 6515:5 6517:1 6520:2 6536:1 6542:1 6566:2 6569:1 6579:1 6606:2 6613:3 6614:4 6617:1 6626:1 6632:1 6633:1 6645:1 6665:1 6680:3 6681:2 6689:3 6694:3 6696:4 6702:1 6720:4 6734:45 6738:1 6746:23 6748:14 6758:1 6763:1 6765:1 6769:1 6777:1 6797:1 6805:1 6807:2 6813:1 6834:2 6860:4 6861:1 6868:1 6873:1 6889:1 6908:1 6919:8 6923:1 6925:1 6952:2 6957:2 6960:1 6968:2 6973:1 6994:1 7000:1 7002:1 7013:2 7025:2 7033:1 7043:1 7054:1 7065:1 7069:1 7071:1 7074:1 7077:3 7088:1 7096:3 7100:1 7104:1 7116:2 7123:1 7126:1 7145:1 7154:3 7157:1 7160:48 7183:1 7195:1 7201:1 7204:1 7209:1 7225:3 7232:1 7233:16 7235:9 7237:1 7239:1 7262:1 7263:1 7269:2 7270:2 7276:2 7277:1 7282:1 7290:1 7299:2 7302:1 7305:2 7308:1 7318:1 7321:1 7337:2 7346:1 7351:3 7353:1 7359:1 7366:3 7368:2 7370:1 7371:1 7374:1 7375:2 7376:2 7381:1 7382:1 7388:4 7390:1 7397:2 7416:1 7432:1 7446:1 7458:1 7464:1 7471:1 7475:1 7477:1 7478:1 7480:1 7483:4 7485:2 7488:1 7491:1 7493:1 7497:3 7498:4 7500:1 7501:1 7511:4 7522:7 7529:1 7534:1 7537:9 7538:2 7562:1 7566:1 7600:1 7606:1 7620:3 7625:1 7629:1 7631:2 7663:2 7666:2 7669:1 7675:3 7678:1 7701:1 7714:1 7719:1 7727:3 7736:1 7751:1 7761:1 7775:1 7783:1 7784:1 7790:1 7797:1 7818:1 7850:1 7861:1 7863:1 7866:1 7874:2 7878:1 7882:2 7886:2 7897:1 7898:1 7905:1 7910:1 7912:2 7922:1 7925:1 7934:1 7938:1 7959:1 7974:1 7982:1 8001:4 8003:1 8008:1 8018:2 8027:1 8032:1 8034:1 8035:1 8044:1 8045:1 8054:3 8055:2 8066:1 8077:2 8087:3 8088:2 8089:2 8091:1 8095:3 8100:1 8103:1 8104:2 8107:2 8108:2 8109:1 8114:3 8124:1 8126:1 8137:2 8142:1 8162:1 8197:1 8199:1 8202:1 8205:4 8208:1 8209:1 8213:1 8218:1 8219:1 8231:2 8248:1 8259:1 8260:1 8264:1 8270:1 8272:5 8289:1 8292:1 8298:1 8304:1 8308:1 8310:3 8325:2 8332:1 8335:3 8341:1 8363:1 8365:5 8368:1 8371:1 8378:1 8380:1 8398:1 8403:1 8415:1 8417:1 8419:2 8422:1 8430:1 8445:1 8459:1 8466:1 8482:4 8484:3 8485:1 8494:1 8503:1 8510:1 8511:1 8528:1 8530:1 8534:1 8540:2 8542:1 8544:7 8545:1 8546:1 8547:1 8550:1 8552:1 8553:1 8556:1 8565:1 8573:1 8586:1 8593:2 8610:1 8614:3 8627:6 8671:4 8683:2 8687:1 8696:1 8697:1 8703:3 8705:3 8710:3 8722:3 8725:1 8726:1 8727:5 8735:2 8759:1 8760:1 8761:1 8764:1 8769:2 8772:1 8773:2 8791:2 8806:2 8807:6 8809:1 8814:1 8816:1 8817:1 8818:3 8825:2 8826:2 8829:2 8834:1 8837:1 8870:1 8890:1 8892:1 8898:1 8911:2 8916:7 8942:1 8947:1 8953:1 8954:1 8959:1 8970:1 8972:1 8977:9 9001:1 9002:1 9003:4 9004:2 9005:4 9006:2 9011:1 9012:3 9014:5 9016:1 9017:1 9020:2 9023:1 9025:1 9026:2 9033:3 9036:2 9038:16 9041:4 9042:1 9043:8 9044:3 9047:1 9060:3 9072:1 9091:1 9105:1 9106:2 9108:1 9110:1 9114:5 9117:1 9118:1 9119:2 9124:1 9130:1 9142:1 9144:3 9150:1 9154:2 9156:1 9169:1 9172:1 9174:1 9178:1 9181:2 9205:7 9216:2 9247:1 9255:2 9264:2 9276:1 9280:1 9281:1 9285:1 9296:1 9298:7 9306:1 9316:1 9320:1 9331:1 9342:1 9348:1 9349:1 9350:3 9354:2 9370:2 9380:1 9382:1 9383:1 9388:1 9398:1 9402:1 9417:2 9422:1 9440:1 9442:1 9458:1 9466:1 9483:1 9492:2 9504:1 9507:5 9508:5 9525:1 9529:1 9552:1 9556:5 9562:3 9565:2 9568:1 9570:1 9598:2 9601:1 9609:1 9623:5 9628:1 9629:2 9630:1 9631:1 9637:1 9639:1 9642:1 9644:1 9648:1 9650:1 9657:7 9658:1 9665:1 9667:1 9681:1 9684:1 9686:1 9696:1 9708:1 9711:2 9713:1 9714:1 9734:1 9783:1 9823:3 9826:1 9828:2 9837:1 9841:1 9842:1 9855:1 9857:1 9858:1 9862:1 9866:1 9868:1 9872:1 9878:1 9880:1 9881:1 9886:1 9891:2 9895:2 9899:1 9905:1 9910:1 9912:1 9913:1 9917:1 9918:1 9921:13 9939:1 9940:1 9960:1 9965:1 9967:1 9970:2 9979:5 9995:1 9997:1 10001:1 10018:1 10025:1 10040:1 10042:2 10051:1 10065:1 10101:1 10102:8 10109:2 10133:3 10134:1 10136:1 10140:1 10157:1 10160:7 10163:1 10165:1 10170:7 10172:1 10193:2 10195:2 10202:1 10203:9 10207:2 10213:1 10215:16 10220:1 10225:4 10230:1 10233:2 10234:2 10235:1 10237:2 10240:1 10243:1 10247:2 10259:1 10272:1 10274:1 10278:1 10281:1 10284:1 10285:1 10288:4 10292:1 10296:3 10297:1 10300:1 10302:3 10327:1 10331:1 10332:2 10351:2 10357:2 10358:3 10360:1 10368:1 10382:2 10401:8 10404:5 10408:2 10411:1 10430:1 10433:1 10440:1 10443:1 10447:1 10452:1 10455:1 10459:1 10466:1 10469:1 10477:1 10492:1 10493:1 10496:2 10506:1 10519:1 10522:1 10533:3 10534:5 10538:1 10546:1 10549:2 10550:1 10553:1 10555:1 10562:1 10573:1 10578:1 10592:1 10637:1 10654:1 10656:3 10657:1 10668:1 10672:1 10676:3 10685:1 10697:1 10712:1 10715:1 10717:1 10722:1 10778:1 10800:3 10801:1 10802:1 10826:2 10837:1 10839:3 10860:1 10865:1 10868:1 10882:1 10927:1 10939:1 10951:2 10957:1 10958:1 10959:1 10969:1 11000:1 11004:8 11005:2 11008:1 11009:1 11013:2 11018:1 11021:4 11022:1 11023:1 11033:1 11038:1 11041:5 11054:3 11056:2 11058:1 11063:2 11072:2 11076:2 11077:1 11080:3 11085:2 11088:1 11093:1 11106:1 11111:2 11116:2 11120:3 11129:1 11134:1 11136:1 11137:2 11143:2 11144:3 11150:1 11160:2 11163:3 11169:1 11178:2 11185:1 11195:1 11205:2 11208:1 11209:6 11210:2 11212:1 11216:1 11221:1 11227:1 11237:1 11247:1 11260:2 11262:1 11274:1 11281:1 11312:1 11313:1 11316:1 11321:1 11327:1 11341:1 11355:1 11357:1 11366:1 11378:2 11379:1 11387:1 11391:2 11398:2 11404:1 11408:1 11409:1 11411:1 11416:1 11429:1 11432:3 11433:3 11442:1 11443:2 11458:2 11460:9 11480:1 11489:1 11521:1 11523:1 11542:8 11543:4 11551:2 11567:1 11573:1 11575:1 11598:1 11600:4 11601:1 11604:2 11652:2 11658:2 11674:1 11704:1 11708:1 11721:1 11724:1 11725:1 11734:1 11735:4 11749:3 11756:3 11758:1 11771:2 11773:1 11779:1 11787:1 11791:1 11797:2 11798:1 11813:1 11828:6 11831:4 11833:1 11834:2 11835:2 11837:1 11843:7 11848:1 11849:2 11852:1 11853:1 11857:2 11862:2 11864:1 11865:1 11872:1 11874:1 11875:1 11907:1 11910:1 11913:1 11925:1 11930:1 11938:6 11940:2 11945:1 11949:1 11954:1 11979:11 11981:1 11989:1 11991:1 11999:1 12003:1 12005:1 12014:1 12015:1 12017:4 12023:1 12026:1 12027:1 12045:1 12047:1 12051:3 12057:1 12060:1 12067:2 12073:5 12074:1 12083:1 12101:1 12102:1 12103:1 12105:1 12113:1 12134:1 12135:13 12140:2 12166:1 12187:8 12189:2 12194:1 12198:1 12224:2 12230:1 12238:1 12247:1 12250:4 12251:1 12255:2 12259:3 12263:1 12269:1 12286:1 12288:1 12294:1 12309:1 12311:5 12317:1 12345:1 12356:1 12376:1 12386:1 12404:1 12410:1 12411:4 12412:2 12415:1 12417:2 12429:1 12432:1 12434:1 12435:1 12439:3 12443:3 12446:1 12456:2 12457:4 12466:1 12467:1 12504:1 12522:2 12527:2 12540:3 12568:1 12577:2 12587:1 12599:2 12602:1 12606:1 12614:1 12624:2 12627:1 12633:1 12637:2 12638:1 12643:1 12645:1 12647:1 12670:4 12702:3 12715:3 12718:1 12726:1 12733:1 12737:1 12739:1 12741:1 12751:1 12754:1 12757:1 12771:1 12774:2 12786:1 12797:1 12800:1 12801:2 12814:1 12821:1 12825:12 12828:2 12833:1 12870:1 12879:1 12889:4 12891:2 12892:1 12893:1 12899:1 12908:1 12914:1 12915:1 12917:3 12932:1 12946:1 12953:1 12975:1 12977:3 12995:1 13000:1 13006:1 13008:1 13024:1 13029:1 13036:1 13041:1 13047:1 13055:1 13061:1 13062:1 13080:1 13091:2 13094:1 13097:1 13098:1 13106:1 13118:1 13124:1 13139:2 13142:1 13143:1 13149:3 13152:1 13154:1 13168:2 13173:3 13176:1 13187:3 13194:1 13199:1 13201:1 13208:1 13223:1 13225:1 13238:1 13240:1 13242:1 13244:1 13251:2 13257:1 13265:1 13272:1 13280:1 13288:1 13293:1 13298:1 13302:1 13304:1 13307:1 13319:1 13320:2 13334:4 13340:2 13360:1 13364:2 13367:3 13372:1 13379:1 13387:1 13391:7 13393:1 13408:1 13413:1 13427:1 13448:5 13477:1 13505:1 13513:1 13515:1 13516:1 13521:2 13526:1 13530:1 13532:2 13538:2 13545:1 13548:1 13557:5 13558:1 13563:6 13571:1 13583:2 13594:1 13597:1 13608:2 13616:1 13622:1 13639:1 13645:2 13657:2 13660:2 13666:2 13667:1 13675:3 13690:1 13698:1 13711:1 13714:3 13731:1 13745:1 13755:1 13770:1 13787:2 13793:1 13795:1 13796:4 13802:2 13824:2 13834:1 13840:1 13842:1 13850:4 13856:4 13861:1 13866:1 13880:1 13886:6 13898:1 13908:1 13909:1 13917:1 13918:6 13922:1 13942:2 13950:1 13960:2 13963:2 13986:1 13992:2 14001:1 14002:1 14004:1 14005:1 14008:3 14010:1 14011:4 14013:5 14014:5 14015:2 14016:3 14018:4 14019:1 14020:2 14021:4 14024:2 14025:1 14026:1 14027:2 14028:1 14029:1 14030:1 14031:7 14034:1 14037:1 14043:1 14060:1 14067:1 14070:3 14109:1 14110:1 14124:1 14129:1 14131:1 14135:4 14141:1 14162:1 14164:1 14182:1 14192:1 14206:1 14212:1 14213:1 14217:1 14226:1 14231:1 14243:1 14248:1 14249:3 14266:1 14285:1 14291:1 14295:1 14301:1 14305:1 14308:1 14318:6 14321:3 14333:1 14349:1 14357:1 14365:1 14369:1 14373:1 14378:1 14389:1 14402:2 14414:1 14415:1 14423:1 14439:1 14457:18 14482:2 14497:1 14501:1 14504:1 14519:1 14520:1 14521:1 14539:2 14542:1 14565:3 14568:3 14578:2 14581:1 14590:1 14600:1 14606:3 14608:1 14610:1 14618:1 14625:2 14629:2 14634:1 14635:1 14656:1 14660:1 14665:1 14668:1 14669:1 14671:3 14680:1 14684:2 14689:1 14690:1 14693:1 14695:2 14702:1 14706:1 14712:1 14713:1 14714:2 14716:11 14727:1 14750:1 14756:1 14761:1 14768:1 14782:1 14785:1 14794:4 14797:1 14819:1 14823:1 14829:2 14839:1 14849:1 14852:1 14853:1 14858:2 14901:1 14915:2 14919:2 14941:1 14942:1 14956:1 14986:3 14990:1 14992:1 15008:2 15016:1 15023:1 15024:1 15039:3 15040:1 15072:1 15074:1 15079:1 15086:1 15101:4 15115:2 15146:1 15155:1 15160:1 15162:1 15163:2 15170:1 15177:1 15190:3 15204:3 15208:1 15211:2 15212:1 15216:1 15220:1 15233:1 15235:1 15244:1 15268:2 15287:1 15311:1 15323:3 15325:1 15335:1 15363:1 15370:1 15381:1 15382:3 15383:1 15387:2 15405:1 15454:2 15456:1 15457:2 15470:1 15482:1 15500:1 15506:1 15531:1 15535:1 15546:1 15554:2 15565:3 15569:4 15578:1 15594:4 15597:1 15600:2 15601:1 15615:5 15617:2 15620:1 15629:1 15630:3 15638:1 15666:1 15678:1 15679:1 15694:1 15703:1 15704:1 15713:1 15714:1 15725:1 15730:2 15738:3 15744:4 15745:1 15748:1 15750:3 15765:1 15767:1 15785:1 15798:2 15809:5 15826:2 15865:2 15874:7 15884:3 15890:1 15893:1 15902:2 15917:1 15931:1 15934:1 15941:3 15942:1 15948:1 15962:1 15969:1 15996:1 16001:1 16013:1 16032:1 16049:1 16050:2 16054:1 16068:2451 16071:2 16072:1 16092:1 16093:1 16095:1 16103:1 16122:1 16137:5 16141:1 16159:1 16161:1 16169:1 16173:5 16178:2 16191:1 16202:4 16222:1 16225:1 16238:1 16244:1 16261:2 16264:1 16267:1 16273:2 16275:1 16289:1 16299:1 16309:1 16312:1 16315:1 16316:1 16336:1 16339:1 16341:1 16343:2 16344:1 16356:1 16378:1 16385:1 16406:1 16407:1 16442:3 16446:2 16459:1 16466:1 16472:1 16488:5 16505:1 16520:1 16529:1 16542:1 16544:12 16553:1 16555:3 16557:1 16576:1 16583:1 16599:1 16603:1 16615:1 16617:3 16636:1 16651:2 16666:1 16682:3 16700:2 16702:1 16703:1 16709:1 16714:1 16729:4 16732:1 16735:1 16747:1 16750:1 16771:2 16779:2 16787:1 16799:5 16801:1 16823:2 16825:10 16830:1 16838:2 16839:1 16856:1 16865:1 16873:1 16886:1 16887:12 16894:1 16903:2 16904:1 16924:2 16925:1 16927:1 16934:2 16942:1 16963:1 16967:1 16974:2 16993:1 16999:1 17008:7 17009:1 17010:1 17014:1 17027:18 17031:1 17041:25 17043:4 17047:1 17064:2 17070:1 17080:1 17089:4 17116:2 17119:1 17128:2 17132:2 17139:2 17142:1 17143:1 17165:1 17169:2 17179:3 17186:1 17207:1 17212:1 17218:2 17242:5 17244:1 17255:2 17261:1 17263:1 17272:1 17273:1 17280:1 17293:1 17301:1 17315:1 17316:1 17332:86 17346:1 17352:2 17358:1 17363:1 17367:1 17376:6 17396:1 17402:2 17408:1 17418:1 17419:1 17422:1 17425:1 17437:1 17440:3 17446:1 17450:1 17462:2 17465:1 17472:1 17475:11 17484:1 17485:2 17491:18 17492:1 17497:4 17500:1 17547:3 17561:1 17567:6 17568:1 17570:3 17571:1 17573:2 17574:1 17576:1 17577:2 17578:1 17583:3 17584:2 17585:1 17587:1 17588:2 17590:5 17591:7 17592:2 17616:1 17636:1 17638:1 17641:1 17646:1 17648:1 17653:1 17654:1 17656:1 17665:1 17667:1 17670:1 17671:1 17688:3 17689:1 17690:1 17695:1 17705:1 17711:1 17727:2 17729:1 17731:3 17732:2 17737:1 17750:1 17755:1 17759:1 17760:1 17766:1 17776:1 17777:1 17781:1 17788:4 17810:2 17814:1 17816:1 17817:3 17843:3 17856:1 17862:3 17871:1 17878:5 17880:1 17881:6 17897:1 17909:2 17912:1 17916:1 17921:1 17923:1 17930:1 17946:1 17957:1 17964:1 17972:2 17976:1 17982:1 17990:1 17994:1 18010:1 18022:1 18027:1 18038:1 18039:1 18041:1 18055:1 18056:1 18064:1 18069:9 18073:1 18079:2 18086:1 18087:2 18092:1 18101:1 18104:2 18108:6 18110:1 18113:2 18138:2 18140:1 18150:1 18151:1 18185:1 18199:1 18212:2 18224:6 18232:2 18237:1 18248:2 18252:2 18253:1 18272:1 18278:1 18332:1 18353:1 18355:1 18359:1 18360:1 18363:3 18364:2 18368:2 18376:1 18381:3 18389:4 18407:1 18412:1 18418:1 18423:1 18427:1 18428:1 18429:1 18433:1 18444:1 18445:1 18460:2 18468:2 18471:1 18482:1 18485:2 18490:1 18506:1 18507:1 18509:2 18511:1 18513:1 18515:3 18525:1 18527:1 18561:1 18568:1 18588:1 18598:1 18602:1 18611:2 18612:2 18615:1 18628:1 18631:4 18632:1 18633:1 18634:1 18636:2 18650:2 18659:1 18664:1 18673:1 18677:3 18685:1 18687:1 18691:2 18700:1 18703:1 18709:1 18710:1 18720:1 18724:1 18729:1 18730:1 18742:4 18746:26 18750:1 18771:1 18775:1 18791:2 18794:1 18803:1 18806:2 18815:1 18820:6 18828:1 18835:1 18843:1 18851:2 18853:5 18855:1 18858:2 18861:1 18889:1 18891:1 18896:3 18901:2 18911:2 18930:2 18937:1 18964:6 18965:3 18974:1 18976:2 18977:1 18978:1 18983:1 18984:1 18995:13 18996:3 18997:1 18998:1 19002:2 19010:2 19023:1 19025:1 19034:9 19045:1 19046:1 19059:8 19077:1 19087:1 19112:1 19114:2 19122:2 19125:1 19140:3 19147:1 19149:1 19152:1 19153:1 19164:1 19170:3 19173:1 19174:2 19175:1 19176:1 19180:5 19184:1 19195:1 19199:1 19205:1 19214:2 19218:1 19222:1 19227:1 19228:1 19241:1 19242:2 19243:1 19247:3 19248:1 19262:1 19264:3 19266:1 19269:1 19274:3 19275:1 19286:2 19289:1 19304:1 19305:1 19309:1 19313:3 19332:2 19334:7 19335:1 19337:1 19353:1 19354:1 19357:1 19367:1 19374:1 19388:5 19391:2 19393:5 19398:1 19399:1 19410:1 19417:1 19424:1 19438:1 19440:1 19441:1 19446:1 19448:1 19454:1 19462:1 19469:1 19478:4 19488:2 19490:1 19502:1 19503:3 19519:1 19540:3 19546:1 19554:1 19566:1 19593:4 19605:9 19627:1 19638:2 19641:1 19673:2 19685:1 19686:1 19687:3 19700:1 19705:2 19712:1 19714:1 19720:18 19721:1 19722:1 19735:1 19740:1 19747:2 19756:1 19761:4 19762:1 19764:1 19779:1 19793:1 19797:1 19801:1 19811:1 19813:1 19834:1 19837:2 19843:1 19850:1 19854:1 19860:1 19864:1 19872:1 19874:1 19876:1 19880:1 19890:3 19897:2 19912:1 19915:2 19916:1 19918:1 19921:2 19965:2 19971:1 19978:1 20034:1 20041:1 20042:1 20049:1 20057:1 20069:1 20072:2 20073:1 20078:7 20083:1 20084:2 20096:1 20103:1 20109:1 20132:3 20134:1 20151:1 20155:1 20158:1 20159:1 20162:2 20178:1 20193:1 20198:1 20202:1 20203:2 20212:1 20219:1 20236:1 20239:2 20241:1 20244:4 20245:4 20259:1 20261:1 20268:1 20269:1 20271:1 20279:1 20299:1 20310:1 20311:1 20316:1 20318:2 20319:1 20323:1 20326:3 20328:3 20330:2 20333:2 20335:1 20345:1 20348:1 20357:3 20358:2 20360:1 20364:1 20374:1 20375:1 20378:1 20382:1 20395:2 20398:1 20405:1 20429:2 20430:3 20433:1 20439:1 20453:1 20456:1 20458:1 20465:2 20466:1 20468:1 20473:1 20483:1 20485:1 20497:1 20536:1 20541:1 20553:1 20563:1 20567:1 20577:2 20579:7 20580:2 20585:1 20593:1 20629:1 20633:1 20634:1 20641:1 20643:1 20678:1 20686:4 20702:1 20705:1 20709:1 20723:1 20726:1 20728:3 20733:2 20749:1 20753:1 20758:2 20767:1 20789:1 20792:1 20799:2 20804:3 20824:1 20830:1 20836:1 20843:1 20845:1 20847:1 20850:2 20853:1 20878:1 20879:2 20886:2 20889:1 20893:1 20906:1 20908:3 20910:1 20914:1 20925:1 20931:1 20932:3 20934:3 20941:1 20942:3 20956:1 20961:1 20963:1 20964:1 20968:2 20973:2 20989:1 20996:1 21004:1 21017:1 21044:2 21045:2 21054:1 21060:1 21063:2 21077:1 21096:1 21104:1 21109:1 21128:1 21134:2 21135:3 21140:1 21145:1 21152:3 21158:1 21162:1 21168:1 21169:4 21190:3 21201:2 21207:1 21212:1 21215:3 21217:1 21236:2 21244:1 21250:1 21264:1 21269:1 21270:2 21271:1 21273:1 21274:4 21277:4 21279:7 21280:1 21283:1 21284:1 21290:1 21295:1 21302:4 21307:1 21309:2 21348:1 21361:1 21362:1 21363:1 21383:1 21390:1 21391:1 21397:2 21404:1 21421:1 21422:1 21429:2 21441:1 21443:1 21449:1 21469:1 21473:1 21490:1 21494:2 21498:1 21505:1 21514:1 21531:2 21537:1 21540:1 21541:2 21542:4 21550:1 21551:1 21552:1 21559:2 21567:1 21570:2 21575:1 21588:2 21602:1 21622:1 21624:1 21627:2 21632:1 21644:1 21663:1 21676:1 21683:1 21684:2 21695:2 21696:1 21697:2 21710:1 21755:8 21764:1 21781:8 21784:1 21786:2 21822:1 21826:1 21830:2 21834:1 21843:3 21871:2 21872:2 21875:1 21882:2 21887:1 21891:1 21921:1 21925:1 21926:2 21927:1 21938:2 21941:1 21942:2 21945:1 21949:4 21952:1 21974:1 21992:2 22014:2 22015:1 22020:1 22039:1 22045:1 22047:3 22052:1 22070:1 22078:3 22094:1 22106:3 22109:3 22112:1 22116:10 22117:1 22123:1 22129:1 22140:3 22160:1 22162:4 22176:1 22182:1 22186:2 22188:1 22201:1 22209:7 22212:3 22220:1 22223:1 22225:1 22226:1 22257:3 22259:1 22268:1 22282:2 22287:1 22291:1 22309:1 22314:2 22325:5 22342:2 22344:1 22345:1 22355:3 22360:5 22362:1 22369:1 22380:2 22391:3 22396:2 22402:6 22409:1 22421:1 22444:1 22445:1 22448:1 22453:2 22456:1 22466:2 22469:2 22470:1 22481:1 22482:1 22488:1 22489:1 22493:3 22494:1 22495:1 22502:1 22503:1 22517:1 22523:1 22528:1 22532:1 22545:1 22566:6 22572:1 22574:1 22578:1 22597:2 22601:6 22602:1 22611:1 22625:8 22627:1 22628:1 22640:3 22645:1 22653:1 22664:2 22666:1 22671:1 22675:1 22696:4 22709:1 22711:2 22723:4 22726:1 22739:1 22748:1 22754:1 22760:1 22768:1 22777:1 22801:1 22807:1 22841:2 22844:2 22847:1 22851:1 22852:1 22854:1 22884:1 22891:2 22895:1 22900:3 22901:3 22904:1 22914:2 22932:1 22946:2 22947:2 22948:1 22971:2 22972:1 22974:1 22976:2 22988:1 22992:1 22994:1 22998:1 23015:1 23029:1 23037:1 23049:2 23065:4 23070:1 23093:1 23100:1 23106:1 23117:1 23125:1 23127:2 23128:1 23145:3 23149:1 23150:1 23162:1 23167:3 23170:1 23178:2 23184:1 23193:1 23196:2 23199:1 23200:1 23208:1 23213:1 23230:1 23236:2 23246:1 23273:3 23279:1 23283:1 23295:1 23297:1 23302:1 23356:3 23359:1 23378:1 23380:2 23382:1 23385:1 23388:1 23392:1 23393:2 23394:1 23413:1 23422:1 23436:2 23444:1 23448:1 23453:2 23458:1 23459:1 23461:1 23465:1 23470:1 23471:1 23484:1 23491:1 23492:2 23498:1 23505:1 23510:4 23515:3 23524:2 23531:1 23533:1 23541:1 23547:1 23548:1 23550:2 23551:1 23568:2 23597:1 23598:2 23606:3 23619:1 23621:1 23631:1 23632:2 23642:1 23656:2 23658:3 23659:3 23660:1 23661:1 23663:1 23664:2 23667:1 23673:2 23676:2 23680:1 23682:6 23699:4 23700:1 23702:1 23709:2 23717:1 23720:1 23744:2 23754:1 23759:1 23764:3 23765:1 23778:1 23783:1 23785:1 23787:4 23828:1 23833:1 23836:1 23853:1 23859:3 23871:1 23874:1 23876:1 23880:1 23905:1 23908:1 23909:1 23910:1 23923:4 23937:1 23941:1 23948:2 23953:15 23969:1 23982:2 23983:1 24016:1 24066:2 24091:2 24110:1 24114:1 24125:1 24133:1 24143:2 24146:1 24154:1 24171:1 24174:1 24175:1 24181:1 24197:1 24200:2 24202:1 24203:1 24208:1 24211:1 24222:1 24227:1 24228:1 24229:1 24237:7 24253:2 24264:1 24269:2 24282:38 24306:1 24308:1 24309:1 24319:5 24326:2 24328:1 24337:1 24371:2 24395:3 24400:1 24410:1 24419:2 24423:2 24431:1 24437:2 24439:1 24459:1 24475:3 24492:1 24503:4 24522:1 24530:1 24535:2 24538:4 24541:2 24549:1 24554:1 24571:1 24578:2 24591:1 24594:1 24596:1 24601:2 24602:1 24609:1 24611:1 24621:1 24627:1 24629:1 24631:1 24633:1 24634:1 24639:1 24641:1 24646:1 24651:1 24656:7 24667:1 24678:1 24683:2 24685:2 24716:1 24717:1 24718:1 24720:4 24721:1 24723:1 24759:1 24763:1 24770:4 24772:7 24783:1 24810:1 24829:1 24832:3 24838:1 24859:1 24878:1 24889:3 24892:1 24901:1 24906:1 24920:1 24922:1 24929:2 24936:4 24950:1 24951:1 24960:2 24970:1 24985:1 24989:1 24992:1 25015:1 25037:1 25052:1 25054:2 25058:2 25071:1 25081:1 25082:1 25091:1 25099:1 25106:2 25108:1 25109:1 25120:1 25130:1 25133:2 25138:1 25152:1 25164:1 25169:2 25173:2 25174:1 25183:1 25188:1 25191:1 25192:1 25197:1 25209:1 25217:2 25219:2 25258:4 25259:1 25260:1 25264:2 25279:1 25284:1 25286:1 25296:5 25305:1 25314:2 25317:1 25321:3 25327:1 25331:2 25345:2 25348:1 25353:1 25355:2 25357:1 25358:2 25359:1 25363:1 25365:7 25366:1 25368:2 25369:1 25370:1 25372:1 25375:1 25381:1 25382:1 25388:1 25390:1 25403:1 25409:2 25414:1 25416:1 25418:1 25430:1 25435:1 25440:1 25448:1 5 2:1 11:1 36:1 38:3 39:1 41:1 61:1 86:1 89:3 91:1 104:3 120:1 122:1 130:2 138:6 154:1 155:1 158:3 161:1 165:2 167:1 169:1 176:2 181:1 185:1 197:1 198:1 204:6 211:1 229:1 230:1 233:3 248:3 252:1 283:3 297:1 312:6 313:1 324:1 331:1 333:1 343:1 352:1 360:2 361:8 363:1 364:1 377:2 383:2 396:4 403:1 409:2 413:1 420:1 426:2 429:1 466:1 480:1 487:1 497:1 509:1 512:1 518:1 526:1 530:4 531:1 542:2 552:1 555:1 556:1 558:2 572:10 573:1 593:1 601:1 614:1 636:1 642:1 646:1 674:1 680:1 696:1 697:1 712:1 718:1 734:1 744:2 752:2 766:4 778:6 779:1 783:1 785:1 787:1 793:3 795:1 799:7 803:3 805:3 813:1 814:4 829:8 844:4 847:1 848:1 849:4 851:5 865:2 867:3 871:1 876:1 883:4 887:3 890:1 902:1 904:2 917:1 951:1 953:1 961:1 967:1 977:3 1005:1 1013:1 1018:2 1040:1 1045:1 1058:1 1070:3 1074:1 1080:1 1097:1 1098:1 1103:1 1106:2 1108:1 1115:1 1116:1 1117:3 1124:2 1134:2 1135:2 1141:1 1143:1 1146:1 1147:1 1176:1 1181:1 1198:1 1213:2 1230:1 1243:2 1244:1 1249:1 1259:1 1260:1 1261:5 1279:5 1281:1 1286:1 1288:3 1294:2 1296:1 1304:3 1307:2 1309:1 1310:3 1313:1 1318:1 1323:1 1348:1 1350:2 1353:1 1354:1 1357:1 1367:1 1371:3 1385:1 1390:2 1395:1 1403:14 1406:1 1413:12 1420:2 1422:3 1425:1 1447:1 1452:3 1454:1 1479:5 1488:1 1497:1 1502:1 1503:1 1517:1 1524:1 1538:1 1541:1 1558:1 1565:1 1588:1 1589:2 1598:3 1599:1 1608:2 1623:1 1627:1 1636:1 1638:1 1640:3 1651:1 1657:1 1660:1 1663:1 1685:2 1694:2 1697:1 1701:1 1707:2 1712:1 1716:1 1729:1 1733:1 1748:1 1752:1 1765:1 1768:1 1778:2 1786:1 1787:3 1788:1 1801:2 1804:2 1808:2 1809:1 1813:2 1818:1 1821:2 1828:1 1846:1 1851:1 1861:3 1870:1 1873:2 1880:1 1881:1 1886:1 1888:1 1890:2 1893:1 1900:2 1911:1 1916:1 1918:8 1930:1 1940:2 1953:4 1975:2 1976:3 1977:1 1981:2 1985:1 1995:1 2016:1 2028:4 2029:1 2030:3 2032:8 2033:2 2034:4 2035:1 2039:4 2040:4 2045:2 2046:4 2048:1 2049:1 2050:1 2052:3 2053:2 2058:2 2060:1 2061:3 2094:2 2098:1 2109:3 2117:1 2122:1 2136:2 2138:1 2143:1 2149:1 2157:1 2167:3 2173:1 2179:1 2180:1 2181:1 2182:1 2184:3 2188:1 2194:1 2200:1 2211:1 2221:1 2223:1 2226:1 2250:2 2252:1 2253:1 2262:1 2280:1 2313:2 2317:1 2333:1 2339:4 2343:7 2351:1 2355:1 2359:1 2362:1 2363:1 2365:1 2373:1 2376:1 2379:1 2384:1 2393:1 2394:1 2396:5 2397:3 2414:1 2428:1 2434:1 2436:1 2442:1 2460:2 2461:2 2469:1 2473:2 2476:1 2484:2 2490:3 2491:1 2494:1 2502:1 2503:1 2507:1 2519:1 2542:1 2550:1 2562:22 2569:1 2571:2 2573:12 2586:2 2589:1 2598:2 2608:1 2611:21 2627:1 2631:1 2634:1 2642:1 2650:2 2656:1 2659:1 2660:3 2661:1 2699:1 2719:1 2729:2 2732:1 2741:1 2743:1 2744:2 2748:4 2757:3 2772:1 2780:1 2791:1 2807:1 2809:1 2812:1 2841:5 2859:1 2883:1 2884:1 2885:1 2888:1 2891:3 2907:6 2944:1 2971:1 2981:1 3001:1 3007:3 3019:3 3023:1 3024:4 3025:6 3027:3 3028:3 3029:7 3030:5 3031:1 3032:1 3034:3 3035:1 3038:1 3042:1 3065:1 3073:1 3075:1 3076:5 3080:2 3082:5 3085:5 3099:3 3105:1 3106:3 3120:1 3122:2 3136:2 3140:1 3144:3 3145:7 3146:1 3147:24 3156:4 3159:1 3162:1 3166:1 3169:1 3171:1 3180:2 3182:1 3189:1 3190:2 3206:1 3207:1 3212:1 3217:1 3221:1 3225:1 3230:1 3235:1 3237:8 3238:2 3239:1 3241:4 3249:3 3254:1 3273:1 3277:1 3283:8 3286:1 3290:1 3313:1 3327:1 3329:1 3331:2 3353:1 3367:1 3369:1 3375:1 3377:1 3380:1 3395:2 3410:1 3418:2 3420:1 3422:1 3437:2 3445:1 3448:1 3450:1 3454:1 3456:3 3472:1 3475:2 3477:1 3480:1 3482:1 3493:3 3496:1 3498:1 3506:2 3512:1 3514:2 3524:2 3530:9 3531:2 3543:1 3545:1 3546:1 3551:1 3577:2 3578:1 3584:1 3605:1 3610:1 3613:1 3618:2 3623:2 3635:1 3638:1 3659:1 3665:1 3670:2 3688:1 3690:1 3700:2 3703:3 3708:1 3724:1 3739:1 3761:2 3773:2 3775:1 3800:1 3801:1 3803:3 3808:1 3817:1 3820:1 3829:1 3831:1 3836:2 3842:1 3846:7 3849:1 3854:1 3857:1 3858:1 3868:2 3905:1 3924:1 3926:1 3927:1 3939:1 3959:1 3966:3 3968:1 3971:1 3993:2 3998:1 4004:1 4007:3 4008:1 4010:7 4025:1 4026:1 4028:1 4032:4 4049:2 4054:4 4056:5 4061:1 4062:1 4063:1 4064:1 4066:1 4083:1 4084:2 4085:1 4088:1 4093:2 4094:1 4106:1 4121:1 4126:1 4130:1 4131:6 4142:2 4158:2 4167:1 4168:1 4169:1 4180:3 4183:1 4185:2 4191:1 4198:1 4218:1 4227:1 4242:1 4264:1 4272:1 4282:1 4286:2 4307:1 4308:1 4310:14 4311:2 4320:2 4332:1 4338:1 4342:1 4343:1 4351:1 4352:1 4363:1 4387:1 4388:1 4399:3 4412:3 4413:6 4414:1 4415:1 4416:2 4418:5 4420:2 4421:1 4423:4 4425:2 4428:8 4430:1 4435:1 4436:1 4437:3 4438:2 4440:1 4455:5 4458:1 4470:1 4484:2 4505:4 4515:1 4522:1 4524:1 4535:2 4544:3 4547:1 4553:1 4574:1 4580:3 4593:1 4597:1 4599:3 4637:1 4640:2 4651:1 4653:1 4656:1 4666:7 4676:1 4686:1 4696:2 4699:1 4720:1 4731:1 4762:1 4764:1 4769:1 4774:1 4776:1 4784:1 4785:1 4787:5 4794:2 4799:1 4806:1 4807:1 4813:1 4860:5 4895:2 4899:2 4903:1 4904:1 4908:2 4912:1 4915:1 4916:1 4921:1 4924:1 4932:3 4950:2 4961:1 4971:1 4974:2 4994:1 4995:1 4996:1 5001:2 5007:1 5028:1 5032:1 5043:1 5047:1 5053:1 5055:2 5071:5 5091:2 5150:1 5151:1 5162:2 5170:1 5173:1 5177:1 5178:1 5184:1 5202:1 5218:1 5221:1 5228:3 5230:2 5234:2 5246:1 5253:1 5255:2 5256:1 5258:1 5260:5 5269:1 5270:2 5272:3 5273:2 5276:1 5284:1 5290:1 5296:3 5304:1 5308:1 5311:2 5319:2 5322:1 5331:2 5337:1 5349:1 5352:1 5373:2 5374:3 5376:5 5378:2 5411:6 5412:1 5414:2 5424:2 5425:2 5429:1 5460:1 5462:1 5463:1 5467:1 5476:3 5478:2 5490:6 5493:1 5494:1 5508:1 5517:3 5532:2 5537:1 5560:1 5568:3 5569:3 5571:1 5574:1 5575:1 5576:1 5577:4 5581:2 5582:3 5585:2 5593:9 5594:1 5595:1 5597:2 5608:2 5609:1 5614:1 5631:1 5637:1 5645:1 5679:2 5684:1 5685:1 5694:1 5702:3 5719:1 5725:1 5778:1 5789:2 5790:1 5810:1 5811:1 5814:1 5819:1 5824:1 5825:1 5831:1 5834:2 5842:3 5850:1 5854:2 5855:2 5877:2 5892:1 5908:1 5914:1 5919:1 5923:4 5949:8 5952:1 5956:1 5957:3 5960:1 5961:1 5963:2 5971:1 5973:1 5985:9 5999:1 6018:1 6023:1 6026:1 6038:1 6046:1 6049:1 6053:1 6056:1 6061:1 6062:1 6065:1 6066:1 6075:1 6076:11 6091:1 6116:1 6119:2 6141:3 6151:1 6154:1 6160:1 6167:3 6169:1 6173:1 6202:1 6215:1 6223:1 6229:4 6246:2 6254:1 6257:1 6263:1 6288:1 6298:1 6305:1 6309:1 6315:1 6317:2 6330:1 6331:1 6332:1 6336:2 6341:1 6352:1 6355:1 6361:1 6369:1 6378:1 6386:2 6393:2 6395:1 6407:1 6412:1 6414:2 6417:2 6422:2 6426:2 6431:1 6445:1 6446:1 6456:1 6492:7 6502:1 6511:1 6515:5 6517:1 6520:2 6536:1 6542:1 6566:2 6569:1 6579:1 6606:2 6613:3 6614:4 6617:1 6626:1 6632:2 6633:1 6645:1 6665:1 6680:3 6681:2 6689:3 6694:3 6696:4 6702:1 6720:5 6734:46 6738:1 6746:23 6748:14 6758:1 6763:1 6765:1 6769:1 6777:1 6797:1 6805:1 6807:2 6813:1 6834:2 6860:4 6861:1 6868:1 6873:1 6889:1 6908:1 6919:8 6923:1 6925:1 6952:2 6957:2 6960:1 6968:2 6973:1 6994:1 7000:1 7002:1 7013:2 7025:2 7033:1 7043:1 7054:1 7065:1 7069:1 7071:1 7074:1 7077:3 7088:1 7096:3 7100:1 7104:1 7116:3 7123:1 7126:1 7145:1 7154:3 7157:1 7160:48 7183:1 7195:1 7201:1 7204:1 7209:1 7225:3 7232:1 7233:16 7235:9 7237:1 7239:1 7262:1 7263:1 7269:2 7270:2 7276:3 7277:1 7282:1 7290:1 7299:2 7302:1 7305:2 7308:1 7318:1 7321:1 7337:2 7346:1 7351:3 7353:1 7359:1 7366:3 7368:2 7370:1 7371:1 7374:1 7375:2 7376:2 7381:1 7382:1 7388:4 7390:1 7397:2 7416:1 7432:1 7446:1 7458:1 7464:1 7471:1 7475:1 7477:1 7478:1 7480:1 7483:4 7485:2 7488:1 7491:1 7493:1 7497:3 7498:4 7500:1 7501:1 7511:4 7522:8 7529:1 7534:1 7537:9 7538:2 7562:1 7566:1 7600:1 7601:1 7606:1 7620:3 7625:1 7629:1 7631:2 7663:2 7666:2 7669:1 7675:3 7678:1 7701:1 7714:1 7719:1 7727:3 7736:1 7751:1 7761:1 7775:1 7783:1 7784:1 7790:1 7797:1 7818:1 7850:1 7861:1 7863:1 7866:1 7874:2 7878:1 7882:2 7886:2 7897:1 7898:1 7905:1 7910:1 7912:2 7922:1 7925:1 7934:1 7938:1 7959:1 7968:1 7974:1 7982:1 8001:4 8003:1 8008:1 8018:2 8027:1 8032:1 8034:1 8035:1 8044:1 8045:1 8054:3 8055:2 8066:1 8077:3 8087:3 8088:2 8089:2 8091:1 8095:3 8100:1 8103:1 8104:2 8107:2 8108:2 8109:1 8114:3 8124:1 8126:1 8137:2 8142:1 8162:1 8165:1 8197:1 8199:1 8202:1 8205:4 8208:1 8209:1 8213:1 8218:1 8219:1 8231:2 8248:1 8259:1 8260:1 8264:1 8270:1 8272:6 8289:1 8292:1 8298:1 8299:1 8304:1 8308:1 8310:3 8325:3 8332:1 8335:3 8341:1 8363:1 8365:5 8368:1 8371:1 8378:1 8380:1 8398:1 8403:1 8415:1 8417:1 8419:2 8422:1 8430:1 8445:1 8459:1 8466:1 8482:5 8484:3 8485:1 8494:1 8503:1 8510:1 8511:1 8528:1 8530:1 8534:1 8540:2 8542:2 8544:7 8545:1 8546:1 8547:1 8550:1 8552:1 8553:1 8556:1 8565:1 8573:1 8586:1 8593:2 8610:1 8614:3 8627:6 8671:4 8683:2 8687:1 8696:1 8697:1 8703:3 8705:3 8710:3 8722:3 8725:1 8726:1 8727:5 8735:3 8759:1 8760:1 8761:1 8764:1 8769:2 8772:1 8773:2 8791:2 8806:2 8807:6 8809:1 8814:1 8816:1 8817:1 8818:3 8825:2 8826:2 8829:2 8834:1 8837:1 8870:1 8890:1 8892:1 8898:1 8911:2 8916:7 8942:1 8947:1 8953:1 8954:1 8959:1 8970:1 8972:1 8977:9 9001:1 9002:1 9003:4 9004:3 9005:4 9006:2 9011:1 9012:3 9014:5 9016:1 9017:1 9020:2 9023:1 9025:1 9026:2 9033:3 9036:2 9037:1 9038:16 9041:4 9042:1 9043:8 9044:3 9047:1 9059:1 9060:3 9072:1 9091:1 9105:1 9106:2 9108:1 9110:1 9114:5 9117:1 9118:1 9119:2 9124:1 9130:1 9142:1 9144:3 9150:1 9154:2 9156:1 9169:1 9172:1 9174:1 9178:1 9181:2 9205:7 9216:2 9247:1 9255:2 9264:2 9276:1 9280:1 9281:1 9285:1 9296:1 9298:7 9306:1 9316:1 9320:1 9331:1 9342:1 9348:1 9349:1 9350:3 9354:2 9370:2 9380:1 9382:1 9383:1 9388:1 9398:1 9402:1 9417:2 9422:1 9440:1 9442:1 9458:1 9466:1 9483:1 9492:2 9504:1 9507:5 9508:5 9525:1 9529:1 9530:1 9552:1 9556:5 9562:3 9565:2 9568:1 9570:1 9598:2 9601:1 9609:1 9623:5 9628:1 9629:2 9630:1 9631:1 9637:1 9639:1 9642:1 9644:1 9648:1 9650:1 9657:7 9658:1 9665:1 9667:1 9681:1 9684:1 9686:1 9696:1 9708:1 9711:2 9713:1 9714:1 9734:1 9783:1 9823:3 9826:1 9828:2 9837:1 9841:1 9842:1 9855:2 9857:1 9858:1 9862:1 9866:1 9868:1 9872:1 9878:1 9880:1 9881:1 9886:1 9891:2 9895:2 9899:1 9905:1 9910:1 9912:1 9913:1 9917:1 9918:1 9921:13 9939:1 9940:1 9960:1 9965:1 9967:1 9970:2 9979:5 9995:1 9997:1 10001:1 10018:1 10025:1 10040:1 10042:2 10051:1 10065:1 10101:1 10102:8 10109:2 10133:3 10134:1 10136:1 10140:1 10157:1 10160:7 10163:1 10165:1 10170:7 10172:1 10193:2 10195:2 10202:1 10203:9 10207:2 10213:1 10215:16 10220:1 10225:4 10230:1 10233:2 10234:2 10235:1 10237:2 10240:1 10243:1 10247:2 10259:1 10272:1 10274:1 10278:1 10281:1 10284:1 10285:1 10288:4 10292:1 10296:3 10297:1 10300:1 10302:3 10327:1 10331:1 10332:2 10351:2 10357:2 10358:4 10360:1 10368:1 10382:2 10401:8 10404:5 10408:2 10411:1 10430:1 10433:1 10440:1 10443:1 10447:1 10452:1 10455:1 10459:1 10466:1 10469:1 10477:1 10492:1 10493:1 10496:2 10506:1 10519:1 10522:1 10533:3 10534:5 10538:1 10546:1 10549:2 10550:1 10553:1 10555:1 10562:1 10573:1 10578:1 10592:1 10637:1 10654:1 10656:3 10657:1 10668:1 10672:1 10676:3 10685:1 10697:1 10712:1 10715:1 10717:1 10722:1 10778:1 10800:3 10801:1 10802:1 10826:2 10837:1 10839:3 10860:1 10865:1 10868:1 10882:1 10927:1 10939:1 10951:2 10957:1 10958:1 10959:1 10969:1 11000:1 11004:8 11005:2 11008:1 11009:1 11013:2 11018:1 11021:4 11022:1 11023:1 11033:1 11038:1 11041:5 11054:3 11056:2 11058:1 11063:2 11066:1 11072:2 11076:2 11077:1 11080:3 11085:2 11088:1 11093:1 11106:1 11111:2 11116:2 11120:3 11129:1 11134:1 11136:1 11137:2 11143:2 11144:3 11150:2 11160:2 11163:3 11169:1 11178:2 11185:1 11195:1 11205:2 11208:1 11209:6 11210:2 11212:1 11216:1 11221:1 11227:1 11237:1 11247:1 11260:2 11262:1 11274:1 11281:1 11312:1 11313:1 11316:1 11321:1 11327:1 11330:1 11341:1 11355:1 11357:1 11366:1 11378:2 11379:1 11387:1 11391:2 11398:2 11404:1 11408:1 11409:1 11411:1 11416:1 11429:1 11432:3 11433:3 11442:1 11443:2 11458:3 11460:9 11480:1 11489:1 11521:1 11523:1 11542:8 11543:4 11551:2 11567:1 11573:1 11575:1 11598:1 11600:4 11601:1 11604:2 11652:2 11658:2 11674:1 11704:1 11708:1 11721:1 11724:1 11725:1 11734:1 11735:4 11749:3 11756:3 11758:1 11771:2 11773:1 11779:1 11787:1 11791:1 11797:2 11798:1 11813:1 11828:6 11831:5 11833:1 11834:2 11835:2 11837:1 11843:8 11848:1 11849:2 11852:1 11853:1 11857:2 11862:2 11864:1 11865:1 11872:1 11874:1 11875:1 11907:1 11910:1 11913:1 11925:1 11930:1 11938:6 11940:2 11945:1 11949:1 11954:1 11979:11 11981:1 11989:1 11991:1 11999:1 12003:1 12005:1 12014:1 12015:1 12017:4 12023:1 12026:1 12027:1 12045:1 12047:1 12051:3 12057:1 12060:1 12067:3 12071:1 12073:6 12074:1 12083:1 12101:1 12102:1 12103:1 12105:1 12113:1 12134:1 12135:13 12140:2 12166:2 12187:8 12189:2 12194:1 12198:1 12224:2 12230:1 12238:1 12247:1 12250:4 12251:1 12255:2 12259:3 12263:1 12269:1 12286:1 12288:1 12294:1 12309:1 12311:6 12317:1 12345:1 12356:1 12376:1 12385:1 12386:1 12404:1 12410:1 12411:4 12412:2 12415:1 12417:2 12429:1 12432:1 12434:1 12435:1 12439:3 12443:3 12446:1 12456:2 12457:4 12466:1 12467:1 12504:1 12522:2 12527:2 12540:3 12568:1 12577:2 12585:1 12587:1 12599:2 12602:1 12606:1 12614:1 12624:2 12627:1 12633:1 12637:2 12638:1 12643:1 12645:1 12647:1 12670:4 12702:3 12715:3 12718:1 12726:1 12733:1 12737:1 12739:1 12741:1 12751:1 12754:1 12757:1 12771:1 12774:2 12786:1 12797:1 12800:1 12801:2 12814:1 12821:1 12825:12 12828:2 12833:1 12870:1 12879:1 12889:4 12891:2 12892:1 12893:1 12899:1 12908:1 12914:1 12915:1 12917:3 12932:1 12946:1 12953:1 12975:1 12977:3 12995:1 12998:1 13000:1 13006:1 13008:1 13024:1 13029:1 13036:1 13041:1 13047:1 13055:1 13061:1 13062:1 13080:1 13091:2 13094:1 13097:1 13098:1 13106:1 13118:1 13124:1 13139:2 13142:1 13143:1 13149:3 13152:1 13154:1 13168:2 13173:3 13176:1 13187:3 13194:1 13199:1 13201:1 13208:1 13223:1 13225:1 13238:1 13240:1 13242:1 13244:1 13251:2 13257:1 13265:1 13272:1 13280:2 13288:1 13293:1 13298:1 13302:1 13304:1 13307:1 13319:1 13320:2 13334:4 13340:2 13360:1 13364:2 13367:3 13372:1 13379:1 13387:1 13391:7 13393:1 13408:1 13413:1 13427:1 13448:5 13477:1 13505:1 13513:1 13515:1 13516:1 13521:2 13526:1 13530:1 13532:3 13538:2 13545:1 13548:1 13557:5 13558:1 13563:6 13564:1 13571:1 13583:2 13594:1 13597:1 13608:2 13616:1 13622:1 13639:1 13645:2 13657:2 13658:1 13660:2 13666:3 13667:1 13675:3 13690:1 13698:1 13711:1 13714:3 13731:1 13745:1 13755:1 13770:1 13787:2 13793:1 13795:1 13796:4 13802:2 13824:2 13834:1 13840:1 13842:1 13850:4 13856:4 13861:1 13866:1 13880:1 13886:7 13898:1 13908:1 13909:1 13917:1 13918:6 13922:1 13942:2 13950:1 13960:2 13963:2 13986:1 13992:2 14001:1 14002:1 14004:1 14005:1 14008:3 14010:1 14011:4 14013:5 14014:5 14015:2 14016:3 14018:4 14019:1 14020:2 14021:4 14024:2 14025:1 14026:1 14027:2 14028:1 14029:1 14030:1 14031:7 14034:1 14037:1 14043:1 14060:1 14067:1 14070:3 14109:1 14110:1 14124:1 14129:1 14131:1 14135:4 14141:1 14162:1 14164:1 14182:1 14186:1 14192:1 14206:1 14212:1 14213:1 14217:1 14226:1 14231:1 14243:1 14248:1 14249:3 14266:1 14285:1 14291:1 14295:1 14301:1 14305:1 14308:1 14318:7 14321:3 14333:1 14349:1 14357:1 14365:1 14369:1 14373:1 14378:1 14389:1 14402:2 14414:1 14415:1 14423:1 14439:1 14457:18 14482:2 14497:1 14501:1 14504:1 14519:1 14520:1 14521:1 14539:2 14542:1 14565:3 14568:3 14578:2 14581:1 14590:1 14600:1 14606:3 14608:1 14610:2 14618:1 14625:2 14629:2 14634:1 14635:1 14656:1 14660:1 14665:1 14668:1 14669:1 14671:3 14680:1 14684:2 14689:1 14690:1 14693:1 14695:2 14702:1 14706:1 14712:1 14713:1 14714:2 14716:11 14727:1 14750:1 14756:1 14761:1 14768:1 14776:1 14782:1 14785:1 14794:4 14797:1 14819:1 14823:1 14829:2 14839:1 14849:1 14852:1 14853:1 14858:2 14901:1 14915:2 14919:2 14941:1 14942:1 14956:1 14986:3 14990:1 14992:1 15008:2 15016:1 15023:1 15024:1 15039:3 15040:1 15072:1 15074:1 15079:1 15086:1 15101:4 15115:2 15119:1 15146:1 15155:1 15160:1 15162:1 15163:2 15170:1 15177:1 15190:3 15204:3 15208:1 15211:2 15212:1 15216:1 15220:1 15233:1 15235:1 15244:1 15268:2 15287:1 15311:1 15323:3 15325:1 15335:1 15363:1 15370:1 15381:1 15382:3 15383:1 15387:2 15405:1 15454:2 15456:1 15457:2 15470:1 15482:1 15500:1 15506:1 15511:1 15531:1 15535:1 15546:1 15554:2 15565:3 15569:4 15578:1 15594:4 15595:1 15597:1 15600:2 15601:1 15615:5 15617:2 15620:1 15629:1 15630:3 15638:1 15666:1 15678:1 15679:1 15694:1 15703:1 15704:1 15713:1 15714:1 15725:1 15730:3 15738:3 15744:4 15745:1 15748:1 15750:3 15765:1 15767:1 15785:1 15798:2 15809:5 15826:2 15865:2 15874:7 15884:3 15890:1 15892:1 15893:1 15902:2 15917:1 15931:1 15934:1 15941:3 15942:1 15948:1 15962:1 15969:1 15996:1 16001:1 16013:1 16032:1 16049:1 16050:2 16054:1 16068:2505 16071:2 16072:1 16092:1 16093:1 16095:1 16103:1 16122:1 16137:5 16141:1 16159:1 16161:1 16169:1 16173:5 16178:2 16191:1 16202:4 16222:1 16225:1 16238:1 16244:1 16261:2 16264:1 16267:1 16273:2 16275:1 16289:1 16299:1 16309:1 16312:1 16315:1 16316:1 16336:1 16339:1 16341:1 16343:2 16344:1 16356:1 16378:1 16385:1 16406:1 16407:1 16442:3 16446:2 16459:1 16466:1 16472:1 16488:5 16505:1 16520:1 16529:1 16542:1 16544:12 16553:1 16555:3 16557:1 16576:1 16583:1 16599:1 16603:1 16615:1 16617:3 16636:1 16651:2 16666:1 16682:3 16700:2 16702:1 16703:1 16709:1 16714:1 16729:4 16732:1 16735:1 16747:1 16750:1 16771:2 16779:3 16787:1 16799:5 16801:1 16823:2 16825:10 16830:1 16838:2 16839:1 16856:1 16865:1 16873:1 16886:1 16887:12 16894:1 16903:2 16904:1 16924:2 16925:1 16927:1 16934:2 16942:1 16963:1 16967:1 16974:2 16993:1 16999:1 17008:7 17009:1 17010:1 17014:1 17027:18 17031:1 17041:26 17043:4 17047:1 17064:2 17070:1 17080:1 17089:4 17116:2 17119:1 17128:2 17132:2 17139:2 17142:1 17143:1 17153:1 17165:1 17169:2 17179:3 17186:1 17207:1 17212:1 17218:2 17242:5 17244:1 17255:2 17261:1 17263:1 17272:1 17273:1 17280:1 17293:1 17301:1 17315:1 17316:1 17332:89 17346:1 17352:2 17358:1 17363:1 17367:1 17376:6 17396:1 17402:2 17408:1 17418:1 17419:1 17422:1 17425:1 17437:1 17440:3 17446:1 17450:1 17462:2 17465:1 17472:1 17475:11 17484:1 17485:2 17491:18 17492:1 17497:4 17500:1 17547:3 17561:1 17567:6 17568:1 17570:3 17571:1 17572:1 17573:2 17574:1 17576:1 17577:2 17578:1 17583:3 17584:2 17585:1 17587:1 17588:2 17590:5 17591:7 17592:2 17616:1 17636:1 17638:1 17641:1 17646:1 17648:1 17653:1 17654:1 17656:1 17665:1 17667:1 17670:1 17671:1 17688:3 17689:1 17690:1 17695:1 17705:1 17711:1 17727:2 17729:1 17731:3 17732:2 17737:1 17750:1 17755:1 17759:1 17760:1 17766:1 17776:1 17777:1 17781:1 17788:4 17810:2 17814:1 17816:1 17817:3 17843:3 17856:1 17862:3 17871:1 17878:5 17880:1 17881:7 17897:1 17909:2 17912:1 17916:1 17921:1 17923:1 17930:1 17946:1 17957:1 17964:1 17972:2 17976:1 17982:1 17990:1 17994:1 18010:1 18022:1 18027:1 18038:1 18039:1 18041:1 18055:1 18056:1 18064:1 18069:9 18073:1 18079:2 18086:1 18087:2 18092:1 18101:1 18104:2 18108:6 18110:1 18113:2 18138:2 18140:1 18143:1 18150:1 18151:1 18185:1 18199:1 18212:2 18224:6 18232:2 18237:1 18248:2 18252:2 18253:1 18258:1 18272:1 18278:1 18332:1 18353:1 18355:1 18359:1 18360:1 18363:3 18364:2 18368:2 18369:1 18376:1 18381:3 18389:4 18407:1 18412:1 18418:1 18423:1 18427:1 18428:1 18429:1 18433:1 18444:1 18445:1 18456:1 18460:2 18468:2 18471:1 18482:1 18485:2 18490:1 18506:1 18507:1 18509:2 18511:1 18513:1 18515:3 18525:2 18527:1 18561:1 18568:1 18588:1 18598:1 18602:1 18611:2 18612:2 18615:1 18628:1 18631:4 18632:1 18633:1 18634:1 18636:2 18650:2 18659:1 18664:1 18673:1 18677:3 18685:1 18687:1 18691:2 18693:1 18700:1 18703:1 18709:1 18710:1 18720:1 18724:1 18729:1 18730:1 18742:4 18746:26 18750:1 18771:1 18775:2 18791:3 18794:1 18803:1 18806:2 18815:1 18820:6 18828:1 18835:1 18843:1 18851:2 18853:5 18855:1 18858:2 18861:1 18889:1 18891:1 18896:3 18901:2 18911:2 18930:2 18937:1 18964:7 18965:3 18974:1 18976:2 18977:1 18978:1 18983:1 18984:1 18995:13 18996:4 18997:1 18998:1 19002:2 19010:2 19023:1 19025:1 19034:9 19045:1 19046:1 19059:8 19077:1 19087:1 19112:1 19114:2 19122:2 19125:1 19140:3 19147:1 19149:1 19152:1 19153:1 19164:1 19170:3 19173:1 19174:2 19175:1 19176:1 19180:5 19184:1 19195:1 19199:1 19205:1 19214:2 19218:1 19222:1 19227:1 19228:1 19241:1 19242:2 19243:1 19247:3 19248:1 19262:1 19264:3 19266:1 19269:1 19274:4 19275:1 19286:2 19289:1 19304:1 19305:1 19309:1 19313:3 19332:2 19334:8 19335:1 19337:1 19353:1 19354:1 19357:1 19367:1 19374:1 19388:5 19391:2 19393:5 19398:1 19399:1 19410:1 19417:1 19424:1 19438:1 19440:1 19441:1 19446:1 19448:1 19454:1 19462:1 19469:1 19478:4 19488:2 19490:1 19502:1 19503:3 19519:1 19540:3 19546:1 19552:1 19554:1 19566:1 19593:4 19605:10 19627:1 19638:2 19641:1 19673:2 19685:1 19686:1 19687:3 19700:1 19705:2 19712:1 19714:1 19720:18 19721:1 19722:1 19735:1 19740:1 19747:2 19756:1 19761:4 19762:1 19764:1 19779:1 19793:1 19797:1 19801:1 19811:1 19813:1 19834:1 19837:2 19843:1 19850:1 19854:1 19860:2 19864:1 19872:1 19874:1 19876:1 19880:1 19890:3 19897:2 19912:1 19915:2 19916:1 19918:1 19921:2 19965:2 19971:1 19978:1 20034:1 20041:1 20042:1 20049:1 20057:1 20069:1 20072:2 20073:1 20078:7 20083:1 20084:2 20096:1 20103:1 20109:1 20132:3 20134:1 20151:1 20155:1 20158:1 20159:1 20162:2 20178:1 20193:1 20198:1 20202:1 20203:2 20212:1 20219:1 20236:1 20239:2 20241:1 20244:4 20245:4 20259:1 20261:1 20268:1 20269:1 20271:1 20279:1 20299:1 20310:1 20311:1 20316:1 20318:2 20319:1 20323:1 20326:3 20328:3 20330:2 20333:2 20335:1 20345:1 20348:1 20357:3 20358:2 20360:1 20364:1 20374:1 20375:1 20378:1 20382:1 20395:2 20398:1 20405:1 20423:1 20429:2 20430:3 20433:1 20439:1 20453:1 20456:1 20458:1 20465:2 20466:1 20468:1 20473:1 20483:1 20485:1 20497:1 20536:1 20541:1 20553:1 20563:1 20567:1 20577:2 20579:7 20580:2 20585:1 20593:1 20629:1 20633:1 20634:1 20641:1 20643:1 20678:1 20686:5 20702:1 20705:1 20709:1 20723:1 20726:1 20728:3 20733:2 20749:1 20753:1 20758:2 20767:1 20789:1 20792:1 20799:2 20804:3 20824:1 20830:1 20836:1 20843:1 20845:1 20847:1 20850:2 20853:1 20878:1 20879:2 20886:2 20889:1 20893:1 20906:1 20908:3 20910:1 20914:1 20925:1 20931:1 20932:3 20934:3 20941:1 20942:3 20956:1 20961:1 20963:1 20964:1 20968:2 20973:2 20989:1 20996:1 21004:1 21017:1 21044:2 21045:2 21054:1 21060:1 21063:2 21077:1 21096:1 21104:1 21109:1 21128:1 21134:2 21135:3 21140:1 21145:1 21152:3 21158:1 21162:1 21168:1 21169:4 21187:1 21190:3 21201:2 21207:1 21212:1 21215:3 21217:1 21233:1 21236:2 21244:1 21250:1 21264:1 21269:1 21270:2 21271:1 21273:1 21274:4 21277:4 21279:7 21280:1 21283:1 21284:1 21290:2 21295:1 21302:4 21307:1 21309:2 21348:1 21361:1 21362:1 21363:1 21383:1 21390:1 21391:1 21397:2 21404:1 21421:1 21422:1 21429:2 21441:1 21443:1 21449:1 21469:1 21473:1 21490:1 21494:2 21498:1 21505:1 21514:1 21531:2 21537:1 21540:1 21541:2 21542:4 21550:1 21551:1 21552:1 21559:2 21567:1 21570:2 21575:1 21588:2 21602:1 21622:1 21624:1 21627:2 21632:1 21644:1 21663:1 21676:1 21683:1 21684:2 21695:2 21696:1 21697:2 21710:1 21755:8 21764:1 21781:8 21784:1 21786:2 21822:1 21826:1 21830:2 21834:1 21843:3 21871:2 21872:3 21875:1 21882:2 21887:1 21891:1 21914:1 21921:1 21925:1 21926:2 21927:1 21938:2 21941:1 21942:2 21945:1 21949:4 21952:1 21974:1 21992:2 22014:2 22015:1 22020:1 22039:1 22045:1 22047:3 22052:1 22070:1 22078:3 22094:1 22106:3 22109:3 22112:1 22116:10 22117:1 22122:1 22123:1 22129:1 22140:3 22160:1 22162:4 22176:1 22182:1 22186:2 22188:1 22201:1 22209:7 22212:4 22220:1 22223:1 22225:1 22226:1 22257:3 22259:1 22268:1 22282:2 22287:1 22291:1 22309:1 22314:2 22325:5 22342:2 22344:1 22345:1 22355:3 22360:5 22362:1 22369:1 22380:2 22391:3 22396:2 22402:6 22409:1 22421:1 22444:1 22445:1 22448:1 22453:3 22456:1 22466:2 22469:2 22470:1 22481:1 22482:1 22488:1 22489:1 22493:3 22494:1 22495:1 22502:1 22503:1 22517:1 22523:1 22528:1 22532:1 22545:1 22566:6 22572:1 22574:1 22578:1 22597:2 22601:6 22602:1 22611:1 22625:9 22627:1 22628:1 22640:4 22645:1 22653:1 22664:2 22666:1 22671:1 22675:1 22696:4 22709:1 22711:2 22723:4 22726:1 22739:1 22748:1 22754:1 22759:1 22760:1 22768:1 22777:1 22801:1 22807:1 22841:2 22843:1 22844:2 22847:1 22851:1 22852:1 22854:1 22884:1 22891:2 22895:1 22900:3 22901:3 22904:1 22914:2 22932:1 22946:2 22947:2 22948:1 22971:2 22972:1 22974:1 22976:2 22988:1 22992:1 22994:1 22998:1 23015:1 23029:1 23037:1 23049:2 23065:4 23070:1 23093:1 23100:1 23106:1 23117:1 23125:1 23127:3 23128:1 23145:3 23149:1 23150:1 23162:1 23167:3 23170:1 23178:2 23184:1 23193:1 23196:2 23199:1 23200:1 23208:1 23213:1 23230:1 23236:2 23246:1 23273:3 23279:1 23283:1 23295:1 23297:1 23302:1 23356:3 23359:1 23378:1 23380:2 23382:1 23385:1 23388:1 23392:1 23393:2 23394:1 23413:1 23422:1 23436:2 23444:1 23448:1 23453:2 23458:1 23459:1 23461:1 23465:1 23470:1 23471:1 23484:1 23491:1 23492:2 23498:1 23505:1 23510:4 23515:4 23524:2 23531:1 23533:1 23541:2 23547:1 23548:1 23550:2 23551:1 23568:2 23597:1 23598:2 23606:3 23614:1 23619:1 23621:2 23631:1 23632:2 23642:1 23656:2 23658:3 23659:3 23660:1 23661:1 23663:1 23664:2 23667:1 23673:2 23676:2 23680:1 23682:6 23699:4 23700:1 23702:1 23709:2 23717:1 23718:1 23720:1 23744:2 23754:1 23759:1 23764:3 23765:1 23770:1 23778:1 23783:1 23785:1 23787:4 23828:1 23833:1 23836:1 23853:1 23859:4 23871:1 23874:1 23876:1 23880:1 23905:1 23908:1 23909:1 23910:1 23923:4 23937:1 23941:1 23948:2 23953:16 23969:1 23982:2 23983:1 24016:1 24066:2 24091:2 24110:1 24114:1 24125:1 24133:1 24143:2 24146:1 24154:1 24171:1 24174:1 24175:1 24181:1 24197:1 24200:2 24202:1 24203:1 24208:1 24211:1 24222:1 24227:1 24228:1 24229:1 24237:7 24253:2 24264:1 24269:2 24282:39 24306:1 24308:1 24309:1 24319:6 24326:2 24328:1 24337:1 24371:2 24395:3 24400:1 24410:1 24419:2 24423:2 24431:1 24437:2 24439:1 24459:1 24475:3 24492:1 24503:4 24522:1 24530:1 24535:2 24538:4 24541:2 24549:1 24554:1 24571:1 24578:2 24589:1 24591:1 24594:1 24596:1 24601:2 24602:1 24609:1 24611:1 24621:1 24627:1 24629:1 24631:1 24633:1 24634:1 24639:1 24641:1 24646:1 24651:1 24656:7 24667:1 24678:1 24683:2 24685:2 24716:1 24717:1 24718:1 24720:4 24721:1 24723:1 24759:1 24763:1 24770:4 24772:7 24783:1 24810:1 24829:1 24832:3 24838:1 24859:1 24878:1 24889:3 24892:1 24901:1 24906:1 24920:1 24922:1 24929:2 24936:4 24950:1 24951:1 24960:2 24970:1 24985:1 24989:1 24992:1 25015:1 25037:1 25052:1 25054:2 25058:2 25071:1 25081:1 25082:1 25091:1 25099:1 25106:2 25108:1 25109:1 25120:1 25130:1 25133:2 25138:1 25152:1 25164:1 25169:2 25173:2 25174:1 25183:1 25188:1 25191:1 25192:1 25197:1 25209:1 25217:2 25219:2 25258:4 25259:1 25260:1 25264:2 25279:1 25284:1 25286:1 25296:5 25305:1 25314:2 25317:1 25321:3 25327:1 25331:2 25345:2 25348:1 25353:1 25355:2 25357:1 25358:2 25359:1 25363:1 25365:7 25366:1 25368:2 25369:1 25370:1 25372:1 25375:1 25381:1 25382:1 25388:1 25390:1 25403:1 25409:2 25414:1 25416:1 25418:1 25430:1 25435:1 25440:1 25448:1
4cd6d3ac676d8f0d1a29842e75e626aa35765630
449d555969bfd7befe906877abab098c6e63a0e8
/73/CH16/EX16.13/Example16_13.sci
a3eb7bc8867fa42aef0b227148da431516ee4b09
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
912
sci
Example16_13.sci
//Chapter 16_Bipolar and MOS Digital Gate Circuits //Caption : Power Dissipation // Example16.13: Calculate the maximum power dissipated by saturated load NMOS inverter for following given values: Vdd=5V;Vth=1.5V; device transconductance parameter for load device Kl=23.34*10^-6 A/V^2.Assume Vo=0V in low state. // Solution: clear; clc; Vdd=5;// drain voltage of NMOS inverter in Volt Vth=1.5;// threshold voltage of NMOS inverter in Volt Kl=23.34*10^-6;// transconductance Parameter for load device // since maximum power can be obtained if maximum device current flows whish is when Vo=low i.e.,0 V. So,for saturation region of operation we have Id=Kl*(Vgs-Vth)^2/2; // for saturated load inverter Vgs=Vds and //Vds=Vdd in low output condition,so Id=Kl*(Vdd-Vth)^2/2 Id=23.34*10^-6*(Vdd-Vth)^2/2; Pmax=Id*Vdd; disp('mW',Pmax/10^-3,'maximum power dissipated by saturated load NMOS inverter is:')
1dd1a89474f2f050c80eb349fb8fe557845b7eb1
449d555969bfd7befe906877abab098c6e63a0e8
/587/CH10/EX10.3/example10_3.sce
0d6693bdeba8b665a3cf9aaa067e4bfadc1c28a1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,002
sce
example10_3.sce
clear; clc; //Example10.3[Film Boiling of Water on a Heating Element] //Given:- D=0.005;//[m] e=0.05;//Emissivity Ts=350;//Surface temperature[degree Celcius] Tsat=100;//[degree Celcius] Tf=(Ts+Tsat)/2;//[degree Celcius] g=9.81;//[m/s^2] //Properties of water at Tsat rho_l=957.9;//[kg/m^3] h_fg=2257*10^3;//[J/kg] //Properties of vapor at film temp rho_v=0.444;//[kg/m^3] Cp_v=1951;//[J/kg.degree Celcius] mu_v=1.75*10^(-5);//[kg/m.s] k_v=0.0388;//[W/m.degree Celcius] //Solution:- q_film=0.62*(((g*(k_v^3)*rho_v*(rho_l-rho_v)*(h_fg+(0.4*Cp_v*(Ts-Tsat))))/(mu_v*D*(Ts-Tsat)))^(1/4))*(Ts-Tsat);//[W/m^2] disp("W/m^2)",q_film,"The film boiling heat flux is") q_rad=e*(5.67*10^(-8))*(((Ts+273)^4)-((Tsat+273)^4));//[W/m^2] disp("W/m^2",q_rad,"The radiation heat flux is") q_total=q_film+(3/4)*q_rad;//[W/m^2] disp("W/m^2",q_total,"The total heat flux is") Q_total=(%pi*D*1)*q_total;//[W] disp("W",Q_total,"The rate of heat transfer from the heating element to the water is")
9538cb2196d15cc46cbf4313169fffc132e1eb08
449d555969bfd7befe906877abab098c6e63a0e8
/3836/CH5/EX5.1/Ex5_1.sce
5c096fca78038865f44626cd451af3e0706079a6
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
539
sce
Ex5_1.sce
clear //Initialisation n=8 //8 bit n2=16 //16 bit n3=32 //32 bit //Calculation c=2**n //value for 8 bit c2=2**n2 //value for 16 bit c3=2**n3 //value for 32 bit //Result printf("\n An 8-bit word can take 2^8 = %d values\n",c) printf("\n An 16-bit word can take 2^16 = %d values\n",c2) printf("\n An 32-bit word can take 2^32 = %f x 10^9 values\n",c3/10**9)
e045233e44f9d1c638245170cd8ffc305777fd7f
8217f7986187902617ad1bf89cb789618a90dd0a
/browsable_source/2.3/Unix-Windows/scilab-2.3/macros/percent/%svr.sci
dd4d2fa807c493107a29adb33f919c7030709ccd
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-public-domain", "MIT" ]
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
286
sci
%svr.sci
function h=%svr(h1,h2) // %svr(h1,h2) = (I+h1*h2)\h1. h1 constant h2 rational //! [m1,n1]=size(h1) [m2,n2]=size(h2(2)) if abs(n1-m2)+abs(m1-n2)<>0 then error('inconsistent dimensions'),end if m1*n1==1 then h=h2;h(2)=h1*h2(3);h(3)=h1*h2(2)+h2(3); else h=(eye(m1,m1)+h1*h2)\h1 end
802524c52af637a346b97f77cc1c154ee8a7b389
449d555969bfd7befe906877abab098c6e63a0e8
/409/CH16/EX16.4/Example16_4.sce
f4eebd3099e2ce2678fb30324f70cf97d334228d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,026
sce
Example16_4.sce
clear ; clc; // Example 16.4 printf('Example 16.4\n\n'); //Page no. 495 // Solution // Given OP_Et = 400 ;//OSHA PEL of ethyl acetate -[ppm by volume] OP_Mek = 200 ;//OSHA PEL of Methyl ethyl ketone [ppm by volume] OP_Nba = 1.3 ;//OSHA PEL of n-butyl acetate [ppm by volume] vp_Et = 96.9 ;// Vapour pressure of ethyl acetate obtained from CD-[mm of Hg] vp_Mek = 94.8 ;// Vapour pressure of Methyl ethyl ketone obtained from CD-[mm of Hg] vp_Nba = 20 ;// Vapour pressure of n-butyl acetate obtained from Perry-[mm of Hg] // Combined hazard criterion Chz_Et = vp_Et/OP_Et ;// Combined hazard criterion of ethyl acetate Chz_Mek = vp_Mek/OP_Mek ;// Combined hazard criterion of Methyl ethyl ketone Chz_Nba = vp_Nba/OP_Nba ;// Combined hazard criterion of n-butyl acetate printf('\nCombined hazard criterion of solvents in increasing order are :\n'); printf('\nEthyl acetate : %.2f',Chz_Et); printf('\nMethyl ethyl ketone : %.2f',Chz_Mek); printf('\nn-butyl acetate : %.2f',Chz_Nba);
4c7e4c81594b024dbedfc27cf0e287f70ec6cb6b
449d555969bfd7befe906877abab098c6e63a0e8
/3472/CH46/EX46.1/Example46_1.sce
0f9cd203d6cd2a573324e1239524bf665fbc550f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,088
sce
Example46_1.sce
// A Texbook on POWER SYSTEM ENGINEERING // A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar // DHANPAT RAI & Co. // SECOND EDITION // PART IV : UTILIZATION AND TRACTION // CHAPTER 8: BRAKING // EXAMPLE : 8.1 : // Page number 806 clear ; clc ; close ; // Clear the work space and console // Given data V = 525.0 // Voltage of motor(V) I_1 = 50.0 // Current(A) T_1 = 216.0 // Torque(N-m) I_2 = 70.0 // Current(A) T_2 = 344.0 // Torque(N-m) I_3 = 80.0 // Current(A) T_3 = 422.0 // Torque(N-m) I_4 = 90.0 // Current(A) T_4 = 500.0 // Torque(N-m) V_m = 26.0 // Speed(kmph) R_b = 5.5 // Resistance of braking rheostat(ohm) R_m = 0.5 // Resistance of motor(ohm) // Calculations I = 75.0 // Current drawn at 26 kmph(A) back_emf = V-I*R_m // Back emf of the motor(V) R_t = R_b+R_m // Total resistance(ohm) I_del = back_emf/R_t // Current delivered(A) T_b = T_3*I_del/I_3 // Braking torque(N-m) // Results disp("PART IV - EXAMPLE : 8.1 : SOLUTION :-") printf("\nBraking torque = %.f N-m", T_b)
a58c2f83b3451f5473ac8e8080741bf9a7017212
449d555969bfd7befe906877abab098c6e63a0e8
/1325/CH13/EX13.4/13_4.sce
f56373e6cd77b72a5193362c16d37c95f25edfd2
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
339
sce
13_4.sce
//to find the equivalent stiffness of the auxiliary spring referred to the sleeve clc //given w=5//lb g=32.2 N2=240//rpm w2=(N2*%pi/30) r2=5/12//ft N1=1.05*N2 r1=7/12//ft a=6//in b=4//in pb=3/2 F2=w*w2^2*r2/g F1=F2*N1^2*r1/(N2^2*r2) p=2*(a/b)^2*((F1-F2)/(r1*12-r2*12)-4*pb) printf("Equivalent stiffness; p = %.f lb/in",p)
0b354bfbdf1ce922736a4a14faab53a4132e1233
4b1558e166b13f0e90c889b11ee516e4925626ed
/aula7.sce
8ec4cb6baae4dc57f3f2115545a87f4df1ebcf8d
[]
no_license
dalpendre/EI_matematica_discreta
a4712b5c7ea085eb5238a0e45c89733ba25a64b6
93cf0c75c41a231aadf919293089ce240695bf10
refs/heads/master
2022-08-09T18:27:37.572002
2020-05-21T13:00:22
2020-05-21T13:00:22
254,603,532
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,660
sce
aula7.sce
//Aula 7 - 02 de abril function NotaEuro X=input('Insira o nº de série da nota: ','string') letra=part(X,1); if letra=='R' Vletra=1; elseif letra=='S' Vletra=2; elseif letra=='T' Vletra=3; elseif letra=='U' Vletra=4; elseif letra=='M' Vletra=5; elseif letra='N' Vletra=6; end soma=Vletra; for i=2:12 soma=soma+evstr(part(X,i)) end if pmodulo(soma,9)==0 disp('O número inserido é válido!') else disp('O número inserido não é válido!') end endfunction //------------------------- //------------------------- //Exr1 MR=[1 0 1 0;1 0 1 0;1 1 0 0;0 0 0 1] //b) MinvR=MR' //c MR2=bool2s(MR*MR) MR3=bool2s(MR2*MR) //d) // MR = // 1. 0. 1. 0. // 1. 0. 1. 0. // 1. 1. 0. 0. // 0. 0. 0. 1. // //não é reflexiva - porque existem zeros na diagonal principal //não é simétrica - MR(1,2)=0 e MR(2,1)=1 //não é antissimétrica - MR(3,1)=1 e MR(1,3)=1 mas 3~=1 //não é transitivo - MR(3,1)=1 e MR(1,3)=1 mas MR(3,3)=0 //fecho(R)=R U R^2 U R^3 U R^4 //isequal(MR,bool2s(MR+MR2)) //for i=1:4 // if MR(i,i)==0 // MR(i,i)=1 // end //end bool2s(MR+eye(4,4))//soma com a matriz identidade //fecho simétrico bool2s(MR+MR') //fecho transitivo bool2s(MR+MR^2+MR^3+MR^4) function S=Um(M) //M - matriz [L,C]=size(M) for i=1:L for j=1:C if M(i,j)>1 M(i,j)=1; end end end S=M; endfunction function T=relcomp(M,S) T=Um(M*S); endfunction
d01e164c6921247c48bc93fb34e36cb2ffb2a268
449d555969bfd7befe906877abab098c6e63a0e8
/2223/CH18/EX18.38/Ex18_38.sce
dc4a3785f302c3f243f6bdc70bff8fb60589b018
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
864
sce
Ex18_38.sce
// scilab Code Exa 18.38 Kaplan turbine 70 rpm //part(a)flow rate and specific speed P=8e3; // Gas Power Output in kW N=70; // Speed in RPM H=10; // net head in m n_m=0.85; // efficiency omega=%pi*2*N/60; NS=omega*sqrt(P*10e2)*(H^(-5/4))/549.016; disp(NS,"(a)the specific speed of turbine is") rho=1000; // density in kg/m3 g=9.81; // gravitational acceleration in m/s2 Q=P*1e3/(n_m*rho*g*H); disp("m3/s",Q,"and the flow rate is") // part(b) determining the speed, flow rate and power for the model Dp_m=12; // Dp_m=Dp/Dm Np=N; // Speed for prototype Hm=3; // head of the model Hp=H; // head for prototype Nm=Np*Dp_m*sqrt(Hm/Hp); disp("rpm",Nm,"(b)speed for the model is") Dm_p=1/Dp_m; Qp=Q; Qm=(Dm_p^2)*sqrt(Hm/Hp)*Qp; disp("m3/s",Qm,"the flow rate for model is") Pm=n_m*rho*g*Qm*Hm; disp("kW",Pm*1e-3,"the power for the model is")
0fad1c17d6b9f6d4730642c89671147750a39c7b
1b969fbb81566edd3ef2887c98b61d98b380afd4
/Rez/bivariate-lcmsr-post_mi/bfas_co_vrt_col_d/~BivLCM-SR-bfas_co_vrt_col_d-PLin-VLin.tst
c0242f2085ccb502ff2681a51f516942fe96db96
[]
no_license
psdlab/life-in-time-values-and-personality
35fbf5bbe4edd54b429a934caf289fbb0edfefee
7f6f8e9a6c24f29faa02ee9baffbe8ae556e227e
refs/heads/master
2020-03-24T22:08:27.964205
2019-03-04T17:03:26
2019-03-04T17:03:26
143,070,821
1
0
null
null
null
null
UTF-8
Scilab
false
false
11,974
tst
~BivLCM-SR-bfas_co_vrt_col_d-PLin-VLin.tst
THE OPTIMIZATION ALGORITHM HAS CHANGED TO THE EM ALGORITHM. ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES 1 2 3 4 5 ________ ________ ________ ________ ________ 1 0.288243D+00 2 -0.344168D-02 0.231329D-02 3 0.705453D-01 -0.237877D-03 0.382632D+00 4 0.557935D-03 0.704504D-03 -0.166247D-02 0.342134D-02 5 0.790457D-03 -0.107716D-03 -0.110328D-02 -0.184255D-04 0.300485D-02 6 0.974371D-03 0.486814D-04 0.360830D-03 -0.605778D-04 0.166633D-03 7 0.138360D-02 0.358810D-04 0.185939D-02 -0.142262D-03 0.798700D-03 8 0.568498D-03 -0.148020D-03 -0.127866D-02 0.111436D-03 -0.168250D-03 9 -0.136327D+00 0.927636D-02 -0.464201D-01 0.835272D-02 0.666660D-01 10 -0.499803D-01 -0.806601D-02 0.328702D-01 -0.300805D-02 0.137663D+00 11 -0.100130D+00 0.167848D-01 -0.500956D-01 0.162860D-02 0.332446D-01 12 -0.778859D-02 -0.238680D-01 -0.120738D+01 0.597048D-01 0.344302D-01 13 0.151700D+00 -0.159757D-02 0.824975D-01 -0.492816D-02 0.297617D-01 14 -0.959316D-01 -0.114545D-01 -0.493793D+00 0.203509D-01 0.103201D-01 15 -0.146997D+01 -0.287876D-01 -0.430778D+00 -0.351861D-01 -0.985427D-01 16 -0.356631D-01 -0.549494D-03 0.169088D-02 -0.178767D-02 -0.890191D-03 17 0.942244D-02 0.476196D-04 0.352663D-04 0.306344D-03 -0.370155D-03 18 -0.614796D+00 -0.307046D-01 0.351700D+00 -0.390121D-02 0.279848D-01 19 -0.706510D-01 -0.358542D-02 0.340786D-01 -0.487556D-02 0.327644D-02 20 0.579237D+00 0.104375D-01 -0.286735D+01 -0.365979D-01 0.656702D-01 21 0.538628D-01 0.135109D-02 -0.210605D-01 0.800735D-02 -0.594540D-02 22 0.167156D-02 0.881628D-04 -0.139821D-02 -0.238102D-04 -0.398708D-03 23 0.103736D-01 -0.876268D-03 -0.376265D-01 -0.133984D-01 0.738317D-03 24 -0.318060D-02 0.178631D-04 0.207542D-02 -0.962095D-03 -0.452608D-03 ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES 6 7 8 9 10 ________ ________ ________ ________ ________ 6 0.618954D-03 7 0.866294D-03 0.468595D-02 8 0.429490D-04 -0.252815D-03 0.177881D-02 9 -0.655523D-02 0.253412D-01 0.430904D-02 0.282194D+02 10 -0.936667D-03 0.242561D-01 -0.254354D-01 0.166938D+01 0.160265D+02 11 0.832917D-02 0.221108D-01 -0.163652D-01 -0.905778D+00 0.136520D+01 12 0.268934D-01 0.229762D-01 0.923306D-02 0.178315D+01 0.103475D+01 13 0.410100D-01 0.140817D+00 -0.160610D-01 -0.102960D+01 0.309824D+01 14 -0.670055D-02 0.198999D-02 0.155939D+00 0.370307D+01 0.142966D+01 15 -0.146373D-01 -0.272920D-01 0.382321D-01 0.268381D+00 -0.734387D+01 16 -0.131790D-02 -0.355257D-03 0.500176D-03 0.463924D+00 -0.534270D-01 17 0.282904D-03 -0.141064D-03 -0.862946D-04 -0.107479D+00 -0.368982D-01 18 -0.415469D-01 -0.126098D+00 0.306969D-01 0.185781D+01 -0.103241D+00 19 -0.760117D-02 0.540342D-02 -0.105901D-01 0.344959D+00 0.352515D+00 20 0.140538D-01 -0.539799D-01 -0.103885D+00 -0.380114D+01 0.804554D+01 21 0.651138D-02 -0.668072D-02 0.130305D-01 -0.554055D+00 -0.466345D+00 22 -0.302153D-04 -0.302701D-03 -0.111200D-03 -0.597820D-02 -0.223181D-01 23 0.238840D-02 0.349622D-02 -0.577002D-03 0.133976D-01 0.713152D-01 24 -0.253748D-03 -0.617578D-04 -0.805439D-04 0.233067D-01 -0.298875D-01 ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES 11 12 13 14 15 ________ ________ ________ ________ ________ 11 0.304920D+02 12 0.715739D+01 0.121958D+03 13 -0.230939D+01 0.172062D+01 0.131719D+02 14 -0.386559D+01 -0.197635D+01 -0.118954D+00 0.585680D+02 15 -0.320020D+01 0.552404D+00 -0.230041D+01 0.457020D+01 0.194908D+03 16 -0.368333D+00 -0.185335D+00 0.263159D-01 0.250876D-01 0.146222D+01 17 0.239408D-01 0.575429D-01 0.214647D-02 -0.199420D-01 -0.105053D+01 18 0.211608D+01 -0.565985D+01 -0.552355D+01 0.335330D+00 0.375474D+02 19 0.722275D+00 0.222432D+01 -0.100267D+00 -0.290450D+00 -0.943747D+00 20 0.242631D+01 -0.138847D+02 -0.143804D+01 -0.178733D+02 0.208347D+02 21 -0.440721D+00 -0.243215D+01 0.448402D-01 0.576015D+00 0.563107D+00 22 -0.629174D-01 -0.370407D-01 -0.177736D-01 0.390845D-02 -0.174680D+00 23 -0.198782D-01 -0.566926D+00 0.264270D+00 0.225544D+00 0.101590D+00 24 -0.465219D-01 -0.147080D+00 -0.154746D-01 -0.846831D-01 -0.100017D+00 ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES 16 17 18 19 20 ________ ________ ________ ________ ________ 16 0.355772D+00 17 -0.261363D-01 0.136174D-01 18 -0.193645D+00 -0.245685D+00 0.181943D+03 19 0.708189D-01 -0.110573D-01 -0.165224D+01 0.425920D+01 20 -0.464040D+00 -0.586354D-01 0.239891D+02 -0.205573D+01 0.473895D+03 21 0.513036D-01 0.153568D-01 0.418652D+01 -0.390015D+01 -0.193593D+00 22 0.238938D-02 0.299517D-02 -0.842728D+00 0.590159D-02 -0.177635D+00 23 0.235949D-01 0.280326D-02 -0.975370D+00 0.269596D-01 0.430160D+01 24 0.499621D-02 0.557731D-03 -0.173212D+00 0.242876D-01 -0.252945D+01 ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES 21 22 23 24 ________ ________ ________ ________ 21 0.474357D+01 22 -0.402960D-01 0.959942D-02 23 0.151207D-01 0.106228D-01 0.687612D+00 24 -0.179363D-02 0.340150D-02 -0.346067D-01 0.294612D-01 ESTIMATED CORRELATION MATRIX FOR PARAMETER ESTIMATES 1 2 3 4 5 ________ ________ ________ ________ ________ 1 1.000 2 -0.133 1.000 3 0.212 -0.008 1.000 4 0.018 0.250 -0.046 1.000 5 0.027 -0.041 -0.033 -0.006 1.000 6 0.073 0.041 0.023 -0.042 0.122 7 0.038 0.011 0.044 -0.036 0.213 8 0.025 -0.073 -0.049 0.045 -0.073 9 -0.048 0.036 -0.014 0.027 0.229 10 -0.023 -0.042 0.013 -0.013 0.627 11 -0.034 0.063 -0.015 0.005 0.110 12 -0.001 -0.045 -0.177 0.092 0.057 13 0.078 -0.009 0.037 -0.023 0.150 14 -0.023 -0.031 -0.104 0.045 0.025 15 -0.196 -0.043 -0.050 -0.043 -0.129 16 -0.111 -0.019 0.005 -0.051 -0.027 17 0.150 0.008 0.000 0.045 -0.058 18 -0.085 -0.047 0.042 -0.005 0.038 19 -0.064 -0.036 0.027 -0.040 0.029 20 0.050 0.010 -0.213 -0.029 0.055 21 0.046 0.013 -0.016 0.063 -0.050 22 0.032 0.019 -0.023 -0.004 -0.074 23 0.023 -0.022 -0.073 -0.276 0.016 24 -0.035 0.002 0.020 -0.096 -0.048 ESTIMATED CORRELATION MATRIX FOR PARAMETER ESTIMATES 6 7 8 9 10 ________ ________ ________ ________ ________ 6 1.000 7 0.509 1.000 8 0.041 -0.088 1.000 9 -0.050 0.070 0.019 1.000 10 -0.009 0.089 -0.151 0.078 1.000 11 0.061 0.058 -0.070 -0.031 0.062 12 0.098 0.030 0.020 0.030 0.023 13 0.454 0.567 -0.105 -0.053 0.213 14 -0.035 0.004 0.483 0.091 0.047 15 -0.042 -0.029 0.065 0.004 -0.131 16 -0.089 -0.009 0.020 0.146 -0.022 17 0.097 -0.018 -0.018 -0.173 -0.079 18 -0.124 -0.137 0.054 0.026 -0.002 19 -0.148 0.038 -0.122 0.031 0.043 20 0.026 -0.036 -0.113 -0.033 0.092 21 0.120 -0.045 0.142 -0.048 -0.053 22 -0.012 -0.045 -0.027 -0.011 -0.057 23 0.116 0.062 -0.016 0.003 0.021 24 -0.059 -0.005 -0.011 0.026 -0.043 ESTIMATED CORRELATION MATRIX FOR PARAMETER ESTIMATES 11 12 13 14 15 ________ ________ ________ ________ ________ 11 1.000 12 0.117 1.000 13 -0.115 0.043 1.000 14 -0.091 -0.023 -0.004 1.000 15 -0.042 0.004 -0.045 0.043 1.000 16 -0.112 -0.028 0.012 0.005 0.176 17 0.037 0.045 0.005 -0.022 -0.645 18 0.028 -0.038 -0.113 0.003 0.199 19 0.063 0.098 -0.013 -0.018 -0.033 20 0.020 -0.058 -0.018 -0.107 0.069 21 -0.037 -0.101 0.006 0.035 0.019 22 -0.116 -0.034 -0.050 0.005 -0.128 23 -0.004 -0.062 0.088 0.036 0.009 24 -0.049 -0.078 -0.025 -0.064 -0.042 ESTIMATED CORRELATION MATRIX FOR PARAMETER ESTIMATES 16 17 18 19 20 ________ ________ ________ ________ ________ 16 1.000 17 -0.376 1.000 18 -0.024 -0.156 1.000 19 0.058 -0.046 -0.059 1.000 20 -0.036 -0.023 0.082 -0.046 1.000 21 0.039 0.060 0.143 -0.868 -0.004 22 0.041 0.262 -0.638 0.029 -0.083 23 0.048 0.029 -0.087 0.016 0.238 24 0.049 0.028 -0.075 0.069 -0.677 ESTIMATED CORRELATION MATRIX FOR PARAMETER ESTIMATES 21 22 23 24 ________ ________ ________ ________ 21 1.000 22 -0.189 1.000 23 0.008 0.131 1.000 24 -0.005 0.202 -0.243 1.000
5eb7a3bab86187ac883bdd50cec347d638466ffd
a3cf3ed7895b6168fe0864770f944d0a25d5ad74
/tests/retest/tests_regressions.tst
38ccf14b3824d074df9aa3d8faaabe69902f1e07
[ "BSD-2-Clause" ]
permissive
katef/libfsm
32269415d8ab61778bef9bfdb3c14c61117216d4
479d103357f4e1a8596437895bbc6ddf237a1da0
refs/heads/main
2023-08-12T06:21:35.611111
2023-06-03T22:17:25
2023-06-15T20:40:54
80,573,145
918
66
BSD-2-Clause
2023-09-12T13:31:36
2017-01-31T23:31:36
C
UTF-8
Scilab
false
false
139
tst
tests_regressions.tst
# Various tests for regressions # off-by-one error in VM IR assembly R pcre O & O +e ~^\xff +\xff R pcre O & ~| +xyz R pcre O & ~ +xyz
102906346d96330c4dc37632119f945475679695
449d555969bfd7befe906877abab098c6e63a0e8
/1949/CH6/EX6.11/Ex6_11.sce
08d731a946473e193072972f231fb18107184778
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
Ex6_11.sce
//Chapter-6,Example 6_11,Page 6-31 clc() //Given Values: B=1.0 //Flux density in tesla u0=4*%pi*10^-7 //Permeability in free space i=2.0 //current in the core n=10*100 //n=N/l i.e. turns per meter //Calculations: H=n*i //Magnetising force produced in wire printf('Magnetising force produced in wire is =%.2f Amp-turn/meter \n \n',H) //We know that, B=u0(H+I).Thus, I=B/u0-H //Magnetisation of material printf(' Magnetisation of material is =%.2f Amp-turn/meter \n \n',I) //u=B/H, i.e. ur*u0=B/H. ur=B/(u0*H) //Relative permeability of core printf(' Relative Permeability of core is =%.1f \n',ur)
768ef1a1c53c391c6b09782e999978f2bc79b812
449d555969bfd7befe906877abab098c6e63a0e8
/2414/CH12/EX12.2/Ex12_2.sce
30cb6d57679b85e4940bc7d3b38eca824d529403
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
189
sce
Ex12_2.sce
clc; close(); clear(); //page no 401 //prob no. 12.2 B=10^6; //Hz R=10^7 ; //ohm Vrms=(16*10^-21*B*R)^0.5; //volts G=5000; //gain vorms=Vrms*G; mprintf('vorms=%.1f V',vorms);
2b7388c1f105ad9a263583b360e871288b544d35
449d555969bfd7befe906877abab098c6e63a0e8
/2006/CH11/EX11.8/ex11_8.sce
ed7f9ec40d8fed8f9eef920e13e5ae9f78bd8ef1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,069
sce
ex11_8.sce
clc; p1=10; // Initial pressure in MPa T1=263; // Initial temperature in Kelvin p2=1.5; // Final pressure in MPa R_1=8.3143; // Universal gas constant in kJ/kmol K M=28; // Molecular mass // The crictical properties for nitrogen gas Tc=126.2; // Temperature in kelvin Pc=3.39; // Pressure in MPa // Reduced properties are Pr1=p1/Pc; Pr2=p2/Pc; Tr1=T1/Tc; // From the generalized chart for enthalpy departure at Pr1 & Tr1 h_11=8.7*Tc/M; // The solution involves iteration procedure. Assume T2 and check if h2_h1=0 // First approximation T2=200 K T2=200; // In K Tr2=T2/Tc; Cpr=1.046; h_21=Cpr*(T2-T1); // From the generalized chart for enthalpy departure at Pr1 & Tr1 h_22=1*Tc/M; h2_h1=h_11-T2+T1-h_22; // Second approximation T2=190; // In K Tr2=T2/Tc; Cpr=1.046; h_21=Cpr*(T2-T1); // From the generalized chart for enthalpy departure at Pr1 & Tr1 h_22=1.5*Tc/M; h2_h1=h_11-T2+T1-h_22; disp ("Here also h2-h1 != 0. Therefore the temperature is dropping.Thus Joule-Thomson coefficient is positive.There is cooling in this process");
88f025334377771de7cb137d63255f07b9ee0201
449d555969bfd7befe906877abab098c6e63a0e8
/3802/CH12/EX12.7/Ex12_7.sce
7549c79cdcd8d3ccdd6d87b387caba017d6971c1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
3,394
sce
Ex12_7.sce
//Book Name:Fundamentals of Electrical Engineering //Author:Rajendra Prasad //Publisher: PHI Learning Private Limited //Edition:Third ,2014 //Ex12_7.sce clc; clear; z1=complex(8,6); z2=complex(6,8); z3=complex(4,-3); R_YR=z1; R_BY=z2; R_RB=z3; Vl=440; printf("\n(a)Delta connected load of phase sequence RYB:") theta1=0; theta2=-120; theta3=120; V_YR=complex(Vl*cosd(theta1),Vl*sind(theta1)); V_BY=complex(Vl*cosd(theta2),Vl*sind(theta2)); V_RB=complex(Vl*cosd(theta3),Vl*sind(theta3)); I_YR=V_YR/z1; I_BY=V_BY/z2; I_RB=V_RB/z3; I_YR_mag=sqrt(real(I_YR)^2+imag(I_YR)^2); I_BY_mag=sqrt(real(I_BY)^2+imag(I_BY)^2); I_RB_mag=sqrt(real(I_RB)^2+imag(I_RB)^2); I_YR_angle=atand(imag(I_YR)/real(I_YR)); I_BY_angle=atand(imag(I_BY)/real(I_BY))-180; I_RB_angle=atand(imag(I_RB)/real(I_RB))+180; printf("\nPhase current= \tMagnitude\tAngle(deg) \n") printf("\n\t Iyr in A \t %d \t %2.2f",I_YR_mag,I_YR_angle) printf("\n\t Iby in A \t %d \t %2.2f",I_BY_mag,I_BY_angle) printf("\n\t Irb in A \t %d \t %2.2f",I_RB_mag,I_RB_angle) I_R=I_YR-I_RB; I_Y=I_BY-I_YR; I_B=I_RB-I_BY; I_R_mag=sqrt(real(I_R)^2+imag(I_R)^2); I_Y_mag=sqrt(real(I_Y)^2+imag(I_Y)^2); I_B_mag=sqrt(real(I_B)^2+imag(I_B)^2); I_R_angle=atand(imag(I_R)/real(I_R)); I_Y_angle=atand(imag(I_Y)/real(I_Y))+180; I_B_angle=atand(imag(I_B)/real(I_B))+180; printf("\nLine current= \tMagnitude\tAngle(deg) ") printf("\n\t Ir in A \t %2.2f %2.2f",I_R_mag,I_R_angle) printf("\n\t Iy in A \t %2.2f \t %2.2f",I_Y_mag,I_Y_angle) printf("\n\t Ib in A \t %2.2f \t %2.2f",I_B_mag,I_B_angle) W_YR=(I_YR_mag)^2*real(z1); W_BY=(I_BY_mag)^2*real(z2); W_RB=(I_RB_mag)^2*real(z3); printf("\n Toatal power dissipated:\n") printf("\n\t W_YR=%d W",W_YR) printf("\n\t W_BY=%d W",W_BY) printf("\n\t W_RB=%d W",W_RB) printf("\n\n(b)Delta connected load of phase sequence RBY:") theta1=0; theta2=120; theta3=-120; V_YR=complex(Vl*cosd(theta1),Vl*sind(theta1)); V_BY=complex(Vl*cosd(theta2),Vl*sind(theta2)); V_RB=complex(Vl*cosd(theta3),Vl*sind(theta3)); I_YR=V_YR/z1; I_BY=V_BY/z2; I_RB=V_RB/z3; I_YR_mag=sqrt(real(I_YR)^2+imag(I_YR)^2); I_BY_mag=sqrt(real(I_BY)^2+imag(I_BY)^2); I_RB_mag=sqrt(real(I_RB)^2+imag(I_RB)^2); I_YR_angle=atand(imag(I_YR)/real(I_YR)); I_BY_angle=atand(imag(I_BY)/real(I_BY)); I_RB_angle=atand(imag(I_RB)/real(I_RB)); printf("\nPhase current= \tMagnitude\tAngle(deg) \n") printf("\n\t Iyr in A \t %d \t %2.2f",I_YR_mag,I_YR_angle) printf("\n\t Iby in A \t %d \t %2.2f",I_BY_mag,I_BY_angle) printf("\n\t Irb in A \t %d \t %2.2f",I_RB_mag,I_RB_angle) I_R=I_YR-I_RB; I_Y=I_BY-I_YR; I_B=I_RB-I_BY; I_R_mag=sqrt(real(I_R)^2+imag(I_R)^2); I_Y_mag=sqrt(real(I_Y)^2+imag(I_Y)^2); I_B_mag=sqrt(real(I_B)^2+imag(I_B)^2); I_R_angle=atand(imag(I_R)/real(I_R)); I_Y_angle=atand(imag(I_Y)/real(I_Y))+180; I_B_angle=atand(imag(I_B)/real(I_B))-180; printf("\nLine current= \tMagnitude\tAngle(deg) ") printf("\n\t Ir in A \t %2.2f %2.2f",I_R_mag,I_R_angle) printf("\n\t Iy in A \t %2.2f \t %2.2f",I_Y_mag,I_Y_angle) printf("\n\t Ib in A \t %2.2f %2.2f",I_B_mag,I_B_angle) W_YR=(I_YR_mag)^2*real(z1); W_BY=(I_BY_mag)^2*real(z2); W_RB=(I_RB_mag)^2*real(z3); printf("\n Toatal power dissipated:\n") printf("\n\t W_YR=%d W",W_YR) printf("\n\t W_BY=%d W",W_BY) printf("\n\t W_RB=%d W",W_RB)
d143fa0c0f77ec3686ca46226b7fbeaeb7cc26db
449d555969bfd7befe906877abab098c6e63a0e8
/72/CH4/EX4.5.1/4_5_1.sce
42404d46fb6baf160cba5b74825f28b119577177
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,914
sce
4_5_1.sce
//Chapter -4 //EXAMPLE: 4-5-1 PAGE NO. 170 //(a)program_to_find_the_amount_of_the_power_delivered_in_the_load_Zl PT4=8; //Given.Transmitted_power_to_Bolometer_1_at_port_4 s=2; //Given.VSWR_of_2.0_is_introduced_on_arm 4_by_Bolometer 1 r4=(s-1)/(s+1); //reflection_coefficient_at_port 4(r4) PR4=8/8; //(r4^2)=PR4/PI4=PR4/(PR4+PT4)=PR4/PR4+8=1/9 =&gt; 8PR4=8 PI4=PT4 + PR4; //PI4=power_incident_at_port_4 ;PT4=power_transmitted_at_port 4;PR4=power_reflected_at_port 4 disp(PI4,'power_incident_at_the_port_4_is_(mW)='); disp(PR4,'power_reflected_from_the_port 4_is_(mW) ='); disp('Since port 3 is matched and the Bolometer at port 3 reads 2mw ,then 1 mw must be radiated through the holes .Since 20 dB is equivalent to a power of 100:1,the power input at port 1 is given by='); PI2=100*PI4; //attenuation=20=10*log(PI1/PI4) disp(PI2,'power_input_at_port_2_is_given_by_(mW)='); PR2=100*PR4; //attenuation=20=10*log(PR2/PR4) disp(PR2,'power_reflected_from_the_load_at_port_2_is_given_by_(mW)='); PT2=PI2-PR2; //transmitted power = incident power - reflected power disp(PT2,'power_dissipated_in_the_load_at_port_2_is_given_by_(mW) ='); //(b)Program_to_find_the_VSWR_on arm 2 r=sqrt(PR2/PI2); //reflection_coefficient_at_port 2 s=(1+r)/(1-r); //VSWR ON ARM 2 disp(s,'value_of_VSWR_ON_ARM 2:::=');
4622b1ae43de6237a9a927fc1ab3a05d7dd1c9ae
c0c48c5a363ac2c0bf21e72833d72a99771dc6ce
/Simulation_Codes/lab08_18i190002/Lab 8/supply.sce
1aa032a1f556d7744a4c7c27f5a392e037ec9f3b
[]
no_license
shubham1166/Operarions_Research_Projects
3b6664b83d89b2a005b5194489bfd0d95cafe3d8
8f28eea93d9e4ff3d6a8e95160c3f9464ce2fc34
refs/heads/main
2023-03-14T02:48:42.359247
2021-03-03T05:51:28
2021-03-03T05:51:28
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
3,661
sce
supply.sce
supp = [538 481 513 485 548 543 502 487 459 493 466 511 546 535 531 514 530 528 495 536 483 486 495 528 468 513 521 502 520 484 463 528 462 455 498 468 458 518 508 545 509 484 548 550 477 515 537 487 456 486 500 455 474 482 535 471 534 545 528 522 497 540 500 465 496 477 489 456 490 459 479 523 456 471 456 469 521 504 508 523 524 522 461 515 527 462 550 503 547 472 530 527 547 488 528 504 543 547 522 459 463 538 469 499 539 492 464 517 535 507 536 537 513 513 489 501 538 469 468 480 523 509 476 541 503 511 517 536 454 515 485 536 550 473 486 502 549 536 496 490 528 483 465 497 548 484 545 547 455 499 471 504 526 519 464 535 548 541 484 503 533 483 513 498 470 533 483 511 524 539 527 536 459 537 486 519 507 510 542 540 472 494 488 530 471 513 543 533 517 459 496 496 530 500 494 505 495 537 466 454 455 491 480 452 536 527 544 468 518 518 541 513 535 550 501 461 523 457 513 505 492 497 471 455 548 467 463 466 546 456 490 511 481 529 529 487 517 459 530 461 457 483 452 452 541 511 538 550 495 462 522 476 506 537 478 473 539 535 508 542 493 508 461 509 491 542 498 537 511 490 487 464 451 530 539 492 535 472 482 502 454 492 470 517 544 511 534 490 506 505 464 542 458 463 534 528 526 468 462 550 476 527 508 493 478 535 511 517 513 476 460 471 512 460 505 451 538 500 507 498 500 527 518 526 511 540 514 497 475 494 544 523 520 527 536 515 465 524 532 463 521 518 455 459 536 529 527 550 472 537 514 537 524 502 508 505 473 508 456 493 477 458 518 504 503 496 464 545 489 472 511 515 455 543 496 521 540 511 485 537 480 503 523 500 530 480 518 538 516 487 466 547 523 550 509 490 531 492 534 550 477 505 512 507 461 544 464 460 487 471 477 485 544 531 452 527 520 461 486 536 459 547 499 536 452 507 490 529 465 522 540 546 507 498 545 525 535 466 488 531 494 521 453 515 498 502 470 509 546 497 499 458 474 505 460 489 453 516 485 518 511 542 523 500 505 477 471 503 522 503 550 536 525 525 512 500 526 547 492 488 510 488 493 514 483 532 504 484 466 517 469 505 529 458 477 527 548 518 503 527 519 500 479 530 494 495 502 463 461 549 489 455 465 485 454 464 454 548 538 452 482 496 466 487 526 529 545 494 464 545 502 532 471 451 455 516 466 494 523 476 486 540 476 451 512 488 519 519 511 521 515 470 539 493 548 512 463 460 519 517 530 536 480 501 475 501 510 548 455 536 524 462 535 501 522 467 503 547 474 537 523 470 542 467 527 496 542 477 545 509 542 462 473 515 497 471 476 543 522 529 527 483 504 492 491 464 545 545 542 464 456 530 511 466 473 521 486 542 520 529 533 482 507 545 471 457 466 527 469 522 524 514 495 549 511 491 488 511 513 475 480 489 452 457 547 527 514 462 505 519 506 466 534 536 456 533 549 490 548 502 502 532 494 506 525 497 545 529 509 474 542 500 519 523 498 528 451 523 520 469 525 466 475 536 507 478 483 542 486 487 454 483 470 518 462 459 532 540 455 529 486 535 502 509 511 515 480 502 494 473 497 469 534 470 451 535 461 466 530 537 509 475 547 504 519 474 511 476 479 541 ];
2ba4f16846023783fbf1e1d6a88b0e51d92fff2f
449d555969bfd7befe906877abab098c6e63a0e8
/3557/CH9/EX9.5/Ex9_5.sce
f7832055918f82c84796cfb1264adf45549754fb
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
301
sce
Ex9_5.sce
//Example 9.5// xcub=15;//wt % //cubic phase x1=8;//mol % CaO//x1 is the overall composition xmono=2;//wt % //monoclinic phase monoclinic=(xcub-x1)/(xcub-xmono)*100 mprintf("monoclinic = %f mol percent",monoclinic) cubic=(x1-xmono)/(xcub-xmono)*100 mprintf("\ncubic = %f mol percent",cubic)
d764b48621dbe503f2352e45d914936c422110d3
449d555969bfd7befe906877abab098c6e63a0e8
/2153/CH7/EX7.2/ex_7_2.sce
547631c2312f1eb90760d2f008d9d4c0e989c36d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
727
sce
ex_7_2.sce
//Example 7.2 : young's modulus of elasticity,yield point stress, ultimate stress and percentage elongation clc; clear; close; format('v',9) //given data : d=40*10^-3;//in m W=40*10^3;// load in N del_l=3.04*10^-5;// in m L=200*10^-3;// in m load_max=242*10^3;//in N l=249*10^-3;// length of specimen in m l0=(d+L); // in m A=(%pi*d^2)/4; b=W/A; epsilon=del_l/L; E=(b/epsilon); disp(E,"young modulus,E(N/m^2) = ") Y_load=161*10^3; Y_stress=Y_load/A; disp(Y_stress,"yield point stress,Y_stress(N/m^2) = ") U_stress=load_max/A; disp(U_stress,"ultimate stress,U_stress(N/m^2) = ") p_elongation=((l-l0)/l0)*100; disp(p_elongation,"percentage elongation,p_elongation(%) = ") //percentage elongation is calculated wrong in textbook
2297f9fc2a6ed1855c90105806ad5c89da070002
449d555969bfd7befe906877abab098c6e63a0e8
/2882/CH10/EX10.7/Ex10_7.sce
cb5f5dfe7b818c5706fff295633571cc022674bf
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
Ex10_7.sce
//Tested on Windows 7 Ultimate 32-bit //Chapter 10 Feedback in Amplifiers Pg no. 333 clear; clc; //Given A=250;//mid frequency open loop gain f1=100;//open loop lower cutoff frequency in hertz f2=25D3;//open loop higher cutoff frequency in hertz B=0.025;//feedback gain beta D2=0.02;//second harmonic distortion //Solution Afb=A/(1+A*B);//closed loop gain f1_dash=f1/(1+A*B);//closed loop lower cutoff frequency in hertz f2_dash=f2*(1+A*B);//closed loop higher cutoff frequency in hertz BW=f2_dash-f1_dash;//closed loop bandwidth printf("Closed loop gain Afb = %.2f\n ",Afb); printf("Closed loop bandwidth BW = %.2f kHz",BW/10^3);
3fe28b141f9251e82dd54e776a58a8b160b6e9ea
449d555969bfd7befe906877abab098c6e63a0e8
/3825/CH7/EX7.19/Ex7_19.sce
f3ce8172dbe3e8ab650d3175a8a60b0ff622252d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
212
sce
Ex7_19.sce
clc T=298 //temperature in kelvin T1=523 //temperature in kelvin T2=773 //temperature in kelvin mprintf("Fraction of available energy lost=%f",(T*((1/T1)-(1/T2)))/(1-(T/T2)))//ans vary due to roundoff error
7a342a0da7f48f8c218569ef93bdd51df60e0369
449d555969bfd7befe906877abab098c6e63a0e8
/1775/CH6/EX6.1/Chapter6_Example1.sce
0e5a30cee4ea152e91a0474f819bab6693964d25
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
603
sce
Chapter6_Example1.sce
//Chapter-6, Illustration 1, Page 308 //Title: Refrigeration cycles //============================================================================= clc clear //INPUT DATA COP=8.5;//Co-efficient of performance T1=300;//Room temperature in K T2=267;//Refrigeration temperature in K //CALCULATIONS COPmax=T2/(T1-T2);//Maximum COP possible //OUTPUT mprintf('Maximum COP possible is %3.2f \n Since the COP claimed by the inventor is more than the maximum possible COP his claim is not correct',COPmax) //==============================END OF PROGRAM=================================
d11cb237a18e4af8991f385112e4ac779171e2fe
a62e0da056102916ac0fe63d8475e3c4114f86b1
/set9/s_Engineering_Physics_K._V._Kumar_3537.zip/Engineering_Physics_K._V._Kumar_3537/CH1/EX1.53/Ex1_53.sce
583edb703c40f9ab454598237b4cd4316f283baf
[]
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
431
sce
Ex1_53.sce
errcatch(-1,"stop");mode(2);//Example 1_53 ; ; //To find the radius of the curvature lamda=5890 //units in angstroam lamda=5890*10^-8 //units in cm //diameter of the 15th ring m=15 Dm=0.590 //units in cm //diameter of the 5th ring n=5 Dn=0.336 //units in cm R=(Dm-Dn)/(4*lamda*(m-n)) printf("the radius of the curvature of the convex lens is %.2f cm",R) exit();
473b99d400b136b739626ff1c20055bb92421e2b
449d555969bfd7befe906877abab098c6e63a0e8
/881/CH15/EX15.2/exa15_2.sce
e6af4a93e7b86860164002ac45c7e2854ed795db
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,039
sce
exa15_2.sce
clc; //Example 15.2 //Page No 616 //solution Dt1=1; Dt2=10; n1=1; n2=0.5; At=5; Lp=50; Lf=3; Pout=40; //(a) disp("(a)The antenna input power in dBm is ") Pin=Pout-Lf; disp('dBm',Pin,"Pin = "); disp("Radiated power in dBm is "); N1=10*log10(n1); Prad=Pin+N1; disp('dBm',Prad,"Prad = "); At1=Dt1*n1; EIRP1=Prad+(10*log10(At1)); disp('dBm',EIRP1,"EIRP = "); P1=EIRP1-Lp; disp('dBm',P1,"P = "); //(b) disp("(b)The antenna input power in dBm is ") Pin=Pout-Lf; disp('dBm',Pin,"Pin = "); disp("Radiated power in dBm is "); N2=10*log10(n2); Prad=Pin+N2; disp('dBm',round(Prad),"Prad = "); EIRP2=Prad+(10*log10(Dt2)); disp('dBm',round(EIRP2),"EIRP = "); P2=EIRP2-Lp; disp('dBm',round(P2),"P = "); //(c) disp("(c)The antenna input power in dBm is ") Pin=Pout-Lf; disp('dBm',Pin,"Pin = "); disp("Radiated power in dBm is "); N3=10*log10(n2); Prad=Pin+N3; disp('dBm',round(Prad),"Prad = "); EIRP3=Prad+(10*log10(At)); disp('dBm',round(EIRP3),"EIRP = "); P3=EIRP3-Lp; disp('dBm',round(P3),"P = ");
6cef035c2d2dc00b0d1b3c26fb6354c46bcfd831
449d555969bfd7befe906877abab098c6e63a0e8
/32/CH1/EX1.23/1_23.sce
39929c9e8e57515b0e50ec758be4ac41dcf0153e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,419
sce
1_23.sce
//pathname=get_absolute_file_path('1.23.sce') //filename=pathname+filesep()+'1.23-data.sci' //exec(filename) //Composition of Oxygen: o=0.18 //Composition of Nitrogen: n=0.75 //Composition of Carbon dioxide: c=0.07 //Pressure of mixture(in MPa): p=0.5 //Temperature of the mixture(in K): t=107+273 //Total mass of the mixture(in kg): m=5 //Molecular weight of Nitrogen: mwn=28 //Molecular weight of Oxygen: mwo=32 //Molecular weight of Carbon dioxide: mwc=44 //Total values of mixture(assume): v=1 //Mole fraction of Oxygen(by volume): xvo=o/v //Mole fraction of Nitrogen(by volume): xvn=n/v //Mole fraction of Carbon dioxide(by volume): xvc=c/v //Molecular weight of the mixture(in kg/kmol): mwm=xo*mwo+xn*mwn+xc*mwc //Mole fraction of Nitrogen(by mass): xmn=n*mwn/mwm //Mole fraction of Oxygen(by mass): xmo=o*mwo/mwm //Mole fraction of Carbon dioxide(by mass): xmc=c*mwc/mwm //Partial pressure of Oxygen: po=o*p //Partial pressure of Nitrogen: pn=n*p //Partial pressure of Carbon dioxide: pc=c*p printf("\n\n RESULT \n\n") printf("\n\n Mole fraction of Oxygen by mass = %f ",xmo) printf("\n Mole fraction of Nitrogen by mass = %f ",xmn) printf("\n Mole fraction of Carbon dioxide by mass = %f ",xmc) printf("\n\n Partial pressure of Oxygen = %f MPa",po) printf("\n Partial pressure of Nitrogen = %f MPa",pn) printf("\n Partial pressure of Carbon dioxide = %f MPa",pc)
7a7401ab37fa4bb193de164d0c927330d7d537b8
449d555969bfd7befe906877abab098c6e63a0e8
/2087/CH12/EX12.7/example12_7.sce
d6b20376d8f053afa465cb7b78a84a65a2a3dd8d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
355
sce
example12_7.sce
//example12.7 //calculate heigth of weir to be built clc;funcprot(0); //given B=30; //stream width D=3; //stream depth V=1.25; //mean velocity Cd=0.95; //discharge coefficient Q=B*D*V; C=2*Cd*(2*9.81)^0.5/3; x=4-(Q/(C*B))^(2/3); x=round(x*1000)/1000; mprintf("heigth of weir to be built=%f m.",x);
c8ba2095380a56fc10b790e4c6662fbaac660471
449d555969bfd7befe906877abab098c6e63a0e8
/3169/CH2/EX2.4/Ex2_4.sce
ce4d930b2b247dddc4782398abb9edd96c4666ca
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
518
sce
Ex2_4.sce
//developed in windows XP operating system //platform Scilab 5.4.1 clc;clear; //example 2.4 //calculation of breakdown voltage of a spark gap //given data A=15//value of A(in per cm) B=360//value of B(in per cm) d=0.1//spark gap(in cm) gama=1.5*10^-4//value of gama p=760//value of pressure of gas(in torr) //calculation //from equation of breakdown voltage V=(B*p*d)/(log((A*p*d)/(log(1+(1/gama))))) printf('the value of breakdown voltage of the spark gap is %d V',V) //correct answer is 5625 V
d4d3a282903354c36d1f0f79d4158bc8d20da45d
449d555969bfd7befe906877abab098c6e63a0e8
/3161/CH13/EX13.11/Ex13_11.sce
a30ead94ae6afb619e8c9a58db6dd03119f7193d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
874
sce
Ex13_11.sce
clc; //page 696 //problem 13.11 //The output equations are as follows v1 = s1 xor s2 xor s3 & v2 = s1 xor s3 //the no of bits in output mode(bits_out) is v*(L+K), v = no of outputs for commutatot = 2, L = length of input = 3 & K = no of memeory elements = 3 v = 2 L = 3 K = 3 bits_out = v*(L+K) //Taking in, s1, s2 , s3, v1 & v2 as row matrix where each column represents its corresponding input or output, in means input in = [0 1 0 1 0 0 0] s1 = zeros(1,7) s2 = zeros(1,7) s3 = zeros(1,7) v1 = zeros(1,7) v2 = zeros(1,7) for i = 2:7 s3(i) = s2(i-1) s2(i) = s1(i-1) s1(i) = in(i-1) v1(i-1) = bitxor(s1(i),bitxor(s2(i),s3(i))) v2(i-1) = bitxor(s1(i),s3(i)) end //Output matrix is out out = zeros(1,12) for i = [1 3 5 7 9 11] out(i) = v1((i+3)/2) out(i+1) = v2((i+3)/2) end disp('output is') disp(out)
a320ba24962c6eae5eeb3d8a8b67050e4fa27d20
e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4
/New LSTMAttn Model/.data/lemma-split/SURPRISE-LANGUAGES/Algic/cre.tst
ccc6b17c3d233518aacadf0ec61fbfc5fa1580aa
[]
no_license
davidgu13/Lemma-vs-Form-Splits
c154f1c0c7b84ba5b325b17507012d41b9ad5cfe
3cce087f756420523f5a14234d02482452a7bfa5
refs/heads/master
2023-08-01T16:15:52.417307
2021-09-14T20:19:28
2021-09-14T20:19:28
395,023,433
3
0
null
null
null
null
UTF-8
Scilab
false
false
28,370
tst
cre.tst
kissinamukun V;IPFV;SBJV+POT+OPT kissinamukun V;PFV;SBJV kissinamukun V;IPFV;ADM kissinamukun V;PRF;COND+IND kissinamukun V;PFV;COND+POT kissinamukun V;PFV;COND+POT+OPT kissinamukun V;ADM;FUT kissinamukun V;IPFV;SBJV+OPT kissinamukun V;ADM+OPT;FUT kissinamukun V;PFV;ADM+POT kissinamukun V;IND;PRS kissinamukun V;SBJV+OPT;PRS kissinamukun V;IPFV;ADM+POT kissinamukun V;PFV;SBJV+POT+OPT kissinamukun V;PFV;ADM kissinamukun V;COND+POT+OPT;PRS kissinamukun V;PFV;IND kissinamukun V;ADM;PRS kissinamukun V;PFV;COND+IND+OPT kissinamukun V;IPFV;COND+IND kissinamukun V;IND+OPT;PRS kissinamukun V;SBJV+OPT;FUT kissinamukun V;PFV;COND+IND kissinamukun V;PFV;IND+OPT kissinamukun V;PRF;SBJV kissinamukun V;PFV;SBJV+OPT kissinamukun V;COND+IND+OPT;FUT kissinamukun V;PFV;COND+IND+OPT;FUT kissinamukun V;PRF;COND+SBJV kissinamukun V;IND;FUT kissinamukun V;PFV;SBJV;FUT kissinamukun V;PFV;COND+SBJV+OPT;FUT kissinamukun V;PFV;SBJV+OPT;FUT kissinamukun V;PFV;IND;FUT kissinamukun V;COND+IND;FUT kissinamukun V;IPFV;COND+SBJV kissinamukun V;IPFV;COND+POT+OPT kissinamukun V;PFV;COND+SBJV+OPT kissinamukun V;COND+IND;PRS kissinamukun V;SBJV;FUT kissinamukun V;COND+SBJV+OPT;FUT kissinamukun V;COND+POT;PRS kissinamukun V;PFV;ADM+POT+OPT kissinamukun V;COND+SBJV;PRS kissinamukun V;IPFV;IND kissinamukun V;IPFV;POT kissinamukun V;PFV;ADM+OPT kissinamukun V;PRF;COND+SBJV+OPT kissinamukun V;IPFV;COND+IND+OPT kissinamukun V;IPFV;COND+SBJV+OPT kissinamukun V;PFV;ADM+OPT;FUT kissinamukun V;PFV;COND+SBJV kissinamukun V;PFV;SBJV+POT kissinamukun V;PFV;COND+IND;FUT kissinamukun V;PRF;IND+OPT kissinamukun V;PFV;POT kissinamukun V;PFV;IND+OPT;FUT kissinamukun V;IMP+OPT kissinamukun V;IND+IMP kissinamukun V;PRF;COND+IND+OPT kissinamukun V;COND+SBJV+OPT;PRS kissinamukun V;IPFV;COND+POT kissinamukun V;COND+SBJV;FUT kissinamukun V;IPFV;ADM+POT+OPT kissinamukun V;IPFV;ADM+OPT kissinamukun V;ADM+OPT;PRS kissinamukun V;IPFV;SBJV kissinamukun V;IND+OPT;FUT kissinamukun V;IPFV;IND+OPT kissinamukun V;IPFV;POT+OPT kissinamukun V;PRF;ADM+OPT kissinamukun V;SBJV;PRS kissinamukun V;COND+IND+OPT;PRS kissinamukun V;PRF;SBJV+OPT kissinamukun V;PRF;IND kissinamukun V;IPFV;SBJV+POT kissinamukun V;PFV;POT+OPT kissinamukun V;SBJV;PRS kissinamukun V;PFV;COND+SBJV;FUT kissinamukun V;PFV;ADM;FUT kissinamukun V;PFV;ADM+POT+OPT kissinamukun V;PRF;ADM kissinamukun V;IPFV;ADM+POT kissinamukun V;PFV;SBJV+OPT;FUT kissinamukun V;PFV;ADM+OPT;FUT kissinamukun V;SBJV+OPT;FUT kissinamukun V;PFV;SBJV+POT+OPT kissinamukun V;PRF;ADM kissinamukun V;PFV;SBJV+POT kissinamukun V;IPFV;ADM+POT+OPT kissinamukun V;PFV;ADM;FUT kissinamukun V;ADM+OPT;PRS kissinamukun V;ADM;FUT kissinamukun V;IPFV;SBJV kissinamukun V;PFV;ADM+OPT kissinamukun V;IPFV;SBJV+POT kisastāmukun V;PFV;COND+POT+OPT kisastāmukun V;IPFV;SBJV+OPT kisastāmukun V;PFV;SBJV kisastāmukun V;PFV;ADM;FUT kisastāmukun V;SBJV+OPT;FUT kisastāmukun V;SBJV;FUT kisastāmukun V;IPFV;ADM+POT kisastāmukun V;IPFV;SBJV+POT+OPT kisastāmukun V;PRF;IND kisastāmukun V;IPFV;POT+OPT kisastāmukun V;PRF;SBJV kisastāmukun V;IPFV;COND+SBJV kisastāmukun V;IPFV;COND+POT kisastāmukun V;ADM+OPT;FUT kisastāmukun V;IPFV;ADM+OPT kisastāmukun V;PFV;ADM+OPT kisastāmukun V;COND+SBJV;PRS kisastāmukun V;PFV;COND+POT kisastāmukun V;IND+OPT;FUT kisastāmukun V;COND+IND+OPT;PRS kisastāmukun V;IND+IMP kisastāmukun V;PRF;COND+SBJV kisastāmukun V;IND+OPT;PRS kisastāmukun V;PFV;IND+OPT kisastāmukun V;ADM;PRS kisastāmukun V;PRF;IND+OPT kisastāmukun V;PFV;ADM kisastāmukun V;COND+SBJV+OPT;FUT kisastāmukun V;PFV;ADM+OPT;FUT kisastāmukun V;COND+SBJV+OPT;PRS kisastāmukun V;ADM+OPT;PRS kisastāmukun V;PFV;COND+IND;FUT kisastāmukun V;PRF;ADM+OPT kisastāmukun V;PRF;ADM kisastāmukun V;ADM;FUT kisastāmukun V;PFV;ADM+POT kisastāmukun V;SBJV+OPT;PRS kisastāmukun V;IPFV;IND+OPT kisastāmukun V;SBJV;PRS kisastāmukun V;PFV;IND;FUT kisastāmukun V;PFV;POT kisastāmukun V;PRF;COND+IND+OPT kisastāmukun V;PFV;COND+SBJV;FUT kisastāmukun V;PFV;COND+SBJV kisastāmukun V;PFV;SBJV+POT kisastāmukun V;COND+POT;PRS kisastāmukun V;COND+IND+OPT;FUT kisastāmukun V;IND;FUT kisastāmukun V;IPFV;POT kisastāmukun V;IPFV;COND+IND kisastāmukun V;IPFV;COND+POT+OPT kisastāmukun V;PFV;SBJV+OPT kisastāmukun V;IPFV;COND+SBJV+OPT kisastāmukun V;PFV;COND+IND kisastāmukun V;PFV;SBJV+OPT;FUT kisastāmukun V;PFV;COND+IND+OPT;FUT kisastāmukun V;IPFV;SBJV+POT kisastāmukun V;IPFV;ADM kisastāmukun V;IND;PRS kisastāmukun V;PFV;COND+SBJV+OPT kisastāmukun V;PFV;SBJV+POT+OPT kisastāmukun V;PRF;COND+SBJV+OPT kisastāmukun V;PFV;COND+SBJV+OPT;FUT kisastāmukun V;IPFV;ADM+POT+OPT kisastāmukun V;PFV;SBJV;FUT kisastāmukun V;PFV;IND kisastāmukun V;COND+SBJV;FUT kisastāmukun V;IPFV;SBJV kisastāmukun V;PFV;ADM+POT+OPT kisastāmukun V;PRF;COND+IND kisastāmukun V;IPFV;IND kisastāmukun V;PFV;IND+OPT;FUT kisastāmukun V;PFV;COND+IND+OPT kisastāmukun V;IPFV;COND+IND+OPT kisastāmukun V;COND+IND;FUT kisastāmukun V;IMP+OPT kisastāmukun V;PFV;SBJV+POT+OPT kisastāmukun V;PRF;SBJV+OPT kisastāmukun V;PFV;ADM+POT kisastāmukun V;PRF;ADM+OPT kisastāmukun V;IPFV;COND+POT+OPT kisastāmukun V;PFV;ADM+OPT kisastāmukun V;IPFV;SBJV+POT kisastāmukun V;COND+POT+OPT;PRS kisastāmukun V;PRF;SBJV+OPT kisastāmukun V;IPFV;ADM kisastāmukun V;COND+IND;PRS kisastāmukun V;PFV;ADM+POT+OPT kisastāmukun V;PFV;ADM kisastāmukun V;PRF;ADM kisastāmukun V;PRF;SBJV kisastāmukun V;SBJV;PRS kisastāmukun V;IPFV;ADM+POT+OPT kisastāmukun V;PFV;POT+OPT kisastāmukun V;ADM+OPT;FUT kisastāmukun V;PFV;ADM+OPT;FUT kisastāmukun V;ADM;PRS kisastāmukun V;PFV;SBJV+POT isitissảhum V;NO3SI;SBJV+POT;SG;3;PST isitissảhum V;NO3PA;POT;SG;1;PRS isitissảhum V;NO3PA;IND;SG;3;FUT isitissảhum V;NO3SI;IND;SG;2;FUT isitissảhum V;NO3SI;SBJV;PL;1+INCL;PST isitissảhum V;NO3SI;IMP;PL;3;PRS isitissảhum V;NO3SI;IND;PL;1+INCL;PST isitissảhum V;NO3SA;IMP;PL;1+INCL;PRS isitissảhum V;NO3SA;PRF;IND;PL;1+INCL isitissảhum V;NO3SI;SBJV+POT;PL;2;PST isitissảhum V;NO3SA;POT;PL;2;PST isitissảhum V;NO3PA;PFV;POT;SG;1 isitissảhum V;NO3SI;PRF;IND;PL;2 isitissảhum V;NO3SI;IMP;PL;2;PRS isitissảhum V;NO3PA;IND;SG;3;PST isitissảhum V;NO3PA;PFV;POT;PL;2 isitissảhum V;NO3PA;IMP;SG;3;PRS isitissảhum V;NO3PA;IND;PL;2;PST isitissảhum V;NO3SI;PFV;IND;PL;2 isitissảhum V;NO3PA;IND;PL;1+INCL;PST isitissảhum V;NO3SA;POT;SG;2;PST isitissảhum V;NO3SI;SBJV;PL;1+INCL;PRS isitissảhum V;NO3SA;PRF;IND;PL;1;FUT isitissảhum V;NO3SI;POT;SG;3;PST isitissảhum V;NO3SI;IND;PL;2;PRS isitissảhum V;NO3SA;SBJV;SG;1;PRS isitissảhum V;NO3PA;POT;PL;2;PST isitissảhum V;NO3SI;POT;PL;3;PST isitissảhum V;NO3SI;IND;PL;1+INCL;FUT isitissảhum V;NO3SI;SBJV;PL;3;PST isitissảhum V;NO3SI;IND;SG;3;FUT isitissảhum V;NO3SA;IMP;PL;2;FUT isitissảhum V;NO3SI;PFV;SBJV+POT;PL;1+INCL isitissảhum V;NO3SA;PFV;IND;PL;3 isitissảhum V;NO3SI;IND;PL;2;PST isitissảhum V;NO3SI;PFV;SBJV;PL;3 isitissảhum V;NO3SI;IND;SG;3;PRS isitissảhum V;NO3PA;PRF;IND;SG;3 isitissảhum V;NO3PA;IND;PL;3;PST isitissảhum V;ANIM;NO3SA;PRF;IND;SG;1 isitissảhum V;NO3SA;PRF;IND;PL;3 isitissảhum V;NO3SI;IND;PL;3;PST isitissảhum V;NO3SA;PFV;IND;SG;2 isitissảhum V;NO3SA;PRF;IND;SG;3;FUT isitissảhum V;NO3PA;IND;PL;2;PRS isitissảhum V;NO3SA;SBJV;SG;3;PRS isitissảhum V;NO3PA;IND;PL;1+INCL;FUT isitissảhum V;NO3PA;IMP;PL;1+INCL;FUT isitissảhum V;NO3SI;PFV;IND;PL;1+INCL isitissảhum V;NO3SI;PRF;SBJV;SG;1;FUT isitissảhum V;NO3SA;PFV;POT;PL;1+INCL isitissảhum V;NO3SI;POT;PL;1+INCL;PST isitissảhum V;NO3SA;IMP;PL;2;PRS isitissảhum V;NO3PA;SBJV;SG;2;PRS isitissảhum V;NO3SI;SBJV+POT;PL;3;PST isitissảhum V;NO3PA;PRF;IND;SG;2 isitissảhum V;NO3PA;POT;SG;1;PST isitissảhum V;NO3SI;SBJV;SG;1;PST isitissảhum V;NO3SI;SBJV;SG;1;PRS isitissảhum V;ANIM;NO3SA;IND;SG;1;FUT isitissảhum V;NO3PA;PRF;IND;PL;2;FUT isitissảhum V;NO3SI;PFV;SBJV+POT;PL;3 isitissảhum V;NO3SI;PFV;SBJV+POT;SG;3 isitissảhum V;NO3SI;PFV;POT;PL;1+INCL isitissảhum V;NO3SI;IMP;PL;1+INCL;PRS isitissảhum V;NO3PA;POT;SG;3;PST isitissảhum V;NO3SI;PRF;IND;PL;1+INCL isitissảhum V;NO3PA;IMP;SG;3;FUT isitissảhum V;NO3SI;PRF;IND;SG;2 isitissảhum V;NO3SA;IND;PL;1+INCL;PRS isitissảhum V;NO3SI;SBJV;SG;3;PRS isitissảhum V;NO3SI;PRF;IND;SG;3;FUT isitissảhum V;NO3SI;IND;SG;3;PST isitissảhum V;NO3SI;PFV;IND;SG;1 isitissảhum V;NO3PA;POT;SG;3;PRS isitissảhum V;NO3SI;PRF;SBJV;SG;3;FUT isitissảhum V;NO3PA;SBJV;PL;1;PRS isitissảhum V;IND;SG;3;PST isitissảhum V;NO3PA;POT;PL;1+INCL;PST isitissảhum V;NO3SI;PRF;SBJV;SG;2 isitissảhum V;NO3PA;PFV;POT;PL;3 isitissảhum V;NO3SA;PFV;IND;SG;1 isitissảhum V;NO3SI;IND;PL;2;FUT isitissảhum V;NO3SA;IND;PL;2;FUT isitissảhum V;NO3SI;PRF;SBJV;SG;3 isitissảhum V;NO3SI;POT;SG;1;PST isitissảhum V;NO3SA;IND;SG;3;FUT isitissảhum V;PFV;POT;SG;3 isitissảhum V;NO3SI;PFV;POT;PL;3 isitissảhum V;NO3PA;IND;SG;1;PST isitissảhum V;NO3SI;SBJV;SG;3;FUT isitissảhum V;NO3SI;IND;PL;3;PRS isitissảhum V;NO3SI;PFV;SBJV;PL;1+INCL isitissảhum V;NO3SI;POT;PL;2;PST isitissảhum V;NO3SA;IND;PL;1;PRS isitissảhum V;NO3SI;IND;SG;2;PST isitissảhum V;NO3SI;IND;SG;1;PST isitissảhum V;NO3SI;SBJV;PL;2;FUT isitissảhum V;PFV;IND;SG;3 isitissảhum V;NO3SA;POT;PL;3;PST isitissảhum V;NO3SI;IND;PL;3;FUT isitissảhum V;NO3SI;SBJV;PL;2;PRS isitissảhum V;NO3SA;IND;PL;1+INCL;FUT isitissảhum V;NO3PA;SBJV;PL;3;PRS isitissảhum V;NO3SA;IND;PL;2;PRS isitissảhum V;NO3PA;POT;SG;2;PRS isitissảhum V;NO3SI;IMP;SG;2;PRS isitissảhum V;NO3SA;POT;PL;1+INCL;PST isitissảhum V;NO3SI;PFV;IND;PL;3 isitissảhum V;NO3SI;PRF;IND;PL;1+INCL;FUT isitissảhum V;NO3SA;PRF;IND;SG;2 isitissảhum V;NO3SA;IMP;PL;3;FUT isitissảhum V;NO3SA;SBJV;PL;1+INCL;PRS isitissảhum V;NO3SA;POT;SG;3;PRS isitissảhum V;NO3SA;IND;PL;1+INCL;PST isitissảhum V;NO3SA;SBJV;PL;1;PRS isitissảhum V;NO3PA;IND;SG;2;PST isitissảhum V;NO3PA;PRF;IND;PL;1+INCL isitissảhum V;NO3PA;PFV;POT;SG;3 isitissảhum V;NO3SA;PFV;POT;SG;2 isitissảhum V;NO3SI;SBJV;SG;2;PRS isitissảhum V;NO3SI;POT;SG;2;PST isitissảhum V;NO3PA;IMP;SG;2;FUT isitissảhum V;NO3SI;PRF;SBJV;PL;1+INCL;FUT isitissảhum V;NO3SA;IMP;PL;1;PRS isitissảhum V;NO3SA;PFV;POT;PL;2 isitissảhum V;NO3SI;PRF;IND;PL;3;FUT isitissảhum V;NO3SA;POT;PL;1+INCL;PRS isitissảhum V;NO3PA;IND;PL;1+INCL;PRS isitissảhum V;NO3PA;IND;PL;2;FUT isitissảhum V;NO3SI;SBJV;PL;3;PRS isitissảhum V;NO3PA;IND;SG;2;FUT isitissảhum V;NO3SA;IMP;SG;3;PRS isitissảhum V;NO3SI;PFV;POT;SG;2 isitissảhum V;NO3SA;IND;SG;1;PRS isitissảhum V;NO3SI;PRF;SBJV;PL;1+INCL isitissảhum V;NO3SI;PFV;SBJV;SG;3 isitissảhum V;NO3SI;PRF;SBJV;PL;3;FUT isitissảhum V;NO3SI;SBJV;SG;2;PST isitissảhum V;NO3SA;POT;PL;2;PRS isitissảhum V;NO3SI;PFV;SBJV+POT;SG;1 isitissảhum V;NO3PA;IND;SG;1;PRS isitissảhum V;NO3SA;PRF;IND;PL;1+INCL;FUT isitissảhum V;NO3PA;IMP;PL;1;PRS isitissảhum V;NO3SA;IND;SG;2;FUT isitissảhum V;NO3SI;PRF;SBJV;PL;3 isitissảhum V;NO3SA;PFV;IND;PL;1+INCL isitissảhum V;NO3SA;PRF;IND;PL;3;FUT isitissảhum V;NO3SA;PFV;POT;SG;1 isitissảhum V;POT;SG;3;PST isitissảhum V;NO3SI;SBJV;SG;1;FUT isitissảhum V;NO3SI;PFV;SBJV+POT;PL;2 isitissảhum V;NO3SI;PFV;SBJV;SG;2 isitissảhum V;NO3PA;POT;PL;1+INCL;PRS isitissảhum V;NO3SI;SBJV+POT;SG;1;PST isitissảhum V;NO3SI;PFV;POT;SG;3 isitissảhum V;NO3SI;SBJV;PL;1+INCL;FUT isitissảhum V;NO3SI;PRF;IND;SG;1;FUT isitissảhum V;NO3PA;PFV;POT;SG;2 isitissảhum V;NO3SI;PFV;SBJV;PL;2 isitissảhum V;NO3SA;IND;SG;3;PRS isitissảhum V;NO3SA;IND;PL;3;PST isitissảhum V;NO3SI;IND;SG;1;PRS isitissảhum V;NO3SA;IMP;SG;2;PRS isitissảhum V;NO3SA;POT;SG;2;PRS isitissảhum V;NO3SI;PFV;IND;SG;3 isitissảhum V;NO3PA;SBJV;PL;2;PRS isitissảhum V;NO3SI;PFV;SBJV;SG;1 isitissảhum V;NO3SI;PFV;POT;SG;1 isitissảhum V;NO3SA;SBJV;PL;3;PRS isitissảhum V;NO3SA;IND;SG;1;PST isitissảhum V;NO3PA;IND;PL;1;PRS isitissảhum V;NO3PA;SBJV;PL;1+INCL;PRS isitissảhum V;NO3SI;PFV;POT;PL;2 isitissảhum V;NO3PA;POT;PL;3;PRS isitissảhum V;NO3PA;PRF;IND;PL;1+INCL;FUT isitissảhum V;NO3SA;IMP;PL;3;PRS isitissảhum V;NO3SA;SBJV;PL;2;PRS isitissảhum V;NO3SA;PRF;IND;SG;3 isitissảhum V;NO3SI;PRF;SBJV;SG;2;FUT isitissảhum V;NO3PA;PRF;IND;PL;2 isitissảhum V;ANIM;NO3SA;PRF;IND;SG;1;FUT isitissảhum V;NO3PA;POT;PL;2;PRS isitissảhum V;NO3PA;POT;PL;3;PST isitissảhum V;ANIM;NO3SA;POT;SG;1;PRS isitissảhum V;NO3SI;SBJV;SG;3;PST isitissảhum V;NO3SI;PRF;SBJV;PL;2;FUT isitissảhum V;NO3SI;SBJV;PL;3;FUT isitissảhum V;NO3PA;IND;PL;3;FUT isitissảhum V;NO3SI;PRF;SBJV;PL;1+INCL isitissảhum V;NO3SI;SBJV+POT;SG;2;PST isitissảhum V;NO3SI;SBJV;SG;2;FUT isitissảhum V;NO3SI;PRF;SBJV;PL;2 isitissảhum V;NO3SA;IND;SG;2;PRS isitissảhum V;NO3SI;PFV;IND;PL;2 isitissảhum V;NO3SI;PRF;SBJV;SG;1 isitissảhum V;NO3SI;IND;SG;2;PRS isitissảhum V;NO3PA;IMP;SG;2;FUT isitissảhum V;NO3SA;SBJV;SG;2;PRS isitissảhum V;NO3PA;PFV;POT;PL;1+INCL isitissảhum V;NO3SI;PFV;SBJV;PL;3 isitissảhum V;NO3PA;PRF;IND;SG;1 isitissảhum V;NO3SI;PFV;SBJV+POT;PL;1+INCL isitissảhum V;NO3PA;IMP;PL;1+INCL;FUT isitissảhum V;NO3SI;IMP;SG;3;PRS isitissảhum V;NO3SA;POT;PL;3;PRS isitissảhum V;NO3SI;PRF;IND;PL;2;FUT isitissảhum V;NO3SI;SBJV;SG;3;PST isitissảhum V;NO3SI;IND;PL;1+INCL;PST isitissảhum V;NO3PA;SBJV;SG;3;PRS isitissảhum V;NO3SI;SBJV;PL;2;PST isitissảhum V;NO3SI;PFV;POT;PL;2 isitissảhum V;NO3SI;PFV;IND;SG;2 isitissảhum V;NO3SI;IND;PL;1+INCL;PRS isitissảhum V;NO3PA;POT;PL;1+INCL;PST isitissảhum V;NO3SI;PFV;IND;SG;2 isitissảhum V;NO3PA;IND;SG;3;PRS isitissảhum V;NO3SI;PFV;SBJV+POT;SG;2 isitissảhum V;NO3SA;POT;SG;1;PST isitissảhum V;NO3SI;PFV;SBJV+POT;PL;3 isitissảhum V;NO3SA;PRF;IND;PL;2;FUT isitissảhum V;NO3SI;IND;SG;2;PST isitissảhum V;NO3SI;POT;SG;3;PST isitissảhum V;NO3PA;PFV;POT;PL;1+INCL isitissảhum V;NO3PA;IMP;SG;2;PRS isitissảhum V;NO3PA;IND;SG;2;PRS isitissảhum V;NO3SA;POT;PL;1+INCL;PRS isitissảhum V;NO3PA;PRF;IND;SG;1;FUT isitissảhum V;NO3PA;PRF;IND;SG;3;FUT isitissảhum V;NO3PA;PRF;IND;SG;2;FUT isitissảhum V;NO3SA;PFV;IND;PL;2 isitissảhum V;NO3SI;PFV;IND;PL;1+INCL isitissảhum V;NO3SI;SBJV+POT;PL;1+INCL;PST isitissảhum V;NO3PA;PRF;IND;PL;3;FUT isitissảhum V;NO3SI;SBJV;PL;1+INCL;FUT isitissảhum V;NO3SI;PRF;SBJV;PL;1+INCL;FUT isitissảhum V;NO3PA;IND;PL;3;PRS isitissảhum V;NO3SI;IND;SG;1;FUT isitissảhum V;NO3PA;IND;SG;3;PST isitissảhum V;NO3PA;IND;SG;1;FUT isitissảhum V;NO3SI;SBJV;PL;3;FUT isitissảhum V;NO3PA;PRF;IND;PL;3 isitissảhum V;NO3SA;PFV;IND;PL;1+INCL isitissảhum V;NO3SA;IND;PL;3;FUT isitissảhum V;NO3PA;IMP;PL;1;FUT isitissảhum V;NO3PA;SBJV;SG;1;PRS isitissảhum V;NO3SI;IND;PL;1+INCL;PRS isitissảhum V;NO3SI;PFV;POT;PL;3 isitissảhum V;NO3SI;SBJV+POT;PL;3;PST isitissảhum V;NO3SI;IND;SG;3;PST isitissảhum V;NO3SA;PFV;POT;PL;3 isitissảhum V;NO3SA;PRF;IND;PL;2 isitissảhum V;NO3SA;IND;PL;2;PST isitissảhum V;NO3SI;PRF;SBJV;PL;3;FUT isitissảhum V;NO3SI;POT;PL;3;PST isitissảhum V;NO3PA;POT;SG;2;PST isitissảhum V;NO3SA;IMP;PL;2;PRS isitissảhum V;NO3SA;IND;PL;3;PRS isitissảhum V;NO3SI;POT;PL;1+INCL;PST isitissảhum V;NO3PA;IND;SG;2;PST isitissảhum V;NO3PA;IND;PL;1+INCL;PST isitissảhum V;NO3SA;PRF;IND;SG;2;FUT isitissảhum V;NO3PA;PRF;IND;PL;1+INCL;FUT isitissảhum V;NO3SA;PFV;POT;PL;1+INCL isitissảhum V;NO3SI;PFV;IND;PL;3 isitissảhum V;NO3SI;PRF;IND;PL;1+INCL;FUT isitissảhum V;NO3SI;PRF;IND;SG;2;FUT isitissảhum V;NO3SI;PRF;IND;SG;1 isitissảhum V;NO3SI;PRF;IND;SG;3 isitissảhum V;NO3SA;IND;SG;2;PST isitissảhum V;NO3SI;IMP;PL;1+INCL;PRS isitissảhum V;NO3SI;PRF;IND;PL;3 isitissảhum V;NO3SI;PFV;POT;SG;1 wapun V;COND+SBJV+OPT;FUT wapun V;ADM+OPT;PRS wapun V;IPFV;COND+IND wapun V;PFV;SBJV+POT+OPT wapun V;PFV;COND+POT wapun V;IND+OPT;PRS wapun V;PFV;ADM+POT+OPT wapun V;ADM;PRS wapun V;PFV;IND;FUT wapun V;COND+POT+OPT;PRS wapun V;PFV;COND+SBJV+OPT;FUT wapun V;IPFV;POT wapun V;PFV;COND+IND+OPT;FUT wapun V;PFV;COND+IND+OPT wapun V;COND+IND;FUT wapun V;PFV;COND+SBJV;FUT wapun V;ADM+OPT;FUT wapun V;SBJV+OPT;PRS wapun V;PRF;COND+IND+OPT wapun V;PFV;POT+OPT wapun V;PFV;POT wapun V;PRF;COND+SBJV+OPT wapun V;IPFV;SBJV wapun V;IPFV;ADM+POT wapun V;IPFV;IND+OPT wapun V;IPFV;COND+POT wapun V;PFV;COND+IND;FUT wapun V;IND;FUT wapun V;PRF;COND+SBJV wapun V;SBJV+OPT;FUT wapun V;PFV;SBJV wapun V;IPFV;ADM+OPT wapun V;COND+POT;PRS wapun V;IPFV;SBJV+POT+OPT wapun V;PRF;IND wapun V;COND+SBJV+OPT;PRS wapun V;PRF;ADM wapun V;PRF;SBJV+OPT wapun V;PFV;ADM+OPT wapun V;IPFV;COND+IND+OPT wapun V;COND+IND+OPT;FUT wapun V;IPFV;IND wapun V;PFV;COND+POT+OPT wapun V;PRF;SBJV wapun V;IND+OPT;FUT wapun V;PFV;SBJV+OPT wapun V;IPFV;COND+SBJV wapun V;COND+IND;PRS wapun V;IPFV;SBJV+POT wapun V;IPFV;ADM+POT+OPT wapun V;PRF;IND+OPT wapun V;PFV;ADM wapun V;PFV;COND+SBJV wapun V;SBJV;FUT wapun V;ADM;FUT wapun V;PFV;IND+OPT wapun V;PFV;ADM;FUT wapun V;IPFV;COND+POT+OPT wapun V;IND;PRS wapun V;PFV;COND+SBJV+OPT wapun V;SBJV;PRS wapun V;IND+IMP wapun V;IPFV;COND+SBJV+OPT wapun V;PFV;IND+OPT;FUT wapun V;PFV;SBJV+OPT;FUT wapun V;IPFV;SBJV+OPT wapun V;PFV;COND+IND wapun V;COND+SBJV;PRS wapun V;COND+IND+OPT;PRS wapun V;PRF;COND+IND wapun V;PFV;ADM+POT wapun V;PFV;SBJV+POT wapun V;PRF;ADM+OPT wapun V;ADM;PRS wapun V;COND+SBJV;FUT wapun V;PFV;IND wapun V;PFV;ADM+POT wapun V;PFV;ADM+OPT;FUT wapun V;PFV;SBJV;FUT wapun V;IPFV;COND+SBJV wapun V;IPFV;ADM+OPT wapun V;IPFV;POT+OPT wapun V;IPFV;ADM wapun V;IPFV;ADM+POT+OPT wapun V;IMP+OPT wapun V;ADM+OPT;FUT wapun V;ADM+OPT;PRS wapun V;PFV;ADM+OPT;FUT wapun V;PFV;ADM+POT+OPT wapun V;PFV;ADM;FUT pusustả V;NO3SI;PFV;IND;PL;3 pusustả V;NO3SA;IMP;PL;2;PRS pusustả V;NO3SI;POT;PL;3;PST pusustả V;NO3SI;SBJV;SG;1;PST pusustả V;NO3PA;IND;SG;1;FUT pusustả V;NO3SI;PFV;IND;PL;1+INCL pusustả V;NO3SI;SBJV;SG;3;PST pusustả V;NO3SA;POT;PL;3;PRS pusustả V;NO3SA;IND;SG;3;FUT pusustả V;POT;SG;3;PST pusustả V;NO3SI;IND;PL;1+INCL;PST pusustả V;NO3SI;IND;SG;2;PST pusustả V;NO3SA;PFV;POT;PL;3 pusustả V;NO3PA;POT;SG;3;PRS pusustả V;NO3SI;PFV;POT;PL;2 pusustả V;IND;SG;3;PST pusustả V;NO3SA;IMP;PL;1+INCL;PRS pusustả V;NO3SI;PFV;SBJV;PL;3 pusustả V;NO3SI;PRF;IND;SG;3;FUT pusustả V;NO3SI;IND;SG;1;FUT pusustả V;NO3SA;PFV;POT;SG;2 pusustả V;NO3SA;IND;SG;1;PRS pusustả V;NO3SA;IND;PL;3;FUT pusustả V;NO3SI;PFV;SBJV+POT;SG;3 pusustả V;NO3PA;SBJV;SG;1;PRS pusustả V;NO3PA;PRF;IND;SG;3 pusustả V;NO3SI;PFV;IND;SG;2 pusustả V;NO3SI;PRF;IND;PL;2;FUT pusustả V;NO3SI;PRF;SBJV;PL;1+INCL pusustả V;NO3SA;IND;PL;2;PST pusustả V;NO3SI;POT;SG;3;PST pusustả V;NO3SI;PRF;SBJV;PL;2;FUT pusustả V;NO3SA;IND;PL;2;PRS pusustả V;NO3PA;IND;PL;2;PRS pusustả V;NO3SA;IND;PL;3;PST pusustả V;NO3SI;PRF;IND;PL;1+INCL pusustả V;NO3SI;POT;SG;2;PST pusustả V;NO3SA;IND;SG;3;PRS pusustả V;NO3SI;PRF;SBJV;PL;3;FUT pusustả V;NO3SA;PRF;IND;PL;1;FUT pusustả V;NO3SI;PRF;SBJV;PL;1+INCL;FUT pusustả V;NO3SA;PFV;IND;PL;2 pusustả V;NO3PA;IND;SG;3;PRS pusustả V;NO3PA;IND;SG;2;PRS pusustả V;NO3SA;POT;PL;2;PRS pusustả V;NO3SA;PFV;IND;PL;1+INCL pusustả V;NO3PA;POT;SG;1;PST pusustả V;NO3SI;SBJV;SG;1;FUT pusustả V;NO3PA;POT;SG;2;PST pusustả V;NO3SI;IND;PL;2;PST pusustả V;NO3PA;IND;SG;1;PRS pusustả V;NO3SI;PRF;IND;PL;3 pusustả V;NO3SA;PRF;IND;SG;2 pusustả V;NO3PA;SBJV;PL;3;PRS pusustả V;NO3SI;IND;PL;1+INCL;FUT pusustả V;NO3PA;POT;SG;2;PRS pusustả V;NO3SA;SBJV;PL;1;PRS pusustả V;NO3SA;POT;SG;1;PST pusustả V;NO3SA;PRF;IND;PL;1+INCL pusustả V;NO3PA;POT;SG;1;PRS pusustả V;NO3PA;SBJV;PL;2;PRS pusustả V;NO3PA;IMP;PL;1;FUT pusustả V;NO3SI;PFV;IND;PL;2 pusustả V;NO3SI;IND;SG;2;FUT pusustả V;NO3SI;SBJV+POT;SG;1;PST pusustả V;NO3PA;PFV;POT;PL;3 pusustả V;NO3PA;SBJV;SG;3;PRS pusustả V;NO3PA;IND;PL;2;PST pusustả V;NO3SA;PRF;IND;SG;3 pusustả V;PFV;POT;SG;3 pusustả V;NO3SI;PRF;SBJV;PL;2 pusustả V;NO3SI;PFV;SBJV+POT;PL;3 pusustả V;NO3SI;PRF;SBJV;PL;3 pusustả V;NO3SI;IND;SG;3;PST pusustả V;NO3SI;PFV;SBJV;SG;2 pusustả V;NO3PA;IND;PL;3;PRS pusustả V;NO3SI;PRF;IND;SG;1 pusustả V;NO3PA;PRF;IND;PL;1+INCL pusustả V;PFV;IND;SG;3 pusustả V;NO3SI;PRF;IND;PL;1+INCL;FUT pusustả V;NO3SI;SBJV;SG;2;FUT pusustả V;NO3PA;SBJV;PL;1;PRS pusustả V;NO3SI;IND;SG;1;PRS pusustả V;NO3PA;IMP;PL;1;PRS pusustả V;NO3SI;IMP;PL;1+INCL;PRS pusustả V;NO3SA;PFV;POT;PL;1+INCL pusustả V;NO3SI;IMP;SG;2;PRS pusustả V;NO3PA;IMP;SG;3;PRS pusustả V;NO3SI;PFV;IND;SG;1 pusustả V;NO3PA;IMP;PL;1+INCL;FUT pusustả V;NO3SA;IMP;PL;3;FUT pusustả V;NO3SI;SBJV;PL;3;FUT pusustả V;NO3SA;PRF;IND;PL;3 pusustả V;NO3SI;IND;SG;3;FUT pusustả V;NO3SI;IMP;PL;2;PRS pusustả V;NO3PA;POT;PL;2;PRS pusustả V;NO3SA;IMP;PL;3;PRS pusustả V;NO3PA;POT;PL;3;PST pusustả V;NO3SI;PFV;IND;SG;3 pusustả V;NO3SI;PFV;SBJV;SG;3 pusustả V;NO3SI;SBJV+POT;PL;2;PST pusustả V;NO3SI;SBJV+POT;SG;3;PST pusustả V;NO3SI;IND;PL;2;FUT pusustả V;NO3SI;PFV;POT;PL;3 pusustả V;NO3SI;IND;SG;1;PST pusustả V;NO3SA;PRF;IND;PL;2;FUT pusustả V;NO3SI;SBJV+POT;PL;3;PST pusustả V;NO3PA;PRF;IND;PL;2 pusustả V;NO3PA;IMP;SG;3;FUT pusustả V;NO3SA;SBJV;SG;3;PRS pusustả V;NO3PA;POT;PL;1+INCL;PRS pusustả V;NO3PA;PRF;IND;SG;1 pusustả V;NO3SA;PFV;IND;SG;1 pusustả V;NO3PA;IND;PL;1+INCL;FUT pusustả V;NO3PA;IND;PL;1+INCL;PST pusustả V;NO3PA;POT;SG;3;PST pusustả V;NO3PA;IND;SG;3;PST pusustả V;NO3SI;IND;PL;3;PST pusustả V;NO3SA;IND;SG;2;PST pusustả V;NO3SI;PRF;IND;PL;2 pusustả V;NO3SA;IND;PL;3;PRS pusustả V;NO3PA;IND;SG;1;PST pusustả V;NO3SA;IND;SG;2;FUT pusustả V;NO3SA;IMP;SG;2;PRS pusustả V;NO3SA;PRF;IND;PL;3;FUT pusustả V;NO3SI;SBJV;PL;1+INCL;PRS pusustả V;NO3SI;POT;SG;1;PST pusustả V;NO3SI;PFV;SBJV;SG;1 pusustả V;NO3SI;PRF;SBJV;SG;3 pusustả V;NO3SA;IND;PL;1+INCL;FUT pusustả V;NO3SA;IND;PL;1+INCL;PST pusustả V;NO3SI;PFV;POT;SG;3 pusustả V;NO3SA;IMP;PL;2;FUT pusustả V;NO3SI;SBJV;PL;3;PST pusustả V;NO3SI;IND;PL;1+INCL;PRS pusustả V;NO3SA;IND;SG;1;PST pusustả V;NO3SA;IMP;PL;1;PRS pusustả V;NO3SA;IMP;SG;3;PRS pusustả V;NO3SA;IND;PL;1+INCL;PRS pusustả V;NO3PA;IND;PL;3;FUT pusustả V;NO3SI;PRF;IND;SG;2 pusustả V;NO3SI;POT;PL;1+INCL;PST pusustả V;NO3PA;SBJV;SG;2;PRS pusustả V;NO3SA;SBJV;SG;1;PRS pusustả V;NO3SA;PRF;IND;PL;2 pusustả V;NO3PA;IND;PL;1;PRS pusustả V;NO3SI;PRF;IND;SG;1;FUT pusustả V;NO3SA;SBJV;PL;2;PRS pusustả V;NO3SA;SBJV;PL;1+INCL;PRS pusustả V;NO3SA;POT;SG;2;PST pusustả V;NO3PA;IND;PL;3;PST pusustả V;NO3SA;POT;PL;2;PST pusustả V;NO3SI;SBJV;PL;2;PRS pusustả V;NO3SI;PFV;SBJV;PL;1+INCL pusustả V;NO3SI;SBJV;SG;2;PRS pusustả V;NO3SI;PFV;SBJV;PL;2 pusustả V;NO3SI;POT;PL;2;PST pusustả V;NO3SI;PFV;SBJV+POT;PL;1+INCL pusustả V;NO3SA;POT;PL;3;PST pusustả V;NO3SI;PRF;SBJV;SG;2 pusustả V;NO3SA;POT;PL;1+INCL;PST pusustả V;NO3SA;POT;SG;2;PRS pusustả V;NO3SI;PRF;IND;SG;2;FUT pusustả V;NO3PA;IMP;SG;2;PRS pusustả V;NO3PA;PFV;POT;SG;3 pusustả V;NO3SA;IND;PL;2;FUT pusustả V;NO3SI;PRF;SBJV;SG;1 pusustả V;NO3SI;PFV;SBJV+POT;SG;1 pusustả V;NO3SI;PFV;SBJV+POT;SG;2 pusustả V;NO3PA;POT;PL;2;PST pusustả V;NO3SI;PFV;POT;PL;1+INCL pusustả V;NO3PA;PFV;POT;PL;2 pusustả V;NO3SI;SBJV;PL;1+INCL;FUT pusustả V;NO3SI;SBJV;PL;2;PST pusustả V;NO3PA;PFV;POT;PL;1+INCL pusustả V;ANIM;NO3SA;PRF;IND;SG;1;FUT pusustả V;NO3PA;IND;PL;2;FUT pusustả V;NO3SI;PRF;SBJV;SG;3;FUT pusustả V;NO3SI;IMP;PL;3;PRS pusustả V;NO3SA;SBJV;SG;2;PRS pusustả V;NO3PA;PRF;IND;SG;3;FUT pusustả V;NO3PA;IND;SG;2;PST pusustả V;NO3SI;IND;SG;3;PRS pusustả V;NO3SA;PFV;POT;SG;1 pusustả V;NO3PA;SBJV;PL;1+INCL;PRS pusustả V;NO3PA;IND;PL;1+INCL;PST pusustả V;ANIM;NO3SA;POT;SG;1;PRS pusustả V;NO3SI;IND;SG;3;PST pusustả V;NO3SI;PFV;SBJV+POT;PL;3 pusustả V;NO3PA;PRF;IND;PL;2;FUT pusustả V;NO3PA;POT;PL;1+INCL;PST pusustả V;NO3SI;IMP;SG;3;PRS pusustả V;NO3SI;PFV;POT;PL;1+INCL pusustả V;NO3SI;PRF;SBJV;PL;3 pusustả V;NO3SI;PRF;IND;PL;1+INCL pusustả V;NO3SI;PRF;SBJV;SG;2;FUT pusustả V;NO3SI;SBJV;PL;3;PRS pusustả V;NO3SI;SBJV+POT;PL;3;PST pusustả V;NO3SI;PRF;IND;PL;3;FUT pusustả V;NO3SI;SBJV;SG;1;PRS pusustả V;NO3PA;IND;PL;1+INCL;PRS pusustả V;NO3PA;PFV;POT;SG;2 pusustả V;NO3PA;IND;SG;1;PST pusustả V;NO3SI;PFV;SBJV+POT;SG;3 pusustả V;NO3SI;IND;PL;3;FUT pusustả V;NO3PA;IND;PL;3;PST pusustả V;NO3PA;IND;PL;2;PST pusustả V;NO3SI;SBJV;PL;2;FUT pusustả V;NO3SI;PFV;POT;SG;2 pusustả V;NO3SA;IND;SG;2;PRS pusustả V;NO3SI;PFV;IND;PL;2 pusustả V;NO3SI;IND;PL;3;PRS pusustả V;NO3SI;POT;PL;1+INCL;PST pusustả V;NO3SI;PRF;SBJV;PL;1+INCL pusustả V;NO3SI;SBJV;PL;1+INCL;PST pusustả V;NO3SI;SBJV+POT;SG;2;PST pusustả V;NO3SA;PFV;POT;PL;2 pusustả V;NO3SA;PRF;IND;PL;1+INCL;FUT pusustả V;NO3SI;SBJV;PL;1+INCL;FUT pusustả V;NO3SI;PFV;POT;SG;1 pusustả V;NO3PA;IMP;SG;2;FUT pusustả V;NO3PA;PRF;IND;PL;1+INCL;FUT pusustả V;NO3SI;SBJV;PL;3;PST pusustả V;NO3SA;PRF;IND;SG;3;FUT pusustả V;NO3SI;POT;PL;2;PST pusustả V;ANIM;NO3SA;IND;SG;1;FUT pusustả V;NO3PA;IND;SG;2;FUT pusustả V;NO3SI;IND;SG;2;PRS pusustả V;NO3SI;PFV;POT;PL;3 pusustả V;NO3SA;POT;PL;1+INCL;PRS pusustả V;NO3SI;SBJV+POT;SG;3;PST pusustả V;NO3SA;IND;PL;1;PRS pusustả V;NO3SI;POT;SG;2;PST pusustả V;NO3SI;IND;PL;2;PST pusustả V;NO3SI;SBJV;SG;3;FUT pusustả V;NO3SA;PRF;IND;SG;2;FUT pusustả V;NO3SI;PFV;SBJV;PL;3 pusustả V;NO3SA;SBJV;PL;3;PRS pusustả V;NO3SI;SBJV+POT;PL;1+INCL;PST pusustả V;NO3SI;SBJV;SG;2;PST pusustả V;NO3SI;IND;PL;3;PST pusustả V;NO3PA;IND;PL;1+INCL;PST pusustả V;NO3PA;PRF;IND;SG;2;FUT pusustả V;NO3SA;POT;SG;3;PRS pusustả V;NO3SA;PFV;IND;SG;2 pusustả V;NO3SI;PRF;IND;SG;3 pusustả V;NO3PA;IND;SG;3;FUT pusustả V;NO3SI;SBJV;PL;1+INCL;PST pusustả V;NO3SI;SBJV;SG;3;PRS pusustả V;NO3PA;PRF;IND;PL;3;FUT pusustả V;NO3SI;PFV;IND;PL;3 pusustả V;NO3PA;PRF;IND;SG;2 pusustả V;NO3SI;PRF;SBJV;SG;1;FUT pusustả V;NO3PA;IND;SG;2;PST pusustả V;NO3SI;IND;PL;2;PRS pusustả V;NO3SI;PFV;SBJV+POT;PL;2 pusustả V;NO3SI;PFV;POT;SG;3 pusustả V;ANIM;NO3SA;PRF;IND;SG;1 pusustả V;NO3SA;PFV;IND;PL;3 pusustả V;NO3SI;SBJV;PL;3;PRS pusustả V;NO3PA;POT;PL;3;PRS pusustả V;NO3PA;PRF;IND;SG;1;FUT pusustả V;NO3PA;PFV;POT;SG;1 pusustả V;NO3PA;PRF;IND;PL;3 pusustả V;NO3SI;PFV;SBJV;PL;1+INCL pusustả V;NO3SI;PFV;POT;SG;2 pusustả V;NO3SI;PFV;POT;PL;2 pusustả V;NO3SA;PRF;IND;PL;1+INCL kissinaw V;PFV;SBJV+POT kissinaw V;PFV;IND+OPT kissinaw V;PFV;IND kissinaw V;IPFV;IND kissinaw V;COND+POT;PRS kissinaw V;SBJV;FUT kissinaw V;PFV;POT+OPT kissinaw V;PFV;ADM+OPT kissinaw V;IPFV;POT+OPT kissinaw V;PFV;COND+POT+OPT kissinaw V;PFV;COND+IND+OPT;FUT kissinaw V;PFV;IND;FUT kissinaw V;PRF;COND+IND kissinaw V;IMP+OPT kissinaw V;IPFV;COND+IND+OPT kissinaw V;IND;FUT kissinaw V;COND+IND;FUT kissinaw V;IPFV;ADM kissinaw V;IPFV;SBJV+POT+OPT kissinaw V;IPFV;COND+SBJV+OPT kissinaw V;COND+IND;PRS kissinaw V;PFV;SBJV kissinaw V;IPFV;SBJV kissinaw V;IND;PRS kissinaw V;PFV;COND+SBJV+OPT kissinaw V;IND+IMP kissinaw V;IND+OPT;PRS kissinaw V;PFV;ADM;FUT kissinaw V;IPFV;SBJV+OPT kissinaw V;ADM;FUT kissinaw V;PRF;COND+SBJV kissinaw V;IND+OPT;FUT kissinaw V;PFV;ADM kissinaw V;PFV;IND+OPT;FUT kissinaw V;IPFV;COND+POT kissinaw V;COND+SBJV;FUT kissinaw V;PFV;COND+SBJV+OPT;FUT kissinaw V;PFV;COND+POT kissinaw V;PRF;SBJV kissinaw V;SBJV;PRS kissinaw V;IPFV;IND+OPT kissinaw V;PFV;ADM+OPT;FUT kissinaw V;PRF;SBJV+OPT kissinaw V;PFV;SBJV;FUT kissinaw V;IPFV;ADM+POT kissinaw V;COND+IND+OPT;PRS kissinaw V;PFV;COND+SBJV kissinaw V;SBJV+OPT;FUT kissinaw V;COND+SBJV;PRS kissinaw V;PRF;COND+IND+OPT kissinaw V;COND+POT+OPT;PRS kissinaw V;IPFV;COND+POT+OPT kissinaw V;IPFV;COND+SBJV kissinaw V;PRF;ADM kissinaw V;PFV;COND+SBJV;FUT kissinaw V;IPFV;POT kissinaw V;PFV;ADM+POT kissinaw V;IPFV;COND+IND kissinaw V;COND+IND+OPT;FUT kissinaw V;COND+IND+OPT;FUT kissinaw V;IPFV;COND+POT kissinaw V;PFV;SBJV+POT+OPT kissinaw V;ADM+OPT;PRS kissinaw V;PFV;COND+IND kissinaw V;COND+SBJV+OPT;FUT kissinaw V;IPFV;COND+POT+OPT kissinaw V;IPFV;ADM+POT+OPT kissinaw V;PFV;SBJV+OPT kissinaw V;IPFV;SBJV+POT kissinaw V;PFV;ADM+POT+OPT kissinaw V;PFV;SBJV+OPT;FUT kissinaw V;ADM+OPT;FUT kissinaw V;IPFV;ADM+OPT kissinaw V;COND+SBJV+OPT;PRS kissinaw V;PFV;POT kissinaw V;ADM;PRS kissinaw V;PFV;COND+IND+OPT kissinaw V;SBJV+OPT;PRS kissinaw V;PRF;COND+SBJV+OPT kissinaw V;PFV;COND+IND;FUT kissinaw V;PRF;IND kissinaw V;PRF;IND+OPT kissinaw V;PRF;ADM+OPT
51b4d21cd74069d236a8e8a99b9fed3c51324c0f
3c47dba28e5d43bda9b77dca3b741855c25d4802
/microdaq/macros/mdaqBlock.sci
faf65c07f2bd1569b9eb4021e837c6197f56e17e
[ "BSD-3-Clause" ]
permissive
microdaq/Scilab
78dd3b4a891e39ec20ebc4e9b77572fd12c90947
ce0baa6e6a1b56347c2fda5583fb1ccdb120afaf
refs/heads/master
2021-09-29T11:55:21.963637
2019-10-18T09:47:29
2019-10-18T09:47:29
35,049,912
6
3
BSD-3-Clause
2019-10-18T09:47:30
2015-05-04T17:48:48
Scilab
UTF-8
Scilab
false
false
284
sci
mdaqBlock.sci
function initialized_mdaqBlock = mdaqBlock() initialized_mdaqBlock = struct('name',['new_block'],'desc',['Set new_block parameters'] ,'param_name', ['param1'; 'param2'], 'param_size', [1;1], 'param_def_val', list([0;0]), 'in', [1], 'out', [1], 'use_sim_script', %T); endfunction
fb720f903f56bde8bcdbce2a9d173e54c9938ad6
8217f7986187902617ad1bf89cb789618a90dd0a
/browsable_source/2.4/Unix-Windows/scilab-2.4/macros/scicos/do_copy_region.sci
c6c84ab03cd2ff380db9a20c078cfc31bb7ea1cc
[ "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
1,515
sci
do_copy_region.sci
function [scs_m,needcompile]=do_copy_region(scs_m,needcompile) [btn,xc,yc,win,Cmenu]=getclick() if Cmenu<>[] then Cmenu=resume(Cmenu) end disablemenus() [reg,rect]=get_region(xc,yc,win) // Copyright INRIA if rect==[] then enablemenus();return,end modified=size(reg)>1 xinfo('Drag to destination position and click (left to fix, right to cancel)') rep(3)=-1 yc=yc-rect(4) dr=driver() if dr=='Rec' then driver('X11'),end pat=xget('pattern') xset('pattern',default_color(0)) while rep(3)==-1 , //move loop // draw block shape xrect(xc,yc+rect(4),rect(3),rect(4)) if pixmap then xset('wshow'),end // get new position rep=xgetmouse() // erase block shape xrect(xc,yc+rect(4),rect(3),rect(4)) if pixmap then xset('wshow'),end xc=rep(1);yc=rep(2) xy=[xc,yc]; end driver(dr);xset('pattern',pat) if rep(3)==2 then enablemenus();return,end scs_m_save=scs_m,nc_save=needcompile n=size(scs_m) for k=2:size(reg) o=reg(k) // translate blocks and update connection index if o(1)=='Link' then o(2)=o(2)-rect(1)+xc o(3)=o(3)-rect(2)+yc [from,to]=o(8:9) o(8)(1)=o(8)(1)+n-1; o(9)(1)=o(9)(1)+n-1; else o(2)(1)(1)=o(2)(1)(1)-rect(1)+xc o(2)(1)(2)=o(2)(1)(2)-rect(2)+yc if o(1)=='Block' then for i=5:8 k_conn=find(o(2)(i)>0) o(2)(i)(k_conn)=o(2)(i)(k_conn)+n-1 end end end scs_m($+1)=o drawobj(o) end if modified then needcompile=4, enablemenus() [scs_m_save,nc_save,enable_undo,edited]=resume(scs_m_save,nc_save,%t,%t) end enablemenus()
68097d27121d2de9c75fac3c7c9340b7bdd75ca9
c565d26060d56f516d954d4b378b8699c31a71ef
/Ramp-test_manual/approx_ramp.sce
bdabcd97141203fa1b0c22a954fd3b590d32b08f
[]
no_license
rupakrokade/sbhs-manual
26d6e458c5d6aaba858c3cb2d07ff646d90645ce
5aad4829d5ba1cdf9cc62d72f794fab2b56dd786
refs/heads/master
2021-01-23T06:25:53.904684
2015-10-24T11:57:04
2015-10-24T11:57:04
5,258,478
0
0
null
2012-11-16T11:45:07
2012-08-01T11:36:17
Scilab
UTF-8
Scilab
false
false
506
sce
approx_ramp.sce
clear data7; exec('ramp30.txt'); getf('label.sci'); global N getf('approx_ramp.sci'); T = data7(:,1); //T is time u = data7(:,2); y = (data7(:,4) - data7(1,4)); // u is current, y is temperature N = 70; input_slope = 0.5; e = [T y]; f = e(length(u)-N:length(u),:); g = f(:,1); h = (g-g)+1; i = [g h]; j = f(:,2); l = inv(i'*i)*i'*j gain = l(1,1)/(input_slope) z = -(l(2,1)/(gain*input_slope)) tau = z; limits = [0,0,90,45]; no=4000; lsterr = approx_ramp(T,u,y,input_slope,tau,limits,no);
ee5a5c568876dfeba5e35bb59a14b44e6531a464
449d555969bfd7befe906877abab098c6e63a0e8
/3012/CH11/EX11.8/Ex11_8.sce
91eb2d0d90010bb595325bb472f25bbf0ecd48ed
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,810
sce
Ex11_8.sce
// Given:- p1 = 100.00 // in bar T1 = 300.00 // in kelvin p2 = 40.00 // in bar T2 = 245.00 // in kelvin // From table A-23 h1starbar = 8723.00 // in kj/kmol h2starbar = 7121.00 // in kj/kmol // From Tables A-1 Tc = 126.00 // critical temperature in kelvin pc = 33.9 // critical pressure in bar M = 28.00 // molar mass in kg/kmol Rbar = 8.314 // universal gas constant in kj/(kmol.K) Term1 = 0.5 Term2 = 0.31 // Calculations TR1 = T1/Tc // reduced temperature at the inlet PR1 = p1/pc // reduced pressure at the inlet TR2 = T2/Tc // reduced temperature at the exit PR2 = p2/pc // reduced pressure at the exit wcvdot = (1.00/M)*(h1starbar-h2starbar-Rbar*Tc*(Term1-Term2)) // in kj/kg // Result printf( ' The work developed, in kJ per kg of nitrogen flowing is : %.2f',wcvdot)
5c2c529bc65e144ca9284be6cac7229dfc654612
089894a36ef33cb3d0f697541716c9b6cd8dcc43
/NLP_Project/test/tweet/bow/bow.1_15.tst
1faffce4a4c24add98fc7a6f66f3e5d8247a4469
[]
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
29,233
tst
bow.1_15.tst
1 12:0.01818181818181818 13:0.2 27:0.14285714285714285 36:0.06666666666666667 41:0.2727272727272727 50:1.0 58:0.25 67:1.0 70:0.16666666666666666 82:0.1111111111111111 85:0.3333333333333333 98:0.5 109:0.5 113:1.0 176:0.3333333333333333 197:0.2 230:2.0 341:1.0 381:1.0 405:1.0 438:1.0 473:1.0 497:1.0 500:1.0 506:1.0 522:0.25 535:0.5 619:0.5 708:1.0 712:0.3333333333333333 720:1.0 748:0.5 965:1.0 1090:1.0 1761:1.0 1980:1.0 2035:1.0 2450:1.0 3695:1.0 4841:0.16666666666666666 1 3:1.0 12:0.01818181818181818 20:0.08333333333333333 24:1.0 36:0.06666666666666667 45:0.5 50:1.0 53:0.5 67:1.3333333333333333 75:0.6 85:0.3333333333333333 106:1.0 115:0.5 122:0.2 144:1.0 152:0.3333333333333333 210:1.0 222:1.0 226:0.21428571428571427 230:3.0 249:0.5 296:0.2 376:1.0 398:0.6 473:1.0 501:1.0 601:2.0 619:0.5 621:1.0 712:0.3333333333333333 798:1.0 1054:1.0 1443:1.0 2014:1.0 2139:1.0 2613:1.0 3808:1.0 3996:1.0 6274:1.0 1 24:3.0 27:0.2857142857142857 36:0.06666666666666667 38:1.0 41:0.45454545454545453 47:0.3333333333333333 53:0.5 67:0.6666666666666666 69:0.5 70:0.08333333333333333 75:0.2 77:0.3333333333333333 98:0.5 108:0.3333333333333333 115:0.5 139:1.0 172:1.0 191:0.5 230:2.0 249:0.5 261:0.3333333333333333 305:0.3333333333333333 369:0.5 381:1.0 385:1.0 436:1.0 477:2.0 670:1.0 899:1.0 994:0.5 1167:1.0 1206:2.0 1530:1.0 1747:1.0 1840:1.0 2012:1.0 2560:1.0 3496:1.0 4235:1.0 7080:1.0 1 12:0.01818181818181818 41:0.18181818181818182 47:0.3333333333333333 54:1.0 57:0.25 67:0.6666666666666666 75:0.3 79:0.25 94:1.0 104:0.25 109:0.5 115:0.5 122:0.2 123:1.0 177:0.5 213:1.0 216:1.0 226:0.14285714285714285 230:1.0 236:1.0 275:1.0 326:0.3333333333333333 331:0.3333333333333333 494:1.0 513:2.0 516:2.0 564:1.0 610:1.0 732:1.0 767:1.0 1376:1.0 1543:1.0 2005:1.0 2510:0.5 3006:1.0 4442:1.0 4484:1.0 6055:1.0 1 12:0.03636363636363636 35:0.08333333333333333 41:0.09090909090909091 57:0.25 66:1.0 67:0.6666666666666666 69:1.0 70:0.08333333333333333 75:0.1 77:0.3333333333333333 87:1.0 96:1.0 109:1.0 139:1.0 172:1.0 192:0.2 209:0.25 229:1.0 230:1.0 282:0.3333333333333333 347:0.5 390:1.0 487:1.0 530:0.5 720:1.0 957:0.3333333333333333 958:1.0 1605:1.0 1823:1.0 2638:1.0 3459:1.0 3584:1.0 6183:1.0 1 18:0.2857142857142857 41:0.09090909090909091 67:0.3333333333333333 124:0.3333333333333333 160:1.0 235:0.3333333333333333 368:1.0 472:1.0 810:1.0 1573:1.0 1980:1.0 2349:1.0 2352:1.0 1 12:0.03636363636363636 18:0.14285714285714285 20:0.08333333333333333 24:1.0 35:0.08333333333333333 47:0.3333333333333333 48:0.3333333333333333 70:0.16666666666666666 75:0.1 79:0.25 82:0.1111111111111111 93:0.5 104:0.25 115:0.5 152:0.3333333333333333 198:0.16666666666666666 454:0.5 467:1.0 506:1.0 543:0.1111111111111111 651:1.0 767:1.0 857:1.0 2139:1.0 2151:1.0 2336:1.0 2485:1.0 6840:1.0 1 12:0.07272727272727272 13:0.6 24:1.0 27:0.14285714285714285 47:0.3333333333333333 66:1.0 67:1.0 75:0.1 84:0.5 124:0.3333333333333333 152:0.3333333333333333 235:0.3333333333333333 306:1.0 487:1.0 530:0.5 613:1.0 718:1.0 911:0.5 1162:1.0 1602:0.5 2179:1.0 1 4:0.3333333333333333 12:0.01818181818181818 18:0.14285714285714285 20:0.08333333333333333 24:2.0 27:0.14285714285714285 35:0.16666666666666666 41:0.18181818181818182 45:0.5 47:0.3333333333333333 67:0.6666666666666666 75:0.2 79:0.25 98:0.5 113:1.0 115:0.5 116:1.0 141:0.5 191:0.5 198:0.16666666666666666 220:1.0 270:1.0 409:0.6666666666666666 501:1.0 509:1.0 588:1.0 609:1.0 803:1.0 870:1.0 871:1.0 1012:1.0 1014:1.0 1535:0.3333333333333333 1607:1.0 1627:2.0 1991:1.0 2291:1.0 2436:1.0 2560:1.0 3962:1.0 4300:1.0 1 18:0.14285714285714285 20:0.08333333333333333 47:0.3333333333333333 75:0.2 82:0.1111111111111111 169:1.0 347:0.5 379:1.0 382:0.5 911:0.5 1023:1.0 2246:1.0 1 12:0.01818181818181818 18:0.42857142857142855 20:0.08333333333333333 21:1.0 24:1.0 47:0.6666666666666666 57:0.25 67:0.3333333333333333 70:0.08333333333333333 85:0.3333333333333333 104:0.25 108:0.3333333333333333 122:0.2 133:1.0 148:0.125 197:0.2 374:1.0 516:1.0 711:1.0 712:0.3333333333333333 745:1.0 1262:1.0 1701:1.0 2014:1.0 2168:1.0 4350:1.0 1 12:0.05454545454545454 18:0.14285714285714285 20:0.08333333333333333 35:0.08333333333333333 36:0.06666666666666667 63:2.0 64:0.5 67:0.6666666666666666 70:0.16666666666666666 79:0.25 94:1.0 115:1.0 122:0.2 148:0.125 197:0.2 216:1.0 226:0.07142857142857142 235:0.3333333333333333 516:2.0 607:1.0 609:1.0 748:0.5 2014:1.0 2638:1.0 5536:1.0 1 12:0.03636363636363636 18:0.14285714285714285 35:0.08333333333333333 47:0.3333333333333333 67:1.0 70:0.25 75:0.1 79:0.25 82:0.2222222222222222 109:0.5 113:1.0 142:1.0 192:0.2 197:0.2 208:1.0 213:1.0 454:0.5 516:1.0 522:0.25 542:0.3333333333333333 712:0.3333333333333333 738:1.0 979:1.0 1020:1.0 2014:1.0 2560:1.0 2986:1.0 3180:0.5 3822:1.0 4542:1.0 1 3:0.5 12:0.01818181818181818 18:0.14285714285714285 41:0.36363636363636365 67:0.3333333333333333 75:0.1 82:0.1111111111111111 98:1.0 104:0.25 122:0.2 139:1.0 148:0.125 172:1.0 191:0.5 192:0.2 203:0.5 230:2.0 235:0.3333333333333333 355:1.0 477:1.0 722:0.5 732:1.0 767:1.0 772:1.0 779:1.0 866:1.0 1203:1.0 1343:0.5 1488:1.0 1819:1.0 2085:1.0 2906:1.0 3228:1.0 4005:1.0 4266:1.0 4703:1.0 5220:1.0 1 18:0.14285714285714285 20:0.08333333333333333 24:2.0 41:0.09090909090909091 63:1.0 67:0.3333333333333333 70:0.16666666666666666 75:0.3 98:0.5 109:0.5 142:1.0 148:0.125 172:1.0 226:0.07142857142857142 625:1.0 718:1.0 1026:1.0 1049:0.5 1050:1.0 1051:1.0 1052:1.0 1182:0.5 1344:1.0 1667:1.0 1701:1.0 1895:1.0 1933:1.0 4005:1.0 4374:1.0 6073:1.0 1 12:0.01818181818181818 13:0.4 15:1.0 20:0.08333333333333333 24:2.0 35:0.08333333333333333 41:0.09090909090909091 58:0.25 63:1.0 70:0.08333333333333333 75:0.2 82:0.1111111111111111 85:0.3333333333333333 98:0.5 115:0.5 130:1.0 148:0.125 166:0.25 191:0.5 197:0.2 277:0.16666666666666666 382:0.5 398:0.2 432:1.0 468:0.5 605:1.0 700:1.0 733:1.0 911:0.5 939:0.5 994:0.5 1094:1.0 1113:1.0 1435:1.0 1895:1.0 1933:1.0 3339:1.0 3541:1.0 3902:1.0 5566:0.3333333333333333 1 11:0.2 12:0.03636363636363636 13:0.2 15:1.0 18:0.2857142857142857 41:0.18181818181818182 56:0.037037037037037035 67:0.3333333333333333 68:0.3333333333333333 82:0.1111111111111111 84:0.5 115:0.5 122:0.2 148:0.125 172:1.0 226:0.14285714285714285 265:1.0 277:0.16666666666666666 388:1.0 454:1.0 474:1.0 564:1.0 767:1.0 798:1.0 911:0.5 981:1.0 1149:1.0 1341:0.5 1453:0.5 1573:1.0 2111:1.0 2208:1.0 2704:1.0 2912:1.0 2984:1.0 4045:1.0 1 1:0.125 3:0.5 12:0.03636363636363636 18:0.2857142857142857 41:0.09090909090909091 47:0.3333333333333333 58:0.25 65:1.0 67:0.6666666666666666 70:0.08333333333333333 74:0.3333333333333333 75:0.2 79:0.25 82:0.1111111111111111 84:0.5 98:0.5 148:0.125 160:1.0 235:0.3333333333333333 306:2.0 376:1.0 516:1.0 578:1.0 613:1.0 779:1.0 821:1.0 1182:0.5 1422:1.0 2004:1.0 2485:1.0 4216:1.0 6458:1.0 1 20:0.08333333333333333 24:1.0 41:0.09090909090909091 75:0.3 85:0.3333333333333333 104:0.25 122:0.2 148:0.125 191:0.5 230:1.0 261:0.3333333333333333 454:0.5 542:0.3333333333333333 765:1.0 911:0.5 1341:0.5 2608:1.0 2956:1.0 1 1:0.125 12:0.01818181818181818 18:0.14285714285714285 24:1.0 35:0.16666666666666666 41:0.09090909090909091 67:1.0 75:0.3 79:0.25 109:0.5 148:0.125 240:1.0 326:0.3333333333333333 376:1.0 516:1.0 684:1.0 766:1.0 1222:1.0 2204:1.0 2625:1.0 2638:1.0 1 18:0.14285714285714285 20:0.16666666666666666 24:2.0 36:0.06666666666666667 41:0.2727272727272727 58:0.25 67:0.6666666666666666 69:0.5 70:0.16666666666666666 75:0.1 79:0.25 82:0.1111111111111111 85:0.3333333333333333 87:1.0 122:0.2 130:1.0 139:1.0 191:0.5 197:0.2 199:1.0 226:0.14285714285714285 230:2.0 277:0.16666666666666666 331:0.3333333333333333 522:0.5 538:1.0 568:0.25 625:1.0 735:1.0 803:1.0 914:0.5 1378:0.5 1422:1.0 1518:1.0 1895:1.0 2207:1.0 2556:1.0 2889:1.0 3788:1.0 8598:1.0 1 20:0.08333333333333333 24:1.0 35:0.08333333333333333 41:0.09090909090909091 47:0.3333333333333333 63:2.0 70:0.16666666666666666 75:0.1 98:0.5 148:0.125 208:1.0 251:1.0 398:0.2 409:0.3333333333333333 431:0.5 432:1.0 564:1.0 605:1.0 726:1.0 733:1.0 976:1.0 1089:1.0 1152:1.0 2348:1.0 2652:1.0 1 24:3.0 41:0.09090909090909091 52:0.5 67:0.3333333333333333 69:0.5 70:0.08333333333333333 74:0.3333333333333333 75:0.2 79:0.25 82:0.1111111111111111 84:1.0 85:0.6666666666666666 98:0.5 115:0.5 122:0.2 148:0.125 159:1.0 172:2.0 191:0.5 208:1.0 230:1.0 277:0.16666666666666666 441:1.0 501:1.0 527:0.5 535:0.5 582:0.3333333333333333 588:1.0 732:1.0 771:1.0 799:1.0 996:1.0 1019:1.0 1339:1.0 1991:1.0 2030:1.0 2171:1.0 2277:1.0 2487:1.0 2608:1.0 3053:1.0 3203:1.0 1 18:0.14285714285714285 24:1.0 28:1.0 41:0.2727272727272727 45:0.5 50:1.0 53:0.5 67:1.3333333333333333 70:0.16666666666666666 75:0.1 79:0.25 82:0.2222222222222222 87:1.0 98:0.5 108:0.3333333333333333 109:0.5 148:0.125 197:0.2 226:0.07142857142857142 230:1.0 235:0.3333333333333333 257:1.0 306:1.0 388:1.0 490:1.0 591:1.0 626:1.0 779:1.0 870:1.0 1149:1.0 2035:1.0 4005:1.0 4199:1.0 5514:1.0 8056:1.0 1 12:0.03636363636363636 18:0.2857142857142857 35:0.08333333333333333 45:1.0 48:0.3333333333333333 58:0.25 63:2.0 64:0.5 67:0.3333333333333333 70:0.08333333333333333 74:0.3333333333333333 75:0.1 79:0.25 84:0.5 109:0.5 115:1.0 148:0.125 176:0.3333333333333333 226:0.07142857142857142 277:0.5 361:1.0 374:1.0 376:1.0 557:1.0 619:0.5 620:0.5 639:0.14285714285714285 792:1.0 1023:1.0 1182:0.5 1524:1.0 1761:1.0 1969:1.0 2117:1.0 2612:1.0 2941:1.0 3083:1.0 3996:1.0 6379:1.0 1 20:0.08333333333333333 24:1.0 35:0.16666666666666666 58:0.25 67:1.3333333333333333 70:0.08333333333333333 75:0.2 79:0.25 82:0.1111111111111111 85:0.3333333333333333 87:1.0 94:1.0 98:0.5 116:1.0 136:1.0 148:0.125 235:0.3333333333333333 296:0.2 322:1.0 477:1.0 720:1.0 1344:1.0 1689:1.0 2038:1.0 2231:0.5 2986:1.0 1 18:0.14285714285714285 20:0.08333333333333333 35:0.08333333333333333 41:0.09090909090909091 67:1.3333333333333333 70:0.08333333333333333 75:0.1 79:0.25 87:1.0 98:0.5 148:0.125 166:0.25 229:1.0 331:0.3333333333333333 362:1.0 501:2.0 516:1.0 605:1.0 630:1.0 767:1.0 771:1.0 1572:1.0 1689:1.0 2147:1.0 2821:1.0 2986:1.0 4418:1.0 8012:1.0 1 11:0.8 18:0.14285714285714285 47:0.3333333333333333 54:1.0 67:0.6666666666666666 70:0.16666666666666666 79:0.25 93:0.5 145:1.0 148:0.125 166:0.25 191:0.5 326:0.3333333333333333 331:0.3333333333333333 337:1.0 376:1.0 513:1.0 533:1.0 660:1.0 712:0.3333333333333333 739:0.5 866:1.0 1091:1.0 1545:1.0 1603:1.0 1856:1.0 2335:1.0 2651:1.0 1 1:0.125 21:1.0 41:0.09090909090909091 47:0.3333333333333333 52:0.5 53:0.5 58:0.25 67:0.3333333333333333 70:0.08333333333333333 79:0.25 87:1.0 148:0.125 209:0.25 265:1.0 296:0.2 376:1.0 441:2.0 445:1.0 502:1.0 516:2.0 830:0.5 1690:1.0 2364:1.0 4559:1.0 1 1:0.125 3:0.5 12:0.03636363636363636 20:0.08333333333333333 47:0.6666666666666666 48:0.3333333333333333 56:0.037037037037037035 64:0.5 70:0.08333333333333333 74:0.3333333333333333 75:0.4 82:0.1111111111111111 87:1.0 98:0.5 122:0.2 192:0.2 337:1.0 441:1.0 499:1.0 599:1.0 653:1.0 708:1.0 774:1.0 1054:1.0 1184:1.0 1339:1.0 1660:1.0 1991:1.0 2103:1.0 2131:1.0 3097:1.0 1 12:0.01818181818181818 18:0.14285714285714285 20:0.08333333333333333 24:1.0 35:0.08333333333333333 36:0.06666666666666667 41:0.09090909090909091 56:0.037037037037037035 63:1.0 67:0.3333333333333333 70:0.16666666666666666 77:0.3333333333333333 87:1.0 96:1.0 113:1.0 152:0.3333333333333333 197:0.2 220:1.0 226:0.07142857142857142 431:0.5 432:1.0 441:1.0 708:1.0 733:1.0 758:0.16666666666666666 911:0.5 990:1.0 4496:1.0 1 18:0.14285714285714285 20:0.08333333333333333 39:0.16666666666666666 47:0.3333333333333333 79:0.25 87:1.0 124:0.3333333333333333 148:0.125 516:1.0 568:0.25 758:0.16666666666666666 1142:1.0 4496:1.0 1 18:0.14285714285714285 20:0.08333333333333333 67:0.3333333333333333 70:0.08333333333333333 75:0.1 77:0.3333333333333333 98:0.5 148:0.125 208:1.0 599:1.0 615:2.0 748:0.5 1385:1.0 1443:1.0 3233:1.0 4433:1.0 4587:1.0 1 18:0.14285714285714285 24:2.0 41:0.18181818181818182 47:0.3333333333333333 70:0.16666666666666666 82:0.2222222222222222 85:0.3333333333333333 93:0.5 213:1.0 305:0.3333333333333333 331:0.3333333333333333 363:1.0 387:1.0 407:1.0 483:1.0 494:1.0 568:0.25 634:1.0 1025:1.0 1070:1.0 1343:0.5 1550:1.0 1854:1.0 8916:1.0 1 18:0.14285714285714285 20:0.25 24:1.0 67:0.3333333333333333 75:0.2 79:0.25 122:0.2 128:1.0 172:1.0 191:1.0 200:1.0 227:0.5 344:1.0 407:1.0 506:1.0 613:1.0 653:1.0 829:1.0 1051:1.0 1052:1.0 1058:1.0 1204:1.0 1415:1.0 2020:1.0 2049:1.0 2527:1.0 2820:1.0 1 3:0.5 12:0.01818181818181818 24:2.0 35:0.08333333333333333 48:0.3333333333333333 75:0.2 82:0.2222222222222222 84:0.5 85:0.3333333333333333 113:1.0 124:0.3333333333333333 148:0.125 177:0.5 216:1.0 230:2.0 342:1.0 386:1.0 447:1.0 483:1.0 492:0.5 540:1.0 601:1.0 712:0.3333333333333333 857:1.0 866:1.0 2797:1.0 3652:1.0 3868:1.0 1 27:0.14285714285714285 35:0.08333333333333333 63:2.0 70:0.08333333333333333 98:0.5 176:0.3333333333333333 484:1.0 492:0.5 530:0.5 605:1.0 860:1.0 958:1.0 1436:1.0 2357:1.0 3065:1.0 3219:1.0 3684:1.0 3933:1.0 1 12:0.01818181818181818 35:0.08333333333333333 36:0.06666666666666667 41:0.18181818181818182 47:0.6666666666666666 53:0.5 57:0.25 58:0.25 67:0.3333333333333333 70:0.16666666666666666 82:0.2222222222222222 87:1.0 110:1.0 113:2.0 115:0.5 130:1.0 137:1.0 148:0.125 164:0.5 198:0.16666666666666666 277:0.16666666666666666 344:1.0 477:1.0 501:1.0 578:1.0 720:1.0 748:0.5 957:0.3333333333333333 1422:1.0 1561:1.0 2560:1.0 4113:1.0 4433:1.0 1 20:0.08333333333333333 35:0.16666666666666666 41:0.18181818181818182 42:1.0 75:0.2 79:0.5 85:0.3333333333333333 98:0.5 115:0.5 148:0.125 1218:1.0 1879:1.0 1910:1.0 2833:1.0 1 1:0.125 12:0.01818181818181818 20:0.08333333333333333 27:0.14285714285714285 35:0.08333333333333333 47:0.3333333333333333 52:0.5 74:0.3333333333333333 75:0.1 118:1.0 122:0.2 191:0.5 192:0.2 226:0.07142857142857142 477:1.0 542:0.3333333333333333 557:1.0 582:0.3333333333333333 860:1.0 1155:1.0 1184:1.0 2608:1.0 2951:1.0 3264:1.0 1 45:0.5 53:0.5 67:0.3333333333333333 75:0.4 79:0.25 82:0.1111111111111111 85:0.3333333333333333 98:0.5 148:0.125 152:0.3333333333333333 236:1.0 305:0.3333333333333333 368:1.0 409:0.3333333333333333 492:0.5 535:0.5 578:1.0 721:1.0 722:0.5 1191:1.0 1432:1.0 1486:1.0 1991:1.0 3817:1.0 8164:1.0 1 3:0.5 20:0.08333333333333333 24:1.0 41:0.2727272727272727 53:0.5 67:0.6666666666666666 75:0.1 82:0.1111111111111111 84:0.5 85:0.3333333333333333 98:0.5 109:0.5 152:0.3333333333333333 226:0.07142857142857142 230:1.0 363:1.0 430:1.0 477:1.0 487:1.0 726:2.0 765:1.0 779:1.0 878:1.0 917:0.5 1025:1.0 1257:1.0 1453:0.5 2821:1.0 3203:1.0 1 20:0.08333333333333333 24:1.0 35:0.16666666666666666 41:0.2727272727272727 67:0.6666666666666666 75:0.1 113:1.0 226:0.07142857142857142 235:0.3333333333333333 236:1.0 322:1.0 379:1.0 381:1.0 397:1.0 483:1.0 538:1.0 832:1.0 1589:1.0 1602:0.5 1994:1.0 2507:1.0 2600:1.0 3303:1.0 1 12:0.01818181818181818 13:0.2 24:1.0 35:0.08333333333333333 41:0.18181818181818182 47:0.3333333333333333 63:1.0 67:0.3333333333333333 70:0.16666666666666666 85:0.3333333333333333 94:1.0 109:0.5 296:0.2 306:1.0 322:1.0 397:1.0 544:1.0 720:1.0 799:1.0 1919:1.0 2560:1.0 1 23:0.5 24:1.0 118:1.0 249:0.5 1778:1.0 3145:1.0 1 12:0.01818181818181818 20:0.08333333333333333 35:0.08333333333333333 52:0.5 67:0.3333333333333333 109:0.5 122:0.2 177:0.25 191:0.5 197:0.2 216:1.0 322:1.0 354:1.0 533:1.0 639:0.14285714285714285 743:1.0 935:1.0 996:1.0 1850:1.0 3708:1.0 3969:1.0 4521:1.0 4592:1.0 6960:1.0 7093:1.0 1 12:0.03636363636363636 13:0.2 57:0.5 128:1.0 198:0.16666666666666666 209:0.25 226:0.07142857142857142 266:0.5 369:0.5 684:1.0 765:1.0 911:0.5 1179:1.0 1556:1.0 2235:1.0 3181:1.0 1 3:0.5 20:0.08333333333333333 24:1.0 41:0.09090909090909091 70:0.08333333333333333 109:0.5 568:0.25 613:1.0 990:1.0 2735:1.0 1 11:0.4 35:0.08333333333333333 63:1.0 67:0.3333333333333333 77:0.3333333333333333 198:0.16666666666666666 369:0.5 398:0.2 513:1.0 2857:1.0 1 1:0.125 12:0.03636363636363636 13:0.2 18:0.14285714285714285 20:0.08333333333333333 24:3.0 41:0.2727272727272727 47:0.3333333333333333 56:0.037037037037037035 63:1.0 67:0.6666666666666666 70:0.16666666666666666 75:0.2 84:0.5 87:1.0 98:0.5 104:0.25 109:1.5 113:1.0 122:0.2 160:1.0 172:1.0 177:0.5 197:0.2 214:1.0 261:0.3333333333333333 314:1.0 472:1.0 494:1.0 566:0.2 613:1.0 615:2.0 758:0.16666666666666666 765:1.0 871:1.0 974:1.0 1051:1.0 1052:1.0 1419:1.0 1535:0.3333333333333333 1628:0.5 1739:1.0 2049:1.0 2277:1.0 2335:1.0 2515:1.0 2556:1.0 4703:1.0 6060:2.0 1 12:0.01818181818181818 18:0.14285714285714285 252:0.3333333333333333 277:0.16666666666666666 502:1.0 639:0.14285714285714285 665:1.0 701:1.0 733:1.0 996:1.0 1089:1.0 1367:1.0 2974:1.0 9277:1.0 1 1:0.125 35:0.08333333333333333 39:0.16666666666666666 47:0.3333333333333333 48:0.3333333333333333 56:0.037037037037037035 70:0.08333333333333333 75:0.1 166:0.25 226:0.07142857142857142 337:2.0 398:0.2 660:1.0 958:1.0 1336:1.0 1561:1.0 2452:1.0 3918:1.0 1 11:0.2 35:0.08333333333333333 39:0.16666666666666666 47:0.3333333333333333 48:0.3333333333333333 70:0.16666666666666666 75:0.1 98:1.0 113:1.0 166:0.25 176:0.3333333333333333 226:0.07142857142857142 235:0.3333333333333333 337:2.0 398:0.2 568:0.25 620:0.5 1336:1.0 3918:1.0 4327:1.0 1 11:0.2 12:0.03636363636363636 13:0.2 75:0.2 115:0.5 209:0.25 388:1.0 1149:1.0 2335:1.0 4438:1.0 1 1:0.125 3:0.5 24:1.0 35:0.08333333333333333 67:0.3333333333333333 70:0.08333333333333333 96:1.0 194:0.3333333333333333 197:0.2 249:0.5 374:1.0 535:0.5 540:1.0 1547:1.0 1 3:0.5 12:0.01818181818181818 24:1.0 41:0.18181818181818182 47:0.3333333333333333 54:1.0 65:1.0 67:0.6666666666666666 70:0.08333333333333333 75:0.1 85:0.3333333333333333 93:0.5 98:0.5 108:0.3333333333333333 122:0.2 133:1.0 261:0.3333333333333333 277:0.16666666666666666 360:1.0 387:1.0 441:1.0 455:1.0 473:1.0 496:1.0 513:1.0 516:1.0 568:0.25 613:1.0 653:1.0 707:2.0 871:1.0 998:1.0 1341:0.5 1689:1.0 1718:1.0 2017:1.0 2463:1.0 3639:1.0 4690:1.0 5265:0.5 1 12:0.01818181818181818 47:0.3333333333333333 64:0.5 70:0.16666666666666666 197:0.2 397:1.0 739:0.5 1582:1.0 2191:1.0 5293:0.5 1 11:0.2 12:0.03636363636363636 18:0.14285714285714285 35:0.08333333333333333 53:0.5 56:0.037037037037037035 67:0.3333333333333333 70:0.16666666666666666 75:0.1 104:0.25 122:0.2 124:0.3333333333333333 172:1.0 191:0.5 296:0.2 427:1.0 431:0.5 432:1.0 448:1.0 535:0.5 733:1.0 1091:1.0 1854:1.0 2335:1.0 9073:1.0 1 11:0.4 18:0.14285714285714285 35:0.08333333333333333 36:0.06666666666666667 38:1.0 61:0.3333333333333333 85:0.3333333333333333 191:0.5 196:0.3333333333333333 197:0.2 254:1.0 976:1.0 2357:1.0 2857:1.0 6708:1.0 1 1:0.125 11:0.2 12:0.09090909090909091 13:0.4 20:0.08333333333333333 24:1.0 27:0.14285714285714285 47:0.3333333333333333 57:0.25 67:0.3333333333333333 96:1.0 145:1.0 441:1.0 573:1.0 588:1.0 733:1.0 1012:1.0 1935:1.0 3483:1.0 3484:1.0 1 12:0.01818181818181818 65:1.0 75:0.1 177:0.25 531:0.5 3913:1.0 3968:1.0 1 12:0.03636363636363636 18:0.14285714285714285 35:0.08333333333333333 38:1.0 41:0.09090909090909091 70:0.08333333333333333 93:0.5 113:1.0 137:1.0 160:1.0 172:1.0 254:1.0 454:0.5 543:0.1111111111111111 911:0.5 1071:1.0 1295:1.0 7248:1.0 1 12:0.01818181818181818 36:0.13333333333333333 75:0.1 122:0.4 1 12:0.03636363636363636 13:0.2 20:0.08333333333333333 63:2.0 66:1.0 67:0.3333333333333333 75:0.1 85:0.3333333333333333 115:0.5 176:0.3333333333333333 679:1.0 777:1.0 957:0.3333333333333333 1088:1.0 1866:1.0 9176:1.0 1 12:0.01818181818181818 24:1.0 41:0.18181818181818182 115:0.5 124:0.3333333333333333 136:1.0 254:1.0 261:0.3333333333333333 543:0.1111111111111111 2056:1.0 1 1:0.125 75:0.3 98:0.5 210:1.0 726:1.0 776:1.0 1553:1.0 1854:1.0 2330:1.0 4341:1.0 1 12:0.01818181818181818 13:0.2 24:1.0 48:0.3333333333333333 58:0.25 79:0.25 82:0.1111111111111111 96:1.0 122:0.2 139:1.0 169:1.0 277:0.16666666666666666 765:1.0 3191:1.0 1 12:0.03636363636363636 20:0.08333333333333333 24:2.0 36:0.06666666666666667 72:1.0 75:0.2 79:0.25 113:1.0 136:1.0 139:1.0 214:1.0 226:0.21428571428571427 305:0.3333333333333333 341:1.0 397:1.0 455:1.0 543:0.1111111111111111 559:1.0 765:1.0 958:1.0 1251:1.0 1535:0.3333333333333333 1962:1.0 2477:1.0 2833:1.0 3226:1.0 4403:1.0 1 18:0.2857142857142857 35:0.08333333333333333 41:0.09090909090909091 54:1.0 63:1.0 70:0.16666666666666666 82:0.1111111111111111 87:1.0 124:0.3333333333333333 197:0.2 337:1.0 510:1.0 758:0.16666666666666666 2074:1.0 4272:1.0 4427:1.0 1 12:0.05454545454545454 41:0.18181818181818182 57:0.25 70:0.08333333333333333 79:0.25 98:0.5 104:0.25 109:0.5 124:0.3333333333333333 226:0.07142857142857142 249:0.5 419:1.0 494:1.0 1095:0.3333333333333333 1620:1.0 1893:1.0 2917:1.0 1 3:0.5 12:0.01818181818181818 35:0.08333333333333333 47:0.3333333333333333 67:0.3333333333333333 75:0.3 122:0.4 136:1.0 198:0.16666666666666666 277:0.16666666666666666 398:0.2 1063:1.0 1207:1.0 1304:1.0 2105:1.0 2924:1.0 4373:1.0 1 18:0.14285714285714285 24:1.0 36:0.06666666666666667 41:0.09090909090909091 58:0.25 67:0.3333333333333333 75:0.1 144:1.0 398:0.2 542:0.3333333333333333 874:1.0 1728:1.0 2139:1.0 2305:1.0 3180:0.5 3191:1.0 5231:1.0 6197:1.0 1 1:0.125 12:0.03636363636363636 24:1.0 35:0.08333333333333333 41:0.09090909090909091 47:0.3333333333333333 54:1.0 67:0.6666666666666666 70:0.08333333333333333 75:0.3 109:0.5 118:1.0 122:0.2 124:0.3333333333333333 137:1.0 152:0.3333333333333333 226:0.07142857142857142 235:0.3333333333333333 249:0.5 266:1.0 368:1.0 513:1.0 582:0.3333333333333333 829:1.0 891:1.0 1094:1.0 1301:2.0 1317:1.0 1761:1.0 2888:1.0 2918:1.0 8283:1.0 9176:1.0 1 11:0.2 12:0.03636363636363636 13:0.2 18:0.14285714285714285 35:0.08333333333333333 53:0.5 57:0.25 70:0.08333333333333333 77:0.3333333333333333 85:0.3333333333333333 136:1.0 379:1.0 415:0.3333333333333333 619:0.5 675:1.0 701:1.0 917:0.5 1207:1.0 1527:1.0 1699:0.5 3012:1.0 3564:1.0 1 11:0.4 12:0.05454545454545454 13:0.4 18:0.2857142857142857 20:0.08333333333333333 41:0.09090909090909091 56:0.037037037037037035 79:0.25 85:0.3333333333333333 109:0.5 113:2.0 177:0.5 191:0.5 266:0.5 306:2.0 326:0.3333333333333333 379:1.0 415:0.3333333333333333 465:1.0 564:1.0 742:1.0 767:1.0 877:1.0 1278:1.0 1282:1.0 1295:1.0 1547:1.0 2349:1.0 3067:1.0 6271:1.0 9128:1.0 1 12:0.01818181818181818 13:0.2 20:0.08333333333333333 64:0.5 75:0.2 79:0.25 82:0.1111111111111111 85:0.3333333333333333 109:0.5 113:1.0 139:1.0 172:1.0 191:0.5 261:0.3333333333333333 326:0.3333333333333333 374:1.0 379:1.0 415:0.3333333333333333 465:1.0 544:1.0 742:1.0 767:1.0 877:1.0 931:1.0 994:0.5 1095:0.3333333333333333 1282:1.0 2161:1.0 3170:1.0 9128:1.0 1 1:0.125 12:0.03636363636363636 20:0.08333333333333333 24:1.0 27:0.14285714285714285 35:0.08333333333333333 41:0.2727272727272727 69:0.5 70:0.08333333333333333 74:0.6666666666666666 98:0.5 109:1.0 117:0.5 123:1.0 191:1.5 192:0.2 257:1.0 376:1.0 540:1.0 692:1.0 698:1.0 821:1.0 2510:0.5 2965:1.0 4717:1.0 8012:1.0 8870:1.0 1 12:0.03636363636363636 13:0.2 41:0.09090909090909091 52:0.5 57:0.25 67:0.3333333333333333 69:0.5 315:1.0 362:1.0 374:1.0 605:1.0 692:1.0 2203:1.0 2890:1.0 4427:1.0 1 35:0.08333333333333333 36:0.06666666666666667 41:0.09090909090909091 48:0.3333333333333333 75:0.2 84:0.5 116:1.0 141:0.5 197:0.2 198:0.16666666666666666 243:1.0 362:1.0 379:1.0 415:0.3333333333333333 543:0.1111111111111111 684:1.0 1655:1.0 3135:1.0 3203:1.0 3464:1.0 1 20:0.08333333333333333 41:0.18181818181818182 52:0.5 53:0.5 67:0.3333333333333333 70:0.25 109:0.5 122:0.2 331:0.3333333333333333 483:1.0 682:1.0 772:1.0 782:2.0 1339:1.0 1839:1.0 3211:1.0 3308:1.0 3996:1.0 1 18:0.42857142857142855 20:0.16666666666666666 24:3.0 35:0.08333333333333333 64:0.5 75:0.5 93:0.5 122:0.4 136:1.0 216:1.0 277:0.16666666666666666 444:1.0 685:1.0 707:1.0 857:1.0 911:0.5 1553:1.0 1627:1.0 2498:1.0 3253:1.0 3797:1.0 3919:1.0 4343:1.0 1 12:0.03636363636363636 18:0.14285714285714285 24:2.0 35:0.08333333333333333 36:0.06666666666666667 41:0.09090909090909091 46:1.0 47:0.3333333333333333 63:1.0 70:0.08333333333333333 75:0.1 85:0.3333333333333333 87:1.0 104:0.25 132:1.0 226:0.07142857142857142 430:1.0 712:0.3333333333333333 873:1.0 874:1.0 990:1.0 1402:0.5 1699:0.5 2278:1.0 2738:1.0 3161:1.0 3695:1.0 1 12:0.01818181818181818 18:0.2857142857142857 20:0.16666666666666666 24:2.0 35:0.08333333333333333 41:0.09090909090909091 54:1.0 61:0.3333333333333333 67:0.6666666666666666 72:1.0 75:0.2 87:1.0 93:0.5 137:1.0 139:2.0 176:0.3333333333333333 191:0.5 209:0.25 236:1.0 261:0.3333333333333333 419:1.0 477:1.0 483:2.0 499:1.0 600:1.0 732:1.0 774:1.0 866:1.0 899:1.0 958:1.0 1671:1.0 1854:1.0 1931:1.0 2560:1.0 4418:1.0 4511:1.0 6799:1.0 1 12:0.01818181818181818 13:0.2 20:0.08333333333333333 24:2.0 41:0.18181818181818182 63:1.0 67:0.6666666666666666 75:0.3 82:0.1111111111111111 93:0.5 115:0.5 122:0.2 128:2.0 132:1.0 160:1.0 172:1.0 226:0.07142857142857142 230:1.0 304:1.0 400:1.0 445:1.0 506:1.0 560:1.0 601:1.0 688:0.5 779:1.0 2035:1.0 2159:1.0 2617:1.0 2836:1.0 3129:1.0 3203:1.0 4116:1.0 4437:1.0 1 12:0.01818181818181818 20:0.16666666666666666 24:1.0 35:0.08333333333333333 56:0.037037037037037035 67:0.3333333333333333 69:0.5 75:0.2 79:0.25 139:1.0 148:0.125 191:1.0 192:0.2 252:0.3333333333333333 266:0.5 487:1.0 506:2.0 530:0.5 712:0.3333333333333333 854:1.0 915:1.0 1095:0.3333333333333333 1155:1.0 1184:1.0 1422:1.0 1761:1.0 1969:1.0 2278:1.0 2833:1.0 4562:1.0 4563:1.0 1 12:0.01818181818181818 18:0.14285714285714285 20:0.08333333333333333 36:0.06666666666666667 41:0.09090909090909091 113:2.0 122:0.2 148:0.125 198:0.16666666666666666 224:1.0 226:0.07142857142857142 229:1.0 306:1.0 368:1.0 382:1.0 605:1.0 915:1.0 1149:1.0 2035:1.0 2152:1.0 3090:1.0 4057:1.0 4725:1.0 1 18:0.14285714285714285 20:0.08333333333333333 35:0.08333333333333333 41:0.09090909090909091 47:0.3333333333333333 53:0.5 58:0.25 67:0.3333333333333333 70:0.16666666666666666 75:0.3 82:0.1111111111111111 98:1.0 108:0.3333333333333333 115:0.5 209:0.25 348:0.3333333333333333 379:1.0 423:1.0 494:1.0 502:1.0 582:0.3333333333333333 682:1.0 978:1.0 1081:1.0 1149:1.0 1453:0.5 1578:2.0 1605:1.0 1893:1.0 2230:1.0 2699:1.0 3282:1.0 4659:1.0 8571:1.0 1 11:0.2 24:1.0 35:0.08333333333333333 41:0.18181818181818182 67:1.0 75:0.1 85:0.3333333333333333 87:1.0 96:1.0 113:2.0 128:1.0 141:0.5 415:0.3333333333333333 499:1.0 508:1.0 773:1.0 1025:1.0 1572:1.0 2112:1.0 2217:1.0 2446:1.0 1 12:0.01818181818181818 20:0.08333333333333333 27:0.14285714285714285 67:0.6666666666666666 70:0.08333333333333333 77:0.3333333333333333 109:0.5 124:0.3333333333333333 303:1.0 305:0.3333333333333333 322:1.0 369:0.5 375:1.0 692:1.0 765:1.0 799:1.0 810:1.0 871:1.0 2074:1.0 3991:1.0 1 12:0.03636363636363636 47:0.3333333333333333 67:0.6666666666666666 72:1.0 75:0.1 140:1.0 166:0.25 197:0.2 226:0.07142857142857142 291:1.0 376:1.0 599:1.0 1435:1.0 1701:1.0 1900:1.0 3395:1.0 1 3:0.5 12:0.05454545454545454 13:0.2 20:0.08333333333333333 29:1.0 36:0.06666666666666667 47:0.3333333333333333 53:0.5 67:0.3333333333333333 77:0.3333333333333333 79:0.25 98:0.5 108:0.3333333333333333 115:0.5 337:1.0 374:1.0 441:1.0 513:1.0 748:0.5 824:1.0 870:1.0 958:1.0 1026:1.0 1238:1.0 1388:1.0 1999:1.0 4521:1.0 1 12:0.01818181818181818 15:1.0 53:0.5 63:2.0 67:0.3333333333333333 75:0.1 82:0.1111111111111111 96:1.0 136:1.0 250:1.0 305:0.3333333333333333 430:1.0 688:0.5 1432:1.0 1 3:1.0 12:0.09090909090909091 13:0.2 18:0.42857142857142855 20:0.08333333333333333 27:0.14285714285714285 58:0.25 63:2.0 67:0.3333333333333333 75:0.1 79:0.5 84:0.5 94:1.0 139:2.0 145:1.0 176:0.3333333333333333 243:1.0 285:1.0 494:2.0 502:1.0 506:1.0 535:0.5 559:1.0 601:1.0 703:1.0 732:1.0 766:1.0 931:1.0 998:1.0 1149:1.0 1582:1.0 1625:1.0 4642:1.0 1 3:0.5 11:0.4 12:0.01818181818181818 18:0.2857142857142857 20:0.08333333333333333 35:0.08333333333333333 41:0.09090909090909091 58:0.25 67:0.3333333333333333 70:0.16666666666666666 85:0.3333333333333333 93:0.5 98:0.5 106:1.0 113:2.0 115:1.5 122:0.2 177:0.5 214:1.0 374:1.0 454:0.5 494:1.0 543:0.2222222222222222 621:1.0 691:1.0 707:1.0 739:0.5 767:1.0 873:1.0 966:1.0 1573:1.0 4217:1.0 4321:1.0 6398:1.0 1 1:0.125 75:0.1 77:0.3333333333333333 96:1.0 104:0.25 191:0.5 194:0.3333333333333333 502:1.0 1 11:0.4 12:0.01818181818181818 18:0.2857142857142857 41:0.18181818181818182 56:0.037037037037037035 70:0.16666666666666666 75:0.2 98:1.0 113:1.0 115:0.5 191:0.5 197:0.2 214:1.0 296:0.2 326:0.3333333333333333 568:0.25 771:1.0 813:1.0 975:1.0 1564:1.0 1746:1.0 2054:1.0 2669:1.0 3659:1.0 1 6:1.0 11:0.2 18:0.2857142857142857 20:0.08333333333333333 35:0.08333333333333333 67:0.6666666666666666 75:0.1 110:1.0 162:1.0 209:0.25 362:1.0 398:0.2 653:1.0 895:1.0 1122:1.0 1778:1.0 2171:1.0 1 3:0.5 18:0.14285714285714285 24:1.0 113:1.0 194:0.3333333333333333 299:1.0 398:0.2 540:1.0 871:1.0 1095:0.3333333333333333 1111:1.0 1182:0.5 1556:1.0 1754:1.0 1 1:0.125 18:0.14285714285714285 24:1.0 67:0.3333333333333333 79:0.25 82:0.1111111111111111 85:0.3333333333333333 109:0.5 177:0.25 542:0.3333333333333333 560:1.0 758:0.3333333333333333 784:1.0 1550:1.0 2203:1.0 3180:0.5 1 12:0.03636363636363636 13:0.2 18:0.14285714285714285 20:0.3333333333333333 24:2.0 35:0.08333333333333333 41:0.09090909090909091 52:0.5 64:0.5 67:1.0 75:0.1 85:0.3333333333333333 91:1.0 93:0.5 96:1.0 98:0.5 104:0.25 154:1.0 164:0.5 209:0.25 331:0.3333333333333333 455:1.0 506:2.0 535:0.5 684:1.0 758:0.16666666666666666 779:1.0 898:1.0 966:1.0 1063:1.0 1182:0.5 1184:1.0 1282:1.0 1488:1.0 1508:1.0 2638:1.0 2833:1.0 3223:1.0
483df5c84beace572c2944be8cb1df1b22c20658
449d555969bfd7befe906877abab098c6e63a0e8
/1970/CH11/EX11.2/CH11Exa2.sce
11cf49f22bfc11dd76c3322e3df07a6365e1d18b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
687
sce
CH11Exa2.sce
// Scilab code Exa11.2 : : Page-536 (2011) clc; clear; s = 15; // Speed, metre per sec w = 0.3; // Width of the electrode, metre E = 3e+06; // Breakdown strength, volts per metre eps = 8.85e-12; // Absolute permitivity of free space, farad per metre C = 111e-12; // Capacitance, farad i = round (2*eps*E*s*w*10^6); // Current, micro ampere V = i/C*10^-12; // Rate of rise of electrode potential, mega volts per sec printf("\nThe charging current = %d micro-ampere \nThe rate of rise of electrode potential = %4.2f MV/sec", i, V); // Result // The charging current = 239 micro-ampere // The rate of rise of electrode potential = 2.15 MV/sec
f591a270a496431e1da1fafa57fc7809d3fbb5ed
23573b967e8324d44226379d70559b8f0ea34905
/code/fminbnd/Chichinadze.sce
efd79f204fa0daa45809a68dca7901f37e6e89f2
[]
no_license
FOSSEE/FOT_Examples
91c8b8e9dc58545604b2c2af41a7e22f702b78f3
75947a7aa5a3955fe5a72e09f55bbdc05e3b8751
refs/heads/master
2020-03-22T09:00:48.306061
2018-07-24T04:49:25
2018-07-24T04:49:25
139,807,736
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,147
sce
Chichinadze.sce
//Reference: Ernesto P. Adorio and U.P. Diliman,"MVF - Multivariate Test Functions //Library in C for Unconstrained Global Optimization",2005, //http://www.geocities.ws/eadorio/mvf.pdf, Last accessed, 11th June 2018 //Example: The 2-dimensional function mvfChichinadze computes //f = x1^2 - 12*x1 + 11 + 10*cos(%pi/2*x1)) + 8*sin(5*%pi*x1)) - 1/sqrt(5)*exp(-(x2)-0.5)^2/2) //with domain −30 ≤ x0 ≤ 30, −10 ≤ x1 ≤ 10. The global minimum is 43.3159 at (5.90133, 0.5). // clc; //Objective Function function f = Chichinadze(x) f = x(1)^2 - 12*x(1) + 11 + 10*cos(%pi/2*x(1)) + 8*sin(5*%pi*x(1)) - 1/sqrt(5)*exp(-(x(2)-0.5)^2/2) endfunction //Lower bound on the variables x1 = [-30 -10]; //Upper bound on the variables x2 = [30 10]; Maxit = 1500; CPU = 100; Tolx = 1e-6; mprintf('The termination criteria is as follows: Maximum Iterations = %d, Maximum CPU time = %d, Tolerance on solution = %f',Maxit,CPU,Tolx); //Options structure options=list("MaxIter",Maxit,"CpuTime", CPU,"TolX",Tolx) [xopt,fopt,exitflag,output,lambda]=fminbnd(Chichinadze,x1,x2,options) // Result representation clc; select exitflag case 0 disp("Optimal Solution Found") disp(xopt',"The optimum solution obtained is") disp(fopt,"The objective function value is") case 1 disp("Maximum Number of Iterations Exceeded. Output may not be optimal") disp(xopt,"The solution obtained") f = Chichinadze(xopt) disp(f,"The objective function value is") case 2 disp("Maximum CPU Time exceeded. Output may not be optimal") disp(xopt,"The solution obtained") f = Chichinadze(xopt) disp(f,"The objective function value is") case 3 disp("Stop at Tiny Step") disp(xopt,"The solution obtained") f = Chichinadze(xopt) disp(f,"The objective function value is") case 4 disp("Solved To Acceptable Level") disp(xopt,"The solution obtained") f = Chichinadze(xopt) disp(f,"The objective function value is") case 5 disp("Converged to a point of local infeasibility") disp(xopt,"The solution obtained") f = Chichinadze(xopt) disp(f,"The objective function value is") end disp(output)
02aa13ea6ce86be32b84adc1a827e23fd0884eff
449d555969bfd7befe906877abab098c6e63a0e8
/728/CH9/EX9.13/Ex9_13.sce
b7d8dca6d5c350135e6b3437351cc83ac1047c1a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
859
sce
Ex9_13.sce
//Caption:Calculate (i)-equivalent noise resistance, (ii)-gain, (iii)-noise figure, (iv)-bandwidth //Exa:9.13 clc; clear; close; f_s=2*10^9;//in Hz f_p=12*10^9;//in Hz f_i=10*10^9;//in Hz f_d=5*10^9;//in Hz R_i=1*10^3;//in ohm R_g=1*10^3;//in ohm R_T_s=1*10^3;//in ohm R_T_i=1*10^3;//in ohm T_d=300;//in Kelvin T_o=300;//in Kelvin w_s=2*%pi*f_s; w_i=2*%pi*f_i; r=0.35; r_Q=10; r_d=300;//in ohm C=0.01*10^-12;//in Farad R=r^2/(w_s*w_i*C^2*R_T_i); a=R/R_T_s; g=((4*f_i*R_g*R_i*a)/(f_s*R_T_s*R_T_i*(1-a)^2));//gain Gain=[10*log(g)]/log(10);//gain in dB f={1+((2*T_d)/T_o)*[(1/r_Q)+(1/r_Q^2)]};//noise figure F=[10*log(f)]/log(10);//noise figure in dB B_W=(r/2)*sqrt(f_d/(f_s*Gain));//bandwidth disp(a,'Equivalent noise resistance (in ohm) ='); disp(Gain,'Gain (in dB) ='); disp(F,'Noise figure (in dB) ='); disp(B_W,'Bandwidth =');
ba81266829326ae6ffffeb214ec9ca105c1d2d9d
449d555969bfd7befe906877abab098c6e63a0e8
/1019/CH6/EX6.2/Example_6_2.sce
2f9b60e4625b79d15b8c1772445e737525abf005
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
469
sce
Example_6_2.sce
//Example 6.2 clear; clc; //To calculate the number of ways of distributing 4 between 4 energy levels so that there are 2 molecules in e1,1in e2 and 0 in e3 energy level w=(4*3*2*1)/(2*1*1*1);//number of ways of distributing 4 between 4 energy levels so that there are 2 molecules in e1,1in e2 and 0 in e3 energy level mprintf('number of ways of distributing 4 between 4 energy levels so that there are 2 molecules in e1,1in e2 and 0 in e3 energy level = %i',w); //end
cb7b77d200cf1f35427d3713db6382250f576ed8
79a9b8e61be2b6f6982c748002a7eb60ebe61e94
/scilabCode/sine_dft.sci
6a9365bca0a45c1f24bffea7cb4cdff55011f0c7
[]
no_license
kavyamanohar/DSPlab
2537afda78992bf9fc2e60d93ef95849c40c23e9
eca8a02bbac243a61db8db89f3e05ea2e6485c39
refs/heads/master
2021-01-21T13:53:00.373606
2016-06-05T08:27:51
2016-06-05T08:27:51
54,376,427
1
0
null
null
null
null
UTF-8
Scilab
false
false
987
sci
sine_dft.sci
// DFT – magnitude and phase plot //Frequency components of a signal //---------------------------------- // build a noised signal sampled at 1000hz sampling rate containing pure frequencies // at 50 and 70 Hz clc; clear; close; sample_rate=1000; t = 0:1/sample_rate:1; N=size(t,'*'); //number of samples f=sample_rate*(0:(N/2))/N; //associated frequency vector s=sin(2*%pi*50*t)+sin(2*%pi*70*t+%pi/4); y=fft(s); subplot(2,2,1) plot(t,s); title('Sum of two sinewaves') subplot(2,2,2) n=size(f,'*') plot(f,abs(y(1:n))); title('frequency spectrum of the signal on left') clear sample_rate=1000; t = 0:1/sample_rate:1; N=size(t,'*'); //number of samples f=sample_rate*(0:(N/2))/N; //associated frequency vector s=sin(2*%pi*50*t)+sin(2*%pi*70*t+%pi/4)+grand(1,N,'nor',0,1);; y=fft(s); subplot(2,2,3) plot(t,s);title('Sum of two sinewaves with additive noise') subplot(2,2,4) n=size(f,'*') plot(f,abs(y(1:n)));title('frequency spectrum of the signal on left') xs2pdf(0,'sine_dft.pdf');
3a26170b75aee5439dac87c21d23354adb6d0b07
8ea401b354e99fe129b2961e8ee6f780dedb12bd
/macros/applymap.sci
4f05f76700d1818ef45e6340e439541111bd7962
[ "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
676
sci
applymap.sci
function applymap() // Apply a function to a Dataframe elementwise. // // Syntax // dfr.applymap(input_string) // // Parameters // input_string : String containing the function to be passed. Scilab functions are not supported as of now. // // For additional information on parameters, see https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.applymap.html#pandas.DataFrame.applymap // Returns : DataFrame // // Examples // // Apply Square - Root function to the DataFrame // dfr.applymap("np.sqrt") // // Lambda functions are also supported. // // Authors // Aditya Dhinavahi // Sundeep Akella endfunction
9248371b5d851d1252ecddb0fb7856e4f721be79
99b4e2e61348ee847a78faf6eee6d345fde36028
/Toolbox Test/stmcb/stmcb7.sce
2c573f2ef221444e3afd44ef830129b5d4f10387
[]
no_license
deecube/fosseetesting
ce66f691121021fa2f3474497397cded9d57658c
e353f1c03b0c0ef43abf44873e5e477b6adb6c7e
refs/heads/master
2021-01-20T11:34:43.535019
2016-09-27T05:12:48
2016-09-27T05:12:48
59,456,386
0
0
null
null
null
null
UTF-8
Scilab
false
false
397
sce
stmcb7.sce
ai=[1.0 4.410692054951665 8.291296554539644 -7.970990704911278 3.378878204393383]; y=['a' 'c' 'a' 'a']; x=[2 3 1 2]; [b,a]=stmcb(x,y,4,4,5,ai); disp(b); disp(a); //output // //!--error 10000 //Input in stmcb must be double/single, instead it was char //at line 6 of function stmcb called by : //[b,a]=stmcb(x,y,4,4,5,ai); //at line 4 of exec file called by : ///stmcb7.sce', -1
4c30eeb7f08d85fd45c327250a7d606054dab170
449d555969bfd7befe906877abab098c6e63a0e8
/291/CH2/EX2.6a/eg2_6a.sce
34f9e0e65244250f5f1bceaa0c48f4119a81d18c
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
496
sce
eg2_6a.sce
temp = [24.2 22.7 30.5 28.6 25.5 32.0 28.6 26.5 25.3 26.0 24.4 24.8 20.6 25.1 21.4 23.7 23.9 25.2 27.4 28.3 28.8 26.6]; defects = [25 31 36 33 19 24 27 25 16 14 22 23 20 25 25 23 27 30 33 32 35 24]; temp_new = temp- mean(temp); defects_new = defects - mean(defects); num=0 s1 =0; s2=0; for i=1:22 num = num + (temp_new(i)*defects_new(i)); s1 = s1 + (temp_new(i)*temp_new(i)); s2 = s2 + (defects_new(i)*defects_new(i)); end coefficient = num/sqrt(s1*s2); disp(coefficient)
55a19210bb5f80c74977f17664f4712a49e6292b
676ffceabdfe022b6381807def2ea401302430ac
/library/Demos/Python/FieldUtils/Tests/chan3D_equispacedoutput_win.tst
c5661279cc9c60a66230467325e423130243f821
[ "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
604
tst
chan3D_equispacedoutput_win.tst
<?xml version="1.0" encoding="utf-8"?> <test> <description> Convert a field into a equi-spaced tecplot file</description> <executable python="true">chan3D_equispacedoutput.py</executable> <parameters></parameters> <files> <file description="Session File">chan3D.xml</file> <file description="Session File">chan3D.fld</file> </files> <metrics> <metric type="file" id="1"> <file filename="equispacedoutput.dat"> <sha1>17411c6706f3b4a0667eab138102f44fac65d768</sha1> </file> </metric> </metrics> </test>