blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
214
content_id
stringlengths
40
40
detected_licenses
listlengths
0
50
license_type
stringclasses
2 values
repo_name
stringlengths
6
115
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
21 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
141k
586M
star_events_count
int64
0
30.4k
fork_events_count
int64
0
9.67k
gha_license_id
stringclasses
8 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
50 values
src_encoding
stringclasses
23 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
1 class
length_bytes
int64
5
10.4M
extension
stringclasses
29 values
filename
stringlengths
2
96
content
stringlengths
5
10.4M
37f3c87e783aab980172829b18134394d16682d8
78ff3e16a288175ff606f38ee5ee877d4844773e
/12_chapter/12_04_example.sci
c9b5d66bc5f08328192136c4869cf3f191bfe5cd
[]
no_license
rngalvan/fluid-mech-cengel
16c12ed8f71f25c812700be4322328c5663b71cf
ee45f924e73cbb8b5716fac43504dac15ffd1f64
refs/heads/master
2021-05-27T20:52:22.586023
2013-04-17T04:25:37
2013-04-17T04:25:37
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
426
sci
12_04_example.sci
//Example 12-4 Effec of Back Pressure on Mass Flow Rate P_i = 1 //Inlet pressure of air [MPa] T_i = 600 //inlet temperature of air [C] V_i = 150 //inlet velocity of air [m/s] c_p = 1.005 //specific heat at constant pressure for air [kJ/kg] k = 1.4 //specific heat ratio for air P_b = [0.7; 0.4]//back presure [MPa] for problem (a) and problem (b) A = 50; //nozzle throat area [cm^2] R = 0.287; //gas constant for air [kJ/kg.K]
797252d86d6ba58a960bf980a9f902f873f39956
2e676e3b1cebfbb9d20f9b935ceacd507c57d36a
/Octave/octave-4.2.1/share/octave/packages/interval-2.1.0/test/libieeep1788_tests_rec_bool.tst
230e5ac666a456a40b0c005b9772591cf62b9baf
[]
no_license
vohrahul/ML-ang-coursera
239469e763b290aa178b7aa8a86eda08e4e7f4be
4c24fd2ecfb9f3de7df15e3a9f75627f782f9915
refs/heads/master
2022-12-28T03:45:54.810173
2020-10-16T12:33:25
2020-10-16T12:33:25
304,620,441
1
0
null
null
null
null
UTF-8
Scilab
false
false
10,855
tst
libieeep1788_tests_rec_bool.tst
## DO NOT EDIT! Generated automatically from test/libieeep1788_tests_rec_bool.itl ## by the Interval Testing Framework for IEEE 1788. ## https://github.com/nehmeier/ITF1788/tree/92558f7e942665a78f2e883dbe7af52320100fba ## ## Copyright 2013-2015 Marco Nehmeier (nehmeier@informatik.uni-wuerzburg.de) ## Copyright 2015-2016 Oliver Heimlich ## ## Original author: Marco Nehmeier (unit tests in libieeep1788, ## original license: Apache License 2.0) ## Converted into portable ITL format by Oliver Heimlich with minor corrections. ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by ## the Free Software Foundation; either version 3 of the License, or ## (at your option) any later version. ## ## This program is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with this program; if not, see <http://www.gnu.org/licenses/>. ## %!#Test library imports %!#Arithmetic library imports pkg load interval %!#Preamble try; error ("__FILE__"); catch test (lasterror.stack.file, "quiet", stdout); end_try_catch; %!function assert_warn (observed_value, expected_value) %! if (not (isequal (observed_value, expected_value))) %! observed_expression = regexprep (argn(1, :), '\s+$', ''); %! expected_expression = regexprep (argn(2, :), '\s+$', ''); %! observed_as_char = disp (observed_value)(1 : end - 1); %! expected_as_char = disp(expected_value)(1 : end - 1); %! warning ([observed_expression, " != ", expected_expression, ... %! "\n ", observed_as_char, " != ", expected_as_char]); %! endif %!endfunction ## minimal_isCommonInterval_test %!test %! assert (iscommoninterval (infsup (-27.0, -27.0))); %!test %! assert (iscommoninterval (infsup (-27.0, 0.0))); %!test %! assert (iscommoninterval (infsup (0.0, 0.0))); %!test %! assert (iscommoninterval (infsup (-0.0, -0.0))); %!test %! assert (iscommoninterval (infsup (-0.0, 0.0))); %!test %! assert (iscommoninterval (infsup (0.0, -0.0))); %!test %! assert (iscommoninterval (infsup (5.0, 12.4))); %!test %! assert (iscommoninterval (infsup (-1.797693134862315708e+308, 1.797693134862315708e+308))); %!test %! assert (isequal (iscommoninterval (infsup (-inf, inf)), false)); %!test %! assert (isequal (iscommoninterval (infsup), false)); %!test %! assert (isequal (iscommoninterval (infsup (-inf, 0.0)), false)); %!test %! assert (isequal (iscommoninterval (infsup (0.0, inf)), false)); ## minimal_isCommonInterval_dec_test %!test %! assert (iscommoninterval (infsupdec (-27.0, -27.0, "com"))); %!test %! assert (iscommoninterval (infsupdec (-27.0, 0.0, "com"))); %!test %! assert (iscommoninterval (infsupdec (0.0, 0.0, "com"))); %!test %! assert (iscommoninterval (infsupdec (-0.0, -0.0, "com"))); %!test %! assert (iscommoninterval (infsupdec (-0.0, 0.0, "com"))); %!test %! assert (iscommoninterval (infsupdec (0.0, -0.0, "com"))); %!test %! assert (iscommoninterval (infsupdec (5.0, 12.4, "com"))); %!test %! assert (iscommoninterval (infsupdec (-1.797693134862315708e+308, 1.797693134862315708e+308, "com"))); %!test %! assert (iscommoninterval (infsupdec (-27.0, -27.0, "trv"))); %!test %! assert (iscommoninterval (infsupdec (-27.0, 0.0, "def"))); %!test %! assert (iscommoninterval (infsupdec (0.0, 0.0, "dac"))); %!test %! assert (iscommoninterval (infsupdec (-0.0, -0.0, "trv"))); %!test %! assert (iscommoninterval (infsupdec (-0.0, 0.0, "def"))); %!test %! assert (iscommoninterval (infsupdec (0.0, -0.0, "dac"))); %!test %! assert (iscommoninterval (infsupdec (5.0, 12.4, "def"))); %!test %! assert (iscommoninterval (infsupdec (-1.797693134862315708e+308, 1.797693134862315708e+308, "trv"))); %!test %! assert (isequal (iscommoninterval (infsupdec (entire, "dac")), false)); %!test %! assert (isequal (iscommoninterval (infsupdec (empty, "trv")), false)); %!test %! assert (isequal (iscommoninterval (infsupdec (empty, "trv")), false)); %!test %! assert (isequal (iscommoninterval (infsupdec (-inf, 0.0, "trv")), false)); %!test %! assert (isequal (iscommoninterval (infsupdec (0.0, inf, "def")), false)); ## minimal_isSingleton_test %!test %! assert (issingleton (infsup (-27.0, -27.0))); %!test %! assert (issingleton (infsup (-2.0, -2.0))); %!test %! assert (issingleton (infsup (12.0, 12.0))); %!test %! assert (issingleton (infsup (17.1, 17.1))); %!test %! assert (issingleton (infsup (-0.0, -0.0))); %!test %! assert (issingleton (infsup (0.0, 0.0))); %!test %! assert (issingleton (infsup (-0.0, 0.0))); %!test %! assert (issingleton (infsup (0.0, -0.0))); %!test %! assert (isequal (issingleton (infsup), false)); %!test %! assert (isequal (issingleton (infsup (-inf, inf)), false)); %!test %! assert (isequal (issingleton (infsup (-1.0, 0.0)), false)); %!test %! assert (isequal (issingleton (infsup (-1.0, -0.5)), false)); %!test %! assert (isequal (issingleton (infsup (1.0, 2.0)), false)); %!test %! assert (isequal (issingleton (infsup (-inf, -1.797693134862315708e+308)), false)); %!test %! assert (isequal (issingleton (infsup (-1.0, inf)), false)); ## minimal_isSingleton_dec_test %!test %! assert (issingleton (infsupdec (-27.0, -27.0, "def"))); %!test %! assert (issingleton (infsupdec (-2.0, -2.0, "trv"))); %!test %! assert (issingleton (infsupdec (12.0, 12.0, "dac"))); %!test %! assert (issingleton (infsupdec (17.1, 17.1, "com"))); %!test %! assert (issingleton (infsupdec (-0.0, -0.0, "def"))); %!test %! assert (issingleton (infsupdec (0.0, 0.0, "com"))); %!test %! assert (issingleton (infsupdec (-0.0, 0.0, "def"))); %!test %! assert (issingleton (infsupdec (0.0, -0.0, "dac"))); %!test %! assert (isequal (issingleton (infsupdec (empty, "trv")), false)); %!test %! assert (isequal (issingleton (infsupdec (empty, "trv")), false)); %!test %! assert (isequal (issingleton (infsupdec (entire, "def")), false)); %!test %! assert (isequal (issingleton (infsupdec (-1.0, 0.0, "dac")), false)); %!test %! assert (isequal (issingleton (infsupdec (-1.0, -0.5, "com")), false)); %!test %! assert (isequal (issingleton (infsupdec (1.0, 2.0, "def")), false)); %!test %! assert (isequal (issingleton (infsupdec (-inf, -1.797693134862315708e+308, "dac")), false)); %!test %! assert (isequal (issingleton (infsupdec (-1.0, inf, "trv")), false)); ## minimal_isMember_test %!test %! assert (ismember (-27.0, infsup (-27.0, -27.0))); %!test %! assert (ismember (-27.0, infsup (-27.0, 0.0))); %!test %! assert (ismember (-7.0, infsup (-27.0, 0.0))); %!test %! assert (ismember (0.0, infsup (-27.0, 0.0))); %!test %! assert (ismember (-0.0, infsup (0.0, 0.0))); %!test %! assert (ismember (0.0, infsup (0.0, 0.0))); %!test %! assert (ismember (0.0, infsup (-0.0, -0.0))); %!test %! assert (ismember (0.0, infsup (-0.0, 0.0))); %!test %! assert (ismember (0.0, infsup (0.0, -0.0))); %!test %! assert (ismember (5.0, infsup (5.0, 12.4))); %!test %! assert (ismember (6.3, infsup (5.0, 12.4))); %!test %! assert (ismember (12.4, infsup (5.0, 12.4))); %!test %! assert (ismember (0.0, infsup (-inf, inf))); %!test %! assert (ismember (5.0, infsup (-inf, inf))); %!test %! assert (ismember (6.3, infsup (-inf, inf))); %!test %! assert (ismember (12.4, infsup (-inf, inf))); %!test %! assert (isequal (ismember (-71.0, infsup (-27.0, 0.0)), false)); %!test %! assert (isequal (ismember (0.1, infsup (-27.0, 0.0)), false)); %!test %! assert (isequal (ismember (-0.01, infsup (0.0, 0.0)), false)); %!test %! assert (isequal (ismember (0.000001, infsup (0.0, 0.0)), false)); %!test %! assert (isequal (ismember (111110.0, infsup (-0.0, -0.0)), false)); %!test %! assert (isequal (ismember (4.9, infsup (5.0, 12.4)), false)); %!test %! assert (isequal (ismember (-6.3, infsup (5.0, 12.4)), false)); %!test %! assert (isequal (ismember (0.0, infsup), false)); %!test %! assert (isequal (ismember (-4535.3, infsup), false)); %!test %! assert (isequal (ismember (-inf, infsup), false)); %!test %! assert (isequal (ismember (inf, infsup), false)); %!test %! assert (isequal (ismember (-inf, infsup (-inf, inf)), false)); %!test %! assert (isequal (ismember (inf, infsup (-inf, inf)), false)); ## minimal_isMember_dec_test %!test %! assert (ismember (-27.0, infsupdec (-27.0, -27.0, "trv"))); %!test %! assert (ismember (-27.0, infsupdec (-27.0, 0.0, "def"))); %!test %! assert (ismember (-7.0, infsupdec (-27.0, 0.0, "dac"))); %!test %! assert (ismember (0.0, infsupdec (-27.0, 0.0, "com"))); %!test %! assert (ismember (-0.0, infsupdec (0.0, 0.0, "trv"))); %!test %! assert (ismember (0.0, infsupdec (0.0, 0.0, "def"))); %!test %! assert (ismember (0.0, infsupdec (-0.0, -0.0, "dac"))); %!test %! assert (ismember (0.0, infsupdec (-0.0, 0.0, "com"))); %!test %! assert (ismember (0.0, infsupdec (0.0, -0.0, "trv"))); %!test %! assert (ismember (5.0, infsupdec (5.0, 12.4, "def"))); %!test %! assert (ismember (6.3, infsupdec (5.0, 12.4, "dac"))); %!test %! assert (ismember (12.4, infsupdec (5.0, 12.4, "com"))); %!test %! assert (ismember (0.0, infsupdec (entire, "trv"))); %!test %! assert (ismember (5.0, infsupdec (entire, "def"))); %!test %! assert (ismember (6.3, infsupdec (entire, "dac"))); %!test %! assert (ismember (12.4, infsupdec (entire, "trv"))); %!test %! assert (isequal (ismember (-71.0, infsupdec (-27.0, 0.0, "trv")), false)); %!test %! assert (isequal (ismember (0.1, infsupdec (-27.0, 0.0, "def")), false)); %!test %! assert (isequal (ismember (-0.01, infsupdec (0.0, 0.0, "dac")), false)); %!test %! assert (isequal (ismember (0.000001, infsupdec (0.0, 0.0, "com")), false)); %!test %! assert (isequal (ismember (111110.0, infsupdec (-0.0, -0.0, "trv")), false)); %!test %! assert (isequal (ismember (4.9, infsupdec (5.0, 12.4, "def")), false)); %!test %! assert (isequal (ismember (-6.3, infsupdec (5.0, 12.4, "dac")), false)); %!test %! assert (isequal (ismember (0.0, infsupdec (empty, "trv")), false)); %!test %! assert (isequal (ismember (0.0, infsupdec (empty, "trv")), false)); %!test %! assert (isequal (ismember (-4535.3, infsupdec (empty, "trv")), false)); %!test %! assert (isequal (ismember (-4535.3, infsupdec (empty, "trv")), false)); %!test %! assert (isequal (ismember (-inf, infsupdec (empty, "trv")), false)); %!test %! assert (isequal (ismember (-inf, infsupdec (empty, "trv")), false)); %!test %! assert (isequal (ismember (inf, infsupdec (empty, "trv")), false)); %!test %! assert (isequal (ismember (inf, infsupdec (empty, "trv")), false)); %!test %! assert (isequal (ismember (-inf, infsupdec (entire, "trv")), false)); %!test %! assert (isequal (ismember (inf, infsupdec (entire, "def")), false));
c226d4770f0001fbbcef77a892d88138f3582767
449d555969bfd7befe906877abab098c6e63a0e8
/1271/CH10/EX10.15/example10_15.sce
f24bc2fa83f6159f9b39387df21101e466343a9a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
356
sce
example10_15.sce
clc // Given that n = 2000 // flux lines enter in given volume in Vm n_ = 4000 // flux lines diverge from given volume in Vm e0 = 8.85e-12 // permittivity of space // Sample Problem 15 on page no. 10.42 printf("\n # PROBLEM 15 # \n") fi = n_ - n q = e0 * fi printf("Standard formula used \n fi = q/e_") disp(q,' The total charge within volume(in C) = ')
c169a0bebfd7bc363d349db85ff04987a25c52da
449d555969bfd7befe906877abab098c6e63a0e8
/3176/CH5/EX5.2/Ex5_2.sce
607616bb86807fea80158780159690c25d3441b2
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
8,106
sce
Ex5_2.sce
//Ex5_2 // Illustration of Mean Filters //To impliment the Following Mean Restoration filter // (I)Arithmetic (II)Geometric (III)Harmonic (IV)Contra Harmonic // Version : Scilab 5.4.1 // Operating System : Window-xp, Window-7 //Toolbox: Image Processing Design 8.3.1-1 //Toolbox: SIVP 0.5.3.1-2 //Reference book name : Digital Image Processing //book author: Rafael C. Gonzalez and Richard E. Woods clc; close; clear; xdel(winsid())//to close all currently open figure(s). function [f]=arithmetic_mean(v,m,n) w=fspecial('average',m); f=imfilter(v,w); endfunction function [f]=geometric_mean1(g,m,n);//gmean1() is used to filter an image using Geometric mean filter size1=m; q=m*n; g=double(g); [nr,nc]=size(g); temp=zeros(nr+2*floor(size1/2),nc+2*floor(size1/2)); temp(ceil(size1/2):nr+ceil(size1/2)-1,ceil(size1/2):nc+ceil(size1/2)-1)=g(1:$,1:$) temp=temp+1; for i=ceil(size1/2):nr+ceil(size1/2)-1 for j=ceil(size1/2):nc+ceil(size1/2)-1 t=temp(i-floor(size1/2):1:i+floor(size1/2),j-floor(size1/2):1:j+floor(size1/2)) ; temp2(i,j)=prod(t); end end temp3=temp2.^(1/q); nn=temp3(ceil(size1/2):nr+ceil(size1/2)-1,ceil(size1/2):nc+ceil(size1/2)-1) f1=nn-1; f=mat2gray(f1) endfunction function [f]=geometric_mean2(g,m,n);//gmean2() is used to filter an image using Geometric mean filter size1=m; q=m*n; [nr,nc]=size(g); temp=zeros(nr+2*floor(size1/2),nc+2*floor(size1/2)); temp(ceil(size1/2):nr+ceil(size1/2)-1,ceil(size1/2):nc+ceil(size1/2)-1)=g(1:$,1:$) for i=ceil(size1/2):nr+ceil(size1/2)-1 for j=ceil(size1/2):nc+ceil(size1/2)-1 t=temp(i-floor(size1/2):1:i+floor(size1/2),j-floor(size1/2):1:j+floor(size1/2)) ; temp2(i,j)=geomean(t); end end nn=temp2(ceil(size1/2):nr+ceil(size1/2)-1,ceil(size1/2):nc+ceil(size1/2)-1) f=mat2gray(nn) endfunction function [f]=Harmonic_mean(g,m,n) //harmean1() is used to filter an image using Harmonic mean filter. size1=m; d=m*n; g=double(g); [nr,nc]=size(g); temp=zeros(nr+2*floor(size1/2),nc+2*floor(size1/2)); temp(ceil(size1/2):nr+ceil(size1/2)-1,ceil(size1/2):nc+ceil(size1/2)-1)=g(1:$,1:$); for i=ceil(size1/2):nr+ceil(size1/2)-1 for j=ceil(size1/2):nc+ceil(size1/2)-1 t=temp(i-floor(size1/2):1:i+floor(size1/2),j-floor(size1/2):1:j+floor(size1/2)) ; t1=ones(m,n)./(t+%eps); t2=sum(t1); temp2(i,j)=d/t2; end end nn=temp2(ceil(size1/2):nr+ceil(size1/2)-1,ceil(size1/2):nc+ceil(size1/2)-1); f=mat2gray(nn); endfunction function [f]=Contra_Harmonic_mean(g,m,n,Q) //charmean1() is use to filter an image using Contra Harmonic mean filter size1=m; d=m*n; g=double(g); [nr,nc]=size(g); temp=zeros(nr+2*floor(size1/2),nc+2*floor(size1/2)); temp(ceil(size1/2):nr+ceil(size1/2)-1,ceil(size1/2):nc+ceil(size1/2)-1)=g(1:$,1:$) disp(Q) for i=ceil(size1/2):nr+ceil(size1/2)-1 for j=ceil(size1/2):nc+ceil(size1/2)-1 t=temp(i-floor(size1/2):1:i+floor(size1/2),j-floor(size1/2):1:j+floor(size1/2)) ; d1=(t+%eps).^Q; n1=(t+%eps).^(Q+1); d2=sum(d1); n2=sum(n1); temp2(i,j)=n2/(d2); end end nn=temp2(ceil(size1/2):nr+ceil(size1/2)-1,ceil(size1/2):nc+ceil(size1/2)-1) f=nn; endfunction ///////////////////////////////////// Main Programm //////////////////// gray=imread("Ex5_2.tif"); //gray=rgb2gray(a); //gray=im2double(gray); figure,ShowImage(gray,'Gray Image'); title('Original Image'); [M,N]=size(gray); ///////////////////////////////////// Arithmetical Mean Filter //////////////////// v=imnoise(gray,'gaussian',0,0.02); figure,ShowImage(v,'Noisy Image'); title('Image with Gaussian Noise'); m=3;n=3; [f]=arithmetic_mean(v,m,n); figure,ShowImage(f,'Recovered Image'); title('Recovered Image with Arithmetical Mean Filter'); ///////////////////////////////////// Geometric Mean Filter //////////////////// v=imnoise(gray,'gaussian',0,0.02); figure,ShowImage(v,'Noisy Image'); title('Image with Gaussian Noise'); m=3;n=3; [f]=geometric_mean1(v,m,n); figure,ShowImage(f,'Recovered Image'); title('Recovered Image with Geometric Mean Filter'); /////////////////////////////////////// Geometric Mean Filter //////////////////// //v=imnoise(gray,'gaussian',0,0.02); //figure,ShowImage(v,'Noisy Image'); //title('Image with Gaussian Noise'); //m=3;n=3; //[f]=geometric_mean2(v,m,n); //figure,ShowImage(f,'Recovered Image'); //title('Recovered Image with Geometric Mean Filter'); /////////////////////////////////////// Harmonic Mean Filter //////////////////// //temp(1:M,1:N)=0.5; //r3=imnoise(temp,'salt & pepper',0.1); // Generate salt & pepper Noise //gray_noise_salt=gray; // Add salt Noise Only //[r c]=find(r3==1); // for i=1:length(r) // gray_noise_salt(r(i),c(i)) = 255; // end //figure,ShowImage(gray_noise_salt,'Noisy Image'); //title('Image with Salt Noise'); //m=3;n=3; //[f]=Harmonic_mean(gray_noise_salt,m,n); //figure,ShowImage(f,'Recovered Image'); //title('Recovered Image with Harmonic Mean Filter'); // //////////////////////////////// Contra_Harmonic Mean Filter (Pepper) //////////////////// temp(1:M,1:N)=0.5; r3=imnoise(temp,'salt & pepper',0.05); //Generate salt & pepper Noise gray_noise_pepper=gray; //Add pepper Noise Only [r c]=find(r3==0); //Find pepper Noise Only for i=1:length(r) gray_noise_pepper(r(i),c(i)) = 0; end figure,ShowImage(gray_noise_pepper,'Noisy Image'); title('Image with pepper Noise'); m=3;n=3;Q=1.5; [f]=Contra_Harmonic_mean(gray_noise_pepper,m,n,Q); figure,ShowImage(f,'Recovered Image'); title('Recovered Image with Contra Harmonic Mean Filter[ Q=1.5 ]'); /////////////////////////////////// Contra_Harmonic Mean Filter (Salt) //////////////////// temp(1:M,1:N)=0.5; r3=imnoise(temp,'salt & pepper',0.1); //Generate salt & pepper Noise gray_noise_salt=gray; //Add salt Noise Only [r c]=find(r3==1); for i=1:length(r) gray_noise_salt(r(i),c(i)) = 255; end figure,ShowImage(gray_noise_salt,'Noisy Image'); title('Image with Salt Noise'); m=3;n=3;Q=-1.5; [f]=Contra_Harmonic_mean(gray_noise_salt,m,n,Q); figure,ShowImage(f,'Recovered Image'); title('Recovered Image with Contra Harmonic Mean Filter[ Q=-1.5 ]'); ////////////////////////////// Contra_Harmonic Mean Filter (Pepper) //////////////////// temp(1:M,1:N)=0.5; r3=imnoise(temp,'salt & pepper',0.05); //Generate salt & pepper Noise gray_noise_pepper=gray; // Add pepper Noise Only [r c]=find(r3==0); //Find pepper Noise Only for i=1:length(r) gray_noise_pepper(r(i),c(i)) = 0; end figure,ShowImage(gray_noise_pepper,'Noisy Image'); title('Image with pepper Noise'); m=3;n=3;Q=-1.5; [f]=Contra_Harmonic_mean(gray_noise_pepper,m,n,Q); figure,ShowImage(f,'Recovered Image'); title('Recovered Image with Contra Harmonic Mean Filter[ Q=-1.5 ]'); /////////////////////////////////// Contra_Harmonic Mean Filter (Salt) //////////////////// temp(1:M,1:N)=0.5; r3=imnoise(temp,'salt & pepper',0.1); //Generate salt & pepper Noise gray_noise_salt=gray; //Add salt Noise Only [r c]=find(r3==1); for i=1:length(r) gray_noise_salt(r(i),c(i)) = 255; end figure,ShowImage(gray_noise_salt,'Noisy Image'); title('Image with Salt Noise'); m=3;n=3;Q=1.5; [f]=Contra_Harmonic_mean(gray_noise_salt,m,n,Q); figure,ShowImage(f,'Recovered Image'); title('Recovered Image with Contra Harmonic Mean Filter[ Q=1.5 ]');
b45b882f929f69966c19804c1cd766b865b24515
449d555969bfd7befe906877abab098c6e63a0e8
/1202/CH6/EX6.3/6_3.sce
4f126ae776c4fb0083b798972783cf022ba6c15b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
2,969
sce
6_3.sce
clear clc //Example 6.3 disp('Example 6.3') //Smith's method t20=1.85;//min t60=5;//min ratio=t20/t60; zeta=1.3;//Zeta obtained from Fig 6.7 page 109 tau=t60/2.8//Value 2.8 obtained from Fig 6.7 tau1=tau*zeta+tau*sqrt(zeta^2-1); tau2=tau*zeta-tau*sqrt(zeta^2-1); mprintf('From Smiths method \n tau1=%f min\n tau2=%f min \n',[tau1 tau2]) //Nonlinear regression //This method cannot be directly used here because we do not have the data with us //Had the data been given in tabular form we could have performed a regression //Converting graphical data(Fig 7.8) printed in textbook to tabular form is not practical //Towards the end of the program however a roundabout way has been implemented so //that the user can learn the technique of non-linear optimization s=%s; G2=1/((tau1*s+1)*(tau2*s+1)) //Smith's method G3=1/(4.60*s+1)//First order with time delay: Note that we cannot have exp(-0.7s) without symbolic toolbox so we use a roundaround trick for this //Also note that we could have used Pade's approximation but that works well only for very small time delays G1=1/((3.34*s+1)*(1.86*s+1)); //Nonlinear regression Glist=syslin('c',[G1 G2 G3]') //Simply collating them together for further simulation G=syslin('c',Glist); t=0:0.1:20; y=csim('step',t,G); y(3,:)=[zeros(1,8) y(3,1:$-8)] //This is the roundabout trick to introduce time lag by manually //shifting the respone by 0.7 min plot(t,y) xtitle('Ex-6.3(Fig 6.9)','Time(min)','y(t)/KM'); a=legend("Nonlinear regression","Smiths method","FOPTD",position=4); a.font_size=2; a=get("current_axes");b=a.title;b.font_size=5;c=a.x_label;c.font_size=5; c=a.y_label;c.font_size=5; //====NON-LINEAR REGRESSION====// //Now that we have the response data and also taking the word from the book that //simulation from Excel/Matlab is identical to experimental data, we can actually //take this simulation and use it for showing regression //So our experimental data is y(1) //For nonlinear regression we define a cost function which we have to minimize function err=experiment(tau) s=%s; G=syslin('c',1/((tau(1)*s+1)*(tau(2)*s+1))); t=0:0.1:20; response=csim('step',t,G); err=sum((response-y(1,:)).^2); endfunction //f is value of cost function, g is gradient of cost function, //ind is just a dummy variable required by optim function function [f,g,ind]=cost(tau,ind) f=experiment(tau) g=numdiff(experiment,tau) endfunction x0=[3 1]'; //Initial guess for optimization routine [cost_opt, tau_opt]=optim(cost,x0) mprintf('\n Optimization using optim function done successfully \n') mprintf('\n From nonlinear regression \n tau1=%f min\n tau2=%f min \n',[tau_opt]') //Formatted output... mprintf('\n tau1(min) tau2(min) Sum of squares') mprintf('\n Smith %f %f %f',3.81,0.84,0.0769) mprintf('\n First Order\n(delay=0.7min) %f %s %f',4.60,'--',0.0323) mprintf('\n Excel and Matlab %f %f %f \n',3.34,1.86,0.0057)
c05cbe1b3cf067656d2d2dfbcdbef7739c1ece8b
449d555969bfd7befe906877abab098c6e63a0e8
/1247/CH2/EX2.27/example2_27.sce
1bc87031e124a64dfd68459dfd913af79e22a13c
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
495
sce
example2_27.sce
clear; clc; // Stoichiometry // Chapter 2 // Basic Chemical Calculations // Example 2.27 // Page 44 printf("Example 2.27, Page 44 \n \n"); // solution P = 5.7+1.01 //[bar] absolute total P // using Roult's law vp = 3.293*.7737 //[kPa] vap P of furfural // using Dalton's law of partial P n1 = vp/(P*100) // mol fraction of furfural n2 = 1-n1 // mol fraction of 1 -butene printf("mol fraction of Furfural is "+string(n1)+"\nmol fraction of 1-Butene is "+string(n2)+".")
c86f4159aaf8b3af1e55b691cc249be1e9874009
449d555969bfd7befe906877abab098c6e63a0e8
/647/CH2/EX2.10/Example2_10.sce
c533cb8976840edc8a5bdeaded78d8f74a652ca5
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
499
sce
Example2_10.sce
clear; clc; // Example: 2.10 // Page: 53 printf("Example: 2.10 - Page: 53\n\n"); // Solution //*****Data*****// T1 = 300;// [K] V1 = 30;// [L] V2 = 3;// [L] Cv = 5;// [cal/mol] R = 2;// [cal/K mol] //*************// Cp = Cv + R;// [cal/mol] gama = Cp/Cv; // The relation between temperature and volume of ideal gas undergoing adiabatic change is given by: // (T2/T1) = (V1/V2)^(gama - 1) T2 = T1 * (V1/V2)^(gama - 1);// [K] printf("The final temperature is %.1f K\n",T2);
3af52818c8faadbe745513fed56edaf213dfa908
449d555969bfd7befe906877abab098c6e63a0e8
/3862/CH2/EX2.26/Ex2_26.sce
b435869817f353714ccb1496792f9789a073ca23
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
632
sce
Ex2_26.sce
clear // //variable declaration PB=20.0 //vertical loadng at point B,KN PC=30.0 //vertical loadng at point C,KN thetaab=30.0 *%pi/180.0 thetabc=50.0*%pi/180.0 //applying lami's thereom T1=PB*sin(thetabc)/sin(%pi-thetabc+thetaab) T2=PB*sin(%pi-thetaab)/sin(%pi-thetabc+thetaab) theta=atan((T2*sin(thetabc))/(PC-T2*cos(thetabc)))*180/%pi printf("\n T1= %0.2f KN",T1) printf("\n T2= %0.2f KN",T2) //Writing equations of equilibrium for the system of forces at C printf("\n theta= %0.2f °",theta) T3=(PC-T2*cos(thetabc))/cos(theta*%pi/180) printf("\n T3= %0.2f KN",T3)
05bbd67a2c7f8769af2dc4d10a3281e553a8aa42
449d555969bfd7befe906877abab098c6e63a0e8
/2024/CH12/EX12.9/12_9.sce
b8e12ef460e49a5aeefbd8d629bc2e608cde05c7
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
378
sce
12_9.sce
clc clear //Initialization of variables b1=480.9 h1=1306.9 s1=1.5894 h2=1122 s2=s1 s3=1.6522 b3=310.9 h3=1169.5 //calculations W=h3-h1 db=b3-b1 dh=h1-h2 etae=abs(W/dh) eps=abs(W/db) I=db-W //results printf("Engine efficiency = %.1f percent",etae*100) printf("\n Effectiveness = %.1f percent",eps*100) printf("\n Loss of available energy = %.1f Btu/lbm",I)
ab7d6c3ed44638831f6f5d495c79118f135d3c32
449d555969bfd7befe906877abab098c6e63a0e8
/1943/CH6/EX6.4/Ex6_4.sce
5e320b12480557910341a9fb8d162679693ed18b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
2,575
sce
Ex6_4.sce
clc clear //Input data W=120;//The amount of electricity produced in the power plant in MW po=100;//The pressure of the steam at the outlet of boiler in bar to=500;//The temperature of steam at the outlet of boiler in degree centigrade p=0.1;//The condenser pressure in bar nb=0.9;//The efficiency of the boiler CV=25.7;//The calorific value of the coal in MJ/kg ti=160;//The feed water temperature at boiler inlet in degree centigrade H=40;//The high of the risers in the furnace wall in m xt=0.08;//The quality of the steam at the top of the riser v=2;//The exit velocity of the riser and entering the drum in m/s Do=60;//The outer diameter of the risers in mm T=3;//The thickness of the wall in mm pi=3.142;//Mathematical constant g=9.806;//Gravitational force constant in m/s^2 //Calculations h1=3374.8;//Enthalpy at point 1 in kJ/kg s1=6.6011;//Entropy at point 1 in kJ/kgK sf=0.6479;//Entropy of the saturated liquid at point 1 in kJ/kgK sg=7.5055;//Entropy of the Saturated vapour at point 1 in kJ/kgK x2=(s1-sf)/sg;//The quality of the steam h2=191.46+(x2*2393.29);//Enthalpy at point 2 in kJ/kg h3=191.46;//Enthalpy at point 3 in kJ/kg h5=675.5;//Enthalpy at point 5 in kJ/kg ws=(W*1000)/(h1-h2);//Mass flow rate of steam in kg/s wf=(ws*(h1-h5))/(nb*CV*1000);//Mass flow rate of fuel in kg/s E=ws/wf;//Evaporation factor vf=0.0014523;//The specific volume of saturated liquid in m^3/kg vg=0.0165884;//The specific volume of saturated vapour in m^3/kg vt=vf+(xt*vg);//Specific volume at the top in m^3/kg pt=1/vt;//Density of the steam at the top in kg/m^3 pf=1/vf;//The density of the steam in kg/m^3 pm=(pf+pt)/2;//The average mixture density in kg/m^3 H1=[g*H*(pf-pm)]/10^5;//Pressure head available for natural circulation in bar CR=1/xt;//Circulation ratio di=(Do-(2*T))/1000;//The inner diameter of the riser in m A=(pi*di^2)/4;//Area for the inner diameter in m^2 w=(A*pt*v*xt);//The rate of steam formation in the riser in kg/s Nr=ceil(ws)/w;//The number of risers hfg=1319.8;//Enthalpy of the evaporation in kJ/kg Ha=(w*hfg)/((Do/1000)*H);//Heat absorption rate per unit projected area of the riser in kW/m^2 //Output printf('(a)The steam generation rate = %3.3f kg/s \n (b) The fuel burning rate = %3.3f kg/s \n (c) The evaporation factor = %3.2f \n (d) The pressure head available for natural circulation = %3.4f bar \n (e) The circulation ratio = %3.1f \n (f)The number of risers required = %3.0f \n (g) The heat absorbtion rate per unit projected area of the riser = %3.2f kW/m^2',ws,wf,E,H1,CR,Nr,Ha)
8349e990655cdd863fc9998aaaede86926fc29e3
449d555969bfd7befe906877abab098c6e63a0e8
/1109/CH3/EX3.10/3_10.sce
06f969a8a8d9c6403a3dbea1bea2a26bcd67479c
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
466
sce
3_10.sce
clear; clc; f=1000;l=1000;R=10.4;L=0.00367;G=0.8*(10^-6);C=0.00835*(10^-6);Es=10; //value of Es as taken in solution w=2*%pi*f; Z=R+round((%i*w*L)); Y=G+(%i*w*C); Zo=sqrt(Z/Y); P=sqrt(Z*Y); Is=Es/Zo; Ir=Is*exp(-P*l); P=((abs(Ir))^2)*real(Zo); printf("-Power delivered at receiving end = %f micro-watt",P*(10^6)); //the difference in result is due to erroneous value in textbook. disp("The difference in result is due to erroneous value in textbook")
7c911920a334bd6eb1b811dbd09ee6f9ed6eb540
2e676e3b1cebfbb9d20f9b935ceacd507c57d36a
/Octave/octave-4.2.1/share/octave/4.2.1/etc/tests/fixed/colormaps.tst
a8f70f5126b103c59ca2a1cca6d554ed24cfe85e
[]
no_license
vohrahul/ML-ang-coursera
239469e763b290aa178b7aa8a86eda08e4e7f4be
4c24fd2ecfb9f3de7df15e3a9f75627f782f9915
refs/heads/master
2022-12-28T03:45:54.810173
2020-10-16T12:33:25
2020-10-16T12:33:25
304,620,441
1
0
null
null
null
null
UTF-8
Scilab
false
false
1,650
tst
colormaps.tst
## Copyright (C) 2016-2017 Carnë Draug ## ## This file is part of Octave. ## ## Octave is free software; you can redistribute it and/or modify it ## under the terms of the GNU General Public License as published by ## the Free Software Foundation; either version 3 of the License, or (at ## your option) any later version. ## ## Octave is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with Octave; see the file COPYING. If not, see ## <http://www.gnu.org/licenses/>. ## This is a test that should be used on all Octave colormaps. ## Because there is no function to get a list of all colormap ## functions, they should be added here manually. %!test %! hf = figure ("visible", "off"); %! unwind_protect %! all_colormaps = {@autumn, @bone, @cool, @copper, @cubehelix, ... %! @flag, @gray, @hot, @hsv, @jet, @lines, @ocean, ... %! @pink, @prism, @rainbow, @spring, @summer, ... %! @viridis, @white, @winter}; %! %! for i = 1:numel (all_colormaps) %! f = all_colormaps{i}; %! %! assert (iscolormap (f (1))); %! assert (iscolormap (f (12))); %! assert (iscolormap (f (200))); %! %! ## bug #44070 %! assert (class (f (uint8 (12))), "double"); %! assert (iscolormap (f (uint8 (12)))); %! %! assert (f (0), zeros (0, 3)); %! endfor %! unwind_protect_cleanup %! close (hf); %! end_unwind_protect
b99c876856b01599f5382855fff84327d6937431
889037cfc76d0987d8e09d916915a7358761b9cb
/mini project optical communication.sce
e006f5071a4e3a065d0d8d5bceb0d129a026bc49
[]
no_license
sasmithasree/optical-communication
b2825e42a40d55312ef55ac1510d99cec26364d7
63a65673d3356843ba76721df0ed58104b9c540e
refs/heads/main
2023-06-13T22:53:35.913869
2021-07-03T12:50:24
2021-07-03T12:50:24
382,614,548
0
0
null
null
null
null
UTF-8
Scilab
false
false
914
sce
mini project optical communication.sce
clear; close; clc; //physical constants h=6.624e-34; //plank&#39;s constant c=3e8; //speed of light in free space - constant e=1.6e-19; //charge of electron //Input lambda=1.31e-6; tr=30e-9; tnr=100e-9; t=(tr*tnr)/(tr+tnr); printf( The bulk recombination lifetime is %0.1f ns,t*1e9); Nint=t/tr; //Internal Quantum Efficiency printf(Internal Quantum Efficiency is %0.3f,Nint); for i=1:40 //current in milliamperes L(i)=i; pint(i)=(Nint*L(i)*h*c)/(e*lambda); //Internally generated power end printf(Internally generated power is %0.1f mW, pint(i)); //Assume the refractive index of LED material is n=3.5 // External Quantum Efficiency n=3.5; //Refractive index of LED material Next=1/(n*(n+1)^2)*100; printf( External Quantum Efficiency is %0.3f, Next); //Optical power emitted from LED P=(pint*1e-3*Next); plot2d(L,P,-3); xtitle(DC Characteristics of LED,Current(mA),Power(mW));
6278214a9d482f40560018335154c7ff4f90ec40
5a05d7e1b331922620afe242e4393f426335f2e3
/macros/wind.sci
9e1708f95e91899f859c155dbd898ebc9c9fcc35
[]
no_license
sauravdekhtawala/FOSSEE-Signal-Processing-Toolbox
2728cf855f58886c7c4a9317cc00784ba8cd8a5b
91f8045f58b6b96dbaaf2d4400586660b92d461c
refs/heads/master
2022-04-19T17:33:22.731810
2020-04-22T12:17:41
2020-04-22T12:17:41
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,470
sci
wind.sci
function w_out = wind (f, m, varargin) //This function creates an m-point window from the function f given as input. //Calling Sequence //w = window(f, m) //w = window(f, m, opts) //Parameters //f: string value/window name //m: positive integer value //opts: string value, takes in "periodic" or "symmetric" //w: output variable, vector of real numbers //Description //This function creates an m-point window from the function f given as input, in the output vector w. //f can take any valid function as a string, for example "blackmanharris". //Examples //window("hanning",5) //ans = // 0. // 0.5 // 1. // 0.5 // 0. funcprot(0); rhs = argn(2) lhs = argn(1) if(type(f)==10) // Checking whether 'f' is string or not if(f=="bartlett" | f=="blackman" | f=="blackmanharris" | f=="bohmanwin" | f=="boxcar" |... f=="barthannwin" | f=="chebwin"| f=="flattopwin" | f=="gausswin" | f=="hamming" |... f=="hanning" | f=="hann" | f=="kaiser" | f=="parzenwin" | f=="triang" |... f=="rectwin" | f=="tukeywin" | f=="blackmannuttall" | f=="nuttallwin") if(rhs<2) error("Wrong number of input arguments.") else c =evstr (f); w=c(m, varargin(:)) if (lhs > 0) w_out = w; end end else error("Use proper Window name") end else error("The first argument f that is window name should be a string") end endfunction
f7fae3bf2106514bbf1430f0671d59613c3172c1
449d555969bfd7befe906877abab098c6e63a0e8
/1871/CH4/EX4.16/Ch04Ex16.sce
4b72c1cfba98dcb7685e3a0669b2e3134bfd6a83
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
641
sce
Ch04Ex16.sce
// Scilab code Ex4.16 : Pg:156 (2008) clc;clear; omega = 0.0196; // Fringe width, cm D = 100; // Distance between the biprism and narrow slit, cm I = 0.70; // Separation of the two coherent sources, cm u = 30; // Distance of the lens from the slit, cm v = D - u; // Distance of image from the lens, cm // As magnification, M = I/O = v/u and O = 2*d, solving for d d = I*u/(2*v); // Half the distance between two coherent sources, cm Lambda = 2*d*omega/D; // Wavelength of light used, cm printf("\nThe wavelength of light used = %4.2e cm", Lambda); // Result // The wavelength of light used = 5.88e-005 cm
1033ea3d2ed4b6f848f05714608e0dc2992c7e08
449d555969bfd7befe906877abab098c6e63a0e8
/770/CH2/EX2.16/2_16.sce
27f592552ffab556ecfd6deabae69a8464c1e35b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,596
sce
2_16.sce
clear; clc; funcprot(0); // Example - 2.16 // Page number - 68 printf("Example - 2.16 and Page number - 68\n\n"); //Given T = 500+273.15;//[K] - Temperature P = 15;//[atm] - Pressure P = P*101325;//[N/m^(2)] R = 8.314;//[J/mol*K] - Universal gas constant Tc = 190.6;//[K] - Cricitical temperature Pc = 45.99*10^(5);//[N/m^(2)] - Cricitical pressure Vc = 98.6;//[cm^(3)/mol] - Cricitical molar volume Zc = 0.286;// Critical compressibility factor w = 0.012;// Acentric factor //(1) //Virial equation of state,Z = 1 + (B*P)/(R*T) Tr_1 = T/Tc;//Reduced temperature B_0 = 0.083-(0.422/(Tr_1)^(1.6)); B_1 = 0.139-(0.172/(Tr_1)^(4.2)); // We know,(B*Pc)/(R*Tc) = B_0+(w*B_1) B = ((B_0+(w*B_1))*(R*Tc))/Pc;//[m^(3)/mol]//second virial coefficient Z = 1 + (B*P)/(R*T);//compressibility factor //(P*V)/(R*T)=1+(B*P)/(R*T),and thus, V_1 = (Z*R*T)/P;//[m^(3)/mol] printf(" (1).The molar volume of methane using given virial equation is %e m^(3)/mol\n",V_1); //(2). //Virial equation of state,Z = 1 + (B/V) //Also,Z = (P*V)/(R*T). Substituting the value of Z,we get // V^(2) - ((R*T)/P)*V - ((B*R*T)/P) = 0.Solving the quadratic equation deff('[y]=f(V)','y=V^(2)-((R*T)/P)*V-((B*R*T)/P)'); V2_1=fsolve(0,f); V2_2=fsolve(1,f); // Out of two roots,we will consider only positive root printf(" (2).The molar volume of methane using given virial equation is %e m^(3)/mol\n",V2_2); // (3) // Van der Walls equation of state, // (P + (a/V^(2)))*(V - b) = R*T a_3 = (27*(R^(2))*(Tc^(2)))/(64*Pc);//[Pa*m^(6)/mol^(2)] b_3 = (R*Tc)/(8*Pc);//[m^(3)/mol] // The cubic form of van der Walls equation of state is given by, // V^(3) - (b + (R*T)/P)*V^(2) + (a/P)*V - (a*b)/P = 0 // Solving the cubic equation deff('[y]=f1(V)','y=V^(3)-(b_3+(R*T)/P)*V^(2)+(a_3/P)*V-(a_3*b_3)/P'); V3_1=fsolve(1,f1); V3_2=fsolve(10,f1); V3_3=fsolve(100,f1); // The above equation has 1 real and 2 imaginary roots. We consider only real root. printf(" (3).The molar volume of methane using van der Walls equation of state is %e m^(3)/mol\n",V3_1); // (4) // Redlich Kwong equation of state a_4 = (0.42748*(R^(2))*(Tc^(2.5)))/Pc;//[Pa*m^(6)*K^(1/2)/mol] b_4 = (0.08664*R*Tc)/Pc;//[m^(3)/mol] // The cubic form of Redlich Kwong equation of state is given by, // V^(3) - ((R*T)/P)*V^(2) - ((b_1^(2)) + ((b_1*R*T)/P) - (a/(T^(1/2)*P))*V - (a*b)/(T^(1/2)*P) = 0 // Solving the cubic equation deff('[y]=f2(V)','y=V^(3)-((R*T)/P)*V^(2)-((b_4^(2))+((b_4*R*T)/P)-(a_4/(T^(1/2)*P)))*V-(a_4*b_4)/(T^(1/2)*P)'); V4_1=fsolve(1,f2); V4_2=fsolve(10,f2); V4_3=fsolve(100,f2); //The above equation has 1 real and 2 imaginary roots. We consider only real root. printf(" (4).The molar volume of methane using Redlich Kwong equation of state is %e m^(3)/mol\n",V4_1); // (5) // Using Peng-Robinson equation of state m = 0.37464 + 1.54226*w - 0.26992*w^(2); Tr_5 = T/Tc; alpha = (1 + m*(1 - Tr_5^(1/2)))^(2); a = ((0.45724*(R*Tc)^(2))/Pc)*alpha;//[Pa*m^(6)/mol^(2)] b = (0.07780*R*Tc)/Pc;//[m^(3)/mol] // Cubic form of Peng-Robinson equation of stste is given by // V^(3)+(b-(R*T)/P)*V^(2)-((3*b^(2))+((2*R*T*b)/P)-(a/P))*V+b^(3)+((R*T*(b^(2))/P)-((a*b)/P)=0; // Solving the cubic equation deff('[y]=f3(V)','y=V^(3)+(b-(R*T)/P)*V^(2)-((3*b^(2))+((2*R*T*b)/P)-(a/P))*V+b^(3)+((R*T*(b^(2)))/P)-((a*b)/P)'); V5_1=fsolve(-1,f3); V5_2=fsolve(0,f3); V5_3=fsolve(1,f3); //The largest root is for vapour phase, //The largest root is only considered as the systemis gas printf(" (5).The molar volume of methane using Peng-Robinson equation of state is %e m^(3)/mol\n",V5_3);
2bccc91b5fd6957db37b7f534f8cb30f9b104d65
449d555969bfd7befe906877abab098c6e63a0e8
/1997/CH9/EX9.22/example22.sce
9c3d63addff91c4eb4c4d45c84edc8583d23f97a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
646
sce
example22.sce
//Chapter-9 example 22 //============================================================================= clc; clear; disp('For half wave dipole Emax = 60I/r') disp('But Pr = 73 I^2 Watts'); disp('For Pr = 1 W'); disp('I = 1/sqrt(73)'); disp('Emax = (60/r)*I'); disp('Gdmax = (4*pi*phi)/Pr'),disp('as Pr =1 and phi = (r^2)*(E^2)/no') disp('Gdmax = 4*pi*(r^2)*(E^2)/no'); disp(' = (4*pi*(r^2)*60*60)/(no*r*r*73)' ); disp(' = (4*pi*60*60)/(120*pi*73)'); Gdmax = 120/73; mprintf('Directivity of half wave dipole is %3.2f',Gdmax ); //=============end of program===================================================
de1e399de82663e6ba5f18cf9c70c2180257cfe3
449d555969bfd7befe906877abab098c6e63a0e8
/1529/CH3/EX3.2/3_02.sce
ba9214db2d66b6bd78f396a7f9001ffb28d24533
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
594
sce
3_02.sce
//Chapter 3, Problem 2 clc; A=2; //Cross-sectional area in milimetre square R=300; //Resistance of wire A1=5; //Cross-sectional area of same wire R2=750; //Resistance of same wire K=R*A; //Calculating proportionality constant R1=K/A1; //Calculating resistance with cross-sectional area 5mm2 A2=K/R2; //Calculating cross-sectional area with resistance 750ohm printf("(a) Resistance of wire = %f ohm\n\n\n",R1); printf("(b) Cross-sectional area of a wire = %f mm^2",A2);
46edf09edd1395bd982e4c07b2f9cd8fdcb55ad9
a62e0da056102916ac0fe63d8475e3c4114f86b1
/set6/s_Electrical_Measurements_And_Measuring_Instruments_N._V._Suryanarayana_1376.zip/Electrical_Measurements_And_Measuring_Instruments_N._V._Suryanarayana_1376/CH4/EX4.5/4_5.sci
2e9cd4440f85e415d4523608286e1c4f7137f626
[]
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
140
sci
4_5.sci
errcatch(-1,"stop");mode(2);//4.5 ; lx=55; ly=100-lx; Y=100; X=Y*(lx/ly); printf("Resistance of the field coil=%.2f ohm",X) exit();
2ecf7a40c556546641033dea75ddb04ea17d253d
7b7be9b58f50415293def4aa99ef5795e6394954
/sim/scripts/hydratethermo.tst
996fca7dd17dab883e9991812891a3efafca23f0
[]
no_license
sabualkaz/sim42
80d1174e4bc6ae14122f70c65e259a9a2472ad47
27b5afe75723c4e5414904710fa6425d5f27e13c
refs/heads/master
2022-07-30T06:23:20.119353
2020-05-23T16:30:01
2020-05-23T16:30:01
265,842,394
0
0
null
2020-05-21T12:26:00
2020-05-21T12:26:00
null
UTF-8
Scilab
false
false
702
tst
hydratethermo.tst
units SI $thermo = VirtualMaterials.Peng-Robinson / -> $thermo thermo + NITROGEN WATER METHANE ETHANE PROPANE ISOBUTANE CARBON_DIOXIDE HYDROGEN_SULFIDE n-BUTANE Feed = Stream.Stream_Material() Out = Stream.Stream_Material() Hydrate = HydrateThermoBased.Hydrate() Feed.Out -> Hydrate.In Hydrate.Out -> Out.In Feed.In.T = 40 Feed.In.P = 2000 kPa Feed.In.Fraction = 0.094 0.0 0.784 0.06 0.036 0.005 0.002 0.0 0.019 Feed.In.MoleFlow = 100 # Results Feed.In Out.Out Hydrate.HydrateTemp curve = HydrateThermoBased.HydrateCurve() curve.In.Fraction = 0.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 curve.MaxP = 50000.0 curve.MinT = 260 K curve.MaxT = 290 K curve.HYDRATECURVE
e2d53062d739617d3805fff70a8af936f9226eef
fc5f9829f319cba4dff14d88c395a7a2a356c57e
/ALU.tst
29cb5f3dec33ffe1be599d618c7f054f370bcf9c
[]
no_license
bharath1729/CS2310-Lab5
3981815375d093ae7bab31e17ecefb742e67fdd1
801afde42ee08ec2d9648b0ae33c330127ee4c4a
refs/heads/master
2023-08-10T16:59:36.710531
2021-09-29T06:52:11
2021-09-29T06:52:11
409,913,368
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,701
tst
ALU.tst
load ALU.hdl; output-file ALU.out; compare-to ALU.cmp; output-list x%B3.8.3 y%B3.8.3 c%B3.3.3 us%B3.1.3 out%B3.8.3 overflow%B3.1.3 equality%B3.1.3; //Logical Operations //NOP set x %B00100100; set y %B00100000; set c %B000; set us %B0; eval; output; set x %B00100100; set y %B00100100; set c %B000; set us %B0; eval; output; //AND set x %B00100100; set y %B00100000; set c %B001; set us %B0; eval; output; //OR set x %B00100100; set y %B00100000; set c %B010; set us %B0; eval; output; //XOR set x %B00100100; set y %B00100000; set c %B011; set us %B0; eval; output; //Arthemetic Operations //No Overflow //Unsigned Addition set x %B00100100; set y %B00100000; set c %B100; set us %B0; eval; output; //Unsigned Subtraction set x %B00100100; set y %B00100000; set c %B101; set us %B0; eval; output; //Signed Addition set x %B00000100; set y %B10100000; set c %B100; set us %B1; eval; output; //Signed Subtraction set x %B11111011; set y %B11110100; set c %B101; set us %B1; eval; output; //Unsigned Multiplication set x %B00000100; set y %B00000101; set c %B110; eval; output; //Signed Multiplication set x %B11111101; set y %B00000101; set c %B111; set us %B1; eval; output; //Overflow //Unsigned Addition set x %B10010110; set y %B10010110; set c %B100; set us %B0; eval; output; //Signed Addition set x %B10011100; set y %B10011100; set c %B100; set us %B1; eval; output; //Signed Subtraction set x %B01100100; set y %B10011100; set c %B101; set us %B1; eval; output; //Unsigned Multiplication set x %B00110010; set y %B00110010; set c %B110; set us %B0; eval; output; //Signed Multiplication set x %B11001110; set y %B00110010; set c %B111; set us %B1; eval; output;
e37d6dfe26882c3db1a3a15deb93f56f13f461a0
449d555969bfd7befe906877abab098c6e63a0e8
/3137/CH18/EX18.41/Ex18_41.sce
9b9a8f89fad342719fdda3018240d338ae5015b2
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
406
sce
Ex18_41.sce
//Initilization of variables u=6.55 //ft/s g=32.2 //ft/s^2 L=6 //ft W=5 //lb c=0.7 //fraction of impulse acting in second phase //Calculations //Impulse I=(W/g)*(u/3) //N.s //Second Phase v=(u*2-(c*(W*u*(1/3)))) //ft/s wprime=(1.09*60+c*(W*u*(1/3)*6))/60 //rad/s //Result clc printf('The value of v=%f ft/s and that of w is %f rad/s',v,wprime) //The value of w is incorrect in the textbook
f6ee17a274999b407a936b5071ccef5cfc2a146f
449d555969bfd7befe906877abab098c6e63a0e8
/26/CH1/EX1.2.7/1_2_7.sce
fd471e1b478a9955615723705845309f562cf7c4
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
404
sce
1_2_7.sce
disp('the augmented matrix is') a=[1 3 4 7;3 9 7 6] disp(a) disp('R2=R2-3*R1') a(2,:)=a(2,:)-3*a(1,:) disp(a) disp('(-1/5)*R2') a(2,:)=(-1/5)*a(2,:) disp(a) disp('R1=R1-4*R2') a(1,:)=a(1,:)-4*a(2,:) disp('the row reduced form is:') disp(a) disp('corresponding equations are') disp('x1+3*x2=-5 and x3=3') disp('free variables:x2') disp('general solution is:') disp('x1=-5-3*x2, x2, x3=3')
c017e8d2ef666f152407f8ea97d05b2cafd4e09e
449d555969bfd7befe906877abab098c6e63a0e8
/995/CH1/EX1.24/Ex1_24.sce
0122a3eddf78e8835e0a710b1aa6bed14c2cb1e0
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
131
sce
Ex1_24.sce
//Ex:1.24 clc; clear; close; B=(2.5*10^-3);//in Tesla a=(20*10^-4);//in sq. meter flux=B*a; printf("Flux = %e webers",flux);
0e08b8b2ca0a02185ef0d234b368eec475f7c16c
449d555969bfd7befe906877abab098c6e63a0e8
/2825/CH19/EX19.27/Ex19_27.sce
2612863993d70d4e6771e101c450d487189c17fc
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
389
sce
Ex19_27.sce
//Ex19_27 Pg-997 clc disp("(A+B)(A+C) = AA + AC + AB + BC ") //by distributive law disp(" = A + AC + AB +BC") //by theorem(6) disp(" = A(1 + C) + AB + BC") //by distributive law disp(" = A.1 + AB + BC ") //by theorem(3) disp(" = A(B + 1) + BC") //by distributive law disp(" = A + BC") disp("Therefore (A+B)(A+C) = A + BC")
e37ece6f5e4d9868cb99cc307e326ee0158079c0
449d555969bfd7befe906877abab098c6e63a0e8
/1922/CH4/EX4.20/4_20.sce
09d1deb29fbf0ec7af633a4bdcd16b90da376aa2
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
754
sce
4_20.sce
clc clear //Initialization of variables ta=310 //K pa=80 //kPa r=10 k=1.4 R=8.3143 n=5/29 cv=20.93 //calculations Qab=0 tb=ta*r^(k-1) va=R*ta/pa vb=va/r pb=R*tb/vb Wab= -n*R*ta/(k-1) *((pb/pa)^((k-1)/k) -1) vc=vb Qbc=500 //kJ Wbc=0 tc=tb+ Qbc/(n*cv) pc=R*tc/vc Qcd=0 td=tc/r^(k-1) vd=va pd=td/tc*(vc/vd)*pc Wcd=-n*R*tc/(k-1) *((pd/pc)^((k-1)/k)-1) Wda=0 Qda=n*cv*(ta-td) eta0=1-1/r^(k-1) //results printf("Efficiency of cycle = %.3f",eta0) p=[pa pb pc pd] t=[ta tb tc td] Q=[Qab Qbc Qcd Qda] W=[Wab Wbc Wcd Wda] disp('Pressure (kPa) = ') format('v',6);p disp(p) disp("Temperature (K)= ") format('v',6);t disp(t) disp("Heat (kJ)= ") format('v',6);Q disp(Q) disp("Work done (kJ) = ") format('v',6);W disp(W)
77558548e466085dd1ca7ad271d3c94da935406e
449d555969bfd7befe906877abab098c6e63a0e8
/1736/CH6/EX6.1/Ch06Ex1.sce
2f79f8cb6244014db990687feaaaae25489c51b7
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,325
sce
Ch06Ex1.sce
// Scilab Code Ex6.1: Page-190 (2006) clc; clear; S = cell(4,2); // Declare a 4X2 cell // Enter material names S(1,1).entries = 'Si'; S(2,1).entries = 'GaAs'; S(3,1).entries = 'GaP'; S(4,1).entries = 'ZnS'; // Enter energy band gap values S(1,2).entries = 1.11; S(2,2).entries = 1.42; S(3,2).entries = 2.26; S(4,2).entries = 3.60; h = 6.626e-034; // Planck's constant, Js c = 3e+08; // Speed of light, m/s e = 1.6e-019; // Energy equivalent of 1 eV, J/eV printf("\n______________________________________________________"); printf("\nMaterial E_g (eV) Critical Wavelength (micron)"); printf("\n______________________________________________________"); for i = 1:1:4 lambda = h*c/(S(i,2).entries*e); printf("\n%8s %4.2f %5.3f", S(i, 1).entries, S(i, 2).entries, lambda/1e-06); end printf("\n______________________________________________________"); // Result // ______________________________________________________ // Material E_g (eV) Critical Wavelength (micron) // ______________________________________________________ // Si 1.11 1.119 // GaAs 1.42 0.875 // GaP 2.26 0.550 // ZnS 3.60 0.345 // ______________________________________________________
4bfaf4c28d4198906b636939730b6394d60bd3a8
449d555969bfd7befe906877abab098c6e63a0e8
/68/CH6/EX6.13/ex13.sce
08a8caaf6e3ae1862e500f7a1ac5f5b60a34cc33
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,658
sce
ex13.sce
// Example 6.13: Analysis of CC-CE amplifier // Consider a CC-CE amplifier // at an emitter bias current of 1mA for Q_1 and Q_2 g_m=40*10^-3; // (A/V) r_e=25; // (ohm) B=100; // beta value C_u=2*10^-12; // (F) f_T=400*10^6 // (Hz) r_pi= B/g_m; disp(r_pi,"r_pi (ohm)") C_pi=g_m/(2*%pi*f_T)-C_u; disp(C_pi,"C_pi (F)") R_in2=2500; // (ohm) r_pi2=2500; // (ohm) r_pi1=2500; // (ohm) r_e1=0.025; // (ohm) B_1=100; // beta value R_in=(B_1+1)*(r_e1+R_in2); disp(R_in,"R_in (ohm)") R_sig=4*10^3; // (ohm) R_L=4000; // (ohm) Vb1byVsig=R_in/(R_in+R_sig); // (V_b1/V_sig) disp(Vb1byVsig,"(V_b1/V_sig) (V/V)") Vb2plusVb1=R_in2/(R_in2+r_e1); // (V_b2/V_b1) disp(Vb2plusVb1,"(V_b2/V_b1) (V/V)") VobyVb2=-g_m*R_L; // (V_o/V_b2) disp(VobyVb2,"(V_o/V_b2) (V/V)") A_M=VobyVb2*Vb2plusVb1*Vb2plusVb1; disp(A_M,"A_M (V/V)") R_u1=R_sig*R_in/(R_sig+R_in); disp(R_u1,"R_u1 (ohm)") R_pi1=(R_sig+R_in2)/(1+(R_sig/r_pi1)+(R_in2/r_e1)); // C_pi1 sees a resistance R_pi1 disp(R_pi1,"R_pi1 (ohm)") R_out1=25+4000/101; R_pi2=R_in2*R_out1/(R_in2+R_out1); // C_pi2 sees a resistance R_pi2 disp(R_pi2,"R_pi2 (ohm)") R_u2=(1+g_m*R_L)*R_pi2+R_L; disp(R_u2,"R_u2 (ohm)") C_u1=2*10^-12; // (F) R_u1=3940; // (ohm) C_pi1=13.9*10^-12; // (F) C_u2=2*10^-12; // (F) C_pi2=13.9*10^-12; // (F) T_H=C_u1*R_u1+C_pi1*R_pi1+C_u2*R_u2+C_pi2*R_pi2; disp(T_H,"T_H (s)") f_H=1/(2*%pi*T_H); disp(f_H,"f_H (Hz)") A_M=r_pi*(-g_m*R_L)/(r_pi+R_sig); disp(A_M,"A_M (V/V)") R_pi=r_pi*R_sig/(r_pi+R_sig); disp(R_pi,"R_pi (ohm)") R_u=(1+g_m*R_L)*R_pi +R_L; disp(R_u,"R_u (ohm)") T_H=C_pi*R_pi+C_u*R_u; disp(T_H,"T_H (s)") f_H=1/(2*%pi*T_H); disp(f_H,"f_H (Hz)")
291e1e2fd1adb2019b4d88e1db2d97a6e31afcbc
c90039f74887835096a93884110d643c4823e530
/doc/oficial/dados para treinamento RNA/RNA_ANALISE_TECNICA/Indicador/Volume/OBV/RNA_OBV.sce
67ab74e38485164efd96b285b1c841f27e59f665
[]
no_license
igorlima/CellInvest
da991366b329b5d8021e9b949d7b726023489ec8
c5411247e504b8a8d0ad77d32d41bbd2aee39930
refs/heads/master
2020-04-06T03:40:05.614164
2012-10-23T12:58:20
2012-10-23T12:58:20
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
254
sce
RNA_OBV.sce
path_rna_obv = get_absolute_file_path('RNA_OBV.sce'); N_OBV = getN( path_rna_obv + "\N_OBV.txt" ); W_OBV = getW( path_rna_obv, "OBV" ); function saida_da_rna = rna_obv( alpha_obv ) saida_da_rna = ann_FF_run( [alpha_obv], N_OBV, W_OBV ); endfunction
40fc055a6b0b3bd8fd3999491c4842b59ecd1f78
449d555969bfd7befe906877abab098c6e63a0e8
/2510/CH10/EX10.8/Ex10_8.sce
c90ec575a315286511db873e64072d1f226a9317
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
604
sce
Ex10_8.sce
//Variable declaration: //From example: h = 0.675 //Free convection heat transfer coefficient (Btu/h.ft^2.°F) A = 6.0*8.0 //Area of plate (ft^2) Ts = 120.0 //Surface temperature of plate (°F) Too = 60.0 //Ambient temperature of nitrogen (°F) //Calculation: Q = h*A*(Ts-Too) //Heat loss (Btu/h) Q = round(Q * 10**-1)/10**-1 //Result: printf("The heat loss is : %f Btu/h .",Q) printf(" The h obtained in the previous example differs, therefore, Q obtained here also differs from that given in book.")
b752d7c4ec453ce0cef69c507c0a583358a0faa4
8217f7986187902617ad1bf89cb789618a90dd0a
/browsable_source/2.4.1/Unix-Windows/scilab-2.4.1/macros/util/g_real.sci
52ac3e8351c328c1cc393c9c88f23f71d800a8d3
[ "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
403
sci
g_real.sci
function x=g_real(a) // only to be called by function real //! // Copyright INRIA select type(a) case 2 then x=real(a) //-compat next case retained for list/tlist compatibility case 15 then if a(1)=='r' then error(43) else error(43) end case 16 then if a(1)=='r' then error(43) else error(43) end case 5 [ij,v,mn]=spget(a) x=sparse(ij,real(v),mn) else error(43) end
88c10e569fc58f3a443be780df359f6876ed022f
449d555969bfd7befe906877abab098c6e63a0e8
/3813/CH4/EX4.5/Ex4_5.sce
1224fb7d76e54c968c9b91ec33bac896ead1f1af
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
411
sce
Ex4_5.sce
//Electric Drives:concepts and applications by V.subrahmanyam //Publisher:Tata McGraw-Hill //Edition:Second //Ex4_5 clc; clear; N=1800;//Speed in rpm I=60;//Current in A V=400;// voltage in V E=185;//Back emf in V N2=900;//Speed in rpm R=0.5;// Resistance in ohm Vs=V/2.34; Vl=V/1.35; Vi=V-(I*R); V=E+(I*R); a=acos(V/(2.34*Vs)); Alpha=(a*180)/%pi; disp(Alpha,"The firing angle in deg is:")
76ef9a9b199f76d2508831542dc12d7a73d06506
be79bec46a532a2d059c03f59f67a1f501c2e371
/test/testcases/directed/exp2.tst
7f26a6ceea89a7677f8f93243737eb16de374123
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
sycomix/optimized-routines
5987a6a4cab10c469cc147d1d8e667fd4d8ae94a
e875f40f0b2ad71c5381a431e6d71829770c7ab7
refs/heads/master
2020-03-30T22:15:08.212539
2018-09-18T09:36:04
2018-09-18T09:36:04
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,386
tst
exp2.tst
; Directed test cases for exp2 ; ; Copyright (c) 2018, Arm Limited. ; SPDX-License-Identifier: Apache-2.0 ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or agreed to in writing, software ; distributed under the License is distributed on an "AS IS" BASIS, ; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ; See the License for the specific language governing permissions and ; limitations under the License. func=exp2 op1=7ff80000.00000001 result=7ff80000.00000001 errno=0 func=exp2 op1=fff80000.00000001 result=7ff80000.00000001 errno=0 func=exp2 op1=7ff00000.00000001 result=7ff80000.00000001 errno=0 status=i func=exp2 op1=fff00000.00000001 result=7ff80000.00000001 errno=0 status=i func=exp2 op1=7ff00000.00000000 result=7ff00000.00000000 errno=0 func=exp2 op1=fff00000.00000000 result=00000000.00000000 errno=0 func=exp2 op1=7fefffff.ffffffff result=7ff00000.00000000 errno=ERANGE status=ox func=exp2 op1=ffefffff.ffffffff result=00000000.00000000 errno=ERANGE status=ux func=exp2 op1=00000000.00000000 result=3ff00000.00000000 errno=0 func=exp2 op1=80000000.00000000 result=3ff00000.00000000 errno=0 func=exp2 op1=00000000.00000001 result=3ff00000.00000000 errno=0 func=exp2 op1=80000000.00000001 result=3ff00000.00000000 errno=0 func=exp2 op1=3ca00000.00000000 result=3ff00000.00000000.58c errno=0 func=exp2 op1=bc900000.00000000 result=3fefffff.ffffffff.a74 errno=0 func=exp2 op1=3fe00000.00000000 result=3ff6a09e.667f3bcc.909 errno=0 func=exp2 op1=bfe00000.00000000 result=3fe6a09e.667f3bcc.909 errno=0 func=exp2 op1=3ff00000.00000000 result=40000000.00000000 errno=0 func=exp2 op1=bff00000.00000000 result=3fe00000.00000000 errno=0 func=exp2 op1=40000000.00000000 result=40100000.00000000 errno=0 func=exp2 op1=c0000000.00000000 result=3fd00000.00000000 errno=0 func=exp2 op1=3ff12345.6789abcd result=4000cef3.c5d12321.663 errno=0 func=exp2 op1=408fffff.ffffffff result=7fefffff.fffffd3a.37a errno=0 func=exp2 op1=40900000.00000000 result=7ff00000.00000000 errno=ERANGE status=ox func=exp2 op1=c090ca00.00000000 result=00000000.00000000.b50 status=ux func=exp2 op1=c090cc00.00000000 result=00000000.00000000 errno=ERANGE status=ux
72ee3366321d5f54b8ce39eca94bf890adcb05e4
449d555969bfd7befe906877abab098c6e63a0e8
/3871/CH16/EX16.13/Ex16_13.sce
c97bd8e6514446063164de838840436fabdc95c9
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
766
sce
Ex16_13.sce
//===================================================================================== //Chapter 16 example 13 clc;clear all; //variable declaration d = 1; //1 division is equal to 1 cm M = 0.4; //mark in cm S = 1.6; //mark in cm A = 2.15; //amplitude in cm t = 10; //time-base control setting in us p = 0.2; //amplitude control setting //calcculations R = M/S; //mark to space ratio T = (M+S)*t; //time for mark and space in divisions f = 1/T; //pulse in frequency kHz P = A*p; //magnitude of pule voltage in V //Result mprintf("mark-to-space ratio = %3.2f",R); mprintf("\npulse frequency = %3.2f kHz",f); mprintf("\nmagnitude of pulse voltage = %3.2f V",P);
b54b3a064ea9a6aeb0b6491111442f0ffbca6adb
449d555969bfd7befe906877abab098c6e63a0e8
/1955/CH5/EX5.4/example4.sce
00051632abb109034fa893e5bcb5bf81dcd9d1c4
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
2,475
sce
example4.sce
clc clear //input data C1=600//Velocity of steam at exit from nozzle in m/s U=120//Blade speed in m/s a1=16//Nozzle angle in degree b2=18//Discharge angle for first moving ring in degree a11=21//Discharge angle for the fixed ring in degree b22=35//Discharge angle for the second moving ring in degree Wr=0.9//Blade velocity coefficient m=1//Mass flow rate in kg/s printf('\n\nThe scale of the velocity vector diagram is 1:50\n\nThe following values are obtained from the velocity vector diagram') W1=485//Relative velocity at inlet for first stage in m/s W2=Wr*W1//Relative velocity for first stage at exit in m/s Wx1=460//Inlet whirl velocity for first stage in m/s Wx2=410//Exit whirl velocity for first stage in m/s Ca1=170//Inlet axial velocity for first stage in m/s Ca2=135//Exit axial velocity for first stage in m/s C2=325//Exit velocity of the steam for first stage in m/s b1=20//Blade inlet angle for first row of moving blade in degree C11=Wr*C2//Steam velocity at inlet to second row of moving blades in m/s W12=190//Relative velocity at inlet for second stage in m/s W22=Wr*W12//Relative velocity at exit for second stage in m/s Wx11=155//Inlet whirl velocity for second stage in m/s Wx22=140//Exit whirl velocity for second stage in m/s Ca11=110//Inlet axial velocity for second stage in m/s Ca22=100//Exit axial velocity for second stage in m/s b11=35//Blade inlet angle for second row of moving blade in degree dWx1=Wx1+Wx2//Driving force for first stage in m/s dWx11=Wx11+Wx22//Driving force for second stage in m/s dW=(dWx1+dWx11)*1//Total driving force for unit mass flow rate in N AT1=Ca1-Ca2//Axial thrust for first stage in m/s AT2=Ca11-Ca22//Axial thrust for second stage in m/s AT=(AT1+AT2)*1//Total axial thrust for unit mass flow rate in N DP=m*U*(dWx1+dWx11)*10^-3//Diagram power in kW DE=(U*(dWx1+dWx11))/((C1^2)/2)//Diagram efficiency MDE=(sind(90-a1))^2//Maximum diagram efficiency //output printf('\n\n(a)\n Blade inlet angle for first row of moving blade is %3.i degree\n Blade inlet angle for second row of moving blade is %3i degree\n(b)\n Driving force for first stage is %3i m/s\n Driving force for second stage is %3i m/s\n Total driving force for unit mass flow rate is %3i N\nTotal axial thrust for unit mass flow rate is %3i N\n(c)Diagram power is %3.1f kW\n(d)Diagram efficiency is %3.3f\n(e)Maximum diagram efficiency is %3.3f',b1,b11,dWx1,dWx11,dW,AT,DP,DE,MDE)
24219ab1d8812b5f6a5ffccf63355d883301761d
449d555969bfd7befe906877abab098c6e63a0e8
/2333/CH4/EX4.23/23.sce
ceafc9933116bb0176f3bee723f599d490ccc97b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
608
sce
23.sce
clc // Given that theta1 = 13 // rotation of plane of polarization in degree c1 = 1 // let concentration of solution is unity c2 = c1/3 // concentration of final solution l1 = 2 // length of Polari meter in decimeter in 1st case l2 = 3 // length of Polari meter in decimeter in 2nd case // Sample Problem 23 on page no. 221 printf("\n # PROBLEM 23 # \n") s = theta1/(l1*c1) // Specific rotation of solution theta2 = s*l2*c2 // // rotation of plane of polarization in degree printf("\n Standard formula used \n c = theta / (s * l). \n") printf("\n Rotation of plane of polarization is %f degree.",theta2)
8b9f15d2542fb5fd86b8942fcdf376b90df529bc
bbf1ae079309eca11270422d3f0d259d1515d430
/numerical-tours/matlab/toolbox_graph/plot_graph.sci
38f2e825380439803ef2c54530da0a4aa6f5306c
[ "BSD-2-Clause" ]
permissive
ZichaoDi/Di_MATLABTool
5e6a67b613c4bcf4d904ddc47c2744b4bcea4885
c071291c63685c236f507b2cb893c0316ab6415c
refs/heads/master
2021-08-11T07:28:34.286526
2021-08-04T18:26:46
2021-08-04T18:26:46
149,222,333
9
5
null
null
null
null
UTF-8
Scilab
false
false
417
sci
plot_graph.sci
function plot_graph(A,vertex1, str) // plot_graph - plot a graph // // plot_graph(A,pos); // // Copyright (c) 2010 Gabriel Peyre if size(vertex1,1)>size(vertex1,2) vertex1 = vertex1'; end if argn(2)<3 str = 'k.-'; end ij = spget(A>0); i = ij(:,1); j = ij(:,2); I = find(i<=j); i = i(I); j = j(I); x = [vertex1(1,i);vertex1(1,j)]; y = [vertex1(2,i);vertex1(2,j)]; plot(x,y,str); h = gce(); endfunction
d2145352ee0240471e04cad6ee67eb5e951c8b90
449d555969bfd7befe906877abab098c6e63a0e8
/2459/CH9/EX9.13/Ex9_13.sce
20633130545ccc5a952912851d9b01d33ce1c4bb
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
271
sce
Ex9_13.sce
//chapter9 //example9.13 //page157 rf=20 // ohm Rl=980 // ohm Vs=50 // V Vm=Vs*2^0.5 Im=Vm/(rf+Rl) Idc=2*Im/%pi // in ampere Irms=Im/2^0.5 // in ampere printf("mean load current = %.3f mA \n",Idc*1000) printf("rms load current = %.3f mA \n",Irms*1000)
da063db4a50604e2fd2d5e6440662a5a16bfb9f2
449d555969bfd7befe906877abab098c6e63a0e8
/3822/CH11/EX11.4/Ex11_4.sce
9fa7e203ac7785018fd1f2d8415c1d4eb9b91140
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
681
sce
Ex11_4.sce
//OptoElectronics and Fibre Optics Communication, by C.K Sarkar and B.C Sarkar //Example 11.4 //OS=Windows 10 ////Scilab version Scilab 6.0.0-beta-2(64 bit) clc; clear; //given BR=[0.5e6 10e6 100e6 1000e6]//data rate in bps for i=1:4 Lmax1(i)=6.757e10/BR(i)//Material dispersion limited distance in m Lmax2(i)=4.2e10./BR(i)//modal limited distance in m Lmax3(i)=(55-20*log10(BR(i)))//attenuation limited distance in m end BR=[0 1 2 3] plot((BR)/1e6,Lmax1/1e4,'--') plot((BR)/1e6,Lmax2/1e4) //plot(log10(BR),(10^(Lmax3)/1e6)'-.-.') xtitle( 'Link Length Versus Data Rate', 'Data Rate (Mb/s)', 'Link Length(Km)', boxed = %t ); hl=legend(['Lmax1';'Lmax2']);
0077f2aa01bc4f6ba45b14d0a84fd4475df1d949
089894a36ef33cb3d0f697541716c9b6cd8dcc43
/NLP_Project/test/blog/ngram/5.8_20.tst
cc0df07976f4e95cb87a8fff0f098a5685ed11f9
[]
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
522,544
tst
5.8_20.tst
8 192:1 353:1 466:1 661:1 747:1 831:1 1087:1 1325:1 1368:1 1463:1 1576:1 1644:1 1726:1 1787:1 1811:1 1813:1 2026:2 2172:1 2186:1 2195:1 2197:1 2548:1 2566:1 2621:1 2660:1 2749:1 2776:1 3009:1 3090:1 3262:1 3426:1 3563:1 3592:1 3640:1 3786:1 4027:1 4152:1 4243:1 4367:1 4418:1 4533:2 4646:1 4648:1 4660:1 4669:1 4788:1 4953:1 5010:1 5061:1 5548:1 5618:1 5860:1 5871:1 5875:1 5914:1 5999:1 6212:1 6292:1 6295:1 6320:1 6637:1 6700:2 7099:4 7120:1 7208:1 7292:1 7322:1 7788:1 8028:1 8170:1 8225:1 8242:1 8284:1 8389:1 8634:1 8687:1 8700:1 8763:1 9028:1 9138:1 9191:1 9520:1 9597:1 9687:1 9866:1 10004:1 10241:1 10387:1 10623:1 10654:1 10664:1 10708:1 10913:1 11022:1 11074:1 11089:1 11161:1 11166:1 11936:1 12024:1 12094:1 12249:1 12355:1 12502:1 12507:1 12511:1 12528:1 12585:1 12604:1 12648:1 12740:1 13242:2 13583:1 14006:1 14125:1 14184:1 14399:1 14458:1 15020:1 15096:1 15110:1 15524:1 15902:1 15989:1 16056:1 16264:1 16404:1 16580:1 16738:1 16865:100 17274:1 17620:1 17669:1 17736:1 18079:1 18384:1 18486:1 18542:2 18840:1 18877:1 18891:1 19076:1 19090:1 19208:1 19251:1 19306:1 19317:1 19334:1 19362:1 19446:1 19669:1 19773:1 19842:1 19869:1 20067:1 20377:1 20477:1 20847:1 21344:1 21355:2 22166:1 22179:1 22478:1 22587:1 22725:1 22861:1 22964:1 23679:1 23696:1 24279:1 24333:1 24384:1 24389:1 24640:1 24993:1 25642:1 26076:1 26132:1 26436:1 26468:1 26749:1 8 39:1 192:1 205:1 319:1 353:1 466:1 661:1 747:1 831:1 908:1 1087:1 1325:1 1368:1 1433:1 1463:1 1576:1 1644:1 1670:1 1726:1 1787:1 1811:1 1813:1 1843:1 2026:3 2172:1 2186:1 2195:1 2197:1 2473:1 2548:1 2566:1 2621:1 2660:1 2726:1 2749:1 2776:1 3009:1 3090:1 3106:1 3262:1 3426:1 3559:1 3563:2 3592:1 3640:1 3663:1 3755:1 3763:1 3785:2 3786:2 3847:1 3924:1 3946:1 4027:1 4152:1 4243:1 4367:1 4418:1 4533:2 4646:1 4648:1 4660:1 4662:1 4669:1 4720:1 4788:1 4953:1 5010:1 5061:1 5283:1 5548:2 5618:1 5731:1 5852:1 5860:1 5871:1 5875:1 5914:1 5999:1 6003:1 6212:1 6292:1 6295:1 6320:1 6566:1 6637:1 6700:2 7099:4 7119:1 7120:1 7174:1 7208:1 7292:1 7322:1 7384:1 7788:1 8028:1 8068:1 8170:1 8224:1 8225:1 8242:1 8284:1 8389:1 8523:1 8634:1 8662:1 8687:1 8700:1 8763:1 8890:1 9028:1 9138:1 9191:1 9520:1 9556:1 9597:1 9687:1 9866:1 9986:1 10004:1 10051:1 10101:1 10241:1 10352:1 10387:1 10444:1 10504:1 10623:1 10654:1 10664:1 10708:1 10913:1 11022:1 11074:1 11089:1 11090:1 11138:1 11161:1 11166:1 11281:1 11358:1 11525:1 11680:1 11681:1 11694:1 11936:1 12024:1 12094:2 12144:1 12249:1 12348:1 12355:1 12388:1 12502:1 12507:1 12511:1 12528:1 12585:1 12604:1 12648:1 12712:1 12733:1 12740:1 13242:2 13318:1 13583:1 13587:1 13894:1 14006:1 14125:1 14148:1 14184:1 14399:1 14458:1 15016:1 15020:1 15095:1 15096:1 15110:1 15111:1 15453:1 15524:1 15902:1 15903:1 15989:1 15990:1 16056:1 16247:1 16264:1 16404:1 16425:1 16580:1 16601:1 16691:1 16725:1 16738:1 16865:216 16923:1 17274:1 17620:1 17669:1 17736:1 18079:1 18191:1 18384:1 18486:1 18542:3 18558:1 18817:1 18822:1 18840:1 18860:1 18877:1 18891:1 19059:1 19076:1 19090:1 19118:1 19191:1 19208:1 19251:1 19306:1 19317:1 19334:1 19362:1 19388:1 19433:1 19446:1 19561:1 19669:1 19773:1 19840:1 19842:1 19869:1 19954:1 20067:1 20377:1 20477:1 20680:1 20847:1 20933:1 20997:1 21099:1 21344:1 21355:2 21369:1 21454:1 21458:1 21704:1 21931:1 22015:1 22166:1 22179:1 22440:1 22478:1 22587:1 22725:1 22861:1 22883:1 22933:1 22964:1 23135:1 23427:1 23679:1 23696:1 23723:1 23897:1 23899:1 24279:1 24304:1 24333:1 24343:1 24352:1 24384:1 24389:1 24571:1 24585:1 24591:1 24640:1 24653:1 24993:1 25056:1 25642:1 25868:1 25873:1 26024:1 26076:1 26118:1 26132:1 26400:1 26436:1 26445:1 26468:1 26749:1 26817:1 8 39:1 42:1 192:1 205:1 229:1 319:1 353:1 466:1 545:1 661:1 747:1 831:1 908:1 1087:1 1187:1 1322:1 1325:1 1368:2 1433:1 1463:1 1576:1 1644:1 1670:1 1726:1 1755:1 1787:1 1811:1 1813:1 1843:1 2026:3 2172:1 2186:1 2195:1 2197:1 2473:1 2548:1 2566:1 2621:1 2660:1 2726:1 2749:1 2776:1 2836:1 2952:1 3009:1 3090:2 3106:1 3166:1 3262:1 3426:1 3559:1 3563:2 3592:1 3640:1 3663:1 3755:1 3763:1 3785:2 3786:2 3847:1 3924:1 3946:1 4027:1 4040:1 4152:1 4159:1 4243:1 4367:1 4418:1 4533:4 4646:1 4648:1 4660:1 4662:1 4669:1 4673:1 4720:1 4788:1 4919:1 4953:1 4973:1 4981:1 5010:1 5061:1 5141:1 5283:1 5548:2 5618:1 5731:1 5852:1 5860:2 5871:1 5875:1 5902:1 5914:1 5960:1 5999:1 6003:1 6100:1 6127:1 6212:1 6259:1 6292:1 6295:1 6320:1 6566:1 6637:1 6700:2 6824:1 7099:4 7119:1 7120:1 7174:1 7208:1 7292:1 7322:1 7332:1 7384:1 7421:1 7461:1 7564:1 7788:1 7884:1 8028:1 8068:1 8170:1 8224:1 8225:1 8242:1 8284:1 8344:1 8389:1 8523:1 8634:1 8662:1 8687:1 8700:1 8763:2 8890:1 9028:1 9138:1 9151:1 9191:1 9326:1 9520:1 9556:1 9597:1 9687:1 9866:1 9986:1 10004:1 10051:1 10101:1 10241:1 10352:1 10387:1 10443:1 10444:1 10504:1 10623:1 10633:1 10654:1 10655:1 10664:1 10708:1 10831:1 10913:1 10977:1 11022:1 11074:1 11089:1 11090:1 11138:1 11161:1 11166:1 11281:1 11358:1 11525:1 11670:1 11680:1 11681:1 11694:1 11936:1 12024:2 12094:2 12144:1 12249:1 12348:1 12355:1 12388:1 12502:1 12507:1 12511:1 12528:1 12585:1 12604:1 12648:1 12712:1 12733:1 12740:1 12901:1 13242:2 13318:1 13583:1 13587:1 13703:1 13894:1 14006:1 14015:1 14125:1 14148:1 14184:1 14399:1 14454:1 14458:1 14550:1 14698:1 15016:1 15020:1 15095:1 15096:1 15110:1 15111:1 15165:1 15268:1 15453:1 15524:1 15591:1 15867:1 15902:1 15903:1 15989:1 15990:1 16056:1 16068:1 16213:1 16247:1 16264:1 16404:1 16425:1 16580:1 16593:1 16601:1 16691:1 16725:1 16738:1 16865:267 16923:1 17274:1 17556:1 17620:1 17669:1 17697:1 17736:1 18079:1 18111:1 18191:1 18288:1 18384:1 18486:1 18542:3 18558:1 18701:1 18817:1 18822:1 18840:1 18860:1 18877:1 18891:1 18900:1 19059:1 19076:1 19090:1 19118:1 19191:1 19208:1 19245:1 19251:1 19306:1 19317:1 19334:2 19362:1 19388:1 19433:1 19446:1 19561:1 19669:1 19773:1 19840:1 19842:1 19869:1 19954:1 20017:1 20067:1 20238:1 20377:1 20477:1 20568:1 20680:1 20750:1 20847:1 20926:1 20933:1 20938:1 20997:1 21099:1 21225:1 21245:1 21344:1 21355:2 21369:1 21418:1 21454:1 21458:1 21541:1 21639:1 21704:1 21745:1 21841:1 21931:1 22015:1 22166:1 22179:1 22198:1 22440:1 22478:1 22587:1 22725:1 22793:1 22840:1 22861:1 22883:1 22933:1 22948:1 22964:1 23034:1 23135:1 23427:1 23679:1 23696:1 23723:1 23813:1 23897:1 23899:1 24040:1 24135:1 24279:1 24303:1 24304:1 24333:1 24335:1 24343:1 24352:1 24372:1 24384:1 24389:1 24457:1 24571:1 24585:1 24591:1 24640:1 24653:1 24993:1 25056:1 25530:1 25578:1 25642:1 25829:1 25868:1 25873:1 25896:1 25990:1 26024:1 26039:1 26076:1 26118:1 26132:1 26400:1 26436:1 26445:1 26468:1 26549:1 26562:1 26733:1 26749:1 26817:1 8 9:1 39:1 42:1 192:2 205:1 229:1 319:1 353:1 466:1 545:1 605:1 661:1 747:1 831:1 908:1 1017:1 1087:1 1118:1 1123:1 1137:1 1187:1 1255:1 1322:1 1325:1 1368:2 1433:1 1463:1 1499:1 1576:1 1618:1 1644:1 1670:1 1726:1 1755:1 1787:1 1811:1 1813:1 1828:1 1843:1 1922:1 1981:1 2026:3 2163:1 2172:1 2177:1 2186:1 2192:1 2195:1 2197:1 2199:1 2284:1 2473:1 2548:1 2566:2 2606:1 2621:1 2660:1 2726:2 2749:1 2776:1 2836:1 2952:1 3009:1 3090:2 3094:1 3106:1 3166:1 3262:1 3426:1 3454:1 3559:1 3563:2 3592:1 3640:1 3663:1 3755:1 3763:1 3785:2 3786:2 3847:1 3924:1 3946:1 3959:1 4027:1 4040:2 4075:1 4078:1 4131:1 4152:1 4159:1 4243:1 4319:1 4367:1 4418:1 4428:1 4533:4 4646:1 4648:1 4660:1 4662:1 4669:1 4673:1 4720:1 4788:1 4919:1 4953:1 4973:1 4981:1 5010:1 5061:1 5141:1 5283:1 5548:2 5618:1 5637:1 5731:1 5850:1 5852:1 5860:2 5871:1 5875:1 5877:1 5902:1 5914:1 5960:2 5999:1 6003:1 6100:1 6127:1 6212:1 6233:1 6259:1 6264:1 6292:2 6295:2 6320:1 6512:1 6566:1 6637:1 6700:2 6741:1 6824:1 7037:1 7038:1 7099:6 7119:2 7120:1 7174:1 7208:1 7292:1 7322:1 7332:1 7384:1 7421:1 7461:1 7564:1 7642:1 7725:1 7788:1 7884:1 8026:1 8028:1 8068:1 8069:1 8170:1 8224:1 8225:1 8242:1 8266:1 8284:1 8344:1 8389:1 8415:1 8523:1 8634:1 8662:1 8687:1 8700:1 8703:1 8713:1 8763:2 8890:1 8925:1 9028:1 9121:1 9138:1 9151:1 9191:1 9289:1 9326:1 9425:1 9520:1 9556:2 9597:1 9639:1 9687:1 9794:1 9801:1 9866:1 9986:2 10004:1 10051:1 10101:2 10241:1 10352:2 10382:1 10387:1 10443:1 10444:1 10504:1 10623:1 10633:1 10654:1 10655:1 10664:1 10708:1 10831:1 10838:1 10913:1 10977:1 11022:1 11074:1 11079:1 11089:1 11090:1 11138:1 11161:1 11166:1 11281:1 11358:1 11371:1 11525:1 11670:1 11674:1 11680:1 11681:1 11694:1 11870:1 11936:1 12023:1 12024:2 12029:1 12094:2 12144:1 12249:1 12348:1 12355:1 12388:2 12502:1 12507:1 12511:1 12528:1 12585:1 12604:1 12648:1 12665:1 12712:1 12733:1 12740:1 12901:1 12989:1 13187:1 13242:2 13318:1 13366:1 13373:1 13475:1 13564:1 13583:1 13584:1 13587:1 13703:1 13894:1 13984:1 14006:1 14015:1 14021:1 14043:1 14059:1 14125:1 14148:1 14184:1 14390:2 14399:1 14454:1 14458:1 14484:1 14550:3 14686:1 14698:1 14944:1 15016:1 15020:1 15086:1 15095:1 15096:1 15110:1 15111:1 15165:1 15268:1 15291:1 15406:1 15453:1 15524:1 15591:1 15794:1 15828:1 15867:1 15902:1 15903:1 15989:1 15990:1 16056:1 16068:1 16085:1 16213:1 16247:1 16264:1 16265:1 16404:1 16425:2 16568:1 16580:1 16593:1 16601:1 16691:1 16725:1 16738:1 16865:299 16923:1 17139:1 17274:1 17348:1 17556:1 17620:1 17669:2 17697:1 17700:1 17736:1 17782:1 18079:1 18111:1 18155:1 18191:1 18197:1 18288:1 18292:1 18384:1 18486:1 18542:3 18558:1 18701:1 18817:1 18822:1 18840:1 18860:1 18877:2 18891:2 18900:1 19006:1 19059:1 19076:1 19089:1 19090:1 19118:1 19191:1 19208:1 19245:1 19251:1 19306:1 19317:1 19334:2 19362:1 19388:1 19433:1 19446:1 19561:1 19669:1 19676:1 19773:1 19840:1 19842:1 19854:1 19869:1 19954:1 20002:1 20017:1 20067:1 20172:1 20238:2 20307:1 20377:1 20477:1 20568:1 20680:1 20750:1 20797:1 20847:1 20926:1 20933:1 20938:1 20997:1 21099:1 21225:1 21245:1 21344:1 21355:2 21369:1 21418:1 21438:1 21454:1 21458:1 21541:1 21569:1 21639:1 21704:1 21745:1 21788:1 21841:1 21931:1 22015:1 22166:1 22179:1 22198:1 22218:1 22223:1 22284:1 22299:1 22338:1 22380:1 22440:1 22463:1 22478:1 22587:1 22668:1 22725:1 22793:1 22808:1 22840:2 22861:1 22883:1 22933:1 22948:1 22956:1 22964:1 23034:1 23051:1 23135:1 23296:1 23427:1 23468:1 23573:1 23605:1 23679:1 23696:1 23723:1 23813:1 23897:1 23899:1 24040:2 24042:1 24135:1 24188:1 24279:1 24303:2 24304:1 24333:1 24335:1 24343:1 24352:1 24358:1 24372:1 24384:1 24389:1 24457:1 24571:1 24585:1 24591:1 24640:1 24653:1 24798:1 24821:1 24885:1 24908:1 24993:1 25056:1 25093:1 25098:1 25453:1 25530:1 25578:1 25608:1 25642:1 25723:1 25757:1 25829:1 25868:1 25873:1 25896:2 25990:1 26024:1 26034:1 26039:1 26076:2 26118:1 26132:1 26191:1 26400:1 26436:1 26445:1 26468:1 26502:1 26549:1 26562:1 26635:1 26649:1 26733:1 26749:1 26817:1 8 9:1 39:1 42:1 192:3 205:1 229:1 319:1 353:1 426:1 466:1 545:1 605:1 661:1 747:1 831:1 908:1 998:1 1017:1 1087:1 1118:1 1123:1 1137:1 1174:1 1187:1 1255:1 1322:1 1325:2 1343:1 1368:2 1433:1 1463:1 1499:1 1576:1 1618:2 1644:1 1670:1 1726:1 1755:1 1787:1 1811:1 1813:1 1828:1 1843:1 1915:1 1922:1 1981:1 2026:3 2161:1 2163:1 2172:1 2177:1 2184:1 2186:1 2192:1 2195:1 2197:1 2199:1 2237:1 2248:1 2284:1 2473:1 2528:1 2548:1 2566:2 2606:1 2621:1 2660:1 2726:2 2749:1 2776:1 2836:1 2952:1 3009:1 3090:2 3093:1 3094:1 3106:1 3166:1 3262:1 3426:1 3445:1 3454:1 3559:1 3563:2 3592:1 3640:2 3663:1 3702:1 3755:1 3763:1 3785:2 3786:2 3847:1 3924:1 3946:1 3959:1 4027:1 4040:2 4041:1 4075:1 4078:1 4131:1 4152:1 4159:1 4243:1 4319:1 4367:1 4418:1 4428:1 4533:5 4632:1 4646:1 4648:1 4655:1 4660:1 4662:1 4669:1 4672:1 4673:1 4720:1 4788:1 4919:1 4953:1 4973:1 4981:1 5010:1 5061:1 5141:1 5168:1 5260:1 5283:1 5467:1 5548:3 5618:1 5637:1 5710:1 5731:1 5850:2 5852:1 5860:2 5865:1 5871:1 5875:1 5877:1 5902:1 5914:1 5960:2 5999:1 6003:1 6100:1 6127:1 6212:1 6233:1 6259:1 6264:1 6276:1 6292:3 6295:2 6319:1 6320:1 6501:1 6512:1 6516:1 6566:1 6599:1 6637:1 6700:2 6741:1 6777:1 6824:1 6845:1 7037:1 7038:1 7099:8 7119:2 7120:1 7174:1 7208:1 7269:1 7292:1 7311:1 7322:1 7332:1 7384:1 7421:1 7461:1 7564:2 7642:1 7725:1 7788:1 7871:1 7884:1 7907:1 8026:1 8028:1 8068:1 8069:1 8170:1 8223:1 8224:1 8225:1 8242:1 8254:1 8266:1 8284:1 8344:1 8389:1 8415:1 8465:1 8523:1 8618:1 8634:2 8662:1 8687:1 8700:1 8703:1 8713:1 8763:2 8890:1 8925:1 8944:1 9028:1 9121:1 9138:1 9151:1 9191:1 9289:1 9326:1 9414:1 9425:1 9520:1 9556:2 9597:2 9639:1 9687:1 9794:1 9801:1 9866:1 9986:2 10004:1 10029:1 10051:1 10101:2 10241:1 10352:2 10382:1 10387:1 10443:1 10444:1 10504:1 10563:1 10623:1 10633:1 10654:2 10655:1 10664:1 10708:1 10831:1 10838:1 10913:1 10977:1 11022:1 11074:1 11079:1 11089:1 11090:1 11138:1 11161:1 11166:1 11281:1 11358:1 11371:1 11415:1 11525:1 11670:1 11674:1 11680:1 11681:1 11694:1 11870:1 11880:1 11936:1 12023:1 12024:2 12029:1 12094:3 12144:1 12249:1 12348:1 12355:1 12388:2 12502:1 12507:1 12511:1 12528:1 12585:1 12596:1 12604:1 12648:1 12665:1 12689:1 12712:1 12733:1 12740:1 12901:1 12989:1 12999:1 13187:1 13242:2 13318:1 13366:1 13373:1 13475:1 13560:1 13564:1 13583:1 13584:1 13587:2 13703:1 13849:1 13894:1 13984:1 13998:1 14006:1 14015:1 14021:1 14043:1 14059:1 14114:1 14125:1 14148:1 14184:1 14356:1 14390:2 14399:1 14454:1 14458:2 14484:1 14550:3 14686:1 14698:1 14708:1 14716:1 14926:1 14944:1 15002:1 15016:1 15020:1 15038:1 15086:1 15095:1 15096:1 15110:1 15111:1 15165:1 15268:1 15291:1 15406:1 15453:1 15524:1 15591:1 15794:1 15828:1 15867:1 15902:1 15903:1 15989:1 15990:1 16056:1 16068:1 16085:1 16213:1 16247:1 16264:1 16265:1 16404:1 16425:2 16568:1 16580:2 16593:1 16601:1 16649:1 16691:1 16725:1 16738:1 16865:373 16923:1 16961:1 17139:1 17274:1 17338:1 17348:1 17357:1 17535:1 17556:1 17620:2 17669:2 17672:1 17697:1 17700:1 17736:1 17740:1 17782:1 17790:1 17914:1 18047:1 18079:1 18111:1 18112:1 18155:1 18191:1 18197:1 18288:1 18292:1 18384:1 18399:1 18486:1 18542:3 18558:1 18701:1 18817:1 18822:1 18840:1 18860:1 18877:3 18880:1 18891:2 18900:1 19006:1 19037:1 19059:1 19076:1 19089:1 19090:1 19118:1 19191:1 19208:1 19245:1 19251:1 19306:1 19317:1 19334:2 19362:1 19388:1 19433:1 19446:1 19561:1 19669:1 19676:1 19773:1 19807:1 19840:1 19842:1 19854:1 19869:1 19954:1 20002:1 20017:1 20067:1 20172:1 20183:1 20238:2 20302:1 20307:1 20377:1 20477:1 20507:1 20568:1 20650:1 20679:1 20680:1 20750:1 20797:1 20819:1 20847:1 20926:1 20933:1 20938:1 20997:1 21074:1 21099:1 21100:1 21225:1 21245:1 21279:1 21306:1 21344:1 21355:2 21369:1 21385:1 21418:1 21438:1 21454:1 21458:1 21541:1 21569:1 21639:1 21704:1 21745:1 21788:1 21841:1 21887:1 21931:1 21932:1 22015:1 22129:1 22166:1 22179:1 22198:1 22218:1 22223:2 22284:1 22299:2 22338:1 22380:1 22440:1 22463:1 22478:1 22587:1 22668:2 22725:1 22793:1 22808:1 22832:1 22840:2 22850:1 22861:1 22883:1 22933:1 22948:1 22956:1 22964:1 23034:1 23051:1 23135:1 23148:1 23150:1 23296:1 23427:1 23468:1 23573:1 23605:1 23679:1 23696:1 23723:1 23805:1 23813:1 23897:1 23899:1 23977:1 24040:2 24042:1 24135:1 24188:1 24279:1 24303:2 24304:1 24333:1 24335:1 24343:1 24352:1 24358:1 24372:1 24384:1 24389:1 24457:1 24562:1 24571:1 24585:1 24591:1 24640:1 24650:1 24653:1 24798:1 24821:1 24885:1 24891:1 24908:1 24913:1 24959:1 24993:1 25055:1 25056:1 25093:1 25098:1 25109:1 25178:1 25453:1 25519:1 25530:1 25565:1 25578:2 25608:1 25617:1 25642:1 25723:2 25757:1 25829:1 25868:1 25873:1 25896:2 25990:1 26006:1 26024:1 26034:1 26039:1 26065:1 26076:2 26118:1 26132:1 26144:1 26191:1 26400:1 26436:1 26445:1 26468:1 26477:1 26502:1 26549:1 26562:1 26597:1 26635:1 26649:1 26709:1 26733:1 26749:1 26817:1 8 9:1 39:1 42:1 192:3 205:1 229:2 319:1 321:1 353:1 413:1 426:1 466:1 484:1 545:1 579:1 605:1 661:1 747:1 812:1 831:1 908:1 998:1 1017:1 1087:1 1113:1 1118:1 1123:1 1127:1 1137:1 1174:1 1187:1 1201:1 1255:1 1322:1 1325:2 1343:1 1368:2 1413:1 1433:1 1445:1 1463:1 1499:1 1516:1 1537:1 1576:1 1594:1 1618:2 1644:1 1670:1 1686:1 1726:1 1755:1 1774:1 1787:1 1811:1 1813:1 1828:1 1843:1 1915:1 1922:1 1981:1 2026:3 2161:1 2163:1 2172:1 2177:1 2181:1 2184:1 2186:1 2192:1 2195:1 2197:1 2199:1 2237:1 2248:1 2284:1 2473:1 2528:1 2548:1 2566:2 2604:1 2606:1 2621:1 2660:1 2713:1 2726:2 2749:1 2776:1 2827:1 2836:1 2952:1 3009:2 3090:2 3093:1 3094:1 3106:1 3116:1 3166:1 3253:1 3262:1 3426:1 3445:1 3454:1 3551:1 3559:1 3563:2 3587:1 3592:1 3640:2 3663:1 3702:1 3755:1 3763:1 3785:2 3786:2 3847:1 3906:1 3924:1 3946:1 3959:1 4027:1 4040:2 4041:1 4059:1 4075:1 4078:1 4131:1 4152:1 4159:1 4176:1 4243:1 4319:2 4367:1 4389:1 4418:1 4428:1 4533:5 4632:1 4646:1 4648:1 4651:1 4655:1 4660:1 4662:1 4669:1 4672:1 4673:1 4720:1 4788:1 4919:1 4953:2 4973:1 4981:1 5010:1 5061:1 5141:1 5168:1 5260:1 5283:1 5397:1 5467:1 5526:1 5548:3 5583:1 5618:1 5637:1 5710:1 5731:1 5762:1 5840:1 5850:2 5852:1 5860:2 5863:1 5865:1 5871:1 5875:1 5877:1 5902:1 5914:1 5960:2 5999:1 6003:1 6100:1 6127:1 6136:1 6212:1 6233:1 6259:1 6264:1 6276:1 6292:3 6295:2 6319:1 6320:1 6390:1 6421:1 6501:1 6512:1 6516:1 6566:1 6599:1 6637:1 6700:2 6741:1 6747:1 6777:1 6824:1 6845:1 7037:1 7038:1 7089:1 7099:8 7119:2 7120:1 7174:1 7208:1 7269:1 7292:1 7311:1 7322:1 7332:1 7384:1 7387:1 7421:1 7444:1 7461:1 7564:3 7642:1 7654:1 7720:1 7725:1 7788:1 7871:1 7872:1 7884:1 7907:1 8026:2 8028:1 8068:1 8069:1 8170:1 8223:1 8224:1 8225:1 8242:1 8254:1 8266:1 8284:1 8344:1 8389:1 8415:1 8465:1 8523:1 8618:1 8634:2 8662:1 8679:1 8687:1 8700:1 8703:1 8713:1 8763:2 8890:2 8925:1 8944:1 9028:1 9121:1 9138:1 9151:1 9191:1 9289:1 9291:1 9326:1 9414:1 9425:1 9501:1 9520:1 9556:2 9597:2 9630:1 9639:1 9687:1 9790:1 9794:1 9801:1 9866:2 9986:2 9987:1 10004:1 10029:1 10051:1 10076:1 10101:2 10241:1 10352:2 10382:1 10387:1 10443:1 10444:1 10504:1 10563:1 10623:1 10633:1 10654:2 10655:1 10664:1 10708:1 10782:1 10831:1 10838:1 10913:1 10977:1 11022:1 11052:1 11053:1 11074:1 11079:1 11089:1 11090:1 11138:1 11161:1 11166:1 11281:1 11358:1 11371:1 11400:1 11415:1 11525:1 11602:1 11670:1 11674:1 11680:1 11681:1 11694:1 11800:1 11870:1 11880:1 11936:1 12023:1 12024:3 12029:2 12094:3 12144:1 12170:1 12249:1 12348:2 12355:1 12388:2 12502:1 12507:1 12511:1 12528:1 12552:1 12557:1 12585:1 12596:1 12604:1 12648:1 12665:1 12677:1 12689:1 12712:1 12733:1 12740:1 12901:1 12936:1 12989:1 12993:1 12999:1 13187:1 13242:2 13318:1 13366:1 13373:1 13475:1 13560:1 13564:1 13583:1 13584:1 13587:2 13703:1 13849:1 13894:1 13984:1 13998:1 14006:1 14015:1 14021:1 14043:1 14059:1 14114:1 14125:1 14148:1 14184:1 14356:1 14383:1 14390:2 14392:1 14399:1 14423:1 14454:1 14458:2 14484:1 14550:3 14686:2 14698:1 14708:1 14709:1 14716:1 14877:1 14926:1 14944:1 15002:1 15016:1 15020:1 15038:1 15086:1 15095:1 15096:1 15110:2 15111:1 15165:1 15268:1 15291:2 15406:1 15453:1 15524:1 15591:1 15794:1 15828:1 15867:2 15902:1 15903:1 15989:1 15990:1 16056:1 16068:1 16085:1 16213:1 16247:1 16264:1 16265:1 16404:1 16425:2 16568:1 16580:2 16593:1 16601:1 16649:1 16668:1 16691:1 16725:1 16738:1 16865:442 16923:1 16961:1 17139:1 17274:1 17338:1 17348:1 17357:1 17395:1 17516:1 17535:1 17556:1 17620:2 17669:2 17672:1 17697:1 17700:1 17736:1 17740:1 17782:1 17790:1 17914:1 17916:1 18047:1 18079:1 18111:1 18112:1 18113:1 18155:1 18191:1 18197:1 18222:1 18288:1 18292:1 18358:1 18384:1 18399:1 18486:1 18542:3 18558:1 18564:1 18701:1 18769:1 18817:1 18822:1 18840:1 18860:1 18877:3 18880:1 18891:2 18900:1 19006:1 19037:1 19059:1 19076:1 19089:1 19090:1 19118:1 19191:1 19195:1 19208:1 19221:1 19245:1 19251:1 19306:1 19317:1 19331:1 19334:2 19362:1 19363:1 19377:1 19381:1 19388:1 19433:1 19446:1 19561:1 19669:1 19676:1 19749:1 19773:1 19807:1 19840:1 19842:1 19854:1 19869:1 19954:1 20002:1 20017:1 20067:1 20172:1 20183:1 20238:2 20258:1 20302:1 20307:1 20377:1 20477:1 20507:1 20568:1 20625:1 20650:1 20679:1 20680:1 20719:1 20750:1 20797:2 20819:2 20847:1 20926:1 20933:1 20938:1 20997:1 21025:1 21074:1 21099:1 21100:1 21159:1 21225:1 21245:1 21277:1 21279:1 21306:1 21344:1 21355:2 21369:1 21385:1 21418:1 21438:1 21454:1 21458:1 21541:1 21569:1 21639:2 21704:1 21745:1 21788:1 21841:1 21887:1 21909:1 21931:1 21932:1 22015:1 22114:1 22129:1 22166:1 22179:1 22198:1 22218:1 22223:2 22284:1 22299:2 22334:1 22338:1 22380:1 22440:1 22463:1 22478:1 22564:1 22587:2 22668:2 22725:1 22793:1 22808:1 22832:1 22840:2 22843:1 22850:1 22861:1 22883:1 22933:1 22948:1 22956:1 22964:1 23003:1 23034:1 23051:1 23135:1 23148:1 23150:1 23296:1 23427:1 23468:1 23573:1 23605:1 23679:1 23696:1 23723:1 23805:1 23813:1 23821:1 23897:1 23899:1 23977:1 24040:2 24042:1 24135:1 24170:1 24188:1 24279:1 24303:2 24304:1 24333:1 24335:1 24343:1 24352:1 24358:1 24372:1 24384:1 24389:1 24457:1 24562:1 24571:1 24585:1 24591:1 24640:1 24650:1 24653:1 24756:1 24798:1 24821:2 24885:1 24891:1 24908:2 24913:1 24959:1 24993:1 25055:1 25056:1 25093:1 25098:1 25109:1 25178:1 25453:1 25519:1 25528:1 25530:1 25565:1 25578:3 25608:1 25617:1 25642:1 25723:2 25757:1 25829:1 25868:1 25873:1 25896:2 25933:1 25990:1 26006:1 26024:1 26034:1 26039:1 26065:1 26076:2 26118:1 26132:1 26144:1 26191:2 26290:1 26400:1 26436:1 26445:1 26468:1 26477:1 26502:1 26549:1 26562:1 26597:1 26635:1 26649:1 26689:1 26709:1 26732:1 26733:1 26749:1 26794:1 26813:1 26817:1 8 9:1 39:1 42:1 187:1 192:3 205:1 229:2 319:1 321:1 353:2 413:1 426:1 466:1 484:1 545:1 579:1 605:1 661:1 747:1 812:1 831:1 908:1 942:1 998:1 1017:1 1087:1 1113:1 1118:1 1123:1 1127:1 1137:1 1174:1 1187:1 1201:1 1255:1 1305:1 1322:1 1325:3 1331:1 1343:1 1368:2 1413:2 1433:1 1445:1 1463:1 1499:1 1516:1 1537:1 1555:1 1576:1 1591:1 1594:1 1618:2 1644:1 1670:1 1686:1 1726:1 1755:2 1774:1 1787:1 1798:1 1811:1 1813:1 1828:1 1843:1 1915:1 1922:1 1981:1 2026:3 2161:1 2163:1 2172:1 2177:1 2181:2 2184:2 2186:1 2192:1 2195:1 2197:1 2199:1 2237:1 2248:1 2284:1 2473:1 2528:1 2548:1 2566:2 2604:1 2606:1 2621:1 2660:1 2683:1 2713:1 2726:2 2749:1 2750:1 2776:1 2827:1 2835:1 2836:1 2952:1 3009:2 3090:2 3093:1 3094:1 3106:1 3116:1 3166:1 3253:1 3262:1 3426:1 3445:1 3454:1 3551:1 3559:1 3563:2 3587:1 3592:1 3640:2 3663:1 3702:1 3755:1 3757:1 3763:1 3785:2 3786:2 3847:1 3906:1 3924:1 3946:1 3959:1 4022:1 4027:1 4040:2 4041:1 4059:1 4075:1 4078:1 4131:1 4140:1 4152:1 4159:1 4176:2 4243:1 4319:2 4354:1 4367:1 4389:1 4418:1 4428:1 4533:5 4632:1 4646:1 4648:1 4651:1 4655:1 4660:1 4662:1 4669:1 4672:1 4673:1 4720:1 4788:1 4835:1 4919:1 4953:2 4973:1 4981:1 5010:1 5061:1 5141:1 5162:1 5168:1 5260:1 5283:1 5397:1 5467:2 5526:1 5548:3 5574:1 5583:1 5618:1 5637:1 5710:1 5731:1 5762:2 5840:1 5850:2 5852:1 5857:1 5860:2 5863:1 5865:1 5871:1 5875:1 5877:1 5902:1 5914:1 5915:1 5960:2 5999:1 6003:1 6100:1 6127:1 6136:1 6212:1 6233:1 6259:2 6264:1 6276:1 6292:3 6295:2 6319:2 6320:1 6390:1 6396:1 6421:1 6425:2 6501:1 6512:1 6516:1 6566:1 6599:3 6637:1 6645:1 6688:1 6700:2 6741:1 6747:1 6777:1 6824:1 6845:1 7037:1 7038:1 7061:1 7089:1 7099:9 7119:2 7120:2 7174:1 7208:1 7269:1 7292:1 7302:1 7311:2 7322:1 7332:1 7350:1 7384:1 7387:1 7421:1 7444:1 7461:1 7564:3 7642:1 7654:1 7720:1 7725:1 7788:1 7869:1 7871:1 7872:1 7874:1 7876:2 7884:1 7907:1 8026:2 8028:1 8068:1 8069:1 8142:1 8170:1 8223:1 8224:1 8225:1 8242:1 8254:1 8266:1 8284:2 8300:1 8344:1 8389:1 8415:1 8465:1 8523:1 8618:1 8634:2 8662:1 8679:1 8687:1 8700:1 8703:1 8713:1 8718:1 8763:2 8775:1 8890:2 8925:1 8944:1 8966:1 9028:1 9089:1 9121:1 9138:1 9151:1 9191:1 9289:1 9291:1 9326:1 9414:1 9425:1 9501:1 9520:1 9556:2 9593:1 9597:3 9630:1 9639:1 9687:1 9790:1 9794:1 9801:1 9839:1 9846:1 9866:2 9986:2 9987:1 10004:1 10029:1 10051:1 10076:1 10080:1 10101:2 10241:1 10352:2 10382:1 10387:1 10443:1 10444:1 10473:1 10504:1 10563:1 10623:1 10633:1 10654:2 10655:1 10664:1 10708:1 10731:1 10782:1 10831:1 10838:1 10913:1 10977:1 11022:1 11052:1 11053:1 11074:1 11079:1 11089:1 11090:1 11138:1 11161:1 11166:1 11281:1 11358:1 11371:1 11400:1 11415:1 11525:1 11602:1 11670:1 11674:1 11680:1 11681:1 11694:1 11800:1 11870:1 11880:1 11936:1 12023:1 12024:3 12029:2 12094:6 12144:1 12170:1 12249:1 12274:1 12348:2 12355:1 12388:2 12502:1 12507:1 12511:1 12528:1 12552:1 12557:1 12585:1 12596:1 12604:1 12648:1 12665:1 12677:1 12689:1 12712:1 12733:1 12740:1 12901:1 12936:1 12989:1 12993:1 12999:1 13187:1 13242:2 13318:1 13366:1 13373:1 13475:1 13560:1 13564:1 13583:1 13584:1 13587:2 13633:1 13703:1 13849:1 13894:1 13984:1 13998:1 14006:1 14015:1 14021:1 14043:1 14059:1 14114:1 14125:1 14148:1 14166:1 14184:1 14356:1 14383:1 14390:2 14392:1 14399:1 14423:1 14454:1 14458:5 14484:1 14550:3 14686:2 14698:1 14708:1 14709:1 14716:1 14877:1 14926:1 14944:1 14961:1 15002:2 15016:1 15020:1 15038:1 15086:1 15095:1 15096:1 15110:2 15111:1 15144:1 15165:2 15268:1 15291:2 15406:1 15453:1 15501:1 15524:1 15591:1 15794:1 15828:1 15867:2 15902:1 15903:1 15989:1 15990:1 16056:1 16068:1 16085:1 16213:1 16247:1 16264:1 16265:1 16295:1 16404:1 16425:2 16568:1 16580:3 16593:1 16601:1 16649:1 16668:1 16691:1 16725:1 16738:1 16786:1 16865:530 16923:1 16961:1 17003:1 17020:1 17043:1 17046:1 17139:1 17274:1 17338:1 17348:1 17357:1 17395:1 17475:1 17516:1 17535:1 17556:1 17620:3 17669:2 17672:1 17697:1 17700:1 17714:1 17722:1 17736:1 17739:1 17740:1 17782:1 17790:1 17914:1 17916:1 18047:1 18079:1 18111:1 18112:1 18113:2 18155:1 18191:1 18197:1 18222:1 18232:1 18245:1 18288:1 18292:1 18303:1 18320:1 18358:1 18384:1 18399:1 18486:1 18542:3 18548:1 18558:1 18564:1 18701:1 18769:1 18817:1 18822:1 18840:1 18860:1 18877:3 18880:1 18891:2 18900:1 18911:1 18929:1 19006:1 19037:1 19059:1 19076:1 19089:1 19090:1 19100:1 19118:1 19191:1 19195:1 19208:1 19221:1 19245:1 19251:1 19306:1 19317:1 19331:1 19334:2 19362:1 19363:1 19377:1 19381:1 19388:1 19433:1 19446:1 19561:1 19669:1 19676:1 19730:1 19749:1 19773:1 19807:1 19840:1 19842:1 19854:1 19869:1 19954:1 20002:1 20017:1 20020:2 20067:1 20172:1 20183:1 20238:2 20258:1 20302:1 20307:1 20377:1 20477:1 20507:1 20568:1 20625:1 20650:1 20679:1 20680:1 20719:1 20750:1 20797:2 20819:2 20847:1 20926:1 20933:1 20938:1 20992:1 20997:1 21023:1 21025:1 21074:1 21099:2 21100:1 21159:1 21225:1 21228:1 21245:1 21277:1 21279:1 21306:1 21344:1 21355:2 21369:1 21385:1 21418:2 21438:1 21454:1 21458:1 21541:1 21569:1 21639:2 21704:1 21720:1 21745:1 21788:1 21841:1 21887:1 21909:1 21931:1 21932:1 22015:1 22114:1 22129:1 22166:1 22179:1 22198:1 22204:1 22218:1 22223:2 22284:1 22299:2 22334:1 22338:1 22380:1 22440:1 22463:1 22478:1 22564:1 22587:2 22668:2 22725:1 22793:1 22808:1 22832:1 22840:2 22843:1 22850:1 22854:1 22861:1 22881:1 22883:1 22885:1 22933:1 22948:1 22956:1 22964:1 23003:1 23019:1 23034:1 23051:1 23135:1 23148:1 23150:1 23296:1 23427:1 23468:1 23476:1 23573:1 23605:1 23626:1 23679:1 23696:1 23723:1 23805:1 23813:1 23821:1 23897:1 23899:1 23977:1 24040:2 24042:1 24135:1 24170:1 24188:1 24220:1 24279:1 24303:2 24304:1 24333:1 24335:1 24343:1 24352:1 24358:1 24372:1 24373:1 24384:1 24389:2 24457:1 24562:1 24571:1 24578:1 24585:1 24591:1 24640:1 24650:2 24653:1 24655:1 24756:1 24798:1 24821:2 24885:1 24891:1 24908:2 24913:1 24959:1 24960:1 24993:2 25025:1 25055:1 25056:1 25093:1 25098:1 25109:1 25178:1 25453:1 25519:1 25528:1 25530:1 25565:1 25578:7 25608:1 25617:1 25642:1 25723:2 25757:1 25829:1 25868:1 25873:1 25896:2 25933:1 25990:1 26006:1 26024:1 26034:1 26039:1 26065:1 26076:2 26118:1 26132:1 26144:1 26191:2 26196:1 26290:1 26400:1 26436:1 26445:1 26468:1 26477:1 26502:1 26549:1 26562:1 26591:1 26597:1 26635:1 26649:1 26689:1 26709:1 26724:1 26732:1 26733:1 26740:1 26749:1 26794:1 26813:1 26817:1 8 9:1 39:1 42:2 187:1 192:3 205:1 229:2 319:1 321:1 353:2 413:1 426:1 466:1 484:1 545:1 579:1 605:1 661:1 747:1 812:1 831:1 860:1 908:1 942:1 998:1 1017:1 1087:1 1113:1 1118:1 1123:1 1127:1 1137:1 1174:1 1187:1 1201:1 1255:1 1271:1 1305:1 1322:2 1325:4 1331:1 1343:1 1361:1 1368:2 1413:2 1433:1 1445:2 1463:2 1499:1 1516:1 1537:1 1555:1 1576:1 1591:1 1594:1 1618:2 1640:1 1644:1 1670:1 1686:1 1719:1 1726:1 1755:2 1774:1 1787:1 1798:1 1811:1 1813:1 1815:1 1828:1 1843:1 1915:1 1922:1 1981:1 2026:3 2143:1 2161:1 2163:1 2172:1 2177:1 2181:2 2184:3 2186:1 2192:1 2195:1 2197:1 2199:1 2237:1 2248:1 2284:1 2473:1 2528:1 2548:1 2561:1 2566:2 2604:1 2606:1 2621:1 2635:1 2660:1 2683:1 2713:1 2719:1 2726:2 2749:1 2750:1 2776:1 2827:1 2835:1 2836:1 2952:1 2959:1 3009:2 3090:3 3093:1 3094:1 3106:1 3116:1 3129:1 3166:1 3253:2 3262:1 3365:1 3414:1 3426:1 3445:1 3454:1 3551:1 3559:1 3563:2 3587:1 3592:1 3640:2 3663:1 3702:1 3748:1 3755:1 3757:1 3763:1 3785:2 3786:2 3847:1 3862:1 3906:1 3924:1 3946:2 3959:1 3962:1 4022:1 4027:1 4040:2 4041:1 4059:1 4075:1 4078:1 4131:1 4140:1 4152:1 4159:1 4176:2 4243:1 4292:1 4319:2 4354:1 4367:1 4389:2 4418:1 4428:1 4505:1 4533:6 4552:1 4632:1 4646:2 4648:1 4651:1 4655:1 4660:1 4662:1 4669:1 4672:1 4673:2 4720:1 4788:1 4835:1 4919:1 4953:2 4973:1 4981:1 5010:1 5061:2 5141:1 5162:1 5168:1 5260:1 5269:1 5283:1 5397:1 5402:1 5411:1 5467:2 5526:1 5548:3 5574:1 5583:1 5618:1 5637:1 5710:1 5731:1 5762:2 5840:1 5850:2 5852:1 5857:1 5860:3 5863:1 5865:1 5871:1 5875:1 5877:1 5902:1 5914:1 5915:1 5933:1 5960:2 5999:1 6003:1 6100:1 6127:1 6136:1 6212:1 6230:1 6233:1 6259:2 6264:1 6276:1 6292:3 6295:2 6307:1 6319:2 6320:2 6390:1 6396:1 6398:1 6421:1 6425:2 6501:1 6512:1 6516:1 6566:1 6599:3 6601:1 6637:1 6645:1 6688:1 6700:2 6741:1 6747:1 6777:1 6824:1 6845:1 7037:1 7038:1 7061:1 7089:1 7099:10 7119:2 7120:2 7174:1 7208:1 7269:1 7292:1 7302:1 7311:2 7322:1 7332:1 7350:1 7384:1 7387:1 7421:1 7444:1 7461:1 7564:3 7582:1 7642:1 7654:1 7720:1 7725:1 7788:1 7869:1 7871:1 7872:1 7874:1 7876:2 7884:1 7907:1 8026:2 8028:1 8068:1 8069:1 8101:1 8130:1 8142:1 8170:1 8173:1 8223:1 8224:1 8225:1 8242:1 8254:1 8266:1 8284:2 8285:1 8300:1 8344:1 8389:2 8415:1 8465:1 8469:1 8523:1 8618:1 8634:2 8662:1 8679:1 8687:1 8700:1 8703:1 8713:1 8718:1 8763:2 8775:1 8890:2 8925:1 8944:1 8966:1 9028:1 9089:1 9121:1 9138:1 9151:1 9191:1 9289:1 9291:1 9326:1 9414:1 9425:1 9437:1 9501:1 9515:1 9520:1 9524:1 9556:2 9593:1 9597:4 9630:2 9639:1 9687:1 9734:1 9790:1 9794:1 9801:1 9839:1 9846:1 9866:2 9879:1 9968:1 9986:2 9987:1 10004:1 10029:1 10051:1 10076:1 10080:1 10101:2 10241:1 10318:1 10352:2 10382:1 10387:1 10443:1 10444:1 10473:1 10504:1 10563:1 10623:2 10633:1 10654:2 10655:1 10664:1 10708:1 10731:1 10782:1 10831:1 10838:1 10856:1 10913:1 10933:1 10977:1 11022:1 11023:1 11052:1 11053:1 11074:1 11079:1 11089:1 11090:1 11138:1 11161:1 11166:1 11281:1 11358:1 11371:1 11400:1 11415:1 11508:1 11525:1 11602:1 11670:1 11674:1 11680:1 11681:1 11694:1 11800:1 11870:1 11880:1 11904:1 11936:1 12023:1 12024:3 12029:2 12094:7 12144:1 12170:1 12249:1 12274:1 12348:2 12355:1 12388:2 12502:1 12507:1 12511:1 12528:1 12552:1 12557:1 12585:1 12596:1 12604:1 12648:1 12665:1 12677:1 12689:1 12712:1 12733:1 12740:1 12769:1 12808:1 12901:1 12936:1 12989:1 12993:1 12999:1 13081:1 13125:1 13187:1 13242:2 13318:1 13366:1 13373:1 13475:1 13560:1 13564:1 13583:1 13584:1 13587:2 13633:1 13703:1 13849:1 13894:1 13984:1 13998:1 14006:1 14015:1 14021:1 14043:1 14059:1 14114:1 14125:1 14148:1 14166:1 14184:1 14356:1 14365:1 14383:1 14390:2 14392:1 14399:1 14423:1 14454:1 14458:5 14484:2 14550:4 14686:2 14698:1 14708:1 14709:1 14716:1 14733:1 14877:1 14926:1 14944:1 14961:1 15002:2 15016:1 15020:1 15038:1 15086:1 15095:2 15096:1 15110:2 15111:1 15144:1 15165:2 15268:1 15291:2 15358:1 15406:1 15453:1 15501:1 15524:1 15591:1 15794:1 15828:1 15867:2 15902:1 15903:1 15989:1 15990:1 16056:1 16068:1 16085:1 16213:1 16247:1 16264:1 16265:1 16295:1 16404:1 16425:2 16568:1 16580:4 16593:1 16601:1 16649:1 16668:1 16691:1 16720:1 16725:1 16738:1 16786:1 16865:608 16923:1 16961:1 17003:1 17020:1 17043:1 17046:1 17139:2 17266:1 17274:1 17338:1 17348:1 17357:1 17395:1 17475:1 17516:1 17535:1 17556:1 17580:1 17620:4 17669:2 17672:1 17697:1 17700:1 17714:1 17722:1 17736:1 17739:1 17740:1 17782:1 17790:1 17914:1 17916:1 18047:1 18061:1 18079:1 18111:1 18112:1 18113:2 18155:1 18162:1 18191:1 18197:1 18222:1 18232:1 18245:1 18253:1 18288:1 18292:1 18303:1 18320:1 18358:1 18384:1 18399:1 18450:1 18486:1 18542:3 18548:1 18558:1 18564:1 18701:1 18734:1 18769:1 18817:1 18822:2 18824:1 18840:1 18860:1 18877:3 18880:1 18891:2 18900:1 18911:1 18929:1 18993:1 19006:1 19036:1 19037:1 19059:1 19076:1 19089:1 19090:1 19100:1 19118:2 19160:1 19185:1 19191:2 19195:1 19208:1 19221:1 19245:1 19251:1 19306:1 19317:1 19331:1 19334:3 19362:1 19363:1 19377:1 19381:1 19388:1 19433:1 19446:1 19561:1 19669:1 19676:1 19730:1 19749:1 19773:1 19807:1 19834:1 19840:1 19842:1 19854:1 19869:1 19954:1 20001:1 20002:1 20017:1 20020:2 20067:1 20172:1 20183:1 20238:3 20258:1 20302:1 20307:1 20337:1 20377:1 20477:1 20495:1 20507:1 20568:1 20593:1 20625:1 20650:1 20662:1 20679:1 20680:1 20719:1 20750:1 20793:1 20797:2 20806:1 20819:2 20847:1 20926:1 20933:1 20938:1 20992:2 20997:1 21016:1 21023:1 21025:1 21074:1 21099:2 21100:1 21159:1 21225:1 21228:1 21245:1 21262:1 21277:1 21279:1 21284:1 21306:1 21344:1 21355:2 21369:1 21385:1 21418:2 21438:1 21454:1 21458:1 21541:1 21569:1 21639:2 21704:1 21720:1 21745:1 21788:1 21841:1 21887:1 21909:2 21931:1 21932:1 21971:1 22015:1 22114:1 22129:1 22166:1 22179:1 22198:1 22204:1 22218:1 22222:1 22223:2 22284:2 22299:2 22330:1 22334:1 22338:1 22380:1 22440:1 22463:2 22478:1 22564:1 22587:2 22668:2 22672:1 22725:1 22793:1 22808:1 22832:1 22840:2 22843:1 22850:1 22854:1 22861:1 22881:1 22883:1 22885:1 22933:1 22948:1 22956:1 22964:1 23003:2 23019:1 23034:1 23051:1 23135:1 23148:1 23150:1 23296:1 23427:1 23468:1 23476:1 23568:1 23573:1 23605:1 23626:1 23679:1 23696:1 23723:1 23805:1 23813:1 23821:1 23897:1 23899:1 23977:1 24040:2 24042:1 24135:1 24170:1 24188:1 24190:1 24220:1 24279:1 24303:2 24304:1 24333:1 24335:1 24343:1 24352:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:2 24425:1 24457:1 24562:1 24570:1 24571:1 24578:1 24585:1 24591:1 24640:1 24650:2 24653:1 24655:1 24756:1 24798:1 24821:2 24885:1 24891:1 24908:2 24913:1 24916:1 24959:1 24960:1 24993:2 25025:1 25028:1 25055:1 25056:1 25093:1 25098:1 25109:1 25178:1 25453:1 25519:1 25528:1 25530:1 25565:1 25578:7 25583:1 25608:1 25617:1 25642:1 25676:1 25686:1 25723:2 25757:1 25829:1 25868:1 25873:1 25896:2 25933:1 25990:1 26006:1 26024:1 26034:1 26039:1 26065:1 26076:2 26118:1 26132:1 26144:1 26191:2 26196:1 26285:1 26290:1 26400:1 26436:1 26445:1 26468:1 26477:1 26502:1 26549:1 26562:1 26591:1 26597:1 26635:1 26649:1 26689:1 26709:1 26724:1 26732:1 26733:1 26740:1 26749:1 26794:1 26813:1 26817:1 8 9:1 39:1 42:2 86:1 179:1 187:1 192:3 205:1 229:2 319:1 321:1 353:2 413:1 426:1 466:1 484:1 545:1 579:1 605:1 661:1 747:1 812:1 831:1 860:1 908:1 942:1 998:1 1017:1 1087:1 1113:1 1118:1 1123:1 1127:1 1137:1 1174:1 1187:1 1189:1 1201:1 1236:1 1255:1 1271:1 1305:1 1322:2 1325:4 1331:1 1343:1 1361:1 1368:2 1403:1 1413:2 1433:1 1445:2 1458:1 1463:2 1499:1 1516:1 1537:1 1555:1 1561:1 1576:1 1591:1 1594:1 1618:2 1640:1 1644:1 1670:1 1686:1 1719:1 1726:1 1755:2 1768:1 1774:1 1787:1 1798:1 1811:1 1813:1 1815:1 1828:1 1843:1 1915:1 1922:1 1981:1 2026:3 2143:1 2161:1 2163:1 2170:1 2172:1 2177:1 2181:2 2184:3 2186:1 2192:1 2195:1 2197:1 2199:1 2237:1 2248:2 2284:1 2473:1 2528:1 2548:1 2561:1 2566:2 2604:1 2606:1 2621:1 2635:1 2660:1 2683:1 2713:1 2719:1 2726:2 2749:1 2750:1 2776:1 2827:1 2835:1 2836:1 2952:1 2959:1 3009:2 3087:1 3090:3 3093:1 3094:1 3106:1 3116:1 3129:1 3166:1 3253:2 3262:1 3365:1 3414:1 3426:1 3445:1 3454:1 3551:1 3559:1 3563:2 3587:1 3592:1 3640:2 3663:1 3701:1 3702:1 3748:1 3755:1 3757:1 3763:1 3785:2 3786:2 3847:1 3862:1 3906:1 3924:1 3946:2 3959:2 3962:1 4022:1 4027:1 4040:2 4041:1 4059:1 4075:1 4078:1 4131:1 4140:1 4152:1 4159:1 4176:2 4243:1 4292:1 4319:2 4354:1 4367:1 4389:2 4418:1 4428:1 4505:1 4533:6 4552:1 4632:1 4646:3 4648:1 4651:1 4655:1 4660:1 4662:1 4669:1 4672:1 4673:3 4720:1 4788:1 4835:1 4841:1 4919:1 4953:2 4973:1 4981:1 5010:1 5061:2 5135:1 5141:1 5162:1 5168:1 5170:1 5260:1 5266:1 5269:1 5283:1 5397:1 5402:1 5411:1 5467:2 5526:1 5548:3 5574:1 5583:1 5618:1 5637:1 5639:1 5710:1 5731:1 5762:2 5813:1 5840:1 5850:2 5852:1 5857:1 5860:3 5863:1 5865:1 5871:1 5875:1 5877:2 5902:1 5914:1 5915:1 5933:1 5960:2 5999:1 6003:1 6066:1 6100:1 6127:1 6136:1 6212:1 6230:1 6233:1 6259:2 6264:1 6276:1 6289:1 6292:3 6295:2 6307:1 6319:2 6320:2 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6501:1 6504:1 6512:1 6516:1 6566:1 6599:3 6601:1 6637:1 6645:1 6688:1 6700:2 6741:1 6747:1 6777:1 6787:1 6824:1 6845:2 7037:2 7038:1 7061:1 7089:1 7099:11 7119:2 7120:2 7174:1 7208:1 7269:1 7292:1 7302:1 7311:2 7322:1 7332:1 7350:1 7384:1 7387:1 7421:1 7444:1 7461:1 7564:3 7582:1 7642:1 7654:1 7680:1 7719:1 7720:1 7725:1 7788:1 7863:1 7869:1 7871:1 7872:2 7874:1 7876:2 7884:1 7907:1 8026:2 8028:1 8068:1 8069:1 8101:1 8130:1 8142:1 8170:1 8173:1 8223:1 8224:1 8225:1 8242:1 8254:1 8266:1 8284:2 8285:1 8300:1 8344:1 8389:2 8415:1 8465:1 8469:1 8523:1 8618:1 8634:2 8662:1 8679:1 8687:1 8700:1 8703:1 8713:1 8718:1 8763:2 8775:1 8890:2 8925:1 8944:1 8966:1 9028:1 9089:1 9121:1 9138:1 9151:1 9176:1 9191:1 9289:1 9291:1 9326:1 9414:1 9425:1 9437:1 9501:1 9515:1 9520:1 9524:1 9556:2 9593:1 9597:4 9630:3 9639:1 9687:1 9734:1 9790:1 9794:1 9801:1 9839:1 9846:1 9866:2 9879:1 9966:1 9968:1 9986:2 9987:1 10004:1 10029:1 10051:1 10076:1 10080:1 10101:2 10229:1 10241:1 10308:1 10318:1 10352:2 10382:1 10387:1 10443:1 10444:1 10473:1 10504:1 10563:1 10623:2 10633:1 10654:2 10655:1 10664:1 10708:1 10731:1 10782:1 10831:1 10838:1 10856:1 10913:1 10933:1 10977:1 11022:1 11023:1 11052:1 11053:1 11074:1 11079:1 11089:1 11090:1 11108:1 11138:1 11161:1 11166:1 11281:1 11358:1 11371:1 11400:1 11415:1 11508:1 11525:1 11602:1 11670:1 11674:1 11680:1 11681:1 11694:1 11800:1 11870:2 11879:1 11880:1 11904:2 11936:1 12023:2 12024:3 12029:2 12094:7 12144:1 12170:1 12249:1 12274:1 12322:1 12348:2 12355:1 12388:2 12502:1 12507:1 12511:1 12528:1 12552:1 12557:1 12585:1 12596:1 12604:1 12648:1 12665:1 12677:1 12689:1 12712:1 12733:1 12740:1 12769:1 12808:1 12869:1 12901:1 12936:1 12989:1 12993:1 12999:1 13080:1 13081:1 13104:1 13125:1 13187:1 13204:1 13242:2 13318:1 13366:1 13373:1 13475:1 13560:1 13564:1 13583:1 13584:1 13587:2 13633:1 13703:1 13849:1 13894:1 13984:1 13998:1 14006:1 14015:1 14021:1 14043:1 14059:1 14114:1 14125:1 14148:1 14166:1 14179:1 14184:1 14217:1 14356:1 14365:1 14383:1 14390:2 14392:1 14399:1 14423:1 14454:1 14458:5 14484:2 14550:4 14604:1 14658:1 14686:2 14698:1 14708:1 14709:1 14716:1 14733:1 14877:1 14896:1 14926:1 14944:1 14961:1 15002:2 15016:1 15020:1 15038:1 15066:1 15086:1 15095:2 15096:1 15110:2 15111:1 15144:1 15165:2 15268:1 15276:1 15291:2 15358:1 15370:1 15398:1 15406:1 15453:1 15501:1 15524:1 15591:1 15794:1 15803:1 15828:1 15867:2 15902:1 15903:1 15989:1 15990:1 16056:1 16068:1 16085:1 16213:1 16247:1 16264:1 16265:1 16295:1 16404:1 16425:2 16568:1 16580:4 16593:1 16601:1 16649:1 16668:1 16691:1 16720:1 16725:1 16738:1 16786:1 16859:1 16865:641 16923:1 16961:1 17003:1 17020:1 17043:1 17046:1 17139:2 17266:1 17274:1 17331:1 17338:1 17348:1 17357:1 17395:1 17475:1 17516:1 17535:1 17556:1 17580:1 17620:4 17669:2 17672:1 17697:1 17700:1 17714:1 17722:1 17736:1 17739:1 17740:1 17755:1 17782:1 17790:1 17914:1 17916:1 17970:1 18047:1 18061:1 18079:1 18111:1 18112:1 18113:2 18128:1 18155:1 18162:1 18191:1 18197:1 18222:1 18226:1 18232:1 18245:1 18253:1 18288:1 18292:1 18303:1 18320:1 18358:1 18384:1 18399:1 18450:1 18486:1 18542:3 18548:1 18558:1 18564:1 18701:1 18734:1 18769:1 18817:1 18822:2 18824:1 18840:1 18860:1 18877:3 18880:1 18891:2 18900:1 18911:1 18929:1 18993:1 19006:1 19036:1 19037:1 19059:1 19076:1 19089:2 19090:1 19100:1 19118:2 19160:1 19185:1 19191:2 19195:1 19208:1 19221:1 19245:1 19251:1 19306:1 19317:1 19331:1 19334:3 19362:1 19363:1 19377:1 19381:1 19388:1 19433:1 19446:1 19561:1 19669:1 19676:1 19688:1 19730:1 19749:1 19773:1 19807:2 19834:1 19840:1 19842:2 19854:1 19869:1 19954:1 20001:1 20002:1 20017:2 20020:2 20067:1 20172:1 20183:1 20238:3 20258:1 20285:1 20302:1 20307:1 20337:1 20377:1 20477:1 20495:1 20507:1 20568:1 20593:1 20625:1 20650:1 20662:1 20679:1 20680:1 20719:1 20750:1 20793:1 20797:2 20806:1 20819:2 20847:1 20926:2 20933:1 20938:1 20992:2 20997:1 21016:1 21023:1 21025:1 21074:1 21099:2 21100:1 21159:1 21182:1 21225:1 21228:1 21245:1 21262:1 21277:1 21279:1 21284:1 21306:1 21344:1 21355:2 21369:1 21385:1 21418:3 21438:1 21454:1 21458:1 21541:1 21569:1 21639:2 21645:1 21704:1 21720:1 21745:1 21788:1 21822:1 21841:1 21845:1 21887:1 21909:2 21931:1 21932:1 21971:1 22015:1 22028:1 22060:1 22114:1 22129:1 22166:1 22179:1 22198:1 22204:1 22218:1 22222:1 22223:2 22284:2 22299:2 22330:1 22334:1 22338:1 22380:1 22440:1 22463:2 22478:1 22564:1 22587:2 22668:2 22672:1 22725:1 22793:1 22808:1 22832:1 22840:2 22843:1 22850:1 22854:1 22861:1 22881:1 22883:1 22885:1 22933:1 22948:1 22956:1 22964:1 23003:2 23019:1 23034:1 23051:2 23135:1 23148:1 23150:1 23296:1 23427:1 23445:1 23468:1 23476:2 23568:1 23573:1 23605:1 23626:1 23637:1 23679:1 23696:1 23723:1 23805:1 23813:1 23821:1 23897:1 23899:1 23977:1 24040:2 24042:1 24135:1 24170:1 24188:1 24190:1 24192:1 24220:1 24279:1 24303:2 24304:1 24333:1 24335:1 24343:1 24352:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:2 24425:1 24451:1 24457:1 24562:1 24570:1 24571:1 24578:1 24583:1 24585:1 24591:1 24640:1 24650:2 24653:1 24655:1 24756:1 24798:1 24821:2 24885:1 24891:2 24908:2 24913:1 24916:1 24959:2 24960:1 24993:2 24999:1 25025:1 25027:1 25028:1 25055:1 25056:1 25093:1 25098:1 25109:1 25178:1 25302:1 25453:1 25519:1 25528:1 25530:1 25565:1 25578:9 25583:1 25608:1 25617:1 25642:1 25676:1 25686:1 25723:2 25757:2 25829:1 25868:1 25873:1 25896:2 25933:1 25990:1 26006:1 26024:1 26034:1 26039:1 26065:1 26076:2 26118:1 26127:1 26132:1 26144:1 26191:2 26196:1 26285:1 26290:1 26400:1 26436:1 26445:1 26468:1 26477:1 26502:1 26549:1 26562:1 26591:1 26597:1 26635:1 26649:1 26689:1 26709:1 26724:1 26732:1 26733:1 26740:1 26749:1 26753:1 26756:1 26794:1 26813:1 26817:1 8 9:1 39:1 42:2 86:1 110:1 161:1 179:1 187:1 192:3 205:1 229:2 319:1 321:1 353:2 413:1 426:1 466:1 484:1 545:1 579:1 605:1 661:1 747:1 812:3 819:1 831:1 860:1 908:1 940:1 942:1 998:1 1017:1 1033:1 1087:1 1113:1 1118:1 1123:1 1127:1 1137:1 1143:1 1174:1 1187:1 1189:1 1201:1 1236:1 1255:1 1271:1 1278:1 1305:1 1322:2 1325:4 1331:1 1343:1 1361:1 1368:3 1403:1 1412:1 1413:2 1433:1 1445:2 1458:2 1463:2 1499:1 1516:1 1537:1 1555:1 1561:1 1576:1 1591:1 1594:1 1618:2 1640:1 1644:1 1670:1 1685:1 1686:1 1719:1 1726:1 1739:1 1755:2 1768:2 1774:1 1787:1 1798:1 1811:1 1813:1 1815:1 1828:1 1843:1 1915:1 1922:1 1981:1 2026:3 2127:1 2143:1 2161:1 2163:1 2170:2 2172:1 2177:1 2181:2 2184:3 2186:1 2192:1 2195:1 2197:1 2199:1 2237:1 2248:2 2284:1 2473:1 2509:1 2528:1 2548:1 2561:1 2566:2 2604:1 2606:1 2621:1 2635:1 2660:1 2683:1 2713:1 2719:1 2726:3 2749:1 2750:1 2776:1 2827:1 2835:1 2836:1 2952:1 2959:1 3009:2 3087:1 3090:3 3093:1 3094:1 3106:1 3116:2 3129:1 3166:1 3253:2 3262:1 3365:1 3414:1 3426:1 3445:1 3454:2 3551:1 3559:1 3563:2 3587:1 3592:1 3626:1 3640:2 3663:1 3701:1 3702:1 3748:1 3755:1 3757:1 3763:1 3785:2 3786:2 3841:1 3847:1 3862:1 3906:1 3924:1 3946:2 3959:2 3962:2 4022:1 4027:1 4040:3 4041:1 4059:2 4075:1 4078:1 4131:1 4140:1 4152:1 4159:1 4176:2 4243:1 4292:1 4319:2 4354:1 4367:1 4389:2 4418:1 4428:1 4505:1 4533:7 4552:1 4632:1 4646:4 4648:2 4651:1 4655:1 4660:1 4662:1 4669:1 4672:1 4673:3 4720:1 4745:1 4788:1 4835:1 4841:1 4919:1 4942:1 4953:2 4973:1 4981:1 5010:1 5061:2 5135:1 5141:1 5162:2 5168:1 5170:1 5260:1 5266:1 5268:1 5269:1 5283:1 5397:1 5402:1 5411:1 5467:2 5526:1 5548:3 5574:1 5583:1 5618:1 5637:1 5639:1 5710:1 5728:1 5731:1 5762:2 5813:1 5840:1 5850:2 5852:1 5857:1 5860:3 5863:1 5865:1 5871:1 5875:1 5877:3 5902:1 5914:1 5915:1 5933:1 5960:2 5999:1 6003:1 6014:1 6023:1 6066:1 6100:1 6127:1 6136:1 6212:1 6228:1 6230:1 6233:1 6259:2 6264:1 6276:1 6289:1 6292:3 6295:2 6298:1 6307:1 6319:3 6320:2 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6501:1 6504:1 6512:1 6516:1 6566:1 6599:3 6601:1 6621:1 6637:1 6645:1 6688:2 6700:2 6741:1 6747:1 6773:1 6777:1 6787:1 6824:2 6845:2 7037:2 7038:1 7060:1 7061:1 7089:1 7099:12 7119:3 7120:2 7174:1 7194:1 7208:1 7269:1 7292:1 7302:1 7311:2 7322:2 7332:1 7350:1 7384:1 7387:1 7421:2 7444:1 7461:1 7564:3 7582:1 7642:1 7654:1 7680:1 7719:1 7720:1 7725:1 7788:1 7863:1 7869:1 7871:1 7872:2 7874:1 7876:2 7884:2 7907:1 8026:2 8028:1 8068:1 8069:1 8101:1 8130:1 8142:1 8170:1 8173:1 8223:1 8224:1 8225:1 8242:1 8254:1 8266:1 8284:2 8285:1 8300:1 8344:1 8389:2 8415:1 8464:1 8465:1 8469:1 8506:1 8523:1 8618:1 8634:2 8649:1 8662:1 8679:1 8687:1 8700:1 8703:1 8713:1 8715:1 8718:1 8750:1 8763:2 8775:1 8890:2 8925:1 8944:1 8966:1 9028:1 9089:1 9121:1 9138:1 9151:1 9176:1 9191:1 9289:1 9291:1 9326:1 9408:1 9414:1 9425:1 9427:1 9437:1 9446:1 9501:1 9510:1 9515:1 9520:1 9524:1 9556:2 9593:1 9597:4 9630:3 9639:1 9687:1 9734:1 9790:1 9794:1 9799:1 9801:1 9839:1 9846:1 9866:2 9879:1 9966:1 9968:1 9986:2 9987:2 10004:1 10029:1 10051:1 10076:1 10080:1 10101:2 10229:1 10241:1 10308:1 10318:1 10352:2 10382:1 10387:1 10412:1 10443:1 10444:1 10473:1 10504:1 10526:1 10563:1 10623:2 10633:1 10654:3 10655:1 10664:2 10708:1 10731:1 10782:1 10831:1 10838:1 10856:1 10913:1 10933:1 10977:1 11022:1 11023:1 11052:1 11053:1 11074:1 11079:1 11089:1 11090:1 11108:1 11138:1 11161:1 11166:1 11222:1 11281:1 11358:1 11371:1 11400:1 11415:1 11508:1 11525:1 11602:1 11608:1 11670:1 11674:1 11680:1 11681:1 11694:1 11800:1 11870:2 11879:1 11880:1 11904:2 11926:1 11936:2 12023:2 12024:4 12029:2 12094:7 12144:1 12170:1 12249:2 12274:1 12299:1 12322:1 12348:2 12355:1 12378:1 12381:1 12388:2 12502:1 12506:1 12507:1 12511:1 12520:1 12528:1 12552:1 12557:1 12585:1 12596:1 12604:1 12648:1 12665:1 12677:1 12689:1 12712:1 12733:1 12740:1 12744:1 12769:1 12789:1 12808:1 12869:1 12901:1 12936:1 12989:1 12993:1 12999:1 13080:1 13081:1 13104:1 13125:1 13133:1 13187:1 13204:1 13242:2 13318:1 13366:1 13373:1 13475:1 13560:2 13564:1 13583:1 13584:1 13587:2 13633:1 13703:1 13849:1 13894:1 13971:1 13984:1 13998:1 14006:1 14015:1 14021:1 14043:1 14059:1 14114:2 14125:1 14148:1 14166:1 14179:1 14184:1 14217:1 14356:1 14365:1 14383:1 14390:2 14392:1 14399:1 14423:1 14454:1 14458:5 14469:1 14484:2 14550:5 14604:1 14619:1 14658:1 14686:2 14698:1 14708:1 14709:1 14716:1 14733:1 14877:1 14896:1 14926:1 14944:1 14961:1 15002:2 15014:1 15016:1 15020:1 15038:1 15046:1 15066:1 15086:1 15095:2 15096:1 15110:2 15111:1 15144:1 15165:2 15239:1 15268:1 15276:1 15291:2 15319:1 15358:1 15370:1 15398:1 15406:1 15453:1 15501:1 15524:1 15591:1 15602:1 15613:1 15794:1 15803:1 15805:1 15810:1 15828:1 15867:2 15902:1 15903:1 15937:1 15952:1 15989:1 15990:1 16056:1 16068:1 16085:1 16213:2 16247:1 16264:1 16265:1 16295:1 16404:1 16417:1 16425:2 16483:1 16568:1 16580:4 16593:1 16601:1 16649:1 16668:1 16691:1 16720:1 16724:1 16725:2 16738:1 16786:1 16859:1 16865:733 16923:1 16961:2 17003:1 17020:1 17043:1 17046:1 17139:2 17266:1 17274:1 17318:1 17331:1 17338:1 17348:1 17357:1 17395:1 17475:1 17516:1 17535:1 17556:1 17580:1 17620:4 17669:2 17672:1 17697:1 17700:1 17714:1 17722:1 17736:1 17739:1 17740:1 17744:1 17755:1 17782:1 17790:1 17812:1 17914:2 17916:2 17970:1 17984:1 18047:1 18061:1 18079:1 18111:1 18112:1 18113:2 18128:1 18155:1 18162:1 18191:1 18197:1 18222:2 18226:2 18227:1 18232:1 18240:1 18245:1 18253:1 18288:1 18292:1 18303:1 18320:1 18358:1 18360:1 18384:1 18399:1 18450:1 18486:1 18542:3 18548:1 18558:1 18562:1 18564:1 18701:1 18734:1 18769:1 18784:1 18817:1 18822:2 18824:1 18840:1 18860:1 18877:4 18880:1 18891:2 18900:1 18911:1 18929:1 18993:1 19006:1 19036:1 19037:1 19059:1 19076:1 19089:2 19090:1 19100:1 19118:2 19160:1 19185:1 19191:2 19195:1 19208:1 19221:1 19245:1 19251:1 19306:1 19317:1 19331:1 19334:3 19362:1 19363:1 19377:1 19381:1 19388:1 19433:1 19446:1 19526:1 19561:1 19669:1 19676:1 19688:2 19730:1 19749:1 19773:2 19807:2 19834:1 19840:2 19842:3 19848:1 19854:1 19869:1 19954:1 20001:1 20002:1 20017:2 20020:2 20067:1 20172:1 20183:1 20238:4 20258:1 20285:1 20302:1 20307:1 20337:1 20377:1 20477:1 20495:1 20507:1 20568:1 20593:1 20625:1 20650:1 20657:1 20662:1 20679:1 20680:1 20719:1 20750:1 20793:1 20797:2 20806:1 20819:2 20847:1 20926:2 20933:1 20938:1 20992:2 20997:1 21016:1 21023:1 21025:1 21074:1 21099:2 21100:1 21145:1 21159:1 21182:1 21225:1 21228:1 21245:1 21262:1 21277:1 21279:1 21284:1 21306:1 21344:1 21355:2 21369:1 21385:1 21400:1 21418:3 21438:1 21454:1 21458:1 21495:1 21541:1 21564:1 21569:1 21639:2 21645:1 21704:1 21720:1 21745:1 21788:1 21822:1 21841:1 21845:1 21887:1 21909:2 21931:1 21932:1 21971:1 22015:1 22028:1 22060:1 22114:1 22129:1 22136:1 22166:1 22179:1 22198:1 22204:1 22218:1 22222:1 22223:2 22284:2 22299:2 22330:1 22334:1 22338:1 22340:1 22349:1 22361:1 22380:1 22423:1 22440:1 22463:2 22478:1 22493:1 22509:1 22564:1 22587:2 22668:2 22672:1 22698:1 22725:1 22793:1 22808:1 22832:1 22840:2 22843:1 22850:1 22854:1 22861:1 22881:1 22883:1 22885:1 22933:1 22946:1 22948:1 22956:1 22964:1 23003:2 23019:1 23034:1 23051:2 23135:1 23148:1 23150:1 23165:1 23296:1 23417:1 23427:1 23445:1 23468:1 23470:1 23476:3 23568:1 23573:1 23595:1 23605:1 23626:1 23637:1 23679:1 23696:1 23723:1 23805:1 23813:1 23821:1 23897:1 23899:1 23977:1 24040:3 24042:1 24106:1 24135:1 24170:1 24188:1 24190:1 24192:1 24220:1 24279:1 24303:2 24304:1 24333:1 24335:1 24343:1 24352:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:2 24425:1 24451:1 24457:1 24562:1 24570:1 24571:1 24578:1 24583:1 24585:1 24591:1 24640:1 24649:1 24650:2 24653:1 24655:1 24698:1 24716:1 24756:2 24798:1 24821:2 24884:1 24885:1 24891:2 24908:2 24913:1 24916:1 24917:1 24950:1 24959:2 24960:1 24993:2 24999:1 25025:1 25027:1 25028:1 25055:1 25056:1 25093:1 25098:1 25109:1 25178:1 25199:1 25217:1 25302:1 25453:1 25519:1 25528:1 25530:1 25565:1 25578:10 25583:1 25608:1 25617:1 25642:1 25676:1 25686:1 25723:2 25757:2 25829:2 25868:1 25873:1 25896:2 25933:1 25935:1 25990:1 26006:1 26024:1 26034:1 26039:1 26065:1 26076:2 26118:1 26127:1 26132:1 26144:2 26191:2 26196:1 26285:1 26290:1 26381:1 26400:1 26436:1 26445:1 26468:1 26477:1 26502:1 26512:1 26549:1 26562:1 26591:1 26597:1 26635:1 26649:1 26689:1 26709:1 26724:1 26732:2 26733:1 26740:1 26749:1 26753:1 26756:1 26794:2 26813:1 26817:1 8 9:1 39:1 42:2 86:1 110:1 161:1 179:1 187:1 192:3 205:1 229:2 319:1 321:1 353:2 413:1 426:1 466:1 484:1 545:1 579:1 605:1 636:1 661:1 747:1 812:3 819:1 831:1 860:1 904:1 908:1 940:1 942:1 998:1 1001:1 1017:1 1033:1 1087:1 1113:1 1118:1 1123:1 1127:1 1137:1 1143:1 1174:1 1186:1 1187:1 1189:1 1201:1 1236:1 1255:1 1271:1 1278:1 1305:1 1322:2 1325:4 1331:1 1343:1 1361:2 1368:3 1403:1 1412:1 1413:2 1433:1 1445:2 1458:2 1463:2 1499:1 1516:1 1537:1 1555:1 1561:1 1576:1 1591:1 1594:1 1618:2 1640:1 1644:1 1670:1 1685:1 1686:1 1719:1 1726:1 1739:1 1755:2 1768:2 1774:1 1787:1 1798:1 1811:1 1813:1 1815:1 1828:1 1843:1 1915:1 1922:2 1981:1 2026:4 2127:1 2143:1 2161:1 2163:1 2170:2 2172:1 2177:1 2181:2 2184:3 2186:1 2190:1 2192:1 2195:1 2197:1 2199:1 2237:1 2248:2 2271:1 2284:1 2473:1 2509:1 2528:1 2529:1 2548:1 2561:1 2566:2 2602:1 2604:1 2606:1 2621:1 2635:1 2660:1 2683:1 2713:1 2719:1 2726:3 2749:1 2750:1 2776:1 2794:1 2827:1 2835:1 2836:1 2952:1 2959:1 3009:2 3087:1 3090:3 3093:2 3094:1 3106:1 3116:2 3129:1 3166:1 3253:2 3262:1 3354:1 3365:1 3414:1 3426:1 3445:1 3454:2 3551:1 3559:1 3563:2 3587:1 3592:1 3626:1 3640:2 3650:1 3663:1 3674:1 3701:1 3702:1 3748:1 3755:1 3757:1 3763:1 3785:2 3786:2 3841:1 3847:1 3862:1 3906:1 3924:1 3936:1 3946:2 3959:2 3962:3 4022:1 4027:1 4040:3 4041:1 4059:2 4075:1 4078:1 4131:1 4140:1 4152:1 4159:1 4176:2 4243:1 4292:1 4319:2 4354:1 4367:1 4389:2 4393:1 4418:1 4428:1 4505:1 4533:8 4552:1 4632:1 4646:4 4648:3 4651:1 4655:1 4660:1 4662:1 4669:1 4672:1 4673:3 4720:1 4745:1 4788:1 4835:1 4841:1 4919:1 4942:1 4953:2 4973:2 4981:1 5010:1 5061:2 5135:1 5141:1 5162:2 5168:1 5170:1 5260:1 5266:1 5268:1 5269:1 5283:1 5397:1 5402:1 5411:1 5467:2 5526:1 5548:3 5574:1 5583:1 5614:1 5618:1 5637:1 5639:1 5683:1 5710:1 5728:1 5731:1 5762:2 5813:1 5840:1 5850:2 5852:1 5857:1 5859:1 5860:3 5863:1 5865:1 5871:1 5875:1 5877:3 5902:1 5914:1 5915:1 5933:1 5960:2 5999:1 6003:1 6014:1 6023:1 6066:1 6100:1 6127:1 6136:1 6212:1 6228:1 6230:1 6233:1 6259:2 6264:1 6276:1 6289:1 6292:3 6295:2 6298:1 6307:1 6319:3 6320:2 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6501:1 6504:1 6512:1 6516:1 6566:1 6599:3 6601:1 6621:1 6637:1 6645:1 6688:2 6700:2 6741:1 6747:1 6773:1 6777:1 6787:1 6824:2 6845:2 7037:3 7038:1 7060:1 7061:1 7089:1 7099:13 7119:3 7120:2 7174:1 7194:1 7208:1 7269:1 7292:1 7302:1 7311:2 7322:2 7332:1 7350:1 7384:1 7387:1 7421:2 7444:1 7461:1 7494:2 7564:4 7582:1 7642:1 7654:1 7680:1 7719:1 7720:1 7725:1 7788:1 7863:1 7869:1 7871:1 7872:2 7874:1 7876:2 7884:2 7907:1 8026:2 8028:1 8068:1 8069:1 8101:1 8130:1 8142:1 8170:1 8173:1 8223:1 8224:1 8225:1 8242:1 8254:1 8266:1 8274:1 8284:2 8285:1 8300:1 8344:1 8389:2 8415:1 8436:1 8439:2 8464:1 8465:1 8469:1 8506:1 8523:1 8618:1 8634:2 8649:1 8662:1 8679:1 8687:1 8700:1 8703:1 8713:1 8715:1 8718:1 8750:1 8763:2 8775:1 8890:2 8925:1 8944:1 8966:1 9028:1 9089:1 9121:1 9138:1 9151:1 9176:1 9191:1 9289:1 9291:1 9326:1 9408:1 9414:1 9425:1 9427:1 9437:1 9446:1 9501:1 9510:1 9515:1 9520:1 9524:1 9556:2 9593:1 9597:4 9601:1 9630:3 9639:1 9687:1 9734:1 9790:1 9794:1 9799:1 9801:1 9839:1 9846:1 9853:1 9866:2 9879:1 9966:1 9968:1 9974:2 9986:2 9987:2 10004:1 10029:1 10051:1 10076:1 10080:1 10101:2 10229:1 10241:1 10307:1 10308:1 10318:1 10352:2 10382:1 10387:1 10406:1 10412:1 10443:1 10444:1 10473:1 10504:1 10526:1 10563:1 10623:2 10633:1 10636:1 10654:3 10655:1 10664:2 10708:1 10731:1 10782:1 10831:1 10838:1 10856:1 10913:1 10933:1 10977:1 11022:1 11023:1 11052:1 11053:1 11074:1 11079:1 11089:1 11090:1 11108:1 11138:1 11161:1 11163:1 11166:1 11222:1 11281:1 11358:1 11371:1 11400:1 11415:1 11508:1 11525:1 11602:1 11608:1 11670:1 11674:1 11680:1 11681:1 11694:1 11800:1 11870:2 11879:1 11880:1 11904:3 11926:1 11936:2 12023:2 12024:4 12029:2 12094:7 12144:1 12170:1 12207:1 12249:2 12274:1 12299:1 12322:1 12348:2 12355:1 12378:1 12381:1 12388:2 12502:1 12506:1 12507:1 12511:1 12520:1 12528:1 12552:1 12557:1 12585:1 12596:1 12604:1 12648:1 12665:1 12677:1 12678:1 12689:1 12699:1 12712:1 12733:1 12740:1 12744:1 12769:1 12789:1 12808:1 12869:1 12901:1 12936:1 12989:1 12993:1 12999:1 13080:1 13081:1 13104:1 13125:1 13133:1 13187:1 13204:1 13242:2 13318:1 13366:1 13373:1 13475:1 13560:2 13564:1 13583:1 13584:1 13587:2 13624:1 13633:1 13703:1 13778:1 13849:1 13894:1 13971:1 13984:1 13998:1 14006:1 14015:1 14021:1 14043:1 14059:1 14114:2 14125:1 14148:1 14166:1 14178:1 14179:1 14184:1 14217:1 14267:1 14356:1 14365:1 14383:1 14390:2 14392:1 14399:1 14423:1 14454:1 14458:5 14469:1 14484:2 14550:6 14604:1 14619:1 14658:1 14686:2 14694:1 14698:1 14708:1 14709:1 14716:1 14717:1 14733:1 14877:1 14896:1 14926:1 14944:1 14961:1 15002:2 15014:1 15016:1 15020:1 15038:1 15046:1 15066:1 15086:1 15095:2 15096:1 15110:2 15111:1 15144:1 15165:2 15239:1 15268:1 15276:1 15291:2 15319:1 15358:1 15370:1 15398:1 15406:1 15453:1 15501:1 15524:1 15591:1 15602:1 15613:1 15646:1 15794:1 15803:1 15805:1 15810:1 15828:1 15867:2 15902:1 15903:1 15931:1 15937:1 15952:1 15989:1 15990:1 16056:1 16068:1 16085:1 16099:1 16213:2 16225:1 16247:1 16264:1 16265:1 16295:1 16404:1 16417:1 16425:2 16466:1 16483:1 16568:1 16580:4 16593:1 16601:1 16649:1 16668:1 16691:1 16720:1 16724:1 16725:2 16738:1 16786:1 16859:1 16865:832 16923:1 16961:2 17003:1 17020:1 17043:1 17046:1 17139:2 17248:1 17266:1 17274:1 17318:1 17323:1 17331:1 17338:1 17348:1 17357:1 17395:1 17475:1 17516:1 17535:1 17556:1 17560:1 17580:1 17620:4 17669:2 17672:1 17697:1 17700:1 17714:1 17722:1 17736:1 17739:1 17740:1 17744:1 17755:1 17782:1 17790:1 17812:1 17914:2 17916:2 17970:1 17984:1 18047:1 18059:1 18061:1 18079:1 18111:1 18112:1 18113:2 18128:1 18155:1 18162:1 18191:1 18197:1 18222:2 18226:2 18227:1 18232:1 18240:1 18245:1 18253:1 18288:1 18292:1 18303:1 18320:1 18358:1 18360:1 18384:1 18399:1 18450:1 18486:1 18542:3 18548:1 18558:1 18562:1 18564:1 18701:1 18734:1 18769:1 18784:1 18817:1 18822:2 18824:1 18840:1 18860:1 18877:4 18880:1 18891:2 18900:1 18911:1 18929:1 18993:1 19006:1 19036:1 19037:1 19059:1 19076:1 19089:2 19090:1 19100:1 19118:2 19160:1 19185:1 19191:2 19195:1 19208:1 19221:1 19245:1 19251:1 19306:1 19317:1 19331:1 19334:3 19362:1 19363:1 19377:1 19381:1 19388:1 19433:1 19446:1 19526:1 19561:1 19612:1 19613:1 19669:1 19676:1 19688:2 19710:1 19730:1 19749:1 19773:2 19807:2 19810:1 19834:1 19840:2 19842:3 19848:1 19854:1 19869:1 19954:1 20001:1 20002:1 20017:2 20020:2 20067:1 20172:1 20183:1 20238:5 20258:1 20285:1 20302:1 20307:1 20337:1 20377:1 20477:1 20495:1 20507:1 20568:1 20593:1 20625:1 20650:1 20657:1 20662:1 20679:1 20680:1 20719:1 20750:1 20793:1 20797:2 20806:1 20819:2 20847:1 20926:2 20933:1 20938:1 20952:1 20992:2 20997:1 21016:1 21023:1 21025:1 21074:1 21099:3 21100:1 21145:1 21159:1 21182:1 21225:1 21228:1 21245:1 21262:1 21277:1 21279:1 21284:1 21306:1 21344:1 21355:2 21369:1 21385:1 21400:1 21418:3 21438:1 21454:1 21458:1 21495:1 21541:1 21564:1 21569:1 21639:2 21645:1 21704:1 21720:1 21745:1 21788:1 21822:1 21841:1 21845:1 21887:1 21897:1 21909:2 21931:1 21932:1 21971:1 22015:1 22028:1 22060:1 22114:1 22129:1 22136:1 22161:1 22166:1 22179:1 22198:1 22204:1 22218:1 22222:1 22223:2 22284:2 22299:2 22330:1 22334:1 22338:1 22340:1 22349:1 22361:1 22380:1 22423:1 22440:1 22463:2 22478:1 22493:1 22509:1 22564:1 22587:2 22668:2 22672:2 22698:1 22725:1 22793:1 22808:1 22832:1 22840:2 22843:1 22850:1 22854:1 22861:1 22881:1 22883:1 22885:1 22933:1 22946:1 22948:1 22956:1 22964:1 23003:2 23019:1 23028:1 23029:1 23034:1 23051:2 23107:1 23120:1 23135:1 23145:1 23148:1 23150:1 23165:1 23239:1 23296:1 23417:1 23427:1 23445:1 23468:1 23470:1 23476:3 23568:1 23573:1 23595:1 23605:2 23626:1 23637:1 23679:1 23696:1 23723:1 23805:1 23813:1 23821:1 23897:1 23899:1 23916:1 23977:1 24040:3 24042:1 24106:1 24135:1 24170:1 24188:1 24190:1 24192:1 24220:1 24279:1 24303:2 24304:1 24331:1 24333:1 24335:1 24343:1 24352:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:2 24425:1 24451:1 24457:1 24562:1 24570:1 24571:1 24578:1 24583:1 24585:1 24591:1 24640:1 24649:1 24650:2 24653:1 24655:1 24698:1 24716:1 24756:2 24798:1 24821:2 24875:1 24884:1 24885:1 24891:2 24908:2 24913:1 24916:1 24917:1 24950:1 24959:2 24960:1 24993:2 24999:1 25025:1 25027:1 25028:1 25055:1 25056:1 25093:1 25098:1 25109:1 25178:1 25199:1 25217:1 25302:1 25380:1 25453:1 25519:1 25528:1 25530:1 25565:1 25578:10 25583:1 25608:1 25617:1 25642:1 25676:2 25686:1 25723:2 25757:3 25829:2 25862:1 25868:1 25873:1 25896:2 25933:1 25935:1 25990:1 26006:1 26024:1 26034:1 26039:1 26065:1 26072:1 26076:2 26077:2 26118:1 26127:1 26132:1 26144:2 26191:2 26196:1 26285:1 26290:1 26381:1 26400:1 26436:1 26445:1 26468:1 26477:1 26502:1 26512:1 26549:1 26562:1 26591:1 26597:1 26635:1 26649:1 26689:1 26705:1 26709:1 26724:1 26732:2 26733:1 26740:1 26749:1 26753:1 26756:1 26794:2 26813:1 26817:1 8 9:1 39:1 42:2 80:1 86:1 110:1 144:1 161:1 179:1 187:1 192:3 205:1 229:3 319:2 321:1 353:2 413:1 426:1 466:1 484:1 545:1 579:1 605:1 636:1 661:1 747:1 812:3 819:1 831:1 839:1 860:1 904:1 908:1 940:1 942:1 998:1 1001:1 1017:1 1033:1 1087:1 1113:1 1118:1 1123:1 1127:1 1132:1 1137:1 1143:1 1159:1 1174:1 1176:1 1186:1 1187:1 1189:1 1201:1 1236:1 1255:1 1271:1 1278:1 1305:1 1322:2 1325:4 1331:1 1343:1 1361:2 1368:3 1403:1 1412:1 1413:3 1433:1 1445:2 1458:2 1463:2 1499:1 1516:2 1529:1 1537:1 1555:1 1561:1 1572:1 1576:1 1591:1 1594:1 1618:2 1640:1 1644:1 1670:1 1685:1 1686:1 1719:1 1726:1 1739:1 1755:2 1768:2 1774:1 1787:1 1798:2 1811:1 1813:1 1815:1 1828:1 1843:1 1915:1 1922:2 1981:1 2026:4 2127:1 2143:1 2161:1 2163:1 2170:2 2172:1 2177:1 2181:2 2184:5 2186:1 2190:1 2192:1 2195:1 2197:1 2199:1 2237:1 2248:2 2271:1 2284:1 2473:1 2509:1 2528:1 2529:1 2548:1 2561:1 2566:2 2602:1 2604:1 2606:1 2621:1 2635:1 2660:1 2683:1 2713:1 2719:1 2726:4 2749:1 2750:1 2776:1 2794:1 2827:1 2833:1 2835:1 2836:1 2944:1 2952:1 2959:1 3009:2 3087:1 3090:3 3093:2 3094:1 3106:1 3116:2 3129:1 3166:1 3253:2 3262:1 3276:1 3354:1 3365:1 3414:1 3426:1 3445:1 3454:2 3551:1 3559:1 3563:2 3587:1 3592:1 3626:1 3640:2 3650:1 3663:1 3674:1 3694:1 3701:1 3702:1 3748:1 3755:1 3757:1 3763:1 3767:1 3785:2 3786:2 3841:1 3847:1 3862:1 3906:1 3924:1 3936:1 3946:2 3959:2 3962:3 4022:1 4027:1 4040:3 4041:1 4059:2 4075:1 4078:1 4131:1 4140:1 4152:1 4159:1 4176:2 4243:1 4292:1 4319:2 4354:1 4367:1 4389:2 4393:1 4418:1 4428:1 4505:1 4533:8 4552:1 4632:1 4646:4 4648:3 4651:1 4655:1 4660:1 4662:1 4669:1 4672:1 4673:4 4720:2 4745:1 4788:1 4835:1 4841:1 4919:1 4942:1 4953:2 4973:2 4981:1 5010:1 5061:2 5135:1 5141:1 5157:1 5162:2 5168:1 5170:1 5260:1 5266:1 5268:1 5269:1 5283:1 5397:1 5402:1 5411:1 5467:3 5526:1 5548:3 5574:1 5583:1 5614:1 5618:1 5637:1 5639:1 5683:1 5710:1 5728:1 5731:2 5762:2 5813:1 5840:1 5850:2 5852:1 5857:1 5859:1 5860:3 5863:1 5865:1 5871:1 5875:1 5877:3 5902:1 5914:1 5915:1 5933:1 5960:2 5999:1 6003:1 6014:1 6023:1 6052:1 6066:1 6070:1 6100:1 6127:1 6136:1 6152:1 6212:1 6228:1 6230:1 6233:1 6259:2 6264:1 6276:1 6289:1 6292:3 6295:2 6298:1 6307:1 6319:3 6320:2 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6501:1 6504:1 6512:1 6516:1 6566:1 6599:3 6601:1 6621:1 6637:1 6645:1 6688:2 6700:2 6741:1 6747:1 6773:1 6777:1 6787:1 6824:2 6845:2 7037:3 7038:1 7060:1 7061:1 7089:1 7099:15 7119:4 7120:2 7174:1 7194:1 7208:2 7269:1 7292:1 7302:1 7311:2 7322:2 7332:1 7350:1 7358:1 7384:1 7387:1 7421:2 7444:1 7461:1 7483:1 7494:2 7564:5 7582:1 7642:1 7654:1 7680:1 7719:1 7720:1 7725:1 7754:1 7788:1 7863:1 7869:1 7871:1 7872:2 7874:1 7876:2 7884:2 7907:1 8026:2 8028:1 8068:1 8069:1 8101:1 8130:1 8142:1 8170:1 8173:1 8223:1 8224:2 8225:1 8242:1 8246:1 8254:1 8266:1 8274:1 8284:2 8285:1 8300:1 8344:1 8389:2 8409:1 8415:1 8436:1 8439:2 8464:1 8465:1 8469:1 8506:1 8523:1 8618:1 8634:2 8649:1 8662:1 8679:1 8687:1 8700:1 8703:1 8713:1 8715:1 8718:1 8750:1 8763:2 8775:1 8890:2 8925:1 8944:1 8957:1 8966:1 9028:1 9078:1 9089:1 9121:1 9138:1 9151:1 9176:1 9191:1 9289:1 9291:1 9326:1 9408:1 9414:1 9425:1 9427:1 9437:1 9446:1 9499:1 9501:1 9510:1 9515:1 9520:1 9524:1 9556:2 9570:1 9593:1 9597:4 9601:1 9630:3 9639:1 9648:1 9687:1 9734:1 9790:1 9794:1 9799:1 9801:1 9839:1 9846:1 9853:1 9866:2 9879:1 9966:1 9968:1 9974:2 9983:1 9986:2 9987:2 10004:1 10029:1 10051:1 10076:1 10080:1 10101:2 10229:1 10241:1 10307:1 10308:1 10318:1 10323:1 10352:2 10382:1 10387:1 10406:1 10412:1 10443:1 10444:1 10473:1 10485:1 10504:1 10526:1 10563:1 10623:2 10633:1 10636:1 10654:3 10655:1 10664:2 10708:1 10731:1 10782:1 10831:1 10838:1 10856:1 10913:1 10933:1 10977:1 11022:1 11023:1 11052:1 11053:1 11058:1 11074:1 11079:1 11089:1 11090:1 11108:1 11138:1 11161:1 11163:1 11166:1 11222:1 11281:1 11358:1 11367:1 11371:1 11400:1 11415:1 11508:1 11525:1 11602:1 11608:1 11669:1 11670:1 11674:1 11680:1 11681:1 11694:1 11800:2 11870:2 11879:1 11880:1 11882:1 11904:3 11926:1 11936:2 12023:2 12024:4 12029:2 12094:8 12144:1 12170:1 12207:1 12249:2 12274:1 12299:1 12322:1 12348:2 12355:1 12378:1 12381:1 12388:2 12502:1 12506:1 12507:1 12511:1 12520:1 12528:1 12552:1 12557:1 12580:1 12585:1 12596:1 12604:1 12621:1 12648:1 12665:1 12677:1 12678:1 12689:1 12699:1 12712:1 12733:1 12740:1 12744:1 12769:1 12789:1 12808:1 12869:1 12901:1 12936:1 12989:1 12993:1 12999:1 13080:1 13081:1 13104:1 13125:1 13133:1 13179:1 13187:1 13204:1 13242:2 13318:1 13366:1 13373:1 13475:1 13497:1 13560:2 13564:1 13583:1 13584:1 13587:2 13624:1 13633:1 13703:1 13778:1 13805:1 13849:1 13893:1 13894:1 13971:1 13984:1 13998:1 14006:1 14015:1 14021:1 14043:1 14047:1 14059:1 14114:2 14125:1 14148:1 14166:1 14178:1 14179:1 14184:1 14217:1 14267:1 14315:1 14356:1 14365:1 14383:1 14390:2 14392:1 14399:2 14423:1 14454:1 14458:6 14469:1 14484:2 14550:6 14572:1 14604:1 14619:1 14658:1 14682:1 14686:2 14694:1 14698:1 14708:1 14709:1 14714:1 14716:1 14717:1 14733:1 14877:1 14896:1 14926:1 14944:1 14961:1 15002:3 15014:1 15016:1 15020:1 15038:1 15046:1 15066:1 15086:1 15095:2 15096:1 15110:2 15111:1 15144:1 15165:2 15239:1 15268:1 15276:1 15291:2 15319:1 15358:1 15370:1 15398:1 15406:1 15453:1 15501:1 15524:1 15591:1 15602:1 15613:1 15646:1 15794:1 15803:1 15805:1 15810:1 15826:1 15828:1 15867:2 15902:1 15903:2 15931:1 15937:1 15952:1 15989:1 15990:1 16043:1 16056:1 16068:1 16085:1 16099:1 16213:2 16225:1 16247:1 16264:1 16265:1 16295:1 16404:1 16417:1 16425:2 16466:1 16483:1 16568:1 16580:4 16593:1 16601:1 16649:1 16668:1 16691:1 16720:1 16724:1 16725:2 16738:1 16786:2 16859:1 16865:880 16880:1 16923:1 16961:2 17003:1 17020:1 17043:1 17046:1 17139:2 17248:1 17266:1 17274:1 17318:1 17323:1 17331:1 17338:1 17348:1 17357:1 17395:1 17475:1 17516:1 17535:1 17556:1 17560:1 17580:1 17620:4 17669:2 17672:1 17697:1 17700:1 17714:1 17722:1 17736:1 17739:2 17740:1 17744:1 17755:1 17782:1 17790:1 17812:1 17914:2 17916:2 17970:1 17973:1 17984:1 18047:1 18059:1 18061:1 18079:1 18111:1 18112:1 18113:2 18128:1 18155:1 18162:1 18191:1 18197:1 18222:2 18226:2 18227:1 18232:1 18240:1 18245:1 18253:1 18288:1 18292:1 18303:1 18320:1 18358:1 18360:1 18384:1 18399:1 18450:1 18478:1 18486:1 18542:3 18548:1 18558:1 18562:1 18564:1 18701:1 18734:1 18769:1 18784:1 18817:1 18822:2 18824:1 18840:1 18860:1 18877:4 18880:1 18891:2 18900:1 18911:1 18929:1 18993:1 19006:1 19024:1 19036:2 19037:1 19059:1 19076:1 19089:2 19090:1 19100:1 19118:2 19160:1 19185:1 19191:2 19195:1 19208:1 19221:1 19245:1 19251:1 19306:1 19317:1 19331:1 19334:3 19362:1 19363:1 19377:1 19381:1 19388:1 19433:1 19446:1 19526:1 19561:1 19612:1 19613:1 19669:1 19676:1 19688:2 19710:1 19730:1 19749:1 19773:2 19807:2 19810:1 19832:1 19834:1 19840:2 19842:3 19848:1 19854:1 19869:1 19954:1 20001:1 20002:1 20017:3 20020:2 20067:1 20172:1 20183:1 20238:5 20258:1 20285:1 20302:1 20307:1 20337:1 20377:1 20477:1 20495:1 20507:1 20568:1 20593:1 20625:1 20650:1 20657:1 20662:1 20679:1 20680:1 20719:1 20750:1 20793:1 20797:2 20806:1 20819:2 20847:1 20926:3 20933:1 20938:1 20952:1 20992:2 20997:1 21016:1 21023:1 21025:1 21074:1 21099:3 21100:1 21145:1 21159:1 21180:1 21182:1 21225:1 21228:1 21245:1 21262:1 21277:1 21279:1 21284:1 21306:1 21344:1 21355:2 21369:1 21385:1 21400:1 21418:3 21438:1 21454:1 21458:1 21495:1 21522:1 21541:1 21564:1 21569:1 21639:2 21645:1 21704:1 21720:1 21745:1 21788:1 21822:1 21841:1 21845:1 21887:1 21897:1 21909:2 21931:1 21932:1 21971:1 21987:1 22015:1 22028:1 22060:1 22077:1 22114:1 22129:1 22130:1 22136:1 22161:1 22166:1 22179:2 22198:1 22204:1 22218:1 22222:1 22223:2 22284:2 22299:2 22330:1 22334:1 22338:1 22340:1 22349:1 22361:1 22380:1 22423:1 22440:1 22450:1 22463:2 22478:1 22493:1 22494:1 22509:1 22525:1 22564:1 22587:2 22668:2 22672:2 22698:1 22725:1 22793:1 22808:1 22832:1 22840:2 22843:1 22850:1 22854:2 22861:1 22881:1 22883:1 22885:1 22887:1 22933:1 22946:1 22948:1 22956:1 22964:1 23003:2 23019:1 23028:1 23029:1 23034:1 23051:2 23107:1 23120:1 23135:1 23145:1 23148:1 23150:1 23165:1 23239:1 23296:1 23417:1 23427:1 23445:1 23468:1 23470:1 23476:3 23568:1 23573:1 23595:1 23605:2 23626:1 23637:1 23679:1 23696:1 23705:1 23723:1 23805:1 23813:1 23821:1 23897:1 23899:1 23916:1 23977:1 24040:3 24042:1 24106:1 24135:1 24170:1 24188:1 24190:1 24192:1 24220:1 24279:1 24303:2 24304:1 24331:1 24333:1 24335:1 24343:1 24352:1 24355:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:3 24391:1 24425:1 24451:1 24457:1 24562:1 24570:1 24571:1 24578:1 24583:1 24585:1 24591:1 24593:1 24640:1 24649:1 24650:3 24653:1 24655:1 24698:1 24716:1 24756:2 24798:1 24821:2 24848:1 24875:1 24884:1 24885:1 24891:2 24908:2 24913:1 24916:1 24917:1 24950:1 24959:2 24960:1 24993:2 24999:1 25025:1 25027:1 25028:1 25055:1 25056:1 25093:1 25098:1 25109:1 25178:1 25199:1 25217:1 25302:1 25374:1 25380:1 25434:1 25453:1 25519:1 25528:1 25530:1 25565:1 25578:10 25583:1 25608:1 25617:1 25642:1 25653:1 25676:2 25686:1 25723:2 25729:1 25757:3 25829:2 25862:1 25868:1 25873:1 25896:2 25921:1 25933:1 25935:1 25990:1 26006:1 26024:1 26034:1 26039:1 26065:1 26072:1 26076:2 26077:2 26118:1 26127:1 26132:1 26144:2 26191:2 26196:1 26285:1 26290:1 26381:1 26400:1 26436:1 26445:1 26468:1 26477:1 26502:1 26512:1 26549:1 26562:1 26591:1 26597:1 26635:1 26649:1 26689:1 26705:1 26709:1 26724:1 26732:2 26733:1 26740:1 26749:1 26753:1 26756:1 26794:2 26798:1 26813:1 26817:1 8 9:1 35:1 39:1 42:2 80:1 86:1 110:1 144:1 161:1 179:1 187:1 192:3 205:1 229:3 287:1 319:2 321:1 353:2 413:1 426:1 466:1 484:1 545:1 579:1 605:1 636:1 661:1 747:1 812:3 819:1 831:1 839:2 860:1 904:1 908:1 940:1 942:1 998:1 1001:1 1017:1 1033:1 1087:1 1113:1 1118:1 1123:1 1127:1 1132:1 1137:1 1143:1 1159:1 1174:1 1176:1 1186:1 1187:1 1189:1 1201:1 1206:1 1236:1 1255:1 1271:1 1278:1 1305:1 1322:2 1325:4 1331:1 1343:1 1361:2 1368:3 1403:1 1412:1 1413:3 1433:1 1445:2 1458:2 1463:2 1499:1 1516:2 1529:1 1537:1 1555:1 1561:1 1572:1 1576:1 1591:1 1594:1 1618:2 1640:1 1644:1 1670:1 1685:1 1686:1 1719:1 1726:1 1739:1 1755:2 1768:2 1774:1 1785:1 1787:1 1798:2 1811:1 1813:1 1815:1 1828:1 1843:1 1915:1 1918:1 1922:2 1981:1 2026:4 2127:1 2143:1 2161:1 2163:1 2170:3 2172:1 2177:1 2181:2 2184:5 2186:1 2190:1 2192:1 2195:1 2197:1 2199:1 2237:1 2248:2 2271:1 2284:1 2473:1 2509:1 2528:1 2529:1 2548:1 2561:1 2566:2 2602:1 2604:1 2606:1 2621:1 2635:1 2660:1 2683:1 2713:1 2719:1 2726:5 2749:1 2750:1 2776:1 2794:1 2813:1 2827:1 2833:1 2835:1 2836:1 2944:1 2952:1 2959:1 3009:2 3087:1 3090:3 3093:2 3094:1 3106:1 3116:3 3129:1 3166:1 3253:2 3262:1 3276:1 3354:1 3365:1 3414:1 3426:1 3445:1 3454:2 3551:1 3559:1 3563:2 3587:1 3592:1 3626:1 3640:2 3650:1 3663:1 3668:1 3674:1 3694:2 3701:1 3702:1 3748:1 3755:1 3757:1 3763:1 3767:1 3785:2 3786:2 3841:1 3847:1 3853:1 3862:1 3894:1 3906:1 3924:1 3936:1 3946:2 3959:2 3962:3 4022:1 4027:1 4040:3 4041:1 4059:2 4075:1 4078:1 4131:1 4140:1 4152:1 4159:1 4176:2 4243:1 4292:1 4319:2 4354:1 4367:1 4389:2 4393:1 4418:1 4428:1 4505:1 4533:9 4552:1 4632:1 4646:4 4648:4 4651:1 4655:1 4660:1 4662:1 4669:1 4672:1 4673:4 4720:2 4745:1 4788:1 4835:1 4841:1 4919:1 4942:1 4953:2 4973:2 4981:1 5010:1 5061:2 5135:1 5141:1 5157:1 5162:2 5168:1 5170:1 5260:1 5266:1 5268:1 5269:1 5283:1 5397:1 5402:1 5411:1 5467:3 5526:2 5548:3 5574:1 5583:1 5614:1 5618:1 5637:1 5639:1 5683:1 5710:1 5728:1 5731:2 5762:2 5813:1 5840:1 5850:2 5852:1 5857:1 5859:1 5860:3 5863:1 5865:1 5871:1 5875:1 5877:3 5902:1 5914:1 5915:1 5933:1 5960:2 5999:1 6003:1 6014:1 6023:1 6052:1 6066:1 6070:1 6100:1 6127:1 6136:1 6152:1 6212:1 6228:1 6230:1 6233:1 6259:2 6264:1 6276:1 6289:1 6292:3 6295:2 6298:1 6307:1 6319:3 6320:2 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6501:1 6504:1 6512:1 6516:1 6530:1 6566:1 6579:1 6599:3 6601:1 6621:1 6637:1 6645:1 6688:2 6700:2 6741:1 6747:1 6773:1 6777:1 6787:1 6824:2 6845:2 7037:3 7038:2 7060:1 7061:1 7089:1 7099:16 7107:1 7119:5 7120:2 7141:1 7174:1 7194:1 7208:3 7269:1 7292:2 7302:1 7311:2 7322:3 7332:1 7350:1 7358:1 7384:1 7387:1 7421:2 7444:1 7461:1 7483:1 7494:2 7564:5 7582:1 7642:1 7654:1 7680:1 7719:1 7720:1 7725:1 7750:1 7754:1 7788:1 7801:1 7863:1 7869:1 7871:1 7872:2 7874:1 7876:2 7884:2 7907:1 8026:2 8028:2 8035:1 8068:1 8069:1 8101:1 8130:1 8142:1 8170:1 8173:1 8223:1 8224:2 8225:2 8242:1 8246:1 8254:1 8266:1 8274:1 8284:3 8285:1 8300:1 8344:1 8389:2 8409:1 8415:1 8436:1 8439:2 8464:1 8465:1 8469:1 8506:1 8523:1 8618:1 8634:2 8649:1 8662:1 8679:1 8687:1 8700:1 8703:1 8713:1 8715:1 8718:1 8750:1 8763:2 8775:1 8858:1 8890:2 8925:1 8944:1 8957:1 8966:1 9028:1 9078:1 9089:1 9121:1 9138:1 9151:1 9176:1 9191:1 9289:1 9291:1 9326:1 9408:1 9414:1 9425:1 9427:1 9437:1 9446:1 9499:1 9501:1 9510:1 9515:1 9520:1 9524:1 9556:2 9570:1 9593:1 9597:4 9601:1 9630:3 9639:1 9648:1 9687:1 9734:1 9790:1 9794:1 9799:1 9801:1 9839:1 9844:1 9846:1 9853:1 9866:2 9879:1 9966:1 9968:1 9974:2 9983:2 9986:2 9987:3 10004:1 10029:1 10051:1 10076:1 10080:1 10101:2 10229:1 10241:1 10307:1 10308:1 10318:1 10323:1 10325:1 10352:2 10382:1 10387:1 10406:1 10412:1 10443:1 10444:1 10473:2 10485:1 10504:1 10526:1 10563:1 10592:1 10623:2 10633:1 10636:1 10654:4 10655:1 10664:2 10708:1 10731:1 10782:1 10831:1 10838:1 10856:1 10913:1 10933:1 10977:1 11022:1 11023:1 11041:1 11052:1 11053:1 11058:1 11074:2 11079:1 11089:1 11090:1 11108:1 11138:1 11161:1 11163:1 11166:1 11222:1 11281:1 11358:1 11367:1 11371:1 11400:1 11415:1 11508:1 11525:1 11602:1 11608:1 11669:1 11670:1 11674:1 11680:1 11681:1 11694:1 11793:1 11800:2 11870:2 11879:1 11880:1 11882:1 11886:1 11900:1 11904:3 11926:1 11936:2 12023:2 12024:5 12029:2 12094:8 12144:1 12170:1 12207:1 12249:2 12274:1 12299:1 12313:1 12322:1 12348:2 12355:1 12378:1 12381:1 12388:2 12502:1 12506:1 12507:1 12511:1 12520:1 12528:1 12552:1 12557:1 12580:1 12585:2 12596:1 12604:1 12621:1 12648:1 12665:1 12677:1 12678:1 12689:1 12696:1 12699:1 12712:1 12733:1 12740:1 12744:1 12769:1 12789:1 12808:1 12869:1 12901:1 12936:1 12989:1 12993:1 12999:1 13080:1 13081:1 13104:1 13125:1 13133:1 13179:1 13187:1 13204:1 13216:1 13242:2 13318:1 13366:1 13373:1 13475:1 13496:1 13497:1 13560:2 13564:1 13583:1 13584:1 13587:2 13624:1 13633:1 13703:1 13778:1 13805:1 13842:1 13849:1 13881:1 13893:1 13894:1 13971:1 13984:1 13998:1 14006:1 14015:2 14021:1 14043:1 14047:1 14059:1 14114:2 14125:1 14148:1 14163:1 14166:1 14178:1 14179:1 14184:1 14204:1 14217:1 14267:1 14315:1 14356:1 14365:1 14383:1 14390:2 14392:1 14399:2 14423:1 14442:1 14454:1 14458:6 14469:1 14484:2 14513:1 14550:6 14572:1 14604:1 14619:1 14658:1 14664:1 14682:1 14686:2 14694:1 14698:1 14708:1 14709:1 14714:1 14716:1 14717:1 14733:1 14823:1 14877:1 14896:1 14926:1 14944:1 14961:1 15002:3 15014:1 15016:1 15020:1 15038:1 15046:1 15066:1 15086:1 15095:2 15096:1 15110:2 15111:1 15144:1 15165:2 15239:1 15268:1 15276:1 15291:2 15319:1 15358:1 15370:1 15398:1 15406:1 15453:1 15501:1 15524:1 15591:1 15602:1 15613:1 15646:1 15794:1 15797:1 15803:1 15805:1 15810:1 15826:1 15828:1 15867:2 15902:1 15903:2 15931:1 15937:1 15952:1 15989:1 15990:1 16043:1 16056:1 16068:2 16085:1 16099:1 16213:2 16225:1 16247:1 16264:1 16265:1 16295:1 16404:1 16417:1 16425:2 16466:1 16483:1 16568:1 16580:4 16593:1 16601:1 16649:1 16668:1 16691:1 16720:1 16724:1 16725:2 16738:1 16786:2 16859:1 16865:939 16880:1 16923:1 16961:2 17003:1 17020:1 17043:1 17044:1 17046:1 17139:2 17248:1 17266:1 17274:1 17318:1 17323:1 17331:1 17338:1 17348:1 17357:1 17395:1 17475:1 17499:1 17516:1 17535:1 17556:1 17560:1 17580:1 17620:4 17669:2 17672:1 17697:1 17700:1 17714:1 17722:1 17736:1 17739:2 17740:1 17744:1 17755:1 17782:1 17790:1 17812:1 17914:2 17916:2 17970:1 17973:1 17984:1 18047:1 18059:1 18061:1 18079:1 18111:1 18112:1 18113:2 18128:1 18155:1 18159:1 18162:1 18191:1 18197:1 18222:2 18226:2 18227:1 18232:1 18240:1 18245:1 18253:1 18288:1 18292:1 18303:1 18320:1 18358:1 18360:1 18384:1 18399:1 18450:1 18478:1 18486:1 18514:1 18542:3 18548:1 18558:1 18562:1 18564:1 18701:1 18734:1 18769:1 18784:1 18817:1 18822:2 18824:1 18840:1 18842:1 18860:1 18877:5 18880:1 18891:2 18900:1 18911:1 18913:1 18929:1 18993:1 19006:1 19024:1 19036:2 19037:1 19059:1 19076:1 19089:2 19090:1 19100:1 19118:2 19160:1 19185:1 19191:2 19195:1 19208:1 19221:1 19245:1 19251:1 19306:2 19317:2 19331:1 19334:3 19362:2 19363:1 19377:1 19381:2 19388:1 19433:1 19446:1 19526:1 19561:1 19612:1 19613:1 19669:1 19675:1 19676:1 19688:2 19710:1 19730:2 19749:1 19773:2 19807:2 19810:1 19832:1 19834:1 19840:2 19842:3 19848:1 19854:1 19869:1 19951:1 19954:1 20001:1 20002:1 20017:3 20020:2 20067:1 20097:1 20172:1 20183:1 20238:5 20244:1 20250:1 20258:1 20285:1 20302:1 20307:1 20337:1 20377:1 20477:1 20495:1 20507:1 20568:1 20593:1 20625:1 20650:1 20657:1 20662:1 20679:1 20680:1 20719:1 20750:1 20793:1 20797:2 20806:1 20819:2 20847:1 20926:3 20933:1 20938:1 20952:1 20992:2 20997:1 21016:1 21023:1 21025:1 21074:1 21099:3 21100:1 21145:1 21159:1 21176:1 21180:1 21182:1 21225:1 21228:1 21245:1 21262:1 21277:1 21279:1 21284:1 21306:1 21344:1 21355:2 21369:1 21385:1 21400:1 21418:3 21438:1 21454:1 21458:1 21495:1 21522:1 21541:1 21564:1 21569:1 21639:2 21645:1 21704:1 21720:1 21745:1 21746:1 21788:1 21822:1 21841:1 21845:1 21887:1 21897:1 21909:2 21931:1 21932:1 21969:1 21971:1 21987:1 22015:1 22020:1 22028:1 22060:1 22077:1 22114:1 22129:1 22130:1 22136:1 22161:1 22166:1 22179:2 22198:1 22204:1 22218:1 22222:1 22223:2 22284:2 22299:2 22330:1 22334:1 22338:1 22340:1 22343:1 22349:1 22361:1 22380:1 22423:1 22440:1 22450:1 22463:2 22471:1 22478:1 22493:1 22494:1 22509:1 22525:1 22564:1 22587:2 22668:2 22672:2 22698:1 22725:1 22755:1 22793:1 22808:1 22832:1 22840:2 22843:1 22850:1 22854:2 22861:1 22881:1 22882:1 22883:1 22885:1 22887:1 22933:1 22946:1 22948:1 22956:1 22964:1 23003:2 23019:1 23028:1 23029:1 23034:1 23051:2 23065:1 23107:1 23118:1 23120:1 23135:1 23145:1 23148:1 23150:1 23165:1 23239:1 23296:1 23417:1 23427:1 23429:1 23445:1 23468:1 23470:1 23476:3 23568:1 23573:1 23595:1 23605:2 23626:1 23637:1 23679:1 23696:1 23705:1 23723:1 23805:1 23813:1 23821:1 23897:1 23899:1 23916:1 23977:1 24019:1 24040:3 24042:1 24106:1 24126:1 24135:1 24170:1 24188:1 24190:1 24192:1 24220:1 24224:1 24279:1 24303:2 24304:1 24315:1 24331:1 24333:1 24335:1 24343:1 24352:1 24355:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:4 24391:1 24425:1 24451:1 24457:1 24562:1 24570:1 24571:1 24578:1 24583:1 24585:1 24591:1 24593:1 24640:1 24649:1 24650:3 24653:1 24655:1 24698:1 24716:1 24756:2 24798:1 24821:2 24848:1 24875:1 24884:1 24885:1 24891:2 24908:2 24913:1 24916:1 24917:1 24950:1 24959:2 24960:1 24987:1 24993:3 24999:1 25025:1 25027:1 25028:1 25030:1 25055:1 25056:1 25093:1 25098:1 25109:1 25178:1 25199:1 25217:1 25302:1 25374:1 25380:1 25434:1 25453:1 25519:1 25528:1 25530:1 25565:1 25578:10 25583:1 25608:1 25617:1 25642:1 25653:1 25676:2 25686:1 25713:1 25723:2 25729:1 25757:3 25829:2 25862:1 25868:1 25873:1 25896:2 25921:1 25933:2 25935:1 25990:1 26006:1 26012:1 26024:2 26034:1 26039:1 26065:1 26072:1 26076:2 26077:2 26118:1 26127:1 26132:1 26144:2 26191:2 26196:1 26285:1 26290:1 26296:1 26351:1 26381:1 26400:1 26436:1 26445:1 26468:1 26473:1 26477:1 26502:1 26512:1 26549:1 26562:1 26591:1 26597:1 26635:1 26649:1 26689:1 26705:1 26709:1 26724:1 26732:2 26733:1 26740:1 26749:1 26753:1 26756:1 26794:3 26798:1 26813:1 26817:1 8 9:1 35:1 39:1 42:2 80:1 86:1 110:1 122:1 144:1 161:1 179:1 187:1 192:3 205:1 229:3 287:1 319:2 321:1 353:2 413:1 426:1 466:1 484:1 545:1 579:1 605:1 636:1 643:1 661:1 747:1 812:3 819:1 831:1 839:3 860:1 904:1 908:1 940:1 942:2 998:1 1001:1 1017:1 1033:1 1087:1 1113:1 1118:1 1123:1 1127:1 1132:1 1137:1 1138:1 1143:1 1159:1 1174:1 1176:1 1180:1 1186:1 1187:1 1189:1 1201:1 1206:1 1222:1 1236:1 1255:1 1271:1 1278:1 1305:1 1322:2 1325:5 1331:1 1343:1 1361:2 1368:3 1403:1 1412:1 1413:3 1433:1 1445:2 1458:2 1463:2 1499:1 1516:2 1527:1 1529:1 1537:1 1555:1 1561:1 1572:1 1576:1 1591:1 1594:1 1618:2 1640:1 1644:1 1670:1 1685:1 1686:1 1719:1 1726:1 1739:1 1751:1 1755:2 1766:1 1768:2 1774:1 1785:1 1787:1 1798:2 1811:1 1813:1 1815:1 1828:1 1843:1 1915:1 1918:1 1922:2 1976:1 1981:1 2026:4 2127:1 2143:1 2161:1 2163:1 2170:3 2172:1 2177:1 2181:2 2184:6 2186:1 2190:1 2192:1 2195:1 2197:1 2199:1 2237:1 2248:2 2271:1 2284:1 2363:1 2473:1 2509:1 2528:1 2529:1 2548:1 2561:1 2562:1 2566:2 2602:1 2604:1 2606:1 2621:1 2635:1 2660:1 2683:1 2713:1 2719:1 2726:5 2749:1 2750:1 2776:1 2781:1 2794:1 2813:1 2827:1 2833:1 2835:1 2836:1 2944:1 2952:1 2959:1 3009:2 3087:1 3090:3 3093:2 3094:1 3106:1 3116:3 3129:1 3148:1 3166:1 3253:2 3262:1 3263:1 3276:1 3342:1 3354:1 3365:1 3414:1 3426:1 3430:1 3445:1 3454:2 3475:1 3507:1 3551:1 3559:2 3563:2 3587:1 3592:1 3617:1 3623:1 3626:1 3640:2 3650:1 3663:1 3668:1 3674:1 3694:2 3701:1 3702:1 3748:1 3755:1 3757:1 3763:1 3767:1 3785:2 3786:2 3841:1 3847:1 3853:1 3862:1 3894:1 3906:1 3924:1 3936:1 3946:2 3959:2 3962:3 4022:1 4027:1 4040:3 4041:1 4059:2 4075:1 4078:1 4131:1 4135:1 4140:1 4152:1 4159:1 4176:2 4243:1 4292:1 4319:2 4354:1 4367:1 4389:2 4393:1 4418:1 4428:1 4505:1 4533:9 4552:1 4632:1 4646:4 4648:4 4651:1 4655:1 4660:1 4662:2 4669:1 4672:1 4673:4 4720:2 4745:1 4788:1 4835:1 4841:1 4893:1 4919:1 4942:1 4953:2 4973:2 4981:1 5010:1 5061:2 5135:1 5141:1 5157:1 5162:2 5168:1 5170:1 5260:1 5266:1 5268:1 5269:1 5282:1 5283:1 5397:1 5402:1 5411:1 5467:3 5526:2 5548:3 5574:1 5583:1 5614:1 5618:1 5637:1 5639:1 5683:1 5710:1 5728:1 5731:2 5762:3 5813:1 5840:1 5850:2 5852:1 5857:1 5859:1 5860:3 5863:1 5865:1 5871:1 5875:1 5877:3 5902:1 5914:1 5915:1 5933:1 5960:2 5999:1 6003:1 6014:1 6023:1 6052:1 6066:1 6070:1 6100:1 6127:1 6136:1 6152:1 6212:1 6227:1 6228:1 6230:1 6233:1 6259:2 6264:1 6276:1 6289:1 6292:3 6295:3 6298:1 6307:1 6319:4 6320:2 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6501:1 6504:1 6512:1 6516:1 6530:1 6557:1 6566:1 6579:1 6599:3 6601:1 6621:1 6637:1 6645:1 6688:2 6700:2 6733:1 6741:1 6747:2 6773:1 6777:1 6787:1 6824:2 6845:2 7037:4 7038:2 7060:1 7061:2 7089:1 7099:17 7107:1 7119:5 7120:2 7141:1 7174:1 7194:1 7208:3 7269:1 7292:2 7302:1 7311:2 7322:3 7332:1 7346:1 7350:1 7358:1 7384:1 7387:1 7421:2 7444:1 7461:1 7483:1 7494:3 7564:5 7582:1 7642:1 7654:1 7680:1 7719:1 7720:1 7725:1 7750:1 7754:1 7785:1 7788:1 7801:1 7863:1 7869:1 7871:1 7872:2 7874:1 7876:2 7884:2 7907:1 7968:1 8026:2 8028:2 8035:1 8068:1 8069:1 8101:1 8130:1 8142:1 8158:1 8170:1 8173:1 8223:1 8224:2 8225:2 8242:1 8246:1 8254:1 8266:1 8274:1 8284:3 8285:1 8300:1 8344:1 8389:2 8409:1 8415:1 8436:1 8439:3 8464:1 8465:1 8469:1 8506:1 8523:1 8610:1 8618:1 8634:2 8649:1 8662:1 8679:1 8687:1 8700:1 8703:1 8713:1 8715:1 8718:1 8750:1 8763:2 8775:1 8858:1 8890:2 8925:1 8944:2 8957:1 8966:1 9028:1 9078:1 9089:1 9121:1 9138:1 9151:1 9176:1 9191:1 9289:1 9291:1 9312:1 9326:1 9408:1 9414:1 9425:1 9427:1 9437:1 9446:1 9489:1 9499:1 9501:1 9510:1 9515:1 9520:1 9524:2 9556:2 9570:1 9593:1 9597:5 9601:1 9630:3 9639:1 9648:1 9687:1 9734:1 9765:1 9790:1 9794:2 9799:1 9801:1 9839:1 9844:1 9846:1 9853:1 9866:2 9879:1 9966:1 9968:1 9974:3 9983:2 9986:2 9987:3 9996:1 10004:1 10029:1 10051:2 10076:1 10080:1 10101:2 10147:1 10229:1 10241:1 10307:1 10308:1 10318:1 10323:1 10325:1 10352:2 10382:1 10387:1 10406:1 10412:1 10443:1 10444:1 10473:2 10483:1 10485:1 10504:1 10514:1 10526:1 10563:1 10592:1 10623:2 10633:1 10636:1 10654:4 10655:1 10664:2 10708:1 10731:1 10765:1 10782:1 10831:1 10838:1 10856:1 10913:1 10933:1 10977:1 11022:1 11023:1 11041:1 11052:1 11053:1 11058:1 11074:2 11079:1 11089:1 11090:1 11108:1 11138:1 11161:1 11163:1 11166:1 11222:1 11281:1 11358:1 11367:1 11371:1 11400:1 11415:1 11508:1 11525:1 11587:1 11602:1 11608:1 11669:1 11670:1 11674:1 11680:1 11681:1 11694:1 11790:1 11793:1 11800:2 11870:2 11879:1 11880:1 11882:1 11886:1 11900:1 11904:3 11926:1 11936:2 12023:2 12024:5 12029:2 12094:8 12144:1 12170:1 12207:1 12249:2 12274:1 12299:1 12313:1 12322:1 12348:2 12355:1 12378:1 12381:1 12388:2 12502:1 12506:1 12507:1 12511:1 12520:1 12528:1 12552:1 12557:1 12580:1 12585:2 12596:1 12604:1 12621:1 12636:1 12648:1 12665:1 12677:1 12678:1 12689:1 12696:1 12699:1 12712:1 12733:1 12740:1 12744:1 12769:1 12789:1 12808:1 12869:1 12901:1 12924:1 12936:1 12989:1 12993:1 12999:1 13080:1 13081:1 13088:1 13104:1 13125:1 13133:1 13179:1 13187:1 13204:1 13216:1 13242:2 13318:1 13366:1 13373:1 13475:1 13496:1 13497:1 13560:2 13564:1 13583:1 13584:1 13587:2 13624:1 13633:1 13703:1 13778:1 13805:1 13842:1 13849:1 13881:1 13893:1 13894:1 13971:1 13984:1 13998:1 14006:1 14015:2 14021:1 14043:1 14047:1 14059:1 14114:2 14125:1 14148:1 14163:1 14166:1 14178:1 14179:1 14184:1 14204:1 14211:1 14217:1 14267:1 14315:1 14356:1 14365:1 14383:1 14390:2 14392:1 14399:2 14423:1 14442:1 14454:1 14458:6 14469:1 14484:2 14513:1 14550:6 14572:1 14604:1 14619:1 14658:1 14664:1 14682:1 14686:2 14694:1 14698:1 14708:1 14709:1 14714:1 14716:1 14717:1 14733:1 14823:1 14877:1 14896:1 14926:1 14944:1 14961:1 15002:3 15014:1 15016:2 15020:1 15038:1 15046:1 15066:1 15086:1 15095:2 15096:1 15110:2 15111:1 15144:1 15165:2 15239:1 15268:1 15276:1 15291:2 15297:1 15319:1 15358:1 15370:1 15398:1 15406:1 15453:1 15501:1 15524:1 15591:1 15599:1 15602:1 15613:1 15646:1 15794:1 15797:1 15803:1 15805:1 15810:1 15826:1 15828:1 15867:2 15902:1 15903:2 15931:1 15937:1 15952:1 15967:1 15989:1 15990:1 16043:1 16056:1 16068:2 16085:1 16099:2 16144:1 16213:2 16217:1 16225:2 16239:1 16247:1 16260:1 16264:1 16265:1 16295:1 16404:1 16417:1 16425:2 16466:1 16483:1 16568:1 16580:5 16593:1 16601:1 16649:1 16668:1 16691:1 16720:1 16724:1 16725:2 16738:1 16786:2 16825:1 16859:1 16865:992 16880:1 16923:1 16961:2 17003:1 17020:1 17043:1 17044:1 17046:1 17139:2 17248:1 17266:1 17274:1 17318:1 17323:1 17331:1 17338:1 17348:1 17357:1 17395:1 17475:1 17499:1 17516:1 17535:1 17556:1 17560:2 17580:1 17620:5 17669:2 17672:1 17697:1 17700:1 17709:1 17714:1 17722:1 17736:1 17739:2 17740:1 17744:1 17755:1 17782:1 17790:1 17812:1 17914:2 17916:2 17970:1 17973:1 17984:1 17992:1 18047:1 18059:1 18061:1 18079:1 18111:1 18112:1 18113:2 18128:1 18155:1 18159:1 18162:1 18191:1 18197:1 18222:2 18226:2 18227:1 18232:1 18240:1 18245:1 18253:1 18265:1 18288:1 18292:1 18303:1 18320:1 18358:1 18360:1 18384:1 18399:1 18450:1 18478:1 18486:1 18514:1 18542:3 18548:1 18558:1 18562:1 18564:1 18588:1 18701:1 18734:1 18769:1 18784:1 18817:1 18822:2 18824:1 18840:1 18842:1 18860:1 18877:6 18880:1 18891:2 18900:1 18911:1 18913:1 18929:1 18931:1 18993:1 19006:1 19024:1 19036:2 19037:1 19059:1 19076:1 19089:2 19090:1 19100:1 19118:2 19160:1 19185:1 19191:2 19195:1 19208:1 19217:1 19221:1 19245:1 19251:1 19306:2 19317:2 19331:1 19334:3 19362:2 19363:1 19377:1 19381:2 19388:1 19433:1 19446:1 19526:1 19561:1 19612:2 19613:1 19669:1 19675:1 19676:1 19688:2 19710:1 19730:2 19749:1 19773:2 19807:2 19810:1 19832:1 19834:1 19840:2 19842:3 19848:1 19854:1 19869:1 19951:1 19954:1 20001:1 20002:1 20017:3 20020:2 20067:1 20097:1 20172:1 20183:1 20238:5 20244:1 20250:1 20258:1 20285:1 20302:1 20307:1 20337:1 20377:1 20477:1 20495:1 20507:1 20568:1 20593:1 20625:1 20650:1 20657:1 20662:1 20679:1 20680:1 20719:1 20750:1 20793:1 20797:2 20806:1 20819:2 20847:1 20926:3 20933:1 20938:1 20952:1 20992:2 20997:1 21016:1 21023:1 21025:1 21069:1 21074:1 21099:3 21100:1 21123:1 21145:1 21159:1 21176:1 21180:1 21182:1 21225:1 21228:1 21245:1 21260:1 21262:1 21277:1 21279:1 21284:1 21306:1 21344:1 21355:2 21369:1 21385:1 21400:1 21418:3 21438:1 21454:1 21458:1 21495:1 21522:1 21541:1 21564:1 21569:1 21593:1 21639:2 21645:1 21704:1 21720:1 21745:1 21746:1 21788:1 21822:1 21841:1 21845:1 21887:1 21897:1 21909:2 21931:1 21932:1 21969:1 21971:1 21987:1 22015:1 22020:1 22028:1 22060:1 22077:1 22114:1 22129:1 22130:1 22136:1 22161:1 22166:1 22179:2 22198:1 22204:1 22218:1 22222:1 22223:2 22284:2 22299:2 22330:1 22334:1 22338:1 22340:1 22343:1 22349:1 22361:1 22380:1 22423:1 22440:1 22450:1 22463:2 22471:1 22476:1 22478:1 22493:1 22494:1 22503:1 22509:1 22525:1 22564:1 22587:2 22668:2 22672:2 22698:1 22725:1 22755:1 22793:1 22808:1 22832:1 22840:2 22843:1 22850:1 22854:3 22861:1 22881:1 22882:1 22883:1 22885:1 22887:1 22933:1 22946:1 22948:1 22956:1 22964:1 23003:2 23019:1 23028:1 23029:1 23034:1 23051:2 23056:1 23065:1 23107:1 23118:1 23120:1 23135:1 23145:1 23148:1 23150:1 23165:1 23239:1 23296:1 23417:1 23427:1 23429:1 23445:1 23468:1 23470:1 23476:3 23568:1 23573:1 23595:1 23605:2 23626:1 23637:1 23679:1 23696:1 23705:1 23723:1 23805:1 23813:1 23821:1 23897:1 23899:1 23916:1 23952:1 23975:1 23977:1 24019:1 24033:1 24040:3 24042:1 24106:1 24126:1 24135:1 24170:1 24188:1 24190:1 24192:1 24220:1 24224:1 24279:1 24303:2 24304:1 24315:1 24331:1 24333:1 24335:1 24343:1 24352:1 24355:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:4 24391:1 24425:1 24451:1 24457:1 24562:2 24570:1 24571:1 24578:1 24583:1 24585:1 24591:1 24593:1 24628:1 24640:1 24649:1 24650:3 24653:1 24655:1 24698:1 24716:1 24756:2 24798:1 24821:2 24848:1 24875:1 24884:1 24885:1 24891:2 24908:2 24913:1 24916:1 24917:1 24950:1 24959:2 24960:1 24987:1 24993:3 24999:1 25025:1 25027:1 25028:1 25030:1 25055:1 25056:1 25093:1 25098:1 25109:1 25138:1 25178:1 25199:1 25217:1 25302:1 25374:1 25380:1 25434:1 25453:1 25519:1 25528:1 25530:1 25565:1 25578:10 25583:1 25608:1 25617:2 25642:1 25653:1 25676:2 25686:1 25713:1 25723:2 25729:1 25757:4 25829:2 25862:1 25868:1 25873:1 25896:2 25921:1 25933:2 25935:1 25990:1 26005:1 26006:1 26012:1 26024:2 26034:1 26039:1 26065:1 26072:1 26076:2 26077:3 26118:1 26127:1 26132:1 26144:2 26191:2 26196:1 26285:1 26290:1 26296:1 26351:1 26381:1 26400:1 26421:1 26436:1 26445:1 26468:1 26473:1 26477:1 26502:1 26512:1 26549:1 26562:1 26591:1 26597:1 26635:1 26649:1 26689:1 26705:1 26709:1 26724:1 26732:2 26733:2 26740:1 26749:1 26753:1 26756:1 26794:3 26798:1 26813:1 26817:1 8 9:1 35:1 39:1 42:2 80:2 86:1 110:1 122:1 144:1 161:1 179:1 187:1 192:3 205:1 224:1 229:3 287:1 319:3 321:1 353:2 413:1 426:1 466:1 484:1 545:1 579:1 605:1 636:1 643:1 661:1 667:1 747:1 812:3 819:1 831:1 839:3 860:1 904:3 908:1 940:1 942:2 998:1 1001:1 1017:1 1033:1 1048:1 1087:1 1113:1 1118:1 1123:1 1127:1 1132:1 1137:1 1138:1 1143:1 1157:1 1159:1 1174:1 1176:1 1180:1 1186:1 1187:1 1189:1 1201:1 1206:1 1222:1 1236:1 1255:1 1271:1 1278:1 1305:1 1322:2 1325:5 1331:1 1343:1 1361:2 1368:3 1403:1 1412:1 1413:3 1433:1 1445:2 1458:2 1463:2 1499:1 1516:2 1527:1 1529:1 1537:1 1555:1 1561:1 1572:1 1576:1 1591:1 1594:1 1612:1 1618:2 1628:1 1640:1 1644:1 1670:1 1681:1 1685:1 1686:1 1690:1 1719:1 1726:1 1739:1 1751:1 1755:2 1766:1 1768:2 1774:1 1785:1 1787:1 1798:2 1811:1 1813:1 1815:1 1828:1 1843:1 1847:1 1915:1 1918:1 1922:2 1966:1 1976:1 1981:1 2026:4 2127:1 2143:1 2158:1 2161:1 2163:1 2170:3 2172:1 2177:1 2181:2 2184:6 2186:2 2190:1 2192:1 2195:2 2197:1 2199:1 2237:1 2248:2 2271:1 2284:1 2363:1 2403:1 2410:1 2473:1 2509:1 2523:1 2528:1 2529:1 2533:1 2548:1 2560:1 2561:1 2562:1 2566:2 2602:1 2604:1 2606:1 2621:1 2635:1 2660:1 2683:1 2713:1 2719:2 2726:5 2749:1 2750:1 2776:1 2781:1 2794:1 2813:1 2827:1 2833:1 2835:1 2836:1 2944:1 2952:1 2959:1 3009:2 3087:1 3090:3 3093:2 3094:1 3106:1 3116:3 3129:1 3148:1 3166:1 3253:2 3262:1 3263:1 3276:1 3342:1 3354:1 3365:1 3373:1 3414:1 3426:1 3430:1 3445:1 3454:2 3475:1 3507:1 3551:1 3559:2 3563:2 3587:1 3592:1 3617:1 3623:1 3626:1 3640:2 3650:1 3660:1 3663:2 3668:1 3674:1 3694:2 3701:1 3702:1 3748:1 3755:1 3757:1 3763:1 3767:1 3785:2 3786:3 3841:1 3847:1 3853:1 3856:1 3862:1 3894:1 3906:1 3924:1 3936:1 3946:2 3959:2 3960:1 3962:3 4022:1 4027:1 4040:4 4041:1 4059:2 4075:1 4078:1 4131:1 4135:1 4140:1 4152:1 4159:1 4176:2 4243:1 4292:1 4319:2 4354:1 4367:1 4389:3 4391:1 4393:1 4418:1 4428:1 4505:1 4533:9 4552:1 4632:2 4646:4 4648:4 4651:1 4655:1 4660:2 4662:2 4669:1 4672:1 4673:4 4720:2 4745:1 4788:1 4835:1 4841:1 4843:1 4851:1 4893:1 4919:1 4942:1 4953:2 4973:2 4981:1 5010:1 5061:2 5135:1 5141:1 5157:2 5162:2 5168:1 5170:1 5260:1 5266:1 5268:1 5269:1 5282:1 5283:1 5397:1 5402:1 5411:1 5467:3 5524:1 5526:2 5548:4 5574:1 5583:1 5614:1 5618:1 5637:1 5639:1 5683:1 5710:1 5728:1 5731:3 5762:3 5813:2 5840:1 5850:2 5852:1 5857:1 5859:1 5860:3 5863:1 5865:2 5871:1 5875:2 5877:3 5902:1 5904:1 5914:1 5915:1 5933:1 5960:2 5999:1 6003:1 6014:1 6023:1 6052:1 6066:1 6070:1 6100:1 6127:1 6136:1 6152:1 6212:1 6215:1 6227:1 6228:1 6230:1 6233:1 6259:2 6264:1 6276:1 6289:1 6292:3 6295:3 6298:1 6307:1 6319:4 6320:2 6322:1 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6501:1 6504:1 6512:1 6516:1 6530:1 6557:1 6566:1 6579:1 6599:3 6601:1 6621:1 6637:1 6645:1 6688:2 6700:2 6733:1 6741:1 6747:2 6773:1 6777:1 6787:1 6824:3 6845:3 6851:1 6919:1 7037:5 7038:2 7060:1 7061:2 7089:1 7099:20 7107:1 7119:5 7120:2 7141:1 7174:1 7194:1 7208:3 7269:1 7292:2 7302:1 7311:2 7322:3 7332:1 7346:1 7350:1 7353:1 7358:1 7384:1 7387:1 7417:1 7421:2 7444:1 7461:1 7483:1 7494:3 7564:6 7582:1 7642:1 7654:1 7680:1 7710:1 7719:1 7720:1 7725:1 7750:1 7754:1 7780:1 7785:1 7788:1 7801:1 7863:1 7869:1 7871:1 7872:2 7874:1 7876:2 7884:2 7907:1 7968:1 8014:1 8026:2 8028:2 8035:1 8068:1 8069:1 8101:1 8130:1 8142:1 8148:1 8158:1 8170:1 8173:1 8223:1 8224:2 8225:2 8242:1 8246:1 8254:1 8266:1 8274:1 8284:3 8285:1 8300:1 8344:1 8389:2 8409:1 8412:1 8415:1 8436:1 8439:3 8464:1 8465:1 8469:1 8506:1 8523:1 8564:1 8610:1 8618:1 8634:2 8649:1 8662:1 8679:1 8687:1 8696:1 8700:1 8703:1 8713:1 8715:1 8718:1 8750:1 8763:2 8775:1 8858:1 8890:2 8925:1 8944:2 8957:1 8966:1 9028:1 9078:1 9089:1 9121:1 9138:1 9151:1 9176:1 9191:1 9200:1 9289:1 9291:1 9312:1 9317:1 9326:1 9408:1 9414:1 9425:1 9427:1 9437:1 9446:1 9489:1 9499:1 9501:1 9510:1 9515:1 9520:1 9524:2 9556:2 9570:1 9593:1 9597:5 9601:1 9630:3 9639:1 9648:1 9687:1 9734:1 9765:1 9790:1 9794:2 9799:1 9801:1 9839:1 9844:1 9846:1 9853:1 9866:2 9879:1 9966:1 9968:1 9974:3 9976:1 9983:2 9986:2 9987:3 9990:1 9992:1 9996:1 10004:1 10029:1 10051:2 10076:1 10080:1 10101:2 10103:1 10147:1 10229:1 10241:1 10307:1 10308:1 10318:1 10323:2 10325:1 10352:2 10382:2 10387:1 10406:1 10412:1 10443:1 10444:1 10473:2 10483:1 10485:1 10504:1 10506:1 10514:1 10526:1 10563:1 10592:1 10623:2 10633:1 10636:1 10654:4 10655:1 10664:2 10708:1 10731:1 10765:1 10782:1 10831:1 10838:1 10856:1 10913:1 10933:1 10977:1 11022:1 11023:1 11041:1 11052:1 11053:1 11058:1 11074:2 11079:1 11089:1 11090:1 11108:1 11138:1 11161:1 11163:1 11166:1 11222:1 11281:1 11336:1 11342:1 11358:1 11367:1 11371:1 11400:1 11415:1 11435:1 11508:1 11525:1 11540:1 11555:1 11587:1 11602:1 11608:1 11669:1 11670:1 11674:1 11680:1 11681:1 11694:1 11790:1 11792:1 11793:1 11800:2 11870:2 11879:1 11880:1 11882:1 11886:1 11900:1 11904:3 11926:2 11936:2 11992:1 12009:1 12023:2 12024:5 12029:2 12094:10 12144:1 12170:1 12207:1 12249:2 12250:1 12274:1 12299:1 12313:1 12322:1 12348:2 12355:1 12378:1 12381:1 12388:2 12502:1 12506:1 12507:1 12511:1 12520:1 12528:1 12552:1 12557:1 12580:1 12585:2 12596:1 12604:1 12621:1 12636:1 12648:1 12665:1 12677:1 12678:1 12689:1 12696:1 12699:1 12712:1 12733:1 12740:1 12744:1 12769:1 12789:1 12808:1 12811:1 12869:1 12901:1 12924:1 12936:1 12989:1 12993:1 12999:1 13080:1 13081:1 13088:1 13104:1 13125:1 13133:1 13179:1 13187:1 13204:1 13216:1 13242:2 13318:1 13366:1 13373:1 13421:1 13475:1 13496:1 13497:1 13544:1 13560:2 13564:1 13583:1 13584:1 13587:2 13624:1 13633:1 13703:1 13778:1 13805:1 13820:1 13842:1 13849:1 13881:1 13893:1 13894:1 13911:1 13971:1 13984:1 13998:1 14006:1 14015:2 14021:1 14043:2 14047:1 14059:1 14114:2 14125:1 14148:1 14163:1 14166:1 14174:1 14178:1 14179:1 14184:1 14204:1 14211:1 14217:1 14267:1 14272:1 14315:1 14339:1 14356:1 14365:1 14383:1 14390:2 14392:1 14399:2 14423:1 14441:1 14442:1 14454:1 14458:8 14469:1 14484:2 14513:1 14550:6 14572:2 14604:1 14619:1 14657:1 14658:1 14664:1 14682:1 14686:2 14694:1 14698:1 14708:2 14709:1 14714:1 14716:1 14717:1 14733:1 14823:1 14877:1 14896:1 14926:1 14944:1 14961:1 15002:3 15014:1 15016:2 15020:1 15038:1 15046:1 15066:1 15086:1 15095:2 15096:1 15106:1 15110:2 15111:1 15144:1 15165:2 15239:1 15268:1 15276:1 15291:2 15297:1 15319:1 15358:1 15370:1 15398:1 15406:1 15413:1 15453:1 15501:1 15524:1 15591:1 15599:1 15602:1 15613:1 15646:1 15794:1 15797:1 15803:1 15805:1 15810:1 15826:1 15828:1 15867:2 15902:1 15903:3 15931:1 15937:1 15952:1 15967:1 15989:2 15990:1 16043:1 16056:1 16068:2 16085:1 16099:2 16144:1 16213:2 16217:1 16225:2 16239:1 16247:1 16260:1 16264:1 16265:1 16295:1 16404:1 16417:1 16425:2 16427:1 16466:1 16483:1 16568:1 16580:5 16593:1 16601:1 16649:1 16668:1 16691:1 16720:1 16724:1 16725:2 16738:1 16786:2 16825:1 16859:1 16865:1052 16880:1 16923:1 16961:2 17003:1 17020:1 17043:1 17044:1 17046:1 17139:2 17248:1 17266:1 17274:1 17318:1 17323:1 17331:1 17338:1 17348:1 17357:1 17395:1 17475:1 17486:1 17499:1 17516:1 17535:1 17556:1 17560:2 17580:1 17620:5 17669:2 17672:1 17697:1 17700:1 17709:1 17710:1 17714:1 17722:1 17736:1 17739:2 17740:1 17743:1 17744:1 17755:1 17782:1 17790:1 17812:1 17914:2 17916:2 17970:1 17973:1 17984:1 17992:1 18025:1 18047:1 18059:1 18061:1 18079:1 18080:1 18111:1 18112:1 18113:2 18128:1 18155:1 18159:1 18162:1 18191:1 18197:1 18209:1 18222:2 18226:2 18227:1 18232:1 18240:1 18245:1 18253:1 18265:1 18288:1 18292:1 18303:1 18320:1 18358:1 18360:1 18384:1 18399:1 18450:1 18478:1 18486:1 18514:1 18515:1 18542:3 18548:1 18558:1 18562:1 18564:1 18588:1 18701:1 18734:1 18769:1 18784:1 18817:1 18822:2 18824:1 18840:1 18842:1 18860:1 18877:6 18880:1 18891:2 18900:1 18911:1 18913:1 18929:1 18931:1 18993:1 19006:1 19024:1 19036:2 19037:1 19059:1 19076:1 19089:2 19090:1 19100:1 19118:2 19160:1 19185:1 19191:2 19195:1 19208:2 19217:1 19221:1 19245:1 19251:1 19306:2 19317:2 19331:1 19334:3 19362:2 19363:1 19377:1 19381:2 19388:1 19433:1 19446:1 19494:1 19526:1 19561:1 19564:1 19612:2 19613:1 19669:1 19672:1 19675:1 19676:1 19678:1 19688:2 19710:1 19730:2 19749:1 19773:2 19807:2 19810:1 19832:1 19834:1 19840:2 19842:3 19848:1 19854:1 19869:1 19873:1 19951:1 19952:1 19954:1 20001:1 20002:1 20017:3 20020:2 20067:2 20097:1 20172:1 20183:1 20238:5 20244:1 20250:1 20258:1 20285:1 20302:1 20307:1 20337:1 20377:1 20405:1 20477:1 20495:1 20507:1 20568:1 20593:1 20625:1 20650:1 20657:1 20662:1 20679:1 20680:1 20719:1 20750:1 20793:1 20797:2 20806:1 20819:2 20847:1 20901:1 20926:3 20933:1 20938:1 20952:1 20973:1 20992:2 20997:1 21016:1 21023:1 21025:1 21069:1 21074:1 21099:3 21100:1 21123:1 21145:1 21159:1 21176:1 21180:1 21182:1 21225:1 21228:1 21245:1 21260:1 21262:1 21266:1 21277:1 21279:1 21284:1 21306:1 21311:1 21323:1 21344:1 21355:3 21369:1 21385:1 21400:1 21418:3 21438:1 21454:1 21458:1 21495:1 21522:1 21541:1 21564:1 21569:1 21593:1 21639:2 21645:1 21704:1 21720:1 21745:1 21746:1 21788:1 21822:1 21841:1 21845:1 21887:1 21897:1 21909:2 21931:1 21932:1 21969:1 21971:1 21987:1 22015:1 22020:1 22028:1 22060:1 22077:1 22114:1 22129:1 22130:1 22136:1 22161:1 22166:1 22179:2 22198:1 22204:1 22218:1 22222:1 22223:2 22234:1 22284:2 22299:2 22330:1 22334:1 22338:1 22340:1 22343:1 22349:1 22361:1 22380:1 22423:1 22440:1 22450:1 22463:2 22471:1 22476:1 22478:1 22493:1 22494:2 22503:1 22509:1 22525:1 22551:1 22564:1 22587:2 22668:2 22672:2 22698:1 22725:1 22755:1 22793:1 22808:1 22832:1 22840:2 22843:1 22850:1 22854:3 22861:1 22881:1 22882:1 22883:1 22885:1 22887:1 22933:1 22946:2 22948:1 22956:1 22964:1 23003:3 23019:1 23020:1 23028:1 23029:1 23034:1 23051:2 23056:1 23065:1 23107:1 23118:1 23120:1 23135:1 23145:1 23148:1 23150:1 23165:1 23239:1 23240:1 23296:1 23313:1 23417:1 23427:1 23429:1 23445:1 23468:1 23470:1 23476:3 23568:1 23573:1 23595:1 23605:2 23626:1 23637:1 23679:1 23696:1 23705:1 23723:1 23805:1 23813:1 23821:1 23827:1 23897:1 23899:1 23916:1 23952:1 23975:1 23977:1 24019:1 24033:1 24040:4 24042:1 24106:1 24126:1 24135:1 24170:1 24188:1 24190:1 24192:1 24220:1 24224:1 24279:1 24303:2 24304:1 24315:1 24331:1 24333:1 24335:1 24343:1 24352:1 24355:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:4 24391:1 24425:1 24451:1 24457:1 24562:2 24570:1 24571:1 24578:1 24583:1 24584:1 24585:1 24591:1 24593:1 24628:1 24640:1 24649:1 24650:3 24653:1 24655:1 24671:1 24698:1 24716:1 24756:2 24798:1 24821:2 24848:1 24875:1 24884:1 24885:1 24891:2 24908:2 24913:1 24916:1 24917:1 24950:1 24959:2 24960:1 24987:1 24993:3 24999:1 25025:1 25027:1 25028:1 25030:1 25055:1 25056:1 25093:1 25098:1 25109:1 25138:1 25178:1 25199:1 25217:1 25251:1 25302:1 25374:1 25380:1 25434:1 25437:1 25453:1 25519:1 25528:1 25530:1 25565:1 25578:10 25583:1 25608:1 25617:2 25642:1 25653:1 25676:2 25686:1 25713:1 25723:3 25729:1 25757:5 25829:2 25862:1 25868:1 25873:1 25896:2 25921:2 25933:2 25935:1 25990:1 26005:1 26006:2 26012:1 26024:2 26034:1 26039:1 26065:1 26072:1 26076:2 26077:3 26118:1 26127:1 26132:2 26144:2 26191:2 26196:1 26285:1 26290:1 26296:1 26351:1 26381:1 26400:1 26421:1 26436:1 26445:1 26468:1 26473:1 26477:1 26502:1 26512:1 26549:1 26558:1 26562:1 26591:1 26597:1 26635:1 26649:1 26689:1 26691:1 26705:1 26709:1 26724:1 26732:2 26733:2 26740:1 26749:1 26753:1 26756:1 26794:3 26798:1 26805:1 26813:1 26817:1 8 1:1 9:1 35:1 39:1 42:2 80:2 86:1 110:1 122:1 144:1 161:1 179:1 187:1 192:3 205:1 224:1 229:3 287:1 319:3 321:1 353:2 413:1 426:1 466:1 484:1 497:1 545:1 558:1 579:1 605:1 636:1 643:1 661:1 667:1 747:1 812:3 819:1 831:1 839:3 860:1 899:1 904:3 908:1 940:1 942:2 998:1 1001:1 1017:1 1033:1 1048:1 1087:1 1113:1 1118:1 1123:1 1127:1 1132:1 1137:1 1138:1 1143:1 1157:1 1159:1 1174:1 1176:1 1180:1 1186:1 1187:1 1189:1 1201:1 1206:1 1222:1 1236:1 1255:1 1271:1 1278:1 1305:1 1322:2 1325:5 1331:1 1343:1 1361:2 1368:3 1403:1 1412:1 1413:3 1433:1 1445:2 1458:2 1463:2 1499:1 1516:2 1527:1 1529:1 1537:1 1555:1 1561:1 1572:1 1576:1 1591:1 1594:1 1612:1 1618:2 1628:1 1629:1 1640:1 1644:1 1670:1 1681:1 1685:1 1686:1 1690:1 1719:1 1725:1 1726:2 1739:2 1751:1 1755:2 1766:1 1768:2 1774:1 1785:1 1787:1 1798:2 1811:1 1813:1 1815:1 1828:1 1843:1 1847:1 1891:1 1915:1 1918:1 1922:2 1966:1 1976:1 1981:1 2026:4 2127:1 2143:1 2158:1 2160:1 2161:1 2163:1 2170:3 2172:1 2177:1 2181:2 2184:6 2186:2 2190:1 2192:1 2195:2 2197:1 2199:1 2237:1 2248:2 2250:1 2271:1 2284:1 2363:1 2403:1 2410:1 2473:1 2509:1 2523:1 2528:1 2529:1 2533:1 2548:1 2560:1 2561:1 2562:1 2566:3 2602:1 2604:1 2606:1 2621:1 2635:1 2660:1 2683:1 2713:1 2719:2 2726:6 2749:1 2750:1 2776:2 2781:1 2794:1 2813:1 2827:1 2833:1 2835:1 2836:1 2944:1 2952:1 2959:1 3009:2 3087:1 3090:3 3093:2 3094:1 3106:1 3116:3 3129:1 3148:1 3166:1 3253:2 3262:1 3263:1 3276:1 3342:1 3354:1 3365:1 3373:1 3414:1 3426:1 3430:1 3445:1 3454:2 3475:1 3507:1 3551:1 3559:2 3563:2 3587:1 3592:1 3617:1 3623:1 3626:1 3640:2 3650:1 3660:1 3663:2 3668:1 3674:1 3694:2 3701:1 3702:1 3748:1 3749:1 3755:1 3757:1 3763:1 3767:1 3785:2 3786:3 3841:2 3847:1 3853:1 3856:1 3862:1 3894:1 3906:1 3924:1 3936:1 3946:2 3959:2 3960:1 3962:3 4022:1 4027:1 4040:4 4041:1 4059:2 4075:1 4078:1 4131:1 4135:1 4140:1 4152:1 4159:1 4176:2 4243:1 4292:1 4319:2 4354:1 4367:1 4389:3 4391:1 4393:1 4418:1 4428:1 4505:1 4533:11 4552:1 4632:2 4646:4 4648:4 4651:1 4655:1 4660:2 4662:2 4669:1 4672:1 4673:4 4720:2 4745:1 4788:1 4791:1 4835:1 4841:1 4843:1 4851:1 4893:1 4919:1 4942:1 4953:2 4973:2 4981:1 5010:1 5061:2 5100:1 5135:1 5141:1 5157:2 5162:2 5168:1 5170:1 5260:1 5266:1 5268:1 5269:1 5282:1 5283:1 5397:1 5402:1 5411:1 5467:3 5524:1 5526:2 5548:4 5574:1 5583:1 5614:1 5618:1 5637:1 5639:1 5675:1 5683:1 5710:1 5728:1 5731:3 5762:3 5813:3 5840:1 5850:2 5852:1 5857:1 5859:1 5860:3 5863:1 5865:2 5871:1 5875:2 5877:3 5902:1 5904:1 5914:1 5915:1 5933:1 5960:2 5999:1 6003:1 6014:1 6023:1 6052:1 6066:1 6070:1 6093:1 6100:1 6127:1 6136:1 6152:1 6212:1 6215:1 6227:1 6228:1 6230:1 6233:1 6259:2 6264:1 6276:1 6289:1 6292:3 6295:3 6298:1 6306:1 6307:1 6319:4 6320:2 6322:1 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6501:1 6504:1 6512:1 6516:1 6530:1 6538:1 6557:1 6566:1 6579:1 6599:3 6601:1 6621:1 6637:1 6645:1 6688:2 6700:2 6733:1 6741:1 6747:2 6773:1 6777:1 6787:1 6824:3 6845:3 6851:1 6919:1 7037:5 7038:2 7060:1 7061:2 7089:1 7099:20 7107:1 7119:6 7120:3 7141:1 7174:1 7194:1 7208:3 7269:2 7292:2 7302:1 7311:2 7322:4 7332:1 7346:1 7350:1 7353:1 7358:1 7384:1 7387:1 7417:1 7421:2 7444:1 7461:1 7483:1 7494:3 7564:6 7582:1 7642:1 7654:1 7680:1 7710:1 7719:2 7720:1 7725:1 7750:1 7754:1 7780:1 7785:1 7788:1 7801:1 7863:1 7869:1 7871:1 7872:3 7874:1 7876:2 7884:2 7907:1 7968:1 8014:1 8026:2 8028:2 8035:1 8068:1 8069:1 8101:1 8130:1 8142:1 8148:1 8158:1 8170:1 8173:1 8223:1 8224:2 8225:2 8242:1 8246:1 8254:1 8266:1 8274:1 8284:3 8285:1 8300:1 8344:1 8389:2 8409:1 8412:1 8415:1 8436:1 8439:3 8464:1 8465:1 8469:1 8506:1 8523:1 8564:1 8591:1 8610:1 8618:1 8634:2 8649:1 8662:1 8679:1 8687:1 8696:1 8700:1 8703:1 8713:1 8715:1 8718:1 8750:1 8763:2 8775:1 8858:1 8890:2 8925:1 8944:2 8957:1 8966:1 9028:1 9078:1 9089:1 9121:1 9138:1 9151:1 9164:1 9176:1 9191:1 9200:1 9257:1 9289:1 9291:1 9312:1 9317:1 9326:1 9408:1 9414:1 9425:1 9427:1 9437:1 9446:1 9489:1 9499:1 9501:1 9510:1 9515:1 9520:1 9524:2 9530:1 9556:3 9570:1 9593:1 9597:5 9601:1 9630:3 9639:1 9648:1 9687:1 9734:1 9765:1 9790:1 9794:2 9799:1 9801:1 9839:1 9844:1 9846:1 9853:1 9866:2 9879:1 9966:1 9968:1 9974:3 9976:2 9983:2 9986:2 9987:3 9990:1 9992:1 9996:1 10004:1 10029:1 10051:2 10076:1 10080:1 10101:2 10103:1 10147:1 10229:1 10241:1 10307:1 10308:1 10318:1 10323:2 10325:1 10352:2 10382:2 10387:1 10406:1 10412:1 10443:1 10444:1 10453:1 10473:2 10483:1 10485:1 10504:1 10506:1 10514:1 10526:1 10563:1 10588:1 10592:2 10623:2 10633:1 10636:1 10640:1 10647:1 10654:4 10655:1 10664:2 10708:1 10731:1 10765:1 10782:1 10831:1 10838:1 10856:1 10913:1 10933:1 10977:1 10984:1 11022:1 11023:2 11041:1 11052:1 11053:1 11058:1 11074:2 11079:1 11089:1 11090:1 11108:1 11138:1 11161:1 11163:1 11166:2 11222:1 11281:1 11336:1 11342:1 11358:1 11367:1 11371:1 11400:1 11415:1 11435:1 11508:1 11525:1 11540:1 11555:1 11587:1 11602:1 11608:1 11669:1 11670:1 11674:1 11680:1 11681:1 11683:1 11694:1 11790:1 11792:1 11793:1 11800:2 11870:2 11879:1 11880:1 11882:1 11886:1 11900:1 11904:3 11926:2 11936:2 11992:1 12009:1 12023:2 12024:5 12029:2 12094:10 12144:1 12170:1 12207:1 12249:2 12250:1 12274:1 12299:1 12313:1 12322:1 12348:2 12355:1 12378:1 12381:1 12388:3 12502:1 12506:1 12507:2 12511:1 12520:1 12528:1 12552:1 12557:1 12576:1 12580:1 12585:2 12596:1 12604:1 12621:1 12636:1 12648:1 12665:1 12677:1 12678:1 12689:1 12696:1 12699:1 12712:1 12733:2 12740:1 12744:1 12769:1 12789:1 12808:1 12811:1 12859:1 12869:1 12901:1 12924:1 12936:1 12944:1 12989:1 12993:1 12999:1 13080:1 13081:1 13088:1 13104:1 13125:1 13133:2 13179:1 13187:1 13204:1 13213:1 13216:1 13242:2 13291:1 13318:1 13325:1 13340:1 13366:1 13373:1 13421:1 13475:1 13496:1 13497:1 13544:1 13560:2 13564:1 13583:1 13584:2 13587:2 13624:1 13633:1 13703:1 13778:1 13805:1 13820:1 13842:1 13849:1 13881:1 13893:1 13894:1 13911:1 13971:1 13984:1 13998:1 14006:1 14015:2 14021:1 14043:2 14047:1 14059:1 14114:2 14125:1 14142:1 14148:1 14163:1 14166:1 14174:1 14178:1 14179:1 14184:1 14204:1 14211:1 14217:1 14267:1 14272:1 14315:1 14339:1 14356:1 14365:1 14383:1 14390:2 14392:1 14399:2 14423:1 14441:1 14442:1 14454:1 14458:8 14469:1 14484:2 14499:1 14513:1 14550:7 14572:2 14604:1 14619:1 14657:1 14658:1 14664:1 14682:1 14686:2 14694:1 14698:1 14708:2 14709:1 14714:1 14716:1 14717:1 14733:1 14823:1 14837:1 14877:1 14896:1 14925:2 14926:1 14944:1 14961:1 15002:3 15014:1 15016:2 15020:1 15038:1 15046:1 15066:1 15086:1 15095:2 15096:1 15106:1 15110:2 15111:1 15144:1 15165:2 15239:1 15268:1 15276:1 15291:2 15297:1 15319:1 15358:1 15370:1 15398:1 15406:1 15413:1 15453:1 15501:2 15524:1 15591:1 15599:1 15602:1 15613:1 15646:1 15794:1 15797:1 15803:1 15805:1 15810:1 15826:1 15828:1 15867:2 15902:2 15903:3 15931:1 15937:1 15952:1 15967:1 15978:1 15989:2 15990:1 16043:1 16056:1 16068:2 16085:1 16099:2 16144:1 16213:2 16217:1 16225:2 16239:1 16247:1 16260:1 16264:1 16265:1 16295:1 16404:1 16417:1 16425:2 16427:1 16466:1 16483:1 16568:1 16580:5 16593:1 16601:1 16649:1 16668:1 16691:1 16720:1 16724:1 16725:2 16738:1 16786:2 16825:1 16859:1 16865:1103 16880:1 16923:1 16926:1 16961:2 17003:1 17020:1 17043:1 17044:1 17046:1 17139:2 17248:1 17266:1 17274:1 17283:1 17318:1 17323:1 17331:1 17338:1 17348:1 17357:1 17395:1 17475:1 17486:1 17499:1 17516:1 17535:1 17556:1 17560:2 17580:1 17620:5 17669:2 17672:1 17697:1 17700:1 17709:1 17710:1 17714:1 17722:1 17736:1 17739:2 17740:1 17743:1 17744:1 17755:1 17782:1 17789:1 17790:1 17812:1 17834:1 17914:2 17916:2 17970:1 17973:1 17984:1 17992:1 18025:1 18047:1 18059:1 18061:1 18079:1 18080:1 18111:1 18112:1 18113:2 18128:1 18155:1 18159:1 18162:1 18191:1 18197:1 18209:1 18222:2 18226:2 18227:1 18232:1 18240:1 18245:1 18253:1 18265:1 18288:1 18292:1 18303:1 18320:1 18358:1 18360:1 18384:2 18399:1 18409:1 18450:1 18478:1 18486:1 18514:1 18515:1 18542:3 18548:1 18558:1 18562:1 18564:1 18588:1 18602:1 18701:1 18722:1 18734:1 18756:1 18769:1 18784:1 18817:1 18822:2 18824:1 18840:1 18842:1 18860:1 18877:6 18880:1 18891:2 18898:1 18900:1 18911:1 18913:1 18929:1 18931:1 18993:1 19006:1 19024:1 19036:2 19037:1 19059:1 19076:1 19089:2 19090:1 19100:1 19111:1 19118:2 19160:1 19185:1 19191:2 19195:1 19198:1 19208:2 19210:1 19217:1 19221:1 19245:1 19251:1 19306:2 19317:2 19331:1 19334:3 19362:2 19363:1 19377:1 19381:2 19388:1 19433:1 19446:1 19494:1 19526:1 19561:1 19564:1 19612:2 19613:1 19669:1 19672:1 19675:1 19676:1 19678:1 19688:2 19710:1 19730:2 19749:1 19773:2 19807:2 19810:1 19832:1 19834:1 19837:1 19840:2 19842:3 19848:1 19854:1 19869:1 19873:1 19905:1 19951:1 19952:1 19954:1 20001:1 20002:1 20017:3 20020:2 20067:2 20097:1 20172:1 20183:1 20203:1 20218:2 20238:6 20244:1 20250:1 20258:1 20285:1 20302:1 20307:1 20337:1 20377:1 20405:1 20477:1 20495:1 20507:1 20568:1 20593:1 20625:1 20650:1 20657:1 20662:2 20670:1 20679:1 20680:1 20705:1 20719:1 20721:1 20750:1 20793:1 20797:2 20806:1 20819:2 20838:1 20847:1 20901:1 20926:3 20933:1 20938:1 20952:1 20973:1 20992:2 20997:1 21016:1 21023:1 21025:1 21069:1 21074:1 21099:3 21100:1 21123:1 21145:1 21159:1 21176:1 21180:1 21182:1 21225:1 21228:1 21245:1 21260:1 21262:1 21266:1 21277:1 21279:1 21284:1 21306:2 21311:1 21323:1 21344:1 21355:3 21369:1 21385:1 21400:1 21418:3 21438:1 21454:1 21458:1 21495:1 21522:1 21541:1 21556:1 21564:1 21569:1 21593:1 21639:2 21645:1 21704:1 21720:1 21745:1 21746:1 21788:1 21822:1 21841:1 21845:1 21887:1 21897:1 21909:2 21931:1 21932:1 21969:1 21971:1 21987:1 22015:1 22020:1 22028:1 22051:1 22060:1 22077:1 22114:1 22129:1 22130:1 22136:1 22161:1 22166:1 22179:2 22198:1 22204:1 22218:1 22222:1 22223:2 22234:1 22243:1 22284:2 22299:2 22330:1 22334:1 22338:1 22340:1 22343:1 22349:1 22361:1 22380:1 22423:1 22440:1 22450:1 22463:2 22471:1 22476:1 22478:1 22493:1 22494:2 22503:1 22509:1 22525:1 22551:1 22564:1 22587:2 22605:1 22668:2 22672:2 22698:1 22725:1 22755:1 22793:1 22808:1 22822:1 22832:1 22840:2 22843:1 22850:1 22854:3 22861:1 22881:1 22882:1 22883:1 22885:1 22887:1 22933:2 22946:2 22948:1 22956:1 22964:1 23003:3 23019:1 23020:1 23028:1 23029:1 23034:1 23051:2 23056:1 23065:1 23107:1 23118:1 23120:1 23135:1 23145:1 23148:1 23150:1 23165:1 23239:1 23240:1 23296:1 23313:1 23417:1 23427:1 23429:1 23445:1 23468:1 23470:1 23476:3 23568:1 23573:1 23595:1 23605:2 23626:1 23637:1 23679:1 23696:1 23705:1 23723:1 23805:1 23813:1 23821:1 23827:1 23897:1 23899:1 23916:1 23952:1 23975:1 23977:1 24019:1 24033:1 24040:4 24042:1 24106:1 24126:1 24135:1 24170:1 24188:1 24190:1 24192:1 24220:1 24224:1 24279:1 24303:2 24304:1 24315:1 24318:1 24331:1 24333:1 24335:1 24343:1 24352:1 24355:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:4 24391:1 24425:1 24451:1 24457:1 24562:2 24570:1 24571:1 24578:1 24583:2 24584:1 24585:1 24591:1 24593:1 24628:1 24640:1 24649:1 24650:3 24653:1 24655:1 24671:1 24698:1 24716:1 24756:2 24798:1 24821:2 24848:1 24875:1 24884:1 24885:1 24891:2 24908:2 24913:1 24916:1 24917:1 24950:1 24959:2 24960:1 24987:1 24993:3 24999:1 25025:1 25027:2 25028:1 25030:1 25055:1 25056:1 25093:1 25098:1 25109:1 25123:1 25138:1 25178:1 25199:1 25217:1 25251:1 25302:1 25374:1 25380:1 25434:1 25437:1 25453:1 25519:1 25528:1 25530:1 25565:1 25578:11 25583:1 25597:1 25608:1 25617:2 25642:1 25653:1 25676:2 25686:1 25713:1 25723:3 25729:1 25757:5 25802:1 25829:2 25862:1 25868:1 25873:1 25896:2 25921:2 25933:2 25935:1 25972:1 25990:1 26005:1 26006:2 26012:1 26024:2 26034:1 26039:1 26065:1 26072:1 26076:2 26077:3 26118:1 26127:1 26132:2 26144:2 26191:2 26196:1 26285:1 26290:1 26296:1 26351:1 26356:1 26381:1 26400:1 26421:1 26436:1 26442:1 26445:2 26468:1 26473:1 26477:1 26502:1 26512:1 26549:1 26558:1 26562:1 26591:1 26597:1 26635:1 26649:1 26689:1 26691:1 26705:1 26709:1 26724:1 26732:2 26733:2 26740:1 26749:1 26753:1 26756:2 26794:3 26798:1 26805:1 26813:1 26817:1 26845:1 8 1:1 9:1 20:1 35:1 39:1 42:2 80:2 86:1 110:1 117:1 122:1 144:1 161:1 179:1 187:1 192:3 205:1 224:1 229:3 287:1 319:3 321:1 353:2 413:1 426:1 466:1 484:1 497:1 545:1 558:1 579:3 605:2 636:1 643:1 661:1 667:1 747:1 812:3 819:1 831:1 839:3 848:1 860:1 899:1 904:3 908:1 940:1 942:2 998:1 1001:1 1017:1 1033:1 1048:1 1087:1 1113:1 1118:1 1123:1 1127:1 1132:1 1137:1 1138:1 1143:1 1157:1 1159:1 1174:1 1176:1 1180:1 1186:1 1187:1 1189:1 1201:1 1206:1 1222:1 1236:1 1255:1 1271:1 1278:1 1305:1 1322:2 1325:5 1331:1 1343:1 1361:3 1368:3 1403:1 1412:1 1413:3 1433:1 1445:2 1458:2 1463:2 1499:1 1516:2 1527:1 1529:1 1537:1 1555:1 1561:1 1572:1 1576:1 1591:1 1594:1 1612:1 1617:1 1618:2 1628:1 1629:1 1640:1 1644:1 1670:1 1681:1 1685:1 1686:1 1690:1 1719:1 1725:1 1726:2 1739:2 1751:1 1755:2 1766:1 1768:2 1774:1 1785:1 1787:1 1798:2 1811:1 1813:1 1815:1 1828:1 1843:1 1847:1 1891:1 1915:1 1918:1 1922:2 1966:1 1976:1 1981:1 2026:4 2127:1 2143:1 2158:1 2160:1 2161:1 2163:1 2170:3 2172:1 2177:1 2181:2 2184:6 2186:2 2190:1 2192:1 2195:2 2197:1 2199:1 2237:1 2248:2 2250:1 2271:1 2284:1 2363:1 2403:1 2410:1 2473:1 2509:1 2523:1 2528:1 2529:1 2533:1 2548:1 2560:1 2561:1 2562:1 2566:3 2602:1 2604:1 2606:1 2621:1 2635:1 2660:1 2683:1 2713:1 2719:2 2726:6 2749:1 2750:1 2776:3 2781:1 2794:1 2813:1 2827:1 2833:1 2835:1 2836:1 2944:1 2952:1 2959:1 3009:2 3087:1 3090:3 3093:2 3094:1 3106:1 3116:3 3129:1 3148:1 3166:1 3176:1 3253:2 3262:1 3263:1 3276:1 3300:1 3342:1 3354:1 3365:1 3373:1 3414:1 3426:1 3430:1 3445:1 3454:2 3475:1 3507:1 3532:1 3551:1 3559:2 3563:2 3587:1 3592:1 3617:1 3623:1 3626:1 3640:2 3650:1 3660:1 3663:2 3668:1 3674:1 3694:2 3701:1 3702:1 3748:1 3749:1 3755:1 3757:1 3763:1 3767:1 3785:2 3786:3 3841:2 3847:1 3853:1 3856:1 3862:1 3894:1 3906:1 3924:1 3936:1 3946:2 3959:2 3960:1 3962:4 4022:1 4027:1 4040:4 4041:1 4059:2 4075:1 4078:1 4131:1 4135:1 4140:1 4152:1 4153:1 4159:1 4176:2 4243:1 4292:1 4319:2 4354:1 4367:1 4389:3 4391:1 4393:1 4418:1 4428:1 4505:1 4533:11 4552:1 4559:1 4632:2 4646:4 4648:4 4651:1 4655:1 4660:2 4662:2 4669:1 4672:1 4673:4 4720:2 4745:1 4788:1 4791:1 4835:1 4841:1 4843:1 4851:1 4893:1 4919:1 4942:1 4953:2 4973:2 4981:1 5010:1 5061:2 5092:1 5100:1 5135:1 5141:1 5157:2 5162:2 5168:1 5170:1 5238:1 5260:1 5266:1 5268:1 5269:1 5282:1 5283:1 5397:1 5402:1 5411:1 5467:3 5524:1 5526:2 5548:4 5574:1 5583:1 5614:1 5618:1 5637:1 5639:1 5675:1 5683:1 5710:1 5728:1 5731:3 5762:4 5766:1 5813:3 5840:1 5850:2 5852:1 5857:1 5859:1 5860:3 5863:1 5865:2 5871:1 5875:2 5877:3 5902:1 5904:1 5914:1 5915:1 5933:1 5960:2 5999:1 6003:1 6014:1 6023:1 6052:1 6066:1 6070:1 6093:1 6100:1 6127:1 6136:1 6152:1 6212:1 6215:1 6227:1 6228:1 6230:1 6233:1 6259:2 6264:1 6276:1 6289:1 6292:3 6295:4 6298:1 6306:1 6307:1 6319:4 6320:2 6322:1 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6501:1 6504:1 6512:1 6516:1 6530:1 6538:1 6557:1 6566:1 6579:1 6599:3 6601:1 6621:1 6637:1 6645:1 6688:2 6700:2 6733:1 6741:1 6747:2 6773:1 6777:1 6787:1 6824:3 6845:3 6851:1 6919:1 6927:1 7037:5 7038:2 7060:1 7061:2 7089:1 7099:20 7107:1 7119:6 7120:4 7141:1 7174:1 7194:1 7208:3 7269:2 7292:2 7302:1 7311:2 7322:4 7332:1 7346:1 7350:1 7353:1 7358:1 7384:1 7387:1 7417:1 7421:2 7444:1 7461:1 7475:1 7483:1 7494:3 7564:6 7582:1 7642:1 7654:1 7680:1 7710:1 7719:2 7720:1 7725:1 7750:1 7754:1 7780:1 7785:1 7788:1 7801:1 7863:1 7869:1 7871:1 7872:3 7874:1 7876:2 7884:2 7907:1 7968:1 8014:1 8026:2 8028:2 8035:1 8068:1 8069:1 8101:1 8130:1 8142:1 8148:1 8158:1 8170:1 8173:1 8223:1 8224:2 8225:2 8242:1 8246:1 8254:1 8266:1 8274:1 8284:3 8285:1 8300:1 8344:1 8389:2 8409:1 8412:1 8415:1 8436:1 8439:3 8464:1 8465:1 8469:2 8506:1 8521:1 8523:1 8564:1 8591:1 8610:1 8618:1 8634:2 8646:1 8649:1 8662:1 8679:1 8687:1 8696:1 8700:1 8703:1 8713:1 8715:1 8718:1 8750:1 8763:2 8775:1 8858:1 8890:2 8925:1 8944:2 8957:1 8966:1 9028:1 9078:1 9089:1 9121:1 9138:1 9151:1 9164:1 9176:1 9189:1 9191:1 9200:1 9257:1 9289:1 9291:1 9312:1 9317:1 9326:1 9408:1 9414:1 9425:1 9427:1 9437:1 9446:1 9489:1 9499:1 9501:1 9510:1 9515:1 9520:1 9524:3 9530:1 9556:3 9570:1 9593:1 9597:5 9601:1 9630:3 9639:1 9648:1 9687:1 9734:1 9765:1 9790:1 9794:2 9799:1 9801:1 9839:1 9844:1 9846:1 9853:1 9866:2 9879:1 9966:1 9968:1 9974:3 9976:2 9983:2 9986:2 9987:3 9990:1 9992:1 9996:1 10004:1 10029:1 10051:2 10076:1 10080:1 10101:2 10103:1 10147:1 10229:1 10241:1 10307:1 10308:1 10318:1 10323:2 10325:1 10352:2 10382:2 10387:1 10406:1 10412:1 10443:1 10444:1 10453:1 10473:2 10483:1 10485:1 10504:1 10506:1 10514:1 10526:1 10563:1 10588:1 10592:2 10623:2 10633:1 10636:1 10640:1 10647:1 10654:4 10655:1 10664:2 10708:1 10731:1 10765:1 10782:1 10831:1 10838:1 10856:1 10904:1 10913:1 10933:1 10977:1 10984:1 11022:1 11023:2 11041:1 11052:1 11053:1 11058:1 11074:2 11079:1 11089:1 11090:1 11108:1 11138:1 11161:1 11163:2 11166:2 11222:1 11281:1 11336:1 11342:1 11358:1 11367:1 11371:1 11400:1 11415:1 11435:1 11506:1 11508:1 11525:1 11540:1 11555:1 11587:1 11602:1 11608:1 11669:1 11670:1 11674:1 11680:1 11681:1 11683:1 11694:1 11790:1 11792:1 11793:1 11800:2 11870:2 11879:1 11880:1 11882:1 11886:1 11898:1 11899:1 11900:1 11904:4 11926:2 11936:2 11992:1 12009:1 12023:2 12024:5 12029:2 12094:10 12124:1 12144:1 12170:1 12207:1 12249:2 12250:1 12274:1 12299:1 12313:1 12322:1 12342:1 12348:2 12355:1 12378:1 12381:1 12388:3 12502:1 12506:1 12507:2 12511:1 12520:1 12528:1 12552:1 12557:1 12576:1 12580:1 12585:2 12596:1 12604:1 12621:1 12636:1 12648:1 12665:1 12677:1 12678:1 12689:1 12696:1 12699:1 12712:1 12733:2 12740:1 12744:1 12769:1 12789:1 12808:1 12811:1 12859:1 12869:1 12901:1 12924:1 12936:1 12944:1 12989:1 12993:1 12999:1 13080:1 13081:1 13088:1 13104:1 13125:1 13133:2 13179:1 13187:1 13204:1 13213:1 13216:1 13242:2 13291:1 13318:1 13325:1 13340:1 13366:1 13373:1 13421:1 13433:1 13475:1 13496:1 13497:1 13544:1 13560:2 13564:1 13583:1 13584:2 13587:2 13624:2 13633:1 13703:1 13778:1 13805:1 13820:1 13842:1 13849:1 13879:1 13881:1 13893:1 13894:1 13911:1 13971:1 13984:1 13985:1 13998:1 14006:1 14015:2 14021:1 14043:2 14047:1 14059:1 14114:2 14125:1 14142:1 14148:1 14163:1 14166:1 14174:1 14178:1 14179:1 14184:1 14204:1 14211:1 14217:1 14267:1 14272:1 14315:1 14339:1 14356:1 14365:1 14383:1 14390:2 14392:1 14399:2 14423:1 14441:1 14442:1 14454:1 14458:8 14469:1 14484:2 14499:1 14513:1 14550:7 14572:2 14604:1 14619:1 14657:1 14658:1 14664:1 14682:1 14686:2 14694:1 14698:1 14708:2 14709:1 14714:1 14716:1 14717:1 14733:1 14823:1 14837:1 14877:1 14896:1 14925:2 14926:1 14944:1 14961:1 15002:3 15014:1 15016:2 15020:1 15038:1 15046:1 15066:1 15086:1 15095:2 15096:1 15106:1 15110:2 15111:1 15144:1 15165:2 15239:1 15268:1 15276:1 15291:2 15297:1 15319:1 15358:1 15370:1 15398:1 15406:1 15413:1 15453:1 15501:2 15524:1 15591:1 15599:1 15602:1 15613:1 15646:1 15794:1 15797:1 15803:1 15805:1 15810:1 15826:1 15828:1 15867:2 15902:2 15903:3 15931:1 15937:1 15952:1 15967:1 15978:1 15989:2 15990:1 16043:1 16056:1 16068:2 16085:1 16099:2 16144:1 16213:2 16217:1 16225:2 16239:1 16247:1 16260:1 16264:1 16265:1 16295:1 16320:1 16404:1 16417:1 16425:2 16427:1 16466:1 16483:1 16568:1 16580:5 16593:1 16601:1 16649:1 16668:1 16691:1 16720:1 16724:1 16725:2 16738:1 16786:2 16825:1 16859:1 16865:1148 16880:1 16923:1 16926:1 16961:2 17003:1 17020:1 17043:1 17044:1 17046:1 17060:1 17089:1 17139:2 17248:1 17266:1 17274:1 17283:1 17318:1 17323:1 17331:1 17338:1 17348:1 17357:1 17395:1 17475:1 17486:1 17499:1 17516:1 17535:1 17556:1 17560:2 17580:1 17620:5 17669:2 17672:1 17697:1 17700:1 17709:1 17710:1 17714:1 17722:1 17736:1 17739:2 17740:1 17743:1 17744:1 17755:1 17782:1 17789:1 17790:1 17812:1 17834:1 17914:2 17916:2 17968:1 17970:1 17973:1 17984:1 17992:1 18025:1 18047:1 18059:1 18061:1 18079:1 18080:1 18111:1 18112:1 18113:2 18128:1 18155:1 18159:1 18162:1 18191:1 18197:1 18209:1 18222:2 18224:1 18226:2 18227:1 18232:1 18240:1 18245:1 18253:1 18265:1 18288:1 18292:1 18303:1 18320:1 18358:1 18360:1 18361:1 18384:3 18399:1 18409:1 18450:1 18478:1 18486:1 18514:1 18515:1 18542:3 18548:1 18558:1 18562:1 18564:1 18588:1 18602:1 18701:1 18722:1 18734:1 18756:1 18769:1 18784:1 18817:1 18822:2 18824:1 18840:1 18842:1 18860:1 18877:6 18880:1 18886:1 18891:2 18898:1 18900:1 18911:1 18913:1 18929:1 18931:1 18993:1 19006:1 19024:1 19036:2 19037:1 19057:1 19059:1 19076:1 19089:2 19090:1 19100:1 19111:1 19118:2 19160:1 19185:1 19191:2 19195:1 19198:1 19208:2 19210:1 19217:1 19221:1 19245:1 19251:1 19306:2 19317:2 19331:1 19334:3 19362:2 19363:1 19377:1 19381:2 19388:1 19433:1 19446:1 19494:1 19526:1 19561:1 19564:1 19612:2 19613:1 19669:1 19672:1 19675:1 19676:1 19678:1 19688:2 19710:1 19730:2 19749:1 19773:2 19807:2 19810:1 19832:1 19834:1 19837:1 19840:2 19842:3 19848:1 19854:1 19869:1 19873:1 19905:1 19951:1 19952:1 19954:1 20001:1 20002:1 20017:3 20020:2 20067:2 20097:1 20172:1 20183:1 20203:1 20218:2 20238:6 20244:1 20250:1 20258:1 20285:1 20302:1 20307:1 20337:1 20360:1 20377:1 20405:1 20477:1 20489:1 20495:1 20507:1 20568:1 20593:1 20625:1 20650:1 20657:1 20662:2 20670:1 20679:1 20680:1 20705:1 20719:1 20721:1 20750:1 20793:1 20797:2 20806:1 20819:2 20838:1 20847:1 20901:1 20926:3 20933:1 20938:1 20952:1 20973:1 20992:2 20997:1 21016:1 21023:1 21025:1 21069:1 21074:1 21099:3 21100:1 21123:1 21145:1 21159:1 21176:1 21180:1 21182:1 21225:1 21228:1 21245:1 21260:1 21262:1 21266:1 21277:1 21279:1 21284:1 21306:2 21311:1 21323:1 21344:1 21355:3 21369:1 21381:1 21385:1 21400:1 21418:3 21438:1 21454:1 21458:1 21495:1 21522:1 21541:1 21556:1 21564:1 21569:1 21593:1 21639:2 21645:1 21704:1 21720:1 21745:1 21746:1 21788:1 21822:1 21841:1 21845:1 21887:1 21897:1 21909:2 21931:1 21932:1 21969:1 21971:1 21987:1 22003:1 22015:1 22020:1 22028:1 22051:1 22060:1 22077:1 22114:2 22129:1 22130:1 22136:1 22161:1 22166:1 22179:2 22198:1 22204:1 22218:1 22222:1 22223:2 22234:1 22243:1 22284:2 22299:2 22330:1 22334:1 22338:1 22340:1 22343:1 22349:1 22361:1 22380:1 22423:1 22440:1 22450:1 22463:2 22471:1 22476:1 22478:1 22493:1 22494:2 22503:1 22509:1 22525:1 22551:1 22564:1 22587:2 22605:1 22668:2 22672:2 22698:1 22725:1 22755:1 22793:1 22808:1 22822:1 22832:1 22840:2 22843:1 22850:1 22854:3 22861:1 22879:1 22881:1 22882:1 22883:1 22885:1 22887:1 22933:2 22946:2 22948:1 22956:1 22964:1 23003:3 23019:1 23020:1 23028:1 23029:1 23034:1 23051:2 23056:1 23065:1 23099:1 23107:1 23118:1 23120:1 23135:1 23145:1 23148:1 23150:1 23165:1 23239:1 23240:1 23296:1 23313:1 23417:1 23427:1 23429:1 23445:1 23468:1 23470:2 23476:3 23568:1 23573:1 23595:1 23605:2 23626:1 23637:1 23679:1 23696:1 23705:1 23723:1 23805:1 23813:1 23821:1 23827:1 23897:1 23899:1 23916:1 23952:1 23975:1 23977:1 24019:1 24033:1 24040:4 24042:1 24106:1 24126:1 24135:1 24145:1 24170:1 24188:1 24190:1 24192:1 24220:1 24224:1 24279:1 24303:2 24304:2 24315:1 24318:1 24331:1 24333:1 24335:1 24343:1 24352:1 24355:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:4 24391:1 24425:1 24446:1 24451:1 24457:1 24536:1 24562:2 24570:1 24571:1 24578:1 24583:2 24584:1 24585:1 24591:1 24593:1 24628:1 24640:1 24649:1 24650:3 24653:1 24655:1 24671:1 24698:1 24716:1 24737:1 24756:2 24798:1 24821:2 24848:1 24875:1 24884:1 24885:1 24891:2 24895:1 24908:2 24913:1 24916:1 24917:1 24950:1 24959:2 24960:1 24987:1 24993:3 24999:1 25025:1 25027:2 25028:1 25030:1 25055:1 25056:1 25093:1 25098:1 25109:1 25123:1 25138:1 25178:1 25199:1 25217:1 25251:1 25302:1 25355:1 25374:1 25380:1 25434:1 25437:1 25453:1 25519:1 25528:1 25530:1 25565:1 25578:11 25583:1 25597:1 25608:1 25617:2 25642:1 25653:1 25676:3 25686:1 25713:1 25723:3 25729:1 25757:5 25802:1 25829:2 25862:1 25868:1 25873:1 25896:2 25921:2 25933:2 25935:1 25972:1 25990:1 26005:1 26006:2 26012:1 26013:1 26024:2 26034:1 26039:1 26065:1 26072:1 26076:2 26077:3 26118:1 26127:1 26132:2 26144:2 26191:2 26196:1 26285:1 26290:1 26296:1 26351:1 26356:1 26381:1 26400:1 26421:1 26436:1 26442:1 26445:2 26468:1 26473:1 26477:1 26502:1 26512:1 26549:1 26558:1 26562:1 26591:1 26597:1 26635:1 26649:1 26689:1 26691:1 26705:1 26709:1 26724:1 26732:2 26733:2 26740:1 26749:1 26753:1 26756:2 26794:3 26798:1 26805:1 26813:1 26817:1 26845:1 8 1:1 9:1 20:1 35:1 39:1 42:2 80:2 86:1 110:1 117:1 122:1 144:1 161:1 179:1 187:1 192:3 205:1 224:1 229:3 287:1 319:3 320:1 321:1 353:2 413:1 426:1 466:1 484:1 497:1 545:1 558:1 579:3 605:2 636:1 643:1 661:1 667:1 747:1 812:3 819:1 831:1 839:3 848:1 860:1 899:1 904:3 908:2 939:1 940:1 942:2 998:1 1001:1 1017:1 1033:1 1048:1 1087:1 1113:1 1118:1 1123:1 1127:1 1132:1 1137:1 1138:1 1143:1 1157:1 1159:1 1174:1 1176:1 1179:1 1180:1 1186:1 1187:1 1189:1 1201:1 1206:1 1222:1 1236:1 1255:1 1271:1 1278:1 1305:1 1322:2 1325:5 1331:1 1343:1 1361:3 1368:3 1385:1 1403:1 1412:1 1413:3 1433:1 1445:3 1458:2 1463:2 1499:1 1516:2 1527:1 1529:1 1537:1 1555:1 1561:1 1572:1 1576:1 1591:1 1594:1 1612:1 1617:1 1618:2 1628:1 1629:1 1640:1 1644:1 1670:1 1681:1 1685:1 1686:1 1690:1 1719:1 1725:1 1726:2 1739:3 1751:1 1755:2 1766:1 1768:2 1774:1 1785:1 1787:1 1798:2 1811:1 1813:1 1815:1 1828:1 1843:1 1847:1 1891:1 1915:1 1918:1 1922:2 1966:1 1976:1 1981:1 2026:4 2127:1 2143:1 2158:1 2160:1 2161:1 2163:1 2170:3 2172:1 2177:1 2181:2 2184:6 2186:2 2190:1 2192:1 2195:2 2197:1 2199:1 2237:1 2248:2 2250:1 2260:1 2271:1 2284:1 2363:1 2403:1 2410:1 2473:1 2509:1 2523:1 2528:1 2529:1 2533:1 2548:1 2560:1 2561:1 2562:1 2566:3 2602:1 2604:1 2606:1 2621:1 2635:1 2660:1 2683:1 2708:1 2713:1 2719:2 2726:6 2749:1 2750:2 2765:1 2776:3 2781:1 2794:1 2813:1 2827:1 2833:1 2835:1 2836:1 2944:1 2952:1 2959:1 3009:2 3082:1 3087:1 3090:3 3093:2 3094:1 3106:1 3116:3 3129:1 3148:1 3166:1 3176:1 3253:2 3262:1 3263:1 3276:1 3300:1 3342:1 3354:1 3365:1 3373:1 3414:1 3426:1 3430:1 3445:1 3454:2 3466:1 3474:1 3475:1 3507:1 3518:1 3532:1 3551:1 3559:2 3563:2 3587:1 3592:1 3617:1 3623:1 3626:1 3640:2 3650:1 3660:1 3663:2 3668:1 3674:1 3694:2 3701:1 3702:1 3748:1 3749:1 3755:1 3757:1 3763:1 3767:1 3785:2 3786:3 3841:2 3847:1 3853:1 3856:1 3862:1 3894:1 3906:1 3924:1 3936:1 3946:2 3959:2 3960:1 3962:4 4022:1 4027:1 4037:1 4040:4 4041:1 4059:2 4075:1 4078:1 4131:1 4135:1 4140:1 4152:1 4153:1 4159:1 4176:2 4208:1 4243:1 4292:1 4319:2 4328:1 4354:1 4367:1 4389:3 4391:1 4393:1 4418:1 4428:1 4505:1 4533:12 4552:1 4559:1 4632:2 4646:4 4648:4 4651:1 4655:1 4660:2 4662:2 4669:1 4672:1 4673:4 4720:2 4745:1 4788:1 4791:1 4835:1 4841:1 4843:1 4851:1 4893:1 4919:1 4942:1 4953:2 4973:2 4981:1 5010:1 5061:2 5092:1 5100:1 5125:1 5135:1 5141:1 5147:1 5157:2 5162:2 5168:1 5170:1 5238:1 5260:1 5266:1 5268:1 5269:1 5282:1 5283:1 5290:1 5397:1 5402:1 5411:1 5467:3 5524:1 5526:2 5548:4 5568:1 5574:1 5583:1 5614:1 5618:1 5637:1 5639:1 5675:1 5683:1 5710:1 5728:1 5731:3 5762:4 5766:1 5779:1 5813:3 5840:1 5850:2 5852:1 5857:1 5859:1 5860:3 5863:1 5865:2 5871:1 5875:2 5877:3 5902:1 5904:1 5914:1 5915:1 5933:1 5960:2 5985:1 5999:1 6003:1 6014:1 6023:1 6052:1 6066:1 6070:1 6093:1 6100:1 6127:1 6136:1 6152:1 6212:1 6215:1 6227:1 6228:1 6230:1 6233:1 6259:2 6264:1 6276:1 6289:1 6292:3 6295:4 6298:1 6306:1 6307:1 6311:1 6319:5 6320:2 6322:1 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6501:1 6504:1 6512:1 6516:1 6530:1 6538:1 6557:1 6566:1 6579:1 6599:3 6601:1 6621:1 6623:1 6637:1 6645:1 6688:2 6700:2 6733:1 6741:1 6747:3 6773:1 6777:1 6787:1 6824:3 6845:3 6851:1 6919:1 6927:1 7037:5 7038:2 7060:1 7061:2 7089:1 7099:20 7107:1 7119:6 7120:5 7141:1 7155:1 7174:1 7194:1 7208:3 7269:2 7292:2 7302:1 7311:2 7322:4 7332:1 7346:1 7350:1 7353:1 7358:1 7384:1 7387:1 7417:1 7421:2 7444:1 7461:1 7475:1 7479:1 7483:1 7494:3 7564:6 7582:1 7642:1 7654:1 7680:1 7710:1 7719:2 7720:1 7725:1 7750:1 7754:1 7780:1 7785:1 7788:1 7801:1 7863:1 7869:1 7871:1 7872:3 7874:1 7876:2 7884:2 7907:1 7968:1 8014:1 8026:2 8028:2 8035:1 8068:1 8069:1 8070:1 8101:1 8130:1 8142:1 8148:1 8158:1 8170:1 8173:1 8223:1 8224:2 8225:2 8242:1 8246:1 8254:1 8266:1 8274:1 8284:3 8285:1 8300:1 8344:1 8389:2 8409:1 8412:1 8415:1 8421:1 8436:1 8439:3 8464:1 8465:1 8469:2 8506:1 8521:1 8523:1 8564:1 8591:1 8610:1 8618:1 8634:2 8646:1 8649:2 8662:1 8679:1 8687:1 8696:1 8700:1 8703:1 8713:1 8715:1 8718:1 8750:1 8763:2 8775:1 8858:1 8890:2 8925:1 8944:2 8957:1 8966:1 9028:1 9078:1 9089:1 9109:2 9121:1 9138:1 9151:1 9164:1 9176:1 9189:1 9191:1 9200:1 9257:1 9289:1 9291:1 9312:1 9317:1 9326:1 9408:1 9414:1 9425:1 9427:1 9437:1 9446:1 9489:1 9499:1 9501:1 9504:1 9510:1 9515:1 9520:1 9524:3 9530:1 9556:3 9570:1 9593:1 9597:5 9601:1 9603:1 9630:3 9639:1 9648:1 9687:1 9734:1 9765:1 9790:1 9794:2 9799:1 9801:1 9839:1 9844:1 9846:1 9853:1 9866:2 9879:1 9966:1 9968:1 9974:3 9976:2 9983:2 9986:2 9987:3 9990:1 9992:1 9996:1 10004:1 10029:1 10051:2 10076:1 10080:1 10091:1 10101:2 10103:1 10147:1 10229:1 10241:1 10307:1 10308:1 10318:1 10323:2 10325:1 10352:2 10382:2 10387:1 10406:1 10412:1 10443:1 10444:1 10453:1 10473:2 10483:1 10485:1 10504:1 10506:1 10514:1 10526:1 10563:1 10588:1 10592:2 10623:2 10633:1 10636:1 10640:1 10647:1 10654:4 10655:1 10664:2 10708:1 10731:1 10735:1 10750:1 10765:1 10782:1 10791:1 10831:1 10838:1 10856:1 10904:1 10913:1 10928:1 10933:1 10977:1 10984:1 11022:1 11023:2 11041:1 11052:1 11053:1 11054:1 11058:1 11074:2 11079:1 11089:1 11090:1 11108:1 11138:1 11161:1 11163:2 11166:2 11222:1 11281:1 11290:1 11336:1 11342:1 11358:1 11367:1 11371:1 11400:1 11415:1 11435:1 11506:1 11508:1 11525:1 11540:1 11555:1 11587:1 11602:1 11608:1 11669:1 11670:1 11674:1 11680:1 11681:1 11683:1 11694:1 11790:1 11792:1 11793:1 11800:2 11870:2 11879:1 11880:1 11882:1 11886:1 11898:1 11899:2 11900:1 11904:4 11926:2 11936:2 11992:1 12009:1 12023:2 12024:5 12029:2 12094:11 12124:1 12144:1 12170:1 12207:1 12249:2 12250:1 12274:1 12299:1 12313:1 12322:1 12342:1 12348:2 12355:1 12378:1 12381:1 12388:3 12502:1 12506:1 12507:2 12511:1 12520:1 12528:1 12552:1 12557:1 12576:1 12580:1 12585:2 12596:1 12604:1 12621:1 12636:1 12648:1 12665:1 12677:1 12678:1 12689:1 12696:1 12699:1 12712:1 12733:2 12740:1 12744:1 12769:1 12789:1 12808:1 12811:1 12859:1 12869:1 12887:1 12901:1 12924:1 12936:1 12944:1 12989:1 12993:1 12999:1 13063:1 13080:1 13081:1 13088:1 13104:1 13125:1 13133:2 13179:1 13187:1 13204:1 13213:1 13216:1 13242:2 13291:1 13318:1 13325:1 13340:1 13366:1 13373:1 13421:1 13433:1 13475:1 13482:1 13496:1 13497:1 13544:1 13560:2 13564:1 13583:1 13584:2 13587:2 13624:2 13633:1 13703:1 13778:1 13805:1 13820:1 13842:1 13849:1 13879:1 13881:1 13893:1 13894:1 13911:1 13971:1 13984:1 13985:1 13998:1 14006:1 14015:2 14021:1 14043:3 14047:1 14059:1 14114:2 14125:1 14142:1 14148:1 14163:1 14166:1 14174:1 14178:1 14179:1 14184:1 14204:1 14211:1 14217:1 14251:1 14267:1 14272:1 14315:1 14339:1 14356:1 14365:1 14383:1 14390:2 14392:1 14399:2 14423:1 14441:1 14442:1 14454:1 14458:9 14469:1 14484:2 14499:1 14513:1 14550:7 14572:2 14604:1 14619:1 14657:1 14658:1 14664:1 14682:1 14686:2 14694:1 14698:1 14708:2 14709:1 14714:1 14716:1 14717:1 14733:1 14791:1 14823:1 14837:1 14870:1 14877:1 14896:1 14925:2 14926:1 14944:1 14961:1 15002:3 15014:1 15016:2 15020:1 15038:1 15046:2 15066:1 15086:1 15095:2 15096:1 15106:1 15110:2 15111:1 15144:1 15165:2 15239:1 15268:1 15276:1 15291:2 15297:1 15319:1 15358:1 15370:1 15398:1 15406:1 15413:1 15453:1 15501:2 15524:1 15591:1 15599:1 15602:1 15613:2 15646:1 15794:1 15797:1 15803:1 15805:1 15810:1 15826:1 15828:1 15867:2 15902:2 15903:3 15931:1 15937:1 15952:1 15967:1 15978:1 15989:2 15990:1 16043:1 16056:1 16068:2 16085:1 16099:2 16129:1 16144:1 16213:2 16217:1 16225:2 16239:1 16247:1 16260:1 16264:1 16265:1 16295:1 16320:1 16404:1 16417:1 16425:2 16427:1 16466:1 16483:1 16568:1 16580:5 16593:1 16601:1 16649:1 16668:1 16691:1 16720:1 16724:1 16725:2 16738:1 16783:1 16786:2 16825:1 16859:1 16865:1198 16880:1 16923:1 16926:1 16961:2 17003:1 17020:1 17043:1 17044:1 17046:1 17060:1 17089:1 17139:2 17248:1 17266:1 17274:1 17283:1 17292:1 17294:1 17318:1 17323:1 17331:1 17338:1 17348:1 17357:1 17395:1 17475:1 17486:1 17499:1 17516:1 17535:1 17556:1 17560:2 17580:1 17620:5 17669:2 17672:1 17697:1 17700:1 17709:1 17710:1 17714:1 17722:1 17736:1 17739:3 17740:1 17743:1 17744:1 17755:1 17782:1 17789:1 17790:1 17812:1 17834:1 17914:2 17916:2 17968:1 17970:1 17973:1 17984:1 17992:1 18025:1 18047:1 18059:1 18061:1 18079:1 18080:1 18111:1 18112:1 18113:2 18128:1 18155:1 18159:1 18162:1 18191:1 18197:1 18209:1 18222:2 18224:1 18226:2 18227:1 18232:1 18240:1 18245:1 18253:1 18265:1 18288:1 18292:2 18300:1 18303:1 18320:1 18358:1 18360:1 18361:1 18384:3 18399:1 18409:1 18450:1 18478:1 18486:1 18514:1 18515:1 18542:3 18548:1 18558:1 18560:1 18562:1 18564:1 18588:1 18602:1 18657:1 18701:1 18722:1 18734:1 18756:1 18769:1 18784:1 18817:1 18822:2 18824:1 18840:1 18842:1 18860:1 18877:6 18880:1 18886:1 18891:2 18898:1 18900:1 18911:1 18913:1 18929:1 18931:1 18993:1 19006:1 19024:1 19036:2 19037:1 19057:1 19059:1 19076:1 19089:2 19090:1 19100:1 19111:1 19118:2 19135:1 19160:1 19185:1 19191:2 19195:1 19198:1 19208:2 19210:1 19217:1 19221:1 19245:1 19251:1 19262:1 19306:2 19317:2 19331:1 19334:3 19362:2 19363:1 19377:1 19381:2 19388:1 19433:1 19446:1 19468:1 19494:1 19526:1 19561:1 19564:1 19612:2 19613:1 19669:1 19672:1 19675:1 19676:1 19678:1 19688:2 19710:1 19730:2 19749:1 19773:2 19807:2 19810:1 19832:1 19834:1 19837:1 19840:2 19842:3 19848:1 19854:1 19869:1 19873:1 19905:1 19951:1 19952:1 19954:1 20001:1 20002:1 20017:3 20020:2 20067:2 20078:1 20097:1 20172:1 20183:1 20203:1 20218:2 20238:6 20244:1 20250:1 20258:1 20285:1 20302:1 20307:1 20308:1 20337:1 20360:1 20377:1 20405:1 20477:1 20489:1 20495:1 20507:1 20568:1 20593:1 20625:1 20650:1 20657:1 20662:2 20670:1 20679:1 20680:1 20705:1 20719:1 20721:1 20750:1 20785:1 20793:1 20797:2 20806:1 20819:2 20838:1 20847:1 20901:1 20926:3 20933:1 20938:1 20952:1 20973:1 20992:2 20997:1 21016:1 21023:1 21025:1 21069:1 21074:1 21099:3 21100:1 21123:1 21145:1 21159:1 21176:1 21180:1 21182:1 21225:1 21228:1 21245:1 21260:1 21262:1 21266:1 21277:1 21279:1 21284:1 21306:2 21311:1 21323:1 21344:1 21355:3 21369:1 21381:1 21385:1 21400:1 21418:3 21438:1 21454:1 21458:1 21495:1 21522:1 21541:1 21556:1 21564:1 21569:1 21593:1 21639:2 21645:1 21704:1 21705:1 21720:1 21745:1 21746:1 21788:1 21822:1 21841:1 21845:1 21887:1 21897:1 21909:3 21931:1 21932:1 21963:1 21969:1 21971:1 21987:1 22003:1 22015:1 22020:1 22028:1 22051:1 22060:1 22077:1 22114:2 22129:1 22130:1 22136:1 22161:1 22166:1 22179:2 22198:1 22204:1 22218:1 22222:1 22223:2 22234:1 22243:1 22284:2 22299:2 22330:1 22334:1 22338:1 22340:2 22343:1 22349:1 22361:1 22380:1 22423:1 22440:1 22450:1 22463:2 22471:1 22476:1 22478:1 22493:1 22494:2 22503:1 22509:1 22525:1 22551:1 22564:1 22587:2 22605:1 22668:2 22672:2 22698:1 22725:1 22755:1 22793:1 22808:1 22822:1 22832:1 22840:2 22843:1 22850:1 22854:3 22861:1 22879:1 22881:1 22882:1 22883:1 22885:1 22887:1 22933:2 22946:2 22948:1 22956:1 22964:1 23003:3 23019:1 23020:1 23026:1 23028:1 23029:1 23034:1 23051:2 23056:1 23065:1 23099:1 23107:1 23118:1 23120:1 23135:1 23145:1 23148:1 23150:1 23165:1 23239:2 23240:1 23296:1 23313:1 23417:1 23427:1 23429:1 23445:1 23468:1 23470:2 23476:3 23568:1 23573:1 23595:1 23605:2 23626:1 23637:1 23679:1 23696:1 23705:1 23722:1 23723:1 23805:1 23813:1 23821:1 23827:1 23897:1 23899:1 23916:1 23952:1 23975:1 23977:1 24019:1 24033:1 24040:4 24042:1 24101:1 24106:1 24126:1 24135:1 24145:1 24170:1 24188:1 24190:1 24192:1 24220:1 24224:1 24279:1 24303:2 24304:2 24315:1 24318:1 24331:1 24333:1 24335:1 24343:1 24352:1 24355:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:4 24391:1 24425:1 24436:1 24446:1 24451:1 24457:1 24536:1 24562:2 24570:1 24571:1 24578:1 24583:2 24584:1 24585:1 24591:1 24593:1 24628:1 24640:1 24649:2 24650:3 24653:1 24655:1 24671:1 24698:1 24716:1 24737:1 24756:2 24798:1 24821:2 24848:1 24875:1 24884:1 24885:1 24891:2 24895:1 24908:2 24913:1 24916:1 24917:1 24927:1 24950:1 24959:2 24960:1 24987:1 24993:3 24999:1 25025:1 25027:2 25028:1 25030:1 25055:1 25056:1 25093:1 25098:1 25109:1 25123:1 25138:1 25178:1 25199:1 25209:1 25217:1 25251:1 25302:1 25355:1 25374:1 25380:1 25427:1 25434:1 25437:1 25453:1 25519:1 25528:1 25530:1 25565:1 25566:1 25578:11 25583:1 25597:1 25608:1 25617:2 25642:1 25653:1 25676:3 25686:1 25713:1 25723:3 25729:1 25757:5 25802:1 25829:2 25862:1 25868:1 25873:1 25896:2 25921:2 25933:2 25935:1 25947:1 25972:1 25990:1 26005:1 26006:2 26012:1 26013:1 26024:2 26034:1 26039:1 26065:1 26072:2 26076:2 26077:4 26118:1 26127:1 26132:2 26144:2 26191:2 26196:1 26285:1 26290:1 26296:1 26351:1 26356:1 26381:1 26400:1 26421:1 26436:1 26442:1 26445:2 26468:1 26473:1 26477:1 26502:1 26512:1 26549:1 26558:1 26562:1 26591:1 26597:1 26635:1 26649:1 26652:1 26689:1 26691:1 26705:1 26709:1 26724:1 26732:2 26733:2 26740:1 26749:1 26753:1 26756:2 26794:3 26798:1 26805:1 26813:1 26817:1 26845:1 8 1:1 9:1 20:1 35:1 39:1 42:2 80:2 86:1 110:1 117:1 122:1 144:1 161:1 179:1 187:1 192:3 205:1 224:1 229:3 287:1 319:3 320:1 321:1 353:2 413:1 426:1 466:1 484:1 497:1 545:1 558:1 579:4 605:3 636:1 643:1 661:1 667:1 747:1 812:3 819:1 831:1 839:3 848:1 860:1 899:1 904:3 908:2 939:1 940:1 942:3 998:1 1001:1 1017:1 1033:1 1048:1 1067:1 1087:1 1113:1 1118:1 1123:1 1127:1 1132:1 1137:1 1138:1 1143:1 1157:1 1159:1 1174:1 1176:1 1179:1 1180:1 1186:1 1187:1 1189:1 1201:1 1206:1 1222:1 1236:1 1255:1 1271:1 1278:1 1305:1 1322:3 1325:5 1331:1 1343:1 1361:3 1368:3 1385:1 1403:1 1412:1 1413:3 1433:1 1445:3 1458:2 1463:2 1499:1 1516:2 1527:1 1529:1 1537:1 1555:1 1561:1 1572:1 1576:1 1591:1 1594:1 1612:1 1617:1 1618:2 1628:1 1629:1 1640:1 1644:1 1670:1 1681:1 1685:1 1686:1 1690:1 1719:1 1725:1 1726:2 1739:4 1751:1 1755:2 1766:1 1768:2 1774:1 1785:1 1787:1 1798:2 1811:1 1813:1 1815:1 1828:1 1843:1 1847:1 1891:1 1915:1 1918:1 1922:2 1966:1 1976:1 1981:1 2026:4 2127:1 2143:1 2158:1 2160:1 2161:1 2163:1 2170:3 2172:1 2177:1 2181:2 2184:6 2186:2 2190:1 2192:1 2195:2 2197:1 2199:1 2237:1 2248:2 2250:1 2260:1 2271:1 2284:1 2363:1 2403:1 2410:1 2473:1 2509:1 2523:1 2528:1 2529:1 2533:1 2548:1 2560:1 2561:1 2562:1 2566:3 2602:1 2604:1 2606:1 2621:1 2635:1 2660:1 2683:1 2708:1 2713:1 2719:2 2726:6 2749:2 2750:2 2765:1 2776:3 2781:1 2794:1 2813:1 2827:1 2833:1 2835:1 2836:1 2944:1 2952:1 2959:1 3009:2 3082:1 3087:1 3090:3 3093:3 3094:1 3106:1 3116:3 3129:1 3148:1 3166:1 3176:1 3253:2 3262:1 3263:1 3276:1 3300:1 3342:1 3354:1 3365:1 3373:1 3414:1 3426:1 3430:1 3445:1 3454:2 3466:1 3474:1 3475:1 3507:1 3518:1 3532:1 3551:1 3559:2 3563:2 3569:1 3587:1 3592:1 3617:1 3623:1 3626:1 3640:2 3650:1 3660:1 3663:2 3668:1 3674:1 3694:2 3701:1 3702:1 3748:1 3749:1 3755:1 3757:1 3763:1 3767:1 3785:2 3786:3 3841:2 3847:1 3853:1 3856:1 3862:1 3894:1 3906:1 3924:1 3936:1 3946:2 3959:2 3960:1 3962:4 4022:1 4027:1 4037:1 4040:4 4041:1 4059:2 4075:1 4078:1 4131:1 4135:1 4140:1 4152:1 4153:1 4159:1 4176:2 4182:1 4208:1 4243:1 4292:1 4319:2 4328:1 4354:1 4367:1 4389:3 4391:1 4393:1 4418:1 4428:1 4505:2 4533:13 4552:1 4559:1 4632:3 4646:4 4648:4 4651:1 4655:1 4660:2 4662:2 4669:1 4672:1 4673:4 4720:2 4745:1 4788:1 4791:1 4835:1 4841:1 4843:1 4851:1 4893:1 4919:1 4942:1 4953:2 4970:1 4973:2 4981:1 5010:1 5061:2 5092:1 5100:1 5125:1 5135:1 5141:1 5147:1 5157:2 5162:2 5168:1 5170:1 5238:1 5260:1 5266:1 5268:1 5269:1 5282:1 5283:1 5290:1 5397:1 5402:2 5411:1 5467:3 5524:1 5526:2 5548:4 5568:1 5574:1 5583:1 5595:1 5614:1 5618:1 5637:1 5639:1 5675:1 5683:1 5710:1 5728:1 5731:3 5762:5 5766:1 5770:1 5779:1 5813:3 5840:1 5850:3 5852:1 5857:1 5859:1 5860:3 5863:1 5865:2 5871:1 5875:2 5877:3 5902:1 5904:1 5914:1 5915:1 5933:1 5951:1 5960:2 5985:1 5999:1 6003:1 6014:1 6023:1 6027:1 6052:1 6066:1 6070:1 6093:1 6100:1 6127:1 6136:1 6152:1 6212:1 6215:1 6227:1 6228:1 6230:1 6233:1 6259:2 6264:1 6276:1 6289:1 6292:3 6295:4 6298:1 6306:1 6307:1 6311:1 6319:5 6320:2 6322:1 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6447:1 6480:1 6501:1 6504:1 6512:1 6516:1 6530:1 6538:1 6557:1 6566:1 6579:1 6599:3 6601:1 6621:1 6623:1 6637:1 6645:1 6663:1 6688:2 6700:2 6728:1 6733:1 6741:1 6747:3 6773:1 6777:1 6787:1 6824:3 6845:3 6851:1 6919:1 6927:1 6979:1 7037:5 7038:2 7060:1 7061:3 7089:1 7099:20 7107:1 7119:6 7120:5 7141:1 7155:1 7174:1 7194:1 7208:3 7269:2 7292:2 7302:1 7311:2 7322:4 7332:1 7346:1 7350:1 7353:1 7358:1 7384:1 7387:1 7417:1 7421:2 7444:1 7461:1 7475:1 7479:1 7483:1 7494:3 7564:6 7582:1 7642:1 7654:1 7680:1 7695:1 7710:1 7719:2 7720:1 7725:1 7750:1 7754:1 7780:1 7785:1 7788:1 7801:1 7863:1 7864:1 7869:1 7871:1 7872:3 7874:1 7876:2 7884:2 7907:1 7968:1 8014:1 8026:2 8028:2 8035:1 8068:1 8069:1 8070:1 8101:1 8123:1 8130:1 8141:1 8142:1 8148:1 8158:1 8170:1 8173:1 8223:1 8224:2 8225:2 8242:1 8246:1 8254:1 8266:1 8274:1 8284:3 8285:2 8300:1 8344:1 8345:1 8389:2 8409:1 8412:1 8415:1 8421:1 8436:1 8439:3 8464:1 8465:1 8469:2 8506:1 8521:1 8523:1 8564:1 8591:1 8610:1 8618:1 8634:2 8646:1 8649:2 8662:1 8679:1 8687:1 8696:1 8700:1 8703:1 8713:1 8715:1 8718:1 8732:1 8750:1 8762:1 8763:2 8768:1 8775:1 8858:1 8890:2 8925:1 8944:2 8957:1 8966:1 9028:1 9078:1 9089:1 9109:2 9121:1 9138:1 9149:1 9151:1 9164:1 9176:1 9189:2 9191:1 9200:1 9257:1 9289:1 9291:1 9312:1 9317:1 9326:1 9408:1 9414:1 9425:1 9427:1 9437:1 9446:1 9489:1 9499:1 9501:1 9504:1 9510:1 9515:1 9520:1 9524:3 9530:1 9556:3 9570:1 9593:1 9597:5 9601:1 9603:1 9630:3 9639:1 9648:1 9687:1 9734:1 9765:1 9790:1 9794:2 9799:1 9801:1 9839:1 9844:1 9846:1 9853:1 9866:2 9879:2 9966:1 9968:1 9974:3 9976:2 9983:2 9986:2 9987:3 9990:2 9992:2 9996:1 10004:1 10027:1 10029:1 10051:2 10076:1 10080:1 10091:1 10101:2 10103:1 10147:1 10229:1 10241:1 10307:1 10308:1 10318:1 10323:2 10324:1 10325:1 10352:2 10382:2 10387:1 10406:1 10412:1 10443:1 10444:1 10453:1 10473:2 10483:1 10485:1 10488:1 10504:1 10506:1 10514:1 10526:1 10542:1 10563:1 10588:1 10592:2 10623:2 10633:2 10636:1 10640:1 10647:1 10654:4 10655:1 10664:2 10708:1 10731:1 10735:1 10750:1 10765:1 10782:1 10791:1 10831:1 10838:1 10856:1 10904:1 10913:1 10928:1 10933:1 10977:1 10984:1 11022:1 11023:2 11041:1 11052:1 11053:1 11054:1 11057:1 11058:1 11074:2 11079:1 11089:1 11090:1 11108:1 11138:1 11161:1 11163:2 11166:2 11222:1 11239:1 11281:1 11290:1 11310:1 11336:1 11342:1 11358:2 11367:1 11371:1 11400:1 11415:1 11435:1 11506:1 11508:1 11525:1 11540:1 11555:1 11587:1 11602:1 11608:1 11669:1 11670:1 11674:1 11680:1 11681:1 11683:1 11694:1 11790:1 11792:1 11793:1 11800:2 11870:2 11879:1 11880:1 11882:1 11886:1 11898:1 11899:2 11900:1 11904:4 11908:1 11926:2 11936:2 11992:1 12009:1 12023:2 12024:5 12029:2 12094:11 12124:1 12144:1 12170:1 12207:1 12249:2 12250:1 12274:1 12299:1 12313:1 12322:1 12336:1 12342:1 12348:2 12355:1 12378:1 12381:1 12388:3 12502:1 12506:1 12507:2 12511:1 12520:1 12528:1 12552:1 12557:1 12576:1 12580:1 12585:2 12596:1 12604:1 12621:1 12636:1 12648:1 12665:1 12677:1 12678:1 12689:1 12696:1 12699:1 12712:1 12733:2 12740:1 12744:1 12769:1 12789:1 12808:1 12811:1 12852:1 12859:1 12869:1 12887:1 12901:1 12924:1 12936:1 12944:1 12959:1 12989:1 12990:1 12993:1 12999:1 13009:1 13063:1 13080:1 13081:1 13088:1 13104:1 13125:1 13133:2 13179:1 13187:1 13204:1 13213:1 13216:1 13242:2 13291:1 13318:1 13321:1 13325:1 13340:1 13366:1 13373:1 13421:1 13433:1 13475:1 13482:1 13496:1 13497:1 13544:1 13560:2 13564:1 13583:1 13584:2 13587:2 13624:2 13633:1 13703:1 13778:1 13805:1 13820:1 13842:1 13849:1 13879:1 13881:1 13893:1 13894:2 13911:1 13971:1 13984:1 13985:1 13987:1 13998:1 14006:1 14009:1 14015:2 14021:1 14043:3 14047:1 14059:1 14114:2 14125:1 14142:1 14148:1 14163:1 14166:1 14174:1 14178:1 14179:1 14184:1 14204:1 14211:1 14217:1 14251:1 14267:1 14272:1 14315:1 14339:1 14356:1 14365:1 14383:1 14390:2 14392:1 14399:2 14423:1 14441:1 14442:1 14454:1 14458:9 14469:1 14484:2 14499:1 14513:1 14550:7 14572:2 14604:1 14619:1 14657:1 14658:1 14664:1 14682:1 14686:2 14694:1 14698:1 14708:2 14709:1 14714:1 14716:1 14717:1 14733:1 14791:1 14823:1 14837:1 14870:1 14877:1 14896:1 14925:2 14926:1 14944:1 14961:1 15002:3 15014:1 15016:2 15020:1 15038:1 15046:2 15066:1 15086:1 15095:2 15096:1 15106:1 15110:2 15111:1 15144:1 15165:2 15239:1 15268:1 15276:1 15291:2 15297:1 15319:1 15358:2 15370:1 15398:1 15406:1 15413:1 15453:1 15501:2 15524:1 15543:1 15591:1 15599:1 15602:1 15613:2 15646:1 15794:1 15797:1 15803:1 15805:1 15810:1 15826:1 15828:1 15867:2 15902:2 15903:3 15931:1 15937:1 15952:1 15967:1 15978:1 15989:2 15990:1 16043:1 16056:1 16068:2 16085:1 16099:2 16129:1 16144:1 16213:2 16217:1 16225:2 16239:1 16247:1 16260:1 16264:1 16265:1 16295:1 16320:1 16404:1 16417:1 16425:2 16427:1 16466:1 16483:1 16567:1 16568:1 16580:5 16593:1 16601:1 16649:1 16668:1 16691:1 16720:1 16724:1 16725:2 16738:1 16783:1 16786:2 16825:1 16859:1 16865:1263 16880:1 16923:1 16926:1 16961:2 17003:1 17020:1 17043:1 17044:1 17046:1 17047:1 17060:1 17089:1 17139:2 17248:1 17266:1 17274:1 17283:1 17292:1 17294:1 17318:1 17323:1 17331:1 17338:1 17348:1 17357:1 17366:1 17395:1 17475:1 17486:1 17499:1 17507:1 17516:1 17535:1 17556:1 17560:2 17580:1 17620:5 17669:3 17672:1 17697:1 17700:1 17709:1 17710:1 17714:1 17722:1 17736:1 17739:3 17740:1 17743:1 17744:1 17755:1 17782:1 17789:1 17790:1 17812:1 17834:1 17914:2 17916:2 17968:1 17970:1 17973:1 17984:1 17992:1 18025:1 18047:1 18059:1 18061:1 18079:1 18080:1 18111:1 18112:1 18113:2 18128:1 18155:1 18159:1 18162:1 18191:1 18197:1 18209:1 18222:2 18224:1 18226:2 18227:1 18232:1 18240:1 18245:1 18253:1 18261:1 18265:1 18288:1 18292:2 18300:1 18303:1 18320:1 18358:1 18360:1 18361:1 18384:3 18399:1 18409:1 18450:1 18478:1 18486:1 18514:1 18515:1 18542:3 18548:1 18558:1 18560:1 18562:1 18564:1 18588:1 18602:1 18657:1 18701:1 18711:1 18722:1 18734:1 18756:1 18769:1 18784:1 18817:1 18822:2 18824:1 18840:1 18842:1 18860:1 18877:6 18880:1 18886:1 18891:2 18898:1 18900:1 18911:1 18913:1 18929:1 18931:1 18993:1 19006:1 19024:1 19036:2 19037:1 19052:1 19057:1 19059:1 19076:1 19089:2 19090:1 19100:1 19108:1 19111:1 19118:2 19135:1 19160:1 19185:1 19191:2 19195:1 19198:1 19208:2 19210:1 19217:1 19221:1 19245:1 19251:1 19262:1 19306:2 19317:2 19331:1 19334:3 19359:1 19362:2 19363:1 19377:1 19381:2 19388:1 19433:1 19446:1 19468:1 19476:1 19494:1 19526:1 19561:1 19564:1 19612:2 19613:1 19669:1 19672:1 19675:1 19676:1 19678:1 19688:2 19704:1 19710:1 19730:2 19749:1 19773:2 19807:2 19810:1 19832:1 19834:1 19837:1 19840:2 19842:3 19848:1 19854:1 19869:1 19873:1 19905:1 19951:1 19952:1 19954:1 20001:1 20002:2 20017:3 20020:2 20067:2 20078:1 20097:1 20172:1 20183:1 20203:1 20218:2 20238:6 20244:1 20250:1 20258:1 20285:1 20302:1 20307:1 20308:1 20337:1 20360:1 20377:1 20405:1 20477:1 20489:1 20495:1 20507:1 20568:1 20593:1 20625:1 20650:1 20657:1 20662:2 20670:1 20679:1 20680:1 20705:1 20719:1 20721:1 20750:1 20785:1 20793:1 20797:2 20806:1 20819:2 20838:1 20846:1 20847:1 20899:1 20901:1 20926:3 20933:1 20938:1 20952:1 20973:1 20992:2 20997:1 21016:1 21023:1 21025:1 21039:1 21069:1 21074:1 21099:3 21100:1 21121:1 21123:1 21145:1 21159:1 21176:1 21180:1 21182:1 21225:1 21228:1 21245:1 21260:1 21262:1 21266:1 21277:1 21279:1 21284:1 21306:2 21311:1 21323:1 21344:1 21355:3 21369:1 21381:1 21385:1 21400:1 21418:3 21438:1 21454:1 21458:1 21495:1 21522:1 21541:1 21556:1 21564:1 21569:1 21593:1 21639:2 21645:1 21655:1 21704:1 21705:1 21720:1 21745:1 21746:1 21788:1 21822:1 21841:1 21845:1 21887:1 21897:1 21909:3 21931:2 21932:1 21963:1 21969:1 21971:1 21987:1 22003:1 22015:1 22020:1 22028:1 22051:1 22060:1 22077:1 22114:2 22129:1 22130:1 22136:1 22161:1 22166:1 22179:2 22198:1 22204:1 22218:1 22222:1 22223:2 22234:1 22243:1 22284:2 22299:2 22330:1 22334:1 22338:1 22340:2 22343:1 22349:1 22361:1 22380:1 22423:1 22440:1 22450:1 22463:2 22471:1 22476:1 22478:1 22493:1 22494:2 22503:1 22509:1 22525:1 22551:1 22564:1 22587:2 22605:1 22668:2 22672:2 22698:1 22725:1 22755:1 22793:1 22808:1 22822:1 22832:1 22840:2 22843:1 22850:1 22854:3 22861:1 22879:1 22881:1 22882:1 22883:1 22885:1 22887:1 22933:2 22946:2 22948:1 22956:1 22964:1 23003:3 23019:1 23020:1 23026:1 23028:1 23029:1 23034:1 23051:2 23056:1 23065:1 23099:1 23107:1 23118:1 23120:1 23135:1 23145:1 23148:1 23150:1 23165:1 23171:1 23200:1 23239:2 23240:1 23296:1 23313:1 23417:1 23427:1 23429:1 23445:1 23468:1 23470:2 23476:3 23568:1 23573:1 23595:1 23605:2 23626:1 23637:1 23679:1 23696:1 23705:1 23722:1 23723:1 23805:1 23813:1 23821:1 23827:1 23897:1 23899:1 23916:1 23952:1 23975:1 23977:1 23983:1 24019:1 24033:1 24040:4 24042:1 24101:1 24106:1 24126:1 24135:1 24145:1 24170:1 24188:1 24190:1 24192:2 24220:1 24224:1 24279:1 24303:2 24304:2 24315:1 24318:1 24331:1 24333:1 24335:1 24343:1 24352:1 24355:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:4 24391:1 24425:1 24436:1 24446:1 24451:1 24457:1 24536:1 24562:2 24570:1 24571:1 24578:1 24583:2 24584:1 24585:1 24591:1 24593:1 24628:1 24640:1 24649:2 24650:3 24653:1 24655:1 24671:1 24698:1 24716:1 24737:1 24756:2 24798:1 24821:2 24848:1 24875:1 24884:1 24885:1 24891:2 24895:1 24908:2 24913:1 24916:1 24917:2 24927:1 24930:1 24950:1 24959:2 24960:1 24987:1 24993:3 24999:1 25025:1 25027:2 25028:1 25030:1 25055:1 25056:1 25093:1 25098:1 25109:1 25123:1 25138:1 25178:1 25199:1 25209:1 25217:1 25251:1 25302:1 25355:1 25374:1 25380:1 25427:1 25434:1 25437:1 25453:1 25519:1 25528:1 25530:1 25565:1 25566:1 25578:12 25583:1 25597:1 25608:1 25617:2 25642:1 25653:1 25676:3 25686:1 25713:1 25723:3 25729:1 25757:5 25802:1 25829:2 25862:1 25868:1 25873:1 25896:2 25921:2 25933:2 25935:1 25947:1 25972:1 25990:1 26005:1 26006:2 26012:1 26013:1 26024:2 26034:1 26039:1 26065:1 26072:2 26076:2 26077:4 26100:1 26118:1 26127:1 26132:2 26144:2 26191:2 26196:1 26285:1 26290:1 26295:1 26296:1 26351:1 26356:1 26381:1 26400:1 26421:1 26436:1 26442:1 26445:2 26468:1 26469:1 26473:1 26477:1 26502:1 26512:1 26549:1 26558:1 26562:1 26584:1 26591:1 26597:1 26635:1 26649:1 26652:1 26689:1 26691:1 26705:1 26709:1 26724:1 26732:2 26733:2 26740:1 26749:1 26753:1 26756:2 26794:3 26798:1 26805:2 26813:1 26817:1 26845:1 8 1:1 9:1 20:1 35:1 39:1 42:2 80:2 86:1 110:1 117:1 122:1 144:1 161:1 179:1 187:1 192:3 205:1 224:1 229:3 287:1 319:3 320:1 321:1 353:2 413:1 426:1 466:1 484:1 497:1 545:1 558:1 579:4 605:3 636:1 643:1 661:1 667:1 747:1 812:3 819:1 831:1 839:3 848:1 860:1 899:1 904:3 908:2 939:1 940:1 942:3 998:1 1001:1 1017:1 1033:1 1048:1 1067:1 1087:1 1113:1 1118:1 1123:1 1127:1 1132:1 1134:1 1137:1 1138:1 1143:1 1157:1 1159:1 1174:1 1176:1 1179:1 1180:1 1186:1 1187:1 1189:1 1201:1 1206:1 1222:1 1236:1 1255:1 1271:1 1278:1 1305:1 1322:3 1325:5 1331:1 1343:1 1361:3 1368:3 1385:1 1403:1 1412:1 1413:3 1433:1 1445:3 1458:2 1463:2 1499:1 1516:2 1527:1 1529:1 1537:1 1555:1 1561:1 1572:1 1576:1 1591:1 1594:1 1612:1 1617:1 1618:2 1628:1 1629:1 1640:1 1644:1 1670:1 1681:1 1685:1 1686:1 1690:1 1719:1 1725:1 1726:2 1739:4 1745:1 1751:1 1755:2 1766:1 1768:2 1774:1 1785:1 1787:1 1798:2 1811:1 1813:1 1815:1 1828:1 1843:1 1847:1 1889:1 1891:1 1915:1 1918:1 1922:2 1966:1 1976:1 1981:1 2026:4 2127:1 2143:1 2158:1 2160:2 2161:1 2163:1 2170:3 2172:1 2177:1 2181:2 2184:6 2186:2 2190:1 2192:1 2195:2 2197:1 2199:1 2237:1 2248:2 2250:1 2260:1 2271:1 2284:1 2363:1 2403:1 2410:1 2473:1 2509:1 2523:1 2528:1 2529:1 2533:1 2548:1 2560:1 2561:1 2562:1 2566:3 2602:1 2604:1 2606:1 2621:1 2635:1 2660:1 2683:1 2708:1 2713:1 2719:2 2726:6 2749:2 2750:2 2765:1 2776:3 2781:1 2794:1 2813:1 2827:1 2833:1 2835:1 2836:1 2944:1 2952:1 2959:1 3009:2 3045:1 3082:1 3087:1 3090:3 3093:3 3094:1 3106:1 3116:3 3120:1 3129:1 3148:1 3166:1 3176:1 3182:1 3253:2 3262:1 3263:1 3276:1 3300:1 3342:1 3354:1 3365:1 3373:1 3414:1 3426:1 3430:1 3445:1 3454:2 3466:1 3474:1 3475:1 3507:1 3518:1 3532:1 3551:1 3559:2 3563:2 3569:1 3587:1 3588:1 3592:1 3617:1 3623:1 3626:1 3640:2 3650:1 3660:1 3663:2 3668:1 3674:1 3694:2 3701:1 3702:1 3748:1 3749:1 3755:1 3757:1 3763:1 3767:1 3785:2 3786:3 3841:2 3847:1 3853:1 3856:1 3862:1 3894:1 3906:1 3924:1 3936:1 3946:2 3959:2 3960:1 3962:4 4022:1 4027:1 4037:1 4040:4 4041:1 4059:2 4075:1 4078:1 4131:1 4135:1 4140:1 4152:1 4153:1 4159:1 4176:2 4182:1 4208:1 4243:1 4292:1 4319:2 4328:1 4354:2 4367:1 4389:3 4391:1 4393:1 4418:1 4428:1 4505:2 4533:13 4552:1 4559:1 4632:3 4646:4 4648:4 4651:1 4655:1 4657:1 4660:2 4662:2 4669:1 4672:1 4673:4 4720:2 4745:1 4788:1 4791:1 4835:1 4841:1 4843:1 4851:1 4893:1 4919:1 4942:1 4953:2 4970:1 4973:2 4981:1 5010:1 5061:2 5092:1 5100:1 5125:1 5135:1 5141:1 5147:1 5157:2 5162:2 5168:1 5170:1 5238:1 5260:1 5266:1 5268:1 5269:1 5282:1 5283:1 5290:1 5397:1 5402:2 5411:1 5467:3 5524:1 5526:2 5548:4 5568:1 5574:1 5583:1 5595:1 5614:1 5618:1 5637:1 5639:1 5675:1 5683:1 5710:1 5728:1 5731:3 5762:5 5766:1 5770:1 5779:1 5813:3 5840:1 5850:3 5852:1 5857:1 5859:1 5860:3 5863:1 5865:2 5871:1 5875:2 5877:3 5902:1 5904:1 5914:1 5915:1 5933:1 5951:1 5960:2 5985:1 5999:1 6003:1 6014:1 6023:1 6027:1 6052:1 6066:1 6070:1 6093:1 6100:1 6127:1 6136:1 6152:1 6212:1 6215:1 6227:1 6228:1 6230:1 6233:1 6259:2 6264:1 6276:1 6289:1 6292:3 6295:4 6298:1 6306:1 6307:1 6311:1 6319:5 6320:2 6322:1 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6447:1 6480:1 6501:1 6504:1 6512:1 6516:1 6530:1 6538:1 6557:1 6566:1 6579:1 6599:3 6601:1 6621:1 6623:1 6637:1 6645:1 6663:1 6688:2 6700:2 6728:1 6733:1 6741:1 6747:3 6773:1 6777:1 6787:1 6824:3 6845:3 6851:1 6919:1 6927:1 6979:1 7037:5 7038:2 7060:1 7061:3 7089:1 7099:21 7107:1 7119:6 7120:5 7141:1 7155:1 7174:1 7194:1 7208:3 7269:2 7292:2 7302:1 7311:2 7322:4 7332:1 7346:1 7350:1 7353:1 7358:1 7384:1 7387:1 7417:1 7421:2 7444:1 7461:1 7475:1 7479:1 7483:1 7494:3 7564:6 7582:1 7642:1 7649:1 7654:1 7680:1 7695:1 7710:1 7719:2 7720:1 7725:1 7750:1 7754:1 7780:1 7785:1 7788:1 7801:1 7863:1 7864:1 7869:1 7871:1 7872:3 7874:1 7876:2 7884:2 7907:1 7968:1 8014:1 8026:2 8028:2 8035:1 8068:1 8069:1 8070:1 8083:1 8101:1 8123:1 8130:1 8141:1 8142:1 8148:1 8158:1 8170:1 8173:1 8223:1 8224:2 8225:2 8242:1 8246:1 8254:1 8266:1 8274:1 8284:3 8285:2 8300:1 8344:1 8345:1 8389:2 8409:1 8412:1 8415:1 8421:1 8436:1 8439:3 8464:1 8465:1 8469:2 8506:1 8521:1 8523:1 8564:1 8591:1 8610:1 8618:1 8634:2 8646:1 8649:2 8662:1 8669:1 8679:1 8687:1 8696:1 8700:1 8703:1 8713:1 8715:1 8718:1 8732:1 8750:1 8762:1 8763:2 8768:1 8775:1 8858:1 8890:2 8925:1 8944:2 8957:1 8966:1 9016:1 9028:1 9078:1 9089:1 9109:2 9121:1 9138:1 9149:1 9151:1 9164:1 9176:1 9189:2 9191:1 9200:1 9211:1 9257:1 9289:1 9291:1 9312:1 9317:1 9326:1 9408:1 9414:1 9425:1 9427:1 9437:1 9446:1 9489:1 9499:1 9501:1 9504:1 9510:1 9515:1 9520:1 9524:3 9530:1 9556:3 9570:1 9593:1 9597:5 9601:1 9603:1 9630:4 9639:1 9648:1 9671:2 9687:1 9734:1 9765:2 9790:1 9794:2 9799:1 9801:1 9839:1 9844:1 9846:1 9853:1 9866:2 9879:2 9966:1 9968:1 9974:3 9976:2 9983:2 9986:2 9987:3 9990:2 9992:2 9996:1 10004:1 10027:1 10029:1 10051:2 10076:1 10080:1 10091:1 10101:2 10103:1 10147:1 10229:1 10241:1 10307:1 10308:1 10318:1 10323:2 10324:1 10325:1 10352:2 10382:2 10387:1 10406:1 10412:1 10443:1 10444:1 10453:1 10473:2 10483:1 10485:1 10488:1 10504:1 10506:1 10514:1 10526:1 10542:1 10563:1 10588:1 10592:2 10623:2 10633:2 10636:1 10640:1 10647:1 10654:4 10655:1 10664:2 10708:1 10731:1 10735:1 10750:1 10765:1 10782:1 10791:1 10831:1 10838:1 10856:1 10904:1 10913:1 10928:1 10933:1 10977:1 10984:1 11022:1 11023:2 11041:1 11052:1 11053:1 11054:1 11057:1 11058:1 11074:2 11079:1 11089:1 11090:1 11108:1 11138:1 11161:1 11163:2 11166:2 11222:1 11239:1 11281:1 11290:1 11310:1 11334:2 11336:1 11342:1 11358:2 11367:1 11371:1 11400:1 11415:1 11435:1 11506:1 11508:1 11525:1 11540:1 11555:1 11587:1 11602:1 11608:1 11669:1 11670:1 11674:1 11680:1 11681:1 11683:1 11694:1 11790:1 11792:1 11793:1 11800:2 11848:2 11870:2 11871:1 11879:1 11880:1 11882:1 11886:1 11898:1 11899:2 11900:1 11904:4 11908:1 11926:2 11936:2 11992:1 12009:1 12023:2 12024:5 12029:2 12094:11 12124:1 12144:1 12170:1 12207:1 12249:2 12250:1 12274:1 12299:1 12313:1 12322:1 12336:1 12342:1 12348:2 12355:1 12378:1 12381:1 12388:3 12492:1 12502:1 12506:1 12507:2 12511:1 12520:1 12528:1 12552:1 12557:1 12576:1 12580:1 12585:2 12596:1 12604:1 12621:1 12636:1 12648:1 12665:1 12677:1 12678:1 12689:1 12696:1 12699:1 12712:1 12733:2 12740:1 12744:1 12769:1 12789:1 12808:1 12811:1 12852:1 12859:1 12869:1 12887:1 12901:1 12924:1 12936:1 12944:1 12959:1 12989:1 12990:1 12993:1 12999:1 13009:1 13063:1 13080:1 13081:1 13088:1 13104:1 13125:1 13133:2 13179:1 13187:1 13204:1 13213:1 13216:1 13242:2 13291:1 13318:1 13321:1 13325:1 13340:1 13366:1 13373:1 13421:1 13433:1 13475:1 13482:1 13496:1 13497:1 13519:1 13544:1 13560:2 13564:1 13583:1 13584:2 13587:2 13624:2 13633:1 13703:1 13778:1 13805:1 13820:1 13842:1 13849:1 13879:1 13881:1 13893:1 13894:2 13911:1 13971:1 13984:1 13985:1 13987:1 13998:1 14006:1 14009:1 14015:2 14021:2 14043:3 14047:1 14057:1 14059:1 14114:2 14125:1 14142:1 14148:1 14163:1 14166:1 14174:1 14178:1 14179:1 14184:1 14204:1 14211:1 14217:1 14251:1 14267:1 14272:1 14315:1 14339:1 14356:1 14365:1 14383:1 14390:2 14392:1 14399:2 14423:1 14441:1 14442:1 14454:1 14458:9 14469:1 14480:1 14484:2 14499:1 14513:1 14550:7 14572:2 14604:1 14619:1 14657:1 14658:1 14664:1 14682:1 14686:2 14694:1 14698:1 14708:2 14709:1 14714:1 14716:1 14717:1 14733:1 14791:1 14823:1 14837:1 14870:1 14877:1 14896:1 14925:2 14926:1 14944:1 14961:1 15002:3 15014:1 15016:2 15020:1 15038:1 15046:2 15066:1 15086:1 15095:2 15096:1 15106:1 15110:2 15111:1 15144:1 15165:2 15239:1 15268:1 15276:1 15291:2 15297:1 15319:1 15358:2 15370:1 15398:1 15406:1 15413:1 15453:1 15501:2 15524:1 15543:1 15591:1 15599:1 15602:1 15613:2 15646:1 15794:1 15797:1 15803:1 15805:1 15810:1 15826:1 15828:1 15867:2 15902:2 15903:3 15931:1 15937:1 15952:1 15967:1 15978:1 15989:2 15990:1 16043:1 16056:1 16068:2 16085:1 16099:3 16129:1 16144:1 16213:2 16217:2 16225:2 16239:1 16247:1 16260:1 16264:1 16265:1 16295:1 16320:1 16404:1 16417:1 16425:2 16427:1 16466:1 16483:1 16567:1 16568:1 16580:5 16593:1 16601:1 16649:1 16668:1 16691:1 16720:1 16724:1 16725:2 16738:1 16783:1 16786:2 16825:1 16859:1 16865:1318 16880:1 16923:1 16926:1 16961:2 17003:1 17020:1 17043:1 17044:1 17046:1 17047:1 17060:1 17089:1 17139:2 17248:1 17266:1 17274:1 17283:1 17292:1 17294:1 17318:1 17323:1 17331:1 17338:1 17348:1 17357:1 17366:1 17395:1 17475:1 17486:1 17499:1 17507:1 17516:1 17535:1 17556:1 17560:2 17580:1 17620:5 17669:3 17672:1 17697:1 17700:1 17705:1 17709:1 17710:1 17714:1 17722:1 17736:1 17739:3 17740:1 17743:1 17744:1 17755:1 17782:1 17789:1 17790:1 17812:1 17834:1 17914:2 17916:2 17968:1 17970:1 17973:1 17984:1 17992:1 18018:1 18025:1 18047:1 18059:1 18061:1 18079:1 18080:1 18111:1 18112:1 18113:2 18128:1 18155:1 18159:1 18162:1 18191:1 18197:1 18209:1 18222:2 18224:1 18226:2 18227:1 18232:1 18240:1 18245:1 18253:1 18261:1 18265:1 18288:1 18292:2 18300:1 18303:1 18320:1 18358:1 18360:1 18361:1 18384:3 18399:1 18404:1 18409:1 18450:1 18478:1 18486:1 18514:1 18515:1 18542:3 18548:1 18558:1 18560:1 18562:1 18564:1 18588:1 18602:1 18657:1 18701:1 18711:1 18722:1 18734:1 18756:1 18769:1 18784:1 18817:1 18822:2 18824:1 18840:1 18842:1 18860:1 18877:6 18880:1 18886:1 18891:2 18898:1 18900:1 18911:1 18913:1 18929:1 18931:1 18993:1 19006:1 19024:1 19036:2 19037:1 19052:1 19057:1 19059:1 19076:1 19089:2 19090:1 19100:1 19108:1 19111:1 19118:3 19135:1 19160:1 19185:1 19191:2 19195:1 19198:1 19208:2 19210:1 19217:1 19221:1 19245:1 19251:1 19262:1 19306:2 19317:2 19331:1 19334:3 19359:1 19362:2 19363:1 19377:1 19381:2 19388:1 19433:1 19446:1 19468:1 19476:1 19494:1 19526:1 19561:1 19564:1 19612:2 19613:1 19621:1 19669:1 19672:1 19675:1 19676:1 19678:1 19688:2 19704:1 19710:1 19730:2 19749:1 19773:2 19807:2 19810:1 19832:1 19834:1 19837:1 19840:2 19842:3 19848:1 19854:1 19869:1 19873:1 19905:1 19951:1 19952:1 19954:1 20001:1 20002:2 20017:3 20020:2 20067:2 20078:1 20097:1 20172:1 20183:1 20203:1 20218:2 20238:6 20244:1 20250:1 20258:1 20285:1 20302:1 20307:1 20308:1 20337:1 20360:1 20377:1 20405:1 20477:1 20489:1 20495:1 20507:1 20568:1 20593:1 20625:1 20650:1 20651:1 20657:1 20662:2 20670:1 20679:1 20680:1 20705:1 20719:1 20721:1 20750:1 20785:1 20793:1 20797:2 20806:1 20819:2 20838:1 20846:1 20847:1 20870:1 20899:1 20901:1 20926:3 20933:1 20938:1 20952:2 20973:1 20992:2 20997:1 21016:1 21023:1 21025:1 21039:1 21069:1 21074:1 21099:3 21100:1 21121:1 21123:1 21129:2 21145:1 21159:1 21176:1 21180:1 21182:1 21225:1 21228:1 21245:1 21260:1 21262:1 21266:1 21277:1 21279:1 21284:1 21306:2 21311:1 21323:1 21344:1 21355:3 21369:1 21381:1 21385:1 21400:1 21418:3 21438:1 21454:1 21458:1 21495:1 21522:1 21541:1 21556:1 21564:1 21569:1 21593:1 21639:2 21645:1 21655:1 21704:1 21705:1 21720:1 21745:1 21746:1 21788:1 21822:1 21841:1 21845:1 21887:1 21897:1 21909:3 21931:2 21932:1 21963:1 21969:1 21971:1 21987:1 22003:1 22015:1 22020:1 22028:1 22051:1 22060:1 22077:1 22114:2 22129:1 22130:1 22136:1 22161:1 22166:1 22179:2 22198:1 22204:1 22218:1 22222:1 22223:2 22234:1 22243:1 22284:2 22299:2 22330:1 22334:1 22335:1 22338:1 22340:2 22343:1 22349:1 22361:1 22380:1 22423:1 22440:1 22450:1 22463:2 22471:1 22476:1 22478:1 22493:1 22494:2 22503:1 22509:1 22525:1 22551:1 22564:1 22587:2 22605:1 22668:2 22672:2 22698:1 22725:1 22755:1 22793:1 22808:1 22822:1 22832:1 22840:2 22843:1 22850:1 22854:4 22861:1 22879:1 22881:1 22882:1 22883:1 22885:1 22887:1 22933:2 22946:2 22948:1 22956:1 22964:1 23003:3 23019:1 23020:1 23026:1 23028:1 23029:1 23034:1 23051:2 23056:1 23065:1 23099:1 23107:1 23118:1 23120:1 23135:1 23145:1 23148:1 23150:1 23165:1 23171:1 23200:1 23239:2 23240:1 23241:1 23296:1 23313:1 23417:1 23427:1 23429:1 23445:1 23468:1 23470:2 23476:3 23568:1 23573:1 23595:1 23605:2 23626:1 23637:1 23679:1 23696:1 23705:1 23722:1 23723:1 23805:1 23813:1 23821:1 23827:1 23897:1 23899:1 23916:1 23952:1 23975:1 23977:1 23983:1 24019:1 24033:1 24040:4 24042:1 24101:1 24106:1 24126:1 24135:1 24145:1 24170:1 24188:1 24190:1 24192:2 24220:1 24224:1 24279:1 24303:2 24304:2 24315:1 24318:1 24331:1 24333:1 24335:1 24343:1 24352:1 24355:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:4 24391:1 24425:1 24436:1 24446:1 24451:1 24457:1 24536:1 24562:2 24570:1 24571:1 24578:1 24583:2 24584:1 24585:1 24591:1 24593:1 24628:1 24640:1 24649:2 24650:3 24653:1 24655:1 24671:1 24698:1 24716:1 24737:1 24756:2 24798:1 24821:2 24848:1 24875:1 24884:1 24885:1 24891:2 24895:1 24908:2 24913:1 24916:1 24917:2 24927:1 24930:1 24950:1 24959:2 24960:1 24987:1 24993:3 24999:1 25025:1 25027:2 25028:1 25030:1 25055:1 25056:1 25093:1 25098:1 25109:1 25123:1 25138:1 25178:1 25199:1 25209:1 25217:1 25251:1 25302:1 25355:1 25374:1 25380:1 25427:1 25434:1 25437:1 25453:1 25499:1 25519:1 25528:1 25530:1 25565:1 25566:1 25578:12 25583:1 25597:1 25608:1 25617:2 25642:1 25653:1 25676:3 25686:1 25713:1 25723:3 25729:1 25757:5 25802:1 25829:2 25862:1 25868:1 25873:1 25896:2 25921:2 25933:2 25935:1 25947:1 25972:1 25990:1 26005:1 26006:2 26012:1 26013:1 26024:2 26034:1 26039:1 26065:2 26072:2 26076:2 26077:4 26100:1 26118:1 26127:1 26132:2 26144:2 26191:2 26196:1 26285:1 26290:1 26295:1 26296:1 26351:1 26356:1 26381:1 26400:1 26421:1 26436:1 26442:1 26445:2 26468:1 26469:1 26473:1 26477:1 26502:1 26512:1 26549:1 26558:1 26562:1 26584:1 26591:1 26597:1 26635:1 26649:1 26652:1 26689:1 26691:1 26705:1 26709:1 26724:1 26732:2 26733:2 26740:1 26749:1 26753:1 26756:2 26794:4 26798:1 26805:2 26813:1 26817:1 26845:1 8 1:1 9:1 20:1 35:1 39:1 42:2 80:2 86:1 110:1 117:1 122:1 144:1 161:1 179:1 187:1 192:4 205:1 224:1 229:3 262:1 287:1 319:3 320:1 321:1 342:1 353:2 413:1 426:1 466:1 484:1 497:1 545:1 558:1 579:4 605:3 636:1 643:2 661:1 667:1 747:1 812:3 819:1 831:1 839:3 848:1 860:1 899:1 904:3 908:2 939:1 940:1 942:3 998:1 1001:1 1017:1 1033:1 1048:1 1067:1 1087:1 1113:1 1118:1 1123:1 1127:1 1132:1 1134:1 1137:1 1138:1 1143:1 1157:1 1159:1 1174:1 1176:1 1179:1 1180:1 1186:1 1187:1 1189:1 1201:1 1206:1 1222:1 1236:1 1255:1 1271:1 1278:1 1305:1 1319:1 1322:3 1325:5 1331:1 1343:1 1361:3 1368:3 1385:1 1403:1 1412:1 1413:3 1433:1 1445:3 1458:2 1463:2 1499:1 1516:2 1527:1 1529:1 1537:1 1555:1 1561:1 1572:1 1576:1 1591:1 1594:1 1612:1 1617:1 1618:2 1628:1 1629:1 1640:1 1644:1 1670:1 1681:1 1685:1 1686:1 1690:1 1719:1 1725:1 1726:2 1739:4 1745:1 1751:1 1755:2 1766:1 1768:2 1774:1 1785:1 1787:1 1798:2 1811:1 1813:1 1815:1 1828:1 1843:1 1847:1 1889:1 1891:1 1915:1 1918:1 1922:2 1966:1 1976:1 1981:1 2026:4 2127:1 2143:1 2158:1 2160:2 2161:1 2163:1 2170:3 2172:1 2177:1 2181:2 2184:6 2186:2 2190:1 2192:1 2195:2 2197:1 2199:1 2237:1 2248:2 2250:1 2260:1 2271:1 2284:1 2363:1 2403:1 2410:1 2473:1 2509:1 2523:1 2528:1 2529:1 2533:1 2548:1 2560:1 2561:1 2562:1 2566:3 2602:1 2604:1 2606:1 2621:1 2635:1 2646:1 2660:1 2666:1 2683:1 2708:1 2713:1 2719:2 2726:6 2749:2 2750:2 2765:1 2776:3 2781:1 2794:1 2813:1 2827:1 2833:1 2835:1 2836:1 2847:1 2944:1 2952:1 2959:1 3009:2 3045:1 3082:1 3087:1 3090:3 3093:3 3094:1 3106:1 3116:4 3120:1 3129:1 3148:1 3166:1 3176:1 3182:1 3253:2 3262:1 3263:1 3276:1 3300:1 3342:1 3354:1 3365:1 3373:1 3414:1 3426:1 3430:1 3445:1 3454:2 3466:1 3474:1 3475:1 3507:1 3518:1 3532:1 3551:1 3559:2 3563:2 3569:1 3587:1 3588:1 3592:1 3614:1 3617:1 3623:1 3626:1 3640:2 3650:1 3660:1 3663:2 3668:1 3674:1 3694:2 3701:1 3702:1 3748:1 3749:1 3755:1 3757:1 3763:1 3767:1 3785:2 3786:3 3841:2 3847:1 3853:1 3856:1 3862:1 3894:1 3906:1 3924:1 3936:1 3946:2 3959:2 3960:1 3962:4 3975:1 3990:1 4022:1 4027:1 4037:1 4040:4 4041:1 4059:2 4071:1 4075:1 4078:1 4131:1 4135:2 4140:1 4152:1 4153:1 4159:1 4176:2 4182:1 4208:1 4243:1 4277:1 4292:1 4319:2 4328:1 4354:2 4367:1 4370:1 4389:3 4391:1 4393:1 4418:1 4428:1 4505:2 4533:13 4552:1 4559:1 4632:3 4646:4 4648:4 4651:1 4655:1 4657:1 4660:2 4662:2 4669:1 4672:1 4673:4 4720:2 4745:1 4788:1 4791:1 4835:1 4841:1 4843:1 4851:1 4889:1 4893:1 4919:1 4942:1 4953:2 4970:1 4973:2 4981:1 5010:1 5061:2 5092:1 5100:1 5120:1 5125:1 5135:1 5141:1 5147:1 5157:2 5162:2 5168:1 5170:1 5238:1 5260:1 5266:1 5268:1 5269:1 5282:1 5283:1 5290:1 5397:1 5402:2 5411:1 5467:3 5524:2 5526:2 5548:4 5568:1 5574:1 5583:1 5595:1 5614:1 5618:1 5637:1 5639:1 5675:1 5683:1 5710:1 5728:1 5731:3 5762:5 5766:1 5770:1 5779:1 5813:3 5840:1 5850:3 5852:1 5857:1 5859:1 5860:3 5863:1 5865:2 5871:1 5875:3 5877:3 5902:1 5904:1 5914:1 5915:1 5933:1 5951:1 5960:2 5985:1 5999:1 6003:1 6014:1 6023:1 6027:1 6052:1 6066:1 6070:1 6093:1 6100:1 6127:1 6136:1 6152:1 6212:1 6215:1 6227:1 6228:1 6230:1 6233:1 6259:2 6264:1 6276:1 6289:1 6292:4 6295:4 6298:1 6306:1 6307:1 6311:1 6319:5 6320:2 6322:1 6378:1 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6447:1 6480:1 6501:1 6504:1 6512:1 6516:1 6530:1 6538:1 6557:1 6566:1 6579:1 6599:3 6601:1 6621:1 6623:1 6637:1 6645:1 6663:1 6688:2 6700:2 6728:2 6733:1 6741:1 6747:3 6773:1 6777:1 6787:1 6824:3 6845:3 6851:1 6865:1 6919:1 6927:1 6979:1 7037:5 7038:2 7060:1 7061:3 7089:1 7099:21 7107:1 7119:6 7120:5 7141:1 7142:1 7155:1 7174:1 7194:1 7208:3 7269:2 7292:2 7302:1 7311:2 7322:4 7332:1 7346:1 7350:1 7353:1 7358:1 7384:1 7387:1 7417:1 7421:2 7444:1 7461:1 7475:1 7479:1 7483:1 7494:3 7563:1 7564:6 7582:1 7642:2 7649:1 7654:1 7680:1 7695:1 7710:1 7719:2 7720:1 7725:1 7750:1 7754:1 7780:1 7785:1 7788:1 7801:1 7863:1 7864:1 7869:1 7870:1 7871:1 7872:3 7874:1 7876:2 7884:2 7907:1 7921:1 7923:1 7968:2 8014:1 8026:2 8028:2 8035:1 8068:1 8069:1 8070:1 8083:1 8101:1 8123:1 8130:1 8141:1 8142:1 8148:1 8158:1 8170:1 8173:1 8223:1 8224:2 8225:2 8242:1 8246:1 8254:1 8266:1 8274:1 8284:3 8285:2 8300:1 8344:1 8345:1 8389:2 8409:1 8412:1 8415:1 8421:1 8436:1 8439:3 8464:1 8465:1 8469:2 8506:1 8521:1 8523:1 8564:1 8591:1 8610:1 8618:1 8634:2 8646:1 8649:2 8662:1 8669:1 8679:1 8687:1 8696:1 8700:1 8703:1 8713:1 8715:1 8718:1 8732:1 8750:1 8762:1 8763:2 8768:1 8775:1 8858:1 8890:2 8925:1 8944:2 8957:1 8966:1 9016:1 9028:1 9078:1 9089:1 9109:2 9121:1 9138:1 9149:1 9151:1 9164:1 9176:1 9189:2 9191:1 9200:1 9211:1 9257:1 9289:1 9291:1 9312:1 9317:1 9326:1 9408:1 9414:1 9425:1 9427:1 9437:1 9446:1 9489:1 9499:1 9501:1 9504:1 9510:1 9515:1 9520:1 9524:3 9530:1 9556:3 9570:1 9593:1 9597:5 9601:2 9603:1 9630:4 9639:1 9648:1 9671:2 9687:1 9712:1 9734:1 9765:2 9790:1 9794:2 9799:1 9801:1 9839:1 9844:1 9846:1 9853:1 9866:2 9879:2 9906:1 9966:1 9968:1 9974:3 9976:2 9983:2 9986:2 9987:3 9990:2 9992:2 9996:1 10004:1 10027:1 10029:1 10051:2 10076:1 10080:1 10081:1 10091:1 10101:2 10103:1 10147:1 10229:1 10241:1 10257:1 10307:1 10308:1 10318:1 10323:2 10324:1 10325:1 10352:2 10382:2 10387:1 10406:1 10412:1 10443:1 10444:1 10453:2 10473:2 10483:1 10485:1 10488:1 10504:1 10506:1 10514:1 10526:1 10542:1 10563:1 10588:1 10592:2 10623:2 10633:2 10636:1 10640:1 10647:1 10654:4 10655:1 10664:2 10708:1 10731:1 10735:1 10750:1 10765:1 10782:1 10791:1 10831:1 10838:1 10856:1 10904:1 10913:1 10928:1 10933:1 10971:1 10977:1 10984:1 11022:1 11023:2 11041:1 11052:1 11053:1 11054:1 11057:1 11058:1 11074:2 11079:1 11089:1 11090:1 11108:1 11138:1 11161:1 11163:2 11166:2 11222:1 11239:1 11281:1 11290:1 11310:1 11334:2 11336:1 11342:1 11358:2 11367:1 11371:1 11400:1 11415:1 11435:1 11506:1 11508:1 11525:2 11540:1 11541:1 11555:1 11587:1 11602:1 11608:1 11669:1 11670:1 11674:1 11680:1 11681:1 11683:1 11694:1 11790:1 11792:1 11793:1 11800:2 11848:2 11870:2 11871:1 11879:1 11880:1 11882:1 11886:1 11898:1 11899:2 11900:1 11904:5 11908:1 11926:2 11936:2 11992:1 12009:1 12023:2 12024:5 12029:2 12094:11 12124:1 12144:1 12170:1 12207:1 12249:2 12250:1 12274:1 12299:1 12313:1 12322:1 12336:1 12342:1 12348:2 12355:2 12378:1 12381:1 12388:3 12492:1 12502:1 12506:1 12507:2 12511:1 12520:1 12528:1 12552:1 12557:1 12576:1 12580:1 12585:2 12596:1 12604:1 12621:1 12636:1 12648:1 12665:1 12677:1 12678:1 12689:1 12696:1 12699:1 12712:1 12733:2 12740:1 12744:1 12769:1 12789:1 12808:1 12811:1 12852:1 12859:1 12869:1 12887:1 12901:1 12924:2 12936:1 12944:1 12959:1 12989:1 12990:1 12993:1 12999:1 13009:1 13063:1 13080:1 13081:1 13088:1 13104:1 13125:1 13133:2 13179:1 13187:1 13204:1 13213:1 13216:1 13242:2 13291:1 13309:1 13318:1 13321:1 13325:1 13340:1 13366:1 13373:1 13421:1 13433:1 13475:1 13482:1 13496:1 13497:1 13508:1 13519:1 13544:1 13560:2 13564:1 13583:1 13584:2 13587:3 13624:2 13633:1 13703:1 13778:1 13785:1 13805:1 13820:1 13842:1 13849:1 13879:1 13881:1 13893:1 13894:2 13911:1 13971:1 13984:1 13985:1 13987:1 13998:1 14006:1 14009:1 14015:2 14021:3 14043:3 14047:1 14057:1 14059:1 14114:2 14125:1 14142:1 14148:1 14163:1 14166:1 14174:1 14178:1 14179:1 14184:1 14204:1 14211:1 14217:1 14251:1 14267:1 14272:1 14315:1 14339:1 14356:1 14365:1 14383:1 14390:2 14392:1 14399:2 14423:1 14441:1 14442:1 14454:1 14458:9 14469:1 14480:1 14484:2 14499:1 14513:1 14540:1 14550:7 14572:2 14604:1 14619:1 14657:1 14658:1 14664:1 14682:1 14686:2 14694:1 14698:1 14708:2 14709:1 14714:1 14716:1 14717:1 14733:1 14791:1 14823:1 14832:1 14837:1 14870:1 14877:1 14896:1 14925:2 14926:1 14944:1 14961:1 15002:3 15014:1 15016:2 15020:1 15038:1 15046:2 15064:1 15066:1 15086:1 15095:2 15096:1 15106:1 15110:2 15111:1 15144:1 15153:1 15165:2 15239:1 15268:1 15276:1 15291:2 15297:1 15319:1 15358:2 15370:1 15398:1 15406:1 15413:1 15453:1 15501:2 15524:1 15543:1 15591:1 15599:2 15602:1 15613:2 15646:1 15718:1 15794:1 15797:1 15803:1 15805:1 15810:1 15826:1 15828:1 15867:2 15902:2 15903:3 15931:1 15937:1 15952:1 15967:2 15978:1 15989:2 15990:1 16043:1 16056:1 16068:2 16085:1 16099:3 16129:1 16144:2 16213:2 16217:2 16225:2 16239:1 16247:1 16260:2 16264:1 16265:1 16295:1 16296:1 16312:1 16320:1 16404:1 16417:1 16425:2 16427:1 16466:1 16483:1 16567:1 16568:2 16580:5 16593:1 16601:1 16649:1 16668:1 16691:1 16720:1 16724:1 16725:2 16738:1 16783:1 16786:2 16825:1 16859:1 16865:1392 16880:1 16923:1 16926:1 16961:2 17003:1 17020:1 17043:1 17044:1 17046:1 17047:1 17060:1 17089:1 17139:2 17248:1 17266:1 17274:1 17283:1 17292:1 17294:1 17318:1 17323:1 17331:1 17338:1 17348:1 17357:1 17366:1 17395:1 17475:1 17486:1 17499:1 17507:1 17516:1 17535:1 17556:1 17560:2 17580:1 17620:5 17669:3 17672:1 17697:1 17700:1 17705:1 17709:1 17710:1 17714:1 17722:1 17736:1 17739:3 17740:1 17743:1 17744:1 17755:1 17769:1 17782:1 17789:1 17790:1 17795:1 17812:1 17834:1 17914:2 17916:2 17963:1 17968:1 17970:1 17973:1 17984:1 17992:1 18004:1 18018:1 18025:1 18047:1 18059:1 18061:1 18079:1 18080:1 18111:1 18112:1 18113:2 18128:1 18155:1 18159:1 18162:1 18191:1 18197:1 18209:1 18222:2 18224:1 18226:2 18227:1 18232:1 18240:1 18245:1 18253:1 18261:1 18265:1 18288:1 18292:3 18300:1 18303:1 18320:1 18358:1 18360:1 18361:1 18384:3 18399:1 18404:1 18409:1 18450:1 18478:1 18486:1 18514:1 18515:1 18542:3 18548:1 18558:1 18560:1 18562:1 18564:1 18588:1 18602:1 18657:1 18685:1 18701:1 18711:1 18722:1 18734:1 18756:1 18769:1 18784:1 18817:1 18822:2 18824:1 18840:1 18842:1 18860:1 18877:6 18880:1 18886:1 18891:2 18898:1 18900:1 18911:1 18913:1 18929:1 18931:1 18993:1 19006:1 19024:1 19036:2 19037:1 19052:1 19057:1 19059:1 19076:1 19089:2 19090:1 19100:1 19108:1 19111:1 19118:3 19135:1 19160:1 19185:1 19191:2 19195:1 19198:1 19208:2 19210:1 19217:1 19221:1 19245:1 19251:1 19257:1 19262:1 19306:2 19317:2 19331:1 19334:3 19359:1 19362:2 19363:1 19377:1 19381:2 19388:1 19433:1 19446:1 19468:1 19476:1 19494:1 19526:1 19549:1 19561:1 19564:1 19612:2 19613:1 19621:1 19669:1 19672:2 19675:1 19676:1 19678:1 19688:2 19704:1 19710:1 19730:2 19749:1 19773:2 19806:1 19807:2 19810:1 19832:1 19834:1 19837:1 19840:2 19842:3 19848:1 19854:1 19869:1 19873:1 19905:1 19949:1 19951:1 19952:1 19954:1 20001:1 20002:2 20017:3 20020:2 20067:2 20078:1 20097:1 20172:1 20183:1 20203:1 20218:2 20238:6 20244:1 20250:1 20258:1 20285:1 20302:1 20307:1 20308:1 20337:1 20360:1 20377:2 20398:1 20405:1 20477:1 20489:1 20495:1 20507:1 20568:1 20593:1 20625:1 20650:1 20651:1 20657:1 20662:2 20670:1 20679:1 20680:1 20687:1 20705:1 20719:1 20721:1 20750:1 20785:1 20793:1 20797:2 20806:1 20819:2 20838:1 20846:1 20847:1 20870:1 20899:1 20901:1 20926:3 20933:1 20938:1 20952:2 20973:1 20992:2 20997:1 21016:1 21023:1 21025:1 21039:1 21069:1 21074:1 21099:3 21100:1 21121:1 21123:1 21129:2 21145:1 21159:1 21176:1 21180:1 21182:1 21225:1 21228:1 21245:1 21260:1 21262:1 21266:1 21277:1 21279:1 21284:1 21306:2 21311:1 21323:1 21344:1 21355:3 21369:1 21381:1 21385:1 21400:1 21418:3 21438:1 21454:1 21458:1 21495:1 21522:1 21541:1 21556:1 21564:1 21569:1 21593:1 21617:1 21639:2 21645:1 21655:1 21704:1 21705:1 21720:1 21745:1 21746:1 21788:1 21822:1 21841:1 21845:1 21887:1 21897:1 21909:3 21931:2 21932:1 21963:1 21969:1 21971:1 21987:1 22003:1 22015:1 22020:1 22028:1 22051:1 22060:1 22077:1 22114:2 22129:1 22130:1 22136:1 22161:1 22166:1 22179:2 22198:2 22204:1 22218:1 22222:1 22223:2 22234:1 22243:1 22284:2 22299:2 22301:1 22330:1 22334:1 22335:1 22338:1 22340:2 22343:1 22349:1 22361:1 22380:1 22423:1 22440:1 22450:1 22463:2 22471:1 22476:1 22478:1 22493:1 22494:3 22503:1 22509:1 22525:1 22551:1 22564:1 22587:2 22605:1 22668:3 22672:2 22698:1 22725:1 22755:1 22793:1 22808:1 22822:1 22832:1 22840:2 22843:1 22850:1 22854:4 22861:1 22879:1 22881:1 22882:1 22883:1 22885:1 22887:1 22933:2 22946:2 22948:1 22956:1 22964:1 23003:3 23019:1 23020:1 23026:1 23028:1 23029:1 23034:1 23051:2 23056:1 23065:1 23099:1 23107:1 23118:1 23120:1 23135:1 23145:1 23148:1 23150:1 23165:1 23171:1 23200:1 23239:2 23240:1 23241:1 23268:1 23296:1 23313:1 23417:1 23427:1 23429:1 23445:1 23468:1 23470:2 23476:3 23568:1 23573:1 23595:1 23605:2 23626:1 23637:1 23679:1 23696:1 23705:1 23722:1 23723:1 23735:1 23805:1 23813:1 23821:1 23827:1 23897:1 23899:1 23916:1 23952:1 23975:1 23977:1 23983:1 24019:1 24033:1 24040:4 24041:1 24042:1 24101:1 24106:1 24126:1 24135:1 24145:1 24170:1 24188:1 24190:1 24192:2 24220:1 24224:1 24279:1 24297:1 24303:2 24304:2 24315:1 24318:1 24331:1 24333:1 24335:1 24343:1 24352:1 24355:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:4 24391:1 24425:1 24436:1 24446:1 24449:1 24451:1 24457:1 24536:1 24562:2 24570:1 24571:1 24578:1 24583:2 24584:1 24585:1 24591:1 24593:1 24628:1 24640:1 24649:2 24650:3 24653:1 24655:1 24671:1 24698:1 24716:1 24737:1 24756:3 24798:1 24821:2 24848:1 24871:1 24875:1 24884:1 24885:1 24891:2 24895:1 24908:2 24913:1 24916:1 24917:2 24927:1 24930:1 24950:1 24959:2 24960:1 24987:1 24993:3 24999:1 25025:1 25027:2 25028:1 25030:1 25055:1 25056:1 25093:1 25098:1 25109:1 25123:1 25138:1 25178:1 25199:1 25200:1 25209:1 25217:1 25251:1 25302:1 25355:1 25374:1 25380:1 25422:1 25427:1 25434:1 25437:1 25453:1 25499:1 25519:1 25528:1 25530:1 25565:1 25566:1 25578:13 25583:1 25597:1 25608:1 25617:2 25642:1 25653:1 25676:3 25686:1 25713:1 25723:3 25729:1 25757:5 25802:1 25829:2 25851:1 25862:1 25868:1 25873:1 25896:2 25921:2 25933:2 25935:1 25947:1 25972:1 25990:1 26005:1 26006:2 26012:1 26013:1 26024:2 26034:1 26039:1 26065:2 26072:2 26076:2 26077:4 26100:1 26118:1 26127:1 26128:1 26132:2 26144:2 26191:2 26196:1 26223:1 26285:1 26290:1 26295:1 26296:1 26351:1 26356:1 26381:1 26400:1 26421:1 26436:1 26442:1 26445:2 26468:1 26469:1 26473:1 26477:1 26502:1 26512:1 26549:1 26558:1 26562:1 26584:1 26591:1 26597:1 26635:1 26649:1 26652:1 26653:1 26660:1 26689:1 26691:1 26705:2 26709:1 26724:1 26732:2 26733:3 26740:2 26749:1 26753:1 26756:2 26794:4 26798:1 26805:2 26813:1 26817:1 26845:1 8 1:1 9:1 20:1 35:1 39:1 42:2 80:2 86:1 110:1 117:1 122:1 144:1 161:1 179:1 187:1 192:4 205:1 224:1 229:3 262:1 287:1 319:3 320:1 321:1 342:1 353:2 413:1 426:1 466:1 484:1 497:1 545:1 558:1 565:1 579:4 605:3 636:1 643:3 661:1 667:1 747:1 758:1 812:3 819:1 831:1 839:3 848:1 860:1 899:1 904:3 908:2 939:1 940:1 942:3 998:1 1001:1 1017:1 1033:1 1048:1 1067:1 1087:1 1113:1 1118:1 1123:1 1127:1 1132:1 1134:1 1137:1 1138:1 1143:1 1157:1 1159:1 1174:1 1176:1 1179:1 1180:1 1186:1 1187:1 1189:1 1201:1 1206:1 1222:1 1236:1 1255:1 1271:1 1278:1 1297:1 1305:1 1319:1 1322:3 1325:5 1331:1 1343:2 1361:3 1368:3 1385:1 1403:1 1412:1 1413:3 1433:1 1445:3 1458:2 1463:2 1499:1 1516:2 1527:1 1529:1 1537:1 1555:1 1561:1 1572:1 1576:1 1591:1 1594:1 1612:1 1617:1 1618:2 1628:1 1629:1 1640:1 1644:1 1667:1 1670:1 1681:1 1685:1 1686:1 1690:1 1719:1 1725:1 1726:2 1739:4 1745:1 1751:1 1755:2 1766:1 1768:2 1774:1 1785:1 1787:1 1798:2 1811:1 1813:1 1815:1 1828:1 1843:1 1847:1 1889:1 1891:1 1915:1 1918:1 1922:2 1966:1 1976:1 1981:1 2026:4 2127:1 2143:1 2158:1 2160:2 2161:1 2163:1 2170:3 2172:1 2177:1 2181:2 2184:6 2186:2 2190:1 2192:1 2195:2 2197:1 2199:1 2237:1 2248:2 2250:1 2260:1 2271:1 2284:1 2363:1 2403:1 2410:1 2473:1 2509:1 2523:1 2528:1 2529:1 2533:1 2548:1 2560:1 2561:1 2562:1 2566:3 2602:1 2604:1 2606:1 2621:1 2635:1 2646:1 2659:1 2660:1 2666:1 2683:1 2708:1 2713:1 2719:2 2726:6 2749:2 2750:2 2765:1 2776:3 2781:1 2794:1 2813:1 2827:1 2833:1 2835:1 2836:1 2847:1 2944:1 2952:1 2959:1 3009:2 3019:1 3045:1 3082:1 3087:2 3090:3 3093:4 3094:1 3106:1 3116:4 3120:1 3129:1 3148:1 3166:1 3176:1 3182:1 3253:2 3262:1 3263:1 3276:1 3300:1 3342:1 3354:1 3365:1 3373:1 3414:1 3426:1 3430:1 3445:1 3454:2 3466:1 3474:1 3475:1 3507:1 3518:1 3532:1 3551:1 3559:2 3563:2 3569:1 3585:1 3587:1 3588:1 3592:1 3614:1 3617:1 3623:1 3626:1 3640:2 3650:1 3660:1 3663:2 3668:1 3674:1 3694:2 3701:1 3702:1 3748:1 3749:1 3755:1 3757:1 3763:1 3767:1 3785:2 3786:3 3841:2 3847:1 3853:1 3856:1 3862:1 3894:1 3906:1 3919:1 3924:1 3936:2 3946:2 3959:2 3960:1 3962:4 3975:1 3990:1 4022:1 4027:1 4037:1 4040:4 4041:1 4059:2 4071:1 4075:1 4078:1 4131:1 4135:2 4140:1 4152:1 4153:1 4159:1 4176:2 4182:1 4208:1 4243:1 4277:1 4292:1 4319:2 4328:1 4354:2 4367:1 4370:1 4389:3 4391:1 4393:1 4418:1 4428:1 4505:2 4533:13 4552:1 4559:1 4589:1 4632:3 4646:4 4648:4 4651:1 4655:1 4657:1 4660:2 4662:2 4669:1 4672:1 4673:4 4720:2 4745:1 4788:1 4791:1 4835:1 4841:1 4843:1 4851:1 4889:1 4893:1 4919:1 4942:1 4953:2 4970:1 4973:2 4981:1 5010:1 5061:2 5092:1 5100:1 5120:1 5125:1 5135:1 5141:1 5147:1 5157:2 5162:2 5168:1 5170:1 5238:1 5260:1 5266:1 5268:1 5269:1 5282:1 5283:1 5290:1 5397:1 5402:2 5411:1 5467:3 5524:2 5526:2 5548:4 5568:2 5574:1 5583:1 5595:1 5614:1 5618:1 5637:1 5639:1 5675:1 5683:1 5710:1 5728:1 5731:3 5762:5 5766:1 5770:1 5779:1 5813:3 5840:1 5850:3 5852:1 5857:1 5859:1 5860:3 5863:1 5865:2 5870:1 5871:1 5875:3 5877:3 5891:1 5902:1 5904:1 5914:1 5915:1 5933:1 5951:1 5960:2 5985:1 5999:1 6003:1 6006:1 6014:1 6023:1 6027:1 6052:1 6066:1 6070:1 6093:1 6100:1 6127:1 6136:1 6152:1 6173:1 6212:1 6215:1 6227:1 6228:1 6230:1 6233:1 6259:2 6264:1 6276:1 6289:1 6292:4 6295:4 6298:1 6306:1 6307:1 6311:2 6319:5 6320:2 6322:1 6378:1 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6447:1 6480:1 6501:1 6504:1 6512:1 6516:1 6530:1 6538:1 6557:1 6566:1 6579:1 6599:3 6601:1 6621:1 6623:1 6637:1 6645:1 6663:1 6688:2 6700:2 6722:1 6728:2 6733:1 6741:1 6747:3 6773:1 6777:1 6787:1 6824:3 6845:3 6851:1 6865:1 6919:1 6927:1 6979:1 7037:5 7038:2 7060:1 7061:3 7089:1 7099:21 7107:1 7119:6 7120:5 7141:1 7142:1 7155:1 7174:1 7187:1 7194:1 7208:3 7269:2 7292:2 7302:1 7311:2 7322:4 7332:1 7346:1 7350:1 7353:1 7358:1 7384:1 7387:1 7417:1 7421:2 7444:1 7461:1 7475:1 7479:1 7483:1 7494:3 7563:1 7564:6 7582:1 7642:2 7649:1 7654:1 7680:1 7695:1 7710:1 7719:2 7720:1 7725:1 7750:1 7754:1 7780:1 7785:1 7788:1 7801:1 7863:1 7864:1 7869:1 7870:1 7871:1 7872:3 7874:1 7876:2 7884:2 7907:1 7914:1 7921:1 7923:1 7968:3 8014:1 8026:2 8028:2 8035:1 8068:1 8069:1 8070:1 8083:1 8101:1 8123:1 8130:1 8141:1 8142:1 8148:1 8158:1 8170:1 8173:1 8223:1 8224:2 8225:2 8242:1 8246:1 8254:1 8266:1 8274:1 8284:3 8285:2 8300:1 8344:1 8345:1 8389:2 8409:1 8412:1 8415:1 8421:1 8436:1 8439:3 8464:1 8465:2 8469:2 8506:1 8509:1 8521:1 8523:1 8564:1 8591:1 8610:1 8618:1 8631:1 8634:2 8646:1 8649:2 8662:1 8669:1 8679:1 8687:1 8696:1 8700:1 8703:1 8713:1 8715:1 8718:1 8732:1 8750:1 8762:1 8763:2 8768:1 8775:1 8858:1 8890:2 8925:1 8944:2 8957:1 8966:1 9016:1 9028:1 9078:1 9089:1 9109:2 9121:1 9138:1 9149:1 9151:1 9164:1 9176:1 9189:2 9191:1 9200:1 9211:1 9257:1 9289:1 9291:1 9312:1 9317:1 9326:1 9408:1 9414:1 9425:1 9427:1 9437:1 9446:1 9489:1 9499:1 9501:1 9504:1 9510:1 9515:1 9520:1 9524:3 9530:1 9556:3 9570:1 9593:1 9597:5 9601:2 9603:1 9630:4 9639:1 9648:1 9663:1 9671:2 9687:1 9712:1 9734:1 9765:2 9790:1 9794:2 9799:1 9801:1 9839:1 9844:1 9846:1 9853:2 9866:2 9879:2 9906:1 9950:1 9966:1 9968:1 9974:3 9976:2 9983:2 9986:2 9987:3 9990:2 9992:2 9996:1 10004:1 10027:1 10029:1 10051:2 10076:1 10080:1 10081:1 10091:1 10101:2 10103:1 10147:1 10229:1 10241:1 10257:1 10270:1 10307:1 10308:1 10318:1 10323:2 10324:1 10325:1 10334:1 10352:2 10382:2 10387:1 10406:1 10412:2 10443:1 10444:1 10453:2 10459:1 10473:2 10483:1 10485:1 10488:1 10504:1 10506:1 10514:1 10526:1 10542:1 10563:1 10588:1 10592:2 10623:2 10633:2 10636:1 10640:1 10647:1 10654:4 10655:1 10664:2 10708:1 10731:1 10735:1 10750:1 10765:1 10782:1 10791:1 10831:1 10838:1 10856:1 10904:1 10913:1 10928:1 10933:1 10971:1 10977:1 10984:1 11022:1 11023:2 11041:1 11052:1 11053:1 11054:1 11057:1 11058:1 11074:2 11079:1 11089:1 11090:1 11108:1 11138:1 11161:1 11163:2 11166:2 11200:1 11204:1 11222:1 11239:1 11281:1 11290:1 11310:1 11334:2 11336:1 11342:1 11358:2 11367:1 11371:1 11400:1 11415:1 11435:1 11506:1 11508:1 11525:2 11540:1 11541:1 11555:1 11587:1 11602:1 11608:1 11669:1 11670:1 11674:1 11680:1 11681:1 11683:1 11694:1 11790:1 11792:1 11793:1 11800:2 11801:1 11848:2 11869:1 11870:2 11871:1 11879:1 11880:1 11882:1 11886:1 11898:1 11899:2 11900:1 11904:5 11908:1 11926:2 11936:2 11992:1 12009:1 12023:2 12024:5 12029:2 12094:11 12124:1 12144:1 12146:1 12170:1 12207:1 12249:2 12250:1 12274:1 12299:1 12313:1 12322:2 12336:1 12342:1 12348:2 12355:2 12378:1 12381:1 12388:3 12492:1 12502:1 12506:1 12507:2 12511:1 12520:1 12528:1 12552:1 12557:1 12576:1 12580:1 12585:2 12596:1 12604:1 12621:1 12636:1 12648:1 12665:1 12677:1 12678:1 12689:1 12696:1 12699:1 12712:1 12733:2 12740:1 12744:1 12769:1 12789:1 12808:1 12811:1 12852:1 12859:1 12869:1 12887:1 12901:1 12906:1 12924:3 12936:1 12944:1 12959:1 12989:1 12990:1 12993:1 12999:1 13009:1 13063:1 13080:1 13081:1 13088:1 13104:1 13125:1 13133:2 13179:1 13187:1 13204:1 13213:1 13216:1 13242:2 13291:1 13309:1 13318:1 13321:1 13325:1 13340:1 13366:1 13373:1 13421:1 13433:1 13475:1 13482:1 13496:1 13497:1 13508:1 13519:1 13544:1 13560:2 13564:1 13583:1 13584:2 13587:3 13624:2 13633:1 13703:1 13778:1 13785:1 13805:1 13820:1 13842:1 13849:1 13879:1 13881:1 13893:1 13894:2 13911:1 13971:1 13984:1 13985:1 13987:1 13998:1 14006:1 14009:1 14015:2 14021:3 14043:3 14047:1 14057:1 14059:1 14114:2 14125:1 14142:1 14148:1 14163:1 14166:1 14174:1 14178:1 14179:1 14184:1 14198:1 14204:1 14211:1 14217:1 14251:1 14267:1 14272:1 14315:1 14339:1 14356:1 14365:1 14383:1 14390:2 14392:1 14399:2 14423:1 14441:1 14442:1 14454:1 14458:9 14469:1 14480:1 14484:2 14499:1 14513:1 14540:1 14550:7 14572:2 14604:1 14619:1 14657:1 14658:1 14664:1 14682:1 14686:2 14694:1 14698:1 14708:2 14709:1 14714:1 14716:1 14717:1 14733:1 14791:1 14823:1 14832:1 14837:1 14870:1 14877:1 14896:1 14925:2 14926:1 14944:1 14961:1 15002:3 15014:1 15016:2 15020:1 15038:1 15046:2 15064:1 15066:1 15086:1 15095:2 15096:1 15106:1 15110:2 15111:1 15144:1 15153:1 15165:2 15239:1 15268:1 15276:1 15291:2 15297:1 15319:1 15358:2 15370:1 15398:1 15406:1 15413:1 15453:1 15501:2 15524:1 15543:1 15591:1 15599:3 15602:1 15613:2 15646:1 15718:1 15794:1 15797:1 15803:1 15805:1 15810:1 15826:1 15828:1 15867:2 15902:2 15903:3 15931:1 15937:1 15952:1 15967:3 15978:1 15989:2 15990:1 16043:1 16056:1 16068:2 16085:1 16099:3 16129:1 16144:3 16213:2 16217:2 16225:2 16239:1 16247:1 16260:3 16264:1 16265:1 16295:1 16296:1 16312:1 16320:1 16404:1 16405:1 16417:1 16425:2 16427:1 16466:1 16483:1 16567:1 16568:2 16580:5 16593:1 16601:1 16649:1 16668:1 16691:1 16720:1 16724:1 16725:2 16738:1 16783:1 16786:2 16825:1 16859:1 16865:1434 16873:1 16880:1 16923:1 16926:1 16961:2 17003:1 17020:1 17043:1 17044:1 17046:1 17047:1 17060:1 17089:1 17096:1 17139:2 17248:1 17266:1 17274:1 17283:1 17292:1 17294:1 17318:1 17323:1 17331:1 17338:1 17348:1 17357:1 17366:1 17395:1 17475:1 17486:1 17499:1 17507:1 17516:1 17535:1 17556:1 17560:2 17580:1 17620:5 17669:3 17672:1 17697:1 17700:1 17705:1 17709:1 17710:1 17714:1 17722:1 17736:1 17739:3 17740:1 17743:1 17744:1 17755:1 17769:1 17782:1 17789:1 17790:1 17795:1 17812:1 17834:1 17914:2 17916:2 17963:1 17968:1 17970:1 17973:1 17984:1 17992:1 18004:1 18018:1 18025:1 18047:1 18059:1 18061:1 18079:1 18080:1 18111:1 18112:1 18113:2 18128:1 18155:1 18159:1 18162:1 18166:1 18191:1 18197:1 18209:1 18222:2 18224:1 18226:2 18227:1 18232:1 18240:1 18245:1 18253:1 18261:1 18265:1 18288:1 18292:4 18300:1 18303:1 18320:1 18358:1 18360:1 18361:1 18384:3 18399:1 18404:1 18409:1 18450:1 18478:1 18486:1 18514:1 18515:1 18542:3 18548:1 18558:1 18560:1 18562:1 18564:1 18588:1 18602:1 18657:1 18685:1 18701:1 18711:1 18722:1 18734:1 18756:1 18769:1 18784:1 18817:1 18822:2 18824:1 18840:1 18842:1 18860:1 18877:6 18880:1 18886:1 18891:2 18898:1 18900:1 18911:1 18913:1 18929:1 18931:1 18993:1 19006:1 19024:1 19031:1 19036:2 19037:1 19052:1 19057:1 19059:1 19076:1 19089:2 19090:1 19100:1 19108:1 19111:1 19118:3 19135:1 19160:1 19185:1 19191:2 19195:1 19198:1 19208:2 19210:1 19217:1 19221:1 19235:1 19245:1 19251:1 19257:1 19262:1 19287:1 19306:2 19317:2 19331:1 19334:3 19359:1 19362:2 19363:1 19377:1 19381:2 19388:1 19433:1 19446:1 19466:1 19468:1 19476:1 19494:1 19526:1 19549:1 19561:1 19564:1 19612:2 19613:1 19621:1 19669:1 19672:2 19675:1 19676:1 19678:1 19688:2 19704:1 19710:2 19730:2 19749:1 19773:2 19806:1 19807:2 19810:1 19832:1 19834:1 19837:1 19840:2 19842:3 19848:1 19854:1 19869:1 19873:1 19905:1 19949:1 19951:1 19952:1 19954:1 20001:1 20002:2 20017:3 20020:2 20067:2 20078:1 20097:1 20172:2 20183:1 20203:1 20218:2 20238:6 20244:1 20250:1 20258:1 20285:1 20302:1 20307:1 20308:1 20337:1 20360:1 20377:2 20398:1 20405:1 20477:1 20489:1 20495:1 20507:1 20568:1 20593:1 20625:1 20650:1 20651:1 20657:1 20662:2 20670:1 20679:1 20680:1 20687:1 20705:1 20719:1 20721:1 20750:1 20785:1 20793:2 20797:2 20806:1 20819:2 20838:1 20846:1 20847:1 20870:1 20899:1 20901:1 20926:3 20933:1 20938:1 20952:2 20973:1 20992:2 20997:1 21016:1 21023:1 21025:1 21039:1 21069:1 21074:1 21099:3 21100:1 21121:1 21123:1 21129:2 21145:1 21159:1 21176:1 21180:1 21182:1 21225:1 21228:1 21231:1 21245:1 21260:1 21262:1 21266:1 21277:1 21279:1 21284:1 21306:2 21311:1 21323:1 21344:1 21355:3 21369:1 21381:1 21385:1 21400:1 21418:3 21438:1 21454:1 21458:1 21495:1 21522:1 21541:1 21556:1 21564:1 21569:1 21593:1 21617:1 21639:2 21645:1 21653:1 21655:1 21704:1 21705:1 21720:1 21745:1 21746:1 21788:1 21822:1 21841:1 21845:1 21887:1 21897:1 21909:3 21931:2 21932:1 21963:1 21969:1 21971:1 21987:1 22003:1 22015:1 22020:1 22028:1 22051:1 22060:1 22077:1 22114:2 22129:1 22130:1 22136:1 22161:1 22166:1 22179:2 22198:2 22204:1 22218:1 22222:1 22223:2 22234:1 22243:1 22284:2 22299:2 22301:1 22330:1 22334:1 22335:1 22338:1 22340:2 22343:1 22349:1 22361:1 22380:1 22423:1 22440:1 22450:1 22463:2 22471:1 22476:1 22477:1 22478:1 22493:1 22494:3 22503:1 22509:1 22525:1 22551:1 22564:1 22587:2 22605:1 22668:3 22672:2 22698:1 22725:1 22755:1 22793:1 22808:1 22822:1 22832:1 22840:2 22843:1 22850:1 22854:4 22861:1 22879:1 22881:1 22882:1 22883:1 22885:1 22887:1 22933:2 22946:2 22948:1 22956:1 22964:1 23003:3 23019:1 23020:1 23026:1 23028:1 23029:1 23034:1 23051:2 23056:1 23065:1 23099:1 23107:1 23118:1 23120:1 23135:1 23145:1 23148:1 23150:1 23165:1 23171:1 23200:1 23239:2 23240:1 23241:1 23268:1 23296:2 23313:1 23417:1 23427:1 23429:1 23445:1 23468:1 23470:2 23476:3 23568:1 23573:1 23595:1 23605:2 23626:1 23637:1 23679:1 23696:1 23705:1 23722:1 23723:1 23735:1 23805:1 23813:1 23821:1 23827:1 23897:1 23899:1 23916:1 23952:1 23975:1 23977:1 23983:1 24019:1 24033:1 24040:4 24041:1 24042:1 24101:1 24106:1 24126:1 24135:1 24145:1 24170:1 24188:1 24190:2 24192:2 24220:1 24224:1 24244:1 24279:1 24297:1 24303:2 24304:2 24315:1 24318:1 24331:1 24333:1 24335:1 24343:1 24352:1 24355:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:4 24391:1 24398:1 24425:1 24436:1 24446:1 24449:1 24451:1 24457:1 24522:1 24536:1 24562:2 24570:1 24571:1 24578:1 24583:2 24584:1 24585:1 24591:1 24593:1 24628:1 24640:1 24649:2 24650:3 24653:1 24655:1 24671:1 24698:1 24716:1 24737:1 24756:3 24798:1 24821:2 24848:1 24871:1 24875:1 24884:1 24885:1 24891:2 24895:1 24908:2 24913:1 24916:1 24917:2 24927:1 24930:1 24950:1 24959:2 24960:1 24987:1 24993:3 24999:1 25025:1 25027:2 25028:1 25030:1 25055:1 25056:1 25086:1 25093:1 25098:1 25109:1 25123:1 25138:1 25178:1 25199:1 25200:1 25209:1 25217:1 25226:1 25251:1 25302:1 25355:1 25374:1 25380:2 25405:1 25422:1 25427:1 25434:1 25437:1 25453:1 25499:1 25519:1 25528:1 25530:1 25565:1 25566:1 25578:13 25583:1 25597:1 25608:1 25617:2 25642:1 25653:1 25676:3 25686:1 25713:1 25723:3 25729:1 25757:6 25802:1 25829:2 25851:1 25862:1 25868:1 25873:1 25896:2 25921:2 25933:2 25935:1 25947:2 25972:1 25990:1 26005:1 26006:2 26012:1 26013:1 26024:2 26034:1 26039:1 26065:2 26072:2 26076:2 26077:4 26100:1 26118:1 26127:1 26128:1 26132:2 26144:3 26191:2 26196:1 26223:1 26285:1 26290:1 26295:1 26296:1 26351:1 26356:1 26381:1 26400:1 26421:1 26436:1 26442:1 26445:2 26468:1 26469:1 26473:1 26477:1 26502:1 26512:1 26549:1 26558:1 26562:1 26584:2 26591:1 26597:1 26635:1 26649:1 26652:1 26653:1 26660:2 26670:1 26689:1 26691:1 26705:2 26709:1 26724:1 26732:3 26733:3 26740:2 26749:1 26753:1 26756:2 26794:4 26798:1 26805:2 26813:1 26817:1 26845:1 8 1:1 9:1 20:1 35:1 39:1 42:2 80:2 86:1 110:1 117:1 122:1 144:1 161:1 179:1 187:1 192:4 205:1 224:1 229:3 262:1 287:1 319:3 320:1 321:1 342:1 353:2 392:2 413:1 426:1 466:1 484:1 497:1 545:1 558:1 565:1 579:4 605:3 635:1 636:1 643:3 661:1 667:1 747:1 758:1 812:4 819:1 831:1 839:4 848:1 860:1 899:1 904:3 908:2 939:1 940:1 942:3 998:1 1001:1 1017:1 1033:1 1048:1 1067:1 1087:1 1113:1 1118:1 1123:1 1127:1 1132:1 1134:1 1137:1 1138:1 1143:1 1157:1 1159:1 1167:1 1174:1 1176:1 1179:1 1180:1 1185:1 1186:1 1187:1 1189:1 1201:1 1206:1 1214:1 1222:1 1236:1 1255:1 1271:1 1278:1 1286:1 1297:1 1305:1 1319:1 1322:3 1325:5 1331:1 1343:2 1361:3 1368:3 1385:1 1403:1 1412:1 1413:3 1433:1 1445:3 1458:2 1463:2 1499:1 1516:2 1527:1 1529:1 1537:1 1555:1 1561:1 1572:1 1576:1 1591:1 1594:1 1612:2 1617:1 1618:2 1628:1 1629:1 1640:1 1644:1 1667:1 1670:1 1681:1 1685:1 1686:1 1690:1 1719:1 1725:1 1726:2 1739:4 1745:1 1751:1 1755:2 1766:1 1768:2 1774:1 1785:1 1787:1 1798:2 1804:1 1811:1 1813:1 1815:1 1828:1 1843:1 1847:1 1889:1 1891:1 1915:1 1918:1 1922:2 1954:1 1966:1 1976:1 1981:1 2026:4 2127:1 2143:1 2157:1 2158:1 2160:2 2161:1 2163:1 2170:3 2172:1 2177:1 2181:2 2184:7 2186:2 2190:1 2192:1 2195:2 2197:1 2199:1 2228:1 2237:1 2248:2 2250:1 2260:1 2271:1 2274:1 2284:1 2363:1 2403:1 2410:1 2473:1 2509:1 2523:1 2528:1 2529:1 2533:1 2548:1 2560:1 2561:1 2562:1 2566:3 2602:2 2604:1 2606:1 2621:1 2635:2 2646:1 2659:1 2660:1 2666:2 2683:1 2684:1 2708:1 2713:1 2719:2 2726:6 2749:2 2750:2 2765:1 2776:3 2781:1 2794:1 2813:1 2827:1 2833:1 2835:1 2836:1 2847:1 2944:1 2952:1 2959:1 3009:2 3019:1 3045:1 3082:1 3087:3 3090:3 3093:4 3094:1 3106:1 3116:4 3120:1 3129:1 3148:1 3166:1 3176:1 3182:1 3253:2 3262:1 3263:1 3276:1 3300:1 3342:1 3354:1 3365:1 3373:1 3414:1 3426:1 3430:1 3445:1 3454:2 3466:1 3474:1 3475:1 3507:1 3518:1 3532:1 3551:1 3559:2 3563:2 3569:1 3585:1 3587:1 3588:1 3592:1 3614:1 3617:1 3623:1 3626:1 3640:2 3650:1 3660:2 3663:2 3668:1 3674:1 3694:2 3701:1 3702:1 3743:1 3748:1 3749:1 3755:1 3757:1 3763:1 3767:1 3785:2 3786:4 3841:2 3847:1 3853:1 3856:1 3862:1 3894:1 3906:1 3919:1 3924:1 3936:2 3946:2 3959:2 3960:1 3962:4 3975:1 3990:1 4022:1 4027:1 4037:1 4040:4 4041:1 4059:2 4071:1 4075:1 4078:1 4131:1 4135:2 4140:1 4152:1 4153:1 4159:1 4176:2 4182:1 4208:1 4243:1 4277:1 4292:1 4319:2 4328:1 4354:2 4367:1 4370:1 4389:3 4391:1 4393:1 4418:1 4428:1 4505:2 4528:1 4533:13 4552:1 4559:1 4589:1 4632:3 4646:5 4648:5 4651:1 4655:1 4657:1 4660:2 4662:2 4669:1 4672:1 4673:6 4720:2 4745:1 4788:1 4791:1 4814:1 4835:1 4841:1 4843:1 4851:1 4889:1 4893:1 4919:1 4933:1 4942:1 4953:2 4970:1 4973:2 4981:1 5010:1 5061:2 5092:1 5100:1 5120:1 5125:1 5135:1 5141:1 5147:1 5157:2 5162:2 5168:1 5170:1 5238:1 5260:1 5266:1 5268:1 5269:1 5282:1 5283:1 5290:1 5397:1 5402:2 5411:1 5467:3 5524:3 5526:2 5548:4 5568:2 5574:1 5583:1 5595:1 5614:1 5618:1 5637:1 5639:1 5675:1 5683:1 5710:1 5728:1 5731:3 5762:5 5766:1 5770:1 5779:1 5813:3 5840:1 5850:3 5852:1 5857:1 5859:1 5860:3 5863:1 5865:2 5870:1 5871:1 5875:3 5877:4 5880:1 5891:1 5902:1 5904:1 5914:1 5915:1 5933:1 5951:1 5960:2 5985:1 5999:1 6003:1 6006:2 6014:1 6023:1 6027:1 6052:1 6066:1 6070:1 6093:1 6100:1 6127:1 6136:1 6152:1 6173:1 6212:1 6215:1 6227:1 6228:1 6230:1 6233:1 6235:1 6259:2 6264:1 6267:1 6276:1 6289:1 6292:4 6295:4 6298:1 6306:1 6307:1 6311:2 6319:5 6320:2 6322:1 6378:1 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6447:1 6480:1 6494:1 6501:1 6504:1 6512:1 6516:1 6517:1 6530:1 6538:1 6557:1 6566:1 6579:1 6599:3 6601:1 6621:1 6623:1 6637:1 6645:1 6663:1 6688:2 6700:2 6722:1 6728:2 6733:1 6741:1 6747:3 6773:1 6777:1 6787:1 6824:3 6845:4 6851:1 6865:1 6888:1 6919:1 6927:1 6979:1 7025:1 7037:6 7038:2 7060:1 7061:3 7089:1 7099:24 7107:1 7119:6 7120:5 7141:1 7142:1 7155:1 7174:1 7187:1 7194:1 7208:3 7269:2 7292:2 7302:1 7311:2 7322:4 7332:1 7346:1 7350:1 7353:1 7358:1 7384:1 7387:1 7417:2 7421:2 7444:1 7461:1 7475:1 7479:1 7483:1 7494:3 7563:1 7564:8 7582:1 7642:2 7649:1 7654:1 7680:1 7695:1 7710:2 7719:2 7720:1 7725:2 7750:1 7754:1 7767:1 7780:1 7785:1 7788:1 7801:1 7863:1 7864:1 7869:1 7870:1 7871:1 7872:3 7874:1 7876:2 7884:2 7907:1 7914:1 7921:1 7923:1 7968:3 8014:1 8026:2 8028:2 8035:1 8068:1 8069:1 8070:1 8083:1 8101:1 8123:1 8130:1 8141:1 8142:1 8148:1 8158:1 8170:1 8173:1 8223:1 8224:2 8225:2 8242:1 8246:1 8254:1 8266:1 8274:1 8284:3 8285:2 8300:1 8344:1 8345:1 8389:2 8409:1 8412:1 8415:1 8421:1 8436:1 8439:3 8464:1 8465:2 8469:2 8506:1 8509:1 8521:1 8523:1 8564:1 8591:1 8610:1 8618:1 8631:1 8634:2 8646:1 8649:2 8662:1 8669:1 8679:1 8687:1 8696:1 8700:1 8703:1 8713:1 8715:1 8718:1 8725:1 8732:1 8750:1 8762:1 8763:2 8768:1 8775:1 8781:1 8858:1 8890:2 8925:1 8944:2 8957:1 8966:1 9016:1 9028:1 9078:1 9089:1 9109:2 9121:1 9138:1 9149:1 9151:1 9164:1 9176:3 9189:2 9191:1 9200:1 9211:1 9257:1 9289:1 9291:1 9312:1 9317:1 9326:1 9408:1 9414:1 9425:1 9427:1 9437:1 9446:1 9489:1 9499:1 9501:1 9504:1 9510:1 9515:1 9520:1 9524:3 9530:1 9556:3 9570:1 9593:1 9597:5 9601:3 9603:1 9630:4 9639:1 9648:1 9663:1 9671:2 9687:1 9712:1 9734:1 9765:2 9773:1 9790:1 9794:2 9799:1 9801:1 9839:1 9844:1 9846:1 9853:2 9866:2 9879:2 9906:1 9947:1 9950:1 9966:1 9968:1 9974:3 9976:3 9983:2 9986:2 9987:3 9990:2 9992:2 9996:1 10004:1 10027:1 10029:1 10051:2 10076:1 10080:1 10081:1 10091:1 10101:2 10103:1 10147:1 10181:1 10229:1 10241:1 10257:1 10270:1 10307:2 10308:1 10318:1 10323:2 10324:1 10325:1 10334:1 10352:2 10382:2 10387:1 10406:1 10412:2 10443:1 10444:1 10453:2 10459:1 10473:2 10483:1 10485:1 10488:1 10504:1 10506:1 10514:1 10526:1 10542:1 10563:1 10588:1 10592:2 10623:2 10633:2 10636:1 10640:1 10647:1 10654:4 10655:1 10664:2 10708:1 10719:1 10731:1 10735:1 10750:1 10765:1 10782:1 10791:1 10831:1 10838:1 10852:1 10856:1 10904:1 10913:1 10928:1 10933:1 10971:1 10977:1 10984:1 11022:2 11023:2 11041:1 11052:1 11053:1 11054:1 11057:1 11058:1 11066:1 11074:2 11079:1 11089:1 11090:1 11108:1 11138:1 11161:1 11163:3 11166:2 11200:1 11204:1 11222:1 11239:1 11276:1 11281:1 11290:1 11310:1 11334:2 11336:1 11342:1 11358:2 11367:1 11371:1 11400:1 11415:1 11435:1 11506:1 11508:1 11525:2 11540:2 11541:1 11555:1 11587:1 11602:1 11608:1 11669:1 11670:1 11674:1 11680:1 11681:1 11683:1 11694:1 11790:1 11792:1 11793:1 11800:2 11801:1 11848:2 11869:1 11870:2 11871:1 11879:1 11880:1 11882:1 11886:1 11898:1 11899:2 11900:1 11904:6 11908:1 11926:2 11936:2 11992:1 12009:1 12023:2 12024:5 12029:2 12094:11 12124:1 12144:1 12146:1 12170:1 12207:1 12249:2 12250:1 12274:1 12299:1 12313:1 12322:3 12336:1 12342:1 12348:2 12355:3 12378:1 12381:1 12388:3 12465:1 12492:1 12502:1 12506:1 12507:2 12511:1 12520:1 12528:1 12552:1 12557:1 12576:1 12580:1 12585:2 12596:1 12604:1 12619:1 12621:1 12636:1 12648:1 12665:1 12677:1 12678:1 12689:1 12696:1 12699:2 12712:1 12733:2 12740:2 12744:2 12747:1 12769:1 12789:1 12808:1 12811:1 12852:1 12859:1 12869:1 12887:1 12901:1 12906:2 12924:3 12936:1 12944:1 12959:1 12989:1 12990:1 12993:1 12999:1 13009:1 13063:1 13080:1 13081:1 13088:1 13104:1 13125:1 13133:2 13179:1 13187:1 13204:1 13213:1 13216:1 13242:2 13278:1 13291:1 13309:1 13318:1 13321:1 13325:1 13340:1 13366:1 13373:1 13421:1 13433:1 13475:1 13482:1 13496:1 13497:1 13508:1 13519:1 13544:1 13560:2 13564:1 13583:1 13584:2 13587:3 13624:3 13633:1 13703:1 13778:1 13785:1 13805:1 13814:1 13820:1 13842:1 13849:1 13872:1 13879:1 13881:1 13893:1 13894:2 13911:1 13922:1 13971:1 13984:1 13985:1 13987:1 13998:1 14006:1 14009:1 14015:2 14021:3 14043:3 14047:1 14057:1 14059:1 14114:2 14125:1 14142:1 14148:1 14159:1 14163:1 14166:1 14174:1 14178:1 14179:1 14184:2 14198:1 14204:1 14211:1 14217:1 14251:1 14267:1 14272:1 14315:1 14339:1 14356:1 14365:1 14383:1 14390:2 14392:1 14399:2 14423:1 14429:1 14441:1 14442:1 14454:1 14458:9 14469:1 14480:1 14484:2 14499:1 14513:1 14540:1 14550:7 14572:2 14604:1 14619:1 14657:1 14658:1 14664:1 14682:1 14686:2 14694:1 14698:1 14708:2 14709:2 14714:1 14716:1 14717:2 14733:1 14791:1 14800:1 14823:1 14832:1 14837:1 14870:1 14877:1 14896:1 14925:2 14926:1 14944:1 14961:1 15002:3 15014:1 15016:2 15020:1 15038:1 15046:2 15064:1 15066:1 15086:1 15095:2 15096:1 15106:1 15110:2 15111:1 15144:1 15153:1 15165:2 15239:1 15268:1 15276:1 15291:2 15297:1 15319:1 15358:2 15370:1 15398:1 15406:1 15413:1 15442:1 15453:1 15501:2 15524:1 15543:1 15575:1 15591:1 15599:3 15602:1 15613:2 15646:1 15718:1 15794:1 15797:1 15803:1 15805:1 15810:1 15826:1 15828:1 15867:2 15902:2 15903:3 15931:1 15937:1 15952:1 15967:3 15978:1 15989:2 15990:1 16026:1 16043:1 16056:1 16068:2 16085:1 16099:3 16129:1 16144:3 16213:2 16217:2 16225:2 16239:1 16247:1 16260:3 16264:1 16265:1 16295:1 16296:1 16312:1 16320:1 16361:1 16404:1 16405:1 16417:1 16425:2 16427:1 16466:1 16483:1 16564:1 16567:1 16568:2 16580:5 16593:1 16601:1 16649:1 16668:1 16691:1 16720:1 16724:1 16725:2 16738:1 16783:1 16786:2 16799:1 16825:1 16859:1 16865:1508 16873:1 16880:1 16923:1 16926:1 16961:2 17003:1 17004:1 17020:1 17043:1 17044:1 17046:1 17047:1 17060:1 17089:1 17096:1 17139:2 17248:1 17266:1 17274:1 17283:1 17292:1 17294:1 17318:1 17323:1 17331:1 17338:1 17348:1 17357:1 17366:1 17395:1 17475:1 17486:1 17499:1 17507:1 17516:1 17535:1 17556:1 17560:2 17580:1 17601:1 17620:5 17669:3 17672:1 17697:1 17700:1 17705:1 17709:1 17710:1 17714:1 17722:1 17736:1 17739:3 17740:1 17743:1 17744:1 17755:1 17769:1 17782:1 17789:1 17790:1 17795:1 17812:1 17834:1 17911:1 17914:2 17916:2 17963:1 17968:1 17970:1 17973:1 17984:1 17992:1 17998:2 18004:1 18018:1 18025:1 18047:1 18059:1 18061:1 18065:1 18079:1 18080:1 18111:1 18112:1 18113:2 18128:1 18155:1 18159:1 18162:1 18166:1 18191:1 18197:1 18209:1 18222:2 18224:1 18226:2 18227:1 18232:1 18240:1 18245:1 18253:1 18261:1 18265:1 18288:1 18292:4 18300:1 18303:1 18320:1 18358:1 18360:1 18361:1 18384:3 18399:1 18404:1 18409:1 18450:1 18478:1 18486:1 18514:1 18515:1 18542:3 18548:1 18558:1 18560:1 18562:1 18564:1 18588:1 18602:1 18657:1 18685:1 18701:1 18711:1 18712:1 18722:1 18734:1 18756:1 18769:1 18784:1 18817:1 18822:2 18824:1 18840:1 18842:1 18860:1 18877:6 18880:1 18886:1 18891:2 18898:1 18900:1 18911:2 18913:1 18929:1 18931:1 18993:1 19006:1 19024:1 19031:1 19036:2 19037:1 19052:1 19057:1 19059:1 19076:1 19089:2 19090:1 19100:1 19108:1 19111:1 19118:3 19135:1 19160:1 19185:1 19191:2 19195:1 19198:1 19208:2 19210:1 19215:1 19217:1 19221:1 19235:1 19245:1 19251:1 19257:1 19262:1 19287:1 19306:2 19317:2 19331:1 19334:3 19359:1 19362:2 19363:1 19377:1 19381:2 19388:1 19433:1 19446:1 19466:1 19468:1 19476:1 19494:1 19526:1 19549:1 19561:1 19564:1 19612:2 19613:1 19621:1 19630:1 19669:1 19672:2 19675:1 19676:1 19678:1 19688:4 19704:1 19710:2 19730:2 19749:1 19773:2 19806:2 19807:2 19810:1 19832:1 19834:1 19837:1 19840:2 19842:4 19848:1 19854:1 19869:1 19873:1 19905:1 19949:1 19951:1 19952:1 19954:1 20001:1 20002:2 20017:4 20020:2 20040:1 20043:1 20067:2 20078:1 20097:1 20147:1 20150:1 20172:2 20183:1 20203:1 20218:2 20238:6 20244:1 20250:1 20258:1 20285:1 20302:1 20307:1 20308:1 20337:1 20360:1 20377:2 20398:2 20405:1 20477:1 20489:1 20495:1 20507:1 20530:1 20568:1 20593:1 20625:1 20650:1 20651:1 20657:1 20662:2 20670:1 20679:1 20680:1 20687:1 20705:1 20719:1 20721:1 20750:1 20785:1 20793:2 20797:2 20806:1 20819:2 20838:1 20846:1 20847:1 20865:1 20870:1 20899:1 20901:1 20926:4 20933:1 20938:1 20952:2 20973:1 20992:2 20997:1 21016:1 21023:1 21025:1 21039:1 21069:1 21074:1 21099:3 21100:1 21121:1 21123:1 21129:2 21133:1 21145:1 21159:1 21176:1 21180:1 21182:1 21225:1 21228:1 21231:1 21245:1 21260:1 21262:1 21266:1 21277:1 21279:2 21284:1 21306:2 21311:1 21323:1 21344:1 21355:3 21369:1 21381:1 21385:1 21400:1 21418:3 21438:1 21454:1 21455:1 21458:1 21495:1 21514:1 21522:1 21541:1 21556:1 21564:1 21569:1 21593:1 21617:1 21624:1 21639:2 21645:1 21653:1 21655:1 21704:1 21705:1 21720:1 21745:1 21746:1 21788:2 21793:1 21822:1 21841:1 21845:1 21887:1 21897:1 21909:3 21931:2 21932:2 21963:1 21969:1 21971:1 21987:1 22003:1 22015:1 22020:1 22028:1 22051:1 22060:1 22077:1 22114:2 22129:1 22130:1 22136:1 22161:1 22166:1 22179:2 22198:2 22204:1 22218:1 22222:1 22223:2 22234:1 22243:1 22284:2 22299:2 22301:1 22330:1 22334:1 22335:1 22338:1 22340:2 22343:1 22349:1 22361:1 22380:2 22423:1 22440:1 22450:1 22463:2 22471:1 22476:1 22477:1 22478:1 22493:1 22494:3 22503:1 22509:1 22525:1 22551:1 22564:1 22587:2 22605:1 22668:3 22672:2 22698:1 22725:1 22755:1 22793:1 22808:1 22822:2 22832:1 22840:2 22843:1 22850:1 22854:4 22861:1 22879:1 22881:1 22882:1 22883:1 22885:1 22887:1 22933:2 22946:2 22948:1 22956:1 22964:1 23003:3 23019:1 23020:1 23026:1 23028:1 23029:1 23034:1 23051:2 23056:1 23065:1 23099:1 23107:1 23118:1 23120:1 23135:1 23145:1 23148:1 23150:1 23165:1 23171:1 23200:1 23239:2 23240:1 23241:1 23268:1 23294:1 23296:2 23313:1 23417:1 23427:1 23429:1 23445:1 23468:1 23470:2 23476:3 23568:1 23573:1 23595:1 23605:2 23626:1 23637:1 23679:1 23696:1 23705:1 23722:1 23723:1 23735:1 23805:1 23813:1 23821:1 23827:1 23897:1 23899:1 23916:1 23952:1 23975:1 23977:1 23983:1 24019:1 24033:1 24040:4 24041:1 24042:1 24051:1 24101:1 24106:1 24126:1 24135:1 24145:1 24170:1 24188:1 24190:2 24192:2 24214:1 24220:1 24224:1 24244:1 24279:1 24297:1 24303:2 24304:2 24315:1 24318:1 24331:1 24333:1 24335:1 24343:1 24352:1 24355:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:4 24391:1 24398:1 24425:1 24436:1 24446:1 24449:1 24451:1 24457:1 24522:1 24536:1 24562:2 24570:1 24571:1 24578:1 24583:2 24584:1 24585:1 24591:1 24593:1 24628:1 24640:1 24649:2 24650:3 24653:1 24655:1 24671:1 24698:1 24716:1 24737:1 24742:1 24756:3 24798:2 24821:2 24848:1 24871:1 24874:1 24875:1 24884:1 24885:1 24891:2 24895:1 24908:2 24910:1 24913:1 24916:1 24917:2 24927:1 24930:1 24950:1 24959:2 24960:1 24987:1 24993:3 24999:1 25025:1 25027:2 25028:1 25030:1 25055:1 25056:1 25086:2 25093:1 25098:1 25109:1 25123:1 25138:1 25178:1 25199:1 25200:1 25209:1 25217:1 25226:1 25251:1 25302:1 25345:1 25355:1 25374:1 25380:2 25405:1 25408:1 25422:1 25426:1 25427:1 25434:1 25437:1 25453:1 25491:1 25499:1 25519:1 25528:1 25530:1 25565:1 25566:1 25578:13 25583:1 25597:1 25608:1 25617:2 25642:1 25653:1 25676:3 25686:1 25713:1 25723:3 25729:1 25757:7 25802:1 25829:2 25851:1 25862:1 25868:1 25873:1 25896:2 25921:2 25933:2 25935:1 25947:2 25972:1 25990:1 26005:1 26006:2 26012:1 26013:1 26024:2 26034:1 26039:1 26065:2 26068:1 26072:2 26076:2 26077:4 26100:1 26118:1 26127:1 26128:1 26132:2 26144:3 26191:2 26196:1 26223:1 26285:1 26290:1 26295:1 26296:1 26351:1 26356:1 26381:1 26400:1 26421:1 26436:1 26442:1 26445:2 26448:1 26468:1 26469:1 26473:1 26477:1 26502:1 26512:1 26549:1 26558:1 26562:1 26584:2 26591:1 26597:1 26599:1 26635:1 26649:1 26652:1 26653:1 26660:2 26670:1 26686:1 26689:1 26691:1 26705:3 26709:1 26724:1 26732:3 26733:3 26740:2 26749:1 26753:1 26756:2 26794:4 26798:1 26805:2 26813:1 26817:1 26845:1 8 1:1 9:1 20:1 35:1 39:1 42:2 80:2 86:1 110:1 117:1 122:1 144:1 161:1 179:1 187:1 192:4 205:1 224:1 229:3 262:1 287:1 319:3 320:1 321:1 342:1 353:2 392:2 413:1 426:1 452:1 466:1 484:1 497:1 545:1 558:1 565:1 579:4 605:3 635:1 636:1 643:4 661:1 667:1 747:1 758:1 766:1 812:4 817:1 819:1 831:1 839:4 848:1 860:1 874:1 899:1 904:3 908:2 939:1 940:1 942:3 998:1 1001:1 1013:1 1017:1 1033:1 1048:1 1067:1 1087:1 1113:1 1118:1 1123:1 1126:1 1127:1 1132:1 1134:1 1137:1 1138:1 1143:1 1157:1 1159:1 1167:1 1174:1 1176:1 1179:1 1180:1 1185:1 1186:1 1187:1 1189:1 1201:1 1206:1 1214:1 1222:1 1236:1 1255:1 1271:1 1278:1 1286:1 1297:1 1305:1 1319:1 1322:3 1325:5 1331:1 1343:2 1361:3 1368:3 1385:1 1403:1 1412:1 1413:3 1433:1 1445:3 1458:2 1463:2 1499:1 1516:2 1527:1 1529:1 1537:1 1555:1 1561:1 1572:1 1576:1 1591:1 1594:1 1612:2 1617:1 1618:2 1628:1 1629:1 1640:1 1644:1 1667:1 1670:1 1681:1 1685:1 1686:1 1690:1 1719:1 1725:1 1726:2 1739:4 1745:1 1751:1 1755:2 1766:1 1768:2 1774:1 1785:1 1787:1 1798:2 1804:1 1811:1 1813:1 1815:1 1828:1 1843:1 1847:1 1889:1 1891:1 1915:1 1918:1 1922:2 1954:1 1966:1 1976:1 1981:1 2026:4 2064:1 2127:1 2143:1 2157:1 2158:1 2160:2 2161:1 2163:1 2170:3 2172:1 2177:1 2181:2 2184:7 2186:2 2190:2 2192:1 2195:2 2197:1 2199:1 2228:1 2237:1 2248:3 2250:1 2260:1 2271:1 2274:1 2284:1 2363:1 2403:1 2410:1 2473:1 2509:1 2523:1 2528:1 2529:1 2533:1 2548:1 2560:1 2561:1 2562:1 2566:3 2581:1 2602:2 2604:1 2606:1 2621:1 2635:2 2646:1 2659:1 2660:1 2666:2 2683:1 2684:1 2708:1 2713:1 2719:2 2726:6 2749:2 2750:2 2765:1 2776:3 2781:1 2794:1 2813:1 2827:1 2833:1 2835:1 2836:1 2847:1 2944:1 2952:1 2959:1 2966:1 3009:2 3019:1 3045:1 3082:1 3087:3 3090:3 3093:4 3094:1 3106:1 3116:4 3120:1 3129:1 3148:1 3166:1 3176:1 3182:1 3253:2 3262:1 3263:1 3276:1 3300:1 3342:1 3354:1 3365:1 3373:1 3414:1 3426:1 3430:1 3445:1 3454:2 3466:1 3474:1 3475:1 3487:1 3507:1 3518:1 3532:1 3551:1 3559:2 3563:2 3569:1 3585:1 3587:1 3588:1 3592:1 3614:1 3617:1 3623:1 3626:1 3640:2 3650:1 3660:2 3663:2 3668:1 3674:1 3694:2 3701:1 3702:1 3734:1 3743:1 3748:1 3749:1 3755:1 3757:2 3763:1 3767:1 3785:2 3786:4 3841:2 3847:1 3853:1 3856:1 3862:1 3894:1 3906:1 3919:1 3924:1 3936:2 3946:2 3959:2 3960:1 3962:4 3975:1 3990:1 4011:1 4022:1 4027:1 4037:1 4040:4 4041:1 4059:2 4071:1 4075:1 4078:1 4131:1 4135:2 4140:1 4152:1 4153:1 4159:1 4176:2 4182:1 4208:1 4235:1 4243:1 4277:1 4292:2 4319:2 4328:1 4354:2 4367:1 4370:1 4389:3 4391:1 4393:1 4418:1 4428:1 4505:2 4528:1 4533:13 4552:1 4559:1 4589:1 4632:3 4646:5 4648:5 4651:1 4655:1 4657:1 4660:2 4662:2 4669:1 4672:1 4673:7 4696:1 4720:2 4745:1 4788:1 4791:1 4814:1 4835:1 4841:1 4843:1 4851:1 4889:1 4893:1 4919:1 4933:1 4942:1 4953:2 4970:1 4973:2 4981:1 5010:1 5061:2 5092:1 5100:1 5120:1 5125:1 5135:1 5141:1 5143:1 5147:1 5157:2 5160:1 5162:2 5168:1 5170:1 5238:1 5260:1 5266:1 5268:1 5269:1 5282:1 5283:1 5290:1 5397:1 5402:2 5411:1 5430:1 5467:3 5524:3 5526:2 5548:4 5568:2 5574:1 5583:1 5595:1 5614:1 5618:1 5637:1 5639:1 5675:1 5683:1 5710:1 5728:1 5731:3 5762:5 5766:1 5770:1 5779:1 5813:3 5840:1 5850:4 5852:1 5857:1 5859:1 5860:3 5863:1 5865:2 5870:1 5871:1 5875:3 5877:4 5880:1 5891:1 5902:1 5904:1 5914:1 5915:1 5933:1 5951:1 5960:2 5985:1 5999:1 6003:2 6006:2 6013:1 6014:1 6023:1 6027:1 6052:1 6066:1 6070:1 6074:1 6077:1 6093:1 6100:1 6127:1 6136:1 6152:1 6173:1 6174:1 6212:1 6215:1 6227:1 6228:1 6230:1 6233:1 6235:1 6259:2 6264:1 6267:1 6276:1 6289:1 6292:4 6295:4 6298:1 6306:1 6307:1 6311:2 6319:5 6320:2 6322:1 6378:1 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6447:1 6480:1 6494:1 6501:1 6504:1 6512:1 6516:1 6517:1 6530:1 6538:1 6557:1 6566:1 6579:1 6599:3 6601:1 6621:1 6623:1 6637:1 6645:1 6663:1 6688:2 6694:1 6700:2 6722:1 6728:2 6733:1 6741:1 6747:3 6773:1 6777:1 6787:1 6824:4 6845:5 6851:2 6865:1 6888:1 6919:1 6927:1 6979:1 7025:1 7037:7 7038:2 7060:1 7061:3 7089:1 7099:25 7107:1 7119:6 7120:5 7141:1 7142:1 7155:1 7174:1 7187:1 7194:1 7208:3 7269:2 7292:2 7302:1 7311:2 7322:4 7332:1 7346:1 7350:1 7353:1 7358:1 7384:1 7387:1 7417:2 7421:2 7444:1 7461:1 7475:1 7479:1 7483:1 7494:3 7563:1 7564:9 7582:1 7642:2 7649:1 7654:1 7659:1 7680:1 7695:1 7710:2 7719:2 7720:1 7725:2 7750:1 7754:1 7767:1 7780:1 7785:1 7788:1 7801:1 7863:1 7864:1 7869:1 7870:1 7871:1 7872:3 7874:1 7876:2 7884:2 7885:1 7907:1 7914:1 7921:1 7923:1 7968:4 8014:1 8026:3 8028:2 8035:1 8068:1 8069:1 8070:1 8083:1 8101:1 8123:1 8130:1 8141:1 8142:1 8148:1 8158:1 8170:1 8173:1 8223:1 8224:2 8225:2 8242:1 8246:1 8254:1 8266:1 8274:1 8284:3 8285:2 8300:1 8344:1 8345:1 8389:2 8409:1 8412:1 8415:1 8421:1 8436:1 8439:3 8464:1 8465:2 8469:2 8506:1 8509:1 8521:1 8523:1 8564:1 8591:1 8610:1 8618:1 8631:1 8634:2 8646:2 8649:2 8662:1 8669:1 8679:1 8687:1 8696:1 8700:1 8703:1 8713:1 8715:1 8718:1 8725:1 8731:1 8732:1 8750:1 8762:1 8763:2 8768:1 8775:1 8781:1 8858:1 8890:2 8925:1 8944:2 8950:1 8957:1 8966:1 9016:1 9028:1 9078:1 9089:1 9109:2 9121:1 9138:1 9149:1 9151:1 9164:1 9176:3 9189:2 9191:1 9200:1 9211:1 9245:1 9257:1 9289:1 9291:1 9312:1 9317:1 9326:1 9347:1 9408:1 9414:1 9425:1 9427:1 9437:1 9446:1 9489:1 9499:1 9501:1 9504:1 9510:1 9515:1 9520:1 9524:3 9530:1 9556:3 9570:1 9593:1 9597:5 9601:3 9603:1 9630:4 9639:1 9648:1 9663:1 9671:2 9687:1 9712:1 9734:1 9765:2 9773:1 9790:1 9794:2 9799:1 9801:1 9839:1 9844:1 9846:1 9853:2 9866:2 9879:2 9906:1 9947:1 9950:1 9966:1 9968:1 9974:3 9976:3 9983:2 9986:2 9987:3 9990:2 9992:2 9996:1 10004:1 10027:1 10029:1 10051:2 10076:1 10080:1 10081:1 10091:1 10101:2 10103:1 10147:1 10181:1 10229:1 10240:1 10241:1 10257:1 10270:2 10307:2 10308:1 10318:1 10323:2 10324:1 10325:1 10334:1 10352:2 10382:2 10387:1 10406:1 10412:2 10443:1 10444:1 10453:2 10459:1 10473:2 10483:1 10485:1 10488:1 10504:1 10506:1 10514:1 10526:1 10542:1 10563:1 10588:1 10592:2 10623:2 10633:2 10636:1 10640:1 10647:1 10654:4 10655:1 10664:2 10708:1 10719:1 10731:1 10735:1 10750:1 10765:1 10782:1 10791:1 10831:1 10838:1 10852:1 10856:2 10904:1 10913:1 10928:1 10933:2 10971:1 10977:1 10984:1 11022:2 11023:2 11041:1 11052:1 11053:1 11054:1 11057:1 11058:1 11066:1 11074:2 11079:1 11089:1 11090:1 11108:1 11138:1 11161:1 11163:3 11166:2 11200:1 11204:1 11222:1 11239:1 11276:1 11281:1 11290:1 11310:1 11334:2 11336:1 11342:1 11358:2 11367:1 11371:1 11400:1 11415:1 11435:1 11506:1 11508:1 11525:2 11540:2 11541:1 11555:1 11587:1 11602:1 11608:1 11669:1 11670:1 11674:1 11680:1 11681:1 11683:1 11694:1 11790:1 11792:1 11793:1 11800:2 11801:1 11848:2 11869:1 11870:2 11871:1 11879:1 11880:1 11882:1 11886:1 11898:1 11899:2 11900:1 11904:6 11908:1 11926:2 11936:2 11992:1 12009:1 12023:2 12024:5 12029:2 12094:11 12124:1 12144:1 12146:1 12170:1 12207:1 12249:2 12250:1 12274:1 12299:1 12313:1 12322:3 12336:1 12342:1 12348:2 12355:3 12378:1 12381:1 12388:3 12465:1 12492:1 12502:1 12506:1 12507:2 12511:1 12520:1 12528:1 12548:1 12552:1 12557:1 12576:1 12580:1 12585:2 12596:1 12604:1 12619:1 12621:1 12636:1 12648:1 12665:1 12677:1 12678:1 12689:1 12696:1 12699:2 12712:1 12733:2 12740:3 12744:2 12747:1 12769:1 12789:1 12808:1 12811:1 12852:1 12859:1 12869:1 12887:1 12901:1 12906:2 12924:4 12936:1 12944:1 12959:1 12989:1 12990:1 12993:1 12999:1 13009:1 13063:1 13080:1 13081:1 13088:1 13104:1 13125:1 13133:2 13179:1 13187:1 13204:1 13213:1 13216:1 13242:2 13278:1 13291:1 13308:1 13309:1 13318:1 13321:1 13325:1 13340:1 13366:1 13373:1 13421:1 13422:1 13433:1 13475:1 13482:1 13496:1 13497:1 13508:1 13519:1 13544:1 13560:2 13564:1 13583:1 13584:2 13587:3 13624:3 13633:1 13688:1 13703:1 13778:1 13785:1 13792:1 13805:1 13814:1 13820:1 13842:1 13849:1 13872:1 13879:2 13881:1 13893:1 13894:2 13911:1 13922:1 13962:1 13971:1 13984:1 13985:1 13987:1 13998:1 14006:1 14009:1 14015:2 14021:3 14043:3 14047:1 14057:1 14059:1 14114:2 14125:1 14142:1 14148:1 14159:1 14163:1 14166:1 14174:1 14178:1 14179:1 14184:2 14198:1 14204:1 14211:1 14217:1 14242:1 14251:1 14267:1 14272:1 14315:2 14339:1 14356:1 14365:1 14383:1 14390:2 14392:1 14399:2 14423:1 14429:1 14441:1 14442:1 14454:1 14458:9 14469:1 14480:1 14484:2 14499:1 14513:1 14540:1 14550:8 14572:2 14601:1 14604:1 14619:1 14657:1 14658:1 14664:1 14682:1 14686:3 14694:1 14698:1 14708:2 14709:2 14714:1 14716:1 14717:2 14718:1 14733:1 14791:1 14800:1 14820:1 14823:1 14832:1 14837:1 14870:1 14877:1 14896:1 14925:2 14926:1 14944:1 14961:1 15002:3 15014:1 15016:2 15020:1 15038:1 15046:2 15064:1 15066:1 15086:1 15095:2 15096:1 15106:1 15110:2 15111:1 15144:1 15153:1 15165:2 15239:1 15268:1 15276:2 15291:2 15297:1 15319:1 15358:2 15370:1 15398:1 15406:1 15413:1 15442:1 15453:1 15501:2 15524:1 15543:1 15575:1 15591:1 15599:4 15602:1 15613:2 15646:1 15718:1 15794:1 15797:1 15803:1 15805:1 15810:1 15826:1 15828:1 15867:2 15902:2 15903:3 15931:1 15937:1 15952:1 15967:3 15978:2 15989:2 15990:1 16026:1 16043:1 16056:1 16068:2 16085:1 16099:3 16129:1 16144:4 16213:2 16217:2 16225:2 16239:1 16247:1 16260:4 16264:1 16265:1 16295:1 16296:1 16312:1 16320:1 16361:1 16404:1 16405:1 16417:1 16425:2 16427:1 16466:1 16483:1 16564:1 16567:1 16568:2 16580:5 16593:1 16601:1 16649:1 16668:1 16691:1 16720:1 16724:1 16725:2 16738:1 16783:1 16786:2 16799:1 16825:1 16859:1 16865:1576 16873:1 16880:1 16923:1 16926:1 16927:1 16961:2 17003:1 17004:1 17020:1 17043:1 17044:1 17046:1 17047:1 17060:1 17089:1 17096:1 17139:2 17248:1 17266:1 17274:1 17283:1 17292:1 17294:1 17318:1 17323:1 17331:1 17338:1 17348:1 17357:1 17366:2 17395:1 17475:1 17486:1 17499:1 17507:1 17515:1 17516:1 17535:1 17556:1 17560:2 17580:1 17601:1 17620:5 17669:3 17672:1 17697:1 17700:1 17705:1 17709:1 17710:1 17714:1 17722:1 17736:1 17739:3 17740:1 17743:1 17744:1 17755:1 17769:1 17782:1 17789:1 17790:1 17795:1 17812:1 17815:1 17834:1 17911:1 17914:2 17916:2 17963:1 17968:1 17970:1 17973:1 17984:1 17992:1 17998:2 18004:1 18018:1 18025:1 18047:1 18059:1 18061:1 18065:1 18079:1 18080:1 18091:1 18111:1 18112:1 18113:2 18128:1 18155:1 18159:1 18162:1 18166:1 18191:1 18197:1 18209:1 18222:2 18224:1 18226:2 18227:1 18232:1 18240:1 18245:1 18253:1 18261:1 18265:1 18288:1 18292:4 18300:1 18303:1 18320:1 18358:1 18360:1 18361:1 18384:3 18399:1 18404:1 18409:1 18450:1 18478:1 18486:1 18514:1 18515:1 18522:1 18542:3 18548:1 18558:1 18560:1 18562:1 18564:1 18588:1 18602:1 18657:1 18685:1 18701:1 18711:1 18712:1 18722:1 18734:1 18756:1 18769:1 18784:1 18817:1 18822:2 18824:1 18840:1 18842:1 18860:1 18877:6 18880:1 18886:1 18891:2 18898:1 18900:1 18911:2 18913:1 18929:1 18931:1 18993:1 18997:1 19006:1 19024:1 19031:1 19036:2 19037:1 19052:1 19057:1 19059:1 19076:1 19089:2 19090:1 19100:1 19108:1 19111:1 19118:3 19135:1 19160:1 19185:1 19191:2 19195:1 19198:1 19208:2 19210:1 19215:1 19217:1 19221:1 19235:1 19245:1 19251:1 19257:1 19262:1 19287:1 19306:2 19317:2 19331:1 19334:3 19359:1 19362:2 19363:1 19367:1 19377:1 19381:2 19388:1 19433:1 19446:1 19466:1 19468:1 19476:1 19494:1 19526:1 19549:1 19561:1 19564:1 19612:2 19613:1 19621:1 19630:1 19669:1 19672:2 19675:1 19676:1 19678:1 19688:4 19704:1 19710:2 19730:2 19735:1 19749:1 19773:2 19806:2 19807:2 19810:1 19832:1 19834:1 19837:1 19840:2 19842:4 19848:1 19854:1 19869:1 19873:1 19905:1 19949:1 19951:1 19952:1 19954:1 20001:1 20002:2 20013:1 20017:4 20020:2 20040:1 20043:1 20067:2 20078:1 20097:1 20147:1 20150:1 20172:2 20183:1 20203:1 20218:2 20238:7 20244:1 20250:1 20258:1 20285:1 20302:1 20307:1 20308:1 20337:1 20360:1 20377:2 20398:2 20405:1 20477:1 20489:1 20495:1 20507:1 20530:1 20568:1 20593:1 20625:1 20650:1 20651:1 20657:1 20662:2 20670:1 20679:1 20680:1 20687:1 20705:1 20719:1 20721:1 20750:1 20785:1 20793:2 20797:2 20806:1 20819:2 20838:1 20846:1 20847:1 20865:2 20870:1 20899:1 20901:1 20926:4 20933:1 20938:1 20952:2 20973:1 20992:2 20997:1 21016:1 21023:1 21025:1 21039:1 21043:1 21069:1 21074:1 21099:3 21100:1 21119:1 21121:1 21123:1 21129:2 21133:1 21145:1 21159:1 21176:1 21180:1 21182:1 21225:1 21228:1 21231:1 21245:1 21260:1 21262:1 21266:1 21277:1 21279:2 21284:1 21306:2 21311:1 21323:1 21344:1 21355:3 21369:1 21381:1 21385:1 21400:1 21418:3 21438:1 21454:1 21455:1 21458:1 21495:1 21514:1 21522:1 21541:1 21556:2 21564:1 21569:1 21593:1 21617:1 21624:1 21631:1 21639:2 21645:1 21653:1 21655:1 21704:1 21705:1 21720:1 21745:1 21746:1 21788:2 21793:1 21822:1 21841:1 21845:1 21887:1 21897:1 21909:3 21931:2 21932:2 21963:1 21969:1 21971:1 21987:1 22003:1 22015:1 22020:1 22028:1 22051:1 22060:1 22077:1 22114:2 22129:1 22130:1 22136:1 22161:1 22166:1 22179:2 22198:2 22204:1 22218:1 22222:1 22223:2 22234:1 22243:1 22284:2 22299:2 22301:1 22330:1 22334:1 22335:1 22338:1 22340:2 22343:1 22349:1 22361:1 22380:2 22423:1 22440:1 22450:1 22463:2 22471:1 22476:1 22477:1 22478:1 22493:1 22494:3 22503:1 22509:1 22525:1 22551:1 22564:1 22587:2 22605:1 22668:3 22672:2 22698:1 22725:1 22755:1 22793:1 22808:1 22822:2 22832:1 22840:2 22843:1 22850:1 22854:4 22861:1 22879:1 22881:1 22882:1 22883:1 22885:1 22887:1 22933:2 22946:2 22948:1 22956:1 22964:1 23003:3 23008:1 23019:1 23020:1 23026:1 23028:1 23029:1 23034:1 23051:2 23056:1 23057:1 23065:1 23099:1 23107:1 23118:1 23120:1 23135:1 23145:1 23148:1 23150:1 23165:1 23171:1 23200:1 23239:2 23240:1 23241:1 23268:1 23294:1 23296:2 23313:1 23417:1 23427:1 23429:1 23445:1 23468:1 23470:2 23476:3 23568:1 23573:1 23592:1 23595:1 23605:2 23626:1 23637:1 23679:1 23696:1 23705:1 23722:1 23723:1 23735:1 23805:1 23813:1 23821:1 23827:1 23897:1 23899:1 23916:1 23952:1 23975:1 23977:1 23983:1 24019:1 24033:1 24038:1 24040:4 24041:1 24042:1 24051:1 24101:1 24106:1 24126:1 24135:1 24145:1 24170:1 24171:1 24188:1 24190:2 24192:2 24214:1 24220:1 24224:1 24244:1 24279:1 24297:1 24303:2 24304:3 24315:1 24318:1 24331:1 24333:1 24335:1 24343:1 24352:1 24355:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:4 24391:1 24398:1 24425:1 24436:1 24446:1 24449:1 24451:1 24457:1 24522:1 24536:1 24562:2 24563:1 24570:1 24571:1 24578:2 24583:2 24584:1 24585:1 24591:1 24593:1 24628:1 24640:1 24649:2 24650:3 24653:1 24655:1 24671:1 24698:1 24705:1 24716:1 24737:1 24742:1 24756:3 24798:2 24821:2 24848:1 24871:1 24874:1 24875:1 24884:1 24885:1 24891:2 24895:1 24908:2 24910:1 24913:1 24916:1 24917:2 24924:1 24927:1 24930:1 24950:1 24959:2 24960:1 24987:1 24993:3 24999:1 25025:1 25027:2 25028:1 25030:1 25055:1 25056:1 25086:2 25093:1 25098:1 25109:1 25123:1 25138:1 25178:1 25199:1 25200:1 25209:1 25217:1 25226:1 25251:1 25269:1 25302:1 25345:1 25355:1 25374:1 25380:2 25405:1 25408:1 25422:1 25426:1 25427:1 25434:1 25437:1 25453:1 25491:2 25499:1 25519:1 25528:1 25530:1 25565:1 25566:1 25578:14 25583:1 25597:1 25608:1 25617:2 25642:1 25653:1 25676:3 25686:1 25713:1 25723:3 25729:1 25757:8 25802:1 25829:2 25851:1 25862:1 25868:1 25873:1 25896:2 25921:2 25933:2 25935:1 25947:2 25972:1 25990:1 26005:1 26006:2 26012:1 26013:2 26024:2 26034:1 26039:1 26065:2 26068:1 26072:2 26076:2 26077:4 26100:1 26118:1 26127:1 26128:1 26132:2 26144:3 26191:3 26196:1 26223:1 26285:1 26290:1 26295:1 26296:1 26351:1 26356:2 26381:1 26400:1 26421:1 26436:1 26442:1 26445:2 26448:1 26468:1 26469:1 26473:1 26477:1 26502:1 26512:1 26549:1 26558:1 26562:1 26577:1 26584:2 26591:1 26597:1 26599:1 26635:1 26649:1 26652:1 26653:1 26660:2 26670:1 26686:1 26689:1 26691:1 26705:3 26709:1 26724:1 26732:3 26733:3 26740:2 26749:1 26753:1 26756:2 26794:4 26798:1 26805:2 26813:1 26817:1 26845:1 8 1:3 9:1 20:1 35:1 39:1 42:2 80:2 86:1 110:1 117:1 122:1 144:1 161:1 162:1 179:1 187:1 192:4 205:1 224:1 229:3 262:1 287:1 319:3 320:1 321:1 342:1 353:2 392:2 413:1 426:1 452:1 466:1 484:1 497:1 538:1 545:1 558:1 565:1 579:4 605:4 635:1 636:1 643:4 661:1 666:1 667:1 747:2 758:1 766:1 812:4 817:1 819:1 831:1 839:4 848:1 860:1 874:1 899:1 904:3 908:2 939:1 940:1 942:3 998:1 1001:1 1013:1 1017:1 1033:1 1048:1 1067:2 1087:1 1100:1 1108:1 1113:1 1118:1 1123:1 1126:1 1127:1 1132:1 1134:1 1137:1 1138:1 1143:1 1157:1 1159:1 1167:1 1174:1 1176:1 1179:1 1180:1 1185:1 1186:1 1187:1 1189:1 1201:1 1206:1 1214:1 1222:1 1236:1 1255:1 1271:1 1278:1 1286:1 1297:1 1305:1 1319:1 1322:3 1325:5 1331:1 1343:2 1361:3 1368:3 1385:1 1403:1 1412:1 1413:3 1433:1 1445:3 1458:2 1463:2 1499:1 1516:2 1527:1 1529:1 1537:1 1555:1 1561:1 1572:2 1576:1 1591:1 1594:1 1607:1 1612:2 1617:1 1618:2 1628:1 1629:1 1640:1 1644:1 1667:1 1670:1 1681:1 1685:1 1686:1 1690:1 1719:1 1725:1 1726:2 1739:4 1745:1 1751:1 1755:2 1766:1 1768:2 1774:1 1785:1 1787:1 1798:2 1804:1 1811:1 1813:1 1815:1 1828:1 1843:1 1847:1 1889:1 1891:2 1915:1 1918:1 1922:2 1954:1 1966:1 1976:1 1981:1 2026:4 2064:1 2127:1 2143:1 2157:1 2158:1 2160:3 2161:1 2163:1 2170:3 2172:1 2177:1 2181:2 2184:7 2186:2 2190:2 2192:1 2195:2 2197:1 2199:1 2228:1 2237:1 2248:3 2250:1 2260:1 2271:1 2274:1 2284:1 2363:1 2403:1 2410:1 2473:1 2509:1 2523:1 2528:1 2529:1 2533:1 2548:1 2560:1 2561:1 2562:1 2566:3 2581:1 2602:2 2604:1 2606:1 2621:1 2635:2 2646:1 2659:1 2660:1 2666:2 2683:1 2684:1 2708:1 2713:1 2719:2 2726:6 2749:2 2750:2 2765:1 2776:3 2781:1 2794:1 2813:1 2827:1 2833:1 2835:1 2836:1 2847:1 2943:1 2944:1 2952:1 2959:1 2966:1 3009:2 3019:1 3045:1 3082:1 3087:3 3090:3 3093:4 3094:1 3106:1 3116:4 3120:1 3129:1 3148:1 3166:1 3176:1 3182:1 3203:1 3253:2 3262:1 3263:1 3276:1 3300:1 3327:1 3342:1 3354:1 3365:1 3373:1 3374:2 3414:1 3426:1 3430:1 3445:1 3454:2 3466:2 3474:1 3475:1 3487:1 3507:1 3518:1 3532:1 3551:1 3559:2 3563:2 3569:1 3585:1 3587:1 3588:1 3592:1 3614:1 3617:1 3623:1 3626:1 3640:2 3650:1 3660:2 3663:2 3668:1 3674:1 3694:2 3701:1 3702:1 3734:1 3743:1 3748:1 3749:1 3755:1 3757:3 3763:1 3767:2 3785:2 3786:4 3841:2 3847:1 3853:1 3856:1 3862:1 3894:1 3906:1 3919:1 3924:1 3936:2 3946:2 3959:2 3960:1 3962:4 3968:1 3975:1 3990:1 4011:1 4022:1 4027:1 4037:1 4040:4 4041:1 4059:2 4071:1 4075:1 4078:1 4131:1 4135:2 4140:1 4152:1 4153:1 4159:1 4176:2 4182:1 4208:1 4235:2 4243:1 4277:1 4292:2 4319:2 4328:1 4354:2 4367:1 4370:1 4389:3 4391:1 4393:1 4418:1 4428:1 4505:2 4528:1 4533:13 4552:1 4559:1 4589:1 4632:3 4646:5 4648:5 4651:1 4655:1 4657:1 4660:2 4662:2 4669:1 4672:1 4673:7 4696:1 4720:2 4745:1 4788:1 4791:3 4814:1 4835:1 4841:1 4843:1 4851:1 4886:1 4889:1 4893:1 4919:1 4933:1 4942:1 4953:2 4970:1 4973:2 4981:1 5010:1 5011:1 5061:2 5092:1 5100:1 5120:1 5125:1 5135:1 5141:1 5143:1 5147:1 5150:1 5157:2 5160:1 5162:2 5168:1 5170:1 5238:1 5260:1 5266:1 5268:1 5269:1 5282:1 5283:1 5290:1 5397:1 5402:2 5411:1 5430:1 5467:3 5524:3 5526:2 5548:4 5568:2 5574:1 5583:1 5595:1 5614:1 5618:1 5637:1 5639:1 5640:1 5675:1 5683:1 5710:1 5728:1 5731:3 5762:5 5766:1 5770:1 5779:1 5813:4 5840:1 5850:4 5852:1 5857:1 5859:1 5860:3 5863:1 5865:2 5870:1 5871:1 5875:3 5877:4 5880:1 5891:1 5902:1 5904:1 5914:1 5915:1 5933:1 5951:1 5960:2 5985:1 5999:1 6003:2 6006:2 6013:1 6014:1 6023:1 6027:1 6039:1 6052:1 6066:1 6068:1 6070:1 6074:1 6077:1 6093:1 6100:1 6127:1 6136:1 6152:1 6173:1 6174:1 6212:1 6215:1 6227:1 6228:1 6230:1 6233:1 6235:1 6259:2 6264:1 6267:1 6276:1 6289:1 6292:4 6295:4 6298:1 6306:1 6307:1 6311:2 6319:5 6320:2 6322:1 6330:1 6378:1 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6447:1 6480:1 6494:1 6501:1 6504:1 6512:1 6516:1 6517:1 6530:1 6538:1 6557:1 6566:1 6579:1 6599:3 6601:1 6621:1 6623:1 6637:1 6645:1 6663:1 6688:2 6694:1 6700:2 6722:1 6728:2 6733:1 6741:1 6747:3 6773:1 6777:1 6787:1 6824:4 6845:5 6851:2 6865:1 6888:1 6919:1 6927:1 6979:1 7025:1 7037:7 7038:2 7060:1 7061:3 7089:1 7099:26 7107:1 7119:6 7120:5 7141:1 7142:1 7155:1 7174:1 7187:1 7194:1 7208:3 7269:2 7292:2 7302:1 7311:2 7322:4 7332:1 7346:1 7350:1 7353:1 7358:1 7384:1 7387:1 7417:2 7421:2 7444:1 7461:1 7475:1 7479:1 7483:1 7494:3 7563:1 7564:9 7582:1 7642:2 7649:1 7654:1 7659:1 7680:1 7695:1 7710:2 7719:3 7720:1 7725:2 7750:1 7754:1 7767:1 7780:1 7785:1 7788:1 7801:1 7863:1 7864:1 7869:1 7870:1 7871:1 7872:4 7874:1 7876:2 7884:2 7885:1 7907:1 7914:1 7921:1 7923:1 7968:4 8014:1 8026:3 8028:2 8035:1 8068:1 8069:1 8070:1 8083:1 8101:1 8123:1 8130:1 8141:1 8142:1 8148:1 8158:1 8170:1 8173:1 8223:1 8224:2 8225:2 8242:1 8246:1 8254:1 8266:1 8274:1 8284:3 8285:2 8300:1 8344:1 8345:1 8389:2 8401:1 8409:1 8412:1 8415:1 8421:1 8436:1 8439:3 8464:1 8465:2 8469:2 8506:1 8509:1 8521:1 8523:1 8564:1 8591:1 8610:1 8618:1 8631:1 8634:2 8646:2 8649:2 8662:1 8669:1 8679:1 8687:1 8696:1 8700:1 8703:1 8713:1 8715:1 8718:1 8725:1 8731:1 8732:1 8750:1 8762:1 8763:2 8768:1 8775:1 8781:1 8858:1 8890:2 8925:1 8944:2 8950:1 8952:1 8957:1 8966:1 9016:1 9028:1 9078:1 9089:1 9109:2 9121:1 9138:1 9149:1 9151:1 9164:1 9176:3 9189:2 9191:1 9200:1 9211:1 9245:2 9257:1 9289:1 9291:1 9312:1 9317:1 9326:1 9347:1 9408:1 9414:1 9425:1 9427:1 9437:2 9446:1 9478:1 9489:1 9499:1 9501:1 9504:1 9510:1 9515:1 9520:1 9524:3 9530:1 9554:1 9556:3 9570:1 9583:1 9593:1 9597:5 9601:3 9603:1 9630:4 9639:1 9648:1 9663:1 9671:2 9687:1 9712:1 9734:1 9765:2 9773:1 9790:1 9794:2 9799:1 9801:1 9810:1 9839:1 9844:1 9846:1 9853:2 9866:2 9879:2 9906:1 9947:1 9950:1 9966:1 9968:1 9974:3 9976:3 9983:3 9986:2 9987:3 9990:2 9992:2 9996:1 10004:1 10027:1 10029:1 10051:2 10076:1 10080:1 10081:1 10091:1 10101:2 10103:1 10147:1 10181:1 10229:1 10240:1 10241:1 10257:1 10270:2 10307:2 10308:1 10318:1 10323:2 10324:1 10325:1 10334:1 10352:2 10364:1 10382:2 10387:1 10406:1 10412:2 10443:1 10444:1 10453:2 10459:1 10473:2 10483:1 10485:1 10488:1 10504:1 10506:1 10514:1 10526:1 10542:1 10563:1 10588:1 10592:2 10623:2 10633:2 10636:1 10640:1 10647:1 10654:4 10655:1 10664:2 10708:1 10719:1 10726:1 10731:1 10735:1 10750:1 10765:1 10782:1 10791:1 10831:1 10838:1 10852:1 10856:2 10904:1 10913:1 10928:1 10933:2 10971:1 10977:1 10984:1 11022:3 11023:2 11041:1 11052:1 11053:1 11054:1 11057:1 11058:1 11066:1 11074:2 11079:1 11089:1 11090:1 11108:1 11138:1 11161:1 11163:3 11166:2 11200:1 11204:1 11222:1 11239:1 11276:1 11281:1 11290:1 11310:1 11334:2 11336:1 11342:1 11358:2 11359:1 11367:1 11371:1 11400:1 11415:1 11435:1 11506:1 11508:1 11525:2 11540:2 11541:1 11555:1 11587:1 11602:1 11608:1 11669:1 11670:1 11674:1 11680:1 11681:1 11683:1 11694:1 11790:1 11792:1 11793:1 11800:2 11801:1 11848:2 11869:1 11870:2 11871:1 11879:1 11880:1 11882:1 11886:1 11898:1 11899:2 11900:1 11904:6 11908:1 11926:2 11936:2 11992:1 12009:1 12023:2 12024:5 12029:2 12094:11 12124:1 12144:1 12146:1 12170:1 12207:1 12249:2 12250:1 12274:1 12299:1 12313:1 12322:3 12336:1 12342:1 12348:2 12355:3 12378:1 12381:1 12388:3 12465:1 12492:1 12502:1 12506:1 12507:2 12511:1 12520:1 12528:1 12548:1 12552:1 12557:1 12576:1 12580:2 12585:2 12596:1 12604:1 12619:1 12621:1 12636:1 12648:1 12665:1 12677:1 12678:1 12689:1 12696:1 12699:2 12712:1 12733:2 12740:4 12744:2 12747:1 12769:1 12789:1 12808:1 12811:1 12837:1 12852:1 12859:1 12869:1 12887:1 12901:1 12906:2 12924:4 12936:1 12944:1 12959:1 12989:1 12990:1 12993:1 12999:1 13009:1 13063:1 13080:1 13081:1 13088:1 13104:1 13125:1 13128:1 13133:2 13179:1 13187:1 13204:1 13213:1 13216:1 13242:2 13278:1 13291:1 13308:1 13309:1 13318:1 13321:1 13325:1 13340:1 13366:1 13373:1 13421:1 13422:1 13433:1 13475:1 13482:1 13496:1 13497:1 13508:1 13519:1 13544:1 13560:2 13564:1 13583:1 13584:2 13587:3 13624:3 13633:1 13688:1 13703:1 13778:1 13785:1 13792:1 13805:1 13814:1 13820:1 13828:1 13842:1 13849:1 13872:1 13879:2 13881:1 13893:1 13894:2 13911:1 13922:1 13962:2 13971:1 13984:1 13985:1 13987:1 13998:1 14006:1 14009:1 14012:1 14015:2 14021:3 14043:3 14047:1 14057:1 14059:1 14114:2 14125:1 14142:1 14148:1 14159:1 14163:1 14166:1 14174:1 14178:1 14179:1 14184:2 14198:1 14204:1 14211:1 14217:1 14242:1 14251:1 14267:1 14272:1 14315:3 14339:1 14356:1 14365:1 14383:1 14390:2 14392:1 14399:2 14423:1 14429:1 14441:1 14442:1 14454:1 14458:9 14469:1 14480:1 14484:2 14499:1 14513:1 14540:1 14550:8 14572:2 14601:1 14604:1 14619:1 14621:1 14657:1 14658:1 14664:1 14682:1 14686:3 14694:1 14698:1 14708:2 14709:2 14714:1 14716:1 14717:2 14718:1 14733:1 14791:1 14800:1 14820:1 14823:1 14832:1 14837:1 14870:1 14877:1 14896:1 14925:2 14926:1 14944:1 14961:1 15002:3 15014:1 15016:2 15020:1 15038:1 15046:2 15064:1 15066:1 15086:1 15095:2 15096:1 15106:1 15110:2 15111:1 15144:1 15153:1 15165:2 15239:1 15268:1 15276:2 15291:2 15297:1 15307:1 15319:1 15358:2 15370:1 15398:1 15406:1 15413:1 15442:1 15453:1 15501:2 15524:1 15543:1 15575:1 15591:1 15599:4 15602:1 15613:2 15646:1 15718:1 15794:1 15797:1 15803:1 15805:1 15810:1 15826:2 15828:1 15867:3 15902:2 15903:3 15931:1 15937:1 15952:1 15967:3 15978:3 15989:2 15990:1 16026:1 16043:2 16056:1 16068:2 16085:1 16099:3 16129:1 16144:4 16213:2 16217:2 16225:2 16239:1 16247:1 16260:4 16264:1 16265:1 16295:1 16296:1 16312:1 16320:1 16361:1 16404:1 16405:1 16417:1 16425:2 16427:1 16466:1 16483:1 16564:1 16567:1 16568:2 16580:5 16593:1 16601:1 16649:1 16668:1 16691:1 16720:1 16724:1 16725:2 16738:1 16783:1 16786:2 16799:1 16825:1 16859:1 16865:1660 16873:1 16877:1 16880:1 16923:1 16926:1 16927:1 16961:2 17003:1 17004:1 17020:1 17043:1 17044:1 17046:1 17047:1 17060:1 17089:1 17096:1 17139:2 17248:1 17266:1 17274:1 17283:1 17292:1 17294:1 17318:1 17323:1 17331:1 17338:1 17348:1 17357:1 17366:2 17395:1 17475:1 17486:1 17499:1 17507:1 17515:2 17516:1 17535:1 17556:1 17560:2 17580:1 17601:1 17620:5 17669:4 17672:1 17697:1 17700:1 17705:1 17709:1 17710:1 17714:1 17722:1 17736:1 17739:3 17740:1 17743:1 17744:1 17755:1 17769:1 17782:1 17789:1 17790:1 17795:1 17812:1 17815:2 17834:1 17880:1 17911:1 17914:2 17916:2 17963:1 17968:1 17970:1 17973:1 17984:1 17992:1 17998:2 18004:1 18018:1 18025:1 18047:1 18059:1 18061:1 18065:1 18079:1 18080:1 18091:1 18111:1 18112:1 18113:2 18128:1 18155:1 18159:1 18162:2 18166:1 18191:1 18197:1 18209:1 18222:2 18224:1 18226:2 18227:1 18232:1 18240:1 18245:1 18253:1 18261:1 18265:1 18284:1 18288:1 18292:4 18300:1 18303:1 18320:1 18358:1 18360:1 18361:1 18384:3 18399:1 18404:1 18409:1 18450:1 18478:1 18486:1 18514:1 18515:1 18522:1 18542:3 18548:1 18558:1 18560:1 18562:1 18564:1 18588:1 18602:1 18657:1 18685:1 18701:1 18711:1 18712:1 18722:1 18734:1 18756:1 18769:1 18784:1 18817:1 18822:2 18824:1 18840:1 18842:1 18860:1 18877:6 18880:1 18886:1 18891:2 18898:1 18900:1 18911:2 18913:1 18929:1 18931:1 18993:1 18997:1 19006:1 19024:1 19031:1 19036:2 19037:1 19052:1 19057:1 19059:1 19076:1 19089:2 19090:1 19099:1 19100:1 19108:1 19111:1 19118:3 19135:1 19160:1 19185:1 19191:2 19195:1 19198:1 19208:2 19210:1 19215:1 19217:1 19221:1 19235:1 19245:1 19251:1 19257:1 19262:1 19287:1 19306:2 19317:2 19331:1 19334:3 19359:1 19362:2 19363:1 19367:2 19377:1 19381:2 19388:1 19433:1 19446:1 19466:1 19468:1 19476:1 19494:1 19526:1 19549:1 19561:1 19564:1 19612:2 19613:1 19621:1 19630:1 19669:1 19672:2 19675:1 19676:1 19678:1 19688:4 19704:1 19710:2 19730:2 19735:1 19736:1 19749:1 19773:2 19801:1 19806:2 19807:2 19810:1 19832:1 19834:1 19837:1 19840:2 19842:4 19848:1 19854:1 19869:1 19873:1 19905:1 19949:1 19951:1 19952:1 19953:1 19954:1 20001:1 20002:2 20013:1 20017:4 20020:2 20040:1 20043:1 20067:2 20078:1 20097:1 20147:1 20150:1 20172:2 20183:1 20203:3 20218:2 20238:7 20244:1 20250:1 20258:1 20285:1 20302:1 20307:1 20308:1 20337:1 20360:1 20377:2 20398:2 20405:1 20477:1 20489:1 20495:1 20507:1 20530:1 20568:1 20593:1 20625:1 20650:1 20651:1 20657:1 20662:2 20670:1 20679:1 20680:1 20687:1 20705:1 20719:1 20721:2 20750:1 20785:1 20793:2 20797:2 20806:1 20819:2 20838:1 20846:1 20847:1 20865:2 20870:1 20899:1 20901:1 20926:4 20933:1 20938:2 20952:2 20973:1 20992:2 20997:1 21016:1 21023:1 21025:1 21039:1 21043:1 21069:1 21074:1 21099:3 21100:1 21119:1 21121:1 21123:1 21129:2 21133:1 21145:1 21159:1 21176:1 21180:1 21182:1 21225:1 21228:1 21231:1 21245:1 21260:1 21262:1 21266:1 21277:1 21279:2 21284:1 21306:2 21311:1 21323:1 21344:1 21355:3 21369:1 21381:1 21385:1 21400:1 21418:3 21438:1 21454:1 21455:1 21458:1 21495:1 21514:1 21522:1 21541:1 21556:3 21564:1 21569:1 21593:1 21617:1 21624:1 21631:1 21639:2 21645:1 21653:1 21655:1 21702:1 21704:1 21705:1 21720:1 21745:1 21746:1 21788:2 21793:1 21822:1 21841:1 21845:1 21887:1 21897:1 21909:3 21931:2 21932:2 21963:1 21969:1 21971:1 21987:1 22003:1 22015:1 22020:1 22028:1 22051:1 22060:1 22077:1 22114:3 22129:1 22130:1 22136:1 22161:1 22166:1 22179:2 22198:2 22204:1 22218:1 22222:1 22223:2 22234:1 22243:1 22284:2 22299:2 22301:1 22330:1 22334:1 22335:1 22338:1 22340:2 22343:1 22349:1 22361:1 22380:2 22423:1 22440:1 22450:1 22463:2 22471:1 22476:1 22477:1 22478:1 22493:1 22494:3 22503:1 22509:1 22525:1 22551:1 22564:1 22587:2 22598:1 22605:1 22668:3 22672:2 22698:1 22725:1 22755:2 22793:1 22808:1 22822:2 22832:1 22840:2 22843:1 22850:1 22854:4 22861:2 22879:2 22881:1 22882:1 22883:1 22885:1 22887:1 22933:2 22946:2 22948:1 22956:1 22964:1 23003:3 23008:2 23019:1 23020:1 23026:1 23028:1 23029:1 23034:1 23051:2 23056:1 23057:1 23065:1 23099:1 23107:1 23118:1 23120:1 23135:1 23145:1 23148:1 23150:1 23165:1 23171:1 23200:1 23239:2 23240:1 23241:1 23268:1 23294:1 23296:2 23313:1 23417:1 23427:1 23429:1 23445:1 23468:1 23470:2 23476:3 23556:1 23568:1 23573:1 23592:1 23595:1 23599:2 23605:2 23626:1 23637:1 23679:1 23696:1 23705:1 23722:1 23723:1 23735:1 23805:1 23813:1 23821:1 23827:1 23848:1 23897:1 23899:1 23916:1 23952:1 23975:1 23977:1 23983:1 24019:1 24033:1 24038:1 24040:4 24041:1 24042:1 24051:1 24101:1 24106:1 24126:1 24135:1 24145:1 24170:1 24171:1 24188:1 24190:2 24192:3 24214:1 24220:1 24224:1 24244:1 24279:1 24297:1 24303:2 24304:3 24315:1 24318:1 24331:1 24333:1 24335:1 24343:1 24352:1 24355:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:4 24391:2 24398:1 24415:1 24425:1 24436:1 24446:1 24449:1 24451:1 24457:1 24522:1 24536:1 24562:2 24563:1 24570:1 24571:1 24578:3 24583:2 24584:1 24585:1 24591:1 24593:2 24628:1 24640:1 24649:2 24650:3 24653:1 24655:1 24671:1 24698:1 24705:1 24716:1 24720:1 24737:1 24742:1 24756:3 24798:2 24821:2 24848:1 24871:1 24874:1 24875:1 24884:1 24885:1 24891:2 24895:1 24908:2 24910:1 24913:1 24916:1 24917:3 24924:1 24927:2 24930:1 24950:1 24959:2 24960:1 24987:1 24993:3 24999:1 25025:1 25027:3 25028:1 25030:1 25055:1 25056:1 25086:2 25093:1 25098:1 25109:1 25123:1 25130:1 25138:1 25178:1 25199:1 25200:1 25209:1 25217:1 25226:1 25251:1 25269:2 25302:1 25345:1 25355:1 25374:1 25380:2 25405:1 25408:1 25422:1 25426:1 25427:1 25434:1 25437:1 25453:1 25491:2 25499:1 25519:1 25528:1 25530:1 25565:1 25566:1 25578:15 25583:1 25597:1 25608:1 25611:1 25617:2 25642:1 25653:1 25676:3 25686:1 25713:1 25723:3 25729:1 25757:8 25802:1 25829:2 25851:1 25862:1 25868:1 25873:1 25896:2 25921:2 25933:2 25935:1 25947:2 25972:1 25990:1 26005:1 26006:2 26012:1 26013:2 26024:2 26034:1 26039:1 26065:2 26068:1 26072:2 26076:2 26077:4 26100:1 26118:1 26127:1 26128:1 26132:2 26144:3 26191:3 26196:1 26223:1 26285:1 26290:1 26295:1 26296:1 26351:1 26356:3 26381:1 26400:1 26421:1 26436:1 26442:1 26445:2 26448:1 26468:1 26469:1 26473:1 26477:1 26502:1 26512:1 26549:1 26558:1 26562:1 26577:2 26584:2 26591:1 26597:1 26599:1 26610:1 26635:1 26649:1 26652:1 26653:1 26660:2 26670:1 26686:1 26689:1 26691:1 26705:3 26709:1 26724:1 26732:3 26733:3 26740:2 26749:1 26753:1 26756:3 26794:4 26798:1 26805:2 26813:1 26817:1 26835:1 26845:1 8 1:4 9:1 20:1 35:1 39:1 42:2 80:2 86:1 110:1 117:1 122:1 144:1 161:1 162:1 179:1 187:1 192:4 205:1 224:1 229:3 236:1 262:1 287:1 319:3 320:1 321:1 342:1 353:2 392:2 413:1 426:1 452:1 466:1 484:1 497:1 538:1 545:1 558:2 565:1 579:4 605:5 635:1 636:1 643:4 661:1 666:1 667:1 747:2 758:1 766:1 812:4 817:1 819:1 831:1 832:1 839:4 848:1 860:1 874:1 899:1 904:3 908:2 939:1 940:1 942:3 998:1 1001:1 1013:1 1017:1 1033:1 1048:1 1067:3 1087:1 1100:1 1108:1 1113:1 1118:1 1123:1 1126:1 1127:1 1132:1 1134:1 1137:1 1138:1 1143:1 1157:1 1159:1 1167:1 1174:1 1176:1 1179:1 1180:1 1185:1 1186:1 1187:1 1189:1 1201:1 1206:1 1214:1 1222:1 1236:1 1255:1 1270:1 1271:1 1278:1 1286:1 1297:1 1305:1 1319:1 1322:3 1325:5 1331:1 1343:2 1361:3 1368:4 1385:1 1403:1 1412:1 1413:3 1433:1 1445:3 1458:2 1463:2 1499:1 1516:2 1527:1 1529:1 1537:1 1555:1 1561:1 1572:2 1576:1 1591:1 1594:1 1607:1 1612:2 1617:1 1618:2 1628:1 1629:1 1640:1 1644:1 1647:2 1667:1 1670:1 1681:1 1685:1 1686:1 1690:1 1719:1 1725:1 1726:2 1739:4 1745:1 1751:1 1755:2 1766:1 1768:2 1774:1 1785:1 1787:1 1798:2 1804:1 1811:1 1813:1 1815:1 1828:1 1843:1 1847:1 1889:1 1891:2 1915:1 1918:1 1922:2 1954:1 1966:1 1976:1 1981:1 2026:4 2064:1 2101:1 2127:1 2143:1 2157:1 2158:1 2160:3 2161:1 2163:1 2170:3 2172:1 2177:1 2181:2 2184:7 2186:2 2190:2 2192:1 2195:2 2197:1 2199:1 2228:1 2237:1 2248:3 2250:1 2260:1 2271:1 2274:1 2284:1 2317:1 2363:1 2403:1 2410:1 2473:1 2509:1 2523:1 2528:1 2529:1 2533:1 2548:1 2560:1 2561:1 2562:1 2566:3 2581:1 2602:2 2604:1 2606:1 2621:1 2635:2 2646:1 2659:1 2660:1 2666:2 2683:1 2684:1 2708:1 2713:1 2719:2 2726:6 2749:2 2750:2 2765:1 2776:3 2781:1 2794:1 2813:1 2827:1 2833:1 2835:1 2836:1 2847:1 2894:1 2943:1 2944:1 2952:1 2959:1 2966:1 3009:2 3019:1 3045:1 3082:1 3087:3 3090:3 3093:4 3094:1 3106:1 3116:4 3120:1 3129:1 3148:1 3166:1 3176:1 3182:1 3203:1 3253:2 3262:1 3263:1 3276:1 3300:1 3327:1 3342:1 3354:1 3365:1 3373:1 3374:2 3408:1 3414:1 3426:1 3430:1 3445:1 3454:2 3466:2 3474:1 3475:1 3487:1 3507:1 3518:1 3532:1 3551:1 3559:2 3563:2 3569:1 3585:1 3587:1 3588:1 3592:1 3614:1 3617:1 3623:1 3626:1 3640:2 3650:1 3660:2 3663:2 3668:1 3674:1 3694:2 3701:1 3702:1 3734:1 3743:1 3746:1 3748:1 3749:1 3755:1 3757:3 3763:1 3767:2 3785:2 3786:5 3841:2 3847:1 3853:1 3856:1 3862:1 3894:1 3906:1 3919:1 3924:1 3936:2 3946:2 3959:2 3960:1 3962:4 3968:1 3975:1 3990:1 4011:1 4022:1 4027:1 4037:1 4040:5 4041:1 4059:2 4071:1 4075:1 4078:1 4131:1 4135:2 4140:1 4152:1 4153:1 4159:1 4176:2 4182:1 4208:1 4235:2 4243:1 4277:1 4292:2 4319:2 4328:2 4354:2 4367:1 4370:1 4389:3 4391:1 4393:1 4395:1 4418:1 4428:1 4505:2 4528:1 4533:13 4552:1 4559:1 4589:1 4632:3 4646:5 4648:5 4651:1 4655:1 4657:1 4660:2 4662:2 4669:1 4672:1 4673:7 4696:1 4720:2 4745:1 4788:1 4791:4 4814:1 4835:1 4841:1 4843:1 4851:1 4868:1 4886:1 4889:1 4893:1 4919:1 4933:1 4942:1 4953:2 4970:1 4973:2 4981:1 5010:1 5011:1 5061:2 5092:1 5100:1 5120:1 5125:1 5135:1 5141:1 5143:1 5147:1 5150:1 5157:2 5160:1 5162:2 5168:1 5170:1 5217:1 5238:1 5260:1 5266:1 5268:1 5269:1 5282:1 5283:1 5290:1 5397:1 5402:2 5411:1 5430:1 5467:3 5524:3 5526:2 5548:4 5568:2 5574:1 5583:1 5595:1 5614:2 5618:1 5637:1 5639:1 5640:1 5675:1 5683:1 5710:1 5728:1 5731:3 5757:1 5762:5 5766:1 5770:1 5779:1 5813:4 5840:1 5850:4 5852:1 5857:1 5859:1 5860:3 5861:1 5863:1 5865:2 5870:2 5871:1 5875:3 5877:4 5880:1 5891:1 5902:1 5904:1 5914:1 5915:1 5933:1 5951:1 5960:2 5985:1 5999:1 6003:2 6006:2 6013:1 6014:1 6023:1 6027:1 6039:1 6052:1 6066:1 6068:1 6070:1 6074:1 6077:1 6093:1 6100:1 6127:1 6136:1 6152:1 6173:1 6174:1 6212:1 6215:1 6227:1 6228:1 6230:1 6233:2 6235:1 6259:2 6264:2 6267:1 6276:1 6289:1 6292:4 6295:4 6298:1 6306:1 6307:1 6311:2 6319:5 6320:2 6322:1 6330:1 6378:1 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6447:1 6480:1 6494:1 6501:1 6504:1 6512:1 6516:1 6517:1 6530:1 6532:1 6538:1 6557:1 6566:1 6579:1 6599:3 6601:1 6621:1 6623:1 6637:1 6645:1 6663:1 6688:2 6694:1 6700:2 6722:2 6728:2 6733:1 6741:1 6743:1 6747:3 6773:1 6777:1 6787:1 6824:4 6845:5 6851:2 6865:1 6888:1 6919:1 6927:1 6979:1 7025:1 7037:7 7038:2 7060:1 7061:3 7089:1 7092:1 7099:26 7107:1 7119:6 7120:5 7141:1 7142:1 7155:2 7174:1 7187:1 7194:1 7208:3 7269:2 7292:2 7302:1 7311:2 7322:4 7332:1 7346:1 7350:1 7353:1 7358:1 7384:1 7387:1 7417:2 7421:2 7444:1 7461:1 7475:1 7479:1 7483:1 7494:3 7563:1 7564:9 7582:1 7642:2 7649:1 7654:1 7659:1 7680:1 7695:1 7710:2 7719:3 7720:1 7725:2 7750:1 7754:1 7767:1 7780:1 7785:1 7788:1 7801:1 7863:1 7864:1 7869:1 7870:1 7871:1 7872:4 7874:1 7876:2 7884:2 7885:1 7907:2 7914:1 7918:1 7921:1 7923:1 7968:4 8014:1 8026:3 8028:2 8035:1 8068:1 8069:1 8070:1 8083:1 8101:1 8123:1 8130:1 8141:1 8142:1 8148:1 8158:1 8170:1 8173:1 8223:1 8224:2 8225:2 8242:1 8246:1 8254:1 8266:1 8274:1 8284:3 8285:2 8300:1 8344:1 8345:1 8389:2 8401:1 8409:1 8412:1 8415:1 8421:2 8436:1 8439:3 8464:1 8465:2 8469:2 8506:1 8509:1 8521:1 8523:1 8564:1 8591:1 8610:1 8618:1 8631:1 8634:2 8646:2 8649:2 8662:1 8669:1 8679:1 8687:1 8696:1 8700:1 8703:2 8713:1 8715:1 8718:1 8725:1 8731:1 8732:1 8750:1 8762:1 8763:2 8768:1 8775:1 8781:1 8858:1 8890:2 8925:1 8944:2 8950:1 8952:1 8957:1 8966:1 9016:1 9028:1 9078:1 9089:1 9109:2 9121:1 9138:1 9149:1 9151:1 9164:1 9176:3 9189:2 9191:1 9200:1 9211:1 9245:2 9257:1 9289:1 9291:1 9312:1 9317:1 9326:1 9347:1 9408:1 9414:1 9425:1 9427:1 9437:2 9446:1 9478:1 9489:1 9499:1 9501:1 9504:1 9510:1 9515:1 9520:1 9524:3 9530:1 9554:1 9556:3 9570:1 9583:1 9593:1 9597:5 9601:3 9603:1 9630:4 9639:1 9648:1 9663:1 9671:2 9687:1 9712:1 9734:1 9765:2 9773:1 9790:1 9794:2 9799:1 9801:1 9809:1 9810:1 9839:1 9844:1 9846:1 9853:2 9866:2 9879:2 9906:1 9947:1 9950:1 9966:1 9968:1 9974:3 9976:3 9983:3 9986:2 9987:3 9990:2 9992:2 9996:1 10004:1 10027:1 10029:1 10051:2 10076:1 10080:1 10081:1 10091:1 10101:2 10103:1 10147:1 10181:1 10229:1 10240:1 10241:1 10257:1 10270:2 10307:2 10308:1 10318:1 10323:2 10324:1 10325:1 10334:1 10352:2 10364:1 10382:2 10387:1 10406:1 10412:2 10443:1 10444:1 10453:2 10459:1 10473:2 10483:1 10485:1 10488:1 10504:1 10506:1 10514:1 10526:1 10542:1 10563:1 10588:1 10592:2 10623:2 10633:2 10636:1 10640:1 10647:1 10654:4 10655:1 10664:2 10708:1 10713:1 10717:1 10719:1 10726:1 10731:1 10735:1 10750:1 10765:1 10782:1 10791:1 10831:1 10838:1 10852:1 10856:2 10904:1 10913:1 10928:1 10933:2 10971:1 10977:1 10984:1 11022:3 11023:2 11041:1 11052:1 11053:1 11054:1 11057:1 11058:1 11066:1 11074:2 11079:1 11089:1 11090:1 11108:1 11138:1 11161:1 11163:3 11166:2 11200:1 11204:1 11222:1 11239:1 11276:1 11281:1 11290:1 11310:1 11328:1 11334:2 11336:1 11342:1 11358:2 11359:1 11367:1 11371:1 11400:1 11415:1 11435:1 11506:1 11508:1 11525:2 11540:2 11541:1 11555:1 11587:1 11602:1 11608:1 11669:1 11670:1 11674:1 11680:1 11681:1 11683:1 11694:1 11790:1 11792:1 11793:1 11800:2 11801:1 11848:2 11869:1 11870:2 11871:1 11879:1 11880:1 11882:1 11886:1 11898:1 11899:2 11900:1 11904:7 11908:1 11926:2 11936:2 11992:1 12009:1 12023:2 12024:5 12029:2 12094:13 12124:1 12144:1 12146:1 12170:1 12207:1 12249:2 12250:1 12274:1 12299:1 12313:1 12322:3 12336:1 12342:1 12348:2 12355:3 12378:1 12381:1 12388:3 12465:1 12492:1 12502:1 12506:1 12507:2 12511:1 12520:1 12528:1 12548:1 12552:1 12557:1 12576:1 12580:2 12585:2 12596:1 12604:1 12619:1 12621:1 12636:1 12648:1 12665:1 12677:1 12678:1 12689:1 12696:1 12699:2 12712:1 12733:2 12740:4 12744:2 12747:1 12769:1 12789:1 12808:1 12811:1 12837:1 12852:1 12859:1 12869:1 12887:1 12901:1 12906:2 12924:4 12936:1 12944:1 12959:1 12989:1 12990:1 12993:1 12999:1 13009:1 13024:1 13063:1 13073:1 13080:1 13081:1 13088:1 13104:1 13125:1 13128:1 13133:2 13179:1 13187:2 13204:1 13213:1 13216:1 13242:2 13278:1 13291:1 13308:1 13309:1 13318:1 13321:1 13325:1 13340:1 13366:1 13373:1 13421:1 13422:1 13433:1 13475:1 13482:1 13490:1 13496:1 13497:1 13508:1 13519:1 13544:1 13560:2 13564:1 13583:1 13584:2 13587:3 13624:3 13633:1 13688:1 13703:1 13778:1 13785:1 13792:1 13805:1 13814:1 13820:1 13828:1 13842:1 13849:1 13872:1 13879:2 13881:1 13893:1 13894:2 13911:1 13922:1 13951:1 13962:2 13971:1 13984:1 13985:1 13987:1 13998:1 14006:1 14009:1 14012:1 14015:2 14021:3 14043:3 14047:1 14057:1 14059:1 14114:2 14125:1 14142:1 14148:1 14159:1 14163:1 14166:1 14174:1 14178:1 14179:1 14184:2 14198:1 14202:1 14204:1 14211:2 14217:1 14242:1 14251:1 14267:1 14272:1 14315:3 14339:1 14356:1 14365:1 14383:1 14390:2 14392:1 14399:2 14423:1 14429:1 14441:1 14442:1 14454:1 14458:10 14469:1 14480:1 14484:2 14499:1 14513:1 14530:1 14540:1 14550:8 14572:2 14601:1 14604:1 14619:1 14621:1 14657:1 14658:1 14664:1 14682:1 14686:3 14694:1 14698:1 14708:2 14709:2 14714:1 14716:1 14717:2 14718:1 14733:1 14791:1 14795:1 14800:1 14820:1 14823:1 14832:1 14837:2 14870:1 14877:1 14896:1 14925:2 14926:1 14944:1 14961:1 15002:3 15014:1 15016:2 15020:1 15038:1 15046:2 15064:1 15066:1 15086:1 15095:2 15096:1 15100:1 15106:1 15110:2 15111:1 15144:1 15153:1 15165:2 15239:1 15268:1 15276:2 15291:2 15297:1 15307:1 15319:1 15358:2 15370:2 15398:1 15406:1 15413:1 15442:1 15453:1 15501:2 15524:1 15543:1 15575:1 15591:1 15599:4 15602:1 15613:2 15646:1 15700:1 15718:1 15794:1 15797:1 15803:1 15805:1 15810:1 15826:2 15828:1 15867:3 15902:2 15903:3 15931:1 15937:2 15952:1 15967:3 15978:3 15989:2 15990:1 15996:1 16026:1 16043:2 16056:1 16068:2 16085:1 16099:3 16129:1 16144:4 16213:2 16217:2 16225:3 16239:1 16247:1 16260:4 16264:1 16265:1 16295:1 16296:1 16312:1 16320:1 16361:1 16404:1 16405:1 16417:1 16425:2 16427:1 16466:1 16483:1 16564:1 16567:1 16568:2 16580:5 16593:1 16601:1 16649:1 16668:1 16691:1 16720:1 16724:1 16725:2 16738:1 16783:1 16786:2 16799:1 16825:1 16859:1 16865:1720 16873:1 16877:1 16880:1 16923:1 16926:1 16927:1 16939:1 16961:2 17003:1 17004:1 17020:1 17043:1 17044:1 17046:1 17047:1 17060:1 17089:1 17096:1 17139:2 17187:1 17248:1 17256:2 17266:1 17274:1 17283:1 17292:1 17294:1 17318:1 17323:1 17331:1 17338:1 17348:1 17357:1 17366:2 17395:1 17419:1 17475:1 17486:1 17499:1 17507:1 17515:2 17516:1 17535:1 17556:1 17560:3 17580:1 17601:1 17620:5 17669:4 17672:1 17697:1 17700:1 17705:1 17709:1 17710:1 17714:1 17715:1 17722:1 17736:1 17739:3 17740:1 17743:1 17744:1 17755:1 17760:1 17769:1 17782:1 17789:1 17790:1 17795:1 17807:1 17812:1 17815:2 17834:1 17880:1 17911:1 17914:2 17916:2 17963:1 17968:1 17970:1 17973:1 17984:1 17992:2 17998:2 18004:1 18018:1 18025:1 18047:1 18059:1 18061:1 18065:1 18079:1 18080:1 18091:1 18111:1 18112:1 18113:2 18128:1 18155:1 18159:1 18162:2 18166:1 18191:1 18197:1 18209:1 18222:2 18224:1 18226:2 18227:2 18232:1 18240:1 18245:1 18253:1 18261:1 18265:1 18284:1 18288:1 18292:4 18300:1 18303:1 18320:1 18358:1 18360:1 18361:1 18384:3 18399:1 18404:1 18409:1 18445:1 18450:1 18478:1 18486:1 18514:1 18515:1 18522:1 18542:3 18548:1 18558:1 18560:1 18562:1 18564:1 18588:1 18602:1 18657:1 18685:1 18701:1 18711:1 18712:1 18722:1 18734:1 18756:1 18769:1 18784:1 18817:1 18822:2 18824:1 18840:1 18842:1 18860:1 18877:6 18880:1 18886:1 18891:2 18898:1 18900:1 18911:2 18913:1 18929:1 18931:1 18993:1 18997:1 19006:1 19024:1 19031:1 19036:2 19037:1 19052:1 19057:1 19059:1 19076:1 19089:2 19090:1 19099:1 19100:1 19108:1 19111:1 19118:3 19135:1 19160:1 19185:1 19191:2 19195:1 19198:1 19208:2 19210:1 19215:1 19217:1 19221:1 19235:1 19245:1 19251:1 19257:1 19258:1 19262:1 19287:1 19306:2 19317:2 19331:1 19334:3 19351:1 19359:1 19362:2 19363:1 19367:2 19377:1 19381:2 19388:1 19433:1 19446:1 19466:2 19468:1 19476:1 19490:1 19494:1 19526:1 19549:1 19561:1 19564:1 19612:3 19613:1 19621:1 19630:1 19669:1 19672:2 19675:1 19676:1 19678:1 19688:4 19704:1 19710:2 19730:2 19735:1 19736:1 19749:1 19773:2 19801:1 19806:2 19807:2 19810:1 19811:1 19832:1 19834:1 19837:1 19840:2 19842:4 19848:1 19854:1 19869:1 19873:1 19905:1 19949:1 19951:1 19952:1 19953:1 19954:1 20001:1 20002:2 20013:1 20017:4 20020:2 20040:1 20043:1 20067:2 20078:1 20097:1 20147:1 20150:1 20172:2 20183:1 20203:4 20218:2 20238:7 20244:1 20250:1 20258:1 20285:1 20302:1 20307:1 20308:1 20337:1 20360:1 20377:2 20398:2 20405:1 20477:1 20489:1 20495:1 20507:1 20530:1 20568:1 20593:1 20615:1 20625:1 20650:1 20651:1 20657:1 20662:2 20670:1 20679:1 20680:1 20687:1 20705:1 20719:1 20721:2 20750:1 20785:1 20793:2 20797:2 20806:1 20819:2 20838:1 20846:1 20847:1 20865:2 20870:1 20899:1 20901:1 20926:4 20933:1 20938:2 20952:2 20973:1 20992:2 20993:1 20997:1 21016:1 21023:1 21025:1 21029:1 21039:1 21043:1 21069:1 21074:1 21099:3 21100:1 21119:1 21121:1 21123:1 21129:2 21133:1 21145:1 21159:1 21176:1 21180:1 21182:1 21225:1 21228:1 21231:1 21245:1 21260:1 21262:1 21266:1 21277:1 21279:2 21282:1 21284:1 21306:2 21311:1 21323:1 21344:1 21355:3 21369:1 21381:1 21385:1 21400:1 21418:3 21438:1 21454:1 21455:1 21458:1 21495:1 21514:1 21522:1 21541:1 21556:3 21564:1 21569:1 21593:1 21617:1 21624:1 21631:1 21639:2 21645:1 21653:1 21655:1 21702:1 21704:1 21705:1 21720:1 21745:1 21746:1 21788:2 21793:1 21822:1 21841:1 21845:1 21887:1 21897:1 21909:3 21931:2 21932:2 21963:1 21969:1 21971:1 21987:1 22003:1 22015:1 22020:1 22028:1 22051:1 22060:1 22077:1 22114:3 22129:1 22130:1 22136:1 22154:1 22161:1 22166:1 22179:2 22198:2 22204:1 22218:1 22222:1 22223:2 22234:1 22243:1 22284:2 22299:3 22301:1 22330:1 22334:1 22335:1 22338:1 22340:2 22342:1 22343:1 22349:1 22361:1 22380:2 22423:1 22440:1 22450:1 22460:1 22463:2 22471:1 22476:1 22477:1 22478:1 22493:1 22494:3 22503:1 22509:1 22525:1 22551:1 22564:1 22587:2 22598:1 22605:1 22668:4 22672:2 22698:1 22725:1 22755:2 22793:1 22808:1 22822:2 22832:1 22840:2 22843:1 22850:1 22854:5 22861:2 22879:2 22881:1 22882:1 22883:1 22885:1 22887:1 22933:2 22946:2 22948:1 22956:1 22964:1 23003:3 23008:2 23019:1 23020:1 23026:1 23028:1 23029:1 23034:1 23051:2 23056:1 23057:1 23065:1 23099:1 23107:1 23118:1 23120:1 23135:1 23145:1 23148:1 23150:1 23165:1 23171:1 23200:1 23239:2 23240:1 23241:1 23268:1 23294:1 23296:2 23313:1 23417:1 23427:1 23429:1 23445:1 23468:1 23470:2 23476:3 23556:1 23568:1 23573:1 23592:1 23595:1 23599:2 23605:2 23626:1 23637:1 23679:1 23696:1 23705:1 23722:1 23723:1 23735:1 23805:1 23813:1 23821:1 23827:1 23848:1 23897:1 23899:1 23916:1 23952:1 23975:1 23977:1 23983:1 24019:1 24033:1 24038:1 24040:5 24041:1 24042:1 24051:1 24101:1 24106:1 24126:1 24135:1 24145:1 24170:1 24171:1 24188:1 24190:2 24192:3 24214:1 24220:1 24224:1 24244:1 24251:1 24279:1 24297:1 24303:2 24304:3 24315:1 24318:1 24331:1 24333:1 24335:1 24343:1 24348:1 24352:1 24355:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:4 24391:2 24398:1 24415:1 24425:1 24436:1 24446:1 24449:1 24451:1 24457:1 24522:1 24536:1 24562:2 24563:1 24570:1 24571:1 24578:3 24583:2 24584:1 24585:1 24591:1 24593:2 24628:2 24640:1 24649:2 24650:3 24653:1 24655:1 24671:1 24698:1 24705:1 24716:1 24720:1 24737:1 24742:1 24756:3 24798:2 24821:2 24848:1 24871:1 24874:1 24875:1 24884:2 24885:1 24891:2 24895:1 24908:2 24910:1 24913:1 24916:1 24917:4 24924:1 24927:2 24930:1 24950:1 24959:2 24960:1 24987:1 24993:3 24999:1 25025:1 25027:3 25028:1 25030:1 25055:1 25056:1 25086:2 25093:1 25098:1 25109:1 25123:1 25130:1 25138:1 25178:1 25199:1 25200:1 25209:1 25217:1 25226:1 25251:1 25269:2 25302:1 25345:1 25355:1 25374:1 25380:2 25405:1 25408:1 25422:1 25426:1 25427:1 25434:1 25437:1 25453:1 25491:2 25499:1 25519:1 25528:1 25530:1 25565:1 25566:1 25578:15 25583:1 25597:1 25608:1 25611:1 25617:2 25642:1 25653:1 25676:3 25686:1 25713:1 25723:3 25729:1 25757:8 25802:1 25829:2 25841:1 25851:1 25862:1 25868:1 25873:1 25896:2 25921:2 25933:2 25935:1 25947:2 25972:1 25990:1 26005:1 26006:2 26012:1 26013:2 26024:2 26034:1 26039:1 26065:2 26068:1 26072:2 26076:2 26077:5 26100:1 26118:1 26127:1 26128:1 26132:2 26144:3 26191:3 26196:1 26223:1 26285:1 26290:1 26295:1 26296:1 26351:1 26356:3 26381:1 26400:1 26421:1 26436:1 26442:1 26445:2 26448:1 26468:1 26469:1 26473:1 26477:2 26502:1 26512:1 26549:1 26558:1 26562:1 26577:2 26584:2 26591:1 26597:1 26599:1 26610:1 26635:1 26649:1 26652:1 26653:1 26660:2 26670:1 26686:1 26689:1 26691:1 26705:3 26709:1 26724:1 26732:3 26733:3 26740:2 26749:1 26751:1 26753:1 26756:3 26794:4 26798:1 26805:2 26813:1 26817:1 26835:1 26845:1 8 1:4 9:1 20:1 35:1 39:1 42:2 80:2 86:1 110:1 117:1 122:1 144:1 161:1 162:1 179:1 187:1 192:4 205:1 224:1 229:3 236:1 262:1 287:1 319:3 320:1 321:1 342:1 353:2 392:2 413:1 426:1 452:1 466:1 484:1 497:1 538:1 545:1 558:2 565:1 579:4 605:6 635:1 636:1 643:4 661:1 666:1 667:1 747:2 758:1 766:1 812:4 817:2 819:1 831:1 832:1 839:5 848:1 860:1 874:1 899:1 904:3 908:2 939:1 940:1 942:3 998:1 1001:1 1013:1 1017:1 1033:1 1039:1 1048:1 1067:3 1077:1 1087:1 1100:1 1108:1 1113:1 1118:1 1123:1 1126:1 1127:1 1132:1 1134:1 1137:1 1138:1 1143:1 1157:1 1159:1 1167:1 1174:1 1176:1 1179:1 1180:1 1185:1 1186:1 1187:1 1189:1 1201:1 1206:1 1214:1 1222:1 1236:1 1255:1 1270:1 1271:1 1278:1 1286:1 1297:1 1305:1 1309:1 1319:1 1322:4 1325:5 1331:1 1343:2 1361:3 1368:4 1385:1 1403:1 1409:1 1412:1 1413:3 1433:1 1445:3 1458:2 1463:2 1499:1 1516:2 1527:1 1529:1 1533:1 1537:1 1555:1 1561:1 1572:2 1576:1 1591:1 1594:1 1607:1 1612:2 1617:1 1618:2 1628:1 1629:1 1640:1 1644:1 1647:2 1667:1 1670:1 1681:1 1685:1 1686:1 1690:1 1719:1 1725:1 1726:2 1739:4 1745:1 1751:1 1755:2 1766:1 1768:2 1774:1 1785:1 1787:1 1798:2 1804:1 1811:1 1813:1 1815:1 1828:1 1843:1 1847:1 1889:1 1891:2 1915:1 1918:1 1922:2 1954:1 1966:1 1976:1 1981:1 2026:4 2064:1 2101:1 2127:1 2143:1 2157:1 2158:1 2160:4 2161:1 2163:1 2170:3 2172:1 2177:1 2181:2 2184:7 2186:2 2190:2 2192:1 2195:2 2197:1 2199:1 2228:1 2237:1 2248:3 2250:1 2260:1 2271:1 2274:1 2284:1 2317:1 2363:1 2403:1 2410:1 2473:1 2509:1 2523:1 2528:1 2529:1 2533:1 2548:1 2560:1 2561:1 2562:1 2566:3 2581:1 2602:2 2604:1 2606:1 2621:1 2635:2 2646:1 2657:1 2659:1 2660:1 2666:2 2683:1 2684:1 2708:1 2713:1 2719:2 2726:6 2749:2 2750:2 2765:1 2776:3 2781:1 2794:1 2813:1 2827:1 2833:1 2835:1 2836:1 2847:1 2894:1 2943:1 2944:1 2952:1 2959:1 2966:1 2998:1 3009:2 3019:1 3045:1 3082:1 3087:3 3090:3 3093:4 3094:1 3106:1 3116:4 3120:1 3129:1 3148:1 3166:1 3176:1 3182:1 3203:1 3253:2 3262:1 3263:1 3276:1 3300:1 3327:1 3342:1 3354:1 3365:1 3373:1 3374:2 3408:1 3414:1 3426:1 3430:1 3445:1 3451:1 3454:2 3466:2 3474:1 3475:1 3487:1 3491:1 3507:1 3518:1 3532:1 3551:1 3559:2 3563:2 3569:1 3585:1 3587:1 3588:1 3592:1 3614:1 3617:1 3623:1 3626:1 3640:2 3650:1 3660:2 3663:2 3668:1 3674:1 3694:2 3701:1 3702:1 3734:1 3743:1 3746:1 3748:1 3749:1 3755:1 3757:3 3763:1 3767:2 3785:2 3786:5 3841:2 3847:1 3853:1 3856:1 3862:1 3894:1 3906:1 3919:1 3924:1 3936:2 3946:2 3959:2 3960:1 3962:4 3968:1 3975:1 3990:1 4011:1 4022:1 4027:1 4037:1 4040:5 4041:1 4059:2 4071:1 4075:1 4078:1 4131:1 4135:2 4140:1 4152:1 4153:1 4159:1 4176:2 4182:1 4208:1 4235:2 4243:1 4277:1 4292:2 4319:2 4328:2 4354:2 4364:1 4367:1 4370:1 4389:3 4391:1 4393:1 4395:1 4418:1 4428:1 4505:2 4528:1 4533:13 4541:1 4552:1 4559:1 4589:1 4632:3 4646:5 4648:5 4651:1 4655:1 4657:1 4660:2 4662:2 4667:1 4669:1 4672:1 4673:7 4696:1 4720:2 4745:1 4788:1 4791:4 4814:1 4835:1 4841:1 4843:1 4851:1 4868:1 4886:1 4889:1 4893:1 4919:1 4933:1 4942:1 4953:2 4970:1 4973:2 4981:1 5010:1 5011:1 5061:2 5092:1 5100:1 5120:1 5125:1 5135:1 5141:1 5143:1 5146:1 5147:1 5150:1 5157:2 5160:1 5162:2 5168:1 5170:1 5217:1 5238:1 5260:1 5266:1 5268:1 5269:1 5282:1 5283:1 5290:1 5397:1 5402:3 5411:1 5430:1 5467:3 5505:1 5524:3 5526:2 5548:4 5568:2 5574:1 5583:1 5595:1 5600:1 5614:2 5618:1 5637:1 5639:1 5640:1 5675:1 5683:1 5710:1 5728:1 5731:3 5757:1 5762:6 5766:1 5770:1 5779:1 5798:1 5813:4 5840:1 5850:4 5852:2 5857:1 5859:1 5860:3 5861:1 5863:1 5865:2 5870:2 5871:1 5875:3 5877:4 5880:1 5891:1 5902:1 5904:1 5914:1 5915:1 5933:1 5951:1 5960:2 5985:1 5999:1 6003:2 6006:2 6013:1 6014:1 6023:1 6027:1 6039:1 6052:1 6066:1 6068:1 6070:1 6074:1 6077:1 6093:1 6100:1 6127:1 6136:1 6152:1 6173:1 6174:1 6212:1 6215:1 6227:1 6228:1 6230:1 6233:2 6235:1 6259:2 6264:2 6267:1 6276:1 6289:1 6292:4 6295:5 6298:1 6306:1 6307:1 6311:2 6319:5 6320:2 6322:1 6330:2 6378:2 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6447:1 6480:1 6494:1 6501:1 6504:1 6512:1 6516:1 6517:1 6530:1 6532:1 6538:1 6557:1 6566:1 6579:1 6599:3 6601:1 6621:1 6623:1 6637:1 6645:1 6663:1 6688:2 6694:1 6700:2 6722:2 6728:2 6730:1 6733:1 6741:1 6743:1 6747:3 6773:1 6777:1 6787:1 6824:4 6845:5 6851:2 6865:1 6888:1 6919:1 6927:1 6979:1 7025:1 7037:8 7038:2 7060:1 7061:3 7089:1 7092:1 7099:27 7107:1 7119:6 7120:5 7141:1 7142:1 7155:2 7174:1 7187:1 7194:1 7208:3 7269:2 7292:2 7302:1 7311:2 7322:4 7332:1 7346:1 7350:1 7353:1 7358:1 7384:1 7387:1 7417:2 7421:2 7444:1 7461:1 7475:1 7479:1 7483:1 7486:1 7494:3 7563:1 7564:9 7582:1 7642:3 7649:1 7654:1 7659:1 7680:1 7695:2 7710:2 7719:3 7720:1 7725:2 7750:1 7754:1 7767:1 7780:1 7785:1 7788:1 7801:1 7863:1 7864:1 7869:1 7870:2 7871:1 7872:4 7874:1 7876:2 7884:2 7885:1 7907:2 7914:1 7918:1 7921:1 7923:1 7968:4 8014:1 8026:3 8028:2 8035:2 8068:1 8069:1 8070:1 8083:1 8101:1 8123:1 8130:1 8141:1 8142:1 8148:1 8158:1 8168:1 8170:1 8173:1 8223:1 8224:2 8225:2 8242:1 8246:1 8254:1 8266:1 8274:1 8284:3 8285:3 8300:1 8344:1 8345:1 8389:2 8401:1 8409:1 8412:1 8415:1 8421:2 8436:1 8439:3 8464:1 8465:2 8469:2 8506:1 8509:1 8521:1 8523:1 8537:1 8564:1 8591:1 8610:1 8618:1 8631:1 8634:2 8646:2 8649:2 8662:1 8669:1 8679:1 8687:1 8696:1 8700:1 8703:2 8713:1 8715:1 8718:1 8725:1 8731:1 8732:1 8735:1 8750:1 8762:1 8763:2 8768:2 8775:1 8781:1 8858:1 8890:2 8925:1 8944:2 8950:1 8952:1 8957:1 8966:1 8979:1 9016:1 9028:1 9078:1 9089:1 9109:2 9121:1 9138:1 9149:1 9151:1 9164:1 9176:3 9189:2 9191:1 9200:1 9211:1 9245:2 9257:1 9289:1 9291:1 9312:1 9317:1 9326:1 9347:1 9408:1 9414:1 9425:1 9427:1 9437:2 9446:1 9478:1 9489:1 9499:1 9501:1 9504:1 9510:1 9515:1 9520:1 9524:4 9530:1 9554:1 9556:3 9570:1 9583:1 9593:1 9597:5 9601:3 9603:1 9630:4 9639:1 9648:1 9663:1 9671:2 9687:1 9712:1 9734:1 9765:2 9773:1 9790:1 9794:2 9799:1 9801:2 9809:1 9810:1 9839:1 9844:1 9846:1 9853:2 9866:2 9879:3 9906:1 9947:1 9950:1 9966:1 9968:1 9974:3 9976:3 9983:3 9986:2 9987:3 9990:2 9992:2 9996:1 10004:1 10027:1 10029:1 10051:2 10076:1 10080:1 10081:1 10091:1 10101:2 10103:1 10147:1 10181:1 10229:1 10240:1 10241:1 10257:1 10270:2 10307:2 10308:1 10318:1 10323:2 10324:1 10325:1 10334:2 10352:2 10364:1 10382:2 10387:2 10406:1 10412:2 10443:1 10444:1 10453:2 10459:1 10473:2 10483:1 10485:1 10488:1 10504:1 10506:1 10514:1 10526:1 10542:1 10563:1 10588:2 10592:2 10623:2 10633:2 10636:1 10640:1 10647:1 10654:4 10655:1 10664:2 10708:1 10713:2 10717:1 10719:1 10726:1 10731:1 10735:1 10750:1 10765:1 10782:1 10791:1 10831:1 10838:1 10852:1 10856:2 10904:1 10913:1 10928:1 10933:2 10971:1 10977:1 10984:1 11022:3 11023:2 11041:1 11052:1 11053:1 11054:2 11057:2 11058:1 11066:1 11074:2 11079:1 11089:1 11090:1 11108:1 11138:1 11161:1 11163:3 11166:2 11200:1 11204:1 11222:1 11239:1 11253:1 11276:1 11281:1 11290:1 11310:1 11328:1 11334:2 11336:1 11342:1 11358:2 11359:1 11367:1 11371:1 11400:1 11415:1 11435:1 11506:1 11508:1 11525:2 11540:2 11541:1 11555:1 11587:1 11602:1 11608:1 11669:1 11670:1 11674:1 11680:1 11681:1 11683:1 11694:1 11790:1 11792:1 11793:1 11800:2 11801:1 11848:2 11869:1 11870:2 11871:1 11877:1 11879:1 11880:1 11882:1 11886:1 11898:1 11899:2 11900:1 11904:7 11908:1 11926:2 11936:2 11945:1 11992:1 12009:1 12023:2 12024:5 12029:2 12094:13 12124:1 12144:1 12146:1 12170:1 12207:1 12249:2 12250:1 12274:1 12299:1 12313:1 12322:3 12336:1 12342:1 12348:2 12355:3 12378:1 12381:1 12388:3 12465:1 12491:1 12492:1 12502:1 12506:1 12507:2 12511:1 12520:1 12528:1 12548:1 12552:1 12557:1 12576:1 12577:1 12580:2 12585:2 12596:1 12604:1 12619:1 12621:1 12636:1 12648:1 12665:1 12677:1 12678:1 12689:1 12696:1 12699:2 12712:2 12733:2 12740:4 12744:2 12747:1 12769:1 12789:1 12808:1 12811:1 12837:1 12852:1 12859:1 12869:1 12887:1 12901:1 12906:2 12924:4 12936:1 12944:1 12950:1 12959:1 12989:1 12990:1 12993:1 12999:1 13009:1 13024:1 13063:1 13073:1 13080:1 13081:1 13088:1 13104:1 13125:1 13128:1 13133:2 13161:1 13179:1 13187:2 13204:1 13213:1 13216:1 13242:2 13278:1 13291:1 13308:1 13309:1 13318:1 13321:1 13325:1 13340:1 13366:1 13373:1 13421:1 13422:1 13433:1 13475:1 13482:1 13490:1 13496:1 13497:1 13508:1 13519:1 13544:1 13560:2 13564:1 13583:1 13584:2 13587:3 13590:2 13624:3 13633:1 13637:1 13688:1 13703:1 13778:1 13785:1 13792:1 13805:1 13814:1 13820:1 13828:1 13842:1 13849:2 13872:1 13879:2 13881:1 13893:1 13894:2 13911:1 13922:1 13951:1 13962:2 13971:1 13984:1 13985:1 13987:1 13998:1 14005:1 14006:1 14009:1 14012:1 14015:2 14021:4 14043:3 14047:1 14057:1 14059:1 14114:2 14125:1 14142:1 14148:1 14159:1 14163:1 14166:1 14174:1 14178:1 14179:1 14184:2 14198:1 14202:1 14204:1 14211:2 14217:1 14242:1 14251:1 14267:1 14272:1 14315:3 14339:1 14356:1 14365:1 14383:1 14390:2 14392:1 14399:2 14423:1 14429:1 14441:1 14442:1 14454:1 14458:10 14469:1 14480:1 14484:2 14499:1 14513:1 14530:2 14540:1 14550:8 14565:1 14572:2 14601:1 14604:1 14619:1 14621:1 14657:1 14658:1 14664:1 14682:1 14686:3 14694:1 14698:1 14708:2 14709:2 14714:1 14716:1 14717:2 14718:1 14733:1 14761:1 14791:1 14795:1 14800:1 14820:1 14823:1 14832:1 14837:2 14870:1 14877:1 14896:1 14925:2 14926:1 14944:1 14961:1 15002:3 15014:1 15016:2 15020:1 15028:1 15038:1 15046:2 15064:2 15066:1 15086:1 15095:2 15096:1 15100:1 15106:1 15110:2 15111:1 15144:1 15153:1 15165:2 15239:1 15268:1 15276:2 15291:2 15297:1 15307:1 15319:1 15358:3 15370:2 15398:1 15406:1 15413:1 15442:1 15453:1 15501:2 15524:1 15541:1 15543:1 15575:1 15591:1 15599:4 15602:1 15613:2 15646:1 15700:1 15718:1 15794:1 15797:1 15803:1 15805:1 15810:1 15826:2 15828:1 15867:3 15902:2 15903:3 15931:1 15937:2 15952:1 15967:3 15978:3 15989:2 15990:1 15996:1 16026:1 16043:2 16056:1 16068:2 16085:1 16099:3 16129:1 16144:4 16150:1 16213:2 16217:2 16225:3 16239:1 16247:1 16260:4 16264:1 16265:1 16282:1 16295:1 16296:1 16312:1 16320:1 16361:1 16404:1 16405:1 16417:1 16425:2 16427:1 16466:1 16483:1 16523:1 16564:1 16567:1 16568:2 16580:5 16593:1 16601:1 16649:1 16668:1 16691:1 16720:1 16724:1 16725:2 16738:1 16783:1 16786:2 16799:1 16825:1 16859:1 16865:1790 16873:1 16877:1 16880:1 16923:1 16926:1 16927:1 16939:1 16961:2 17003:1 17004:1 17020:1 17043:1 17044:1 17046:1 17047:1 17060:1 17089:1 17096:1 17139:2 17187:1 17244:1 17248:1 17256:2 17266:1 17274:1 17283:1 17292:1 17294:1 17318:1 17323:1 17331:1 17338:1 17348:1 17357:1 17366:2 17395:1 17419:1 17475:1 17486:1 17499:1 17507:1 17515:2 17516:1 17535:1 17556:1 17560:3 17580:1 17601:1 17603:1 17620:5 17669:4 17672:1 17697:1 17700:1 17705:1 17709:1 17710:1 17714:1 17715:1 17722:1 17736:1 17739:3 17740:1 17743:1 17744:1 17755:1 17760:1 17766:1 17769:1 17782:1 17789:1 17790:1 17795:1 17807:1 17812:1 17815:2 17834:1 17850:1 17864:1 17880:1 17911:1 17914:2 17916:2 17963:1 17968:1 17970:1 17973:1 17984:1 17992:2 17998:2 18004:1 18018:1 18025:1 18047:1 18059:1 18061:1 18065:1 18079:1 18080:1 18091:2 18111:1 18112:1 18113:2 18128:1 18155:1 18159:1 18162:2 18166:1 18191:1 18197:1 18209:1 18222:2 18224:1 18226:2 18227:2 18232:1 18240:1 18245:1 18253:1 18261:1 18265:2 18284:1 18288:1 18292:4 18300:2 18303:1 18320:1 18358:1 18360:1 18361:1 18384:3 18399:1 18404:1 18409:1 18445:1 18450:1 18478:1 18486:1 18514:1 18515:1 18522:1 18542:3 18548:1 18558:1 18560:1 18562:1 18564:1 18588:1 18602:1 18657:1 18685:1 18701:1 18711:1 18712:1 18722:1 18734:1 18756:1 18769:1 18784:1 18817:1 18822:2 18824:1 18840:1 18842:1 18860:1 18877:6 18880:1 18881:1 18886:1 18891:2 18898:1 18900:1 18911:2 18913:1 18929:1 18931:1 18993:1 18997:1 19006:1 19024:1 19031:1 19036:2 19037:1 19052:1 19057:1 19059:1 19076:1 19089:2 19090:1 19099:1 19100:1 19108:1 19111:1 19118:3 19135:1 19160:1 19185:1 19191:2 19195:1 19198:1 19208:2 19210:1 19215:2 19217:1 19221:1 19235:1 19245:1 19251:1 19257:1 19258:1 19262:1 19287:1 19306:2 19317:2 19331:1 19334:3 19351:1 19359:1 19362:2 19363:1 19367:2 19377:1 19381:2 19383:1 19388:1 19433:1 19446:1 19466:2 19468:1 19476:1 19490:1 19494:1 19526:1 19549:1 19561:1 19564:1 19612:3 19613:1 19621:1 19630:1 19669:1 19672:2 19675:1 19676:1 19678:1 19688:4 19704:1 19710:2 19724:1 19730:2 19735:1 19736:1 19749:1 19773:2 19801:1 19806:2 19807:2 19810:1 19811:1 19831:1 19832:1 19834:1 19837:1 19840:2 19842:4 19848:1 19854:1 19869:1 19873:1 19905:1 19949:1 19951:1 19952:1 19953:1 19954:2 20001:1 20002:2 20013:1 20017:4 20020:2 20040:1 20043:1 20067:2 20078:1 20097:1 20147:1 20150:1 20172:3 20183:1 20203:4 20218:2 20238:7 20244:1 20250:1 20258:1 20285:1 20302:1 20307:1 20308:1 20337:1 20360:1 20377:2 20398:2 20405:1 20477:1 20489:1 20495:1 20497:1 20507:1 20524:1 20530:1 20568:1 20593:1 20615:1 20625:1 20650:1 20651:1 20657:1 20662:2 20670:1 20679:1 20680:1 20687:1 20705:1 20719:1 20721:2 20750:1 20785:1 20793:2 20797:2 20806:1 20819:2 20838:1 20846:1 20847:1 20865:2 20870:1 20899:1 20901:1 20926:4 20933:1 20938:2 20952:2 20973:1 20992:2 20993:1 20997:1 21016:1 21023:1 21025:1 21029:1 21039:1 21043:1 21069:1 21074:1 21099:3 21100:1 21119:1 21121:1 21123:1 21129:2 21133:1 21145:1 21159:1 21170:1 21176:1 21180:1 21182:1 21225:1 21228:1 21231:1 21245:1 21260:1 21262:1 21266:1 21277:1 21279:2 21282:1 21284:1 21306:2 21311:1 21323:1 21344:1 21355:3 21369:1 21379:1 21381:1 21385:1 21400:1 21418:3 21438:1 21454:1 21455:1 21458:1 21495:1 21514:1 21522:1 21541:1 21556:3 21564:1 21569:1 21593:1 21617:1 21624:1 21631:1 21639:2 21645:1 21653:1 21655:1 21702:1 21704:1 21705:1 21720:1 21745:1 21746:1 21788:2 21793:1 21822:1 21841:1 21845:1 21887:1 21897:1 21909:3 21931:2 21932:2 21963:1 21969:1 21971:1 21987:1 22003:1 22015:1 22020:1 22028:1 22051:1 22060:1 22061:1 22077:1 22114:3 22129:1 22130:1 22136:1 22154:1 22161:1 22166:1 22179:2 22185:1 22198:2 22204:1 22218:1 22222:1 22223:2 22234:1 22243:1 22284:2 22299:3 22301:1 22330:1 22334:1 22335:1 22338:1 22340:2 22341:1 22342:2 22343:1 22349:1 22361:1 22380:2 22423:1 22440:1 22450:1 22460:1 22463:2 22471:1 22476:1 22477:1 22478:1 22493:1 22494:3 22503:1 22509:1 22525:1 22551:1 22564:1 22587:2 22598:1 22605:2 22668:4 22672:2 22698:1 22725:1 22755:2 22793:1 22808:1 22822:3 22832:1 22840:2 22843:1 22850:1 22854:5 22861:2 22879:2 22881:1 22882:1 22883:1 22885:1 22887:1 22933:2 22946:2 22948:1 22956:1 22964:1 23003:3 23008:2 23019:1 23020:1 23026:1 23028:1 23029:1 23034:1 23051:2 23056:1 23057:1 23065:1 23099:1 23107:1 23118:1 23120:1 23135:1 23145:1 23148:1 23150:1 23165:1 23171:1 23200:1 23239:2 23240:1 23241:1 23268:1 23294:1 23296:3 23313:1 23417:1 23427:1 23429:1 23445:1 23468:1 23470:2 23476:3 23556:1 23568:1 23573:1 23592:1 23595:1 23599:2 23605:2 23626:1 23637:1 23679:1 23693:1 23696:1 23705:1 23722:1 23723:1 23735:1 23805:1 23813:1 23821:1 23827:1 23848:1 23897:1 23899:1 23916:1 23952:1 23975:1 23977:1 23983:1 24019:1 24033:1 24038:1 24040:5 24041:1 24042:1 24051:1 24101:1 24106:1 24126:1 24135:1 24145:1 24170:1 24171:1 24188:1 24190:2 24192:3 24214:1 24220:1 24224:1 24244:1 24251:1 24279:1 24297:1 24303:2 24304:3 24315:1 24318:1 24331:1 24333:1 24335:1 24343:2 24348:1 24352:1 24355:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:4 24391:2 24398:1 24415:1 24425:1 24436:1 24446:1 24449:1 24451:1 24457:1 24522:1 24536:1 24562:2 24563:1 24570:1 24571:1 24578:3 24583:2 24584:1 24585:1 24591:1 24593:2 24628:2 24640:1 24649:2 24650:3 24653:1 24655:1 24671:1 24698:1 24705:1 24716:1 24720:1 24737:1 24742:1 24756:3 24798:2 24819:1 24821:2 24848:1 24866:1 24871:1 24874:1 24875:1 24884:2 24885:1 24891:2 24895:1 24908:2 24910:1 24913:1 24916:2 24917:4 24924:1 24927:2 24930:1 24950:1 24959:2 24960:1 24987:1 24993:3 24999:1 25025:1 25027:3 25028:1 25030:1 25055:1 25056:1 25086:2 25093:1 25098:1 25109:1 25123:1 25130:1 25138:1 25178:1 25199:1 25200:1 25209:1 25217:1 25226:1 25251:1 25269:2 25302:1 25345:1 25355:1 25374:1 25380:2 25405:1 25408:1 25422:1 25426:1 25427:1 25434:1 25437:1 25453:1 25491:2 25499:1 25519:1 25528:1 25530:1 25565:1 25566:2 25578:16 25583:2 25597:1 25608:1 25611:1 25617:2 25642:1 25653:1 25676:3 25686:1 25713:1 25723:3 25729:1 25757:9 25802:1 25822:1 25829:2 25841:1 25851:1 25862:1 25868:1 25873:1 25896:2 25921:2 25933:2 25935:1 25947:2 25972:1 25990:1 26005:1 26006:2 26012:1 26013:2 26024:2 26034:1 26039:1 26065:2 26068:1 26072:2 26076:2 26077:5 26100:1 26118:1 26127:1 26128:1 26132:2 26144:3 26191:3 26196:1 26204:1 26223:1 26285:1 26290:1 26295:2 26296:1 26351:1 26356:3 26381:1 26400:1 26421:1 26436:1 26442:1 26445:2 26448:1 26468:1 26469:1 26473:1 26477:2 26502:1 26512:1 26529:1 26549:1 26558:1 26562:1 26577:2 26584:2 26591:1 26597:1 26599:1 26610:1 26635:1 26649:1 26652:1 26653:1 26660:2 26670:1 26686:1 26689:1 26691:1 26705:3 26709:1 26724:1 26732:3 26733:3 26740:2 26749:1 26751:1 26753:1 26756:3 26794:5 26798:1 26805:2 26813:1 26817:1 26835:1 26845:1 8 1:4 9:1 20:1 35:1 39:1 42:2 80:2 86:1 110:1 117:1 122:1 144:1 161:1 162:1 179:1 187:1 192:4 205:1 213:1 224:1 229:3 236:1 262:1 287:1 319:3 320:1 321:1 342:1 353:2 392:2 413:1 426:1 452:1 466:1 484:1 497:1 538:1 545:1 558:2 565:2 579:4 605:6 635:1 636:1 643:4 661:1 663:1 666:1 667:1 747:2 758:1 766:1 812:4 817:2 819:1 831:1 832:1 839:5 848:1 860:1 874:1 899:1 904:3 908:2 939:1 940:1 942:3 951:1 998:1 1001:1 1013:1 1017:1 1033:1 1039:1 1048:1 1067:3 1077:1 1087:1 1100:1 1108:1 1113:1 1118:1 1123:1 1126:1 1127:1 1132:1 1134:1 1137:1 1138:1 1143:1 1157:1 1159:1 1167:1 1174:1 1176:1 1179:1 1180:1 1185:1 1186:1 1187:1 1189:1 1201:1 1206:1 1214:1 1222:1 1236:1 1255:1 1270:1 1271:1 1278:1 1286:1 1297:1 1305:1 1309:1 1315:1 1319:1 1322:5 1325:5 1331:1 1343:2 1358:1 1361:3 1368:4 1385:1 1403:1 1409:1 1412:1 1413:3 1433:1 1445:3 1449:1 1458:2 1463:2 1470:1 1499:1 1516:2 1527:1 1529:1 1533:1 1537:1 1555:1 1561:1 1572:2 1576:1 1591:1 1594:1 1607:1 1612:2 1617:1 1618:2 1628:1 1629:1 1640:1 1644:1 1647:2 1667:1 1670:1 1681:1 1685:1 1686:1 1690:1 1719:1 1725:1 1726:2 1739:4 1745:1 1749:1 1751:1 1755:2 1766:1 1768:2 1774:1 1785:1 1787:1 1798:2 1804:1 1811:1 1813:1 1815:1 1828:1 1843:1 1847:1 1889:1 1891:2 1915:1 1918:1 1922:2 1954:1 1966:1 1976:1 1981:1 1994:1 2026:4 2046:1 2064:1 2101:1 2127:1 2143:1 2156:1 2157:1 2158:1 2160:4 2161:1 2163:1 2170:3 2172:1 2177:1 2181:2 2184:7 2186:2 2190:2 2192:1 2195:2 2197:1 2199:1 2228:1 2237:1 2248:3 2250:1 2260:1 2271:1 2274:1 2284:1 2317:1 2363:1 2403:1 2410:1 2466:1 2473:1 2509:1 2523:1 2528:1 2529:1 2533:1 2548:1 2560:1 2561:1 2562:1 2566:3 2581:1 2602:2 2604:1 2606:1 2621:1 2635:3 2646:1 2657:1 2659:1 2660:1 2666:2 2683:1 2684:1 2708:1 2713:1 2719:2 2726:6 2749:2 2750:2 2765:1 2776:3 2781:1 2794:1 2813:1 2827:1 2833:1 2835:1 2836:1 2847:1 2894:1 2943:1 2944:1 2952:1 2959:1 2966:1 2998:1 3009:2 3019:1 3045:1 3082:1 3087:3 3090:3 3093:4 3094:1 3106:1 3116:5 3120:1 3129:1 3148:1 3166:1 3176:1 3182:1 3203:1 3253:2 3262:1 3263:1 3276:1 3300:1 3327:1 3342:1 3354:1 3365:1 3373:1 3374:2 3408:1 3414:1 3426:1 3430:1 3445:1 3451:1 3454:2 3466:2 3474:1 3475:1 3487:1 3491:1 3507:1 3518:1 3532:1 3533:1 3551:1 3559:2 3563:2 3569:1 3585:1 3587:1 3588:1 3592:1 3614:1 3617:1 3623:1 3626:1 3640:2 3650:1 3660:2 3663:2 3668:1 3674:1 3694:2 3701:1 3702:1 3734:1 3743:1 3746:1 3748:1 3749:1 3755:1 3757:3 3763:1 3767:2 3785:2 3786:5 3841:2 3847:1 3853:1 3856:1 3862:1 3894:1 3906:1 3919:1 3924:1 3936:2 3946:2 3959:2 3960:1 3962:5 3968:1 3975:1 3990:1 4011:1 4022:1 4027:1 4037:1 4040:5 4041:1 4059:2 4071:1 4075:1 4078:1 4131:1 4135:2 4140:1 4152:1 4153:1 4159:1 4176:2 4182:1 4202:1 4208:1 4235:2 4243:1 4277:1 4292:2 4319:2 4328:2 4354:2 4364:1 4367:1 4370:1 4389:3 4391:1 4393:1 4395:1 4418:1 4428:1 4505:3 4528:1 4533:14 4541:1 4552:1 4559:1 4589:1 4632:3 4646:6 4648:5 4651:1 4655:1 4657:1 4660:2 4662:2 4667:1 4669:1 4672:1 4673:7 4696:1 4720:2 4745:1 4788:1 4791:4 4814:1 4835:1 4841:1 4843:1 4851:1 4862:1 4868:1 4886:1 4889:1 4893:1 4919:1 4933:1 4942:1 4953:2 4970:1 4973:2 4981:1 5010:1 5011:1 5061:2 5092:1 5100:1 5120:1 5125:1 5135:1 5141:1 5143:1 5146:2 5147:1 5150:1 5157:2 5160:1 5162:2 5168:1 5170:1 5197:1 5217:1 5226:1 5238:1 5260:1 5266:1 5268:1 5269:1 5282:1 5283:1 5290:1 5397:1 5402:4 5411:1 5430:1 5467:3 5505:1 5524:3 5526:2 5548:4 5568:2 5574:1 5583:1 5595:1 5600:1 5614:2 5618:1 5637:1 5639:1 5640:1 5675:1 5683:1 5710:1 5728:1 5731:3 5757:1 5762:6 5766:1 5770:1 5779:1 5798:1 5813:4 5840:1 5850:4 5852:2 5857:1 5859:1 5860:3 5861:1 5863:1 5865:2 5870:2 5871:1 5875:3 5877:4 5880:1 5891:1 5902:1 5904:1 5914:1 5915:1 5933:1 5951:1 5960:2 5985:1 5999:1 6003:2 6006:2 6013:1 6014:1 6023:1 6027:1 6039:1 6052:1 6066:1 6068:1 6070:1 6074:1 6077:1 6093:1 6100:1 6127:1 6136:1 6138:1 6152:1 6173:1 6174:1 6212:1 6215:1 6227:1 6228:1 6230:1 6233:2 6235:1 6259:3 6264:2 6267:1 6276:1 6289:1 6292:4 6295:6 6298:1 6306:1 6307:1 6311:2 6319:5 6320:2 6322:1 6330:3 6378:2 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6447:1 6480:1 6494:1 6501:1 6504:1 6512:1 6516:1 6517:1 6529:1 6530:1 6532:1 6538:1 6553:1 6557:1 6566:1 6579:1 6599:3 6601:1 6621:1 6623:1 6637:1 6645:1 6663:1 6688:2 6694:1 6700:2 6722:2 6728:3 6730:1 6733:1 6741:1 6743:1 6747:3 6773:1 6777:1 6787:1 6824:4 6845:5 6851:2 6865:1 6888:1 6919:1 6927:2 6979:1 7025:2 7037:10 7038:3 7060:1 7061:3 7089:1 7092:1 7099:28 7107:1 7119:6 7120:5 7141:1 7142:1 7155:2 7158:1 7174:1 7180:1 7187:1 7194:1 7208:3 7269:2 7292:2 7302:1 7311:2 7322:4 7332:1 7346:1 7350:1 7353:1 7358:1 7384:1 7387:1 7417:2 7421:2 7444:1 7461:1 7475:1 7479:1 7483:1 7486:1 7494:3 7563:1 7564:9 7582:1 7642:3 7649:1 7654:1 7659:1 7680:1 7695:2 7710:2 7719:3 7720:1 7725:2 7750:1 7754:1 7767:1 7780:1 7785:1 7788:1 7801:1 7863:1 7864:1 7869:1 7870:2 7871:1 7872:4 7874:1 7876:2 7884:2 7885:1 7907:3 7914:1 7918:1 7921:1 7923:1 7968:4 8014:1 8026:3 8028:2 8035:2 8068:1 8069:1 8070:1 8083:1 8101:1 8123:2 8130:1 8141:1 8142:1 8148:1 8158:1 8168:2 8170:1 8173:1 8223:1 8224:2 8225:2 8242:1 8246:1 8254:1 8266:1 8274:1 8284:3 8285:4 8300:1 8344:1 8345:1 8389:2 8401:1 8409:1 8412:1 8415:1 8416:1 8421:2 8436:1 8439:3 8464:1 8465:2 8469:2 8506:1 8509:1 8521:1 8523:1 8537:1 8564:1 8570:1 8591:1 8610:1 8618:1 8631:1 8634:2 8646:2 8649:2 8662:1 8669:1 8679:1 8687:1 8696:1 8700:1 8703:2 8713:1 8715:1 8718:1 8725:1 8731:1 8732:2 8735:1 8750:1 8762:1 8763:2 8768:2 8775:1 8781:1 8858:1 8890:2 8925:1 8944:2 8950:1 8952:1 8957:1 8966:1 8979:1 9016:1 9028:1 9078:1 9089:1 9109:2 9121:1 9138:1 9149:1 9151:1 9164:1 9176:3 9189:2 9191:1 9200:1 9211:1 9231:1 9245:2 9257:1 9289:1 9291:1 9312:1 9317:1 9326:1 9347:1 9408:1 9414:1 9425:1 9427:1 9437:2 9446:1 9478:1 9489:1 9499:1 9501:1 9504:1 9510:1 9515:1 9520:1 9524:4 9530:1 9554:1 9556:3 9570:1 9583:1 9593:1 9597:5 9601:3 9603:1 9630:4 9639:1 9648:1 9663:1 9671:2 9687:1 9712:1 9734:1 9765:2 9773:1 9790:1 9794:2 9797:1 9799:1 9801:2 9809:1 9810:1 9839:1 9844:1 9846:1 9853:2 9866:2 9879:4 9888:1 9906:1 9947:1 9950:1 9966:1 9968:1 9974:3 9976:3 9983:3 9986:2 9987:4 9990:2 9992:2 9996:1 10004:1 10027:1 10029:1 10051:2 10076:1 10080:1 10081:1 10091:1 10101:2 10103:1 10147:1 10181:1 10229:1 10240:1 10241:1 10257:1 10270:2 10307:2 10308:1 10318:1 10323:2 10324:1 10325:1 10334:2 10349:1 10352:2 10364:1 10382:2 10387:3 10406:1 10412:2 10443:1 10444:1 10453:2 10459:1 10473:2 10483:1 10485:1 10488:1 10504:1 10506:1 10514:1 10526:1 10542:1 10563:1 10588:2 10592:2 10623:2 10633:2 10636:1 10640:1 10643:1 10647:1 10654:4 10655:1 10664:2 10708:1 10713:2 10717:1 10719:1 10726:1 10731:1 10735:1 10750:1 10764:1 10765:1 10782:1 10791:1 10831:1 10838:1 10852:1 10856:2 10904:1 10913:1 10928:1 10933:2 10971:1 10977:1 10984:1 11022:3 11023:2 11041:1 11052:1 11053:1 11054:2 11057:3 11058:1 11066:1 11074:2 11079:1 11089:1 11090:1 11108:1 11138:1 11161:1 11163:3 11166:2 11200:1 11204:1 11222:1 11239:2 11253:2 11276:1 11281:1 11290:1 11310:1 11328:1 11334:2 11336:1 11342:1 11358:2 11359:1 11367:1 11371:1 11400:1 11415:1 11435:1 11506:1 11508:1 11525:2 11540:2 11541:1 11555:1 11587:1 11602:1 11608:1 11669:1 11670:1 11674:1 11680:1 11681:1 11683:1 11684:1 11694:1 11790:1 11792:1 11793:1 11800:2 11801:1 11848:2 11869:1 11870:2 11871:1 11877:1 11879:1 11880:1 11882:1 11886:1 11898:1 11899:2 11900:1 11904:7 11908:1 11926:2 11936:2 11945:1 11992:1 12009:1 12023:2 12024:5 12029:2 12094:14 12097:1 12124:1 12144:1 12146:1 12170:1 12207:1 12223:1 12249:2 12250:1 12274:1 12299:1 12313:1 12322:3 12336:1 12342:1 12348:2 12355:3 12378:1 12381:1 12388:3 12465:1 12491:1 12492:1 12502:1 12506:1 12507:2 12511:1 12520:1 12528:2 12545:1 12548:1 12552:1 12557:1 12576:1 12577:1 12580:2 12585:2 12596:1 12604:1 12619:1 12621:1 12636:1 12648:1 12665:1 12677:1 12678:1 12689:1 12696:2 12699:2 12712:2 12733:2 12740:4 12744:2 12747:1 12769:1 12789:1 12808:1 12811:1 12837:1 12852:1 12859:1 12869:1 12887:1 12901:1 12906:2 12924:4 12936:1 12944:1 12950:2 12959:1 12989:1 12990:1 12993:1 12999:1 13009:1 13024:1 13063:1 13073:1 13080:1 13081:1 13088:1 13104:1 13125:1 13128:1 13133:2 13161:1 13179:1 13187:2 13204:1 13213:1 13216:1 13242:2 13278:1 13291:1 13308:1 13309:1 13318:1 13321:1 13325:1 13340:1 13343:1 13366:1 13373:1 13421:1 13422:1 13433:1 13475:1 13482:1 13490:1 13496:1 13497:1 13508:1 13519:1 13544:1 13560:2 13564:1 13583:1 13584:2 13587:3 13590:2 13624:3 13633:1 13637:1 13688:1 13703:1 13777:1 13778:1 13785:1 13792:1 13805:1 13814:2 13820:1 13828:1 13842:1 13849:2 13872:1 13879:2 13881:1 13893:1 13894:2 13911:1 13922:1 13951:1 13962:2 13971:1 13984:1 13985:1 13987:1 13998:1 14005:1 14006:1 14009:1 14012:1 14015:2 14021:4 14043:3 14047:1 14057:1 14059:1 14114:2 14125:1 14142:1 14148:1 14159:1 14163:1 14166:1 14174:1 14178:1 14179:1 14184:3 14198:1 14202:1 14204:1 14211:2 14217:1 14242:1 14251:1 14267:1 14272:1 14315:3 14339:1 14356:1 14365:1 14383:1 14390:2 14392:1 14399:2 14423:1 14429:1 14441:1 14442:1 14454:1 14458:11 14469:1 14480:1 14484:2 14499:1 14513:1 14530:2 14540:1 14550:8 14565:1 14572:2 14601:1 14604:1 14619:1 14621:1 14657:1 14658:1 14664:1 14682:1 14686:3 14694:1 14698:1 14708:2 14709:2 14714:1 14716:1 14717:2 14718:1 14733:1 14761:1 14791:1 14795:1 14800:1 14820:1 14823:1 14832:1 14837:2 14870:1 14877:1 14896:1 14925:2 14926:1 14944:1 14961:1 15002:3 15014:1 15016:2 15020:1 15028:1 15038:1 15046:2 15064:2 15066:1 15086:1 15095:2 15096:1 15100:1 15106:1 15110:2 15111:1 15144:1 15153:1 15165:2 15239:1 15268:1 15276:2 15291:2 15297:1 15307:1 15319:1 15328:1 15358:4 15370:2 15398:1 15406:1 15413:1 15430:1 15442:1 15453:1 15464:1 15501:2 15524:1 15541:1 15543:1 15575:1 15591:1 15599:4 15602:1 15613:2 15646:1 15700:1 15718:1 15788:1 15794:1 15797:1 15803:1 15805:1 15810:1 15826:2 15828:1 15867:3 15902:2 15903:3 15931:1 15937:2 15952:1 15967:3 15978:3 15989:2 15990:1 15996:1 16026:1 16043:2 16056:1 16068:2 16085:1 16099:3 16129:1 16144:4 16150:1 16213:2 16217:2 16225:3 16239:1 16247:1 16260:4 16264:1 16265:1 16282:1 16295:1 16296:1 16312:1 16320:1 16361:1 16404:1 16405:1 16417:1 16425:2 16427:1 16466:1 16483:1 16523:1 16564:1 16567:1 16568:2 16580:5 16593:1 16601:1 16649:1 16668:1 16685:1 16691:1 16720:1 16724:1 16725:2 16738:1 16783:1 16786:2 16799:1 16825:1 16859:1 16865:1853 16873:1 16877:1 16880:1 16923:1 16926:1 16927:1 16939:1 16961:2 17003:1 17004:1 17020:1 17043:1 17044:1 17046:1 17047:1 17051:1 17060:1 17089:1 17096:1 17139:2 17187:1 17244:1 17248:1 17256:2 17266:1 17274:1 17283:1 17292:1 17294:1 17318:1 17323:1 17331:1 17338:1 17348:1 17357:1 17366:2 17395:1 17419:1 17475:1 17486:1 17499:1 17507:1 17515:2 17516:1 17535:1 17556:1 17560:3 17580:1 17601:1 17603:1 17620:5 17669:4 17672:1 17697:1 17700:1 17705:1 17709:1 17710:1 17714:1 17715:2 17722:1 17736:1 17739:3 17740:1 17743:1 17744:1 17755:1 17760:1 17766:1 17769:1 17782:1 17789:1 17790:1 17795:1 17807:1 17812:1 17815:2 17834:1 17850:1 17864:1 17880:1 17911:1 17914:2 17916:2 17963:1 17968:1 17970:1 17973:1 17984:1 17992:2 17998:2 18004:1 18018:1 18025:1 18047:1 18059:1 18061:1 18065:1 18079:1 18080:1 18091:2 18111:1 18112:1 18113:2 18128:1 18155:1 18159:1 18162:2 18166:1 18191:1 18197:1 18209:1 18222:2 18224:1 18226:2 18227:2 18232:1 18240:1 18245:1 18253:1 18261:1 18265:2 18284:1 18288:1 18292:4 18300:2 18303:1 18320:1 18348:1 18358:1 18360:1 18361:1 18384:3 18399:1 18404:1 18409:1 18445:1 18450:1 18478:1 18486:1 18491:1 18514:1 18515:1 18522:1 18542:3 18548:1 18558:1 18560:1 18562:1 18564:1 18588:1 18602:1 18657:1 18685:1 18701:1 18711:1 18712:1 18722:1 18734:1 18756:1 18769:1 18784:1 18817:1 18822:2 18824:1 18840:1 18842:1 18860:1 18877:6 18880:1 18881:2 18886:1 18891:2 18898:1 18900:1 18911:2 18913:1 18929:1 18931:1 18993:1 18997:1 19006:1 19024:1 19031:1 19036:2 19037:1 19052:1 19057:1 19059:1 19076:1 19089:2 19090:1 19099:1 19100:1 19108:1 19111:1 19118:3 19135:1 19160:1 19162:1 19185:1 19191:2 19195:1 19198:1 19208:2 19210:1 19215:2 19217:1 19221:1 19235:1 19245:1 19251:1 19257:1 19258:1 19262:1 19287:1 19306:2 19317:2 19331:1 19334:3 19351:1 19359:1 19362:2 19363:1 19367:2 19377:1 19381:2 19383:1 19388:1 19433:1 19446:1 19466:2 19468:1 19476:1 19490:1 19491:1 19493:1 19494:1 19526:1 19549:1 19561:1 19564:1 19612:3 19613:1 19621:1 19630:1 19669:1 19672:2 19675:1 19676:1 19678:1 19688:4 19704:1 19710:2 19724:1 19730:2 19735:1 19736:1 19749:1 19751:1 19773:2 19801:1 19806:2 19807:2 19810:1 19811:1 19831:1 19832:1 19834:1 19837:1 19840:2 19842:5 19848:1 19854:1 19869:1 19873:1 19905:1 19949:1 19951:1 19952:1 19953:1 19954:2 20001:1 20002:2 20013:1 20017:4 20020:2 20040:1 20043:1 20067:2 20078:1 20097:1 20147:1 20150:1 20172:4 20183:1 20203:4 20218:2 20238:7 20244:1 20250:1 20258:1 20285:1 20302:1 20307:1 20308:1 20337:1 20360:1 20377:2 20398:2 20405:1 20477:1 20489:1 20495:1 20497:1 20507:1 20524:1 20530:1 20568:1 20593:1 20615:1 20625:1 20650:1 20651:1 20657:1 20662:2 20670:1 20679:1 20680:1 20687:1 20705:1 20719:1 20721:2 20750:1 20785:1 20793:2 20797:2 20806:1 20819:2 20838:1 20846:1 20847:1 20865:2 20870:1 20880:1 20899:1 20901:1 20926:4 20933:1 20938:2 20952:2 20973:1 20992:2 20993:1 20997:1 21016:1 21023:1 21025:1 21029:1 21039:1 21043:1 21069:1 21074:1 21099:3 21100:1 21119:1 21121:1 21123:1 21129:2 21133:1 21145:1 21159:1 21170:1 21176:1 21180:1 21182:1 21225:1 21228:1 21231:2 21245:1 21260:1 21262:1 21266:1 21277:1 21279:2 21282:1 21284:1 21306:3 21311:1 21323:1 21344:1 21355:3 21369:1 21379:1 21381:1 21385:1 21400:1 21418:3 21438:1 21454:1 21455:1 21458:1 21495:1 21514:1 21522:1 21541:1 21556:3 21564:1 21569:1 21593:1 21617:1 21624:1 21631:1 21639:2 21645:1 21653:1 21655:1 21702:1 21704:1 21705:1 21720:1 21729:1 21745:1 21746:1 21788:2 21793:1 21822:1 21841:1 21845:1 21887:1 21897:1 21909:3 21931:2 21932:2 21963:1 21969:1 21971:1 21987:1 22003:1 22015:1 22020:2 22028:1 22051:1 22060:1 22061:1 22077:1 22114:3 22129:1 22130:1 22136:1 22154:1 22161:1 22166:1 22179:2 22185:1 22198:2 22204:1 22218:1 22222:1 22223:2 22234:1 22243:1 22284:2 22299:3 22301:1 22330:1 22334:1 22335:1 22338:1 22340:2 22341:1 22342:2 22343:1 22349:1 22361:1 22380:2 22421:1 22423:1 22440:1 22450:1 22460:1 22463:2 22471:1 22476:1 22477:1 22478:1 22493:1 22494:3 22496:1 22503:1 22509:1 22525:1 22551:1 22564:1 22587:2 22598:1 22605:2 22668:4 22672:2 22698:1 22725:1 22755:2 22793:1 22808:1 22822:3 22832:1 22840:2 22843:1 22850:1 22854:5 22861:3 22879:2 22881:1 22882:1 22883:1 22885:1 22887:1 22933:2 22946:2 22948:1 22956:1 22963:1 22964:1 23003:3 23008:2 23019:1 23020:1 23026:1 23028:1 23029:1 23034:1 23051:2 23056:1 23057:1 23065:1 23099:1 23107:1 23118:1 23120:1 23135:1 23145:1 23148:1 23150:1 23165:1 23171:1 23200:1 23239:2 23240:1 23241:1 23268:1 23294:1 23296:4 23313:1 23417:1 23427:1 23429:1 23445:1 23465:1 23468:1 23470:2 23476:3 23556:1 23568:1 23573:1 23592:1 23595:1 23599:2 23605:2 23626:1 23637:1 23679:1 23693:1 23696:1 23705:1 23722:1 23723:1 23735:1 23805:1 23813:1 23821:1 23827:1 23848:1 23897:1 23899:1 23916:1 23952:1 23975:1 23977:1 23983:1 23992:1 24019:1 24033:1 24038:1 24040:5 24041:1 24042:1 24051:1 24101:1 24106:1 24126:1 24135:1 24145:1 24170:1 24171:1 24188:1 24190:2 24192:3 24214:1 24220:1 24224:1 24244:1 24251:1 24279:1 24291:1 24297:1 24303:2 24304:3 24315:1 24318:1 24331:1 24333:1 24335:1 24343:2 24348:1 24352:1 24355:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:4 24391:2 24398:1 24415:1 24425:1 24436:1 24446:1 24449:1 24451:1 24457:1 24522:1 24536:1 24562:2 24563:1 24570:1 24571:1 24578:3 24583:2 24584:1 24585:1 24591:1 24593:2 24628:2 24640:1 24649:2 24650:3 24653:1 24655:1 24671:1 24698:1 24705:1 24716:1 24720:1 24737:1 24742:1 24756:3 24798:2 24813:1 24819:1 24821:2 24848:1 24866:1 24871:1 24874:1 24875:1 24884:2 24885:1 24891:2 24895:1 24908:2 24910:1 24913:1 24916:2 24917:4 24921:1 24924:1 24927:2 24930:2 24950:1 24959:2 24960:1 24987:1 24993:3 24999:1 25025:1 25027:3 25028:1 25030:1 25055:1 25056:1 25086:2 25093:1 25098:1 25109:1 25123:1 25127:1 25130:1 25138:1 25178:1 25199:1 25200:1 25209:1 25217:1 25226:1 25251:1 25269:2 25302:1 25345:1 25355:1 25374:1 25380:2 25405:1 25408:1 25422:1 25426:1 25427:1 25434:1 25437:1 25453:1 25491:2 25499:1 25519:1 25528:1 25530:1 25565:1 25566:2 25578:16 25583:3 25597:1 25608:1 25611:1 25617:2 25642:1 25653:1 25662:1 25676:3 25686:1 25713:2 25723:3 25729:1 25757:11 25802:1 25822:1 25829:2 25841:1 25851:1 25862:1 25868:1 25873:1 25896:2 25921:2 25933:2 25935:1 25937:1 25947:2 25972:1 25990:1 26005:1 26006:2 26012:1 26013:2 26024:2 26034:1 26039:1 26065:2 26068:1 26072:2 26076:2 26077:5 26100:1 26118:1 26127:1 26128:1 26132:2 26144:3 26191:3 26196:1 26204:1 26223:1 26285:1 26290:1 26295:3 26296:1 26351:1 26356:3 26381:1 26400:1 26421:1 26436:1 26442:1 26445:2 26448:1 26468:1 26469:1 26473:1 26477:3 26502:1 26512:1 26529:1 26549:1 26558:1 26562:1 26577:2 26584:2 26591:1 26597:1 26599:1 26610:1 26635:1 26649:1 26652:1 26653:1 26660:2 26670:1 26686:1 26689:1 26691:1 26705:3 26709:1 26724:1 26732:3 26733:3 26740:2 26749:1 26751:1 26753:1 26756:3 26794:5 26798:1 26805:2 26813:1 26817:1 26835:1 26845:1 8 1:4 9:1 20:1 35:1 39:1 42:2 80:2 86:1 110:1 117:1 122:1 144:1 156:1 161:1 162:1 179:1 187:1 192:4 205:2 213:1 224:1 229:3 236:1 262:1 287:1 319:3 320:1 321:1 342:1 353:2 392:2 413:2 426:2 452:1 466:1 484:1 497:1 538:1 545:1 558:2 565:2 579:4 605:6 635:1 636:1 643:4 661:1 663:1 666:1 667:1 747:2 758:1 766:1 812:5 817:2 819:1 831:1 832:1 839:5 848:1 860:1 874:1 899:1 904:3 908:2 939:1 940:1 942:3 951:1 956:1 998:1 1001:1 1013:2 1017:1 1033:1 1039:1 1048:1 1067:3 1077:1 1087:1 1100:1 1108:1 1113:1 1118:1 1123:1 1126:1 1127:1 1132:1 1134:1 1137:1 1138:1 1143:1 1157:1 1159:1 1167:1 1174:1 1176:1 1179:1 1180:1 1185:1 1186:1 1187:1 1189:1 1201:1 1206:1 1214:1 1222:1 1236:1 1255:1 1270:1 1271:1 1278:1 1286:1 1297:1 1305:1 1309:1 1315:1 1319:2 1322:5 1325:5 1331:1 1343:2 1358:1 1361:3 1368:4 1385:2 1403:1 1409:1 1412:1 1413:3 1433:1 1445:3 1449:1 1458:2 1463:2 1470:1 1499:1 1516:2 1527:1 1529:1 1533:2 1537:1 1555:1 1561:1 1572:2 1576:1 1587:1 1591:1 1594:1 1607:1 1612:2 1617:1 1618:2 1628:1 1629:1 1640:1 1644:1 1647:2 1667:1 1670:1 1681:1 1685:1 1686:1 1690:1 1719:1 1725:1 1726:2 1739:4 1745:1 1749:1 1751:1 1755:2 1766:1 1768:2 1774:1 1785:1 1787:1 1798:2 1804:1 1811:1 1813:1 1815:1 1828:1 1843:1 1847:1 1889:1 1891:2 1915:1 1918:1 1922:2 1930:1 1954:1 1966:1 1976:1 1981:1 1994:1 2026:4 2046:1 2064:1 2085:1 2101:1 2116:1 2127:1 2143:1 2156:1 2157:1 2158:1 2160:4 2161:1 2163:1 2170:3 2172:1 2177:1 2179:1 2181:2 2184:7 2186:2 2190:3 2192:1 2195:2 2197:1 2199:1 2228:1 2237:1 2248:3 2250:1 2260:1 2271:1 2274:1 2284:1 2317:1 2363:1 2403:1 2410:1 2466:1 2473:1 2509:1 2523:1 2528:1 2529:1 2533:1 2548:1 2560:1 2561:1 2562:1 2564:1 2566:3 2578:1 2581:1 2588:1 2602:2 2604:1 2606:1 2621:1 2635:3 2646:1 2657:1 2659:1 2660:1 2666:2 2683:1 2684:1 2708:1 2713:1 2719:2 2726:6 2749:2 2750:2 2765:1 2776:3 2781:1 2794:1 2813:1 2827:1 2833:1 2835:1 2836:1 2847:1 2894:1 2943:1 2944:1 2952:1 2959:1 2966:1 2998:1 3009:2 3019:1 3045:1 3082:1 3087:3 3090:3 3093:4 3094:1 3106:1 3116:5 3120:1 3129:1 3148:1 3166:1 3176:1 3182:1 3203:1 3253:2 3262:1 3263:1 3276:1 3300:1 3327:1 3342:1 3354:1 3365:1 3373:1 3374:2 3386:1 3393:1 3408:1 3414:1 3426:1 3430:1 3445:1 3451:1 3454:2 3456:1 3466:2 3474:1 3475:1 3487:1 3491:1 3507:1 3518:1 3532:1 3533:1 3551:1 3559:2 3563:2 3569:1 3585:1 3587:1 3588:1 3592:1 3614:1 3617:1 3623:1 3626:1 3640:2 3650:1 3652:1 3660:2 3663:2 3668:1 3674:1 3694:2 3701:1 3702:1 3734:1 3743:1 3746:1 3748:1 3749:1 3755:1 3757:3 3763:1 3767:2 3774:1 3785:2 3786:5 3841:2 3847:1 3853:1 3856:1 3862:1 3894:1 3906:1 3919:1 3924:1 3936:2 3946:2 3959:2 3960:1 3962:5 3968:1 3975:1 3990:1 4011:2 4022:1 4027:1 4037:1 4040:5 4041:1 4059:2 4071:1 4075:1 4078:1 4131:1 4135:2 4139:1 4140:1 4152:1 4153:1 4159:1 4176:2 4182:1 4202:1 4208:1 4213:1 4235:2 4243:1 4277:1 4292:2 4319:2 4328:2 4354:3 4364:1 4367:1 4370:1 4389:3 4391:1 4393:1 4395:1 4418:1 4428:1 4444:1 4505:3 4528:1 4533:14 4541:1 4552:1 4559:1 4589:1 4632:3 4646:6 4648:6 4651:1 4654:1 4655:1 4657:1 4660:2 4662:2 4667:1 4669:1 4672:1 4673:7 4696:1 4720:2 4745:1 4788:1 4791:4 4814:1 4835:1 4841:1 4843:1 4851:1 4862:1 4868:1 4886:2 4889:1 4893:1 4919:1 4933:1 4942:1 4953:2 4970:1 4973:2 4981:1 5010:1 5011:1 5061:2 5092:1 5100:1 5120:1 5125:1 5135:1 5141:1 5143:1 5146:2 5147:1 5150:1 5157:2 5160:1 5162:2 5168:1 5170:1 5197:1 5217:2 5226:1 5238:1 5260:1 5266:1 5268:1 5269:1 5282:1 5283:1 5290:1 5292:1 5397:1 5402:4 5411:1 5430:2 5467:3 5505:1 5524:3 5526:2 5548:4 5568:2 5574:1 5583:1 5595:1 5600:1 5614:2 5618:1 5637:1 5639:1 5640:1 5675:1 5683:1 5710:1 5728:1 5731:3 5737:1 5757:1 5762:7 5766:1 5770:1 5779:1 5798:1 5813:5 5840:1 5850:5 5852:2 5857:1 5859:1 5860:3 5861:1 5863:1 5865:2 5870:2 5871:1 5875:3 5877:4 5880:1 5891:1 5902:1 5904:1 5914:1 5915:1 5933:1 5951:1 5960:2 5985:1 5999:1 6003:2 6006:2 6013:1 6014:1 6023:1 6027:1 6039:1 6052:1 6066:1 6068:1 6070:1 6074:1 6077:1 6093:1 6100:1 6127:1 6136:1 6138:1 6152:1 6173:1 6174:1 6212:1 6215:1 6225:1 6227:1 6228:1 6230:1 6233:2 6235:1 6259:3 6264:2 6267:1 6276:1 6289:1 6292:4 6295:6 6298:1 6306:1 6307:1 6311:2 6319:5 6320:2 6322:1 6330:3 6378:2 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6447:1 6480:1 6485:1 6494:1 6501:1 6504:1 6512:1 6516:1 6517:1 6526:1 6529:1 6530:1 6532:1 6538:2 6553:1 6557:1 6566:1 6579:1 6581:1 6599:3 6601:1 6621:1 6623:1 6637:1 6645:1 6663:1 6688:2 6694:1 6700:2 6722:2 6728:3 6730:1 6733:1 6741:1 6743:2 6747:3 6773:1 6777:1 6787:1 6824:5 6845:5 6851:2 6865:1 6888:1 6919:1 6927:2 6977:1 6979:1 7025:2 7037:10 7038:4 7060:1 7061:3 7089:1 7092:1 7099:30 7107:1 7119:6 7120:5 7141:1 7142:1 7155:2 7158:1 7174:1 7180:1 7187:1 7194:1 7208:3 7269:2 7292:2 7302:1 7311:2 7322:4 7332:1 7346:1 7350:1 7353:1 7358:1 7384:1 7387:1 7417:2 7421:2 7444:1 7461:1 7475:1 7479:1 7483:1 7486:1 7494:3 7563:1 7564:10 7582:1 7642:3 7649:1 7654:1 7659:1 7673:1 7680:1 7695:2 7706:1 7710:2 7719:4 7720:1 7725:2 7750:1 7754:1 7767:1 7780:1 7785:1 7788:1 7801:1 7863:1 7864:1 7869:1 7870:2 7871:1 7872:4 7874:1 7876:2 7884:2 7885:1 7907:3 7914:1 7918:1 7921:1 7923:1 7960:1 7968:4 8014:1 8026:3 8028:2 8035:2 8068:1 8069:1 8070:1 8083:1 8101:1 8123:2 8130:1 8141:1 8142:1 8148:1 8158:1 8168:2 8170:1 8173:1 8219:1 8223:1 8224:2 8225:2 8242:1 8246:1 8254:1 8266:1 8274:1 8284:3 8285:4 8300:1 8344:1 8345:1 8389:2 8401:1 8409:1 8412:1 8415:1 8416:1 8421:2 8436:1 8439:3 8464:1 8465:2 8469:2 8506:1 8509:1 8521:1 8523:1 8537:1 8564:1 8570:1 8589:1 8591:1 8610:1 8618:1 8631:1 8634:2 8646:2 8649:2 8662:1 8669:1 8679:1 8687:1 8696:1 8700:1 8703:2 8713:1 8715:1 8718:1 8725:1 8731:1 8732:2 8735:1 8750:1 8762:1 8763:2 8768:2 8775:1 8781:1 8788:1 8858:1 8890:2 8925:1 8944:3 8950:2 8952:1 8957:1 8966:1 8979:1 9016:1 9028:1 9073:1 9078:1 9089:1 9109:2 9121:1 9138:1 9149:1 9151:1 9164:1 9176:3 9189:2 9191:1 9200:1 9211:1 9231:1 9245:2 9246:1 9257:1 9289:1 9291:1 9312:1 9317:1 9326:1 9347:1 9408:1 9414:1 9425:1 9427:1 9437:2 9446:1 9478:1 9489:1 9499:1 9501:1 9504:1 9510:1 9515:1 9520:1 9524:4 9530:1 9554:1 9556:3 9570:1 9583:1 9593:1 9597:5 9601:3 9603:1 9630:5 9639:1 9648:1 9663:1 9671:2 9687:1 9712:1 9734:1 9765:2 9773:1 9790:1 9794:3 9797:1 9799:1 9801:2 9809:1 9810:1 9839:1 9844:1 9846:1 9853:2 9866:2 9879:4 9888:1 9906:1 9947:2 9950:1 9966:1 9968:1 9974:3 9976:3 9983:3 9986:3 9987:4 9990:2 9992:2 9996:1 10004:1 10027:1 10029:1 10051:2 10076:1 10080:1 10081:1 10091:1 10101:2 10103:1 10111:1 10147:1 10181:1 10229:1 10240:1 10241:1 10257:1 10270:2 10307:3 10308:1 10318:1 10323:2 10324:1 10325:1 10334:2 10349:1 10351:1 10352:2 10364:1 10382:2 10387:3 10406:1 10412:2 10439:1 10443:1 10444:1 10453:2 10459:1 10473:2 10483:1 10485:1 10488:1 10504:1 10506:1 10514:1 10526:1 10542:1 10563:1 10588:2 10592:2 10623:2 10633:2 10636:1 10640:1 10643:1 10647:1 10654:4 10655:1 10664:2 10708:1 10713:2 10717:1 10719:1 10726:2 10731:1 10735:1 10747:1 10750:1 10764:1 10765:1 10782:1 10791:1 10831:1 10838:1 10851:1 10852:1 10856:2 10904:1 10913:1 10928:1 10933:2 10971:1 10977:1 10984:1 11022:3 11023:2 11041:1 11052:1 11053:1 11054:2 11057:3 11058:1 11066:1 11074:2 11079:1 11089:1 11090:1 11108:1 11138:1 11152:1 11161:1 11163:4 11166:2 11200:1 11204:1 11222:1 11239:2 11253:2 11276:1 11281:1 11290:1 11310:1 11328:1 11334:2 11336:1 11342:1 11358:2 11359:1 11367:1 11371:1 11400:1 11415:1 11435:1 11506:1 11508:1 11525:2 11540:2 11541:1 11555:1 11587:1 11602:1 11608:1 11669:1 11670:1 11674:1 11680:1 11681:1 11683:1 11684:1 11694:1 11724:1 11790:1 11792:1 11793:1 11800:2 11801:1 11848:2 11869:1 11870:2 11871:1 11877:1 11879:1 11880:1 11882:1 11886:1 11898:1 11899:2 11900:1 11904:7 11908:1 11926:2 11936:2 11944:1 11945:1 11992:1 12009:1 12017:1 12023:2 12024:5 12029:2 12094:14 12097:1 12124:1 12144:1 12146:1 12147:1 12148:1 12170:1 12207:1 12223:1 12249:2 12250:1 12274:1 12299:1 12313:1 12322:3 12336:1 12342:1 12348:2 12355:3 12363:1 12378:1 12381:1 12388:3 12465:1 12491:1 12492:1 12502:1 12506:1 12507:2 12511:1 12520:1 12528:2 12545:1 12548:2 12552:1 12557:1 12576:1 12577:1 12580:2 12585:2 12596:1 12604:1 12619:1 12621:1 12636:1 12648:1 12665:1 12677:1 12678:1 12689:1 12696:2 12699:2 12712:2 12733:2 12740:4 12744:2 12747:1 12769:1 12789:1 12791:1 12808:1 12811:1 12837:1 12852:1 12859:1 12869:1 12887:1 12901:1 12906:2 12924:4 12936:1 12944:1 12950:2 12959:1 12989:1 12990:1 12993:1 12999:1 13009:1 13024:1 13063:1 13073:1 13080:1 13081:1 13088:1 13104:1 13125:1 13128:1 13133:2 13161:1 13179:1 13187:2 13204:1 13213:1 13216:1 13242:2 13276:1 13278:1 13291:1 13308:2 13309:1 13318:1 13321:1 13325:1 13340:1 13343:1 13366:1 13373:1 13421:1 13422:2 13433:1 13475:1 13482:1 13490:1 13491:1 13496:1 13497:1 13508:1 13519:1 13544:1 13560:2 13564:1 13583:1 13584:2 13587:3 13590:2 13624:4 13631:1 13633:1 13637:1 13688:1 13703:1 13777:1 13778:1 13785:1 13792:1 13805:1 13814:2 13820:1 13828:1 13842:1 13849:2 13872:1 13879:2 13881:1 13893:1 13894:2 13911:1 13922:1 13951:1 13961:1 13962:2 13971:1 13984:1 13985:1 13987:1 13998:1 14005:1 14006:1 14009:1 14012:1 14015:2 14021:4 14043:3 14047:1 14057:1 14059:1 14114:3 14125:1 14142:1 14148:1 14159:1 14163:1 14166:1 14174:1 14176:1 14178:1 14179:1 14184:3 14198:1 14202:1 14204:1 14211:2 14217:1 14242:2 14251:1 14267:1 14272:1 14315:3 14339:1 14345:1 14356:1 14365:1 14383:1 14390:2 14392:1 14399:2 14423:1 14429:1 14441:1 14442:1 14454:1 14458:11 14469:1 14480:1 14484:2 14499:1 14513:1 14530:2 14540:1 14550:9 14565:1 14572:2 14601:2 14604:1 14619:1 14621:1 14657:1 14658:1 14664:1 14682:1 14686:3 14694:1 14698:1 14708:2 14709:2 14714:1 14716:1 14717:2 14718:2 14733:1 14761:1 14791:1 14795:1 14800:1 14820:1 14823:1 14832:1 14837:2 14870:1 14877:1 14896:1 14901:1 14925:2 14926:1 14944:1 14961:1 15002:3 15014:1 15016:2 15020:1 15028:1 15038:1 15046:2 15064:2 15066:1 15086:1 15095:2 15096:1 15100:1 15106:1 15110:2 15111:1 15144:1 15153:1 15165:2 15239:1 15268:1 15276:3 15291:2 15297:1 15307:1 15319:1 15328:1 15358:4 15370:2 15398:1 15406:1 15413:1 15430:1 15442:1 15453:2 15464:1 15501:2 15524:1 15541:1 15543:1 15557:1 15575:1 15591:1 15599:4 15602:1 15613:2 15646:1 15700:1 15718:1 15788:1 15794:1 15797:1 15803:1 15805:1 15810:2 15826:2 15828:1 15867:3 15902:2 15903:3 15931:1 15937:2 15952:1 15967:3 15978:3 15989:2 15990:1 15996:1 16026:1 16043:2 16056:1 16068:2 16085:1 16099:3 16129:1 16144:4 16150:1 16213:2 16217:2 16225:3 16239:1 16247:1 16260:4 16264:1 16265:1 16268:1 16282:1 16295:1 16296:1 16312:1 16320:1 16361:1 16404:1 16405:1 16417:1 16425:2 16427:1 16460:1 16466:1 16483:1 16523:1 16564:1 16567:1 16568:2 16580:5 16593:1 16601:1 16649:1 16668:1 16685:1 16687:1 16691:1 16720:1 16724:1 16725:2 16738:1 16783:1 16786:2 16799:1 16825:1 16859:1 16865:1918 16873:1 16877:1 16880:1 16923:1 16926:1 16927:1 16939:1 16961:3 17003:1 17004:1 17020:1 17043:1 17044:1 17046:1 17047:1 17051:1 17060:1 17089:1 17096:1 17139:2 17187:1 17244:1 17248:1 17256:2 17266:1 17274:1 17283:1 17292:1 17294:1 17318:1 17323:2 17331:1 17338:1 17348:1 17357:1 17366:3 17395:1 17419:1 17475:1 17486:1 17499:1 17507:1 17515:2 17516:1 17535:1 17556:1 17560:3 17580:1 17601:1 17603:1 17620:5 17669:4 17672:1 17694:1 17697:1 17700:1 17705:1 17709:1 17710:1 17714:1 17715:2 17720:1 17722:1 17736:1 17739:3 17740:1 17743:1 17744:1 17755:1 17760:2 17766:1 17769:1 17782:1 17789:1 17790:1 17795:1 17807:1 17812:1 17815:2 17834:1 17850:1 17864:1 17869:1 17880:1 17911:1 17914:3 17916:2 17963:1 17968:1 17970:1 17973:1 17984:1 17992:2 17998:2 18004:1 18018:1 18025:1 18047:1 18059:1 18061:1 18065:1 18079:1 18080:1 18091:2 18111:1 18112:1 18113:2 18120:1 18128:1 18155:1 18159:1 18162:2 18166:1 18191:1 18197:1 18209:1 18222:3 18224:1 18226:2 18227:2 18232:1 18240:1 18245:1 18253:1 18261:1 18265:2 18284:1 18288:1 18292:4 18300:2 18303:1 18320:1 18348:1 18358:1 18360:1 18361:1 18384:3 18388:1 18399:1 18404:1 18409:1 18445:1 18450:1 18478:1 18486:1 18491:1 18514:1 18515:1 18522:1 18542:3 18548:1 18558:1 18560:1 18562:1 18564:1 18588:1 18602:1 18655:1 18657:1 18685:1 18701:1 18711:1 18712:1 18722:1 18734:1 18756:1 18769:2 18784:1 18815:1 18817:1 18822:2 18824:1 18840:1 18842:2 18860:1 18877:6 18880:1 18881:2 18886:1 18891:2 18898:1 18900:1 18911:2 18913:1 18919:1 18929:1 18931:1 18993:1 18997:2 19006:1 19024:1 19031:1 19036:2 19037:1 19052:1 19057:1 19059:1 19062:1 19076:1 19089:2 19090:1 19099:1 19100:1 19108:2 19111:1 19118:3 19135:1 19160:1 19162:1 19185:1 19191:2 19195:1 19198:1 19208:2 19210:1 19215:2 19217:1 19221:1 19235:1 19245:1 19251:1 19257:1 19258:1 19262:1 19287:1 19306:2 19317:2 19331:1 19334:3 19351:1 19359:2 19362:2 19363:1 19367:2 19377:1 19381:2 19383:1 19388:1 19433:1 19446:1 19466:2 19468:2 19476:1 19490:1 19491:1 19493:1 19494:1 19526:1 19549:1 19561:1 19564:1 19612:3 19613:1 19621:1 19630:1 19660:1 19669:1 19672:2 19675:1 19676:1 19678:1 19688:4 19704:1 19710:2 19724:1 19730:2 19735:2 19736:1 19749:1 19751:1 19773:2 19801:1 19806:2 19807:2 19810:1 19811:1 19818:1 19831:1 19832:1 19834:1 19837:1 19840:2 19842:5 19848:1 19854:1 19869:1 19873:1 19905:1 19949:1 19951:1 19952:1 19953:1 19954:2 20001:1 20002:2 20013:1 20017:4 20020:2 20040:1 20043:1 20067:2 20078:1 20097:1 20147:1 20150:1 20162:1 20172:5 20183:1 20194:1 20203:4 20218:2 20238:8 20244:1 20250:1 20258:1 20285:1 20302:1 20307:1 20308:1 20337:1 20360:1 20369:1 20377:2 20398:2 20405:1 20477:1 20489:1 20495:1 20497:1 20507:1 20524:1 20530:1 20568:1 20593:1 20615:1 20625:1 20650:1 20651:1 20657:1 20662:2 20670:1 20679:1 20680:1 20687:1 20705:1 20719:1 20721:2 20750:1 20785:1 20793:2 20797:2 20806:1 20819:2 20838:1 20846:1 20847:1 20865:2 20870:1 20880:1 20899:1 20901:1 20926:4 20933:1 20938:2 20952:2 20973:1 20992:2 20993:1 20997:1 21016:1 21023:1 21025:1 21029:1 21033:1 21039:1 21043:1 21069:1 21074:1 21099:3 21100:1 21119:2 21121:1 21123:1 21129:2 21133:1 21145:1 21159:1 21165:1 21170:1 21176:1 21180:1 21182:1 21225:1 21228:1 21231:2 21245:1 21254:1 21260:1 21262:1 21266:1 21277:1 21279:2 21282:2 21284:1 21306:3 21311:1 21323:1 21344:1 21355:3 21369:1 21379:1 21381:1 21385:1 21400:1 21418:3 21438:1 21454:1 21455:1 21458:1 21495:1 21504:1 21514:1 21522:1 21541:1 21556:3 21564:1 21569:1 21593:1 21617:1 21624:1 21631:1 21639:2 21645:1 21653:1 21655:1 21695:1 21702:1 21704:1 21705:1 21720:1 21729:1 21745:1 21746:1 21788:2 21793:1 21822:1 21841:1 21845:1 21887:1 21897:1 21909:3 21931:2 21932:2 21942:1 21963:1 21969:1 21971:1 21987:1 22003:1 22015:1 22020:3 22028:1 22051:1 22060:1 22061:1 22077:1 22114:3 22129:1 22130:1 22136:1 22154:1 22161:1 22166:1 22179:2 22185:1 22198:2 22204:1 22218:1 22222:1 22223:2 22234:1 22243:1 22284:2 22299:3 22301:1 22330:1 22334:1 22335:1 22338:1 22340:2 22341:1 22342:2 22343:1 22349:1 22359:1 22361:1 22380:2 22421:1 22423:1 22440:2 22450:1 22460:2 22463:2 22471:1 22476:1 22477:1 22478:1 22493:1 22494:3 22496:2 22503:1 22509:1 22525:1 22551:1 22564:1 22587:2 22598:1 22605:2 22633:1 22668:4 22672:2 22698:1 22725:1 22755:2 22793:1 22808:1 22822:3 22832:1 22840:2 22843:1 22850:1 22854:6 22861:3 22879:2 22881:1 22882:1 22883:1 22885:1 22887:1 22933:2 22946:2 22948:1 22956:1 22963:1 22964:1 23003:3 23008:2 23019:1 23020:1 23026:1 23028:1 23029:1 23034:1 23051:2 23056:1 23057:1 23065:1 23099:1 23107:1 23118:1 23120:1 23135:1 23145:1 23148:1 23150:1 23165:1 23171:1 23200:1 23239:2 23240:1 23241:1 23268:1 23286:1 23294:1 23296:5 23313:1 23417:1 23427:1 23429:1 23445:1 23465:1 23468:1 23470:2 23476:3 23556:1 23568:1 23573:1 23592:2 23595:1 23599:2 23605:2 23626:1 23637:1 23679:1 23693:1 23696:1 23705:1 23722:1 23723:1 23725:1 23735:1 23789:1 23805:1 23813:1 23821:1 23827:1 23848:1 23897:1 23899:1 23916:1 23952:1 23970:1 23975:1 23977:1 23983:1 23992:1 24019:1 24033:1 24038:2 24040:5 24041:1 24042:1 24051:1 24073:1 24101:1 24106:1 24126:1 24135:1 24145:1 24170:1 24171:2 24188:1 24190:2 24192:3 24214:1 24220:1 24224:1 24244:1 24251:1 24279:1 24291:1 24297:1 24303:2 24304:3 24315:1 24318:1 24331:1 24333:1 24335:1 24337:1 24343:2 24348:1 24352:1 24355:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:4 24391:2 24398:1 24415:1 24425:1 24432:1 24436:1 24446:1 24449:1 24451:1 24457:1 24522:1 24536:1 24562:2 24563:1 24570:1 24571:1 24578:3 24583:2 24584:1 24585:1 24591:1 24593:2 24628:2 24640:1 24649:2 24650:3 24653:1 24655:1 24671:1 24698:1 24705:1 24716:1 24720:1 24737:1 24742:2 24756:4 24798:2 24813:1 24819:1 24821:2 24842:1 24848:1 24866:1 24871:1 24874:1 24875:1 24884:2 24885:1 24891:2 24894:1 24895:1 24908:2 24910:1 24913:1 24916:2 24917:4 24921:1 24924:1 24927:2 24930:2 24950:1 24959:2 24960:1 24987:1 24993:3 24999:1 25007:1 25025:1 25027:4 25028:1 25030:1 25055:1 25056:1 25086:2 25093:1 25098:1 25109:1 25123:1 25127:1 25130:1 25138:1 25178:1 25195:1 25199:1 25200:1 25209:1 25217:1 25226:1 25251:1 25269:2 25302:1 25345:1 25355:1 25374:1 25380:2 25405:1 25408:1 25422:1 25426:1 25427:1 25434:1 25437:1 25453:1 25491:2 25499:1 25501:1 25519:1 25528:1 25530:1 25536:1 25565:1 25566:2 25578:16 25583:3 25597:1 25608:1 25611:1 25617:3 25636:1 25642:1 25653:1 25662:1 25676:3 25686:1 25713:3 25723:3 25729:1 25757:11 25802:1 25822:1 25829:2 25841:1 25851:1 25862:1 25868:1 25873:1 25896:2 25921:2 25933:2 25935:1 25937:1 25947:2 25965:1 25972:1 25990:1 26005:1 26006:2 26008:1 26012:1 26013:2 26024:2 26034:1 26039:1 26065:2 26068:1 26072:2 26076:2 26077:5 26100:1 26116:1 26118:1 26127:1 26128:1 26132:2 26144:3 26191:3 26196:1 26204:1 26223:1 26238:1 26285:1 26290:1 26295:3 26296:1 26351:1 26356:3 26381:1 26400:1 26421:1 26436:1 26442:1 26445:2 26448:1 26468:1 26469:1 26473:1 26477:3 26502:1 26512:1 26529:1 26549:1 26558:1 26562:1 26577:2 26584:2 26591:1 26597:1 26599:1 26610:1 26635:1 26649:1 26652:1 26653:1 26660:3 26670:1 26686:1 26689:1 26691:1 26705:3 26709:1 26724:1 26732:3 26733:3 26740:3 26749:1 26751:1 26753:1 26756:4 26794:5 26798:1 26805:2 26813:1 26817:1 26835:1 26845:1 8 1:4 9:1 20:1 35:1 39:1 42:2 80:2 86:1 110:1 117:1 122:1 144:1 156:1 161:1 162:1 179:1 187:1 192:4 205:2 213:1 224:1 229:3 236:1 262:1 287:1 319:3 320:1 321:1 342:1 353:2 392:2 413:2 426:2 452:1 466:1 484:1 497:1 538:1 545:1 558:2 565:2 579:4 605:7 635:1 636:1 643:4 661:1 663:1 666:1 667:1 747:2 758:1 766:1 812:5 817:2 819:1 831:1 832:1 839:5 848:1 860:1 874:1 899:1 904:4 908:2 939:1 940:1 942:3 951:1 956:1 998:1 1001:1 1013:2 1017:1 1033:1 1039:1 1048:1 1067:3 1077:1 1087:1 1100:1 1108:1 1113:1 1118:1 1123:1 1126:1 1127:1 1132:1 1134:1 1137:1 1138:1 1143:1 1157:1 1159:1 1167:1 1174:1 1176:1 1179:1 1180:1 1185:1 1186:1 1187:1 1189:1 1201:1 1206:1 1214:1 1222:1 1236:1 1255:1 1270:1 1271:1 1278:1 1286:1 1297:1 1305:1 1309:1 1315:1 1319:2 1322:5 1325:5 1331:1 1343:2 1358:1 1361:3 1368:4 1385:2 1403:1 1409:1 1412:1 1413:3 1433:1 1445:3 1449:1 1458:2 1463:2 1470:1 1499:1 1516:2 1527:1 1529:2 1533:2 1537:1 1555:1 1561:1 1572:2 1576:1 1587:1 1591:1 1594:1 1607:1 1612:2 1617:1 1618:2 1628:1 1629:1 1640:1 1644:1 1647:2 1667:1 1670:1 1681:1 1685:1 1686:1 1690:1 1719:1 1725:1 1726:2 1739:4 1745:1 1749:1 1751:1 1755:2 1766:1 1768:2 1774:1 1785:1 1787:1 1798:2 1804:1 1811:1 1813:2 1815:1 1828:1 1843:1 1847:1 1889:1 1891:3 1915:1 1918:1 1922:2 1930:1 1954:1 1966:1 1976:1 1981:1 1994:1 2026:4 2046:1 2064:1 2085:1 2101:1 2116:1 2127:1 2143:1 2156:1 2157:1 2158:1 2160:5 2161:1 2163:1 2170:3 2172:1 2177:1 2179:1 2181:2 2184:7 2186:3 2190:3 2192:1 2195:2 2197:1 2199:1 2228:1 2237:1 2248:3 2250:1 2260:1 2271:1 2274:1 2284:1 2317:1 2363:1 2403:1 2410:1 2466:1 2473:1 2509:1 2523:1 2528:1 2529:1 2533:1 2548:1 2560:1 2561:1 2562:1 2564:1 2566:3 2578:1 2581:1 2588:1 2602:2 2604:1 2606:1 2621:1 2635:3 2646:1 2657:1 2659:1 2660:1 2666:2 2677:1 2683:1 2684:1 2708:1 2713:1 2719:2 2726:7 2749:2 2750:2 2765:1 2776:3 2781:1 2794:1 2813:1 2827:1 2833:1 2835:1 2836:1 2847:1 2894:1 2943:1 2944:1 2952:1 2959:1 2966:1 2998:1 3004:1 3009:2 3019:1 3045:1 3082:1 3087:3 3090:3 3093:4 3094:1 3106:1 3116:5 3120:1 3129:1 3148:1 3166:1 3176:1 3182:1 3203:1 3253:2 3262:1 3263:1 3276:1 3300:1 3327:1 3342:1 3354:1 3365:1 3373:1 3374:2 3386:1 3393:1 3408:1 3414:1 3426:1 3430:1 3445:1 3451:1 3454:2 3456:1 3466:2 3474:1 3475:1 3487:1 3491:1 3507:1 3517:1 3518:1 3532:1 3533:1 3551:1 3559:2 3563:2 3569:1 3585:1 3587:1 3588:1 3592:1 3614:1 3617:1 3623:1 3626:1 3632:1 3640:2 3650:1 3652:1 3660:2 3663:2 3668:1 3674:1 3686:1 3694:2 3701:1 3702:1 3734:1 3743:1 3746:1 3748:1 3749:1 3755:1 3757:3 3763:1 3767:2 3774:1 3785:2 3786:5 3841:2 3847:1 3853:1 3856:1 3862:1 3894:1 3906:1 3909:1 3910:1 3919:1 3924:1 3936:2 3946:2 3959:2 3960:1 3962:5 3968:1 3975:1 3990:1 4011:2 4022:1 4027:1 4037:1 4040:5 4041:1 4059:2 4071:1 4075:1 4078:1 4131:1 4135:2 4139:1 4140:1 4152:1 4153:1 4159:1 4176:2 4182:1 4202:1 4208:1 4213:1 4235:2 4243:1 4277:1 4292:2 4319:2 4328:2 4354:3 4364:1 4367:1 4370:1 4389:3 4391:1 4393:1 4395:1 4418:1 4428:1 4444:1 4505:3 4528:1 4533:14 4541:1 4552:1 4559:1 4589:1 4632:3 4646:6 4648:6 4651:1 4654:1 4655:1 4657:1 4660:2 4662:2 4667:1 4669:1 4672:1 4673:7 4696:1 4720:2 4745:1 4788:1 4791:4 4814:1 4835:1 4841:2 4843:1 4851:1 4862:1 4868:1 4886:2 4889:1 4893:1 4919:1 4933:1 4942:1 4953:2 4970:1 4973:2 4981:1 5010:1 5011:1 5061:2 5092:1 5100:1 5120:1 5125:1 5135:1 5141:1 5143:1 5146:2 5147:1 5150:1 5157:2 5160:1 5162:2 5168:1 5170:1 5197:1 5201:1 5217:2 5226:1 5238:1 5260:1 5266:1 5268:1 5269:1 5282:1 5283:1 5290:1 5292:1 5335:1 5385:1 5397:1 5402:4 5411:1 5430:2 5467:3 5505:1 5524:3 5526:2 5548:4 5568:2 5574:1 5583:1 5595:1 5600:1 5614:2 5618:1 5637:2 5639:1 5640:1 5675:1 5683:1 5710:1 5728:1 5731:3 5737:1 5757:1 5762:7 5766:1 5770:1 5779:1 5798:1 5813:6 5840:1 5850:5 5852:2 5857:1 5859:1 5860:3 5861:1 5863:1 5865:2 5870:2 5871:1 5875:3 5877:4 5880:1 5891:1 5902:1 5904:1 5914:1 5915:1 5933:1 5951:1 5960:2 5985:1 5999:1 6003:2 6006:2 6013:1 6014:1 6023:1 6027:1 6039:1 6052:1 6066:1 6068:1 6070:1 6074:1 6077:1 6089:1 6093:1 6100:1 6127:1 6136:1 6138:1 6152:1 6161:1 6173:1 6174:1 6197:1 6212:1 6215:1 6225:1 6227:1 6228:1 6230:1 6233:2 6235:1 6259:3 6264:2 6267:1 6276:1 6289:1 6292:4 6295:6 6298:1 6306:1 6307:1 6311:2 6319:5 6320:2 6322:1 6330:3 6378:2 6379:1 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6447:1 6480:1 6485:1 6494:1 6501:1 6504:1 6512:1 6516:1 6517:1 6526:1 6529:1 6530:1 6532:1 6538:2 6553:1 6557:1 6566:1 6579:1 6581:1 6599:3 6601:1 6621:1 6623:1 6637:1 6645:1 6663:1 6688:2 6694:1 6700:2 6722:2 6728:3 6730:1 6733:1 6741:1 6743:2 6747:4 6773:1 6777:1 6787:1 6824:5 6845:5 6851:2 6865:1 6888:1 6919:1 6927:2 6977:1 6979:1 7025:2 7037:10 7038:4 7060:1 7061:3 7089:1 7092:1 7099:32 7107:1 7119:7 7120:5 7141:1 7142:1 7155:2 7158:1 7174:1 7180:1 7187:1 7194:1 7208:3 7269:2 7292:2 7302:1 7311:2 7322:4 7332:1 7346:1 7350:1 7353:1 7358:1 7384:1 7387:1 7417:2 7421:2 7444:1 7461:1 7475:1 7479:1 7483:1 7486:1 7494:3 7497:1 7563:1 7564:10 7582:1 7642:3 7649:1 7654:1 7659:1 7673:1 7680:1 7695:2 7706:1 7710:2 7719:5 7720:1 7725:2 7750:1 7754:1 7767:1 7780:1 7785:1 7788:1 7801:1 7863:1 7864:1 7869:1 7870:2 7871:1 7872:4 7874:1 7876:2 7884:2 7885:1 7887:1 7907:3 7914:1 7918:1 7921:1 7923:1 7960:1 7968:4 8014:1 8026:3 8028:2 8035:2 8068:1 8069:1 8070:1 8083:1 8101:1 8123:2 8130:1 8138:1 8141:1 8142:1 8148:1 8158:1 8168:2 8170:1 8173:1 8219:1 8223:1 8224:2 8225:2 8242:1 8246:1 8254:1 8266:1 8274:1 8284:3 8285:4 8300:1 8344:1 8345:1 8389:2 8401:1 8409:1 8412:1 8415:1 8416:1 8421:2 8436:1 8439:3 8464:1 8465:2 8469:2 8506:1 8509:1 8521:1 8523:1 8537:1 8564:1 8570:1 8589:1 8591:1 8610:1 8618:1 8631:1 8634:2 8646:2 8649:2 8662:1 8669:1 8679:1 8687:1 8696:1 8700:1 8703:2 8713:1 8715:1 8718:1 8725:1 8731:1 8732:2 8735:1 8750:1 8762:1 8763:2 8768:2 8775:1 8781:1 8788:1 8858:1 8890:2 8925:1 8944:3 8950:2 8952:1 8957:2 8966:1 8979:1 9016:1 9028:1 9073:1 9078:1 9089:1 9109:2 9121:1 9131:1 9138:1 9149:1 9151:1 9164:1 9176:3 9189:2 9191:1 9200:1 9211:1 9231:1 9245:2 9246:1 9257:1 9289:1 9291:1 9312:1 9317:1 9326:1 9347:1 9408:1 9414:1 9425:1 9427:1 9437:2 9446:1 9478:1 9489:1 9492:1 9499:1 9501:1 9504:1 9510:1 9515:1 9520:1 9524:4 9530:1 9554:1 9556:3 9570:1 9583:1 9593:1 9597:5 9601:3 9603:1 9630:5 9639:1 9648:1 9663:1 9671:2 9687:1 9712:1 9734:1 9765:2 9773:1 9790:1 9794:3 9797:1 9799:2 9801:2 9809:1 9810:1 9839:1 9844:1 9846:1 9853:2 9866:2 9879:4 9888:1 9906:1 9947:2 9950:1 9966:1 9968:1 9974:3 9976:3 9983:3 9986:3 9987:4 9990:2 9992:2 9996:1 10004:1 10027:1 10029:1 10051:2 10076:1 10080:1 10081:1 10091:1 10101:2 10103:1 10111:1 10147:1 10181:1 10229:1 10240:1 10241:1 10257:1 10270:2 10307:4 10308:1 10318:1 10323:2 10324:1 10325:1 10334:2 10349:1 10351:1 10352:2 10364:1 10382:2 10387:3 10406:1 10412:2 10439:1 10443:1 10444:1 10453:2 10459:1 10473:2 10483:1 10485:1 10488:1 10504:1 10506:1 10514:1 10526:1 10542:1 10563:1 10588:2 10592:2 10623:2 10633:2 10636:1 10640:1 10643:1 10647:1 10654:4 10655:1 10664:2 10708:1 10713:2 10717:1 10719:1 10726:2 10731:1 10735:1 10747:1 10750:1 10764:1 10765:1 10782:1 10791:1 10831:1 10838:1 10851:1 10852:1 10856:2 10904:1 10913:1 10928:1 10933:2 10971:1 10977:1 10984:1 11022:3 11023:2 11041:1 11052:1 11053:1 11054:2 11057:3 11058:1 11066:1 11074:2 11079:1 11089:1 11090:1 11108:1 11138:1 11152:1 11161:1 11163:5 11166:2 11186:1 11200:1 11204:1 11222:1 11239:2 11253:2 11276:1 11281:1 11290:1 11310:1 11328:1 11334:2 11336:1 11342:1 11358:2 11359:1 11367:1 11371:1 11400:1 11415:1 11435:1 11506:1 11508:1 11525:2 11540:2 11541:1 11555:1 11587:1 11602:1 11608:1 11669:1 11670:1 11674:1 11680:1 11681:1 11683:1 11684:1 11694:1 11724:1 11790:1 11792:1 11793:1 11800:2 11801:1 11848:2 11869:1 11870:2 11871:1 11877:1 11879:1 11880:1 11882:1 11886:1 11898:1 11899:2 11900:1 11904:7 11908:1 11926:2 11936:2 11944:1 11945:1 11992:1 12009:1 12017:1 12023:2 12024:5 12029:2 12094:14 12097:1 12124:1 12144:1 12146:1 12147:1 12148:1 12170:1 12207:1 12223:1 12249:2 12250:1 12274:1 12299:1 12313:1 12322:3 12336:1 12342:1 12348:2 12355:3 12363:1 12378:1 12381:1 12388:3 12465:1 12491:1 12492:1 12502:1 12506:1 12507:2 12511:1 12520:1 12528:2 12545:1 12548:2 12552:1 12557:1 12576:1 12577:1 12580:2 12585:2 12596:1 12604:1 12619:1 12621:1 12636:1 12648:1 12665:1 12677:1 12678:1 12689:1 12696:2 12699:2 12712:2 12733:2 12740:4 12744:2 12747:1 12769:1 12789:1 12791:1 12808:1 12811:1 12837:1 12852:1 12859:1 12869:1 12887:1 12901:1 12906:2 12924:4 12936:1 12944:1 12950:2 12959:1 12989:1 12990:1 12993:1 12999:1 13009:1 13024:1 13063:1 13073:1 13080:1 13081:1 13088:1 13104:1 13125:1 13128:1 13133:2 13161:1 13179:1 13187:2 13204:1 13213:1 13216:1 13242:2 13276:1 13278:1 13291:1 13308:2 13309:1 13318:1 13321:1 13325:1 13340:1 13343:1 13366:1 13373:1 13421:1 13422:2 13433:1 13475:1 13482:1 13490:1 13491:1 13496:1 13497:1 13508:1 13519:1 13544:1 13560:2 13564:1 13581:1 13583:1 13584:2 13587:3 13590:2 13624:5 13631:1 13633:1 13637:1 13688:1 13703:1 13777:1 13778:1 13785:1 13792:1 13805:1 13814:2 13820:1 13828:1 13842:1 13849:2 13872:1 13879:2 13881:1 13893:1 13894:2 13911:1 13922:1 13951:1 13961:1 13962:2 13971:1 13984:1 13985:1 13987:1 13998:1 14005:1 14006:1 14009:1 14012:1 14015:2 14021:4 14043:3 14047:1 14057:1 14059:1 14103:1 14114:3 14125:1 14142:1 14148:1 14159:1 14163:1 14166:1 14174:1 14176:1 14178:1 14179:1 14184:3 14198:1 14202:1 14204:1 14211:2 14217:1 14242:2 14251:1 14267:1 14272:1 14315:3 14339:1 14345:1 14356:1 14365:1 14383:1 14390:3 14392:1 14399:2 14423:1 14429:1 14441:1 14442:1 14454:1 14458:11 14469:1 14480:1 14484:2 14499:1 14513:1 14530:2 14540:1 14550:9 14565:1 14572:2 14601:2 14604:1 14619:1 14621:1 14657:1 14658:1 14664:1 14682:1 14686:3 14694:1 14698:1 14708:2 14709:2 14714:1 14716:1 14717:2 14718:2 14733:1 14761:1 14791:1 14795:1 14800:1 14820:1 14823:1 14832:1 14837:2 14870:1 14877:1 14896:1 14901:1 14925:2 14926:1 14944:1 14961:1 15002:3 15014:1 15016:2 15020:1 15028:2 15038:1 15046:2 15064:2 15066:1 15086:1 15095:2 15096:1 15100:1 15106:1 15110:2 15111:1 15144:1 15153:1 15165:2 15239:1 15251:1 15268:1 15276:3 15291:2 15297:1 15307:1 15319:1 15328:1 15357:1 15358:4 15370:2 15398:1 15406:1 15413:1 15430:1 15442:1 15453:2 15464:1 15501:2 15524:1 15541:1 15543:1 15557:1 15575:1 15591:1 15599:4 15602:1 15613:2 15646:1 15700:1 15718:1 15788:1 15794:1 15797:1 15803:1 15805:1 15810:2 15826:2 15828:1 15867:3 15902:2 15903:3 15931:1 15937:2 15952:1 15967:3 15978:3 15989:2 15990:1 15996:1 16026:1 16043:2 16056:1 16068:2 16085:1 16099:3 16129:1 16144:4 16150:1 16213:2 16217:2 16225:3 16239:1 16247:1 16260:4 16264:1 16265:1 16268:1 16282:1 16295:1 16296:1 16312:1 16320:1 16361:1 16404:1 16405:1 16417:1 16425:2 16427:1 16460:1 16466:1 16483:1 16523:2 16564:1 16567:1 16568:2 16580:5 16593:1 16601:1 16630:1 16649:1 16668:1 16682:1 16685:1 16687:1 16691:1 16697:1 16720:1 16724:1 16725:2 16738:1 16783:1 16786:2 16799:1 16807:1 16825:1 16859:1 16865:1985 16873:1 16877:1 16880:1 16923:1 16926:1 16927:1 16939:1 16961:3 17003:1 17004:1 17020:1 17043:1 17044:1 17046:1 17047:1 17051:1 17060:1 17089:1 17096:1 17139:2 17187:1 17244:1 17248:1 17256:2 17266:1 17274:1 17283:1 17292:1 17294:1 17318:1 17323:3 17331:1 17338:1 17348:1 17357:1 17366:3 17395:1 17419:1 17475:1 17486:1 17499:1 17507:1 17515:2 17516:1 17535:1 17536:1 17556:1 17560:3 17580:1 17601:1 17603:1 17620:5 17669:5 17672:1 17694:1 17697:1 17700:1 17705:1 17709:1 17710:1 17714:1 17715:2 17720:1 17722:1 17736:1 17739:3 17740:1 17743:1 17744:1 17755:1 17760:2 17766:1 17769:1 17782:1 17789:1 17790:1 17795:1 17807:1 17812:1 17815:2 17834:1 17850:1 17864:1 17869:1 17880:1 17911:1 17914:3 17916:2 17963:1 17968:1 17970:1 17973:1 17984:1 17992:2 17998:2 18004:2 18018:1 18025:1 18047:1 18059:1 18061:1 18065:1 18079:1 18080:1 18091:2 18111:1 18112:1 18113:2 18120:1 18128:1 18155:1 18159:1 18162:2 18166:1 18191:1 18197:1 18209:1 18222:3 18224:1 18226:2 18227:2 18232:1 18240:1 18245:1 18253:1 18261:1 18265:2 18284:1 18288:1 18292:4 18300:2 18303:1 18320:1 18332:1 18348:1 18358:1 18360:1 18361:1 18384:3 18388:1 18399:1 18404:1 18409:1 18445:1 18450:1 18478:1 18486:1 18491:1 18514:1 18515:1 18522:1 18542:3 18548:1 18558:1 18560:1 18562:1 18564:1 18588:1 18602:1 18634:1 18655:1 18657:1 18685:1 18701:1 18711:1 18712:1 18722:1 18734:1 18738:1 18756:1 18769:2 18784:1 18815:1 18817:2 18822:2 18824:1 18840:1 18842:2 18860:1 18877:6 18880:1 18881:2 18886:1 18891:2 18898:1 18900:1 18911:2 18913:1 18919:1 18929:1 18931:1 18993:1 18997:2 19006:1 19024:1 19031:1 19036:2 19037:1 19052:1 19057:1 19059:1 19062:1 19076:1 19089:2 19090:1 19099:1 19100:1 19108:2 19111:1 19118:3 19135:1 19160:1 19162:1 19185:1 19191:2 19195:1 19198:1 19208:2 19210:1 19215:2 19217:1 19221:1 19235:1 19245:1 19251:1 19257:1 19258:1 19262:1 19287:1 19306:2 19317:2 19331:1 19334:3 19351:1 19359:2 19362:2 19363:1 19367:2 19377:1 19381:2 19383:1 19388:1 19433:1 19446:1 19466:2 19468:2 19476:1 19490:1 19491:1 19493:1 19494:1 19526:1 19549:1 19561:1 19564:1 19612:3 19613:1 19621:1 19630:1 19660:1 19669:1 19672:2 19675:1 19676:1 19678:1 19688:4 19704:1 19710:2 19724:1 19730:2 19735:2 19736:1 19749:1 19751:1 19773:2 19801:1 19806:2 19807:2 19810:1 19811:1 19818:1 19825:1 19831:1 19832:1 19834:1 19837:1 19840:2 19842:5 19848:1 19854:1 19869:1 19873:1 19905:1 19949:1 19951:1 19952:1 19953:1 19954:2 20001:1 20002:2 20013:1 20017:4 20020:2 20040:1 20043:1 20067:2 20078:1 20097:1 20147:1 20150:1 20162:1 20172:5 20183:1 20194:1 20203:4 20218:2 20238:8 20244:1 20250:1 20258:1 20285:1 20302:1 20307:1 20308:1 20337:1 20360:1 20369:1 20377:2 20398:2 20405:1 20477:1 20489:1 20495:1 20497:1 20507:1 20524:1 20530:1 20568:1 20593:1 20615:1 20625:1 20650:1 20651:1 20657:1 20662:2 20670:1 20679:1 20680:1 20687:1 20705:1 20719:1 20721:3 20750:1 20785:1 20793:2 20797:2 20806:1 20819:2 20838:1 20846:1 20847:1 20865:2 20870:1 20880:1 20899:1 20901:1 20926:4 20933:1 20938:2 20952:2 20973:1 20992:2 20993:1 20997:1 21016:1 21023:1 21025:1 21029:1 21033:1 21039:1 21043:1 21069:1 21074:1 21099:3 21100:1 21119:2 21121:1 21123:1 21129:2 21133:1 21145:1 21159:1 21165:1 21170:1 21176:1 21180:1 21182:1 21225:1 21228:1 21231:2 21245:1 21254:1 21260:1 21262:1 21266:1 21277:1 21279:2 21282:2 21284:1 21306:3 21311:2 21323:1 21344:1 21355:3 21369:1 21379:1 21381:1 21385:1 21400:1 21418:3 21438:1 21454:1 21455:1 21458:1 21495:1 21504:1 21514:1 21522:1 21541:1 21556:3 21564:1 21569:1 21593:1 21617:1 21624:1 21631:1 21639:2 21645:1 21653:1 21655:1 21695:1 21702:1 21704:1 21705:1 21720:1 21729:1 21745:1 21746:1 21788:2 21793:1 21822:1 21841:1 21845:1 21887:1 21897:1 21908:1 21909:3 21931:2 21932:2 21942:1 21963:1 21969:1 21971:1 21987:1 22003:1 22015:1 22020:3 22028:1 22051:1 22060:1 22061:2 22077:1 22114:3 22129:1 22130:1 22136:1 22154:1 22161:1 22166:1 22179:2 22185:1 22198:2 22204:1 22218:1 22222:1 22223:2 22234:1 22243:1 22284:2 22299:3 22301:1 22330:1 22334:1 22335:1 22338:1 22340:2 22341:1 22342:2 22343:1 22349:1 22359:1 22361:1 22380:2 22421:1 22423:1 22440:2 22450:2 22460:2 22463:2 22471:1 22476:1 22477:1 22478:1 22493:1 22494:3 22496:2 22503:1 22509:1 22525:1 22551:1 22564:1 22587:2 22598:1 22605:2 22633:1 22668:4 22672:2 22698:1 22725:1 22755:2 22793:1 22808:1 22822:3 22832:1 22840:2 22843:1 22850:1 22854:6 22861:3 22879:2 22881:1 22882:1 22883:1 22885:1 22887:1 22933:2 22946:2 22948:1 22956:1 22963:1 22964:1 23003:3 23008:2 23019:1 23020:1 23026:1 23028:1 23029:1 23034:1 23051:2 23056:1 23057:1 23065:1 23099:1 23107:1 23118:1 23120:1 23135:1 23145:1 23148:1 23150:1 23165:1 23171:1 23200:1 23217:1 23239:2 23240:1 23241:1 23268:1 23286:1 23294:1 23296:5 23313:1 23417:1 23427:1 23429:1 23445:1 23465:1 23468:1 23470:2 23476:3 23556:1 23568:1 23573:1 23592:2 23595:1 23599:2 23605:2 23626:1 23637:1 23679:1 23693:1 23696:1 23705:1 23722:1 23723:1 23725:1 23735:1 23789:1 23805:1 23813:1 23821:1 23827:1 23848:1 23897:1 23899:1 23916:1 23952:1 23970:1 23975:1 23977:1 23983:1 23992:1 24019:1 24033:1 24038:2 24040:5 24041:1 24042:1 24051:1 24073:1 24101:1 24106:1 24126:1 24135:1 24145:1 24170:1 24171:2 24188:1 24190:2 24192:3 24214:1 24220:1 24224:1 24244:1 24251:1 24279:1 24291:1 24297:1 24303:2 24304:3 24315:1 24318:1 24331:1 24333:1 24335:1 24337:1 24343:2 24348:1 24352:1 24355:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:4 24391:2 24398:1 24415:1 24425:1 24432:1 24436:1 24446:1 24449:1 24451:1 24457:1 24522:1 24536:1 24562:2 24563:1 24570:1 24571:1 24578:3 24583:2 24584:1 24585:1 24591:1 24593:2 24628:2 24640:1 24649:2 24650:3 24653:1 24655:1 24671:1 24698:1 24705:1 24716:1 24720:1 24737:1 24742:2 24756:4 24763:1 24798:2 24813:1 24819:1 24821:2 24842:1 24848:1 24866:1 24871:1 24874:1 24875:1 24884:2 24885:1 24891:2 24894:1 24895:1 24908:2 24910:1 24913:1 24916:2 24917:4 24921:1 24924:1 24927:2 24930:2 24950:1 24959:2 24960:1 24987:1 24993:3 24999:1 25007:1 25025:1 25027:5 25028:1 25030:1 25055:1 25056:1 25086:2 25093:1 25098:1 25109:1 25123:1 25127:1 25130:1 25138:1 25178:1 25195:1 25199:1 25200:1 25209:1 25217:1 25226:1 25251:1 25269:2 25302:1 25345:1 25355:1 25374:1 25380:2 25405:1 25408:1 25422:1 25426:1 25427:1 25434:1 25437:1 25453:1 25491:2 25499:1 25501:1 25519:1 25528:1 25530:1 25536:1 25565:1 25566:2 25578:17 25583:3 25597:1 25608:1 25611:1 25617:3 25636:1 25642:1 25653:1 25662:1 25676:3 25686:1 25713:3 25723:3 25729:1 25757:11 25802:1 25822:1 25829:2 25841:1 25851:1 25862:1 25868:1 25873:1 25896:2 25921:2 25933:2 25935:1 25937:1 25947:2 25965:1 25972:1 25990:1 26005:1 26006:2 26008:1 26012:1 26013:2 26024:2 26034:1 26039:1 26065:2 26068:1 26072:2 26076:2 26077:5 26100:1 26116:1 26118:1 26127:1 26128:1 26132:2 26144:3 26191:3 26196:1 26204:1 26223:1 26238:1 26285:1 26290:1 26295:3 26296:1 26351:1 26356:3 26381:1 26400:1 26421:1 26436:1 26442:1 26445:2 26448:1 26468:1 26469:1 26473:1 26477:3 26502:1 26512:1 26529:1 26549:1 26558:1 26562:1 26577:2 26584:2 26591:1 26597:1 26599:1 26610:1 26635:1 26649:1 26652:1 26653:1 26660:3 26670:1 26686:1 26689:1 26691:1 26705:3 26709:1 26724:1 26732:3 26733:3 26740:3 26749:1 26751:1 26753:1 26756:5 26794:5 26798:1 26805:2 26813:1 26817:1 26835:1 26845:1 8 1:4 9:1 20:1 35:1 39:1 42:2 80:2 86:1 110:1 117:1 122:1 144:1 156:1 161:1 162:1 179:1 187:1 192:4 205:2 213:1 224:1 229:4 236:1 247:1 262:1 287:1 319:3 320:1 321:1 342:1 353:2 392:2 411:1 413:2 426:2 452:1 466:1 484:2 497:1 538:1 545:1 558:2 565:2 579:4 605:8 635:1 636:1 643:5 661:1 663:1 666:1 667:1 747:2 758:1 766:1 812:5 817:2 819:1 831:1 832:1 839:5 848:1 860:1 874:1 899:1 904:4 908:2 939:1 940:1 942:3 951:1 956:1 998:1 1001:1 1013:2 1017:1 1033:1 1039:1 1048:1 1067:3 1077:1 1087:1 1100:1 1108:1 1113:1 1118:1 1123:1 1126:1 1127:1 1132:1 1134:1 1137:1 1138:1 1143:1 1157:1 1159:1 1167:1 1174:1 1176:1 1179:2 1180:1 1185:1 1186:1 1187:1 1189:1 1201:1 1206:1 1214:1 1222:1 1236:1 1255:1 1266:1 1270:1 1271:1 1278:1 1286:1 1297:1 1305:1 1309:1 1310:1 1315:1 1319:2 1322:5 1325:5 1331:1 1343:2 1358:1 1361:3 1368:4 1385:2 1403:1 1409:1 1412:1 1413:3 1433:1 1445:4 1449:1 1458:2 1463:2 1470:1 1499:1 1516:2 1527:1 1529:2 1533:2 1537:1 1555:1 1561:1 1572:2 1576:1 1587:1 1591:1 1594:1 1607:1 1612:2 1617:1 1618:2 1628:1 1629:1 1640:1 1644:1 1647:2 1667:1 1670:1 1681:1 1685:1 1686:1 1690:1 1703:2 1719:1 1725:1 1726:2 1731:1 1739:4 1745:1 1749:1 1751:1 1755:2 1766:1 1768:2 1774:1 1785:1 1787:1 1798:2 1804:1 1811:1 1813:2 1815:1 1828:1 1843:1 1847:1 1889:1 1891:4 1915:1 1918:1 1922:2 1930:1 1954:1 1965:1 1966:1 1976:1 1979:1 1981:1 1994:1 2026:5 2046:1 2064:1 2085:1 2101:1 2116:1 2127:1 2143:1 2156:1 2157:1 2158:1 2160:6 2161:1 2163:1 2170:3 2172:1 2177:2 2179:1 2181:2 2184:7 2186:3 2190:3 2192:1 2195:2 2197:1 2199:1 2228:1 2237:1 2248:3 2250:1 2260:1 2271:1 2274:1 2281:1 2284:1 2317:1 2363:1 2386:1 2403:1 2410:1 2454:1 2466:1 2473:1 2509:1 2523:1 2528:1 2529:1 2533:1 2548:1 2560:1 2561:1 2562:1 2564:1 2566:3 2578:1 2581:1 2588:1 2602:2 2604:1 2606:1 2621:1 2635:3 2646:1 2657:1 2659:1 2660:1 2666:2 2677:1 2683:1 2684:1 2708:1 2713:1 2719:2 2726:7 2749:2 2750:2 2765:1 2776:3 2781:1 2794:1 2813:1 2827:1 2833:1 2835:1 2836:1 2847:1 2894:1 2905:1 2943:2 2944:1 2952:1 2959:1 2966:1 2998:1 3004:1 3009:2 3019:1 3045:1 3082:1 3087:3 3090:3 3093:4 3094:2 3106:1 3116:6 3120:1 3129:1 3148:1 3166:1 3176:1 3182:1 3203:1 3253:2 3262:1 3263:1 3276:1 3300:1 3327:1 3342:1 3354:1 3365:1 3373:1 3374:2 3386:1 3393:1 3408:1 3414:1 3426:1 3430:1 3445:1 3451:1 3454:2 3456:1 3466:2 3474:1 3475:1 3487:1 3491:1 3507:1 3517:1 3518:1 3532:1 3533:1 3551:1 3559:2 3563:2 3569:1 3585:1 3587:1 3588:1 3592:1 3614:1 3617:1 3623:1 3626:1 3632:1 3640:2 3650:1 3652:1 3660:2 3663:2 3668:1 3674:1 3686:1 3694:2 3701:1 3702:1 3734:1 3743:1 3746:1 3748:1 3749:1 3755:1 3757:3 3763:1 3767:2 3774:1 3785:2 3786:5 3841:2 3847:1 3853:1 3856:1 3862:1 3894:1 3906:1 3909:1 3910:1 3919:1 3924:1 3926:1 3936:2 3946:2 3959:2 3960:1 3962:5 3968:1 3975:1 3990:1 4011:3 4022:1 4027:1 4037:1 4040:6 4041:1 4059:2 4071:1 4075:1 4078:1 4131:1 4135:3 4139:1 4140:1 4152:1 4153:1 4159:1 4176:2 4182:1 4202:1 4208:1 4213:1 4235:2 4243:1 4277:1 4292:2 4301:1 4319:3 4328:2 4354:3 4364:1 4367:1 4370:1 4383:1 4389:3 4391:1 4393:1 4395:1 4418:1 4428:1 4444:1 4505:3 4528:1 4533:14 4534:1 4541:1 4552:1 4559:1 4589:1 4615:1 4632:3 4646:7 4648:6 4651:1 4654:1 4655:1 4657:2 4660:2 4662:2 4667:1 4669:1 4672:1 4673:7 4696:1 4720:2 4745:1 4748:1 4788:1 4791:4 4814:1 4835:1 4841:2 4843:1 4851:1 4862:1 4868:1 4886:3 4889:1 4893:1 4919:1 4933:1 4942:1 4953:2 4970:1 4973:2 4981:1 5010:1 5011:1 5061:2 5092:1 5100:1 5120:1 5125:1 5135:1 5141:1 5143:1 5146:2 5147:1 5150:1 5157:2 5160:1 5162:2 5168:1 5170:1 5197:1 5201:1 5217:3 5226:1 5238:1 5260:1 5266:1 5268:1 5269:1 5282:1 5283:1 5290:1 5292:1 5335:1 5385:1 5397:1 5402:4 5411:1 5430:2 5460:1 5467:3 5494:1 5505:2 5524:3 5526:2 5548:4 5568:2 5574:1 5583:1 5595:1 5600:1 5614:2 5618:1 5637:2 5639:1 5640:1 5675:1 5683:1 5710:1 5728:1 5731:3 5737:1 5757:1 5762:7 5766:1 5770:1 5779:1 5798:1 5813:7 5840:1 5850:5 5852:2 5857:1 5859:1 5860:4 5861:1 5863:2 5865:2 5870:2 5871:1 5875:3 5877:4 5880:1 5891:1 5902:1 5904:1 5914:1 5915:1 5933:1 5951:1 5960:2 5985:1 5999:1 6003:3 6006:2 6013:1 6014:1 6023:1 6027:1 6039:1 6052:1 6066:1 6068:1 6070:1 6074:1 6077:1 6089:1 6093:1 6100:1 6127:1 6136:1 6138:1 6152:1 6161:1 6173:1 6174:1 6197:1 6212:1 6215:1 6225:1 6227:1 6228:1 6230:1 6233:2 6235:1 6259:3 6264:2 6267:1 6276:1 6289:1 6292:4 6295:6 6298:2 6306:1 6307:1 6311:2 6319:5 6320:2 6322:1 6330:3 6378:2 6379:1 6386:1 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6447:1 6480:1 6485:1 6494:1 6501:1 6504:1 6512:1 6516:1 6517:1 6526:1 6529:1 6530:1 6532:1 6538:2 6553:1 6557:1 6566:1 6579:1 6581:1 6599:3 6601:1 6621:1 6623:1 6637:1 6645:1 6663:1 6688:2 6689:1 6694:1 6700:2 6722:2 6728:3 6730:1 6733:1 6741:1 6743:3 6747:4 6773:1 6777:1 6787:1 6824:5 6845:5 6851:2 6865:1 6888:1 6903:1 6919:1 6927:2 6977:1 6979:1 7025:3 7037:10 7038:4 7060:1 7061:3 7089:1 7092:1 7099:34 7107:1 7119:7 7120:5 7141:1 7142:1 7155:2 7158:1 7174:1 7180:1 7187:1 7194:1 7208:3 7269:2 7292:2 7302:1 7311:2 7322:4 7332:1 7346:1 7350:1 7353:1 7358:1 7384:1 7387:1 7417:2 7421:2 7444:1 7461:1 7475:1 7479:1 7483:1 7486:1 7494:3 7497:1 7543:1 7563:1 7564:12 7582:1 7642:3 7649:1 7654:1 7659:1 7673:1 7680:1 7695:2 7706:1 7710:2 7719:6 7720:1 7725:2 7750:1 7754:1 7767:1 7780:1 7785:1 7788:1 7801:1 7814:1 7863:1 7864:1 7869:1 7870:2 7871:1 7872:4 7874:1 7876:2 7878:1 7884:2 7885:1 7887:1 7907:3 7914:1 7918:1 7921:1 7923:1 7960:1 7968:5 8014:1 8026:4 8028:2 8035:2 8068:1 8069:1 8070:1 8083:1 8094:1 8101:1 8123:2 8130:1 8138:1 8141:1 8142:1 8148:1 8158:1 8168:2 8170:1 8173:1 8219:1 8223:1 8224:2 8225:2 8242:1 8246:1 8254:1 8266:1 8274:1 8284:4 8285:4 8300:1 8344:1 8345:1 8389:2 8401:2 8409:1 8412:1 8415:1 8416:1 8421:2 8436:1 8439:3 8464:1 8465:2 8469:2 8504:1 8506:1 8509:1 8521:1 8523:1 8537:1 8564:1 8570:1 8589:1 8591:1 8610:1 8618:1 8631:1 8634:2 8646:2 8649:2 8662:1 8669:1 8679:1 8687:1 8696:1 8699:1 8700:1 8703:2 8713:1 8715:2 8718:1 8725:1 8731:1 8732:2 8735:1 8747:1 8750:1 8762:1 8763:2 8768:2 8775:1 8781:1 8788:1 8858:1 8890:2 8925:1 8944:3 8950:2 8952:1 8957:2 8966:1 8979:1 9016:1 9028:2 9073:1 9078:1 9089:1 9109:2 9121:1 9130:1 9131:1 9138:1 9149:1 9151:1 9164:1 9176:4 9189:2 9191:1 9200:1 9211:1 9231:1 9245:2 9246:1 9257:1 9289:1 9291:2 9312:1 9317:1 9326:1 9347:1 9408:1 9414:1 9425:1 9427:1 9437:2 9446:1 9478:1 9489:1 9492:1 9499:1 9501:1 9504:1 9510:1 9515:1 9520:1 9524:4 9530:1 9554:1 9556:3 9570:1 9583:1 9593:1 9597:5 9601:3 9603:1 9630:5 9639:1 9648:1 9663:1 9671:2 9687:1 9695:1 9712:1 9734:1 9765:2 9770:1 9773:1 9790:1 9794:3 9797:1 9799:2 9801:3 9809:1 9810:1 9839:1 9842:1 9844:1 9846:1 9853:2 9860:1 9866:2 9879:4 9888:1 9906:1 9947:2 9950:1 9966:1 9968:1 9974:3 9976:3 9983:3 9986:3 9987:5 9990:2 9992:2 9996:1 10004:1 10027:1 10029:1 10051:2 10076:1 10080:1 10081:1 10091:1 10101:2 10103:1 10111:1 10147:1 10181:1 10229:1 10240:1 10241:1 10257:2 10270:2 10283:1 10307:4 10308:1 10318:1 10323:2 10324:1 10325:1 10334:2 10349:1 10351:1 10352:2 10364:1 10382:2 10387:3 10406:1 10412:2 10439:1 10443:1 10444:1 10453:2 10459:1 10473:3 10483:1 10485:1 10488:1 10504:1 10506:1 10514:1 10526:2 10542:1 10563:1 10588:4 10592:2 10623:2 10633:2 10636:1 10640:1 10643:1 10647:1 10654:4 10655:1 10664:2 10708:2 10713:2 10717:1 10719:1 10726:2 10731:1 10735:1 10747:1 10750:1 10764:1 10765:1 10778:1 10782:1 10791:1 10831:1 10838:1 10851:1 10852:1 10856:2 10904:1 10913:1 10928:1 10933:2 10971:1 10977:1 10982:1 10984:1 11022:3 11023:2 11041:1 11052:1 11053:1 11054:2 11057:3 11058:1 11066:1 11074:2 11079:1 11089:1 11090:1 11108:1 11138:1 11152:1 11161:1 11163:5 11166:2 11186:1 11200:1 11204:1 11222:1 11239:2 11253:2 11276:1 11281:1 11290:1 11310:1 11328:1 11334:2 11336:1 11342:1 11358:2 11359:1 11367:1 11371:1 11400:1 11415:1 11435:1 11506:1 11508:1 11525:2 11540:2 11541:1 11555:1 11587:1 11602:1 11608:1 11669:1 11670:1 11674:1 11680:1 11681:1 11683:1 11684:1 11694:1 11724:1 11790:1 11792:1 11793:1 11800:2 11801:1 11848:2 11869:1 11870:2 11871:1 11877:1 11879:1 11880:1 11882:1 11886:2 11898:1 11899:2 11900:1 11904:7 11908:1 11926:2 11936:2 11944:1 11945:1 11992:1 12009:1 12017:1 12023:2 12024:5 12029:3 12094:14 12097:1 12124:1 12144:1 12146:1 12147:1 12148:1 12163:1 12170:1 12177:1 12207:1 12223:1 12249:2 12250:1 12274:1 12299:1 12313:1 12322:3 12336:1 12342:1 12348:2 12355:3 12363:1 12378:1 12381:1 12388:3 12465:1 12491:1 12492:1 12502:1 12506:1 12507:2 12511:1 12520:1 12528:2 12545:1 12548:2 12552:1 12557:1 12576:1 12577:1 12580:2 12585:2 12596:1 12604:1 12619:1 12621:1 12636:1 12648:1 12665:1 12677:1 12678:1 12689:1 12696:2 12699:2 12712:2 12733:2 12740:4 12744:2 12747:1 12769:1 12789:1 12791:2 12802:1 12808:1 12811:1 12817:1 12837:1 12852:1 12859:1 12869:1 12887:1 12901:1 12906:2 12924:5 12936:1 12944:1 12950:2 12959:1 12989:1 12990:1 12993:1 12999:1 13009:1 13024:1 13063:1 13073:1 13080:1 13081:1 13088:1 13104:1 13125:1 13128:1 13133:2 13161:1 13179:1 13187:2 13204:1 13213:1 13216:1 13242:2 13276:1 13278:1 13291:1 13308:2 13309:1 13310:1 13318:1 13321:1 13325:1 13340:1 13343:1 13366:2 13373:1 13421:1 13422:2 13433:1 13475:1 13482:1 13490:1 13491:1 13496:1 13497:1 13508:1 13519:1 13544:1 13551:1 13560:2 13564:1 13581:1 13583:1 13584:2 13587:3 13590:2 13624:5 13631:1 13633:1 13637:1 13688:1 13703:1 13777:1 13778:1 13785:1 13792:1 13805:1 13814:2 13820:1 13828:2 13842:1 13849:2 13872:1 13879:2 13881:1 13893:1 13894:2 13911:1 13922:1 13951:1 13961:1 13962:2 13971:1 13984:2 13985:1 13987:1 13998:1 14005:1 14006:1 14009:1 14012:1 14015:2 14021:4 14043:3 14047:1 14057:1 14059:2 14103:1 14114:3 14125:1 14142:1 14148:1 14159:1 14163:1 14166:1 14174:1 14176:1 14178:1 14179:1 14184:4 14198:1 14202:1 14204:1 14211:2 14217:1 14242:2 14251:1 14267:1 14272:1 14315:3 14339:1 14345:1 14356:1 14365:1 14383:1 14390:3 14392:1 14399:2 14423:1 14429:1 14441:1 14442:1 14454:1 14458:11 14469:1 14480:1 14484:2 14499:1 14513:1 14530:2 14540:1 14550:9 14565:1 14572:2 14601:2 14604:1 14619:1 14621:1 14657:1 14658:1 14664:1 14682:1 14686:4 14694:1 14698:2 14699:1 14708:2 14709:2 14714:1 14716:1 14717:2 14718:2 14733:1 14761:1 14791:1 14795:1 14800:1 14820:1 14823:1 14832:1 14837:2 14870:1 14877:1 14896:1 14901:1 14925:2 14926:1 14944:1 14961:1 14985:1 15002:3 15014:1 15016:2 15020:1 15028:2 15038:1 15046:2 15064:2 15066:1 15086:1 15095:2 15096:1 15100:1 15106:1 15110:2 15111:1 15144:1 15153:1 15165:2 15239:1 15251:1 15268:1 15276:4 15281:1 15291:3 15297:1 15307:1 15319:1 15328:1 15357:1 15358:4 15370:2 15398:1 15406:1 15413:1 15430:1 15442:1 15453:2 15464:1 15501:2 15524:1 15541:1 15543:1 15557:1 15575:1 15591:1 15599:5 15602:1 15613:2 15646:1 15700:1 15718:1 15734:1 15788:1 15794:1 15797:1 15803:1 15805:1 15810:2 15826:2 15828:1 15867:4 15902:2 15903:3 15931:1 15937:2 15952:1 15960:1 15967:4 15978:3 15989:2 15990:1 15996:1 16026:1 16043:2 16056:1 16068:2 16085:1 16099:3 16129:1 16136:1 16144:5 16150:1 16213:2 16217:2 16225:3 16239:1 16247:1 16260:5 16264:1 16265:1 16268:1 16282:1 16295:1 16296:1 16312:1 16320:1 16361:1 16383:1 16404:1 16405:1 16417:1 16425:2 16427:1 16460:1 16466:1 16483:1 16523:2 16564:1 16567:1 16568:2 16580:5 16593:1 16601:1 16630:1 16649:1 16668:1 16682:1 16685:1 16687:1 16691:1 16697:1 16720:1 16724:1 16725:2 16738:1 16783:1 16786:2 16799:1 16807:1 16825:1 16849:1 16859:1 16865:2050 16873:1 16877:1 16880:1 16923:1 16926:1 16927:1 16939:1 16961:3 17003:1 17004:1 17020:1 17040:1 17043:1 17044:1 17046:1 17047:1 17051:1 17060:1 17089:1 17096:1 17135:1 17139:2 17175:1 17187:1 17219:1 17244:1 17248:1 17256:2 17266:1 17274:1 17283:1 17292:1 17294:1 17318:1 17323:3 17331:1 17338:1 17348:1 17357:1 17366:3 17395:1 17419:1 17475:1 17486:1 17499:1 17507:1 17515:2 17516:1 17535:1 17536:1 17556:1 17560:3 17580:1 17601:1 17603:1 17620:5 17669:5 17672:1 17694:1 17697:1 17700:1 17705:1 17709:1 17710:1 17714:1 17715:2 17720:1 17722:1 17736:1 17739:3 17740:1 17743:1 17744:1 17755:1 17760:3 17766:1 17769:1 17782:1 17789:2 17790:1 17795:1 17807:1 17812:1 17815:2 17834:1 17850:1 17864:1 17869:1 17880:1 17911:1 17914:3 17916:2 17958:1 17963:1 17968:1 17970:1 17973:1 17984:1 17992:2 17998:2 18004:2 18018:1 18025:1 18047:1 18059:1 18061:1 18065:1 18079:1 18080:1 18091:2 18111:1 18112:1 18113:2 18120:1 18128:1 18155:1 18159:1 18162:2 18166:1 18191:1 18197:1 18209:1 18222:3 18224:1 18226:2 18227:2 18232:1 18240:1 18245:1 18253:1 18261:1 18265:2 18284:1 18288:1 18292:4 18300:2 18303:1 18306:1 18320:1 18332:1 18348:1 18358:1 18360:1 18361:1 18384:3 18388:1 18393:1 18399:1 18404:1 18409:1 18445:1 18450:1 18475:1 18478:1 18486:1 18491:1 18514:1 18515:1 18522:1 18542:4 18548:1 18558:1 18560:1 18562:1 18564:1 18588:2 18602:1 18631:1 18634:1 18655:1 18657:1 18685:1 18701:1 18711:1 18712:1 18722:1 18727:1 18734:1 18738:1 18756:1 18769:2 18784:1 18794:1 18815:1 18817:2 18822:2 18824:1 18840:1 18842:2 18860:1 18877:6 18880:1 18881:2 18886:1 18891:2 18898:1 18900:1 18911:2 18913:1 18919:1 18929:1 18931:1 18935:1 18993:1 18997:2 19006:1 19024:1 19031:1 19036:2 19037:1 19052:1 19057:1 19059:1 19062:1 19076:1 19082:1 19089:2 19090:1 19099:1 19100:1 19108:2 19111:1 19118:3 19135:1 19160:1 19162:1 19185:1 19191:2 19195:1 19198:1 19208:2 19210:1 19215:2 19217:1 19221:1 19235:1 19245:1 19251:1 19257:1 19258:1 19262:1 19287:1 19306:2 19317:2 19323:1 19331:1 19334:3 19339:1 19351:1 19359:2 19362:2 19363:1 19367:2 19368:1 19377:1 19381:2 19383:1 19388:1 19433:1 19446:1 19466:2 19468:2 19476:1 19490:1 19491:1 19493:1 19494:1 19526:1 19549:1 19561:1 19564:1 19612:3 19613:1 19621:1 19630:1 19660:1 19669:1 19672:2 19675:1 19676:1 19678:1 19688:5 19704:1 19710:2 19724:1 19730:3 19735:2 19736:1 19749:1 19751:1 19773:2 19801:1 19806:2 19807:2 19810:1 19811:1 19818:1 19822:1 19825:1 19831:1 19832:1 19834:1 19836:1 19837:1 19840:2 19842:6 19848:1 19854:1 19869:1 19873:1 19905:1 19949:1 19951:1 19952:1 19953:1 19954:2 19995:1 20001:1 20002:2 20013:1 20017:4 20020:2 20040:2 20043:1 20067:2 20078:1 20097:1 20126:1 20147:1 20150:1 20162:1 20172:5 20183:1 20194:1 20203:4 20218:2 20238:8 20244:1 20250:1 20258:1 20285:1 20302:1 20307:1 20308:1 20337:1 20360:1 20369:1 20377:2 20398:2 20405:1 20471:1 20477:1 20489:1 20495:1 20497:1 20507:1 20524:1 20530:1 20535:1 20568:1 20593:1 20615:1 20625:1 20650:1 20651:1 20657:1 20662:2 20670:1 20679:1 20680:1 20687:1 20705:1 20719:1 20721:4 20750:1 20785:1 20793:2 20797:3 20806:1 20819:2 20838:1 20846:1 20847:1 20865:2 20870:1 20880:1 20899:1 20901:1 20926:4 20933:1 20938:3 20952:2 20973:1 20992:2 20993:1 20997:1 21016:1 21023:1 21025:1 21029:1 21033:1 21039:1 21043:1 21069:1 21074:1 21099:3 21100:1 21119:2 21121:1 21123:1 21129:2 21133:1 21145:1 21159:1 21165:1 21170:1 21176:1 21180:1 21182:1 21225:1 21228:1 21231:2 21245:1 21254:1 21260:1 21262:1 21266:1 21277:1 21279:2 21282:3 21284:1 21306:3 21311:2 21323:1 21344:1 21355:3 21369:1 21379:1 21381:1 21385:1 21400:1 21418:3 21438:1 21454:1 21455:1 21458:1 21495:1 21504:1 21514:1 21522:1 21541:1 21556:3 21564:1 21569:1 21593:1 21617:1 21624:1 21631:1 21639:2 21645:1 21653:1 21655:1 21695:1 21702:2 21704:1 21705:1 21720:1 21729:1 21745:1 21746:1 21788:2 21793:1 21822:1 21841:1 21845:1 21853:1 21868:1 21887:1 21897:1 21908:1 21909:4 21931:2 21932:2 21942:1 21963:1 21969:1 21971:1 21987:1 22003:1 22015:1 22020:3 22028:1 22051:1 22060:1 22061:2 22077:1 22114:3 22129:1 22130:1 22136:1 22154:1 22161:1 22166:1 22179:2 22185:1 22198:2 22204:1 22215:1 22218:1 22222:1 22223:2 22234:1 22243:1 22284:2 22299:3 22301:1 22330:1 22334:1 22335:1 22338:1 22340:2 22341:1 22342:2 22343:1 22349:1 22355:1 22359:1 22361:1 22380:2 22421:1 22423:1 22440:2 22450:2 22460:3 22463:2 22471:1 22476:1 22477:1 22478:1 22493:1 22494:3 22496:2 22503:1 22509:1 22525:1 22551:1 22564:1 22587:2 22598:1 22605:2 22633:1 22668:4 22672:2 22698:1 22725:1 22755:2 22793:1 22808:1 22822:4 22832:1 22840:2 22843:1 22850:1 22854:6 22861:3 22879:2 22881:1 22882:1 22883:1 22885:1 22887:1 22933:2 22946:2 22948:1 22956:1 22963:1 22964:1 23003:3 23008:2 23019:1 23020:1 23026:1 23028:1 23029:1 23034:1 23050:1 23051:2 23056:1 23057:1 23065:1 23099:1 23107:1 23118:1 23120:1 23135:1 23145:1 23148:1 23150:1 23165:1 23171:1 23200:1 23217:1 23239:2 23240:1 23241:1 23268:1 23286:1 23294:1 23296:5 23313:1 23417:1 23427:1 23429:1 23445:1 23465:1 23468:1 23470:2 23476:4 23556:1 23568:1 23573:1 23592:2 23595:1 23599:2 23605:2 23626:1 23637:1 23679:1 23693:1 23696:1 23705:1 23722:1 23723:1 23725:1 23735:1 23789:1 23805:1 23813:1 23821:1 23827:1 23848:1 23897:1 23899:1 23916:1 23952:1 23970:1 23975:1 23977:1 23983:1 23992:1 24019:1 24033:1 24038:2 24040:5 24041:1 24042:1 24051:1 24073:1 24101:1 24106:1 24126:1 24135:1 24145:1 24170:1 24171:2 24188:1 24190:2 24192:3 24214:1 24220:1 24224:1 24244:1 24251:1 24279:1 24291:1 24297:1 24303:2 24304:4 24315:1 24318:1 24331:1 24333:1 24335:1 24337:1 24343:2 24348:1 24352:1 24355:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:4 24391:2 24398:1 24415:1 24425:1 24432:1 24436:1 24446:1 24449:1 24451:1 24457:1 24516:1 24522:1 24532:1 24536:1 24562:2 24563:1 24570:1 24571:1 24578:3 24583:2 24584:1 24585:1 24591:1 24593:2 24628:2 24640:1 24649:2 24650:3 24653:1 24655:1 24671:1 24698:1 24705:1 24716:1 24720:1 24737:1 24742:2 24756:4 24763:1 24798:2 24813:1 24819:1 24821:2 24824:1 24842:1 24848:1 24866:1 24871:1 24874:1 24875:1 24884:2 24885:1 24891:2 24894:2 24895:1 24905:1 24908:2 24910:1 24913:1 24916:2 24917:4 24921:1 24924:1 24927:2 24930:2 24950:1 24959:2 24960:1 24987:1 24993:4 24999:1 25007:1 25025:1 25027:6 25028:1 25030:1 25055:1 25056:1 25086:2 25093:1 25098:1 25109:1 25123:1 25127:1 25130:1 25138:1 25178:1 25195:1 25199:1 25200:1 25209:1 25217:1 25226:1 25251:1 25269:2 25302:1 25345:1 25355:1 25374:1 25380:2 25405:1 25408:1 25422:1 25426:2 25427:1 25434:1 25437:1 25451:1 25453:1 25491:2 25499:1 25501:1 25519:2 25528:1 25530:1 25536:1 25565:1 25566:2 25570:1 25578:18 25583:3 25597:1 25608:1 25611:1 25617:3 25636:1 25642:1 25653:1 25662:1 25676:3 25686:1 25694:1 25713:3 25723:3 25729:1 25757:11 25802:1 25822:1 25829:2 25841:1 25844:1 25851:1 25862:1 25868:1 25873:1 25896:2 25921:2 25933:2 25935:1 25937:2 25947:2 25965:1 25970:1 25972:1 25990:1 26005:1 26006:2 26008:1 26012:1 26013:2 26024:2 26034:1 26039:1 26065:2 26068:1 26072:2 26076:2 26077:5 26100:1 26116:1 26118:1 26127:1 26128:1 26132:2 26144:3 26191:4 26196:1 26204:1 26223:1 26238:1 26285:1 26290:1 26295:3 26296:1 26351:1 26356:3 26381:1 26400:1 26421:1 26436:2 26442:1 26445:2 26448:1 26468:1 26469:1 26473:1 26477:3 26502:1 26512:1 26529:1 26549:1 26558:1 26562:1 26577:2 26584:2 26591:1 26597:1 26599:1 26610:1 26628:2 26635:1 26649:1 26652:1 26653:1 26660:3 26670:1 26686:1 26689:1 26691:1 26705:3 26709:1 26724:1 26732:3 26733:4 26740:3 26749:1 26751:1 26753:1 26756:6 26794:5 26798:1 26805:2 26813:1 26817:1 26835:1 26845:1 8 1:4 9:1 20:1 35:1 39:1 42:2 80:2 86:1 110:1 117:1 122:1 144:1 156:1 161:1 162:1 179:1 187:1 192:4 205:2 213:1 224:1 229:4 236:1 247:1 262:1 287:1 319:3 320:1 321:1 342:1 353:2 392:2 411:1 413:2 426:2 452:1 466:1 484:2 497:1 538:1 545:1 558:2 565:2 579:4 605:8 635:1 636:1 643:5 661:1 663:1 666:1 667:1 747:2 758:1 766:1 812:5 817:2 819:1 831:1 832:1 839:5 848:1 860:1 874:1 899:1 904:4 908:2 939:1 940:1 942:3 951:1 956:1 971:1 998:1 1001:1 1013:2 1017:1 1033:1 1039:1 1048:1 1067:3 1077:1 1087:1 1100:1 1108:1 1113:1 1118:1 1123:1 1126:1 1127:1 1132:1 1134:1 1137:1 1138:1 1143:1 1157:1 1159:1 1167:1 1174:1 1176:1 1179:2 1180:1 1185:1 1186:1 1187:1 1189:1 1201:1 1206:1 1214:1 1222:1 1236:1 1255:1 1266:1 1270:1 1271:1 1278:1 1286:1 1297:1 1305:1 1309:1 1310:1 1315:1 1319:2 1322:5 1325:5 1331:1 1343:2 1358:1 1361:3 1368:4 1385:2 1403:1 1409:1 1412:1 1413:3 1433:1 1445:4 1449:1 1458:2 1463:2 1470:1 1486:1 1499:1 1516:2 1527:1 1529:2 1533:2 1537:1 1555:1 1561:1 1572:2 1576:1 1587:1 1591:1 1594:1 1607:1 1612:2 1617:1 1618:2 1628:1 1629:1 1640:1 1644:1 1647:2 1667:1 1670:1 1681:1 1685:1 1686:1 1690:1 1703:2 1719:1 1725:1 1726:2 1731:1 1739:4 1745:1 1749:1 1751:1 1755:2 1766:1 1768:2 1774:1 1785:1 1787:1 1798:2 1804:1 1811:1 1813:2 1815:1 1828:1 1843:1 1847:1 1889:1 1891:6 1915:1 1918:1 1922:2 1930:1 1954:1 1965:1 1966:1 1976:1 1979:1 1981:1 1994:1 2026:5 2046:1 2064:1 2085:1 2101:1 2116:1 2127:1 2143:1 2156:1 2157:1 2158:1 2160:8 2161:1 2163:1 2170:3 2172:1 2177:2 2179:1 2181:2 2184:7 2186:3 2190:3 2192:1 2195:3 2197:1 2199:1 2228:1 2237:1 2248:3 2250:1 2255:1 2260:1 2271:1 2274:1 2281:1 2284:1 2317:1 2363:1 2386:1 2403:1 2410:1 2454:1 2466:1 2473:1 2509:1 2523:1 2528:1 2529:1 2530:1 2533:1 2547:1 2548:1 2560:1 2561:1 2562:1 2564:1 2566:3 2578:1 2581:1 2588:1 2602:2 2604:1 2606:1 2621:1 2635:3 2646:1 2657:1 2659:1 2660:1 2666:2 2677:1 2683:1 2684:1 2708:1 2713:1 2719:2 2726:8 2749:2 2750:2 2765:1 2776:4 2781:1 2794:1 2813:1 2827:1 2833:1 2835:1 2836:1 2847:1 2894:1 2905:1 2943:2 2944:1 2952:1 2959:1 2966:1 2998:1 3004:1 3009:2 3019:1 3045:1 3082:1 3087:3 3090:3 3093:4 3094:2 3106:1 3116:6 3120:1 3129:1 3148:1 3166:1 3176:1 3182:1 3203:1 3253:2 3262:1 3263:1 3276:1 3300:1 3327:1 3342:1 3354:1 3365:1 3373:1 3374:2 3386:1 3393:1 3408:1 3414:1 3426:1 3430:1 3445:1 3451:1 3454:3 3456:1 3466:2 3474:1 3475:1 3487:1 3491:1 3507:1 3517:1 3518:1 3532:1 3533:1 3551:1 3555:1 3559:2 3563:2 3569:1 3585:1 3587:1 3588:1 3592:1 3614:1 3617:1 3623:1 3626:1 3632:1 3640:2 3650:1 3652:1 3660:2 3663:2 3668:1 3674:1 3686:1 3694:2 3701:1 3702:1 3734:1 3743:1 3746:1 3748:1 3749:1 3755:1 3757:3 3763:1 3767:2 3774:1 3785:2 3786:5 3841:2 3847:1 3853:1 3856:1 3862:1 3894:1 3906:1 3909:1 3910:1 3919:1 3924:1 3926:1 3936:2 3946:2 3959:2 3960:1 3962:5 3968:1 3975:1 3990:1 4011:3 4022:1 4027:1 4037:1 4040:6 4041:1 4059:2 4071:1 4075:1 4078:1 4131:1 4135:3 4139:1 4140:1 4152:1 4153:1 4159:1 4176:2 4182:1 4202:1 4208:1 4213:1 4235:2 4243:1 4277:1 4292:2 4301:1 4319:3 4328:2 4354:3 4364:1 4367:1 4370:1 4383:1 4389:3 4391:1 4393:1 4395:1 4418:1 4428:1 4444:1 4505:3 4528:1 4533:15 4534:1 4541:1 4552:1 4559:1 4589:1 4615:1 4632:4 4646:7 4648:6 4651:1 4654:1 4655:1 4657:2 4660:2 4662:2 4667:1 4669:1 4672:1 4673:7 4696:1 4720:2 4745:1 4748:1 4788:1 4791:4 4814:1 4827:1 4835:1 4841:2 4843:1 4851:1 4862:1 4868:1 4886:4 4889:1 4893:1 4919:1 4933:1 4942:1 4953:2 4970:1 4973:2 4981:1 5010:1 5011:1 5061:2 5092:1 5100:1 5120:1 5125:1 5135:1 5141:1 5143:1 5146:2 5147:1 5150:1 5157:2 5160:1 5162:2 5168:1 5170:1 5197:1 5201:2 5217:3 5226:1 5238:1 5260:1 5266:1 5268:1 5269:1 5282:1 5283:1 5290:1 5292:1 5335:1 5385:2 5397:1 5402:4 5411:1 5430:2 5460:1 5467:3 5494:1 5505:2 5524:3 5526:2 5548:4 5568:2 5574:1 5583:1 5595:1 5600:1 5614:2 5618:2 5637:2 5639:1 5640:1 5675:1 5683:1 5710:1 5728:1 5731:3 5737:1 5757:1 5762:7 5766:1 5770:1 5779:1 5798:1 5813:8 5840:1 5850:5 5852:2 5857:1 5859:1 5860:4 5861:2 5863:2 5865:2 5870:2 5871:1 5873:1 5875:3 5877:4 5880:1 5891:1 5902:1 5904:1 5914:1 5915:1 5933:1 5951:1 5960:2 5985:1 5999:1 6003:3 6006:2 6013:1 6014:1 6023:1 6027:1 6039:1 6052:1 6066:1 6068:1 6070:1 6074:1 6077:1 6089:1 6093:1 6100:1 6127:1 6136:1 6138:1 6152:1 6161:1 6173:1 6174:1 6197:1 6212:1 6215:1 6225:1 6227:1 6228:1 6230:1 6233:2 6235:1 6259:3 6264:2 6267:1 6276:1 6289:1 6292:4 6295:7 6298:2 6306:1 6307:1 6311:2 6319:5 6320:2 6322:1 6330:3 6378:2 6379:1 6386:1 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6447:1 6457:1 6480:1 6485:1 6494:1 6501:1 6504:1 6512:1 6516:1 6517:1 6526:1 6529:1 6530:1 6532:1 6538:2 6553:1 6557:1 6566:1 6579:1 6581:1 6599:3 6601:1 6621:1 6623:1 6637:1 6645:1 6663:1 6688:2 6689:1 6694:1 6700:2 6722:2 6728:3 6730:1 6733:1 6741:1 6743:3 6747:4 6773:1 6777:1 6787:1 6824:5 6845:5 6851:2 6865:1 6888:1 6903:1 6919:1 6927:2 6977:1 6979:1 7025:3 7037:10 7038:4 7060:1 7061:3 7089:1 7092:1 7099:37 7107:1 7119:8 7120:6 7141:1 7142:1 7155:2 7158:1 7174:1 7180:1 7187:1 7194:1 7208:3 7269:2 7292:2 7302:1 7311:2 7322:5 7332:1 7346:1 7350:1 7353:1 7358:1 7384:1 7387:1 7417:2 7421:2 7444:1 7461:1 7475:1 7479:1 7483:1 7486:1 7494:3 7497:1 7543:1 7563:1 7564:12 7582:1 7642:3 7649:1 7654:1 7659:1 7673:1 7680:1 7695:2 7706:1 7710:2 7719:7 7720:1 7725:2 7750:1 7754:1 7767:1 7780:1 7785:1 7788:1 7801:1 7814:1 7863:1 7864:1 7869:1 7870:2 7871:1 7872:4 7874:1 7876:2 7878:2 7884:2 7885:1 7887:1 7907:3 7914:1 7918:1 7921:1 7923:1 7960:1 7968:5 8014:1 8026:4 8028:2 8035:2 8068:1 8069:1 8070:1 8083:1 8094:1 8101:1 8123:2 8130:1 8138:1 8141:2 8142:1 8148:1 8158:1 8168:2 8170:1 8173:1 8219:1 8223:2 8224:2 8225:2 8242:1 8246:1 8254:1 8266:1 8274:1 8284:4 8285:4 8300:1 8344:1 8345:1 8389:2 8401:2 8409:1 8412:1 8415:1 8416:1 8421:2 8436:1 8439:3 8464:1 8465:2 8469:2 8504:1 8506:1 8509:1 8521:1 8523:1 8537:1 8564:1 8570:1 8589:1 8591:1 8610:1 8618:1 8631:1 8634:2 8646:2 8649:2 8662:1 8669:1 8679:1 8687:1 8696:1 8699:1 8700:1 8703:2 8713:1 8715:2 8718:1 8725:1 8731:1 8732:2 8735:1 8747:1 8750:1 8762:1 8763:2 8768:2 8775:1 8781:1 8788:1 8858:1 8890:2 8925:1 8944:3 8950:2 8952:1 8957:2 8966:1 8979:1 9016:1 9028:2 9073:1 9078:1 9089:1 9102:1 9109:2 9121:1 9130:1 9131:1 9138:1 9149:1 9151:1 9164:1 9176:4 9189:2 9191:1 9200:1 9211:1 9231:1 9245:2 9246:1 9257:1 9289:1 9291:2 9312:1 9317:1 9326:1 9347:1 9408:1 9414:1 9425:1 9427:1 9437:2 9446:1 9478:1 9489:1 9492:1 9499:1 9501:1 9504:1 9510:1 9515:1 9520:1 9524:4 9528:1 9530:1 9554:1 9556:3 9570:1 9583:1 9593:1 9597:5 9601:4 9603:1 9630:5 9639:2 9648:1 9663:1 9671:2 9677:1 9687:1 9695:1 9712:1 9734:1 9765:2 9770:1 9773:1 9790:1 9794:3 9797:1 9799:2 9801:5 9809:1 9810:1 9839:1 9842:1 9844:1 9846:1 9853:2 9860:1 9866:2 9879:4 9886:1 9888:1 9906:1 9947:2 9950:1 9966:1 9968:1 9974:3 9976:3 9983:3 9986:3 9987:5 9990:2 9992:2 9996:1 10004:1 10027:1 10029:1 10051:2 10076:1 10080:1 10081:1 10091:1 10101:2 10103:1 10111:1 10147:1 10181:1 10229:1 10240:1 10241:1 10257:2 10270:2 10283:1 10307:4 10308:1 10318:1 10323:2 10324:1 10325:1 10334:2 10349:1 10351:1 10352:2 10364:1 10382:2 10387:3 10406:1 10412:2 10439:1 10443:1 10444:1 10453:2 10459:1 10473:3 10483:1 10485:1 10488:1 10504:1 10506:1 10514:1 10526:2 10542:1 10563:1 10588:4 10592:2 10623:2 10633:2 10636:1 10640:1 10643:1 10647:1 10654:5 10655:1 10664:3 10708:2 10713:2 10717:1 10719:1 10726:2 10731:1 10735:1 10747:1 10750:1 10764:1 10765:1 10778:1 10782:1 10791:1 10831:1 10838:1 10851:1 10852:1 10856:2 10904:1 10913:1 10928:1 10933:2 10971:1 10977:1 10982:1 10984:1 11022:3 11023:2 11041:1 11052:1 11053:1 11054:2 11057:3 11058:1 11066:1 11074:2 11079:1 11089:1 11090:1 11108:1 11138:1 11152:1 11161:1 11163:5 11166:2 11186:1 11200:1 11204:1 11215:1 11222:1 11239:2 11253:2 11276:1 11281:1 11290:1 11310:1 11328:1 11334:2 11336:1 11342:1 11358:2 11359:1 11367:1 11371:1 11400:1 11415:1 11435:1 11506:1 11508:1 11525:2 11540:2 11541:1 11555:1 11587:1 11602:1 11608:1 11669:1 11670:1 11674:1 11680:1 11681:1 11683:1 11684:1 11694:1 11724:1 11790:1 11792:1 11793:1 11800:2 11801:1 11848:2 11869:1 11870:2 11871:1 11877:1 11879:1 11880:1 11882:1 11886:2 11898:1 11899:2 11900:1 11904:7 11908:1 11926:2 11936:2 11944:1 11945:1 11992:1 12009:1 12017:1 12023:2 12024:5 12029:3 12094:14 12097:1 12124:1 12144:1 12146:1 12147:1 12148:1 12163:1 12170:1 12177:1 12207:1 12223:1 12249:2 12250:1 12274:1 12299:1 12313:1 12322:3 12336:1 12342:1 12348:2 12355:3 12363:1 12378:1 12381:1 12388:3 12395:1 12465:1 12491:1 12492:1 12502:1 12506:1 12507:2 12511:1 12520:1 12528:2 12545:1 12548:2 12552:1 12557:1 12576:1 12577:1 12580:2 12585:2 12596:1 12604:1 12619:1 12621:1 12636:1 12648:1 12665:1 12677:1 12678:1 12689:1 12696:2 12699:2 12712:2 12733:2 12740:4 12744:2 12747:1 12769:1 12789:1 12791:2 12802:1 12808:1 12811:1 12817:1 12837:1 12852:1 12859:1 12869:1 12887:1 12901:1 12906:2 12924:5 12936:1 12944:1 12950:2 12959:1 12989:1 12990:1 12993:1 12999:1 13005:1 13009:1 13024:1 13063:1 13073:1 13080:1 13081:1 13088:1 13104:1 13125:1 13128:1 13133:2 13161:1 13179:1 13187:2 13204:1 13213:1 13216:1 13242:2 13276:1 13278:1 13291:1 13308:2 13309:1 13310:1 13318:1 13321:1 13325:1 13340:1 13343:1 13366:2 13373:1 13421:1 13422:2 13433:1 13475:1 13482:1 13490:1 13491:1 13496:1 13497:1 13508:1 13519:1 13544:1 13551:1 13560:2 13564:1 13581:1 13583:1 13584:2 13587:3 13590:2 13624:5 13631:1 13633:1 13637:1 13688:1 13703:1 13777:1 13778:1 13785:1 13792:1 13805:1 13814:2 13820:1 13828:2 13842:1 13849:2 13872:1 13879:2 13881:1 13893:1 13894:2 13911:1 13922:1 13951:1 13961:1 13962:2 13971:1 13984:2 13985:1 13987:1 13998:1 14005:1 14006:1 14009:1 14012:1 14015:2 14021:4 14043:3 14047:1 14057:1 14059:2 14103:1 14114:3 14125:2 14142:1 14148:1 14159:1 14163:1 14166:1 14174:1 14176:1 14178:1 14179:1 14184:4 14198:1 14202:1 14204:1 14211:2 14217:1 14242:2 14251:1 14267:1 14272:1 14315:3 14339:1 14345:1 14356:1 14365:1 14383:1 14390:3 14392:1 14399:2 14423:1 14429:1 14441:1 14442:1 14454:1 14458:11 14469:1 14480:2 14484:2 14499:1 14513:1 14530:2 14540:1 14550:9 14565:1 14572:2 14601:2 14604:1 14619:1 14621:1 14657:1 14658:1 14664:1 14682:1 14686:4 14694:1 14698:2 14699:1 14708:2 14709:2 14714:1 14716:1 14717:2 14718:2 14733:1 14761:1 14791:1 14795:1 14800:1 14820:1 14823:1 14832:1 14837:2 14870:1 14877:1 14896:1 14901:1 14925:2 14926:1 14944:1 14961:1 14985:1 15002:3 15014:1 15016:2 15020:1 15028:2 15038:1 15046:2 15064:2 15066:1 15086:1 15095:2 15096:1 15100:1 15106:1 15110:2 15111:1 15144:1 15153:1 15165:2 15168:1 15239:1 15251:1 15268:1 15276:4 15281:1 15291:3 15297:1 15307:1 15319:1 15328:1 15357:1 15358:4 15370:2 15398:1 15406:1 15413:1 15430:1 15442:1 15453:2 15464:1 15501:2 15524:1 15541:1 15543:1 15557:1 15575:1 15591:1 15599:5 15602:1 15613:2 15646:1 15700:1 15718:1 15734:1 15788:1 15794:1 15797:1 15803:1 15805:1 15810:2 15826:2 15828:1 15867:4 15887:1 15902:2 15903:3 15931:1 15937:2 15952:1 15960:1 15967:4 15978:3 15989:2 15990:1 15996:1 16026:1 16043:2 16056:1 16068:2 16085:1 16099:3 16109:1 16129:1 16136:1 16144:5 16150:1 16213:2 16217:2 16225:3 16239:1 16247:1 16260:5 16264:1 16265:1 16268:1 16271:1 16282:1 16295:1 16296:1 16312:1 16320:1 16361:1 16383:1 16404:1 16405:1 16417:1 16425:2 16427:1 16460:1 16466:1 16483:1 16523:2 16564:1 16567:1 16568:2 16580:5 16593:1 16601:1 16630:1 16649:1 16668:1 16682:1 16685:1 16687:1 16691:1 16697:1 16720:1 16724:1 16725:2 16738:1 16783:1 16786:2 16799:1 16807:1 16825:1 16849:1 16859:1 16865:2086 16873:1 16877:1 16880:1 16923:1 16926:1 16927:1 16939:1 16961:3 17003:1 17004:1 17020:1 17040:1 17043:1 17044:1 17046:1 17047:1 17051:1 17060:1 17089:1 17096:1 17135:2 17139:2 17175:1 17187:1 17219:1 17244:1 17248:1 17256:2 17266:1 17274:1 17283:1 17285:1 17292:1 17294:1 17318:1 17323:3 17331:1 17338:1 17348:1 17357:1 17366:3 17395:1 17419:1 17475:1 17486:1 17499:1 17507:1 17515:2 17516:1 17535:1 17536:1 17556:1 17560:3 17580:1 17601:1 17603:1 17620:5 17669:6 17672:1 17694:1 17697:1 17700:1 17705:1 17709:1 17710:1 17714:1 17715:2 17720:1 17722:1 17736:1 17739:3 17740:1 17743:1 17744:1 17755:1 17760:3 17766:1 17769:1 17782:1 17789:2 17790:1 17795:1 17807:1 17812:1 17815:2 17834:1 17850:1 17864:1 17869:1 17880:1 17889:1 17911:1 17914:3 17916:2 17958:1 17963:1 17968:1 17970:1 17973:1 17984:1 17992:2 17998:2 18004:2 18018:1 18025:1 18047:1 18059:1 18061:1 18065:1 18079:1 18080:1 18091:2 18111:1 18112:1 18113:2 18120:1 18128:1 18155:1 18159:1 18162:2 18166:1 18191:1 18197:1 18209:1 18222:3 18224:1 18226:2 18227:2 18232:1 18240:1 18245:1 18253:1 18261:1 18265:3 18284:1 18288:1 18292:4 18300:2 18303:1 18304:1 18306:1 18320:1 18329:1 18332:1 18348:1 18358:1 18360:1 18361:1 18384:3 18388:1 18393:1 18399:1 18404:1 18409:1 18445:1 18450:1 18475:1 18478:1 18486:1 18491:1 18514:1 18515:1 18522:1 18542:4 18548:1 18558:1 18560:1 18562:1 18564:1 18588:2 18602:1 18631:1 18634:1 18655:1 18657:1 18685:1 18701:1 18711:1 18712:1 18722:1 18727:1 18734:1 18738:1 18756:1 18767:1 18769:2 18784:1 18786:1 18794:1 18815:1 18817:2 18822:2 18824:1 18840:1 18842:2 18860:1 18877:6 18880:1 18881:2 18886:2 18891:2 18898:1 18900:1 18911:2 18913:1 18919:1 18929:1 18931:1 18935:1 18993:1 18997:2 19006:1 19024:1 19031:1 19036:2 19037:1 19052:1 19057:1 19059:1 19062:1 19076:1 19082:1 19089:2 19090:1 19099:1 19100:1 19108:2 19111:1 19118:3 19135:1 19160:1 19162:1 19185:1 19191:2 19195:1 19198:1 19208:2 19210:1 19215:2 19217:1 19221:1 19235:1 19245:1 19251:1 19257:1 19258:1 19262:1 19287:1 19306:2 19317:2 19323:1 19331:1 19334:3 19339:1 19351:1 19354:1 19359:2 19362:2 19363:1 19367:2 19368:1 19377:1 19381:2 19382:1 19383:1 19388:1 19433:1 19446:1 19466:2 19468:2 19476:1 19490:1 19491:1 19493:1 19494:1 19497:1 19526:1 19549:1 19561:1 19564:1 19612:3 19613:1 19621:1 19630:1 19660:1 19669:1 19672:2 19675:1 19676:1 19678:1 19688:5 19704:1 19710:2 19724:1 19730:3 19735:2 19736:1 19749:1 19751:1 19773:2 19801:1 19806:2 19807:2 19810:1 19811:1 19813:1 19818:1 19822:1 19825:1 19831:2 19832:1 19834:1 19836:1 19837:1 19840:2 19842:6 19848:1 19854:1 19869:1 19873:1 19905:1 19949:1 19951:1 19952:1 19953:1 19954:2 19995:1 20001:1 20002:3 20013:1 20017:4 20020:2 20040:2 20043:1 20067:2 20078:1 20097:1 20126:1 20147:1 20150:1 20162:1 20172:5 20183:1 20194:1 20203:4 20218:2 20238:8 20244:1 20250:1 20258:1 20285:1 20302:1 20307:1 20308:1 20337:1 20360:1 20369:1 20377:2 20398:2 20405:1 20471:1 20477:1 20489:1 20495:1 20497:1 20507:1 20524:1 20530:1 20535:1 20568:1 20593:1 20615:1 20625:1 20650:1 20651:1 20657:1 20662:2 20670:1 20672:1 20679:1 20680:1 20687:1 20705:1 20716:1 20719:1 20721:5 20750:1 20785:1 20793:2 20797:3 20806:1 20819:2 20838:1 20846:1 20847:1 20865:2 20870:1 20880:1 20899:1 20901:1 20926:4 20933:1 20938:3 20952:2 20973:1 20992:2 20993:1 20997:1 21016:1 21023:1 21025:1 21029:1 21033:1 21039:1 21043:1 21069:1 21074:1 21099:3 21100:1 21119:2 21121:1 21123:1 21129:2 21133:1 21145:1 21159:1 21165:1 21170:1 21176:1 21180:1 21182:1 21225:1 21227:1 21228:1 21231:2 21245:1 21254:1 21260:1 21262:1 21266:1 21277:1 21279:2 21282:3 21284:1 21306:3 21311:2 21323:1 21344:1 21355:3 21369:1 21379:1 21381:1 21385:1 21400:1 21418:3 21438:1 21454:1 21455:1 21458:1 21495:1 21504:1 21514:2 21522:1 21541:1 21556:3 21564:1 21569:1 21593:1 21617:1 21624:1 21631:1 21639:2 21645:1 21653:1 21655:1 21695:1 21702:2 21704:1 21705:1 21720:1 21729:1 21745:1 21746:1 21788:2 21793:1 21822:1 21841:1 21845:1 21853:1 21868:1 21887:1 21897:1 21908:1 21909:4 21931:2 21932:2 21942:1 21963:1 21969:1 21971:1 21987:1 22003:1 22015:1 22020:3 22028:1 22051:1 22060:1 22061:2 22077:1 22114:3 22129:1 22130:1 22136:1 22154:1 22161:1 22166:1 22179:2 22185:1 22198:2 22204:1 22215:1 22218:1 22222:1 22223:2 22234:1 22243:1 22284:2 22299:3 22301:1 22330:1 22334:1 22335:2 22338:1 22340:2 22341:1 22342:2 22343:1 22349:1 22355:1 22359:1 22361:1 22380:2 22421:1 22423:1 22440:2 22450:2 22460:3 22463:2 22471:1 22476:1 22477:1 22478:1 22493:1 22494:3 22496:2 22503:1 22509:1 22525:1 22551:1 22564:1 22587:2 22598:1 22605:2 22633:1 22634:1 22668:4 22672:2 22698:1 22725:1 22755:2 22793:1 22808:1 22822:4 22832:1 22840:2 22843:1 22850:1 22854:6 22861:3 22879:2 22881:1 22882:1 22883:1 22885:1 22887:1 22933:2 22946:2 22948:1 22956:1 22963:1 22964:1 23003:3 23008:2 23019:1 23020:1 23026:1 23028:1 23029:1 23034:1 23050:1 23051:2 23056:1 23057:1 23065:1 23099:1 23107:1 23118:1 23120:1 23135:1 23145:1 23148:1 23150:1 23165:1 23171:1 23200:1 23217:1 23239:2 23240:1 23241:1 23268:1 23286:1 23294:1 23296:5 23313:1 23417:1 23427:1 23429:1 23445:1 23465:1 23468:1 23470:2 23476:4 23556:1 23568:1 23573:1 23592:2 23595:1 23599:2 23605:2 23626:1 23637:1 23679:1 23693:1 23696:1 23704:1 23705:1 23722:1 23723:1 23725:1 23735:1 23789:1 23805:1 23813:1 23821:1 23827:1 23848:1 23897:1 23899:1 23916:1 23952:1 23970:1 23975:1 23977:1 23983:1 23992:1 24019:1 24033:1 24038:2 24040:5 24041:1 24042:1 24051:1 24073:1 24101:1 24106:1 24126:1 24135:1 24145:1 24170:1 24171:2 24188:1 24190:2 24192:3 24214:1 24220:1 24224:1 24244:1 24251:1 24279:1 24291:1 24297:1 24303:2 24304:4 24315:1 24318:1 24331:1 24333:1 24335:1 24337:1 24343:2 24348:1 24352:1 24355:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:4 24391:2 24398:1 24415:1 24425:1 24432:1 24436:1 24446:1 24449:1 24451:1 24457:1 24516:1 24522:1 24532:1 24536:1 24562:2 24563:1 24570:1 24571:1 24578:3 24583:2 24584:1 24585:1 24591:1 24593:2 24628:2 24640:1 24649:2 24650:3 24653:1 24655:1 24671:1 24698:1 24705:1 24716:1 24720:1 24737:1 24742:2 24756:4 24763:1 24798:2 24813:1 24819:1 24821:2 24824:1 24842:1 24848:1 24866:1 24871:1 24874:1 24875:1 24884:2 24885:1 24891:3 24893:1 24894:2 24895:1 24905:1 24908:2 24910:1 24913:1 24916:2 24917:4 24921:1 24924:1 24927:2 24930:2 24950:1 24959:2 24960:1 24987:1 24993:4 24999:1 25007:1 25025:1 25027:7 25028:1 25030:1 25055:1 25056:1 25086:2 25093:1 25098:1 25109:1 25123:1 25127:1 25130:1 25138:1 25178:1 25195:1 25199:1 25200:1 25209:1 25217:1 25226:1 25251:1 25269:2 25302:1 25345:1 25355:1 25374:1 25380:2 25405:1 25408:1 25422:1 25426:2 25427:1 25434:1 25437:1 25451:1 25453:1 25491:2 25499:1 25501:1 25519:2 25528:1 25530:1 25536:1 25565:1 25566:2 25570:1 25578:19 25583:3 25597:1 25608:1 25611:1 25617:3 25636:1 25642:1 25653:1 25662:1 25676:3 25686:1 25694:1 25713:3 25723:3 25729:1 25757:11 25802:1 25822:1 25829:2 25841:1 25844:1 25851:1 25862:1 25868:1 25873:1 25896:2 25921:2 25933:2 25935:1 25937:2 25947:2 25965:1 25970:1 25972:1 25990:1 26005:1 26006:2 26008:1 26012:1 26013:2 26024:2 26034:1 26039:1 26065:2 26068:1 26072:2 26076:2 26077:5 26100:1 26116:1 26118:1 26127:1 26128:1 26132:2 26144:3 26191:4 26196:1 26204:1 26223:1 26238:1 26285:1 26290:1 26295:3 26296:1 26351:1 26356:3 26381:1 26400:1 26421:1 26436:2 26442:1 26445:2 26448:1 26468:1 26469:2 26473:1 26477:3 26502:1 26512:1 26529:1 26549:1 26558:1 26562:1 26577:2 26584:2 26591:1 26597:1 26599:1 26610:1 26628:2 26635:1 26649:1 26652:1 26653:1 26660:3 26670:1 26686:1 26689:1 26691:1 26705:4 26709:1 26724:1 26732:3 26733:4 26740:3 26749:1 26751:1 26753:1 26756:7 26794:5 26798:1 26805:3 26813:1 26817:1 26835:1 26845:1 8 1:4 9:1 20:1 35:1 39:1 42:2 80:2 86:1 110:1 117:1 122:1 144:1 156:1 161:1 162:1 179:1 187:1 192:4 205:2 213:1 224:1 229:4 236:1 247:1 262:1 287:1 319:3 320:1 321:1 342:1 353:2 392:2 411:1 413:2 426:2 452:1 466:1 472:1 484:2 497:1 538:1 545:1 558:2 565:2 579:4 605:8 635:1 636:1 643:5 661:1 663:1 666:1 667:1 747:2 758:1 766:1 812:5 817:2 819:1 831:1 832:1 839:5 848:1 860:1 874:1 893:1 899:1 904:4 908:2 939:1 940:1 942:3 951:1 956:1 971:1 998:1 1001:1 1013:2 1017:1 1033:1 1039:1 1048:1 1067:4 1077:1 1087:1 1100:2 1108:1 1113:1 1118:1 1123:1 1126:1 1127:1 1132:1 1134:1 1137:1 1138:1 1143:1 1157:1 1159:1 1167:1 1174:1 1176:1 1179:3 1180:1 1185:1 1186:1 1187:1 1189:1 1201:1 1206:1 1214:1 1222:1 1236:1 1255:1 1266:1 1270:1 1271:1 1278:1 1286:1 1297:1 1305:1 1309:1 1310:1 1315:1 1319:2 1322:5 1325:5 1331:1 1343:2 1358:1 1361:3 1368:4 1385:3 1403:1 1409:1 1412:1 1413:3 1433:1 1445:4 1449:1 1458:2 1463:2 1470:1 1486:1 1499:1 1516:2 1527:1 1529:2 1533:2 1537:1 1555:1 1561:1 1572:2 1576:1 1577:1 1587:1 1591:1 1594:1 1607:1 1612:2 1617:1 1618:2 1628:1 1629:1 1640:1 1644:1 1647:2 1667:1 1670:1 1681:1 1685:1 1686:1 1690:1 1703:2 1719:1 1725:1 1726:2 1731:1 1739:4 1745:1 1749:1 1751:1 1755:2 1766:1 1768:2 1774:1 1785:1 1787:1 1798:2 1804:1 1811:1 1813:2 1815:1 1828:1 1843:1 1847:1 1889:1 1891:6 1915:1 1918:1 1922:2 1930:1 1954:1 1965:1 1966:1 1976:1 1979:1 1981:1 1994:1 2026:5 2046:1 2064:1 2085:1 2101:1 2116:1 2127:1 2138:1 2143:1 2156:1 2157:1 2158:1 2160:8 2161:1 2163:1 2170:3 2172:1 2177:2 2179:1 2181:2 2184:7 2186:3 2190:3 2192:1 2195:3 2197:1 2199:1 2228:1 2237:1 2248:3 2250:1 2255:1 2260:2 2271:1 2274:1 2281:1 2284:1 2317:1 2363:1 2386:1 2403:1 2410:1 2454:1 2466:1 2473:1 2509:1 2523:1 2528:1 2529:1 2530:1 2533:1 2547:1 2548:1 2560:1 2561:1 2562:1 2564:1 2566:3 2578:1 2581:1 2588:1 2602:2 2604:1 2606:1 2621:1 2635:3 2646:1 2657:1 2659:1 2660:1 2666:2 2677:1 2683:1 2684:1 2708:1 2713:1 2719:2 2726:8 2738:1 2749:2 2750:2 2765:1 2772:1 2776:4 2781:1 2794:1 2813:1 2827:1 2833:1 2835:1 2836:1 2847:1 2894:1 2905:1 2938:1 2943:2 2944:1 2952:1 2959:1 2966:1 2998:1 3004:1 3009:2 3019:1 3045:1 3082:1 3087:3 3090:3 3093:4 3094:2 3106:1 3116:6 3120:1 3129:1 3148:1 3166:1 3176:1 3182:1 3203:1 3253:2 3262:1 3263:1 3276:1 3300:1 3327:1 3342:1 3354:1 3365:1 3373:1 3374:2 3386:1 3393:1 3408:1 3414:1 3426:1 3430:1 3445:1 3451:1 3454:3 3456:1 3466:2 3474:1 3475:1 3487:1 3491:1 3507:1 3517:1 3518:1 3532:1 3533:1 3551:1 3555:1 3559:2 3563:2 3569:1 3585:1 3587:1 3588:1 3592:1 3614:1 3617:1 3623:1 3626:1 3632:1 3640:2 3650:1 3652:1 3660:2 3663:2 3668:1 3674:1 3686:1 3694:2 3701:1 3702:1 3720:1 3734:1 3743:1 3746:1 3748:1 3749:1 3755:1 3757:3 3763:1 3767:2 3774:1 3785:2 3786:5 3841:2 3847:1 3853:1 3856:1 3862:1 3894:1 3906:1 3909:1 3910:1 3919:1 3924:1 3926:1 3936:2 3946:2 3959:3 3960:1 3962:5 3968:1 3975:1 3990:1 4011:3 4022:1 4027:1 4037:1 4040:6 4041:1 4059:2 4071:1 4075:1 4078:1 4131:1 4135:3 4139:1 4140:1 4152:1 4153:1 4159:1 4176:2 4182:1 4202:1 4208:1 4213:2 4235:2 4243:1 4277:1 4281:1 4292:2 4301:1 4319:3 4328:2 4354:3 4364:1 4367:1 4370:1 4383:1 4389:3 4391:1 4393:1 4395:1 4418:1 4423:1 4428:1 4444:1 4488:1 4505:3 4528:1 4533:16 4534:1 4541:1 4552:1 4559:1 4583:1 4589:1 4615:1 4632:4 4646:7 4648:6 4651:1 4654:1 4655:1 4657:2 4660:2 4662:2 4667:1 4669:1 4672:1 4673:7 4696:1 4720:2 4745:1 4748:1 4788:1 4791:4 4814:1 4827:1 4835:1 4841:2 4843:1 4851:1 4862:1 4868:1 4886:4 4889:1 4893:1 4919:1 4933:1 4942:1 4953:2 4970:1 4973:2 4981:2 5010:1 5011:1 5061:2 5092:1 5100:1 5120:1 5125:1 5135:1 5141:1 5143:1 5146:2 5147:1 5150:1 5157:2 5160:1 5162:2 5168:1 5170:1 5197:1 5201:2 5217:3 5226:1 5238:1 5260:1 5266:1 5268:1 5269:1 5282:1 5283:1 5290:1 5292:1 5297:1 5335:1 5385:2 5397:1 5402:4 5411:1 5430:2 5460:1 5467:3 5494:1 5505:2 5524:3 5526:2 5548:4 5568:2 5574:1 5583:1 5595:1 5600:1 5614:2 5618:2 5637:2 5639:2 5640:1 5675:1 5683:1 5710:1 5728:1 5731:3 5737:1 5757:1 5762:7 5766:1 5770:1 5779:1 5798:1 5813:8 5840:1 5850:5 5852:2 5857:1 5859:1 5860:4 5861:3 5863:2 5865:2 5870:2 5871:1 5873:1 5875:3 5877:4 5880:1 5891:1 5902:1 5904:1 5914:1 5915:1 5933:1 5951:1 5960:2 5985:1 5999:1 6003:3 6006:2 6013:1 6014:1 6023:1 6027:1 6039:1 6052:1 6066:1 6068:1 6070:1 6074:1 6077:1 6089:1 6093:1 6100:1 6109:1 6127:1 6136:1 6138:1 6152:1 6161:1 6173:1 6174:1 6197:1 6212:1 6215:1 6225:1 6227:1 6228:1 6230:1 6233:2 6235:1 6259:3 6264:2 6267:1 6276:1 6289:1 6292:4 6295:7 6298:2 6306:1 6307:1 6311:2 6319:5 6320:2 6322:1 6330:3 6378:2 6379:1 6386:1 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6447:1 6457:1 6478:1 6480:1 6485:1 6494:1 6500:1 6501:1 6504:1 6512:1 6516:1 6517:1 6526:1 6529:1 6530:1 6532:1 6538:2 6553:1 6557:1 6566:1 6579:1 6581:1 6599:3 6601:1 6621:1 6623:2 6637:1 6645:1 6663:1 6681:1 6688:2 6689:1 6694:1 6700:2 6722:2 6728:3 6730:1 6733:1 6741:1 6743:3 6747:4 6773:1 6777:1 6787:1 6792:1 6814:1 6824:5 6845:5 6851:2 6865:1 6888:1 6903:1 6919:1 6927:2 6977:1 6979:1 7025:3 7037:10 7038:5 7060:1 7061:3 7089:1 7092:1 7099:37 7107:1 7119:8 7120:6 7141:1 7142:1 7155:2 7158:1 7174:1 7180:1 7187:1 7194:1 7208:3 7269:2 7292:2 7302:1 7311:2 7322:5 7332:1 7346:1 7350:1 7353:1 7358:1 7384:1 7387:1 7417:2 7421:2 7444:1 7461:2 7475:1 7479:1 7483:1 7486:1 7494:3 7497:1 7543:1 7563:1 7564:12 7582:1 7642:3 7649:1 7654:1 7659:1 7673:1 7680:1 7695:2 7706:1 7710:2 7719:7 7720:1 7725:2 7750:1 7754:1 7767:1 7780:1 7785:1 7788:1 7801:1 7814:1 7863:1 7864:1 7869:1 7870:2 7871:1 7872:4 7874:1 7876:2 7878:2 7884:2 7885:1 7887:1 7907:3 7914:1 7918:1 7921:1 7923:1 7960:1 7968:5 8014:1 8026:4 8028:2 8035:2 8068:1 8069:1 8070:1 8083:1 8094:1 8101:1 8123:2 8130:1 8138:1 8141:2 8142:1 8148:1 8158:1 8168:2 8170:1 8173:1 8219:1 8223:2 8224:2 8225:2 8242:1 8246:1 8254:1 8266:1 8274:1 8284:4 8285:4 8300:1 8336:1 8344:1 8345:1 8389:2 8401:2 8409:1 8412:1 8415:1 8416:1 8421:2 8436:1 8439:3 8440:1 8464:1 8465:2 8469:2 8504:1 8506:1 8509:1 8521:1 8523:1 8537:1 8564:1 8570:1 8589:1 8591:1 8610:1 8618:1 8631:1 8634:2 8646:2 8649:2 8662:1 8669:1 8679:1 8687:1 8696:1 8699:1 8700:1 8703:2 8713:1 8715:2 8718:1 8725:1 8731:1 8732:2 8735:1 8747:1 8750:1 8762:1 8763:2 8768:2 8775:1 8781:1 8788:1 8858:1 8890:2 8925:1 8944:3 8950:2 8952:1 8957:2 8966:1 8979:1 9016:1 9028:2 9073:1 9078:1 9089:1 9102:1 9109:2 9121:1 9130:1 9131:1 9138:1 9149:1 9151:1 9164:1 9176:4 9189:2 9191:1 9200:1 9211:1 9231:1 9245:2 9246:2 9257:1 9289:1 9291:2 9312:1 9317:1 9326:1 9347:1 9408:1 9414:1 9425:1 9427:1 9437:2 9446:1 9478:1 9489:1 9492:1 9499:1 9501:1 9504:1 9510:1 9515:1 9520:1 9524:4 9528:1 9530:1 9554:1 9556:3 9570:1 9583:1 9593:1 9597:5 9601:4 9603:1 9630:5 9639:2 9648:1 9663:1 9671:2 9677:1 9687:1 9695:1 9712:1 9734:1 9765:2 9770:1 9772:1 9773:1 9790:1 9794:3 9797:1 9799:2 9801:5 9809:1 9810:1 9839:1 9842:1 9844:1 9846:1 9853:2 9860:1 9866:2 9879:4 9886:1 9888:1 9906:1 9947:3 9950:1 9966:1 9968:1 9974:3 9976:3 9983:3 9986:3 9987:5 9990:2 9992:2 9996:1 10004:1 10027:1 10029:1 10051:2 10076:1 10080:1 10081:1 10091:1 10101:2 10103:1 10111:1 10147:1 10181:1 10229:1 10240:1 10241:1 10257:2 10270:2 10283:1 10307:4 10308:1 10318:1 10323:2 10324:1 10325:1 10334:2 10349:1 10351:1 10352:2 10364:1 10382:2 10386:1 10387:3 10406:1 10412:2 10439:1 10443:1 10444:1 10453:2 10459:1 10473:3 10483:1 10485:1 10488:1 10504:1 10506:1 10514:1 10526:2 10542:1 10563:1 10586:1 10588:4 10592:2 10623:2 10625:1 10633:2 10636:1 10640:1 10643:1 10647:1 10654:5 10655:1 10664:3 10708:2 10713:2 10717:1 10719:1 10726:2 10731:1 10735:1 10747:1 10750:1 10764:1 10765:1 10771:1 10778:1 10782:1 10791:1 10831:1 10838:1 10851:1 10852:1 10856:2 10904:1 10913:1 10928:1 10933:2 10971:1 10977:1 10982:1 10984:1 11022:3 11023:2 11041:1 11052:1 11053:1 11054:2 11057:3 11058:1 11066:1 11074:2 11079:1 11089:1 11090:1 11108:1 11138:1 11152:1 11161:1 11163:5 11166:2 11186:1 11200:1 11204:1 11215:1 11222:1 11239:2 11253:2 11276:1 11281:1 11290:1 11310:1 11328:1 11334:2 11336:1 11342:1 11356:1 11358:2 11359:1 11367:1 11371:1 11400:1 11415:1 11417:1 11435:1 11488:1 11506:1 11508:1 11525:2 11540:2 11541:1 11555:1 11579:1 11587:1 11602:1 11608:1 11669:1 11670:1 11674:1 11680:1 11681:1 11683:1 11684:1 11694:1 11724:1 11790:1 11792:1 11793:1 11800:2 11801:1 11848:2 11869:1 11870:2 11871:1 11877:1 11879:1 11880:1 11882:1 11886:2 11898:1 11899:2 11900:1 11904:7 11908:1 11926:2 11936:2 11944:1 11945:1 11992:1 12009:1 12017:1 12023:2 12024:5 12029:3 12094:14 12097:1 12124:1 12144:1 12146:1 12147:2 12148:1 12163:1 12170:1 12177:1 12207:1 12223:1 12249:2 12250:1 12274:1 12299:1 12313:1 12322:3 12336:1 12342:1 12348:2 12355:3 12363:1 12378:1 12381:1 12388:3 12395:1 12465:1 12491:1 12492:1 12502:1 12506:1 12507:2 12511:1 12520:1 12528:2 12545:1 12548:2 12552:1 12557:1 12576:1 12577:1 12580:2 12585:2 12596:1 12604:1 12619:1 12621:1 12636:1 12648:1 12665:1 12677:1 12678:1 12689:1 12696:3 12699:2 12712:2 12733:2 12740:4 12744:2 12747:1 12769:1 12777:1 12789:1 12791:2 12802:1 12808:1 12811:1 12817:1 12837:1 12852:1 12859:1 12869:1 12887:1 12901:1 12906:2 12924:5 12936:1 12944:1 12950:2 12959:1 12989:1 12990:1 12993:1 12999:1 13005:1 13009:1 13024:1 13063:1 13073:1 13080:1 13081:1 13088:1 13104:1 13125:1 13128:1 13133:2 13161:1 13179:1 13187:2 13204:1 13213:1 13216:1 13242:2 13276:1 13278:1 13291:1 13308:2 13309:1 13310:1 13318:1 13321:1 13325:1 13340:1 13343:1 13366:2 13373:1 13421:1 13422:2 13433:1 13475:1 13482:1 13490:1 13491:1 13496:1 13497:1 13508:1 13519:1 13544:1 13551:1 13560:2 13564:1 13581:1 13583:1 13584:2 13587:3 13590:2 13624:5 13631:1 13633:1 13637:1 13688:1 13703:1 13704:1 13777:1 13778:1 13785:1 13792:1 13805:1 13814:2 13816:1 13820:1 13828:2 13842:1 13849:2 13851:1 13872:1 13879:2 13881:1 13893:1 13894:2 13911:1 13922:1 13951:1 13961:1 13962:2 13971:1 13984:2 13985:1 13987:1 13998:1 14005:1 14006:1 14009:1 14012:1 14015:2 14021:4 14041:1 14043:3 14047:1 14057:1 14059:2 14103:1 14114:3 14125:2 14142:1 14148:1 14159:1 14163:1 14166:1 14174:1 14176:1 14178:1 14179:1 14184:4 14198:1 14202:1 14204:1 14211:2 14217:1 14242:2 14251:1 14267:1 14272:1 14315:3 14339:1 14345:1 14356:1 14365:1 14383:1 14390:3 14392:1 14399:2 14423:1 14429:1 14441:1 14442:1 14454:1 14458:11 14469:1 14480:2 14484:2 14499:1 14513:1 14530:2 14540:1 14550:9 14565:1 14572:2 14601:2 14604:1 14619:1 14621:1 14657:1 14658:1 14664:1 14682:1 14686:4 14694:1 14698:2 14699:1 14708:2 14709:2 14714:1 14716:1 14717:2 14718:2 14733:1 14761:1 14791:1 14795:1 14800:1 14820:1 14823:1 14832:1 14837:2 14870:1 14877:1 14896:1 14901:1 14925:2 14926:1 14944:1 14961:1 14985:1 15002:3 15014:1 15016:2 15020:1 15028:2 15038:1 15046:2 15064:2 15066:1 15086:1 15095:2 15096:1 15100:1 15106:1 15110:2 15111:1 15144:1 15153:1 15165:2 15168:1 15239:1 15251:1 15268:1 15276:4 15281:1 15291:3 15297:1 15307:1 15319:1 15328:1 15357:1 15358:4 15370:2 15379:1 15398:1 15406:1 15413:1 15430:1 15442:1 15453:2 15464:1 15501:2 15524:1 15541:1 15543:1 15557:1 15575:1 15591:1 15599:5 15602:1 15613:2 15646:1 15700:1 15718:1 15734:1 15788:1 15794:1 15797:1 15803:1 15805:1 15810:2 15826:2 15828:1 15867:4 15887:1 15902:2 15903:3 15931:1 15937:2 15943:1 15952:1 15960:1 15967:4 15978:3 15989:2 15990:1 15996:1 16026:1 16043:2 16056:1 16068:2 16085:1 16099:3 16109:1 16129:1 16136:2 16144:5 16150:1 16213:2 16217:2 16225:3 16239:1 16247:1 16260:5 16264:1 16265:1 16268:1 16271:1 16282:1 16295:1 16296:1 16312:1 16320:1 16361:1 16383:1 16404:1 16405:1 16417:1 16425:2 16427:1 16460:1 16466:1 16483:1 16523:2 16564:1 16567:1 16568:2 16580:5 16588:1 16593:1 16601:1 16630:1 16649:1 16668:1 16682:1 16685:1 16687:1 16691:1 16697:1 16720:1 16724:1 16725:2 16738:1 16783:1 16786:2 16799:1 16807:1 16825:1 16849:1 16859:1 16865:2212 16873:1 16877:1 16880:1 16923:1 16926:1 16927:1 16939:1 16961:3 17003:1 17004:1 17020:1 17040:1 17043:1 17044:1 17046:1 17047:1 17051:1 17053:1 17060:1 17089:1 17096:1 17135:2 17139:2 17175:1 17187:1 17188:1 17219:1 17244:1 17248:1 17256:2 17266:1 17274:1 17283:1 17285:1 17292:1 17294:1 17318:1 17323:3 17331:1 17338:1 17348:1 17357:1 17366:3 17395:1 17419:1 17444:1 17469:1 17475:1 17486:1 17499:1 17507:1 17515:2 17516:1 17535:1 17536:1 17556:1 17560:3 17580:1 17584:1 17601:1 17603:1 17620:5 17669:6 17672:1 17678:1 17694:1 17697:1 17700:1 17705:1 17709:1 17710:1 17714:1 17715:2 17720:1 17722:1 17736:1 17739:3 17740:1 17743:1 17744:1 17755:1 17760:3 17766:1 17769:1 17782:1 17789:2 17790:1 17795:1 17807:1 17812:1 17815:2 17834:1 17850:1 17864:1 17869:1 17880:1 17889:1 17911:1 17914:3 17916:2 17958:1 17963:1 17968:1 17970:1 17973:1 17984:1 17992:2 17998:2 18004:2 18018:1 18025:1 18047:1 18059:1 18061:1 18065:1 18079:1 18080:1 18091:2 18111:1 18112:1 18113:2 18120:2 18128:1 18155:1 18159:1 18162:2 18166:1 18191:1 18197:1 18209:1 18222:3 18224:1 18226:2 18227:2 18232:1 18240:1 18245:1 18253:1 18261:1 18265:3 18284:1 18286:1 18288:1 18292:4 18300:2 18303:1 18304:1 18306:1 18320:1 18329:1 18332:1 18348:1 18358:1 18360:1 18361:1 18384:3 18388:1 18393:1 18399:1 18404:1 18409:1 18445:1 18450:1 18475:1 18478:1 18486:1 18491:1 18514:1 18515:1 18522:1 18542:4 18548:1 18558:1 18560:1 18562:1 18564:1 18588:2 18602:1 18604:1 18631:1 18634:1 18655:1 18657:2 18685:1 18701:1 18711:1 18712:1 18722:1 18727:1 18734:1 18738:1 18752:1 18756:1 18767:1 18769:2 18784:1 18786:1 18794:1 18815:1 18817:2 18822:2 18824:1 18840:1 18842:2 18860:1 18877:6 18880:1 18881:2 18886:2 18891:3 18898:1 18900:1 18911:2 18913:1 18919:1 18929:1 18931:1 18935:1 18993:1 18997:2 19006:1 19024:1 19031:1 19036:2 19037:1 19052:1 19057:1 19059:1 19062:1 19076:1 19082:1 19089:2 19090:1 19099:1 19100:1 19108:2 19111:1 19118:3 19135:1 19160:1 19162:1 19185:1 19191:2 19195:1 19198:1 19208:2 19210:1 19215:3 19217:1 19221:1 19223:1 19235:1 19245:2 19251:1 19257:1 19258:1 19262:1 19287:1 19306:2 19317:2 19323:1 19331:1 19334:3 19339:1 19351:1 19354:1 19358:1 19359:2 19362:2 19363:1 19367:2 19368:1 19377:1 19381:3 19382:1 19383:1 19388:1 19433:1 19446:1 19466:2 19468:3 19476:1 19490:1 19491:1 19493:1 19494:1 19497:1 19526:1 19549:1 19561:1 19564:1 19612:3 19613:1 19621:1 19630:1 19660:1 19669:1 19672:2 19675:1 19676:1 19678:1 19688:5 19704:1 19710:2 19724:1 19730:3 19735:2 19736:1 19749:1 19751:1 19773:2 19801:1 19806:2 19807:2 19810:1 19811:1 19813:1 19818:1 19822:1 19825:1 19831:2 19832:1 19834:1 19836:1 19837:1 19840:2 19842:6 19848:1 19854:1 19869:1 19873:1 19905:1 19949:1 19951:1 19952:1 19953:1 19954:2 19995:1 20001:1 20002:3 20013:1 20017:4 20020:2 20040:2 20043:1 20067:2 20078:1 20097:1 20126:1 20147:1 20150:1 20162:1 20172:5 20183:1 20194:1 20203:4 20218:2 20238:8 20244:1 20250:1 20258:1 20285:1 20302:1 20307:1 20308:1 20337:1 20360:1 20369:1 20377:2 20398:2 20405:1 20453:1 20471:1 20477:1 20489:1 20495:1 20497:1 20507:1 20524:1 20530:1 20535:1 20568:1 20593:1 20615:1 20625:1 20650:1 20651:1 20657:1 20662:2 20670:1 20672:1 20679:1 20680:1 20687:1 20705:1 20716:1 20719:1 20721:5 20750:2 20785:1 20793:2 20797:3 20806:1 20819:2 20838:1 20844:1 20846:1 20847:1 20865:2 20870:1 20880:1 20899:1 20901:1 20926:4 20933:1 20938:3 20952:2 20973:1 20992:2 20993:1 20997:1 21016:1 21023:1 21025:1 21029:1 21033:1 21039:1 21043:1 21069:1 21074:1 21099:3 21100:1 21119:2 21121:1 21123:1 21129:2 21133:1 21145:1 21159:1 21165:1 21170:1 21176:1 21180:1 21182:1 21225:1 21227:1 21228:1 21231:2 21245:1 21254:1 21260:1 21262:1 21266:1 21277:1 21279:2 21282:3 21284:1 21306:3 21311:2 21323:1 21344:1 21355:3 21369:1 21379:1 21381:1 21385:1 21400:1 21418:3 21438:1 21454:1 21455:1 21458:1 21495:1 21504:1 21514:2 21522:1 21541:1 21556:3 21564:1 21569:1 21593:1 21617:1 21624:1 21631:1 21639:2 21645:1 21653:1 21655:1 21695:1 21702:2 21704:1 21705:1 21720:1 21729:1 21745:1 21746:1 21788:2 21793:1 21822:1 21841:1 21845:1 21853:1 21868:1 21887:1 21897:1 21908:1 21909:4 21931:2 21932:2 21942:1 21963:1 21969:1 21971:1 21987:1 22003:1 22015:1 22020:4 22028:1 22051:1 22060:1 22061:2 22077:1 22114:3 22129:1 22130:1 22136:1 22154:1 22161:1 22166:1 22179:2 22185:1 22198:2 22204:1 22215:1 22218:1 22222:1 22223:2 22234:1 22243:1 22284:2 22299:3 22301:1 22330:1 22334:1 22335:2 22338:1 22340:2 22341:1 22342:2 22343:1 22349:1 22355:1 22359:1 22361:1 22380:2 22421:1 22423:1 22440:2 22450:2 22460:3 22463:2 22471:1 22476:1 22477:1 22478:1 22493:1 22494:4 22496:2 22503:1 22509:1 22525:1 22530:1 22551:1 22564:1 22567:1 22587:2 22598:1 22605:2 22633:1 22634:1 22668:4 22672:2 22698:1 22725:1 22755:2 22793:1 22808:1 22822:4 22832:1 22840:2 22843:1 22850:1 22854:6 22861:3 22879:2 22881:1 22882:1 22883:1 22885:1 22887:1 22933:2 22946:2 22948:1 22956:1 22963:1 22964:1 23003:3 23008:2 23019:1 23020:1 23026:2 23028:1 23029:1 23034:1 23050:1 23051:2 23056:1 23057:1 23065:1 23099:1 23107:1 23118:1 23120:1 23135:1 23145:1 23148:1 23150:1 23165:1 23171:1 23200:1 23217:1 23239:2 23240:1 23241:1 23268:1 23286:1 23294:1 23296:5 23313:1 23417:1 23427:1 23429:1 23445:1 23465:1 23468:1 23470:2 23476:4 23556:1 23568:1 23573:1 23592:2 23595:1 23599:2 23605:2 23626:1 23637:1 23679:1 23693:1 23696:1 23704:1 23705:1 23722:1 23723:1 23725:1 23727:1 23735:1 23789:1 23805:1 23813:1 23821:1 23827:1 23848:1 23897:2 23899:1 23916:1 23952:1 23970:1 23975:1 23977:1 23983:1 23992:1 24019:1 24033:1 24038:2 24040:5 24041:1 24042:1 24051:1 24073:1 24101:1 24106:1 24126:1 24135:1 24145:1 24170:1 24171:2 24188:1 24190:2 24192:3 24214:1 24220:1 24224:1 24244:1 24251:1 24279:1 24291:1 24297:1 24303:2 24304:4 24315:1 24318:1 24331:1 24333:1 24335:2 24337:1 24343:2 24348:1 24352:1 24355:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:4 24391:2 24398:1 24415:1 24425:1 24432:1 24436:1 24446:1 24449:1 24451:1 24457:1 24516:1 24522:1 24532:1 24536:1 24562:2 24563:1 24570:1 24571:1 24578:3 24583:2 24584:1 24585:1 24591:1 24593:2 24628:2 24640:1 24649:2 24650:3 24653:1 24655:1 24671:1 24698:1 24705:1 24716:1 24720:1 24737:1 24742:3 24756:4 24763:1 24798:2 24813:1 24819:1 24821:2 24824:1 24842:1 24848:1 24866:1 24871:1 24874:1 24875:1 24884:2 24885:1 24891:3 24893:1 24894:2 24895:1 24905:1 24908:2 24910:1 24913:1 24916:2 24917:5 24921:1 24924:1 24927:2 24930:2 24950:1 24959:2 24960:1 24987:1 24993:4 24999:1 25007:1 25025:1 25027:7 25028:1 25030:1 25055:1 25056:1 25086:2 25093:1 25098:1 25109:1 25123:1 25127:1 25130:1 25138:1 25178:1 25195:1 25199:1 25200:1 25209:1 25217:1 25226:1 25251:1 25269:2 25302:1 25307:1 25345:2 25355:1 25374:1 25380:2 25405:1 25408:1 25422:1 25426:2 25427:1 25434:1 25437:1 25451:1 25453:1 25491:2 25499:1 25501:1 25519:2 25528:1 25530:1 25536:1 25565:1 25566:2 25570:1 25578:19 25581:1 25583:3 25597:1 25608:1 25611:1 25617:3 25636:1 25642:1 25653:1 25662:1 25676:3 25686:1 25694:1 25713:4 25723:3 25729:1 25757:11 25802:1 25822:1 25829:2 25841:1 25844:1 25851:1 25862:1 25868:1 25873:1 25896:2 25921:2 25933:2 25935:1 25937:2 25947:2 25965:1 25970:1 25972:1 25990:1 26005:1 26006:2 26008:1 26012:1 26013:2 26024:2 26034:1 26035:1 26039:1 26065:2 26068:1 26072:2 26076:3 26077:5 26100:1 26116:1 26118:1 26127:1 26128:1 26132:2 26144:3 26191:4 26196:1 26204:1 26223:1 26238:1 26285:1 26290:1 26295:3 26296:2 26351:1 26356:3 26381:1 26400:1 26410:1 26421:1 26436:2 26442:1 26445:2 26448:1 26468:1 26469:2 26473:1 26477:3 26502:1 26512:1 26529:1 26549:1 26558:1 26562:2 26577:2 26584:2 26591:1 26597:1 26599:1 26610:1 26628:2 26630:1 26635:1 26649:1 26652:1 26653:1 26660:3 26670:1 26686:1 26689:1 26691:1 26705:4 26709:1 26724:1 26732:3 26733:4 26740:3 26749:1 26751:1 26753:1 26756:7 26794:5 26798:1 26805:3 26813:1 26817:1 26835:1 26845:1 8 1:4 9:1 20:1 35:1 39:1 42:2 80:3 86:1 110:1 117:1 122:1 144:1 156:1 161:1 162:1 179:1 187:1 192:4 205:2 213:1 224:1 229:4 236:1 247:1 262:1 287:1 319:3 320:1 321:1 342:1 353:3 384:1 392:2 411:1 413:2 426:2 448:1 452:1 466:1 472:1 484:2 497:1 538:1 545:1 556:1 558:2 565:2 579:4 605:8 635:1 636:1 643:5 661:1 663:1 666:1 667:1 747:2 758:1 766:1 812:5 817:2 818:1 819:1 831:1 832:1 839:5 848:1 860:1 874:1 893:1 899:1 904:5 908:2 916:1 939:1 940:1 942:3 951:1 956:1 971:1 998:1 1001:1 1013:2 1017:1 1033:1 1039:1 1048:1 1067:4 1077:1 1087:1 1100:2 1108:1 1113:1 1118:1 1123:1 1124:1 1126:1 1127:1 1132:1 1134:1 1137:1 1138:1 1143:1 1157:1 1159:1 1167:1 1174:1 1176:1 1179:3 1180:2 1185:1 1186:1 1187:1 1189:1 1201:1 1206:1 1214:1 1222:1 1236:1 1255:1 1266:1 1270:1 1271:1 1278:1 1286:1 1297:1 1305:1 1309:1 1310:1 1315:1 1319:2 1322:5 1325:5 1331:1 1343:2 1358:1 1361:3 1368:4 1385:3 1403:1 1409:1 1412:1 1413:3 1433:1 1445:5 1449:1 1458:2 1463:2 1470:1 1486:1 1499:1 1516:2 1527:1 1529:2 1533:2 1537:1 1555:1 1561:1 1572:2 1576:1 1577:1 1587:1 1591:1 1594:1 1607:1 1612:2 1617:1 1618:2 1628:1 1629:1 1640:1 1644:2 1647:2 1667:1 1670:1 1681:1 1685:1 1686:1 1690:1 1703:2 1719:1 1725:1 1726:2 1731:1 1739:4 1745:1 1749:1 1751:1 1755:2 1766:1 1768:2 1774:1 1785:1 1787:1 1798:3 1804:1 1805:1 1811:1 1813:2 1815:1 1828:1 1843:1 1847:1 1889:1 1891:6 1915:1 1918:1 1922:2 1930:1 1954:1 1965:1 1966:1 1976:1 1979:1 1981:1 1994:1 2026:5 2046:1 2064:1 2085:1 2101:1 2116:1 2127:1 2138:1 2143:1 2156:1 2157:1 2158:1 2160:8 2161:1 2163:1 2170:3 2172:1 2177:2 2179:1 2181:2 2184:8 2186:3 2190:3 2192:1 2195:4 2197:1 2199:1 2228:1 2237:1 2248:3 2250:1 2255:1 2260:2 2271:1 2274:1 2281:1 2284:1 2317:1 2363:1 2386:1 2403:1 2410:1 2454:1 2466:1 2473:1 2509:1 2523:1 2528:1 2529:1 2530:1 2533:1 2547:1 2548:1 2560:1 2561:1 2562:1 2564:1 2566:3 2578:1 2581:1 2588:1 2602:2 2604:1 2606:1 2621:1 2635:3 2646:1 2657:1 2659:1 2660:1 2666:2 2677:1 2683:1 2684:1 2708:1 2713:1 2719:2 2726:8 2738:1 2749:2 2750:2 2765:1 2772:1 2776:4 2781:1 2794:1 2813:1 2827:1 2833:1 2835:2 2836:1 2838:1 2847:1 2894:1 2905:1 2938:1 2943:2 2944:1 2952:1 2959:1 2966:1 2975:1 2998:1 3004:1 3009:2 3019:1 3045:1 3082:1 3087:3 3090:3 3093:4 3094:2 3106:1 3116:6 3120:1 3129:1 3148:1 3166:1 3176:1 3182:1 3203:1 3253:2 3262:1 3263:1 3276:1 3300:1 3313:1 3327:1 3342:1 3354:1 3365:1 3373:1 3374:2 3386:1 3393:2 3408:1 3414:1 3426:1 3430:1 3445:1 3451:1 3454:4 3456:1 3466:2 3474:1 3475:1 3487:1 3491:1 3507:2 3517:1 3518:1 3532:1 3533:1 3551:1 3555:1 3559:2 3563:2 3569:1 3585:1 3587:1 3588:1 3592:1 3614:1 3617:1 3623:1 3626:1 3632:1 3640:2 3650:1 3652:1 3660:2 3663:2 3668:1 3674:1 3686:1 3694:2 3701:1 3702:1 3720:1 3734:1 3743:1 3746:1 3748:1 3749:1 3755:1 3757:3 3763:1 3767:2 3774:1 3776:1 3782:1 3785:2 3786:5 3841:2 3847:1 3853:1 3856:1 3862:1 3894:1 3906:1 3909:1 3910:1 3919:1 3924:1 3926:1 3936:2 3946:2 3959:3 3960:1 3962:5 3968:1 3975:1 3990:1 4011:3 4022:1 4027:1 4037:1 4040:6 4041:1 4059:2 4071:1 4075:1 4078:2 4131:1 4135:3 4136:1 4139:1 4140:1 4152:1 4153:1 4159:1 4176:2 4182:1 4202:1 4208:1 4213:2 4235:2 4243:1 4277:1 4281:1 4292:2 4301:1 4319:3 4328:2 4354:3 4364:1 4367:1 4370:1 4383:1 4389:3 4391:1 4393:1 4395:1 4418:1 4423:1 4428:1 4444:1 4448:1 4488:1 4505:3 4528:1 4533:17 4534:1 4541:1 4552:1 4559:1 4583:1 4589:1 4615:1 4632:4 4646:7 4648:6 4651:1 4654:1 4655:2 4657:2 4660:2 4662:2 4667:1 4669:1 4671:1 4672:1 4673:7 4676:1 4696:1 4720:2 4745:1 4748:1 4788:1 4791:4 4814:1 4827:1 4835:1 4841:2 4843:1 4851:1 4862:1 4868:1 4886:4 4889:1 4893:1 4919:1 4933:1 4942:1 4953:2 4970:1 4973:2 4981:2 5010:1 5011:1 5061:2 5092:1 5100:1 5120:1 5125:1 5135:1 5141:1 5143:1 5146:2 5147:1 5150:1 5157:2 5160:1 5162:2 5168:1 5170:1 5197:1 5201:2 5217:3 5226:1 5238:1 5260:1 5266:1 5268:1 5269:1 5282:1 5283:1 5290:1 5292:1 5297:1 5319:1 5335:1 5385:2 5397:1 5402:4 5411:1 5430:2 5460:1 5467:3 5494:1 5505:2 5524:3 5526:2 5548:4 5568:2 5574:1 5583:1 5595:1 5600:1 5614:2 5618:2 5637:2 5639:2 5640:1 5675:1 5683:1 5710:1 5728:1 5731:3 5737:1 5757:1 5762:7 5766:1 5770:1 5779:1 5798:1 5813:8 5840:1 5850:5 5852:2 5857:1 5859:1 5860:4 5861:3 5863:2 5865:2 5870:2 5871:1 5873:1 5875:3 5877:4 5880:1 5891:1 5902:1 5904:1 5914:1 5915:1 5933:1 5951:1 5960:2 5985:1 5999:1 6003:4 6006:2 6013:2 6014:1 6023:1 6027:1 6039:1 6052:1 6066:1 6068:1 6070:1 6074:1 6077:1 6089:1 6093:1 6100:1 6109:1 6127:1 6136:1 6138:1 6152:1 6161:1 6173:1 6174:1 6197:1 6212:1 6215:1 6225:1 6227:1 6228:1 6230:1 6233:2 6235:1 6259:3 6264:2 6267:1 6276:1 6289:1 6292:4 6295:7 6296:1 6298:2 6306:1 6307:1 6311:2 6319:5 6320:2 6322:1 6330:3 6378:2 6379:1 6386:1 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6447:1 6457:1 6478:1 6480:1 6485:1 6494:1 6500:1 6501:1 6504:1 6512:1 6516:1 6517:2 6518:1 6526:1 6529:1 6530:1 6532:1 6538:2 6553:1 6557:1 6566:1 6579:1 6581:1 6599:3 6601:1 6621:1 6623:2 6637:1 6645:1 6663:1 6681:1 6688:2 6689:1 6694:1 6700:2 6722:2 6728:3 6730:1 6733:1 6741:2 6743:3 6747:5 6773:1 6777:1 6787:1 6792:1 6814:1 6824:6 6845:5 6851:2 6865:1 6888:1 6903:1 6919:1 6927:2 6977:1 6979:1 7025:3 7037:10 7038:5 7060:1 7061:3 7089:1 7092:1 7099:39 7107:1 7119:8 7120:6 7141:1 7142:1 7155:2 7158:1 7174:1 7180:1 7187:1 7194:1 7208:3 7233:1 7269:2 7292:2 7302:1 7311:2 7322:5 7332:1 7346:1 7350:1 7353:1 7358:1 7372:1 7379:1 7384:1 7387:1 7417:2 7421:2 7444:1 7461:2 7475:1 7479:1 7483:1 7486:1 7494:3 7497:1 7543:1 7563:1 7564:12 7582:1 7642:3 7649:1 7654:1 7659:1 7673:1 7680:1 7695:2 7706:1 7710:2 7719:7 7720:1 7725:2 7750:1 7754:1 7767:1 7780:1 7785:1 7788:1 7801:1 7814:1 7863:1 7864:1 7869:1 7870:2 7871:1 7872:4 7874:1 7876:2 7878:2 7884:2 7885:1 7887:1 7907:3 7914:1 7918:1 7921:1 7923:1 7960:1 7968:5 8014:1 8026:4 8028:2 8035:2 8068:1 8069:1 8070:1 8083:1 8094:1 8101:1 8123:2 8130:1 8138:1 8141:2 8142:1 8148:1 8158:1 8168:2 8170:1 8172:1 8173:1 8219:1 8223:2 8224:2 8225:2 8242:2 8246:1 8254:1 8266:1 8274:1 8284:4 8285:4 8300:2 8336:1 8344:1 8345:1 8389:2 8401:2 8409:1 8412:1 8415:1 8416:1 8421:2 8436:1 8439:3 8440:1 8464:1 8465:2 8468:1 8469:2 8504:1 8506:1 8509:1 8521:1 8523:1 8526:1 8537:1 8564:1 8570:1 8589:1 8591:1 8610:1 8618:1 8631:1 8634:2 8646:2 8649:2 8662:1 8669:1 8679:1 8687:1 8696:1 8699:1 8700:1 8703:2 8713:1 8715:2 8718:1 8725:1 8731:1 8732:2 8735:1 8747:1 8750:1 8762:1 8763:2 8768:2 8775:1 8781:1 8788:1 8858:1 8890:2 8925:1 8944:3 8950:2 8952:1 8957:2 8966:1 8979:1 9016:1 9028:2 9073:1 9078:1 9089:1 9102:1 9109:2 9121:1 9130:1 9131:1 9137:1 9138:1 9149:1 9151:1 9164:1 9176:4 9189:2 9191:1 9200:1 9211:1 9231:1 9245:2 9246:2 9257:1 9289:2 9291:2 9312:1 9317:1 9326:1 9347:1 9408:1 9414:1 9425:1 9427:1 9437:2 9446:1 9478:1 9489:1 9491:1 9492:1 9499:1 9501:1 9504:1 9510:1 9515:1 9520:1 9524:4 9528:1 9530:1 9554:1 9556:3 9570:1 9583:1 9593:1 9597:5 9601:4 9603:1 9630:6 9639:2 9644:1 9648:1 9663:1 9671:2 9677:1 9687:1 9695:1 9712:1 9731:1 9734:1 9765:2 9770:1 9772:1 9773:1 9790:1 9794:3 9797:1 9799:2 9801:5 9809:1 9810:1 9839:1 9842:1 9844:1 9846:1 9853:2 9860:1 9866:2 9879:4 9886:1 9888:1 9906:1 9947:3 9950:1 9966:1 9968:1 9974:3 9976:3 9983:3 9986:3 9987:5 9990:2 9992:2 9996:1 10004:1 10027:1 10029:1 10051:2 10076:1 10080:1 10081:1 10091:1 10101:2 10103:1 10111:1 10114:1 10146:1 10147:1 10181:1 10229:1 10240:1 10241:1 10257:2 10270:2 10283:1 10307:4 10308:1 10318:1 10323:2 10324:1 10325:1 10334:2 10349:1 10351:1 10352:2 10364:1 10382:2 10386:1 10387:3 10406:1 10412:2 10439:1 10443:1 10444:1 10453:2 10459:1 10473:3 10483:1 10485:1 10488:1 10504:1 10506:1 10514:1 10526:2 10542:1 10563:1 10586:1 10588:4 10592:2 10623:2 10625:1 10633:2 10636:2 10640:1 10643:1 10647:1 10654:5 10655:1 10664:3 10708:2 10713:2 10717:1 10719:1 10726:2 10731:1 10735:1 10747:1 10750:1 10764:1 10765:1 10771:1 10778:1 10782:1 10791:1 10831:1 10838:1 10851:1 10852:1 10856:2 10904:1 10913:1 10928:1 10933:2 10971:1 10977:1 10982:1 10984:1 11022:3 11023:2 11041:1 11052:1 11053:1 11054:2 11057:3 11058:1 11066:1 11074:2 11079:1 11089:1 11090:1 11108:1 11138:1 11152:1 11161:1 11163:5 11166:2 11186:1 11200:1 11204:1 11215:1 11222:1 11239:2 11253:2 11276:1 11281:1 11290:1 11310:1 11328:1 11334:2 11336:1 11342:1 11356:1 11358:2 11359:1 11367:1 11371:1 11400:1 11415:1 11417:1 11435:1 11488:1 11506:1 11508:1 11525:2 11540:2 11541:1 11555:1 11579:1 11587:1 11602:1 11608:1 11669:1 11670:1 11674:1 11680:1 11681:1 11683:1 11684:1 11694:1 11724:1 11790:1 11792:1 11793:1 11800:2 11801:1 11848:2 11869:1 11870:2 11871:1 11877:1 11879:1 11880:1 11882:1 11886:2 11898:1 11899:2 11900:1 11904:7 11908:1 11926:3 11936:2 11944:1 11945:1 11992:1 12009:1 12017:1 12023:2 12024:5 12029:3 12094:14 12097:1 12124:1 12144:1 12146:1 12147:2 12148:1 12163:1 12170:1 12177:1 12207:1 12223:1 12249:2 12250:1 12274:1 12299:1 12313:1 12322:3 12336:1 12342:1 12348:2 12355:3 12363:1 12378:1 12381:1 12388:3 12395:1 12465:1 12491:1 12492:1 12502:1 12506:1 12507:2 12511:1 12520:1 12528:2 12545:1 12548:2 12552:1 12557:1 12576:1 12577:1 12580:2 12585:2 12596:1 12604:1 12609:1 12619:1 12621:1 12636:1 12648:1 12665:1 12677:1 12678:1 12689:1 12696:3 12699:2 12712:2 12733:2 12740:4 12744:2 12747:1 12769:1 12777:1 12789:1 12791:2 12802:1 12808:1 12811:1 12817:1 12837:1 12852:1 12859:1 12869:1 12887:1 12901:1 12906:2 12924:5 12936:1 12944:1 12950:2 12959:1 12989:1 12990:1 12993:1 12999:1 13005:1 13009:1 13024:1 13063:1 13073:1 13080:1 13081:1 13088:1 13104:1 13125:1 13128:1 13133:2 13161:1 13179:1 13187:2 13204:1 13213:1 13216:1 13242:2 13268:1 13276:1 13278:1 13291:1 13308:2 13309:1 13310:2 13318:1 13321:1 13325:1 13340:1 13343:1 13366:2 13373:1 13421:1 13422:2 13433:1 13475:1 13482:1 13490:1 13491:1 13496:1 13497:1 13508:1 13519:1 13544:1 13551:1 13560:2 13564:1 13581:1 13583:1 13584:2 13587:3 13590:2 13624:5 13631:1 13633:1 13637:1 13646:1 13688:1 13703:1 13704:1 13712:1 13765:1 13777:1 13778:1 13782:1 13785:1 13792:1 13805:1 13814:2 13816:1 13820:1 13828:2 13842:1 13849:2 13851:1 13872:1 13879:2 13881:1 13893:1 13894:2 13911:1 13914:1 13922:1 13951:1 13961:1 13962:2 13971:1 13984:2 13985:1 13987:1 13998:1 14005:1 14006:1 14009:1 14012:1 14015:2 14021:4 14041:1 14043:3 14047:1 14057:2 14059:2 14103:1 14114:3 14125:2 14142:1 14148:1 14159:1 14163:1 14166:1 14174:1 14176:1 14178:1 14179:1 14184:4 14198:1 14202:1 14204:1 14211:2 14217:1 14242:2 14251:1 14267:1 14272:1 14315:3 14339:1 14345:1 14356:1 14365:1 14383:1 14390:3 14392:1 14399:2 14423:1 14429:1 14441:1 14442:1 14454:1 14458:11 14469:1 14480:2 14484:2 14499:1 14513:1 14530:2 14540:1 14550:9 14565:1 14572:2 14601:2 14604:1 14619:1 14621:1 14657:1 14658:1 14664:1 14682:1 14686:4 14694:1 14698:2 14699:1 14708:2 14709:2 14714:1 14716:1 14717:2 14718:2 14733:1 14761:1 14791:1 14795:1 14800:1 14820:1 14823:1 14832:1 14837:2 14870:1 14877:1 14896:1 14901:1 14925:2 14926:1 14944:1 14961:1 14985:1 14996:1 15002:3 15014:1 15016:2 15020:1 15028:2 15038:1 15046:2 15064:2 15066:1 15086:1 15095:2 15096:1 15100:1 15106:1 15110:3 15111:1 15144:1 15153:1 15165:2 15168:1 15239:1 15251:1 15268:1 15276:4 15281:1 15291:3 15297:1 15307:1 15319:1 15328:1 15357:1 15358:4 15370:2 15379:1 15398:1 15406:1 15413:1 15430:1 15442:1 15453:2 15464:1 15501:2 15524:1 15541:1 15543:1 15557:1 15575:1 15591:1 15599:5 15602:1 15613:2 15646:1 15700:1 15718:1 15734:1 15788:1 15794:1 15797:1 15803:1 15805:1 15810:2 15826:2 15828:1 15847:1 15867:4 15887:1 15902:2 15903:3 15931:1 15937:2 15943:1 15952:1 15960:1 15967:4 15978:3 15989:2 15990:1 15996:1 16026:1 16043:2 16056:1 16068:2 16085:1 16099:3 16109:1 16129:1 16136:2 16144:5 16150:1 16213:2 16217:2 16225:3 16239:1 16247:1 16260:5 16264:1 16265:1 16268:1 16271:1 16282:1 16295:1 16296:1 16312:1 16320:1 16361:1 16383:1 16404:1 16405:1 16417:1 16425:2 16427:1 16460:1 16466:1 16483:1 16523:2 16564:1 16567:1 16568:3 16580:5 16588:1 16593:1 16601:1 16630:1 16649:1 16668:1 16682:1 16685:1 16687:1 16691:1 16697:1 16720:1 16724:1 16725:2 16738:1 16783:1 16786:2 16799:1 16807:1 16825:1 16849:1 16859:1 16865:2311 16873:1 16877:1 16880:1 16923:1 16926:1 16927:1 16939:1 16961:3 17003:1 17004:1 17020:1 17040:1 17043:1 17044:1 17046:1 17047:1 17051:1 17053:1 17060:1 17089:1 17096:1 17135:2 17139:2 17175:1 17187:1 17188:1 17219:1 17244:1 17248:1 17256:2 17266:1 17274:1 17283:1 17285:1 17292:1 17294:1 17318:1 17323:3 17331:1 17338:1 17348:1 17357:1 17360:1 17366:3 17395:1 17419:1 17444:1 17469:1 17475:1 17486:1 17499:1 17507:1 17515:2 17516:1 17535:1 17536:1 17556:1 17560:3 17580:1 17584:1 17601:1 17603:1 17620:5 17669:6 17672:1 17678:1 17694:1 17697:1 17700:1 17705:1 17709:1 17710:1 17714:1 17715:2 17720:1 17722:1 17736:1 17739:3 17740:1 17743:1 17744:1 17755:1 17760:3 17766:1 17769:1 17782:1 17789:2 17790:1 17795:1 17807:1 17812:1 17815:2 17834:1 17850:1 17864:1 17869:1 17880:1 17889:1 17911:1 17914:3 17916:2 17958:1 17963:1 17968:1 17970:1 17973:1 17984:1 17992:2 17998:2 18004:2 18018:1 18025:1 18037:1 18047:1 18059:1 18061:1 18065:1 18075:1 18079:1 18080:1 18091:2 18111:1 18112:1 18113:2 18120:2 18128:1 18155:1 18159:1 18162:2 18166:1 18191:1 18197:1 18209:1 18222:3 18224:1 18226:2 18227:2 18232:1 18240:1 18245:1 18253:1 18261:1 18265:3 18284:1 18286:1 18288:1 18292:4 18300:2 18303:1 18304:1 18306:1 18320:1 18329:1 18332:1 18348:1 18358:1 18360:1 18361:1 18384:3 18388:1 18393:1 18399:1 18404:1 18409:1 18445:1 18450:1 18475:1 18478:1 18486:1 18491:1 18514:1 18515:1 18522:1 18542:4 18548:1 18558:1 18560:1 18562:1 18564:1 18588:2 18602:1 18604:1 18631:1 18634:1 18642:1 18655:1 18657:2 18665:1 18685:1 18701:1 18711:1 18712:1 18722:1 18727:1 18734:1 18738:1 18752:1 18756:1 18767:1 18769:2 18784:1 18786:1 18794:1 18815:1 18817:2 18822:2 18824:1 18836:1 18840:1 18842:2 18860:1 18877:6 18880:1 18881:2 18886:2 18891:3 18898:2 18900:1 18911:2 18913:1 18919:1 18929:1 18931:1 18935:1 18993:1 18997:2 19006:1 19024:1 19031:1 19036:2 19037:1 19052:1 19057:1 19059:1 19062:1 19076:1 19082:1 19089:2 19090:1 19099:1 19100:1 19108:2 19111:1 19118:3 19135:1 19160:2 19162:1 19185:1 19191:2 19195:1 19198:1 19208:2 19210:1 19215:3 19217:1 19221:1 19223:1 19235:1 19245:2 19251:1 19257:1 19258:1 19262:1 19287:1 19306:2 19317:2 19323:1 19331:1 19334:3 19339:1 19351:1 19354:1 19358:1 19359:2 19362:2 19363:1 19367:2 19368:1 19377:1 19381:3 19382:1 19383:1 19388:1 19433:1 19446:1 19458:1 19466:2 19468:3 19476:1 19490:1 19491:1 19493:1 19494:1 19497:1 19526:1 19549:1 19561:1 19564:1 19612:3 19613:1 19621:1 19630:1 19660:1 19669:1 19672:2 19675:1 19676:1 19678:1 19688:5 19704:1 19710:2 19724:1 19730:3 19735:2 19736:1 19749:1 19751:1 19773:2 19801:1 19806:2 19807:2 19810:1 19811:1 19813:1 19818:1 19822:1 19825:1 19831:2 19832:1 19834:1 19836:1 19837:1 19840:2 19842:6 19848:1 19854:1 19869:1 19873:1 19905:1 19949:1 19951:1 19952:1 19953:1 19954:2 19959:1 19995:1 20001:1 20002:3 20013:1 20017:4 20020:2 20040:2 20043:1 20050:1 20067:2 20078:1 20097:1 20126:1 20147:1 20150:1 20162:1 20172:6 20183:2 20194:1 20203:4 20218:2 20238:8 20244:1 20250:1 20258:1 20285:1 20302:1 20307:1 20308:1 20310:1 20337:1 20360:1 20369:1 20377:2 20398:2 20405:1 20453:1 20471:1 20477:1 20489:1 20495:1 20497:1 20507:1 20524:1 20530:1 20535:1 20568:1 20593:1 20615:1 20625:1 20650:1 20651:1 20657:1 20662:2 20670:1 20672:1 20679:1 20680:1 20687:1 20705:1 20716:1 20719:1 20721:5 20750:2 20785:1 20793:2 20797:3 20806:1 20819:2 20838:1 20844:1 20846:1 20847:1 20865:3 20870:1 20880:1 20899:1 20901:1 20926:4 20933:1 20938:3 20952:2 20973:1 20992:2 20993:1 20997:1 21016:1 21023:1 21025:1 21029:1 21033:1 21039:1 21043:1 21069:1 21074:1 21099:3 21100:1 21119:2 21121:1 21123:1 21129:2 21133:1 21145:1 21159:1 21165:1 21170:1 21176:1 21180:1 21182:1 21225:1 21227:1 21228:1 21231:2 21245:1 21254:1 21260:1 21262:1 21266:1 21277:1 21279:2 21282:3 21284:1 21306:3 21311:2 21323:1 21328:1 21344:1 21355:3 21369:1 21379:1 21381:1 21385:1 21400:1 21418:3 21438:1 21454:1 21455:1 21458:1 21469:1 21495:1 21504:1 21514:2 21522:1 21541:1 21556:3 21564:1 21569:1 21593:1 21617:1 21624:1 21631:1 21639:2 21645:1 21653:1 21655:1 21695:1 21702:2 21704:1 21705:1 21720:1 21729:1 21745:1 21746:1 21788:2 21793:1 21822:1 21841:1 21845:1 21853:1 21868:1 21887:1 21897:1 21908:1 21909:5 21931:2 21932:2 21942:1 21963:1 21969:1 21971:1 21987:1 22003:1 22015:1 22020:4 22028:1 22051:1 22059:1 22060:1 22061:2 22077:1 22114:3 22129:1 22130:1 22136:1 22154:1 22161:1 22166:1 22179:2 22185:1 22198:2 22204:2 22209:1 22215:1 22218:1 22222:1 22223:2 22234:1 22243:1 22284:2 22299:3 22301:2 22330:1 22334:1 22335:2 22338:1 22340:2 22341:1 22342:2 22343:1 22349:1 22350:1 22355:1 22359:1 22361:1 22380:2 22421:1 22423:1 22440:2 22450:2 22460:3 22463:2 22470:1 22471:1 22476:1 22477:1 22478:1 22493:1 22494:4 22496:2 22503:1 22509:1 22525:1 22530:1 22551:1 22564:1 22567:1 22587:3 22598:1 22605:2 22633:1 22634:1 22668:5 22672:2 22698:1 22725:1 22755:2 22793:1 22808:1 22822:4 22832:1 22840:2 22843:1 22850:1 22854:6 22861:3 22879:2 22881:1 22882:1 22883:1 22885:1 22887:1 22933:2 22946:3 22948:1 22956:1 22963:1 22964:1 23003:3 23008:2 23019:1 23020:1 23026:2 23028:1 23029:1 23034:1 23050:1 23051:2 23056:1 23057:1 23065:1 23099:1 23107:1 23118:1 23120:1 23135:1 23145:1 23148:1 23150:1 23165:2 23171:1 23200:1 23217:1 23239:2 23240:1 23241:1 23268:1 23286:1 23294:1 23296:6 23313:1 23417:1 23427:1 23429:1 23445:1 23465:1 23468:1 23470:2 23476:4 23533:1 23556:1 23568:1 23573:1 23592:2 23595:1 23599:2 23605:2 23626:1 23637:1 23679:1 23693:1 23696:1 23704:1 23705:1 23722:1 23723:1 23725:1 23727:1 23735:1 23789:2 23805:1 23813:1 23821:1 23827:1 23848:1 23897:2 23899:1 23916:1 23952:1 23970:1 23975:1 23977:1 23983:1 23992:1 24019:1 24033:1 24038:2 24040:5 24041:1 24042:1 24051:1 24073:1 24101:1 24106:1 24126:1 24135:1 24145:1 24170:1 24171:2 24188:1 24190:2 24192:3 24214:1 24220:1 24224:1 24244:1 24251:1 24279:1 24291:1 24297:1 24303:2 24304:5 24315:1 24318:1 24331:1 24333:1 24335:2 24337:1 24343:2 24348:1 24352:1 24355:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:4 24391:2 24398:1 24415:1 24425:1 24432:1 24436:1 24446:1 24449:1 24451:1 24457:1 24516:2 24522:1 24532:1 24536:1 24562:2 24563:1 24570:1 24571:1 24578:3 24583:2 24584:1 24585:1 24591:1 24593:2 24628:2 24640:1 24649:2 24650:3 24653:1 24655:2 24671:1 24698:1 24705:1 24716:1 24720:1 24737:1 24742:3 24756:4 24763:1 24798:2 24813:1 24819:1 24821:2 24824:1 24842:1 24847:1 24848:1 24866:1 24871:1 24874:1 24875:1 24884:2 24885:1 24891:3 24893:1 24894:2 24895:1 24905:1 24908:2 24910:1 24913:1 24916:2 24917:5 24921:1 24924:1 24927:2 24930:2 24950:1 24959:2 24960:1 24987:1 24993:4 24999:1 25007:1 25025:1 25027:7 25028:1 25030:1 25055:1 25056:1 25086:2 25093:1 25098:2 25109:1 25123:1 25127:1 25130:1 25138:1 25178:1 25195:1 25199:1 25200:2 25209:1 25217:1 25226:1 25251:1 25269:2 25302:1 25307:1 25345:2 25355:1 25373:1 25374:1 25380:2 25405:1 25408:1 25422:1 25426:2 25427:1 25434:1 25437:1 25451:1 25453:1 25491:3 25499:1 25501:1 25519:2 25528:1 25530:1 25536:1 25565:1 25566:2 25570:1 25578:19 25581:1 25583:3 25597:1 25608:1 25611:1 25617:3 25636:1 25642:1 25653:1 25662:1 25676:3 25686:1 25694:1 25713:4 25723:3 25729:1 25757:11 25802:1 25822:1 25829:2 25841:1 25844:1 25851:1 25862:1 25868:1 25873:1 25896:2 25921:2 25933:2 25935:1 25937:2 25947:2 25965:1 25970:1 25972:1 25990:1 26005:1 26006:2 26008:2 26012:1 26013:2 26024:2 26034:1 26035:1 26039:1 26065:2 26068:1 26072:2 26076:3 26077:5 26100:1 26111:1 26116:1 26118:1 26127:1 26128:1 26132:2 26144:3 26191:4 26196:1 26204:1 26223:1 26238:1 26285:1 26290:1 26295:3 26296:2 26351:1 26356:3 26381:1 26400:1 26410:1 26421:1 26436:2 26442:1 26445:2 26448:1 26468:1 26469:2 26473:1 26477:3 26488:1 26502:1 26512:1 26529:1 26549:1 26558:1 26562:2 26577:2 26584:2 26591:1 26597:1 26599:1 26610:1 26628:2 26630:1 26635:1 26649:1 26652:1 26653:1 26660:3 26670:1 26686:1 26689:1 26691:1 26705:4 26709:1 26724:1 26732:3 26733:4 26740:3 26749:1 26751:1 26753:1 26756:7 26794:5 26798:1 26805:3 26813:1 26817:1 26835:1 26845:1 8 1:4 9:1 20:1 35:1 39:1 42:2 80:3 86:1 110:1 117:1 122:1 144:1 156:1 161:1 162:1 179:1 187:1 192:4 205:2 213:1 224:1 229:4 236:1 247:1 262:1 287:1 319:3 320:1 321:1 342:1 353:3 384:1 392:2 411:1 413:2 426:2 448:1 452:1 466:1 472:1 484:2 497:1 538:1 545:1 556:1 558:2 565:2 579:4 605:8 635:1 636:1 643:5 661:1 663:1 666:1 667:1 747:2 758:1 766:1 812:6 817:2 818:1 819:1 831:1 832:1 839:5 848:1 860:1 874:1 893:1 899:1 904:5 908:2 916:1 939:1 940:1 942:3 951:1 956:1 971:1 998:1 1001:1 1013:2 1017:1 1033:1 1039:2 1048:1 1067:5 1077:1 1087:1 1100:2 1108:1 1113:1 1118:1 1123:1 1124:1 1126:1 1127:1 1132:1 1134:1 1137:1 1138:1 1143:1 1157:1 1159:1 1167:1 1174:1 1176:1 1179:4 1180:2 1185:1 1186:1 1187:1 1189:1 1201:1 1206:1 1214:1 1222:1 1236:1 1255:1 1266:1 1270:1 1271:1 1278:1 1286:1 1297:1 1303:1 1305:1 1309:1 1310:1 1315:1 1319:2 1322:5 1325:5 1331:1 1343:2 1358:1 1361:3 1368:5 1385:3 1403:1 1409:1 1412:1 1413:3 1433:1 1445:5 1449:1 1458:2 1463:2 1470:1 1486:1 1499:1 1516:2 1527:1 1529:2 1533:2 1537:1 1555:1 1561:1 1572:3 1576:1 1577:1 1587:1 1591:1 1594:1 1607:1 1612:2 1617:1 1618:2 1628:1 1629:1 1632:1 1640:1 1644:2 1647:2 1667:1 1670:1 1681:1 1685:1 1686:1 1690:1 1703:2 1719:1 1725:1 1726:2 1731:1 1739:4 1745:1 1749:1 1751:1 1755:2 1766:1 1768:2 1774:1 1785:1 1787:1 1798:3 1804:1 1805:1 1811:1 1813:2 1815:1 1828:1 1843:1 1847:1 1889:1 1891:6 1915:1 1918:1 1922:2 1930:1 1954:1 1965:1 1966:1 1976:1 1979:1 1981:1 1994:1 2026:6 2046:1 2064:1 2085:1 2101:1 2116:1 2127:1 2138:1 2143:1 2156:1 2157:1 2158:1 2160:8 2161:1 2163:1 2170:3 2172:1 2177:2 2179:1 2181:2 2184:8 2186:3 2190:3 2192:1 2195:4 2197:1 2199:1 2228:1 2237:1 2248:3 2250:1 2255:1 2260:2 2263:1 2271:1 2274:1 2281:1 2284:1 2317:1 2363:1 2386:1 2403:1 2410:1 2454:1 2466:1 2473:1 2509:1 2523:1 2528:1 2529:1 2530:1 2533:1 2547:1 2548:1 2560:1 2561:1 2562:1 2564:1 2566:3 2578:1 2581:1 2588:1 2602:2 2604:1 2606:1 2621:1 2635:3 2646:1 2657:1 2659:1 2660:1 2666:2 2677:1 2683:1 2684:1 2708:1 2713:1 2719:2 2726:8 2738:1 2749:2 2750:2 2761:1 2765:1 2772:1 2776:4 2781:1 2794:1 2813:1 2827:1 2833:1 2835:2 2836:2 2838:1 2847:1 2894:1 2905:1 2938:1 2943:2 2944:1 2952:1 2959:1 2966:1 2975:1 2998:1 3004:1 3009:2 3019:1 3045:1 3082:1 3087:3 3090:3 3093:4 3094:2 3106:1 3116:6 3120:1 3129:1 3148:1 3166:1 3176:1 3182:1 3203:1 3253:2 3260:1 3262:1 3263:1 3276:1 3300:1 3313:1 3327:1 3342:1 3354:1 3365:1 3373:1 3374:2 3386:1 3393:2 3408:1 3414:1 3426:1 3430:1 3445:1 3451:1 3454:4 3456:1 3466:2 3474:1 3475:1 3487:1 3491:1 3507:2 3511:1 3517:1 3518:1 3532:1 3533:1 3551:1 3555:1 3559:2 3563:2 3569:1 3581:1 3585:1 3587:1 3588:1 3592:1 3614:1 3617:1 3623:1 3626:1 3632:1 3640:2 3650:1 3652:1 3660:2 3663:2 3668:2 3674:1 3686:1 3694:2 3701:1 3702:1 3720:1 3734:1 3743:1 3746:1 3748:1 3749:1 3755:1 3757:3 3763:1 3767:2 3770:1 3774:1 3776:1 3782:1 3785:2 3786:5 3841:2 3847:1 3853:1 3856:1 3862:1 3894:1 3906:1 3909:1 3910:1 3919:1 3924:1 3926:1 3936:2 3946:2 3959:3 3960:1 3962:5 3968:1 3975:1 3990:1 4011:3 4022:1 4027:1 4037:1 4040:6 4041:1 4059:2 4071:1 4075:1 4078:2 4131:1 4135:3 4136:1 4139:1 4140:1 4152:1 4153:1 4159:1 4176:2 4182:1 4202:1 4208:1 4213:2 4235:2 4243:1 4277:1 4281:1 4292:2 4301:1 4319:3 4328:2 4354:3 4364:1 4367:1 4370:1 4383:1 4389:3 4391:1 4393:1 4395:1 4418:1 4423:1 4428:2 4444:1 4448:1 4488:1 4505:3 4528:1 4533:18 4534:1 4541:1 4552:1 4559:1 4583:1 4589:1 4615:1 4628:1 4632:4 4646:7 4648:6 4649:1 4651:1 4654:1 4655:2 4657:2 4660:3 4662:2 4667:1 4669:1 4671:1 4672:1 4673:7 4676:1 4696:1 4719:1 4720:2 4745:1 4748:1 4788:1 4791:4 4814:1 4827:1 4835:1 4841:2 4843:1 4851:1 4862:1 4868:1 4886:4 4889:1 4893:1 4919:1 4933:1 4942:1 4953:2 4970:1 4973:2 4981:2 5010:1 5011:1 5061:2 5092:1 5100:1 5120:1 5125:1 5135:1 5141:1 5143:1 5146:2 5147:1 5150:1 5157:2 5160:1 5162:2 5168:1 5170:1 5197:1 5201:2 5217:3 5226:1 5238:1 5260:1 5266:1 5268:1 5269:1 5271:1 5282:1 5283:1 5290:1 5292:1 5297:1 5319:1 5335:1 5385:2 5397:1 5402:4 5411:1 5430:2 5460:1 5467:3 5494:1 5505:2 5524:4 5526:2 5548:4 5568:2 5574:1 5583:1 5595:1 5600:1 5614:2 5618:2 5637:2 5639:2 5640:1 5675:1 5683:1 5705:1 5710:1 5728:1 5731:3 5737:1 5757:1 5762:7 5766:1 5770:1 5779:1 5784:1 5798:1 5813:8 5840:1 5850:5 5852:3 5857:1 5859:1 5860:4 5861:3 5863:2 5865:2 5866:1 5870:2 5871:1 5873:1 5875:3 5877:4 5880:1 5891:1 5902:1 5904:1 5914:1 5915:1 5933:1 5951:1 5960:3 5985:1 5999:1 6003:4 6006:2 6013:2 6014:1 6023:1 6027:1 6039:1 6052:1 6060:1 6066:1 6068:1 6070:1 6074:1 6077:1 6089:1 6093:1 6100:1 6109:1 6127:1 6136:1 6138:1 6152:1 6161:1 6173:1 6174:1 6197:1 6212:1 6215:1 6225:1 6227:1 6228:1 6230:1 6233:2 6235:1 6259:3 6264:2 6267:1 6276:1 6289:1 6292:4 6295:7 6296:1 6298:2 6306:1 6307:1 6311:2 6319:5 6320:2 6322:1 6330:3 6378:2 6379:1 6386:1 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6447:1 6457:1 6469:1 6478:1 6480:1 6485:1 6494:1 6500:1 6501:1 6504:1 6512:2 6516:1 6517:2 6518:1 6526:1 6529:1 6530:1 6532:1 6538:2 6553:1 6557:1 6566:1 6579:1 6581:1 6599:3 6601:1 6607:1 6621:1 6623:2 6628:1 6637:1 6645:1 6663:1 6681:1 6688:2 6689:1 6694:1 6700:2 6722:2 6728:3 6730:1 6733:1 6741:2 6743:3 6747:5 6773:1 6777:1 6787:1 6792:1 6814:1 6824:6 6845:5 6851:2 6865:1 6888:1 6903:1 6919:1 6927:2 6977:1 6979:1 7025:3 7037:10 7038:5 7057:1 7060:1 7061:3 7089:1 7092:1 7099:39 7107:1 7119:8 7120:6 7141:1 7142:1 7155:2 7158:1 7174:1 7180:1 7187:1 7194:2 7208:3 7233:1 7256:1 7269:2 7292:2 7302:1 7311:2 7322:5 7332:1 7346:1 7350:1 7353:1 7358:1 7372:1 7379:1 7384:1 7387:1 7417:2 7421:2 7444:1 7461:2 7475:1 7479:1 7483:1 7486:1 7494:3 7497:1 7543:1 7563:1 7564:13 7582:1 7642:3 7649:1 7654:1 7659:1 7673:1 7680:1 7695:2 7706:1 7710:2 7719:7 7720:1 7725:2 7750:1 7754:1 7767:1 7780:1 7785:1 7788:1 7796:1 7801:1 7814:1 7863:1 7864:1 7869:1 7870:2 7871:1 7872:4 7874:1 7876:2 7878:2 7884:2 7885:1 7887:1 7907:3 7914:1 7918:1 7921:1 7923:1 7960:1 7968:5 8014:1 8026:4 8028:2 8035:2 8068:1 8069:1 8070:1 8083:1 8094:1 8101:1 8123:2 8130:1 8138:1 8141:2 8142:1 8148:1 8158:1 8168:2 8170:1 8172:1 8173:1 8219:1 8223:2 8224:2 8225:2 8242:2 8246:1 8254:1 8266:1 8274:1 8284:5 8285:4 8300:2 8336:1 8344:1 8345:1 8389:2 8401:2 8409:1 8412:1 8415:1 8416:1 8421:2 8436:1 8439:3 8440:1 8464:1 8465:2 8468:1 8469:3 8504:1 8506:1 8509:1 8512:1 8521:1 8523:1 8526:1 8537:1 8564:1 8570:1 8589:1 8591:1 8610:1 8618:1 8631:1 8634:2 8646:2 8649:2 8662:1 8669:1 8679:1 8687:1 8696:1 8699:1 8700:1 8703:2 8713:1 8715:2 8718:1 8725:1 8731:1 8732:2 8735:1 8747:1 8750:1 8762:1 8763:2 8768:2 8775:1 8781:1 8788:1 8858:1 8890:2 8910:1 8925:1 8944:3 8950:2 8952:1 8957:2 8966:1 8979:1 9016:1 9028:2 9073:1 9078:1 9089:1 9102:1 9109:2 9121:1 9130:1 9131:1 9137:1 9138:1 9149:1 9151:2 9164:1 9176:4 9189:2 9191:1 9200:1 9211:1 9231:1 9245:2 9246:2 9257:1 9289:2 9291:2 9312:1 9317:1 9326:1 9347:1 9408:1 9414:1 9425:2 9427:1 9437:4 9446:1 9478:1 9489:1 9491:1 9492:1 9499:1 9501:1 9504:1 9510:1 9515:1 9520:1 9523:1 9524:4 9528:1 9530:1 9554:1 9556:3 9570:1 9583:1 9593:1 9597:5 9601:4 9603:1 9630:7 9639:2 9644:1 9648:1 9663:1 9671:2 9677:1 9687:1 9695:1 9712:1 9721:1 9731:1 9734:1 9765:2 9770:1 9772:1 9773:1 9790:1 9794:3 9797:1 9799:2 9801:5 9809:1 9810:1 9839:1 9842:1 9844:1 9846:1 9853:2 9860:1 9866:2 9879:4 9886:1 9888:1 9906:1 9947:3 9950:1 9966:1 9968:1 9974:3 9976:4 9983:3 9986:3 9987:5 9990:2 9992:2 9996:1 10004:1 10027:1 10029:1 10051:2 10076:1 10080:1 10081:1 10091:1 10101:2 10103:1 10111:1 10114:1 10146:1 10147:1 10181:1 10229:1 10240:1 10241:1 10257:2 10270:2 10283:1 10307:4 10308:1 10318:1 10323:2 10324:1 10325:1 10334:2 10349:1 10351:1 10352:2 10364:1 10382:2 10386:1 10387:3 10406:1 10412:3 10439:1 10443:1 10444:1 10453:2 10459:1 10473:3 10483:1 10485:1 10488:1 10504:1 10506:1 10514:1 10526:2 10542:1 10563:1 10586:1 10588:4 10592:2 10623:2 10625:1 10633:2 10636:2 10640:1 10642:1 10643:1 10647:1 10654:5 10655:1 10664:3 10708:3 10713:2 10717:1 10719:1 10726:2 10731:1 10735:1 10747:1 10750:1 10764:1 10765:1 10771:1 10778:1 10782:1 10791:1 10831:1 10838:1 10851:1 10852:1 10855:1 10856:2 10904:1 10913:1 10928:1 10933:2 10971:1 10977:2 10982:1 10984:1 11022:3 11023:2 11041:1 11052:1 11053:1 11054:2 11057:3 11058:1 11066:1 11074:2 11079:1 11089:1 11090:1 11108:1 11138:1 11152:1 11161:1 11163:5 11166:2 11186:1 11200:1 11204:1 11215:1 11222:1 11239:2 11253:2 11276:1 11281:1 11290:1 11310:1 11328:1 11334:2 11336:1 11342:1 11356:1 11358:3 11359:1 11360:1 11367:1 11371:1 11400:1 11415:1 11417:1 11435:1 11488:1 11506:1 11508:1 11525:2 11540:2 11541:1 11555:1 11579:1 11587:1 11602:1 11608:1 11669:1 11670:1 11674:1 11680:1 11681:1 11683:1 11684:1 11694:1 11724:1 11756:1 11790:1 11792:1 11793:1 11800:2 11801:1 11848:2 11869:1 11870:2 11871:1 11877:1 11879:1 11880:1 11882:1 11886:2 11898:1 11899:2 11900:1 11904:7 11908:1 11926:3 11936:2 11944:1 11945:1 11992:1 12009:1 12017:1 12023:2 12024:5 12029:3 12094:14 12097:1 12124:1 12144:1 12146:1 12147:2 12148:1 12163:1 12170:1 12177:1 12207:1 12223:1 12249:2 12250:1 12274:1 12299:1 12313:1 12322:3 12336:1 12342:1 12348:2 12355:3 12363:1 12378:1 12381:1 12388:3 12395:1 12415:1 12465:1 12491:1 12492:1 12502:1 12506:1 12507:2 12511:1 12520:1 12528:2 12545:1 12548:2 12552:1 12557:1 12576:1 12577:2 12580:2 12585:2 12596:1 12604:1 12609:1 12619:1 12621:1 12636:1 12648:1 12665:1 12677:1 12678:1 12689:1 12696:3 12699:2 12712:3 12733:2 12740:4 12744:2 12747:1 12769:1 12777:1 12789:1 12791:2 12802:1 12808:1 12811:1 12817:1 12837:1 12852:1 12859:1 12869:1 12887:1 12901:1 12906:2 12914:1 12924:5 12936:1 12944:1 12950:2 12959:1 12989:1 12990:1 12993:1 12999:1 13005:1 13009:1 13024:1 13063:1 13073:1 13080:1 13081:1 13088:1 13104:1 13110:1 13125:1 13127:1 13128:1 13133:2 13161:1 13179:1 13187:2 13204:1 13213:1 13216:1 13242:2 13268:1 13276:1 13278:1 13291:1 13308:2 13309:1 13310:2 13318:1 13321:1 13325:1 13340:1 13343:1 13366:3 13373:1 13421:1 13422:2 13433:1 13475:1 13482:1 13490:1 13491:1 13496:1 13497:1 13508:1 13519:1 13544:1 13551:1 13560:2 13564:1 13581:1 13583:1 13584:2 13587:3 13590:2 13624:5 13631:1 13633:1 13637:1 13646:1 13688:1 13703:1 13704:1 13712:1 13763:1 13765:1 13777:1 13778:1 13782:1 13785:1 13792:1 13805:1 13814:2 13816:1 13820:1 13828:2 13842:1 13849:2 13851:1 13872:1 13879:2 13881:1 13893:1 13894:2 13911:1 13913:1 13914:1 13922:1 13951:1 13961:1 13962:2 13971:1 13984:2 13985:1 13987:1 13998:1 14005:1 14006:1 14009:1 14012:1 14015:2 14021:4 14041:1 14043:3 14047:1 14057:2 14059:2 14103:1 14114:3 14125:2 14142:1 14148:1 14159:1 14163:1 14166:1 14174:1 14176:1 14178:1 14179:1 14184:4 14193:1 14198:1 14202:1 14204:1 14211:2 14217:1 14242:2 14251:1 14267:1 14272:1 14315:3 14339:1 14345:1 14356:1 14365:1 14383:1 14390:3 14392:1 14399:2 14423:1 14429:1 14441:1 14442:1 14454:1 14458:11 14469:2 14480:2 14484:2 14499:1 14513:1 14530:2 14540:1 14550:9 14563:1 14565:1 14572:2 14601:2 14604:1 14619:1 14621:1 14657:1 14658:1 14664:1 14682:1 14686:4 14694:1 14698:2 14699:1 14708:2 14709:2 14714:1 14716:1 14717:2 14718:2 14733:1 14738:1 14761:1 14791:1 14795:1 14800:1 14820:1 14823:1 14832:1 14836:1 14837:2 14870:1 14877:1 14896:1 14901:1 14925:2 14926:1 14944:1 14961:1 14985:1 14996:1 15002:3 15014:1 15016:2 15020:1 15028:2 15035:1 15038:1 15046:2 15064:2 15066:1 15086:1 15095:2 15096:1 15100:1 15106:1 15110:3 15111:1 15144:1 15153:1 15165:2 15168:1 15239:1 15251:1 15268:1 15276:4 15281:1 15291:3 15297:1 15307:1 15319:1 15328:1 15357:1 15358:4 15370:2 15379:1 15398:1 15406:1 15413:1 15430:1 15442:1 15453:2 15463:1 15464:1 15501:2 15524:1 15541:1 15543:1 15557:1 15575:1 15591:1 15599:5 15602:1 15613:2 15646:1 15700:1 15718:1 15734:1 15788:1 15794:1 15797:1 15803:1 15805:1 15810:2 15826:3 15828:1 15847:1 15867:4 15887:1 15902:2 15903:3 15931:1 15937:2 15943:1 15952:1 15960:1 15967:4 15978:3 15989:2 15990:1 15996:1 16026:1 16043:2 16056:1 16068:2 16070:1 16085:1 16099:3 16109:1 16129:1 16136:2 16144:5 16150:1 16213:2 16217:2 16225:3 16239:1 16247:1 16260:5 16264:1 16265:1 16268:1 16271:1 16282:1 16295:1 16296:1 16312:1 16320:1 16361:1 16383:1 16404:1 16405:1 16417:1 16425:2 16427:1 16434:1 16460:1 16466:1 16483:1 16523:2 16564:1 16567:1 16568:3 16580:5 16588:1 16593:1 16601:1 16630:1 16649:1 16668:1 16682:1 16685:1 16687:1 16691:1 16697:1 16720:1 16724:1 16725:2 16738:1 16783:1 16786:2 16799:1 16807:1 16825:1 16849:1 16859:1 16865:2375 16873:1 16877:1 16880:1 16923:1 16926:1 16927:1 16939:1 16961:3 17003:1 17004:2 17020:1 17040:1 17043:1 17044:1 17046:1 17047:1 17051:1 17053:1 17060:1 17089:1 17096:1 17135:2 17139:2 17175:1 17187:1 17188:1 17219:1 17244:1 17248:1 17256:2 17266:1 17274:1 17283:1 17285:1 17292:1 17294:1 17318:1 17323:3 17331:1 17338:1 17341:1 17348:1 17357:1 17360:1 17366:3 17395:1 17419:1 17444:1 17469:1 17475:1 17486:1 17499:1 17507:1 17515:2 17516:1 17535:1 17536:1 17544:1 17556:1 17560:3 17580:1 17584:1 17601:1 17603:1 17620:5 17669:6 17672:1 17673:1 17678:1 17694:1 17697:2 17700:1 17705:1 17709:1 17710:1 17714:1 17715:2 17720:1 17722:1 17736:1 17739:3 17740:1 17743:1 17744:1 17755:1 17760:3 17766:1 17769:1 17782:1 17789:2 17790:1 17795:1 17807:1 17812:1 17815:2 17834:1 17850:1 17864:1 17869:1 17880:1 17889:1 17911:2 17914:3 17916:2 17958:1 17963:1 17968:1 17970:1 17973:1 17984:1 17992:2 17998:2 18004:2 18018:1 18025:1 18037:1 18047:1 18059:1 18061:1 18065:1 18075:1 18079:1 18080:1 18091:2 18111:1 18112:1 18113:2 18120:2 18128:1 18155:1 18159:1 18162:5 18166:1 18191:1 18197:1 18209:1 18222:3 18224:1 18226:2 18227:2 18232:1 18240:1 18245:1 18253:1 18261:1 18265:3 18284:1 18286:1 18288:1 18292:4 18295:1 18300:2 18303:1 18304:1 18306:1 18320:1 18329:1 18332:1 18348:1 18358:1 18360:1 18361:1 18384:3 18388:1 18393:1 18399:1 18404:1 18409:1 18445:1 18450:1 18475:1 18478:1 18486:1 18491:1 18514:1 18515:1 18522:1 18542:5 18548:1 18558:1 18560:1 18562:1 18564:1 18588:2 18602:1 18604:1 18631:1 18634:1 18642:1 18655:1 18657:2 18665:1 18685:1 18701:1 18711:1 18712:1 18714:1 18722:1 18727:1 18734:1 18738:1 18752:1 18756:1 18767:1 18769:2 18784:1 18786:1 18794:1 18815:1 18817:2 18822:2 18824:1 18836:1 18840:1 18842:2 18860:1 18877:6 18880:1 18881:2 18886:2 18891:3 18898:2 18900:1 18911:2 18913:1 18919:1 18929:1 18931:1 18935:1 18993:1 18997:2 19006:1 19024:1 19027:1 19031:1 19036:2 19037:1 19052:1 19057:1 19059:1 19062:1 19072:1 19076:1 19082:1 19089:2 19090:1 19099:1 19100:1 19108:2 19111:1 19118:3 19135:1 19137:1 19160:2 19162:1 19185:1 19191:2 19195:1 19198:1 19208:2 19210:1 19215:3 19217:1 19221:1 19223:1 19235:1 19245:2 19251:1 19257:1 19258:1 19262:1 19287:1 19306:2 19317:2 19323:1 19331:1 19334:3 19339:1 19351:1 19354:1 19358:1 19359:2 19362:2 19363:1 19367:2 19368:1 19377:1 19381:3 19382:1 19383:2 19388:1 19396:1 19433:1 19446:1 19458:1 19466:2 19468:3 19476:1 19490:1 19491:1 19493:1 19494:1 19497:1 19526:1 19549:1 19561:1 19564:1 19568:1 19606:1 19612:3 19613:1 19621:1 19630:1 19642:1 19660:1 19669:1 19672:2 19675:1 19676:1 19678:1 19688:5 19704:1 19710:2 19724:1 19730:3 19735:2 19736:1 19749:1 19751:1 19773:2 19801:1 19806:2 19807:2 19810:1 19811:1 19813:1 19818:1 19822:1 19825:1 19831:2 19832:1 19834:1 19836:1 19837:1 19840:2 19842:6 19848:1 19854:1 19869:1 19873:1 19905:1 19949:2 19951:1 19952:1 19953:1 19954:3 19959:1 19995:1 20001:1 20002:3 20013:1 20017:4 20020:2 20040:2 20043:1 20050:1 20067:2 20078:1 20097:1 20120:1 20126:1 20147:1 20150:1 20162:1 20172:6 20183:2 20194:1 20203:4 20210:1 20218:2 20238:8 20240:1 20244:1 20250:1 20258:1 20285:1 20302:1 20307:1 20308:1 20310:1 20337:1 20360:1 20369:1 20377:2 20398:2 20405:1 20453:1 20471:1 20477:1 20489:1 20495:1 20497:1 20507:1 20524:1 20530:1 20535:1 20568:1 20593:1 20615:1 20625:1 20650:1 20651:1 20657:1 20662:2 20670:1 20672:1 20679:1 20680:1 20687:1 20705:1 20716:1 20719:1 20721:5 20750:2 20768:1 20785:1 20793:2 20797:3 20806:1 20819:2 20838:1 20844:1 20846:1 20847:1 20865:3 20870:1 20880:1 20899:1 20901:1 20926:4 20933:1 20938:3 20952:2 20973:1 20992:2 20993:1 20997:1 21016:1 21023:1 21025:1 21029:1 21033:1 21039:1 21043:1 21069:1 21074:1 21099:3 21100:1 21119:2 21121:1 21123:1 21129:2 21133:1 21136:1 21145:1 21159:1 21165:1 21170:1 21176:1 21180:1 21182:1 21225:1 21227:1 21228:1 21231:2 21245:1 21254:1 21260:1 21262:1 21265:1 21266:1 21277:1 21279:2 21282:3 21284:1 21306:3 21311:2 21323:1 21328:1 21344:1 21355:3 21369:1 21379:1 21381:1 21385:1 21400:1 21406:1 21410:1 21418:3 21438:1 21454:1 21455:1 21458:1 21469:1 21495:1 21504:1 21514:2 21522:1 21541:1 21556:3 21564:1 21569:1 21593:1 21617:1 21624:1 21631:1 21639:2 21645:1 21653:1 21655:1 21695:1 21702:2 21704:1 21705:1 21720:1 21729:1 21745:1 21746:1 21788:2 21793:1 21822:1 21841:1 21845:1 21853:1 21868:1 21887:1 21897:1 21908:1 21909:5 21931:2 21932:2 21942:1 21963:1 21969:1 21971:1 21987:1 22003:1 22015:1 22020:5 22028:1 22051:1 22059:1 22060:1 22061:2 22077:1 22114:3 22129:1 22130:1 22136:1 22154:1 22161:1 22166:1 22179:2 22185:1 22198:2 22204:2 22209:1 22215:1 22218:1 22222:1 22223:2 22234:1 22243:1 22246:1 22284:2 22299:3 22301:2 22330:1 22334:1 22335:2 22338:1 22340:2 22341:1 22342:2 22343:1 22349:1 22350:1 22355:1 22359:1 22361:1 22380:2 22421:1 22423:1 22440:2 22450:2 22460:3 22463:2 22470:1 22471:1 22476:1 22477:1 22478:1 22493:1 22494:4 22496:2 22503:1 22509:1 22525:1 22530:1 22551:1 22564:1 22567:1 22587:3 22598:1 22603:1 22605:2 22633:1 22634:1 22668:5 22672:2 22698:1 22720:1 22725:1 22755:2 22793:1 22808:1 22822:4 22832:1 22840:3 22843:1 22850:1 22854:6 22861:3 22879:2 22881:1 22882:1 22883:1 22885:1 22887:1 22933:2 22946:3 22948:1 22956:1 22963:1 22964:1 23003:3 23008:2 23019:1 23020:1 23026:2 23028:2 23029:1 23034:1 23050:1 23051:2 23056:1 23057:1 23065:1 23099:1 23107:1 23118:1 23120:1 23135:1 23145:1 23148:1 23150:1 23165:2 23171:1 23200:1 23217:1 23239:2 23240:1 23241:1 23246:1 23268:1 23286:1 23294:1 23296:6 23313:1 23417:1 23427:1 23429:1 23445:1 23465:1 23468:1 23470:2 23476:4 23533:1 23556:1 23568:1 23573:1 23592:2 23595:1 23599:2 23605:2 23626:1 23637:1 23679:1 23693:1 23696:1 23704:1 23705:1 23722:1 23723:1 23725:1 23727:1 23729:1 23735:1 23780:1 23789:2 23805:1 23813:1 23821:1 23827:1 23848:1 23897:2 23899:1 23916:1 23952:1 23970:1 23973:1 23975:1 23977:1 23983:1 23992:1 24019:1 24033:1 24038:2 24040:5 24041:1 24042:2 24051:1 24073:1 24101:1 24106:1 24126:1 24135:1 24145:1 24170:1 24171:2 24188:1 24190:2 24192:3 24196:1 24214:1 24220:1 24224:1 24244:1 24251:1 24279:1 24291:1 24297:1 24303:3 24304:5 24315:1 24318:1 24331:1 24333:1 24335:2 24337:1 24343:3 24348:1 24352:1 24355:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:4 24391:3 24398:1 24415:1 24425:1 24432:1 24436:1 24446:1 24449:1 24451:1 24457:1 24516:2 24522:1 24532:1 24536:1 24562:2 24563:1 24570:1 24571:1 24578:3 24583:2 24584:1 24585:1 24591:1 24593:3 24628:2 24640:1 24649:2 24650:3 24653:1 24655:2 24671:1 24698:1 24705:1 24716:1 24720:1 24737:1 24742:3 24756:4 24763:1 24798:2 24813:1 24819:1 24821:2 24824:1 24842:1 24847:1 24848:1 24866:1 24871:1 24874:2 24875:1 24884:2 24885:1 24888:1 24891:3 24893:1 24894:2 24895:1 24905:1 24908:2 24910:1 24913:1 24916:3 24917:6 24921:1 24924:1 24927:2 24930:2 24950:1 24959:2 24960:1 24987:1 24993:5 24999:1 25007:1 25025:1 25027:7 25028:1 25030:1 25055:1 25056:1 25086:2 25093:1 25098:2 25109:1 25123:1 25127:1 25130:1 25134:1 25138:1 25178:1 25195:1 25199:1 25200:2 25209:1 25217:1 25226:1 25251:1 25269:2 25302:1 25307:1 25345:2 25355:1 25373:1 25374:1 25380:2 25405:1 25408:1 25422:1 25426:2 25427:1 25434:1 25437:1 25451:1 25453:2 25491:3 25499:1 25501:1 25506:1 25519:2 25528:1 25530:1 25536:1 25555:1 25564:1 25565:1 25566:2 25570:1 25578:19 25581:1 25583:3 25597:1 25606:1 25608:1 25611:1 25617:3 25636:1 25642:1 25653:1 25662:1 25676:3 25686:1 25694:1 25713:5 25723:3 25729:1 25757:11 25802:1 25822:1 25829:2 25841:1 25844:1 25851:1 25862:1 25868:1 25873:1 25896:2 25921:2 25933:2 25935:1 25937:2 25947:2 25965:1 25970:1 25972:1 25990:1 26005:1 26006:2 26008:2 26012:1 26013:2 26024:2 26034:1 26035:1 26039:1 26065:2 26068:1 26072:2 26076:3 26077:5 26100:1 26111:1 26116:1 26118:1 26127:1 26128:1 26132:2 26137:1 26144:3 26191:4 26196:1 26204:1 26223:1 26238:1 26285:1 26290:1 26295:3 26296:2 26351:1 26356:3 26381:1 26400:1 26410:1 26421:1 26436:2 26442:1 26445:2 26448:1 26468:1 26469:2 26473:1 26477:3 26488:1 26502:1 26512:1 26529:1 26549:1 26558:1 26562:2 26577:2 26584:2 26591:1 26597:1 26599:1 26610:1 26628:3 26630:1 26635:1 26649:1 26652:1 26653:1 26660:3 26670:1 26686:1 26689:1 26691:1 26705:4 26709:1 26724:1 26732:3 26733:4 26740:3 26749:1 26751:1 26753:1 26756:7 26794:5 26798:1 26805:4 26813:1 26817:1 26835:1 26845:1 8 1:4 9:1 20:1 35:1 39:1 42:2 80:3 86:1 110:1 117:1 122:1 144:1 156:1 161:1 162:1 179:1 187:1 192:4 205:2 213:1 224:1 229:4 236:1 247:1 262:1 287:1 319:3 320:1 321:1 342:1 353:3 384:1 392:2 411:1 413:2 426:2 448:1 452:1 466:1 472:1 484:2 497:1 538:1 545:1 556:1 558:2 565:2 579:4 605:8 635:1 636:1 643:5 661:1 663:1 666:1 667:1 747:2 758:1 766:1 812:6 817:2 818:1 819:1 831:1 832:1 839:5 848:1 860:1 874:1 893:1 899:1 904:5 908:2 916:1 939:1 940:1 942:3 951:1 956:1 971:1 998:1 1001:1 1013:2 1017:1 1033:1 1039:2 1048:1 1067:5 1077:1 1087:1 1100:2 1108:1 1113:1 1118:1 1123:1 1124:1 1126:1 1127:1 1132:1 1134:1 1137:1 1138:1 1143:1 1151:1 1157:1 1159:1 1167:1 1174:1 1176:1 1179:5 1180:2 1185:1 1186:1 1187:1 1189:1 1201:1 1206:1 1214:1 1222:1 1236:1 1255:1 1266:1 1270:1 1271:1 1278:1 1286:1 1288:1 1297:1 1303:1 1305:1 1309:1 1310:1 1315:1 1319:2 1322:5 1325:5 1331:1 1343:2 1358:1 1361:3 1368:5 1385:3 1403:1 1409:1 1412:1 1413:3 1433:1 1445:5 1449:1 1458:2 1463:2 1470:1 1486:1 1499:1 1516:2 1527:1 1529:2 1533:2 1537:1 1555:1 1561:1 1572:3 1576:1 1577:1 1587:1 1591:1 1594:1 1607:1 1612:2 1617:1 1618:2 1628:1 1629:1 1632:1 1640:1 1644:2 1647:2 1667:1 1670:1 1681:1 1685:1 1686:1 1690:1 1703:2 1719:1 1725:1 1726:2 1731:1 1739:4 1745:1 1749:1 1751:1 1755:2 1766:1 1768:2 1774:1 1785:1 1787:1 1798:3 1804:1 1805:1 1811:1 1813:2 1815:1 1828:1 1843:1 1847:1 1889:1 1891:6 1915:1 1918:1 1922:2 1930:1 1954:1 1965:1 1966:1 1976:1 1979:1 1981:1 1994:1 2026:7 2046:1 2064:1 2085:1 2101:1 2116:1 2127:1 2138:1 2143:1 2156:1 2157:1 2158:1 2160:8 2161:1 2163:1 2170:3 2172:1 2177:2 2179:1 2181:2 2184:8 2186:3 2190:3 2192:1 2195:4 2197:1 2199:1 2228:1 2237:1 2248:3 2250:1 2255:1 2260:2 2263:1 2271:1 2274:1 2281:1 2284:1 2317:1 2363:1 2386:1 2403:1 2410:1 2454:1 2466:1 2473:1 2509:1 2523:1 2528:1 2529:1 2530:1 2533:1 2547:1 2548:1 2560:1 2561:1 2562:1 2564:1 2566:3 2578:1 2581:1 2588:1 2602:2 2604:1 2606:1 2621:1 2635:3 2646:1 2657:1 2659:1 2660:1 2666:2 2677:1 2683:1 2684:1 2708:1 2713:1 2719:2 2726:8 2738:1 2749:2 2750:2 2761:1 2765:1 2772:1 2776:4 2781:1 2794:1 2813:1 2827:1 2833:1 2835:2 2836:2 2838:1 2847:1 2894:1 2905:1 2938:1 2943:2 2944:1 2952:1 2959:1 2966:1 2975:1 2998:1 3004:1 3009:2 3019:1 3045:1 3082:1 3087:3 3090:3 3093:4 3094:2 3106:1 3116:6 3120:1 3129:1 3148:1 3166:1 3176:1 3182:1 3203:1 3253:2 3260:1 3262:1 3263:1 3276:1 3300:1 3313:1 3327:1 3342:1 3354:1 3365:1 3373:1 3374:2 3386:1 3393:2 3408:1 3414:1 3426:1 3430:1 3445:1 3451:1 3454:4 3456:1 3466:2 3474:1 3475:1 3487:2 3491:1 3507:2 3511:1 3517:1 3518:1 3532:1 3533:1 3551:1 3555:1 3559:2 3563:2 3569:1 3581:1 3585:1 3587:1 3588:1 3592:1 3614:1 3617:1 3623:1 3626:1 3632:1 3640:2 3650:1 3652:1 3660:2 3663:2 3668:2 3674:1 3686:1 3694:2 3701:1 3702:1 3720:1 3731:1 3734:1 3743:1 3746:1 3748:1 3749:1 3755:1 3757:3 3763:1 3767:2 3770:1 3774:1 3776:1 3782:1 3785:2 3786:5 3841:2 3847:1 3853:1 3856:1 3862:1 3894:1 3906:1 3909:1 3910:1 3919:1 3924:1 3926:1 3936:2 3946:2 3959:3 3960:1 3962:5 3968:1 3975:1 3990:1 4011:3 4022:1 4027:1 4037:1 4040:6 4041:1 4059:2 4071:1 4075:1 4078:2 4131:1 4135:3 4136:1 4139:1 4140:1 4152:1 4153:1 4159:1 4176:2 4182:1 4202:1 4208:1 4213:2 4235:3 4243:1 4277:1 4281:1 4292:2 4301:1 4319:3 4328:2 4354:3 4364:1 4367:1 4370:1 4383:1 4389:3 4391:1 4393:1 4395:1 4418:1 4423:1 4428:2 4444:1 4448:1 4488:1 4505:3 4528:1 4533:18 4534:1 4541:1 4552:1 4559:1 4583:1 4589:1 4615:1 4628:1 4632:4 4646:7 4648:6 4649:1 4651:1 4654:2 4655:2 4657:2 4660:3 4662:2 4667:1 4669:1 4671:2 4672:1 4673:7 4676:1 4696:1 4719:1 4720:2 4745:1 4748:1 4788:1 4791:4 4814:1 4827:1 4835:1 4841:2 4843:1 4851:1 4862:1 4868:1 4886:4 4889:1 4893:1 4919:1 4933:1 4942:1 4953:2 4970:1 4973:2 4981:2 5010:1 5011:1 5061:2 5092:1 5100:1 5120:1 5125:1 5135:1 5141:1 5143:1 5146:2 5147:1 5150:1 5157:2 5160:1 5162:2 5168:1 5170:1 5197:1 5201:2 5217:3 5226:1 5238:1 5260:1 5266:1 5268:1 5269:1 5271:1 5282:1 5283:1 5290:1 5292:1 5297:1 5319:1 5335:1 5385:2 5397:1 5402:4 5411:1 5430:2 5460:1 5467:3 5494:1 5505:2 5524:4 5526:2 5548:4 5568:2 5574:1 5583:1 5595:1 5600:1 5614:2 5618:2 5637:2 5639:2 5640:1 5675:1 5683:1 5705:1 5710:1 5728:1 5731:3 5737:1 5757:1 5762:7 5766:1 5770:1 5779:1 5784:1 5798:1 5813:8 5840:1 5850:5 5852:3 5857:1 5859:1 5860:4 5861:3 5863:2 5865:2 5866:1 5870:2 5871:1 5873:1 5875:3 5877:4 5880:1 5891:1 5902:1 5904:1 5914:1 5915:1 5933:1 5951:1 5960:3 5985:1 5999:1 6003:4 6006:2 6013:2 6014:1 6023:1 6027:1 6039:1 6052:1 6060:1 6066:1 6068:1 6070:1 6074:1 6077:2 6089:1 6093:1 6100:1 6109:1 6127:1 6136:1 6138:1 6152:1 6161:1 6173:1 6174:1 6197:1 6212:1 6215:1 6225:1 6227:1 6228:1 6230:1 6233:2 6235:1 6259:3 6264:2 6267:1 6276:1 6289:1 6292:4 6295:7 6296:1 6298:2 6306:1 6307:1 6311:2 6319:5 6320:2 6322:1 6330:3 6378:2 6379:1 6386:1 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6447:1 6457:1 6469:1 6478:1 6480:1 6485:1 6494:1 6500:1 6501:1 6504:1 6512:2 6516:1 6517:2 6518:1 6526:1 6529:1 6530:1 6532:1 6538:2 6553:1 6557:1 6566:1 6579:1 6581:1 6599:3 6601:1 6607:1 6621:1 6623:2 6628:1 6637:1 6645:1 6663:1 6681:1 6688:2 6689:1 6694:1 6700:2 6722:2 6728:3 6730:1 6733:1 6741:2 6743:3 6747:5 6773:1 6777:1 6787:1 6792:1 6814:1 6824:7 6845:5 6847:1 6851:2 6865:1 6888:1 6903:1 6919:1 6927:2 6977:1 6979:1 7025:3 7037:10 7038:5 7057:1 7060:1 7061:3 7089:1 7092:1 7099:39 7107:1 7119:8 7120:6 7141:1 7142:1 7155:2 7158:1 7174:1 7180:1 7187:1 7194:2 7208:3 7233:1 7256:2 7269:2 7278:1 7292:2 7302:1 7311:2 7322:5 7332:1 7346:1 7350:1 7353:1 7358:1 7372:1 7379:1 7384:1 7387:1 7417:2 7421:2 7444:1 7461:2 7475:1 7479:1 7483:1 7486:1 7494:3 7497:1 7543:1 7563:1 7564:15 7582:1 7642:3 7649:1 7654:1 7659:1 7673:1 7680:1 7695:2 7706:1 7710:2 7719:7 7720:1 7725:2 7750:1 7754:1 7767:1 7780:1 7785:1 7788:1 7796:2 7801:1 7814:1 7863:1 7864:1 7869:1 7870:2 7871:1 7872:4 7874:1 7876:2 7878:2 7884:2 7885:1 7887:1 7907:3 7914:1 7918:1 7921:1 7923:1 7960:1 7968:5 8014:1 8026:4 8028:2 8035:2 8068:1 8069:1 8070:1 8083:1 8094:1 8101:1 8123:2 8130:1 8138:1 8141:2 8142:1 8148:1 8158:1 8168:2 8170:1 8172:1 8173:1 8219:1 8223:2 8224:2 8225:2 8229:1 8242:2 8246:1 8254:1 8266:1 8274:1 8284:5 8285:4 8300:2 8336:1 8344:1 8345:1 8389:2 8401:2 8409:1 8412:1 8415:1 8416:1 8421:2 8436:1 8439:3 8440:1 8464:1 8465:2 8468:1 8469:3 8504:1 8506:1 8509:1 8512:1 8521:1 8523:1 8526:1 8537:1 8564:1 8570:1 8589:1 8591:1 8610:1 8618:1 8631:1 8634:2 8646:2 8649:2 8662:1 8669:1 8679:1 8687:1 8696:1 8699:1 8700:1 8703:2 8713:1 8715:2 8718:1 8725:1 8731:1 8732:2 8735:1 8747:1 8750:1 8762:1 8763:2 8768:2 8775:1 8781:1 8788:1 8858:1 8890:2 8910:1 8925:1 8944:3 8950:2 8952:1 8957:2 8966:1 8979:1 9016:1 9028:2 9073:1 9078:1 9079:1 9089:1 9102:1 9109:2 9121:1 9130:1 9131:1 9137:1 9138:1 9149:1 9151:2 9164:1 9176:4 9189:2 9191:1 9200:1 9211:1 9231:1 9245:3 9246:2 9257:1 9289:2 9291:2 9312:1 9317:1 9326:1 9347:1 9408:1 9414:1 9425:2 9427:1 9437:4 9446:1 9478:1 9489:1 9491:1 9492:1 9499:1 9501:1 9504:1 9510:1 9515:1 9520:1 9523:1 9524:4 9528:1 9530:1 9554:1 9556:3 9570:1 9583:1 9593:1 9597:5 9601:4 9603:1 9630:7 9639:2 9644:1 9648:1 9663:1 9671:2 9677:1 9687:1 9695:1 9712:1 9721:1 9731:1 9734:1 9765:2 9770:1 9772:1 9773:1 9790:1 9794:3 9797:1 9799:2 9801:5 9809:1 9810:1 9839:1 9842:1 9844:1 9846:1 9853:2 9860:1 9866:2 9879:4 9886:1 9888:1 9906:1 9947:3 9950:1 9966:1 9968:1 9974:3 9976:4 9983:4 9986:3 9987:5 9990:2 9992:2 9996:1 10004:1 10027:1 10029:1 10051:2 10076:1 10080:1 10081:1 10091:1 10101:2 10103:1 10111:1 10114:1 10146:1 10147:1 10181:1 10229:1 10240:1 10241:1 10257:2 10270:2 10283:1 10307:4 10308:1 10318:1 10323:2 10324:1 10325:1 10334:2 10349:1 10351:1 10352:2 10364:1 10382:2 10386:1 10387:3 10406:1 10412:3 10439:1 10443:1 10444:1 10453:2 10459:1 10473:3 10483:1 10485:1 10488:1 10504:1 10506:1 10514:1 10526:2 10542:1 10563:1 10586:1 10588:4 10592:2 10623:2 10625:1 10633:2 10636:2 10640:1 10642:1 10643:1 10647:1 10654:5 10655:1 10664:3 10708:3 10713:2 10717:1 10719:1 10726:2 10731:1 10735:1 10747:1 10750:1 10764:1 10765:1 10771:1 10778:1 10782:1 10791:1 10831:1 10838:1 10851:1 10852:1 10855:1 10856:2 10904:1 10913:1 10928:1 10933:2 10971:1 10977:2 10982:1 10984:1 11022:3 11023:2 11041:1 11052:1 11053:1 11054:2 11057:3 11058:1 11066:1 11074:2 11079:1 11089:1 11090:1 11105:1 11108:1 11138:1 11152:1 11161:1 11163:5 11166:2 11186:1 11200:1 11204:1 11215:1 11222:1 11239:2 11253:2 11276:1 11281:1 11290:1 11310:1 11328:1 11334:2 11336:1 11342:1 11356:1 11358:3 11359:1 11360:1 11367:1 11371:1 11400:1 11415:1 11417:1 11435:1 11488:1 11506:1 11508:1 11525:2 11540:2 11541:1 11555:1 11579:1 11587:1 11602:1 11608:1 11669:1 11670:1 11674:1 11680:1 11681:1 11683:1 11684:1 11694:1 11724:1 11756:1 11790:1 11792:1 11793:1 11800:2 11801:1 11848:2 11869:1 11870:2 11871:1 11877:1 11879:1 11880:1 11882:1 11886:2 11898:1 11899:2 11900:1 11904:7 11908:1 11926:3 11936:2 11944:1 11945:1 11983:1 11992:2 12009:1 12017:1 12023:2 12024:5 12029:3 12094:14 12097:1 12124:1 12144:1 12146:1 12147:2 12148:1 12163:1 12170:1 12177:1 12207:1 12223:1 12249:2 12250:1 12274:1 12299:1 12313:1 12322:3 12336:1 12342:1 12348:2 12355:3 12363:1 12378:1 12381:1 12388:3 12395:1 12415:1 12465:2 12491:1 12492:1 12502:1 12506:1 12507:2 12511:1 12520:1 12528:2 12545:1 12548:2 12552:1 12557:1 12576:1 12577:2 12580:2 12585:2 12596:1 12604:1 12609:1 12619:1 12621:1 12636:1 12648:1 12665:1 12677:1 12678:1 12689:1 12696:3 12699:2 12712:3 12733:2 12740:4 12744:2 12747:1 12769:1 12777:1 12789:1 12791:2 12802:1 12808:1 12811:1 12817:1 12837:1 12852:1 12859:1 12869:1 12887:1 12901:1 12906:2 12914:1 12924:5 12936:1 12944:1 12950:2 12959:1 12989:1 12990:1 12993:1 12999:1 13005:1 13009:1 13024:1 13063:1 13073:1 13080:1 13081:1 13088:1 13104:1 13110:1 13125:1 13127:1 13128:1 13133:2 13161:1 13179:1 13187:2 13204:1 13213:1 13216:1 13242:2 13268:1 13276:1 13278:1 13291:1 13308:2 13309:1 13310:2 13318:1 13321:1 13325:1 13340:1 13343:1 13366:3 13373:1 13421:1 13422:2 13433:1 13475:1 13482:1 13490:1 13491:1 13496:1 13497:1 13508:1 13519:1 13544:1 13551:1 13560:2 13564:1 13581:1 13583:1 13584:2 13587:3 13590:2 13624:5 13631:1 13633:1 13637:1 13646:1 13688:1 13703:1 13704:1 13712:1 13759:1 13763:1 13765:1 13777:1 13778:1 13782:1 13785:1 13792:1 13805:1 13809:1 13814:2 13816:1 13820:2 13828:2 13842:1 13849:2 13851:1 13872:1 13879:2 13881:1 13893:1 13894:2 13911:1 13913:1 13914:1 13922:1 13951:1 13961:1 13962:2 13971:1 13984:2 13985:1 13987:1 13998:1 14005:1 14006:1 14009:1 14012:1 14015:2 14021:4 14041:1 14043:3 14047:1 14057:2 14059:2 14103:1 14114:3 14125:2 14133:1 14142:1 14148:1 14159:1 14163:1 14166:1 14174:1 14176:1 14178:1 14179:1 14184:4 14193:1 14198:1 14202:1 14204:1 14211:2 14217:1 14242:2 14251:1 14267:1 14272:1 14315:3 14339:1 14345:1 14356:1 14365:1 14383:1 14390:3 14392:1 14399:2 14423:1 14429:1 14441:1 14442:1 14454:1 14458:11 14469:2 14480:2 14484:2 14499:1 14513:1 14530:2 14540:1 14550:9 14563:1 14565:1 14572:2 14601:2 14604:1 14619:1 14621:1 14657:1 14658:1 14664:1 14682:1 14686:4 14694:1 14698:3 14699:2 14708:2 14709:2 14714:1 14716:1 14717:2 14718:2 14733:1 14738:1 14761:1 14791:1 14795:1 14800:1 14820:1 14823:1 14832:1 14836:1 14837:2 14870:1 14877:1 14896:1 14901:1 14925:2 14926:1 14944:1 14961:1 14985:1 14996:1 15002:3 15014:1 15016:2 15020:1 15028:2 15035:1 15038:1 15046:2 15064:2 15066:1 15086:1 15095:2 15096:1 15100:1 15106:1 15110:3 15111:1 15144:1 15153:1 15165:2 15168:1 15239:1 15251:1 15268:1 15276:4 15281:1 15291:3 15297:1 15307:1 15319:1 15328:1 15357:1 15358:4 15370:2 15379:1 15398:1 15406:1 15413:1 15430:1 15442:1 15453:2 15463:1 15464:1 15501:2 15524:1 15541:1 15543:1 15557:1 15575:1 15591:1 15599:5 15602:1 15613:2 15646:1 15700:1 15718:1 15734:1 15788:1 15794:1 15797:1 15803:1 15805:1 15810:2 15826:3 15828:1 15847:1 15867:4 15887:1 15902:2 15903:3 15931:1 15937:2 15943:1 15952:1 15960:1 15967:4 15978:3 15989:2 15990:1 15996:1 16026:1 16043:2 16056:1 16068:2 16070:1 16085:1 16099:3 16109:1 16129:1 16136:2 16144:5 16150:1 16213:2 16217:2 16225:3 16239:1 16247:1 16260:5 16264:1 16265:1 16268:1 16271:1 16282:1 16295:1 16296:1 16312:1 16320:1 16361:1 16383:1 16404:1 16405:1 16417:1 16425:2 16427:1 16434:1 16460:1 16466:1 16483:1 16523:2 16564:1 16567:1 16568:3 16580:5 16588:1 16593:1 16601:1 16630:1 16649:1 16668:1 16682:1 16685:1 16687:1 16691:1 16697:1 16720:1 16724:1 16725:2 16738:1 16783:1 16786:2 16799:1 16807:1 16825:1 16849:1 16859:1 16865:2482 16873:1 16877:1 16880:1 16923:1 16926:1 16927:1 16939:1 16961:3 17003:1 17004:2 17020:1 17040:1 17043:1 17044:1 17046:1 17047:1 17051:1 17053:1 17060:1 17089:1 17096:1 17135:2 17139:2 17175:1 17187:1 17188:1 17219:1 17244:1 17248:1 17256:2 17266:1 17274:1 17283:1 17285:1 17292:1 17294:1 17318:1 17323:3 17331:1 17338:1 17341:1 17348:1 17357:1 17360:1 17366:3 17395:1 17419:1 17444:1 17469:1 17475:1 17486:1 17499:1 17507:1 17515:3 17516:1 17535:1 17536:1 17544:1 17556:1 17560:3 17580:1 17584:1 17601:1 17603:1 17620:5 17669:6 17672:1 17673:1 17678:1 17694:1 17697:2 17700:1 17705:1 17709:1 17710:1 17714:1 17715:2 17720:1 17722:1 17736:1 17739:3 17740:1 17743:1 17744:1 17755:1 17760:3 17766:1 17769:1 17782:1 17789:2 17790:1 17795:1 17807:1 17812:1 17815:2 17834:1 17850:1 17864:1 17869:1 17880:1 17889:1 17911:2 17914:3 17916:2 17958:1 17963:1 17968:1 17970:1 17973:1 17984:1 17992:2 17998:2 18004:2 18018:1 18025:2 18037:1 18047:1 18059:1 18061:1 18065:1 18075:1 18079:1 18080:1 18091:2 18111:1 18112:1 18113:2 18120:2 18128:1 18155:1 18159:1 18162:5 18166:1 18191:1 18197:1 18209:1 18222:3 18224:1 18226:2 18227:2 18232:1 18240:1 18245:1 18253:1 18261:1 18265:3 18284:1 18286:1 18288:1 18292:4 18295:1 18300:2 18303:1 18304:1 18306:1 18320:1 18329:1 18332:1 18348:1 18358:1 18360:1 18361:1 18384:3 18388:1 18393:1 18399:1 18404:1 18409:1 18445:1 18450:1 18475:1 18478:1 18486:1 18491:1 18514:1 18515:1 18522:1 18542:6 18548:1 18558:1 18560:1 18562:1 18564:1 18588:2 18602:1 18604:1 18631:1 18634:1 18642:1 18655:1 18657:2 18665:1 18685:1 18701:1 18711:1 18712:1 18714:1 18722:1 18727:1 18734:1 18738:1 18752:1 18756:1 18767:1 18769:2 18784:1 18786:1 18794:1 18815:1 18817:2 18822:2 18824:1 18836:1 18840:1 18842:2 18860:1 18877:6 18880:1 18881:2 18886:2 18891:3 18898:2 18900:1 18911:2 18913:1 18919:1 18929:1 18931:1 18935:1 18993:1 18997:2 19006:1 19024:1 19027:1 19031:1 19036:2 19037:1 19052:1 19057:1 19059:1 19062:1 19072:1 19076:1 19082:1 19089:2 19090:1 19099:1 19100:1 19108:2 19111:1 19118:3 19135:1 19137:1 19160:2 19162:1 19185:1 19191:2 19195:1 19198:1 19208:2 19210:1 19215:3 19217:1 19221:1 19223:1 19235:1 19245:2 19251:1 19257:1 19258:1 19262:1 19287:1 19306:2 19317:2 19323:1 19331:1 19334:3 19339:1 19351:1 19354:1 19358:1 19359:2 19362:2 19363:1 19367:2 19368:1 19377:1 19381:3 19382:1 19383:2 19388:1 19396:1 19433:1 19446:1 19458:1 19466:2 19468:3 19476:1 19490:1 19491:1 19493:1 19494:1 19497:1 19526:1 19549:1 19561:1 19564:1 19568:1 19606:1 19612:3 19613:1 19621:1 19630:1 19642:1 19660:1 19669:1 19672:2 19675:1 19676:1 19678:1 19688:5 19704:1 19710:2 19724:1 19730:3 19735:2 19736:1 19749:1 19751:1 19773:2 19801:1 19806:2 19807:2 19810:1 19811:1 19813:1 19818:1 19822:1 19825:1 19831:2 19832:1 19834:1 19836:1 19837:1 19840:2 19842:6 19848:1 19854:1 19869:1 19873:1 19905:1 19949:2 19951:1 19952:1 19953:1 19954:3 19959:1 19995:1 20001:1 20002:3 20013:1 20017:4 20020:2 20040:2 20043:1 20050:1 20067:2 20078:1 20097:1 20120:1 20126:1 20147:1 20150:1 20162:1 20172:6 20183:2 20194:1 20203:4 20210:1 20218:2 20238:8 20240:1 20244:1 20250:1 20258:1 20285:1 20302:1 20307:1 20308:1 20310:1 20337:1 20360:1 20369:1 20377:2 20398:2 20405:1 20447:1 20453:1 20471:1 20477:1 20489:1 20495:1 20497:1 20507:1 20524:1 20530:1 20535:1 20568:1 20593:1 20615:1 20625:1 20650:1 20651:1 20657:1 20662:2 20670:1 20672:1 20679:1 20680:1 20687:1 20705:1 20716:1 20719:1 20721:5 20750:2 20768:1 20785:1 20793:2 20797:3 20806:1 20819:2 20838:1 20844:1 20846:1 20847:1 20865:3 20870:1 20880:1 20899:1 20901:1 20926:4 20933:1 20938:3 20952:2 20973:1 20992:2 20993:1 20997:1 21016:1 21023:1 21025:1 21029:1 21033:1 21039:1 21043:1 21069:1 21074:1 21099:3 21100:1 21119:2 21121:1 21123:1 21129:2 21133:1 21136:1 21145:1 21159:1 21165:1 21170:1 21176:1 21180:1 21182:1 21225:1 21227:1 21228:1 21231:2 21245:1 21254:1 21260:1 21262:1 21265:1 21266:1 21277:1 21279:2 21282:3 21284:1 21306:3 21311:2 21323:1 21328:1 21344:1 21355:3 21369:1 21379:1 21381:1 21385:1 21400:1 21406:1 21410:1 21418:3 21438:1 21454:1 21455:2 21458:1 21469:1 21495:1 21504:1 21514:2 21522:1 21541:1 21556:3 21564:1 21569:1 21593:1 21617:1 21624:1 21631:1 21639:2 21645:1 21653:1 21655:1 21695:1 21702:2 21704:1 21705:1 21720:1 21729:1 21745:1 21746:1 21788:2 21793:1 21822:1 21841:1 21845:1 21853:1 21868:1 21887:1 21897:1 21908:1 21909:5 21931:2 21932:2 21942:1 21963:1 21969:1 21971:1 21987:1 22003:1 22015:1 22020:5 22028:1 22051:1 22059:1 22060:1 22061:2 22077:1 22114:3 22129:1 22130:1 22136:1 22154:1 22161:1 22166:1 22179:2 22185:1 22198:2 22204:2 22209:1 22215:1 22218:1 22222:1 22223:2 22234:1 22243:1 22246:1 22284:2 22299:3 22301:2 22330:1 22334:1 22335:2 22338:1 22340:2 22341:1 22342:2 22343:1 22349:1 22350:1 22355:1 22359:1 22361:1 22380:2 22421:1 22423:1 22440:2 22450:2 22460:3 22463:2 22470:1 22471:1 22476:1 22477:1 22478:1 22493:1 22494:4 22496:2 22503:1 22509:1 22525:1 22530:1 22551:1 22564:1 22567:1 22587:3 22596:1 22598:1 22603:1 22605:2 22633:1 22634:1 22668:5 22672:2 22698:1 22720:1 22725:1 22755:2 22793:1 22808:1 22822:4 22832:1 22840:3 22843:1 22850:1 22854:6 22861:3 22879:2 22881:1 22882:1 22883:1 22885:1 22887:1 22933:2 22946:3 22948:1 22956:1 22963:1 22964:1 23003:3 23008:3 23019:1 23020:1 23026:2 23028:2 23029:1 23034:1 23050:1 23051:2 23056:2 23057:1 23065:1 23099:1 23107:1 23118:1 23120:1 23135:1 23145:1 23148:1 23150:1 23165:2 23171:1 23200:1 23217:1 23239:2 23240:1 23241:1 23246:1 23268:1 23286:1 23294:1 23296:6 23313:1 23330:1 23417:1 23427:1 23429:1 23445:1 23465:1 23468:1 23470:2 23476:4 23533:1 23556:1 23568:1 23573:1 23592:2 23595:1 23599:2 23605:2 23626:1 23637:1 23679:1 23693:1 23696:1 23704:1 23705:1 23722:1 23723:1 23725:1 23727:1 23729:1 23735:1 23780:1 23789:2 23805:1 23813:1 23821:1 23827:1 23848:1 23897:2 23899:1 23916:1 23952:1 23970:1 23973:1 23975:1 23977:1 23983:1 23992:1 24019:1 24033:1 24038:2 24040:5 24041:1 24042:2 24051:1 24073:1 24101:1 24106:1 24126:1 24135:1 24145:1 24170:1 24171:2 24188:1 24190:2 24192:3 24196:1 24214:1 24220:1 24224:1 24244:1 24251:1 24279:1 24291:1 24297:1 24303:3 24304:5 24315:1 24318:1 24331:1 24333:1 24335:2 24337:1 24343:3 24348:1 24352:1 24355:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:4 24391:3 24398:1 24415:1 24425:1 24432:1 24436:1 24446:1 24449:1 24451:1 24457:1 24516:2 24522:1 24532:1 24536:1 24562:2 24563:1 24570:1 24571:1 24578:3 24583:2 24584:1 24585:1 24591:1 24593:3 24628:2 24640:1 24649:2 24650:3 24653:1 24655:2 24671:1 24698:1 24705:1 24716:1 24720:1 24737:1 24742:3 24756:4 24763:1 24798:2 24813:1 24819:1 24821:2 24824:1 24842:1 24847:1 24848:1 24866:1 24871:1 24874:2 24875:1 24884:2 24885:1 24888:1 24891:3 24893:1 24894:2 24895:1 24905:1 24908:2 24910:1 24913:1 24916:3 24917:6 24921:1 24924:1 24927:2 24930:2 24950:1 24959:2 24960:1 24987:1 24993:5 24999:1 25007:1 25025:1 25027:7 25028:1 25030:1 25055:1 25056:1 25086:2 25093:1 25098:2 25109:1 25123:1 25127:1 25130:1 25134:1 25138:1 25178:1 25195:1 25199:1 25200:2 25209:1 25217:1 25226:1 25251:1 25269:2 25302:1 25307:1 25345:2 25355:1 25373:1 25374:1 25380:2 25405:1 25408:1 25422:1 25426:2 25427:1 25434:1 25437:1 25451:1 25453:2 25491:3 25499:1 25501:1 25506:1 25519:2 25528:1 25530:1 25536:1 25555:1 25564:1 25565:1 25566:2 25570:1 25578:19 25581:1 25583:3 25597:1 25606:1 25608:1 25611:1 25617:3 25636:1 25642:1 25653:1 25662:1 25676:3 25686:1 25694:1 25713:5 25723:3 25729:1 25757:11 25802:1 25822:1 25829:2 25841:1 25844:1 25851:1 25862:1 25868:1 25873:1 25896:2 25921:2 25933:2 25935:1 25937:2 25947:2 25965:1 25970:1 25972:1 25990:1 26005:1 26006:2 26008:2 26012:1 26013:2 26024:2 26034:1 26035:1 26039:1 26065:2 26068:1 26072:2 26076:3 26077:5 26100:1 26111:1 26116:1 26118:1 26127:1 26128:1 26132:2 26137:1 26144:3 26191:4 26196:1 26204:1 26223:1 26238:1 26285:1 26290:1 26295:3 26296:2 26351:1 26356:3 26381:1 26400:1 26410:1 26421:1 26436:2 26442:1 26445:2 26448:1 26468:1 26469:2 26473:1 26477:3 26488:1 26502:1 26512:1 26529:1 26545:1 26549:1 26558:1 26562:2 26577:3 26584:2 26591:1 26597:1 26599:1 26610:1 26628:3 26630:1 26635:1 26649:1 26652:1 26653:1 26660:3 26670:1 26686:1 26689:1 26691:1 26705:4 26709:1 26724:1 26732:3 26733:4 26740:3 26749:1 26751:1 26753:1 26756:7 26794:5 26798:1 26805:4 26809:1 26813:1 26817:1 26835:1 26845:1 8 1:4 9:1 20:1 35:1 39:1 42:2 80:3 86:1 110:1 117:1 122:1 144:1 156:1 161:1 162:1 179:1 187:1 192:4 205:2 213:1 224:1 229:4 236:1 247:1 262:1 287:1 319:3 320:1 321:1 342:1 353:3 384:1 392:2 411:1 413:2 426:2 448:1 452:1 466:1 472:1 484:2 497:1 538:1 545:1 556:1 558:2 565:2 579:4 605:8 635:1 636:1 643:6 661:1 663:1 666:1 667:1 747:2 758:1 766:1 812:6 817:2 818:1 819:1 831:1 832:1 839:5 848:1 860:1 874:1 893:1 899:1 904:5 908:2 916:1 939:1 940:1 942:3 951:1 956:1 971:1 998:1 1001:1 1013:2 1017:1 1033:1 1039:2 1048:1 1067:5 1077:1 1087:1 1100:2 1108:1 1113:1 1118:1 1123:1 1124:1 1126:1 1127:1 1132:1 1134:1 1137:1 1138:1 1143:1 1151:1 1157:1 1159:1 1167:1 1174:1 1176:1 1179:5 1180:2 1185:1 1186:1 1187:1 1189:1 1201:1 1206:1 1214:1 1222:1 1236:1 1255:1 1266:1 1270:1 1271:1 1278:1 1286:1 1288:1 1297:1 1303:1 1305:1 1309:1 1310:1 1315:1 1319:2 1322:5 1325:5 1331:1 1343:2 1358:1 1361:3 1368:5 1385:3 1403:1 1409:1 1412:1 1413:3 1433:1 1445:5 1449:1 1458:2 1463:2 1470:1 1486:1 1499:1 1516:2 1527:1 1529:2 1533:2 1537:1 1555:1 1561:1 1572:3 1576:1 1577:1 1587:1 1591:1 1594:1 1607:1 1612:2 1617:1 1618:2 1628:1 1629:1 1632:1 1640:1 1644:2 1647:2 1667:1 1670:1 1681:1 1685:1 1686:1 1690:1 1703:2 1719:1 1725:1 1726:2 1731:1 1739:4 1745:1 1749:1 1751:1 1755:2 1766:1 1768:2 1774:1 1785:1 1787:1 1798:3 1804:1 1805:1 1811:1 1813:2 1815:1 1828:1 1843:1 1847:1 1889:1 1891:6 1915:1 1918:1 1922:2 1930:1 1954:1 1965:1 1966:1 1976:1 1979:1 1981:1 1994:1 2026:7 2046:1 2064:1 2085:1 2101:1 2116:1 2127:1 2138:1 2143:1 2156:1 2157:1 2158:1 2160:8 2161:1 2163:1 2170:3 2172:1 2177:2 2179:1 2181:2 2184:8 2186:3 2190:3 2192:1 2195:4 2197:1 2199:1 2228:1 2237:1 2248:3 2250:1 2255:1 2260:2 2263:1 2271:1 2274:1 2281:1 2284:1 2317:1 2363:1 2386:1 2403:1 2410:1 2454:1 2466:1 2473:1 2509:1 2523:1 2528:1 2529:1 2530:1 2533:1 2547:1 2548:1 2560:1 2561:1 2562:1 2564:1 2566:3 2578:1 2581:1 2588:1 2602:2 2604:1 2606:1 2621:1 2635:3 2646:1 2657:1 2659:1 2660:1 2666:2 2677:1 2683:1 2684:1 2708:1 2713:1 2719:2 2726:8 2738:1 2749:2 2750:2 2761:1 2765:1 2772:1 2776:5 2781:1 2794:1 2813:1 2827:1 2833:1 2835:2 2836:2 2838:1 2847:1 2894:1 2905:1 2938:1 2943:2 2944:1 2952:1 2959:1 2966:1 2975:1 2998:1 3004:1 3009:2 3019:1 3045:1 3082:1 3087:3 3090:3 3093:4 3094:2 3106:1 3116:6 3120:1 3129:1 3148:1 3166:1 3176:1 3182:1 3203:1 3253:2 3260:1 3262:1 3263:1 3276:1 3300:1 3313:1 3327:1 3342:1 3354:1 3365:1 3373:1 3374:2 3386:1 3393:2 3408:1 3414:1 3426:1 3430:1 3445:1 3451:1 3454:4 3456:1 3466:2 3474:1 3475:1 3487:2 3491:1 3507:2 3511:1 3517:1 3518:1 3532:1 3533:1 3551:1 3555:1 3559:2 3563:2 3569:1 3581:1 3585:1 3587:1 3588:1 3592:1 3614:1 3617:1 3623:1 3626:1 3632:1 3640:2 3650:1 3652:1 3660:2 3663:2 3668:2 3674:1 3686:1 3694:2 3701:1 3702:1 3720:1 3731:1 3734:1 3743:1 3746:1 3748:1 3749:1 3755:1 3757:3 3763:1 3767:2 3770:1 3774:1 3776:1 3782:1 3785:2 3786:5 3841:2 3847:1 3853:1 3856:1 3862:1 3894:1 3906:1 3909:1 3910:1 3919:1 3924:1 3926:1 3936:2 3946:2 3959:3 3960:1 3962:5 3968:1 3975:1 3990:1 4011:3 4022:1 4027:1 4037:1 4040:6 4041:1 4059:2 4071:1 4075:1 4078:2 4131:1 4135:3 4136:1 4139:1 4140:1 4152:1 4153:1 4159:1 4176:2 4182:1 4202:1 4208:1 4213:2 4235:3 4243:1 4277:1 4281:1 4292:2 4301:1 4319:3 4328:2 4354:3 4364:1 4367:1 4370:1 4383:1 4389:3 4391:1 4393:1 4395:1 4418:1 4423:1 4428:2 4444:1 4448:1 4488:1 4505:3 4528:1 4533:18 4534:1 4541:1 4552:1 4559:1 4583:1 4589:1 4615:1 4628:1 4632:4 4646:7 4648:6 4649:1 4651:1 4654:2 4655:2 4657:2 4660:3 4662:2 4667:1 4669:1 4671:2 4672:1 4673:7 4676:1 4696:1 4719:1 4720:2 4745:1 4748:1 4788:1 4791:4 4814:1 4827:1 4835:1 4841:2 4843:1 4851:1 4862:1 4868:1 4886:4 4889:1 4893:1 4919:1 4933:1 4942:1 4953:2 4970:1 4973:2 4981:2 5010:1 5011:1 5061:2 5092:1 5100:1 5120:1 5125:1 5135:1 5141:1 5143:1 5146:2 5147:1 5150:1 5157:2 5160:1 5162:2 5168:1 5170:1 5197:1 5201:2 5217:3 5226:1 5238:1 5260:1 5266:1 5268:1 5269:1 5271:1 5282:1 5283:1 5290:1 5292:1 5297:1 5319:1 5335:1 5385:2 5397:1 5402:4 5411:1 5430:2 5460:1 5467:3 5494:1 5505:2 5524:4 5526:2 5548:4 5568:2 5574:1 5583:1 5595:1 5600:1 5614:2 5618:2 5637:2 5639:2 5640:1 5675:1 5683:1 5705:1 5710:1 5728:1 5731:3 5737:1 5757:1 5762:7 5766:1 5770:1 5779:1 5784:1 5798:1 5813:8 5840:1 5850:5 5852:3 5857:1 5859:1 5860:4 5861:3 5863:2 5865:2 5866:1 5870:2 5871:1 5873:1 5875:3 5877:4 5880:1 5891:1 5902:1 5904:1 5914:1 5915:1 5933:1 5951:1 5960:3 5985:1 5999:1 6003:4 6006:2 6013:2 6014:1 6023:1 6027:1 6039:1 6052:1 6060:1 6066:1 6068:1 6070:1 6074:1 6077:2 6089:1 6093:1 6100:1 6109:1 6127:1 6136:1 6138:1 6152:1 6161:1 6173:1 6174:1 6197:1 6212:1 6215:1 6225:1 6227:1 6228:1 6230:1 6233:2 6235:1 6259:3 6264:2 6267:1 6276:1 6289:1 6292:4 6295:7 6296:1 6298:2 6306:1 6307:1 6311:2 6314:1 6319:5 6320:2 6322:1 6330:3 6378:2 6379:1 6386:1 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6447:1 6457:1 6469:1 6478:1 6480:1 6485:1 6494:1 6500:1 6501:1 6504:1 6512:2 6516:1 6517:2 6518:1 6526:1 6529:1 6530:1 6532:1 6538:2 6553:1 6557:1 6566:1 6579:1 6581:1 6599:3 6601:1 6607:1 6621:1 6623:2 6628:1 6629:1 6637:1 6645:1 6663:1 6681:1 6688:2 6689:1 6694:1 6700:2 6722:2 6728:3 6730:1 6733:1 6741:2 6743:3 6747:5 6773:1 6777:1 6787:1 6792:1 6814:1 6824:7 6845:5 6847:1 6851:2 6865:1 6888:1 6903:1 6919:1 6927:2 6977:1 6979:1 7025:3 7037:10 7038:5 7057:1 7060:1 7061:3 7089:1 7092:1 7099:39 7107:1 7119:8 7120:6 7141:1 7142:1 7155:2 7158:1 7174:1 7180:1 7187:1 7194:2 7208:3 7233:1 7256:2 7269:2 7278:1 7292:2 7302:1 7311:2 7322:5 7332:1 7346:1 7350:1 7353:1 7358:1 7372:1 7379:1 7384:1 7387:1 7417:2 7421:2 7444:1 7461:2 7475:1 7479:1 7483:1 7486:1 7494:3 7497:1 7543:1 7563:1 7564:15 7582:1 7642:3 7649:1 7654:1 7659:1 7673:1 7680:1 7695:2 7706:1 7710:2 7719:7 7720:1 7725:2 7750:1 7754:1 7767:1 7780:1 7785:1 7788:1 7796:2 7801:1 7814:1 7863:1 7864:1 7869:1 7870:2 7871:1 7872:4 7874:1 7876:2 7878:2 7884:2 7885:1 7887:1 7907:3 7914:1 7918:1 7921:1 7923:1 7960:1 7968:5 8014:1 8026:4 8028:2 8035:2 8068:1 8069:1 8070:1 8083:1 8094:1 8101:1 8123:2 8130:1 8138:1 8141:2 8142:1 8148:1 8158:1 8168:2 8170:1 8172:1 8173:1 8219:1 8223:2 8224:2 8225:2 8229:1 8242:2 8246:1 8254:1 8266:1 8274:1 8284:5 8285:4 8300:2 8336:1 8344:1 8345:1 8389:2 8401:2 8409:1 8412:1 8415:1 8416:1 8421:2 8436:1 8439:3 8440:1 8464:1 8465:2 8468:1 8469:3 8504:1 8506:1 8509:1 8512:1 8521:1 8523:1 8526:1 8537:1 8564:1 8570:1 8589:1 8591:1 8610:1 8618:1 8631:1 8634:2 8646:2 8649:2 8662:1 8669:1 8679:1 8687:1 8696:1 8699:1 8700:1 8703:2 8713:1 8715:2 8718:1 8725:1 8731:1 8732:2 8735:1 8747:1 8750:1 8762:1 8763:2 8768:2 8775:1 8781:1 8788:1 8858:1 8890:2 8910:1 8925:2 8944:3 8950:2 8952:1 8957:2 8966:1 8979:1 9016:1 9028:2 9073:1 9078:1 9079:1 9089:1 9102:1 9109:2 9121:1 9130:1 9131:1 9137:1 9138:1 9149:1 9151:2 9164:1 9176:4 9189:2 9191:1 9200:1 9211:1 9231:1 9245:3 9246:2 9257:1 9289:2 9291:2 9312:1 9317:1 9326:1 9347:1 9408:1 9414:1 9425:2 9427:1 9437:4 9446:1 9478:1 9489:1 9491:1 9492:1 9499:1 9501:1 9504:1 9510:1 9515:2 9520:1 9523:1 9524:4 9528:1 9530:1 9554:1 9556:3 9570:1 9583:1 9593:1 9597:5 9601:4 9603:1 9630:7 9639:2 9644:1 9648:1 9663:1 9671:2 9677:1 9687:1 9695:1 9712:1 9721:1 9731:1 9734:1 9765:2 9770:1 9772:1 9773:1 9790:1 9794:3 9797:1 9799:2 9801:5 9809:1 9810:1 9839:1 9842:1 9844:1 9846:1 9853:2 9860:1 9866:2 9879:4 9886:1 9888:1 9906:1 9947:3 9950:1 9966:1 9968:1 9974:3 9976:4 9983:4 9986:3 9987:5 9990:2 9992:2 9996:1 10004:1 10027:1 10029:1 10051:2 10076:1 10080:1 10081:1 10091:1 10101:2 10103:1 10111:1 10114:1 10146:1 10147:1 10181:1 10229:1 10240:1 10241:1 10257:3 10270:2 10283:1 10307:4 10308:1 10318:1 10323:2 10324:1 10325:1 10334:2 10349:1 10351:1 10352:2 10364:1 10382:2 10386:1 10387:3 10406:1 10412:3 10439:1 10443:1 10444:1 10453:2 10459:1 10473:3 10474:1 10483:1 10485:1 10488:1 10504:1 10506:1 10514:1 10526:2 10542:1 10563:1 10586:1 10588:4 10592:2 10623:2 10625:1 10633:2 10636:2 10640:1 10642:1 10643:1 10647:1 10654:5 10655:1 10664:3 10708:3 10713:2 10717:1 10719:1 10726:2 10731:1 10735:1 10747:1 10750:1 10764:1 10765:1 10771:1 10778:1 10782:1 10791:1 10831:1 10838:1 10851:1 10852:1 10855:1 10856:2 10904:1 10913:1 10928:1 10933:2 10971:1 10977:2 10982:1 10984:1 11022:3 11023:2 11041:1 11052:1 11053:1 11054:2 11057:3 11058:1 11066:1 11074:2 11079:1 11089:1 11090:1 11105:1 11108:1 11138:1 11152:1 11161:1 11163:5 11166:2 11186:1 11200:1 11204:1 11215:1 11222:1 11239:2 11253:2 11276:1 11281:1 11290:1 11310:1 11328:1 11334:2 11336:1 11342:1 11356:1 11358:3 11359:1 11360:1 11367:1 11371:1 11400:1 11415:1 11417:1 11435:1 11488:1 11506:1 11508:1 11525:2 11540:2 11541:1 11555:1 11579:1 11587:1 11602:1 11608:1 11669:1 11670:1 11674:1 11680:1 11681:1 11683:1 11684:1 11694:1 11724:1 11756:1 11790:1 11792:1 11793:1 11800:2 11801:1 11848:2 11869:1 11870:2 11871:1 11877:1 11879:1 11880:1 11882:1 11886:2 11898:1 11899:2 11900:1 11904:7 11908:1 11926:3 11936:2 11944:1 11945:1 11983:1 11992:2 12009:1 12017:1 12023:2 12024:5 12029:3 12094:14 12097:1 12124:1 12144:1 12146:1 12147:2 12148:1 12163:1 12170:1 12177:1 12207:1 12223:1 12249:2 12250:1 12274:1 12299:1 12313:1 12322:3 12336:1 12342:1 12348:2 12355:3 12363:1 12378:1 12381:1 12388:3 12395:1 12415:1 12465:2 12491:1 12492:1 12502:1 12506:1 12507:2 12511:1 12520:1 12528:2 12545:1 12548:2 12552:1 12557:1 12576:1 12577:2 12580:2 12585:2 12596:1 12604:1 12609:1 12619:1 12621:1 12636:1 12648:1 12665:1 12677:1 12678:1 12689:1 12696:3 12699:2 12712:3 12733:2 12740:4 12744:2 12747:1 12769:1 12777:1 12789:1 12791:2 12802:1 12808:1 12811:1 12817:1 12837:1 12852:1 12859:1 12869:1 12887:1 12901:1 12906:2 12914:1 12924:5 12936:1 12944:1 12950:2 12959:1 12989:1 12990:1 12993:1 12999:1 13005:1 13009:1 13024:1 13063:1 13073:1 13080:1 13081:1 13088:1 13104:1 13110:1 13125:1 13127:1 13128:1 13133:2 13161:1 13179:1 13187:2 13204:1 13213:1 13216:1 13242:2 13268:1 13276:1 13278:1 13291:1 13306:1 13308:2 13309:1 13310:2 13318:1 13321:1 13325:1 13340:1 13343:1 13366:3 13373:1 13421:1 13422:2 13433:1 13475:1 13482:1 13490:1 13491:1 13496:1 13497:1 13508:1 13519:1 13544:1 13551:1 13560:2 13564:1 13581:1 13583:1 13584:2 13587:3 13590:2 13624:5 13631:1 13633:1 13637:1 13646:1 13688:1 13703:1 13704:1 13712:1 13759:1 13763:1 13765:1 13777:1 13778:1 13782:1 13785:1 13792:1 13805:1 13809:1 13814:2 13816:1 13820:2 13828:2 13842:1 13849:2 13851:1 13872:1 13879:2 13881:1 13893:1 13894:2 13911:1 13913:1 13914:1 13922:1 13951:1 13961:1 13962:2 13971:1 13984:2 13985:1 13987:1 13998:1 14005:1 14006:1 14009:1 14012:1 14015:2 14021:4 14041:1 14043:3 14047:2 14057:2 14059:2 14103:1 14114:3 14125:2 14133:1 14142:1 14148:1 14159:1 14163:1 14166:1 14174:1 14176:1 14178:1 14179:1 14184:4 14193:1 14198:1 14202:1 14204:1 14211:2 14217:1 14242:2 14251:1 14267:1 14272:1 14315:3 14339:1 14345:1 14356:1 14365:1 14383:1 14390:3 14392:1 14399:2 14423:1 14429:1 14441:1 14442:1 14454:1 14458:11 14469:2 14480:2 14484:2 14499:1 14513:1 14530:2 14540:1 14550:9 14563:1 14565:1 14572:2 14601:2 14604:1 14619:1 14621:1 14657:1 14658:1 14664:1 14682:1 14686:4 14694:1 14698:3 14699:2 14708:2 14709:2 14714:1 14716:1 14717:2 14718:2 14733:1 14738:1 14761:1 14791:1 14795:1 14800:1 14820:1 14823:1 14832:1 14836:1 14837:2 14870:1 14877:1 14896:1 14901:1 14925:2 14926:1 14944:1 14961:1 14985:1 14996:1 15002:3 15014:1 15016:2 15020:1 15028:2 15035:1 15038:1 15046:2 15064:2 15066:1 15086:1 15095:2 15096:1 15100:1 15106:1 15110:3 15111:1 15144:1 15153:1 15165:2 15168:1 15239:1 15251:1 15268:1 15276:4 15281:1 15291:3 15297:1 15307:1 15319:1 15328:1 15357:1 15358:4 15370:2 15379:1 15398:1 15406:1 15413:1 15430:1 15442:1 15453:2 15463:1 15464:1 15501:2 15524:1 15541:1 15543:1 15557:1 15575:1 15591:1 15599:5 15602:1 15605:1 15613:2 15646:1 15700:1 15718:1 15734:1 15776:1 15788:1 15794:1 15797:1 15803:1 15805:1 15810:2 15826:3 15828:1 15847:1 15867:4 15887:1 15902:2 15903:3 15931:1 15937:2 15943:1 15952:1 15960:1 15967:4 15978:3 15989:2 15990:1 15996:1 16026:1 16043:2 16056:1 16068:2 16070:1 16085:1 16099:3 16109:1 16129:1 16136:2 16144:5 16150:1 16213:2 16217:2 16225:3 16239:1 16247:1 16260:5 16264:1 16265:1 16268:1 16271:1 16282:1 16295:1 16296:1 16312:1 16320:1 16361:1 16383:1 16404:1 16405:1 16417:1 16425:2 16427:1 16434:1 16460:1 16466:1 16483:1 16523:2 16564:1 16567:1 16568:3 16580:5 16588:1 16593:1 16601:1 16630:1 16649:1 16668:1 16682:1 16685:1 16687:1 16691:1 16697:1 16720:1 16724:1 16725:2 16738:1 16783:1 16786:2 16799:1 16807:1 16825:1 16849:1 16859:1 16865:2505 16873:1 16877:1 16880:1 16923:1 16926:1 16927:1 16939:1 16961:3 17003:1 17004:2 17020:1 17040:1 17043:1 17044:1 17046:1 17047:1 17051:1 17053:1 17060:1 17089:1 17096:1 17135:2 17139:2 17175:1 17187:1 17188:1 17219:1 17244:1 17248:1 17256:2 17266:1 17274:1 17283:1 17285:1 17292:1 17294:1 17318:1 17323:3 17331:1 17338:1 17341:1 17348:1 17357:1 17360:1 17366:3 17395:1 17419:1 17444:1 17469:1 17475:1 17486:1 17499:1 17507:1 17515:3 17516:1 17535:1 17536:1 17544:1 17556:1 17560:3 17580:1 17584:1 17601:1 17603:1 17620:5 17669:6 17672:1 17673:1 17678:1 17694:1 17697:2 17700:1 17705:1 17709:1 17710:1 17714:1 17715:2 17720:1 17722:1 17736:1 17739:3 17740:1 17743:1 17744:1 17755:1 17760:3 17766:1 17769:1 17782:1 17789:2 17790:1 17795:1 17807:1 17812:1 17815:2 17834:1 17850:1 17864:1 17869:1 17880:1 17889:1 17911:2 17914:3 17916:2 17958:1 17963:1 17968:1 17970:1 17973:1 17984:1 17992:2 17998:2 18004:2 18018:1 18025:2 18037:1 18047:1 18059:1 18061:1 18065:1 18075:1 18079:1 18080:1 18091:2 18111:1 18112:1 18113:2 18120:2 18128:1 18155:1 18159:1 18162:5 18166:1 18191:1 18197:1 18209:1 18222:3 18224:1 18226:2 18227:2 18232:1 18240:1 18245:1 18253:1 18261:1 18265:3 18284:1 18286:1 18288:1 18292:4 18295:1 18300:2 18303:1 18304:1 18306:1 18320:1 18329:1 18332:1 18348:1 18358:1 18360:1 18361:1 18384:4 18388:1 18393:1 18399:1 18404:1 18409:1 18445:1 18450:1 18459:1 18475:1 18478:1 18486:1 18491:1 18514:1 18515:1 18522:1 18542:6 18548:1 18558:1 18560:1 18562:1 18564:1 18588:2 18602:1 18604:1 18631:1 18634:1 18642:1 18655:1 18657:2 18665:1 18685:1 18701:1 18711:1 18712:1 18714:1 18722:1 18727:1 18734:1 18738:1 18752:1 18756:1 18767:1 18769:2 18784:1 18786:1 18794:1 18815:1 18817:2 18822:2 18824:1 18836:1 18840:1 18842:2 18860:1 18877:6 18880:1 18881:2 18886:2 18891:3 18898:2 18900:1 18911:2 18913:1 18919:1 18929:1 18931:1 18935:1 18993:1 18997:2 19006:1 19024:1 19027:1 19031:1 19036:2 19037:1 19052:1 19057:1 19059:1 19062:1 19072:1 19076:1 19082:1 19089:2 19090:1 19099:1 19100:1 19108:2 19111:1 19118:3 19135:1 19137:1 19160:2 19162:1 19185:1 19191:2 19195:1 19198:1 19208:2 19210:1 19215:3 19217:1 19221:1 19223:1 19235:1 19245:2 19251:1 19257:1 19258:1 19262:1 19287:1 19306:2 19317:2 19323:1 19331:1 19334:3 19339:1 19351:1 19354:1 19358:1 19359:2 19362:2 19363:1 19367:2 19368:1 19377:1 19381:3 19382:1 19383:2 19388:1 19396:1 19433:1 19446:1 19458:1 19466:2 19468:3 19476:1 19490:1 19491:1 19493:1 19494:1 19497:1 19526:1 19538:1 19549:1 19561:1 19564:1 19568:1 19606:1 19612:3 19613:1 19621:1 19630:1 19642:1 19660:1 19669:1 19672:2 19675:1 19676:1 19678:1 19688:5 19704:1 19710:2 19724:1 19730:3 19735:2 19736:1 19749:1 19751:1 19773:2 19801:1 19806:2 19807:2 19810:1 19811:1 19813:1 19818:1 19822:1 19825:1 19831:2 19832:1 19834:1 19836:1 19837:1 19840:2 19842:6 19848:1 19854:1 19869:1 19873:1 19905:1 19949:2 19951:1 19952:1 19953:1 19954:3 19959:1 19995:1 20001:1 20002:3 20013:1 20017:4 20020:2 20040:2 20043:1 20050:1 20067:2 20078:1 20097:1 20120:1 20126:1 20147:1 20150:1 20162:1 20172:6 20183:2 20194:1 20203:4 20210:1 20218:2 20238:8 20240:1 20244:1 20250:1 20258:1 20285:1 20302:1 20307:1 20308:1 20310:1 20337:1 20360:1 20369:1 20377:2 20398:3 20405:1 20447:1 20453:1 20471:1 20477:1 20489:1 20495:1 20497:1 20507:1 20524:1 20530:1 20535:1 20568:1 20593:1 20615:1 20625:1 20650:1 20651:1 20657:1 20662:2 20670:1 20672:1 20679:1 20680:1 20687:1 20705:1 20716:1 20719:1 20721:5 20750:2 20768:1 20785:1 20793:2 20797:3 20806:1 20819:2 20838:1 20844:1 20846:1 20847:1 20865:3 20870:1 20880:1 20899:1 20901:1 20926:4 20933:1 20938:3 20952:2 20973:1 20992:2 20993:1 20997:1 21016:1 21023:1 21025:1 21029:1 21033:1 21039:1 21043:1 21069:1 21074:1 21099:3 21100:1 21119:2 21121:1 21123:1 21129:2 21133:1 21136:1 21145:1 21159:1 21165:1 21170:1 21176:1 21180:1 21182:1 21225:1 21227:1 21228:1 21231:2 21245:1 21254:1 21260:1 21262:1 21265:1 21266:1 21277:1 21279:2 21282:3 21284:1 21288:1 21306:3 21311:2 21323:1 21328:1 21344:1 21355:3 21369:1 21379:1 21381:1 21385:1 21400:1 21406:1 21410:1 21418:3 21438:1 21454:1 21455:2 21458:1 21469:1 21495:1 21504:1 21514:2 21522:1 21541:1 21556:3 21564:1 21569:1 21593:1 21617:1 21624:1 21631:1 21639:2 21645:1 21653:1 21655:1 21695:1 21702:2 21704:1 21705:1 21720:1 21729:1 21745:1 21746:1 21788:2 21793:1 21822:1 21841:1 21845:1 21853:1 21868:1 21887:1 21897:1 21908:1 21909:5 21931:2 21932:2 21942:1 21963:1 21969:1 21971:1 21987:1 22003:1 22015:1 22020:5 22028:1 22051:1 22059:1 22060:1 22061:2 22077:1 22114:3 22129:1 22130:1 22136:1 22154:1 22161:1 22166:1 22179:2 22185:1 22198:2 22204:2 22209:1 22215:1 22218:1 22222:1 22223:2 22234:1 22243:1 22246:1 22284:2 22299:3 22301:2 22330:1 22334:1 22335:2 22338:1 22340:2 22341:1 22342:2 22343:1 22349:1 22350:1 22355:1 22359:1 22361:1 22380:2 22421:1 22423:1 22440:2 22450:2 22460:3 22463:2 22470:1 22471:1 22476:1 22477:1 22478:1 22493:1 22494:4 22496:2 22503:1 22509:1 22525:1 22530:1 22551:1 22564:1 22567:1 22587:3 22596:1 22598:1 22603:1 22605:2 22633:1 22634:1 22668:5 22672:2 22698:1 22720:1 22725:1 22755:2 22793:1 22808:1 22822:4 22832:1 22840:3 22843:1 22850:1 22854:6 22861:3 22879:2 22881:1 22882:1 22883:1 22885:1 22887:1 22933:2 22946:3 22948:1 22956:1 22963:1 22964:1 23003:3 23008:3 23019:1 23020:1 23026:2 23028:2 23029:1 23034:1 23050:1 23051:2 23056:2 23057:1 23065:1 23099:1 23107:1 23118:1 23120:1 23135:1 23145:1 23148:1 23150:1 23165:2 23171:1 23200:1 23217:1 23239:2 23240:1 23241:1 23246:1 23268:1 23286:1 23294:1 23296:6 23313:1 23330:1 23417:1 23427:1 23429:1 23445:1 23465:1 23468:1 23470:2 23476:4 23533:1 23556:1 23568:1 23573:1 23592:2 23595:1 23599:2 23605:2 23626:1 23637:1 23679:1 23693:1 23696:1 23704:1 23705:1 23722:1 23723:1 23725:1 23727:1 23729:1 23735:1 23780:1 23789:2 23805:1 23813:1 23821:1 23827:1 23848:1 23897:2 23899:1 23904:1 23916:1 23952:1 23970:1 23973:1 23975:1 23977:1 23983:1 23992:1 24019:1 24033:1 24038:2 24040:5 24041:1 24042:2 24051:1 24073:1 24101:1 24106:1 24126:1 24135:1 24145:1 24170:1 24171:2 24188:1 24190:2 24192:3 24196:1 24214:1 24220:1 24224:1 24244:1 24251:1 24279:1 24291:1 24297:1 24303:3 24304:5 24315:1 24318:1 24331:1 24333:1 24335:2 24337:1 24343:3 24348:1 24352:1 24355:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:4 24391:3 24398:1 24415:1 24425:1 24432:1 24436:1 24446:1 24449:1 24451:1 24457:1 24516:2 24522:1 24532:1 24536:1 24562:2 24563:1 24570:1 24571:1 24578:3 24583:2 24584:1 24585:1 24591:1 24593:3 24628:2 24640:1 24649:2 24650:3 24653:1 24655:2 24671:1 24698:1 24705:1 24716:1 24720:1 24737:1 24742:3 24756:4 24763:1 24798:2 24813:1 24819:1 24821:2 24824:1 24842:1 24847:1 24848:1 24866:1 24871:1 24874:2 24875:1 24884:2 24885:1 24888:1 24891:3 24893:1 24894:2 24895:1 24905:1 24908:2 24910:1 24913:1 24916:3 24917:6 24921:1 24924:1 24927:2 24930:2 24950:1 24959:2 24960:1 24987:1 24993:5 24999:1 25007:1 25025:1 25027:7 25028:1 25030:1 25055:1 25056:1 25086:2 25093:1 25098:2 25109:1 25123:1 25127:1 25130:1 25134:1 25138:1 25178:1 25195:1 25199:1 25200:2 25209:1 25217:1 25226:1 25251:1 25269:2 25302:1 25307:1 25345:2 25355:1 25373:1 25374:1 25380:2 25405:1 25408:1 25422:1 25426:2 25427:1 25434:1 25437:1 25451:1 25453:2 25491:3 25499:1 25501:1 25506:1 25519:2 25528:1 25530:1 25536:1 25555:1 25564:1 25565:1 25566:2 25570:1 25578:19 25581:1 25583:3 25597:1 25606:1 25608:1 25611:1 25617:3 25636:1 25642:1 25653:1 25662:1 25676:3 25686:1 25694:1 25713:5 25723:3 25729:1 25757:11 25802:1 25822:1 25829:2 25841:1 25844:1 25851:1 25862:1 25868:1 25873:1 25896:2 25921:2 25933:2 25935:1 25937:2 25947:2 25965:1 25970:1 25972:1 25990:1 26005:1 26006:2 26008:2 26012:1 26013:2 26024:2 26034:1 26035:1 26039:1 26065:2 26068:1 26072:2 26076:3 26077:5 26100:1 26111:1 26116:1 26118:1 26127:1 26128:1 26132:2 26137:1 26144:3 26191:4 26196:1 26204:1 26223:1 26238:1 26285:1 26290:1 26295:3 26296:2 26351:1 26356:3 26381:1 26400:1 26410:1 26421:1 26436:2 26442:1 26445:2 26448:1 26468:1 26469:2 26473:1 26477:3 26488:1 26502:1 26512:1 26529:1 26545:1 26549:1 26558:1 26562:2 26577:3 26584:2 26591:1 26597:1 26599:1 26610:1 26628:3 26630:1 26635:1 26649:1 26652:1 26653:1 26660:3 26670:1 26686:1 26689:1 26691:1 26705:4 26709:1 26724:1 26732:3 26733:4 26740:3 26749:1 26751:1 26753:1 26756:7 26794:5 26798:1 26805:4 26809:1 26813:1 26817:1 26835:1 26845:1 8 1:4 9:1 20:1 35:1 39:1 42:2 80:3 86:1 110:1 117:1 122:1 144:1 156:1 161:1 162:1 179:1 187:1 192:4 205:2 213:1 224:1 229:4 236:1 247:1 262:1 287:1 319:3 320:1 321:1 342:1 343:1 353:3 384:1 392:2 411:1 413:2 426:2 448:1 452:1 466:1 472:1 484:2 497:1 538:1 545:1 556:1 558:2 565:2 579:4 605:8 635:1 636:1 643:6 661:1 663:1 664:1 666:1 667:1 747:2 758:1 766:1 812:6 817:2 818:1 819:1 831:1 832:1 839:5 848:1 860:1 874:1 893:1 899:1 904:6 908:2 916:1 939:1 940:1 942:4 951:1 956:1 971:1 998:1 1001:1 1013:2 1017:1 1033:1 1039:2 1048:1 1067:5 1077:1 1087:1 1100:2 1108:1 1113:1 1118:1 1123:1 1124:1 1126:1 1127:1 1132:1 1134:1 1137:1 1138:1 1143:1 1151:1 1157:1 1159:1 1167:1 1174:1 1176:1 1179:5 1180:2 1185:1 1186:1 1187:1 1189:1 1201:1 1206:1 1214:1 1222:1 1236:1 1255:1 1266:1 1270:1 1271:1 1278:1 1286:1 1288:1 1297:1 1303:1 1305:1 1309:1 1310:1 1315:1 1319:2 1322:5 1325:5 1331:1 1343:2 1358:1 1361:3 1368:5 1385:3 1403:1 1409:1 1412:1 1413:3 1433:1 1445:5 1449:1 1458:2 1463:2 1470:1 1486:1 1499:1 1516:2 1527:1 1529:3 1533:3 1537:1 1555:1 1561:1 1572:3 1576:1 1577:1 1587:1 1591:1 1594:1 1607:1 1612:2 1617:1 1618:2 1628:1 1629:1 1632:1 1640:1 1644:2 1647:2 1667:1 1670:1 1681:1 1685:1 1686:1 1690:1 1703:2 1719:1 1725:1 1726:2 1731:1 1739:4 1745:1 1749:1 1751:1 1755:2 1766:1 1768:2 1774:1 1785:1 1787:1 1798:3 1804:1 1805:1 1811:1 1813:2 1815:1 1828:1 1843:1 1847:1 1889:1 1891:6 1911:1 1915:1 1918:1 1922:2 1930:1 1954:1 1965:1 1966:1 1976:1 1979:1 1981:1 1994:1 2026:7 2046:1 2064:1 2085:1 2101:1 2116:1 2127:1 2138:1 2143:1 2156:1 2157:1 2158:1 2160:8 2161:2 2163:1 2170:3 2172:1 2177:2 2179:1 2181:2 2184:8 2186:3 2190:3 2192:1 2195:4 2197:1 2199:1 2228:1 2237:1 2248:3 2250:1 2255:1 2260:2 2263:1 2271:1 2274:1 2281:1 2284:1 2317:1 2363:1 2386:1 2403:1 2410:1 2454:1 2466:1 2473:1 2509:1 2523:1 2528:1 2529:1 2530:1 2533:1 2547:1 2548:1 2560:1 2561:1 2562:1 2564:1 2566:3 2578:1 2581:1 2588:1 2602:2 2604:1 2606:1 2621:1 2635:3 2646:1 2657:1 2659:1 2660:1 2666:2 2677:1 2683:1 2684:1 2708:1 2713:1 2719:2 2726:8 2738:1 2749:2 2750:2 2761:1 2765:1 2772:1 2776:5 2781:1 2794:1 2813:1 2827:1 2833:1 2835:2 2836:2 2838:1 2847:1 2894:1 2905:1 2916:1 2938:1 2943:2 2944:1 2952:1 2959:1 2966:1 2975:1 2998:1 3004:1 3009:2 3019:1 3045:1 3082:1 3087:3 3090:3 3093:4 3094:2 3106:1 3116:6 3120:1 3129:1 3148:1 3166:1 3176:1 3182:1 3203:1 3237:1 3253:2 3260:1 3262:1 3263:1 3276:1 3300:1 3313:1 3327:1 3342:1 3354:1 3365:1 3373:1 3374:2 3386:1 3393:2 3408:1 3414:1 3426:1 3430:1 3445:1 3451:1 3454:4 3456:2 3466:2 3474:1 3475:1 3487:2 3491:1 3507:2 3511:1 3517:1 3518:1 3532:1 3533:1 3551:1 3555:1 3559:2 3563:2 3569:1 3581:1 3585:1 3587:1 3588:1 3592:1 3614:1 3617:1 3623:1 3626:1 3632:1 3640:2 3650:1 3652:1 3660:2 3663:2 3668:2 3674:1 3686:2 3694:2 3701:1 3702:1 3720:1 3731:1 3732:1 3734:1 3743:1 3746:1 3748:1 3749:1 3755:1 3757:3 3763:1 3767:2 3770:1 3774:1 3776:1 3782:1 3785:2 3786:5 3841:2 3847:1 3853:1 3856:1 3862:1 3894:1 3906:1 3909:1 3910:1 3919:1 3924:1 3926:1 3936:2 3946:2 3959:3 3960:1 3962:5 3968:1 3975:1 3990:1 4011:3 4022:1 4027:1 4037:1 4040:6 4041:1 4059:2 4071:1 4075:2 4078:2 4131:1 4135:3 4136:1 4139:1 4140:1 4152:1 4153:1 4159:1 4176:2 4182:1 4202:1 4208:1 4213:2 4235:3 4243:1 4277:1 4281:1 4292:2 4301:1 4319:3 4328:2 4354:3 4364:1 4367:1 4370:1 4383:1 4388:1 4389:3 4391:1 4393:1 4395:1 4418:1 4423:1 4428:2 4444:1 4448:1 4488:1 4505:3 4528:1 4533:18 4534:1 4541:1 4552:1 4559:1 4583:1 4589:1 4615:1 4628:1 4632:4 4646:7 4648:6 4649:1 4651:1 4654:2 4655:2 4657:2 4660:3 4662:2 4667:1 4669:1 4671:2 4672:1 4673:7 4676:1 4696:1 4719:1 4720:2 4745:1 4748:1 4788:1 4791:5 4814:1 4827:1 4835:1 4841:2 4843:1 4851:1 4862:1 4868:1 4886:4 4889:1 4893:1 4919:1 4933:1 4942:1 4953:2 4970:1 4973:2 4981:2 5010:1 5011:1 5061:2 5092:1 5100:1 5120:1 5125:1 5135:1 5141:1 5143:1 5146:2 5147:1 5150:1 5157:2 5160:1 5162:2 5168:1 5170:1 5197:1 5201:2 5217:3 5225:1 5226:1 5238:1 5260:1 5266:1 5268:1 5269:1 5271:1 5282:1 5283:1 5290:1 5292:1 5297:1 5319:1 5335:1 5385:2 5397:1 5402:4 5411:1 5430:2 5460:1 5467:3 5494:1 5505:2 5524:4 5526:2 5548:4 5568:2 5574:1 5583:1 5595:1 5600:1 5614:2 5618:2 5637:2 5639:2 5640:1 5675:1 5683:1 5705:1 5710:1 5728:1 5731:3 5737:1 5757:1 5762:8 5766:1 5770:1 5779:1 5784:1 5798:1 5813:8 5840:1 5850:5 5852:3 5857:1 5859:1 5860:4 5861:3 5863:2 5865:2 5866:1 5870:2 5871:1 5873:1 5875:3 5877:4 5880:1 5891:1 5902:1 5904:1 5914:1 5915:1 5933:1 5951:1 5960:3 5985:1 5999:1 6003:4 6006:2 6013:2 6014:1 6023:1 6027:1 6039:1 6052:1 6060:1 6066:1 6068:1 6070:1 6074:1 6077:2 6089:1 6093:1 6100:1 6109:1 6127:1 6136:1 6138:1 6152:1 6161:1 6173:1 6174:1 6197:2 6212:1 6215:1 6225:1 6227:1 6228:1 6230:1 6233:2 6235:1 6259:3 6264:2 6267:1 6276:1 6283:1 6289:1 6292:4 6295:7 6296:1 6298:2 6306:1 6307:1 6311:2 6314:1 6319:5 6320:2 6322:1 6330:3 6378:2 6379:1 6386:1 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6447:1 6457:1 6469:1 6478:1 6480:1 6485:1 6494:1 6500:1 6501:1 6504:1 6512:2 6516:1 6517:2 6518:1 6526:1 6529:1 6530:1 6532:1 6538:2 6553:1 6557:1 6566:1 6579:1 6581:1 6599:3 6601:1 6607:1 6621:1 6623:2 6628:1 6629:1 6637:1 6645:1 6663:1 6681:1 6688:2 6689:1 6694:1 6700:2 6722:2 6728:3 6730:1 6733:1 6741:2 6743:3 6747:5 6773:1 6777:1 6787:1 6792:1 6814:1 6824:7 6845:5 6847:1 6851:2 6865:1 6888:1 6903:1 6919:1 6927:2 6977:1 6979:1 7025:3 7037:10 7038:5 7040:1 7057:1 7060:1 7061:4 7089:1 7092:1 7099:40 7107:1 7119:8 7120:6 7141:1 7142:1 7155:2 7158:1 7174:1 7180:1 7187:1 7194:2 7208:3 7233:1 7256:2 7269:2 7278:1 7292:2 7302:1 7311:2 7322:5 7332:1 7346:1 7350:1 7353:1 7358:1 7372:1 7379:1 7384:1 7387:1 7417:2 7421:2 7444:1 7461:2 7475:1 7479:1 7483:1 7486:1 7494:3 7497:1 7543:1 7563:1 7564:17 7582:1 7642:3 7649:1 7654:1 7659:1 7673:1 7680:1 7695:2 7706:1 7710:2 7719:7 7720:1 7725:2 7750:1 7754:1 7767:1 7780:1 7785:1 7788:1 7796:2 7801:1 7814:1 7863:1 7864:1 7869:1 7870:2 7871:1 7872:4 7874:1 7876:2 7878:2 7884:2 7885:1 7887:2 7907:3 7914:1 7918:1 7921:1 7923:1 7960:1 7968:5 8014:1 8026:4 8028:2 8035:2 8068:1 8069:1 8070:1 8083:1 8094:1 8101:1 8123:2 8130:1 8138:1 8141:2 8142:1 8148:1 8158:1 8168:2 8170:1 8172:2 8173:1 8219:1 8223:2 8224:2 8225:2 8229:1 8242:2 8246:1 8254:1 8266:1 8274:1 8284:5 8285:4 8300:2 8336:1 8344:1 8345:1 8389:2 8401:2 8409:1 8412:1 8415:1 8416:1 8421:2 8436:1 8439:3 8440:1 8464:1 8465:2 8468:2 8469:3 8504:1 8506:1 8509:1 8512:1 8521:1 8523:1 8526:1 8537:1 8564:1 8570:1 8589:1 8591:1 8610:1 8618:1 8631:1 8634:2 8646:2 8649:2 8662:1 8669:1 8679:1 8687:1 8696:1 8699:1 8700:1 8703:2 8713:1 8715:2 8718:1 8725:1 8731:1 8732:2 8735:1 8747:1 8750:1 8762:1 8763:2 8768:2 8775:1 8781:1 8788:1 8858:1 8890:2 8910:1 8925:2 8944:4 8950:2 8952:1 8957:3 8966:1 8979:1 9016:1 9028:2 9073:1 9078:1 9079:1 9089:1 9102:1 9109:2 9121:1 9130:1 9131:1 9137:1 9138:1 9149:1 9151:2 9164:1 9176:4 9189:3 9191:1 9200:1 9211:1 9231:1 9245:3 9246:2 9257:1 9270:1 9289:2 9291:2 9312:1 9317:1 9326:1 9347:1 9408:1 9414:1 9425:2 9427:1 9437:4 9446:1 9478:1 9489:1 9491:1 9492:1 9499:1 9501:1 9504:1 9510:1 9515:2 9520:1 9523:1 9524:4 9528:1 9530:1 9554:1 9556:3 9570:1 9583:1 9593:1 9597:5 9601:4 9603:1 9630:7 9639:2 9644:1 9648:1 9663:1 9671:2 9677:1 9687:1 9695:1 9712:1 9721:1 9731:1 9734:1 9765:2 9770:1 9772:1 9773:1 9790:1 9794:3 9797:1 9799:2 9801:5 9809:1 9810:1 9839:1 9842:1 9844:1 9846:1 9853:2 9860:1 9866:2 9879:4 9886:1 9888:1 9906:1 9947:3 9950:1 9966:1 9968:1 9974:3 9976:4 9983:4 9986:3 9987:5 9990:2 9992:2 9996:1 10004:1 10027:1 10029:1 10051:2 10076:1 10080:1 10081:1 10091:1 10099:1 10101:2 10103:1 10111:1 10114:1 10146:1 10147:1 10181:1 10229:1 10240:1 10241:1 10257:3 10270:2 10283:1 10307:4 10308:1 10318:1 10323:2 10324:1 10325:1 10334:2 10349:1 10351:1 10352:2 10364:1 10382:2 10386:1 10387:3 10406:1 10412:3 10439:1 10443:1 10444:1 10453:2 10459:1 10473:3 10474:1 10483:1 10485:1 10488:1 10504:1 10506:1 10514:1 10526:2 10542:1 10551:1 10563:1 10586:1 10588:4 10592:2 10615:1 10623:2 10625:1 10626:1 10633:2 10636:2 10640:1 10642:1 10643:1 10647:1 10654:5 10655:1 10664:3 10708:3 10713:2 10717:1 10719:1 10726:2 10731:1 10735:1 10747:1 10750:1 10764:1 10765:1 10771:1 10778:1 10782:1 10791:1 10831:1 10838:1 10851:1 10852:1 10855:1 10856:2 10904:1 10913:1 10928:1 10933:2 10971:1 10977:2 10982:1 10984:1 11022:3 11023:2 11041:1 11052:1 11053:1 11054:2 11057:3 11058:1 11066:1 11074:2 11079:1 11089:1 11090:1 11105:1 11108:1 11138:1 11152:1 11161:1 11163:6 11166:2 11186:2 11200:1 11204:1 11215:1 11222:1 11239:2 11253:2 11276:1 11281:1 11290:1 11310:1 11328:1 11334:2 11336:1 11342:1 11356:2 11358:3 11359:1 11360:1 11367:1 11371:1 11400:1 11415:1 11417:1 11435:1 11488:1 11506:1 11508:1 11525:2 11540:2 11541:1 11555:1 11579:1 11587:1 11602:1 11608:1 11669:1 11670:1 11674:1 11680:1 11681:1 11683:1 11684:1 11694:1 11724:1 11756:1 11790:1 11792:1 11793:1 11800:2 11801:1 11848:2 11869:1 11870:2 11871:1 11877:1 11879:1 11880:1 11882:1 11886:2 11898:1 11899:2 11900:1 11904:7 11908:1 11926:3 11936:2 11944:1 11945:1 11983:1 11992:2 12009:1 12017:1 12023:2 12024:5 12029:3 12094:14 12097:1 12124:1 12144:1 12146:1 12147:2 12148:1 12163:1 12170:1 12177:1 12207:1 12216:1 12223:1 12249:2 12250:1 12274:1 12299:1 12313:1 12322:3 12336:1 12342:1 12348:2 12355:3 12363:1 12378:1 12381:1 12388:3 12395:1 12415:1 12465:2 12491:1 12492:1 12502:1 12506:1 12507:2 12511:1 12520:1 12528:2 12545:1 12548:2 12552:1 12557:1 12576:1 12577:2 12580:2 12585:2 12596:1 12604:1 12609:1 12613:1 12619:1 12621:1 12636:1 12648:1 12665:1 12677:1 12678:1 12689:1 12696:3 12699:2 12712:3 12713:1 12733:2 12740:4 12744:2 12747:1 12769:1 12777:1 12789:1 12791:2 12802:1 12808:1 12811:1 12817:1 12822:1 12837:1 12852:1 12859:1 12869:1 12887:1 12898:1 12901:1 12906:2 12914:1 12924:5 12936:1 12944:1 12950:2 12959:1 12989:1 12990:1 12993:1 12999:1 13005:1 13009:1 13024:1 13063:1 13073:1 13080:1 13081:1 13088:1 13104:1 13110:1 13125:1 13127:1 13128:1 13133:2 13161:1 13179:1 13187:2 13204:1 13213:1 13216:1 13242:2 13268:1 13276:1 13278:1 13291:1 13306:1 13308:2 13309:1 13310:2 13318:1 13321:1 13325:1 13340:1 13343:1 13366:3 13373:1 13421:1 13422:2 13433:1 13475:1 13482:1 13490:1 13491:1 13496:1 13497:1 13508:1 13519:1 13544:1 13551:1 13560:2 13564:1 13581:1 13583:1 13584:2 13587:3 13590:2 13599:1 13624:6 13631:1 13633:1 13637:1 13646:1 13688:1 13703:1 13704:1 13712:1 13759:1 13763:1 13765:1 13777:1 13778:1 13782:1 13785:1 13792:1 13805:1 13809:1 13814:2 13816:1 13820:2 13828:2 13842:1 13849:2 13851:1 13872:1 13879:2 13881:1 13893:1 13894:2 13911:1 13913:1 13914:1 13922:1 13951:1 13961:1 13962:2 13971:1 13984:2 13985:1 13987:1 13998:1 14005:1 14006:1 14009:1 14012:1 14015:2 14021:4 14041:1 14043:3 14047:2 14057:2 14059:2 14103:1 14114:3 14125:2 14133:1 14142:1 14148:1 14159:1 14163:1 14166:1 14174:1 14176:1 14178:1 14179:1 14184:4 14193:1 14198:1 14202:1 14204:1 14211:2 14217:1 14242:2 14251:1 14267:1 14272:1 14297:1 14315:3 14339:1 14345:1 14356:1 14365:1 14383:1 14390:3 14392:1 14399:2 14423:1 14429:1 14441:1 14442:1 14454:1 14458:11 14469:2 14480:2 14484:2 14499:1 14513:1 14530:2 14540:1 14550:9 14563:1 14565:1 14572:2 14601:2 14604:1 14619:1 14621:1 14657:1 14658:1 14664:1 14682:1 14686:4 14694:1 14698:3 14699:2 14708:2 14709:3 14714:2 14716:1 14717:2 14718:2 14733:1 14738:1 14761:1 14791:1 14795:1 14800:1 14820:1 14823:1 14832:1 14836:1 14837:2 14870:1 14877:1 14896:1 14901:1 14925:2 14926:1 14944:1 14961:1 14985:1 14996:1 15002:3 15014:1 15016:2 15020:1 15028:2 15035:1 15038:1 15046:2 15064:2 15066:1 15086:1 15095:2 15096:1 15100:1 15106:1 15110:3 15111:1 15144:1 15153:1 15165:2 15168:1 15239:1 15251:1 15268:1 15276:4 15281:1 15291:3 15297:1 15307:1 15319:1 15328:1 15357:1 15358:4 15370:2 15379:1 15398:1 15406:1 15413:1 15430:1 15442:1 15453:2 15463:1 15464:1 15501:2 15524:1 15541:1 15543:1 15547:1 15557:1 15575:1 15591:1 15599:5 15602:1 15605:1 15613:2 15646:1 15700:1 15718:1 15734:1 15776:1 15788:1 15794:1 15797:1 15803:1 15805:1 15810:2 15826:3 15828:1 15847:1 15867:4 15887:1 15893:1 15902:2 15903:3 15931:1 15937:2 15943:1 15952:1 15960:1 15967:4 15978:3 15989:2 15990:1 15996:1 16026:1 16043:2 16056:1 16068:2 16070:1 16085:1 16099:3 16109:1 16129:1 16136:2 16144:5 16150:1 16213:2 16217:2 16225:3 16239:1 16247:1 16260:5 16264:1 16265:1 16268:1 16271:1 16282:1 16295:1 16296:1 16312:1 16320:1 16361:1 16383:1 16404:1 16405:1 16417:1 16425:2 16427:1 16434:1 16460:1 16466:1 16483:1 16523:2 16564:1 16567:1 16568:3 16580:5 16588:1 16593:1 16601:1 16630:1 16649:1 16668:1 16682:1 16685:1 16687:1 16691:1 16697:1 16720:1 16724:1 16725:2 16738:1 16783:1 16786:2 16799:1 16807:1 16825:1 16849:1 16852:1 16859:1 16865:2594 16873:1 16877:1 16880:1 16906:1 16923:1 16926:1 16927:1 16939:1 16961:3 16974:1 17003:1 17004:2 17020:1 17040:1 17043:1 17044:1 17046:1 17047:1 17051:1 17053:1 17060:1 17089:1 17096:1 17135:2 17139:2 17148:1 17175:1 17187:1 17188:1 17219:1 17244:1 17248:1 17256:2 17266:1 17274:1 17283:1 17285:1 17292:1 17294:1 17318:1 17323:3 17331:1 17338:1 17341:1 17348:1 17357:1 17360:1 17366:3 17395:1 17419:1 17444:1 17469:1 17475:1 17486:1 17499:1 17507:1 17515:3 17516:1 17535:1 17536:1 17544:1 17556:1 17560:3 17580:1 17584:1 17601:1 17603:1 17620:5 17669:6 17672:1 17673:1 17678:1 17694:1 17697:2 17700:1 17705:1 17709:1 17710:1 17714:1 17715:2 17720:1 17722:1 17736:1 17739:3 17740:1 17743:1 17744:1 17755:1 17760:3 17766:1 17769:1 17782:1 17789:2 17790:1 17795:1 17807:1 17812:1 17815:2 17834:1 17850:1 17864:1 17869:1 17880:1 17889:1 17911:2 17914:3 17916:2 17958:1 17963:1 17968:1 17970:1 17973:1 17984:1 17992:2 17998:2 18004:3 18018:1 18025:2 18037:1 18047:1 18059:1 18061:1 18065:1 18075:1 18079:1 18080:1 18091:2 18111:1 18112:1 18113:2 18120:2 18128:1 18155:1 18159:1 18162:5 18166:1 18191:1 18197:1 18209:1 18222:3 18224:1 18226:2 18227:2 18232:1 18240:1 18245:1 18253:1 18261:1 18265:3 18284:1 18286:1 18288:1 18292:4 18295:1 18300:2 18303:1 18304:1 18306:1 18320:1 18329:1 18332:1 18348:1 18358:1 18360:1 18361:1 18384:4 18388:1 18393:1 18399:1 18404:1 18409:1 18445:1 18450:1 18459:1 18475:1 18478:1 18486:1 18491:1 18514:1 18515:1 18522:1 18542:6 18548:1 18558:1 18560:1 18562:1 18564:1 18588:2 18602:1 18604:1 18631:1 18634:1 18642:1 18655:1 18657:2 18665:1 18685:1 18701:1 18711:1 18712:1 18714:1 18722:1 18727:1 18734:1 18738:1 18752:1 18756:1 18767:1 18769:2 18784:1 18786:1 18794:1 18815:1 18817:2 18822:2 18824:1 18836:1 18840:1 18842:2 18860:1 18877:6 18880:1 18881:2 18886:2 18891:3 18898:2 18900:1 18911:2 18913:1 18919:1 18929:1 18931:1 18935:1 18993:1 18997:2 19006:1 19024:1 19027:1 19031:1 19036:2 19037:1 19052:1 19054:1 19057:1 19059:1 19062:1 19072:1 19076:2 19082:1 19089:2 19090:1 19099:1 19100:1 19108:2 19111:1 19118:3 19135:1 19137:1 19160:2 19162:1 19185:1 19191:2 19195:1 19198:1 19208:2 19210:1 19215:3 19217:1 19221:1 19223:1 19235:1 19245:2 19251:1 19257:1 19258:1 19262:1 19287:1 19306:2 19317:2 19323:1 19331:1 19334:3 19339:1 19351:1 19354:1 19358:1 19359:2 19361:1 19362:2 19363:1 19367:2 19368:1 19377:1 19381:3 19382:1 19383:2 19388:1 19396:1 19433:1 19446:1 19458:1 19466:2 19468:3 19476:1 19490:1 19491:1 19493:1 19494:1 19497:1 19526:1 19538:1 19549:1 19561:1 19564:1 19568:1 19606:1 19612:3 19613:1 19621:1 19630:1 19642:1 19660:1 19669:1 19672:2 19675:1 19676:1 19678:1 19688:5 19704:1 19710:2 19724:1 19730:3 19735:2 19736:1 19749:1 19751:1 19773:2 19801:1 19806:2 19807:2 19810:1 19811:1 19813:1 19818:1 19822:1 19825:1 19831:2 19832:1 19834:1 19836:1 19837:1 19840:2 19842:6 19848:1 19854:1 19869:1 19873:1 19905:1 19949:2 19951:1 19952:1 19953:1 19954:3 19959:1 19995:1 20001:1 20002:3 20013:1 20017:4 20020:2 20040:2 20043:1 20050:1 20067:2 20078:1 20097:1 20120:1 20126:1 20147:1 20150:1 20162:1 20172:6 20183:2 20194:1 20203:4 20210:1 20218:2 20238:8 20240:1 20244:1 20250:1 20258:1 20285:1 20302:1 20307:2 20308:1 20310:1 20337:1 20360:1 20369:1 20377:2 20398:3 20405:1 20447:1 20453:1 20471:1 20477:1 20489:1 20495:1 20497:1 20507:1 20524:1 20530:1 20535:1 20568:1 20577:1 20593:1 20615:1 20625:1 20650:1 20651:1 20657:1 20662:2 20670:1 20672:1 20679:1 20680:1 20687:1 20705:1 20716:1 20719:1 20721:5 20737:1 20750:2 20768:1 20785:1 20793:2 20797:3 20806:1 20819:2 20828:1 20836:1 20838:1 20844:1 20846:1 20847:1 20865:3 20870:1 20880:1 20899:1 20901:1 20926:4 20933:1 20938:3 20952:2 20973:1 20992:2 20993:1 20997:1 21016:1 21023:1 21025:1 21029:1 21033:1 21039:1 21043:1 21069:1 21074:1 21099:3 21100:1 21119:2 21121:1 21123:1 21129:2 21133:1 21136:1 21145:1 21159:1 21165:1 21170:1 21176:1 21180:1 21182:1 21185:1 21225:1 21227:1 21228:1 21231:2 21236:1 21245:1 21254:1 21260:1 21262:1 21265:1 21266:1 21277:1 21279:2 21282:3 21284:1 21288:1 21306:3 21311:2 21323:1 21328:1 21344:1 21355:3 21369:1 21379:1 21381:1 21385:1 21400:1 21406:1 21410:1 21418:3 21429:1 21438:1 21448:1 21454:1 21455:2 21458:1 21469:1 21495:1 21504:1 21514:2 21522:1 21541:1 21556:3 21564:1 21569:1 21593:1 21617:1 21624:1 21631:1 21639:2 21645:1 21653:1 21655:1 21695:1 21702:2 21704:1 21705:1 21720:1 21729:1 21745:1 21746:1 21788:2 21793:1 21822:1 21841:1 21845:1 21853:1 21868:1 21887:1 21897:1 21908:1 21909:5 21931:2 21932:2 21942:1 21963:1 21969:1 21971:1 21987:1 22003:1 22015:1 22020:5 22028:1 22051:1 22059:1 22060:1 22061:2 22077:1 22114:3 22129:1 22130:1 22136:1 22154:1 22161:1 22166:1 22179:2 22185:1 22198:2 22204:2 22209:1 22215:1 22218:1 22222:1 22223:2 22234:1 22243:1 22246:1 22284:2 22299:3 22301:2 22330:1 22334:1 22335:2 22338:1 22340:2 22341:1 22342:2 22343:1 22349:1 22350:1 22355:1 22359:1 22361:1 22380:2 22421:1 22423:1 22440:2 22450:3 22460:3 22463:2 22470:1 22471:1 22476:1 22477:1 22478:1 22493:1 22494:4 22496:2 22503:1 22509:1 22525:1 22530:1 22551:1 22564:1 22567:1 22587:3 22596:1 22598:1 22603:1 22605:2 22633:1 22634:1 22668:5 22672:2 22698:1 22720:1 22725:1 22755:2 22793:1 22808:1 22822:4 22832:1 22840:3 22843:1 22850:1 22854:6 22861:3 22879:2 22881:1 22882:1 22883:1 22885:1 22887:1 22933:2 22946:3 22948:1 22956:1 22963:1 22964:1 23003:3 23008:3 23019:1 23020:1 23026:2 23028:2 23029:1 23034:1 23050:1 23051:2 23056:2 23057:1 23065:1 23099:1 23107:1 23118:1 23120:1 23135:1 23145:1 23148:1 23150:1 23165:2 23171:1 23200:1 23217:1 23239:2 23240:1 23241:1 23246:1 23268:1 23286:1 23294:2 23296:6 23313:1 23330:1 23417:1 23427:1 23429:1 23445:1 23465:1 23468:1 23470:2 23476:4 23533:1 23556:1 23568:1 23573:1 23592:2 23595:1 23599:2 23605:3 23626:1 23637:1 23679:1 23693:1 23696:1 23704:1 23705:1 23722:1 23723:1 23725:1 23727:1 23729:1 23735:1 23780:1 23789:2 23805:1 23813:1 23821:1 23827:1 23844:1 23848:1 23897:2 23899:1 23904:1 23916:1 23952:1 23970:1 23973:1 23975:1 23977:1 23981:1 23983:1 23992:1 24019:1 24033:1 24038:2 24040:5 24041:1 24042:2 24051:1 24058:1 24073:1 24101:1 24106:1 24126:1 24135:1 24145:1 24170:1 24171:2 24188:1 24190:2 24192:3 24196:1 24214:1 24220:1 24224:1 24244:1 24251:1 24279:1 24291:1 24297:1 24303:3 24304:5 24315:1 24318:1 24331:1 24333:1 24335:2 24337:1 24343:3 24348:1 24352:1 24355:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:4 24391:3 24398:1 24415:1 24425:1 24432:1 24436:1 24446:2 24449:1 24451:1 24457:1 24516:2 24522:1 24532:1 24536:1 24562:2 24563:1 24570:1 24571:1 24578:3 24583:2 24584:1 24585:1 24591:1 24593:3 24628:2 24640:1 24649:2 24650:3 24653:1 24655:2 24671:1 24698:1 24705:1 24716:1 24720:1 24737:1 24742:3 24756:4 24763:1 24798:2 24813:1 24819:1 24821:2 24824:1 24842:1 24847:1 24848:1 24866:1 24871:1 24874:2 24875:1 24884:2 24885:1 24888:1 24891:3 24893:1 24894:2 24895:1 24905:1 24908:2 24910:1 24913:1 24916:3 24917:6 24921:1 24924:1 24927:2 24930:2 24950:1 24959:2 24960:1 24987:1 24993:5 24999:1 25007:1 25025:1 25027:7 25028:1 25030:1 25055:1 25056:1 25086:2 25093:1 25098:2 25109:1 25123:1 25127:1 25130:1 25134:1 25138:1 25178:1 25195:1 25199:1 25200:2 25209:1 25217:1 25226:1 25251:1 25269:2 25302:1 25307:1 25345:2 25355:1 25373:1 25374:1 25380:2 25405:1 25408:1 25422:1 25426:2 25427:1 25434:1 25437:1 25451:1 25453:2 25491:3 25499:1 25501:1 25506:1 25519:2 25528:1 25530:1 25536:1 25540:1 25555:1 25564:1 25565:1 25566:2 25570:1 25578:20 25581:1 25583:3 25597:1 25606:1 25608:1 25611:1 25617:4 25636:1 25642:1 25653:1 25662:1 25676:3 25686:1 25694:1 25713:5 25723:3 25729:1 25757:11 25802:1 25822:1 25829:2 25841:1 25844:1 25851:1 25862:1 25868:1 25873:1 25896:2 25921:2 25933:2 25935:1 25937:2 25947:2 25965:1 25970:1 25972:1 25990:1 26005:1 26006:2 26008:2 26012:1 26013:2 26024:2 26034:1 26035:1 26039:1 26065:2 26068:1 26072:2 26076:3 26077:5 26100:1 26111:1 26116:1 26118:1 26127:1 26128:1 26132:2 26137:1 26144:3 26191:4 26196:1 26204:1 26223:1 26238:1 26285:1 26290:1 26295:3 26296:2 26351:1 26356:3 26381:1 26400:1 26410:1 26421:1 26436:2 26442:1 26445:2 26448:1 26468:1 26469:2 26473:1 26477:3 26488:1 26502:1 26512:1 26529:1 26545:1 26549:1 26558:1 26562:2 26577:3 26584:2 26591:1 26597:1 26599:1 26610:1 26628:3 26630:1 26635:1 26649:1 26652:1 26653:1 26660:4 26670:1 26686:1 26689:1 26691:1 26705:4 26709:1 26724:1 26732:3 26733:4 26740:3 26748:1 26749:1 26751:1 26753:1 26756:7 26794:5 26798:1 26805:4 26809:1 26813:1 26817:1 26835:1 26845:1 8 1:4 9:1 20:1 35:1 39:1 42:2 80:3 86:1 110:1 117:1 122:1 144:1 156:1 161:1 162:1 179:1 187:1 192:4 205:2 213:1 224:1 229:4 236:1 247:1 262:1 287:1 319:3 320:1 321:1 342:1 343:1 353:3 384:1 392:2 411:1 413:2 426:2 448:1 452:1 466:1 472:1 484:2 497:1 538:1 545:1 556:1 558:2 565:2 579:4 605:8 626:1 635:1 636:1 643:7 661:1 663:1 664:1 666:1 667:1 747:2 758:1 766:1 812:6 817:2 818:1 819:1 831:1 832:1 839:5 844:1 848:1 860:1 874:1 893:1 899:1 904:6 908:2 916:1 939:1 940:1 942:4 951:1 956:1 971:1 998:1 1001:1 1013:3 1017:1 1033:1 1039:2 1048:1 1067:5 1077:1 1087:1 1100:2 1108:1 1113:1 1118:1 1123:1 1124:1 1126:1 1127:1 1132:1 1134:1 1137:1 1138:1 1143:1 1151:1 1157:1 1159:1 1167:1 1174:1 1176:1 1179:5 1180:2 1185:1 1186:1 1187:1 1189:1 1201:1 1206:1 1214:2 1222:1 1236:1 1247:1 1255:1 1266:1 1270:1 1271:1 1278:1 1286:1 1288:1 1297:1 1303:1 1305:1 1309:1 1310:1 1315:1 1319:2 1322:5 1325:5 1331:1 1343:2 1358:1 1361:3 1368:5 1385:3 1403:1 1409:1 1412:1 1413:3 1425:1 1433:1 1445:5 1449:1 1458:2 1463:2 1470:1 1486:1 1499:1 1516:2 1527:1 1529:3 1533:3 1537:1 1555:1 1561:1 1572:3 1576:1 1577:1 1587:1 1591:1 1594:1 1607:1 1612:2 1617:1 1618:2 1628:1 1629:1 1632:1 1640:1 1644:2 1647:2 1667:1 1670:1 1681:1 1685:1 1686:1 1690:1 1703:2 1719:1 1725:1 1726:2 1731:1 1739:4 1745:1 1749:1 1751:1 1755:2 1766:1 1768:2 1774:1 1785:1 1787:1 1793:1 1798:3 1804:1 1805:1 1811:1 1813:2 1815:1 1828:1 1843:1 1847:1 1889:1 1891:6 1911:1 1915:1 1918:1 1922:2 1930:1 1954:1 1958:1 1965:1 1966:1 1976:1 1979:1 1981:1 1994:1 2026:7 2046:1 2064:1 2085:1 2101:1 2116:1 2127:1 2138:1 2143:1 2156:2 2157:1 2158:1 2160:8 2161:2 2163:1 2170:3 2172:1 2177:2 2179:1 2181:2 2184:8 2186:3 2190:3 2192:2 2195:5 2197:1 2199:1 2228:1 2237:1 2248:3 2250:1 2255:1 2260:2 2263:1 2271:1 2274:1 2278:1 2281:1 2284:1 2317:1 2363:1 2386:1 2403:1 2410:1 2454:1 2466:1 2473:1 2509:1 2523:1 2528:1 2529:1 2530:1 2533:1 2545:1 2547:1 2548:1 2552:1 2560:1 2561:1 2562:1 2564:1 2566:3 2578:1 2581:1 2588:1 2602:2 2604:1 2606:1 2621:1 2635:3 2646:1 2657:1 2659:1 2660:1 2666:2 2677:1 2683:1 2684:1 2708:1 2713:2 2719:2 2726:8 2738:1 2749:2 2750:2 2761:1 2765:1 2772:1 2776:5 2781:1 2794:1 2813:1 2827:1 2833:1 2835:2 2836:2 2838:1 2847:1 2894:1 2905:1 2916:1 2938:1 2943:2 2944:1 2952:1 2959:1 2966:1 2975:1 2998:1 3004:1 3009:2 3019:1 3045:1 3082:1 3087:3 3090:3 3093:5 3094:2 3106:1 3116:7 3120:1 3129:1 3148:1 3166:1 3176:1 3182:1 3203:1 3237:1 3253:2 3260:1 3262:1 3263:1 3271:1 3276:1 3300:1 3313:1 3327:1 3342:1 3354:1 3365:1 3373:1 3374:2 3386:1 3393:2 3408:1 3414:1 3426:2 3430:1 3445:1 3451:1 3454:4 3456:2 3466:2 3474:1 3475:1 3487:2 3491:1 3507:2 3511:1 3517:1 3518:1 3532:1 3533:1 3551:1 3555:1 3559:2 3563:2 3569:1 3581:1 3585:1 3587:1 3588:1 3592:1 3614:1 3617:1 3623:1 3626:1 3632:1 3640:2 3650:1 3652:1 3660:2 3663:2 3668:2 3674:1 3686:2 3694:2 3701:1 3702:1 3720:1 3731:1 3732:1 3734:1 3743:1 3746:1 3748:1 3749:1 3755:1 3757:3 3763:1 3767:2 3770:1 3774:1 3776:1 3782:1 3785:2 3786:6 3804:1 3841:2 3847:1 3853:1 3856:1 3862:1 3894:1 3906:1 3909:1 3910:1 3919:1 3924:1 3926:1 3936:2 3946:2 3959:3 3960:1 3962:5 3968:1 3975:1 3990:1 4011:4 4022:1 4027:1 4037:1 4040:6 4041:1 4059:2 4071:1 4075:2 4078:2 4092:1 4131:1 4135:4 4136:1 4139:1 4140:1 4152:1 4153:1 4159:1 4176:2 4182:1 4202:1 4208:1 4213:2 4235:3 4243:1 4277:1 4281:1 4292:2 4301:1 4319:3 4328:2 4354:3 4364:1 4367:1 4370:1 4383:1 4388:1 4389:4 4391:1 4393:1 4395:1 4418:1 4423:1 4428:2 4444:1 4448:1 4488:1 4505:3 4528:1 4533:18 4534:1 4541:1 4552:1 4559:1 4583:1 4589:1 4615:1 4628:1 4632:4 4646:8 4648:6 4649:1 4651:1 4654:2 4655:2 4657:2 4660:3 4662:2 4667:1 4669:1 4671:3 4672:1 4673:7 4676:2 4689:1 4696:1 4719:1 4720:2 4745:1 4748:1 4788:1 4791:5 4814:1 4827:1 4835:1 4841:2 4843:1 4851:1 4862:1 4868:1 4886:4 4889:1 4893:1 4919:1 4933:1 4942:1 4953:2 4970:1 4973:2 4981:2 5010:1 5011:1 5061:2 5092:1 5100:1 5120:1 5125:1 5135:1 5139:1 5141:1 5143:1 5146:2 5147:1 5150:1 5157:2 5160:1 5162:2 5168:1 5170:1 5197:1 5201:2 5217:3 5225:1 5226:1 5238:1 5260:1 5266:1 5268:1 5269:1 5271:1 5282:1 5283:1 5290:1 5292:1 5297:1 5319:1 5335:1 5385:2 5397:1 5402:4 5411:1 5430:3 5460:1 5467:3 5494:1 5505:2 5524:4 5526:2 5548:4 5568:2 5574:1 5583:1 5595:1 5600:1 5614:2 5618:2 5637:2 5639:2 5640:1 5675:1 5683:1 5705:1 5710:1 5728:1 5731:3 5737:1 5757:1 5762:8 5766:1 5770:1 5779:1 5784:1 5798:1 5813:8 5840:1 5850:6 5852:3 5857:1 5859:1 5860:4 5861:3 5863:2 5865:2 5866:1 5870:3 5871:1 5873:1 5875:3 5877:5 5880:1 5891:1 5902:1 5904:1 5914:1 5915:1 5933:1 5951:1 5960:3 5985:1 5999:1 6003:4 6006:2 6013:2 6014:1 6023:1 6027:1 6039:1 6052:1 6060:1 6066:1 6068:1 6070:1 6074:1 6077:2 6089:1 6093:1 6100:1 6109:1 6127:1 6136:1 6138:1 6152:1 6161:1 6173:1 6174:1 6197:2 6212:1 6215:1 6225:1 6227:1 6228:1 6230:1 6233:2 6235:1 6259:3 6264:2 6267:1 6276:1 6283:1 6289:1 6292:4 6295:7 6296:1 6298:2 6306:1 6307:1 6311:2 6314:1 6319:5 6320:2 6322:1 6330:3 6378:2 6379:1 6386:1 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6447:1 6457:1 6464:1 6469:1 6478:1 6480:1 6485:1 6494:2 6500:1 6501:1 6504:1 6512:2 6516:1 6517:2 6518:1 6526:1 6529:1 6530:1 6532:1 6538:3 6553:1 6557:1 6566:1 6579:1 6581:1 6599:3 6601:1 6607:1 6621:1 6623:2 6628:1 6629:1 6637:1 6645:1 6663:1 6681:1 6688:2 6689:1 6694:1 6700:2 6722:2 6728:3 6730:1 6733:1 6741:2 6743:3 6747:5 6773:1 6777:1 6787:1 6792:1 6814:1 6824:8 6845:6 6847:1 6851:2 6865:1 6888:1 6903:1 6919:1 6927:2 6977:1 6979:1 7025:3 7037:10 7038:5 7040:1 7057:1 7060:1 7061:4 7089:1 7092:1 7099:43 7107:1 7119:8 7120:6 7141:1 7142:1 7155:2 7158:1 7174:1 7180:1 7187:1 7194:2 7208:3 7233:1 7256:2 7269:2 7278:1 7292:2 7302:1 7311:2 7322:5 7332:1 7346:1 7350:1 7353:1 7358:1 7372:1 7379:1 7384:1 7387:2 7417:3 7421:2 7444:1 7461:2 7475:1 7479:1 7483:1 7486:1 7494:3 7497:1 7543:1 7563:1 7564:18 7582:1 7642:3 7649:1 7654:1 7659:1 7673:1 7680:1 7695:2 7706:1 7710:2 7719:7 7720:1 7725:2 7750:1 7754:1 7767:1 7780:1 7785:1 7788:1 7796:2 7801:1 7814:1 7863:1 7864:1 7869:1 7870:2 7871:1 7872:4 7874:1 7876:2 7878:2 7884:2 7885:1 7887:2 7907:3 7914:1 7918:1 7921:1 7923:1 7960:1 7968:6 8014:1 8026:4 8028:2 8035:2 8068:1 8069:1 8070:1 8083:1 8094:1 8101:1 8123:2 8130:1 8134:1 8138:1 8141:2 8142:1 8148:1 8158:1 8168:2 8170:1 8172:2 8173:1 8219:1 8223:2 8224:2 8225:2 8229:1 8242:2 8246:1 8254:1 8266:1 8274:1 8284:5 8285:4 8300:2 8336:1 8344:1 8345:1 8389:2 8401:2 8409:1 8412:1 8415:1 8416:1 8421:2 8436:1 8439:3 8440:1 8442:1 8464:1 8465:2 8468:2 8469:3 8504:1 8506:1 8509:1 8512:1 8521:1 8523:1 8526:1 8537:2 8564:1 8570:1 8589:1 8591:1 8610:1 8618:1 8631:1 8634:2 8646:2 8649:2 8662:1 8669:1 8679:1 8687:1 8696:1 8699:1 8700:1 8703:2 8713:1 8715:2 8718:1 8725:1 8731:1 8732:2 8735:1 8747:1 8750:1 8762:1 8763:3 8768:2 8775:1 8781:1 8788:1 8858:1 8890:2 8910:1 8925:2 8944:4 8950:3 8952:1 8957:3 8966:1 8979:1 9016:1 9028:2 9073:1 9078:1 9079:1 9089:1 9102:1 9109:2 9121:1 9130:1 9131:1 9137:1 9138:1 9149:1 9151:2 9164:1 9176:5 9189:3 9191:1 9200:1 9211:1 9231:1 9245:3 9246:2 9257:1 9270:1 9289:2 9291:2 9312:1 9317:1 9326:1 9347:1 9408:1 9414:1 9425:2 9427:1 9437:4 9446:1 9478:1 9489:1 9491:1 9492:1 9499:1 9501:1 9504:1 9510:1 9515:2 9520:1 9523:1 9524:4 9528:1 9530:1 9554:1 9556:3 9570:1 9583:1 9593:1 9597:5 9601:4 9603:1 9630:8 9639:2 9644:1 9648:1 9663:1 9671:2 9677:1 9687:1 9695:1 9712:1 9721:1 9731:1 9734:1 9765:2 9770:1 9772:1 9773:1 9790:1 9794:3 9797:1 9799:2 9801:5 9809:1 9810:1 9839:1 9842:1 9844:1 9846:1 9853:2 9858:1 9860:1 9866:2 9879:4 9886:1 9888:1 9906:1 9947:3 9950:1 9966:1 9968:1 9974:3 9976:4 9983:4 9986:3 9987:6 9990:2 9992:2 9996:1 9997:1 10004:1 10027:1 10029:1 10051:2 10076:1 10080:1 10081:2 10091:1 10099:1 10101:2 10103:1 10111:1 10114:1 10146:1 10147:1 10181:1 10229:1 10240:1 10241:1 10257:4 10270:2 10283:1 10307:4 10308:1 10318:1 10323:2 10324:1 10325:1 10334:2 10349:1 10351:1 10352:2 10364:1 10382:2 10386:1 10387:3 10406:1 10412:4 10432:1 10439:1 10443:1 10444:1 10453:2 10459:1 10473:3 10474:1 10483:1 10485:1 10488:1 10504:1 10506:1 10514:1 10526:2 10542:1 10551:1 10563:1 10586:1 10588:4 10592:2 10615:1 10623:2 10625:1 10626:1 10633:2 10636:2 10640:1 10642:1 10643:1 10647:1 10654:5 10655:1 10664:3 10708:3 10713:2 10717:1 10719:1 10724:1 10726:2 10731:1 10735:1 10747:1 10750:1 10764:1 10765:1 10771:1 10778:1 10782:1 10791:1 10831:1 10838:1 10851:1 10852:1 10855:1 10856:2 10904:1 10913:1 10928:1 10933:2 10971:1 10977:2 10982:1 10984:1 11000:1 11022:3 11023:2 11041:1 11052:1 11053:1 11054:2 11057:3 11058:1 11066:1 11074:2 11079:1 11089:1 11090:1 11105:1 11108:1 11138:1 11152:1 11161:1 11163:6 11166:2 11182:1 11186:2 11200:1 11204:1 11215:1 11222:1 11239:2 11253:2 11276:1 11281:1 11290:1 11310:1 11328:1 11334:2 11336:1 11342:1 11356:2 11358:3 11359:1 11360:1 11367:1 11371:1 11373:1 11400:1 11415:1 11417:1 11435:1 11488:1 11506:1 11508:1 11525:2 11540:2 11541:1 11555:1 11579:1 11587:1 11602:1 11608:1 11669:1 11670:1 11674:1 11680:1 11681:1 11683:1 11684:1 11694:1 11724:1 11756:1 11790:1 11792:1 11793:1 11800:2 11801:1 11848:2 11869:1 11870:2 11871:1 11877:1 11879:1 11880:1 11882:1 11886:2 11898:1 11899:2 11900:1 11904:7 11908:1 11926:3 11936:2 11944:1 11945:1 11983:1 11992:2 12009:1 12017:1 12023:2 12024:5 12029:3 12094:14 12097:1 12124:1 12144:1 12146:1 12147:2 12148:1 12163:1 12170:2 12177:1 12207:1 12216:1 12223:1 12249:2 12250:1 12274:1 12299:1 12313:1 12322:3 12336:1 12342:1 12348:2 12355:3 12363:1 12378:1 12381:1 12388:3 12395:1 12415:2 12465:2 12491:1 12492:1 12502:1 12506:1 12507:3 12511:1 12520:1 12528:2 12545:1 12548:3 12552:1 12557:1 12576:1 12577:2 12580:2 12585:2 12596:1 12604:1 12609:1 12613:1 12619:1 12621:1 12636:1 12648:1 12665:1 12677:1 12678:1 12689:1 12696:3 12699:2 12712:3 12713:1 12733:2 12740:4 12744:2 12747:1 12769:1 12777:1 12789:1 12791:2 12802:1 12808:1 12811:1 12817:1 12822:1 12837:1 12852:1 12859:1 12869:1 12887:1 12898:1 12901:1 12906:2 12914:1 12924:6 12936:1 12944:1 12950:2 12959:1 12989:1 12990:1 12993:1 12999:1 13005:1 13009:1 13024:1 13063:1 13073:1 13080:1 13081:1 13088:1 13104:1 13110:1 13125:1 13127:1 13128:1 13133:2 13148:1 13161:1 13179:1 13187:2 13204:1 13213:1 13216:1 13242:2 13268:1 13276:1 13278:1 13288:1 13291:1 13306:1 13308:3 13309:1 13310:2 13318:2 13321:1 13325:1 13340:1 13343:1 13366:3 13373:1 13421:1 13422:3 13433:1 13475:1 13482:1 13490:1 13491:1 13496:1 13497:1 13508:1 13519:1 13544:1 13551:1 13560:2 13564:1 13581:1 13583:1 13584:2 13587:3 13590:2 13599:1 13624:6 13631:1 13633:1 13637:1 13646:1 13688:1 13703:2 13704:1 13712:1 13759:1 13763:1 13765:1 13777:1 13778:1 13782:1 13785:1 13792:1 13805:1 13808:1 13809:1 13814:2 13816:1 13820:2 13828:2 13842:1 13849:2 13851:1 13872:1 13879:2 13881:1 13886:1 13893:1 13894:2 13911:1 13913:1 13914:1 13922:1 13951:1 13961:1 13962:2 13971:1 13984:2 13985:1 13987:1 13998:1 14005:1 14006:1 14009:1 14012:1 14015:2 14021:4 14041:1 14043:3 14047:2 14057:2 14059:2 14103:1 14114:3 14125:2 14133:1 14142:1 14148:1 14159:1 14163:1 14166:1 14174:1 14176:1 14178:1 14179:1 14184:5 14193:1 14198:1 14202:1 14204:1 14211:2 14217:1 14242:3 14251:1 14254:1 14267:1 14272:1 14297:1 14315:3 14331:1 14339:1 14345:1 14356:1 14365:1 14383:1 14390:3 14392:2 14399:2 14423:2 14429:1 14441:1 14442:1 14454:1 14458:11 14469:2 14480:2 14484:2 14499:1 14513:1 14530:2 14540:1 14550:10 14563:1 14565:1 14572:2 14601:3 14604:1 14619:1 14621:1 14657:1 14658:1 14664:1 14682:1 14686:4 14694:1 14698:3 14699:2 14708:2 14709:3 14714:2 14716:1 14717:2 14718:3 14733:1 14738:1 14761:1 14791:1 14795:1 14800:1 14820:1 14823:1 14832:1 14836:1 14837:2 14870:1 14874:1 14877:1 14896:1 14901:1 14925:2 14926:2 14944:1 14961:1 14985:1 14996:1 15002:3 15014:1 15016:2 15020:1 15028:2 15035:1 15038:1 15046:2 15064:2 15066:1 15080:1 15086:1 15095:2 15096:1 15100:1 15106:1 15110:3 15111:1 15144:1 15153:1 15165:2 15168:1 15239:1 15251:1 15268:1 15276:5 15281:1 15291:3 15297:1 15307:1 15319:1 15328:1 15357:1 15358:4 15370:2 15379:1 15398:1 15406:1 15413:1 15430:1 15442:1 15453:2 15463:1 15464:1 15501:2 15524:1 15541:1 15543:1 15547:1 15557:1 15575:1 15591:1 15599:6 15602:1 15605:1 15613:2 15646:1 15700:1 15718:1 15734:1 15776:1 15788:1 15794:1 15797:1 15803:1 15805:1 15810:2 15826:3 15828:1 15847:1 15867:4 15887:1 15893:1 15902:2 15903:3 15931:1 15937:2 15943:1 15952:1 15960:1 15967:5 15978:3 15989:2 15990:1 15996:1 16026:2 16043:2 16056:1 16068:2 16070:1 16085:1 16099:3 16109:1 16129:1 16136:2 16144:6 16150:1 16213:2 16217:2 16225:3 16239:1 16247:1 16260:6 16262:1 16264:1 16265:1 16268:1 16271:1 16282:1 16288:1 16295:1 16296:1 16312:1 16320:1 16361:1 16383:1 16404:1 16405:1 16417:1 16425:2 16427:1 16434:1 16460:1 16466:1 16483:1 16523:2 16564:1 16567:1 16568:3 16580:5 16588:1 16593:1 16601:1 16630:1 16649:2 16668:1 16682:1 16685:1 16687:1 16691:1 16697:1 16720:1 16724:1 16725:2 16738:1 16743:1 16783:1 16786:2 16799:1 16807:1 16813:1 16825:1 16849:1 16852:1 16859:1 16865:2642 16873:1 16877:1 16880:1 16906:1 16923:1 16926:1 16927:1 16939:1 16961:3 16974:1 17003:1 17004:2 17020:1 17040:1 17043:1 17044:1 17046:1 17047:1 17051:1 17053:1 17060:1 17089:1 17096:1 17135:2 17139:2 17148:1 17175:1 17187:1 17188:1 17219:1 17244:1 17248:1 17256:2 17266:1 17274:1 17283:1 17285:1 17292:1 17294:1 17318:1 17323:3 17331:1 17338:1 17341:1 17348:1 17357:1 17360:1 17366:4 17395:1 17419:1 17444:1 17469:1 17475:1 17486:1 17499:1 17507:1 17515:3 17516:1 17535:1 17536:1 17544:1 17556:1 17560:3 17580:1 17584:1 17596:2 17601:1 17603:1 17620:5 17669:6 17672:1 17673:1 17678:1 17694:1 17697:2 17700:1 17705:1 17709:1 17710:1 17714:1 17715:2 17720:1 17722:1 17736:1 17739:3 17740:1 17743:1 17744:1 17755:1 17760:3 17766:1 17769:1 17782:1 17789:2 17790:1 17795:1 17807:1 17812:1 17815:2 17834:1 17850:1 17864:1 17869:1 17880:1 17889:1 17911:2 17914:3 17916:2 17925:1 17958:1 17963:1 17968:1 17970:1 17973:1 17984:1 17992:2 17998:2 18004:3 18018:1 18025:2 18037:1 18047:1 18059:1 18061:1 18065:1 18075:1 18079:1 18080:1 18091:2 18111:1 18112:1 18113:2 18120:2 18128:1 18155:1 18159:1 18162:5 18166:1 18191:1 18197:1 18209:1 18222:3 18224:1 18226:2 18227:2 18232:1 18240:1 18245:1 18253:1 18261:2 18265:3 18284:1 18286:1 18288:1 18292:4 18295:1 18300:2 18303:1 18304:1 18306:1 18320:1 18329:1 18332:1 18348:1 18358:1 18360:1 18361:1 18384:4 18388:1 18391:1 18393:1 18399:1 18404:1 18409:1 18445:1 18450:1 18459:1 18475:1 18478:1 18486:1 18491:1 18514:1 18515:1 18522:1 18525:1 18542:6 18548:1 18558:1 18560:1 18562:1 18564:1 18576:1 18588:2 18602:1 18604:1 18631:1 18634:1 18642:1 18655:1 18657:2 18665:1 18685:1 18701:1 18711:1 18712:1 18714:1 18722:1 18727:1 18734:1 18738:1 18752:1 18756:1 18767:1 18769:2 18784:1 18786:1 18794:1 18815:1 18817:2 18822:2 18824:1 18836:1 18840:1 18842:2 18860:1 18877:6 18880:1 18881:2 18886:2 18891:3 18898:2 18900:1 18911:2 18913:1 18919:1 18929:1 18931:1 18935:1 18993:1 18997:3 19006:1 19024:1 19027:1 19031:1 19036:2 19037:1 19052:1 19054:1 19057:1 19059:1 19062:1 19072:1 19076:2 19082:1 19089:2 19090:1 19099:1 19100:1 19103:1 19107:1 19108:2 19111:1 19118:3 19135:1 19137:1 19160:2 19162:1 19185:1 19191:2 19195:1 19198:1 19208:2 19210:1 19215:3 19217:1 19221:1 19223:1 19235:1 19245:2 19251:1 19257:1 19258:1 19262:1 19287:1 19306:2 19317:2 19323:1 19331:1 19334:3 19339:1 19351:1 19354:1 19358:1 19359:2 19361:1 19362:2 19363:1 19367:2 19368:1 19377:1 19381:3 19382:1 19383:2 19388:1 19396:1 19433:1 19446:1 19458:1 19466:2 19468:3 19473:1 19476:1 19490:1 19491:1 19493:1 19494:1 19497:1 19526:1 19538:1 19549:1 19561:1 19564:1 19568:1 19606:1 19612:3 19613:1 19621:1 19630:1 19642:1 19660:1 19669:1 19672:2 19675:1 19676:1 19678:1 19688:6 19704:1 19710:2 19724:1 19730:3 19735:3 19736:1 19749:1 19751:1 19773:2 19801:1 19806:2 19807:2 19810:1 19811:1 19813:1 19818:1 19822:1 19825:1 19831:2 19832:1 19834:1 19836:1 19837:1 19840:2 19842:7 19848:1 19854:1 19869:1 19873:1 19905:1 19949:2 19951:1 19952:1 19953:1 19954:3 19959:1 19995:1 20001:1 20002:3 20013:1 20017:4 20020:2 20040:2 20043:1 20050:2 20067:2 20078:1 20097:1 20120:1 20126:1 20147:1 20150:1 20162:1 20172:6 20183:2 20194:1 20203:4 20210:1 20218:2 20238:9 20240:1 20244:1 20250:1 20258:1 20285:1 20302:1 20307:2 20308:1 20310:1 20337:1 20360:1 20369:1 20377:2 20398:4 20405:1 20447:1 20453:1 20471:1 20477:1 20488:1 20489:1 20495:1 20497:1 20507:1 20524:1 20530:2 20535:1 20568:1 20577:1 20593:1 20615:1 20625:1 20650:1 20651:1 20657:1 20662:2 20670:1 20672:1 20679:1 20680:1 20687:1 20705:1 20716:1 20719:1 20721:5 20727:1 20737:1 20750:2 20768:1 20785:1 20793:2 20797:3 20806:1 20819:2 20828:1 20836:1 20838:1 20844:1 20846:1 20847:1 20865:3 20870:1 20880:1 20899:1 20901:1 20926:4 20933:1 20938:3 20952:2 20973:1 20992:2 20993:1 20997:1 21016:1 21023:1 21025:1 21029:1 21033:1 21039:1 21043:1 21069:1 21074:1 21099:3 21100:1 21119:3 21121:1 21123:1 21129:2 21133:1 21136:1 21145:1 21159:1 21165:1 21170:1 21176:1 21180:1 21182:1 21185:1 21225:1 21227:1 21228:1 21231:2 21236:1 21245:1 21254:1 21260:1 21262:1 21265:1 21266:1 21277:1 21279:2 21282:3 21284:1 21288:1 21306:3 21311:2 21323:1 21328:1 21344:1 21355:4 21369:1 21379:1 21381:1 21385:1 21400:1 21406:1 21410:1 21418:3 21429:1 21438:1 21448:1 21454:1 21455:2 21458:1 21469:1 21495:1 21504:1 21514:2 21522:1 21526:1 21541:1 21556:3 21564:1 21569:1 21593:1 21617:1 21624:1 21631:1 21639:2 21643:1 21645:1 21653:1 21655:1 21695:1 21702:2 21704:1 21705:1 21720:1 21729:1 21745:1 21746:1 21788:2 21793:1 21796:1 21822:1 21841:1 21845:1 21853:1 21868:1 21869:1 21887:1 21897:1 21908:1 21909:5 21931:2 21932:2 21942:1 21963:1 21969:1 21971:1 21987:1 22003:1 22015:1 22020:5 22028:1 22051:1 22059:1 22060:1 22061:2 22077:1 22114:3 22129:1 22130:1 22136:2 22154:1 22161:1 22166:1 22179:2 22182:1 22185:1 22198:2 22204:2 22209:1 22215:1 22218:1 22222:1 22223:3 22234:1 22243:1 22246:1 22284:2 22299:3 22301:2 22330:1 22334:2 22335:2 22338:1 22340:2 22341:1 22342:2 22343:1 22349:1 22350:1 22355:1 22359:1 22361:1 22380:2 22421:1 22423:1 22440:2 22450:3 22460:3 22463:2 22470:1 22471:1 22476:1 22477:1 22478:1 22493:1 22494:4 22496:2 22503:1 22509:1 22525:1 22530:1 22551:1 22564:1 22567:1 22587:3 22596:1 22598:1 22603:1 22605:2 22633:1 22634:1 22668:5 22672:2 22698:1 22720:1 22725:1 22755:2 22793:1 22808:1 22822:4 22832:1 22840:3 22843:1 22850:1 22854:7 22861:3 22879:2 22881:1 22882:1 22883:1 22885:1 22887:1 22933:2 22946:3 22948:1 22956:1 22963:1 22964:1 23003:4 23008:3 23019:1 23020:1 23026:2 23028:2 23029:1 23034:1 23050:1 23051:2 23056:2 23057:1 23065:1 23099:1 23107:1 23118:1 23120:1 23135:1 23145:1 23148:1 23150:1 23165:2 23171:1 23200:1 23217:1 23239:2 23240:1 23241:1 23246:1 23268:1 23286:1 23294:2 23296:6 23313:1 23330:1 23417:1 23427:1 23429:1 23445:1 23465:1 23468:1 23470:2 23476:4 23533:1 23556:1 23568:1 23573:1 23592:3 23595:1 23599:2 23605:3 23626:1 23637:1 23679:1 23693:1 23696:1 23704:1 23705:1 23722:1 23723:1 23725:1 23727:1 23729:1 23735:1 23780:1 23789:2 23805:1 23813:1 23821:1 23827:1 23844:1 23848:1 23897:2 23899:1 23904:1 23916:1 23952:1 23970:1 23973:1 23975:1 23977:1 23981:1 23983:1 23992:1 24019:1 24030:1 24033:1 24038:3 24040:5 24041:1 24042:2 24051:1 24058:1 24073:1 24101:1 24106:1 24126:1 24135:1 24145:1 24170:1 24171:3 24188:1 24190:2 24192:3 24196:1 24214:1 24220:1 24224:1 24244:1 24251:1 24279:1 24291:1 24297:1 24303:3 24304:5 24315:1 24318:1 24328:1 24331:1 24333:1 24335:2 24337:1 24343:3 24348:1 24352:1 24355:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:4 24391:3 24398:1 24415:1 24425:1 24432:1 24436:1 24446:2 24449:1 24451:1 24457:1 24516:2 24522:1 24532:1 24536:1 24562:2 24563:1 24570:1 24571:1 24578:3 24583:2 24584:1 24585:1 24591:1 24593:3 24628:2 24640:1 24649:2 24650:3 24653:1 24655:2 24671:1 24698:1 24705:1 24716:1 24720:1 24737:1 24742:3 24756:4 24763:1 24798:2 24813:1 24819:1 24821:3 24824:1 24835:1 24842:1 24847:1 24848:1 24866:1 24871:1 24874:2 24875:1 24884:2 24885:1 24888:1 24891:3 24893:1 24894:2 24895:1 24905:1 24908:2 24910:1 24913:1 24916:3 24917:6 24921:1 24924:1 24927:2 24930:2 24950:1 24959:2 24960:1 24967:1 24987:1 24993:5 24999:1 25007:1 25025:1 25027:7 25028:1 25030:1 25055:1 25056:1 25086:2 25093:1 25098:2 25109:1 25123:1 25127:1 25130:1 25134:1 25138:1 25178:1 25195:1 25199:1 25200:2 25209:1 25217:1 25226:1 25251:1 25269:2 25302:1 25307:1 25319:1 25345:2 25355:1 25373:1 25374:1 25380:2 25405:1 25408:1 25422:1 25426:2 25427:1 25434:1 25437:1 25451:1 25453:2 25491:3 25499:1 25501:1 25506:1 25514:1 25519:2 25528:1 25530:1 25536:1 25540:1 25555:1 25564:1 25565:1 25566:2 25570:1 25578:20 25581:1 25583:3 25597:1 25606:1 25608:1 25611:1 25617:4 25624:1 25636:1 25639:1 25642:1 25653:1 25662:1 25676:3 25686:1 25694:1 25713:5 25723:4 25729:1 25757:11 25766:1 25802:1 25812:1 25822:1 25829:2 25841:1 25844:1 25851:1 25862:1 25868:1 25873:1 25896:2 25921:2 25933:2 25935:1 25937:2 25944:1 25947:2 25965:1 25970:1 25972:1 25990:1 26005:1 26006:2 26008:2 26012:1 26013:2 26020:1 26024:2 26034:1 26035:1 26039:1 26065:3 26068:1 26072:2 26076:3 26077:5 26100:1 26111:1 26116:1 26118:1 26127:1 26128:1 26132:2 26137:1 26144:3 26191:4 26196:1 26204:1 26223:1 26238:1 26263:1 26285:1 26290:1 26295:3 26296:2 26351:1 26356:3 26381:1 26400:1 26410:1 26421:1 26436:2 26442:1 26445:2 26448:1 26468:2 26469:2 26473:1 26477:3 26488:1 26502:1 26512:2 26529:1 26545:1 26549:1 26558:1 26562:2 26577:3 26584:3 26591:1 26597:1 26599:1 26610:1 26628:3 26630:1 26635:1 26649:1 26652:1 26653:1 26660:4 26670:1 26686:1 26689:1 26691:1 26705:4 26709:1 26724:1 26732:3 26733:5 26740:3 26748:1 26749:1 26751:1 26753:1 26756:7 26794:5 26798:1 26805:4 26809:1 26813:1 26817:1 26835:1 26845:1 8 1:4 9:1 20:1 35:1 39:1 42:2 80:3 86:1 110:1 117:1 122:1 142:1 144:1 156:1 161:1 162:1 179:1 187:1 192:4 205:2 210:1 213:1 224:1 229:4 236:1 247:1 262:1 287:1 319:3 320:1 321:1 342:1 343:1 353:3 384:1 392:2 411:1 413:2 426:2 448:1 452:1 466:1 472:1 484:2 497:1 538:1 545:1 556:1 558:2 563:1 565:2 579:4 605:8 626:1 635:1 636:1 643:7 661:1 663:1 664:1 666:1 667:1 708:1 747:2 758:1 766:1 812:6 817:2 818:1 819:1 831:1 832:1 839:5 844:1 848:1 860:1 874:1 893:1 899:1 904:6 908:2 916:1 939:1 940:1 942:4 951:1 956:1 971:1 998:1 1001:1 1013:3 1017:1 1033:1 1039:2 1048:1 1067:5 1077:1 1087:1 1100:2 1108:1 1113:1 1118:1 1123:1 1124:1 1126:1 1127:1 1132:1 1134:1 1137:1 1138:1 1143:1 1151:1 1157:1 1159:1 1166:1 1167:1 1174:1 1176:1 1179:5 1180:2 1185:1 1186:1 1187:1 1189:1 1201:1 1206:1 1214:2 1222:1 1229:2 1236:1 1247:1 1255:1 1266:1 1270:1 1271:1 1278:1 1286:1 1288:1 1297:1 1303:1 1305:1 1309:1 1310:1 1315:1 1319:2 1322:5 1325:5 1331:1 1343:2 1358:1 1361:3 1368:5 1385:3 1403:1 1409:1 1412:1 1413:3 1425:1 1433:1 1445:6 1449:1 1458:2 1463:2 1470:1 1486:1 1499:1 1516:2 1527:1 1529:3 1533:3 1537:1 1555:1 1561:1 1572:3 1576:1 1577:2 1587:1 1591:1 1594:1 1607:1 1612:2 1617:1 1618:2 1628:1 1629:1 1632:1 1640:1 1644:2 1647:2 1667:1 1670:1 1681:1 1685:1 1686:1 1690:1 1695:1 1703:2 1719:1 1725:1 1726:2 1731:1 1739:5 1745:1 1749:1 1751:1 1755:2 1766:1 1768:3 1774:1 1785:1 1787:1 1793:1 1798:3 1804:1 1805:1 1811:1 1813:2 1815:1 1828:1 1843:1 1847:1 1889:1 1891:6 1911:1 1915:1 1918:1 1922:2 1930:1 1954:1 1958:1 1965:1 1966:1 1976:1 1979:1 1981:1 1994:1 2026:7 2046:1 2064:1 2085:1 2101:1 2116:1 2127:1 2138:1 2143:1 2156:2 2157:1 2158:1 2160:8 2161:2 2163:1 2170:4 2172:1 2177:2 2179:1 2181:2 2183:1 2184:8 2186:3 2190:3 2192:2 2195:5 2197:1 2199:1 2228:1 2237:1 2248:3 2250:1 2255:1 2260:2 2263:1 2271:1 2274:1 2278:1 2281:1 2284:1 2317:1 2363:1 2386:1 2403:1 2410:1 2454:1 2466:1 2473:1 2509:1 2523:1 2528:1 2529:1 2530:1 2533:1 2545:1 2547:1 2548:1 2552:1 2560:1 2561:1 2562:1 2564:1 2566:3 2578:1 2581:1 2586:1 2587:1 2588:1 2602:2 2604:1 2606:1 2621:1 2635:3 2646:1 2657:1 2659:1 2660:1 2666:2 2677:1 2683:1 2684:1 2708:1 2713:2 2719:2 2726:10 2738:1 2749:2 2750:2 2761:1 2765:1 2772:1 2776:5 2781:1 2794:1 2813:1 2827:1 2833:1 2835:2 2836:2 2838:1 2847:1 2894:1 2905:1 2916:1 2938:1 2943:2 2944:1 2952:1 2959:1 2966:1 2975:1 2998:1 3004:2 3009:2 3017:1 3019:1 3045:1 3082:1 3086:1 3087:3 3090:3 3093:5 3094:2 3106:1 3116:7 3120:1 3129:1 3148:1 3166:1 3176:1 3182:1 3203:1 3237:1 3253:2 3260:1 3262:1 3263:1 3271:1 3276:1 3300:1 3313:1 3327:1 3342:1 3354:1 3365:1 3373:1 3374:2 3386:1 3393:2 3408:1 3414:1 3426:2 3430:1 3434:1 3445:1 3451:1 3454:4 3456:2 3466:2 3474:1 3475:1 3487:2 3491:1 3507:2 3511:1 3517:1 3518:1 3532:1 3533:1 3551:1 3555:1 3559:2 3563:2 3569:1 3581:1 3585:1 3587:1 3588:1 3592:3 3605:1 3614:1 3617:1 3623:1 3626:1 3632:1 3640:2 3650:1 3652:1 3660:2 3663:2 3668:2 3674:1 3686:2 3694:2 3701:1 3702:1 3720:1 3731:1 3732:1 3734:1 3743:1 3746:1 3748:1 3749:1 3755:1 3757:3 3763:1 3767:2 3770:1 3774:1 3776:1 3782:2 3785:2 3786:6 3804:1 3809:1 3831:1 3838:1 3841:2 3847:1 3853:1 3856:1 3862:1 3894:1 3906:1 3909:1 3910:1 3919:1 3924:1 3926:1 3928:1 3936:2 3946:2 3959:3 3960:1 3962:5 3968:1 3975:1 3990:1 4011:4 4022:1 4027:1 4037:1 4040:6 4041:1 4059:2 4071:1 4075:2 4078:2 4092:1 4131:1 4135:4 4136:1 4139:1 4140:1 4152:1 4153:1 4159:1 4176:2 4182:1 4189:1 4202:1 4208:1 4213:2 4235:3 4243:1 4277:1 4281:1 4292:2 4301:1 4319:4 4328:2 4354:3 4364:1 4367:1 4370:1 4377:1 4383:1 4388:1 4389:4 4391:1 4393:1 4395:1 4418:1 4423:1 4428:2 4444:1 4448:1 4488:1 4505:3 4528:1 4533:18 4534:1 4541:1 4552:1 4559:1 4583:1 4589:1 4615:1 4628:1 4632:4 4646:8 4648:6 4649:1 4651:1 4654:2 4655:2 4657:2 4660:3 4662:2 4667:1 4669:1 4671:3 4672:1 4673:7 4676:2 4689:1 4696:1 4719:1 4720:2 4745:1 4748:1 4788:1 4791:5 4814:1 4821:1 4827:1 4835:1 4841:2 4843:1 4851:1 4862:1 4868:1 4886:4 4889:1 4893:1 4919:1 4933:1 4942:1 4953:2 4955:1 4970:1 4973:2 4981:2 5010:1 5011:1 5061:2 5092:1 5100:2 5120:1 5125:1 5135:1 5139:1 5141:1 5143:1 5146:2 5147:1 5150:1 5157:2 5160:1 5162:2 5168:1 5170:1 5197:1 5201:2 5217:3 5225:1 5226:1 5238:1 5260:1 5266:1 5268:1 5269:1 5271:1 5282:1 5283:1 5290:1 5292:1 5297:1 5319:1 5335:1 5385:2 5397:1 5402:4 5411:1 5430:3 5460:1 5467:3 5494:1 5505:2 5524:4 5526:2 5529:1 5548:4 5568:2 5574:1 5583:1 5595:1 5600:1 5614:2 5618:2 5637:2 5639:2 5640:1 5663:1 5675:1 5683:1 5705:1 5710:1 5728:1 5731:3 5737:1 5757:1 5762:8 5766:1 5770:1 5779:1 5784:1 5798:1 5813:8 5840:1 5850:6 5852:3 5857:1 5859:1 5860:4 5861:3 5863:2 5865:2 5866:1 5870:3 5871:1 5873:1 5875:3 5877:5 5880:1 5891:1 5902:1 5904:1 5914:1 5915:1 5933:1 5951:1 5960:3 5985:1 5999:1 6003:4 6006:2 6013:2 6014:1 6023:1 6027:1 6039:1 6052:1 6060:1 6066:1 6068:1 6070:1 6074:1 6077:2 6089:1 6093:1 6100:1 6109:1 6127:1 6136:1 6138:1 6152:1 6161:1 6173:1 6174:1 6197:2 6212:1 6215:1 6225:1 6227:1 6228:1 6230:1 6233:2 6235:1 6259:3 6264:2 6267:1 6276:1 6283:1 6289:1 6292:4 6295:7 6296:1 6298:2 6299:1 6306:1 6307:1 6311:2 6314:1 6319:5 6320:2 6322:1 6330:3 6378:2 6379:1 6386:1 6390:1 6396:1 6398:1 6411:1 6421:1 6425:2 6447:1 6457:1 6464:1 6469:1 6478:1 6480:1 6485:1 6494:2 6500:1 6501:1 6504:1 6512:2 6516:1 6517:2 6518:1 6526:1 6529:1 6530:1 6532:1 6538:3 6553:1 6557:1 6566:1 6579:1 6581:1 6599:3 6601:1 6607:1 6621:1 6623:2 6628:1 6629:1 6637:1 6645:1 6663:1 6681:1 6688:2 6689:1 6694:1 6700:2 6722:2 6728:3 6730:1 6733:1 6741:2 6743:3 6747:5 6773:1 6777:1 6787:1 6792:1 6814:1 6824:8 6845:6 6847:1 6851:2 6865:1 6888:2 6903:1 6919:1 6927:2 6977:1 6979:1 7025:3 7037:10 7038:5 7040:1 7057:1 7060:1 7061:4 7089:1 7092:1 7099:44 7107:1 7119:10 7120:6 7141:1 7142:1 7155:2 7158:1 7174:1 7180:1 7187:1 7194:2 7208:3 7233:1 7256:4 7269:2 7278:1 7292:2 7302:1 7311:2 7322:5 7332:1 7346:1 7350:1 7353:1 7358:1 7372:1 7379:1 7384:1 7387:2 7417:3 7421:2 7444:1 7461:2 7475:1 7479:1 7483:1 7486:1 7494:3 7497:1 7543:1 7563:1 7564:19 7582:1 7642:3 7643:1 7649:1 7654:1 7659:1 7673:1 7680:1 7695:2 7706:1 7710:2 7719:7 7720:1 7725:2 7750:1 7754:1 7767:1 7780:1 7785:1 7788:1 7796:2 7801:1 7814:1 7863:1 7864:1 7869:1 7870:2 7871:1 7872:4 7874:1 7876:2 7878:2 7884:2 7885:1 7887:2 7907:3 7914:1 7918:1 7921:1 7923:1 7960:1 7968:6 8014:1 8026:4 8028:2 8035:2 8068:1 8069:1 8070:1 8083:1 8094:1 8101:1 8123:2 8130:1 8134:1 8138:1 8141:2 8142:1 8148:1 8158:1 8168:2 8170:1 8172:3 8173:1 8219:1 8223:2 8224:2 8225:2 8229:1 8234:1 8242:2 8246:1 8254:1 8266:1 8274:1 8284:5 8285:4 8300:2 8336:1 8344:1 8345:1 8376:1 8389:2 8401:2 8409:1 8412:1 8415:1 8416:1 8421:2 8423:1 8436:1 8439:3 8440:1 8442:1 8464:1 8465:2 8468:2 8469:3 8504:1 8506:1 8509:1 8512:1 8521:1 8523:1 8526:1 8537:2 8564:1 8570:1 8589:1 8591:1 8610:1 8618:1 8631:1 8634:2 8646:2 8649:2 8662:1 8669:1 8679:1 8687:1 8696:1 8699:1 8700:1 8703:2 8713:1 8715:2 8718:1 8725:2 8731:1 8732:2 8735:1 8747:1 8750:1 8762:1 8763:3 8768:2 8775:1 8781:1 8788:1 8858:1 8890:2 8910:1 8925:2 8944:4 8950:3 8952:1 8957:3 8966:1 8979:1 9016:1 9028:2 9073:1 9078:1 9079:1 9089:1 9102:1 9109:2 9121:1 9130:1 9131:1 9137:1 9138:2 9149:1 9151:2 9164:1 9167:1 9176:5 9189:3 9191:1 9200:1 9211:1 9231:1 9245:3 9246:2 9257:1 9270:1 9289:2 9291:2 9312:1 9317:1 9326:1 9347:1 9408:1 9414:1 9425:2 9427:1 9437:4 9446:1 9454:1 9478:1 9489:1 9491:1 9492:1 9499:1 9501:1 9504:1 9510:1 9515:2 9520:1 9523:1 9524:4 9528:1 9530:1 9554:1 9556:3 9570:1 9583:1 9593:1 9597:5 9601:4 9603:1 9630:8 9639:2 9644:1 9648:1 9663:1 9671:2 9677:1 9687:1 9695:1 9712:1 9721:1 9731:1 9734:1 9765:2 9770:1 9772:1 9773:1 9783:1 9790:1 9794:3 9797:1 9799:2 9801:5 9809:1 9810:1 9839:1 9842:1 9843:1 9844:1 9846:1 9853:2 9858:1 9860:1 9866:2 9879:4 9885:1 9886:1 9888:1 9906:1 9947:3 9950:1 9966:1 9968:1 9974:3 9976:4 9983:4 9986:3 9987:6 9990:2 9992:2 9996:1 9997:1 10004:1 10008:1 10027:1 10029:1 10051:2 10076:1 10080:1 10081:2 10091:1 10099:1 10101:2 10103:1 10111:1 10114:1 10141:1 10146:1 10147:1 10181:1 10229:1 10240:1 10241:1 10257:4 10270:2 10283:1 10307:4 10308:1 10318:1 10321:1 10323:2 10324:1 10325:1 10334:2 10349:1 10351:1 10352:2 10364:1 10382:2 10386:1 10387:3 10403:1 10406:1 10412:4 10432:1 10439:1 10443:1 10444:1 10453:2 10459:1 10473:4 10474:1 10483:1 10485:1 10488:1 10504:1 10506:1 10514:1 10526:2 10542:1 10551:1 10563:1 10586:1 10588:4 10592:2 10615:1 10623:2 10625:1 10626:1 10633:2 10636:2 10640:1 10642:1 10643:1 10647:1 10654:5 10655:1 10664:3 10708:3 10713:2 10717:1 10719:1 10724:1 10726:2 10731:1 10735:2 10747:1 10750:1 10764:1 10765:1 10771:1 10778:1 10782:1 10791:1 10831:1 10838:1 10851:1 10852:1 10855:1 10856:2 10904:1 10911:1 10913:1 10928:1 10933:2 10971:1 10977:2 10982:1 10984:1 11000:1 11022:3 11023:2 11041:1 11052:1 11053:1 11054:2 11057:3 11058:1 11066:1 11074:2 11079:1 11086:1 11089:2 11090:1 11105:1 11108:1 11138:1 11152:1 11157:1 11161:1 11163:6 11166:2 11182:1 11186:2 11200:1 11204:1 11215:1 11222:1 11239:2 11253:2 11254:1 11276:1 11281:1 11290:1 11310:1 11327:1 11328:1 11334:2 11336:1 11342:1 11356:2 11358:4 11359:1 11360:1 11367:1 11371:1 11373:1 11400:1 11415:1 11417:1 11435:1 11488:1 11506:1 11508:1 11525:2 11540:2 11541:1 11555:1 11579:1 11587:1 11602:1 11608:1 11669:1 11670:1 11674:1 11680:1 11681:1 11683:1 11684:1 11694:1 11724:1 11756:1 11790:1 11792:1 11793:1 11800:2 11801:1 11848:2 11869:1 11870:2 11871:1 11877:1 11879:1 11880:1 11882:1 11886:2 11898:1 11899:2 11900:1 11904:7 11908:1 11926:3 11936:2 11944:1 11945:1 11983:1 11992:2 12009:1 12017:1 12023:2 12024:5 12029:4 12094:14 12097:1 12124:1 12144:1 12146:1 12147:2 12148:2 12163:1 12170:2 12177:1 12207:1 12216:1 12223:1 12249:2 12250:1 12274:1 12299:1 12313:1 12322:3 12336:1 12342:1 12348:2 12355:4 12363:1 12378:1 12381:1 12388:3 12395:1 12415:2 12465:2 12491:1 12492:1 12502:1 12506:1 12507:3 12511:1 12520:1 12528:2 12545:1 12548:3 12552:1 12557:1 12576:1 12577:2 12580:2 12585:2 12596:1 12604:1 12609:1 12613:1 12619:2 12621:1 12636:1 12648:1 12665:1 12677:1 12678:1 12689:1 12696:3 12699:2 12712:3 12713:1 12733:2 12740:4 12744:2 12747:1 12769:1 12777:1 12789:1 12791:2 12802:1 12808:1 12811:1 12817:1 12822:1 12837:1 12852:1 12859:1 12869:1 12887:1 12898:1 12901:1 12906:2 12914:1 12924:6 12936:1 12944:1 12950:2 12959:1 12989:1 12990:1 12993:1 12999:1 13005:1 13009:1 13024:1 13063:1 13073:1 13080:1 13081:1 13088:1 13104:1 13110:1 13125:1 13127:1 13128:1 13133:2 13148:1 13161:1 13168:1 13179:1 13187:2 13204:1 13213:1 13216:1 13242:2 13268:1 13276:1 13278:1 13288:1 13291:1 13306:1 13308:3 13309:1 13310:2 13318:2 13321:1 13322:1 13325:1 13340:1 13343:1 13366:3 13373:1 13421:1 13422:3 13433:1 13475:1 13482:1 13490:1 13491:1 13496:1 13497:1 13508:1 13519:1 13544:1 13551:1 13560:2 13564:1 13581:1 13583:1 13584:2 13587:3 13590:2 13599:1 13624:6 13631:1 13633:1 13637:1 13646:1 13688:1 13703:2 13704:1 13712:1 13759:1 13763:1 13765:1 13777:1 13778:1 13782:1 13785:1 13792:1 13805:1 13808:1 13809:1 13814:2 13816:1 13820:2 13828:2 13842:1 13849:2 13851:1 13872:1 13879:2 13881:1 13886:1 13892:1 13893:1 13894:2 13911:1 13913:1 13914:1 13922:1 13951:1 13961:1 13962:2 13971:1 13984:2 13985:1 13987:1 13998:1 14005:1 14006:1 14009:1 14012:1 14015:2 14021:4 14041:1 14043:3 14047:2 14057:2 14059:2 14103:1 14114:3 14125:2 14133:1 14142:1 14148:1 14159:1 14163:1 14166:1 14174:1 14176:1 14178:1 14179:1 14184:5 14193:1 14198:1 14202:1 14203:1 14204:2 14211:2 14217:1 14242:3 14251:1 14254:1 14267:1 14272:1 14297:1 14315:3 14331:1 14339:1 14345:1 14356:1 14365:1 14383:1 14390:3 14392:2 14399:2 14423:2 14429:1 14441:1 14442:1 14454:1 14457:1 14458:11 14469:2 14480:2 14484:2 14494:1 14499:1 14513:1 14530:2 14540:1 14550:10 14563:1 14565:1 14572:2 14601:3 14604:1 14619:1 14621:1 14657:1 14658:1 14664:1 14682:1 14686:4 14694:1 14698:3 14699:2 14708:2 14709:4 14714:2 14716:1 14717:2 14718:3 14733:1 14738:1 14761:1 14791:1 14795:1 14800:1 14820:1 14823:1 14832:1 14835:1 14836:1 14837:2 14870:1 14874:1 14877:1 14896:1 14901:1 14925:2 14926:2 14944:1 14961:1 14985:1 14996:1 15002:3 15014:1 15016:2 15020:1 15028:3 15035:1 15038:1 15046:2 15064:2 15066:1 15080:1 15086:1 15095:2 15096:1 15100:1 15106:1 15110:3 15111:1 15144:1 15153:1 15165:2 15168:1 15239:1 15251:1 15268:1 15276:5 15281:1 15291:3 15297:1 15307:1 15319:1 15328:1 15357:1 15358:4 15370:2 15379:1 15398:1 15406:1 15413:1 15430:1 15442:1 15453:2 15463:1 15464:1 15501:2 15524:1 15541:1 15543:1 15547:1 15557:1 15575:1 15591:1 15599:6 15602:1 15605:1 15613:2 15646:1 15663:1 15690:1 15700:1 15718:1 15734:1 15776:1 15788:1 15794:1 15797:1 15803:1 15805:1 15810:2 15826:3 15828:1 15847:1 15867:4 15887:1 15893:1 15902:2 15903:3 15931:1 15937:2 15943:1 15952:1 15960:1 15967:5 15978:3 15989:2 15990:1 15996:1 16026:2 16043:2 16056:1 16068:2 16070:1 16085:1 16099:3 16109:1 16117:1 16129:1 16136:3 16144:6 16150:1 16213:2 16217:2 16225:3 16239:1 16247:1 16260:6 16262:1 16264:1 16265:1 16268:1 16271:1 16282:1 16288:1 16295:1 16296:1 16297:1 16312:1 16320:1 16361:1 16383:1 16404:1 16405:1 16417:1 16425:2 16427:1 16434:1 16460:1 16466:1 16483:1 16512:1 16523:2 16564:1 16567:1 16568:3 16580:5 16588:1 16593:1 16601:1 16630:1 16649:2 16668:1 16682:1 16685:1 16687:1 16691:1 16697:1 16720:1 16724:1 16725:2 16738:1 16743:1 16783:1 16786:2 16799:1 16807:1 16813:1 16825:1 16849:1 16852:1 16859:1 16865:2728 16873:1 16877:1 16880:1 16906:1 16923:1 16926:1 16927:1 16939:1 16961:3 16974:1 17003:1 17004:2 17020:1 17040:1 17043:1 17044:1 17046:1 17047:1 17051:1 17053:1 17060:1 17089:1 17096:1 17135:2 17139:2 17148:1 17175:1 17187:1 17188:1 17219:1 17244:1 17248:1 17256:2 17266:1 17274:1 17283:1 17285:1 17292:1 17294:1 17318:1 17323:3 17331:1 17338:1 17341:1 17348:1 17357:1 17360:1 17366:4 17395:1 17419:1 17444:1 17469:1 17475:1 17486:1 17499:1 17507:1 17515:3 17516:1 17535:1 17536:1 17544:1 17556:1 17560:3 17580:1 17584:1 17596:2 17601:1 17603:1 17620:5 17669:6 17672:1 17673:1 17678:1 17694:1 17697:2 17700:1 17705:1 17709:1 17710:1 17714:1 17715:2 17720:1 17722:1 17736:1 17739:3 17740:1 17743:1 17744:1 17755:1 17760:3 17766:1 17769:1 17782:1 17789:3 17790:1 17795:1 17807:1 17811:1 17812:1 17815:2 17834:1 17850:1 17864:1 17869:1 17880:1 17889:1 17911:2 17914:3 17916:2 17925:1 17958:1 17963:1 17968:1 17970:1 17973:1 17984:1 17992:2 17998:2 18004:3 18018:1 18025:2 18037:1 18047:1 18059:1 18061:1 18065:1 18075:1 18079:1 18080:1 18091:2 18111:1 18112:1 18113:2 18120:2 18128:1 18134:1 18155:1 18159:1 18162:5 18166:1 18191:1 18197:1 18209:1 18222:3 18224:1 18226:2 18227:2 18232:1 18240:1 18245:1 18253:1 18261:2 18265:3 18284:1 18286:1 18288:1 18292:4 18295:1 18300:2 18303:1 18304:1 18306:1 18320:1 18329:1 18332:1 18348:1 18358:1 18360:1 18361:1 18384:4 18388:1 18391:1 18393:1 18399:1 18404:1 18409:1 18445:1 18450:1 18459:1 18475:1 18478:1 18486:1 18491:1 18514:1 18515:1 18522:1 18525:1 18542:6 18548:1 18558:1 18560:1 18562:1 18564:1 18576:1 18588:2 18602:1 18604:1 18631:1 18634:1 18642:1 18655:1 18657:2 18665:1 18685:1 18701:1 18711:1 18712:1 18714:1 18722:1 18723:1 18727:1 18734:1 18736:1 18738:1 18752:1 18756:1 18767:1 18769:2 18784:1 18786:1 18794:1 18815:1 18817:2 18822:2 18824:1 18836:1 18840:3 18842:2 18860:1 18877:6 18880:1 18881:2 18886:2 18891:3 18898:2 18900:1 18911:2 18913:1 18919:1 18929:1 18931:1 18935:1 18993:1 18997:3 19004:1 19006:1 19024:1 19027:1 19031:1 19036:2 19037:1 19052:1 19054:1 19057:1 19059:1 19062:1 19072:2 19076:2 19082:1 19089:2 19090:1 19099:1 19100:1 19103:1 19107:1 19108:2 19111:1 19118:3 19135:1 19137:1 19160:3 19162:1 19185:1 19191:2 19195:1 19198:1 19208:2 19210:1 19215:3 19217:2 19221:1 19223:1 19235:1 19245:2 19251:1 19257:1 19258:1 19262:1 19287:1 19306:2 19317:2 19323:1 19331:1 19334:3 19339:1 19351:1 19354:1 19358:1 19359:2 19361:1 19362:2 19363:1 19367:2 19368:1 19377:1 19381:3 19382:1 19383:2 19388:1 19396:1 19433:1 19446:1 19458:1 19466:2 19468:3 19473:1 19476:1 19490:1 19491:1 19493:1 19494:1 19497:1 19526:1 19538:1 19549:1 19558:1 19561:1 19564:1 19568:1 19606:1 19612:3 19613:1 19621:1 19630:1 19642:1 19658:1 19660:1 19669:1 19672:2 19675:1 19676:1 19678:1 19682:1 19688:6 19694:1 19704:1 19710:2 19724:1 19730:4 19735:3 19736:1 19749:1 19751:1 19773:2 19801:1 19806:2 19807:2 19810:1 19811:1 19813:1 19818:1 19822:1 19825:1 19831:2 19832:2 19834:1 19836:1 19837:1 19840:3 19842:7 19848:1 19854:1 19869:1 19873:1 19905:1 19949:2 19951:1 19952:1 19953:1 19954:3 19959:1 19995:1 20001:1 20002:3 20013:1 20017:4 20020:2 20040:2 20043:1 20050:2 20067:2 20078:1 20097:1 20120:1 20126:1 20147:1 20150:1 20162:1 20172:7 20183:2 20194:1 20203:4 20210:1 20218:2 20238:9 20240:1 20244:1 20250:1 20258:1 20285:1 20302:1 20307:2 20308:1 20310:1 20337:1 20360:1 20369:1 20377:2 20398:6 20405:1 20440:1 20447:1 20453:1 20471:1 20477:1 20488:1 20489:1 20495:1 20497:1 20507:1 20524:1 20530:2 20535:1 20568:1 20577:1 20593:1 20615:1 20625:1 20650:1 20651:1 20657:1 20662:2 20670:2 20672:1 20679:1 20680:1 20687:1 20705:1 20716:1 20719:1 20721:5 20727:1 20737:1 20750:2 20768:1 20771:1 20785:1 20793:2 20797:4 20806:1 20819:2 20828:1 20836:1 20838:1 20844:1 20846:1 20847:1 20865:3 20870:1 20880:1 20899:1 20901:1 20926:4 20933:1 20938:4 20952:2 20973:1 20992:2 20993:1 20997:1 21016:1 21023:1 21025:1 21029:1 21033:1 21039:1 21043:1 21069:1 21074:1 21099:3 21100:1 21119:3 21121:1 21123:1 21129:2 21133:1 21136:1 21145:1 21159:1 21165:1 21170:1 21176:1 21180:1 21182:1 21185:1 21225:1 21227:1 21228:1 21231:2 21236:1 21245:1 21254:1 21260:1 21262:1 21265:1 21266:1 21277:2 21279:2 21282:3 21284:1 21288:1 21306:3 21311:2 21323:1 21328:1 21344:1 21355:4 21358:1 21369:1 21379:1 21381:1 21385:1 21400:1 21406:1 21410:1 21418:3 21429:2 21438:1 21448:1 21454:1 21455:2 21458:1 21469:1 21495:1 21504:1 21514:2 21522:1 21526:1 21541:1 21556:3 21564:1 21569:1 21575:1 21593:1 21617:1 21624:1 21631:1 21639:2 21643:1 21645:1 21653:1 21655:1 21695:1 21702:2 21704:1 21705:1 21720:1 21729:1 21745:1 21746:1 21788:2 21793:2 21796:1 21822:1 21841:1 21845:1 21853:1 21868:1 21869:1 21887:1 21897:1 21908:1 21909:6 21931:2 21932:2 21938:1 21942:1 21963:1 21969:1 21971:1 21987:1 22003:1 22015:1 22020:5 22028:1 22051:1 22059:1 22060:1 22061:2 22077:1 22114:3 22129:1 22130:1 22136:2 22154:1 22161:1 22166:1 22179:2 22182:1 22185:1 22198:2 22204:2 22209:1 22215:1 22218:1 22222:1 22223:3 22234:1 22239:1 22243:1 22246:1 22284:2 22299:3 22301:2 22329:1 22330:1 22334:2 22335:2 22338:1 22340:2 22341:1 22342:2 22343:1 22349:1 22350:1 22355:1 22359:1 22361:1 22380:2 22421:1 22423:1 22440:2 22450:3 22460:3 22463:2 22470:1 22471:1 22476:1 22477:1 22478:1 22493:1 22494:4 22496:2 22503:1 22509:1 22525:1 22530:1 22551:1 22564:1 22567:1 22587:3 22596:1 22598:1 22603:1 22605:2 22633:1 22634:1 22668:5 22672:2 22698:1 22720:1 22725:1 22755:2 22773:1 22793:1 22808:1 22822:4 22832:1 22840:3 22843:1 22850:1 22854:7 22861:3 22879:2 22881:1 22882:1 22883:1 22885:1 22887:1 22933:2 22946:3 22948:1 22956:1 22963:1 22964:1 23003:4 23008:3 23019:1 23020:1 23026:2 23028:2 23029:1 23034:1 23050:1 23051:2 23056:2 23057:1 23065:1 23099:1 23107:1 23118:1 23120:1 23135:1 23145:1 23148:1 23150:1 23165:2 23171:1 23200:1 23217:1 23239:2 23240:1 23241:1 23246:1 23268:1 23286:1 23294:3 23296:7 23313:1 23330:2 23417:1 23427:1 23429:1 23445:1 23465:1 23468:1 23470:2 23476:4 23533:1 23556:1 23568:1 23573:1 23592:3 23595:1 23599:2 23605:4 23626:1 23637:1 23679:1 23681:1 23693:1 23696:1 23704:1 23705:1 23722:1 23723:1 23725:1 23727:1 23729:1 23735:1 23774:1 23780:1 23789:2 23805:1 23813:1 23821:1 23827:1 23834:1 23844:1 23848:1 23897:2 23899:1 23904:1 23916:1 23952:1 23970:1 23973:1 23975:1 23977:1 23981:1 23983:1 23992:1 24019:1 24030:1 24033:1 24038:3 24040:5 24041:1 24042:2 24051:1 24058:1 24073:1 24101:1 24106:1 24126:1 24135:1 24145:1 24161:1 24170:1 24171:3 24188:1 24190:2 24192:3 24196:1 24214:2 24220:1 24224:1 24244:1 24251:1 24279:1 24291:1 24297:1 24303:3 24304:5 24315:1 24318:1 24328:1 24331:1 24333:1 24335:2 24337:1 24343:3 24348:1 24352:1 24355:1 24358:1 24372:1 24373:1 24382:1 24384:1 24389:4 24391:3 24398:1 24415:1 24425:1 24432:1 24436:1 24446:2 24449:1 24451:1 24457:1 24481:1 24516:2 24522:1 24532:1 24536:1 24562:2 24563:1 24570:1 24571:1 24578:3 24583:2 24584:1 24585:1 24591:1 24593:3 24628:3 24640:1 24649:2 24650:3 24653:1 24655:2 24671:1 24698:1 24705:1 24716:1 24720:1 24737:1 24742:3 24756:5 24763:1 24798:2 24813:1 24819:1 24821:3 24824:1 24835:1 24842:1 24846:1 24847:1 24848:1 24866:1 24871:1 24874:2 24875:1 24884:2 24885:1 24888:1 24891:3 24893:1 24894:2 24895:1 24905:1 24908:2 24910:1 24913:1 24916:3 24917:6 24921:1 24924:1 24927:2 24930:2 24950:1 24959:2 24960:2 24967:1 24969:1 24987:1 24991:1 24993:5 24999:1 25007:1 25025:1 25027:7 25028:1 25030:1 25055:1 25056:1 25086:2 25093:1 25098:2 25109:1 25123:1 25127:1 25130:1 25134:1 25138:1 25178:1 25195:1 25199:1 25200:2 25209:1 25217:1 25226:1 25251:1 25269:2 25302:1 25307:1 25319:1 25345:2 25355:1 25373:1 25374:1 25380:2 25405:1 25408:1 25422:1 25426:2 25427:1 25434:1 25437:1 25451:1 25453:2 25491:3 25499:1 25501:1 25506:1 25514:1 25519:2 25528:1 25530:1 25536:1 25540:2 25555:1 25564:1 25565:1 25566:2 25570:1 25578:20 25581:1 25583:3 25597:1 25606:1 25608:1 25611:1 25617:4 25624:1 25636:1 25639:1 25642:1 25653:1 25662:1 25676:3 25686:1 25694:1 25713:5 25723:4 25729:1 25757:11 25766:1 25802:1 25812:1 25822:1 25829:2 25841:1 25844:1 25851:1 25862:1 25868:1 25873:1 25896:2 25921:2 25933:2 25935:1 25937:2 25944:1 25947:2 25965:1 25970:1 25972:1 25990:1 26005:1 26006:2 26008:2 26012:1 26013:2 26020:1 26024:2 26031:1 26034:1 26035:1 26039:1 26065:3 26068:1 26072:2 26076:3 26077:5 26100:1 26111:1 26116:1 26118:1 26127:1 26128:1 26132:2 26137:1 26144:3 26191:4 26196:1 26204:1 26223:1 26238:1 26263:1 26285:1 26290:1 26295:3 26296:2 26351:1 26356:3 26381:1 26400:1 26410:1 26421:1 26436:2 26442:1 26445:2 26448:1 26468:2 26469:2 26473:1 26477:3 26488:1 26502:1 26512:2 26529:1 26545:1 26549:1 26558:1 26562:2 26577:3 26584:3 26591:1 26597:1 26599:2 26610:1 26628:3 26630:1 26635:1 26649:1 26652:1 26653:1 26660:4 26670:1 26686:1 26689:1 26691:1 26705:4 26709:1 26724:1 26732:3 26733:5 26740:3 26748:1 26749:1 26751:1 26753:1 26756:7 26794:5 26798:1 26805:4 26809:1 26813:1 26817:1 26835:1 26845:1
a22236b5efb523cb5aa36b067a270b382ca3ec8f
d465fcea94a1198464d7f8a912244e8a6dcf41f9
/system/kiks_contour.sci
5576947775bd8f920a1363928326e584d49438a7
[]
no_license
manasdas17/kiks-scilab
4f4064ed7619cad9e2117a6c0040a51056c938ee
37dc68914547c9d0f423008d44e973ba296de67b
refs/heads/master
2021-01-15T14:18:21.918789
2009-05-11T05:43:11
2009-05-11T05:43:11
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
590
sci
kiks_contour.sci
function [res] = kiks_contour(m) // Ouput variables initialisation (not found in input variables) res=[]; // Display mode mode(0); // Display warning for floating point exception ieee(1); // ----------------------------------------------------- // (c) 2000-2004 Theodor Storm <theodor@tstorm.se> // http://www.tstorm.se // ----------------------------------------------------- // !! L.8: Matlab toolbox(es) function bwmorph not converted, original calling sequence used res = bwmorph(m,"remove"); //b=filter2([0 1/4 0; 1/4 -1 1/4; 0 1/4 0],m); //res=(b<0); //inpolygon endfunction
a3dfba4d21dd5c5a2209006c773c56ec5a5b8afe
449d555969bfd7befe906877abab098c6e63a0e8
/3750/CH1/EX1.7/Ex1_7.sce
43d95025c0db912807a6d1f5deaaf5d7427dd40a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
169
sce
Ex1_7.sce
//Strength Of Material By G.H.Ryder //Chapter 1 //Example 7 //No Numerical Compution - Therotical Derivation to find condition for a column to have uniform strength
9909ca936e6fb6ca366029daa3773157b7fac9a6
090aefac4d8d48efba8d30891bd37b7b82b2ad91
/LP/haskell-project/tests/5.tst
5aed8f4d1d2886b4ed7bb1231f9a2f4069059a3e
[ "MIT" ]
permissive
landlockedboat/fib
04a3818091eeffcdb734c8db968024ac76e70e70
5b6c3d3029a49b06740a5ea6be81c39be3ff5173
refs/heads/master
2022-05-08T23:25:46.868058
2018-08-20T15:04:33
2018-08-20T15:04:33
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
251
tst
5.tst
let seq = (Seq [(Empty ("P")), (Assign ("X") (Const 3)), (Loop (Gt (Var "X") (Const 0)) (Seq [(Push ("P") (Var "X")), (Assign ("X") (Minus (Var "X") (Const 1))), (Print ("X"))]))]) let symt = (SymTable []) let ent = [] interpretCommand symt ent seq
ced299d4c29a9d0646196ed32260006ac6b5c760
449d555969bfd7befe906877abab098c6e63a0e8
/2135/CH6/EX6.27/Exa_6_27.sce
217716ed459fe2ac60f9dfac77e23e32116ed679
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
440
sce
Exa_6_27.sce
//Exa 6.27 clc; clear; close; format('v',7); //Given Data : ms=5;//Kg m2=140;//Kg p=10;//bar mc=20;//KJ/K t1=20;//degree C mwdot=20;//Kg t2=40;//degree C Cpw=4.19;//KJ/KgK hfg=2021.4;//KJ/Kg(at 10bar) ts=179.88;//degree C //ms*(x*hfg)+ms*Cpw*(ts-t2)=m2*Cpw*(t2-t1)+mc*(t2-t1) x=(m2*Cpw*(t2-t1)+mc*(t2-t1)-ms*Cpw*(ts-t2))/ms/hfg;//dryness disp(x,"Dryness fraction of steam : "); //Steam table is used to get some data.
755e6c7c97ba0e39fd56e79676e3c53a8336a91c
6e257f133dd8984b578f3c9fd3f269eabc0750be
/ScilabFromTheoryToPractice/Computing/testhypermat.sce
b29aa31027e3d0585985c0744e5c62fdedce1dc8
[]
no_license
markusmorawitz77/Scilab
902ef1b9f356dd38ea2dbadc892fe50d32b44bd0
7c98963a7d80915f66a3231a2235010e879049aa
refs/heads/master
2021-01-19T23:53:52.068010
2017-04-22T12:39:21
2017-04-22T12:39:21
89,051,705
0
0
null
null
null
null
UTF-8
Scilab
false
false
278
sce
testhypermat.sce
M = hypermat([2 3 4]) // 4 matrices of 2 rows and 3 columns M=M+1 // scalar addition ndims(M) // hypermatrix with 3 dimensions size(M) // size 2x3x4 typeof(M) // type hypermat N= hypermat([2 3 4],1:24) N(:,:,3) // 3rd "sub-matrix" M+N // addition
1257c722c7839519d2afe39f201c217cef3e1526
3cbdc2f272df05cfe8c6636d4504e9e3d2e4fe3f
/SciLab/binom.sce
c6f016a0350c5926963cdccf862d5aec988d0833
[]
no_license
bozhink/Code-Chunks
74355eb4c0d423c2f6484226e564030dff798678
860b7b8f53089ed96fd0ebead2e3eec16fa377cb
refs/heads/master
2020-12-24T06:19:04.343239
2019-11-13T14:09:15
2019-11-13T14:09:15
42,819,484
0
1
null
2019-11-13T14:09:16
2015-09-20T16:09:09
HTML
UTF-8
Scilab
false
false
196
sce
binom.sce
function z=Pochhammer1(x,n) z=x; for i=1:n-1 z=z*(x+i); end endfunction function z=BinomCoefficient(x,n) z=x/n; for i=1:n-1 z=z*((x-i)/n); end endfunction
8038f459b416803e44432a0d1cd7cc9a7fb068a0
449d555969bfd7befe906877abab098c6e63a0e8
/3869/CH1/EX1.28/Ex1_28.sce
d98865686acad38205d85318d002f9ec20f68e67
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
451
sce
Ex1_28.sce
clear // // // //Variable declaration i=60*%pi/180 //angle of incidence(radian) mew=1.33 //refractive index t=1.5*10**-6 //thickness(m) lamda=5*10**-7 //wavelength(m) //Calculation r=(180/%pi)*asin(sin(i)/mew) //angle of reflection(degrees) r=(r)*%pi/180 //angle of reflection(degrees) n=2*mew*t*cos(r)/lamda //order of interference //Result printf("\n order of interference is %0.3f ",n)
05ae2e68e9a89d2c7269823cd9277e829801c437
449d555969bfd7befe906877abab098c6e63a0e8
/1118/CH14/EX14.1/eg14_1.sce
c34f46baf2d4338e4398d5701bdb36ce6efc52ee
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
517
sce
eg14_1.sce
clear; clc; n=5; m=5; y=zeros(n,m); z12=(%i)*.2; z23=(%i)*.25; z34=(%i)*.3 z45=(%i)*.25; z14=(%i)*.5; z15=(%i)*.2; y(1,2)=1/z12; y(2,3)=1/z23; y(3,4)=1/z34; y(4,5)=1/z45; y(1,4)=1/z14; y(1,5)=1/z15; for i=1:1:n for j=1:1:m y(j,i)=(y(i,j)+y(i,j))/2; end end Y=y; for i=1:1:n for j=1:1:m if (i==j) then for k=1:1:n y(i,i)=y(i,i)+Y(j,k); end else y(i,j)=y(i,j)*(-1); end end end disp(y)
8ae57448dbe000d9ca052bb7027dd8b0bdf30f21
f542bc49c4d04b47d19c88e7c89d5db60922e34e
/PresentationFiles_Subjects - Kopie/CONT/RK17UPQ/ATWM1_Working_Memory_MEG_RK17UPQ_Session1/ATWM1_Working_Memory_MEG_Salient_Uncued_Run1.sce
55d5b0f1d7fd20a5036463dddeb5d0c6f8694383
[]
no_license
atwm1/Presentation
65c674180f731f050aad33beefffb9ba0caa6688
9732a004ca091b184b670c56c55f538ff6600c08
refs/heads/master
2020-04-15T14:04:41.900640
2020-02-14T16:10:11
2020-02-14T16:10:11
56,771,016
0
1
null
null
null
null
UTF-8
Scilab
false
false
48,408
sce
ATWM1_Working_Memory_MEG_Salient_Uncued_Run1.sce
# ATWM1 MEG Experiment scenario = "ATWM1_Working_Memory_MEG_salient_uncued_run1"; #scenario_type = fMRI; # Fuer Scanner #scenario_type = fMRI_emulation; # Zum Testen scenario_type = trials; # for MEG #scan_period = 2000; # TR #pulses_per_scan = 1; #pulse_code = 1; pulse_width=6; default_monitor_sounds = false; active_buttons = 2; response_matching = simple_matching; button_codes = 10, 20; default_font_size = 28; default_font = "Arial"; default_background_color = 0 ,0 ,0 ; write_codes=true; # for MEG only begin; #Picture definitions box { height = 300; width = 300; color = 0, 0, 0;} frame1; box { height = 290; width = 290; color = 255, 255, 255;} frame2; box { height = 30; width = 4; color = 0, 0, 0;} fix1; box { height = 4; width = 30; color = 0, 0, 0;} fix2; box { height = 30; width = 4; color = 255, 0, 0;} fix3; box { height = 4; width = 30; color = 255, 0, 0;} fix4; box { height = 290; width = 290; color = 128, 128, 128;} background; TEMPLATE "StimuliDeclaration.tem" {}; trial { sound sound_incorrect; time = 0; duration = 1; } wrong; trial { sound sound_correct; time = 0; duration = 1; } right; trial { sound sound_no_response; time = 0; duration = 1; } miss; # Start of experiment (MEG only) - sync with CTF software trial { picture { box frame1; x=0; y=0; box frame2; x=0; y=0; box background; x=0; y=0; bitmap fixation_cross_black; x=0; y=0; } expStart; time = 0; duration = 1000; code = "ExpStart"; port_code = 80; }; # baselinePre (at the beginning of the session) trial { picture { box frame1; x=0; y=0; box frame2; x=0; y=0; box background; x=0; y=0; bitmap fixation_cross_black; x=0; y=0; }default; time = 0; duration = 10000; #mri_pulse = 1; code = "BaselinePre"; port_code = 91; }; TEMPLATE "ATWM1_Working_Memory_MEG.tem" { trigger_encoding trigger_retrieval cue_time preparation_time encoding_time single_stimulus_presentation_time delay_time retrieval_time intertrial_interval alerting_cross stim_enc1 stim_enc2 stim_enc3 stim_enc4 stim_enc_alt1 stim_enc_alt2 stim_enc_alt3 stim_enc_alt4 trial_code stim_retr1 stim_retr2 stim_retr3 stim_retr4 stim_cue1 stim_cue2 stim_cue3 stim_cue4 fixationcross_cued retr_code the_target_button posX1 posY1 posX2 posY2 posX3 posY3 posX4 posY4; 42 62 292 292 399 125 2092 2992 2492 fixation_cross gabor_173 gabor_093 gabor_020 gabor_003 gabor_173 gabor_093_alt gabor_020 gabor_003_alt "1_1_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2500_gabor_patch_orientation_173_093_020_003_target_position_2_4_retrieval_position_2" gabor_circ gabor_093_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_1_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_093_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 1792 2992 1942 fixation_cross gabor_131 gabor_043 gabor_160 gabor_026 gabor_131 gabor_043 gabor_160_alt gabor_026_alt "1_2_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_1950_gabor_patch_orientation_131_043_160_026_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_026_framed blank blank blank blank fixation_cross_white "1_2_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_026_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 1792 2992 2342 fixation_cross gabor_170 gabor_150 gabor_116 gabor_135 gabor_170 gabor_150 gabor_116_alt gabor_135_alt "1_3_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2350_gabor_patch_orientation_170_150_116_135_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_135_framed blank blank blank blank fixation_cross_white "1_3_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_135_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 63 292 292 399 125 1892 2992 2442 fixation_cross gabor_179 gabor_142 gabor_112 gabor_036 gabor_179_alt gabor_142 gabor_112 gabor_036_alt "1_4_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_UncuedRetriev_300_300_399_1900_3000_2450_gabor_patch_orientation_179_142_112_036_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_158_framed gabor_circ blank blank blank blank fixation_cross_white "1_4_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_158_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 2242 2992 2092 fixation_cross gabor_018 gabor_064 gabor_134 gabor_044 gabor_018_alt gabor_064 gabor_134_alt gabor_044 "1_5_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_2100_gabor_patch_orientation_018_064_134_044_target_position_1_3_retrieval_position_1" gabor_018_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_5_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_018_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1792 2992 2592 fixation_cross gabor_040 gabor_056 gabor_145 gabor_083 gabor_040_alt gabor_056 gabor_145 gabor_083_alt "1_6_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2600_gabor_patch_orientation_040_056_145_083_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_129_framed blank blank blank blank fixation_cross_white "1_6_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_129_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1742 2992 2042 fixation_cross gabor_155 gabor_021 gabor_004 gabor_094 gabor_155_alt gabor_021 gabor_004 gabor_094_alt "1_7_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2050_gabor_patch_orientation_155_021_004_094_target_position_1_4_retrieval_position_1" gabor_110_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_7_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_110_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 1842 2992 2292 fixation_cross gabor_122 gabor_047 gabor_076 gabor_153 gabor_122_alt gabor_047_alt gabor_076 gabor_153 "1_8_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2300_gabor_patch_orientation_122_047_076_153_target_position_1_2_retrieval_position_2" gabor_circ gabor_047_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_8_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_047_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1992 2992 2592 fixation_cross gabor_091 gabor_015 gabor_038 gabor_144 gabor_091 gabor_015_alt gabor_038_alt gabor_144 "1_9_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2600_gabor_patch_orientation_091_015_038_144_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_173_framed gabor_circ blank blank blank blank fixation_cross_white "1_9_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_173_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 1842 2992 2492 fixation_cross gabor_061 gabor_173 gabor_086 gabor_144 gabor_061 gabor_173_alt gabor_086_alt gabor_144 "1_10_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2500_gabor_patch_orientation_061_173_086_144_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_086_framed gabor_circ blank blank blank blank fixation_cross_white "1_10_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_086_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 1992 2992 2242 fixation_cross gabor_094 gabor_155 gabor_006 gabor_044 gabor_094 gabor_155 gabor_006_alt gabor_044_alt "1_11_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_2250_gabor_patch_orientation_094_155_006_044_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_044_framed blank blank blank blank fixation_cross_white "1_11_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_044_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 64 292 292 399 125 1842 2992 2292 fixation_cross gabor_040 gabor_013 gabor_068 gabor_092 gabor_040_alt gabor_013 gabor_068 gabor_092_alt "1_12_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_UncuedRetriev_300_300_399_1850_3000_2300_gabor_patch_orientation_040_013_068_092_target_position_1_4_retrieval_position_2" gabor_circ gabor_013_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_12_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_013_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1892 2992 2092 fixation_cross gabor_178 gabor_053 gabor_141 gabor_033 gabor_178 gabor_053 gabor_141_alt gabor_033_alt "1_13_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2100_gabor_patch_orientation_178_053_141_033_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_005_framed gabor_circ blank blank blank blank fixation_cross_white "1_13_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_005_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 2042 2992 1992 fixation_cross gabor_019 gabor_124 gabor_176 gabor_143 gabor_019 gabor_124 gabor_176_alt gabor_143_alt "1_14_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2000_gabor_patch_orientation_019_124_176_143_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_036_framed gabor_circ blank blank blank blank fixation_cross_white "1_14_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_036_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 2192 2992 2392 fixation_cross gabor_149 gabor_018 gabor_105 gabor_178 gabor_149 gabor_018_alt gabor_105_alt gabor_178 "1_15_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2400_gabor_patch_orientation_149_018_105_178_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_105_framed gabor_circ blank blank blank blank fixation_cross_white "1_15_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_105_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 64 292 292 399 125 1892 2992 1942 fixation_cross gabor_075 gabor_048 gabor_030 gabor_107 gabor_075 gabor_048_alt gabor_030 gabor_107_alt "1_16_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_UncuedRetriev_300_300_399_1900_3000_1950_gabor_patch_orientation_075_048_030_107_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_030_framed gabor_circ blank blank blank blank fixation_cross_white "1_16_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_030_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1942 2992 2492 fixation_cross gabor_112 gabor_026 gabor_043 gabor_007 gabor_112_alt gabor_026_alt gabor_043 gabor_007 "1_17_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2500_gabor_patch_orientation_112_026_043_007_target_position_1_2_retrieval_position_2" gabor_circ gabor_164_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_17_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_164_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 2092 2992 2192 fixation_cross gabor_091 gabor_045 gabor_114 gabor_178 gabor_091 gabor_045 gabor_114_alt gabor_178_alt "1_18_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2200_gabor_patch_orientation_091_045_114_178_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_114_framed gabor_circ blank blank blank blank fixation_cross_white "1_18_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_114_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 2192 2992 1892 fixation_cross gabor_156 gabor_093 gabor_013 gabor_067 gabor_156_alt gabor_093_alt gabor_013 gabor_067 "1_19_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_1900_gabor_patch_orientation_156_093_013_067_target_position_1_2_retrieval_position_2" gabor_circ gabor_093_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_19_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_093_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 64 292 292 399 125 2192 2992 1942 fixation_cross gabor_099 gabor_131 gabor_170 gabor_150 gabor_099_alt gabor_131 gabor_170 gabor_150_alt "1_20_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_UncuedRetriev_300_300_399_2200_3000_1950_gabor_patch_orientation_099_131_170_150_target_position_1_4_retrieval_position_2" gabor_circ gabor_131_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_20_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_131_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 1742 2992 2242 fixation_cross gabor_065 gabor_005 gabor_091 gabor_021 gabor_065_alt gabor_005 gabor_091_alt gabor_021 "1_21_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2250_gabor_patch_orientation_065_005_091_021_target_position_1_3_retrieval_position_1" gabor_065_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_21_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_065_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1992 2992 2342 fixation_cross gabor_094 gabor_057 gabor_176 gabor_127 gabor_094_alt gabor_057_alt gabor_176 gabor_127 "1_22_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2350_gabor_patch_orientation_094_057_176_127_target_position_1_2_retrieval_position_2" gabor_circ gabor_010_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_22_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_010_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1792 2992 2442 fixation_cross gabor_039 gabor_075 gabor_054 gabor_012 gabor_039 gabor_075 gabor_054_alt gabor_012_alt "1_23_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2450_gabor_patch_orientation_039_075_054_012_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_102_framed gabor_circ blank blank blank blank fixation_cross_white "1_23_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_102_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 64 292 292 399 125 1942 2992 2442 fixation_cross gabor_107 gabor_084 gabor_138 gabor_172 gabor_107 gabor_084 gabor_138_alt gabor_172_alt "1_24_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_UncuedRetriev_300_300_399_1950_3000_2450_gabor_patch_orientation_107_084_138_172_target_position_3_4_retrieval_position_1" gabor_107_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_24_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_107_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 1792 2992 2042 fixation_cross gabor_116 gabor_180 gabor_100 gabor_141 gabor_116 gabor_180_alt gabor_100_alt gabor_141 "1_25_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2050_gabor_patch_orientation_116_180_100_141_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_100_framed gabor_circ blank blank blank blank fixation_cross_white "1_25_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_100_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 2092 2992 2042 fixation_cross gabor_063 gabor_142 gabor_169 gabor_122 gabor_063_alt gabor_142 gabor_169 gabor_122_alt "1_26_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2050_gabor_patch_orientation_063_142_169_122_target_position_1_4_retrieval_position_1" gabor_014_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_26_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_014_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 2142 2992 2342 fixation_cross gabor_093 gabor_115 gabor_070 gabor_007 gabor_093_alt gabor_115 gabor_070_alt gabor_007 "1_27_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2350_gabor_patch_orientation_093_115_070_007_target_position_1_3_retrieval_position_1" gabor_093_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_27_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_093_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1842 2992 2292 fixation_cross gabor_101 gabor_039 gabor_163 gabor_083 gabor_101 gabor_039_alt gabor_163_alt gabor_083 "1_28_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2300_gabor_patch_orientation_101_039_163_083_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_118_framed gabor_circ blank blank blank blank fixation_cross_white "1_28_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_118_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1742 2992 2142 fixation_cross gabor_056 gabor_010 gabor_072 gabor_038 gabor_056 gabor_010_alt gabor_072 gabor_038_alt "1_29_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2150_gabor_patch_orientation_056_010_072_038_target_position_2_4_retrieval_position_2" gabor_circ gabor_145_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_29_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_145_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1992 2992 1942 fixation_cross gabor_111 gabor_090 gabor_147 gabor_162 gabor_111 gabor_090_alt gabor_147 gabor_162_alt "1_30_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_1950_gabor_patch_orientation_111_090_147_162_target_position_2_4_retrieval_position_2" gabor_circ gabor_040_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_30_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_040_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 2092 2992 1892 fixation_cross gabor_011 gabor_071 gabor_091 gabor_147 gabor_011 gabor_071_alt gabor_091_alt gabor_147 "1_31_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_1900_gabor_patch_orientation_011_071_091_147_target_position_2_3_retrieval_position_2" gabor_circ gabor_118_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_31_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_118_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1892 2992 2142 fixation_cross gabor_016 gabor_145 gabor_082 gabor_061 gabor_016 gabor_145_alt gabor_082_alt gabor_061 "1_32_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2150_gabor_patch_orientation_016_145_082_061_target_position_2_3_retrieval_position_2" gabor_circ gabor_099_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_32_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_099_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 64 292 292 399 125 2242 2992 1992 fixation_cross gabor_070 gabor_149 gabor_100 gabor_032 gabor_070 gabor_149 gabor_100_alt gabor_032_alt "1_33_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_UncuedRetriev_300_300_399_2250_3000_2000_gabor_patch_orientation_070_149_100_032_target_position_3_4_retrieval_position_2" gabor_circ gabor_149_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_33_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_149_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 2192 2992 2592 fixation_cross gabor_137 gabor_178 gabor_108 gabor_027 gabor_137_alt gabor_178 gabor_108_alt gabor_027 "1_34_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2600_gabor_patch_orientation_137_178_108_027_target_position_1_3_retrieval_position_1" gabor_137_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_34_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_137_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 2092 2992 2142 fixation_cross gabor_174 gabor_089 gabor_051 gabor_002 gabor_174_alt gabor_089_alt gabor_051 gabor_002 "1_35_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2150_gabor_patch_orientation_174_089_051_002_target_position_1_2_retrieval_position_1" gabor_174_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_35_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_174_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 63 292 292 399 125 2192 2992 2392 fixation_cross gabor_041 gabor_006 gabor_121 gabor_176 gabor_041 gabor_006 gabor_121_alt gabor_176_alt "1_36_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_UncuedRetriev_300_300_399_2200_3000_2400_gabor_patch_orientation_041_006_121_176_target_position_3_4_retrieval_position_1" gabor_091_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_36_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_091_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1892 2992 2342 fixation_cross gabor_128 gabor_022 gabor_169 gabor_007 gabor_128 gabor_022 gabor_169_alt gabor_007_alt "1_37_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2350_gabor_patch_orientation_128_022_169_007_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_053_framed blank blank blank blank fixation_cross_white "1_37_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_053_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 1992 2992 2042 fixation_cross gabor_084 gabor_043 gabor_107 gabor_157 gabor_084_alt gabor_043 gabor_107 gabor_157_alt "1_38_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_2050_gabor_patch_orientation_084_043_107_157_target_position_1_4_retrieval_position_1" gabor_084_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_38_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_084_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 1892 2992 1992 fixation_cross gabor_073 gabor_046 gabor_152 gabor_016 gabor_073_alt gabor_046 gabor_152_alt gabor_016 "1_39_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2000_gabor_patch_orientation_073_046_152_016_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_152_framed gabor_circ blank blank blank blank fixation_cross_white "1_39_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_152_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1742 2992 2392 fixation_cross gabor_044 gabor_015 gabor_061 gabor_099 gabor_044 gabor_015_alt gabor_061_alt gabor_099 "1_40_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2400_gabor_patch_orientation_044_015_061_099_target_position_2_3_retrieval_position_2" gabor_circ gabor_150_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_40_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_150_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 2192 2992 2342 fixation_cross gabor_168 gabor_078 gabor_032 gabor_095 gabor_168_alt gabor_078 gabor_032_alt gabor_095 "1_41_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2350_gabor_patch_orientation_168_078_032_095_target_position_1_3_retrieval_position_1" gabor_168_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_41_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_168_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 63 292 292 399 125 2142 2992 2492 fixation_cross gabor_005 gabor_021 gabor_173 gabor_149 gabor_005 gabor_021_alt gabor_173 gabor_149_alt "1_42_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_UncuedRetriev_300_300_399_2150_3000_2500_gabor_patch_orientation_005_021_173_149_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_127_framed gabor_circ blank blank blank blank fixation_cross_white "1_42_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_127_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 2242 2992 2192 fixation_cross gabor_098 gabor_080 gabor_035 gabor_113 gabor_098_alt gabor_080 gabor_035 gabor_113_alt "1_43_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2200_gabor_patch_orientation_098_080_035_113_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_159_framed blank blank blank blank fixation_cross_white "1_43_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_159_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 1792 2992 2542 fixation_cross gabor_136 gabor_082 gabor_030 gabor_048 gabor_136 gabor_082 gabor_030_alt gabor_048_alt "1_44_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2550_gabor_patch_orientation_136_082_030_048_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_030_framed gabor_circ blank blank blank blank fixation_cross_white "1_44_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_030_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 2042 2992 1942 fixation_cross gabor_015 gabor_031 gabor_060 gabor_083 gabor_015 gabor_031 gabor_060_alt gabor_083_alt "1_45_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_1950_gabor_patch_orientation_015_031_060_083_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_060_framed gabor_circ blank blank blank blank fixation_cross_white "1_45_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_060_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 2042 2992 1892 fixation_cross gabor_091 gabor_004 gabor_180 gabor_162 gabor_091_alt gabor_004 gabor_180_alt gabor_162 "1_46_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_1900_gabor_patch_orientation_091_004_180_162_target_position_1_3_retrieval_position_1" gabor_140_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_46_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_140_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 64 292 292 399 125 1942 2992 1892 fixation_cross gabor_098 gabor_008 gabor_150 gabor_128 gabor_098 gabor_008_alt gabor_150_alt gabor_128 "1_47_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_UncuedRetriev_300_300_399_1950_3000_1900_gabor_patch_orientation_098_008_150_128_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_128_framed blank blank blank blank fixation_cross_white "1_47_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_128_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 2142 2992 2242 fixation_cross gabor_002 gabor_136 gabor_029 gabor_112 gabor_002 gabor_136_alt gabor_029 gabor_112_alt "1_48_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2250_gabor_patch_orientation_002_136_029_112_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_112_framed blank blank blank blank fixation_cross_white "1_48_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_112_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1742 2992 2242 fixation_cross gabor_063 gabor_044 gabor_118 gabor_029 gabor_063_alt gabor_044 gabor_118 gabor_029_alt "1_49_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2250_gabor_patch_orientation_063_044_118_029_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_079_framed blank blank blank blank fixation_cross_white "1_49_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_079_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 64 292 292 399 125 1892 2992 1992 fixation_cross gabor_032 gabor_056 gabor_101 gabor_080 gabor_032 gabor_056_alt gabor_101 gabor_080_alt "1_50_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_UncuedRetriev_300_300_399_1900_3000_2000_gabor_patch_orientation_032_056_101_080_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_101_framed gabor_circ blank blank blank blank fixation_cross_white "1_50_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_101_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 1942 2992 2092 fixation_cross gabor_063 gabor_172 gabor_096 gabor_117 gabor_063_alt gabor_172 gabor_096_alt gabor_117 "1_51_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2100_gabor_patch_orientation_063_172_096_117_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_096_framed gabor_circ blank blank blank blank fixation_cross_white "1_51_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_096_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 2242 2992 2192 fixation_cross gabor_003 gabor_179 gabor_089 gabor_118 gabor_003_alt gabor_179 gabor_089_alt gabor_118 "1_52_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2200_gabor_patch_orientation_003_179_089_118_target_position_1_3_retrieval_position_1" gabor_138_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_52_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_138_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 1942 2992 2242 fixation_cross gabor_060 gabor_031 gabor_148 gabor_168 gabor_060_alt gabor_031 gabor_148 gabor_168_alt "1_53_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2250_gabor_patch_orientation_060_031_148_168_target_position_1_4_retrieval_position_1" gabor_060_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_53_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_060_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 2092 2992 2392 fixation_cross gabor_092 gabor_032 gabor_113 gabor_149 gabor_092_alt gabor_032_alt gabor_113 gabor_149 "1_54_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2400_gabor_patch_orientation_092_032_113_149_target_position_1_2_retrieval_position_2" gabor_circ gabor_171_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_54_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_171_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1942 2992 2042 fixation_cross gabor_144 gabor_169 gabor_033 gabor_006 gabor_144_alt gabor_169_alt gabor_033 gabor_006 "1_55_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2050_gabor_patch_orientation_144_169_033_006_target_position_1_2_retrieval_position_1" gabor_095_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_55_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_095_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 2042 2992 2142 fixation_cross gabor_070 gabor_014 gabor_122 gabor_092 gabor_070 gabor_014_alt gabor_122_alt gabor_092 "1_56_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2150_gabor_patch_orientation_070_014_122_092_target_position_2_3_retrieval_position_2" gabor_circ gabor_014_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_56_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_014_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 63 292 292 399 125 2242 2992 2092 fixation_cross gabor_078 gabor_037 gabor_164 gabor_105 gabor_078_alt gabor_037_alt gabor_164 gabor_105 "1_57_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_UncuedRetriev_300_300_399_2250_3000_2100_gabor_patch_orientation_078_037_164_105_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_058_framed blank blank blank blank fixation_cross_white "1_57_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_058_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 2242 2992 2192 fixation_cross gabor_011 gabor_179 gabor_073 gabor_139 gabor_011_alt gabor_179 gabor_073_alt gabor_139 "1_58_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2200_gabor_patch_orientation_011_179_073_139_target_position_1_3_retrieval_position_1" gabor_057_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_58_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_057_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 2142 2992 2542 fixation_cross gabor_176 gabor_023 gabor_093 gabor_134 gabor_176 gabor_023_alt gabor_093_alt gabor_134 "1_59_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2150_3000_2550_gabor_patch_orientation_176_023_093_134_target_position_2_3_retrieval_position_2" gabor_circ gabor_160_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_59_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_160_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 63 292 292 399 125 1742 2992 2592 fixation_cross gabor_151 gabor_037 gabor_093 gabor_066 gabor_151 gabor_037_alt gabor_093 gabor_066_alt "1_60_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_UncuedRetriev_300_300_399_1750_3000_2600_gabor_patch_orientation_151_037_093_066_target_position_2_4_retrieval_position_1" gabor_012_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_60_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_012_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1842 2992 2192 fixation_cross gabor_126 gabor_073 gabor_096 gabor_016 gabor_126_alt gabor_073 gabor_096_alt gabor_016 "1_61_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2200_gabor_patch_orientation_126_073_096_016_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_049_framed gabor_circ blank blank blank blank fixation_cross_white "1_61_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_049_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1992 2992 2142 fixation_cross gabor_013 gabor_153 gabor_126 gabor_036 gabor_013 gabor_153_alt gabor_126 gabor_036_alt "1_62_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2150_gabor_patch_orientation_013_153_126_036_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_172_framed blank blank blank blank fixation_cross_white "1_62_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_172_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 2042 2992 2092 fixation_cross gabor_071 gabor_160 gabor_133 gabor_091 gabor_071 gabor_160_alt gabor_133 gabor_091_alt "1_63_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2100_gabor_patch_orientation_071_160_133_091_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_045_framed blank blank blank blank fixation_cross_white "1_63_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_045_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 63 292 292 399 125 2142 2992 1992 fixation_cross gabor_163 gabor_078 gabor_008 gabor_142 gabor_163 gabor_078_alt gabor_008 gabor_142_alt "1_64_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_UncuedRetriev_300_300_399_2150_3000_2000_gabor_patch_orientation_163_078_008_142_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_053_framed gabor_circ blank blank blank blank fixation_cross_white "1_64_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_053_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 1742 2992 2442 fixation_cross gabor_073 gabor_098 gabor_050 gabor_131 gabor_073 gabor_098 gabor_050_alt gabor_131_alt "1_65_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2450_gabor_patch_orientation_073_098_050_131_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_131_framed blank blank blank blank fixation_cross_white "1_65_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_131_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 2142 2992 2292 fixation_cross gabor_109 gabor_176 gabor_002 gabor_128 gabor_109_alt gabor_176 gabor_002_alt gabor_128 "1_66_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2300_gabor_patch_orientation_109_176_002_128_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_002_framed gabor_circ blank blank blank blank fixation_cross_white "1_66_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_002_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1842 2992 2292 fixation_cross gabor_037 gabor_009 gabor_152 gabor_115 gabor_037 gabor_009 gabor_152_alt gabor_115_alt "1_67_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2300_gabor_patch_orientation_037_009_152_115_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_070_framed blank blank blank blank fixation_cross_white "1_67_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_070_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 2042 2992 2542 fixation_cross gabor_027 gabor_155 gabor_011 gabor_092 gabor_027_alt gabor_155 gabor_011 gabor_092_alt "1_68_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2550_gabor_patch_orientation_027_155_011_092_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_092_framed blank blank blank blank fixation_cross_white "1_68_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_092_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 63 292 292 399 125 1842 2992 2542 fixation_cross gabor_035 gabor_003 gabor_112 gabor_141 gabor_035_alt gabor_003 gabor_112 gabor_141_alt "1_69_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_UncuedRetriev_300_300_399_1850_3000_2550_gabor_patch_orientation_035_003_112_141_target_position_1_4_retrieval_position_2" gabor_circ gabor_052_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_69_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_052_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 1792 2992 1892 fixation_cross gabor_071 gabor_017 gabor_180 gabor_136 gabor_071_alt gabor_017_alt gabor_180 gabor_136 "1_70_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_1900_gabor_patch_orientation_071_017_180_136_target_position_1_2_retrieval_position_2" gabor_circ gabor_017_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_70_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_017_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; }; # baselinePost (at the end of the session) trial { picture { box frame1; x=0; y=0; box frame2; x=0; y=0; box background; x=0; y=0; bitmap fixation_cross_black; x=0; y=0; }; time = 0; duration = 5000; code = "BaselinePost"; port_code = 92; };
fbe068507ffb2dc92204b560f08363bef8fff78e
449d555969bfd7befe906877abab098c6e63a0e8
/1040/CH4/EX4.5/Ex4_5.sce
9595a726cd00919a77d3116def1eac5e7a2b25e1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,187
sce
Ex4_5.sce
//Harriot P.,2003,Chemical Reactor Design (I-Edition) Marcel Dekker,Inc.,USA,pp 436. //Chapter-4 Ex4.5 Pg No. 164 //Title:The optimum pore size distribution for a spherical pellet //============================================================================================================= clear clc //INPUT d_pellet=5*10^-1;//Catalyst pellet size (cm) k_cat =3.6;// True Rate Constant (sec-1) V_g_cat=0.60 ;// Pore Volume of the catalyst(cm3/g) S_g_cat=300*10^4;//Surface area of catalyst (cm2/g) dp=0.02;// Size of powdered catalyst(cm) rho_p=0.8 ;// Density of catalyst particle(g/cm3) r_bar_narrow= 40*10^(-10)//narrow distribution D_KA=0.012 ;//(cm2/sec) D_AB= 0.40 ;//(cm2/sec) r_macro=2000*10^(-10);//For Macropores V_cat=1/rho_p;//Total catalyst volume (cm3/g) eta=1;//For powdered catalyst //CALCULATION epsilon=V_g_cat/V_cat; r_bar=2*V_g_cat/S_g_cat; R=dp/2; R_pellet=d_pellet/2; D_pore_a=1/((1/D_KA)+(1/D_AB)); tau=3;//Assumed value D_e_cat=D_pore_a*epsilon/tau; Phi_app=R*sqrt(k_cat/D_e_cat);//Refer equation 4.55 Pg. No. 153 D_KB=D_KA*(r_macro/r_bar_narrow); D_pore_b=1/((1/D_KB)+(1/D_AB)); V_a_end=0.35; del_V_a=-0.05; V_a=V_g_cat:del_V_a:V_a_end; for i=1:6 V_b(i)=V_g_cat-V_a(i);//Refer Equation 4.81 Pg. No. 164 S_a(i)=2*(V_a(i)/r_bar_narrow)*(10^-6); S_b(i)=2*(V_b(i)/r_macro)*(10^-6); S_g(i)=S_a(i)+S_b(i); k(i)=k_cat*S_g(i)/(S_g_cat*10^-4); D_e(i)=((D_pore_a*V_a(i)+D_pore_b*V_b(i))/V_g_cat)*(epsilon/tau); phi(i)=R_pellet*sqrt(k(i)/D_e(i)); eta(i)=(3/phi(i))*((1/tanh(phi(i)))-(1/phi(i))); eta_k(i)=eta(i)*k(i) end //OUTPUT mprintf('\n===================================================================================================================') mprintf('\nV_a \t V_b \t\t S_a \t S_b \t S_g \t k \t D_e \t phi\teta\teta_k'); mprintf('\nVolume \t cm3/g \t\t Surface Area \t m2/g \t\t s-1 \t cm2/s \t (-)\t(-) \t (-)'); mprintf('\n===================================================================================================================') for i=1:6 mprintf('\n %.2f \t %0.2f \t\t %.0f \t %.1f \t %0.1f \t\t %0.2f \t%0.2e\t%0.2f \t %0.2f \t %0.2f',V_a(i),V_b(i),S_a(i),S_b(i),S_g(i),k(i),D_e(i),phi(i),eta(i),eta_k(i)); end //FILE OUTPUT fid= mopen('.\Chapter4-Ex5-Output.txt','w'); mfprintf(fid,'\n===================================================================================================================') mfprintf(fid,'\nV_a \t V_b \t\t S_a \t S_b \t S_g \t k \t D_e \t phi\teta\teta_k'); mfprintf(fid,'\nVolume \t cm3/g \t\t Surface Area \t m2/g \t\t s-1 \t cm2/s \t (-)\t(-) \t (-)'); mfprintf(fid,'\n===================================================================================================================') for i=1:6 mfprintf(fid,'\n %.2f \t %0.2f \t\t %.0f \t %.1f \t %0.1f \t\t %0.2f \t%0.2e\t%0.2f \t %0.2f \t %0.2f',V_a(i),V_b(i),S_a(i),S_b(i),S_g(i),k(i),D_e(i),phi(i),eta(i),eta_k(i)); end //==============================================================END OF PROGRAM===================================================
f4d8120ff22049b0d6db301f532670d0bebcfe1c
c884d985cf07964dbaf65b3204ef1bebb38d4f23
/series.sce
f618779d1e0aa54ac17d8376662496b7c4a1773c
[]
no_license
mbgaspar/Computacao-cientifica
710f99c81f2ae342c782584bae2fef666f78f76c
8168c0bdcaa14cf9d2b57ba34e15fd0833e69ee3
refs/heads/master
2021-11-05T01:50:18.159560
2021-10-29T12:09:10
2021-10-29T12:09:10
220,349,256
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,454
sce
series.sce
function [fx, term]=series(fun, x, n_sig) // // Cálculo de funções com serie de potências // function [fx,term]=series(funcao, x, n_sig) // onde fx é o valor da função em x // term é o número de termos usados para o erro especificado // fun é a função de entrada literal em x e n // x é o número no qual se deseja obter o valor da função // n é o numero do termo // n_sig é o numero de alg. significativos da resposta - // opcional // Exemplo de chamada: // exec('path\series.sci',-1) // fun ='(-1)^(n)*x^(2*n)/factorial(2*n)' função literal // [fx,term]=series(fun, %pi/3, 3) // if argn(2) < 3 then n_sig = 3; end // // argn fornece os números de parâmetros de entrada (argn(2)) e // saída (argn(1)) passados à função quando esta é chamada. Aqui // está sendo usada para lidar com parâmetros opcionais. // es = 0.5*10^(2-n_sig); // condição de parada relativa % fx_old = 0; fx = 0;n = 0; vreal=cos(x); printf("Termo fx et %% erro %%\n"); while 1 do fx = fx + evstr(fun); erro = abs((fx - fx_old)/fx)*100; errot = abs((vreal - fx)/vreal)*100; printf("%-8d %10.6f %10.6f %10.6f\n",n+1,fx,errot,erro); if(erro <= es) then break; end fx_old = fx; n = n + 1; end term = n+1; endfunction
a20c83b0f3e5b421c7b20c88fb8f49e7ad6b061e
449d555969bfd7befe906877abab098c6e63a0e8
/2666/CH3/EX3.8/3_8.sce
52be07cdfb126df106d4175c6f60449fb58cf265
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
378
sce
3_8.sce
clc //initialisation of variables t=200//F p=60//cu ft q=400//Btu p1=50//psia h=144//ft w=53.35//ft t1=660//F p2=0.24//ft Cv=0.1715//ft t2=778//R //CALCULATIONS W=(h*p1*p)/(w*t1)//lb T=q/(W*p2)//Btu W1=W*Cv*T//Btu W2=(q-W1)*t2//ft-lb T2=T+t1//R V=p*(T2/t1)//cu ft W3=h*p1*(V-p)//ft-lb //RESULTS printf('The heat must be removed from the air=% f ft-lb',W3)
61453dc776abca084638225318f2e842a5edb721
449d555969bfd7befe906877abab098c6e63a0e8
/2381/CH7/EX7.13/ex_13.sce
38dcb0465c286093fddbee1ff6a3e076dbd6aa00
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
125
sce
ex_13.sce
//Example 13 // Frequency clc; clear; close b1=4;//beats per second fr=256;//Hz fo=fr+b1;//Hz disp(fo,"frequency is,(Hz)=")
09da4533c79010ff249e02fa80da5b25873fbbc3
449d555969bfd7befe906877abab098c6e63a0e8
/1247/CH2/EX2.2/example2_2.sce
65564e7104fd717d7074f2012d363180bac88801
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
439
sce
example2_2.sce
clear; clc; // Stoichiometry // Chapter 2 // Basic Chemical Calculations // Example 2.2 // Page 17 printf("Example 2.2, Page 17 \n \n"); // solution // CuSO4.5H2O M1 = 159.5 // [g] (molar mass of CuSO4) M2 = 159.5+5*(2+16) // (molar mass of CuSO4.5H2O) m = 499 n = m/M2 //[mol] printf("In the formula CuSO4.5H2O, the moles of CuSO4 is one hence, \n the equivalent moles of CuSO4 in the crystal is "+string(n)+".")
269f482bcba1dfc5649e56dcafb3985b3561c427
449d555969bfd7befe906877abab098c6e63a0e8
/2144/CH5/EX5.12/ex5_12.sce
b7366050d59d251c2daedaa87e21058f276154eb
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
610
sce
ex5_12.sce
// Exa 5.12 clc; clear; close; // Given data P1 = 1;// in bar T1 = 320;// in K r= 11.6; Vc= 1;// in m^3 (assumed) Vs= 10.6*Vc;//in m^3 V1= r*Vc;// in m^3 Gamma= 1.4; P2= P1*r^Gamma;// in bar V2= Vc;// in m^3 V3= Vc;// in m^3 V4=1.38*Vc;// in m^3 P3= 1.53*P2;// in bar P4= P3;// in bar expansionRatio= V1/V4; P5= P4/expansionRatio^Gamma;// in bar V5= r*Vc;// in m^3 W= [P3*(V4-Vc)+(P4*V4-P5*V5)/(Gamma-1)-(P2*V2-P1*V1)/(Gamma-1)]*10^5;// in joule Pm= W/(Vs*10^4);// in N/cm^2 disp(Pm,"The mean effective pressure of the cycle in N/cm^2") // Note: The calculation in the book is wrong
66e4b8cc9ad2df1b1d27783bfee44d0bb21fbdc9
449d555969bfd7befe906877abab098c6e63a0e8
/3136/CH4/EX4.7/Ex4_7.sce
46b0f23ccc9058097f7a05bb9b81e9d1caeec334
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
5,619
sce
Ex4_7.sce
clear all; clc; disp("(a) Start wit calculation of specific speed") N=2400 Q=1200 H=450 N_s=(N*Q^0.5)/(H^0.75) printf("Ns= %0.0f rpm*gpm^0.5/ft^0.75",N_s) disp("From figure 4.20 we obtain overall efficiency is equal to 0.76") Q=1200 delta_p=0.00223*62.4*450 ETA_oa=0.76 P_s=(Q*delta_p)/(ETA_oa) printf("Since Ps=(Q*delta_p)/(ETA_oa),P_s= %0.0f ft-lbf/s",P_s) disp("To determine the inlet configuration:") N=2400 omega=N*%pi/30 printf("Omega = %0.0frad/s",omega) tau=P_s/omega printf("\nτ= %0.0f lbf-ft",tau) disp("Hence the shaft diameter Dsh can be determined") sigma_s=10000 D_sh=(16*tau/(144*%pi*sigma_s))^(1/3) printf("D_sh= %0.4f ft =1.34 inches",D_sh) disp("A pure radial inet confuguratin isbselected that is Dt1=Dh1=D1(see figure 4.19).The impeller eyee area and leading edge diameters can be calculated from the following equations.") disp("U_1=0.5*omega*D_1") disp("Q=A_1*V_1=A_e*V_e") disp("V_1=1.1*V_e") disp("ß_f1=taninverse(V1/U1)") disp("Where A_1=ε_1*pi*D_1*b_1") disp("Where A_e=pi*D_e^2/4") disp("With φ_1=Q/(A_e*U_e)=Q/(pi*omega*re^3)=27") disp("Thus we obtain re=2.8 in and selecting r1=3.2 inches the final results are obtained as Ve=Q/(pi*D_e^2/4)=15.6ft") disp("V_1=17.2ft/s , A_1=22.4in^2, b2=1.24in with ε_1=0.9 assumed. Also U_1=66.9ft/s,ß_f1=14.4 degrees,ß_b1=17 degrees and W_1=69.1 ft/s") disp("(c) The impeller discharge is determined ") omega=251 Q=2.676 //elt x=g*H=14490 x=14490 omega_s=omega*(Q^0.5)/((x)^0.75) printf("\nomegas is %0.3f",omega_s) delta_s=9 D_2=delta_s*(Q^0.5)/((x)^0.25) printf("\nD2= %0.4f ft = 16.1in",D_2) D_2=1.342//rounded off omega=251 U_2=D_2*omega/2 printf("\n U_2= %0.2f",U_2)//in the book the answer has been rounded off to 168.5 disp("Selecting ß_b2=27.5 degrees") Zb=6.5*((1+0.4)/(1-0.4))*sin(((17+27.5)/2)*%pi/180) printf("\nZb= %0.2f is approximately equal to 6",Zb) MUs=1-%pi*sin((27.5/6)*%pi/180) printf("\nThus µs= %0.3f",MUs)//The answer given in the book is 0.76,but the more accurate answer is 0.749 ETA_h=1-0.8/((1200)^0.25) printf("\n ETA_h= %0.3f",ETA_h) disp("(3) Substituting these values into the Euler equation ,we obtain values of Vu2 and Vr2") ETA_h=0.864 U_2=168.5 V_u2=x/(ETA_h*U_2) printf("\n Vu2= %0.2f ft/s",V_u2)//value given in the book is equal to 99.6,however the more accurate value is equal to 99.53 disp("Vu2=µ*(U2-Vr2/tanßb2)") disp("Hence we can find out the value of Vr2=19.4 ft/s") V_r2=19.4 V_u2=99.6//rounded off value taken in the book U_2=168.5 W_2=[V_r2^2+(U_2-V_u2)^2]^0.5 printf("W2= %0.2f ft/s",W_2) disp("Hence W2/W1 >1 , which is not appropriate. A different D2 has to be selected,say D2=15in.") disp("So we have U_2=159.6 ft/s,V_u2=106.9 ft/s , V_rt=8.5ft/s, and W_2=50.7 ft/s") disp("Hence W_2/W_1=0.74, which is acceptable") disp("The outlet dimensions are calculated as A2=Q/Vr2") Q=1200 V_r2=8.5 A_2=(Q*0.00223)/V_r2//0.00223 is conversion factor to convert gallons per minute to cubic feet per second printf("\nThus A_2= %0.3f ft^2",A_2) disp("On converting, we get A2=45.3 in^2") disp("A_2=ε_2*pi*D_2*b_2, where ε_2=1-(Zb*t)/(pi*D_2*sin(ß_b2))") Zb=6 t=0.25 D_2=15 beta_b2=27.5*%pi/180//converting to radians epsilon_2=1-(Zb*t)/(%pi*D_2*sin(beta_b2)) printf("Thus ε2 = %0.2f",epsilon_2) A_2=45.3//in inches b_2=A_2/(epsilon_2*%pi*D_2) printf("\nThus we can determine b_2 which is equal to %0.0f in",b_2) epsilon_1=1-(6*0.25)/(%pi*6.4*sin(17*%pi/180)) printf("\nε_1= %0.2f",epsilon_1) disp("b_1 has to be adjusted") b_1=1.3*0.9/0.74 printf("\nThus b_1 is equal to %0.2f in",b_1) disp("The blade profile is constructed by assuming a linear blade angle distribution") disp("ßb=ßb1+(ßb2-ßb1)*(r-r1)/(r2-r1))=17+2.44(r-3.2)") disp("where ßb is in degrees and r is in inches.") disp("Also deltatheta can be expressed as (180/pi)*deltar/(r*tanßb)") disp("If we select deltar=0.43 in,then ßb,deltatheta,theta,dL and L can be calculated and tabulated as follows") r=[3.2 3.63 4.06 4.49 4.92 5.35 5.78 6.21 6.64 7.07 7.5]; beta_1=[17 18.05 19.1 20.15 21.2 22.25 23.3 24.35 25.4 26.45 27.5]; dthita=[25.188 20.831 17.528 14.957 12.913 11.259 9.8993 8.768 7.8157 7.006 6.3116 ]; thita=[0 25.188 46.018 63.546 78.502 91.415 102.67 112.57 121.34 129.16 136.16]; dL=[1.4709 1.388 1.3143 1.2484 1.1892 1.1358 1.0873 1.0431 1.0026 0.9655 0.9314]; L=[0 1.471 2.859 4.173 5.422 6.611 7.747 8.834 9.877 10.88 11.85]; r_2=[3.2 3.63 4.06 4.49 4.92 5.35 5.78 6.21 6.64 7.07 7.5]; beta_2=[17 17.6 18.2 18.8 19.4 20 20.6 21.2 21.8 22.4 23]; dthita_2=[25.19 21.4 18.46 16.12 14.22 12.65 11.34 10.23 9.279 8.456 7.74]; thita_2=[0 25.2 46.6 65 81.2 95.4 108 119 130 139 147]; dL_2=[1.471 1.422 1.377 1.334 1.295 1.257 1.222 1.189 1.158 1.129 1.101]; L_2=[0 1.471 2.893 4.27 5.604 6.899 8.157 9.379 10.57 11.73 12.85]; table=[r' beta_1' dthita' thita' dL' L' r_2' beta_2' dthita_2' thita_2' thita_2' dL_2' L_2'] disp("The table is in the given order:beta,dthita,thita,dL,L.r,beta,dthita,thita,thita,dL,L") disp(table) disp("The table shows that with ßb2=27.5 degrees the blade lemgth L=11.85 in.") sigma_s=6*11.85/(%pi*15) printf(" Hence the solidity is sigma_s= %0.2f which is too low.",sigma_s) sigma_s=9*12.85/(%pi*15) printf("\n Hence the new ßb2=23 degrees and Zb=9 are selected so that we hae final value of sigma_s=%0.2f.",sigma_s) disp("The final values of the impeller outlet dimensions are revised:") disp("A2=0.194 ft^2=27.9 in^2, b2=0.67 in , with mu_s=0.86, epsilon_2=0.88 , Vr2=13.8 ft/s , W2=51.8 ft/s")
b180918209d26eb05a662137dbb8366fbdfb8e24
449d555969bfd7befe906877abab098c6e63a0e8
/3131/CH11/EX11.4/11_4.sce
af89051ebd5706428e4706b9ffabc2edbc1a26f7
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
129
sce
11_4.sce
clear all; clc; disp("Ex 11_4") disp("It is a theory problem with symbolic answer. Please refer to the book for the derivation")
27b347163b16791980cacf6e100c84788435fd6f
08e6015408a35a317d4d0b609af8ccae9b88a3bf
/src/03/a/RAM64.tst
cf10a900650d7a6ace5edb4c59c317bac662ae6c
[ "MIT" ]
permissive
lekhacman/nand2teris
38c7aa44b2329ccf102333af5dc1dd542869144b
520ca48a492b6ac8966330ddaf5174c19e5a8f7f
refs/heads/master
2023-01-06T18:36:35.660251
2020-12-27T09:08:39
2020-12-27T09:08:39
209,975,266
1
0
MIT
2022-12-10T03:13:50
2019-09-21T11:41:33
Scilab
UTF-8
Scilab
false
false
11,463
tst
RAM64.tst
// This file is part of www.nand2tetris.org // and the book "The Elements of Computing Systems" // by Nisan and Schocken, MIT Press. // File name: projects/03/a/RAM64.tst load RAM64.hdl, output-file RAM64.out, compare-to RAM64.cmp, output-list time%S1.4.1 in%D1.6.1 load%B2.1.2 address%D2.3.2 out%D1.6.1; set in 0, set load 0, set address 0, tick, output; tock, output; set load 1, tick, output; tock, output; set in 1313, set load 0, tick, output; tock, output; set load 1, set address 13, tick, output; tock, output; set load 0, set address 0, tick, output; tock, output; set in 4747, set address 47, tick, output; tock, output; set load 1, tick, output; tock, output; set load 0, tick, output; tock, output; set address 13, eval, output; set in 6363, tick, output; tock, output; set load 1, set address 63, tick, output; tock, output; set load 0, tick, output; tock, output; set address 47, eval, output; set address 63, eval, output; set load 0, set address %B101000, tick, output; tock, output; set address %B101001, eval, output; set address %B101010, eval, output; set address %B101011, eval, output; set address %B101100, eval, output; set address %B101101, eval, output; set address %B101110, eval, output; set address %B101111, eval, output; set load 1, set in %B0101010101010101, set address %B101000, tick, output; tock, output; set address %B101001, tick, output, tock, output; set address %B101010, tick, output, tock, output; set address %B101011, tick, output, tock, output; set address %B101100, tick, output, tock, output; set address %B101101, tick, output, tock, output; set address %B101110, tick, output, tock, output; set address %B101111, tick, output, tock, output; set load 0, set address %B101000, tick, output; tock, output; set address %B101001, eval, output; set address %B101010, eval, output; set address %B101011, eval, output; set address %B101100, eval, output; set address %B101101, eval, output; set address %B101110, eval, output; set address %B101111, eval, output; set load 1, set address %B101000, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B101000, tick, output; tock, output; set address %B101001, eval, output; set address %B101010, eval, output; set address %B101011, eval, output; set address %B101100, eval, output; set address %B101101, eval, output; set address %B101110, eval, output; set address %B101111, eval, output; set load 1, set address %B101000, set in %B0101010101010101, tick, output, tock, output; set address %B101001, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B101000, tick, output; tock, output; set address %B101001, eval, output; set address %B101010, eval, output; set address %B101011, eval, output; set address %B101100, eval, output; set address %B101101, eval, output; set address %B101110, eval, output; set address %B101111, eval, output; set load 1, set address %B101001, set in %B0101010101010101, tick, output, tock, output; set address %B101010, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B101000, tick, output; tock, output; set address %B101001, eval, output; set address %B101010, eval, output; set address %B101011, eval, output; set address %B101100, eval, output; set address %B101101, eval, output; set address %B101110, eval, output; set address %B101111, eval, output; set load 1, set address %B101010, set in %B0101010101010101, tick, output, tock, output; set address %B101011, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B101000, tick, output; tock, output; set address %B101001, eval, output; set address %B101010, eval, output; set address %B101011, eval, output; set address %B101100, eval, output; set address %B101101, eval, output; set address %B101110, eval, output; set address %B101111, eval, output; set load 1, set address %B101011, set in %B0101010101010101, tick, output, tock, output; set address %B101100, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B101000, tick, output; tock, output; set address %B101001, eval, output; set address %B101010, eval, output; set address %B101011, eval, output; set address %B101100, eval, output; set address %B101101, eval, output; set address %B101110, eval, output; set address %B101111, eval, output; set load 1, set address %B101100, set in %B0101010101010101, tick, output, tock, output; set address %B101101, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B101000, tick, output; tock, output; set address %B101001, eval, output; set address %B101010, eval, output; set address %B101011, eval, output; set address %B101100, eval, output; set address %B101101, eval, output; set address %B101110, eval, output; set address %B101111, eval, output; set load 1, set address %B101101, set in %B0101010101010101, tick, output, tock, output; set address %B101110, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B101000, tick, output; tock, output; set address %B101001, eval, output; set address %B101010, eval, output; set address %B101011, eval, output; set address %B101100, eval, output; set address %B101101, eval, output; set address %B101110, eval, output; set address %B101111, eval, output; set load 1, set address %B101110, set in %B0101010101010101, tick, output, tock, output; set address %B101111, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B101000, tick, output; tock, output; set address %B101001, eval, output; set address %B101010, eval, output; set address %B101011, eval, output; set address %B101100, eval, output; set address %B101101, eval, output; set address %B101110, eval, output; set address %B101111, eval, output; set load 1, set address %B101111, set in %B0101010101010101, tick, output, tock, output; set load 0, set address %B101000, tick, output; tock, output; set address %B101001, eval, output; set address %B101010, eval, output; set address %B101011, eval, output; set address %B101100, eval, output; set address %B101101, eval, output; set address %B101110, eval, output; set address %B101111, eval, output; set load 0, set address %B000101, tick, output; tock, output; set address %B001101, eval, output; set address %B010101, eval, output; set address %B011101, eval, output; set address %B100101, eval, output; set address %B101101, eval, output; set address %B110101, eval, output; set address %B111101, eval, output; set load 1, set in %B0101010101010101, set address %B000101, tick, output; tock, output; set address %B001101, tick, output, tock, output; set address %B010101, tick, output, tock, output; set address %B011101, tick, output, tock, output; set address %B100101, tick, output, tock, output; set address %B101101, tick, output, tock, output; set address %B110101, tick, output, tock, output; set address %B111101, tick, output, tock, output; set load 0, set address %B000101, tick, output; tock, output; set address %B001101, eval, output; set address %B010101, eval, output; set address %B011101, eval, output; set address %B100101, eval, output; set address %B101101, eval, output; set address %B110101, eval, output; set address %B111101, eval, output; set load 1, set address %B000101, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B000101, tick, output; tock, output; set address %B001101, eval, output; set address %B010101, eval, output; set address %B011101, eval, output; set address %B100101, eval, output; set address %B101101, eval, output; set address %B110101, eval, output; set address %B111101, eval, output; set load 1, set address %B000101, set in %B0101010101010101, tick, output, tock, output; set address %B001101, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B000101, tick, output; tock, output; set address %B001101, eval, output; set address %B010101, eval, output; set address %B011101, eval, output; set address %B100101, eval, output; set address %B101101, eval, output; set address %B110101, eval, output; set address %B111101, eval, output; set load 1, set address %B001101, set in %B0101010101010101, tick, output, tock, output; set address %B010101, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B000101, tick, output; tock, output; set address %B001101, eval, output; set address %B010101, eval, output; set address %B011101, eval, output; set address %B100101, eval, output; set address %B101101, eval, output; set address %B110101, eval, output; set address %B111101, eval, output; set load 1, set address %B010101, set in %B0101010101010101, tick, output, tock, output; set address %B011101, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B000101, tick, output; tock, output; set address %B001101, eval, output; set address %B010101, eval, output; set address %B011101, eval, output; set address %B100101, eval, output; set address %B101101, eval, output; set address %B110101, eval, output; set address %B111101, eval, output; set load 1, set address %B011101, set in %B0101010101010101, tick, output, tock, output; set address %B100101, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B000101, tick, output; tock, output; set address %B001101, eval, output; set address %B010101, eval, output; set address %B011101, eval, output; set address %B100101, eval, output; set address %B101101, eval, output; set address %B110101, eval, output; set address %B111101, eval, output; set load 1, set address %B100101, set in %B0101010101010101, tick, output, tock, output; set address %B101101, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B000101, tick, output; tock, output; set address %B001101, eval, output; set address %B010101, eval, output; set address %B011101, eval, output; set address %B100101, eval, output; set address %B101101, eval, output; set address %B110101, eval, output; set address %B111101, eval, output; set load 1, set address %B101101, set in %B0101010101010101, tick, output, tock, output; set address %B110101, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B000101, tick, output; tock, output; set address %B001101, eval, output; set address %B010101, eval, output; set address %B011101, eval, output; set address %B100101, eval, output; set address %B101101, eval, output; set address %B110101, eval, output; set address %B111101, eval, output; set load 1, set address %B110101, set in %B0101010101010101, tick, output, tock, output; set address %B111101, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B000101, tick, output; tock, output; set address %B001101, eval, output; set address %B010101, eval, output; set address %B011101, eval, output; set address %B100101, eval, output; set address %B101101, eval, output; set address %B110101, eval, output; set address %B111101, eval, output; set load 1, set address %B111101, set in %B0101010101010101, tick, output, tock, output; set load 0, set address %B000101, tick, output; tock, output; set address %B001101, eval, output; set address %B010101, eval, output; set address %B011101, eval, output; set address %B100101, eval, output; set address %B101101, eval, output; set address %B110101, eval, output; set address %B111101, eval, output;
eff9a916a78678adbc4a977fea76e7bdec2b3d71
a1f93c5ed7f19ec2dc6e698a305960c7eaacb3fd
/Practica2/Ejercicio2.sci
adc545148c33edb195da9edd5875fd598f8025d0
[]
no_license
hectoregm/numerico
813c74b87c976c2af4fe83adf59561a80141ea2f
ca0e16875746ad9d9c17da7ce0635669fc2410ed
refs/heads/master
2021-01-21T07:53:31.701526
2014-12-02T04:42:40
2014-12-02T04:42:40
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
4,876
sci
Ejercicio2.sci
function x = STIM(A) // Autores: Jorge Zavaleta, Hector E. Gomez Morales // Funcion que resuelve el sistema triangular inferior (STI) de ecuaciones // lineales Ax = c (sustitucion hacia adelante) // Resuelve el sistema creando un vector c de componentes 1 o -1 de tal forma // que x sea de magnitud maxima. //***************************************************************************** // -> Entrada // A (Matriz Real) - Matriz triangular inferior de tamaño n x n con entradas // reales. // // -> Salida // x (Vector Real) - Vector de tamaño n con entradas reales que representan la // solucion al sistema de ecuaciones, dado c con componentes // -1 o 1 que hace a x de magnitud maxima. //***************************************************************************** n = size(A,'r'); x = zeros(n,1); for i = 1:n //(*) valone = (1 - A(i,1:i-1)*x(1:i-1))/A(i,i); valminus = (-1 - A(i,1:i-1)*x(1:i-1))/A(i,i); if abs(valone) >= abs(valminus) x(i) = valone else x(i) = valminus end end endfunction function x = STI(A,b) // Autores: Jorge Zavaleta // Funcion que resuelve el sistema triangular inferior (STI) de ecuaciones // lineales Ax = b (sustitucion hacia adelante) //***************************************************************************** // -> Entrada // A (Matriz Real) - Matriz triangular inferior de tamaño n x n con entradas // reales. // // b (Vector Real) - Vector de tamaño n con entradas reales. // // -> Salida // x (Vector Real) - Vector de tamaño n con entradas reales que representan la // solucion al sistema de ecuaciones. //***************************************************************************** n = size(A,'r'); x = zeros(n,1); for i = 1:n //(*) x(i) = (b(i) - A(i,1:i-1)*x(1:i-1))/A(i,i); end endfunction function x = STS(A,b) // Autores: Jorge Zavaleta // Funcion que resuelve el sistema triangular superior (STS) de ecuaciones // lineales Ax = b (sustitucion hacia atras) //***************************************************************************** // -> Entrada // A (Matriz Real) - Matriz triangular superior de tamaño n x n con entradas // reales. // // b (Vector Real) - Vector de tamaño n con entradas reales. // // -> Salida // x (Vector Real) - Vector de tamaño n con entradas reales que representan la // solucion al sistema de ecuaciones. //***************************************************************************** n = size(A,'r'); x = zeros(n,1); for i = n:-1:1 //(*) x(i) = (b(i) - A(i,i+1:n)*x(i+1:n))/A(i,i); end endfunction function x = mcond(A,opc) // Autores: Hector E. Gomez Morales // Funcion que calcula la condicion de la matriz A. Calcula norm A y estima // la norma de A inversa por medio de una aproximacion conocida. //***************************************************************************** // -> Entrada // A (Matriz Real) - Matriz triangular inferior de tamaño n x n con entradas // reales. // // opc (Real) - Opcion que se quiere realizar. 1 se obtiene una y segun el // metodo del inciso a) de la practica, 2 se obtiene y segun el // metodo del inciso b) de la practica. // -> Salida // x (Real) - Valor real que indica el numero de condicion de la matriz A //***************************************************************************** // Realizamos la factorizacion LU [L,U,E] = lu(A) // Segun la opcion ingresa es como obtenemos nuestra y para la estimacion. select opc case 1 v = STIM(L.') y = STS(U.',v) // Obteniendo z dada la y encontrada w = STI(L,y) z = STS(U,w) case 2 n = size(A,'r'); sv = zeros(n,1) maxc = 0 maxv = [] for j = 1:5 for i = 1:n sv(i) = rand() end w = STI(L,sv) z = STS(U,w) if abs((norm(z)/norm(sv))) > maxc maxv = sv maxc = abs(norm(z)/norm(sv)) end end //disp(maxv) y = maxv // Obteniendo z dada la y seleccionada w = STI(L,y) z = STS(U,w) end // Estimacion norm A inversa estAinv = norm(z) / norm(y) x= norm(A)*estAinv endfunction A = [0.641 0.242; 0.321 0.121;] B = [10 -7 0; -3 2 6; 5 -1 5;] disp("Matriz A:") disp(A) disp("Condicion A (Inciso a):") disp(mcond(A,1)) disp("Condicion A (Inciso b):") disp(mcond(A,2)) disp("Condicion A (Scilab)") disp(cond(A)) disp("Error dado Inciso a):") disp((cond(A)-mcond(A,1))/cond(A)) disp("Matriz B:") disp(B) disp("Condicion B (Inciso a):") disp(mcond(B,1)) disp("Condicion B (Inciso b):") disp(mcond(B,2)) disp("Condicion B (Scilab)") disp(cond(B)) disp("Error dado Inciso b):") disp((cond(B)-mcond(B,2))/cond(B)) disp("Vemos que la estimacion con inciso a) es mucho mejor para la matrix A") disp("pero vemos que la estimacion con inciso b) resulta mejor para la matrix B")
48c5f3aabcc77966e95351f0287011df2c43dd19
449d555969bfd7befe906877abab098c6e63a0e8
/3428/CH9/EX4.9.11/Ex4_9_11.sce
2636156bb5c60801076e91f6970033fc5a302570
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
246
sce
Ex4_9_11.sce
//Section-4,Example-1,Page no.-I.76 //To calculate the frequency at which radiation comes into resonance with proton spins. clc; B_0=12 y=26.75*10^7 //For proton(T^-1s^-1) v=((y*B_0)/(2*%pi)) disp(v,'Required frequency(MHz)')
acaf005ae4e15c4b8180843ef38d7b4a6ba5057f
3a11df70b5f5b856da599098aa46b015099f34e9
/logic_gates/Mux16.tst
a36793a8a08468fe27f81e11d5758dc297fa2843
[]
no_license
nkyorov/logic-gates-hdl
7da52af49a0c333e3f755a9ec552746662580cd3
1deff96f5a6631ce7c5b7ea2db8a7250f2d37908
refs/heads/master
2021-04-27T00:46:58.298377
2019-05-25T12:32:09
2019-05-25T12:32:09
122,660,544
3
0
null
null
null
null
UTF-8
Scilab
false
false
499
tst
Mux16.tst
load Mux16.hdl, output-file Mux16.out, compare-to Mux16.cmp, output-list x%B1.16.1 y%B1.16.1 sel%D2.1.2 out%B1.16.1; set x 0, set y 0, set sel 0, eval, output; set sel 1, eval, output; set x %B0000000000000000, set y %B0001001000110100, set sel 0, eval, output; set sel 1, eval, output; set x %B1001100001110110, set y %B0000000000000000, set sel 0, eval, output; set sel 1, eval, output; set x %B1010101010101010, set y %B0101010101010101, set sel 0, eval, output; set sel 1, eval, output;
cabd5202b30095b5550c2a90f9bad5d19e3556ff
449d555969bfd7befe906877abab098c6e63a0e8
/2627/CH2/EX2.6/Ex2_6.sce
993fce73a921ad6ef59aa993dedfbb96dbb0b9dc
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
421
sce
Ex2_6.sce
//Ex 2.6 clc;clear;close; format('v',5); N=300;//turns L=10;//mH I=5;//A fi=L*10^-3/N*I*10^6;//micro Wb disp(fi,"(a) Flux produced(micro Wb)"); //on reverse the current delta_fi=2*fi;//micro Wb //(as it goes to zero and increase to same value in reverse direction) deltaT=8*10^-3;//seconds dfiBYdT=delta_fi*10^-6/deltaT;//Wb/s emf=N*dfiBYdT;//V(Average emf induced) disp(emf,"(b) Average emf induced(V)");
3107373e0d0f3e00f4ccb7972220a53e9ab366e3
449d555969bfd7befe906877abab098c6e63a0e8
/2153/CH5/EX5.3/ex_5_3.sce
a8c70ec937fcf9b1374a0c44121fd5e567b02649
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
227
sce
ex_5_3.sce
// Example 5.3: resistance clc, clear // given : format('v',5) p=1.7*10^-8; // resistivity i ohm-m d=0.0005; // diameter of the wire in m l=31.4; // length in m A=(%pi*d^2)/4; R=p*(l/A); disp(R,"resistance of wire,R(ohm) = ")
2ee90c9bb1e7b6e8ff0c843ceec9abc55353f1f0
449d555969bfd7befe906877abab098c6e63a0e8
/1826/CH10/EX10.7/ex10_7.sce
5ad993c57c88dd52a4ed889e4235736fdae7e30c
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
554
sce
ex10_7.sce
// Example 10.7, page no-271 clear clc n=5*10^28//m^-3 ni=1.45*10^13//m^-3 mue=1.35//m^2/V-s muh=0.45 e=1.6*10^-19//C p=4.5*10^23//m^-3 sig=ni*e*(mue+muh) rho=1/sig //rho=rho*10^12 r=rho*10^12 nd=n/10^9 p=(ni^2)/nd sig2=nd*e*mue printf("\nThe intrinsic conductivity is %.2f *10^-6 /ohm-cm\n\nThe intrinsic resistivity is %.2f *10^-5Ohm-m\n\nResistance = %.2f*10^7 Ohm\n\nDonar concentration is %.0f*10^19\n\nConcentration of hole is %.1f*10^6 m^-3\n\nConductivity = %.1f per ohm-m",sig*10^6,rho*10^-5,r*10^-17,nd*10^-19,p*10^-6,sig2)
dc5a9ce8228395ca475b69e0a065f777d912d1ee
449d555969bfd7befe906877abab098c6e63a0e8
/1664/CH6/EX6.13/Ex6_13.sce
ff4e447e4b178ee408c70f538bb6ce8650de41bc
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
435
sce
Ex6_13.sce
// Example No.6.13. // Page No.191. //To find the nearest neighbour distance. clc;clear; disp('i)Simple cubic unit cell'); disp('The nearest neighbour distance is a');//nearest neighbour distance. disp('ii)Body-centered cubic unit cell'); disp('2r = (0.866)a'); disp('iii)Face-centered cubic unit cell'); disp('2r = (0.7071)a'); //As there are no numerical steps and hence the display statement has been typed directly.
59d953179bbbc9154b7fd64db1c98c75e85b491e
449d555969bfd7befe906877abab098c6e63a0e8
/680/CH10/EX10.03/10_03.sce
130385342675167486b051a2b532e2fbd3ff0e31
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
636
sce
10_03.sce
//Problem 10.03: //initializing the variables: //calculation: //From Table 10.1, //DH0chex = -1,005,570 cal/gmol //First, write the combustion reaction: //C6H14 + 9.5O2 ---> 6CO2 + 7H2O(l) //From Table 10.1, one obtains DH0fC6H14 = -36960 //cal/gmol DH0fCO2 = -94052 //cal/gmol DH0fH2O = -68317 //cal/gmol //Thus, //DH0c = E(DH0f,p) - E(DH0f,r) DH0c = 6*DH0fCO2 + 7*DH0fH2O - 1*DH0fC6H14 //The calculation process is verified. printf("\n\nResult\n\n") printf("\n From Table 10.1 DH0c(n-hexane) = -1,005,570 cal/gmol, we obtains by calculations DH0c = %.0f cal/gmol \n The calculation process is verified.",DH0c)
87a7f05eeb441fd7be6ed93925ff79c105e756ad
449d555969bfd7befe906877abab098c6e63a0e8
/43/CH10/EX10.13/ex1013.sce
6ce46ac1aed11e12055ae8ba05851da80be9d1e3
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
393
sce
ex1013.sce
//Ex 1013 //Convolution of two sequences //To plot the step response //[.25 .25 .25 .25] //[.25 -.25 .25 -.25] clc; n1=0:1:8; n2=0:1:8; h1=[0 0 0 .25 .25 .25 .25 0 0] h2=[0 0 0 .25 -.25 .25 -.25 0 0] y=convol(h1,h2); l=length(y); n3=0:1:l-1; figure title('Sequence h1') plot2d3(n1,h1); figure title('Seequence h2') plot2d3(n2,h2); figure title('Sequence y') plot2d3(n3,y);
eed2dc0e139835425210a7fd07da5802748cbbea
449d555969bfd7befe906877abab098c6e63a0e8
/3507/CH22/EX22.2/Ex22_2.sce
cf9bc854a2398a6165460ba312ef3ac666b68fde
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
168
sce
Ex22_2.sce
//chapter22 //example22.2 //page491 I_DSS=32 // mA V_GS=-4.5 // V V_GS_off=-8 // V I_D=I_DSS*(1-V_GS/V_GS_off)^2 printf("drain current = %.3f mA \n",I_D)
983e85fb4a18dfa486ae28de025744134e190377
449d555969bfd7befe906877abab098c6e63a0e8
/3440/CH2/EX2.6/Ex2_6.sce
547012cb622026ee819a75f02264f079958ae75d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
310
sce
Ex2_6.sce
clc T=300 //K k=8.617*10^-5 //eV/K q=1.6*10**-19 //C m0=0.91*10^-30//kg ni=9.65*10^9//cm^-3 nno=10^14//cm^-3 taun=2*10^-6//sec taup=2*10^-6//sec pno=ni^2/nno disp(pno,"before illumination pno in cm^-3 is") GL=(10^13)/(1*10^-6) pn=pno+taup*GL disp(pn,"after illumination deltapn in cm^-3 is")
489c86120963790fab74b71c6ef1d36c1569b3aa
449d555969bfd7befe906877abab098c6e63a0e8
/2216/CH7/EX7.3/ex_7_3.sce
636b26f0f1d598955d8ed52b6fcad8d6a4b2dff8
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
399
sce
ex_7_3.sce
//Example 7.3: Injection efficiency clc; clear; close; format('v',7) //given data : Na=10^23;// in m^-3 Nd=10^21;// in m^-3 T=300;// in K e=1.6*10^-19;// in J k=1.38*10^-23;// in JK^-1 mue=0.85;// in m^2V^-1s^-1 muh=0.04;// in m^2V^-1s^-1 De=(mue*k*T)/e;// in m^2s^-1 Dh=(muh*k*T)/e;// in m^2s^-1 Le=1; Lh=Le; eta_inj=1/(1+((De/Dh)*(Lh/Le)*(Nd/Na))); disp(eta_inj,"Injection efficiency,eta_inj = ")
fc03e76a88e584fee8b64130fe3bb28d5f3dcad0
9f65f58c5809c48faa76115e128d091749dbacb4
/matrix_math.sci
61219c6dd1842fc93153ab7465a22c139beb9791
[ "MIT" ]
permissive
EduRenesto/scilab-obj-loader
9598ca7c557f944a89e3272b575ac5f4097fcabb
e6f4608957dfbef245e55865ca7fcd37b2de0a88
refs/heads/master
2020-03-21T16:44:11.705768
2018-08-12T21:10:10
2018-08-12T21:10:10
138,790,137
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,575
sci
matrix_math.sci
// Normaliza um vetor. function[y] = normalize(vec) y = vec/norm(vec); endfunction // Calcula o produto escalar de dois vetores function[y] = dot(a, b) y = 0; for i=1:length(a) y = y + (a(i)*b(i)); end endfunction // Cria uma matriz de projecao perspectiva. // Baseado na funcao glm::perspective, disponivel // em https://github.com/g-truc/glm/blob/master/glm/gtc/matrix_transform.inl // // fovy = Campo de Visao (em radianos) // aspect = Aspect Ratio (width / height) // zNear = coordenada z do near clipping pane // zFar = coordenada z do far clipping pane function[mat] = perspective(fovy, aspect, zNear, zFar) tanHalfFovy = tan(fovy / 2.0); mat = zeros(4, 4); mat(1, 1) = 1.0 / (aspect * tanHalfFovy); mat(2, 2) = 1.0 / tanHalfFovy; mat(3, 3) = zFar / (zNear - zFar); mat(3, 4) = -1.0; mat(4, 3) = -(zFar * zNear) / (zFar - zNear); endfunction // Cria uma matriz de view. // Baseado na funcao glm::lookAt, tambem // disponivel no link acima. // // eye = posicao do observador // center = alvo // up = vetor cima (geralmente [0.0 1.0 0.0]) function[mat] = lookAt(eye, center, up) f = normalize(center - eye); s = normalize(cross(f, up)); u = cross(s, f); mat = zeros(4, 4); mat(1, 1) = s(1); mat(2, 1) = s(2); mat(3, 1) = s(3); mat(1, 2) = u(1); mat(2, 2) = u(2); mat(3, 2) = u(3); mat(1, 3) = -f(1); mat(2, 3) = -f(2); mat(3, 3) = -f(3); mat(4, 1) = -dot(s, eye); mat(4, 2) = -dot(u, eye); mat(4, 3) = dot(f, eye); mat(4, 4) = 1; endfunction
b208abf3bd91d53a86f88a9d0d02d0a372f7049b
449d555969bfd7befe906877abab098c6e63a0e8
/1529/CH18/EX18.3/18_03.sce
cebb671a513ead924295d5dc6ab5f3e31511ef65
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
904
sce
18_03.sce
//Chapter 18, Problem 3 clc; //initializing the variables: C = 20E-6; //capacitance in farads R = 50000; //resistance in ohms V = 20; //supply voltage t1 = 1; // in secs t2 = 2; // in secs VRt = 15; // in volts //calculation: taw = R*C I = V/R Vct1 = V*(1-%e^(-1*t2/taw)) t3 = -1*taw*log(VRt/V) it1 = I*%e^(-1*t1/taw) printf("\n (a)Initial value of the current flowing = %.4f mA\n\n",I*10^3) printf("\n (b)Time constant of the circuit = %.0f sec\n\n",taw) printf("\n (c)The value of the current one second after connection = %.3f mA\n\n",(it1/1E-3)) printf("\n (d)The value of the capacitor voltage two seconds after connection = %.2f V\n\n",Vct1) printf("\n (e)The time after connection when the resistor voltage is 15 V = %.3f sec\n\n",t3)
d222e0fc9f86a3a608eade676ab8fda471e83074
449d555969bfd7befe906877abab098c6e63a0e8
/534/CH1/EX1.6/1_6_Human_Body_Heat_Loss.sce
9c8c40257d6a455707dede2fde32e228d41edc44
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,646
sce
1_6_Human_Body_Heat_Loss.sce
clear; clc; printf('FUNDAMENTALS OF HEAT AND MASS TRANSFER \n Incropera / Dewitt / Bergman / Lavine \n EXAMPLE 1.6 Page 26 ')// Example 1.6 // Find Skin Temperature & Heat loss rate A=1.8; // [m^2] Area for Heat transfer i.e. both surfaces Ti = 35+273; //[K] - Inside Surface Temperature of Body Tsurr = 297; //[K] - Temperature of surrounding Tf = 297; //[K] - Temperature of Fluid Flow e=.95; // Emissivity of Surface L=.003; //[m] - Thickness of Skin k=.3; // Effective Thermal Conductivity h=2; //[W/m^2.k] - Natural Thermal Convectivity from body to air stfncnstt=5.67*10^(-8); // [W/m^2.K^4] - Stefan Boltzmann Constant //Using Eq 1.5 Tsa=305; //[K] Body Temperature Assumed i=-1; while(i==-1) hr = e*stfncnstt*(Tsa+Tsurr)*(Tsa^2+Tsurr^2); //[W/m^2.K] - Radiative Heat transfer Coeff on assumption //Using Eq 1.8 & Eq 1.9 k(Ti-Ts)/L = h(Ts - Tf) + hr(Ts - Tsurr) Ts = (k*Ti/L + (h+hr)*Tf)/(k/L +(h+hr)); c=abs(Ts-Tsa); if(c<=0.0001) i=1; break; end Tsa=Ts; end q = k*A*(Ti-Ts)/L; //[W] printf("\n\n (I) In presence of Air") printf("\n (a) Temperature of Skin = %.2f K",Ts); printf("\n (b) Total Heat Loss = %.2f W",q); //When person is in Water h = 200; //[W/m^2.k] - Thermal Convectivity from body to water hr = 0; // As Water is Opaque for Thermal Radiation Ts = (k*Ti/L + (h+hr)*Tf)/(k/L +(h+hr)); //[K] Body Temperature q = k*A*(Ti-Ts)/L; //[W] printf("\n\n (II) In presence of Water") printf("\n (a) Temperature of Skin = %.2f K",Ts); printf("\n (b) Total Heat Loss = %.2f W",q); //END
ad497b77b5dd8039a2ba5149bba0907dad0d98fe
01ecab2f6eeeff384acae2c4861aa9ad1b3f6861
/sci2blif/sci2blif_added_blocks/tgate2.sce
9ab986519d6c2e4687adf69b3aeda9e164b8f297
[]
no_license
jhasler/rasp30
9a7c2431d56c879a18b50c2d43e487d413ceccb0
3612de44eaa10babd7298d2e0a7cddf4a4b761f6
refs/heads/master
2023-05-25T08:21:31.003675
2023-05-11T16:19:59
2023-05-11T16:19:59
62,917,238
3
3
null
null
null
null
UTF-8
Scilab
false
false
914
sce
tgate2.sce
//**************************** TGATE *********************************** if (blk_name.entries(bl) =='tgate2') then for ss=1:scs_m.objs(bl).model.ipar(1) mputl("# tgate "+string(bl)+" "+string(scs_m.objs(bl).model.ipar(2))+" "+string(ss),fd_w); tgate_str=".subckt tgate2 in[0]=net"+string(blk(blk_objs(bl),2))+"_" + string(ss)+" in[1]=net" + string(blk(blk_objs(bl),3))+"_" + string(ss)+" out=net"+ string(blk(blk_objs(bl),2+numofip))+"_" + string(ss); mputl(tgate_str,fd_w); mputl(" ",fd_w); if scs_m.objs(bl).model.rpar(scs_m.objs(bl).model.ipar(1)*(1-1)+1) == 1 then plcvpr = %t; plcloc=[plcloc;'net'+string(blk(blk_objs(bl),2+numofip))+'_'+string(ss),string(scs_m.objs(bl).model.rpar(scs_m.objs(bl).model.ipar(1)*(1-1)+1+2*ss-1))+' '+string(scs_m.objs(bl).model.rpar(scs_m.objs(bl).model.ipar(1)*(1-1)+1+2*ss))+' 0']; end end end
8e59ec0eef17401550154aad6affc050df799700
449d555969bfd7befe906877abab098c6e63a0e8
/167/CH7/EX7.8/ex8.sce
fa7035d19e51cf628f09f0e62202f857f0c2411e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
675
sce
ex8.sce
//ques8 //Economics of Replacing a Valve by a Turbine clear clc //state 1 P1=5//pressure in MPa T1=115//temperature in K //from table h1=232.3//heat in kJ/kg s1=4.9945//entropy in kJ/kg.K d1=422.15//density //state 2 P2=1//pressure in MPa s2=4.9945//entropy s2=s1 h2=222.8//heat in kJ/kg from table Vs=0.280//volume flow rate in m^3 ms=d1*Vs//mass per second in Kg/sec // Ein=Eout so Wsout=ms*(h1-h2) Ws=ms*(h1-h2);//power output of turbine in kJ/sec printf('The power output of the turbine = %.0f kW \n',Ws); APP=Ws*8760//kWh/yr annual power production APS=APP*0.075//$/kWh Annual power savings printf(' Annual power savings = $ %.0f/yr ',APS);
8bded3daecbf53eef9bb9bf9df2e58094b5fc61e
755fbcabbabf0568fe51dd60a220cd559698248e
/combinatorics/combinatorics/bin/Debug/test2.tst
33b8a86d904118a7c526d3c02d0eeb407ff0d49a
[]
no_license
DimkaSklyar/_textbook_combinatorics
0b27223c3a62a3159639a4f5f4e3d4bcfe0d3755
cd2434b99e5340295d3873f04378a1679aa44709
refs/heads/master
2022-01-12T18:53:45.079296
2019-06-15T17:51:48
2019-06-15T17:51:48
188,661,306
0
0
null
null
null
null
UTF-8
Scilab
false
false
3,632
tst
test2.tst
EAAAAD5wttCqaqMuazxgqxLXOl9LxKx/xTMwSjQ50fyosPob4XH1vOJwnh6o0rilWE0yLUeWMVtojjfxE7yYpE/ntsXgjdHn8gJqc6ccbYKULwZSp4Fpjpp80oQc/E4Qv64AUOm/Dg2k8U9Kz6qJyGNy3M/LVG1OhaEFPWS0dRZxSQoDaFyAtFnuSMwznTJSixWyvKVMzTd/4mbxfSSOcaaFaaEs00qRPJbKlJYGHjTmRWH2 EAAAAFGh1+Wm8ZG/Y6VwFMV9lryu9t5Cuecndd5DGibJBgSj EAAAAO1L9r5oZbqojRYY5Mbh6Wl6B8AdK+IQNh2Dx02ikNCf EAAAALpDyeqKAmS4Q/PkNSVhgErFvy5biOBThTdNj+6bePND EAAAAGpjo+i4yCjeuGis/6cy3OQErNG6D+qfwxbdqw04lFIb EAAAAK1H4UjEMKrrsFN7zVhzoCk5yIYcVkpPx944cYXGXYicLy0GvasiynulDaJobYxdBCb0gw62qXq9Q0EYQQktQG/3ugIvNtp68ofdB7zC6Wdloh/LIft3CxXmcGkRBszqbeCWi/7/nFbVCJpwBkseRDXN5U7g5JbPYi8+vM5y9WU7 EAAAAHld/3QuRCnLC1ZHlhv4vImI3GkJymCyX4ewIuhaAMi0 EAAAAMBuFJ7bU2glwyhzA6KMHbbdu6+rjerFLeuJW8sARlaZ EAAAADzqAgfDoi+OA2koXwbRKvv2cCRX7KdQlkXXBvd2vmn5 EAAAAHvESo05pKqjH19VtLmVWYUPpCE0OxFnzzEpCy/kodeS EAAAAIAd1j95IkW9YcuqI86BjrESptENaE1doGNKj/MCWHh3MXWSse6AXT9u5BfJy8DK1BK1lZzWZqz+Jx9eClZni05WzpsUG6ga4Q34YKxy3wwd1dGKY6TIUKDHBl2u5q8j/q8/5Fjwd+uM50bT843dEmfzX22C8FS6JlbxudPBgXoatK4vbS+ciI08gLxya1pxH+alnBJLcAQUxrI7elDxi+sNyhJYJmHSRPGPX8EfcyUNwK1Cisv0EvmPOT59LodXDKstzB55ieiJ5un5/iot+UqlmabFJbWT7HQWNFEaabSQkVPUPswGrvQP0SB5DBue9Q== EAAAACC8s5LQTb0dxhfVsNTUKFsUOd37WC3GMxkvo7ww5sIg EAAAAKCUIXtxgT3mStE0JOLSEycax1KaGKhBsGZ7s6nTRnLT EAAAAP66BTBqsyZD4EaDvpEVv/I34LqK54BX9XGmX51dh25I EAAAAMNDFM1a5sBP6uGWLOSnroy/6AqsXbKkIQbC3AwQaheF EAAAAFm7HBIemM/L2q+MUXEydn79ABrtv0ZrqdkkyNAA4E8sY8d+pN+uSUBS5eEqze8oSSGrUHz1ht3XQt/UUJ7l97tAUDUiBX244jfyK3OJslLCcGiShT0Uf6UA/odpQa6MMSmGf3Fp8KIJ4vEMuGjIySo= EAAAAF4PRqwO2/1ZqlnRioYMA4Ho6G4lXEaMDYPXcVm+6fXO EAAAAAYsPk8L8lSsMdzyMzjhuldf8Te+qfPhfH/rYAr3sA+f EAAAAFjSd/z/ZHg2nSgQUKKpYSSQSFdt9QpVjRe+qUtpxLE+ EAAAAD7kxd/jqcZrHlBq7b9m6S9yBYrw6NxzTLltIATX3erR EAAAAGSc9hYgNlQwLPYa+dnaT/c5h31HeAdan76MiHcDbnH30Sy9tJ2RIg4On94w+qhhLFPzmLHKN1gq6nhc+TgzT2mmMqIhARa7l0DGkzHCfyCWL227UHAVdcWQHZbOMCDDDcx6YCSh0s4blloBlZTcz9Mxr2pDozdTrMLBjS2jA1y7eALTnHsLTAzd3SgT5VJ4Ck550Oed7qARh+9K7nAlgixIUlEhfPV1YO3VR5hLNMX7+4Yp6zFfFQXKcIQFcnL47w== EAAAADrbnb2KW3t261DgOKeRqzlz8y5PWCIGs9trUXvECRLT EAAAAMYNOL+v61gdXV/vZOOmyu+q+zAuFlpHWO8o40c3vwKj EAAAAEhjMoPTA9VcwSRer/eMg4fZt6kB5zEVY8ThHyaIPCVU EAAAAPioz7KD6DJPBpKHtFHwJ6YBnkbC5UThTbnFK0lGl56/ EAAAAO0m+ChSrmYU1W/62Sxnhq5GEcyQ8ou1pS2cGPiSAv5Cz2UwUKg1gKSa42IGuYlHU5T1bXz5C4GvKVs4yh2pMT92PHSMplzXptRvmhs+go/ScJ+kWMvl/5DcnGEFhcJuOjfbWg0a7psy1UAqs32zVL82TNWltGxjPFm5j0X5pB5BKAy+T7I47qafLBr0JQ0bwCBBPwgpCKpSqyLxa+VkRFyNMMSPC3o/EKkdIhnd5Lw1 EAAAAMvwqSXpDfKmr1/AcTrA7A0+6mITMvjQ29cveL55KVtJ EAAAADVh+sMyEGa6LM6jXeDWW4m/Nt96TV3h76ZBThEwwB+m EAAAAPfEGco9a6VcNYQkWRlfos/q3VnWKLCyD8zKUOA9uNZc EAAAAP8MLuOs5Hic4gLXBUj9GZATrz2pHpivWbgioxaQ4eGZ EAAAAPzMk0YksZEZWGpb2t1gvwR3DcDH298Y8fY05BejF+ww4/qyH9RDgdlAWR7nXRFNKZxVUso3SpJUnqmk8jwKK39laZ02sXw47kiArugVjBpFokG3NDlTrZY4iUKiJQi2BtV6b+ZWbtXIkg8/fWRa+ZhPzUGL+WNKR3TjOcmUFd1U1WUDOoIE30s7WjeQdxCYFH6I5ake9YMDOKBFFaeDxMr4iItIYEpZXm8gW3Rwo5RjvDVWv5RZjTEobk+rFKBLdgeAu2MgSxnLpIZXYTCxTbkiYpP9d2iCRe6iN4nl5ln9nZ3pdQzEq20TFMoThMxBsM9+i6MwLcE4npFYp3QA3ZTGhp8Z1I+wX9nCoQGMks9tcm5gXZgr5PvZG6WcibK8Sr5xGvNFs0ExESZTdS1hE7w= EAAAAIjL/4WPE9ydZBTMzlHdlR4vCRRBJi9Gb2epCgW+F/L5 EAAAAPCnJlLUIL2Nbu7IMnBmBOIB74keL6ActC9dyusu8FZj EAAAAKs+EcMuHgs6Vn0LX8FW5AicNtBpRZ9ITko8NcF7HhsA EAAAADvQzMNcNw7+JFmQLz78OrcWesqwiR3hszON1+RQurPo EAAAAGE1lZb4ewZS46RGaCIVlUrCgpB2SVSqE48flP274LiCX0JbC7W04q3M3N42AC3KeaJ7AjsJfVFHskRa31kkmRVNNMVekZQwYnpQHDl68yczTFftiKDu8adBUXvvoNKAqGy0CsuE9CCYxeYKWgCKwC/R/forQj4yhDK0ugwmj8AN5JQROeDzHbo3KlPhoQ9qDdju+ShmTFw5FWEcUyZcekIYMxq8mwt9Y6tcKSoCGspA EAAAAC+RazWhOtyKakas1GMBylD8NaZLf42qRc7QkMfr825q EAAAAJAWSDJ1OSftlu/1BT3qGqwsXMAoZHKyjomDlcH6Azkr EAAAAA14It3Old0IE9bZt2gmHDGwgDRz1d7icsfA7e+HzG5y EAAAAKYS4Uux4SC0rkRs5E3oMPyYhK5iGvP3vI2980R6o6ky
fd3a137a6e4362907c812aac20f541b02015fe05
449d555969bfd7befe906877abab098c6e63a0e8
/2153/CH7/EX7.3.a/ex_7_3_A.sce
9af8b30559d84d86ae3ad9ef2e3042bd68012f99
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
432
sce
ex_7_3_A.sce
// Example 7.3.a: yield point stress clc; clear; close; format('v',10) yl=40;//yeild load in kN ml=71.5;//maximum load in kN fl=50.5;//fracture load in kN glf=79.5;//gauge length of fratture in mm st=7.75*10^-4;//strain at load of 20kN d=12.5;//specimen diamtere in mm sl=62.5;//specimen length in mm A=(%pi*(d*10^-3)^2)/4;// in meter square ylp=((yl*10^3)/(A));//yeild point stress in N/m^2 disp(ylp,"yeild point stress in N/m^2")
13158a2f80f1cc6e19d3963de3e5af13fe545238
449d555969bfd7befe906877abab098c6e63a0e8
/1970/CH12/EX12.10/CH12Exa10.sce
e269cd4b05d116d219c95b950edb8912129a0b23
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
501
sce
CH12Exa10.sce
// Scilab code Exa12.10 : : Page-576 (2011) clc; clear; theta = 3.5*%pi/180; // Reflection angle, radian d = 2.3e-10; // Lattice spacing, metre n = 1; // For first order h = 6.6256e-34; // Planck's constant, joule sec m = 1.6748e-27; // Mass of the neutron, Kg E = n^2*h^2/(8*m*d^2*sin(theta)^2*1.6023e-19); // Energy of the neutrons, electron volts printf("\nThe energy of the neutrons = %4.2f eV", E); // Result // The energy of the neutrons = 1.04 eV
3a79c7f44dbc45358197fdd5aef68f78a379ea18
449d555969bfd7befe906877abab098c6e63a0e8
/599/CH6/EX6.3.b/example6_3_b.sce
2cb4e9f1cdacd50d85930106b9bcbf45724ce4bb
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,445
sce
example6_3_b.sce
clear; clc; printf("\t Example 6_3_b\n"); //part(ii) w1=5; //wet of wet solid c1=.5/(1-.5); //moisture content per kg wet solid w2=5*0.5; //moisture for 5kg wet solid w3=w1-w2; //weight of dry solid xbar=0.05; //equillibrium moisture content Xbar=xbar/(1-xbar); //equillibrium moisture content Ls=2.5; //mass of bone dry solid ais the drying surface A=5; //both upper surafce and lower surface are exposed Nc=0.6; //in kg/m^2*hr //from X=0.6 to 0.44 ,falling rate is non linear and from X=.44 to .14 falling rate is linear X2=.15/(1-.15); Xcr=.6; //kg moisture per kg dry solid //so we can find time fro drying from 0.6 to .44 graphically and then for X=.44 to .1765 X1=1; //moisture content on dry basis intially t1=Ls/(A*Nc) *(X1-Xcr); //time taken for constant drying rate(fromX=1 to .6) X1=.44; //moisture content on dry basis t2=(Ls/(A*Nc))*((Xcr-Xbar)*log((X1-Xbar)/(X2-Xbar))); t3=0.0336*Ls/Nc; //fro graph we get from X=.6 to .44 ttotal=t1+t2+t3; //total time for drying the wet slab printf("\n the total time for drying the wet slab to 15 percent moisture on wet basis is :%f min",ttotal*60); //end
a535d6b67302144c06afaaadb05240abb710c583
7e8e8788ae9567cb4005effcf05a3172225c09c6
/lab 5/lab5.sce
6527b39a5beb6eb12b590c1492f3d2dd5f2d6bb6
[]
no_license
MammalBubble/TAU
d1562ff8f04447d6815a0104e3d70b52b8f3784f
3b9c64133520c211e77b4806ff5761e3d963d771
refs/heads/master
2021-05-21T02:43:11.674589
2020-05-22T19:11:41
2020-05-22T19:11:41
252,506,891
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,067
sce
lab5.sce
//Data Un=27 //volt n0=6500 //rpm In=0.92 //A Mn=0.12 //Nm R=16.6 //Om Ta=7 //ms anchor Jm=7*10^(-5) //kg*m^2 motor Ty=4 //ms i=50 //transfer ratio Jl=0.01 //kg*m^2 load or mechanism //calculations and point 1 omega0=n0/10 Ku=1 Ki=1 Komega=1 Kalpha=1 Km=1/R Ky=Un/10 Jr=0.2*Jm ke=Un/omega0 //первая конструктивная пстоянная km=Mn/In //вторая конструктивная постоянная Jsum=Jm+Jr+Jl/i^2 K=Ky/ke/i Kf=R/km/ke/i^2 Tm=R*Jsum/km/ke //output DIR='D:\U4ebka\теория систем и ОАУ\ОАУ\lab 5\lab5_table.tex' line='' line=line+'$U_n$ & &'+string(Un)+' V\\ \hline' line=line+'$n_0$ & &'+string(n0)+' rpm\\ \hline' line=line+'$I_n$ & &'+string(In)+' A\\ \hline' line=line+'$M_n$ & &'+string(Mn)+' Nm\\ \hline' line=line+'$R$ & &'+string(R)+' $\Omega$\\ \hline' line=line+'$T_a$ & &'+string(Ta)+' ms\\ \hline' line=line+'$J_m$ & &'+string(Jm)+' $kgm^2$\\ \hline' line=line+'$T_y$ & &'+string(Ty)+' ms\\ \hline' line=line+'$i$ & &'+string(i)+' \\ \hline' line=line+'$J_l$ & &'+string(Jl)+' $kgm^2$\\ \hline' line=line+'$\omega_0$ & $n_o/10&$'+string(omega0)+' rad/s\\ \hline' line=line+'$K_m$ & $1/R&$'+string(Km)+' \\ \hline' line=line+'$K_y$ & $U_n/10&$'+string(Ky)+' \\ \hline' line=line+'$K_m$ & $M_n/I_n&$'+string(Km)+' \\ \hline' line=line+'$J_r$ & $0.2J_m&$'+string(Jr)+'$kgm^2$ \\ \hline' line=line+'$k_1=k_e$ & $U_n/\omega_0$&'+string(ke)+' \\ \hline' line=line+'$k_2=k_m$ & $M_n/I_n&'+string(km)+' \\ \hline' line=line+'$J_\Sigma$ &$J_m+J_r+\dfrac{J_l}{i^2} $&'+string(Jsum)+' \\ \hline' line=line+'$K$ & $\dfrac{K_y}{iK_e}$&'+string(K)+' \\ \hline' line=line+'$K_f$ & $\dfrac{R}{K_m K_e i^2}$&'+string(Kf)+' \\ \hline' line=line+'$T_m$ & $\dfrac{R J_\Sigma}{K_m K_e}$&'+string(Tm)+' ms\\ \hline' csvWrite(line,DIR) //point 2 Msm=0 U=5 //point 3 //Msm=Mn*i/2//31 Msm=mn*i/2 //points 4 //Jm=Jm*0.5 //41 Jm=0.5Jm //points 5 //i=i+i*1.75 //Jsum=Jm+Jr+Jl/i^2 //recalc 51&52 Msm=0 i+- //pount 6 //Ta=Ta/10 //Ty=Ty/10
a50525a1a413adf25d7bb91768558469cb32cbe1
449d555969bfd7befe906877abab098c6e63a0e8
/3856/CH8/EX8.6/Ex8_6.sce
503b719a79359dc972e60cb273678f3449081b36
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
606
sce
Ex8_6.sce
//Calculate the value of Standard Molar Enthalpy of formation of Sodium ion (delfHNa)for reaction Na(s)+1/2Cl2(g)=Na^+(aq)+Cl^-(aq) //Example 8.6 clc; clear; delrH=-406.9; //Standard Enthalpy of reaction in kJ mol^-1 delfH2=-167.2; //Standard molar Enthalpy of Chloride ion in kJ mol^-1 delfH3=0; //Standard molar Enthalpy of Chlorine gas in kJ mol^-1 delfH4=0; //Standard molar Enthalpy of Sodium in kJ mol^-1 delfH1=delrH+delfH3+delfH4-delfH2; //Standard molar Enthalpy of Sodium ion in kJ mol^-1 printf("Standard Molar Enthalpy of Sodium ion = %.1f kJ mol^-1",delfH1);
dbbf9d4b84f53906789d15e9d4bf84cd2f62978f
8217f7986187902617ad1bf89cb789618a90dd0a
/source/2.4/macros/m2sci/sci_title.sci
5263b29d1b33837e278a832aded0d3c59700c14a
[ "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
131
sci
sci_title.sci
function [stk,txt,top]=sci_title() // Copyright INRIA txt=[] stk=list('xtitle('+stk(top)(1)+','' '','' '')','0','0','0','0')
2b77760426c85a5f1214db7db039cdfc48ebc297
1bb72df9a084fe4f8c0ec39f778282eb52750801
/test/TF34.prev.tst
ee854102b5aaada12edd605301b685bffd7e43df
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
gfis/ramath
498adfc7a6d353d4775b33020fdf992628e3fbff
b09b48639ddd4709ffb1c729e33f6a4b9ef676b5
refs/heads/master
2023-08-17T00:10:37.092379
2023-08-04T07:48:00
2023-08-04T07:48:00
30,116,803
2
0
null
null
null
null
UTF-8
Scilab
false
false
740
tst
TF34.prev.tst
considerNonPrimitive Expanding for base=6, level=2, reasons+features=base,primitive,same,similiar,accel igtriv,norm Refined variables=a,b,c ??? assertion: accelerate loopCheck [0+177147a,0+177147b,0+177147c]: unknown accelerated by a*3 b*3 c*3 a*3 b*3 c*3 a*3 b*3 c*3 a*3 b*3 c*3 a*3 b*3 c*3 a*3 b*3 c*3 a*3 b*3 c*3 a*3 b*3 c*3 a*3 b*3 c*3 a*3 b*3 c*3 a*3 b*3 c*3 -> [1] [0,0,0] a³+3b³-9c³ ---------------- level 0 expanding queue[0]^-1,meter=[6,6,6]: a³+3b³-9c³ [0+1062882a,0+1062882b,0+1062882c]: non-primitive [531441+1062882a,531441+1062882b,0+1062882c]: non-primitive [531441+1062882a,0+1062882b,531441+1062882c]: non-primitive [0+1062882a,531441+1062882b,531441+1062882c]: non-primitive endexp[0] Proof [1] mod 6: a³+3b³-9c³
3da9dc84fcc5e1d0ba9dfeb85bd04b82724fc43c
0ff387eff03656a2fb7809523e417f4757d926ab
/scripts/TUTORIAL.tst
258523c102daaf9cfb8d7b7a5fee1d74d54077e5
[]
no_license
manoj286/vcast_tutorial
dd9b8db2379eb9fdf8720e283209d4511c7773f6
8779d70f8405c95744902a2c2df9fb68e8dceaab
refs/heads/master
2021-05-15T06:14:43.388197
2018-02-05T11:05:35
2018-02-05T11:05:35
114,163,576
0
0
null
null
null
null
UTF-8
Scilab
false
false
10,238
tst
TUTORIAL.tst
-- VectorCAST 6.1a (03/21/13) -- Test Case Script -- -- Environment : TUTORIAL -- Unit(s) Under Test: database manager -- -- Script Features TEST.SCRIPT_FEATURE:C_DIRECT_ARRAY_INDEXING TEST.SCRIPT_FEATURE:CPP_CLASS_OBJECT_REVISION TEST.SCRIPT_FEATURE:MULTIPLE_UUT_SUPPORT TEST.SCRIPT_FEATURE:MIXED_CASE_NAMES -- -- Unit: database -- Subprogram: Get_Table_Record -- Test Case: Get_Table_Record.001 TEST.UNIT:database TEST.SUBPROGRAM:Get_Table_Record TEST.NEW TEST.NAME:Get_Table_Record.001 TEST.VALUE:database.<<GLOBAL>>.Table_Data[0].Is_Occupied:v_false TEST.VALUE:database.Get_Table_Record.Table:0 TEST.EXPECTED:database.Get_Table_Record.return.Is_Occupied:v_true TEST.END -- Test Case: Get_Table_Record.002 TEST.UNIT:database TEST.SUBPROGRAM:Get_Table_Record TEST.NEW TEST.NAME:Get_Table_Record.002 TEST.BASIS_PATH:1 of 1 TEST.NOTES: No branches in subprogram TEST.END_NOTES: TEST.VALUE:database.Get_Table_Record.Table:<<MIN>> TEST.END -- Subprogram: Update_Table_Record -- Test Case: Update_Table_Record.001 TEST.UNIT:database TEST.SUBPROGRAM:Update_Table_Record TEST.NEW TEST.NAME:Update_Table_Record.001 TEST.BASIS_PATH:1 of 1 TEST.NOTES: No branches in subprogram TEST.END_NOTES: TEST.VALUE:database.Update_Table_Record.Table:<<MIN>> TEST.END -- Unit: manager -- Subprogram: Add_Included_Dessert -- Test Case: Add_Included_Dessert.001 TEST.UNIT:manager TEST.SUBPROGRAM:Add_Included_Dessert TEST.NEW TEST.NAME:Add_Included_Dessert.001 TEST.BASIS_PATH:1 of 3 TEST.NOTES: This is an automatically generated test case. Test Path 1 (1) if (((Order->Entree == (STEAK)) && (Order->Salad == (CAESAR))) && (Order->Beverage == (MIXED_DRINK))) ==> FALSE (2) if (((Order->Entree == (LOBSTER)) && (Order->Salad == (GREEN))) && (Order->Beverage == (WINE))) ==> FALSE Test Case Generation Notes: TEST.END_NOTES: TEST.VALUE:manager.Add_Included_Dessert.Order:<<malloc 1>> TEST.VALUE:manager.Add_Included_Dessert.Order[0].Entree:NO_ENTREE TEST.END -- Test Case: Add_Included_Dessert.002 TEST.UNIT:manager TEST.SUBPROGRAM:Add_Included_Dessert TEST.NEW TEST.NAME:Add_Included_Dessert.002 TEST.BASIS_PATH:2 of 3 TEST.NOTES: This is an automatically generated test case. Test Path 2 (1) if (((Order->Entree == (STEAK)) && (Order->Salad == (CAESAR))) && (Order->Beverage == (MIXED_DRINK))) ==> FALSE (2) if (((Order->Entree == (LOBSTER)) && (Order->Salad == (GREEN))) && (Order->Beverage == (WINE))) ==> TRUE Test Case Generation Notes: TEST.END_NOTES: TEST.VALUE:manager.Add_Included_Dessert.Order:<<malloc 1>> TEST.VALUE:manager.Add_Included_Dessert.Order[0].Salad:GREEN TEST.VALUE:manager.Add_Included_Dessert.Order[0].Entree:LOBSTER TEST.VALUE:manager.Add_Included_Dessert.Order[0].Beverage:WINE TEST.END -- Test Case: Add_Included_Dessert.003 TEST.UNIT:manager TEST.SUBPROGRAM:Add_Included_Dessert TEST.NEW TEST.NAME:Add_Included_Dessert.003 TEST.BASIS_PATH:3 of 3 TEST.NOTES: This is an automatically generated test case. Test Path 3 (1) if (((Order->Entree == (STEAK)) && (Order->Salad == (CAESAR))) && (Order->Beverage == (MIXED_DRINK))) ==> TRUE Test Case Generation Notes: TEST.END_NOTES: TEST.VALUE:manager.Add_Included_Dessert.Order:<<malloc 1>> TEST.VALUE:manager.Add_Included_Dessert.Order[0].Salad:CAESAR TEST.VALUE:manager.Add_Included_Dessert.Order[0].Entree:STEAK TEST.VALUE:manager.Add_Included_Dessert.Order[0].Beverage:MIXED_DRINK TEST.END -- Subprogram: Add_Party_To_Waiting_List -- Test Case: Add_Party_To_Waiting_List.001 TEST.UNIT:manager TEST.SUBPROGRAM:Add_Party_To_Waiting_List TEST.NEW TEST.NAME:Add_Party_To_Waiting_List.001 TEST.BASIS_PATH:1 of 3 TEST.NOTES: This is an automatically generated test case. Test Path 1 (1) if (WaitingListSize > (9)) ==> FALSE (2) while (Name && (*Name)) ==> FALSE Test Case Generation Notes: TEST.END_NOTES: TEST.VALUE:manager.<<GLOBAL>>.WaitingListSize:<<MIN>> TEST.VALUE:manager.Add_Party_To_Waiting_List.Name:<<malloc 1>> TEST.VALUE:manager.Add_Party_To_Waiting_List.Name:<<null>> TEST.END -- Test Case: Add_Party_To_Waiting_List.002 TEST.UNIT:manager TEST.SUBPROGRAM:Add_Party_To_Waiting_List TEST.NEW TEST.NAME:Add_Party_To_Waiting_List.002 TEST.BASIS_PATH:2 of 3 TEST.NOTES: This is an automatically generated test case. Test Path 2 (1) if (WaitingListSize > (9)) ==> FALSE (2) while (Name && (*Name)) ==> TRUE Test Case Generation Notes: TEST.END_NOTES: TEST.VALUE:manager.<<GLOBAL>>.WaitingListSize:<<MIN>> TEST.VALUE:manager.Add_Party_To_Waiting_List.Name:<<malloc 1>> TEST.VALUE:manager.Add_Party_To_Waiting_List.Name[0]:<<MIN>> TEST.END -- Test Case: Add_Party_To_Waiting_List.003 TEST.UNIT:manager TEST.SUBPROGRAM:Add_Party_To_Waiting_List TEST.NEW TEST.NAME:Add_Party_To_Waiting_List.003 TEST.BASIS_PATH:3 of 3 TEST.NOTES: This is an automatically generated test case. Test Path 3 (1) if (WaitingListSize > (9)) ==> TRUE (2) while (Name && (*Name)) ==> FALSE Test Case Generation Notes: TEST.END_NOTES: TEST.VALUE:manager.<<GLOBAL>>.WaitingListSize:<<MAX>> TEST.VALUE:manager.Add_Party_To_Waiting_List.Name:<<malloc 1>> TEST.VALUE:manager.Add_Party_To_Waiting_List.Name:<<null>> TEST.END -- Subprogram: Clear_Table -- Test Case: Clear_Table.001 TEST.UNIT:manager TEST.SUBPROGRAM:Clear_Table TEST.NEW TEST.NAME:Clear_Table.001 TEST.BASIS_PATH:1 of 2 TEST.NOTES: This is an automatically generated test case. Test Path 1 (1) for (Seat < 4) ==> FALSE Test Case Generation Notes: Conflict: Unable to validate expression-to-expression comparison in branch 1 TEST.END_NOTES: TEST.VALUE:manager.Clear_Table.Table:<<MIN>> TEST.END -- Test Case: Clear_Table.002 TEST.UNIT:manager TEST.SUBPROGRAM:Clear_Table TEST.NEW TEST.NAME:Clear_Table.002 TEST.BASIS_PATH:2 of 2 TEST.NOTES: This is an automatically generated test case. Test Path 2 (1) for (Seat < 4) ==> TRUE Test Case Generation Notes: Conflict: Unable to validate expression-to-expression comparison in branch 1 TEST.END_NOTES: TEST.VALUE:manager.Clear_Table.Table:<<MIN>> TEST.END -- Subprogram: Get_Check_Total -- Test Case: Get_Check_Total.001 TEST.UNIT:manager TEST.SUBPROGRAM:Get_Check_Total TEST.NEW TEST.NAME:Get_Check_Total.001 TEST.BASIS_PATH:1 of 1 TEST.NOTES: No branches in subprogram TEST.END_NOTES: TEST.VALUE:manager.Get_Check_Total.Table:<<MIN>> TEST.END -- Subprogram: Get_Next_Party_To_Be_Seated -- Test Case: Get_Next_Party_To_Be_Seated.001 TEST.UNIT:manager TEST.SUBPROGRAM:Get_Next_Party_To_Be_Seated TEST.NEW TEST.NAME:Get_Next_Party_To_Be_Seated.001 TEST.BASIS_PATH:1 of 2 TEST.NOTES: This is an automatically generated test case. Test Path 1 (1) if (WaitingListIndex > (9)) ==> FALSE Test Case Generation Notes: TEST.END_NOTES: TEST.VALUE:manager.<<GLOBAL>>.WaitingListIndex:<<MIN>> TEST.END -- Test Case: Get_Next_Party_To_Be_Seated.002 TEST.UNIT:manager TEST.SUBPROGRAM:Get_Next_Party_To_Be_Seated TEST.NEW TEST.NAME:Get_Next_Party_To_Be_Seated.002 TEST.BASIS_PATH:2 of 2 TEST.NOTES: This is an automatically generated test case. Test Path 2 (1) if (WaitingListIndex > (9)) ==> TRUE Test Case Generation Notes: TEST.END_NOTES: TEST.VALUE:manager.<<GLOBAL>>.WaitingListIndex:<<MAX>> TEST.END -- Subprogram: Place_Order -- Test Case: Place_Order.001 TEST.UNIT:manager TEST.SUBPROGRAM:Place_Order TEST.NEW TEST.NAME:Place_Order.001 TEST.VALUE:manager.Place_Order.Table:1 TEST.VALUE:manager.Place_Order.Seat:1 TEST.VALUE:manager.Place_Order.Order.Soup:ONION TEST.VALUE:manager.Place_Order.Order.Salad:NO_SALAD TEST.VALUE:manager.Place_Order.Order.Entree:STEAK TEST.VALUE:manager.Place_Order.Order.Dessert:CAKE TEST.VALUE:manager.Place_Order.Order.Beverage:MIXED_DRINK TEST.VALUE:manager.Place_Order.return:1 TEST.EXPECTED:manager.Place_Order.return:0 TEST.END -- Test Case: Place_Order.002 TEST.UNIT:manager TEST.SUBPROGRAM:Place_Order TEST.NEW TEST.NAME:Place_Order.002 TEST.VALUE:manager.Place_Order.Order.Entree:CHICKEN TEST.EXPECTED:manager.Place_Order.return:0 TEST.END -- Test Case: Place_Order.003 TEST.UNIT:manager TEST.SUBPROGRAM:Place_Order TEST.NEW TEST.NAME:Place_Order.003 TEST.BASIS_PATH:1 of 5 TEST.NOTES: This is an automatically generated test case. Test Path 1 (5) case (Order.Entree) ==> PASTA Test Case Generation Notes: TEST.END_NOTES: TEST.VALUE:manager.Place_Order.Table:<<MIN>> TEST.VALUE:manager.Place_Order.Seat:<<MIN>> TEST.VALUE:manager.Place_Order.Order.Entree:PASTA TEST.END -- Test Case: Place_Order.004 TEST.UNIT:manager TEST.SUBPROGRAM:Place_Order TEST.NEW TEST.NAME:Place_Order.004 TEST.BASIS_PATH:2 of 5 TEST.NOTES: This is an automatically generated test case. Test Path 2 (1) case (Order.Entree) ==> NO_ENTREE Test Case Generation Notes: TEST.END_NOTES: TEST.VALUE:manager.Place_Order.Table:<<MIN>> TEST.VALUE:manager.Place_Order.Seat:<<MIN>> TEST.VALUE:manager.Place_Order.Order.Entree:NO_ENTREE TEST.END -- Test Case: Place_Order.005 TEST.UNIT:manager TEST.SUBPROGRAM:Place_Order TEST.NEW TEST.NAME:Place_Order.005 TEST.BASIS_PATH:3 of 5 TEST.NOTES: This is an automatically generated test case. Test Path 3 (2) case (Order.Entree) ==> STEAK Test Case Generation Notes: TEST.END_NOTES: TEST.VALUE:manager.Place_Order.Table:<<MIN>> TEST.VALUE:manager.Place_Order.Seat:<<MIN>> TEST.VALUE:manager.Place_Order.Order.Entree:STEAK TEST.END -- Test Case: Place_Order.006 TEST.UNIT:manager TEST.SUBPROGRAM:Place_Order TEST.NEW TEST.NAME:Place_Order.006 TEST.BASIS_PATH:4 of 5 TEST.NOTES: This is an automatically generated test case. Test Path 4 (3) case (Order.Entree) ==> CHICKEN Test Case Generation Notes: TEST.END_NOTES: TEST.VALUE:manager.Place_Order.Table:<<MIN>> TEST.VALUE:manager.Place_Order.Seat:<<MIN>> TEST.VALUE:manager.Place_Order.Order.Entree:CHICKEN TEST.END -- Test Case: Place_Order.007 TEST.UNIT:manager TEST.SUBPROGRAM:Place_Order TEST.NEW TEST.NAME:Place_Order.007 TEST.BASIS_PATH:5 of 5 TEST.NOTES: This is an automatically generated test case. Test Path 5 (4) case (Order.Entree) ==> LOBSTER Test Case Generation Notes: TEST.END_NOTES: TEST.VALUE:manager.Place_Order.Table:<<MIN>> TEST.VALUE:manager.Place_Order.Seat:<<MIN>> TEST.VALUE:manager.Place_Order.Order.Entree:LOBSTER TEST.END
c3d5af09b48372e6543018ed50dcc6a00ccd927b
1489f5f3f467ff75c3223c5c1defb60ccb55df3d
/tests/test_bundle_1_y.tst
5109f64fac4b44f3d8cc9f23b6d3c3a194e56349
[ "MIT" ]
permissive
ciyam/ciyam
8e078673340b43f04e7b0d6ac81740b6cf3d78d0
935df95387fb140487d2e0053fabf612b0d3f9e2
refs/heads/master
2023-08-31T11:03:25.835641
2023-08-31T04:31:22
2023-08-31T04:31:22
3,124,021
18
16
null
2017-01-28T16:22:57
2012-01-07T10:55:14
C++
UTF-8
Scilab
false
false
38
tst
test_bundle_1_y.tst
adding "~temp.png" append "~temp.jpg"
c5f6a9a9ff59a561d45fcd02fb20075eb27d8030
256f0055d000d9c71c41cf0df7a7a750619fbfd0
/modulacoes.sce
22ed04986e2a8c8ad138fd80c20bb1dbe98a1aac
[]
no_license
ItaloOliveiraF/Sistema-de-Transmiss-o-de-Dados
efec24f05af567e24d5450d3e2513865b4ce5117
dec4f2b2c1f4f9b701de1737a5efe2bbae465811
refs/heads/master
2020-04-05T09:29:00.397099
2018-12-21T20:36:15
2018-12-21T20:36:15
156,759,189
0
0
null
null
null
null
UTF-8
Scilab
false
false
612
sce
modulacoes.sce
function [t,b]=bask(eq) t = linspace(0,(98282/264600)*100,length(eq)*100); f=40*10**3; for n=1:length(t) b(n)=cos(2*%pi*f*t(n))*eq(ceil(n/100)); end endfunction function [t,bf]=bfsk(eq) t = linspace(0,(98282/264600)*100,length(eq)*100); f=15*10**3; for n=1:length(t) bf(n)=cos(2*%pi*f*t(n)*(eq(ceil(n/100))*2+1)); end endfunction function [t,bp]=bpsk(eq) t = linspace(0,(98282/264600)*100,length(eq)*100); fase=%pi f=30*10**3; for n=1:length(t) bp(n)=cos(2*%pi*f*t(n)+eq(ceil(n/100))*fase); end endfunction
29fc3daa9ea9160a51f06a5c7ba3b49eadcdfc66
449d555969bfd7befe906877abab098c6e63a0e8
/1919/CH5/EX5.1/Ex5_1.sce
f56cf76c0817f337823065f73bc3517495eb030a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
609
sce
Ex5_1.sce
// Theory and Problems of Thermodynamics // Chapter 5 // Second law of Thermodynamics // Example 1 clear ;clc; //Given data Q = 100 // energy absorbed in kJ W = 50 // work done in kJ // Calculations U2_1 = Q - W // U2_1 = U2 - U1 // if it is to be restored to state 1 through an adiabatic process, then del_U = - U2_1 // U2_1 = - (U1 - U2) net_W = U2_1 + del_U // in kJ mprintf('According to the second law of thermodynamics, \n The system cannot be restored to its original state by adiabatic process')
9252b0ed30cce7a187d77daa12c9e47b1d8a00d6
449d555969bfd7befe906877abab098c6e63a0e8
/1244/CH5/EX5.3/Example53.sce
5178d39f1dcac172d9b8f0c392491df0b323c696
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,877
sce
Example53.sce
// Display mode mode(0); // Display warning for floating point exception ieee(1); clc; disp("Principles of Heat Transfer, 7th Ed. Frank Kreith et. al Chapter - 5 Example # 5.3 ") //''Surface temp in degree C'' TsC = 227; //''Body temp in degree K'') Ts = TsC+273; //''Ambient temp in degree C'' TinfinityC = 27; //''Ambient temp in degree K'' Tinfinity = TinfinityC+273; //''Film temperature = (Surface Temperature + Ambient Temperature)/2'' //''Film temp in degree K'') Tf = (Ts+Tinfinity)/2; //''For a square plate, Height and width of plate in m'' L = 1; b = 1; //''For a square plate, characteristic length = surface area/parameter in m'' L_bar = (L*L)/(4*L); //''Value of coefficient of expansion at this film temp in degree K inverse'' B = 1/Tf; //''Value of Prandtl number at this film temp'' Pr = 0.71; //''Value of thermal conductivity at this film temp in W/m-K'' k = 0.032; //''Value of kinematic viscosity at this film temp in m2/s'' v = 0.000027; //''acceleration due to gravity in m/s2'' g = 9.81; //''temperature diff. between body and ambient in degree K'' deltaT = Ts-Tinfinity; //''Therefore using Rayleigh number = ((Pr*g*B*deltaT*(L_bar)^3)/v^2)'' //Rayleigh number Ra = ((((Pr*g)*B)*deltaT)*(L_bar^3))/(v^2); //''From eq. 5.17 on page 311, we have nusselt number for bottom plate as 0.27*Pr^0.25'' NuBottom = 25.2; //''From eq. 5.16 on page 311, we have nusselt number for top plate as 0.27*Pr^0.25'' NuTop = 63.4; //''And therefore corresponding heat transfer coeeficients are in W/m2-K'' hcBottom = (NuBottom*k)/L_bar; //heat transfer coeeficients are in W/m2-K at bottom hcTop = (NuTop*k)/L_bar; //heat transfer coeeficients are in W/m2-K at top disp("Therefore total heat transfer in W is given by A*(hcTop+hcBottom)*(deltaT)") //heat transfer in W q = ((L*b)*(hcTop+hcBottom))*deltaT
83a1452f8275c0ed051b92b4d45fc98c1f186c1a
449d555969bfd7befe906877abab098c6e63a0e8
/191/CH6/EX6.5/Example6_5.sce
5939f4518e62e90e4a3482fc74f1d6c39fc79549
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
694
sce
Example6_5.sce
//Trapezoidal Rule clc; clear; close(); format('v',10); funcprot(0); disp('Integral 0 to 2 e^x dx'); disp('based on trapezoidal rule '); deff('[y]=f(x)','y=exp(x)'); n = [1 2 4 8]; a = 0; b = 2; h = (ones(1,4)*(b-a))./n; t(1) = h(1)*(f(a)+f(b))/2; disp(t(1),'n=1'); t(2) = h(2)*(f(a)+f(b)+2*f(h(2)))/2; disp(t(2),'n=2'); t(3) = h(3)*(f(a)+f(b)+2*(f(h(3))+f(2*h(3))+f(3*h(3))))/2; disp(t(3),'n=4'); t(4) = h(4)*(f(a)+f(b)+2*(f(h(4))+f(2*h(4))+f(3*h(4))+f(4*h(4))+f(5*h(4))+f(6*h(4))+f(7*h(4))))/2; disp(t(4),'n=8'); exact = integrate('exp(x)','x',0,2); disp(exact,'The exact value of intergation is :'); exact = ones(4)*exact; err = exact-t; disp(err,'thus corresponding errors are : ');
92ac33b699b3cd2c76c1780e2276f0578ecf4913
449d555969bfd7befe906877abab098c6e63a0e8
/62/CH3/EX3.17/ex_3_17.sce
1dabbe1456da6364be7ae88cfa51156572dafafa
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
260
sce
ex_3_17.sce
clear; syms t s x=(2*s+4)/(s^2+4*s+3) f1=ilaplace(x) disp(f1*'u(t)',"a) x(t)=") y=-(x) f2=ilaplace(y) disp(f2*'u(-t)',"b) x(t)=") q= %s z=pfss((2*q+4)/(q^2+4*q+3)) f3=ilaplace(-z(1)) f4=ilaplace(z(2)) ff=f3+f4 disp(f3*'u(-t)'+f4*'u(t)',"c) x(t)=")
baacfbe237080f0ee26de978b62211bccb5ff3e6
449d555969bfd7befe906877abab098c6e63a0e8
/1004/CH1/EX1.6/Ch01Ex6.sci
a6be0359f631fee68b318f301d6dacae36bba426
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
299
sci
Ch01Ex6.sci
// Scilab Code Ex1.6 Energy equivalent of mass: Pg:22 (2008) m = 1; // Mass of a substance, kg c = 3e+08; // Speed of light, m/s U = m*c^2; // Energy equivalent of mass, J printf("\nThe energy equivalent of mass = %1.0e J", U); // Result // The energy equivalent of mass = 9e+016 J
e00949a2fb36557df9006c1f0e04bce0b37d48d5
8217f7986187902617ad1bf89cb789618a90dd0a
/source/2.1.1/macros/percent/%prlss.sci
c464bbf1f8c6ebdcf07ea9c9a88a6f246a267e73
[ "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
198
sci
%prlss.sci
//[sr]=%prlss(p,s) // sr=%lssrp(p,s) ou sr=p/s // s : representation d'etat d'un systeme lineaire // p : matrice de polynome //! //origine S Steer INRIA 1992 sr=list('lss',[],[],[],p,[],[])/s //end
c90468a36d3bc3edb9327bd2edec6b6480e6b55f
449d555969bfd7befe906877abab098c6e63a0e8
/3137/CH6/EX6.1/Ex6_1.sce
33d24470b4f495397a6b72e06c8a1806d67a2dd5
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
523
sce
Ex6_1.sce
//Initilization of variables H=30 //ft F=150 //lb theta1=10 //degrees theta2=30 //degrees theta3=60 //degrees //Calculations //Matrix solution of simultaneous equations X=[cosd(theta3)*sind(theta2) -cosd(theta3)*sind(theta2);cosd(theta3)*cosd(theta2) cosd(theta3)*cosd(theta2)] Y=[0;F*cosd(theta1)] R=inv(X)*Y //To find P,sum the forces vertically along the y-axis P=F*sind(theta1)+2*R(1,1)*sind(theta3) //lb Copression //Result clc printf('The value of A and B is %f lb and that of P is %f lb',R(1,1),P)
05b79ffe31105a43f73dd38eddac3fba0a6761a8
449d555969bfd7befe906877abab098c6e63a0e8
/650/CH7/EX7.3/3.sce
b4ceb91b5777b5f623d84b7c579c4270ea77e8b2
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
774
sce
3.sce
clc n=0.015; // m^(-1/3)s i=1; H=[4.0 4.1 4.2 4.13]; A=12*H; P=12+2*H; m=A/P; C=m^(1/6)/n; Q=C*A*sqrt(m*i); // An analytical solution for depth H is not possible. It is therefore necessary to use a graphical or trial and error approach. // The corresponding values of A, P, MHD (m), Q are given below as per the taken values of H. A=[48 49.2 50.4 49.56]; P=[20 20.2 20.4 20.26]; m=[2.4 2.44 2.47 2.45]; Q=[57.36 59.38 61.39 59.98]; plot(H,Q) r=[4.13 4.13]; s=[57 60]; plot(r,s,'r') t=[4 4.13]; u=[60 60]; plot(t,u,'r') xtitle("", "Depth H", "Flowrate Q") // Therefore the depth is found to be approximately 4.13 depth=4.13; //m disp("Depth = ") disp(depth) disp("m") C1=(2.45)^(1/6)/n; disp("Chezy Coefficient =") disp(C1)
1077c1b542f33fa987b0be3dc3896ef2c005fdcb
449d555969bfd7befe906877abab098c6e63a0e8
/1163/CH17/EX17.2/example_17_2.sce
9de83ff8a3908b9b492e79a5e915b437b664f410
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
346
sce
example_17_2.sce
clear; clc; disp("--------------Example 17.2---------------") frame_rate=8000; // frames per sec frame=9*(3*90); // each frame is made of 9 by (3x90) bytes bits=8; // 1byte = 8 bits STS3_data_rate=frame_rate*frame*bits; // formula printf("The STS-3 data rate is %5.2f Mbps.",STS3_data_rate*10^-6); // display result with appropriate unit
b510429eaf7c78f9514bc45fba474cda0df58383
449d555969bfd7befe906877abab098c6e63a0e8
/2441/CH2/EX2.2/Ex2_2.sce
c6a594fde92576db64483eb42b9a6a5d6ddb0cf4
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
443
sce
Ex2_2.sce
//exa 2.2 clc;clear;close; format('v',8); //For equal incremental cost L1=125;//MW L2=100;//MW //For equal sharing L=(L1+L2)/2;//MW //Change in cost Unit 1 dC1=integrate('0.2*P1+30','P1',L1,L);//Rs./hour //Change in cost Unit 2 dC2=integrate('0.15*P2+40','P2',L2,L);//Rs./hour dCyearly=(dC1+dC2)*24*365;//Rs./year disp(dCyearly,"Saving per year in economic load allocation(Rs./year)"); //Answer in the textbook is not accurate.
cac4a44f1644baae1fa72bd5ec3861cf81dba72e
449d555969bfd7befe906877abab098c6e63a0e8
/3768/CH8/EX8.2/Ex8_2.sce
ee3465952391484050245af196fa2093e8a56fdf
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
438
sce
Ex8_2.sce
//Example number 8.2, Page number 170 clc;clear; close; //Variable declaration chi=-0.5*10**-5; //magnetic susceptibility H=9.9*10**4; //magnetic field intensity(amp/m) mew0=4*%pi*10**-7; //Calculation I=chi*H; //intensity of magnetisation(amp/m) B=mew0*H*(1+chi); //magnetic flux density(wb/m**2) //Result printf("intensity of magnetisation is %.3f amp/m",I) printf("\n magnetic flux density is %.3f Wb/m^2",B)
2b2cd617a810b0a297f482fcd387cc12ac3d1f43
717ddeb7e700373742c617a95e25a2376565112c
/3460/CH7/EX7.5/ex7_5.sce
b3b003c01d3680513ad7778741605862a5526c25
[]
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
454
sce
ex7_5.sce
clc; clear all; //part a h=300;//height of transmitting antenna in feet Dt=sqrt(2*h);//radio horizon distance disp(Dt,'radio horizon distance of transmitting antenna in miles is='); //part b h=140;//height of receiving antenna in feet Dr=sqrt(2*h);//radio horizon distance disp(Dr,'radio horizon distance of receiving antenna in miles is='); //part c Dm=Dt+Dr; disp(Dm,'maximum space wave commmunication distance in miles for signals');
d89718e8d7ec7875b40b3f0c41f0003b13082d8d
449d555969bfd7befe906877abab098c6e63a0e8
/1730/CH6/EX6.4/Exa6_4.sce
1ed59b36e060d1ae4ec98add3c7b86f41d039d2a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
403
sce
Exa6_4.sce
//Exa 6.4 clc; clear; close; // given data g=12*10^-3;// in V-m/N t=1.25*10^-3;// in m A=5*5*10^-6;// in m^2 F=3;// in N ChargeSensitivity=150*10^-12;// in C/N P=F/A; V_out=g*t*P;// in V Q=ChargeSensitivity*F; disp("Total charge developed is : "+string(Q)+" C"); // Formula C=Q/V; C=Q/V_out; disp("Capacitance is : "+string(C*10^12)+" miu miu F"); // Note: Answer in the Book is wrong
6e136c66a86e209082e2633f862d6f207a9ab815
96a54fe4636ee285a6e75c7420710c4ae98f5cdb
/PR Regelungsrechnik - Versuch 1b/Scilab/windup_on.sce
f9a733c83f0411663679e315ca589bfbcd3de781
[]
no_license
unizeug/PR_Regelungsrechnik_-_Versuch_1b
8f1ee84013e3afa4fdd934277190da78df6cc099
330551ac38d587caa45885be44efda014607b071
refs/heads/master
2021-01-23T11:01:43.466625
2012-05-23T15:16:28
2012-05-23T15:16:28
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,781
sce
windup_on.sce
// * * * * * * * * * * * * * * * * * * * * // // -- Störsprungantwort -- // // * * * * * * * * * * * * * * * * * * * * // // Boris: cd "/Users/borishenckell/Documents/eclipse workspace/PR_Regelungsrtechnik_-_Versuch_1b/PR Regelungsrechnik - Versuch 1b" // Dirk: cd "/media/daten/workspace/PR_Regelungsrechnik_-_Versuch_1b/PR Regelungsrechnik - Versuch 1b/Scilab/" daten4 = fscanfMat('../Messwerte/data_gut_wind_on'); s4=daten4; //t=s1(:,1); Zeit //i=s1(:,2); Ankerstrom //w=s1(:,3); Winkelgeschwindigkeit //u=s1(:,4); Ausgangsspannung des Reglers (Führungsgröße) // isoll //w_soll(:,6) ; Soll-Winkelgeschwindigkeit t4=s4(:,1); i_soll4=s4(:,5); i4=s4(:,2); w_soll4=s4(:,6); w4=s4(:,3); u4=s4(:,4); // Interessanten bereich ausschneiden [val min_ind] = min(w4); stoe_anfang = min_ind-120; stoe_ende = stoe_anfang+ 1000; // Anfang auf null setzen T_4 = t4 - t4(stoe_anfang); // in Sekunden wandeln T4 = T_4; // interessantes Stück ausschneiden T4 = T4(stoe_anfang:stoe_ende); scf(5); clf(5); I_soll4 = i_soll4(stoe_anfang:stoe_ende); plot(T4,I_soll4) scf(6); clf(6); I4 = i4(stoe_anfang:stoe_ende); plot(T4,I4) scf(7); clf(7); W_soll4 = w_soll4(stoe_anfang:stoe_ende); plot(T4,W_soll4) scf(8); clf(8); // Richtig drehen W_4 = w4; // interessantes Stück ausschneiden W4 = W_4(stoe_anfang:stoe_ende); plot(T4,W4) scf(9); //clf(11); U4 = u4(stoe_anfang:stoe_ende); plot(T4,U4) //// ## Simulation ## //scf(10); //clf(10); // // //h1=csim('step',T2,Gmw); //h1 = h1*(max(W2)/max(h1)); // //plot2d(T2,h1+MatrizenscheissvonGmw(5),5); //xgrid(); //xtitle("Störsprungantwort","Zeit [s]","Winkelgeschwindigkeit [rad/s]"); //legend("gemessen","simuliert",1);