blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 6 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2 values | repo_name stringlengths 6 87 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 15 values | visit_date timestamp[us]date 2016-08-04 09:00:04 2023-09-05 17:18:33 | revision_date timestamp[us]date 1998-12-11 00:15:10 2023-09-02 05:42:40 | committer_date timestamp[us]date 2005-04-26 09:58:02 2023-09-02 05:42:40 | github_id int64 436k 586M ⌀ | star_events_count int64 0 12.3k | fork_events_count int64 0 6.3k | gha_license_id stringclasses 7 values | gha_event_created_at timestamp[us]date 2012-11-16 11:45:07 2023-09-14 20:45:37 ⌀ | gha_created_at timestamp[us]date 2010-03-22 23:34:58 2023-01-07 03:47:44 ⌀ | gha_language stringclasses 36 values | src_encoding stringclasses 17 values | language stringclasses 1 value | is_vendor bool 1 class | is_generated bool 1 class | length_bytes int64 5 10.4M | extension stringclasses 15 values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e2c9a9fbbd7be6f89ae347196d01ee47340d0912 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2837/CH14/EX14.3/Ex14_3.sce | 3d4b39f5698d6bd3048c6e8a0424d23f1abe9899 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 600 | sce | Ex14_3.sce | clc
clear
//Initalization of variables
disp("From table 5-4,")
a=1 //moles of C6H6
b=7.5 //moles of O2 in reactant
c=1.875 //moles of excess O2
d=35.27 //moles of N2
e=3 //moles of H2O
flow=40 //lb/min
w=1360850 //Btu/mol
//calculations
U11=a*337
U12=(b+c)*85
U13=d*82
U14=(a+b+c+d)*1066
Ua1=U11+U12+U13+U14
U21=c*2539
U22=d*2416
U23=e*3009
U24=2*e*3852
U25=(c+d+e+2*e)*1985
Ua2=U21+U22+U23+U24+U25
Q=Ua1+w-Ua2
fuel=flow/(6*12+2*e)
Q2=Q*fuel
//results
printf("Heat removed = %d Btu/min",Q2)
disp("The answers might differ a bit from textbook due to rounding off error.")
|
4699e5400726f8409aff4c8790d632bac3014e36 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2438/CH10/EX10.6/Ex10_6.sce | 96b049eb8b0ff8f4f172df77aef11c3bee3c1e73 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 428 | sce | Ex10_6.sce | //=======================================================================
// chapter 10 example 6
clc
clear
// Variable declaration
n1 = 1.55; // refractive index of core
n2 = 1.53; // refractive index of cladding
// Calculations
NA = sqrt(n1^2 - n2^2);
// Result
mprintf('Numerical aperture = %3.3f',NA);
//========================================================================
|
3e475352b5b007933dd247b48a8beda290211177 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.4.1/macros/percent/%r_v_lss.sci | 8f99fa6614d092dbc86be9418f10150e9c78e133 | [
"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 | 154 | sci | %r_v_lss.sci | function s=%r_v_lss(s1,s2)
//s=%r_v_lss(s1,s2) <=> s= s1/.s2
//!
// origine s. steer inria 1988
//
// Copyright INRIA
[s1,s2]=sysconv(s1,s2);s=s1/.s2;
|
0e78bb441c2afce0f86400b202bb693a9237378b | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/FR48XHW/ATWM1_Working_Memory_MEG_FR48XHW_Session1/ATWM1_Working_Memory_MEG_Salient_Cued_Run1.sce | 2a2e9fb5d0f36a46357571f94c803d4c03f5287f | [] | 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 | 49,381 | sce | ATWM1_Working_Memory_MEG_Salient_Cued_Run1.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_cued_run1";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monitor_sounds = false;
active_buttons = 2;
response_matching = simple_matching;
button_codes = 10, 20;
default_font_size = 36;
default_font = "Arial";
default_background_color = 0 ,0 ,0 ;
write_codes=true; # for MEG only
begin;
#Picture definitions
box { height = 382; width = 382; color = 0, 0, 0;} frame1;
box { height = 369; width = 369; color = 255, 255, 255;} frame2;
box { height = 30; width = 4; color = 0, 0, 0;} fix1;
box { height = 4; width = 30; color = 0, 0, 0;} fix2;
box { height = 30; width = 4; color = 255, 0, 0;} fix3;
box { height = 4; width = 30; color = 255, 0, 0;} fix4;
box { height = 369; width = 369; color = 42, 42, 42;} background;
TEMPLATE "StimuliDeclaration.tem" {};
trial {
sound sound_incorrect;
time = 0;
duration = 1;
} wrong;
trial {
sound sound_correct;
time = 0;
duration = 1;
} right;
trial {
sound sound_no_response;
time = 0;
duration = 1;
} miss;
# Start of experiment (MEG only) - sync with CTF software
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
} expStart;
time = 0;
duration = 1000;
code = "ExpStart";
port_code = 80;
};
# baselinePre (at the beginning of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
}default;
time = 0;
duration = 10000;
#mri_pulse = 1;
code = "BaselinePre";
port_code = 91;
};
TEMPLATE "ATWM1_Working_Memory_MEG.tem" {
trigger_encoding trigger_retrieval cue_time preparation_time encoding_time single_stimulus_presentation_time delay_time retrieval_time intertrial_interval alerting_cross stim_enc1 stim_enc2 stim_enc3 stim_enc4 stim_enc_alt1 stim_enc_alt2 stim_enc_alt3 stim_enc_alt4 trial_code stim_retr1 stim_retr2 stim_retr3 stim_retr4 stim_cue1 stim_cue2 stim_cue3 stim_cue4 fixationcross_cued retr_code the_target_button posX1 posY1 posX2 posY2 posX3 posY3 posX4 posY4;
41 61 292 292 399 125 2192 2992 2092 fixation_cross gabor_039 gabor_020 gabor_097 gabor_146 gabor_039_alt gabor_020 gabor_097_alt gabor_146 "1_1_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_2100_gabor_patch_orientation_039_020_097_146_target_position_1_3_retrieval_position_1" gabor_177_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_1_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_177_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2092 2992 2342 fixation_cross gabor_165 gabor_128 gabor_079 gabor_055 gabor_165 gabor_128_alt gabor_079 gabor_055_alt "1_2_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2350_gabor_patch_orientation_165_128_079_055_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_055_framed blank blank blank blank fixation_cross_target_position_2_4 "1_2_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_055_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1742 2992 2342 fixation_cross gabor_051 gabor_024 gabor_136 gabor_110 gabor_051_alt gabor_024_alt gabor_136 gabor_110 "1_3_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2350_gabor_patch_orientation_051_024_136_110_target_position_1_2_retrieval_position_2" gabor_circ gabor_024_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_3_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_024_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 64 292 292 399 125 1942 2992 2492 fixation_cross gabor_033 gabor_054 gabor_093 gabor_113 gabor_033 gabor_054 gabor_093_alt gabor_113_alt "1_4_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_UncuedRetriev_300_300_399_1950_3000_2500_gabor_patch_orientation_033_054_093_113_target_position_3_4_retrieval_position_2" gabor_circ gabor_054_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_4_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_054_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2242 2992 2492 fixation_cross gabor_012 gabor_088 gabor_049 gabor_071 gabor_012_alt gabor_088 gabor_049 gabor_071_alt "1_5_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_2500_gabor_patch_orientation_012_088_049_071_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_071_framed blank blank blank blank fixation_cross_target_position_1_4 "1_5_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_071_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2092 2992 2592 fixation_cross gabor_079 gabor_053 gabor_034 gabor_167 gabor_079_alt gabor_053 gabor_034 gabor_167_alt "1_6_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2600_gabor_patch_orientation_079_053_034_167_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_119_framed blank blank blank blank fixation_cross_target_position_1_4 "1_6_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_119_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1942 2992 2442 fixation_cross gabor_156 gabor_069 gabor_005 gabor_130 gabor_156_alt gabor_069 gabor_005_alt gabor_130 "1_7_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2450_gabor_patch_orientation_156_069_005_130_target_position_1_3_retrieval_position_1" gabor_156_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_7_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_156_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1842 2992 2142 fixation_cross gabor_008 gabor_028 gabor_146 gabor_060 gabor_008_alt gabor_028 gabor_146_alt gabor_060 "1_8_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2150_gabor_patch_orientation_008_028_146_060_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_098_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_8_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_098_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1942 2992 2192 fixation_cross gabor_022 gabor_068 gabor_109 gabor_048 gabor_022_alt gabor_068 gabor_109_alt gabor_048 "1_9_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2200_gabor_patch_orientation_022_068_109_048_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_109_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_9_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_109_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 63 292 292 399 125 2142 2992 1992 fixation_cross gabor_133 gabor_006 gabor_027 gabor_047 gabor_133_alt gabor_006 gabor_027 gabor_047_alt "1_10_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_UncuedRetriev_300_300_399_2150_3000_2000_gabor_patch_orientation_133_006_027_047_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_167_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_10_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_167_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1842 2992 2392 fixation_cross gabor_145 gabor_094 gabor_126 gabor_060 gabor_145 gabor_094_alt gabor_126_alt gabor_060 "1_11_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2400_gabor_patch_orientation_145_094_126_060_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_126_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_11_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_126_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1792 2992 2592 fixation_cross gabor_015 gabor_083 gabor_139 gabor_159 gabor_015 gabor_083_alt gabor_139 gabor_159_alt "1_12_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2600_gabor_patch_orientation_015_083_139_159_target_position_2_4_retrieval_position_2" gabor_circ gabor_083_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_12_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_083_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1792 2992 2092 fixation_cross gabor_142 gabor_078 gabor_012 gabor_162 gabor_142_alt gabor_078_alt gabor_012 gabor_162 "1_13_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2100_gabor_patch_orientation_142_078_012_162_target_position_1_2_retrieval_position_2" gabor_circ gabor_123_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_13_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_123_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1742 2992 1942 fixation_cross gabor_085 gabor_107 gabor_056 gabor_022 gabor_085 gabor_107 gabor_056_alt gabor_022_alt "1_14_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_1950_gabor_patch_orientation_085_107_056_022_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_022_framed blank blank blank blank fixation_cross_target_position_3_4 "1_14_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_022_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1842 2992 2492 fixation_cross gabor_094 gabor_165 gabor_039 gabor_079 gabor_094 gabor_165 gabor_039_alt gabor_079_alt "1_15_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2500_gabor_patch_orientation_094_165_039_079_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_129_framed blank blank blank blank fixation_cross_target_position_3_4 "1_15_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_129_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1992 2992 2442 fixation_cross gabor_171 gabor_104 gabor_064 gabor_143 gabor_171_alt gabor_104_alt gabor_064 gabor_143 "1_16_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2450_gabor_patch_orientation_171_104_064_143_target_position_1_2_retrieval_position_1" gabor_033_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_16_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_033_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2242 2992 2292 fixation_cross gabor_050 gabor_155 gabor_088 gabor_123 gabor_050_alt gabor_155_alt gabor_088 gabor_123 "1_17_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2300_gabor_patch_orientation_050_155_088_123_target_position_1_2_retrieval_position_1" gabor_001_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_17_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_001_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 63 292 292 399 125 2242 2992 1892 fixation_cross gabor_034 gabor_051 gabor_092 gabor_119 gabor_034_alt gabor_051_alt gabor_092 gabor_119 "1_18_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_UncuedRetriev_300_300_399_2250_3000_1900_gabor_patch_orientation_034_051_092_119_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_166_framed blank blank blank blank fixation_cross_target_position_1_2 "1_18_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_166_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2042 2992 1892 fixation_cross gabor_176 gabor_139 gabor_059 gabor_027 gabor_176_alt gabor_139 gabor_059_alt gabor_027 "1_19_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_1900_gabor_patch_orientation_176_139_059_027_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_105_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_19_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_105_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1742 2992 2342 fixation_cross gabor_141 gabor_008 gabor_122 gabor_164 gabor_141_alt gabor_008 gabor_122 gabor_164_alt "1_20_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2350_gabor_patch_orientation_141_008_122_164_target_position_1_4_retrieval_position_1" gabor_141_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_20_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_141_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 64 292 292 399 125 2242 2992 2242 fixation_cross gabor_144 gabor_120 gabor_177 gabor_008 gabor_144 gabor_120_alt gabor_177 gabor_008_alt "1_21_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_UncuedRetriev_300_300_399_2250_3000_2250_gabor_patch_orientation_144_120_177_008_target_position_2_4_retrieval_position_1" gabor_144_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_21_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_144_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2142 2992 2392 fixation_cross gabor_101 gabor_125 gabor_067 gabor_040 gabor_101_alt gabor_125 gabor_067_alt gabor_040 "1_22_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2400_gabor_patch_orientation_101_125_067_040_target_position_1_3_retrieval_position_1" gabor_101_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_22_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_101_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1892 2992 2042 fixation_cross gabor_158 gabor_086 gabor_033 gabor_005 gabor_158 gabor_086 gabor_033_alt gabor_005_alt "1_23_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2050_gabor_patch_orientation_158_086_033_005_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_005_framed blank blank blank blank fixation_cross_target_position_3_4 "1_23_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_005_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1892 2992 1942 fixation_cross gabor_014 gabor_043 gabor_133 gabor_150 gabor_014 gabor_043 gabor_133_alt gabor_150_alt "1_24_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_1950_gabor_patch_orientation_014_043_133_150_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_150_framed blank blank blank blank fixation_cross_target_position_3_4 "1_24_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_150_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 63 292 292 399 125 2192 2992 2442 fixation_cross gabor_064 gabor_108 gabor_169 gabor_019 gabor_064_alt gabor_108 gabor_169 gabor_019_alt "1_25_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_UncuedRetriev_300_300_399_2200_3000_2450_gabor_patch_orientation_064_108_169_019_target_position_1_4_retrieval_position_2" gabor_circ gabor_153_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_25_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_153_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1792 2992 2292 fixation_cross gabor_127 gabor_020 gabor_178 gabor_089 gabor_127_alt gabor_020_alt gabor_178 gabor_089 "1_26_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2300_gabor_patch_orientation_127_020_178_089_target_position_1_2_retrieval_position_2" gabor_circ gabor_020_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_26_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_020_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1842 2992 1992 fixation_cross gabor_151 gabor_019 gabor_129 gabor_087 gabor_151_alt gabor_019_alt gabor_129 gabor_087 "1_27_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2000_gabor_patch_orientation_151_019_129_087_target_position_1_2_retrieval_position_2" gabor_circ gabor_067_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_27_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_067_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2142 2992 2042 fixation_cross gabor_158 gabor_080 gabor_003 gabor_129 gabor_158_alt gabor_080_alt gabor_003 gabor_129 "1_28_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2050_gabor_patch_orientation_158_080_003_129_target_position_1_2_retrieval_position_1" gabor_158_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_28_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_158_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2042 2992 2292 fixation_cross gabor_160 gabor_093 gabor_144 gabor_127 gabor_160_alt gabor_093 gabor_144 gabor_127_alt "1_29_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2300_gabor_patch_orientation_160_093_144_127_target_position_1_4_retrieval_position_1" gabor_020_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_29_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_020_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1992 2992 2092 fixation_cross gabor_101 gabor_120 gabor_032 gabor_048 gabor_101 gabor_120_alt gabor_032 gabor_048_alt "1_30_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_2100_gabor_patch_orientation_101_120_032_048_target_position_2_4_retrieval_position_2" gabor_circ gabor_120_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_30_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_120_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1942 2992 2142 fixation_cross gabor_096 gabor_140 gabor_161 gabor_024 gabor_096 gabor_140 gabor_161_alt gabor_024_alt "1_31_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2150_gabor_patch_orientation_096_140_161_024_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_024_framed blank blank blank blank fixation_cross_target_position_3_4 "1_31_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_024_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1842 2992 2192 fixation_cross gabor_126 gabor_067 gabor_011 gabor_038 gabor_126_alt gabor_067_alt gabor_011 gabor_038 "1_32_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2200_gabor_patch_orientation_126_067_011_038_target_position_1_2_retrieval_position_1" gabor_174_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_32_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_174_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 63 292 292 399 125 1742 2992 2042 fixation_cross gabor_065 gabor_032 gabor_138 gabor_108 gabor_065 gabor_032_alt gabor_138 gabor_108_alt "1_33_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_UncuedRetriev_300_300_399_1750_3000_2050_gabor_patch_orientation_065_032_138_108_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_089_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_33_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_089_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1892 2992 2542 fixation_cross gabor_065 gabor_022 gabor_088 gabor_177 gabor_065 gabor_022 gabor_088_alt gabor_177_alt "1_34_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2550_gabor_patch_orientation_065_022_088_177_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_042_framed blank blank blank blank fixation_cross_target_position_3_4 "1_34_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_042_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1792 2992 2242 fixation_cross gabor_049 gabor_172 gabor_107 gabor_131 gabor_049_alt gabor_172_alt gabor_107 gabor_131 "1_35_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2250_gabor_patch_orientation_049_172_107_131_target_position_1_2_retrieval_position_1" gabor_001_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_35_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_001_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1842 2992 2542 fixation_cross gabor_067 gabor_032 gabor_100 gabor_173 gabor_067_alt gabor_032 gabor_100 gabor_173_alt "1_36_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2550_gabor_patch_orientation_067_032_100_173_target_position_1_4_retrieval_position_1" gabor_067_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_36_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_067_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2092 2992 2392 fixation_cross gabor_137 gabor_104 gabor_064 gabor_088 gabor_137 gabor_104_alt gabor_064_alt gabor_088 "1_37_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2400_gabor_patch_orientation_137_104_064_088_target_position_2_3_retrieval_position_2" gabor_circ gabor_153_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_37_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_153_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 63 292 292 399 125 2142 2992 2392 fixation_cross gabor_061 gabor_042 gabor_106 gabor_127 gabor_061_alt gabor_042_alt gabor_106 gabor_127 "1_38_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_UncuedRetriev_300_300_399_2150_3000_2400_gabor_patch_orientation_061_042_106_127_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_173_framed blank blank blank blank fixation_cross_target_position_1_2 "1_38_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_173_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2042 2992 2192 fixation_cross gabor_178 gabor_070 gabor_031 gabor_047 gabor_178 gabor_070_alt gabor_031 gabor_047_alt "1_39_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2200_gabor_patch_orientation_178_070_031_047_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_047_framed blank blank blank blank fixation_cross_target_position_2_4 "1_39_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_047_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2042 2992 2342 fixation_cross gabor_151 gabor_120 gabor_095 gabor_031 gabor_151_alt gabor_120_alt gabor_095 gabor_031 "1_40_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2350_gabor_patch_orientation_151_120_095_031_target_position_1_2_retrieval_position_1" gabor_151_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_40_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_151_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 64 292 292 399 125 1842 2992 1992 fixation_cross gabor_136 gabor_163 gabor_020 gabor_102 gabor_136_alt gabor_163 gabor_020_alt gabor_102 "1_41_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_UncuedRetriev_300_300_399_1850_3000_2000_gabor_patch_orientation_136_163_020_102_target_position_1_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_102_framed blank blank blank blank fixation_cross_target_position_1_3 "1_41_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_102_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1742 2992 2492 fixation_cross gabor_166 gabor_115 gabor_076 gabor_058 gabor_166_alt gabor_115 gabor_076 gabor_058_alt "1_42_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2500_gabor_patch_orientation_166_115_076_058_target_position_1_4_retrieval_position_1" gabor_029_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_42_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_029_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1792 2992 1992 fixation_cross gabor_021 gabor_159 gabor_141 gabor_036 gabor_021 gabor_159 gabor_141_alt gabor_036_alt "1_43_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2000_gabor_patch_orientation_021_159_141_036_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_036_framed blank blank blank blank fixation_cross_target_position_3_4 "1_43_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_036_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2042 2992 2292 fixation_cross gabor_158 gabor_080 gabor_125 gabor_044 gabor_158_alt gabor_080 gabor_125 gabor_044_alt "1_44_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2300_gabor_patch_orientation_158_080_125_044_target_position_1_4_retrieval_position_1" gabor_158_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_44_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_158_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2192 2992 2042 fixation_cross gabor_151 gabor_036 gabor_095 gabor_011 gabor_151_alt gabor_036_alt gabor_095 gabor_011 "1_45_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_2050_gabor_patch_orientation_151_036_095_011_target_position_1_2_retrieval_position_2" gabor_circ gabor_172_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_45_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_172_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2092 2992 1892 fixation_cross gabor_123 gabor_092 gabor_145 gabor_006 gabor_123_alt gabor_092 gabor_145 gabor_006_alt "1_46_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_1900_gabor_patch_orientation_123_092_145_006_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_056_framed blank blank blank blank fixation_cross_target_position_1_4 "1_46_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_056_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 64 292 292 399 125 1892 2992 1992 fixation_cross gabor_138 gabor_003 gabor_119 gabor_063 gabor_138 gabor_003 gabor_119_alt gabor_063_alt "1_47_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_UncuedRetriev_300_300_399_1900_3000_2000_gabor_patch_orientation_138_003_119_063_target_position_3_4_retrieval_position_1" gabor_138_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_47_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_138_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2142 2992 2142 fixation_cross gabor_149 gabor_115 gabor_090 gabor_172 gabor_149 gabor_115_alt gabor_090_alt gabor_172 "1_48_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_300_300_399_2150_3000_2150_gabor_patch_orientation_149_115_090_172_target_position_2_3_retrieval_position_2" gabor_circ gabor_066_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_48_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_066_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 64 292 292 399 125 1792 2992 1942 fixation_cross gabor_127 gabor_011 gabor_069 gabor_098 gabor_127 gabor_011 gabor_069_alt gabor_098_alt "1_49_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_UncuedRetriev_300_300_399_1800_3000_1950_gabor_patch_orientation_127_011_069_098_target_position_3_4_retrieval_position_1" gabor_127_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_49_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_127_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1992 2992 1892 fixation_cross gabor_013 gabor_156 gabor_070 gabor_039 gabor_013 gabor_156 gabor_070_alt gabor_039_alt "1_50_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_1900_gabor_patch_orientation_013_156_070_039_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_176_framed blank blank blank blank fixation_cross_target_position_3_4 "1_50_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_176_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1992 2992 2242 fixation_cross gabor_075 gabor_055 gabor_139 gabor_164 gabor_075_alt gabor_055 gabor_139_alt gabor_164 "1_51_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2250_gabor_patch_orientation_075_055_139_164_target_position_1_3_retrieval_position_1" gabor_029_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_51_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_029_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2192 2992 1942 fixation_cross gabor_007 gabor_118 gabor_077 gabor_148 gabor_007 gabor_118_alt gabor_077_alt gabor_148 "1_52_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_1950_gabor_patch_orientation_007_118_077_148_target_position_2_3_retrieval_position_2" gabor_circ gabor_118_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_52_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_118_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2042 2992 2592 fixation_cross gabor_040 gabor_022 gabor_106 gabor_154 gabor_040 gabor_022_alt gabor_106 gabor_154_alt "1_53_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2600_gabor_patch_orientation_040_022_106_154_target_position_2_4_retrieval_position_2" gabor_circ gabor_067_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_53_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_067_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2242 2992 2042 fixation_cross gabor_114 gabor_161 gabor_001 gabor_047 gabor_114 gabor_161 gabor_001_alt gabor_047_alt "1_54_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_2050_gabor_patch_orientation_114_161_001_047_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_001_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_54_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_001_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 63 292 292 399 125 2142 2992 2192 fixation_cross gabor_017 gabor_106 gabor_001 gabor_137 gabor_017 gabor_106_alt gabor_001 gabor_137_alt "1_55_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_UncuedRetriev_300_300_399_2150_3000_2200_gabor_patch_orientation_017_106_001_137_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_049_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_55_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_049_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1942 2992 2242 fixation_cross gabor_117 gabor_036 gabor_082 gabor_063 gabor_117 gabor_036_alt gabor_082 gabor_063_alt "1_56_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2250_gabor_patch_orientation_117_036_082_063_target_position_2_4_retrieval_position_2" gabor_circ gabor_172_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_56_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_172_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2092 2992 1942 fixation_cross gabor_061 gabor_025 gabor_105 gabor_084 gabor_061 gabor_025_alt gabor_105 gabor_084_alt "1_57_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_1950_gabor_patch_orientation_061_025_105_084_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_084_framed blank blank blank blank fixation_cross_target_position_2_4 "1_57_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_084_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1942 2992 2092 fixation_cross gabor_136 gabor_163 gabor_014 gabor_091 gabor_136 gabor_163 gabor_014_alt gabor_091_alt "1_58_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2100_gabor_patch_orientation_136_163_014_091_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_046_framed blank blank blank blank fixation_cross_target_position_3_4 "1_58_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_046_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 64 292 292 399 125 1792 2992 2242 fixation_cross gabor_080 gabor_145 gabor_096 gabor_010 gabor_080_alt gabor_145_alt gabor_096 gabor_010 "1_59_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_UncuedRetriev_300_300_399_1800_3000_2250_gabor_patch_orientation_080_145_096_010_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_010_framed blank blank blank blank fixation_cross_target_position_1_2 "1_59_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_010_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1892 2992 1892 fixation_cross gabor_038 gabor_177 gabor_144 gabor_113 gabor_038_alt gabor_177 gabor_144_alt gabor_113 "1_60_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_1900_gabor_patch_orientation_038_177_144_113_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_004_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_60_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_004_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2192 2992 2142 fixation_cross gabor_072 gabor_018 gabor_137 gabor_090 gabor_072 gabor_018_alt gabor_137_alt gabor_090 "1_61_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_2150_gabor_patch_orientation_072_018_137_090_target_position_2_3_retrieval_position_2" gabor_circ gabor_153_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_61_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_153_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1892 2992 2592 fixation_cross gabor_114 gabor_056 gabor_138 gabor_078 gabor_114 gabor_056 gabor_138_alt gabor_078_alt "1_62_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2600_gabor_patch_orientation_114_056_138_078_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_078_framed blank blank blank blank fixation_cross_target_position_3_4 "1_62_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_078_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1992 2992 2292 fixation_cross gabor_094 gabor_174 gabor_025 gabor_139 gabor_094 gabor_174_alt gabor_025 gabor_139_alt "1_63_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_2300_gabor_patch_orientation_094_174_025_139_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_139_framed blank blank blank blank fixation_cross_target_position_2_4 "1_63_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_139_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1892 2992 2442 fixation_cross gabor_072 gabor_019 gabor_004 gabor_039 gabor_072 gabor_019_alt gabor_004 gabor_039_alt "1_64_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2450_gabor_patch_orientation_072_019_004_039_target_position_2_4_retrieval_position_2" gabor_circ gabor_157_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_64_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_157_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2192 2992 2542 fixation_cross gabor_026 gabor_098 gabor_047 gabor_066 gabor_026 gabor_098 gabor_047_alt gabor_066_alt "1_65_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2550_gabor_patch_orientation_026_098_047_066_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_066_framed blank blank blank blank fixation_cross_target_position_3_4 "1_65_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_066_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1742 2992 2092 fixation_cross gabor_073 gabor_033 gabor_180 gabor_103 gabor_073_alt gabor_033 gabor_180_alt gabor_103 "1_66_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2100_gabor_patch_orientation_073_033_180_103_target_position_1_3_retrieval_position_1" gabor_073_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_66_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_073_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 63 292 292 399 125 1742 2992 2342 fixation_cross gabor_029 gabor_096 gabor_112 gabor_044 gabor_029 gabor_096_alt gabor_112 gabor_044_alt "1_67_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_UncuedRetriev_300_300_399_1750_3000_2350_gabor_patch_orientation_029_096_112_044_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_161_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_67_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_161_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2242 2992 2542 fixation_cross gabor_112 gabor_094 gabor_070 gabor_041 gabor_112 gabor_094_alt gabor_070_alt gabor_041 "1_68_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2550_gabor_patch_orientation_112_094_070_041_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_025_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_68_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_025_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 64 292 292 399 125 1992 2992 2142 fixation_cross gabor_051 gabor_087 gabor_068 gabor_110 gabor_051_alt gabor_087 gabor_068 gabor_110_alt "1_69_Encoding_Working_Memory_MEG_P6_LR_Salient_NoChange_UncuedRetriev_300_300_399_2000_3000_2150_gabor_patch_orientation_051_087_068_110_target_position_1_4_retrieval_position_2" gabor_circ gabor_087_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_69_Retrieval_Working_Memory_MEG_P6_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_087_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2092 2992 2192 fixation_cross gabor_092 gabor_163 gabor_179 gabor_129 gabor_092_alt gabor_163 gabor_179_alt gabor_129 "1_70_Encoding_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2200_gabor_patch_orientation_092_163_179_129_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_042_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_70_Retrieval_Working_Memory_MEG_P6_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_042_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
};
# baselinePost (at the end of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
};
time = 0;
duration = 5000;
code = "BaselinePost";
port_code = 92;
}; |
3563806c2d67f11c0a1df1457e186ef35683a64b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1658/CH3/EX3.1/Ex3_1.sce | a6aa0df020c9ac841e696a027b164f3440c6bffc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex3_1.sce | clc;
//Ex3.1
R=1000;
sigma=5.8*10**7;
d=0.001;
//l is length of the cu wire
l=R*sigma*%pi*(d*d/4);//R=l/(sigma*%pi*(d*d/4))
disp ('km',l*10**-3,"l=");
E=10*10**-3;
J=sigma*E;//current density
disp('A/m^2',J*1,"J=");
|
25fa6ce7a62cfbbfbd25ee63b8f5c88040167cb7 | 2ae858a680a4ccf8a2ec89a45a1e48a0292d8eab | /macros/imguidedfilter.sci | 392c0de7f3197b6a7a85c01447ad45b0ff88bbca | [] | no_license | shreyneil/FOSSEE-Image-Processing-Toolbox | f315a82c325b2d6cbd0611689f3e30071a38490d | dd1cbd0dcbe0c3dd11d6ce1ab205b4b72011ae56 | refs/heads/master | 2020-12-02T16:26:13.755637 | 2017-07-07T19:22:33 | 2017-07-07T19:22:33 | 96,552,147 | 0 | 0 | null | 2017-07-07T15:32:15 | 2017-07-07T15:32:15 | null | UTF-8 | Scilab | false | false | 2,814 | sci | imguidedfilter.sci | // Copyright (C) 2015 - IIT Bombay - FOSSEE
//
// This file must be used under the terms of the CeCILL.
// This source file is licensed as described in the file COPYING, which
// you should have received as part of this distribution. The terms
// are also available at
// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
// Author: Shreyash Sharma
// Organization: FOSSEE, IIT Bombay
// Email: toolbox@scilab.in
function guidedFiltered_image = imguidedfilter(image,varargin)
// The function is used for smoothening of an image by application of a filter.
//
// Calling Sequence
// B = imguidedfilter(A);
// B = imguidedfilter(A,G);
// B = imguidedfilter(A,G,r);
// B = imguidedfilter(A,G,r,e);
//
// Parameters
// A: image matrix of the source image.
// G: image matrix of the guidance image.
// B: output image with it's histogram matching similar to a given reference image.
// r: Size of the rectangular neighborhood around each pixel used in guided filtering, specified as a scalar of positive integers.For eg if the value is specified as Q, the neighborhood is a square of size [Q Q].
// e: Amount of smoothing in the output image, specified as a positive scalar. If you specify a small value, only neighborhoods with small variance (uniform areas) will get smoothed and neighborhoods with larger variance (such as around edges) will not be smoothed. If you specify a larger value, high variance neighborhoods, such as stronger edges, will get smoothed in addition to the relatively uniform neighborhoods. Start with the default value, check the results, and adjust the default up or down to achieve the effect you desire.
//
// Description
// B = imguidedfilter(A,G) filters binary, grayscale, or RGB image A using the guided filter, where the filtering process is guided by image G. G can be a binary, grayscale or RGB image and must have the same number of rows and columns as A.
// B = imguidedfilter(A) filters input image A under self-guidance, using A itself as the guidance image. This can be used for edge-preserving smoothing of image A.B = imguidedfilter(__,r,e) filters the image A using name-value pairs to control aspects of guided filtering. Parameter names can be abbreviated.
//
// Examples
// img = imread("lena.jpeg");
// imshow(img);
// guidedFiltered_image = imguidedfilter(img, img, 9);
// imshow(guidedFiltered_image);
//
[lhs, rhs] = argn(0)
image_list = mattolist(image)
select rhs
case 1
out = raw_imguidedfilter(image_list)
case 2
out = raw_imguidedfilter(image_list, varargin(1))
case 3
out = raw_imguidedfilter(image_list, varargin(1), varargin(2))
case 4
out = raw_imguidedfilter(image_list, varargin(1), varargin(2), varargin(3))
end
sz = size(out)
for i=1:sz
guidedFiltered_image(:, :, i) = out(i)
end
endfunction
|
fac10d42f58cf863492078ee6517e85f5b3563d0 | 852a887149cf08573ae15977b6bddfd7e4ad6b90 | /projects/00/DMux4Way.tst | 0b79999304e7113e21af52a9b89d57fc66c705de | [] | no_license | SamuelWiet/ElementsOfComputingSystemsProjects | 0ecd3cc51a6495ed7fe145100d091d8ed9a1c502 | 06732828a214838934569cb5dd57d1e0b85220e5 | refs/heads/master | 2022-11-12T03:40:35.880347 | 2012-09-05T11:44:08 | 2012-09-05T11:44:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 499 | tst | DMux4Way.tst | // File name: projects/00/DMux4Way.tst
// sel[1]%X1.4.1 sel[1]%X1.4.1
load DMux4Way.hdl,
output-file DMux4Way.out,
compare-to DMux4Way.cmp,
output-list in%B1.1.1 sel%B2.2.2 a%B1.1.1 b%B1.1.1 c%B1.1.1 d%B1.1.1;
set in 0,
set sel 0,
eval,
output;
set in 1,
set sel 0,
eval,
output;
set in 0,
set sel 1,
eval,
output;
set in 1,
set sel 1,
eval,
output;
set in 0,
set sel 2,
eval,
output;
set in 1,
set sel 2,
eval,
output;
set in 0,
set sel 3,
eval,
output;
set in 1,
set sel 3,
eval,
output; |
ab130e84b6938487cb650a057697a2e75b11a058 | adaa1dc1e9781bebdc15cc0c3a4bfbfa059442fa | /cs506/HW2/ConstantZero.tst | 5b650c4dc74d16091de8ce03601a78480a683cbc | [] | no_license | rodrigo-r-martins/pace_university | e87fbf9d2eb47797f0652af59304bdbe5293f5cc | 7bfc407c2b7ae90e4e9d5cc650c6ae719358b084 | refs/heads/main | 2023-05-27T04:38:33.513928 | 2021-06-17T04:24:22 | 2021-06-17T04:24:22 | 377,698,848 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 164 | tst | ConstantZero.tst |
load ConstantZero.hdl,
output-file ConstantZero.out,
compare-to ConstantZero.cmp,
output-list a%B3.1.3 out%B3.1.3;
set a 0,
eval,
output;
set a 1,
eval,
output;
|
6b421b4bf25c499414f274ce430de493a3aef8f8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1046/CH4/EX4.6/4_6.sce | 5213f52c125e7f882e8e6541ff2143b31d7a1a34 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 961 | sce | 4_6.sce | //Example 4.6
//Calculate the required rate of flow of water.
//calculate the overall heat transfer coefficient
//Given
mo_=1000 //kg/h, cooling rate of oil
cpo=2.05 //kj/kg C, specific heat of oil
T1=70 //C, initial temp. of oil
T2=40 //C, temp. of oil after cooling
cpw=4.17 //kj/kg C, specific heat of water
T3=42 //C, initial temp. of water
T4=28 //C, temp. of oil after cooling
A=3 //m^2, heat exchange area
//Calculation, rate of flow of water
mw_=mo_*cpo*(T1-T2)/(cpw*(T3-T4))
printf("the required rate of flow of water is %f kg/h \n",mw_)
Q=mo_*cpo*(T1-T2)/3600 //kw, heat duty
dt1=T1-T3 //C, hot end temp. difference
dt2=T2-T4 //C, cold end temp. difference
LMTD=(dt1-dt2)/(log(dt1/dt2)) //log mean temp. difference
dtm=LMTD
U=Q*10^3/(A*dtm)
printf("the overall heat transfer coefficient is %f W/m^2 C",U)
|
bc49561abcb15eb56a07203107b2fa76b6e57790 | 5ed8234edfa9f877fe2bc6ed926e81ec4d99a182 | /Module/Simulation/AOCS/LeastNormTorque.sci | a3892a43ec4a49b3a0d8345e42817c7ee703c83f | [] | no_license | NCKU-AA-IISlab/DOCKing_System | 23cb95adc773aeb2b7480f81817a6339bddec881 | 832d1ef0b1824e76010fe50cf253bcfa93f71c49 | refs/heads/master | 2021-05-29T19:17:27.929049 | 2015-09-30T11:57:31 | 2015-09-30T11:57:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 554 | sci | LeastNormTorque.sci | // This function compute the torque that should be generated by each thruster
// The solution is based on the Least Norm method that compute the smaller
// solution of a underdetermined linear equation.
// Ba is the thrusters geometric configuration matrix and Controller_Torque
// is the torque coming from the Controller.
// The Linear equation we are solving is:
// Ba*U = T_c;
function [Torques] = LeastNormTorque(Ba, Controller_Torque)
Torque_Factor = Ba' / (Ba * Ba');
Torques = Torque_Factor * Controller_Torque;
endfunction
|
6216a5bc137a19d8d3aa42f7ad6357977bbfc1fe | 449d555969bfd7befe906877abab098c6e63a0e8 | /3472/CH7/EX7.16/Example7_16.sce | 219ab6581aa6f3243d05af8377d6fa1772b2e73a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,574 | sce | Example7_16.sce | // A Texbook on POWER SYSTEM ENGINEERING
// A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar
// DHANPAT RAI & Co.
// SECOND EDITION
// PART I : GENERATION
// CHAPTER 7: TARIFFS AND ECONOMIC ASPECTS IN POWER GENERATION
// EXAMPLE : 7.16 :
// Page number 78
clear ; clc ; close ; // Clear the work space and console
// Given data
MD = 75.0*10**3 // Maximum demand(kW)
LF = 0.4 // Yearly load factor
cost_capital = 60.0 // Capital cost(Rs/annum/kW)
cost_kWh = 1.0 // Cost per kWh transmitted(Paise)
charge_trans = 2000000.0 // Annual capital charge for transmission(Rs)
charge_dist = 1500000.0 // Annual capital charge for distribution(Rs)
diversity_trans = 1.2 // Diversity factor for transmission
diversity_dist = 1.25 // Diversity factor for distribution
n_trans = 0.9 // Efficiency of transmission system
n_dist = 0.85 // Efficiency of distribution system
// Calculations
// Case(a)
capital_cost = cost_capital*MD // Annual capital cost(Rs)
fixed_charge_sub = capital_cost+charge_trans // Total fixed charges for supply to substation per annum(Rs)
sum_MD_sub = MD*diversity_trans // Sum of all maximum demand of substation(kW)
cost_kW_sub = fixed_charge_sub/sum_MD_sub // Yearly cost per kW demand at substation(Rs)
running_cost_unit_sub = 1/n_trans // Running cost per unit supplied at substation(Paise)
// Case(b)
sum_MD_con = sum_MD_sub*diversity_dist // Sum of all maximum demand of consumer(kW)
fixed_charge_con = capital_cost+charge_trans+charge_dist // Total fixed charges for supply to cosnumers(Rs)
cost_kW_con = fixed_charge_con/sum_MD_con // Yearly cost per kW demand on consumer premises(Rs)
running_cost_unit_con = running_cost_unit_sub/n_dist // Running cost per unit supplied to consumer(Paise)
// Results
disp("PART I - EXAMPLE : 7.16 : SOLUTION :-")
printf("\nCase(a): Yearly cost per kW demand at the substations = Rs. %.2f ", cost_kW_sub)
printf("\n Cost per kWh supplied at the substations = %.2f paise\n", running_cost_unit_sub)
printf("\nCase(b): Yearly cost per kW demand at the consumer premises = Rs. %.2f ", cost_kW_con)
printf("\n Cost per kWh supplied at the consumer premises = %.3f paise", running_cost_unit_con)
|
549dfd0598375308531b02f37af47316fd93c2c1 | 006a2b1bdbcab37127ae402052015521febc527b | /crossover.sci | a59067ddcf9c944212f0dd4004a5647c0a051447 | [] | no_license | andrerodrig/GeneticAlgorithms | 55f3bdfb8e17f05539136861c1c7af17a59d6262 | bc4724584788893b4cd0780d0b2f79b0455940cd | refs/heads/main | 2023-03-31T20:02:17.147452 | 2021-04-03T17:55:48 | 2021-04-03T17:55:48 | 354,190,959 | 1 | 0 | null | 2021-04-03T17:55:49 | 2021-04-03T03:35:48 | Scilab | UTF-8 | Scilab | false | false | 1,101 | sci | crossover.sci | function descendants = crossover(parent_population, selected_matrix, n_separation)
[n_cromossomos, n_genes] = size(parent_population)
descend_matrix = zeros(n_cromossomos, n_genes);
for i = 1:size(selected_matrix)(1)
separation_point = grand(1, "uin", 1, n_genes - 1);
if (i < n_cromossomos || modulo(n_cromossomos,2) == 0) then
descend_matrix(2*i-1,:) = [...
parent_population(selected_matrix(i,1), 1:separation_point),...
parent_population(selected_matrix(i,2), (separation_point+1):$)...
]
descend_matrix(2*i,:) = [...
parent_population(selected_matrix(i,2), 1:separation_point),...
parent_population(selected_matrix(i,1), (separation_point+1):$)...
]
else
descend_matrix(2*i-1,:) = [...
parent_population(selected_matrix(i,1), 1:separation_point),...
parent_population(selected_matrix(i,2), (separation_point+1):$)...
]
end
end
descendants = descend_matrix
endfunction |
5a7613a5b6cb153a113999079338abda6eb57850 | 66106821c3fd692db68c20ab2934f0ce400c0890 | /test/disassembler/ror.instr.tst | e2d0b1305a301b0dbd5772310dbbb6eca69c4146 | [] | no_license | aurelf/avrora | 491023f63005b5b61e0a0d088b2f07e152f3a154 | c270f2598c4a340981ac4a53e7bd6813e6384546 | refs/heads/master | 2021-01-19T05:39:01.927906 | 2008-01-27T22:03:56 | 2008-01-27T22:03:56 | 4,779,104 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,256 | tst | ror.instr.tst | ; @Harness: disassembler
; @Result: PASS
section .text size=0x00000040 vma=0x00000000 lma=0x00000000 offset=0x00000034 ;2**0
section .data size=0x00000000 vma=0x00000000 lma=0x00000000 offset=0x00000074 ;2**0
start .text:
label 0x00000000 ".text":
0x0: 0x07 0x94 ror r0
0x2: 0x17 0x94 ror r1
0x4: 0x27 0x94 ror r2
0x6: 0x37 0x94 ror r3
0x8: 0x47 0x94 ror r4
0xa: 0x57 0x94 ror r5
0xc: 0x67 0x94 ror r6
0xe: 0x77 0x94 ror r7
0x10: 0x87 0x94 ror r8
0x12: 0x97 0x94 ror r9
0x14: 0xa7 0x94 ror r10
0x16: 0xb7 0x94 ror r11
0x18: 0xc7 0x94 ror r12
0x1a: 0xd7 0x94 ror r13
0x1c: 0xe7 0x94 ror r14
0x1e: 0xf7 0x94 ror r15
0x20: 0x07 0x95 ror r16
0x22: 0x17 0x95 ror r17
0x24: 0x27 0x95 ror r18
0x26: 0x37 0x95 ror r19
0x28: 0x47 0x95 ror r20
0x2a: 0x57 0x95 ror r21
0x2c: 0x67 0x95 ror r22
0x2e: 0x77 0x95 ror r23
0x30: 0x87 0x95 ror r24
0x32: 0x97 0x95 ror r25
0x34: 0xa7 0x95 ror r26
0x36: 0xb7 0x95 ror r27
0x38: 0xc7 0x95 ror r28
0x3a: 0xd7 0x95 ror r29
0x3c: 0xe7 0x95 ror r30
0x3e: 0xf7 0x95 ror r31
start .data:
|
ce71f708b373382fb0fedaa97a5f16e87cb4c094 | 449d555969bfd7befe906877abab098c6e63a0e8 | /615/CH3/EX3.20/3_20.sce | 724d5740a7ad42a17611c8ff9ce15f2055c57b4c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 372 | sce | 3_20.sce | //chemical kinetics and catalysis//
//example 3.20//
R=8.314;//value of constant R in J/K.mol//
H=1.25*10^4;//value of E/(2.303*R).It is given in the question//
E=H*2.303*R;
printf("activation energy is %fJ/mol or %fKJ/mol",E,E/1000);
la=14.34;//value of log(a)//
T=670;//temperature in kelvin//
lk=la-(H/T);
k=10^lk;
printf("\nRate constant at 670K is %f/s",k); |
f02ecce596dbf6f2e835060d829c1476b510a77e | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /R99 Pillar + Movement.sce | 133e090ac3037f9a6729cb9f902cbdd75ef7ca75 | [] | no_license | MBHuman/Scenarios | be1a722825b3b960014b07cda2f12fa4f75c7fc8 | 1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137 | refs/heads/master | 2023-01-14T02:10:25.103083 | 2020-11-21T16:47:14 | 2020-11-21T16:47:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 138,671 | sce | R99 Pillar + Movement.sce | Name=R99 Pillar + Movement
PlayerCharacters=Counter-Striker
BotCharacters=Counter-Striker Bot PEEKER.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=Counter-Striker
AddedBots=Counter-Striker Bot PEEKER.bot
PlayerMaxLives=0
BotMaxLives=0
PlayerTeam=1
BotTeams=2
MapName=r99 circle.map
MapScale=3.0
BlockProjectilePredictors=true
BlockCheats=true
InvinciblePlayer=false
InvincibleBots=false
Timescale=1.0
BlockHealthbars=false
TimeRefilledByKill=0.0
ScoreToWin=1.0
ScorePerDamage=1.0
ScorePerKill=100.0
ScorePerMidairDirect=0.0
ScorePerAnyDirect=0.0
ScorePerTime=0.0
ScoreLossPerDamageTaken=0.3
ScoreLossPerDeath=45.0
ScoreLossPerMidairDirected=0.0
ScoreLossPerAnyDirected=0.0
ScoreMultAccuracy=false
ScoreMultDamageEfficiency=false
ScoreMultKillEfficiency=true
GameTag=Apex Legends
WeaponHeroTag=R99
DifficultyTag=3
AuthorsTag=dock :)
BlockHitMarkers=false
BlockHitSounds=false
BlockMissSounds=false
BlockFCT=false
Description=1v1 R99 bot and try to avoid taking dmg / dying while killing bot. Points for constantly moving around.
GameVersion=1.0.8.0
ScorePerDistance=0.0
MBSEnable=true
MBSTime1=0.25
MBSTime2=0.5
MBSTime3=0.75
MBSTime1Mult=0.9
MBSTime2Mult=0.8
MBSTime3Mult=0.8
MBSFBInstead=false
MBSRequireEnemyAlive=true
[Aim Profile]
Name=Medium Skill At Feet
MinReactionTime=0.3
MaxReactionTime=0.4
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=15.0
TrackSpeed=3.5
TrackError=3.5
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=40.0
ShootFOV=15.0
VerticalAimOffset=-200.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
[Aim Profile]
Name=cs
MinReactionTime=0.18
MaxReactionTime=0.3
MinSelfMovementCorrectionTime=0.007
MaxSelfMovementCorrectionTime=0.035
FlickFOV=10.0
FlickSpeed=1.0
FlickError=3.0
TrackSpeed=3.5
TrackError=3.5
MaxTurnAngleFromPadCenter=90.0
MinRecenterTime=0.25
MaxRecenterTime=0.4
OptimalAimFOV=35.0
OuterAimPenalty=1.1
MaxError=35.0
ShootFOV=1.0
VerticalAimOffset=-5.0
MaxTolerableSpread=2.0
MinTolerableSpread=0.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
[Aim Profile]
Name=Default
MinReactionTime=0.3
MaxReactionTime=0.4
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=15.0
TrackSpeed=3.5
TrackError=3.5
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=40.0
ShootFOV=15.0
VerticalAimOffset=0.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
[Bot Profile]
Name=Counter-Striker Bot PEEKER
DodgeProfileNames=MidStrafes
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=10.0
DodgeProfileMinChangeTime=0.1
WeaponProfileWeights=1.5;1.5;1.5;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Medium Skill At Feet;cs;cs;cs;cs;Default;Default;Default
WeaponSwitchTime=5.0
UseWeapons=true
CharacterProfile=Counter-Striker
SeeThroughWalls=false
NoDodging=false
NoAiming=false
[Character Profile]
Name=Counter-Striker
MaxHealth=100.0
WeaponProfileNames=R99;;;;;;;
MinRespawnDelay=0.0001
MaxRespawnDelay=0.0001
StepUpHeight=75.0
CrouchHeightModifier=0.75
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=1.0
MovementType=Base
MaxSpeed=1100.0
MaxCrouchSpeed=250.0
Acceleration=6000.0
AirAcceleration=16000.0
Friction=7.5
BrakingFrictionFactor=1.25
JumpVelocity=800.0
Gravity=2.5
AirControl=1.0
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=true
EnemyBodyColor=X=0.546 Y=0.776 Z=0.546
EnemyHeadColor=X=0.608 Y=0.463 Z=0.314
TeamBodyColor=X=0.000 Y=0.000 Z=0.771
TeamHeadColor=X=0.149 Y=0.542 Z=1.000
BlockSelfDamage=true
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=210.0
MainBBRadius=35.0
MainBBHasHead=true
MainBBHeadRadius=25.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=250.0
ProjBBRadius=35.0
ProjBBHasHead=true
ProjBBHeadRadius=25.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.5
JetpackFullFuelTime=1000.0
JetpackFuelIncPerSec=100.0
JetpackFuelRegensInAir=true
JetpackThrust=6000.0
JetpackMaxZVelocity=600.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=256.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=100.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=5000.0
VerticalSpawnOffset=0.0
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
[Dodge Profile]
Name=MidStrafes
MaxTargetDistance=2500.0
MinTargetDistance=750.0
ToggleLeftRight=true
ToggleForwardBack=true
MinLRTimeChange=0.32
MaxLRTimeChange=0.35
MinFBTimeChange=0.25
MaxFBTimeChange=0.6
DamageReactionChangesDirection=true
DamageReactionChanceToIgnore=0.2
DamageReactionMinimumDelay=0.13
DamageReactionMaximumDelay=0.16
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.2
JumpFrequency=0.0
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.5
TargetStrafeOverride=Oppose
TargetStrafeMinDelay=0.13
TargetStrafeMaxDelay=0.18
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.1
MaxCrouchTime=0.5
MinJumpTime=0.0
MaxJumpTime=0.0
LeftStrafeTimeMult=0.9
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
[Weapon Profile]
Name=R99
Type=Hitscan
ShotsPerClick=1
DamagePerShot=12.0
KnockbackFactor=0.0
TimeBetweenShots=0.055556
Pierces=false
Category=FullyAuto
BurstShotCount=1
TimeBetweenBursts=0.5
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=2000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=5.0
MaxHitscanRange=100000.0
GravityScale=1.0
HeadshotCapable=true
HeadshotMultiplier=1.5
MagazineMax=30
AmmoPerShot=1
ReloadTimeFromEmpty=1.8
ReloadTimeFromPartial=1.8
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=12.0
DelayBeforeShot=0.0
HitscanVisualEffect=None
ProjectileGraphic=Ball
VisualLifetime=0.055
WallParticleEffect=None
HitParticleEffect=None
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=true
ADSZoomDelay=0.2
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.055556
HitSoundCooldown=0.055556
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=true
DecalType=0
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=300.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=1.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
ProjectileTrail=None
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=false
AimPunchAmount=0.0
AimPunchResetTime=0.2
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=false
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=30
CancelReloadOnKill=true
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=94.290001
ADSFOVScale=Apex Legends
ADSAllowUserOverrideFOV=false
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=100.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,0.0
SpreadSCA=1.0,1.0,-1.0,0.0
SpreadMSA=1.0,1.0,-1.0,0.0
SpreadMCA=1.0,1.0,-1.0,0.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,0.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,0.0
MaxRecoilUp=0.35
MinRecoilUp=0.35
MinRecoilHoriz=-0.1
MaxRecoilHoriz=0.2
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.175
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Map Data]
reflex map version 8
global
entity
type WorldSpawn
brush
vertices
104.367385 192.000000 -502.024534
112.000000 192.000000 -560.000000
112.000000 688.000000 -560.000000
104.367385 688.000000 -502.024534
81.989690 688.000000 -448.000000
81.989690 192.000000 -448.000000
46.391919 688.000000 -401.608081
46.391919 192.000000 -401.608081
-0.000000 688.000000 -366.010310
-0.000000 192.000000 -366.010310
-54.024534 688.000000 -343.632615
-54.024534 192.000000 -343.632615
-112.000000 688.000000 -336.000000
-112.000000 192.000000 -336.000000
104.367385 688.000000 -617.975466
104.367385 192.000000 -617.975466
81.989690 192.000000 -672.000000
81.989690 688.000000 -672.000000
-54.024534 192.000000 -776.367385
-112.000000 192.000000 -784.000000
-112.000000 688.000000 -784.000000
-54.024534 688.000000 -776.367385
0.000000 688.000000 -753.989690
-0.000000 192.000000 -753.989690
46.391919 688.000000 -718.391919
46.391919 192.000000 -718.391919
-270.391919 688.000000 -401.608081
-270.391919 192.000000 -401.608081
-224.000000 192.000000 -366.010310
-224.000000 688.000000 -366.010310
-169.975466 192.000000 -343.632615
-169.975466 688.000000 -343.632615
-305.989690 688.000000 -448.000000
-305.989690 192.000000 -448.000000
-328.367385 688.000000 -502.024534
-328.367385 192.000000 -502.024534
-336.000000 688.000000 -560.000000
-336.000000 192.000000 -560.000000
-328.367385 688.000000 -617.975466
-328.367385 192.000000 -617.975466
-305.989690 688.000000 -672.000000
-305.989690 192.000000 -672.000000
-270.391919 688.000000 -718.391919
-270.391919 192.000000 -718.391919
-224.000000 688.000000 -753.989690
-224.000000 192.000000 -753.989690
-169.975466 688.000000 -776.367385
-169.975466 192.000000 -776.367385
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 5 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 8 9 7 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 10 11 9 8 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 12 13 11 10 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 14 15 16 17 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 18 19 20 21 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 22 23 18 21 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 24 25 23 22 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 16 25 24 17 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 15 14 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 26 27 28 29 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 28 30 31 29 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 31 30 13 12 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 32 33 27 26 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 34 35 33 32 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 36 37 35 34 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 38 39 37 36 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 40 41 39 38 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 42 43 41 40 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 44 45 43 42 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 46 47 45 44 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 19 47 46 20 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 14 17 24 22 21 20 46 44 42 40 38 36 34 32 26 29 31 12 10 8 6 4 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 5 7 9 11 13 30 28 27 33 35 37 39 41 43 45 47 19 18 23 25 16 15 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-32.000000 448.000000 112.000000
-32.000000 192.000000 112.000000
0.000000 192.000000 96.000000
-0.000000 448.000000 96.000000
-32.000000 192.000000 80.000000
-32.000000 448.000000 80.000000
-64.000000 448.000000 96.000000
-64.000000 192.000000 96.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 7 6 5 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 4 2 0x00000000 __TB_empty
brush
vertices
-4.287187 512.000000 112.000000
-4.287187 192.000000 112.000000
-1.090374 192.000000 104.282209
-1.090374 512.000000 104.282209
-0.000000 192.000000 96.000000
-0.000000 512.000000 96.000000
-9.372583 512.000000 118.627417
-9.372583 192.000000 118.627417
-16.000000 512.000000 123.712813
-16.000000 192.000000 123.712813
-23.717791 512.000000 126.909626
-23.717791 192.000000 126.909626
-32.000000 512.000000 128.000000
-32.000000 192.000000 128.000000
-23.717791 192.000000 65.090374
-32.000000 192.000000 64.000000
-32.000000 512.000000 64.000000
-23.717791 512.000000 65.090374
-16.000000 512.000000 68.287187
-16.000000 192.000000 68.287187
-9.372583 512.000000 73.372583
-9.372583 192.000000 73.372583
-4.287187 512.000000 80.000000
-4.287187 192.000000 80.000000
-1.090374 192.000000 87.717791
-1.090374 512.000000 87.717791
-40.282209 512.000000 126.909626
-40.282209 192.000000 126.909626
-48.000000 512.000000 123.712813
-48.000000 192.000000 123.712813
-54.627417 512.000000 118.627417
-54.627417 192.000000 118.627417
-59.712813 512.000000 112.000000
-59.712813 192.000000 112.000000
-64.000000 512.000000 96.000000
-64.000000 192.000000 96.000000
-62.909626 192.000000 104.282209
-62.909626 512.000000 104.282209
-62.909626 512.000000 87.717791
-62.909626 192.000000 87.717791
-59.712813 512.000000 80.000000
-59.712813 192.000000 80.000000
-54.627417 512.000000 73.372583
-54.627417 192.000000 73.372583
-48.000000 512.000000 68.287187
-48.000000 192.000000 68.287187
-40.282209 512.000000 65.090374
-40.282209 192.000000 65.090374
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 5 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 1 0 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 8 9 7 6 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 10 11 9 8 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 12 13 11 10 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 14 15 16 17 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 18 19 14 17 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 20 21 19 18 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 22 23 21 20 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 24 25 5 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 25 24 23 22 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 26 27 13 12 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 28 29 27 26 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 30 31 29 28 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 32 33 31 30 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 34 35 36 37 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 37 36 33 32 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 38 39 35 34 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 40 41 39 38 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 42 43 41 40 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 44 45 43 42 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 46 47 45 44 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 15 47 46 16 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 5 25 22 20 18 17 16 46 44 42 40 38 34 37 32 30 28 26 12 10 8 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 9 11 13 27 29 31 33 36 35 39 41 43 45 47 15 14 19 21 23 24 4 2 0x00000000 __TB_empty
brush
vertices
256.000000 176.000000 416.000000
256.000000 176.000000 -208.000000
256.000000 192.000000 -208.000000
256.000000 192.000000 416.000000
-336.000000 192.000000 -208.000000
-336.000000 176.000000 -208.000000
-336.000000 176.000000 416.000000
-336.000000 192.000000 416.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
292.687109 576.000000 -47.999183
292.687109 48.000000 -47.999183
303.999885 48.000000 -59.313824
303.999885 576.000000 -59.313824
112.002513 48.000000 -251.311195
112.002513 576.000000 -251.311195
100.686266 576.000000 -240.000026
100.686266 48.000000 -240.000026
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 5 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 1 0 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 7 6 5 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 4 2 0x00000000 internal/editor/textures/editor_clip
brush
vertices
272.000000 192.000000 304.000000
272.000000 192.000000 -80.000000
272.000000 592.000000 -80.000000
272.000000 592.000000 304.000000
256.000000 592.000000 -80.000000
256.000000 192.000000 -80.000000
256.000000 192.000000 304.000000
256.000000 592.000000 304.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
96.002628 608.000000 475.313619
96.002628 144.000000 475.313619
288.000000 144.000000 283.316247
288.000000 608.000000 283.316247
276.649733 144.000000 271.960885
276.649733 608.000000 271.960885
84.761108 608.000000 464.073952
84.761108 144.000000 464.073952
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 5 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 1 0 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 7 6 5 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 4 2 0x00000000 internal/editor/textures/editor_clip
brush
vertices
192.000000 192.000000 432.000000
192.000000 192.000000 416.000000
192.000000 592.000000 416.000000
192.000000 592.000000 432.000000
-224.000000 592.000000 416.000000
-224.000000 192.000000 416.000000
-224.000000 192.000000 432.000000
-224.000000 592.000000 432.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-219.312891 560.000000 443.312013
-219.312891 96.000000 443.312013
-208.000115 96.000000 431.997372
-208.000115 560.000000 431.997372
-399.997487 96.000000 240.000000
-399.997487 560.000000 240.000000
-411.313734 560.000000 251.311170
-411.313734 96.000000 251.311170
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 5 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 1 0 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 7 6 5 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 4 2 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-336.000000 192.000000 288.000000
-336.000000 192.000000 -144.000000
-336.000000 592.000000 -144.000000
-336.000000 592.000000 288.000000
-352.000000 592.000000 -144.000000
-352.000000 192.000000 -144.000000
-352.000000 192.000000 288.000000
-352.000000 592.000000 288.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-356.686176 640.000000 -64.000115
-356.686176 176.000000 -64.000115
-164.688805 176.000000 -255.997487
-164.688805 640.000000 -255.997487
-175.999974 176.000000 -267.313734
-175.999974 640.000000 -267.313734
-368.000817 640.000000 -75.312891
-368.000817 176.000000 -75.312891
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 5 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 7 1 0 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 7 6 5 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 5 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 7 4 2 0x00000000 internal/editor/textures/editor_clip
brush
vertices
128.000000 160.000000 -208.000000
128.000000 160.000000 -224.000000
128.000000 512.000000 -224.000000
128.000000 512.000000 -208.000000
-240.000000 512.000000 -224.000000
-240.000000 160.000000 -224.000000
-240.000000 160.000000 -208.000000
-240.000000 512.000000 -208.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-144.000000 192.000000 320.000000
-144.000000 192.000000 304.000000
-144.000000 544.000000 304.000000
-144.000000 544.000000 320.000000
-160.000000 544.000000 304.000000
-160.000000 192.000000 304.000000
-160.000000 192.000000 320.000000
-160.000000 544.000000 320.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-160.000000 192.000000 304.000000
-160.000000 192.000000 288.000000
-160.000000 544.000000 288.000000
-160.000000 544.000000 304.000000
-176.000000 544.000000 288.000000
-176.000000 192.000000 288.000000
-176.000000 192.000000 304.000000
-176.000000 544.000000 304.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-192.000000 192.000000 272.000000
-192.000000 192.000000 256.000000
-192.000000 224.000000 256.000000
-192.000000 224.000000 272.000000
-208.000000 224.000000 256.000000
-208.000000 192.000000 256.000000
-208.000000 192.000000 272.000000
-208.000000 224.000000 272.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-208.000000 192.000000 256.000000
-208.000000 192.000000 240.000000
-208.000000 544.000000 240.000000
-208.000000 544.000000 256.000000
-224.000000 544.000000 240.000000
-224.000000 192.000000 240.000000
-224.000000 192.000000 256.000000
-224.000000 544.000000 256.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-176.000000 192.000000 288.000000
-176.000000 192.000000 272.000000
-176.000000 224.000000 272.000000
-176.000000 224.000000 288.000000
-192.000000 224.000000 272.000000
-192.000000 192.000000 272.000000
-192.000000 192.000000 288.000000
-192.000000 224.000000 288.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-224.000000 192.000000 240.000000
-224.000000 192.000000 224.000000
-224.000000 544.000000 224.000000
-224.000000 544.000000 240.000000
-240.000000 544.000000 224.000000
-240.000000 192.000000 224.000000
-240.000000 192.000000 240.000000
-240.000000 544.000000 240.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-240.000000 192.000000 224.000000
-240.000000 192.000000 208.000000
-240.000000 224.000000 208.000000
-240.000000 224.000000 224.000000
-256.000000 224.000000 208.000000
-256.000000 192.000000 208.000000
-256.000000 192.000000 224.000000
-256.000000 224.000000 224.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-256.000000 192.000000 208.000000
-256.000000 192.000000 192.000000
-256.000000 224.000000 192.000000
-256.000000 224.000000 208.000000
-272.000000 224.000000 192.000000
-272.000000 192.000000 192.000000
-272.000000 192.000000 208.000000
-272.000000 224.000000 208.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-256.000000 192.000000 192.000000
-256.000000 192.000000 -16.000000
-256.000000 224.000000 -16.000000
-256.000000 224.000000 192.000000
-272.000000 224.000000 -16.000000
-272.000000 192.000000 -16.000000
-272.000000 192.000000 192.000000
-272.000000 224.000000 192.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-256.000000 224.000000 192.000000
-256.000000 224.000000 160.000000
-256.000000 544.000000 160.000000
-256.000000 544.000000 192.000000
-272.000000 544.000000 160.000000
-272.000000 224.000000 160.000000
-272.000000 224.000000 192.000000
-272.000000 544.000000 192.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-256.000000 224.000000 128.000000
-256.000000 224.000000 96.000000
-256.000000 544.000000 96.000000
-256.000000 544.000000 128.000000
-272.000000 544.000000 96.000000
-272.000000 224.000000 96.000000
-272.000000 224.000000 128.000000
-272.000000 544.000000 128.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-256.000000 224.000000 64.000000
-256.000000 224.000000 32.000000
-256.000000 544.000000 32.000000
-256.000000 544.000000 64.000000
-272.000000 544.000000 32.000000
-272.000000 224.000000 32.000000
-272.000000 224.000000 64.000000
-272.000000 544.000000 64.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-240.000000 192.000000 -16.000000
-240.000000 192.000000 -32.000000
-240.000000 544.000000 -32.000000
-240.000000 544.000000 -16.000000
-256.000000 544.000000 -32.000000
-256.000000 192.000000 -32.000000
-256.000000 192.000000 -16.000000
-256.000000 544.000000 -16.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-256.000000 224.000000 -0.000000
-256.000000 224.000000 -16.000000
-256.000000 544.000000 -16.000000
-256.000000 544.000000 0.000000
-272.000000 544.000000 -16.000000
-272.000000 224.000000 -16.000000
-272.000000 224.000000 0.000000
-272.000000 544.000000 -0.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-224.000000 192.000000 -32.000000
-224.000000 192.000000 -48.000000
-224.000000 224.000000 -48.000000
-224.000000 224.000000 -32.000000
-240.000000 224.000000 -48.000000
-240.000000 192.000000 -48.000000
-240.000000 192.000000 -32.000000
-240.000000 224.000000 -32.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-208.000000 192.000000 -48.000000
-208.000000 192.000000 -64.000000
-208.000000 224.000000 -64.000000
-208.000000 224.000000 -48.000000
-224.000000 224.000000 -64.000000
-224.000000 192.000000 -64.000000
-224.000000 192.000000 -48.000000
-224.000000 224.000000 -48.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-192.000000 192.000000 -64.000000
-192.000000 192.000000 -80.000000
-192.000000 544.000000 -80.000000
-192.000000 544.000000 -64.000000
-208.000000 544.000000 -80.000000
-208.000000 192.000000 -80.000000
-208.000000 192.000000 -64.000000
-208.000000 544.000000 -64.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-176.000000 192.000000 -80.000000
-176.000000 192.000000 -96.000000
-176.000000 544.000000 -96.000000
-176.000000 544.000000 -80.000000
-192.000000 544.000000 -96.000000
-192.000000 192.000000 -96.000000
-192.000000 192.000000 -80.000000
-192.000000 544.000000 -80.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-160.000000 192.000000 -96.000000
-160.000000 192.000000 -112.000000
-160.000000 224.000000 -112.000000
-160.000000 224.000000 -96.000000
-176.000000 224.000000 -112.000000
-176.000000 192.000000 -112.000000
-176.000000 192.000000 -96.000000
-176.000000 224.000000 -96.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-144.000000 192.000000 -112.000000
-144.000000 192.000000 -128.000000
-144.000000 224.000000 -128.000000
-144.000000 224.000000 -112.000000
-160.000000 224.000000 -128.000000
-160.000000 192.000000 -128.000000
-160.000000 192.000000 -112.000000
-160.000000 224.000000 -112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
80.000000 192.000000 -128.000000
80.000000 192.000000 -144.000000
80.000000 224.000000 -144.000000
80.000000 224.000000 -128.000000
-144.000000 224.000000 -144.000000
-144.000000 192.000000 -144.000000
-144.000000 192.000000 -128.000000
-144.000000 224.000000 -128.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-112.000000 224.000000 -128.000000
-112.000000 224.000000 -144.000000
-112.000000 544.000000 -144.000000
-112.000000 544.000000 -128.000000
-144.000000 544.000000 -144.000000
-144.000000 224.000000 -144.000000
-144.000000 224.000000 -128.000000
-144.000000 544.000000 -128.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-48.000000 224.000000 -128.000000
-48.000000 224.000000 -144.000000
-48.000000 544.000000 -144.000000
-48.000000 544.000000 -128.000000
-80.000000 544.000000 -144.000000
-80.000000 224.000000 -144.000000
-80.000000 224.000000 -128.000000
-80.000000 544.000000 -128.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
16.000000 224.000000 -128.000000
16.000000 224.000000 -144.000000
16.000000 544.000000 -144.000000
16.000000 544.000000 -128.000000
-16.000000 544.000000 -144.000000
-16.000000 224.000000 -144.000000
-16.000000 224.000000 -128.000000
-16.000000 544.000000 -128.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
80.000000 224.000000 -128.000000
80.000000 224.000000 -144.000000
80.000000 544.000000 -144.000000
80.000000 544.000000 -128.000000
48.000000 544.000000 -144.000000
48.000000 224.000000 -144.000000
48.000000 224.000000 -128.000000
48.000000 544.000000 -128.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
96.000000 192.000000 -112.000000
96.000000 192.000000 -128.000000
96.000000 224.000000 -128.000000
96.000000 224.000000 -112.000000
80.000000 224.000000 -128.000000
80.000000 192.000000 -128.000000
80.000000 192.000000 -112.000000
80.000000 224.000000 -112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
112.000000 192.000000 -96.000000
112.000000 192.000000 -112.000000
112.000000 224.000000 -112.000000
112.000000 224.000000 -96.000000
96.000000 224.000000 -112.000000
96.000000 192.000000 -112.000000
96.000000 192.000000 -96.000000
96.000000 224.000000 -96.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
160.000000 192.000000 -48.000000
160.000000 192.000000 -64.000000
160.000000 224.000000 -64.000000
160.000000 224.000000 -48.000000
144.000000 224.000000 -64.000000
144.000000 192.000000 -64.000000
144.000000 192.000000 -48.000000
144.000000 224.000000 -48.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 192.000000 -32.000000
176.000000 192.000000 -48.000000
176.000000 224.000000 -48.000000
176.000000 224.000000 -32.000000
160.000000 224.000000 -48.000000
160.000000 192.000000 -48.000000
160.000000 192.000000 -32.000000
160.000000 224.000000 -32.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
208.000000 192.000000 208.000000
208.000000 192.000000 0.000000
208.000000 224.000000 -0.000000
208.000000 224.000000 208.000000
192.000000 224.000000 0.000000
192.000000 192.000000 -0.000000
192.000000 192.000000 208.000000
192.000000 224.000000 208.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
208.000000 224.000000 64.000000
208.000000 224.000000 32.000000
208.000000 544.000000 32.000000
208.000000 544.000000 64.000000
192.000000 544.000000 32.000000
192.000000 224.000000 32.000000
192.000000 224.000000 64.000000
192.000000 544.000000 64.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
208.000000 224.000000 128.000000
208.000000 224.000000 96.000000
208.000000 544.000000 96.000000
208.000000 544.000000 128.000000
192.000000 544.000000 96.000000
192.000000 224.000000 96.000000
192.000000 224.000000 128.000000
192.000000 544.000000 128.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
208.000000 224.000000 192.000000
208.000000 224.000000 160.000000
208.000000 544.000000 160.000000
208.000000 544.000000 192.000000
192.000000 544.000000 160.000000
192.000000 224.000000 160.000000
192.000000 224.000000 192.000000
192.000000 544.000000 192.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
192.000000 192.000000 224.000000
192.000000 192.000000 208.000000
192.000000 224.000000 208.000000
192.000000 224.000000 224.000000
176.000000 224.000000 208.000000
176.000000 192.000000 208.000000
176.000000 192.000000 224.000000
176.000000 224.000000 224.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 192.000000 240.000000
176.000000 192.000000 224.000000
176.000000 544.000000 224.000000
176.000000 544.000000 240.000000
160.000000 544.000000 224.000000
160.000000 192.000000 224.000000
160.000000 192.000000 240.000000
160.000000 544.000000 240.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
160.000000 192.000000 256.000000
160.000000 192.000000 240.000000
160.000000 544.000000 240.000000
160.000000 544.000000 256.000000
144.000000 544.000000 240.000000
144.000000 192.000000 240.000000
144.000000 192.000000 256.000000
144.000000 544.000000 256.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
144.000000 192.000000 272.000000
144.000000 192.000000 256.000000
144.000000 224.000000 256.000000
144.000000 224.000000 272.000000
128.000000 224.000000 256.000000
128.000000 192.000000 256.000000
128.000000 192.000000 272.000000
128.000000 224.000000 272.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
128.000000 192.000000 288.000000
128.000000 192.000000 272.000000
128.000000 224.000000 272.000000
128.000000 224.000000 288.000000
112.000000 224.000000 272.000000
112.000000 192.000000 272.000000
112.000000 192.000000 288.000000
112.000000 224.000000 288.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
112.000000 192.000000 304.000000
112.000000 192.000000 288.000000
112.000000 544.000000 288.000000
112.000000 544.000000 304.000000
96.000000 544.000000 288.000000
96.000000 192.000000 288.000000
96.000000 192.000000 304.000000
96.000000 544.000000 304.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
96.000000 192.000000 320.000000
96.000000 192.000000 304.000000
96.000000 544.000000 304.000000
96.000000 544.000000 320.000000
80.000000 544.000000 304.000000
80.000000 192.000000 304.000000
80.000000 192.000000 320.000000
80.000000 544.000000 320.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
80.000000 192.000000 336.000000
80.000000 192.000000 320.000000
80.000000 224.000000 320.000000
80.000000 224.000000 336.000000
64.000000 224.000000 320.000000
64.000000 192.000000 320.000000
64.000000 192.000000 336.000000
64.000000 224.000000 336.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
64.000000 192.000000 336.000000
64.000000 192.000000 320.000000
64.000000 224.000000 320.000000
64.000000 224.000000 336.000000
-144.000000 224.000000 320.000000
-144.000000 192.000000 320.000000
-144.000000 192.000000 336.000000
-144.000000 224.000000 336.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
48.000000 224.000000 336.000000
48.000000 224.000000 320.000000
48.000000 544.000000 320.000000
48.000000 544.000000 336.000000
16.000000 544.000000 320.000000
16.000000 224.000000 320.000000
16.000000 224.000000 336.000000
16.000000 544.000000 336.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-16.000000 224.000000 336.000000
-16.000000 224.000000 320.000000
-16.000000 544.000000 320.000000
-16.000000 544.000000 336.000000
-48.000000 544.000000 320.000000
-48.000000 224.000000 320.000000
-48.000000 224.000000 336.000000
-48.000000 544.000000 336.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-80.000000 224.000000 336.000000
-80.000000 224.000000 320.000000
-80.000000 544.000000 320.000000
-80.000000 544.000000 336.000000
-112.000000 544.000000 320.000000
-112.000000 224.000000 320.000000
-112.000000 224.000000 336.000000
-112.000000 544.000000 336.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-256.000000 544.000000 192.000000
-256.000000 544.000000 -16.000000
-256.000000 560.000000 -16.000000
-256.000000 560.000000 192.000000
-272.000000 560.000000 -16.000000
-272.000000 544.000000 -16.000000
-272.000000 544.000000 192.000000
-272.000000 560.000000 192.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-240.000000 544.000000 -16.000000
-240.000000 544.000000 -32.000000
-240.000000 560.000000 -32.000000
-240.000000 560.000000 -16.000000
-256.000000 560.000000 -32.000000
-256.000000 544.000000 -32.000000
-256.000000 544.000000 -16.000000
-256.000000 560.000000 -16.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-224.000000 544.000000 -32.000000
-224.000000 544.000000 -48.000000
-224.000000 560.000000 -48.000000
-224.000000 560.000000 -32.000000
-256.000000 560.000000 -48.000000
-256.000000 544.000000 -48.000000
-256.000000 544.000000 -32.000000
-256.000000 560.000000 -32.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-208.000000 544.000000 -48.000000
-208.000000 544.000000 -64.000000
-208.000000 560.000000 -64.000000
-208.000000 560.000000 -48.000000
-240.000000 560.000000 -64.000000
-240.000000 544.000000 -64.000000
-240.000000 544.000000 -48.000000
-240.000000 560.000000 -48.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-192.000000 544.000000 -64.000000
-192.000000 544.000000 -80.000000
-192.000000 560.000000 -80.000000
-192.000000 560.000000 -64.000000
-224.000000 560.000000 -80.000000
-224.000000 544.000000 -80.000000
-224.000000 544.000000 -64.000000
-224.000000 560.000000 -64.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-176.000000 544.000000 -80.000000
-176.000000 544.000000 -96.000000
-176.000000 560.000000 -96.000000
-176.000000 560.000000 -80.000000
-208.000000 560.000000 -96.000000
-208.000000 544.000000 -96.000000
-208.000000 544.000000 -80.000000
-208.000000 560.000000 -80.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-160.000000 544.000000 -96.000000
-160.000000 544.000000 -112.000000
-160.000000 560.000000 -112.000000
-160.000000 560.000000 -96.000000
-192.000000 560.000000 -112.000000
-192.000000 544.000000 -112.000000
-192.000000 544.000000 -96.000000
-192.000000 560.000000 -96.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-144.000000 544.000000 -112.000000
-144.000000 544.000000 -128.000000
-144.000000 560.000000 -128.000000
-144.000000 560.000000 -112.000000
-176.000000 560.000000 -128.000000
-176.000000 544.000000 -128.000000
-176.000000 544.000000 -112.000000
-176.000000 560.000000 -112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
80.000000 544.000000 -128.000000
80.000000 544.000000 -144.000000
80.000000 560.000000 -144.000000
80.000000 560.000000 -128.000000
-160.000000 560.000000 -144.000000
-160.000000 544.000000 -144.000000
-160.000000 544.000000 -128.000000
-160.000000 560.000000 -128.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
96.000000 544.000000 -112.000000
96.000000 544.000000 -144.000000
96.000000 560.000000 -144.000000
96.000000 560.000000 -112.000000
80.000000 560.000000 -144.000000
80.000000 544.000000 -144.000000
80.000000 544.000000 -112.000000
80.000000 560.000000 -112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
112.000000 544.000000 -96.000000
112.000000 544.000000 -128.000000
112.000000 560.000000 -128.000000
112.000000 560.000000 -96.000000
96.000000 560.000000 -128.000000
96.000000 544.000000 -128.000000
96.000000 544.000000 -96.000000
96.000000 560.000000 -96.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
128.000000 544.000000 -80.000000
128.000000 544.000000 -112.000000
128.000000 560.000000 -112.000000
128.000000 560.000000 -80.000000
112.000000 560.000000 -112.000000
112.000000 544.000000 -112.000000
112.000000 544.000000 -80.000000
112.000000 560.000000 -80.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
144.000000 544.000000 -64.000000
144.000000 544.000000 -96.000000
144.000000 560.000000 -96.000000
144.000000 560.000000 -64.000000
128.000000 560.000000 -96.000000
128.000000 544.000000 -96.000000
128.000000 544.000000 -64.000000
128.000000 560.000000 -64.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 544.000000 -48.000000
176.000000 544.000000 -80.000000
176.000000 560.000000 -80.000000
176.000000 560.000000 -48.000000
144.000000 560.000000 -80.000000
144.000000 544.000000 -80.000000
144.000000 544.000000 -48.000000
144.000000 560.000000 -48.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 544.000000 -32.000000
176.000000 544.000000 -64.000000
176.000000 560.000000 -64.000000
176.000000 560.000000 -32.000000
160.000000 560.000000 -64.000000
160.000000 544.000000 -64.000000
160.000000 544.000000 -32.000000
160.000000 560.000000 -32.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
192.000000 544.000000 -16.000000
192.000000 544.000000 -48.000000
192.000000 560.000000 -48.000000
192.000000 560.000000 -16.000000
176.000000 560.000000 -48.000000
176.000000 544.000000 -48.000000
176.000000 544.000000 -16.000000
176.000000 560.000000 -16.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
208.000000 544.000000 -0.000000
208.000000 544.000000 -32.000000
208.000000 560.000000 -32.000000
208.000000 560.000000 0.000000
192.000000 560.000000 -32.000000
192.000000 544.000000 -32.000000
192.000000 544.000000 0.000000
192.000000 560.000000 -0.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
208.000000 544.000000 192.000000
208.000000 544.000000 0.000000
208.000000 560.000000 -0.000000
208.000000 560.000000 192.000000
192.000000 560.000000 0.000000
192.000000 544.000000 -0.000000
192.000000 544.000000 192.000000
192.000000 560.000000 192.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
208.000000 544.000000 208.000000
208.000000 544.000000 192.000000
208.000000 560.000000 192.000000
208.000000 560.000000 208.000000
192.000000 560.000000 192.000000
192.000000 544.000000 192.000000
192.000000 544.000000 208.000000
192.000000 560.000000 208.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
208.000000 544.000000 224.000000
208.000000 544.000000 208.000000
208.000000 560.000000 208.000000
208.000000 560.000000 224.000000
176.000000 560.000000 208.000000
176.000000 544.000000 208.000000
176.000000 544.000000 224.000000
176.000000 560.000000 224.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
192.000000 544.000000 240.000000
192.000000 544.000000 224.000000
192.000000 560.000000 224.000000
192.000000 560.000000 240.000000
160.000000 560.000000 224.000000
160.000000 544.000000 224.000000
160.000000 544.000000 240.000000
160.000000 560.000000 240.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 544.000000 256.000000
176.000000 544.000000 240.000000
176.000000 560.000000 240.000000
176.000000 560.000000 256.000000
144.000000 560.000000 240.000000
144.000000 544.000000 240.000000
144.000000 544.000000 256.000000
144.000000 560.000000 256.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
160.000000 544.000000 272.000000
160.000000 544.000000 256.000000
160.000000 560.000000 256.000000
160.000000 560.000000 272.000000
128.000000 560.000000 256.000000
128.000000 544.000000 256.000000
128.000000 544.000000 272.000000
128.000000 560.000000 272.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
144.000000 544.000000 288.000000
144.000000 544.000000 272.000000
144.000000 560.000000 272.000000
144.000000 560.000000 288.000000
112.000000 560.000000 272.000000
112.000000 544.000000 272.000000
112.000000 544.000000 288.000000
112.000000 560.000000 288.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
128.000000 544.000000 304.000000
128.000000 544.000000 288.000000
128.000000 560.000000 288.000000
128.000000 560.000000 304.000000
96.000000 560.000000 288.000000
96.000000 544.000000 288.000000
96.000000 544.000000 304.000000
96.000000 560.000000 304.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
112.000000 544.000000 320.000000
112.000000 544.000000 304.000000
112.000000 560.000000 304.000000
112.000000 560.000000 320.000000
80.000000 560.000000 304.000000
80.000000 544.000000 304.000000
80.000000 544.000000 320.000000
80.000000 560.000000 320.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
96.000000 544.000000 336.000000
96.000000 544.000000 320.000000
96.000000 560.000000 320.000000
96.000000 560.000000 336.000000
-128.000000 560.000000 320.000000
-128.000000 544.000000 320.000000
-128.000000 544.000000 336.000000
-128.000000 560.000000 336.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-128.000000 544.000000 352.000000
-128.000000 544.000000 320.000000
-128.000000 560.000000 320.000000
-128.000000 560.000000 352.000000
-144.000000 560.000000 320.000000
-144.000000 544.000000 320.000000
-144.000000 544.000000 352.000000
-144.000000 560.000000 352.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-144.000000 544.000000 336.000000
-144.000000 544.000000 304.000000
-144.000000 560.000000 304.000000
-144.000000 560.000000 336.000000
-160.000000 560.000000 304.000000
-160.000000 544.000000 304.000000
-160.000000 544.000000 336.000000
-160.000000 560.000000 336.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-160.000000 544.000000 320.000000
-160.000000 544.000000 288.000000
-160.000000 560.000000 288.000000
-160.000000 560.000000 320.000000
-176.000000 560.000000 288.000000
-176.000000 544.000000 288.000000
-176.000000 544.000000 320.000000
-176.000000 560.000000 320.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-176.000000 544.000000 304.000000
-176.000000 544.000000 272.000000
-176.000000 560.000000 272.000000
-176.000000 560.000000 304.000000
-192.000000 560.000000 272.000000
-192.000000 544.000000 272.000000
-192.000000 544.000000 304.000000
-192.000000 560.000000 304.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-192.000000 544.000000 288.000000
-192.000000 544.000000 256.000000
-192.000000 560.000000 256.000000
-192.000000 560.000000 288.000000
-208.000000 560.000000 256.000000
-208.000000 544.000000 256.000000
-208.000000 544.000000 288.000000
-208.000000 560.000000 288.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-208.000000 544.000000 272.000000
-208.000000 544.000000 240.000000
-208.000000 560.000000 240.000000
-208.000000 560.000000 272.000000
-224.000000 560.000000 240.000000
-224.000000 544.000000 240.000000
-224.000000 544.000000 272.000000
-224.000000 560.000000 272.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-224.000000 544.000000 256.000000
-224.000000 544.000000 224.000000
-224.000000 560.000000 224.000000
-224.000000 560.000000 256.000000
-240.000000 560.000000 224.000000
-240.000000 544.000000 224.000000
-240.000000 544.000000 256.000000
-240.000000 560.000000 256.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-240.000000 544.000000 240.000000
-240.000000 544.000000 208.000000
-240.000000 560.000000 208.000000
-240.000000 560.000000 240.000000
-256.000000 560.000000 208.000000
-256.000000 544.000000 208.000000
-256.000000 544.000000 240.000000
-256.000000 560.000000 240.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-256.000000 544.000000 224.000000
-256.000000 544.000000 192.000000
-256.000000 560.000000 192.000000
-256.000000 560.000000 224.000000
-272.000000 560.000000 192.000000
-272.000000 544.000000 192.000000
-272.000000 544.000000 224.000000
-272.000000 560.000000 224.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-48.000000 1104.000000 240.000000
-48.000000 1104.000000 128.000000
-48.000000 1120.000000 128.000000
-48.000000 1120.000000 240.000000
-224.000000 1120.000000 128.000000
-224.000000 1104.000000 128.000000
-224.000000 1104.000000 240.000000
-224.000000 1120.000000 240.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 1104.000000 240.000000
176.000000 1104.000000 128.000000
176.000000 1120.000000 128.000000
176.000000 1120.000000 240.000000
0.000000 1120.000000 128.000000
-0.000000 1104.000000 128.000000
0.000000 1104.000000 240.000000
-0.000000 1120.000000 240.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
64.000000 1104.000000 128.000000
64.000000 1104.000000 -224.000000
64.000000 1120.000000 -224.000000
64.000000 1120.000000 128.000000
-112.000000 1120.000000 -224.000000
-112.000000 1104.000000 -224.000000
-112.000000 1104.000000 128.000000
-112.000000 1120.000000 128.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
112.000000 1104.000000 -224.000000
112.000000 1104.000000 -240.000000
112.000000 1120.000000 -240.000000
112.000000 1120.000000 -224.000000
-160.000000 1120.000000 -240.000000
-160.000000 1104.000000 -240.000000
-160.000000 1104.000000 -224.000000
-160.000000 1120.000000 -224.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
80.000000 1104.000000 -240.000000
80.000000 1104.000000 -256.000000
80.000000 1120.000000 -256.000000
80.000000 1120.000000 -240.000000
-128.000000 1120.000000 -256.000000
-128.000000 1104.000000 -256.000000
-128.000000 1104.000000 -240.000000
-128.000000 1120.000000 -240.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
64.000000 1104.000000 -256.000000
64.000000 1104.000000 -272.000000
64.000000 1120.000000 -272.000000
64.000000 1120.000000 -256.000000
-112.000000 1120.000000 -272.000000
-112.000000 1104.000000 -272.000000
-112.000000 1104.000000 -256.000000
-112.000000 1120.000000 -256.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
48.000000 1104.000000 -272.000000
48.000000 1104.000000 -288.000000
48.000000 1120.000000 -288.000000
48.000000 1120.000000 -272.000000
-96.000000 1120.000000 -288.000000
-96.000000 1104.000000 -288.000000
-96.000000 1104.000000 -272.000000
-96.000000 1120.000000 -272.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
32.000000 1104.000000 -288.000000
32.000000 1104.000000 -304.000000
32.000000 1120.000000 -304.000000
32.000000 1120.000000 -288.000000
-64.000000 1120.000000 -304.000000
-64.000000 1104.000000 -304.000000
-64.000000 1104.000000 -288.000000
-64.000000 1120.000000 -288.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
16.000000 1104.000000 -304.000000
16.000000 1104.000000 -320.000000
16.000000 1120.000000 -320.000000
16.000000 1120.000000 -304.000000
-48.000000 1120.000000 -320.000000
-48.000000 1104.000000 -320.000000
-48.000000 1104.000000 -304.000000
-48.000000 1120.000000 -304.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
0.000000 1104.000000 -320.000000
0.000000 1104.000000 -336.000000
-0.000000 1120.000000 -336.000000
0.000000 1120.000000 -320.000000
-32.000000 1120.000000 -336.000000
-32.000000 1104.000000 -336.000000
-32.000000 1104.000000 -320.000000
-32.000000 1120.000000 -320.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-256.000000 192.000000 -16.000000
-256.000000 192.000000 208.000000
-256.000000 544.000000 208.000000
-256.000000 544.000000 -16.000000
-240.000000 544.000000 208.000000
-240.000000 192.000000 208.000000
-240.000000 192.000000 -16.000000
-240.000000 544.000000 -16.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-144.000000 192.000000 -112.000000
-144.000000 192.000000 -96.000000
-144.000000 560.000000 -96.000000
-144.000000 560.000000 -112.000000
-128.000000 560.000000 -96.000000
-128.000000 192.000000 -96.000000
-128.000000 192.000000 -112.000000
-128.000000 560.000000 -112.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-144.000000 192.000000 -80.000000
-144.000000 192.000000 -96.000000
-144.000000 560.000000 -96.000000
-144.000000 560.000000 -80.000000
-160.000000 560.000000 -96.000000
-160.000000 192.000000 -96.000000
-160.000000 192.000000 -80.000000
-160.000000 560.000000 -80.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-160.000000 192.000000 -64.000000
-160.000000 192.000000 -80.000000
-160.000000 560.000000 -80.000000
-160.000000 560.000000 -64.000000
-176.000000 560.000000 -80.000000
-176.000000 192.000000 -80.000000
-176.000000 192.000000 -64.000000
-176.000000 560.000000 -64.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-176.000000 192.000000 -48.000000
-176.000000 192.000000 -64.000000
-176.000000 560.000000 -64.000000
-176.000000 560.000000 -48.000000
-192.000000 560.000000 -64.000000
-192.000000 192.000000 -64.000000
-192.000000 192.000000 -48.000000
-192.000000 560.000000 -48.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-192.000000 192.000000 -32.000000
-192.000000 192.000000 -48.000000
-192.000000 560.000000 -48.000000
-192.000000 560.000000 -32.000000
-208.000000 560.000000 -48.000000
-208.000000 192.000000 -48.000000
-208.000000 192.000000 -32.000000
-208.000000 560.000000 -32.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-208.000000 192.000000 -16.000000
-208.000000 192.000000 -32.000000
-208.000000 560.000000 -32.000000
-208.000000 560.000000 -16.000000
-224.000000 560.000000 -32.000000
-224.000000 192.000000 -32.000000
-224.000000 192.000000 -16.000000
-224.000000 560.000000 -16.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
80.000000 192.000000 -96.000000
80.000000 192.000000 -112.000000
80.000000 560.000000 -112.000000
80.000000 560.000000 -96.000000
64.000000 560.000000 -112.000000
64.000000 192.000000 -112.000000
64.000000 192.000000 -96.000000
64.000000 560.000000 -96.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
96.000000 192.000000 -80.000000
96.000000 192.000000 -96.000000
96.000000 560.000000 -96.000000
96.000000 560.000000 -80.000000
80.000000 560.000000 -96.000000
80.000000 192.000000 -96.000000
80.000000 192.000000 -80.000000
80.000000 560.000000 -80.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
112.000000 192.000000 -64.000000
112.000000 192.000000 -80.000000
112.000000 560.000000 -80.000000
112.000000 560.000000 -64.000000
96.000000 560.000000 -80.000000
96.000000 192.000000 -80.000000
96.000000 192.000000 -64.000000
96.000000 560.000000 -64.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
128.000000 192.000000 -48.000000
128.000000 192.000000 -64.000000
128.000000 560.000000 -64.000000
128.000000 560.000000 -48.000000
112.000000 560.000000 -64.000000
112.000000 192.000000 -64.000000
112.000000 192.000000 -48.000000
112.000000 560.000000 -48.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
144.000000 192.000000 -32.000000
144.000000 192.000000 -48.000000
144.000000 560.000000 -48.000000
144.000000 560.000000 -32.000000
128.000000 560.000000 -48.000000
128.000000 192.000000 -48.000000
128.000000 192.000000 -32.000000
128.000000 560.000000 -32.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
160.000000 192.000000 -16.000000
160.000000 192.000000 -32.000000
160.000000 560.000000 -32.000000
160.000000 560.000000 -16.000000
144.000000 560.000000 -32.000000
144.000000 192.000000 -32.000000
144.000000 192.000000 -16.000000
144.000000 560.000000 -16.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
176.000000 192.000000 -0.000000
176.000000 192.000000 -16.000000
176.000000 560.000000 -16.000000
176.000000 560.000000 0.000000
160.000000 560.000000 -16.000000
160.000000 192.000000 -16.000000
160.000000 192.000000 0.000000
160.000000 560.000000 -0.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
160.000000 192.000000 224.000000
160.000000 192.000000 208.000000
160.000000 560.000000 208.000000
160.000000 560.000000 224.000000
144.000000 560.000000 208.000000
144.000000 192.000000 208.000000
144.000000 192.000000 224.000000
144.000000 560.000000 224.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
176.000000 192.000000 208.000000
176.000000 192.000000 192.000000
176.000000 560.000000 192.000000
176.000000 560.000000 208.000000
160.000000 560.000000 192.000000
160.000000 192.000000 192.000000
160.000000 192.000000 208.000000
160.000000 560.000000 208.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
144.000000 192.000000 240.000000
144.000000 192.000000 224.000000
144.000000 560.000000 224.000000
144.000000 560.000000 240.000000
128.000000 560.000000 224.000000
128.000000 192.000000 224.000000
128.000000 192.000000 240.000000
128.000000 560.000000 240.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
128.000000 192.000000 256.000000
128.000000 192.000000 240.000000
128.000000 560.000000 240.000000
128.000000 560.000000 256.000000
112.000000 560.000000 240.000000
112.000000 192.000000 240.000000
112.000000 192.000000 256.000000
112.000000 560.000000 256.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
112.000000 192.000000 272.000000
112.000000 192.000000 256.000000
112.000000 560.000000 256.000000
112.000000 560.000000 272.000000
96.000000 560.000000 256.000000
96.000000 192.000000 256.000000
96.000000 192.000000 272.000000
96.000000 560.000000 272.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
96.000000 192.000000 288.000000
96.000000 192.000000 272.000000
96.000000 560.000000 272.000000
96.000000 560.000000 288.000000
80.000000 560.000000 272.000000
80.000000 192.000000 272.000000
80.000000 192.000000 288.000000
80.000000 560.000000 288.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
80.000000 192.000000 304.000000
80.000000 192.000000 288.000000
80.000000 560.000000 288.000000
80.000000 560.000000 304.000000
64.000000 560.000000 288.000000
64.000000 192.000000 288.000000
64.000000 192.000000 304.000000
64.000000 560.000000 304.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-128.000000 192.000000 304.000000
-128.000000 192.000000 288.000000
-128.000000 560.000000 288.000000
-128.000000 560.000000 304.000000
-144.000000 560.000000 288.000000
-144.000000 192.000000 288.000000
-144.000000 192.000000 304.000000
-144.000000 560.000000 304.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-144.000000 192.000000 288.000000
-144.000000 192.000000 272.000000
-144.000000 560.000000 272.000000
-144.000000 560.000000 288.000000
-160.000000 560.000000 272.000000
-160.000000 192.000000 272.000000
-160.000000 192.000000 288.000000
-160.000000 560.000000 288.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-160.000000 192.000000 272.000000
-160.000000 192.000000 256.000000
-160.000000 560.000000 256.000000
-160.000000 560.000000 272.000000
-176.000000 560.000000 256.000000
-176.000000 192.000000 256.000000
-176.000000 192.000000 272.000000
-176.000000 560.000000 272.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-176.000000 192.000000 256.000000
-176.000000 192.000000 240.000000
-176.000000 560.000000 240.000000
-176.000000 560.000000 256.000000
-192.000000 560.000000 240.000000
-192.000000 192.000000 240.000000
-192.000000 192.000000 256.000000
-192.000000 560.000000 256.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-192.000000 192.000000 240.000000
-192.000000 192.000000 224.000000
-192.000000 560.000000 224.000000
-192.000000 560.000000 240.000000
-208.000000 560.000000 224.000000
-208.000000 192.000000 224.000000
-208.000000 192.000000 240.000000
-208.000000 560.000000 240.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-208.000000 192.000000 224.000000
-208.000000 192.000000 208.000000
-208.000000 560.000000 208.000000
-208.000000 560.000000 224.000000
-224.000000 560.000000 208.000000
-224.000000 192.000000 208.000000
-224.000000 192.000000 224.000000
-224.000000 560.000000 224.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-128.000000 192.000000 304.000000
-128.000000 192.000000 320.000000
-128.000000 560.000000 320.000000
-128.000000 560.000000 304.000000
64.000000 560.000000 320.000000
64.000000 192.000000 320.000000
64.000000 192.000000 304.000000
64.000000 560.000000 304.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
176.000000 192.000000 -0.000000
176.000000 192.000000 192.000000
176.000000 560.000000 192.000000
176.000000 560.000000 0.000000
192.000000 560.000000 192.000000
192.000000 192.000000 192.000000
192.000000 192.000000 0.000000
192.000000 560.000000 -0.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-128.000000 192.000000 -128.000000
-128.000000 192.000000 -112.000000
-128.000000 560.000000 -112.000000
-128.000000 560.000000 -128.000000
64.000000 560.000000 -112.000000
64.000000 192.000000 -112.000000
64.000000 192.000000 -128.000000
64.000000 560.000000 -128.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
144.000000 192.000000 -64.000000
144.000000 192.000000 -80.000000
144.000000 544.000000 -80.000000
144.000000 544.000000 -64.000000
128.000000 544.000000 -80.000000
128.000000 192.000000 -80.000000
128.000000 192.000000 -64.000000
128.000000 544.000000 -64.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
208.000000 192.000000 -0.000000
208.000000 192.000000 -16.000000
208.000000 544.000000 -16.000000
208.000000 544.000000 0.000000
192.000000 544.000000 -16.000000
192.000000 192.000000 -16.000000
192.000000 192.000000 0.000000
192.000000 544.000000 -0.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
192.000000 192.000000 -16.000000
192.000000 192.000000 -32.000000
192.000000 544.000000 -32.000000
192.000000 544.000000 -16.000000
176.000000 544.000000 -32.000000
176.000000 192.000000 -32.000000
176.000000 192.000000 -16.000000
176.000000 544.000000 -16.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
128.000000 192.000000 -80.000000
128.000000 192.000000 -96.000000
128.000000 544.000000 -96.000000
128.000000 544.000000 -80.000000
112.000000 544.000000 -96.000000
112.000000 192.000000 -96.000000
112.000000 192.000000 -80.000000
112.000000 544.000000 -80.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-224.000000 192.000000 -0.000000
-224.000000 192.000000 -16.000000
-224.000000 560.000000 -16.000000
-224.000000 560.000000 0.000000
-240.000000 560.000000 -16.000000
-240.000000 192.000000 -16.000000
-240.000000 192.000000 0.000000
-240.000000 560.000000 -0.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-224.000000 192.000000 208.000000
-224.000000 192.000000 192.000000
-224.000000 560.000000 192.000000
-224.000000 560.000000 208.000000
-240.000000 560.000000 192.000000
-240.000000 192.000000 192.000000
-240.000000 192.000000 208.000000
-240.000000 560.000000 208.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 internal/editor/textures/editor_clip
entity
type PlayerSpawn
Vector3 position 32.000000 220.000000 16.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -96.000000 220.000000 96.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position -112.000000 216.000000 16.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position 32.000000 216.000000 176.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -112.000000 216.000000 176.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position 176.000000 216.000000 336.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 216.000000 336.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 216.000000 -128.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position 176.000000 216.000000 -128.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 216.000000 96.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -48.000000 216.000000 400.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position 240.000000 216.000000 96.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -32.000000 216.000000 -192.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position 80.000000 216.000000 96.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -176.000000 216.000000 96.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -32.000000 224.000000 -40.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
entity
type PlayerSpawn
Vector3 position -48.000000 216.000000 224.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
|
4b088e5d7827c97bf5deaf364f59077fdeb56abf | 62e6605ab494919b6833bf1a1b158bcb6f9b79df | /armax1.sci | f6aba6af5fa4dd9bf5f4327e0de8d1b132323222 | [] | no_license | mani1250/system-identification | c597c26d10bb5dd62b1b4db650b3945afc336e37 | 5db0536c792dfaa4a8f01561315263503ff34d3d | refs/heads/master | 2021-01-12T06:56:00.703593 | 2017-03-07T12:18:15 | 2017-03-07T12:18:15 | 76,865,655 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 23,444 | sci | armax1.sci | // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
// Copyright (C) INRIA
// Copyright (C) ENPC - J-Ph. Chancelier
//
// Copyright (C) 2012 - 2016 - Scilab Enterprises
//
// This file is hereby licensed under the terms of the GNU GPL v2.0,
// pursuant to article 5.3.4 of the CeCILL v.2.1.
// This file was originally licensed under the terms of the CeCILL v2.1,
// and continues to be available under such terms.
// For more information, see the COPYING file which you should have received
// along with this program.
function [arc,resid]=armax1(r,s,q,y,u,b0f)
// [arc, resid] = armax1(r, s, q, y, u, [b0f])
//
// Compute the coefficient of monodimensional ARMAX
// A(z^-1)y= B(z^-1)u + D(z^-1)sig*e(t)
// e(t) is a white noise of variance 1
// A(z)= 1+a1*z+...+a_r*z^r; ( r=0 => A(z)=1)
// B(z)= b0+b1*z+...+b_s z^s ( s=-1 => B(z)=0)
// D(z)= 1+d1*z+...+d_q*z^q ( q=0 => D(z)=1)
//
// Intput:
// y: output process
// u: input process
// r, s and q: auto-regression orders r >= 0, s >= 1 and moving average q.
// b0f is a optional parameter. By default, b0f is 0 and it means that
// this parameter must be identified. If b0f is 1, then b0f is supposed
// to be zero and is not identified.
//
// Output:
// arc is the tlist with fields
// a is the vector [1,a1,...,a_r]
// b is the vector [b0, ..., b_s]
// d is the vector [1, d1, ..., d_q]
// sig is the estimated standard deviation
// resid = [sig*echap(1), ..., ]
//
// Method:
// Cfre : Eykhoff (trends and progress in system identification) page 91
// Introducing
// z(t)=[y(t-1),..,y(t-r),u(t),...,u(t-s),e(t-1),...,e(t-q)] and
// coef= [-a1,..,-ar,b0,...,b_s,d1,...,d_q]', we obtain
// y(t)= coef'* z(t) + sig*e(t).
// We use the sequential version of the AR estimation where e(t-i) is
// replaced by its estimated (Method RLLS).
// If q=0, it is a sequential version of the least squares algorithm given
// in armax function
[lhs,rhs]=argn(0)
if rhs<=5,b0f=0;end
if s==-1,b0f=0;end // Seems not natural, but makes things work
u=matrix(u,1,-1);y=matrix(y,1,-1); //make u and y row vectors
[n1,n2]=size(y)
if size(y,"*")<>size(u,"*") then
error(msprintf(gettext("%s: Incompatible input arguments #%d and #%d: Same numbers of elements expected.\n"),..
"armax1",4,5));
end
//
t0=max(max(r,s+1),1)+1;
if r<>0;XTM1=y((t0-1):-1:(t0-r));else XTM1=[];end
if s<>-1;UTM1=u(t0-b0f:-1:(t0-s));else UTM1=[];end
if q<>0;ETM1=0*ones(1,q);else ETM1=[];end
npar=r+s+1-b0f+q
CTM1=0*ones(npar,1);
ZTM1=[XTM1,UTM1,ETM1]';
PTM1=10.0*eye(npar,npar);
for t=t0+1:n2,
if r<>0;XT=[ y(t-1), XTM1(1:(r-1))];else XT=[];end
if s<>-1;UT=[ u(t-b0f), UTM1(1:(s-b0f))];else UT=[];end
eeTM1=y(t-1)- CTM1'*ZTM1;
if q<>0;ET=[ eeTM1, ETM1(1:(q-1))];else ET=[];end
ZT=[XT,UT,ET]';
//
KT=PTM1*ZT*(1/(1+ ZT'*PTM1*ZT))
CT=CTM1+KT*(y(t)-ZT'*CTM1)
PT=PTM1-KT*ZT'*PTM1
XTM1=XT;UTM1=UT;CTM1=CT;ETM1=ET;ZTM1=ZT;PTM1=PT;
end
// The coefficient a, b and d are extracted
//
if r<>0;a=[1;-CT(1:r)]';else a=1;end
if s<>-1;
if b0f==1,b=[0;CT(r+1:(r+s+1-b0f))]';else
b=[CT(r+1:(r+s+1-b0f))]';end
if q<>0;d=[1;CT(r+s+2-b0f:(r+s+q+1-b0f))]';else d=[1];end
else
b=0;
if q<>0;d=[1;CT(r+s+1-b0f:(r+s+q-b0f))]';else d=[1];end
end
// Simulation to get the prediction error
//
[sig,resid]=epred(r,s,q,CTM1,y,u,b0f);
arc=armac(a,b,d,1,1,sig);
// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
// Copyright (C) INRIA
// Copyright (C) ENPC - J-Ph. Chancelier
//
// Copyright (C) 2012 - 2016 - Scilab Enterprises
//
// This file is hereby licensed under the terms of the GNU GPL v2.0,
// pursuant to article 5.3.4 of the CeCILL v.2.1.
// This file was originally licensed under the terms of the CeCILL v2.1,
// and continues to be available under such terms.
// For more information, see the COPYING file which you should have received
// along with this program.
function [arc,resid]=armax1(r,s,q,y,u,b0f)
// [arc, resid] = armax1(r, s, q, y, u, [b0f])
//
// Compute the coefficient of monodimensional ARMAX
// A(z^-1)y= B(z^-1)u + D(z^-1)sig*e(t)
// e(t) is a white noise of variance 1
// A(z)= 1+a1*z+...+a_r*z^r; ( r=0 => A(z)=1)
// B(z)= b0+b1*z+...+b_s z^s ( s=-1 => B(z)=0)
// D(z)= 1+d1*z+...+d_q*z^q ( q=0 => D(z)=1)
//
// Intput:
// y: output process
// u: input process
// r, s and q: auto-regression orders r >= 0, s >= 1 and moving average q.
// b0f is a optional parameter. By default, b0f is 0 and it means that
// this parameter must be identified. If b0f is 1, then b0f is supposed
// to be zero and is not identified.
//
// Output:
// arc is the tlist with fields
// a is the vector [1,a1,...,a_r]
// b is the vector [b0, ..., b_s]
// d is the vector [1, d1, ..., d_q]
// sig is the estimated standard deviation
// resid = [sig*echap(1), ..., ]
//
// Method:
// Cfre : Eykhoff (trends and progress in system identification) page 91
// Introducing
// z(t)=[y(t-1),..,y(t-r),u(t),...,u(t-s),e(t-1),...,e(t-q)] and
// coef= [-a1,..,-ar,b0,...,b_s,d1,...,d_q]', we obtain
// y(t)= coef'* z(t) + sig*e(t).
// We use the sequential version of the AR estimation where e(t-i) is
// replaced by its estimated (Method RLLS).
// If q=0, it is a sequential version of the least squares algorithm given
// in armax function
[lhs,rhs]=argn(0)
if rhs<=5,b0f=0;end
if s==-1,b0f=0;end // Seems not natural, but makes things work
u=matrix(u,1,-1);y=matrix(y,1,-1); //make u and y row vectors
[n1,n2]=size(y)
if size(y,"*")<>size(u,"*") then
error(msprintf(gettext("%s: Incompatible input arguments #%d and #%d: Same numbers of elements expected.\n"),..
"armax1",4,5));
end
//
t0=max(max(r,s+1),1)+1;
if r<>0;XTM1=y((t0-1):-1:(t0-r));else XTM1=[];end
if s<>-1;UTM1=u(t0-b0f:-1:(t0-s));else UTM1=[];end
if q<>0;ETM1=0*ones(1,q);else ETM1=[];end
npar=r+s+1-b0f+q
CTM1=0*ones(npar,1);
ZTM1=[XTM1,UTM1,ETM1]';
PTM1=10.0*eye(npar,npar);
for t=t0+1:n2,
if r<>0;XT=[ y(t-1), XTM1(1:(r-1))];else XT=[];end
if s<>-1;UT=[ u(t-b0f), UTM1(1:(s-b0f))];else UT=[];end
eeTM1=y(t-1)- CTM1'*ZTM1;
if q<>0;ET=[ eeTM1, ETM1(1:(q-1))];else ET=[];end
ZT=[XT,UT,ET]';
//
KT=PTM1*ZT*(1/(1+ ZT'*PTM1*ZT))
CT=CTM1+KT*(y(t)-ZT'*CTM1)
PT=PTM1-KT*ZT'*PTM1
XTM1=XT;UTM1=UT;CTM1=CT;ETM1=ET;ZTM1=ZT;PTM1=PT;
end
// The coefficient a, b and d are extracted
//
if r<>0;a=[1;-CT(1:r)]';else a=1;end
if s<>-1;
if b0f==1,b=[0;CT(r+1:(r+s+1-b0f))]';else
b=[CT(r+1:(r+s+1-b0f))]';end
if q<>0;d=[1;CT(r+s+2-b0f:(r+s+q+1-b0f))]';else d=[1];end
else
b=0;
if q<>0;d=[1;CT(r+s+1-b0f:(r+s+q-b0f))]';else d=[1];end
end
// Simulation to get the prediction error
//
[sig,resid]=epred(r,s,q,CTM1,y,u,b0f);
arc=armac(a,b,d,1,1,sig);
endfunction// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
// Copyright (C) INRIA
// Copyright (C) ENPC - J-Ph. Chancelier
//
// Copyright (C) 2012 - 2016 - Scilab Enterprises
//
// This file is hereby licensed under the terms of the GNU GPL v2.0,
// pursuant to article 5.3.4 of the CeCILL v.2.1.
// This file was originally licensed under the terms of the CeCILL v2.1,
// and continues to be available under such terms.
// For more information, see the COPYING file which you should have received
// along with this program.
function [arc,resid]=armax1(r,s,q,y,u,b0f)
// [arc, resid] = armax1(r, s, q, y, u, [b0f])
//
// Compute the coefficient of monodimensional ARMAX
// A(z^-1)y= B(z^-1)u + D(z^-1)sig*e(t)
// e(t) is a white noise of variance 1
// A(z)= 1+a1*z+...+a_r*z^r; ( r=0 => A(z)=1)
// B(z)= b0+b1*z+...+b_s z^s ( s=-1 => B(z)=0)
// D(z)= 1+d1*z+...+d_q*z^q ( q=0 => D(z)=1)
//
// Intput:
// y: output process
// u: input process
// r, s and q: auto-regression orders r >= 0, s >= 1 and moving average q.
// b0f is a optional parameter. By default, b0f is 0 and it means that
// this parameter must be identified. If b0f is 1, then b0f is supposed
// to be zero and is not identified.
//
// Output:
// arc is the tlist with fields
// a is the vector [1,a1,...,a_r]
// b is the vector [b0, ..., b_s]
// d is the vector [1, d1, ..., d_q]
// sig is the estimated standard deviation
// resid = [sig*echap(1), ..., ]
//
// Method:
// Cfre : Eykhoff (trends and progress in system identification) page 91
// Introducing
// z(t)=[y(t-1),..,y(t-r),u(t),...,u(t-s),e(t-1),...,e(t-q)] and
// coef= [-a1,..,-ar,b0,...,b_s,d1,...,d_q]', we obtain
// y(t)= coef'* z(t) + sig*e(t).
// We use the sequential version of the AR estimation where e(t-i) is
// replaced by its estimated (Method RLLS).
// If q=0, it is a sequential version of the least squares algorithm given
// in armax function
[lhs,rhs]=argn(0)
if rhs<=5,b0f=0;end
if s==-1,b0f=0;end // Seems not natural, but makes things work
u=matrix(u,1,-1);y=matrix(y,1,-1); //make u and y row vectors
[n1,n2]=size(y)
if size(y,"*")<>size(u,"*") then
error(msprintf(gettext("%s: Incompatible input arguments #%d and #%d: Same numbers of elements expected.\n"),..
"armax1",4,5));
end
//
t0=max(max(r,s+1),1)+1;
if r<>0;XTM1=y((t0-1):-1:(t0-r));else XTM1=[];end
if s<>-1;UTM1=u(t0-b0f:-1:(t0-s));else UTM1=[];end
if q<>0;ETM1=0*ones(1,q);else ETM1=[];end
npar=r+s+1-b0f+q
CTM1=0*ones(npar,1);
ZTM1=[XTM1,UTM1,ETM1]';
PTM1=10.0*eye(npar,npar);
for t=t0+1:n2,
if r<>0;XT=[ y(t-1), XTM1(1:(r-1))];else XT=[];end
if s<>-1;UT=[ u(t-b0f), UTM1(1:(s-b0f))];else UT=[];end
eeTM1=y(t-1)- CTM1'*ZTM1;
if q<>0;ET=[ eeTM1, ETM1(1:(q-1))];else ET=[];end
ZT=[XT,UT,ET]';
//
KT=PTM1*ZT*(1/(1+ ZT'*PTM1*ZT))
CT=CTM1+KT*(y(t)-ZT'*CTM1)
PT=PTM1-KT*ZT'*PTM1
XTM1=XT;UTM1=UT;CTM1=CT;ETM1=ET;ZTM1=ZT;PTM1=PT;
end
// The coefficient a, b and d are extracted
//
if r<>0;a=[1;-CT(1:r)]';else a=1;end
if s<>-1;
if b0f==1,b=[0;CT(r+1:(r+s+1-b0f))]';else
b=[CT(r+1:(r+s+1-b0f))]';end
if q<>0;d=[1;CT(r+s+2-b0f:(r+s+q+1-b0f))]';else d=[1];end
else
b=0;
if q<>0;d=[1;CT(r+s+1-b0f:(r+s+q-b0f))]';else d=[1];end
end
// Simulation to get the prediction error
//
[sig,resid]=epred(r,s,q,CTM1,y,u,b0f);
arc=armac(a,b,d,1,1,sig);
endfunction// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
// Copyright (C) INRIA
// Copyright (C) ENPC - J-Ph. Chancelier
//
// Copyright (C) 2012 - 2016 - Scilab Enterprises
//
// This file is hereby licensed under the terms of the GNU GPL v2.0,
// pursuant to article 5.3.4 of the CeCILL v.2.1.
// This file was originally licensed under the terms of the CeCILL v2.1,
// and continues to be available under such terms.
// For more information, see the COPYING file which you should have received
// along with this program.
function [arc,resid]=armax1(r,s,q,y,u,b0f)
// [arc, resid] = armax1(r, s, q, y, u, [b0f])
//
// Compute the coefficient of monodimensional ARMAX
// A(z^-1)y= B(z^-1)u + D(z^-1)sig*e(t)
// e(t) is a white noise of variance 1
// A(z)= 1+a1*z+...+a_r*z^r; ( r=0 => A(z)=1)
// B(z)= b0+b1*z+...+b_s z^s ( s=-1 => B(z)=0)
// D(z)= 1+d1*z+...+d_q*z^q ( q=0 => D(z)=1)
//
// Intput:
// y: output process
// u: input process
// r, s and q: auto-regression orders r >= 0, s >= 1 and moving average q.
// b0f is a optional parameter. By default, b0f is 0 and it means that
// this parameter must be identified. If b0f is 1, then b0f is supposed
// to be zero and is not identified.
//
// Output:
// arc is the tlist with fields
// a is the vector [1,a1,...,a_r]
// b is the vector [b0, ..., b_s]
// d is the vector [1, d1, ..., d_q]
// sig is the estimated standard deviation
// resid = [sig*echap(1), ..., ]
//
// Method:
// Cfre : Eykhoff (trends and progress in system identification) page 91
// Introducing
// z(t)=[y(t-1),..,y(t-r),u(t),...,u(t-s),e(t-1),...,e(t-q)] and
// coef= [-a1,..,-ar,b0,...,b_s,d1,...,d_q]', we obtain
// y(t)= coef'* z(t) + sig*e(t).
// We use the sequential version of the AR estimation where e(t-i) is
// replaced by its estimated (Method RLLS).
// If q=0, it is a sequential version of the least squares algorithm given
// in armax function
[lhs,rhs]=argn(0)
if rhs<=5,b0f=0;end
if s==-1,b0f=0;end // Seems not natural, but makes things work
u=matrix(u,1,-1);y=matrix(y,1,-1); //make u and y row vectors
[n1,n2]=size(y)
if size(y,"*")<>size(u,"*") then
error(msprintf(gettext("%s: Incompatible input arguments #%d and #%d: Same numbers of elements expected.\n"),..
"armax1",4,5));
end
//
t0=max(max(r,s+1),1)+1;
if r<>0;XTM1=y((t0-1):-1:(t0-r));else XTM1=[];end
if s<>-1;UTM1=u(t0-b0f:-1:(t0-s));else UTM1=[];end
if q<>0;ETM1=0*ones(1,q);else ETM1=[];end
npar=r+s+1-b0f+q
CTM1=0*ones(npar,1);
ZTM1=[XTM1,UTM1,ETM1]';
PTM1=10.0*eye(npar,npar);
for t=t0+1:n2,
if r<>0;XT=[ y(t-1), XTM1(1:(r-1))];else XT=[];end
if s<>-1;UT=[ u(t-b0f), UTM1(1:(s-b0f))];else UT=[];end
eeTM1=y(t-1)- CTM1'*ZTM1;
if q<>0;ET=[ eeTM1, ETM1(1:(q-1))];else ET=[];end
ZT=[XT,UT,ET]';
//
KT=PTM1*ZT*(1/(1+ ZT'*PTM1*ZT))
CT=CTM1+KT*(y(t)-ZT'*CTM1)
PT=PTM1-KT*ZT'*PTM1
XTM1=XT;UTM1=UT;CTM1=CT;ETM1=ET;ZTM1=ZT;PTM1=PT;
end
// The coefficient a, b and d are extracted
//
if r<>0;a=[1;-CT(1:r)]';else a=1;end
if s<>-1;
if b0f==1,b=[0;CT(r+1:(r+s+1-b0f))]';else
b=[CT(r+1:(r+s+1-b0f))]';end
if q<>0;d=[1;CT(r+s+2-b0f:(r+s+q+1-b0f))]';else d=[1];end
else
b=0;
if q<>0;d=[1;CT(r+s+1-b0f:(r+s+q-b0f))]';else d=[1];end
end
// Simulation to get the prediction error
//
[sig,resid]=epred(r,s,q,CTM1,y,u,b0f);
arc=armac(a,b,d,1,1,sig);
endfunction// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
// Copyright (C) INRIA
// Copyright (C) ENPC - J-Ph. Chancelier
//
// Copyright (C) 2012 - 2016 - Scilab Enterprises
//
// This file is hereby licensed under the terms of the GNU GPL v2.0,
// pursuant to article 5.3.4 of the CeCILL v.2.1.
// This file was originally licensed under the terms of the CeCILL v2.1,
// and continues to be available under such terms.
// For more information, see the COPYING file which you should have received
// along with this program.
function [arc,resid]=armax1(r,s,q,y,u,b0f)
// [arc, resid] = armax1(r, s, q, y, u, [b0f])
//
// Compute the coefficient of monodimensional ARMAX
// A(z^-1)y= B(z^-1)u + D(z^-1)sig*e(t)
// e(t) is a white noise of variance 1
// A(z)= 1+a1*z+...+a_r*z^r; ( r=0 => A(z)=1)
// B(z)= b0+b1*z+...+b_s z^s ( s=-1 => B(z)=0)
// D(z)= 1+d1*z+...+d_q*z^q ( q=0 => D(z)=1)
//
// Intput:
// y: output process
// u: input process
// r, s and q: auto-regression orders r >= 0, s >= 1 and moving average q.
// b0f is a optional parameter. By default, b0f is 0 and it means that
// this parameter must be identified. If b0f is 1, then b0f is supposed
// to be zero and is not identified.
//
// Output:
// arc is the tlist with fields
// a is the vector [1,a1,...,a_r]
// b is the vector [b0, ..., b_s]
// d is the vector [1, d1, ..., d_q]
// sig is the estimated standard deviation
// resid = [sig*echap(1), ..., ]
//
// Method:
// Cfre : Eykhoff (trends and progress in system identification) page 91
// Introducing
// z(t)=[y(t-1),..,y(t-r),u(t),...,u(t-s),e(t-1),...,e(t-q)] and
// coef= [-a1,..,-ar,b0,...,b_s,d1,...,d_q]', we obtain
// y(t)= coef'* z(t) + sig*e(t).
// We use the sequential version of the AR estimation where e(t-i) is
// replaced by its estimated (Method RLLS).
// If q=0, it is a sequential version of the least squares algorithm given
// in armax function
[lhs,rhs]=argn(0)
if rhs<=5,b0f=0;end
if s==-1,b0f=0;end // Seems not natural, but makes things work
u=matrix(u,1,-1);y=matrix(y,1,-1); //make u and y row vectors
[n1,n2]=size(y)
if size(y,"*")<>size(u,"*") then
error(msprintf(gettext("%s: Incompatible input arguments #%d and #%d: Same numbers of elements expected.\n"),..
"armax1",4,5));
end
//
t0=max(max(r,s+1),1)+1;
if r<>0;XTM1=y((t0-1):-1:(t0-r));else XTM1=[];end
if s<>-1;UTM1=u(t0-b0f:-1:(t0-s));else UTM1=[];end
if q<>0;ETM1=0*ones(1,q);else ETM1=[];end
npar=r+s+1-b0f+q
CTM1=0*ones(npar,1);
ZTM1=[XTM1,UTM1,ETM1]';
PTM1=10.0*eye(npar,npar);
for t=t0+1:n2,
if r<>0;XT=[ y(t-1), XTM1(1:(r-1))];else XT=[];end
if s<>-1;UT=[ u(t-b0f), UTM1(1:(s-b0f))];else UT=[];end
eeTM1=y(t-1)- CTM1'*ZTM1;
if q<>0;ET=[ eeTM1, ETM1(1:(q-1))];else ET=[];end
ZT=[XT,UT,ET]';
//
KT=PTM1*ZT*(1/(1+ ZT'*PTM1*ZT))
CT=CTM1+KT*(y(t)-ZT'*CTM1)
PT=PTM1-KT*ZT'*PTM1
XTM1=XT;UTM1=UT;CTM1=CT;ETM1=ET;ZTM1=ZT;PTM1=PT;
end
// The coefficient a, b and d are extracted
//
if r<>0;a=[1;-CT(1:r)]';else a=1;end
if s<>-1;
if b0f==1,b=[0;CT(r+1:(r+s+1-b0f))]';else
b=[CT(r+1:(r+s+1-b0f))]';end
if q<>0;d=[1;CT(r+s+2-b0f:(r+s+q+1-b0f))]';else d=[1];end
else
b=0;
if q<>0;d=[1;CT(r+s+1-b0f:(r+s+q-b0f))]';else d=[1];end
end
// Simulation to get the prediction error
//
[sig,resid]=epred(r,s,q,CTM1,y,u,b0f);
arc=armac(a,b,d,1,1,sig);
endfunction// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
// Copyright (C) INRIA
// Copyright (C) ENPC - J-Ph. Chancelier
//
// Copyright (C) 2012 - 2016 - Scilab Enterprises
//
// This file is hereby licensed under the terms of the GNU GPL v2.0,
// pursuant to article 5.3.4 of the CeCILL v.2.1.
// This file was originally licensed under the terms of the CeCILL v2.1,
// and continues to be available under such terms.
// For more information, see the COPYING file which you should have received
// along with this program.
function [arc,resid]=armax1(r,s,q,y,u,b0f)
// [arc, resid] = armax1(r, s, q, y, u, [b0f])
//
// Compute the coefficient of monodimensional ARMAX
// A(z^-1)y= B(z^-1)u + D(z^-1)sig*e(t)
// e(t) is a white noise of variance 1
// A(z)= 1+a1*z+...+a_r*z^r; ( r=0 => A(z)=1)
// B(z)= b0+b1*z+...+b_s z^s ( s=-1 => B(z)=0)
// D(z)= 1+d1*z+...+d_q*z^q ( q=0 => D(z)=1)
//
// Intput:
// y: output process
// u: input process
// r, s and q: auto-regression orders r >= 0, s >= 1 and moving average q.
// b0f is a optional parameter. By default, b0f is 0 and it means that
// this parameter must be identified. If b0f is 1, then b0f is supposed
// to be zero and is not identified.
//
// Output:
// arc is the tlist with fields
// a is the vector [1,a1,...,a_r]
// b is the vector [b0, ..., b_s]
// d is the vector [1, d1, ..., d_q]
// sig is the estimated standard deviation
// resid = [sig*echap(1), ..., ]
//
// Method:
// Cfre : Eykhoff (trends and progress in system identification) page 91
// Introducing
// z(t)=[y(t-1),..,y(t-r),u(t),...,u(t-s),e(t-1),...,e(t-q)] and
// coef= [-a1,..,-ar,b0,...,b_s,d1,...,d_q]', we obtain
// y(t)= coef'* z(t) + sig*e(t).
// We use the sequential version of the AR estimation where e(t-i) is
// replaced by its estimated (Method RLLS).
// If q=0, it is a sequential version of the least squares algorithm given
// in armax function
[lhs,rhs]=argn(0)
if rhs<=5,b0f=0;end
if s==-1,b0f=0;end // Seems not natural, but makes things work
u=matrix(u,1,-1);y=matrix(y,1,-1); //make u and y row vectors
[n1,n2]=size(y)
if size(y,"*")<>size(u,"*") then
error(msprintf(gettext("%s: Incompatible input arguments #%d and #%d: Same numbers of elements expected.\n"),..
"armax1",4,5));
end
//
t0=max(max(r,s+1),1)+1;
if r<>0;XTM1=y((t0-1):-1:(t0-r));else XTM1=[];end
if s<>-1;UTM1=u(t0-b0f:-1:(t0-s));else UTM1=[];end
if q<>0;ETM1=0*ones(1,q);else ETM1=[];end
npar=r+s+1-b0f+q
CTM1=0*ones(npar,1);
ZTM1=[XTM1,UTM1,ETM1]';
PTM1=10.0*eye(npar,npar);
for t=t0+1:n2,
if r<>0;XT=[ y(t-1), XTM1(1:(r-1))];else XT=[];end
if s<>-1;UT=[ u(t-b0f), UTM1(1:(s-b0f))];else UT=[];end
eeTM1=y(t-1)- CTM1'*ZTM1;
if q<>0;ET=[ eeTM1, ETM1(1:(q-1))];else ET=[];end
ZT=[XT,UT,ET]';
//
KT=PTM1*ZT*(1/(1+ ZT'*PTM1*ZT))
CT=CTM1+KT*(y(t)-ZT'*CTM1)
PT=PTM1-KT*ZT'*PTM1
XTM1=XT;UTM1=UT;CTM1=CT;ETM1=ET;ZTM1=ZT;PTM1=PT;
end
// The coefficient a, b and d are extracted
//
if r<>0;a=[1;-CT(1:r)]';else a=1;end
if s<>-1;
if b0f==1,b=[0;CT(r+1:(r+s+1-b0f))]';else
b=[CT(r+1:(r+s+1-b0f))]';end
if q<>0;d=[1;CT(r+s+2-b0f:(r+s+q+1-b0f))]';else d=[1];end
else
b=0;
if q<>0;d=[1;CT(r+s+1-b0f:(r+s+q-b0f))]';else d=[1];end
end
// Simulation to get the prediction error
//
[sig,resid]=epred(r,s,q,CTM1,y,u,b0f);
arc=armac(a,b,d,1,1,sig);
endfunction
endfunction
|
caba0c1f14f55de4cd5827d94692f2c034201b57 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/HE17PXC/ATWM1_Working_Memory_MEG_HE17PXC_Session2/ATWM1_Working_Memory_MEG_Nonsalient_Uncued_Run2.sce | 8eb7674875049b62fe7223d51bd1424a5ee5eaa9 | [] | 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,617 | sce | ATWM1_Working_Memory_MEG_Nonsalient_Uncued_Run2.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_cued_run2";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monitor_sounds = false;
active_buttons = 2;
response_matching = simple_matching;
button_codes = 10, 20;
default_font_size = 36;
default_font = "Arial";
default_background_color = 0 ,0 ,0 ;
write_codes=true; # for MEG only
begin;
#Picture definitions
box { height = 382; width = 382; color = 0, 0, 0;} frame1;
box { height = 369; width = 369; color = 255, 255, 255;} frame2;
box { height = 30; width = 4; color = 0, 0, 0;} fix1;
box { height = 4; width = 30; color = 0, 0, 0;} fix2;
box { height = 30; width = 4; color = 255, 0, 0;} fix3;
box { height = 4; width = 30; color = 255, 0, 0;} fix4;
box { height = 369; width = 369; color = 42, 42, 42;} background;
TEMPLATE "StimuliDeclaration.tem" {};
trial {
sound sound_incorrect;
time = 0;
duration = 1;
} wrong;
trial {
sound sound_correct;
time = 0;
duration = 1;
} right;
trial {
sound sound_no_response;
time = 0;
duration = 1;
} miss;
# Start of experiment (MEG only) - sync with CTF software
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
} expStart;
time = 0;
duration = 1000;
code = "ExpStart";
port_code = 80;
};
# baselinePre (at the beginning of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
}default;
time = 0;
duration = 10000;
#mri_pulse = 1;
code = "BaselinePre";
port_code = 91;
};
TEMPLATE "ATWM1_Working_Memory_MEG.tem" {
trigger_encoding trigger_retrieval cue_time preparation_time encoding_time single_stimulus_presentation_time delay_time retrieval_time intertrial_interval alerting_cross stim_enc1 stim_enc2 stim_enc3 stim_enc4 stim_enc_alt1 stim_enc_alt2 stim_enc_alt3 stim_enc_alt4 trial_code stim_retr1 stim_retr2 stim_retr3 stim_retr4 stim_cue1 stim_cue2 stim_cue3 stim_cue4 fixationcross_cued retr_code the_target_button posX1 posY1 posX2 posY2 posX3 posY3 posX4 posY4;
44 62 292 292 399 125 2192 2992 1992 fixation_cross gabor_141 gabor_069 gabor_158 gabor_086 gabor_141 gabor_069_alt gabor_158_alt gabor_086 "2_1_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2000_gabor_patch_orientation_141_069_158_086_target_position_1_4_retrieval_position_1" gabor_141_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_1_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_141_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1842 2992 2542 fixation_cross gabor_120 gabor_081 gabor_040 gabor_096 gabor_120 gabor_081_alt gabor_040_alt gabor_096 "2_2_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2550_gabor_patch_orientation_120_081_040_096_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_096_framed blank blank blank blank fixation_cross_white "2_2_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_096_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2042 2992 2592 fixation_cross gabor_167 gabor_002 gabor_049 gabor_083 gabor_167_alt gabor_002 gabor_049 gabor_083_alt "2_3_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2600_gabor_patch_orientation_167_002_049_083_target_position_2_3_retrieval_position_2" gabor_circ gabor_138_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_3_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_138_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 2042 2992 2442 fixation_cross gabor_003 gabor_130 gabor_164 gabor_058 gabor_003_alt gabor_130 gabor_164_alt gabor_058 "2_4_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2450_gabor_patch_orientation_003_130_164_058_target_position_2_4_retrieval_position_2" gabor_circ gabor_130_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_4_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_130_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1792 2992 2142 fixation_cross gabor_153 gabor_072 gabor_012 gabor_045 gabor_153 gabor_072 gabor_012_alt gabor_045_alt "2_5_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2150_gabor_patch_orientation_153_072_012_045_target_position_1_2_retrieval_position_2" gabor_circ gabor_119_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_5_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_119_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 64 292 292 399 125 1992 2992 2042 fixation_cross gabor_148 gabor_130 gabor_010 gabor_085 gabor_148 gabor_130 gabor_010_alt gabor_085_alt "2_6_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_2000_3000_2050_gabor_patch_orientation_148_130_010_085_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_010_framed gabor_circ blank blank blank blank fixation_cross_white "2_6_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_010_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1892 2992 2492 fixation_cross gabor_070 gabor_134 gabor_001 gabor_111 gabor_070_alt gabor_134 gabor_001_alt gabor_111 "2_7_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2500_gabor_patch_orientation_070_134_001_111_target_position_2_4_retrieval_position_2" gabor_circ gabor_134_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_7_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_134_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1742 2992 2592 fixation_cross gabor_049 gabor_070 gabor_027 gabor_177 gabor_049 gabor_070_alt gabor_027_alt gabor_177 "2_8_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1750_3000_2600_gabor_patch_orientation_049_070_027_177_target_position_1_4_retrieval_position_1" gabor_096_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_8_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_096_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1942 2992 1992 fixation_cross gabor_124 gabor_104 gabor_145 gabor_040 gabor_124 gabor_104_alt gabor_145_alt gabor_040 "2_9_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1950_3000_2000_gabor_patch_orientation_124_104_145_040_target_position_1_4_retrieval_position_1" gabor_124_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_9_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_124_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 2092 2992 2342 fixation_cross gabor_070 gabor_156 gabor_136 gabor_090 gabor_070_alt gabor_156 gabor_136_alt gabor_090 "2_10_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2350_gabor_patch_orientation_070_156_136_090_target_position_2_4_retrieval_position_2" gabor_circ gabor_156_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_10_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_156_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1942 2992 2542 fixation_cross gabor_141 gabor_125 gabor_081 gabor_099 gabor_141_alt gabor_125 gabor_081_alt gabor_099 "2_11_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1950_3000_2550_gabor_patch_orientation_141_125_081_099_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_099_framed blank blank blank blank fixation_cross_white "2_11_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_099_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 63 292 292 399 125 1842 2992 2242 fixation_cross gabor_054 gabor_097 gabor_022 gabor_073 gabor_054 gabor_097_alt gabor_022 gabor_073_alt "2_12_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_1850_3000_2250_gabor_patch_orientation_054_097_022_073_target_position_1_3_retrieval_position_2" gabor_circ gabor_143_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_12_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_143_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1742 2992 2592 fixation_cross gabor_058 gabor_083 gabor_169 gabor_022 gabor_058_alt gabor_083 gabor_169 gabor_022_alt "2_13_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1750_3000_2600_gabor_patch_orientation_058_083_169_022_target_position_2_3_retrieval_position_2" gabor_circ gabor_130_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_13_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_130_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1892 2992 2342 fixation_cross gabor_112 gabor_085 gabor_167 gabor_129 gabor_112_alt gabor_085 gabor_167_alt gabor_129 "2_14_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2350_gabor_patch_orientation_112_085_167_129_target_position_2_4_retrieval_position_2" gabor_circ gabor_039_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_14_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_039_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 64 292 292 399 125 1892 2992 1992 fixation_cross gabor_046 gabor_119 gabor_075 gabor_095 gabor_046 gabor_119 gabor_075_alt gabor_095_alt "2_15_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_1900_3000_2000_gabor_patch_orientation_046_119_075_095_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_075_framed gabor_circ blank blank blank blank fixation_cross_white "2_15_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_075_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1842 2992 2092 fixation_cross gabor_074 gabor_050 gabor_179 gabor_025 gabor_074 gabor_050 gabor_179_alt gabor_025_alt "2_16_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2100_gabor_patch_orientation_074_050_179_025_target_position_1_2_retrieval_position_2" gabor_circ gabor_050_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_16_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_050_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 2242 2992 1892 fixation_cross gabor_157 gabor_094 gabor_048 gabor_112 gabor_157 gabor_094_alt gabor_048 gabor_112_alt "2_17_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2250_3000_1900_gabor_patch_orientation_157_094_048_112_target_position_1_3_retrieval_position_1" gabor_157_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_17_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_157_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2142 2992 2492 fixation_cross gabor_043 gabor_148 gabor_179 gabor_060 gabor_043_alt gabor_148 gabor_179 gabor_060_alt "2_18_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2500_gabor_patch_orientation_043_148_179_060_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_132_framed gabor_circ blank blank blank blank fixation_cross_white "2_18_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_132_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 64 292 292 399 125 1742 2992 2492 fixation_cross gabor_077 gabor_093 gabor_160 gabor_007 gabor_077_alt gabor_093 gabor_160 gabor_007_alt "2_19_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_1750_3000_2500_gabor_patch_orientation_077_093_160_007_target_position_2_3_retrieval_position_1" gabor_077_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_19_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_077_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1792 2992 2392 fixation_cross gabor_118 gabor_039 gabor_063 gabor_005 gabor_118_alt gabor_039 gabor_063 gabor_005_alt "2_20_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2400_gabor_patch_orientation_118_039_063_005_target_position_2_3_retrieval_position_2" gabor_circ gabor_039_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_20_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_039_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2042 2992 2442 fixation_cross gabor_017 gabor_153 gabor_078 gabor_042 gabor_017_alt gabor_153 gabor_078 gabor_042_alt "2_21_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2450_gabor_patch_orientation_017_153_078_042_target_position_2_3_retrieval_position_2" gabor_circ gabor_105_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_21_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_105_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1992 2992 2242 fixation_cross gabor_056 gabor_141 gabor_030 gabor_093 gabor_056 gabor_141 gabor_030_alt gabor_093_alt "2_22_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_2250_gabor_patch_orientation_056_141_030_093_target_position_1_2_retrieval_position_1" gabor_011_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_22_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_011_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1842 2992 2092 fixation_cross gabor_044 gabor_179 gabor_012 gabor_158 gabor_044 gabor_179_alt gabor_012_alt gabor_158 "2_23_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2100_gabor_patch_orientation_044_179_012_158_target_position_1_4_retrieval_position_1" gabor_094_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_23_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_094_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1892 2992 2292 fixation_cross gabor_034 gabor_055 gabor_012 gabor_097 gabor_034 gabor_055 gabor_012_alt gabor_097_alt "2_24_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2300_gabor_patch_orientation_034_055_012_097_target_position_1_2_retrieval_position_1" gabor_170_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_24_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_170_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1942 2992 2542 fixation_cross gabor_120 gabor_039 gabor_101 gabor_059 gabor_120 gabor_039_alt gabor_101_alt gabor_059 "2_25_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1950_3000_2550_gabor_patch_orientation_120_039_101_059_target_position_1_4_retrieval_position_1" gabor_120_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_25_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_120_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1992 2992 2342 fixation_cross gabor_107 gabor_050 gabor_174 gabor_021 gabor_107 gabor_050_alt gabor_174_alt gabor_021 "2_26_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_2350_gabor_patch_orientation_107_050_174_021_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_156_framed blank blank blank blank fixation_cross_white "2_26_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_156_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 63 292 292 399 125 2142 2992 1942 fixation_cross gabor_134 gabor_049 gabor_154 gabor_095 gabor_134_alt gabor_049 gabor_154_alt gabor_095 "2_27_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_2150_3000_1950_gabor_patch_orientation_134_049_154_095_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_015_framed gabor_circ blank blank blank blank fixation_cross_white "2_27_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_015_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2142 2992 2092 fixation_cross gabor_081 gabor_052 gabor_102 gabor_119 gabor_081 gabor_052_alt gabor_102_alt gabor_119 "2_28_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2100_gabor_patch_orientation_081_052_102_119_target_position_1_4_retrieval_position_1" gabor_036_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_28_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_036_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 2192 2992 2042 fixation_cross gabor_083 gabor_144 gabor_018 gabor_108 gabor_083 gabor_144_alt gabor_018 gabor_108_alt "2_29_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2050_gabor_patch_orientation_083_144_018_108_target_position_1_3_retrieval_position_1" gabor_083_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_29_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_083_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1892 2992 1942 fixation_cross gabor_049 gabor_155 gabor_002 gabor_027 gabor_049_alt gabor_155_alt gabor_002 gabor_027 "2_30_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_1950_gabor_patch_orientation_049_155_002_027_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_027_framed blank blank blank blank fixation_cross_white "2_30_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_027_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 64 292 292 399 125 2092 2992 1992 fixation_cross gabor_094 gabor_177 gabor_111 gabor_005 gabor_094_alt gabor_177 gabor_111_alt gabor_005 "2_31_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_2100_3000_2000_gabor_patch_orientation_094_177_111_005_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_111_framed gabor_circ blank blank blank blank fixation_cross_white "2_31_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_111_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2142 2992 2392 fixation_cross gabor_062 gabor_035 gabor_140 gabor_081 gabor_062_alt gabor_035 gabor_140 gabor_081_alt "2_32_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2400_gabor_patch_orientation_062_035_140_081_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_003_framed gabor_circ blank blank blank blank fixation_cross_white "2_32_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_003_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1992 2992 1892 fixation_cross gabor_047 gabor_019 gabor_134 gabor_073 gabor_047_alt gabor_019 gabor_134 gabor_073_alt "2_33_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_1900_gabor_patch_orientation_047_019_134_073_target_position_2_3_retrieval_position_2" gabor_circ gabor_158_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_33_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_158_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2042 2992 2592 fixation_cross gabor_125 gabor_149 gabor_040 gabor_001 gabor_125_alt gabor_149 gabor_040 gabor_001_alt "2_34_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2600_gabor_patch_orientation_125_149_040_001_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_088_framed gabor_circ blank blank blank blank fixation_cross_white "2_34_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_088_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1892 2992 2042 fixation_cross gabor_095 gabor_074 gabor_052 gabor_113 gabor_095_alt gabor_074_alt gabor_052 gabor_113 "2_35_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2050_gabor_patch_orientation_095_074_052_113_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_052_framed gabor_circ blank blank blank blank fixation_cross_white "2_35_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_052_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2092 2992 1942 fixation_cross gabor_070 gabor_091 gabor_129 gabor_007 gabor_070_alt gabor_091 gabor_129_alt gabor_007 "2_36_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2100_3000_1950_gabor_patch_orientation_070_091_129_007_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_145_framed blank blank blank blank fixation_cross_white "2_36_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_145_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 63 292 292 399 125 2092 2992 2392 fixation_cross gabor_093 gabor_031 gabor_048 gabor_119 gabor_093_alt gabor_031 gabor_048_alt gabor_119 "2_37_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_2100_3000_2400_gabor_patch_orientation_093_031_048_119_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_003_framed gabor_circ blank blank blank blank fixation_cross_white "2_37_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_003_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 2192 2992 2142 fixation_cross gabor_004 gabor_112 gabor_082 gabor_136 gabor_004_alt gabor_112 gabor_082_alt gabor_136 "2_38_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2150_gabor_patch_orientation_004_112_082_136_target_position_2_4_retrieval_position_2" gabor_circ gabor_112_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_38_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_112_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 63 292 292 399 125 1792 2992 1892 fixation_cross gabor_159 gabor_072 gabor_111 gabor_089 gabor_159 gabor_072_alt gabor_111 gabor_089_alt "2_39_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_1800_3000_1900_gabor_patch_orientation_159_072_111_089_target_position_1_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_135_framed blank blank blank blank fixation_cross_white "2_39_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_135_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 2192 2992 2142 fixation_cross gabor_043 gabor_081 gabor_065 gabor_002 gabor_043_alt gabor_081 gabor_065 gabor_002_alt "2_40_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2150_gabor_patch_orientation_043_081_065_002_target_position_2_3_retrieval_position_2" gabor_circ gabor_081_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_40_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_081_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1942 2992 2092 fixation_cross gabor_041 gabor_018 gabor_170 gabor_148 gabor_041 gabor_018_alt gabor_170 gabor_148_alt "2_41_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1950_3000_2100_gabor_patch_orientation_041_018_170_148_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_170_framed gabor_circ blank blank blank blank fixation_cross_white "2_41_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_170_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1842 2992 2192 fixation_cross gabor_088 gabor_018 gabor_107 gabor_158 gabor_088 gabor_018 gabor_107_alt gabor_158_alt "2_42_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2200_gabor_patch_orientation_088_018_107_158_target_position_1_2_retrieval_position_1" gabor_088_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_42_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_088_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 2242 2992 2242 fixation_cross gabor_048 gabor_129 gabor_157 gabor_110 gabor_048 gabor_129_alt gabor_157_alt gabor_110 "2_43_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2250_3000_2250_gabor_patch_orientation_048_129_157_110_target_position_1_4_retrieval_position_1" gabor_048_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_43_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_048_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 63 292 292 399 125 1792 2992 1942 fixation_cross gabor_129 gabor_148 gabor_165 gabor_015 gabor_129 gabor_148_alt gabor_165 gabor_015_alt "2_44_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_1800_3000_1950_gabor_patch_orientation_129_148_165_015_target_position_1_3_retrieval_position_2" gabor_circ gabor_101_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_44_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_101_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 2092 2992 1942 fixation_cross gabor_135 gabor_007 gabor_160 gabor_117 gabor_135_alt gabor_007 gabor_160_alt gabor_117 "2_45_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_1950_gabor_patch_orientation_135_007_160_117_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_117_framed blank blank blank blank fixation_cross_white "2_45_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_117_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1792 2992 2342 fixation_cross gabor_156 gabor_013 gabor_041 gabor_086 gabor_156 gabor_013_alt gabor_041 gabor_086_alt "2_46_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2350_gabor_patch_orientation_156_013_041_086_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_176_framed gabor_circ blank blank blank blank fixation_cross_white "2_46_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_176_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1842 2992 2292 fixation_cross gabor_042 gabor_068 gabor_152 gabor_089 gabor_042 gabor_068_alt gabor_152 gabor_089_alt "2_47_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2300_gabor_patch_orientation_042_068_152_089_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_105_framed gabor_circ blank blank blank blank fixation_cross_white "2_47_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_105_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1742 2992 1892 fixation_cross gabor_087 gabor_147 gabor_025 gabor_067 gabor_087 gabor_147 gabor_025_alt gabor_067_alt "2_48_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_1900_gabor_patch_orientation_087_147_025_067_target_position_1_2_retrieval_position_1" gabor_087_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_48_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_087_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2242 2992 2192 fixation_cross gabor_060 gabor_036 gabor_108 gabor_088 gabor_060 gabor_036 gabor_108_alt gabor_088_alt "2_49_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2200_gabor_patch_orientation_060_036_108_088_target_position_1_2_retrieval_position_2" gabor_circ gabor_175_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_49_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_175_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 64 292 292 399 125 1742 2992 2442 fixation_cross gabor_110 gabor_146 gabor_173 gabor_086 gabor_110_alt gabor_146 gabor_173 gabor_086_alt "2_50_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_1750_3000_2450_gabor_patch_orientation_110_146_173_086_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_086_framed blank blank blank blank fixation_cross_white "2_50_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_086_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2142 2992 2242 fixation_cross gabor_106 gabor_018 gabor_048 gabor_081 gabor_106 gabor_018 gabor_048_alt gabor_081_alt "2_51_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2250_gabor_patch_orientation_106_018_048_081_target_position_1_2_retrieval_position_1" gabor_154_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_51_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_154_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1742 2992 2292 fixation_cross gabor_059 gabor_029 gabor_114 gabor_094 gabor_059_alt gabor_029_alt gabor_114 gabor_094 "2_52_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_2300_gabor_patch_orientation_059_029_114_094_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_094_framed blank blank blank blank fixation_cross_white "2_52_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_094_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1942 2992 1992 fixation_cross gabor_019 gabor_043 gabor_075 gabor_097 gabor_019 gabor_043_alt gabor_075 gabor_097_alt "2_53_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2000_gabor_patch_orientation_019_043_075_097_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_125_framed gabor_circ blank blank blank blank fixation_cross_white "2_53_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_125_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1792 2992 2092 fixation_cross gabor_108 gabor_164 gabor_148 gabor_080 gabor_108_alt gabor_164_alt gabor_148 gabor_080 "2_54_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2100_gabor_patch_orientation_108_164_148_080_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_080_framed blank blank blank blank fixation_cross_white "2_54_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_080_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 64 292 292 399 125 2242 2992 1892 fixation_cross gabor_113 gabor_166 gabor_034 gabor_097 gabor_113 gabor_166_alt gabor_034_alt gabor_097 "2_55_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_2250_3000_1900_gabor_patch_orientation_113_166_034_097_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_034_framed gabor_circ blank blank blank blank fixation_cross_white "2_55_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_034_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1842 2992 2292 fixation_cross gabor_044 gabor_152 gabor_063 gabor_001 gabor_044_alt gabor_152_alt gabor_063 gabor_001 "2_56_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2300_gabor_patch_orientation_044_152_063_001_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_063_framed gabor_circ blank blank blank blank fixation_cross_white "2_56_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_063_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2092 2992 2142 fixation_cross gabor_085 gabor_021 gabor_066 gabor_106 gabor_085 gabor_021 gabor_066_alt gabor_106_alt "2_57_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2100_3000_2150_gabor_patch_orientation_085_021_066_106_target_position_1_2_retrieval_position_2" gabor_circ gabor_156_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_57_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_156_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1742 2992 2192 fixation_cross gabor_145 gabor_009 gabor_040 gabor_130 gabor_145 gabor_009 gabor_040_alt gabor_130_alt "2_58_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_2200_gabor_patch_orientation_145_009_040_130_target_position_1_2_retrieval_position_1" gabor_145_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_58_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_145_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2192 2992 2392 fixation_cross gabor_092 gabor_146 gabor_175 gabor_065 gabor_092 gabor_146 gabor_175_alt gabor_065_alt "2_59_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_2400_gabor_patch_orientation_092_146_175_065_target_position_1_2_retrieval_position_2" gabor_circ gabor_009_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_59_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_009_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1942 2992 2292 fixation_cross gabor_177 gabor_130 gabor_159 gabor_101 gabor_177_alt gabor_130 gabor_159_alt gabor_101 "2_60_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2300_gabor_patch_orientation_177_130_159_101_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_053_framed blank blank blank blank fixation_cross_white "2_60_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_053_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 2142 2992 2042 fixation_cross gabor_067 gabor_141 gabor_109 gabor_082 gabor_067_alt gabor_141 gabor_109_alt gabor_082 "2_61_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2150_3000_2050_gabor_patch_orientation_067_141_109_082_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_082_framed blank blank blank blank fixation_cross_white "2_61_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_082_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 63 292 292 399 125 1892 2992 2492 fixation_cross gabor_037 gabor_022 gabor_053 gabor_127 gabor_037 gabor_022 gabor_053_alt gabor_127_alt "2_62_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_1900_3000_2500_gabor_patch_orientation_037_022_053_127_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_005_framed gabor_circ blank blank blank blank fixation_cross_white "2_62_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_005_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 2042 2992 2542 fixation_cross gabor_048 gabor_155 gabor_021 gabor_070 gabor_048 gabor_155 gabor_021_alt gabor_070_alt "2_63_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2550_gabor_patch_orientation_048_155_021_070_target_position_1_2_retrieval_position_2" gabor_circ gabor_155_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_63_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_155_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 64 292 292 399 125 2042 2992 2242 fixation_cross gabor_149 gabor_023 gabor_084 gabor_062 gabor_149_alt gabor_023 gabor_084_alt gabor_062 "2_64_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_2050_3000_2250_gabor_patch_orientation_149_023_084_062_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_084_framed gabor_circ blank blank blank blank fixation_cross_white "2_64_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_084_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1992 2992 2342 fixation_cross gabor_177 gabor_068 gabor_127 gabor_155 gabor_177 gabor_068_alt gabor_127_alt gabor_155 "2_65_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_2350_gabor_patch_orientation_177_068_127_155_target_position_1_4_retrieval_position_1" gabor_039_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_65_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_039_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2242 2992 2192 fixation_cross gabor_096 gabor_176 gabor_161 gabor_112 gabor_096 gabor_176_alt gabor_161 gabor_112_alt "2_66_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2200_gabor_patch_orientation_096_176_161_112_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_026_framed gabor_circ blank blank blank blank fixation_cross_white "2_66_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_026_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 2242 2992 2142 fixation_cross gabor_085 gabor_112 gabor_053 gabor_003 gabor_085_alt gabor_112 gabor_053_alt gabor_003 "2_67_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2250_3000_2150_gabor_patch_orientation_085_112_053_003_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_003_framed blank blank blank blank fixation_cross_white "2_67_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_003_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1992 2992 2442 fixation_cross gabor_120 gabor_049 gabor_079 gabor_013 gabor_120_alt gabor_049 gabor_079 gabor_013_alt "2_68_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_2450_gabor_patch_orientation_120_049_079_013_target_position_2_3_retrieval_position_2" gabor_circ gabor_096_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "2_68_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_096_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1792 2992 2042 fixation_cross gabor_091 gabor_119 gabor_139 gabor_173 gabor_091 gabor_119_alt gabor_139 gabor_173_alt "2_69_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2050_gabor_patch_orientation_091_119_139_173_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_002_framed gabor_circ blank blank blank blank fixation_cross_white "2_69_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_002_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 63 292 292 399 125 2192 2992 2192 fixation_cross gabor_170 gabor_104 gabor_121 gabor_089 gabor_170 gabor_104 gabor_121_alt gabor_089_alt "2_70_Encoding_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_2200_3000_2200_gabor_patch_orientation_170_104_121_089_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_043_framed blank blank blank blank fixation_cross_white "2_70_Retrieval_Working_Memory_MEG_P3_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_043_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
};
# baselinePost (at the end of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
};
time = 0;
duration = 5000;
code = "BaselinePost";
port_code = 92;
}; |
1430f0b76ccffa21ad610044ddd1d8bcb28b7c0c | ebfed86dee276110294a4e93fa80377908bbd317 | /macros/getRotationMatrix2D.sci | 1ebbe0757d1f9af34ef99630d308787a00c1dd10 | [] | no_license | gursimarsingh/FOSSEE-Image-Processing-Toolbox | a9d46b698c98566fec867eb2ce3cfeb427058d5c | 165f6d7d1f20262a1637a923c6aad6e663ad1538 | refs/heads/master | 2021-08-16T19:18:59.591175 | 2017-11-08T17:55:04 | 2017-11-08T17:55:04 | 96,531,802 | 0 | 0 | null | 2017-07-07T11:21:10 | 2017-07-07T11:21:10 | null | UTF-8 | Scilab | false | false | 1,337 | sci | getRotationMatrix2D.sci | // Copyright (C) 2015 - IIT Bombay - FOSSEE
//
// This file must be used under the terms of the CeCILL.
// This source file is licensed as described in the file COPYING, which
// you should have received as part of this distribution. The terms
// are also available at
// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
// Author:Shubheksha Jalan
// Organization: FOSSEE, IIT Bombay
// Email: toolbox@scilab.in
function [out]=getrotationmatrix2d(centerX,centerY, doubleAngle, doubleScale)
//Calculate matrix of 2D rotation
//
//Calling Sequence
//[out]=getrotationmatrix2d(centerX,centerY, doubleAngle, doubleScale)
//
//Parameters
//out:2D Rotataion Matrix
//centerX: x-co-ordinate of center in the image
//centerY: y-co-ordinate of center in the image
//doubleAngle:Rotation angle in degrees.Positive value means counter-clockwise.
//doubleScale:Isotropic scale factor.
//
//Description
//Calculates matrix of 2D rotation
//
//Examples
//rot=getRotationMatrix2D(30,40,30,2);
//
//Authors
//Shubheksha Jalan
[lhs,rhs]=argn(0);
if lhs>1
error(msprintf("Wrong number of output arguments"));
elseif rhs>4
error(msprintf(" Too many input arguments"));
elseif rhs<4
error(msprintf(" Too few input arguments"));
end
out= raw_getRotationMatrix2D(centerX,centerY, doubleAngle, doubleScale);
endfunction;
|
9ae71d050fc2615a93b7b9bfa8ab81b04cac5f76 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2660/CH5/EX5.16/Ex5_16.sce | 431a79e4ae9e6efdccedb984646cbeca51a49eae | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,091 | sce | Ex5_16.sce | clc
Cn = 72000 // cost of new machine installed and tooled in Rs
Co = 28000 // cost of new machime installed and tooled in Rs
p = 16 // hourly pieces
Nn = 2200*p // estimated annual production on new machine
Ko = 17200 // present book value of old machine in Rs
So = 6400 // scrap value of old machine in Rs
Sn = 8000 // probable scrap value of old machine in at the end of its useful life Rs
oco = 2.5 // opreator cost per hour
mco= 48 // machine cost
ro = 10 // production rate per hour
ocn = 2 // opreator cost per hour
mcn= 62 // machine cost
rn = 16 // production rate per hour
Po = (oco+mco)/ro // labour and machine cost per unit on old machine in Rs
Pn = (ocn+mcn)/rn // labour and machine cost per unit on new machine in Rs
i = 6 // interest on investment
i = i/100
t = 6 // annual taxes
t = t/100
d = 10 // annual allowance for depreciation
d = d/100
m = 3 // annual allowance for maintenance
m = m/100
n = ((Cn-Sn)+(Ko-So))/((Nn*(Po-Pn)) - Cn*(i+t+d+m))
printf("\n The number of years in which the new machine will pay for itself = %0.3f years" , n)
|
a4a0e2fbcfb8c7ade7f1eb6e062736a06e14ba07 | 449d555969bfd7befe906877abab098c6e63a0e8 | /213/CH13/EX13.2/13_2.sce | 9ccc357d4d8808a60390c08d56b60af9f3bc5511 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,070 | sce | 13_2.sce | //To design the gears
clc
//Given:
x=600, pc=25 //mm
N1=360, N2=120 //rpm
//Solution:
//Calculating the pitch circle diameters of each gear
//Speed ratio, N1/N2 = d2/d1, or N1*d1-N2*d2 = 0 .....(i)
//Centre distance between the shafts, x = 1/2*(d1+d2), or d1+d2 = 600*2 .....(ii)
A=[N1 -N2; 1 1]
B=[0; 600*2]
V=A \ B
d1=V(1) //mm
d2=V(2) //mm
//Calculating the number of teeth on the first gear
T1=round(%pi*d1/pc)
//Calculating the number of teeth on the second gear
T2=int(%pi*d2/pc+1)
//Calculating the pitch circle diameter of the first gear
d1dash=T1*pc/%pi //mm
//Calculating the pitch circle diameter of the second gear
d2dash=T2*pc/%pi //mm
//Calculating the exact distance between the two shafts
xdash=(d1dash+d2dash)/2 //mm
//Results:
printf("\n\n The number of teeth on the first and second gear must be %d and %d and their pitch circle diameters must be %.2f mm and %.1f mm respectively.\n\n",T1,T2,d1dash,d2dash)
printf(" The exact distance between the two shafts must be %.2f mm.\n\n",xdash) |
5556efc1d6b53ba8662da8e15340ccfee2d2ab75 | c557cd21994aaa23ea4fe68fa779dd8b3aac0381 | /test/tagmove.tst | b0269156b45d225f553574bedb6e137ae9a7e292 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | dougsong/reposurgeon | 394001c0da4c3503bc8bae14935808ffd6f45657 | ee63ba2b0786fa1b79dd232bf3d4c2fe9c22104b | refs/heads/master | 2023-03-09T15:22:45.041046 | 2023-02-25T08:33:06 | 2023-02-25T08:33:06 | 280,299,498 | 1 | 0 | NOASSERTION | 2023-02-25T08:33:08 | 2020-07-17T01:45:32 | Go | UTF-8 | Scilab | false | false | 94 | tst | tagmove.tst | ## Tag move test
read <sample1.fi
set echo
tag annotated move :15
<annotated> inspect
write -
|
18c5bb8498ed11ca8962353174ed0a45ce0d33d6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2873/CH1/EX1.18/Ex1_18.sce | 1419998649cfbd0c00023dfb4381251ef80a3cf2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,170 | sce | Ex1_18.sce | // Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clear;
clc;
disp("Engineering Thermodynamics by Onkar Singh,Chapter 1,Example 18")
m=5;//mass of CO2 in kg
V=2;//volume of vesssel in m^3
T=(27+273);//temperature of vessel in k
R=8.314*10^3;//universal gas constant in J/kg k
M=44.01;//molecular weight of CO2
disp("1.By considering it as a PERFECT GAS")
disp("gas constant for CO2(Rco2)")
disp("Rco2=R/M")
Rco2=R/M
disp("Also P*V=M*Rco2*T")
disp("pressure of CO2 as perfect ga(P)in N/m^2")
disp("P=(m*Rco2*T)/V ")
P=(m*Rco2*T)/V
disp("2.By considering as a REAL GAS")
disp("values of vanderwaal constants a,b can be seen from the table which are")
disp("a=3628.5*10^2 N m^4/(kg mol)^2 ")
disp("b=3.14*10^-2 m^3/kg mol")
a=3628.5*10^2;//vanderwall constant in N m^4/(kg mol)^2
b=3.14*10^-2;// vanderwall constant in m^3/kg mol
disp("now specific volume(v)in m^3/kg mol")
disp("v=V*M/m")
v=V*M/m
disp("now substituting the value of all variables in vanderwaal equation")
disp("(P+(a/v^2))*(v-b)=R*T")
disp("pressure of CO2 as real gas(P)in N/m^2")
disp("P=((R*T)/(v-b))-(a/v^2)")
P=((R*T)/(v-b))-(a/v^2)
|
4795925c35a74444d87d30c2dd405e02de23a9ee | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/L36.prev.tst | f7c6a415b74634fd25cfab8d25908b3433635c8d | [
"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 | 27 | tst | L36.prev.tst | Vector [3,4,5].lcm() = 60
|
0f94735907d7ec3161b65d80a0234076d506151c | 71981ad15b910c47511d7a7cb64b900cc682d344 | /TPs/tp4_fonctions.sci | 9c02301f00849d46df1bb410ab539b0173f930b0 | [] | no_license | ktzanev/m66lille1 | 935b70be57b4451280cf3b2ce1f20a3e91d6574b | 37c964cf57f820c94c613ae0f570dc49ecf2a980 | refs/heads/master | 2016-09-05T20:40:22.329914 | 2015-04-13T14:26:08 | 2015-04-13T14:26:08 | 29,192,464 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,413 | sci | tp4_fonctions.sci | //============================================
//
// TP4 : Fonctions
//
// Ce fichier contient les procédures pour le TP4
//
//============================================
// *********************************
// Méthodes explicites
// *********************************
// Runge-Kutta
// ====================
// - L'équation différentielle à résoudre est de la forme u'=f(u)
// - f est une fonction qui prend un paramètre vecteur colonne
// et renvoie un vecteur colonne de la même taille
// - On subdivise l'intervalle [0,T] à N sous-intervalles
// - La condition initiale en 0 est le vecteur colonne U0
function [U]=RungeKutta(f,T,N,U0)
h = T/N;
U = [U0];
for n=1:N
K1 = f(U(:,n));
K2 = f(U(:,n)+h*K1/2);
K3 = f(U(:,n)+h*K2/2);
K4 = f(U(:,n)+h*K3);
UN = U(:,n)+h*(K1+2*K2+2*K3+K4)/6;
U=[U UN];
end
endfunction
// *********************************
// Méthodes implicites
// *********************************
// La méthode de Newton qui est utilisée pour résoudre
// les équations nécessaires aux méthodes implicites
function[val]=Newton(ff,Dff,x0)
eps = 1D-10;
val = x0;
for i = 1:20
val = val - Dff(val)\ff(val);
if (norm(val) < eps) then
break;
end
end
endfunction
// Euler implicite
// ====================
// - L'équation différentielle à résoudre est de la forme u'=f(u)
// - f est une fonction qui prend un paramètre vecteur colonne
// et renvoie un vecteur colonne de la même taille
// - Df est la fonction dérivée de f (ou la jacobienne dans le cas de R^n),
// nécessaire pour la méthode de Newton
// - On subdivise l'intervalle [0,T] à N sous-intervalles
// - La condition initiale en 0 est le vecteur colonne U0
function [U]=EulerImplicite(f,Df,T,N,U0)
h = T/N;
U = [U0];
deff('y=Dff(x)','y=h*Df(x)-eye(Df(x))');
for n=1:N
deff('y=ff(x)','y=U(:,n)+h*f(x)-x');
UN = Newton(ff,Dff,U(:,n)); // UN est la solution par Newton de X = U(n)+h*f(X);
U=[U UN];
end
endfunction
// Crank-Nicolson
// ====================
// les paramètres sont les mêmes que pour Euler implicite
function [U]=CrankNicolson(f,Df,T,N,U0)
h = T/N;
U = [U0];
deff('y=Dff(x)','y=h*Df(x)/2-eye(Df(x))');
for n=1:N
deff('y=ff(x)','y=U(:,n)+h*(f(U(:,n))+f(x))/2-x');
UN = Newton(ff,Dff,U(:,n)); // UN est la solution par Newton de X = U(:,n)+h*(f(U(:,n))+f(X))/2;
U=[U UN];
end
endfunction
|
16c7ab0314a931e79529d836e21e6aa065ad30cb | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH38/EX38.03/38_03.sce | 2db1c33602ec66cdd6635377b623f98d4dd5bc3c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 777 | sce | 38_03.sce | //Problem 38.03: A ferromagnetic ring has a uniform cross-sectional area of 2000 mm2 and a mean circumference of 1000 mm. A hysteresis loop obtained for the specimen is plotted to scales of 10 mm = 0.1 T and 10 mm = 400 A/m and is found to have an area of 104 mm2. Determine the hysteresis loss at a frequency of 80 Hz.
//initializing the variables:
csa = 0.002; // in m2
l = 1; // in m
a = 400/0.01; // 10 mm = 400 A/m
b = 0.1/0.01; // 10 mm = 0.1 T
A = 0.01; // in m2
f = 80; // in Hz
//calculation:
//hysteresis loss per cycle
HL = A*a*b
//At a frequency of 80 Hz,
//hysteresis loss
HLf = HL*f
//Volume of ring
v = csa*l
//hysteresis loss
Ph = HLf*v
printf("\n\n Result \n\n")
printf("\n the hysteresis loss at a frequency of 80 Hz is %.0f W",Ph) |
7cf09d22862c8ba08279be69570eae18ee056593 | 449d555969bfd7befe906877abab098c6e63a0e8 | /281/CH5/EX5.3/example5_3.sce | 3b28cfdb7dc42d0eba632cf072986e62ee63d933 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 568 | sce | example5_3.sce | disp('chapter 5 ex5.3')
disp('given')
disp('LM108 op-amp is used design an inverting amplifier')
disp('V1=100mV')
V1=100*10^(-3)
disp('voltage gain Av=3')
Av=3
disp('IBmax=2nA and I1=100*IBmax')
IBmax=2*10^(-9)
I1=100*IBmax
disp('amperes',I1)
disp('R1=V1/I1')
R1=V1/I1
disp('ohms',R1)
disp('standard value R1=470kohms')
R1=470000
disp('R2=Av*R1')
R2=Av*R1
disp('ohms',R2)
disp('standard value R2=1.5Mohms')
R2=1.5*10^(6)
disp('R3=R1||R2')
R3=R1*R2/(R1+R2)
disp('ohms',R3)
disp('Cf=30pF*R1/(R1+R2)')
Cf=30*10^(-12)*R1/(R1+R2)
disp('farads',Cf) |
6fe29dd9249fdcdae2f6fc00389d11d2acd34688 | 449d555969bfd7befe906877abab098c6e63a0e8 | /662/CH8/EX8.5/Example8_5.sci | b9ea72a64c9a3d061153d88613a726336bd13f15 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,396 | sci | Example8_5.sci | //Programming Example 8.5
//read several lines of text & determine the average number of characters per line
function[]= mainAvg()
global Sum //total number of characters
Sum=0
global Lines //total number of lines
Lines=0
printf("Enter the text below")
//read a line of text and update the cumulative counters
//n=number of chars in agiven line
//avg=average number of chars per line
n=linecount(); //expression can not b evaluated inside while,
//hence first calculated outside and used within while()
while ( n>0)
Sum=Sum+n;
Lines=Lines+1;
n=linecount();
end
avg = Sum/Lines; //average number of characters per line
printf("\nAverage number of character per line: %5.2f", avg)
endfunction
//read a line of text and count the number of charcters
function[count]= linecount()
count=0
//as the getchar is used to used with while loop to
//read character array which is here replced by read command
// and the count of characters along with white spaces is made
// with the help of length().
s=read(%io(1), 1, 1, '(a)');
if (s == " ") then
return;
else
count=length(s);
end
endfunction
//calling routine
mainAvg() |
7e50de8c9b9de053da3bc5a17ae3fc9f0c560ef9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2702/CH4/EX4.5/Ex_4_5.sce | 746e2c1b0bbcf1caeffdab1c6ce94f0a2de3e2b9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,558 | sce | Ex_4_5.sce | // Exa 4.5
clc;
clear;
close;
// Given data
R_D= 5;// in kΩ
R_D= R_D*10^3;// in Ω
R_SS= 25;// in kΩ
R_SS= R_SS*10^3;// in Ω
I= 0.8;// in mA
I=I*10^-3;// in A
i_D= I/2;// in A
unCox= 0.2;// mA/V^2
unCox= unCox*10^-3;// in A/V^2
WbyL= 100;
// Formula i_D= 1/2*unCox*WbyL*V_OV^2
V_OV= sqrt(2*i_D/(unCox*WbyL));// in V
gm= i_D/V_OV;// in A/V;
// Part (a)
Ad= 1/2*gm*R_D;// in V/V
disp(Ad,"Differential gain in V/V is : ")
Acm= -R_D/(2*R_SS);// in V/V
disp(Acm,"Common mode gain in V/V is ")
CMRR= abs(Ad)/abs(Acm);
CMRRindB= round(20*log10(CMRR));// in dB
disp(CMRRindB,"Common mode rejection ratio in dB is : ")
// Part (b)
disp("Part (b) when output is taken differentially")
Ad= gm*R_D;// in V/V
disp(Ad,"Differential gain in V/V is : ")
Acm= 0;
disp(Acm,"Common mode gain in V/V is ")
// CMRRindB= 20*log10(Ad/Acm) = infinite ;// in dB
disp("Common mode rejection ratio in dB is : ")
disp("infinite");
// Part (c)
disp("Part (c) when output is taken differentially but the drain resistance have a 1% mismatch.")
Ad= gm*R_D;// in V/V
disp(Ad,"Differential gain in V/V is : ")
// delta_R_D= 1% of R_D
delta_R_D= R_D*1/100;// in Ω
Acm= R_D/(2*R_SS)*delta_R_D/R_D;// in V/V
disp(Acm,"Common mode gain in V/V is ")
CMRRindB= 20*log10(abs(Ad)/abs(Acm));// in dB
disp(CMRRindB,"Common mode rejection ratio in dB is : ")
// Note: In the book, there is putting wrong value of Ad (20 at place of 10) to evaluate the value of CMRR in dB in part(c) , So the answer of CMRR in dB of Part (c) is wrong
|
922b6b1e3291bd329420662d7ce3d2fe7a0508ba | 449d555969bfd7befe906877abab098c6e63a0e8 | /1223/CH11/EX11.17/Ex11_17.sce | e8c46d6c48cfe9f849f1064e6e61bd4cb2ded533 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 269 | sce | Ex11_17.sce | clear;
clc;
//Example 11.17
Va=100;
R4=10;
b=100;
Rc11=1.26*10^3;
r8=2.6;
Iq=0.2;
Rc7=Va/Iq;
printf('\nRc7=%.2f KOhm\n',Rc7)
Z=Rc11*Rc7/(Rc11+Rc7);
printf('\nZ=%.2f KOhm\n',Z)
x=(r8+Z)/(1+b);
Ro=R4*x/(R4+x);
printf('\noutput resistance=%.2f KOhm\n',Ro)
|
bba288b7e7894adda816de8cfe2db6df82ae9e5f | bf22bf34daeceb2106b5e2af1c24e480f628960c | /mlp-classification/teste.sci | 22df77d463705d9d6a87736c1a15032fcbf115a0 | [] | no_license | edielsonpf/neural-networks-examples | e3a045bf37e4b2ea681f05512ac71fdbb0cb4992 | 9fabec297b07987f3506401751719c56055d0f5f | refs/heads/master | 2020-12-24T08:46:39.412676 | 2017-09-23T11:22:11 | 2017-09-23T11:22:11 | 32,630,396 | 1 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 516 | sci | teste.sci | function y=teste(x,W)
//Definindo arquitetura da rede
NeuralNetwork=[4 15 3];
y = ann_FF_run(x,NeuralNetwork,W);
y=round(y);
[l,c]=size(y);
for i=1:c
if(y(1,i)==0 & y(2,i)==0 & y(3,i)==1)
classe='C';
elseif (y(1,i)==1 & y(2,i)==0 & y(3,i)==0)
classe='A';
elseif (y(1,i)==0 & y(2,i)==1 & y(3,i)==0)
classe='B';
else
classe='indefinida';
end
disp(classe);
end
endfunction
|
c13d9886a260cf87d35a19997d8b18559d829aa3 | 01697f0dc71290a6b6e233849a73d19a883845f1 | /sem06/paper8/lab07/q01.sce | 7865ddf9334edb2b48239692a32196f7608aff5e | [] | no_license | aaruni96/Math-Lab | 5d83a13547308bd9d1b7daa28be29a49e1020fbd | 488469c9aba9251f5725e0851fb19e2aef38d234 | refs/heads/master | 2021-01-12T06:29:53.790743 | 2018-04-27T09:21:40 | 2018-04-27T09:21:40 | 77,370,232 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 194 | sce | q01.sce | clc;
clear;
function y=f(x)
y=x^3-9*x+1;
endfunction
a=0;
b=1;
for i=0:5000
x=(a+b)/2;
if(f(x)>0) then
a=x;
elseif(f(x)<0) then
b=x;
else
break;
end
end
mprintf("Solution is %f",x);
|
da2fb08154faea781e5304eb7d7b1f0ae4227e4c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3845/CH6/EX6.6/Ex6_6.sce | a8945ae570c8c1f9d2b42316879612bf8d5a4f3a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 960 | sce | Ex6_6.sce | //Example 6.6
G=6.67*10^-11;//Universal gravitational constant (N.m^2/kg^2)
M=5.98*10^24;//Mass of the Earth (kg)
r=3.84*10^8;//Radius of Moon's orbit (m)
g=G*M/r^2;//Acceleration due to gravity (m/s^2)
printf('a.Acceleration due to Earth''s gravity at the distance of the moon = %0.2e m/s^2',g)
delta_theta=2*%pi;//One complete rotation of Moon's orbit (rad)
delta_t=27.3*(1*24*60*60);//Period to make one complete rotation of Moon's orbit = 27.3 days,converted to seconds
omega=delta_theta/delta_t;//Angular velocity (rad/s)
a_c=r*omega^2;//Centripetal acceleration (m/s^2)
printf('\nb.Centripetal acceleration = %0.2e m/s^2',a_c)
printf('\nDiscussion: Centripetal acceleration found in (b.) differs from acceleration due to Earth''s gravity found in (a.) \nby %0.2f%%',(a_c-g)/g*100)
//Discussion : In agreement with answer in textbook; less than 1%
//Openstax - College Physics
//Download for free at http://cnx.org/content/col11406/latest
|
1d0e11903d05bd5aa1969317a5864818c563de36 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3296/CH2/EX2.2/Ex2_2.sce | 2b9bc735778b425ce6ac5f4ee0fa7b48c639cf45 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 866 | sce | Ex2_2.sce | // chapter 2
// example 2.2
// Find the stress and deformation of the cylinder
// page-16
clear;
clc;
// given
l=2; //.in m (length of the cylinder)
D=50; // in mm (outer diameter of cylinder)
d=30; // in mm (inside diameter of cylinder)
P=25; // in kN (Load on the cylinder)
E=100; // in GPa (Modulus of elasticity for cylinder material)
// calculate
l=l*1E3; // changing unit from m to mm
P=P*1E3; // chaiging unit from kN to N
E=E*1E3; // changing unit from GPa to N/mm^2
A=(%pi/4)*(D^2-d^2); // calculation of cross-sectional area of hollow cylinder
sigma=P/A; // calculation of stress
dl=P*l/(A*E); // calculation of deformation of the cylinder
printf("\nThe cross-sectional area of the hollow cylinder is \t A=%.f mm^2",A);
printf("\nThe stress in the cylinder is \t\t\t\t %.1f MPa",sigma);
printf("\nThe deformation of the cylinder is \t\t\t dl=%.1f mm",dl);
|
eb75ca86ef54d3122657b52a72e2e66cf0989993 | 1db0a7f58e484c067efa384b541cecee64d190ab | /macros/tripuls.sci | 498160b2e41b4c5c15645f20eb7674206d9f8c98 | [] | no_license | sonusharma55/Signal-Toolbox | 3eff678d177633ee8aadca7fb9782b8bd7c2f1ce | 89bfeffefc89137fe3c266d3a3e746a749bbc1e9 | refs/heads/master | 2020-03-22T21:37:22.593805 | 2018-07-12T12:35:54 | 2018-07-12T12:35:54 | 140,701,211 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,036 | sci | tripuls.sci | function [y] = tripuls(t,w,skew)
//This function generates a triangular pulse over the interval [-w/2,w/2] sampled at times t
//Calling Sequence
//[y] = tripuls(t)
//[y] = tripuls(t,w)
//[y] = tripuls(t,w,skew)
//Parameters
//t: vector of real or complex numbers
//w: real or complex number
//skew: real number, -1 <= s <= 1
//Description
//This function generates a triangular pulse which is sampled at times t over the interval [-w/2,w/2]. The value of skew lies between -1
//and 1.
//The value of skew represents the relative placement of the peak in the given width.
//Examples
//tripuls([0, .5, .6, 1], 0.9)
//ans =
// 1 0 0 0
//This function is being called from Octave
funcprot(0);
rhs = argn(2)
if(rhs<1 | rhs>3)
error("Wrong number of input arguments.")
end
select(rhs)
case 1 then
y = callOctave("tripuls",t)
case 2 then
y = callOctave("tripuls",t,w)
case 3 then
//tip = type(skew)
//if(tip==1)
y = callOctave("tripuls",t,w,skew)
//else
//error("Wrong arguments.")
//end
end
endfunction
|
aa5d26147f2f415ca2e4d50ca0f1fde4a1fe6386 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/macros/scicos/f_xsetech.sci | 6ff7b46cd9f4281d8f8ca4069769951f5359af82 | [
"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 | 312 | sci | f_xsetech.sci | function f_xsetech(wsiz)
if MODE_X then
WIDTH=3*wsiz(5);HIGHT=3*wsiz(6);
XSHIFT=wsiz(5);YSHIFT=wsiz(6);
xsetech([-1 -1 8 8]/6,[wsiz(3)-XSHIFT,wsiz(4)-YSHIFT,..
wsiz(3)-XSHIFT+WIDTH,..
wsiz(4)-YSHIFT+HIGHT])
else
xsetech([-1 -1 8 8]/6,[wsiz(3),wsiz(4),wsiz(3)+wsiz(5),wsiz(4)+wsiz(6)])
end
|
e715bbd2aa550c6ea50103f65c995748a27589e6 | 4e7aac39f36916a964f4664f3198d7c87e762253 | /scilab/est_est.sce | f6adefe30eed116526d1d8f831bc5dd90db1165b | [] | no_license | kirillin/manipulator_dynamics | 349c01fd5aef8b42734edc497a7d48ee49aced9c | a773091ea5a62493b77885a0e2df6491282faa4c | refs/heads/master | 2021-10-22T13:15:09.489858 | 2019-03-10T23:00:56 | 2019-03-10T23:00:56 | 108,987,774 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 411 | sce | est_est.sce | std_dev = stdev(Chi, 'c', mean(Chi,'c'));
disp([mean(Chi,'c'), std_dev]);
t = Symbol('t')
q_1 = Function('q_1')(t)
theta_1 = Function('theta_1')(q_1)
#q_1 = Symbol('q_1')
dq_1 = diff(q_1, t)
L = sin(theta_1)**2 * dq_1
dL_Ddq = diff(L, dq_1).doit()
dLdq_Dt = diff(dL_Ddq, t).doit()
dL_Dq = diff(L, q_1).doit()
opL = dLdq_Dt - dL_Dq
diff(theta_1, q_1)
Subs(Derivative(theta_1(_xi_2), _xi_2), (_xi_2), (q_1(t)))
|
fded91605210f9b29dad173242c3e0ee1b92bee9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /548/DEPENDENCIES/4_09data.sci | e4c7ccbf8c28ecb50cb2aeb26277ebdd97fe3286 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 678 | sci | 4_09data.sci | //deals with properties of air flow through supersonic wind tunnel
To=1000; //air temperature at the reservior of wind tunnel in degree Kelvin
Po=10*1.01*10^5; // air pressure at the reservior of wind tunnel in N/m^2
R=287; //gas constant for air
Do=Po/(R*To) //density at the reservior
Te=300; //static temperature at the exit in degree Kelvin
y=1.4;// specific heat ratio for air
T1=833; //temperature at the throat in degree Kelvin
Te=300; //temperature at the exit in degree Kelvin
D1=Do*(T1/To)^(1/(y-1)) //density at the throat
Mt=0.5; //mass flow rate through nozzle,Kg/s
Cp=1008; //specific heat at constant pressure for air,J/Kg.K
De=Do*(Te/To)^(1/(y-1))
|
d3415c41961d9730efdea5ac3f9efc2b3c34905a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2504/CH2/EX2.1/2_1.sce | 1b370f4ea431061eb77e0d6854ba078f4b6f2354 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 236 | sce | 2_1.sce | clc
//initialisation of variables
clear
r= 4
l1= 4 //units
l2= 10 //units
//CALCULATIONS
sxy= (4/r)
sxy1= l1^2
sxy2= l2^2
//RESULTS
printf ('x^2+4*y^2 = %.f ',sxy)
printf ('\n x^2+4*y^2 = %.f ',sxy1)
printf ('\n x^2+4*y^2 = %.f ',sxy2)
|
0edbb8a62a9cb0a7defbf996b30aaf2a04ee92e7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3446/CH4/EX4.2/Ex4_2.sce | 9e51ee33e2120ab52cc97dc0f51e717646cef2ce | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 662 | sce | Ex4_2.sce | // Exa 4.2
// To calculate SNR for L=32, 64, 128, and 256.
clc;
clear all;
Rt=1; //Resistance(ohm)
//L= Number of quantization values
L1=32;
L2=64;
L3=128;
L4=256;
// solution
// L=2^R i.e R=log2(L);
R1=log2(L1);
R2=log2(L2);
R3=log2(L3);
R4=log2(L4);
//P=A^2/2; //average power of signal
//sig^2=0.333*A^2*2^(-2*Rt); //Avg quantization noise power
//SNR=P/sig^2;
// SNR(dB)=1.8+ 6R;
SNR1=1.8+6*R1;
SNR2=1.8+6*R2;
SNR3=1.8+6*R3;
SNR4=1.8+6*R4;
printf('For L=32, SNR is %.1f dB\n ',SNR1);
printf('For L=64, SNR is %.1f dB\n ',SNR2);
printf('For L=128, SNR is %.1f dB\n ',SNR3);
printf('For L=256, SNR is %.1f dB\n ',SNR4);
|
9399c7163b6b7dc4991ee43280945f7c73d12771 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3782/CH1/EX1.20/Ex1_20.sce | d60f01c64aa2b34459b21778a380fd27f116b0aa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex1_20.sce |
//ch-1 page -38,39 pb-3
//
//
ab=280
AB1=ab*(cos(10*(%pi/180)))
printf("\n horizontal distance 1 is %0.3f meters',AB1)
cosal=(10/(sqrt(101)))
AB2=ab*cosal
printf("\n horizontal distance 2 is %0.3f meters',AB2)
bb=8
AB3=sqrt(ab*ab-(bb*bb))
printf("\n horizontal distance 3 is %0.3f meters',AB3)
|
4fefadd3a1f331fa970c5746d40837ae23640bd6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2642/CH9/EX9.3/Ex9_3.sce | 8bae1ca7adc4d5426f5f8c0fdedb752c05df5377 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 759 | sce | Ex9_3.sce | // FUNDAMENTALS OF ELECTICAL MACHINES
// M.A.SALAM
// NAROSA PUBLISHING HOUSE
// SECOND EDITION
// Chapter 9 : SYNCHRONOUS GENERATOR
// Example : 9.3
clc;clear; // clears the console and command history
// Given data
P = 4 // number of poles
m = 3 // number of phase
S = 40 // number of slots
// caclulations
T_p = S/P // pole pitch interms of slots
T_c = 9-1 // coil span 1 to 9 i.e. coil pitch in terms of slots
slots_1 = 180/T_p // pole pitch per slots
y = T_p-T_c // short pitch angle
y_angle = y*slots_1 // in terms of angle
k_p = cosd(y_angle/2) // pitch factor
// display the result
disp("Example 9.3 solution");
printf(" \n Pitch factor is \n k_p = %.2f \n", k_p );
|
ed9cea9b0d706926b835b7453324f54eee828c3c | 676ffceabdfe022b6381807def2ea401302430ac | /solvers/IncNavierStokesSolver/Tests/Kovasznay_Flow_3modes.tst | 14b34a417c507b9f41dfcb7da112c1280136f5cf | [
"MIT"
] | permissive | mathLab/ITHACA-SEM | 3adf7a49567040398d758f4ee258276fee80065e | 065a269e3f18f2fc9d9f4abd9d47abba14d0933b | refs/heads/master | 2022-07-06T23:42:51.869689 | 2022-06-21T13:27:18 | 2022-06-21T13:27:18 | 136,485,665 | 10 | 5 | MIT | 2019-05-15T08:31:40 | 2018-06-07T14:01:54 | Makefile | UTF-8 | Scilab | false | false | 918 | tst | Kovasznay_Flow_3modes.tst | <?xml version="1.0" encoding="utf-8"?>
<test>
<description>Kovasznay Flow P=2</description>
<executable>IncNavierStokesSolver</executable>
<parameters>Kovasznay_Flow_3modes.xml</parameters>
<files>
<file description="Session File">Kovasznay_Flow_3modes.xml</file>
<file description="Session File">Kovasznay_Flow_3modes.rst</file>
</files>
<metrics>
<metric type="L2" id="1">
<value variable="u" tolerance="1e-3">0.343606</value>
<value variable="v" tolerance="1e-3">0.0255658</value>
<value variable="p" tolerance="1e-3">0.347747</value>
</metric>
<metric type="Linf" id="2">
<value variable="u" tolerance="1e-3">0.322039</value>
<value variable="v" tolerance="1e-3">0.0243043</value>
<value variable="p" tolerance="1e-3">0.519425</value>
</metric>
</metrics>
</test>
|
7cc81fd611d6eebe44914edd61beb2666f05ca78 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1382/CH7/EX7.13/EX_7_13.sce | 54102e4e739fb222a8cecb6f489a9e6ad2c671ea | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 230 | sce | EX_7_13.sce | // Example 7.12:quality factor
clc;
clear;
close;
f=450;//resonant frequency in killo hertz
L=4.2;//inductnace in henry
R=600;//resistance in ohms
Q= round((2*%pi*f*10^3*L)/R);//quality factor
disp(Q,"quality factor is")
|
9695052cf9b7cb162a5c31155703877764070a70 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3717/CH21/EX21.2/Ex21_2.sce | 31f2c70fa11769b020bb9363715a50465daffb0b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 535 | sce | Ex21_2.sce | // Ex21_2 Page:399 (2014)
clc;clear;
m_pi_minus = 139.6; // Mass of a pion, MeV
m_p = 938.3; // Mass of a proton, MeV
m_n = 939.6; // Mass of a neutron, MeV
K_n = 0.6; // The kinetic energy of the neutron, MeV
E_pi0 = m_p + m_pi_minus - m_n - K_n; // Mass of neutral pion, MeV
E_pi0_r = sqrt(E_pi0^2 - (m_n + K_n)^2 + m_n^2); // Relativistic mass of neutral pion, MeV
printf("\nThe relativistic mass of neutral pion = %5.1f MeV", E_pi0_r);
// Result
// The relativistic mass of neutral pion = 133.5 MeV
|
0b8580b7d5719874f6a999993713afe6627b5c3d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2093/CH3/EX3.20/exa_3_20.sce | ceab310abd5ff4e3c0a9b1862e7edcf259b7f7c2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,066 | sce | exa_3_20.sce | // Exa 3.20
clc;
clear;
close;
// Given data
VBE= 0.7;// in V
VCC= 10.7;// in V
R_C= 10;//in kΩ
R_C=R_C*10^3;// in Ω
R_B= 10;//in kΩ
R_B=R_B*10^3;// in Ω
I1= (VCC-VBE)/R_C;// in A
disp(I1*10^3,"The value of I1 in mA is : ")
// Part (b)
VC= -4;//in V
VB= -10;// in V
R_C= 5.6;//in kΩ
R_C=R_C*10^3;// in Ω
R_B= 2.4;//in kΩ
R_B=R_B*10^3;// in Ω
VCC=12;// V
I_C= (VC-VB)/R_B;// in A
V2= VCC- (R_C*I_C);
disp(V2,"The value of V2 in volt is : ");
// Part (c)
VCC= 0;
VCE= -10;// in V
R_C= 10;//in kΩ
R_C=R_C*10^3;// in Ω
I_C= (VCC-VCE)/R_C;// in A
V4= 1;// in V
I3= I_C;// in A (approx)
disp(V4,"The value of V4 in volt is : ");
disp(I3*10^3,"The value of I3 in mA is : ")
// Part (d)
VBE= -10;// in V
VCC= 10;// in V
R_B= 5;//in kΩ
R_B=R_B*10^3;// in Ω
R_C= 15;//in kΩ
R_C=R_C*10^3;// in Ω
// I5= I_C and
// I5= (V6-0.7-VBE)/R_B and I_C= (VCC-V6)/R_C
V6= (VCC*R_B+R_C*(0.7+VBE))/(R_C+R_B);
disp(V6,"The value of V6 in volt is : ")
I5= (V6-0.7-VBE)/R_B;// in A
disp(I5*10^3,"The value of I5 in mA is : ")
|
741e44e20f61469aa149c61c76f6d7bde5703a32 | 449d555969bfd7befe906877abab098c6e63a0e8 | /692/CH2/EX2.6/P2_6.sce | 6b612e90519162d74e955a4193f71e149e84ca9d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 442 | sce | P2_6.sce | //EXAMPLE 2.6, Energy Signal
clear ;
clc ;
n = -5:5;
for i =1:length ( n )
if(n(i)>=1)
h(i)=1/n(i);
else
h(i)=0;
end
end
Sum=0;
N=1:10000;
for i=1:length(N)
h(i)=(1/N(i))^2;
end
Energy = sum(h);
if (Energy<%inf ) then
disp ('Energy Signal') ;
disp(Energy,'Energy of signal = ');
else
if (Energy/length(N)<%inf ) then
disp ('Power Signal') ;
else
disp ('Niether Energy nor Power Signal') ;
end
end
|
275111b3ce6a6c9c469cb9b8a4ac9fc3a326d5df | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/R03.prev.tst | b8f68628e959fdf60288bf35b60c11d2aa0b29fc | [
"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 | 1,335 | tst | R03.prev.tst | 3^3 + 4^3 + 5^3 = 6^3
6^3 + 8^3 + 10^3 = 12^3
9^3 + 12^3 + 15^3 = 18^3
7^3 + 14^3 + 17^3 = 20^3
12^3 + 16^3 + 20^3 = 24^3
18^3 + 19^3 + 21^3 = 28^3
15^3 + 20^3 + 25^3 = 30^3
18^3 + 24^3 + 30^3 = 36^3
14^3 + 28^3 + 34^3 = 40^3
6^3 + 32^3 + 33^3 = 41^3
21^3 + 28^3 + 35^3 = 42^3
3^3 + 36^3 + 37^3 = 46^3
27^3 + 30^3 + 37^3 = 46^3
24^3 + 32^3 + 40^3 = 48^3
27^3 + 36^3 + 45^3 = 54^3
36^3 + 38^3 + 42^3 = 56^3
15^3 + 42^3 + 49^3 = 58^3
21^3 + 42^3 + 51^3 = 60^3
30^3 + 40^3 + 50^3 = 60^3
33^3 + 44^3 + 55^3 = 66^3
22^3 + 51^3 + 54^3 = 67^3
7^3 + 54^3 + 57^3 = 70^3
36^3 + 48^3 + 60^3 = 72^3
39^3 + 52^3 + 65^3 = 78^3
28^3 + 56^3 + 68^3 = 80^3
19^3 + 60^3 + 69^3 = 82^3
12^3 + 64^3 + 66^3 = 82^3
42^3 + 56^3 + 70^3 = 84^3
54^3 + 57^3 + 63^3 = 84^3
50^3 + 61^3 + 64^3 = 85^3
45^3 + 60^3 + 75^3 = 90^3
58^3 + 59^3 + 69^3 = 90^3
6^3 + 72^3 + 74^3 = 92^3
54^3 + 60^3 + 74^3 = 92^3
48^3 + 64^3 + 80^3 = 96^3
45^3 + 69^3 + 79^3 = 97^3
35^3 + 70^3 + 85^3 = 100^3
51^3 + 68^3 + 85^3 = 102^3
54^3 + 72^3 + 90^3 = 108^3
15^3 + 82^3 + 89^3 = 108^3
72^3 + 76^3 + 84^3 = 112^3
57^3 + 76^3 + 95^3 = 114^3
30^3 + 84^3 + 98^3 = 116^3
23^3 + 86^3 + 97^3 = 116^3
42^3 + 84^3 + 102^3 = 120^3
60^3 + 80^3 + 100^3 = 120^3
49^3 + 84^3 + 102^3 = 121^3
19^3 + 92^3 + 101^3 = 122^3
18^3 + 96^3 + 99^3 = 123^3
23^3 + 94^3 + 105^3 = 126^3
63^3 + 84^3 + 105^3 = 126^3
|
fd6ca86632a084f8e7dc4642f2b12fc7adebfdb8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1358/CH4/EX4.7/Example47.sce | 58e1c90def9e9f1dfc410f829803539038aa54ad | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 659 | sce | Example47.sce | // Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clear;
clc;
disp("Turbomachinery Design and Theory,Rama S. R. Gorla and Aijaz A. Khan, Chapter 4, Example 7")
disp("Temperature equivalent of work done:")
disp("Weq = T02 - T01")
T02 = 440;//kelvin
T01 = 290;//kelvin
sigma = 0.88;
psi = 1.04;
Cp = 1005;
N = 10000;//rpm
U2 = ((T02-T01)*Cp/(sigma*psi))^0.5//m/s
D = 60*U2/(%pi*N)//m
disp("The overall pressure ratio is given by: P03/P01")
etac = 0.85;
ratio = (1+etac*sigma*psi*U2^2 /(Cp*T01))^3.5
disp("Power required to drive the compressor per unit mass flow:")
m = 1;
P = m*psi*sigma*U2^2 / 1000//kW
|
9cb17934498e69ae73c7a47f1748fbd3f3247d04 | bf63c70e054c641e89a6f7a4623a7634ce9a8a9d | /legacy/bofor_2005/test/SEP1.prev.tst | 2f645bf4dff10a92887cfd2415288b112a6fa1f0 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | gfis/jextra | 9c8c030faf35f0834843ed8f07cc061ca9d65a64 | bdad8fd33fdf633cf2ff4c1879e1f61935c3d636 | refs/heads/master | 2022-03-13T21:31:56.132450 | 2022-02-12T21:27:40 | 2022-02-12T21:27:40 | 30,127,957 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,054 | tst | SEP1.prev.tst | STASUB= 256 , STASUH= 10
<SEPUSH val="17 10 256 " />
<SEPUSH val="18 17 256 " />
SETPOP: 17
SETPOP: 18
<SEPUSH val="17 18 256 " />
<SEPUSH val="18 17 256 " />
<sets>
<set name="EMITS " head="2 " tail="2 > </set>
<set name="EMITT " head="3 " tail="3 > </set>
<set name="LAGAR " head="4 " tail="4 > </set>
<set name="LAGET " head="5 " tail="5 > </set>
<set name="LAPUT " head="6 " tail="6 > </set>
<set name="PRODEL" head="12 " tail="12 > </set>
<set name="SPLIT " head="7 " tail="7 > </set>
<set name="STACLO" head="13 " tail="13 > </set>
<set name="STAGAR" head="8 " tail="8 > </set>
<set name="STAGB " head="9 " tail="9 > </set>
<set name="STAOPC" head="14 " tail="14 > </set>
<set name="STASUC" head="18 " tail="10 >
17 18 </set>
<set name="SYMINS" head="15 " tail="15 > </set>
<set name="TREOUS" head="11 " tail="11 > </set>
</sets>
SETPOP: 18
SETPOP: 17
|
6b3b75faf7500dfe17b6818430ce24c7866d98f0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1299/CH3/EX3.1/example3_1.sce | 555539e73236726ceb384e3ecda0897c4e680b73 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 469 | sce | example3_1.sce | //Example 3.1
//type of the system
clear; clc;
xdel(winsid());
// fig(3.14)
s=%s;
n1=(2);
d1=((s)*(s^2+2*s+2));
A=n1/d1
disp("since one integration is being observed, it is TYPE 1 system")
//fig(3.15)
s=%s;
n2=(5);
d2=((s+2)*(s^2+2*s+3));
B=n2/d2
disp("since no integration is being observed, it is TYPE 0 system")
//fig(3.16)
s=%s;
n3=(s+1);
d3=((s^2)*(s+2));
C=n3/d3
disp("since two integration is being observed, it is TYPE 2 system")
|
2e84225d77239586dfae508903f9f843133086d6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /25/CH6/EX6.5/6_5.sce | b37522c269e16ae4213846caaaad9c43f83da4c1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 506 | sce | 6_5.sce | //example:-6.5,page no.-304.
//program to design a single section quarter wave matching transformer.
Zl=10; // load impedence.
Zo=50; // characteristic impedence.
fo=3*10^9;swr=1.5; // maximum limit of swr.
Z1=sqrt(Zo*Zl); // characteristic impedence of the matching section.
taom=(swr-1)/(swr+1);
frac_bw=2-(4/%pi)*acos((taom/sqrt(1-taom^2))*(2*sqrt(Zo*Zl)/abs(Zl-Zo))); // fractional bandwidth.
disp(Z1,'charecteristic impedence of matching section = ')
disp(frac_bw,'fractional bandwidth = ') |
4eda342969ef1e77bd8477709f97a05e123aee90 | 76d58c93412c99ad3e8468ca843883add5b16d43 | /ads-influence.sci | 040b0bce5ea5dea2c189001e4eab5678d43decb8 | [] | no_license | NnataKha/Mixed-plus-minus-interaction-conflict-model | cd6daadc26e6189720f088adf9a739072125f1fa | a02cf4c1c21dc5559721c219c93ad706f3af30be | refs/heads/master | 2020-03-16T18:52:00.884504 | 2018-05-10T11:24:44 | 2018-05-10T11:24:44 | 132,889,968 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 856 | sci | ads-influence.sci | //Change plus/minus interaction depending on the scalar product of the vectors
//main
clear;
m = 40;//number of inetrations
n = 1; //number of agents
a = [1,0];
v = ones(1,2)
v(1) = abs(rand()/2)
v(2) = 1- v(1)
agents(:,1) = zeros(n,1);
agents(:,2) = ones(n,1);
p = [0,0];
for i=1:n
for j =1:2
X(i,1,j) = agents(i,j)
end
end
for k = 1:m
for i = 1:n
p = [X(i,k,1), X(i,k,2)]
tau = max(v.*p, v.*a)
p_temp = p + tau
s = sum(p_temp)
p = p_temp ./ s
X(i,k+1,1) = p(1)
X(i,k+1,2) = p(2)
end
Value(k,:) = v .* p
end
t = [1:1:m]
//V = v'*ones(1,number_of_steps)
plot(Value)
legend('innovation', 'old product')
for i=1:n
for k=1:m
y1(k,1) = X(i,k,1)
y2(k,2) = X(i,k,2)
end
plot(t',y1,'b--',t',y2,'g--')
end
|
152575829857de9cb9517d0c6fbd0cb2c66f5817 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3673/CH10/EX10.a.18/Example_a_10_18.sce | 4875123b322e0571dc7ec1d469c2c37c357f43a7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Example_a_10_18.sce | //Example_a_10_18 page no:479
clc;
l=0.6;
r=l/(2*%pi);
N=300;
I=1;
AT=300;
a=%pi*r^2;
mu=4*%pi*10^-7
R=l/(mu*N*a);
lg=90.345/299;
disp(lg,"the air gap is (in m)");
disp(R,"the reluctance is (in AT/wb)");
//reluctance value varies in the textbook hence area and radius is rounded off in text book
|
60597df25bbc388307ca32b57778970accc195d9 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.3_14.tst | b0f4c6576566aedd42abdfd9e9eb943023404458 | [] | 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 | 689,018 | tst | 5.3_14.tst | 3 580:1 733:1 1295:1 1304:1 1309:1 1322:1 1368:1 1401:1 1947:1 2001:1 2213:1 2807:1 2822:1 2902:1 3002:1 3102:1 3152:1 3153:2 3475:1 3786:1 3870:1 3880:1 3965:1 4245:1 4521:1 4569:1 4697:1 4906:1 5098:1 5553:1 5759:1 6689:1 6859:2 7128:1 7148:1 7539:1 8057:2 8643:1 8645:1 8665:1 8916:1 8918:1 9056:1 9385:1 9395:1 10242:1 10535:1 11565:1 12147:1 12196:1 12270:1 13302:1 13323:1 13375:1 13898:1 14140:1 14150:1 14158:1 14161:1 14396:1 14536:1 15121:1 15189:1 15374:1 15377:1 15480:1 15488:1 15606:1 15820:1 16018:1 16422:1 16665:1 16727:1 16807:1 16986:1 17134:1 17332:1 17455:2 17504:1 17765:1 17816:1 18425:1 18602:1 18662:1 19486:103 19490:1 19672:1 20595:1 20701:1 20756:1 21153:1 21278:1 21482:1 22395:1 22569:1 22911:1 22995:1 23444:1 23515:1 23539:1 24425:1 24653:1 25411:1 25753:1 25761:1 25771:1 25939:2 25945:1 26329:1 26331:1 26599:1 26601:1 26891:1 27121:1 27152:1 27785:1 28074:2 28340:1 28383:1 28390:1 28750:1 28751:1 29027:1 29423:1 29592:1 29761:1 29766:1
3 90:1 580:1 733:1 750:1 889:1 996:1 1130:1 1145:1 1253:1 1295:1 1304:1 1305:1 1309:1 1322:2 1368:1 1369:1 1401:1 1429:1 1622:1 1707:1 1813:1 1883:1 1947:1 2001:1 2213:1 2247:1 2521:1 2807:1 2822:1 2902:1 3002:1 3017:1 3102:1 3152:1 3153:4 3434:1 3475:1 3752:1 3786:1 3870:2 3880:2 3965:2 4245:1 4521:1 4539:1 4569:1 4697:1 4906:2 5098:1 5222:1 5483:1 5541:1 5553:1 5589:1 5664:1 5759:1 5760:1 6305:1 6397:1 6462:1 6509:1 6687:1 6689:1 6708:1 6765:1 6851:1 6859:3 6875:1 6969:1 7128:1 7148:1 7352:1 7523:1 7533:1 7539:2 8057:3 8263:1 8545:1 8643:2 8645:2 8652:1 8653:1 8665:1 8878:1 8916:2 8918:1 9056:1 9320:1 9385:2 9395:1 9624:1 9682:1 9707:1 9865:1 10242:1 10264:1 10360:1 10535:1 10638:1 10651:1 10911:1 11214:1 11355:1 11461:1 11565:1 11894:1 12036:1 12147:2 12196:1 12270:3 12286:1 12431:1 13031:1 13291:1 13302:1 13323:1 13375:1 13412:1 13650:1 13683:1 13774:1 13898:1 13912:1 14140:1 14150:1 14158:1 14161:1 14396:1 14536:1 14860:1 14950:1 14951:1 14959:1 15063:2 15121:1 15189:1 15217:1 15233:1 15331:1 15374:1 15377:1 15480:1 15488:1 15509:1 15606:1 15636:1 15820:1 16018:2 16207:1 16364:1 16396:1 16422:1 16665:1 16727:1 16792:1 16807:1 16826:1 16986:1 17071:1 17134:1 17317:1 17332:1 17420:1 17455:4 17504:1 17632:1 17765:1 17816:1 17946:1 18018:1 18208:1 18270:1 18404:1 18425:1 18602:1 18604:1 18662:1 18727:1 18746:1 19260:1 19486:231 19490:1 19672:3 20301:1 20314:1 20421:1 20595:2 20701:1 20756:1 21153:2 21217:1 21230:1 21245:1 21278:1 21295:1 21482:1 21823:1 21930:1 22381:1 22395:1 22569:1 22653:1 22673:1 22911:2 22968:1 22995:2 23022:1 23251:1 23444:1 23515:2 23539:1 23631:1 23843:1 24410:1 24425:1 24611:1 24635:1 24653:1 24748:1 25143:1 25200:1 25411:1 25634:1 25749:1 25753:1 25761:1 25765:1 25771:1 25772:1 25939:2 25945:1 26042:1 26161:1 26329:2 26331:2 26586:1 26599:1 26601:1 26800:1 26891:3 27121:2 27152:1 27406:1 27503:1 27785:1 27833:1 28074:3 28283:1 28340:1 28383:2 28390:1 28682:1 28702:1 28750:2 28751:2 28758:1 28761:1 28866:1 28907:1 29027:1 29110:1 29117:1 29248:1 29345:1 29370:1 29423:1 29592:1 29721:1 29731:1 29753:1 29761:1 29766:2 29904:1 29930:1 29972:1 30066:1 30097:1 30474:1 30730:1 30925:1 30997:1
3 50:1 90:1 203:1 254:1 287:1 333:1 447:1 580:1 733:1 750:1 889:1 986:1 996:1 1130:1 1145:1 1253:1 1295:1 1304:1 1305:1 1309:1 1322:2 1368:1 1369:1 1382:1 1401:1 1429:1 1560:1 1566:1 1622:1 1707:1 1813:1 1883:1 1947:1 1993:1 2001:1 2071:1 2146:1 2213:1 2247:1 2416:1 2521:1 2807:1 2822:1 2902:1 3002:1 3017:1 3102:1 3114:1 3152:1 3153:5 3434:2 3475:1 3752:1 3786:1 3870:2 3880:2 3965:2 4056:1 4118:1 4212:1 4245:1 4521:1 4539:1 4569:1 4689:1 4697:1 4773:1 4806:1 4906:2 5098:1 5157:1 5222:1 5249:1 5404:1 5483:2 5541:1 5553:1 5589:1 5659:1 5664:1 5704:1 5759:1 5760:1 5801:1 5972:1 6305:1 6319:1 6397:1 6462:1 6509:1 6680:1 6687:1 6689:1 6695:1 6708:1 6765:1 6840:1 6851:1 6859:3 6875:1 6969:1 7128:1 7148:1 7339:1 7352:1 7427:1 7438:1 7523:1 7533:1 7539:3 7929:1 7970:1 8057:3 8124:1 8263:1 8354:1 8545:1 8643:2 8645:2 8652:1 8653:1 8665:1 8870:1 8878:1 8916:2 8918:1 8927:1 9056:1 9262:1 9320:1 9385:2 9394:1 9395:1 9404:1 9624:1 9682:1 9690:1 9707:1 9725:1 9865:1 9992:1 10219:1 10242:1 10245:1 10264:1 10360:1 10484:1 10535:1 10638:1 10651:1 10911:1 11010:1 11067:1 11214:1 11301:1 11355:1 11414:1 11461:2 11541:1 11565:1 11641:1 11815:1 11820:2 11825:1 11894:1 12036:1 12101:1 12102:1 12107:1 12147:2 12196:1 12270:3 12286:1 12431:1 12440:1 12473:2 12617:1 12629:1 12630:1 12831:1 13015:1 13031:1 13269:1 13273:1 13291:1 13302:1 13323:1 13375:1 13387:1 13412:1 13650:1 13683:1 13774:1 13889:1 13898:1 13912:1 14140:1 14150:1 14158:1 14161:1 14396:1 14536:1 14716:1 14845:1 14860:1 14890:1 14950:1 14951:1 14959:1 15043:1 15063:2 15082:1 15121:1 15189:1 15217:1 15233:1 15331:1 15374:1 15377:1 15401:1 15480:1 15488:1 15509:1 15606:1 15636:1 15686:1 15820:1 16018:2 16207:2 16364:1 16396:1 16422:1 16550:1 16665:1 16668:1 16727:1 16746:1 16792:1 16807:1 16826:1 16986:1 17071:1 17134:1 17317:1 17332:1 17344:1 17393:1 17420:1 17455:5 17504:1 17632:1 17765:1 17816:1 17946:1 18018:1 18072:1 18208:1 18270:2 18280:1 18404:1 18412:1 18425:1 18432:1 18473:1 18602:1 18604:1 18662:1 18727:1 18746:2 19070:1 19118:1 19260:1 19486:343 19490:1 19621:1 19672:4 20032:1 20301:1 20314:2 20346:1 20421:1 20595:2 20679:1 20701:1 20756:1 21149:1 21153:2 21217:1 21230:1 21245:1 21278:1 21295:1 21482:1 21646:1 21665:1 21823:1 21930:1 22208:1 22345:1 22381:1 22395:1 22437:1 22490:1 22569:1 22653:2 22673:1 22813:1 22911:2 22968:1 22995:2 23022:1 23049:1 23251:1 23316:1 23318:1 23444:1 23515:2 23539:1 23564:1 23631:1 23638:1 23650:1 23769:1 23843:1 23999:1 24184:1 24267:1 24410:1 24425:1 24542:1 24611:1 24635:1 24653:1 24661:1 24748:1 25143:1 25200:1 25411:1 25588:1 25634:1 25648:1 25749:1 25753:1 25755:1 25761:1 25765:1 25771:1 25772:1 25790:1 25939:3 25945:1 25959:1 26042:1 26161:1 26244:1 26272:1 26329:2 26331:2 26451:1 26586:1 26599:1 26601:1 26800:1 26872:1 26882:1 26891:3 26964:1 27042:1 27095:1 27121:2 27152:1 27321:1 27406:1 27503:1 27595:1 27611:1 27785:1 27833:1 28059:1 28074:3 28283:1 28288:1 28340:1 28383:2 28390:1 28682:1 28686:1 28702:1 28750:2 28751:2 28758:1 28761:1 28866:1 28907:1 29027:1 29110:1 29117:1 29248:1 29306:1 29345:1 29370:1 29423:1 29592:1 29689:1 29721:1 29731:1 29748:1 29753:1 29761:1 29766:2 29773:1 29858:1 29904:1 29930:1 29948:1 29972:1 30066:1 30097:2 30354:1 30474:1 30730:1 30735:1 30861:1 30925:1 30997:1
3 44:1 50:1 90:1 104:1 203:1 254:1 275:1 287:1 333:1 376:1 447:1 490:1 580:1 683:1 733:1 750:1 889:1 934:1 958:2 986:1 989:1 996:1 1049:1 1130:1 1145:1 1253:1 1295:1 1304:1 1305:1 1309:1 1322:2 1368:1 1369:1 1382:1 1401:1 1429:1 1560:1 1566:1 1622:1 1644:1 1693:1 1707:1 1813:1 1836:1 1861:1 1883:1 1947:1 1993:1 2001:1 2007:2 2009:1 2071:1 2126:1 2146:1 2213:1 2247:1 2412:1 2416:1 2418:1 2420:1 2423:3 2521:1 2748:1 2807:1 2822:1 2902:1 3002:1 3006:1 3017:1 3086:1 3102:1 3114:1 3152:1 3153:5 3353:1 3434:2 3475:1 3694:1 3752:1 3786:1 3870:2 3880:2 3965:2 4043:1 4056:1 4118:1 4212:1 4245:1 4255:1 4445:1 4510:1 4521:1 4539:1 4569:1 4689:1 4697:1 4710:1 4750:1 4773:1 4806:2 4811:1 4906:3 4992:1 5098:2 5157:1 5222:1 5249:1 5404:1 5483:2 5541:1 5553:1 5589:1 5659:1 5664:1 5704:1 5759:1 5760:1 5801:1 5972:1 6007:1 6046:1 6118:1 6305:1 6313:1 6319:1 6383:1 6397:1 6462:1 6469:1 6509:1 6680:1 6687:1 6689:1 6695:1 6703:2 6708:1 6765:1 6840:2 6851:1 6859:4 6875:1 6969:1 7128:1 7148:1 7204:1 7294:1 7339:1 7352:1 7419:1 7427:1 7438:1 7523:1 7533:1 7539:3 7929:2 7970:1 8057:3 8124:6 8148:1 8150:1 8263:1 8337:1 8354:1 8372:1 8545:1 8643:2 8645:2 8652:1 8653:1 8665:3 8793:1 8870:1 8878:1 8916:2 8918:1 8927:1 9056:1 9205:1 9242:1 9262:1 9317:1 9320:1 9385:2 9394:1 9395:1 9404:1 9545:1 9624:1 9682:1 9690:1 9707:1 9725:1 9865:1 9875:1 9992:1 10011:1 10082:1 10219:1 10242:1 10245:1 10264:1 10290:1 10360:1 10410:1 10484:1 10519:2 10535:1 10553:1 10630:1 10638:1 10651:1 10793:1 10911:1 10915:1 10963:1 11010:2 11067:1 11214:1 11225:1 11301:1 11355:1 11414:1 11461:2 11495:1 11541:1 11564:1 11565:1 11641:1 11763:1 11815:1 11820:2 11825:1 11894:1 11898:1 11979:1 12000:1 12036:1 12101:1 12102:1 12107:1 12147:2 12196:1 12270:3 12286:1 12431:1 12440:1 12473:2 12617:1 12629:1 12630:1 12702:1 12826:1 12831:1 12836:1 12992:1 13015:1 13031:1 13269:1 13273:1 13291:1 13302:1 13323:1 13375:1 13387:1 13412:1 13650:1 13683:2 13774:1 13889:1 13898:1 13912:1 14140:1 14150:1 14158:1 14161:1 14179:1 14227:1 14384:1 14396:1 14533:1 14536:1 14596:1 14657:1 14716:1 14845:1 14860:1 14890:1 14925:1 14927:1 14950:1 14951:1 14959:1 15000:1 15043:1 15063:2 15082:1 15121:1 15189:1 15217:1 15233:1 15331:1 15374:1 15377:2 15383:1 15401:1 15480:1 15488:1 15509:1 15606:1 15636:2 15686:1 15820:1 15869:1 16018:2 16127:1 16207:2 16348:1 16362:1 16364:1 16396:1 16414:1 16422:1 16431:1 16550:1 16665:1 16668:1 16712:1 16727:1 16746:1 16766:1 16792:1 16807:1 16826:1 16915:1 16980:1 16986:1 17071:1 17124:1 17134:1 17317:1 17332:1 17344:1 17393:1 17420:1 17455:5 17504:1 17632:1 17765:1 17816:1 17931:1 17946:1 18018:1 18072:1 18198:1 18208:1 18270:2 18280:1 18388:1 18404:1 18412:1 18425:1 18432:1 18473:1 18602:1 18604:1 18662:1 18727:1 18746:2 19070:1 19118:1 19254:1 19260:1 19262:1 19486:450 19488:1 19490:1 19496:1 19621:1 19672:4 19685:1 19834:1 19946:1 20032:1 20301:1 20314:2 20346:1 20421:1 20504:1 20532:1 20595:2 20679:1 20694:1 20698:1 20701:1 20756:1 20787:1 20832:1 20867:1 20980:1 21046:2 21070:1 21149:1 21153:2 21209:1 21217:1 21230:1 21242:1 21245:1 21278:1 21295:1 21325:1 21482:1 21602:1 21646:1 21665:1 21693:1 21791:1 21823:1 21930:1 22074:1 22208:1 22345:1 22375:1 22381:1 22395:1 22437:1 22490:1 22569:1 22631:1 22653:2 22673:1 22745:2 22791:1 22813:1 22831:1 22911:2 22968:1 22995:2 23022:1 23033:1 23049:1 23114:1 23251:1 23316:1 23318:1 23444:1 23515:2 23539:1 23559:1 23564:1 23631:1 23638:1 23650:2 23668:1 23769:1 23836:1 23843:1 23999:1 24184:2 24267:1 24333:1 24410:1 24425:1 24542:1 24611:1 24635:1 24653:1 24661:1 24748:1 24834:1 25143:1 25200:1 25276:1 25411:1 25428:1 25588:1 25623:1 25634:1 25648:1 25749:1 25753:1 25755:1 25761:1 25765:1 25771:1 25772:1 25790:1 25939:3 25945:1 25959:1 26042:1 26058:1 26108:1 26161:1 26244:1 26272:1 26329:2 26331:2 26363:1 26376:1 26379:1 26424:1 26425:1 26451:1 26586:1 26599:1 26601:1 26800:1 26872:1 26882:1 26891:3 26964:1 27042:1 27095:1 27121:2 27152:1 27321:1 27403:1 27406:1 27503:1 27595:1 27611:1 27714:1 27750:1 27785:2 27833:1 27853:1 28059:1 28074:4 28205:1 28208:1 28232:1 28283:1 28288:1 28340:1 28383:2 28390:2 28411:1 28458:1 28601:1 28682:1 28686:1 28702:1 28750:2 28751:2 28758:1 28761:1 28770:1 28817:1 28866:1 28907:1 29027:1 29052:1 29053:1 29100:1 29110:1 29117:1 29128:1 29248:1 29306:1 29345:1 29370:1 29413:1 29423:1 29494:1 29514:2 29592:1 29675:1 29689:1 29721:1 29731:1 29748:2 29753:1 29761:1 29766:2 29773:1 29858:1 29867:1 29904:1 29930:1 29948:1 29972:1 30054:1 30066:1 30097:2 30125:1 30354:1 30474:1 30730:1 30735:1 30770:1 30834:1 30844:1 30857:1 30861:1 30925:1 30964:1 30997:1
3 44:1 50:1 90:1 104:1 203:1 254:1 275:1 287:1 333:1 376:1 447:1 490:1 580:1 683:1 686:1 733:1 750:1 889:1 934:1 958:2 986:1 989:1 996:1 1049:1 1130:2 1145:1 1253:1 1295:1 1304:1 1305:1 1309:1 1322:2 1336:1 1368:1 1369:1 1382:1 1397:1 1401:1 1429:1 1560:1 1566:1 1622:1 1644:1 1693:1 1707:1 1813:1 1836:1 1861:1 1883:1 1947:1 1993:1 2001:1 2007:2 2009:1 2071:1 2126:1 2146:1 2213:1 2247:1 2412:1 2416:1 2418:1 2420:1 2423:3 2521:1 2748:1 2807:1 2822:1 2902:1 3002:1 3006:1 3017:1 3086:1 3102:1 3114:1 3152:1 3153:5 3199:1 3353:1 3408:1 3426:1 3434:3 3475:1 3694:1 3752:1 3786:1 3870:2 3880:2 3965:2 4043:1 4056:1 4118:1 4155:1 4212:1 4220:1 4245:1 4255:1 4445:1 4510:1 4521:1 4539:1 4569:1 4689:1 4697:1 4710:1 4750:1 4773:1 4806:2 4808:1 4811:1 4906:3 4992:1 5098:2 5157:1 5222:1 5249:1 5271:1 5404:1 5483:2 5541:1 5553:1 5589:1 5659:1 5664:1 5704:1 5759:1 5760:1 5800:1 5801:1 5972:1 6007:1 6046:1 6118:1 6305:1 6306:1 6313:1 6319:1 6383:1 6397:1 6462:1 6469:1 6509:1 6677:1 6680:1 6687:2 6689:1 6695:2 6703:2 6708:1 6765:1 6840:3 6851:1 6859:4 6875:1 6956:1 6969:1 7128:1 7148:1 7204:1 7257:1 7294:1 7339:1 7352:1 7419:1 7427:1 7438:1 7523:1 7533:1 7539:3 7621:1 7885:1 7929:2 7970:1 8057:3 8124:6 8148:1 8150:1 8263:1 8337:1 8354:1 8372:1 8545:1 8643:2 8645:2 8652:1 8653:1 8665:3 8793:1 8816:1 8870:1 8878:1 8916:2 8918:1 8927:1 9056:1 9205:1 9242:1 9262:1 9317:1 9320:1 9385:2 9394:1 9395:1 9404:1 9424:1 9498:1 9545:1 9624:1 9682:1 9690:1 9707:1 9725:1 9770:1 9773:1 9865:1 9875:1 9992:1 10011:1 10082:1 10219:1 10242:1 10245:3 10264:1 10290:1 10329:1 10360:1 10410:1 10484:1 10519:2 10535:1 10553:1 10627:1 10630:1 10638:1 10651:1 10793:1 10911:1 10915:1 10963:1 11010:3 11067:1 11214:1 11225:1 11301:1 11355:1 11414:1 11461:3 11495:1 11509:1 11541:1 11564:1 11565:1 11597:1 11641:1 11763:1 11815:1 11820:2 11825:1 11827:1 11894:1 11898:1 11979:1 12000:1 12036:1 12101:1 12102:1 12107:1 12147:2 12196:1 12270:3 12286:1 12287:1 12325:1 12431:1 12440:1 12473:2 12617:1 12629:1 12630:1 12702:1 12826:1 12831:1 12836:1 12992:1 13015:1 13021:1 13031:1 13269:1 13273:1 13291:1 13302:1 13323:1 13375:1 13387:1 13412:1 13467:1 13650:1 13651:1 13683:2 13774:1 13820:1 13889:1 13898:1 13912:1 13919:1 13942:1 14140:1 14150:1 14158:1 14161:1 14179:1 14227:1 14365:1 14384:1 14396:1 14400:1 14533:1 14536:1 14596:1 14657:1 14684:1 14716:1 14845:1 14860:1 14890:1 14925:1 14927:1 14950:1 14951:1 14959:1 15000:1 15043:1 15063:2 15082:1 15121:1 15189:1 15217:1 15233:1 15331:1 15358:1 15374:1 15377:2 15383:1 15401:1 15480:1 15488:1 15509:1 15582:1 15606:1 15636:2 15686:1 15820:1 15869:1 15885:1 16018:2 16127:1 16207:2 16348:1 16362:1 16364:1 16396:1 16414:1 16422:1 16431:1 16550:1 16665:1 16668:1 16712:1 16727:1 16746:1 16766:1 16792:1 16807:1 16826:1 16836:1 16915:1 16980:1 16986:1 17071:1 17088:1 17124:1 17134:1 17317:1 17332:1 17344:1 17393:1 17420:1 17455:5 17461:1 17464:1 17504:1 17632:1 17765:1 17816:1 17931:1 17946:1 18018:1 18072:1 18198:1 18208:1 18270:2 18280:1 18388:1 18404:1 18412:1 18425:1 18432:1 18473:1 18537:2 18602:1 18604:1 18662:3 18727:1 18746:2 19070:1 19118:1 19254:1 19260:1 19262:1 19486:518 19488:1 19490:1 19496:1 19596:1 19621:1 19625:1 19672:4 19685:1 19784:1 19834:1 19946:1 19979:1 20032:1 20110:1 20301:1 20314:2 20346:1 20421:1 20504:1 20532:1 20534:1 20595:2 20679:1 20694:1 20698:1 20701:1 20756:1 20787:1 20832:1 20867:1 20869:1 20980:1 21009:1 21046:2 21070:1 21073:1 21149:1 21153:2 21209:1 21217:1 21230:1 21242:1 21245:1 21278:1 21295:1 21325:1 21333:1 21482:1 21537:1 21602:1 21619:2 21646:1 21665:1 21693:1 21791:1 21823:1 21826:1 21930:1 22074:1 22187:1 22208:1 22345:1 22375:1 22381:2 22395:1 22437:1 22490:1 22492:1 22569:1 22631:1 22645:1 22653:2 22673:1 22745:2 22765:1 22791:1 22813:1 22831:1 22911:2 22968:1 22995:2 23022:1 23033:1 23049:1 23114:1 23251:1 23316:1 23318:1 23444:1 23515:2 23539:1 23559:1 23564:1 23581:1 23631:1 23638:1 23639:1 23650:2 23668:1 23769:1 23836:1 23843:1 23999:1 24184:2 24246:1 24267:1 24333:1 24410:1 24425:1 24476:1 24542:1 24611:1 24635:1 24653:1 24661:1 24748:1 24834:1 24909:1 25143:1 25154:1 25200:1 25276:1 25411:1 25428:1 25588:1 25623:1 25634:1 25648:1 25683:1 25749:2 25753:1 25755:1 25760:1 25761:1 25765:1 25771:1 25772:1 25790:1 25939:5 25945:1 25959:1 26042:1 26058:1 26108:1 26161:1 26244:1 26272:1 26329:2 26331:2 26363:1 26376:1 26379:1 26424:1 26425:1 26451:1 26538:1 26586:1 26599:1 26601:1 26701:1 26800:1 26872:1 26882:1 26891:3 26964:1 27042:1 27095:1 27121:2 27152:1 27321:1 27403:1 27406:1 27503:1 27595:1 27611:1 27714:1 27750:1 27785:2 27833:1 27853:1 28035:1 28059:1 28074:4 28205:1 28208:1 28232:1 28283:1 28288:1 28340:1 28383:2 28390:2 28409:1 28411:1 28458:1 28601:1 28682:1 28686:1 28702:1 28750:3 28751:2 28754:1 28758:1 28761:1 28770:1 28817:1 28866:1 28907:1 29027:1 29052:1 29053:1 29100:1 29110:1 29117:1 29128:1 29169:1 29248:1 29306:1 29345:1 29370:1 29380:1 29413:1 29423:1 29494:1 29514:2 29592:1 29631:1 29673:1 29675:1 29689:1 29721:1 29731:1 29748:2 29753:1 29761:1 29766:2 29773:1 29814:1 29858:1 29867:1 29904:1 29925:1 29930:1 29948:1 29972:1 30054:1 30066:1 30097:2 30125:1 30354:1 30474:1 30617:1 30730:2 30735:1 30751:1 30770:1 30834:1 30844:1 30857:1 30861:1 30925:1 30964:1 30997:1
3 44:1 50:1 90:1 104:1 203:1 254:1 275:1 287:1 333:1 376:1 447:1 468:1 490:1 580:1 683:2 686:1 733:1 750:1 866:1 889:1 934:1 958:2 986:1 989:1 996:1 1049:1 1130:2 1145:1 1253:2 1295:1 1304:1 1305:1 1309:1 1322:2 1336:1 1368:1 1369:1 1382:1 1397:1 1401:1 1429:1 1430:1 1560:1 1566:1 1622:1 1644:1 1685:1 1693:1 1707:1 1813:1 1836:1 1861:1 1864:1 1883:1 1947:1 1993:1 2001:1 2007:3 2009:1 2071:1 2126:1 2146:1 2213:1 2247:1 2412:1 2416:1 2418:1 2420:1 2423:4 2521:1 2748:1 2807:1 2822:1 2902:1 3002:1 3006:1 3017:1 3086:2 3102:1 3114:1 3152:1 3153:5 3199:1 3353:1 3408:1 3426:1 3434:3 3475:1 3523:1 3694:1 3752:1 3786:1 3870:2 3880:2 3965:2 4043:2 4056:1 4118:1 4155:1 4212:1 4220:1 4245:1 4255:2 4445:1 4449:1 4510:2 4521:1 4539:1 4569:1 4689:1 4697:1 4710:1 4750:1 4773:1 4806:2 4808:1 4811:1 4906:4 4992:2 5098:2 5157:1 5222:1 5249:1 5271:1 5404:1 5432:1 5483:2 5541:1 5553:1 5589:1 5659:1 5664:1 5704:1 5759:1 5760:1 5800:1 5801:1 5972:1 5974:1 6007:2 6046:1 6118:1 6305:1 6306:1 6313:1 6319:1 6383:1 6397:1 6457:1 6462:1 6469:2 6509:1 6677:1 6680:1 6687:2 6689:1 6695:2 6698:1 6703:2 6708:1 6765:1 6840:3 6851:1 6859:4 6875:1 6956:1 6969:1 7099:1 7128:1 7148:1 7181:1 7204:1 7257:1 7294:1 7339:1 7352:1 7419:2 7427:1 7438:1 7523:1 7533:1 7539:3 7621:1 7885:1 7929:2 7970:1 8057:3 8058:1 8124:7 8148:1 8150:2 8263:1 8337:1 8354:1 8372:1 8545:1 8643:2 8645:2 8652:1 8653:1 8665:3 8793:1 8816:1 8870:1 8878:1 8916:2 8918:1 8927:1 9056:1 9059:1 9205:1 9242:1 9262:1 9317:1 9320:1 9385:2 9394:1 9395:1 9404:1 9424:1 9498:1 9545:1 9624:2 9682:1 9690:1 9707:1 9725:1 9770:1 9773:1 9857:1 9865:1 9875:1 9989:1 9992:1 10011:1 10082:1 10083:1 10219:1 10242:1 10245:3 10264:1 10290:1 10329:1 10360:1 10410:1 10484:1 10519:2 10535:1 10553:1 10600:1 10627:1 10630:2 10638:1 10651:1 10793:1 10850:1 10911:1 10915:1 10963:1 11010:3 11067:1 11214:1 11225:1 11301:1 11355:1 11414:1 11461:3 11495:1 11509:1 11541:1 11564:1 11565:1 11597:1 11641:1 11763:1 11815:1 11820:2 11825:1 11827:1 11844:1 11894:1 11898:1 11979:1 12000:1 12027:1 12036:1 12101:1 12102:1 12107:1 12147:2 12196:1 12261:1 12262:1 12270:4 12280:1 12286:1 12287:1 12307:1 12325:1 12431:1 12440:1 12473:2 12617:1 12629:1 12630:1 12702:1 12826:1 12831:1 12836:1 12992:1 12998:1 13015:1 13021:1 13031:1 13269:1 13273:1 13291:1 13302:1 13323:1 13375:1 13387:1 13412:1 13467:1 13650:1 13651:1 13683:2 13774:1 13803:1 13820:1 13889:1 13898:1 13912:1 13919:1 13942:1 14033:1 14042:1 14140:1 14150:1 14158:1 14161:1 14179:1 14227:1 14230:1 14246:1 14365:1 14384:1 14396:1 14400:1 14533:1 14536:1 14596:1 14657:2 14684:1 14716:1 14845:1 14860:1 14890:1 14925:1 14927:1 14950:1 14951:1 14959:1 15000:1 15043:1 15063:2 15082:1 15105:1 15121:1 15189:1 15217:1 15233:1 15331:1 15358:1 15374:1 15377:3 15383:1 15401:1 15480:1 15488:1 15509:1 15582:1 15606:1 15636:3 15686:1 15820:1 15869:1 15885:1 16018:2 16127:1 16207:2 16348:1 16362:1 16364:1 16396:1 16414:1 16422:2 16431:1 16525:1 16550:1 16571:1 16665:1 16668:1 16712:1 16727:1 16746:1 16766:1 16792:2 16807:1 16826:1 16836:1 16915:1 16958:1 16980:1 16986:1 17070:1 17071:1 17079:1 17088:1 17124:1 17134:1 17317:1 17332:1 17344:1 17393:1 17420:2 17455:5 17461:1 17464:1 17504:1 17507:1 17632:1 17765:1 17811:1 17816:1 17931:1 17946:1 18018:1 18072:1 18154:1 18198:1 18208:1 18270:2 18280:1 18388:1 18404:1 18412:1 18425:1 18432:1 18473:1 18493:1 18537:2 18602:1 18604:1 18662:3 18727:1 18746:2 19070:1 19118:1 19254:1 19260:1 19262:1 19486:604 19488:1 19490:1 19496:1 19596:1 19621:1 19625:1 19672:4 19685:1 19784:1 19834:1 19946:1 19979:1 20032:1 20110:1 20188:1 20301:1 20314:2 20321:1 20346:1 20421:2 20504:1 20532:2 20534:1 20595:2 20679:1 20694:1 20698:1 20701:1 20713:1 20756:1 20787:1 20819:1 20832:1 20867:1 20869:1 20980:1 21009:1 21046:2 21052:1 21070:2 21073:1 21149:1 21153:2 21184:1 21209:1 21217:1 21230:1 21242:1 21245:1 21278:1 21295:1 21325:1 21333:1 21482:1 21537:1 21602:1 21619:2 21646:1 21665:1 21693:1 21791:1 21823:1 21826:1 21833:1 21930:1 22074:1 22090:1 22099:1 22145:1 22187:1 22208:1 22345:1 22375:1 22381:2 22395:1 22437:1 22490:1 22492:1 22511:1 22569:1 22631:1 22633:1 22645:1 22653:2 22673:1 22745:2 22765:1 22791:1 22813:1 22831:1 22911:2 22968:1 22995:2 23022:1 23033:1 23049:1 23114:1 23222:1 23251:1 23316:2 23318:1 23444:1 23447:1 23515:2 23539:1 23559:2 23564:2 23569:1 23581:1 23620:1 23631:1 23638:1 23639:1 23650:2 23668:1 23731:1 23769:2 23796:1 23836:1 23843:1 23999:1 24178:1 24184:2 24246:1 24267:1 24333:1 24360:1 24410:1 24425:1 24476:1 24512:1 24528:1 24542:1 24611:1 24635:1 24653:1 24661:1 24748:1 24834:1 24857:1 24909:1 25143:1 25154:1 25180:1 25200:1 25259:1 25276:1 25375:1 25411:1 25428:1 25588:1 25623:1 25634:1 25648:1 25683:1 25749:2 25753:1 25755:1 25760:1 25761:1 25765:2 25771:1 25772:1 25790:1 25939:5 25945:1 25959:1 26042:2 26058:1 26108:1 26161:1 26244:1 26272:1 26329:3 26331:3 26363:2 26376:1 26379:1 26424:1 26425:1 26451:1 26538:1 26585:1 26586:1 26599:1 26601:1 26701:1 26800:2 26872:1 26882:2 26891:3 26964:1 27042:1 27095:1 27121:2 27152:1 27321:1 27403:1 27406:1 27503:1 27595:1 27611:1 27714:1 27750:1 27785:3 27833:1 27853:1 28035:1 28059:1 28068:1 28074:4 28205:1 28208:1 28232:1 28283:1 28288:1 28316:1 28340:1 28351:1 28383:2 28390:2 28409:1 28411:1 28458:1 28601:2 28682:1 28686:1 28702:1 28750:3 28751:2 28754:1 28758:1 28761:2 28770:1 28817:1 28866:1 28867:1 28907:1 29027:1 29052:2 29053:1 29100:1 29110:1 29117:1 29128:1 29169:1 29248:1 29306:1 29345:1 29370:1 29380:1 29413:2 29423:1 29494:1 29514:2 29566:1 29592:1 29600:1 29616:1 29631:1 29673:1 29675:1 29689:1 29716:1 29721:1 29731:1 29748:2 29753:1 29761:1 29766:2 29773:1 29814:1 29848:1 29858:1 29867:1 29904:1 29925:1 29930:1 29948:1 29972:2 30051:1 30054:1 30066:1 30097:2 30125:1 30308:1 30354:1 30474:1 30617:1 30730:2 30735:1 30751:1 30770:1 30834:2 30844:1 30857:2 30861:1 30925:1 30964:1 30997:2
3 44:1 50:1 90:1 104:1 196:1 203:1 254:1 275:1 287:1 333:1 376:1 447:1 467:1 468:1 490:1 580:1 683:2 686:1 733:1 750:1 794:1 847:1 866:1 889:1 934:1 958:3 986:1 989:1 996:1 1045:1 1049:2 1130:2 1145:1 1253:2 1295:1 1304:2 1305:1 1309:1 1322:2 1336:1 1368:1 1369:1 1382:1 1397:1 1401:1 1429:1 1430:1 1534:1 1560:1 1566:1 1622:1 1644:1 1685:1 1693:1 1707:2 1802:1 1813:1 1836:1 1861:1 1864:1 1883:1 1947:1 1993:1 1995:1 2001:1 2007:3 2009:1 2025:1 2045:1 2071:1 2126:1 2146:1 2213:1 2247:1 2301:1 2325:1 2412:1 2416:1 2418:1 2420:1 2423:4 2424:1 2426:1 2521:1 2592:1 2664:1 2748:1 2807:1 2822:1 2902:1 3002:2 3006:1 3017:1 3086:2 3102:1 3114:1 3152:1 3153:5 3168:1 3199:1 3353:1 3408:1 3426:1 3434:3 3475:1 3523:1 3694:1 3752:1 3786:1 3870:2 3880:2 3955:1 3965:2 3992:1 4043:2 4056:1 4088:1 4118:1 4155:1 4212:1 4220:1 4245:1 4255:2 4359:1 4445:1 4449:1 4510:2 4521:1 4539:1 4569:1 4652:2 4689:1 4697:1 4710:1 4721:2 4750:1 4773:1 4806:2 4808:1 4811:1 4848:1 4893:1 4906:5 4992:2 5098:2 5157:1 5222:1 5243:1 5249:1 5271:1 5404:1 5432:1 5483:2 5541:1 5553:1 5589:1 5659:1 5664:1 5704:1 5759:1 5760:1 5800:1 5801:1 5972:1 5974:1 6007:2 6046:1 6118:1 6229:1 6237:1 6305:1 6306:1 6313:1 6319:1 6383:1 6397:1 6402:1 6457:1 6462:1 6469:4 6509:1 6644:1 6677:1 6680:1 6687:2 6689:1 6695:2 6698:1 6703:2 6708:1 6765:1 6840:3 6851:1 6859:4 6875:1 6956:1 6969:1 7099:1 7128:1 7148:1 7177:1 7181:1 7204:1 7257:1 7294:1 7339:1 7352:1 7390:1 7400:1 7411:1 7419:2 7427:1 7438:1 7473:1 7523:1 7533:1 7539:3 7621:1 7873:1 7885:2 7929:2 7970:1 8057:4 8058:1 8124:9 8148:1 8150:2 8263:1 8337:1 8354:1 8372:1 8499:1 8545:1 8581:1 8643:2 8645:2 8652:1 8653:1 8665:4 8793:1 8816:1 8870:1 8878:1 8916:2 8918:1 8927:1 8970:1 9026:1 9056:1 9059:1 9061:1 9070:1 9205:1 9242:1 9262:1 9317:1 9320:1 9385:2 9389:1 9394:1 9395:1 9404:1 9424:1 9498:1 9534:1 9545:1 9624:2 9682:1 9690:1 9707:1 9725:1 9770:1 9773:1 9857:1 9865:1 9875:1 9989:1 9992:1 10011:1 10082:1 10083:1 10164:1 10219:1 10242:2 10245:3 10264:1 10290:1 10329:1 10360:1 10410:1 10484:1 10519:2 10535:1 10553:1 10600:1 10627:1 10630:4 10638:1 10651:1 10793:1 10850:2 10911:1 10915:1 10963:1 10988:1 11010:3 11067:1 11152:1 11214:2 11225:1 11301:1 11355:1 11414:1 11461:3 11495:1 11509:1 11541:1 11564:1 11565:1 11597:1 11641:1 11644:1 11763:1 11815:1 11820:2 11825:1 11827:1 11844:1 11894:1 11898:1 11927:1 11979:1 12000:1 12027:1 12036:1 12101:1 12102:1 12107:1 12147:3 12196:1 12261:1 12262:1 12270:5 12280:2 12286:1 12287:1 12307:1 12325:1 12431:1 12440:1 12473:2 12617:1 12629:1 12630:1 12702:1 12826:1 12831:1 12836:1 12992:1 12998:1 13015:1 13021:2 13031:1 13112:1 13269:1 13273:1 13291:1 13302:1 13323:1 13375:1 13387:1 13412:1 13467:1 13470:1 13650:1 13651:1 13683:2 13733:1 13774:2 13803:1 13820:1 13889:1 13898:1 13912:1 13919:1 13942:1 14033:1 14042:1 14140:1 14150:1 14158:1 14161:1 14179:1 14223:1 14227:1 14230:1 14246:1 14365:1 14384:1 14396:1 14400:1 14533:1 14536:1 14548:1 14576:1 14581:1 14596:1 14657:2 14684:1 14716:1 14784:1 14845:1 14860:1 14890:1 14925:1 14927:1 14950:1 14951:1 14959:1 14981:1 15000:1 15043:1 15063:2 15082:1 15105:1 15121:1 15189:1 15217:1 15233:1 15331:1 15358:1 15374:1 15377:3 15383:1 15401:1 15448:1 15480:1 15488:1 15509:1 15582:1 15606:1 15636:3 15672:1 15686:1 15820:1 15869:1 15885:1 16018:2 16127:1 16154:1 16207:2 16348:1 16362:1 16364:1 16396:1 16414:1 16422:2 16431:1 16525:1 16550:1 16571:1 16665:1 16668:1 16712:1 16727:1 16746:1 16766:1 16792:2 16798:1 16807:1 16826:1 16836:1 16915:1 16958:1 16978:1 16980:1 16986:1 17070:1 17071:1 17073:1 17079:1 17088:1 17124:1 17134:1 17190:1 17256:1 17317:1 17331:1 17332:1 17344:1 17393:1 17420:2 17455:5 17461:1 17464:1 17504:1 17507:1 17632:1 17765:1 17811:1 17816:1 17931:1 17946:1 18018:1 18072:1 18128:1 18154:1 18198:1 18208:1 18270:2 18280:1 18388:1 18404:1 18412:1 18425:1 18432:1 18473:1 18493:1 18537:2 18602:1 18604:1 18625:1 18662:3 18727:1 18745:1 18746:2 19070:1 19118:1 19191:1 19254:1 19260:1 19262:1 19486:662 19488:1 19490:1 19496:1 19511:1 19546:1 19596:1 19616:1 19621:1 19625:1 19672:4 19685:1 19784:1 19834:1 19946:1 19955:1 19979:1 20032:1 20073:1 20110:1 20188:1 20301:1 20314:2 20321:1 20346:1 20421:2 20504:1 20532:2 20534:1 20595:2 20679:1 20694:1 20698:1 20700:1 20701:1 20713:1 20745:1 20756:1 20787:1 20816:1 20819:1 20832:1 20867:1 20869:2 20980:1 21009:1 21046:2 21052:1 21070:2 21073:2 21149:1 21153:3 21184:1 21186:1 21209:1 21217:1 21230:1 21242:1 21245:1 21278:1 21295:1 21316:1 21325:1 21333:1 21482:1 21537:1 21602:1 21619:2 21646:1 21665:1 21693:1 21753:1 21774:1 21791:1 21823:1 21826:1 21833:1 21924:1 21930:1 22074:1 22090:1 22099:1 22145:1 22187:1 22208:1 22345:1 22375:1 22381:2 22395:1 22437:1 22490:1 22492:1 22511:1 22547:1 22569:1 22631:1 22633:1 22645:1 22653:2 22655:1 22673:1 22745:2 22765:1 22791:1 22813:1 22831:1 22911:3 22968:1 22995:2 23022:1 23033:1 23049:1 23114:1 23222:1 23251:1 23316:2 23318:1 23385:1 23444:1 23447:1 23515:2 23516:2 23539:1 23559:2 23564:2 23569:1 23573:1 23581:1 23620:1 23631:1 23638:1 23639:1 23650:2 23668:1 23731:1 23769:2 23791:1 23796:1 23836:1 23843:1 23999:1 24008:1 24178:1 24184:2 24246:1 24267:1 24333:1 24334:1 24360:1 24374:2 24410:1 24425:1 24476:1 24512:1 24528:1 24542:1 24611:1 24635:1 24653:1 24661:1 24748:1 24834:1 24857:1 24909:1 25143:1 25154:1 25180:1 25200:1 25259:1 25276:1 25375:1 25411:2 25428:1 25588:1 25623:1 25634:1 25648:1 25683:1 25749:2 25753:1 25755:1 25760:1 25761:1 25765:2 25771:1 25772:1 25790:1 25859:1 25939:6 25945:1 25959:1 26042:2 26058:1 26108:1 26137:1 26161:1 26244:1 26259:1 26272:1 26329:3 26331:4 26363:3 26376:1 26379:1 26384:1 26424:1 26425:1 26451:1 26538:1 26585:1 26586:1 26599:2 26601:1 26701:1 26800:2 26872:1 26882:2 26891:3 26964:1 27042:1 27095:1 27121:2 27152:1 27176:1 27321:1 27367:1 27403:1 27406:1 27490:1 27503:1 27595:1 27611:1 27714:1 27750:1 27785:3 27796:1 27833:1 27853:1 28035:1 28059:1 28068:1 28074:4 28205:1 28208:1 28220:1 28232:1 28283:1 28288:1 28316:1 28329:1 28340:1 28351:1 28383:2 28390:2 28409:1 28411:1 28458:1 28601:3 28642:1 28682:1 28686:1 28702:1 28743:1 28750:3 28751:2 28754:1 28758:1 28761:2 28770:1 28787:1 28817:1 28855:1 28866:1 28867:1 28907:1 29027:1 29052:2 29053:1 29089:1 29100:1 29110:1 29117:1 29128:1 29169:1 29207:1 29248:2 29306:1 29345:1 29370:1 29380:1 29413:2 29423:1 29448:2 29458:1 29494:1 29514:2 29566:3 29570:1 29592:1 29600:1 29616:1 29631:2 29673:1 29675:1 29689:1 29716:1 29721:1 29731:1 29748:2 29753:1 29761:2 29766:2 29773:1 29814:1 29848:1 29858:1 29867:1 29904:1 29925:1 29930:1 29948:1 29972:2 30051:1 30054:1 30066:1 30097:2 30125:1 30308:1 30354:1 30474:1 30617:1 30730:2 30735:1 30751:1 30770:1 30779:1 30834:2 30844:1 30857:3 30861:2 30925:1 30964:1 30997:2
3 44:1 50:1 90:1 104:1 176:1 196:1 203:1 254:1 275:1 287:1 333:1 376:1 424:1 447:1 467:1 468:1 490:1 556:1 580:1 657:1 683:2 686:1 733:1 750:1 794:1 847:1 866:1 889:1 934:2 958:3 986:1 989:1 996:1 1006:1 1045:1 1049:2 1096:1 1130:2 1145:1 1150:1 1253:2 1295:1 1304:2 1305:1 1309:1 1322:2 1336:1 1368:1 1369:1 1382:1 1397:1 1401:1 1429:1 1430:1 1483:1 1484:1 1534:1 1560:1 1566:1 1622:1 1641:1 1644:1 1685:1 1693:1 1707:2 1802:1 1813:1 1836:1 1861:3 1864:1 1883:2 1942:1 1947:1 1993:1 1995:1 2001:1 2007:3 2009:2 2025:1 2045:1 2071:1 2126:1 2146:1 2148:1 2213:1 2247:1 2301:1 2323:1 2325:1 2401:1 2412:1 2416:1 2418:1 2420:1 2423:5 2424:1 2426:1 2429:1 2445:1 2521:2 2592:1 2664:1 2748:1 2807:1 2822:1 2851:1 2902:1 3002:2 3006:1 3017:1 3086:2 3102:1 3114:1 3152:1 3153:5 3168:1 3199:1 3353:1 3408:1 3426:2 3434:3 3475:1 3523:1 3532:1 3605:1 3665:1 3694:1 3752:1 3786:1 3851:1 3865:1 3870:2 3880:2 3919:1 3955:1 3965:2 3992:1 4043:2 4056:1 4088:1 4118:1 4155:1 4212:2 4220:1 4245:1 4255:2 4281:1 4359:1 4445:1 4449:1 4462:1 4510:2 4521:1 4539:1 4569:1 4605:1 4652:2 4689:1 4697:1 4710:1 4721:2 4750:1 4773:1 4806:2 4808:1 4811:1 4848:1 4866:1 4893:1 4906:5 4992:2 4998:1 5098:3 5100:1 5157:1 5222:1 5225:1 5243:1 5249:1 5271:1 5404:1 5432:1 5483:2 5541:1 5553:1 5586:3 5589:1 5659:1 5664:1 5704:1 5759:1 5760:1 5800:1 5801:1 5972:1 5974:1 5977:1 6007:2 6046:1 6118:1 6229:1 6237:1 6305:1 6306:1 6313:1 6319:1 6377:1 6383:1 6390:1 6397:1 6402:1 6457:1 6462:1 6469:4 6509:1 6625:1 6644:1 6677:2 6680:1 6687:2 6689:1 6695:3 6698:1 6703:2 6708:1 6765:2 6840:3 6851:1 6859:4 6875:1 6956:1 6969:1 7099:1 7128:1 7148:1 7177:1 7181:1 7204:1 7257:1 7285:1 7294:1 7339:1 7352:1 7361:1 7379:1 7390:1 7400:1 7411:1 7419:2 7427:1 7438:1 7473:1 7523:1 7533:1 7539:3 7597:1 7621:1 7873:1 7885:2 7901:1 7929:2 7970:1 8057:4 8058:1 8124:13 8148:1 8150:2 8162:1 8263:1 8320:1 8337:1 8354:1 8372:1 8499:2 8545:1 8581:1 8643:2 8645:2 8652:1 8653:1 8665:7 8793:1 8816:1 8870:1 8878:1 8916:2 8918:1 8927:1 8970:1 8982:1 9026:1 9056:1 9059:1 9061:1 9069:1 9070:1 9205:2 9242:1 9262:1 9317:1 9320:1 9385:2 9387:1 9389:1 9394:1 9395:1 9404:1 9424:1 9427:1 9442:1 9498:1 9515:1 9534:1 9545:1 9624:2 9682:1 9690:1 9707:1 9725:1 9770:1 9773:1 9843:1 9857:1 9865:1 9875:1 9989:1 9992:1 10011:1 10082:1 10083:1 10160:1 10164:1 10219:1 10242:2 10245:3 10264:1 10287:1 10290:1 10329:1 10360:1 10410:1 10454:1 10484:1 10494:1 10519:2 10535:1 10553:1 10600:1 10627:2 10630:4 10638:1 10651:1 10793:1 10800:1 10850:3 10911:1 10914:1 10915:1 10934:1 10961:1 10963:1 10988:1 11010:3 11067:1 11090:1 11134:1 11152:1 11214:2 11225:4 11275:1 11301:1 11355:1 11414:1 11461:3 11495:1 11509:1 11541:1 11564:1 11565:1 11597:1 11641:1 11644:1 11763:1 11815:1 11820:2 11825:1 11827:1 11844:1 11849:1 11894:1 11898:1 11927:1 11979:1 12000:1 12014:1 12027:1 12036:1 12101:1 12102:1 12107:1 12147:3 12196:1 12200:1 12225:1 12261:1 12262:1 12270:5 12280:3 12286:1 12287:2 12307:1 12325:1 12431:1 12440:1 12473:2 12504:1 12617:1 12629:1 12630:1 12645:1 12702:1 12826:1 12831:1 12836:1 12992:1 12998:1 13015:1 13021:2 13031:1 13112:1 13172:1 13269:1 13273:1 13285:1 13291:1 13302:1 13323:1 13375:1 13387:1 13412:1 13467:1 13470:1 13600:1 13605:1 13649:1 13650:1 13651:1 13683:2 13733:1 13774:2 13803:1 13820:1 13831:1 13841:1 13889:1 13898:1 13912:1 13919:1 13934:1 13942:1 14033:1 14042:1 14140:1 14150:1 14158:1 14161:1 14179:1 14223:1 14227:1 14230:1 14246:1 14348:1 14365:1 14384:1 14386:1 14396:1 14400:1 14438:1 14533:1 14536:1 14548:1 14576:1 14581:1 14596:1 14657:2 14684:1 14716:1 14784:1 14845:1 14860:1 14890:1 14923:1 14925:1 14927:1 14942:1 14950:1 14951:1 14959:1 14981:1 15000:1 15043:1 15063:2 15082:1 15105:1 15121:1 15189:1 15217:1 15233:1 15241:1 15331:1 15358:1 15374:1 15377:3 15383:1 15401:1 15448:1 15480:1 15488:1 15509:1 15582:1 15606:1 15636:3 15643:1 15645:1 15672:1 15686:1 15820:1 15851:1 15869:1 15885:1 15969:1 16018:2 16127:1 16149:1 16154:1 16207:2 16266:1 16348:1 16362:1 16364:1 16368:1 16396:2 16414:1 16422:2 16431:1 16525:1 16550:1 16571:1 16619:2 16665:1 16668:1 16712:1 16727:1 16746:1 16761:1 16766:1 16792:2 16798:1 16807:1 16811:1 16823:1 16826:1 16836:1 16915:1 16958:1 16973:1 16975:1 16978:1 16980:1 16986:1 17070:1 17071:1 17073:1 17079:1 17081:2 17088:1 17124:1 17129:1 17134:1 17169:1 17190:1 17256:1 17317:1 17331:1 17332:1 17344:1 17393:1 17420:2 17455:5 17461:1 17464:1 17504:1 17507:1 17632:1 17685:1 17765:1 17811:1 17816:1 17931:1 17946:1 18018:1 18072:1 18128:1 18154:1 18198:1 18208:1 18270:2 18280:1 18388:1 18404:1 18412:1 18425:1 18432:1 18455:1 18473:1 18493:1 18537:2 18602:1 18604:1 18625:1 18662:3 18727:1 18745:2 18746:2 18916:1 18984:1 19070:1 19118:1 19191:1 19243:1 19254:1 19260:1 19262:1 19278:1 19311:1 19420:2 19486:753 19488:1 19490:1 19496:1 19511:1 19546:1 19596:1 19616:1 19621:1 19625:1 19672:4 19685:1 19784:2 19834:1 19946:1 19955:1 19979:1 19997:1 20032:1 20073:1 20080:1 20110:1 20148:1 20188:1 20301:1 20314:2 20321:1 20346:2 20421:2 20504:1 20532:3 20534:1 20595:2 20679:1 20694:1 20698:1 20700:1 20701:1 20713:1 20745:1 20756:1 20787:1 20816:1 20819:1 20832:1 20867:1 20869:2 20925:1 20980:1 21009:1 21046:2 21052:1 21070:2 21073:2 21098:1 21128:1 21149:1 21153:3 21184:1 21186:1 21209:1 21217:1 21230:1 21239:2 21242:1 21245:1 21278:1 21295:1 21316:1 21325:1 21333:1 21355:1 21471:1 21482:1 21537:1 21602:1 21619:2 21646:1 21665:1 21693:1 21750:1 21753:1 21774:1 21791:1 21823:1 21826:1 21833:1 21924:1 21926:1 21930:1 22031:1 22074:1 22090:1 22099:1 22145:1 22187:1 22208:1 22345:1 22375:1 22381:2 22395:1 22437:1 22490:2 22492:1 22511:1 22547:1 22569:1 22631:1 22633:1 22645:1 22653:2 22655:1 22673:1 22745:2 22765:1 22791:2 22813:1 22831:1 22869:1 22911:3 22968:1 22995:2 23022:1 23033:1 23049:1 23114:1 23222:1 23251:1 23316:2 23318:1 23384:1 23385:1 23425:1 23444:1 23447:1 23496:1 23515:2 23516:2 23539:1 23559:2 23564:2 23569:1 23573:1 23581:1 23620:1 23631:1 23638:1 23639:1 23644:1 23650:2 23668:1 23676:1 23731:1 23769:2 23791:1 23796:1 23836:1 23843:1 23957:1 23990:1 23999:1 24008:1 24178:1 24184:2 24246:1 24267:1 24333:2 24334:1 24360:1 24374:2 24410:1 24425:1 24469:1 24476:1 24512:1 24528:1 24542:1 24611:1 24635:1 24653:1 24661:1 24748:1 24834:1 24857:1 24909:1 25143:1 25154:1 25180:1 25197:1 25200:1 25259:1 25276:1 25375:1 25411:2 25428:1 25588:1 25623:1 25634:1 25648:1 25683:1 25749:2 25753:1 25755:1 25760:1 25761:1 25765:2 25771:1 25772:1 25790:1 25856:1 25859:1 25939:6 25945:1 25959:1 26042:2 26058:1 26108:1 26137:1 26161:1 26244:1 26259:1 26272:1 26307:1 26329:3 26331:4 26363:3 26376:1 26379:1 26384:1 26413:1 26424:1 26425:1 26451:1 26537:1 26538:1 26585:1 26586:1 26599:2 26601:1 26617:1 26701:1 26800:2 26812:1 26872:1 26879:2 26882:2 26891:3 26964:1 27042:1 27095:1 27121:2 27152:1 27176:1 27321:1 27367:1 27403:2 27406:2 27490:1 27503:1 27538:1 27595:1 27611:1 27699:1 27714:1 27729:1 27730:1 27732:1 27750:1 27785:3 27796:1 27833:1 27853:1 27946:1 28000:1 28035:1 28059:1 28068:1 28074:4 28205:1 28208:1 28220:1 28232:1 28283:1 28288:1 28316:1 28329:1 28330:1 28340:1 28351:1 28383:2 28390:2 28409:1 28411:1 28414:1 28455:1 28458:1 28601:3 28642:1 28673:2 28682:1 28686:1 28701:1 28702:1 28713:1 28743:1 28750:3 28751:2 28754:1 28758:1 28761:2 28770:1 28787:1 28817:1 28833:1 28855:1 28866:1 28867:1 28907:1 28986:1 29027:1 29052:2 29053:1 29089:1 29100:1 29110:1 29117:1 29124:1 29128:1 29169:1 29207:1 29248:2 29269:1 29292:1 29306:1 29345:1 29370:1 29380:1 29413:2 29423:1 29448:2 29458:1 29494:1 29514:2 29566:4 29570:1 29575:1 29592:1 29600:1 29609:1 29616:1 29631:2 29673:1 29675:1 29689:1 29716:1 29721:1 29731:1 29746:1 29748:2 29753:1 29761:2 29766:2 29773:1 29814:1 29848:1 29858:1 29867:1 29904:1 29925:1 29930:1 29948:1 29961:1 29972:2 30051:1 30054:1 30066:1 30097:2 30125:1 30131:1 30308:1 30328:1 30354:1 30474:1 30617:1 30679:1 30730:2 30735:1 30751:1 30770:1 30779:1 30816:1 30834:2 30844:1 30846:1 30857:3 30861:2 30925:2 30964:1 30997:2
3 44:1 50:1 90:1 104:1 176:1 196:1 203:1 254:1 275:1 287:1 333:1 376:1 396:1 424:1 447:1 467:1 468:1 471:1 490:1 556:1 580:1 657:1 683:2 686:1 733:1 750:1 794:1 847:1 866:1 889:1 934:2 958:3 986:1 989:1 996:1 1006:1 1045:1 1049:2 1096:1 1130:2 1145:1 1150:1 1253:2 1295:1 1304:2 1305:1 1309:1 1322:2 1336:1 1368:1 1369:1 1382:1 1397:1 1401:1 1429:1 1430:1 1483:1 1484:1 1534:1 1560:1 1566:1 1622:1 1641:1 1644:1 1679:1 1685:1 1693:1 1707:2 1802:1 1813:1 1836:1 1861:3 1864:1 1883:2 1923:1 1942:1 1947:1 1993:1 1995:1 2001:1 2007:3 2009:2 2025:2 2045:1 2071:1 2126:1 2146:1 2148:1 2212:1 2213:1 2247:1 2301:1 2323:1 2325:1 2401:1 2412:1 2416:1 2418:1 2420:1 2423:5 2424:2 2426:1 2429:1 2445:1 2521:2 2592:1 2664:1 2748:1 2807:1 2822:1 2851:1 2902:1 3002:2 3006:1 3017:1 3086:2 3102:1 3114:1 3152:1 3153:6 3168:1 3199:1 3353:1 3408:1 3426:2 3434:3 3475:1 3523:1 3532:1 3605:1 3619:1 3665:1 3694:1 3752:1 3786:1 3851:1 3865:2 3870:3 3880:2 3919:1 3955:1 3965:2 3992:1 4043:2 4056:1 4088:1 4118:1 4155:1 4212:2 4220:1 4245:1 4255:2 4281:1 4359:1 4445:1 4449:1 4462:1 4510:2 4521:1 4539:1 4569:1 4605:1 4652:3 4689:1 4697:1 4710:1 4721:2 4750:1 4773:1 4806:2 4808:1 4811:1 4848:1 4866:2 4893:1 4906:5 4992:2 4998:1 5027:1 5098:3 5100:1 5157:1 5222:1 5225:1 5243:1 5249:1 5271:1 5379:1 5404:1 5432:1 5483:2 5541:1 5553:1 5586:3 5589:1 5659:1 5664:1 5704:1 5759:1 5760:1 5800:1 5801:2 5972:1 5974:1 5977:1 6007:2 6013:1 6046:1 6118:1 6229:1 6237:1 6305:1 6306:1 6313:1 6319:1 6377:1 6383:1 6390:2 6397:1 6402:1 6457:1 6462:1 6469:4 6495:1 6509:1 6625:1 6644:1 6657:1 6677:2 6680:1 6687:2 6689:2 6695:3 6698:1 6703:2 6708:1 6765:2 6840:3 6851:1 6859:4 6875:1 6956:1 6969:1 7099:1 7123:1 7128:1 7148:1 7177:1 7181:1 7204:1 7257:1 7285:1 7294:1 7339:1 7352:1 7361:1 7379:1 7390:1 7400:1 7411:1 7419:2 7427:1 7438:1 7473:1 7523:1 7533:1 7539:4 7597:1 7621:1 7816:1 7873:1 7885:2 7901:1 7929:2 7970:1 8057:4 8058:2 8124:14 8148:1 8150:2 8162:1 8263:1 8320:1 8337:1 8354:1 8372:1 8499:2 8545:1 8581:1 8643:2 8645:2 8652:1 8653:1 8665:7 8793:1 8816:1 8870:1 8878:1 8916:2 8918:1 8927:1 8944:1 8970:1 8982:1 9026:1 9056:1 9059:1 9061:1 9069:1 9070:1 9156:1 9205:2 9242:1 9262:1 9291:1 9317:1 9320:1 9385:2 9387:1 9389:1 9394:1 9395:1 9404:1 9424:1 9427:1 9442:1 9459:1 9498:1 9515:1 9534:1 9545:1 9624:2 9682:1 9690:1 9707:1 9725:1 9733:1 9770:1 9773:1 9843:1 9857:1 9865:1 9875:1 9989:1 9992:1 10011:1 10082:1 10083:1 10160:1 10164:1 10172:1 10219:1 10242:2 10245:3 10264:1 10287:1 10290:1 10329:1 10360:1 10410:1 10454:2 10484:1 10494:1 10519:2 10535:1 10553:1 10600:1 10627:2 10630:4 10638:1 10651:1 10687:1 10793:1 10800:1 10850:3 10911:1 10914:1 10915:1 10934:1 10959:1 10961:1 10963:1 10988:1 11010:3 11067:1 11090:1 11134:1 11152:1 11214:2 11219:1 11225:4 11275:1 11301:2 11355:1 11357:1 11414:1 11461:3 11495:1 11509:1 11541:1 11564:1 11565:1 11597:1 11641:1 11644:1 11763:1 11815:1 11820:2 11825:1 11827:1 11844:1 11849:1 11894:1 11898:1 11927:1 11979:1 12000:1 12014:1 12027:1 12036:1 12101:1 12102:1 12107:1 12147:4 12196:1 12200:1 12225:1 12261:1 12262:1 12270:5 12280:3 12286:1 12287:2 12307:1 12325:1 12431:1 12440:2 12473:2 12504:1 12589:1 12617:1 12629:1 12630:1 12645:1 12702:1 12826:1 12831:1 12836:1 12851:1 12906:1 12992:1 12998:1 13015:1 13021:2 13031:1 13102:1 13112:1 13172:1 13269:1 13273:1 13285:1 13291:1 13302:1 13323:1 13375:1 13387:1 13412:1 13467:1 13470:1 13600:1 13605:1 13649:1 13650:1 13651:1 13683:2 13720:1 13733:1 13774:2 13785:1 13803:1 13820:1 13831:1 13841:2 13889:1 13898:1 13912:1 13919:1 13934:1 13942:1 13953:1 14033:1 14042:1 14085:1 14140:1 14150:1 14158:1 14161:1 14179:1 14223:1 14227:1 14230:1 14246:1 14295:1 14348:1 14365:1 14384:1 14386:1 14396:1 14400:1 14420:1 14438:1 14533:1 14536:1 14548:1 14576:1 14581:1 14595:1 14596:1 14599:1 14657:2 14684:1 14716:1 14784:1 14795:1 14845:1 14860:1 14890:1 14916:1 14923:2 14925:1 14927:2 14942:1 14950:1 14951:1 14959:1 14981:1 15000:1 15043:1 15063:2 15082:1 15105:1 15121:1 15189:1 15217:1 15233:1 15241:1 15331:1 15358:1 15374:1 15377:3 15383:1 15401:1 15448:1 15480:1 15488:1 15509:1 15514:1 15582:1 15606:1 15636:3 15643:1 15645:2 15672:1 15686:1 15820:1 15851:1 15869:1 15884:1 15885:1 15969:1 16018:2 16127:1 16149:1 16154:1 16207:2 16266:1 16336:2 16348:1 16362:2 16364:1 16368:1 16396:2 16414:1 16418:1 16422:2 16431:1 16525:1 16550:1 16571:1 16595:1 16602:1 16619:2 16626:1 16665:1 16668:1 16712:1 16727:1 16746:1 16761:1 16766:1 16792:2 16798:1 16807:1 16811:1 16823:1 16826:1 16836:1 16857:1 16915:1 16958:1 16973:1 16975:1 16978:1 16980:1 16986:1 17070:1 17071:1 17073:1 17079:1 17081:2 17088:1 17124:1 17129:1 17134:1 17147:1 17169:1 17190:1 17256:1 17317:1 17331:1 17332:1 17344:1 17393:1 17420:2 17455:6 17461:1 17464:1 17504:1 17507:1 17632:1 17685:1 17761:1 17765:1 17811:1 17816:1 17931:1 17946:1 18018:1 18072:1 18128:1 18154:1 18198:1 18208:1 18270:3 18280:1 18388:1 18404:1 18412:1 18425:1 18432:1 18455:1 18473:1 18493:1 18537:2 18602:1 18604:1 18625:1 18662:4 18699:1 18727:1 18745:2 18746:2 18748:1 18752:1 18916:1 18984:1 19070:1 19118:1 19191:1 19243:1 19254:1 19260:1 19262:1 19278:1 19311:1 19420:2 19486:904 19488:1 19490:1 19496:1 19511:1 19546:1 19547:1 19596:1 19616:1 19621:1 19625:1 19672:5 19685:1 19723:1 19784:2 19834:1 19946:1 19955:1 19979:1 19987:2 19997:1 20032:1 20073:1 20080:1 20110:1 20148:1 20188:1 20210:1 20301:1 20314:2 20321:1 20346:2 20358:1 20421:2 20504:1 20532:4 20534:1 20561:1 20595:2 20679:1 20694:1 20698:1 20700:1 20701:1 20713:2 20745:1 20756:1 20777:1 20787:1 20816:1 20819:1 20832:1 20867:1 20869:2 20925:1 20980:2 21009:1 21046:2 21052:1 21070:2 21073:2 21098:2 21128:2 21149:1 21153:3 21184:1 21186:1 21209:1 21217:1 21230:1 21239:2 21242:1 21245:1 21278:1 21295:1 21316:1 21325:1 21333:1 21355:1 21471:1 21482:2 21537:1 21602:1 21619:2 21646:3 21665:1 21693:1 21747:1 21750:1 21753:1 21762:1 21774:1 21791:1 21823:1 21826:1 21833:1 21924:1 21926:1 21930:1 22031:1 22074:1 22090:1 22099:1 22145:1 22187:1 22208:1 22345:1 22375:1 22381:2 22395:1 22397:1 22437:1 22490:2 22492:1 22511:1 22547:1 22569:1 22631:1 22633:1 22645:1 22653:2 22655:1 22673:1 22745:2 22765:1 22791:2 22813:1 22831:1 22869:1 22899:1 22911:3 22968:1 22993:2 22995:2 23022:1 23033:1 23049:1 23090:1 23114:1 23222:1 23251:1 23316:2 23318:1 23384:1 23385:1 23425:1 23444:1 23447:1 23496:1 23499:1 23512:1 23515:2 23516:3 23539:1 23559:3 23564:2 23569:1 23573:1 23581:1 23620:1 23631:1 23638:1 23639:1 23644:1 23650:2 23668:1 23676:2 23731:1 23769:2 23791:1 23796:1 23836:1 23843:1 23957:2 23990:1 23999:1 24008:1 24059:1 24178:1 24184:2 24246:1 24267:1 24333:2 24334:1 24360:1 24374:3 24410:1 24425:1 24469:1 24476:1 24512:1 24528:1 24542:1 24556:1 24558:1 24611:1 24635:1 24653:1 24661:1 24748:1 24834:1 24857:1 24909:1 24939:1 25049:1 25081:1 25143:1 25154:1 25180:1 25197:1 25200:1 25259:1 25276:1 25375:2 25411:2 25428:1 25588:1 25623:1 25634:2 25648:3 25683:1 25742:1 25749:2 25753:1 25755:1 25760:1 25761:1 25765:2 25771:1 25772:1 25790:1 25855:1 25856:1 25859:1 25939:6 25945:1 25959:1 26042:2 26058:1 26108:1 26136:1 26137:1 26161:1 26244:1 26247:1 26259:1 26272:3 26307:1 26329:3 26331:5 26363:4 26376:1 26379:1 26384:1 26386:1 26413:3 26424:1 26425:1 26451:1 26459:1 26537:1 26538:1 26585:1 26586:1 26599:2 26601:1 26617:1 26701:1 26758:1 26800:2 26812:1 26872:1 26879:2 26882:2 26891:3 26964:1 27042:1 27095:1 27121:2 27152:1 27176:1 27321:1 27367:1 27403:2 27406:2 27490:1 27503:1 27538:1 27595:1 27611:1 27699:1 27714:1 27729:1 27730:1 27732:1 27750:1 27785:3 27796:1 27817:1 27833:1 27853:1 27946:1 28000:1 28035:1 28059:1 28068:1 28074:4 28205:1 28208:1 28220:1 28232:1 28283:1 28288:1 28316:1 28329:1 28330:1 28340:1 28351:1 28383:2 28390:2 28409:1 28411:1 28414:1 28455:1 28456:1 28458:2 28601:3 28642:1 28673:2 28677:1 28682:1 28686:1 28701:2 28702:1 28713:1 28743:1 28750:3 28751:2 28754:1 28758:1 28761:2 28770:1 28787:1 28817:1 28833:1 28855:1 28866:1 28867:1 28901:1 28907:1 28986:1 29027:1 29052:2 29053:1 29089:1 29100:1 29110:1 29117:1 29124:1 29128:1 29169:1 29207:1 29248:2 29269:1 29292:1 29306:1 29345:1 29370:1 29380:1 29413:2 29423:1 29448:2 29458:1 29494:1 29514:2 29566:4 29570:1 29575:1 29592:1 29600:1 29609:1 29616:1 29631:2 29673:1 29675:1 29689:1 29716:2 29721:1 29731:1 29746:1 29748:2 29753:1 29761:2 29766:2 29773:1 29814:1 29848:1 29858:1 29867:1 29904:1 29925:1 29930:1 29948:1 29961:1 29972:2 30051:1 30054:1 30066:1 30097:2 30125:1 30131:1 30308:1 30328:1 30354:1 30364:1 30474:1 30516:1 30617:1 30679:2 30730:2 30735:1 30751:1 30770:1 30779:1 30816:1 30825:1 30834:2 30844:1 30846:1 30857:3 30861:2 30869:1 30925:2 30964:1 30997:2
3 44:1 50:1 90:1 104:1 117:1 176:1 196:1 203:1 216:1 254:1 275:1 287:1 333:1 376:1 396:1 424:1 447:1 467:1 468:1 471:1 490:1 556:1 580:1 657:1 683:3 686:1 733:1 750:1 794:1 847:1 866:1 889:1 901:1 934:2 958:3 986:1 989:1 996:1 1006:1 1045:1 1049:2 1096:1 1130:2 1145:1 1150:1 1253:2 1295:1 1304:2 1305:1 1309:1 1322:2 1336:1 1368:1 1369:1 1382:1 1397:1 1401:1 1429:1 1430:1 1445:1 1483:2 1484:1 1534:1 1560:1 1566:1 1593:1 1622:1 1641:1 1644:1 1679:1 1685:1 1693:1 1707:3 1802:1 1813:1 1836:1 1861:3 1864:1 1883:2 1923:1 1942:1 1947:1 1993:1 1995:1 2001:1 2007:3 2009:3 2025:2 2045:1 2071:1 2126:1 2146:1 2148:1 2212:1 2213:1 2247:1 2301:1 2323:1 2325:1 2401:1 2412:1 2416:1 2418:1 2420:1 2423:6 2424:2 2426:1 2429:1 2445:1 2521:2 2592:1 2664:1 2748:1 2807:1 2822:1 2851:1 2902:1 2955:1 2972:1 3002:2 3006:1 3017:1 3086:2 3102:1 3114:1 3152:1 3153:6 3168:1 3199:1 3353:1 3408:1 3426:2 3434:3 3475:1 3523:1 3532:1 3605:1 3619:1 3665:1 3694:1 3752:1 3786:1 3851:1 3854:1 3865:2 3870:3 3880:2 3891:1 3919:1 3955:1 3965:2 3982:1 3992:1 4043:2 4056:1 4088:1 4103:1 4118:1 4155:1 4212:2 4220:1 4245:1 4255:2 4281:1 4359:1 4367:1 4445:1 4449:1 4462:1 4510:2 4521:1 4539:1 4544:1 4569:1 4605:1 4652:3 4689:1 4697:1 4710:1 4721:2 4750:1 4773:1 4806:2 4808:1 4811:1 4848:1 4866:2 4893:1 4901:1 4906:5 4948:1 4992:2 4998:1 5027:1 5098:3 5100:1 5138:1 5157:1 5222:1 5225:1 5243:1 5249:1 5271:1 5379:1 5404:1 5432:1 5483:2 5541:1 5553:1 5586:3 5589:1 5659:1 5664:1 5704:1 5759:1 5760:1 5800:1 5801:2 5972:1 5974:1 5977:1 6007:2 6013:1 6046:1 6118:1 6229:1 6237:1 6305:1 6306:1 6313:1 6319:1 6377:1 6383:1 6390:2 6397:1 6402:1 6426:1 6457:1 6462:1 6469:4 6495:1 6509:1 6625:1 6644:1 6657:1 6677:2 6680:1 6687:2 6689:2 6695:3 6698:1 6703:3 6708:1 6765:2 6840:3 6843:1 6851:1 6859:5 6875:1 6956:1 6969:1 7099:1 7123:1 7128:1 7148:1 7177:1 7181:1 7204:1 7257:1 7285:1 7294:1 7303:1 7339:1 7352:1 7361:1 7379:1 7390:1 7400:1 7411:1 7419:2 7427:1 7438:1 7473:1 7523:1 7533:1 7539:4 7597:1 7621:1 7816:1 7865:1 7873:1 7885:2 7901:1 7929:2 7970:1 8057:4 8058:2 8124:14 8148:1 8150:2 8162:1 8263:1 8320:1 8337:1 8354:1 8372:1 8499:2 8545:1 8562:1 8581:1 8643:2 8645:2 8652:1 8653:1 8665:7 8793:1 8816:1 8870:1 8878:1 8916:2 8918:1 8927:1 8944:1 8970:1 8982:1 9026:1 9056:1 9059:1 9061:1 9069:1 9070:1 9156:1 9205:2 9242:1 9262:1 9291:1 9317:1 9320:1 9385:2 9387:1 9389:1 9394:1 9395:1 9404:1 9424:1 9427:1 9442:1 9459:1 9498:1 9515:1 9534:1 9545:1 9624:2 9682:1 9690:1 9707:1 9725:1 9733:1 9770:1 9773:1 9807:1 9843:1 9857:1 9865:1 9875:1 9900:1 9903:1 9989:1 9992:1 10011:1 10082:1 10083:1 10160:2 10164:1 10172:1 10219:1 10242:2 10245:3 10264:1 10287:1 10288:1 10290:1 10329:1 10360:1 10410:1 10454:2 10484:1 10494:1 10514:1 10519:2 10535:1 10553:1 10600:1 10612:1 10627:2 10630:4 10638:1 10651:1 10687:1 10711:1 10793:1 10800:1 10850:3 10911:1 10914:1 10915:1 10934:1 10959:1 10961:1 10963:1 10988:1 11010:3 11067:1 11090:1 11134:1 11152:1 11214:3 11219:1 11225:4 11275:1 11301:2 11355:1 11357:1 11414:1 11461:3 11495:1 11509:1 11541:1 11564:1 11565:1 11597:1 11641:1 11644:1 11763:1 11815:1 11820:2 11825:1 11827:1 11844:1 11849:1 11894:1 11898:1 11927:1 11977:1 11979:1 12000:1 12014:1 12027:1 12036:1 12101:1 12102:1 12107:1 12147:4 12196:1 12200:1 12225:1 12261:1 12262:1 12270:5 12280:3 12286:1 12287:2 12307:1 12325:1 12431:1 12440:2 12473:2 12504:1 12589:1 12617:1 12629:1 12630:1 12645:1 12702:1 12713:1 12735:1 12826:1 12831:1 12836:1 12851:1 12906:1 12978:1 12992:1 12998:1 13015:1 13021:2 13031:1 13098:1 13102:1 13112:1 13172:1 13269:1 13273:1 13285:1 13291:1 13302:1 13304:2 13323:1 13375:1 13387:1 13412:1 13467:1 13470:1 13586:1 13600:1 13605:1 13649:1 13650:1 13651:1 13683:2 13720:1 13733:1 13755:1 13774:3 13785:1 13803:1 13820:1 13831:1 13841:2 13889:1 13898:1 13912:1 13919:1 13934:1 13942:1 13953:1 14033:1 14042:1 14085:1 14140:1 14150:1 14158:1 14161:1 14179:1 14223:1 14227:1 14230:1 14246:1 14295:1 14348:1 14365:1 14384:1 14386:1 14396:1 14400:1 14420:1 14438:1 14533:1 14536:1 14548:1 14576:1 14581:1 14595:1 14596:1 14599:1 14657:2 14684:1 14716:1 14735:1 14772:1 14784:1 14795:1 14845:1 14860:1 14890:1 14911:1 14916:1 14923:2 14925:1 14927:2 14942:1 14950:2 14951:1 14959:1 14981:1 15000:1 15043:1 15063:2 15082:1 15105:1 15120:1 15121:1 15189:1 15217:1 15233:1 15241:1 15315:1 15331:1 15358:1 15374:1 15377:3 15383:2 15401:1 15448:1 15480:1 15488:1 15509:1 15514:1 15582:1 15606:1 15636:3 15643:1 15645:2 15672:1 15686:1 15820:1 15851:1 15869:1 15884:1 15885:1 15937:1 15969:1 16018:2 16108:1 16127:1 16149:1 16154:1 16163:1 16207:2 16248:1 16266:1 16336:2 16348:1 16362:2 16364:1 16368:1 16396:2 16414:1 16418:1 16422:2 16431:1 16525:1 16531:1 16550:1 16571:1 16595:1 16602:1 16619:2 16626:1 16665:1 16668:1 16712:1 16727:1 16746:1 16761:1 16766:1 16792:2 16798:1 16807:1 16811:1 16823:1 16826:1 16836:1 16857:1 16915:1 16958:1 16973:1 16975:1 16978:1 16980:1 16986:1 17070:1 17071:2 17073:1 17079:1 17081:2 17088:1 17124:1 17129:1 17134:1 17147:1 17169:1 17190:1 17256:2 17317:1 17331:1 17332:1 17344:1 17393:1 17420:2 17443:1 17455:6 17461:1 17464:1 17504:1 17507:1 17632:1 17685:1 17761:1 17765:1 17811:1 17816:1 17931:1 17946:1 18018:2 18072:1 18128:1 18154:1 18198:1 18208:1 18270:3 18280:1 18388:1 18404:1 18412:1 18425:1 18432:1 18455:1 18473:1 18493:1 18537:2 18602:1 18604:1 18625:1 18662:4 18699:1 18727:1 18745:2 18746:2 18748:1 18752:1 18916:1 18984:1 19070:1 19118:1 19191:1 19243:1 19254:1 19260:1 19262:1 19278:1 19311:1 19312:1 19420:2 19486:950 19488:1 19490:1 19496:1 19511:1 19546:1 19547:1 19596:1 19616:1 19621:1 19625:1 19672:5 19685:1 19723:1 19725:1 19784:2 19834:1 19946:1 19955:1 19979:1 19987:2 19997:1 20032:1 20073:1 20080:1 20110:1 20141:1 20148:1 20188:1 20210:1 20301:1 20314:2 20321:1 20346:2 20358:1 20421:2 20504:1 20532:4 20534:1 20561:1 20595:2 20679:1 20694:1 20698:1 20700:1 20701:1 20713:2 20745:1 20756:1 20777:1 20787:1 20816:1 20819:1 20832:1 20867:1 20869:2 20925:1 20980:2 21009:1 21046:2 21052:1 21070:2 21073:2 21098:2 21128:2 21149:1 21153:3 21184:1 21186:1 21193:1 21209:1 21217:1 21230:1 21239:2 21242:1 21245:1 21278:1 21295:1 21316:1 21325:1 21333:1 21355:1 21471:1 21482:2 21537:1 21602:1 21619:2 21646:3 21665:1 21693:1 21715:1 21747:1 21750:1 21753:1 21762:1 21774:1 21791:1 21792:1 21823:1 21826:1 21833:1 21924:1 21926:1 21930:1 22031:1 22074:1 22090:1 22099:1 22145:1 22169:1 22187:1 22208:1 22317:1 22345:1 22375:1 22381:2 22395:1 22397:1 22437:1 22490:2 22492:1 22511:1 22547:1 22569:1 22631:1 22633:1 22645:1 22653:2 22655:1 22673:1 22745:3 22765:1 22791:2 22813:1 22831:1 22869:1 22899:1 22911:3 22968:1 22993:2 22995:2 23022:1 23033:1 23049:1 23090:1 23114:1 23170:1 23222:1 23251:1 23316:2 23318:1 23384:1 23385:1 23425:1 23444:1 23447:1 23496:1 23499:1 23512:1 23515:2 23516:3 23539:1 23559:3 23564:2 23569:1 23573:1 23581:1 23598:1 23620:1 23631:1 23638:1 23639:1 23644:1 23650:2 23668:1 23676:2 23731:1 23769:2 23791:1 23796:1 23836:1 23843:1 23957:2 23990:1 23999:1 24008:1 24059:1 24178:1 24184:2 24246:1 24267:1 24291:2 24333:2 24334:1 24360:1 24374:3 24410:1 24425:1 24469:1 24476:1 24512:1 24528:1 24542:1 24556:1 24558:1 24611:1 24635:1 24653:1 24661:1 24748:1 24834:1 24857:1 24909:1 24939:1 25049:1 25081:1 25143:1 25154:1 25180:1 25197:1 25200:1 25259:1 25276:1 25375:2 25411:2 25428:1 25556:1 25588:1 25623:1 25634:2 25648:3 25683:1 25697:1 25742:1 25749:2 25753:1 25755:1 25760:1 25761:1 25765:2 25771:1 25772:1 25790:1 25851:1 25855:1 25856:1 25859:1 25939:6 25945:1 25959:1 26042:2 26058:1 26108:1 26136:1 26137:1 26161:1 26244:1 26247:1 26259:1 26272:3 26307:1 26329:3 26331:5 26363:4 26376:1 26379:1 26384:1 26386:1 26413:3 26424:1 26425:1 26451:1 26459:1 26537:1 26538:1 26585:1 26586:1 26599:2 26601:1 26617:1 26685:1 26701:1 26758:1 26800:2 26812:1 26872:1 26879:2 26882:2 26891:3 26964:1 27042:1 27078:1 27095:1 27121:2 27152:1 27176:1 27321:1 27367:1 27403:2 27406:2 27490:1 27503:1 27538:1 27595:1 27601:1 27611:1 27651:1 27699:1 27714:1 27729:1 27730:1 27732:1 27750:1 27785:3 27796:1 27817:1 27833:1 27853:1 27946:1 28000:1 28035:1 28059:1 28068:1 28074:5 28205:1 28208:1 28220:2 28232:1 28283:1 28288:1 28316:1 28329:1 28330:1 28340:1 28349:1 28351:1 28383:2 28390:2 28409:1 28411:1 28414:1 28455:1 28456:1 28458:2 28601:3 28642:1 28673:2 28677:1 28682:1 28686:1 28701:2 28702:1 28713:1 28743:1 28750:3 28751:2 28754:1 28758:1 28761:2 28770:1 28787:1 28817:1 28833:1 28855:1 28866:1 28867:1 28901:1 28907:1 28986:1 29001:1 29027:1 29052:2 29053:1 29089:1 29100:1 29110:2 29117:2 29124:1 29128:1 29169:1 29207:1 29248:3 29269:1 29292:1 29306:1 29345:1 29370:1 29380:1 29413:2 29423:1 29448:2 29458:1 29494:1 29495:1 29514:2 29566:4 29570:1 29575:1 29592:1 29600:1 29609:1 29616:1 29631:2 29633:1 29673:1 29675:1 29689:1 29716:2 29721:1 29731:1 29746:1 29748:2 29753:1 29761:2 29766:2 29773:1 29814:1 29848:1 29858:1 29867:1 29887:1 29904:1 29925:1 29930:1 29948:1 29961:1 29972:2 30051:1 30054:1 30066:1 30097:2 30125:1 30131:1 30308:1 30328:1 30354:1 30364:1 30474:1 30516:1 30565:1 30617:1 30679:2 30730:2 30735:1 30751:1 30770:1 30779:1 30816:1 30825:1 30834:2 30844:1 30846:1 30855:1 30857:4 30861:2 30869:1 30900:1 30925:2 30964:1 30997:2
3 44:1 50:1 90:1 104:1 117:1 176:1 196:1 203:1 216:1 254:1 275:1 276:1 287:1 333:1 376:1 396:1 424:1 447:1 467:1 468:1 471:1 475:1 490:1 556:1 580:1 585:1 657:1 677:1 683:3 686:1 720:1 733:1 750:1 794:1 847:1 866:1 889:1 901:1 934:2 958:3 986:1 989:1 996:1 1006:1 1045:1 1049:3 1096:1 1130:2 1145:1 1150:1 1253:2 1295:1 1304:2 1305:1 1309:1 1322:2 1336:1 1368:1 1369:1 1382:1 1397:1 1401:1 1429:1 1430:1 1445:1 1483:2 1484:1 1534:1 1560:1 1566:1 1593:1 1622:1 1641:1 1644:1 1679:1 1685:1 1693:1 1707:3 1802:1 1813:1 1836:1 1861:3 1864:1 1883:2 1923:1 1942:1 1947:1 1993:1 1995:1 2001:1 2006:1 2007:3 2009:3 2025:2 2045:1 2071:1 2126:1 2146:1 2148:1 2173:1 2177:1 2212:1 2213:1 2247:1 2285:1 2301:1 2323:1 2325:1 2401:1 2412:1 2416:1 2418:3 2420:1 2423:6 2424:2 2426:1 2429:1 2445:1 2453:1 2521:2 2592:1 2622:1 2664:1 2748:1 2807:1 2822:1 2827:1 2851:1 2902:1 2955:1 2972:1 2974:1 3002:2 3004:1 3006:1 3017:1 3086:2 3102:1 3114:1 3152:1 3153:6 3168:1 3199:1 3353:1 3408:1 3426:2 3434:3 3475:1 3523:1 3532:1 3605:1 3619:1 3665:1 3694:1 3752:1 3786:1 3851:1 3854:1 3865:2 3870:3 3880:2 3891:2 3919:1 3955:1 3965:2 3982:2 3992:1 4043:2 4056:1 4088:1 4103:2 4118:1 4155:1 4212:3 4220:1 4245:1 4255:2 4281:1 4359:1 4367:1 4410:1 4445:1 4449:1 4462:1 4510:2 4521:1 4539:1 4544:1 4569:1 4605:1 4652:3 4689:1 4697:1 4710:1 4721:2 4750:1 4773:1 4806:2 4808:1 4811:1 4848:1 4866:2 4893:1 4901:1 4906:6 4948:2 4992:2 4998:1 5027:1 5098:3 5100:2 5138:1 5157:1 5222:1 5225:1 5243:1 5249:1 5271:1 5379:1 5404:1 5432:1 5483:2 5541:1 5553:1 5586:3 5589:1 5659:1 5664:1 5704:1 5759:1 5760:1 5800:1 5801:2 5972:1 5974:1 5977:1 6007:2 6013:1 6046:2 6118:1 6222:1 6229:1 6237:1 6305:1 6306:1 6313:1 6319:1 6377:1 6383:1 6390:2 6397:1 6402:1 6426:1 6457:1 6462:1 6469:4 6495:1 6509:1 6625:1 6636:1 6644:1 6657:1 6677:2 6680:1 6687:2 6689:2 6695:4 6698:1 6703:3 6708:1 6765:2 6840:3 6843:1 6851:1 6859:6 6875:1 6956:1 6969:1 7099:1 7123:1 7128:1 7148:1 7177:1 7181:1 7204:2 7257:1 7285:1 7294:1 7303:1 7339:1 7352:1 7361:1 7379:1 7390:1 7400:1 7411:1 7419:2 7427:1 7438:1 7473:1 7523:1 7533:1 7539:4 7597:1 7609:1 7621:1 7816:1 7865:1 7873:1 7885:2 7901:1 7929:2 7970:1 8057:4 8058:2 8124:17 8133:1 8148:1 8150:2 8162:1 8263:1 8320:1 8337:1 8354:1 8372:1 8499:2 8545:1 8562:1 8581:1 8643:2 8645:2 8652:1 8653:1 8665:7 8690:1 8793:1 8816:1 8870:1 8878:1 8916:2 8918:1 8927:1 8944:1 8970:1 8982:1 9026:1 9056:1 9059:1 9061:1 9069:1 9070:1 9156:1 9205:2 9242:1 9262:1 9291:1 9317:1 9320:1 9385:2 9387:1 9389:1 9394:1 9395:1 9404:1 9424:1 9427:1 9442:1 9459:1 9498:1 9515:1 9531:1 9534:1 9545:1 9624:2 9682:1 9684:1 9690:1 9707:1 9725:1 9733:1 9770:1 9773:1 9807:1 9843:1 9857:1 9865:1 9875:1 9900:1 9903:1 9989:1 9992:1 10011:1 10082:1 10083:1 10160:2 10164:1 10172:1 10182:1 10219:1 10242:2 10245:3 10264:1 10287:1 10288:1 10290:1 10329:1 10360:1 10410:1 10443:1 10454:2 10484:1 10494:1 10514:1 10519:2 10535:1 10553:1 10600:1 10612:1 10627:2 10630:4 10638:1 10651:1 10663:1 10687:1 10711:1 10793:1 10800:1 10850:3 10911:1 10914:1 10915:1 10934:1 10959:1 10961:1 10963:1 10988:1 11010:3 11067:1 11090:1 11134:1 11152:1 11214:3 11219:1 11225:5 11275:1 11301:2 11355:1 11357:1 11414:1 11461:3 11495:1 11509:1 11541:1 11564:1 11565:1 11597:1 11604:1 11634:1 11641:1 11644:1 11763:1 11815:1 11820:2 11825:2 11827:1 11844:1 11849:1 11894:1 11898:1 11927:1 11977:1 11979:1 12000:1 12014:1 12027:1 12036:1 12086:1 12101:1 12102:1 12107:1 12147:4 12196:1 12200:1 12208:1 12225:1 12261:1 12262:1 12270:5 12280:3 12286:1 12287:2 12307:1 12325:1 12431:1 12440:2 12473:2 12504:1 12589:1 12617:1 12629:1 12630:1 12645:1 12702:1 12713:2 12735:2 12826:1 12831:1 12836:1 12851:1 12906:1 12940:1 12978:1 12992:1 12998:1 13015:1 13021:2 13031:1 13098:2 13102:1 13112:1 13172:1 13249:1 13269:1 13273:1 13285:1 13291:1 13302:1 13304:2 13323:1 13375:1 13387:1 13412:1 13467:1 13470:1 13586:1 13600:1 13605:1 13642:1 13649:1 13650:1 13651:1 13683:2 13720:1 13733:1 13755:1 13774:3 13785:1 13803:1 13820:1 13831:1 13841:2 13889:1 13898:1 13912:1 13919:1 13934:1 13942:1 13953:1 14033:1 14042:1 14085:1 14140:1 14150:1 14158:1 14161:1 14179:1 14223:1 14227:1 14230:1 14246:1 14256:1 14295:1 14348:1 14365:1 14384:1 14386:1 14396:1 14400:1 14420:1 14438:1 14513:1 14533:1 14536:1 14548:1 14576:1 14581:1 14595:1 14596:1 14599:1 14657:2 14684:1 14716:1 14735:1 14772:1 14784:1 14795:1 14845:1 14860:1 14878:1 14890:1 14911:1 14916:1 14923:2 14925:1 14927:2 14942:1 14950:2 14951:1 14959:1 14981:1 15000:1 15043:1 15063:2 15082:1 15105:1 15120:1 15121:1 15189:1 15217:1 15233:1 15241:1 15300:1 15315:2 15331:1 15358:1 15374:1 15377:3 15383:2 15401:1 15422:1 15448:1 15480:1 15488:1 15509:1 15514:1 15582:1 15606:1 15636:3 15643:1 15645:2 15672:1 15686:1 15820:1 15851:1 15869:1 15884:1 15885:1 15937:1 15947:1 15969:1 16018:2 16108:1 16127:1 16149:1 16154:1 16163:1 16207:2 16248:1 16266:1 16336:2 16348:1 16360:1 16362:2 16364:1 16368:1 16396:2 16414:1 16418:1 16422:2 16431:1 16525:1 16530:1 16531:1 16550:1 16571:1 16595:1 16602:1 16619:3 16626:1 16665:1 16668:1 16707:1 16712:1 16727:1 16746:1 16761:1 16766:1 16792:2 16798:1 16807:1 16811:1 16823:1 16826:1 16836:1 16857:1 16915:1 16958:1 16973:1 16975:1 16978:1 16980:1 16986:1 17070:1 17071:2 17073:1 17079:1 17081:2 17088:1 17124:1 17129:1 17134:1 17147:1 17169:1 17190:1 17256:2 17317:1 17331:1 17332:1 17344:1 17393:1 17420:2 17443:1 17455:6 17461:1 17464:1 17504:1 17507:1 17632:1 17685:1 17761:1 17765:1 17811:1 17816:1 17931:1 17946:1 18018:2 18072:1 18128:1 18154:1 18198:1 18208:1 18270:3 18280:1 18388:1 18404:1 18412:1 18425:1 18432:1 18455:1 18473:1 18493:1 18537:2 18602:1 18604:1 18625:1 18655:1 18662:4 18680:1 18699:1 18727:1 18745:2 18746:2 18748:1 18752:1 18916:1 18984:1 19070:1 19118:1 19191:1 19198:1 19243:1 19254:1 19260:1 19262:1 19278:1 19311:1 19312:1 19420:2 19462:1 19486:1044 19488:1 19490:1 19496:1 19511:1 19546:1 19547:1 19596:1 19616:1 19621:1 19625:1 19672:5 19685:1 19723:1 19725:1 19784:2 19834:1 19946:1 19955:1 19979:1 19987:2 19997:1 20032:1 20073:1 20080:1 20110:1 20141:1 20148:2 20188:1 20210:1 20301:1 20314:2 20321:1 20346:3 20358:1 20421:2 20491:1 20504:1 20532:4 20534:1 20561:1 20595:2 20679:1 20694:1 20698:1 20700:1 20701:1 20713:2 20745:1 20756:1 20777:1 20787:1 20816:1 20819:1 20832:1 20867:1 20869:2 20925:1 20980:2 21009:1 21046:2 21052:1 21070:2 21073:2 21098:2 21128:2 21149:1 21153:3 21184:1 21186:1 21193:1 21209:1 21217:1 21230:1 21239:2 21242:1 21245:1 21278:1 21295:1 21316:1 21325:1 21333:1 21355:1 21471:1 21482:2 21537:1 21602:1 21619:2 21646:3 21665:1 21693:1 21715:1 21747:1 21750:1 21753:1 21762:1 21774:1 21791:1 21792:2 21823:1 21826:1 21833:1 21924:1 21926:1 21930:1 22031:1 22074:1 22090:1 22099:1 22145:1 22169:1 22187:1 22208:1 22317:1 22345:1 22375:1 22381:2 22395:1 22397:1 22437:1 22490:3 22492:1 22511:1 22547:1 22566:1 22569:1 22631:1 22633:1 22645:1 22653:2 22655:1 22663:1 22673:1 22745:3 22765:1 22791:2 22813:1 22831:1 22869:1 22899:1 22911:3 22968:1 22993:2 22995:2 23022:1 23033:1 23049:1 23090:1 23114:1 23170:1 23222:1 23251:1 23316:3 23318:1 23384:1 23385:1 23425:1 23444:1 23447:1 23496:1 23499:1 23512:1 23515:2 23516:3 23539:1 23559:3 23564:2 23569:1 23573:1 23581:1 23598:1 23620:1 23624:1 23631:1 23638:1 23639:1 23644:1 23650:2 23668:1 23676:2 23724:1 23731:1 23769:3 23791:1 23796:1 23836:1 23843:1 23957:2 23990:1 23999:1 24008:1 24059:1 24178:1 24184:2 24210:1 24246:1 24267:1 24291:2 24333:2 24334:1 24360:1 24374:3 24410:1 24425:1 24469:1 24476:1 24512:1 24528:1 24542:1 24556:1 24558:1 24611:1 24635:1 24653:1 24661:1 24748:1 24834:1 24857:1 24909:1 24939:1 25049:1 25081:1 25143:1 25154:1 25180:1 25197:1 25200:1 25259:1 25276:1 25375:2 25411:2 25428:1 25496:1 25556:1 25588:1 25600:1 25623:1 25634:2 25648:3 25683:1 25697:1 25742:1 25745:1 25749:2 25753:1 25755:1 25760:1 25761:1 25765:2 25771:1 25772:1 25790:1 25851:1 25855:1 25856:1 25859:1 25939:6 25945:1 25959:1 26042:2 26058:1 26071:1 26108:1 26136:1 26137:1 26161:1 26244:1 26247:1 26250:1 26259:1 26272:3 26307:1 26329:3 26331:5 26363:5 26376:1 26379:1 26384:1 26386:1 26390:1 26395:1 26413:3 26423:1 26424:1 26425:1 26451:1 26459:1 26537:2 26538:1 26585:1 26586:1 26599:2 26601:1 26617:1 26653:1 26685:1 26701:1 26758:1 26800:2 26812:1 26872:1 26879:2 26882:3 26891:3 26964:1 27042:1 27078:1 27095:1 27110:1 27121:2 27152:1 27176:1 27321:1 27367:1 27403:2 27406:2 27490:1 27503:1 27538:1 27595:1 27601:2 27611:1 27651:1 27699:1 27714:1 27729:1 27730:1 27732:1 27750:1 27785:3 27796:1 27817:1 27833:1 27853:1 27946:1 28000:1 28035:1 28059:1 28068:1 28074:6 28150:1 28205:1 28208:1 28220:2 28232:1 28246:1 28276:1 28283:1 28288:1 28316:1 28329:1 28330:1 28340:1 28349:2 28351:1 28383:2 28390:2 28409:1 28411:1 28414:1 28455:1 28456:1 28458:2 28487:2 28601:3 28642:1 28673:3 28677:1 28682:1 28686:1 28701:2 28702:1 28713:1 28743:1 28750:3 28751:2 28754:1 28758:1 28761:2 28770:1 28787:1 28817:1 28833:1 28855:1 28866:1 28867:1 28901:1 28907:1 28986:1 29001:1 29027:1 29052:2 29053:1 29089:1 29090:1 29100:1 29110:2 29117:2 29124:1 29128:1 29169:1 29207:1 29248:3 29269:1 29292:1 29306:1 29345:1 29370:1 29380:1 29413:2 29423:1 29448:2 29458:1 29494:1 29495:1 29514:2 29566:4 29570:1 29575:1 29592:1 29600:1 29609:1 29616:1 29631:2 29633:1 29673:1 29675:1 29689:1 29716:2 29721:1 29731:1 29746:1 29748:2 29753:1 29761:2 29766:2 29773:1 29814:1 29848:1 29858:1 29867:1 29887:1 29904:1 29925:1 29930:1 29948:1 29961:1 29972:2 30051:1 30054:1 30066:1 30097:2 30125:1 30131:1 30308:1 30328:1 30351:1 30354:1 30364:1 30474:1 30516:1 30565:1 30617:1 30679:2 30730:2 30735:1 30751:1 30770:1 30779:1 30816:1 30825:1 30834:2 30844:1 30846:1 30855:1 30857:5 30861:2 30869:1 30900:1 30925:2 30964:1 30997:2
3 44:1 50:1 90:1 104:1 117:1 176:1 196:1 203:1 216:1 254:1 275:1 276:1 287:1 333:1 376:1 396:1 424:1 446:1 447:1 467:2 468:1 471:1 475:1 490:1 556:1 580:1 585:1 625:1 637:1 657:1 677:1 683:3 686:1 720:2 722:1 733:1 750:1 794:1 826:1 847:1 866:1 889:1 901:1 934:2 958:3 965:1 981:2 986:1 989:1 996:1 1006:1 1045:1 1049:3 1096:1 1130:2 1145:1 1150:1 1253:2 1279:1 1295:1 1304:2 1305:1 1309:1 1319:1 1322:2 1336:1 1368:1 1369:1 1382:1 1397:1 1401:1 1414:1 1429:1 1430:1 1445:1 1483:2 1484:1 1534:1 1553:1 1560:1 1566:2 1585:1 1593:2 1622:1 1641:2 1644:1 1679:1 1685:1 1693:1 1707:3 1802:1 1813:1 1836:1 1861:3 1864:1 1883:2 1923:1 1942:1 1947:1 1993:1 1995:1 2001:1 2006:1 2007:3 2009:3 2025:2 2045:1 2071:1 2126:1 2146:1 2148:1 2173:1 2177:1 2204:1 2212:1 2213:1 2247:1 2285:1 2301:1 2323:1 2325:1 2341:1 2385:1 2401:1 2412:1 2416:1 2418:3 2420:1 2423:6 2424:2 2426:1 2429:1 2445:1 2453:1 2521:2 2554:1 2592:1 2622:1 2664:1 2705:1 2748:1 2779:1 2788:1 2807:1 2822:1 2827:1 2851:1 2902:1 2920:1 2955:1 2972:1 2974:1 3002:2 3004:1 3006:1 3009:1 3017:1 3086:2 3102:1 3114:1 3152:1 3153:6 3168:1 3199:1 3353:1 3408:1 3426:3 3434:3 3475:1 3523:1 3532:1 3605:1 3619:1 3665:1 3694:1 3709:1 3752:1 3786:1 3851:1 3854:1 3865:3 3870:3 3880:2 3886:1 3891:2 3919:2 3955:1 3965:2 3982:2 3992:1 4043:2 4056:1 4088:1 4103:2 4118:1 4155:1 4212:3 4220:1 4245:1 4255:2 4281:1 4359:1 4367:1 4397:1 4410:1 4421:1 4445:1 4449:1 4462:1 4510:2 4521:1 4539:2 4544:1 4569:1 4605:1 4624:1 4652:3 4689:1 4697:1 4710:1 4721:2 4746:1 4750:1 4773:1 4806:2 4808:1 4811:1 4848:1 4866:3 4893:1 4901:1 4906:6 4948:2 4992:2 4998:1 5027:1 5098:3 5100:2 5138:1 5157:1 5222:1 5225:1 5243:1 5249:1 5271:1 5379:1 5404:1 5432:1 5483:2 5541:1 5553:1 5586:3 5589:1 5626:1 5659:1 5664:1 5704:1 5759:1 5760:1 5800:1 5801:2 5941:1 5972:2 5974:1 5977:1 6007:2 6013:1 6046:2 6118:1 6161:1 6189:1 6207:1 6222:1 6229:1 6237:1 6305:1 6306:1 6313:1 6319:1 6346:1 6377:1 6378:1 6383:1 6390:2 6397:1 6402:1 6426:1 6438:1 6457:1 6462:1 6469:4 6495:1 6509:1 6551:1 6625:1 6636:1 6644:1 6657:1 6677:2 6680:1 6686:1 6687:4 6689:2 6695:4 6698:2 6703:3 6708:1 6765:2 6840:3 6843:1 6851:1 6859:6 6875:1 6956:1 6969:1 6980:1 7081:1 7099:1 7123:1 7128:1 7148:2 7177:1 7181:1 7204:3 7257:1 7285:1 7294:1 7303:1 7339:1 7352:1 7361:1 7379:1 7390:1 7400:1 7411:1 7419:2 7427:1 7438:1 7473:1 7523:1 7533:1 7539:4 7597:1 7609:1 7621:1 7654:1 7702:1 7816:1 7821:1 7854:1 7865:1 7873:1 7885:2 7901:1 7929:2 7970:2 8057:4 8058:2 8124:18 8133:1 8148:2 8150:2 8162:1 8263:1 8320:1 8334:1 8337:1 8354:1 8372:1 8410:1 8499:2 8545:1 8562:1 8581:1 8643:2 8645:2 8652:1 8653:1 8665:7 8690:1 8768:1 8793:1 8816:1 8822:1 8870:1 8878:1 8916:2 8918:1 8927:1 8944:1 8970:1 8982:1 9007:1 9026:1 9056:1 9059:1 9061:1 9067:1 9069:1 9070:1 9085:1 9156:1 9205:2 9242:1 9246:1 9262:1 9291:1 9317:1 9320:1 9385:2 9387:1 9389:1 9394:1 9395:1 9404:1 9418:1 9424:1 9425:1 9427:1 9442:1 9459:2 9483:1 9498:1 9515:1 9531:1 9534:1 9545:1 9558:1 9571:1 9601:1 9624:2 9682:1 9684:1 9690:1 9707:1 9725:1 9733:1 9770:1 9773:1 9807:1 9843:1 9857:1 9865:1 9875:1 9900:1 9903:1 9989:1 9992:1 10011:1 10049:1 10082:1 10083:1 10160:2 10162:1 10164:1 10172:1 10182:1 10219:1 10242:2 10245:3 10264:1 10287:1 10288:1 10290:1 10329:1 10360:1 10410:1 10443:1 10454:3 10471:1 10484:1 10494:1 10514:1 10519:2 10535:1 10553:1 10600:1 10612:1 10627:2 10630:4 10638:1 10651:1 10663:1 10687:1 10711:1 10793:1 10800:1 10850:3 10911:1 10914:1 10915:1 10934:1 10959:1 10961:1 10963:1 10988:1 11010:3 11067:1 11090:1 11134:1 11152:1 11214:3 11219:1 11225:5 11275:1 11301:2 11317:1 11355:1 11357:1 11414:1 11461:3 11482:1 11495:1 11509:1 11541:1 11564:1 11565:1 11597:1 11604:1 11634:1 11641:1 11644:2 11763:1 11815:1 11820:3 11825:2 11827:1 11844:1 11849:2 11894:1 11898:1 11927:1 11977:1 11979:1 11984:1 12000:1 12014:1 12027:1 12036:1 12086:1 12101:1 12102:1 12107:1 12123:1 12147:5 12196:1 12200:1 12208:1 12225:1 12261:1 12262:1 12270:5 12280:3 12286:1 12287:3 12307:1 12325:1 12431:1 12440:2 12466:1 12473:3 12504:1 12589:1 12617:1 12629:1 12630:2 12645:1 12702:1 12713:2 12735:2 12826:1 12831:1 12836:1 12851:1 12906:1 12925:1 12940:1 12978:1 12992:1 12998:1 13015:1 13021:2 13031:1 13098:2 13102:1 13112:1 13172:1 13190:1 13249:1 13269:1 13273:1 13285:1 13291:1 13302:1 13304:2 13318:1 13323:1 13364:1 13375:1 13387:1 13412:1 13467:1 13470:1 13586:1 13600:1 13605:1 13642:1 13649:1 13650:1 13651:1 13683:3 13720:1 13733:1 13751:1 13755:1 13774:3 13785:1 13803:1 13820:1 13831:1 13840:1 13841:3 13889:1 13898:1 13912:1 13916:1 13919:1 13934:1 13942:1 13953:1 14033:1 14042:1 14061:1 14085:1 14140:2 14150:1 14158:1 14161:1 14179:1 14185:1 14223:1 14227:1 14229:1 14230:1 14246:1 14256:1 14295:1 14348:1 14365:1 14384:1 14386:1 14396:1 14400:1 14420:1 14438:1 14454:1 14513:1 14533:2 14536:1 14548:1 14576:1 14581:1 14595:1 14596:1 14599:1 14657:2 14684:2 14716:1 14735:1 14772:1 14784:1 14795:1 14845:1 14860:1 14878:1 14890:1 14911:1 14916:1 14917:1 14923:4 14925:1 14927:2 14942:1 14950:2 14951:1 14959:1 14981:1 15000:1 15043:1 15063:2 15082:1 15105:1 15120:1 15121:1 15189:1 15217:1 15233:1 15241:1 15300:2 15315:2 15331:1 15358:1 15374:1 15377:3 15383:2 15401:1 15422:1 15448:1 15480:1 15488:1 15509:1 15514:1 15582:1 15597:1 15606:2 15636:4 15643:1 15645:2 15672:1 15680:1 15686:1 15820:1 15851:1 15869:1 15884:1 15885:1 15937:1 15947:1 15969:1 16018:2 16051:1 16108:1 16127:1 16149:1 16154:1 16163:1 16207:2 16248:1 16266:1 16336:2 16348:1 16360:1 16362:3 16364:1 16368:1 16396:2 16398:1 16399:1 16414:1 16418:1 16422:2 16431:1 16525:1 16530:1 16531:1 16550:1 16571:1 16595:1 16602:1 16619:3 16626:1 16665:1 16668:1 16687:1 16704:2 16707:1 16712:1 16727:1 16746:1 16761:1 16766:1 16792:2 16798:1 16807:1 16811:1 16823:1 16826:1 16836:1 16857:1 16915:1 16958:1 16973:1 16975:1 16978:1 16980:1 16986:1 17064:1 17070:1 17071:2 17073:1 17079:1 17081:2 17088:1 17124:1 17129:1 17134:1 17147:1 17169:1 17177:1 17190:1 17256:2 17284:1 17317:1 17331:1 17332:1 17344:1 17393:1 17420:2 17443:1 17455:6 17461:1 17464:1 17504:1 17507:1 17508:1 17632:2 17685:1 17718:1 17761:1 17765:1 17809:1 17811:1 17816:1 17931:1 17946:1 17985:1 17988:1 18018:2 18072:1 18078:1 18128:1 18154:1 18198:1 18208:1 18270:3 18277:1 18280:1 18388:1 18404:1 18412:1 18425:1 18432:1 18455:1 18473:1 18493:1 18537:2 18567:1 18584:1 18602:1 18604:1 18625:1 18655:1 18662:4 18680:1 18699:1 18703:1 18727:1 18745:2 18746:2 18748:1 18752:1 18916:1 18934:1 18984:1 19070:1 19118:1 19191:1 19198:1 19243:1 19254:1 19260:1 19262:1 19278:1 19281:1 19311:1 19312:1 19337:1 19344:1 19420:2 19462:1 19486:1163 19488:1 19490:1 19494:2 19496:1 19507:1 19511:1 19546:1 19547:1 19596:1 19616:1 19621:1 19625:1 19643:1 19672:5 19684:1 19685:1 19723:1 19725:1 19784:3 19834:1 19876:2 19887:1 19946:1 19955:1 19979:1 19987:2 19997:1 20015:1 20032:1 20073:1 20080:1 20110:1 20120:1 20141:1 20148:2 20188:1 20210:1 20301:1 20312:1 20314:2 20321:1 20346:3 20358:1 20421:2 20491:1 20501:1 20504:1 20513:1 20532:4 20534:1 20561:1 20595:2 20679:1 20684:1 20694:2 20698:1 20700:1 20701:1 20711:1 20713:2 20745:1 20756:1 20777:1 20787:1 20816:1 20819:1 20832:1 20864:1 20867:1 20869:2 20925:1 20928:1 20936:1 20980:3 21009:1 21046:3 21052:1 21070:2 21073:2 21098:2 21128:2 21149:1 21153:3 21184:1 21186:1 21193:1 21209:1 21217:1 21220:1 21230:1 21239:2 21242:1 21245:1 21278:1 21295:1 21305:1 21316:1 21325:1 21333:1 21355:1 21400:1 21471:1 21474:1 21482:2 21491:1 21537:1 21602:1 21619:2 21646:3 21665:1 21672:1 21693:1 21715:1 21747:1 21750:1 21753:1 21762:1 21774:1 21791:1 21792:2 21823:1 21826:1 21833:1 21924:1 21926:1 21930:1 21978:1 22004:1 22024:1 22031:1 22074:1 22090:1 22099:1 22145:1 22169:1 22187:1 22208:1 22214:1 22317:1 22344:1 22345:1 22375:1 22378:2 22381:2 22395:1 22397:1 22437:1 22490:3 22492:1 22503:1 22511:1 22547:1 22566:1 22569:1 22631:1 22633:1 22645:1 22653:2 22655:1 22663:1 22673:1 22745:3 22765:1 22791:2 22813:1 22831:1 22869:1 22899:1 22911:4 22968:1 22993:2 22995:2 23022:1 23033:1 23049:1 23082:1 23090:1 23114:1 23170:1 23222:1 23251:1 23316:4 23318:1 23354:1 23384:1 23385:1 23425:1 23444:1 23447:1 23496:1 23499:1 23512:1 23515:2 23516:3 23539:1 23559:3 23564:2 23569:1 23573:1 23581:1 23598:1 23620:1 23624:1 23629:1 23631:1 23638:1 23639:2 23644:1 23650:2 23668:1 23676:2 23703:1 23724:1 23731:1 23769:3 23789:1 23791:2 23796:1 23836:1 23843:1 23957:3 23990:1 23999:1 24008:1 24059:1 24101:1 24147:1 24178:1 24184:2 24210:1 24246:1 24267:1 24291:2 24333:2 24334:1 24360:1 24370:1 24374:3 24410:1 24425:1 24469:1 24476:1 24512:1 24528:1 24542:1 24556:1 24558:1 24611:1 24635:1 24653:1 24661:1 24681:1 24686:1 24748:1 24834:1 24857:1 24909:1 24939:1 25049:1 25081:1 25127:1 25143:1 25154:1 25180:1 25197:1 25200:1 25259:1 25276:1 25375:2 25411:2 25428:1 25482:1 25496:1 25521:1 25556:1 25588:1 25600:1 25623:1 25634:2 25642:1 25648:3 25659:1 25677:1 25683:1 25697:1 25742:1 25745:1 25749:2 25753:1 25755:1 25760:1 25761:1 25765:2 25771:1 25772:1 25790:1 25810:1 25851:1 25855:1 25856:1 25859:1 25878:1 25890:1 25891:1 25931:1 25939:6 25945:1 25959:1 26042:2 26058:1 26071:1 26108:1 26136:1 26137:1 26161:1 26191:1 26244:1 26247:1 26250:1 26259:1 26272:3 26278:1 26307:1 26329:3 26331:6 26363:6 26376:1 26379:1 26384:1 26386:1 26390:1 26395:1 26413:5 26416:1 26423:1 26424:1 26425:1 26451:1 26459:1 26490:1 26537:2 26538:1 26585:1 26586:1 26599:2 26601:1 26617:1 26653:2 26685:1 26699:1 26701:1 26741:1 26758:1 26800:2 26812:1 26872:2 26879:2 26882:4 26891:3 26964:1 26974:1 27017:1 27042:1 27078:1 27095:1 27110:1 27121:2 27152:1 27176:1 27321:1 27367:1 27403:2 27406:2 27490:1 27503:1 27538:1 27595:2 27601:2 27611:1 27651:1 27699:1 27714:1 27729:1 27730:1 27732:1 27750:2 27785:3 27796:1 27817:1 27833:1 27853:1 27946:1 28000:1 28035:1 28059:1 28068:1 28074:6 28150:1 28204:1 28205:1 28208:1 28220:2 28232:1 28246:1 28276:1 28283:1 28288:1 28316:1 28329:1 28330:1 28340:1 28349:2 28351:1 28383:2 28390:2 28409:1 28411:1 28414:1 28455:1 28456:1 28458:2 28461:1 28487:2 28542:1 28601:4 28642:1 28673:3 28677:1 28682:1 28686:1 28688:1 28701:2 28702:1 28713:1 28718:1 28743:1 28750:3 28751:2 28754:1 28758:1 28761:2 28770:1 28787:1 28790:1 28817:1 28833:1 28855:1 28866:1 28867:1 28901:1 28907:1 28986:1 29001:1 29027:1 29052:2 29053:1 29089:1 29090:1 29100:1 29110:2 29117:2 29124:1 29128:1 29169:1 29207:1 29239:1 29248:3 29269:1 29292:1 29306:1 29345:1 29370:1 29380:1 29413:2 29423:1 29448:2 29458:1 29494:1 29495:1 29508:1 29514:2 29566:6 29570:1 29575:1 29592:1 29600:1 29609:1 29612:1 29616:1 29631:2 29633:1 29673:1 29675:1 29686:1 29689:1 29716:2 29721:1 29731:1 29746:1 29748:2 29753:1 29761:2 29766:2 29773:1 29814:1 29848:1 29858:2 29867:1 29887:1 29904:1 29925:1 29930:1 29948:1 29961:1 29972:2 30051:1 30054:1 30066:1 30097:2 30125:1 30131:1 30239:1 30279:1 30308:1 30328:1 30351:1 30354:1 30364:1 30451:1 30474:1 30516:1 30565:1 30617:1 30679:2 30719:1 30730:2 30735:1 30738:1 30751:1 30770:1 30779:1 30816:1 30825:1 30832:1 30834:2 30844:1 30846:1 30849:1 30850:1 30855:1 30857:5 30861:2 30869:1 30883:1 30900:1 30925:2 30964:1 30997:2
3 44:1 50:1 90:1 104:1 117:1 176:1 196:1 203:1 216:1 254:1 275:1 276:1 287:1 333:1 376:1 396:1 424:1 446:1 447:1 467:2 468:1 471:1 475:1 490:1 556:1 580:1 585:1 625:1 637:1 657:1 677:1 683:3 686:1 710:1 720:2 722:1 733:1 750:1 794:1 826:1 847:1 866:1 889:1 901:1 934:2 958:3 965:1 981:2 986:1 989:1 996:1 1006:1 1045:1 1049:3 1096:1 1130:2 1145:1 1150:1 1215:1 1253:2 1279:1 1295:1 1304:2 1305:1 1309:1 1319:1 1322:2 1336:1 1368:1 1369:1 1382:1 1397:1 1401:1 1414:1 1429:1 1430:1 1445:1 1483:2 1484:1 1534:1 1553:1 1560:1 1566:2 1585:1 1593:2 1622:1 1641:2 1644:1 1679:1 1685:1 1693:1 1707:3 1802:1 1813:1 1836:1 1861:3 1864:1 1883:2 1923:1 1942:1 1947:1 1993:1 1995:1 2001:1 2006:1 2007:3 2009:3 2025:2 2045:1 2071:1 2126:1 2146:1 2148:1 2173:1 2177:1 2192:1 2204:1 2212:1 2213:1 2247:1 2285:1 2301:1 2323:2 2325:1 2341:1 2385:1 2401:1 2412:1 2416:1 2418:3 2420:1 2423:6 2424:2 2426:1 2429:1 2445:1 2453:1 2458:1 2521:2 2554:2 2592:1 2622:1 2664:1 2705:1 2748:1 2779:2 2788:1 2807:1 2822:1 2827:1 2851:1 2854:1 2902:1 2920:1 2955:1 2972:1 2974:1 3002:2 3004:1 3006:1 3009:1 3017:1 3086:4 3102:1 3114:1 3152:1 3153:6 3168:1 3199:1 3353:1 3408:1 3426:3 3434:4 3475:1 3523:1 3532:1 3605:1 3619:1 3665:1 3694:1 3709:1 3752:1 3786:1 3851:1 3854:1 3865:3 3870:3 3880:2 3886:2 3891:2 3919:2 3955:1 3965:2 3982:2 3992:1 4043:2 4056:1 4088:1 4103:2 4118:1 4155:1 4212:3 4220:1 4245:1 4255:2 4276:1 4281:1 4339:1 4359:1 4367:1 4397:1 4410:1 4421:1 4445:1 4449:1 4462:1 4510:2 4521:1 4539:2 4544:1 4569:1 4605:1 4624:1 4652:3 4689:1 4697:1 4710:1 4721:2 4746:1 4750:1 4773:1 4806:2 4808:1 4811:1 4848:1 4866:3 4893:1 4901:1 4906:6 4948:2 4992:2 4998:1 5003:1 5027:1 5098:4 5100:2 5127:1 5138:1 5157:1 5222:1 5225:1 5243:1 5249:1 5271:1 5335:1 5379:1 5404:1 5432:1 5483:2 5541:1 5553:1 5586:4 5589:1 5626:1 5659:1 5664:1 5704:1 5716:1 5759:1 5760:1 5800:1 5801:2 5887:1 5941:1 5972:2 5974:1 5977:1 6007:2 6013:1 6046:2 6118:1 6161:1 6189:1 6207:1 6222:1 6229:1 6237:1 6305:1 6306:1 6313:1 6319:1 6346:1 6377:1 6378:1 6383:1 6390:2 6397:1 6402:1 6426:1 6438:1 6457:1 6462:1 6469:4 6495:1 6509:1 6551:2 6625:1 6636:1 6644:1 6657:1 6677:2 6680:1 6686:1 6687:4 6689:2 6695:4 6698:2 6700:1 6703:3 6705:1 6708:1 6765:2 6840:3 6843:1 6851:1 6859:6 6875:1 6956:1 6969:1 6980:1 7081:1 7099:1 7123:1 7128:1 7148:2 7177:1 7181:1 7204:3 7257:1 7285:2 7294:1 7303:1 7339:1 7352:1 7361:1 7379:1 7390:1 7400:1 7411:1 7419:2 7427:1 7438:1 7473:1 7523:1 7533:1 7539:4 7597:1 7609:1 7621:1 7654:1 7687:1 7702:1 7816:1 7821:1 7854:1 7865:1 7873:1 7885:2 7901:1 7912:1 7929:2 7970:2 8057:4 8058:2 8124:19 8133:1 8148:2 8150:3 8162:1 8263:1 8320:1 8334:2 8337:1 8345:1 8354:1 8372:1 8410:1 8499:2 8545:1 8562:1 8581:1 8643:2 8645:2 8652:1 8653:1 8665:9 8690:1 8768:1 8793:1 8795:1 8816:1 8822:1 8870:1 8878:1 8916:2 8918:1 8927:1 8944:1 8970:1 8982:1 9007:1 9026:1 9056:1 9059:1 9061:1 9067:1 9069:2 9070:1 9085:1 9120:1 9156:1 9200:1 9205:2 9242:1 9246:1 9262:1 9291:1 9317:1 9320:1 9385:2 9387:1 9389:1 9394:1 9395:1 9404:1 9418:1 9424:1 9425:1 9427:1 9442:1 9459:2 9483:2 9498:1 9515:1 9531:1 9534:1 9545:1 9558:1 9571:1 9601:1 9624:2 9682:1 9684:1 9690:1 9707:1 9725:1 9733:1 9770:1 9773:1 9807:1 9843:1 9857:1 9865:1 9875:1 9900:1 9903:1 9989:1 9992:1 9995:1 10011:1 10049:1 10082:1 10083:1 10160:2 10162:2 10164:1 10172:1 10182:1 10219:1 10242:2 10245:3 10264:1 10287:1 10288:1 10290:1 10329:1 10360:1 10410:1 10443:1 10454:3 10471:1 10484:1 10494:1 10514:1 10519:2 10535:1 10553:1 10600:1 10612:1 10627:2 10630:4 10638:1 10651:1 10663:1 10687:1 10711:1 10793:1 10800:1 10808:1 10827:1 10850:3 10911:1 10914:1 10915:1 10934:1 10959:1 10961:1 10963:1 10988:1 11010:3 11067:1 11090:1 11134:1 11152:1 11192:1 11214:3 11219:1 11225:5 11275:1 11301:2 11317:1 11355:1 11357:1 11414:1 11461:4 11482:1 11495:1 11509:1 11541:1 11556:1 11564:1 11565:1 11597:1 11604:1 11634:1 11639:1 11641:1 11644:2 11763:1 11815:1 11820:3 11825:2 11827:1 11844:1 11849:2 11894:1 11898:1 11927:1 11977:1 11979:1 11984:1 12000:1 12014:1 12027:1 12036:1 12086:1 12101:1 12102:1 12107:1 12123:1 12147:5 12196:1 12200:1 12208:1 12212:1 12220:1 12225:1 12261:1 12262:1 12270:6 12280:3 12286:1 12287:3 12307:1 12325:1 12431:1 12440:2 12466:1 12473:3 12504:1 12589:1 12617:1 12629:1 12630:2 12645:1 12669:1 12702:1 12713:2 12735:2 12826:1 12831:1 12836:1 12843:1 12851:1 12906:1 12925:1 12940:1 12978:1 12992:1 12998:1 13015:1 13021:2 13031:1 13098:2 13102:1 13112:1 13172:1 13190:2 13249:1 13269:1 13273:1 13285:1 13291:1 13302:1 13304:2 13318:1 13323:1 13364:1 13375:1 13387:1 13412:1 13467:1 13470:1 13586:1 13600:1 13605:1 13642:1 13649:1 13650:1 13651:1 13683:4 13720:1 13733:1 13739:1 13751:1 13755:1 13759:1 13774:3 13785:1 13803:1 13820:1 13831:1 13840:1 13841:3 13889:1 13898:1 13912:1 13916:1 13919:1 13934:1 13942:1 13953:1 14033:1 14042:1 14061:1 14085:1 14140:2 14150:1 14158:1 14161:1 14179:1 14185:1 14223:1 14227:1 14229:1 14230:1 14246:1 14256:1 14295:1 14340:1 14348:1 14365:1 14384:1 14386:1 14396:1 14397:1 14400:1 14420:1 14438:1 14442:1 14454:2 14481:1 14513:1 14533:2 14536:1 14548:1 14576:1 14581:1 14595:1 14596:1 14599:1 14608:1 14616:1 14657:2 14684:2 14716:1 14735:1 14772:1 14784:1 14795:1 14845:1 14860:1 14878:1 14890:1 14911:1 14916:1 14917:1 14923:4 14925:1 14927:2 14942:1 14950:2 14951:1 14959:1 14981:1 15000:1 15043:1 15063:2 15082:1 15105:1 15120:1 15121:1 15168:1 15189:1 15217:1 15233:1 15241:1 15300:2 15315:2 15331:1 15358:1 15374:1 15377:3 15383:2 15401:1 15422:1 15448:1 15480:1 15488:1 15509:1 15514:1 15582:1 15597:1 15606:2 15636:5 15643:1 15645:2 15672:1 15680:1 15686:1 15820:1 15851:1 15869:1 15884:1 15885:1 15937:1 15947:1 15969:1 16018:2 16051:1 16108:1 16127:1 16149:1 16154:1 16163:1 16201:1 16207:2 16248:1 16266:1 16336:2 16348:1 16360:1 16362:3 16364:1 16368:1 16396:2 16398:1 16399:1 16414:1 16418:1 16422:2 16431:1 16525:1 16530:1 16531:1 16550:1 16571:1 16595:1 16602:1 16619:3 16626:1 16665:1 16668:1 16687:1 16704:2 16707:1 16712:1 16727:1 16746:1 16761:1 16766:1 16792:2 16798:1 16807:1 16811:1 16823:1 16826:1 16836:1 16857:1 16911:1 16915:1 16958:1 16973:1 16975:1 16978:1 16980:1 16986:1 16988:1 17006:1 17064:1 17070:1 17071:2 17073:1 17079:1 17081:2 17088:1 17119:1 17124:1 17129:1 17134:1 17147:1 17169:1 17177:1 17190:1 17256:2 17284:1 17317:1 17331:1 17332:1 17344:2 17393:1 17420:2 17443:1 17455:6 17461:1 17464:1 17504:1 17506:1 17507:1 17508:1 17632:2 17685:1 17718:1 17761:1 17765:1 17809:1 17811:1 17816:1 17906:1 17931:1 17946:1 17985:1 17988:2 18018:2 18072:1 18078:1 18128:1 18152:1 18154:1 18198:1 18208:1 18270:3 18277:1 18280:1 18388:1 18404:1 18412:1 18425:1 18432:1 18455:1 18473:1 18493:1 18537:2 18567:1 18584:1 18602:1 18604:1 18625:1 18655:1 18662:4 18680:1 18699:1 18703:1 18727:1 18745:2 18746:2 18748:1 18752:1 18865:1 18916:1 18934:1 18962:1 18984:1 19070:1 19118:1 19191:1 19198:1 19243:1 19254:1 19260:1 19262:1 19278:1 19281:1 19311:1 19312:1 19337:1 19344:1 19420:2 19458:1 19462:1 19486:1246 19488:1 19490:1 19494:2 19496:1 19507:1 19511:1 19512:1 19546:1 19547:1 19596:1 19616:1 19621:1 19625:1 19643:1 19672:5 19684:1 19685:1 19723:1 19725:1 19784:3 19834:1 19876:2 19887:1 19946:1 19955:1 19979:1 19987:2 19997:1 20015:1 20032:1 20073:1 20080:1 20110:1 20120:1 20141:1 20148:2 20188:1 20210:1 20267:1 20301:1 20312:2 20314:2 20321:1 20346:3 20358:1 20393:1 20421:2 20491:1 20501:1 20504:1 20513:1 20532:5 20534:1 20561:1 20595:2 20647:1 20679:1 20684:2 20694:2 20698:1 20700:1 20701:1 20711:1 20713:2 20745:1 20756:1 20777:1 20787:1 20816:1 20819:1 20832:1 20864:1 20867:1 20869:2 20925:1 20928:1 20936:1 20980:3 20981:1 21009:1 21046:3 21052:1 21070:2 21073:2 21098:2 21128:2 21138:1 21149:1 21153:3 21184:2 21185:1 21186:1 21193:1 21209:1 21217:1 21220:1 21230:2 21239:2 21242:2 21245:1 21278:1 21295:1 21305:1 21316:1 21325:1 21333:1 21355:1 21400:1 21471:1 21474:1 21482:2 21491:1 21537:1 21602:1 21619:2 21646:3 21665:1 21672:1 21693:1 21715:1 21747:1 21750:1 21753:1 21762:1 21774:1 21791:1 21792:2 21823:1 21826:1 21833:1 21924:1 21926:1 21930:1 21978:1 22004:1 22024:1 22031:1 22074:1 22088:1 22090:1 22095:1 22099:1 22145:1 22169:1 22187:1 22192:1 22208:1 22214:1 22317:1 22344:1 22345:1 22375:1 22378:2 22381:2 22395:1 22397:1 22437:1 22490:3 22492:1 22503:2 22511:1 22547:1 22566:1 22569:1 22631:1 22633:1 22645:1 22653:2 22655:1 22663:1 22673:1 22724:1 22745:3 22765:1 22776:1 22791:2 22813:1 22831:1 22843:1 22869:1 22899:1 22911:4 22968:1 22993:2 22995:2 23022:1 23033:1 23049:1 23074:1 23082:1 23090:1 23114:1 23170:1 23222:1 23251:2 23316:4 23318:1 23354:1 23360:1 23384:1 23385:1 23425:1 23444:1 23447:1 23496:1 23499:1 23512:1 23515:2 23516:3 23539:1 23559:3 23564:2 23569:1 23573:1 23581:1 23590:1 23598:1 23620:1 23624:1 23629:1 23631:1 23638:1 23639:3 23644:1 23650:2 23668:1 23676:2 23703:1 23724:1 23731:1 23769:3 23789:1 23791:2 23796:2 23830:1 23836:1 23843:1 23957:3 23990:1 23999:1 24008:1 24059:1 24101:1 24147:1 24178:1 24184:2 24210:1 24246:1 24265:1 24267:1 24280:1 24291:2 24333:2 24334:1 24360:1 24370:1 24374:3 24410:1 24425:1 24469:1 24476:1 24485:1 24512:1 24528:1 24536:1 24542:1 24556:1 24558:1 24607:1 24611:1 24635:1 24653:1 24661:1 24681:2 24686:1 24748:1 24834:1 24857:1 24909:1 24939:1 25049:1 25081:1 25127:1 25143:1 25154:1 25180:1 25197:1 25200:1 25259:1 25276:1 25366:1 25375:2 25411:2 25428:1 25482:1 25496:1 25521:2 25556:1 25588:1 25600:1 25614:1 25623:1 25634:2 25642:1 25648:3 25659:1 25677:1 25683:1 25697:1 25742:1 25745:1 25749:2 25753:1 25755:1 25760:1 25761:1 25765:2 25771:1 25772:1 25790:1 25810:2 25851:1 25855:1 25856:1 25859:1 25878:1 25890:1 25891:1 25931:1 25939:6 25945:1 25959:1 26042:2 26058:1 26071:1 26108:1 26136:1 26137:1 26149:1 26161:1 26191:1 26244:1 26247:1 26250:1 26259:1 26272:3 26278:2 26307:1 26329:3 26331:6 26363:6 26376:1 26379:1 26384:1 26386:1 26390:1 26395:1 26413:5 26416:1 26423:1 26424:1 26425:1 26451:1 26459:1 26490:1 26537:2 26538:1 26567:1 26570:1 26585:1 26586:1 26599:2 26601:1 26617:1 26653:2 26682:1 26685:1 26699:1 26701:1 26741:1 26758:1 26800:2 26812:1 26872:2 26879:2 26882:4 26891:3 26964:1 26974:1 27017:1 27042:1 27078:1 27095:1 27110:1 27121:2 27152:1 27176:1 27321:1 27367:1 27403:2 27406:2 27490:1 27503:1 27538:1 27595:3 27601:2 27611:1 27651:1 27699:1 27714:1 27729:1 27730:1 27732:1 27750:2 27785:3 27796:1 27817:1 27833:1 27853:1 27946:1 28000:1 28035:1 28059:1 28068:1 28074:6 28119:1 28150:1 28175:1 28204:1 28205:1 28208:1 28220:2 28232:1 28246:1 28276:1 28283:1 28288:1 28316:1 28329:1 28330:1 28340:1 28349:2 28351:1 28383:2 28390:2 28409:1 28411:1 28414:2 28455:1 28456:1 28458:2 28461:1 28487:2 28542:1 28601:4 28625:1 28642:1 28673:3 28677:1 28682:1 28686:1 28688:1 28701:2 28702:1 28713:1 28718:1 28743:1 28750:3 28751:2 28754:1 28758:1 28759:1 28761:2 28770:1 28787:1 28790:1 28817:1 28833:1 28855:1 28866:1 28867:1 28901:1 28907:1 28986:1 29001:1 29027:1 29052:2 29053:1 29089:1 29090:1 29100:1 29110:2 29117:2 29124:1 29128:1 29148:1 29169:1 29207:1 29239:1 29248:3 29269:1 29292:1 29306:1 29345:1 29370:1 29380:1 29413:2 29423:1 29448:2 29458:1 29494:1 29495:1 29508:1 29514:2 29566:7 29567:1 29570:1 29575:1 29592:1 29600:1 29609:1 29612:1 29616:1 29631:2 29633:1 29657:1 29673:1 29675:1 29686:1 29689:1 29716:2 29721:1 29731:1 29746:1 29748:2 29753:1 29761:2 29766:2 29773:1 29814:1 29848:1 29858:2 29867:1 29887:1 29904:1 29925:1 29930:1 29947:1 29948:1 29961:1 29972:2 30051:1 30054:1 30066:1 30097:2 30125:1 30131:1 30239:1 30279:1 30308:1 30328:1 30351:1 30354:1 30364:1 30451:1 30474:1 30516:1 30565:1 30617:1 30679:2 30719:1 30730:2 30735:1 30738:1 30751:1 30770:1 30779:1 30816:1 30825:1 30832:2 30834:2 30844:1 30846:1 30849:1 30850:1 30855:1 30857:5 30861:2 30869:1 30883:1 30900:1 30925:2 30964:1 30997:2
3 37:1 44:1 50:1 90:1 104:1 117:1 176:1 196:1 203:1 216:1 254:1 275:1 276:1 287:1 333:1 376:1 396:1 424:1 446:1 447:1 467:2 468:1 471:1 475:1 485:1 490:1 556:1 580:1 585:1 625:1 637:1 657:1 677:1 683:3 686:1 710:1 720:2 722:1 733:1 750:1 794:1 826:1 847:1 866:1 889:1 891:1 901:1 934:2 958:3 965:1 981:2 986:2 989:1 996:1 1006:1 1045:1 1049:5 1096:1 1130:2 1145:1 1150:1 1215:1 1253:2 1279:1 1295:1 1304:2 1305:1 1309:1 1319:1 1322:2 1336:1 1368:1 1369:1 1382:1 1397:1 1401:1 1413:1 1414:1 1429:1 1430:1 1445:1 1458:1 1483:2 1484:1 1534:1 1553:1 1560:1 1566:2 1585:1 1593:2 1622:1 1641:2 1644:1 1679:1 1685:1 1693:1 1707:3 1802:1 1813:1 1836:1 1861:3 1864:1 1883:2 1923:1 1942:1 1947:1 1993:1 1995:1 2001:1 2006:1 2007:3 2009:3 2025:2 2045:1 2071:1 2126:1 2146:1 2148:1 2173:1 2177:1 2192:1 2204:1 2212:1 2213:1 2239:1 2247:1 2271:1 2285:1 2301:1 2323:2 2325:1 2341:1 2385:1 2401:1 2411:1 2412:1 2416:1 2418:3 2420:1 2423:6 2424:2 2426:1 2429:1 2445:1 2453:2 2458:1 2487:1 2521:2 2554:2 2590:1 2592:1 2622:2 2664:1 2705:1 2748:1 2779:2 2788:1 2807:1 2822:1 2827:2 2851:1 2854:1 2902:1 2920:1 2955:1 2972:1 2974:1 3002:2 3004:1 3006:1 3009:1 3017:1 3086:4 3102:1 3108:1 3114:1 3152:1 3153:6 3168:1 3199:1 3353:1 3408:1 3426:3 3434:4 3475:1 3523:1 3532:1 3605:1 3619:1 3665:1 3694:1 3709:1 3752:1 3784:1 3786:1 3851:1 3854:1 3865:3 3870:3 3880:2 3884:1 3886:2 3891:2 3919:2 3932:1 3955:1 3965:2 3982:3 3992:1 4043:2 4056:1 4088:1 4091:1 4103:3 4118:1 4155:1 4212:3 4220:1 4245:1 4255:2 4276:1 4281:1 4339:1 4359:1 4367:1 4397:1 4410:2 4421:1 4445:1 4449:1 4462:1 4510:2 4521:1 4539:2 4544:1 4569:1 4590:1 4605:1 4624:1 4652:3 4689:1 4697:1 4710:1 4721:2 4746:1 4750:1 4773:1 4806:2 4808:1 4811:1 4848:1 4866:4 4893:1 4901:1 4906:6 4948:3 4992:2 4998:1 5003:1 5027:1 5098:4 5100:2 5127:1 5138:1 5157:1 5162:1 5222:1 5225:1 5243:1 5249:1 5271:2 5335:1 5379:1 5404:1 5414:1 5432:1 5483:2 5541:1 5553:1 5586:4 5589:1 5626:1 5659:1 5664:1 5704:1 5716:1 5759:1 5760:1 5800:1 5801:2 5885:1 5887:1 5941:1 5972:2 5974:1 5977:1 6007:2 6013:1 6024:1 6046:2 6118:1 6161:1 6189:1 6207:1 6222:1 6229:1 6237:2 6305:1 6306:1 6313:1 6319:1 6344:1 6346:1 6377:1 6378:1 6383:1 6390:2 6397:1 6402:1 6426:1 6438:1 6457:1 6462:1 6469:4 6495:1 6509:1 6551:2 6625:1 6636:1 6644:1 6657:1 6677:2 6680:1 6686:1 6687:4 6689:2 6695:4 6698:2 6700:1 6703:4 6705:1 6708:1 6765:2 6840:3 6843:1 6851:1 6859:6 6875:1 6956:1 6969:1 6980:1 7081:1 7099:1 7123:1 7128:2 7148:2 7176:2 7177:1 7181:1 7204:3 7257:1 7285:2 7294:1 7303:1 7336:1 7339:1 7352:1 7361:1 7379:1 7387:1 7390:1 7400:1 7411:1 7419:2 7427:1 7438:1 7473:1 7523:1 7533:1 7539:4 7597:1 7609:1 7621:1 7654:1 7687:1 7702:1 7816:1 7821:1 7854:1 7865:1 7873:1 7885:2 7901:1 7912:1 7929:2 7941:1 7970:2 8057:4 8058:2 8108:1 8112:1 8124:21 8133:1 8148:2 8150:3 8162:1 8263:1 8279:1 8320:1 8334:2 8337:1 8345:1 8354:1 8372:1 8391:1 8410:1 8499:2 8545:1 8562:1 8581:1 8643:2 8645:2 8652:1 8653:1 8665:9 8690:1 8768:1 8792:1 8793:1 8795:1 8816:1 8822:1 8870:1 8878:1 8912:1 8916:2 8918:1 8927:1 8944:1 8970:1 8982:1 9007:1 9026:1 9056:1 9059:1 9061:1 9067:1 9069:2 9070:1 9075:1 9085:1 9120:1 9156:1 9200:1 9205:2 9218:1 9242:1 9246:1 9262:1 9291:1 9317:1 9320:1 9385:2 9387:1 9389:1 9394:1 9395:1 9404:1 9418:1 9424:1 9425:1 9427:1 9442:1 9459:2 9483:2 9498:1 9515:1 9531:1 9534:1 9545:1 9558:1 9571:1 9601:1 9624:2 9682:1 9684:1 9690:1 9707:1 9725:1 9733:1 9770:1 9773:1 9807:2 9843:1 9857:1 9865:1 9875:1 9900:1 9903:2 9989:1 9992:1 9995:1 10011:1 10049:1 10082:1 10083:1 10160:2 10162:2 10164:1 10172:1 10182:1 10219:1 10242:2 10245:3 10264:1 10287:1 10288:1 10290:1 10329:1 10360:1 10410:1 10443:1 10454:3 10471:1 10484:1 10494:1 10514:1 10519:3 10535:1 10553:1 10600:1 10612:1 10627:2 10630:4 10638:1 10651:1 10663:1 10687:1 10711:1 10793:1 10800:1 10808:1 10827:1 10850:3 10911:1 10914:1 10915:1 10934:1 10959:1 10961:1 10963:1 10974:1 10988:1 11010:3 11067:1 11090:1 11134:1 11152:1 11192:1 11206:1 11214:3 11219:1 11225:6 11275:1 11301:2 11317:1 11355:1 11357:1 11414:1 11461:4 11482:1 11495:1 11509:1 11541:1 11556:1 11564:1 11565:1 11597:1 11604:1 11634:1 11639:1 11641:1 11644:2 11763:1 11815:1 11820:3 11825:2 11827:1 11844:1 11849:2 11894:1 11898:1 11927:1 11977:2 11979:1 11984:1 12000:1 12014:1 12027:1 12036:1 12086:1 12101:1 12102:1 12107:1 12123:1 12147:5 12171:1 12174:1 12176:1 12196:1 12200:1 12208:1 12212:1 12220:1 12225:1 12261:1 12262:1 12270:6 12280:3 12286:1 12287:3 12307:1 12325:1 12431:1 12440:2 12466:1 12473:3 12504:1 12528:1 12550:1 12589:1 12617:1 12629:1 12630:2 12645:1 12669:1 12702:1 12713:2 12735:3 12826:1 12831:1 12836:1 12843:1 12851:2 12906:1 12925:1 12940:1 12978:1 12992:1 12998:1 13015:1 13021:2 13031:1 13098:3 13102:1 13112:1 13172:1 13190:2 13249:1 13269:1 13273:1 13285:1 13291:1 13302:1 13304:2 13318:1 13323:1 13364:1 13375:1 13387:1 13412:1 13467:1 13470:1 13586:1 13600:1 13605:1 13639:1 13642:1 13649:1 13650:1 13651:1 13683:4 13720:1 13733:1 13739:1 13751:2 13755:1 13759:1 13774:3 13785:1 13789:1 13803:1 13820:1 13831:2 13840:1 13841:4 13889:1 13898:1 13912:1 13916:2 13919:1 13934:1 13942:1 13953:1 14033:1 14042:1 14061:1 14085:1 14140:2 14150:1 14158:1 14161:2 14179:1 14185:1 14223:1 14227:1 14229:1 14230:1 14246:1 14256:1 14295:2 14340:1 14348:1 14365:1 14384:1 14386:1 14396:2 14397:1 14400:1 14420:1 14438:1 14442:1 14454:2 14481:1 14510:1 14513:1 14533:2 14536:1 14548:1 14576:1 14581:1 14595:1 14596:1 14599:1 14608:1 14616:1 14657:2 14684:2 14695:1 14716:1 14735:2 14772:1 14784:2 14795:1 14805:1 14845:1 14860:1 14878:2 14890:1 14911:1 14916:1 14917:1 14923:4 14925:1 14927:2 14942:2 14950:2 14951:1 14959:1 14981:1 15000:1 15043:1 15063:2 15082:1 15105:1 15120:1 15121:1 15168:1 15189:1 15217:1 15233:1 15241:1 15300:2 15315:2 15331:1 15358:1 15374:1 15377:3 15383:2 15400:1 15401:1 15422:2 15448:1 15480:1 15488:1 15509:1 15514:1 15582:1 15597:1 15598:1 15606:2 15636:5 15642:1 15643:1 15645:2 15672:1 15680:1 15686:1 15729:1 15820:1 15851:1 15869:1 15884:1 15885:1 15937:2 15947:1 15969:1 16018:2 16051:1 16108:1 16127:1 16149:1 16154:1 16163:1 16201:1 16207:2 16248:1 16266:1 16336:2 16348:1 16360:1 16362:3 16364:1 16368:1 16396:2 16398:1 16399:1 16414:1 16418:3 16422:2 16431:1 16525:1 16530:1 16531:1 16550:1 16571:1 16595:1 16602:1 16619:3 16626:1 16665:1 16668:1 16687:1 16704:3 16707:1 16712:1 16718:1 16727:1 16746:1 16761:1 16766:1 16792:2 16798:1 16807:1 16811:1 16823:1 16826:1 16836:1 16857:1 16911:1 16915:1 16958:1 16973:1 16975:1 16978:1 16980:1 16986:1 16988:1 17006:1 17064:1 17070:1 17071:2 17073:1 17079:1 17081:2 17088:1 17119:1 17124:1 17129:1 17134:1 17147:1 17169:1 17177:1 17190:1 17256:2 17284:1 17317:1 17331:1 17332:1 17344:2 17385:1 17393:1 17420:2 17443:1 17455:6 17461:1 17464:1 17504:1 17506:1 17507:1 17508:1 17632:3 17685:1 17718:1 17758:1 17761:1 17765:1 17809:1 17811:1 17816:1 17906:1 17931:1 17946:1 17985:1 17988:2 18018:2 18072:1 18078:1 18128:1 18152:1 18154:1 18198:1 18208:1 18249:1 18256:1 18270:3 18277:1 18280:1 18388:1 18404:1 18412:1 18425:1 18432:1 18455:1 18473:1 18493:1 18537:2 18567:1 18584:1 18602:1 18604:1 18612:1 18625:1 18655:1 18662:4 18677:1 18680:1 18686:1 18699:1 18703:1 18724:1 18727:1 18745:2 18746:2 18748:1 18752:1 18865:1 18916:1 18934:1 18962:1 18984:1 19070:1 19118:1 19191:1 19198:1 19243:1 19254:1 19260:1 19262:1 19278:1 19281:1 19311:1 19312:1 19337:1 19344:1 19420:2 19458:1 19462:1 19486:1330 19488:1 19490:1 19494:2 19496:1 19507:1 19511:1 19512:1 19546:1 19547:1 19596:1 19607:1 19616:1 19621:1 19625:1 19643:1 19672:5 19684:1 19685:1 19723:1 19725:2 19784:3 19834:1 19876:2 19887:1 19946:1 19955:1 19979:1 19987:2 19997:1 20015:1 20032:1 20073:1 20080:1 20110:1 20120:1 20141:1 20148:2 20188:1 20210:1 20234:1 20267:1 20301:1 20312:2 20314:2 20321:1 20346:3 20358:1 20393:1 20421:2 20435:1 20464:1 20491:2 20501:1 20504:1 20513:1 20532:5 20534:1 20561:1 20595:2 20647:1 20679:1 20684:2 20694:2 20698:1 20700:1 20701:1 20711:1 20713:2 20745:1 20756:1 20768:1 20775:1 20777:1 20787:1 20816:1 20819:1 20832:1 20864:1 20867:1 20869:2 20925:1 20928:1 20936:1 20980:3 20981:1 21009:1 21046:3 21052:1 21070:2 21073:2 21098:2 21128:2 21138:1 21149:1 21153:3 21184:2 21185:1 21186:1 21193:1 21209:1 21217:1 21220:1 21230:2 21239:2 21242:2 21245:1 21278:1 21283:1 21295:1 21305:1 21316:1 21325:1 21333:1 21355:1 21400:1 21471:1 21474:1 21482:2 21491:1 21537:1 21602:1 21619:2 21630:1 21646:3 21665:1 21672:1 21693:1 21715:1 21747:1 21750:1 21753:1 21762:1 21774:1 21791:1 21792:3 21823:1 21826:1 21833:1 21924:1 21926:1 21930:1 21978:1 22004:1 22024:1 22031:1 22067:1 22074:1 22088:1 22090:1 22095:1 22099:1 22145:1 22169:1 22187:1 22192:1 22208:1 22214:1 22317:1 22344:1 22345:1 22375:1 22378:2 22381:2 22395:1 22397:1 22437:1 22490:3 22492:1 22503:2 22504:1 22511:1 22547:1 22566:1 22569:1 22610:1 22631:1 22633:1 22635:1 22645:1 22653:2 22655:1 22663:1 22673:1 22724:1 22745:4 22765:1 22776:1 22791:2 22813:1 22831:1 22843:1 22869:1 22899:1 22911:4 22968:1 22993:2 22995:2 23022:1 23033:2 23049:1 23074:1 23082:1 23090:1 23114:1 23119:1 23157:1 23170:1 23222:1 23251:2 23316:4 23318:1 23354:1 23360:1 23383:1 23384:1 23385:1 23425:1 23444:1 23447:2 23496:1 23499:1 23512:1 23515:2 23516:3 23539:1 23559:3 23564:2 23569:1 23573:1 23581:1 23590:1 23598:1 23620:1 23624:1 23629:1 23631:1 23638:1 23639:3 23644:1 23650:2 23668:2 23676:2 23703:1 23724:1 23731:1 23769:3 23789:1 23791:2 23796:2 23830:1 23836:1 23843:1 23957:4 23990:1 23999:1 24008:1 24057:1 24059:1 24066:1 24101:1 24115:1 24147:1 24178:1 24184:2 24210:1 24246:1 24265:1 24267:1 24280:1 24291:2 24333:2 24334:1 24360:1 24370:1 24374:3 24410:1 24425:1 24469:1 24476:1 24485:1 24512:1 24528:1 24536:1 24542:1 24556:1 24558:1 24607:1 24611:1 24635:1 24653:1 24661:1 24664:1 24681:2 24686:1 24748:1 24834:1 24857:1 24909:1 24939:1 25049:1 25081:1 25127:1 25143:1 25154:1 25180:1 25197:1 25200:1 25259:1 25276:1 25366:1 25375:2 25411:2 25428:1 25482:1 25496:1 25521:2 25556:2 25588:1 25600:1 25614:1 25623:1 25634:2 25642:1 25648:3 25659:1 25677:1 25683:1 25697:1 25742:1 25745:1 25749:2 25753:1 25755:1 25756:1 25760:1 25761:1 25765:2 25771:2 25772:1 25790:1 25810:2 25822:1 25851:1 25855:1 25856:1 25859:1 25878:1 25890:1 25891:1 25931:1 25939:6 25945:2 25959:1 26042:2 26058:1 26071:1 26108:1 26136:1 26137:1 26149:1 26161:1 26191:1 26244:1 26247:1 26250:1 26259:1 26272:3 26278:2 26307:1 26329:3 26331:7 26343:1 26363:6 26376:1 26379:1 26384:1 26386:1 26390:1 26395:1 26413:5 26416:1 26423:1 26424:1 26425:1 26451:1 26459:1 26490:1 26537:2 26538:1 26567:1 26570:1 26585:1 26586:1 26599:2 26601:1 26617:1 26653:2 26682:1 26685:2 26699:1 26701:1 26741:1 26758:1 26800:2 26812:1 26872:2 26879:2 26882:4 26891:3 26952:1 26964:1 26974:1 26994:1 27017:1 27042:1 27078:1 27095:1 27110:1 27121:2 27152:1 27176:1 27321:1 27367:1 27403:2 27406:2 27490:1 27503:1 27538:1 27595:3 27601:3 27611:1 27651:1 27699:1 27714:1 27729:1 27730:1 27732:1 27750:2 27785:3 27796:1 27817:1 27833:1 27853:1 27946:1 28000:1 28035:1 28059:1 28068:1 28074:6 28119:1 28150:1 28175:1 28190:1 28204:1 28205:1 28208:1 28220:2 28232:1 28246:1 28270:1 28276:1 28283:2 28288:1 28316:1 28329:1 28330:1 28340:1 28349:2 28351:1 28383:2 28390:2 28409:1 28411:1 28414:2 28455:1 28456:1 28457:1 28458:2 28461:1 28487:2 28542:1 28601:4 28625:1 28642:1 28673:3 28677:1 28682:1 28686:1 28688:1 28694:1 28701:2 28702:1 28713:1 28718:1 28743:1 28750:3 28751:2 28754:1 28758:1 28759:1 28761:2 28770:1 28787:1 28790:1 28817:1 28833:1 28855:1 28866:1 28867:1 28884:1 28901:1 28907:1 28986:1 29001:1 29027:1 29052:2 29053:1 29089:1 29090:1 29100:1 29110:2 29117:2 29124:1 29128:1 29148:1 29169:1 29207:1 29239:1 29248:3 29269:1 29292:1 29306:1 29345:1 29370:1 29380:1 29413:2 29423:1 29448:2 29458:1 29494:1 29495:1 29508:1 29514:2 29566:8 29567:1 29570:1 29575:1 29592:1 29600:1 29609:1 29612:1 29616:1 29631:2 29633:1 29657:1 29673:1 29675:1 29686:1 29689:1 29716:2 29721:1 29731:1 29746:1 29748:2 29753:1 29761:2 29766:2 29773:1 29814:1 29848:1 29858:2 29867:1 29887:2 29904:1 29925:1 29930:1 29947:1 29948:1 29961:1 29972:2 30051:1 30054:1 30066:1 30097:2 30125:1 30131:1 30136:1 30239:1 30279:1 30308:1 30328:1 30351:1 30354:1 30364:1 30451:1 30474:1 30516:1 30565:1 30608:1 30617:1 30679:2 30719:1 30730:2 30735:1 30738:1 30742:1 30751:1 30770:1 30779:1 30791:1 30816:1 30825:1 30832:2 30834:2 30844:1 30846:1 30849:1 30850:1 30855:1 30857:5 30861:2 30866:1 30869:1 30883:1 30900:1 30925:2 30964:1 30997:2 30998:1
3 37:1 44:1 50:1 90:1 104:1 117:1 176:1 196:1 203:1 216:1 254:1 275:1 276:2 287:1 333:1 376:1 396:1 424:1 446:1 447:1 467:2 468:1 471:1 475:2 485:1 490:1 556:1 580:1 585:1 625:1 637:1 657:1 677:1 683:3 686:1 704:1 710:1 720:2 722:1 733:1 750:1 794:1 826:1 847:1 866:1 889:1 891:1 901:1 934:2 958:3 965:1 981:3 986:2 989:1 996:1 1000:1 1006:1 1045:1 1049:6 1096:1 1130:2 1145:1 1150:1 1194:1 1203:1 1215:1 1253:2 1275:1 1279:1 1295:1 1304:2 1305:1 1309:1 1319:1 1322:2 1336:1 1368:1 1369:1 1382:1 1397:1 1401:1 1413:1 1414:1 1429:1 1430:1 1434:1 1445:1 1458:1 1483:2 1484:1 1534:1 1553:1 1560:1 1566:3 1585:1 1593:3 1622:1 1641:2 1644:1 1679:1 1685:1 1693:1 1707:3 1802:1 1813:1 1833:1 1836:1 1861:3 1864:1 1883:2 1923:1 1942:1 1947:1 1993:1 1995:1 2001:1 2006:1 2007:3 2009:3 2025:2 2045:1 2071:1 2126:1 2146:1 2148:1 2173:1 2177:1 2192:1 2204:1 2212:1 2213:1 2239:2 2247:1 2271:1 2285:1 2301:1 2323:2 2325:1 2341:1 2385:1 2400:1 2401:1 2411:2 2412:1 2416:1 2418:3 2420:1 2423:6 2424:2 2426:1 2429:1 2445:1 2453:2 2458:1 2487:1 2521:2 2532:1 2554:2 2590:1 2592:1 2622:2 2660:1 2664:1 2705:1 2748:1 2779:2 2788:1 2798:1 2807:1 2822:1 2827:2 2851:1 2854:1 2902:1 2920:1 2945:1 2955:1 2972:1 2974:1 3002:2 3004:1 3006:1 3009:1 3017:1 3086:4 3102:1 3108:1 3114:1 3124:1 3152:1 3153:6 3164:1 3168:1 3173:1 3199:1 3353:1 3408:1 3426:3 3434:4 3475:1 3523:1 3532:1 3557:1 3605:1 3619:1 3665:1 3694:1 3709:1 3752:1 3784:1 3786:1 3851:1 3854:1 3865:3 3870:3 3880:2 3884:1 3886:2 3891:2 3919:2 3932:1 3955:1 3965:2 3982:3 3992:1 4043:2 4056:1 4088:1 4091:1 4103:3 4118:1 4155:1 4206:1 4212:3 4220:1 4245:1 4255:2 4276:1 4281:1 4339:2 4359:1 4367:1 4397:1 4410:2 4421:1 4445:1 4449:1 4462:1 4510:2 4521:1 4539:2 4544:1 4569:1 4590:1 4605:1 4621:1 4624:1 4652:3 4689:1 4697:2 4710:1 4721:2 4746:1 4750:1 4773:1 4806:2 4808:1 4811:1 4848:1 4866:5 4893:1 4900:1 4901:1 4906:7 4948:3 4992:2 4998:1 5003:1 5027:1 5098:4 5100:2 5127:1 5138:1 5153:1 5157:1 5162:1 5222:1 5225:1 5243:1 5249:1 5271:2 5335:1 5379:1 5404:1 5414:1 5432:1 5483:2 5541:1 5553:1 5586:4 5589:1 5626:1 5659:1 5664:1 5704:1 5716:1 5759:1 5760:1 5800:1 5801:2 5885:1 5887:1 5941:1 5972:3 5974:1 5977:1 6007:2 6013:1 6024:1 6046:3 6118:1 6161:1 6189:1 6207:1 6222:2 6229:1 6237:2 6305:1 6306:1 6313:1 6318:1 6319:1 6344:1 6346:1 6377:1 6378:1 6383:1 6390:2 6397:1 6402:1 6426:1 6438:1 6457:1 6462:1 6469:4 6495:1 6509:1 6551:2 6625:1 6636:2 6644:1 6657:1 6677:2 6680:1 6686:1 6687:5 6689:2 6695:4 6698:2 6700:1 6703:4 6705:1 6708:1 6765:2 6840:3 6843:1 6851:1 6859:6 6875:1 6956:1 6969:1 6980:1 7081:1 7099:1 7123:1 7128:2 7148:2 7176:2 7177:1 7181:1 7204:3 7249:1 7257:1 7285:2 7294:1 7303:1 7336:1 7339:1 7352:1 7361:1 7379:1 7387:1 7390:1 7400:1 7411:1 7419:2 7427:1 7438:1 7473:1 7523:1 7533:1 7539:4 7597:1 7609:1 7621:1 7654:1 7687:1 7702:1 7816:1 7821:1 7854:1 7865:1 7873:1 7885:2 7901:1 7912:1 7929:2 7941:1 7970:3 8057:5 8058:2 8080:1 8102:1 8108:1 8112:1 8124:22 8133:1 8148:2 8150:3 8162:1 8263:1 8279:1 8320:1 8334:2 8337:1 8345:1 8354:1 8372:1 8391:1 8410:1 8499:2 8545:1 8562:1 8581:1 8585:1 8643:2 8645:2 8652:1 8653:1 8665:9 8690:1 8768:1 8792:1 8793:1 8795:1 8816:1 8822:1 8870:1 8878:1 8912:1 8916:2 8918:1 8927:1 8934:1 8944:1 8956:1 8970:1 8982:1 9007:1 9026:1 9056:1 9059:1 9061:1 9067:1 9069:2 9070:1 9075:1 9085:1 9120:1 9156:2 9200:1 9205:2 9218:1 9242:1 9246:1 9262:1 9291:2 9317:1 9320:1 9385:2 9387:1 9389:1 9394:1 9395:2 9404:2 9418:1 9424:1 9425:1 9427:1 9442:1 9459:2 9483:2 9498:1 9515:1 9531:1 9534:1 9545:1 9558:1 9571:1 9601:1 9624:2 9627:1 9682:1 9684:1 9690:1 9707:1 9725:1 9733:1 9770:1 9773:1 9807:2 9843:1 9857:1 9865:1 9875:1 9900:1 9903:2 9989:1 9992:1 9995:1 10011:1 10027:1 10049:1 10082:1 10083:1 10160:2 10162:2 10164:1 10172:1 10182:1 10219:1 10242:2 10245:3 10264:1 10287:1 10288:1 10290:1 10329:1 10360:1 10410:1 10438:2 10443:2 10453:1 10454:3 10471:1 10484:1 10494:1 10514:1 10519:3 10535:1 10553:1 10600:1 10612:1 10627:2 10630:4 10638:1 10651:1 10663:1 10687:1 10711:1 10793:1 10800:1 10808:1 10827:1 10850:3 10911:1 10914:1 10915:1 10934:1 10959:1 10961:1 10963:1 10974:1 10988:1 11010:3 11067:1 11089:1 11090:1 11134:1 11152:1 11192:1 11206:1 11214:3 11219:1 11225:8 11275:1 11301:2 11317:1 11355:1 11357:1 11414:1 11458:2 11461:4 11482:1 11495:1 11509:1 11541:1 11556:1 11564:1 11565:1 11588:1 11593:1 11597:1 11604:1 11628:1 11634:2 11639:1 11641:1 11644:2 11660:1 11763:1 11815:1 11820:4 11825:2 11827:1 11844:1 11849:2 11894:1 11898:1 11927:1 11931:1 11956:1 11977:2 11979:1 11984:1 12000:1 12014:1 12027:1 12036:1 12086:1 12101:1 12102:1 12107:1 12123:1 12147:6 12171:1 12174:1 12176:1 12196:1 12200:1 12208:2 12212:1 12220:1 12225:1 12261:1 12262:1 12270:6 12280:3 12286:1 12287:3 12307:1 12325:1 12431:1 12440:2 12466:1 12473:4 12504:1 12528:1 12550:1 12589:1 12617:1 12629:1 12630:3 12645:1 12669:1 12702:1 12713:2 12735:3 12826:1 12831:1 12836:1 12843:1 12851:2 12906:1 12925:1 12940:1 12978:1 12992:1 12998:1 13015:1 13021:2 13031:1 13098:3 13102:1 13112:1 13167:1 13172:1 13190:2 13249:1 13269:1 13273:1 13285:1 13291:1 13302:1 13304:2 13318:1 13323:1 13364:1 13375:1 13387:1 13412:1 13467:1 13470:1 13586:1 13600:1 13605:1 13639:1 13642:1 13649:2 13650:1 13651:1 13683:4 13720:1 13733:1 13739:1 13751:2 13755:1 13759:1 13774:3 13785:1 13789:1 13803:1 13820:1 13831:2 13840:1 13841:5 13889:1 13898:1 13912:1 13916:2 13918:1 13919:1 13928:1 13934:1 13942:1 13953:1 14033:1 14037:1 14042:1 14061:1 14085:1 14140:2 14150:1 14158:1 14161:2 14179:1 14185:2 14223:1 14227:1 14229:1 14230:1 14241:1 14246:1 14256:1 14295:2 14340:1 14348:1 14365:1 14384:1 14386:1 14396:2 14397:1 14400:1 14420:1 14438:1 14442:1 14454:2 14481:1 14510:1 14513:1 14533:2 14536:1 14548:1 14576:1 14581:1 14595:1 14596:1 14599:1 14608:1 14616:1 14630:1 14657:2 14684:2 14695:1 14716:1 14735:2 14772:1 14784:2 14795:1 14805:1 14807:1 14845:1 14860:1 14878:2 14890:1 14911:1 14916:1 14917:1 14923:5 14925:1 14927:2 14942:2 14950:2 14951:1 14959:1 14981:1 15000:1 15042:1 15043:1 15063:2 15082:1 15105:1 15120:1 15121:1 15168:1 15189:1 15217:1 15233:1 15241:1 15300:2 15315:2 15331:1 15358:1 15374:2 15377:4 15383:2 15400:1 15401:1 15422:2 15448:1 15480:1 15488:1 15509:1 15514:1 15582:1 15597:1 15598:1 15605:1 15606:2 15608:1 15636:5 15642:1 15643:1 15645:2 15672:1 15680:1 15686:1 15729:1 15751:1 15820:1 15851:1 15869:1 15884:1 15885:1 15937:2 15947:1 15969:1 16018:2 16051:1 16108:1 16127:1 16149:1 16154:1 16163:1 16201:1 16207:2 16248:1 16266:1 16336:2 16348:1 16360:1 16362:4 16364:1 16368:1 16396:2 16398:1 16399:1 16404:1 16414:1 16418:3 16422:2 16431:1 16442:1 16525:1 16530:1 16531:1 16550:1 16571:1 16595:1 16602:1 16619:4 16626:1 16665:1 16668:1 16687:1 16704:3 16707:1 16712:1 16718:1 16727:1 16746:1 16761:1 16766:1 16792:2 16798:1 16807:1 16811:1 16823:1 16826:1 16836:1 16857:1 16911:1 16915:1 16958:1 16973:1 16975:1 16978:1 16980:1 16986:1 16988:1 17006:1 17064:1 17070:1 17071:2 17073:1 17079:1 17081:2 17088:1 17119:1 17124:1 17129:1 17134:1 17147:1 17169:1 17177:1 17179:1 17190:1 17256:2 17284:1 17317:1 17331:1 17332:1 17344:2 17385:1 17393:1 17420:2 17443:1 17455:6 17461:1 17464:1 17502:1 17504:1 17506:1 17507:1 17508:1 17632:3 17685:1 17718:1 17758:1 17761:1 17765:1 17809:1 17811:1 17816:1 17906:1 17931:1 17946:1 17985:1 17988:2 18018:2 18072:1 18078:1 18128:1 18152:1 18154:1 18198:1 18208:1 18249:1 18256:1 18270:3 18277:1 18280:1 18368:1 18388:1 18404:1 18412:1 18425:1 18432:1 18455:1 18473:1 18493:1 18537:2 18567:1 18584:1 18602:1 18604:1 18612:1 18625:1 18655:1 18662:4 18677:1 18680:1 18686:1 18699:2 18703:1 18713:1 18724:1 18727:1 18745:2 18746:2 18748:1 18752:1 18842:1 18865:1 18883:1 18916:1 18934:1 18962:1 18984:1 19070:1 19118:1 19180:1 19191:1 19198:1 19207:1 19232:1 19243:1 19254:1 19260:1 19262:1 19278:1 19281:1 19311:1 19312:1 19337:1 19344:1 19420:2 19458:1 19462:1 19486:1417 19488:1 19490:1 19494:3 19496:1 19500:1 19507:1 19511:1 19512:1 19546:1 19547:1 19596:1 19607:1 19616:1 19621:1 19625:1 19643:1 19672:5 19684:1 19685:1 19723:1 19725:2 19784:3 19834:1 19876:3 19887:1 19946:1 19955:1 19979:1 19987:2 19997:1 20015:1 20032:1 20073:1 20080:1 20110:1 20120:1 20141:1 20148:2 20168:1 20188:1 20210:1 20234:1 20267:1 20301:1 20312:2 20314:2 20321:1 20346:3 20358:1 20393:1 20421:2 20435:1 20458:1 20464:1 20491:2 20501:1 20504:1 20513:1 20532:5 20534:1 20561:1 20595:2 20647:1 20679:1 20684:2 20694:2 20698:1 20700:1 20701:1 20711:1 20713:2 20745:1 20756:1 20768:1 20775:1 20777:1 20787:1 20816:1 20819:1 20832:1 20864:1 20867:1 20869:2 20925:1 20928:1 20936:1 20980:4 20981:1 21009:1 21046:3 21052:1 21053:1 21070:2 21073:2 21098:3 21128:2 21138:1 21149:1 21153:3 21184:2 21185:1 21186:1 21189:1 21193:1 21209:1 21217:1 21220:1 21230:2 21239:2 21242:2 21245:1 21269:1 21278:1 21283:1 21295:1 21305:1 21316:1 21320:1 21325:1 21333:1 21355:1 21400:1 21471:1 21474:1 21482:2 21491:1 21537:1 21602:1 21619:2 21630:1 21646:3 21665:1 21672:1 21693:1 21715:1 21747:1 21750:1 21753:1 21761:1 21762:1 21774:1 21791:1 21792:3 21810:1 21823:1 21826:1 21833:1 21920:1 21924:1 21926:2 21930:1 21978:1 22004:1 22024:1 22031:1 22067:1 22074:1 22088:1 22090:1 22095:1 22099:1 22145:1 22169:1 22187:1 22192:1 22208:1 22214:1 22317:1 22344:1 22345:1 22373:1 22375:1 22378:3 22381:2 22395:1 22397:1 22437:1 22490:3 22492:1 22503:2 22504:1 22511:1 22547:1 22566:1 22569:1 22610:1 22631:1 22633:1 22635:1 22645:1 22653:2 22655:1 22663:1 22672:1 22673:1 22724:1 22745:4 22765:1 22776:1 22791:2 22813:1 22831:1 22843:1 22869:1 22899:2 22911:4 22921:1 22968:1 22993:2 22995:2 23022:1 23033:2 23047:1 23049:1 23074:1 23082:1 23090:1 23114:1 23119:1 23157:1 23170:1 23222:1 23251:2 23316:4 23318:1 23354:1 23360:1 23383:1 23384:1 23385:1 23425:1 23444:1 23447:2 23496:1 23499:1 23500:1 23512:1 23515:2 23516:3 23535:1 23539:1 23559:3 23564:2 23569:1 23573:1 23577:1 23581:1 23590:1 23598:1 23620:1 23624:1 23629:1 23631:1 23638:1 23639:3 23644:1 23650:2 23667:1 23668:2 23676:2 23703:1 23724:1 23731:1 23760:1 23769:3 23789:1 23791:2 23796:2 23807:1 23830:1 23836:1 23843:1 23957:5 23979:1 23990:1 23999:1 24008:1 24057:1 24059:1 24066:1 24101:1 24115:1 24147:1 24164:1 24178:1 24184:2 24210:1 24246:1 24265:1 24267:1 24280:1 24291:2 24333:2 24334:1 24360:1 24365:1 24370:1 24374:3 24410:1 24425:1 24469:1 24476:1 24485:1 24512:1 24528:1 24536:1 24542:2 24556:1 24558:1 24607:1 24611:1 24623:1 24635:1 24644:1 24653:1 24661:1 24662:1 24664:1 24681:2 24686:1 24748:1 24834:1 24857:1 24909:1 24912:1 24928:1 24939:1 24961:1 25049:1 25056:1 25081:1 25115:1 25127:1 25143:1 25154:1 25180:1 25197:2 25200:1 25259:1 25276:1 25366:1 25375:2 25407:1 25411:2 25428:1 25482:1 25496:1 25521:2 25556:2 25575:1 25588:1 25600:1 25614:1 25623:1 25634:2 25642:1 25648:3 25652:1 25659:1 25663:1 25677:1 25683:1 25697:1 25742:1 25745:1 25749:2 25753:1 25755:1 25756:1 25760:1 25761:1 25765:2 25771:2 25772:1 25790:1 25810:2 25822:1 25824:1 25851:1 25855:1 25856:1 25859:1 25878:1 25890:1 25891:1 25931:1 25939:6 25945:2 25959:1 25960:1 25965:1 26042:2 26058:1 26063:1 26071:1 26108:1 26136:1 26137:1 26149:1 26161:1 26191:1 26244:1 26247:1 26250:1 26259:1 26272:3 26278:2 26300:1 26307:1 26329:4 26331:8 26343:1 26363:6 26376:1 26379:1 26384:1 26386:2 26390:1 26395:1 26413:5 26416:1 26423:1 26424:1 26425:1 26451:1 26459:1 26490:1 26537:2 26538:1 26558:1 26567:1 26570:1 26585:1 26586:1 26599:2 26601:1 26617:1 26649:1 26653:2 26682:1 26685:2 26699:1 26701:1 26741:1 26758:1 26800:2 26812:1 26872:2 26875:1 26879:2 26882:4 26891:3 26952:1 26964:1 26967:1 26974:1 26994:1 27017:1 27042:2 27078:1 27095:1 27110:1 27121:2 27152:3 27176:1 27321:1 27367:1 27403:2 27406:2 27490:1 27503:1 27517:1 27538:1 27595:3 27601:3 27611:1 27651:1 27699:1 27714:1 27729:1 27730:1 27732:1 27750:3 27785:4 27796:1 27817:1 27833:1 27853:1 27946:1 28000:1 28035:1 28059:1 28068:1 28074:6 28119:1 28150:1 28175:1 28190:1 28204:1 28205:1 28208:1 28220:2 28232:1 28246:2 28270:1 28276:1 28283:2 28288:1 28316:1 28329:1 28330:1 28340:1 28349:2 28351:1 28383:2 28390:2 28409:1 28411:1 28414:2 28416:1 28455:1 28456:1 28457:1 28458:2 28461:1 28487:2 28506:1 28542:1 28601:4 28625:1 28642:1 28673:4 28677:1 28682:1 28686:1 28688:1 28694:1 28701:2 28702:1 28713:1 28718:1 28720:1 28743:1 28750:3 28751:2 28754:1 28758:1 28759:1 28761:2 28770:1 28787:1 28790:1 28817:1 28833:1 28855:1 28866:1 28867:1 28884:1 28901:1 28907:1 28986:1 29001:1 29027:1 29052:2 29053:1 29089:1 29090:1 29100:1 29110:2 29117:2 29124:1 29128:1 29148:1 29169:1 29207:1 29239:1 29248:3 29269:1 29292:1 29306:1 29345:1 29370:1 29380:1 29413:2 29423:2 29448:2 29458:1 29494:1 29495:1 29508:1 29514:2 29566:8 29567:1 29570:1 29575:1 29592:2 29600:1 29609:1 29612:1 29616:1 29631:2 29633:1 29657:1 29673:1 29675:1 29686:1 29689:1 29716:2 29721:1 29731:1 29746:1 29748:2 29753:1 29761:3 29766:2 29773:1 29814:1 29848:1 29856:1 29858:2 29867:1 29880:1 29887:2 29904:1 29925:1 29930:1 29947:1 29948:1 29961:1 29972:2 30033:1 30051:1 30054:1 30066:1 30097:2 30125:1 30131:1 30136:1 30147:1 30149:1 30239:1 30279:1 30308:1 30328:1 30351:1 30354:1 30364:1 30451:1 30474:1 30516:1 30565:1 30608:1 30617:1 30679:2 30719:1 30730:2 30735:1 30738:1 30742:1 30751:1 30760:1 30770:1 30779:1 30791:1 30802:1 30816:1 30825:1 30832:2 30834:2 30844:1 30846:1 30849:1 30850:1 30855:1 30857:6 30861:2 30866:1 30869:1 30883:1 30900:1 30925:2 30964:1 30997:2 30998:1
3 37:1 44:1 50:1 84:1 90:1 104:1 117:1 149:1 176:1 196:1 203:1 216:1 254:1 275:1 276:2 287:1 333:1 376:1 396:1 397:1 424:1 446:1 447:1 467:3 468:1 471:2 475:2 485:2 490:1 556:1 580:1 585:1 625:1 637:1 657:2 677:1 683:4 686:1 704:1 710:2 720:2 722:1 733:1 750:1 794:1 812:1 826:1 847:1 866:1 889:1 891:1 901:1 934:2 958:3 965:1 972:1 981:3 986:2 989:1 996:1 1000:1 1006:1 1045:1 1049:6 1092:1 1096:1 1124:1 1130:2 1145:1 1150:1 1194:1 1203:1 1215:1 1253:2 1275:1 1279:1 1295:1 1302:1 1304:2 1305:1 1309:1 1319:1 1321:1 1322:2 1336:1 1368:1 1369:1 1382:1 1397:1 1401:1 1413:1 1414:1 1429:1 1430:1 1434:1 1445:1 1458:1 1483:2 1484:1 1518:1 1534:1 1553:1 1560:1 1563:1 1566:3 1585:1 1593:3 1622:1 1641:2 1644:1 1679:1 1685:1 1693:1 1704:1 1707:3 1734:1 1802:1 1813:1 1833:1 1836:1 1861:3 1864:1 1883:2 1923:1 1942:1 1947:1 1986:1 1993:1 1995:1 2001:1 2006:1 2007:3 2009:3 2025:2 2045:1 2071:1 2126:1 2146:1 2148:1 2173:1 2177:1 2192:1 2204:1 2212:1 2213:1 2239:2 2247:1 2271:1 2285:1 2301:1 2323:2 2325:1 2341:1 2385:1 2400:1 2401:1 2411:2 2412:1 2416:1 2418:3 2420:1 2423:6 2424:2 2426:1 2429:1 2445:1 2453:2 2458:1 2487:1 2521:2 2532:1 2554:2 2590:1 2592:1 2622:2 2660:1 2664:1 2705:1 2748:1 2779:2 2788:1 2798:1 2807:1 2822:1 2827:2 2851:1 2854:1 2902:1 2920:1 2945:1 2955:1 2972:1 2974:1 3002:2 3004:1 3006:1 3009:1 3017:1 3038:1 3078:1 3086:4 3102:1 3108:1 3114:1 3124:1 3152:1 3153:6 3164:3 3168:1 3173:1 3199:1 3353:1 3408:1 3426:3 3434:5 3475:1 3523:1 3532:1 3557:1 3605:1 3619:1 3665:1 3694:1 3699:1 3709:1 3752:1 3758:1 3782:1 3784:1 3786:1 3851:1 3854:1 3865:3 3870:3 3880:2 3884:1 3886:2 3891:2 3919:2 3923:1 3932:1 3955:1 3962:1 3965:2 3982:3 3992:1 4043:2 4056:1 4088:1 4091:1 4103:3 4118:1 4155:1 4206:1 4212:3 4220:1 4245:1 4255:2 4276:1 4281:1 4339:2 4359:1 4367:1 4397:1 4410:2 4421:1 4445:1 4449:1 4462:1 4510:2 4521:1 4539:2 4544:1 4569:1 4590:1 4605:1 4621:1 4624:1 4637:1 4652:4 4689:1 4697:2 4710:1 4721:2 4746:1 4750:1 4773:1 4806:2 4808:1 4811:1 4816:1 4846:1 4848:1 4866:5 4893:1 4900:1 4901:1 4906:7 4948:3 4992:2 4998:1 5003:1 5027:1 5098:4 5100:2 5127:1 5138:1 5153:1 5157:1 5162:1 5171:1 5222:1 5225:1 5241:1 5243:1 5249:1 5252:1 5271:2 5335:1 5378:1 5379:1 5404:1 5414:1 5432:1 5483:2 5541:1 5553:1 5586:4 5589:1 5626:1 5659:1 5664:1 5704:1 5716:1 5759:1 5760:1 5768:1 5800:1 5801:2 5885:1 5887:1 5941:1 5972:3 5974:1 5977:1 6007:2 6013:1 6024:1 6046:3 6118:1 6161:1 6177:1 6189:1 6207:1 6222:2 6229:1 6237:2 6305:1 6306:1 6313:1 6318:1 6319:1 6344:1 6346:1 6377:1 6378:1 6383:1 6388:1 6390:2 6397:1 6402:2 6426:1 6438:1 6457:1 6462:1 6469:4 6495:1 6509:1 6551:2 6592:1 6625:1 6636:2 6644:1 6657:1 6677:2 6680:1 6686:1 6687:5 6689:2 6695:4 6698:2 6700:2 6703:4 6705:1 6708:1 6765:2 6840:3 6843:1 6851:1 6859:6 6875:1 6956:1 6969:1 6980:2 7041:1 7081:1 7099:1 7123:1 7128:2 7148:2 7176:2 7177:1 7181:1 7204:3 7249:1 7257:1 7285:2 7294:1 7303:1 7336:1 7339:1 7349:1 7352:1 7361:1 7379:1 7387:1 7390:1 7400:1 7411:1 7419:2 7427:1 7438:1 7473:1 7523:1 7533:1 7539:4 7597:1 7609:1 7621:1 7654:1 7687:1 7702:1 7816:1 7821:1 7854:1 7865:1 7873:1 7885:2 7901:1 7912:1 7929:2 7941:1 7970:3 8057:5 8058:2 8078:1 8080:1 8102:1 8107:1 8108:1 8112:1 8124:22 8133:1 8148:2 8150:3 8158:1 8162:1 8240:1 8263:1 8265:1 8279:1 8320:1 8334:2 8337:1 8345:1 8354:1 8372:1 8391:1 8410:1 8493:1 8499:2 8545:1 8552:1 8562:1 8581:1 8585:1 8643:2 8645:2 8652:1 8653:1 8665:9 8690:1 8768:1 8792:1 8793:1 8795:1 8816:1 8822:1 8870:1 8878:1 8912:1 8916:2 8918:1 8927:1 8934:1 8944:1 8956:1 8970:2 8982:1 9007:1 9026:1 9056:1 9059:1 9061:1 9067:2 9069:2 9070:1 9074:1 9075:1 9085:1 9120:1 9135:1 9156:2 9176:1 9177:1 9200:1 9205:2 9218:1 9242:1 9246:1 9262:1 9291:2 9317:1 9320:1 9385:2 9387:1 9389:1 9394:1 9395:2 9404:2 9418:1 9424:1 9425:1 9427:1 9442:1 9459:2 9483:2 9498:1 9515:1 9526:1 9531:1 9534:1 9545:1 9558:1 9571:1 9581:1 9601:1 9624:3 9627:1 9682:1 9684:1 9690:1 9707:1 9725:1 9733:1 9770:1 9773:1 9807:2 9828:1 9837:1 9843:1 9857:1 9865:1 9875:1 9900:1 9903:2 9989:1 9992:1 9995:1 10011:1 10027:1 10049:2 10082:1 10083:1 10160:2 10162:2 10164:1 10172:1 10182:1 10219:1 10242:2 10245:3 10264:1 10287:2 10288:1 10290:1 10329:1 10360:1 10410:1 10438:3 10443:2 10453:1 10454:3 10471:1 10484:1 10494:1 10514:1 10519:3 10535:1 10553:1 10600:1 10612:1 10627:2 10630:4 10638:1 10651:1 10663:1 10687:1 10711:1 10740:1 10784:1 10793:1 10800:1 10804:1 10808:1 10827:1 10850:3 10911:1 10914:1 10915:1 10934:1 10959:1 10961:1 10963:1 10974:1 10988:2 11010:3 11038:1 11067:1 11089:1 11090:1 11134:1 11152:1 11192:1 11206:1 11214:3 11219:1 11225:9 11265:1 11275:1 11287:1 11301:2 11317:1 11355:1 11357:1 11414:1 11458:4 11461:5 11482:1 11495:1 11509:1 11541:1 11556:1 11564:1 11565:1 11576:2 11584:1 11588:1 11593:1 11597:1 11604:1 11628:1 11634:2 11639:1 11641:1 11644:2 11660:1 11763:1 11815:1 11820:4 11825:2 11827:1 11844:1 11849:2 11865:1 11894:1 11898:1 11927:1 11931:1 11956:1 11977:2 11979:1 11984:1 12000:1 12014:2 12027:1 12036:1 12086:1 12101:1 12102:1 12107:1 12123:1 12147:6 12171:1 12174:2 12176:1 12196:1 12200:1 12208:2 12212:1 12220:1 12225:1 12254:1 12261:1 12262:1 12270:6 12280:3 12286:1 12287:3 12307:1 12325:1 12431:1 12440:2 12466:1 12473:4 12504:1 12528:1 12550:1 12562:1 12589:1 12617:1 12629:1 12630:3 12639:1 12645:1 12669:1 12702:1 12713:2 12735:3 12826:1 12831:1 12836:1 12843:1 12851:2 12906:1 12925:1 12940:1 12978:1 12992:1 12998:1 13015:1 13021:2 13023:1 13031:1 13098:3 13102:1 13112:1 13167:1 13172:1 13190:2 13249:1 13269:1 13273:1 13285:1 13291:1 13302:1 13304:2 13318:1 13323:1 13364:1 13375:1 13387:1 13390:1 13412:1 13467:1 13470:1 13542:1 13586:1 13600:1 13605:1 13639:1 13642:1 13649:2 13650:1 13651:1 13683:4 13720:1 13733:1 13739:1 13751:4 13755:1 13759:3 13774:3 13785:1 13789:1 13803:1 13820:1 13831:2 13840:1 13841:5 13889:1 13898:1 13912:1 13916:2 13918:1 13919:1 13928:1 13934:1 13942:1 13953:1 14033:1 14037:1 14042:1 14061:1 14085:1 14140:2 14150:1 14158:1 14161:2 14179:1 14185:2 14223:1 14227:1 14229:2 14230:1 14241:1 14246:1 14256:1 14295:2 14340:1 14348:1 14365:1 14384:1 14386:1 14396:2 14397:1 14400:1 14420:1 14438:1 14442:1 14454:2 14481:1 14510:1 14513:1 14531:1 14533:2 14536:1 14548:1 14576:1 14581:1 14595:1 14596:1 14599:1 14608:2 14616:1 14630:1 14657:2 14684:2 14695:1 14716:1 14735:2 14772:1 14784:2 14789:1 14795:1 14805:1 14807:1 14845:1 14860:1 14878:2 14890:1 14911:1 14916:1 14917:1 14921:1 14923:5 14925:1 14927:2 14942:2 14950:2 14951:1 14959:2 14981:1 15000:1 15042:1 15043:1 15063:2 15082:1 15105:1 15120:1 15121:1 15168:1 15189:1 15217:1 15233:1 15241:1 15300:2 15315:2 15331:1 15358:1 15374:2 15377:4 15383:2 15400:1 15401:1 15422:2 15448:1 15480:1 15488:1 15509:1 15514:1 15582:1 15597:1 15598:1 15605:1 15606:3 15608:1 15636:5 15642:1 15643:1 15645:2 15672:1 15680:1 15686:1 15729:1 15751:1 15820:1 15827:1 15851:1 15869:2 15884:1 15885:1 15937:2 15947:1 15969:1 16018:2 16051:1 16108:1 16127:1 16149:1 16154:1 16155:1 16163:1 16201:1 16207:4 16248:1 16258:1 16266:1 16336:2 16348:1 16360:1 16362:4 16364:1 16368:1 16396:2 16398:1 16399:1 16404:1 16414:1 16418:3 16422:2 16431:1 16442:1 16469:1 16525:1 16530:1 16531:1 16550:1 16561:2 16571:1 16595:1 16602:1 16603:1 16619:4 16626:1 16665:1 16668:1 16687:1 16704:3 16707:1 16712:1 16718:1 16727:1 16731:1 16746:1 16761:1 16766:1 16792:2 16798:1 16807:1 16811:1 16823:1 16826:1 16836:1 16857:1 16911:1 16915:1 16947:1 16958:1 16973:1 16975:1 16978:1 16980:1 16986:1 16988:1 17006:1 17064:1 17070:1 17071:2 17073:1 17079:1 17081:2 17088:1 17119:3 17124:1 17129:1 17134:1 17147:1 17169:1 17177:1 17179:1 17190:1 17256:2 17284:1 17297:1 17317:1 17331:1 17332:1 17344:2 17385:1 17393:1 17420:2 17430:1 17443:1 17455:6 17461:1 17464:1 17465:1 17502:1 17504:1 17506:1 17507:1 17508:1 17632:3 17685:1 17718:1 17758:1 17761:1 17765:1 17774:1 17809:1 17811:1 17816:1 17853:1 17906:1 17931:1 17946:1 17985:1 17988:2 18018:2 18072:1 18078:1 18128:1 18152:1 18154:1 18198:1 18208:1 18249:1 18256:1 18260:1 18270:3 18277:1 18280:1 18368:1 18388:1 18404:1 18412:1 18415:1 18425:1 18432:1 18455:1 18473:1 18493:1 18537:2 18555:1 18567:1 18584:1 18602:1 18604:1 18612:1 18625:1 18655:1 18662:4 18677:1 18680:1 18686:1 18699:2 18703:1 18713:1 18717:1 18724:1 18727:1 18745:2 18746:2 18748:1 18752:1 18842:3 18865:1 18883:1 18916:1 18934:1 18962:1 18984:1 19070:1 19118:1 19180:1 19191:1 19198:1 19207:1 19232:1 19243:1 19254:1 19260:1 19262:1 19278:1 19281:1 19311:1 19312:1 19337:1 19344:1 19420:2 19458:1 19462:1 19486:1529 19488:1 19490:1 19494:3 19496:1 19500:1 19507:1 19511:2 19512:1 19546:1 19547:1 19596:1 19607:1 19616:1 19621:1 19625:1 19643:1 19672:5 19684:1 19685:1 19688:1 19723:1 19725:2 19784:3 19834:1 19876:3 19887:1 19946:1 19955:1 19979:1 19987:2 19997:1 20015:1 20032:1 20065:1 20073:1 20080:1 20110:1 20120:1 20141:1 20148:2 20168:1 20188:1 20210:1 20234:1 20267:1 20301:1 20312:2 20314:2 20321:1 20346:3 20358:1 20376:1 20393:3 20402:1 20421:2 20435:1 20458:1 20464:1 20491:2 20501:1 20504:1 20513:1 20532:5 20534:1 20561:1 20595:2 20647:1 20679:1 20684:2 20694:2 20698:1 20700:1 20701:1 20711:1 20713:2 20745:1 20756:1 20768:1 20775:1 20777:1 20787:1 20816:2 20819:1 20832:1 20864:1 20867:1 20869:2 20924:1 20925:1 20928:1 20936:1 20948:1 20980:4 20981:1 21009:1 21038:1 21046:3 21052:1 21053:1 21070:2 21073:2 21098:3 21128:2 21138:1 21149:1 21153:3 21184:2 21185:1 21186:1 21189:1 21193:1 21209:1 21217:1 21220:1 21230:2 21239:2 21242:2 21245:1 21269:1 21278:1 21283:1 21295:1 21305:1 21316:1 21320:1 21325:1 21333:1 21355:1 21400:2 21471:1 21474:1 21482:2 21491:1 21537:1 21602:1 21619:2 21630:1 21646:3 21665:1 21672:1 21693:1 21715:1 21747:1 21750:1 21753:1 21759:1 21761:1 21762:1 21774:1 21791:1 21792:3 21810:2 21823:1 21826:1 21833:1 21846:1 21920:1 21924:1 21926:2 21930:1 21978:1 22004:1 22024:1 22031:1 22067:1 22074:1 22088:1 22090:1 22095:1 22099:1 22145:1 22169:1 22171:1 22187:1 22192:1 22208:1 22214:1 22317:1 22344:1 22345:1 22373:1 22375:1 22378:3 22381:2 22395:1 22397:1 22437:1 22490:3 22492:1 22503:2 22504:1 22511:1 22547:1 22566:1 22569:1 22610:1 22631:1 22633:1 22635:1 22638:1 22645:1 22653:2 22655:1 22663:1 22672:1 22673:1 22724:1 22741:1 22745:4 22746:1 22765:1 22776:1 22791:3 22802:1 22813:1 22831:1 22843:1 22869:1 22899:2 22911:4 22921:1 22942:1 22968:1 22980:1 22993:2 22995:2 23022:1 23033:3 23047:1 23049:1 23062:1 23074:1 23082:1 23090:1 23114:1 23119:1 23157:1 23170:1 23222:1 23251:2 23292:1 23303:1 23316:4 23318:1 23354:1 23360:1 23383:1 23384:1 23385:1 23425:1 23444:1 23447:3 23496:1 23499:1 23500:1 23512:1 23515:2 23516:4 23535:1 23539:1 23559:3 23564:3 23569:1 23573:1 23577:1 23581:1 23590:1 23598:1 23620:1 23624:1 23629:1 23631:1 23638:1 23639:3 23642:1 23644:1 23649:1 23650:2 23667:1 23668:3 23676:2 23703:1 23724:1 23731:1 23760:1 23765:1 23769:3 23789:1 23791:3 23796:2 23807:1 23830:1 23836:1 23843:1 23957:5 23979:1 23990:1 23999:1 24008:1 24057:1 24059:1 24066:1 24101:1 24115:1 24147:1 24164:1 24178:1 24184:2 24210:1 24246:1 24265:1 24267:1 24280:1 24291:2 24333:2 24334:1 24360:1 24365:1 24370:1 24374:4 24410:1 24425:1 24469:1 24476:1 24485:1 24512:1 24528:1 24536:1 24542:2 24556:1 24558:1 24607:1 24611:1 24623:1 24635:1 24644:1 24653:1 24661:1 24662:1 24664:1 24681:3 24686:1 24748:1 24834:1 24857:1 24909:1 24912:3 24928:1 24939:1 24961:1 25007:1 25049:1 25056:1 25081:1 25115:1 25127:1 25143:1 25154:1 25180:1 25197:2 25200:1 25259:1 25276:1 25349:1 25366:1 25375:2 25407:1 25411:2 25428:1 25482:1 25496:1 25498:1 25521:2 25556:2 25575:1 25588:1 25600:1 25614:3 25623:1 25634:2 25642:1 25648:3 25652:1 25659:1 25663:1 25677:1 25683:1 25697:1 25742:1 25745:1 25749:2 25753:1 25755:1 25756:1 25760:1 25761:1 25765:2 25771:2 25772:1 25790:1 25810:2 25822:1 25824:1 25851:1 25855:1 25856:1 25859:1 25878:1 25890:1 25891:1 25893:1 25931:1 25939:6 25945:2 25947:1 25959:1 25960:1 25965:1 26035:1 26042:2 26058:1 26063:1 26067:1 26071:1 26108:1 26136:1 26137:1 26149:1 26161:1 26191:1 26244:1 26247:1 26250:1 26255:1 26259:1 26272:3 26278:2 26300:1 26307:1 26329:4 26331:9 26343:1 26363:6 26376:1 26379:1 26384:1 26386:2 26390:1 26395:1 26413:5 26416:1 26423:1 26424:1 26425:1 26451:1 26459:1 26490:1 26496:1 26537:2 26538:1 26558:1 26567:1 26570:1 26585:1 26586:1 26599:2 26601:1 26617:1 26649:1 26653:2 26682:1 26685:2 26699:1 26701:1 26741:1 26758:1 26800:2 26812:1 26872:2 26875:1 26879:2 26882:4 26891:3 26952:1 26964:1 26967:1 26974:1 26994:1 27017:1 27042:2 27078:1 27095:1 27110:1 27121:2 27152:3 27168:1 27176:1 27273:1 27321:1 27367:1 27403:2 27406:2 27483:1 27490:1 27503:1 27517:1 27538:1 27595:3 27601:3 27611:1 27651:1 27699:1 27701:1 27714:1 27729:1 27730:1 27732:1 27750:3 27785:4 27796:2 27817:1 27833:1 27853:1 27946:1 28000:1 28035:1 28059:1 28067:1 28068:1 28074:6 28119:1 28150:1 28175:1 28190:1 28204:1 28205:1 28208:1 28220:2 28232:1 28246:2 28270:1 28275:1 28276:1 28283:2 28288:1 28316:1 28321:1 28329:1 28330:1 28340:1 28341:1 28349:2 28351:1 28383:2 28390:2 28409:1 28411:1 28414:2 28416:1 28455:1 28456:1 28457:1 28458:2 28461:1 28487:2 28506:1 28542:1 28594:1 28601:5 28625:1 28642:1 28673:4 28677:1 28682:1 28686:1 28688:1 28694:1 28701:2 28702:1 28713:1 28718:1 28720:1 28743:1 28750:3 28751:2 28754:1 28758:1 28759:1 28761:2 28770:1 28787:1 28790:1 28811:1 28817:2 28833:1 28855:1 28866:1 28867:1 28884:1 28901:1 28907:1 28986:1 29001:1 29027:1 29049:1 29052:2 29053:1 29089:1 29090:1 29093:1 29100:1 29110:2 29117:2 29124:1 29128:1 29145:1 29148:1 29169:1 29207:1 29239:1 29248:3 29263:1 29269:1 29292:1 29306:1 29345:1 29370:1 29380:1 29413:2 29423:2 29448:2 29458:1 29494:1 29495:1 29508:1 29514:2 29566:10 29567:1 29570:1 29575:1 29592:2 29600:1 29609:2 29612:1 29616:1 29631:2 29633:1 29657:1 29673:1 29675:1 29686:1 29689:1 29716:2 29721:1 29731:1 29746:1 29748:2 29753:1 29761:3 29766:2 29773:1 29814:1 29848:1 29856:1 29858:2 29867:1 29880:1 29887:2 29904:1 29925:1 29930:1 29939:1 29947:1 29948:1 29961:1 29972:3 30033:1 30034:1 30051:1 30054:1 30066:1 30097:2 30125:1 30131:1 30136:1 30147:1 30149:1 30239:1 30279:1 30308:1 30328:1 30351:1 30354:1 30364:1 30451:1 30474:1 30516:1 30565:1 30608:1 30612:1 30617:2 30679:2 30719:1 30730:2 30735:1 30738:2 30742:1 30751:1 30760:1 30770:1 30779:1 30791:1 30802:1 30816:1 30825:1 30832:2 30834:2 30844:1 30845:1 30846:1 30849:1 30850:1 30855:1 30857:6 30861:2 30866:1 30869:1 30883:1 30900:1 30925:2 30964:1 30997:3 30998:1
3 37:1 44:1 50:1 84:1 90:1 104:1 117:1 149:1 176:1 196:1 203:1 216:1 254:1 255:1 275:1 276:2 287:1 333:1 376:1 396:1 397:1 424:1 446:1 447:1 467:3 468:1 471:2 475:2 485:3 490:1 556:1 580:1 585:1 625:1 637:1 657:2 677:1 683:4 686:1 704:1 710:2 720:2 722:1 733:1 750:1 794:1 812:1 826:1 847:1 866:1 889:1 891:1 901:1 934:2 958:3 965:1 972:2 981:3 982:1 986:2 989:1 996:1 1000:1 1004:1 1006:1 1045:1 1049:7 1092:1 1096:2 1124:1 1130:2 1145:1 1150:1 1194:2 1203:1 1215:1 1253:2 1275:1 1279:1 1295:1 1302:2 1304:2 1305:1 1309:1 1319:1 1321:1 1322:2 1336:1 1368:1 1369:1 1382:1 1397:1 1401:1 1413:1 1414:1 1429:1 1430:1 1434:1 1445:1 1458:1 1483:2 1484:1 1518:1 1534:1 1538:1 1553:1 1560:1 1563:1 1566:3 1585:2 1593:3 1622:1 1641:2 1644:1 1679:1 1681:1 1685:1 1693:1 1704:1 1707:3 1734:2 1769:1 1802:1 1813:1 1833:1 1836:1 1861:3 1864:1 1883:2 1923:1 1942:1 1947:1 1986:1 1991:1 1993:1 1995:1 2001:1 2006:1 2007:3 2009:3 2025:2 2045:1 2071:1 2103:1 2126:1 2146:1 2148:1 2173:1 2177:1 2192:1 2204:1 2212:1 2213:1 2239:2 2247:1 2271:1 2285:1 2301:1 2323:2 2325:1 2341:1 2352:1 2385:1 2400:1 2401:1 2411:2 2412:1 2416:1 2418:3 2420:2 2423:6 2424:2 2426:1 2429:1 2431:1 2445:1 2453:2 2458:1 2487:1 2503:1 2521:2 2532:1 2554:2 2590:1 2592:1 2622:2 2660:1 2664:1 2705:2 2748:1 2779:2 2788:1 2798:1 2807:1 2822:1 2827:2 2851:1 2854:1 2902:1 2920:1 2945:1 2955:1 2972:1 2974:1 3002:2 3004:1 3006:1 3009:1 3017:1 3036:1 3038:1 3047:1 3078:1 3086:4 3102:1 3108:1 3114:1 3124:1 3152:1 3153:6 3164:4 3168:1 3173:1 3199:1 3353:1 3408:1 3426:4 3434:5 3443:1 3475:1 3523:1 3532:1 3541:1 3557:1 3582:1 3605:1 3619:1 3665:1 3694:1 3699:1 3709:1 3752:1 3758:1 3782:1 3784:1 3786:1 3849:2 3851:1 3854:1 3865:3 3870:3 3880:2 3884:1 3886:2 3891:2 3919:2 3923:1 3932:1 3955:1 3962:1 3965:3 3982:3 3992:1 4042:1 4043:2 4056:1 4088:1 4091:2 4103:3 4118:1 4155:1 4195:1 4199:1 4206:1 4212:3 4220:1 4245:1 4255:2 4276:1 4281:1 4339:2 4359:1 4367:1 4390:1 4397:2 4410:2 4421:1 4445:1 4449:1 4462:1 4510:2 4521:1 4539:2 4544:1 4569:1 4590:1 4605:1 4621:1 4624:1 4637:1 4652:4 4689:1 4697:2 4710:1 4721:2 4746:1 4750:1 4773:1 4780:1 4806:2 4808:1 4811:1 4816:1 4846:1 4848:1 4866:5 4893:1 4900:1 4901:1 4906:7 4948:3 4992:2 4998:1 5003:1 5027:1 5098:5 5100:2 5127:1 5138:1 5153:1 5157:1 5162:1 5171:1 5222:1 5225:1 5241:1 5243:1 5249:1 5252:1 5271:2 5275:1 5335:1 5378:2 5379:1 5389:1 5404:1 5414:1 5432:1 5483:2 5510:1 5541:1 5553:1 5586:4 5589:1 5626:1 5659:1 5664:1 5671:1 5704:1 5716:1 5759:1 5760:1 5768:3 5800:1 5801:2 5885:1 5887:1 5941:1 5972:3 5974:1 5977:1 6007:2 6013:1 6024:1 6046:3 6118:1 6161:1 6177:1 6184:1 6189:1 6207:1 6222:2 6229:1 6237:2 6305:1 6306:1 6313:1 6318:1 6319:1 6344:1 6346:1 6349:2 6370:1 6377:1 6378:1 6383:1 6388:1 6390:2 6397:1 6402:2 6426:1 6438:1 6457:1 6462:1 6469:4 6495:1 6509:1 6512:1 6513:1 6551:2 6583:1 6592:1 6625:1 6636:2 6644:1 6657:1 6677:2 6680:1 6686:1 6687:5 6689:2 6695:4 6698:2 6700:2 6703:6 6705:1 6708:1 6731:1 6765:2 6829:1 6840:3 6843:1 6851:1 6859:6 6875:1 6920:1 6956:1 6969:1 6980:2 6983:1 7041:1 7081:1 7099:1 7123:1 7128:2 7148:2 7176:2 7177:1 7181:1 7204:3 7232:1 7249:1 7257:1 7285:2 7294:1 7303:1 7336:1 7339:1 7349:1 7352:1 7361:1 7379:1 7387:1 7390:1 7400:1 7411:1 7419:2 7427:1 7438:1 7473:1 7523:1 7533:1 7539:4 7597:1 7609:1 7621:1 7654:1 7687:1 7702:1 7816:1 7821:1 7833:1 7854:1 7865:1 7873:1 7885:2 7901:1 7912:1 7929:2 7941:1 7970:3 8057:5 8058:2 8078:2 8079:1 8080:1 8102:1 8107:1 8108:1 8112:1 8124:24 8133:1 8148:2 8150:3 8158:1 8162:1 8240:1 8263:1 8265:1 8279:1 8320:1 8334:2 8337:1 8345:1 8354:1 8372:1 8391:1 8410:1 8493:1 8499:2 8545:1 8552:1 8562:1 8581:1 8585:1 8643:2 8645:2 8652:1 8653:1 8665:9 8690:1 8768:1 8792:1 8793:1 8795:1 8816:1 8822:1 8870:1 8878:1 8912:1 8916:2 8918:1 8927:1 8934:1 8944:1 8956:1 8970:2 8982:1 8999:1 9007:1 9026:1 9056:1 9059:1 9061:1 9067:2 9069:2 9070:1 9074:1 9075:1 9085:1 9120:1 9135:1 9156:2 9176:1 9177:1 9200:1 9205:2 9218:1 9242:1 9246:1 9262:1 9277:1 9291:2 9317:1 9320:1 9385:2 9387:1 9389:1 9394:1 9395:2 9398:1 9404:2 9418:1 9424:1 9425:1 9427:1 9442:1 9459:2 9483:2 9498:1 9515:2 9526:1 9531:1 9534:1 9545:1 9558:1 9571:1 9581:1 9601:1 9624:4 9627:1 9682:1 9684:1 9690:1 9707:1 9725:1 9733:1 9762:1 9770:1 9773:1 9807:2 9828:1 9837:2 9843:1 9857:1 9862:1 9865:1 9866:1 9875:1 9884:1 9900:1 9903:2 9969:1 9985:1 9989:1 9992:1 9995:1 10011:1 10027:1 10048:1 10049:2 10082:1 10083:1 10160:2 10162:2 10164:1 10172:1 10182:1 10219:1 10242:2 10245:3 10264:1 10287:2 10288:1 10290:1 10308:1 10329:1 10360:1 10410:1 10438:3 10441:1 10443:2 10453:1 10454:3 10471:1 10484:1 10494:1 10514:1 10519:4 10535:1 10553:1 10558:1 10600:1 10612:1 10617:1 10627:2 10630:4 10638:1 10651:1 10653:1 10663:1 10687:1 10711:1 10740:1 10784:3 10793:1 10800:1 10804:1 10808:1 10827:1 10850:4 10862:1 10911:1 10914:1 10915:1 10934:1 10959:1 10961:1 10963:1 10974:1 10988:2 11010:3 11038:1 11067:1 11089:1 11090:1 11134:1 11152:1 11192:1 11206:1 11214:3 11219:1 11225:9 11265:1 11275:1 11287:1 11301:2 11317:1 11355:1 11357:1 11414:1 11458:4 11461:5 11482:1 11495:1 11509:1 11541:1 11556:1 11564:1 11565:1 11576:2 11584:1 11588:1 11593:1 11597:1 11604:1 11628:1 11634:2 11639:1 11641:1 11644:2 11660:1 11763:1 11815:1 11820:4 11825:2 11827:1 11844:1 11849:2 11865:1 11894:1 11898:1 11927:1 11931:1 11956:1 11977:2 11979:1 11984:1 12000:1 12014:2 12027:1 12036:1 12086:1 12101:1 12102:1 12107:1 12123:1 12147:7 12171:1 12174:2 12176:1 12196:1 12200:1 12208:2 12211:1 12212:1 12220:1 12225:1 12254:2 12261:1 12262:1 12270:6 12280:4 12286:1 12287:4 12307:1 12325:1 12431:1 12440:2 12466:1 12473:4 12504:1 12528:1 12550:1 12562:1 12589:1 12617:1 12629:1 12630:3 12639:1 12645:1 12669:1 12671:1 12702:1 12713:2 12735:3 12826:1 12831:1 12836:1 12843:1 12851:2 12906:1 12925:1 12940:1 12978:1 12992:1 12998:1 13015:1 13021:2 13023:1 13031:1 13098:3 13102:1 13112:1 13167:1 13172:1 13190:2 13249:1 13269:1 13273:1 13285:1 13291:1 13302:1 13304:2 13318:1 13323:1 13364:1 13375:1 13387:1 13390:1 13412:1 13467:1 13470:1 13542:1 13586:1 13600:1 13605:1 13639:1 13642:1 13649:2 13650:1 13651:1 13683:4 13720:1 13733:1 13739:1 13751:4 13755:1 13759:3 13773:1 13774:3 13785:1 13789:1 13803:1 13820:1 13831:2 13840:1 13841:5 13889:1 13898:1 13912:1 13916:2 13918:1 13919:1 13928:1 13934:1 13942:1 13953:1 14003:1 14033:1 14037:1 14042:1 14061:1 14085:1 14140:2 14150:1 14158:1 14161:2 14179:1 14185:2 14223:1 14227:1 14229:3 14230:1 14241:1 14246:1 14256:1 14295:2 14296:1 14340:1 14348:1 14365:1 14384:1 14386:1 14396:2 14397:1 14400:1 14420:1 14438:1 14442:1 14454:2 14481:1 14510:1 14513:1 14531:1 14533:2 14536:1 14548:1 14576:1 14581:1 14593:1 14595:1 14596:1 14599:1 14608:2 14616:1 14630:1 14657:2 14684:2 14695:1 14716:1 14735:2 14772:1 14784:2 14789:1 14795:1 14805:1 14807:1 14845:1 14860:1 14878:2 14890:1 14911:1 14916:1 14917:1 14921:1 14923:5 14925:1 14927:2 14942:2 14950:3 14951:1 14959:2 14981:1 15000:1 15042:1 15043:1 15063:2 15082:1 15105:1 15120:1 15121:1 15168:1 15189:1 15217:1 15233:1 15241:1 15300:2 15304:1 15315:2 15331:1 15358:1 15374:2 15377:4 15383:2 15400:1 15401:1 15422:2 15423:1 15448:1 15480:1 15488:1 15494:1 15509:1 15514:1 15582:1 15597:1 15598:1 15605:1 15606:4 15608:1 15617:1 15628:1 15636:5 15642:1 15643:1 15645:2 15666:1 15672:1 15680:1 15686:1 15729:1 15751:1 15779:1 15820:1 15827:1 15851:1 15869:2 15884:1 15885:1 15937:2 15947:1 15969:1 15972:1 15983:1 16018:2 16051:1 16108:1 16127:1 16149:1 16154:1 16155:1 16163:1 16201:1 16207:4 16248:1 16258:1 16266:1 16336:2 16348:1 16360:1 16362:4 16364:1 16368:1 16396:2 16398:1 16399:1 16402:1 16404:1 16414:1 16418:3 16422:2 16431:1 16442:1 16469:1 16525:1 16530:2 16531:1 16550:1 16561:2 16571:1 16595:1 16602:1 16603:1 16619:4 16626:1 16665:1 16668:1 16687:1 16704:3 16707:1 16712:1 16718:1 16727:1 16731:1 16746:1 16761:1 16766:1 16792:2 16798:1 16807:1 16811:1 16823:1 16826:1 16836:1 16857:1 16911:1 16915:1 16947:1 16958:2 16973:1 16975:1 16978:1 16980:1 16986:1 16987:1 16988:1 17006:1 17064:1 17070:1 17071:2 17073:1 17079:1 17081:2 17088:1 17119:3 17124:1 17129:1 17134:1 17147:1 17169:1 17177:1 17179:1 17190:1 17216:1 17256:2 17284:1 17297:1 17317:1 17331:1 17332:1 17344:2 17385:1 17393:1 17420:2 17430:1 17443:1 17455:6 17461:1 17464:1 17465:1 17502:1 17504:1 17506:1 17507:1 17508:1 17516:1 17594:1 17631:1 17632:3 17685:1 17718:1 17758:1 17761:1 17765:1 17774:1 17793:1 17809:1 17811:1 17816:1 17853:1 17906:1 17931:1 17946:1 17985:1 17988:2 18018:2 18055:1 18072:1 18078:1 18080:1 18128:1 18152:1 18154:1 18198:1 18208:1 18249:1 18256:1 18260:1 18270:3 18277:1 18280:1 18368:1 18388:1 18404:1 18412:1 18415:1 18425:1 18432:1 18447:1 18455:1 18473:1 18493:1 18537:2 18555:1 18567:1 18584:1 18602:1 18604:1 18612:1 18625:1 18655:1 18662:4 18677:1 18680:1 18686:1 18699:2 18703:1 18713:1 18717:1 18724:1 18727:1 18745:3 18746:2 18748:1 18752:1 18842:4 18859:1 18865:1 18883:1 18916:1 18934:1 18962:1 18984:1 19070:1 19118:1 19122:1 19180:1 19191:1 19198:1 19207:1 19232:1 19243:1 19254:1 19260:1 19262:1 19278:1 19281:1 19307:1 19311:1 19312:1 19337:1 19342:1 19344:1 19420:2 19421:1 19458:1 19462:1 19486:1605 19488:1 19490:1 19494:3 19496:1 19500:1 19507:1 19511:2 19512:1 19546:1 19547:1 19596:1 19607:1 19616:1 19621:1 19625:1 19643:1 19672:5 19684:1 19685:1 19688:1 19721:1 19723:1 19725:2 19784:4 19834:1 19876:3 19887:1 19946:1 19955:1 19979:1 19987:2 19997:1 20015:1 20032:1 20065:1 20073:1 20080:1 20110:1 20120:1 20141:1 20148:2 20168:1 20188:1 20210:1 20234:1 20267:1 20295:1 20301:1 20312:2 20314:2 20321:1 20346:3 20358:1 20376:1 20393:3 20402:1 20421:2 20435:1 20458:1 20464:1 20491:2 20501:1 20504:1 20513:1 20532:5 20534:1 20561:1 20595:2 20647:1 20679:1 20684:2 20694:2 20698:1 20700:1 20701:1 20711:1 20713:2 20745:1 20756:1 20768:1 20775:1 20777:1 20787:1 20816:2 20819:1 20832:1 20864:1 20867:1 20869:2 20924:1 20925:1 20928:1 20936:1 20948:1 20980:4 20981:1 21009:1 21038:1 21046:3 21052:1 21053:1 21070:2 21073:2 21098:3 21128:2 21130:1 21138:1 21149:1 21153:3 21184:2 21185:1 21186:1 21189:1 21193:1 21209:1 21211:1 21217:1 21220:1 21230:2 21239:2 21242:2 21245:1 21269:1 21278:1 21283:1 21295:1 21305:1 21316:1 21320:1 21325:2 21333:1 21355:1 21400:2 21471:1 21474:1 21482:2 21491:1 21537:1 21602:1 21619:2 21630:1 21646:3 21665:1 21672:1 21693:1 21715:1 21747:1 21750:1 21753:1 21759:1 21761:1 21762:1 21774:1 21791:1 21792:3 21810:3 21823:1 21826:1 21833:1 21846:1 21853:1 21920:1 21924:1 21926:2 21930:1 21978:1 22004:1 22024:1 22031:1 22067:1 22074:1 22088:1 22090:1 22095:1 22099:1 22145:1 22169:1 22171:1 22187:1 22192:1 22208:1 22214:1 22317:1 22344:1 22345:1 22373:1 22375:1 22378:3 22381:2 22395:1 22397:1 22437:1 22477:1 22490:3 22492:1 22503:2 22504:2 22511:1 22547:1 22566:1 22569:1 22610:1 22618:1 22626:1 22631:1 22633:1 22635:1 22638:1 22645:1 22653:2 22655:1 22663:1 22672:1 22673:1 22724:1 22741:1 22745:5 22746:1 22753:1 22765:1 22776:1 22791:3 22802:1 22813:1 22831:1 22843:1 22869:1 22899:2 22911:4 22918:1 22921:1 22942:1 22968:1 22980:1 22993:2 22995:2 23022:1 23033:3 23047:1 23049:1 23062:1 23074:1 23082:1 23090:1 23114:1 23119:1 23157:1 23170:1 23188:1 23222:1 23251:2 23292:1 23298:1 23303:1 23316:4 23318:1 23354:1 23360:1 23382:1 23383:1 23384:1 23385:1 23398:1 23425:1 23444:1 23447:3 23496:1 23499:1 23500:1 23512:1 23515:2 23516:4 23535:2 23539:1 23559:3 23564:3 23569:1 23573:1 23577:1 23581:1 23590:1 23598:1 23620:1 23624:1 23629:1 23631:1 23638:1 23639:3 23642:1 23644:1 23649:1 23650:2 23667:1 23668:3 23676:2 23703:1 23724:1 23731:1 23760:1 23765:1 23769:3 23789:1 23791:3 23796:2 23807:1 23830:1 23836:1 23841:1 23843:1 23957:5 23979:1 23990:1 23999:1 24008:1 24057:1 24059:1 24066:1 24101:1 24115:1 24147:1 24164:1 24178:1 24184:2 24210:1 24238:1 24246:1 24265:1 24267:1 24280:1 24291:2 24333:2 24334:1 24352:1 24360:1 24365:1 24370:1 24374:4 24410:1 24425:1 24469:1 24476:1 24485:1 24512:1 24528:1 24536:2 24542:2 24556:1 24558:1 24607:1 24611:1 24623:1 24635:1 24644:1 24653:1 24661:1 24662:1 24664:1 24681:3 24686:1 24748:1 24834:1 24857:1 24909:1 24912:4 24928:1 24939:1 24961:1 24994:1 25007:1 25049:1 25056:1 25081:1 25115:1 25127:1 25140:1 25143:1 25154:1 25169:1 25180:1 25197:2 25200:1 25259:1 25276:1 25349:1 25366:1 25375:2 25404:1 25407:1 25411:2 25428:1 25482:1 25496:1 25498:3 25521:2 25556:2 25575:1 25588:1 25600:1 25614:3 25623:1 25634:2 25642:1 25648:3 25652:1 25659:1 25663:1 25677:1 25683:1 25697:1 25742:1 25745:1 25749:2 25753:1 25755:1 25756:1 25760:1 25761:1 25765:2 25771:2 25772:1 25789:1 25790:1 25810:2 25822:1 25824:1 25851:1 25855:1 25856:1 25859:1 25878:1 25890:1 25891:1 25893:1 25910:1 25931:1 25939:6 25945:2 25947:1 25959:1 25960:1 25965:1 26035:1 26042:2 26058:1 26063:1 26067:1 26071:1 26108:1 26136:1 26137:1 26149:1 26161:1 26191:1 26244:1 26247:1 26250:1 26255:1 26259:1 26272:3 26278:2 26300:1 26307:1 26329:4 26331:10 26343:1 26363:6 26376:1 26379:1 26384:1 26386:2 26390:1 26395:1 26413:5 26416:1 26423:1 26424:1 26425:1 26451:1 26459:1 26490:1 26496:1 26537:2 26538:1 26558:1 26561:1 26567:1 26570:1 26585:1 26586:1 26599:2 26601:1 26617:1 26649:1 26653:2 26682:1 26685:2 26699:1 26701:1 26741:1 26758:1 26800:2 26812:1 26872:2 26875:2 26879:2 26882:4 26891:3 26920:1 26952:1 26964:1 26967:1 26974:1 26994:1 27017:1 27042:2 27078:1 27095:1 27110:1 27121:2 27141:1 27152:3 27165:1 27168:1 27176:1 27207:1 27273:1 27321:1 27367:1 27403:2 27406:2 27418:1 27483:1 27490:1 27503:1 27517:1 27538:1 27595:3 27601:3 27611:1 27651:1 27681:1 27699:1 27701:1 27714:1 27729:1 27730:1 27732:1 27750:3 27785:4 27796:2 27817:1 27833:1 27853:1 27930:1 27946:1 27969:1 28000:1 28035:1 28059:1 28067:3 28068:1 28074:6 28086:1 28119:1 28150:1 28165:1 28175:1 28190:1 28204:1 28205:1 28208:1 28220:2 28232:1 28246:2 28254:1 28270:1 28275:1 28276:1 28283:2 28288:1 28316:1 28321:1 28329:1 28330:1 28332:1 28340:1 28341:1 28349:2 28351:1 28375:1 28383:2 28390:2 28409:1 28411:1 28414:2 28416:1 28455:1 28456:1 28457:1 28458:2 28461:1 28478:1 28487:2 28506:1 28542:1 28594:1 28601:5 28625:1 28642:1 28673:4 28677:1 28682:1 28686:1 28688:1 28694:1 28701:2 28702:1 28713:1 28718:1 28720:1 28734:1 28743:1 28750:3 28751:2 28754:1 28758:1 28759:1 28761:2 28770:1 28787:1 28790:1 28811:1 28817:2 28833:1 28855:1 28866:1 28867:1 28884:1 28901:1 28907:1 28986:1 29001:1 29027:1 29049:1 29052:2 29053:1 29089:1 29090:1 29093:1 29100:1 29110:2 29117:2 29124:1 29128:1 29145:1 29148:1 29169:1 29207:1 29239:1 29248:3 29263:1 29269:1 29292:1 29306:1 29336:1 29345:1 29370:1 29380:1 29396:1 29413:2 29423:2 29448:2 29458:1 29492:1 29494:1 29495:1 29508:1 29514:2 29548:1 29566:11 29567:1 29570:1 29575:1 29592:2 29600:1 29609:2 29612:1 29616:1 29631:2 29633:1 29657:1 29673:1 29675:1 29686:2 29689:1 29716:2 29721:1 29731:1 29746:1 29748:2 29753:1 29761:3 29766:2 29773:1 29814:1 29842:1 29848:1 29856:1 29858:2 29867:1 29880:1 29887:2 29904:1 29925:1 29930:1 29939:1 29947:1 29948:1 29961:1 29972:4 30033:1 30034:1 30051:1 30054:1 30066:1 30097:2 30125:1 30131:1 30136:1 30147:1 30149:1 30164:1 30239:1 30279:1 30302:1 30308:1 30328:1 30351:1 30354:1 30364:1 30451:1 30474:1 30516:1 30565:1 30608:1 30612:1 30617:2 30679:3 30719:1 30730:3 30735:1 30738:3 30742:1 30751:1 30752:1 30760:1 30770:2 30779:1 30791:1 30802:1 30816:1 30825:1 30832:2 30834:2 30844:1 30845:1 30846:1 30849:1 30850:1 30855:1 30857:6 30861:2 30863:1 30866:1 30869:1 30883:1 30900:1 30925:2 30964:1 30965:1 30997:4 30998:1
3 37:1 44:1 50:1 84:2 90:2 104:1 117:1 149:1 176:1 196:1 203:1 216:1 254:1 255:1 275:1 276:2 287:1 333:1 376:1 396:1 397:1 424:1 446:1 447:1 467:3 468:1 471:2 475:2 485:3 490:1 556:1 580:1 585:1 625:1 637:1 657:2 677:1 683:4 686:1 704:1 710:2 720:2 722:1 733:1 750:1 794:1 812:1 826:1 847:1 866:1 889:1 891:1 901:1 934:2 958:3 965:1 972:2 981:3 982:1 986:2 989:1 996:1 1000:1 1004:1 1006:1 1045:1 1049:7 1092:1 1096:2 1124:1 1130:2 1145:1 1150:1 1194:2 1203:1 1215:1 1253:2 1275:1 1279:1 1295:1 1302:2 1304:2 1305:1 1309:1 1319:1 1321:1 1322:2 1336:1 1349:2 1368:1 1369:1 1382:1 1397:1 1401:1 1413:1 1414:1 1429:1 1430:1 1434:1 1445:1 1458:1 1483:2 1484:1 1518:1 1534:1 1538:1 1553:1 1560:1 1563:1 1566:3 1585:2 1593:3 1622:1 1626:1 1641:2 1644:1 1679:1 1681:1 1685:1 1693:1 1704:1 1707:3 1734:2 1769:1 1775:1 1802:1 1813:1 1816:1 1833:1 1836:1 1861:3 1864:1 1883:2 1923:1 1942:1 1947:1 1986:1 1991:1 1993:1 1995:1 2001:1 2006:1 2007:3 2009:3 2025:2 2045:1 2071:1 2103:1 2126:2 2143:1 2146:1 2148:1 2173:1 2177:1 2192:1 2204:1 2212:1 2213:1 2227:1 2239:2 2247:1 2271:1 2285:1 2301:1 2323:2 2325:1 2341:1 2352:1 2385:1 2400:1 2401:1 2411:2 2412:1 2416:2 2418:3 2420:3 2423:6 2424:2 2426:1 2429:1 2431:1 2439:2 2445:1 2453:2 2458:1 2487:1 2503:1 2521:2 2532:1 2554:2 2576:1 2590:1 2592:1 2616:1 2622:2 2660:1 2663:1 2664:1 2705:2 2724:1 2748:1 2779:2 2788:1 2798:1 2807:1 2822:1 2827:2 2851:1 2854:1 2902:1 2920:1 2945:1 2955:1 2972:1 2974:1 3002:2 3004:1 3006:1 3009:1 3017:1 3036:1 3038:1 3047:1 3078:1 3086:4 3102:1 3108:1 3114:1 3124:1 3152:1 3153:6 3164:4 3168:1 3173:1 3199:1 3353:1 3408:1 3426:4 3434:5 3443:1 3475:1 3523:1 3532:1 3541:1 3557:1 3582:1 3605:1 3619:1 3665:1 3694:1 3699:1 3709:1 3752:1 3758:1 3782:1 3784:1 3786:1 3849:2 3851:1 3854:1 3865:3 3870:3 3880:2 3884:1 3886:2 3891:2 3919:2 3923:1 3932:1 3955:1 3962:1 3965:3 3982:3 3992:1 4042:1 4043:2 4056:1 4088:1 4091:2 4103:3 4118:1 4153:1 4155:1 4195:1 4199:1 4206:1 4212:3 4220:1 4245:1 4255:2 4276:1 4281:1 4290:1 4296:1 4339:2 4359:1 4367:1 4390:2 4397:2 4404:1 4410:2 4421:1 4445:1 4449:1 4462:1 4510:2 4521:1 4539:2 4544:1 4569:1 4590:1 4605:1 4621:1 4624:1 4637:1 4652:5 4689:1 4697:2 4710:1 4721:2 4746:1 4750:1 4773:1 4780:1 4806:2 4808:1 4811:1 4816:1 4846:1 4848:1 4866:5 4893:1 4900:1 4901:1 4906:7 4948:3 4992:2 4998:1 5003:1 5027:1 5098:5 5100:2 5127:1 5138:1 5153:1 5157:1 5162:1 5171:1 5222:1 5225:1 5241:1 5243:1 5249:1 5252:1 5271:2 5275:1 5335:1 5378:2 5379:1 5389:1 5404:1 5414:1 5415:1 5432:1 5483:2 5510:1 5541:1 5553:1 5586:4 5589:1 5626:1 5659:1 5664:1 5670:1 5671:1 5704:1 5716:1 5759:1 5760:1 5768:3 5800:1 5801:2 5885:1 5887:1 5941:1 5972:3 5974:1 5977:1 6007:2 6013:1 6024:1 6046:3 6079:1 6118:1 6161:1 6177:1 6182:1 6184:1 6189:1 6207:1 6222:2 6229:1 6237:2 6305:1 6306:1 6313:1 6318:1 6319:1 6341:1 6344:1 6346:1 6349:2 6370:1 6377:1 6378:1 6383:1 6388:1 6390:2 6397:1 6402:2 6426:1 6438:1 6457:1 6462:1 6469:4 6495:1 6509:1 6512:1 6513:1 6551:2 6583:1 6592:1 6625:1 6636:2 6644:1 6657:1 6677:2 6680:1 6686:1 6687:5 6689:2 6695:4 6698:2 6700:2 6703:6 6705:1 6708:1 6731:1 6765:2 6829:1 6840:3 6843:1 6851:1 6859:6 6875:1 6920:1 6956:1 6969:1 6980:2 6983:1 7041:1 7081:1 7099:1 7123:1 7128:2 7148:2 7176:2 7177:1 7181:1 7204:3 7232:1 7249:1 7257:1 7285:2 7294:1 7303:1 7310:1 7336:1 7339:1 7349:1 7352:1 7361:1 7379:1 7387:1 7390:1 7400:1 7411:1 7419:2 7427:1 7438:1 7456:1 7473:1 7523:1 7533:1 7539:4 7597:1 7609:1 7621:1 7654:1 7687:1 7702:1 7816:1 7821:1 7833:1 7854:1 7865:1 7873:1 7885:2 7901:1 7912:1 7929:2 7941:1 7970:3 8057:5 8058:2 8078:2 8079:1 8080:1 8102:1 8107:1 8108:1 8112:1 8124:26 8133:1 8148:2 8150:3 8158:1 8162:1 8240:1 8263:1 8265:1 8279:1 8320:1 8334:2 8337:1 8345:1 8354:1 8372:1 8391:1 8410:1 8493:1 8499:2 8545:1 8552:1 8562:1 8581:1 8585:1 8643:2 8645:2 8652:1 8653:1 8665:9 8690:1 8768:1 8792:1 8793:1 8795:1 8816:1 8822:1 8870:1 8878:1 8912:1 8916:2 8918:1 8927:1 8934:1 8944:1 8956:1 8970:2 8982:1 8999:1 9007:1 9026:1 9056:1 9059:1 9061:1 9067:2 9069:2 9070:1 9074:1 9075:1 9085:1 9120:1 9135:1 9156:2 9176:1 9177:1 9200:1 9205:2 9218:1 9242:1 9246:1 9262:1 9277:1 9291:2 9317:1 9320:1 9385:2 9387:1 9389:1 9394:1 9395:2 9398:1 9404:2 9418:1 9424:1 9425:1 9427:1 9442:1 9451:1 9459:2 9483:2 9498:1 9515:2 9526:1 9531:1 9534:1 9545:1 9558:1 9571:1 9581:1 9601:1 9624:4 9627:1 9682:1 9684:1 9690:1 9707:1 9725:1 9733:1 9762:1 9770:1 9773:1 9807:2 9828:1 9837:2 9843:1 9857:1 9862:1 9865:1 9866:1 9875:1 9884:1 9900:1 9903:2 9969:1 9985:1 9989:1 9992:1 9995:1 10011:1 10027:1 10048:1 10049:2 10082:1 10083:1 10160:2 10162:2 10164:1 10172:1 10182:1 10219:1 10242:2 10245:3 10264:1 10287:2 10288:1 10290:1 10308:1 10329:1 10360:1 10410:1 10438:3 10441:1 10443:2 10453:1 10454:3 10471:1 10484:1 10494:1 10514:1 10519:4 10535:1 10553:1 10558:1 10600:1 10612:1 10617:2 10627:2 10630:4 10638:1 10651:1 10653:1 10663:1 10687:1 10711:1 10740:1 10784:3 10793:1 10800:1 10804:1 10808:1 10827:1 10850:4 10862:1 10911:1 10914:1 10915:1 10934:1 10959:1 10961:1 10963:1 10974:1 10988:2 11010:3 11038:1 11067:1 11089:1 11090:1 11134:1 11152:1 11192:1 11206:1 11214:3 11219:1 11225:9 11265:1 11275:1 11287:1 11301:2 11317:1 11355:1 11357:1 11414:1 11458:4 11461:5 11482:1 11495:1 11509:1 11541:1 11556:1 11564:1 11565:1 11576:2 11584:1 11588:1 11593:1 11597:1 11604:1 11628:1 11634:2 11639:1 11641:1 11644:2 11660:1 11763:1 11815:1 11820:4 11825:2 11827:1 11844:1 11849:2 11865:1 11894:1 11898:1 11927:1 11931:1 11956:1 11977:2 11979:1 11984:1 12000:1 12014:2 12027:1 12036:1 12086:1 12101:1 12102:1 12107:1 12123:1 12147:7 12171:1 12174:2 12176:1 12196:1 12200:1 12208:2 12211:1 12212:1 12220:1 12225:1 12254:2 12261:1 12262:1 12270:6 12280:4 12286:1 12287:4 12307:1 12325:1 12431:1 12440:2 12466:1 12473:4 12504:1 12528:1 12550:1 12562:1 12589:1 12617:1 12629:1 12630:3 12639:1 12645:1 12669:1 12671:1 12702:1 12713:2 12735:3 12826:1 12831:1 12836:1 12843:1 12851:2 12906:1 12925:1 12940:1 12978:1 12992:1 12998:1 13015:1 13021:2 13023:1 13031:1 13098:3 13102:1 13112:1 13167:1 13172:1 13190:2 13249:1 13269:1 13273:1 13285:1 13291:1 13302:1 13304:2 13318:1 13323:1 13364:1 13375:1 13387:1 13390:1 13412:1 13467:1 13470:1 13542:1 13586:1 13600:1 13605:1 13639:1 13642:1 13649:2 13650:1 13651:1 13683:4 13720:1 13733:1 13739:1 13751:4 13755:1 13759:3 13773:1 13774:3 13785:1 13789:1 13803:1 13820:1 13831:2 13840:1 13841:5 13889:1 13898:1 13912:1 13916:2 13918:1 13919:1 13928:1 13934:1 13942:1 13953:1 14003:1 14033:1 14037:1 14042:1 14061:1 14085:1 14140:2 14150:1 14158:1 14161:2 14179:1 14185:2 14223:1 14227:1 14229:3 14230:1 14241:1 14246:1 14256:1 14268:1 14295:2 14296:1 14340:1 14348:1 14365:1 14384:1 14386:1 14396:2 14397:1 14400:1 14420:1 14438:1 14442:1 14454:2 14481:1 14510:1 14513:1 14531:1 14533:2 14536:1 14548:1 14576:1 14581:1 14593:1 14595:1 14596:1 14599:1 14608:2 14616:1 14630:1 14657:2 14684:2 14695:1 14716:1 14735:2 14772:1 14784:2 14789:1 14795:1 14805:1 14807:1 14845:1 14860:1 14878:2 14890:1 14911:1 14916:1 14917:1 14921:1 14923:5 14925:1 14927:2 14942:2 14950:4 14951:1 14959:2 14981:1 15000:1 15042:1 15043:1 15063:2 15082:1 15105:1 15120:1 15121:1 15168:1 15189:1 15217:1 15233:1 15241:1 15300:2 15304:1 15315:2 15331:1 15358:1 15374:2 15377:4 15383:2 15400:1 15401:1 15422:2 15423:1 15448:1 15480:1 15488:1 15494:1 15509:1 15514:1 15582:1 15597:1 15598:1 15605:1 15606:4 15608:1 15617:1 15628:1 15636:5 15642:1 15643:1 15645:2 15666:1 15672:1 15680:1 15686:1 15729:1 15751:1 15779:1 15820:1 15827:1 15851:1 15869:2 15884:1 15885:1 15937:2 15947:1 15969:1 15972:1 15983:1 16018:2 16051:1 16108:1 16127:1 16149:1 16154:1 16155:1 16163:1 16201:1 16207:4 16248:1 16258:1 16266:1 16336:2 16348:1 16360:1 16362:4 16364:1 16368:1 16396:2 16398:1 16399:1 16402:1 16404:1 16414:1 16418:3 16422:2 16431:1 16442:1 16469:1 16525:1 16530:2 16531:1 16550:1 16561:2 16571:1 16595:1 16602:1 16603:1 16619:4 16626:1 16665:1 16668:1 16687:1 16704:3 16707:1 16712:1 16718:1 16727:1 16731:1 16746:1 16761:1 16766:1 16792:2 16798:1 16807:1 16811:1 16823:1 16826:1 16836:1 16857:1 16911:1 16915:1 16947:1 16958:2 16973:1 16975:1 16978:1 16980:1 16986:1 16987:1 16988:1 16989:1 17006:1 17024:1 17064:1 17070:1 17071:2 17073:1 17079:1 17081:2 17088:1 17119:3 17124:1 17129:1 17134:1 17147:1 17169:1 17177:1 17179:1 17190:1 17216:1 17256:2 17284:1 17297:1 17317:1 17331:1 17332:1 17344:2 17385:1 17393:1 17420:2 17430:1 17443:1 17455:6 17461:1 17464:1 17465:1 17502:1 17504:1 17506:1 17507:1 17508:1 17516:1 17594:1 17631:1 17632:3 17685:1 17718:1 17758:1 17761:1 17765:1 17774:1 17793:1 17809:1 17811:1 17816:1 17853:1 17906:1 17931:1 17946:1 17970:1 17985:1 17988:2 18018:2 18044:1 18055:1 18072:1 18078:1 18080:1 18128:1 18152:1 18154:1 18198:1 18208:1 18249:1 18256:1 18260:1 18270:3 18277:1 18280:1 18368:1 18388:1 18404:1 18412:1 18415:1 18425:1 18432:1 18447:1 18455:1 18473:1 18493:1 18537:2 18555:1 18567:1 18584:1 18602:1 18604:1 18612:1 18625:1 18655:1 18662:4 18677:1 18680:1 18686:1 18699:2 18703:1 18713:1 18717:1 18724:1 18727:1 18745:3 18746:2 18748:1 18752:1 18842:4 18859:1 18865:1 18883:1 18916:1 18934:1 18962:1 18984:1 19052:1 19070:1 19118:1 19122:1 19180:1 19191:1 19198:1 19207:1 19232:1 19243:1 19254:1 19260:1 19262:1 19278:1 19281:1 19307:1 19311:1 19312:1 19337:1 19342:1 19344:1 19420:2 19421:1 19458:1 19462:1 19486:1631 19488:1 19490:1 19494:3 19496:1 19500:1 19507:1 19511:2 19512:1 19546:1 19547:1 19596:1 19607:1 19616:1 19621:1 19625:1 19643:1 19672:5 19684:1 19685:1 19688:1 19695:1 19721:1 19723:1 19725:2 19784:4 19834:1 19876:3 19887:1 19946:1 19955:1 19979:1 19987:2 19997:1 20015:1 20032:1 20065:1 20073:1 20080:1 20110:1 20120:1 20141:1 20148:2 20168:1 20188:1 20210:1 20234:1 20267:1 20295:1 20301:1 20312:2 20314:2 20321:1 20346:3 20358:1 20376:1 20393:3 20402:1 20421:2 20435:1 20458:1 20464:1 20491:2 20501:1 20504:1 20513:1 20532:5 20534:1 20561:1 20595:2 20647:1 20679:1 20684:2 20694:2 20698:1 20700:1 20701:1 20711:1 20713:2 20745:1 20756:1 20768:1 20775:1 20777:1 20787:1 20816:2 20819:1 20832:1 20864:1 20867:1 20869:2 20886:1 20924:1 20925:1 20928:1 20936:1 20948:1 20980:4 20981:1 21009:1 21038:1 21046:3 21052:1 21053:1 21070:2 21073:2 21098:3 21128:2 21130:1 21138:1 21149:1 21153:3 21184:2 21185:1 21186:1 21189:1 21193:1 21209:1 21211:1 21217:1 21220:1 21230:2 21239:2 21242:2 21245:1 21269:1 21278:1 21283:1 21295:1 21305:1 21316:1 21320:1 21325:2 21333:1 21355:1 21400:2 21471:1 21474:1 21482:2 21491:1 21537:1 21602:1 21619:2 21630:1 21646:3 21665:1 21672:1 21693:1 21715:1 21747:1 21750:1 21753:1 21759:1 21761:1 21762:1 21774:1 21777:1 21791:1 21792:3 21810:3 21823:1 21826:1 21833:1 21846:1 21853:1 21920:1 21924:1 21926:2 21930:1 21978:1 22004:1 22024:1 22031:1 22067:1 22074:1 22088:1 22090:1 22095:1 22099:1 22145:1 22169:1 22171:1 22187:1 22192:1 22208:1 22214:1 22317:1 22344:1 22345:1 22373:1 22375:1 22378:3 22381:2 22395:1 22397:1 22437:1 22477:1 22490:3 22492:1 22503:2 22504:2 22511:1 22547:1 22566:1 22569:1 22591:1 22610:1 22618:1 22626:1 22631:1 22633:1 22635:1 22638:1 22645:1 22653:2 22655:1 22663:1 22672:1 22673:1 22724:1 22741:1 22745:5 22746:1 22753:1 22765:1 22776:1 22791:3 22802:1 22813:1 22831:1 22843:1 22869:1 22899:2 22911:4 22918:1 22921:1 22942:1 22968:1 22980:1 22993:2 22995:2 23022:1 23033:3 23047:1 23049:1 23062:1 23064:1 23074:1 23082:1 23090:1 23114:1 23119:1 23157:1 23170:1 23188:1 23222:1 23251:2 23292:1 23298:1 23303:1 23316:4 23318:1 23354:1 23360:1 23382:1 23383:1 23384:1 23385:1 23398:1 23425:1 23444:1 23447:3 23496:1 23499:1 23500:1 23512:1 23515:2 23516:5 23535:2 23539:1 23559:3 23564:3 23569:1 23573:1 23577:1 23581:1 23590:1 23598:1 23620:1 23624:1 23629:1 23631:1 23638:1 23639:3 23642:1 23644:1 23649:1 23650:2 23667:1 23668:3 23676:2 23703:1 23724:1 23731:1 23760:1 23765:1 23769:3 23789:1 23791:3 23796:2 23807:1 23830:1 23836:1 23841:1 23843:1 23873:1 23957:5 23979:1 23990:1 23999:1 24008:1 24057:1 24059:1 24066:1 24101:1 24115:1 24147:1 24164:1 24178:1 24184:2 24210:1 24238:1 24246:1 24265:1 24267:1 24280:1 24291:2 24333:2 24334:1 24352:1 24360:1 24365:1 24370:1 24374:5 24410:1 24425:1 24469:1 24476:1 24485:1 24504:1 24512:1 24528:1 24536:2 24542:2 24556:1 24558:1 24562:1 24607:1 24611:1 24623:1 24635:1 24644:1 24653:1 24661:1 24662:1 24664:1 24681:3 24686:1 24748:1 24809:1 24834:1 24857:1 24909:1 24912:4 24928:1 24939:1 24961:1 24994:1 25007:1 25049:1 25056:1 25081:1 25115:1 25127:1 25140:1 25143:1 25154:1 25163:1 25169:1 25180:1 25197:2 25200:1 25259:1 25276:1 25349:1 25366:1 25375:2 25404:1 25407:1 25411:2 25428:1 25482:1 25496:1 25498:3 25521:2 25556:2 25575:1 25588:1 25600:1 25614:3 25623:1 25634:2 25642:1 25648:3 25652:1 25659:1 25663:1 25677:1 25683:1 25697:1 25742:1 25745:1 25749:2 25753:1 25755:1 25756:1 25760:1 25761:1 25765:2 25771:2 25772:1 25789:1 25790:1 25810:2 25822:1 25824:1 25851:1 25855:1 25856:1 25859:1 25878:1 25890:1 25891:1 25893:1 25904:1 25910:1 25931:1 25939:6 25945:2 25947:1 25959:1 25960:1 25965:1 26035:1 26042:2 26058:1 26063:1 26067:1 26071:1 26108:1 26136:1 26137:1 26149:1 26161:1 26191:1 26244:1 26247:1 26250:1 26255:1 26259:1 26272:3 26278:2 26300:1 26307:1 26329:4 26331:10 26343:1 26363:6 26376:1 26379:1 26384:1 26386:2 26390:1 26395:1 26413:5 26416:1 26423:1 26424:1 26425:1 26451:1 26459:1 26481:1 26490:1 26496:1 26537:2 26538:1 26558:1 26561:1 26567:1 26570:1 26585:1 26586:1 26599:2 26601:1 26617:1 26635:1 26649:1 26653:2 26682:1 26685:2 26699:1 26701:1 26741:1 26758:1 26800:2 26812:1 26872:2 26875:2 26879:2 26882:4 26891:3 26920:1 26952:1 26964:1 26967:1 26974:1 26994:1 27017:1 27042:2 27078:1 27095:1 27110:1 27121:2 27141:1 27152:3 27165:1 27168:1 27176:1 27207:1 27273:1 27290:1 27321:1 27335:1 27367:1 27403:2 27406:2 27418:1 27483:1 27490:1 27503:1 27517:1 27538:1 27595:3 27601:3 27611:1 27651:1 27681:1 27699:1 27701:1 27714:1 27729:1 27730:1 27732:1 27750:3 27785:4 27796:2 27817:1 27833:1 27853:1 27930:1 27946:1 27969:1 28000:1 28035:1 28059:1 28067:3 28068:1 28074:6 28086:1 28119:1 28150:1 28165:1 28175:1 28190:1 28204:1 28205:1 28208:1 28220:2 28232:1 28246:2 28254:1 28270:1 28275:1 28276:1 28283:2 28288:1 28316:1 28321:1 28329:1 28330:1 28332:1 28340:1 28341:1 28349:2 28351:1 28375:1 28383:2 28390:2 28409:1 28411:1 28414:2 28416:1 28455:2 28456:1 28457:1 28458:2 28461:1 28478:1 28487:2 28506:1 28542:1 28594:1 28595:1 28601:5 28625:1 28642:1 28673:4 28677:1 28682:1 28686:1 28688:1 28694:1 28701:2 28702:1 28713:1 28718:1 28720:1 28734:1 28743:1 28750:3 28751:2 28754:1 28758:1 28759:1 28761:2 28770:1 28787:1 28790:1 28811:1 28817:2 28833:1 28855:1 28866:1 28867:1 28884:1 28901:1 28907:1 28986:1 29001:1 29027:1 29049:1 29052:2 29053:1 29089:1 29090:1 29093:1 29100:1 29110:2 29117:2 29124:1 29128:1 29145:1 29148:1 29169:1 29207:1 29239:1 29248:3 29263:1 29269:1 29292:1 29306:1 29336:1 29345:1 29346:1 29370:1 29380:1 29396:1 29413:2 29423:2 29448:2 29458:1 29492:1 29494:1 29495:1 29508:1 29514:2 29548:1 29555:1 29566:11 29567:1 29570:1 29575:1 29592:2 29600:1 29609:2 29612:1 29616:1 29631:2 29633:1 29657:1 29673:1 29675:1 29686:2 29689:1 29716:2 29721:1 29731:1 29746:1 29748:2 29753:1 29761:3 29766:2 29773:1 29814:1 29842:1 29848:1 29856:1 29858:2 29867:1 29880:1 29887:2 29904:1 29925:1 29930:1 29939:1 29947:1 29948:1 29961:1 29972:4 30033:1 30034:1 30051:1 30054:1 30066:1 30097:2 30125:1 30131:1 30136:1 30147:1 30149:2 30164:1 30239:1 30247:1 30279:1 30302:1 30308:1 30328:1 30351:1 30354:1 30364:1 30451:1 30474:1 30516:1 30565:1 30608:1 30612:1 30617:2 30679:3 30719:1 30730:3 30735:1 30738:3 30742:1 30751:1 30752:1 30760:1 30770:2 30779:1 30791:1 30802:1 30816:1 30825:1 30832:2 30834:2 30844:1 30845:1 30846:1 30849:1 30850:1 30855:1 30857:6 30861:2 30863:1 30866:1 30869:1 30883:1 30900:1 30925:2 30964:1 30965:1 30997:4 30998:1
3 37:1 44:1 50:1 84:2 90:2 104:1 117:1 149:1 176:1 196:1 203:1 216:1 254:1 255:1 275:1 276:2 287:1 311:1 333:1 375:1 376:1 396:1 397:1 424:1 446:1 447:1 467:3 468:1 471:2 475:2 485:3 490:1 556:1 580:1 585:1 625:1 637:1 657:3 677:1 683:4 686:1 704:1 710:2 720:2 722:1 733:1 750:1 794:1 812:1 826:1 847:1 866:1 889:1 891:1 901:1 934:2 958:3 965:1 972:2 981:3 982:1 986:2 989:1 996:1 1000:1 1004:1 1006:1 1045:1 1049:7 1092:1 1096:2 1124:1 1130:2 1145:1 1150:1 1189:1 1194:2 1203:1 1215:1 1253:2 1275:1 1279:1 1295:1 1302:2 1304:2 1305:1 1309:1 1319:1 1321:1 1322:2 1336:1 1349:2 1368:1 1369:1 1382:1 1390:1 1397:1 1401:2 1413:1 1414:1 1429:1 1430:1 1433:1 1434:1 1445:1 1458:1 1483:2 1484:1 1518:1 1534:1 1538:1 1553:1 1560:1 1563:1 1566:3 1585:2 1593:3 1610:1 1622:1 1626:1 1641:2 1644:1 1679:1 1681:1 1685:1 1693:1 1704:1 1707:3 1734:2 1769:1 1775:1 1802:1 1812:1 1813:1 1816:1 1833:1 1836:1 1861:3 1864:1 1883:2 1911:1 1923:1 1942:1 1947:1 1986:1 1991:1 1993:1 1995:1 2001:1 2006:1 2007:3 2009:3 2025:2 2045:1 2050:1 2071:1 2103:1 2126:2 2143:1 2146:1 2148:1 2173:1 2177:1 2192:1 2204:1 2212:1 2213:1 2227:1 2239:2 2247:1 2271:1 2285:1 2301:1 2323:2 2325:1 2341:1 2352:1 2385:1 2400:1 2401:1 2411:2 2412:1 2416:2 2418:3 2420:3 2423:6 2424:2 2426:1 2429:1 2431:1 2439:2 2440:1 2445:2 2453:2 2458:1 2487:1 2503:1 2521:2 2532:1 2554:2 2576:1 2590:1 2592:1 2616:1 2622:2 2660:1 2663:1 2664:1 2701:1 2705:2 2724:1 2748:1 2779:2 2788:1 2798:1 2807:1 2822:1 2827:2 2851:1 2853:1 2854:1 2877:1 2902:1 2920:1 2945:1 2955:1 2959:1 2972:1 2974:1 3002:2 3004:1 3006:1 3009:1 3017:1 3036:1 3038:1 3047:1 3078:1 3086:4 3102:1 3108:1 3114:1 3124:1 3148:1 3152:1 3153:6 3164:4 3168:1 3173:1 3199:1 3353:1 3408:1 3426:4 3434:5 3443:1 3475:1 3523:1 3532:1 3541:1 3557:1 3582:1 3605:1 3619:1 3665:1 3694:1 3699:1 3709:1 3752:1 3758:1 3782:1 3784:1 3786:1 3849:2 3851:1 3854:1 3865:3 3870:3 3880:2 3884:1 3886:2 3891:2 3919:2 3923:1 3932:1 3955:1 3962:1 3965:3 3982:3 3992:1 4042:1 4043:2 4056:1 4088:1 4091:2 4103:3 4118:1 4153:1 4155:1 4195:1 4199:1 4206:1 4212:3 4220:1 4245:1 4249:1 4255:2 4276:1 4281:1 4290:1 4296:1 4339:2 4359:1 4367:1 4390:2 4397:2 4404:1 4410:2 4414:1 4421:1 4445:1 4449:1 4462:1 4465:1 4508:1 4510:2 4521:1 4539:2 4544:1 4569:1 4590:1 4605:1 4621:1 4624:1 4637:1 4652:5 4689:1 4697:2 4710:1 4721:2 4746:1 4750:1 4773:1 4780:1 4806:2 4808:1 4811:1 4816:1 4846:1 4848:1 4866:5 4893:1 4900:1 4901:1 4906:7 4948:3 4992:2 4998:1 5003:1 5027:1 5098:6 5100:2 5127:1 5138:1 5153:1 5157:1 5162:1 5169:1 5171:1 5222:1 5225:1 5241:1 5243:1 5249:1 5252:1 5271:2 5275:1 5335:1 5378:2 5379:1 5389:1 5404:1 5414:1 5415:1 5432:1 5483:2 5510:1 5541:1 5553:1 5560:1 5586:4 5589:1 5626:1 5659:1 5664:1 5670:1 5671:1 5704:1 5716:1 5759:1 5760:1 5768:3 5800:1 5801:2 5885:1 5887:1 5941:1 5972:3 5974:1 5977:1 6007:2 6013:1 6024:1 6046:3 6079:1 6118:1 6161:1 6177:1 6182:1 6184:1 6189:1 6207:1 6222:2 6229:1 6237:2 6305:1 6306:1 6313:1 6318:1 6319:1 6341:1 6344:1 6346:1 6349:2 6370:1 6377:1 6378:1 6383:1 6388:1 6390:2 6397:1 6402:2 6426:1 6438:1 6457:1 6462:1 6469:4 6495:1 6509:1 6512:1 6513:1 6551:2 6554:1 6583:1 6592:1 6625:1 6636:2 6644:1 6657:2 6677:2 6680:1 6686:1 6687:5 6689:2 6695:4 6698:2 6700:2 6703:6 6705:1 6708:1 6731:1 6765:2 6829:1 6840:3 6843:1 6851:1 6859:7 6875:1 6919:1 6920:1 6956:1 6969:1 6980:2 6983:1 7041:1 7081:1 7099:1 7110:1 7114:1 7123:1 7128:2 7148:2 7176:2 7177:1 7181:1 7185:1 7204:3 7232:1 7249:1 7257:1 7285:2 7294:1 7303:1 7310:1 7336:1 7339:1 7349:1 7352:1 7361:1 7379:1 7387:1 7390:1 7400:1 7411:1 7419:2 7427:1 7438:1 7456:1 7473:1 7523:1 7533:1 7539:4 7563:1 7597:1 7609:1 7621:1 7654:1 7687:1 7702:1 7725:1 7816:1 7821:1 7833:1 7854:1 7865:1 7873:1 7876:1 7885:2 7901:1 7904:1 7912:1 7929:2 7941:1 7970:3 8057:6 8058:2 8078:2 8079:1 8080:1 8102:1 8107:1 8108:1 8112:1 8124:27 8133:1 8148:2 8150:3 8158:1 8162:1 8214:1 8240:1 8263:1 8265:1 8279:1 8320:1 8334:2 8337:1 8345:1 8354:1 8372:1 8391:1 8400:1 8410:1 8493:1 8499:2 8545:1 8552:1 8562:1 8581:1 8585:1 8643:2 8645:2 8652:1 8653:1 8665:9 8690:1 8768:1 8792:1 8793:1 8795:1 8816:1 8822:1 8870:1 8878:1 8912:1 8916:2 8918:1 8925:1 8927:1 8934:1 8944:1 8956:1 8970:2 8982:1 8999:1 9007:1 9026:1 9056:1 9059:1 9061:1 9067:2 9069:2 9070:1 9074:1 9075:1 9085:1 9120:1 9135:1 9156:2 9176:1 9177:1 9178:1 9200:1 9205:2 9218:1 9242:1 9246:1 9262:1 9277:1 9291:2 9317:1 9320:1 9368:1 9385:2 9387:1 9389:1 9394:1 9395:2 9398:1 9404:2 9418:1 9424:1 9425:1 9427:1 9442:2 9451:1 9459:2 9483:2 9498:1 9515:2 9526:1 9531:1 9534:1 9545:1 9558:1 9571:1 9581:1 9601:1 9624:4 9627:1 9654:1 9682:1 9684:1 9690:1 9707:1 9725:1 9733:1 9762:1 9770:1 9773:1 9807:2 9828:1 9837:2 9843:1 9857:1 9862:1 9865:1 9866:1 9875:1 9884:1 9900:1 9903:2 9969:1 9985:1 9989:1 9992:1 9995:1 10011:1 10027:1 10028:1 10036:1 10048:1 10049:2 10082:1 10083:1 10160:2 10162:2 10164:1 10172:1 10178:1 10179:1 10182:1 10197:1 10219:1 10226:1 10242:2 10245:3 10264:1 10287:2 10288:1 10290:1 10308:1 10329:1 10360:1 10410:1 10438:3 10441:1 10443:2 10453:1 10454:3 10471:1 10484:1 10494:1 10514:1 10519:4 10535:1 10553:1 10558:1 10600:1 10612:1 10617:2 10627:2 10630:4 10638:1 10651:1 10653:1 10663:1 10687:1 10711:1 10740:1 10768:1 10780:1 10784:3 10793:1 10800:1 10804:1 10808:1 10827:1 10850:4 10862:1 10865:1 10911:1 10914:1 10915:1 10934:1 10959:1 10961:1 10963:1 10974:1 10979:1 10988:2 11010:3 11038:1 11067:1 11089:1 11090:1 11134:1 11152:1 11192:1 11206:1 11214:3 11219:1 11225:9 11265:1 11275:1 11287:1 11301:2 11317:1 11355:1 11357:1 11414:1 11458:4 11461:5 11482:1 11495:1 11509:1 11541:1 11556:1 11564:1 11565:1 11576:2 11584:1 11588:1 11593:1 11597:2 11604:1 11628:1 11634:2 11639:1 11641:1 11644:2 11660:1 11763:1 11815:1 11820:4 11825:2 11827:1 11844:1 11849:2 11854:1 11865:1 11894:1 11898:1 11927:1 11931:1 11956:1 11977:2 11979:1 11984:1 12000:1 12014:2 12027:1 12036:1 12086:1 12101:1 12102:1 12107:1 12123:1 12147:7 12171:1 12174:2 12176:1 12196:1 12200:1 12208:2 12211:1 12212:1 12217:1 12220:1 12225:1 12254:2 12261:1 12262:1 12270:6 12280:4 12286:1 12287:4 12307:1 12325:1 12339:1 12431:1 12440:2 12466:1 12473:4 12504:1 12528:1 12550:1 12562:1 12575:1 12589:1 12617:1 12629:1 12630:3 12639:1 12645:1 12669:1 12671:1 12702:1 12713:2 12715:1 12735:3 12826:1 12831:1 12836:1 12843:1 12851:2 12906:1 12925:1 12940:1 12978:1 12992:1 12998:1 13015:1 13021:2 13023:1 13031:1 13098:3 13102:1 13112:1 13155:1 13167:1 13172:1 13190:2 13249:1 13269:1 13273:1 13285:1 13291:1 13302:1 13304:2 13318:1 13323:1 13364:1 13375:1 13387:1 13390:1 13412:1 13467:1 13470:1 13542:1 13586:1 13600:1 13605:1 13639:1 13642:1 13649:2 13650:1 13651:1 13683:4 13720:1 13733:1 13739:1 13751:4 13755:1 13759:3 13773:1 13774:3 13785:1 13789:1 13803:1 13820:1 13831:2 13840:1 13841:5 13889:1 13898:1 13912:1 13916:2 13918:1 13919:1 13928:1 13934:1 13942:1 13953:1 14003:1 14033:1 14037:1 14042:1 14061:1 14079:1 14085:1 14140:2 14150:1 14158:1 14161:2 14179:1 14185:2 14223:1 14227:1 14229:3 14230:1 14241:1 14246:1 14247:1 14256:1 14268:1 14295:2 14296:1 14340:1 14348:1 14362:1 14365:1 14384:1 14386:1 14396:2 14397:1 14400:1 14420:1 14438:1 14440:1 14442:1 14454:2 14481:1 14510:1 14513:1 14531:1 14533:2 14536:1 14548:1 14576:1 14581:1 14593:1 14595:1 14596:1 14599:1 14608:2 14616:1 14630:1 14657:2 14684:2 14695:1 14716:1 14735:2 14772:1 14784:2 14789:1 14795:1 14805:1 14807:1 14845:1 14860:1 14878:2 14890:1 14911:1 14916:1 14917:1 14921:1 14923:5 14925:1 14927:2 14942:2 14943:1 14950:4 14951:1 14959:2 14981:1 15000:1 15042:1 15043:1 15063:2 15082:1 15105:1 15120:1 15121:1 15168:1 15189:1 15217:1 15233:1 15241:1 15300:2 15304:1 15314:1 15315:2 15331:1 15358:1 15374:2 15377:4 15383:2 15394:1 15400:1 15401:1 15422:2 15423:1 15432:1 15448:1 15480:1 15488:1 15494:1 15509:1 15514:1 15582:1 15597:1 15598:1 15605:1 15606:4 15608:1 15617:1 15628:1 15636:5 15642:1 15643:1 15645:2 15666:1 15672:1 15680:1 15686:1 15729:1 15751:1 15779:1 15820:1 15827:1 15851:1 15869:2 15884:1 15885:1 15937:2 15947:1 15969:1 15972:1 15983:1 16018:2 16051:1 16108:1 16127:1 16149:1 16154:1 16155:1 16163:1 16201:1 16207:4 16248:1 16258:1 16266:1 16336:2 16348:1 16360:1 16362:4 16364:1 16368:1 16396:2 16398:1 16399:1 16402:1 16404:1 16414:1 16418:3 16422:2 16431:1 16442:1 16469:1 16474:1 16525:1 16530:2 16531:1 16550:1 16561:3 16571:1 16595:1 16602:1 16603:1 16619:4 16626:1 16665:1 16668:1 16687:1 16704:4 16707:1 16712:1 16718:1 16727:1 16731:1 16746:1 16761:1 16766:1 16792:2 16798:1 16807:1 16811:1 16822:1 16823:1 16826:1 16836:1 16857:1 16911:1 16915:1 16947:1 16958:2 16973:1 16975:1 16978:1 16980:1 16986:1 16987:1 16988:1 16989:1 17006:1 17024:1 17064:1 17070:1 17071:2 17073:1 17079:1 17081:2 17088:1 17119:3 17124:1 17129:1 17134:1 17147:1 17169:1 17177:1 17179:1 17190:1 17216:1 17256:2 17284:1 17297:1 17317:1 17331:1 17332:1 17344:3 17385:1 17393:1 17420:2 17430:1 17443:1 17455:6 17461:1 17464:1 17465:1 17502:1 17504:1 17506:1 17507:1 17508:1 17516:1 17594:1 17620:1 17630:1 17631:1 17632:3 17685:1 17718:1 17758:1 17761:1 17765:1 17774:1 17793:1 17809:1 17811:1 17816:1 17853:1 17906:1 17931:1 17946:1 17970:1 17985:1 17988:2 18018:2 18044:1 18055:1 18072:1 18078:1 18080:1 18128:1 18152:1 18154:1 18198:1 18208:1 18249:1 18256:1 18260:1 18270:3 18277:1 18280:1 18318:1 18368:1 18388:1 18389:1 18404:1 18412:1 18415:1 18425:1 18432:1 18447:1 18455:1 18473:1 18493:1 18537:2 18555:1 18567:1 18584:1 18602:1 18604:1 18612:1 18625:1 18655:1 18662:4 18677:1 18680:1 18686:1 18699:2 18703:1 18713:1 18717:1 18724:1 18727:1 18745:3 18746:2 18748:1 18752:1 18842:4 18859:1 18865:1 18883:1 18893:1 18916:1 18934:1 18962:1 18984:1 19005:1 19052:1 19070:1 19118:1 19122:1 19167:1 19180:1 19191:1 19198:1 19207:1 19232:1 19243:1 19254:1 19260:1 19262:1 19278:1 19281:1 19307:1 19311:1 19312:1 19337:1 19342:1 19344:1 19420:2 19421:1 19458:1 19462:1 19486:1692 19488:1 19490:1 19494:3 19496:1 19500:1 19507:1 19511:2 19512:1 19546:1 19547:1 19587:1 19596:1 19607:1 19616:1 19621:1 19625:1 19643:1 19672:5 19684:1 19685:1 19688:1 19695:1 19721:1 19723:1 19725:2 19784:4 19834:1 19876:3 19887:1 19946:1 19955:1 19979:1 19987:2 19997:1 20015:1 20032:1 20065:1 20073:1 20080:1 20110:1 20120:1 20141:1 20148:2 20168:1 20188:1 20210:1 20216:1 20234:1 20267:1 20295:1 20301:1 20312:2 20314:2 20321:1 20346:3 20358:1 20376:1 20393:3 20402:1 20421:2 20435:1 20458:1 20464:2 20488:1 20491:2 20501:1 20504:1 20513:1 20514:1 20532:5 20534:1 20561:1 20595:2 20647:1 20679:1 20684:2 20694:2 20698:1 20700:1 20701:1 20711:1 20713:2 20745:1 20756:1 20768:1 20775:1 20777:1 20787:1 20816:2 20819:1 20832:1 20864:1 20867:1 20869:2 20886:1 20924:1 20925:1 20928:1 20936:1 20948:1 20980:4 20981:1 20987:1 21009:1 21038:1 21046:3 21052:1 21053:1 21070:2 21073:2 21098:3 21128:2 21130:1 21138:1 21149:1 21153:3 21184:2 21185:1 21186:1 21189:1 21193:1 21209:1 21211:1 21217:1 21220:1 21230:2 21239:2 21242:2 21245:1 21269:1 21278:1 21283:1 21295:1 21305:1 21316:1 21320:1 21325:2 21333:1 21355:1 21400:2 21471:1 21474:1 21482:2 21491:1 21537:1 21567:1 21602:1 21619:2 21630:1 21646:3 21665:1 21672:1 21693:1 21715:1 21747:1 21750:1 21753:1 21759:1 21761:1 21762:1 21774:1 21777:1 21791:1 21792:3 21810:3 21823:1 21826:1 21833:1 21846:1 21853:1 21920:1 21924:1 21926:2 21930:1 21978:1 22004:1 22024:1 22031:1 22067:1 22074:1 22088:1 22090:1 22095:1 22099:1 22145:1 22169:1 22171:1 22187:2 22192:1 22208:1 22214:1 22317:1 22344:1 22345:1 22373:1 22375:1 22378:3 22381:2 22395:1 22397:1 22437:1 22477:1 22486:1 22490:3 22492:1 22503:2 22504:2 22511:1 22547:1 22566:1 22569:1 22591:1 22610:1 22618:1 22626:1 22631:1 22633:1 22635:1 22638:1 22645:1 22653:2 22655:1 22663:1 22672:1 22673:1 22724:1 22741:1 22745:5 22746:1 22753:1 22765:1 22776:1 22791:3 22795:1 22802:1 22812:1 22813:1 22831:1 22843:1 22869:1 22899:2 22911:4 22918:1 22921:1 22942:1 22968:1 22980:1 22993:2 22995:2 23022:1 23033:3 23047:1 23049:1 23062:1 23064:1 23074:1 23082:1 23090:1 23114:1 23119:1 23157:1 23170:1 23188:1 23222:1 23251:2 23292:1 23298:1 23303:1 23316:4 23318:1 23354:1 23360:1 23382:1 23383:1 23384:2 23385:1 23398:1 23425:1 23444:1 23447:3 23496:1 23499:1 23500:1 23512:1 23515:2 23516:5 23535:2 23539:1 23559:3 23564:3 23569:1 23573:1 23577:1 23581:1 23590:1 23598:1 23620:1 23624:1 23629:1 23631:1 23638:1 23639:3 23642:1 23644:1 23649:1 23650:2 23667:1 23668:3 23676:2 23703:1 23724:1 23731:1 23738:1 23760:1 23765:1 23769:3 23789:1 23791:3 23796:2 23807:1 23830:1 23836:1 23841:1 23843:1 23873:1 23898:1 23957:5 23979:1 23990:1 23999:1 24008:1 24057:1 24059:1 24066:1 24101:1 24115:1 24147:1 24164:1 24178:1 24184:2 24210:1 24220:1 24238:1 24246:1 24265:1 24267:1 24280:1 24291:2 24333:2 24334:1 24352:1 24360:1 24365:1 24370:1 24374:5 24410:1 24425:1 24469:1 24476:1 24485:1 24504:1 24512:1 24528:1 24536:2 24542:2 24556:1 24558:1 24562:1 24607:1 24611:1 24623:1 24635:1 24644:1 24653:1 24661:1 24662:1 24664:1 24681:3 24686:1 24710:1 24748:1 24809:1 24834:1 24857:1 24909:1 24912:4 24928:1 24939:1 24961:1 24994:1 25007:1 25049:1 25056:1 25081:1 25115:1 25127:1 25140:1 25143:1 25154:1 25163:1 25169:1 25180:1 25197:2 25200:1 25259:1 25276:1 25349:1 25366:1 25375:2 25404:1 25407:1 25411:2 25428:1 25482:1 25496:1 25498:3 25521:2 25556:2 25575:2 25588:1 25600:1 25614:3 25623:1 25634:2 25642:1 25648:3 25652:1 25659:1 25663:1 25677:1 25683:1 25697:1 25742:1 25745:1 25749:2 25753:1 25755:1 25756:1 25760:1 25761:1 25765:2 25771:2 25772:1 25789:1 25790:1 25810:2 25822:1 25824:1 25851:1 25855:1 25856:1 25859:1 25878:1 25890:1 25891:1 25893:1 25904:1 25910:1 25931:1 25939:6 25945:2 25947:1 25959:1 25960:1 25965:1 26004:1 26035:1 26042:2 26058:1 26063:1 26067:1 26071:1 26108:1 26136:1 26137:1 26149:1 26161:1 26191:1 26244:1 26247:1 26250:1 26255:1 26259:1 26272:3 26278:2 26300:1 26307:1 26329:4 26331:10 26343:1 26363:6 26376:1 26379:1 26384:1 26386:2 26390:1 26395:1 26413:5 26416:1 26423:1 26424:1 26425:1 26451:1 26459:1 26481:1 26490:1 26496:1 26537:2 26538:1 26553:1 26558:1 26561:1 26567:1 26570:1 26585:1 26586:1 26599:2 26601:1 26617:1 26635:1 26649:1 26653:2 26682:1 26685:2 26699:1 26701:1 26741:1 26758:1 26800:2 26812:1 26872:2 26875:2 26879:2 26882:4 26891:3 26920:1 26952:1 26964:1 26967:1 26974:1 26994:1 27017:1 27042:2 27078:1 27095:1 27110:1 27121:2 27141:1 27152:3 27165:1 27168:1 27176:1 27207:1 27240:1 27273:1 27290:1 27321:1 27335:1 27367:1 27403:2 27406:2 27418:1 27483:1 27490:1 27503:1 27517:1 27538:1 27595:3 27601:3 27611:1 27651:1 27681:1 27699:1 27701:1 27714:1 27729:1 27730:1 27732:1 27750:3 27782:1 27785:4 27796:2 27817:1 27833:1 27853:1 27930:1 27946:1 27969:1 28000:1 28035:1 28059:1 28067:3 28068:1 28074:7 28086:1 28119:1 28150:1 28165:1 28175:1 28190:1 28204:1 28205:1 28208:1 28220:2 28232:1 28246:2 28254:1 28270:1 28275:1 28276:1 28283:2 28288:1 28316:1 28321:1 28329:1 28330:1 28332:1 28340:1 28341:1 28349:2 28351:1 28375:1 28383:2 28387:1 28390:2 28409:1 28411:1 28414:2 28416:1 28455:2 28456:1 28457:1 28458:2 28461:1 28478:1 28487:2 28506:1 28542:1 28594:1 28595:1 28601:5 28625:1 28642:1 28645:1 28673:4 28677:1 28682:1 28686:1 28688:1 28694:1 28701:2 28702:1 28713:1 28718:1 28720:1 28734:1 28743:1 28750:3 28751:2 28752:1 28754:1 28758:1 28759:1 28761:2 28770:1 28787:1 28790:1 28811:1 28817:2 28833:1 28855:1 28866:1 28867:1 28884:1 28901:1 28907:1 28986:1 29001:1 29027:1 29049:1 29052:2 29053:1 29089:1 29090:1 29093:1 29095:1 29100:1 29110:2 29117:2 29124:1 29128:1 29145:1 29148:1 29169:1 29207:1 29239:1 29248:3 29263:1 29269:1 29292:1 29306:1 29336:1 29345:1 29346:1 29370:1 29380:1 29396:1 29413:2 29423:2 29448:2 29458:1 29492:1 29494:1 29495:1 29508:1 29514:2 29548:1 29555:1 29566:11 29567:1 29570:1 29575:2 29592:2 29600:1 29609:2 29612:1 29616:1 29631:2 29633:1 29657:1 29673:1 29675:1 29686:2 29689:1 29716:2 29721:1 29731:1 29746:1 29748:2 29753:1 29761:4 29766:2 29773:1 29814:1 29842:1 29848:1 29856:1 29858:2 29867:1 29880:1 29887:2 29904:1 29925:1 29930:1 29939:1 29947:1 29948:1 29961:1 29972:4 30033:1 30034:1 30051:1 30054:1 30066:1 30097:2 30125:1 30131:1 30136:1 30147:1 30149:2 30164:1 30239:1 30247:1 30279:1 30302:1 30308:1 30328:1 30351:1 30354:1 30364:1 30451:1 30474:1 30516:1 30565:1 30608:1 30612:1 30617:2 30679:3 30719:1 30730:4 30735:1 30738:3 30742:1 30751:1 30752:1 30760:1 30770:2 30779:1 30791:1 30802:1 30816:1 30825:1 30832:2 30834:2 30844:1 30845:1 30846:1 30849:1 30850:1 30855:1 30857:6 30861:2 30863:1 30866:1 30869:1 30883:1 30900:1 30920:1 30925:2 30964:1 30965:1 30997:4 30998:1
3 37:1 44:1 50:1 84:2 90:2 104:1 117:1 149:1 176:1 196:1 203:1 216:1 254:1 255:1 275:1 276:2 287:1 311:1 333:1 339:1 374:1 375:1 376:1 396:1 397:1 424:1 446:1 447:1 467:3 468:1 471:3 472:2 475:2 485:3 490:1 556:1 580:1 585:1 625:1 637:1 657:3 677:1 683:4 686:1 704:1 705:1 710:2 720:2 722:1 733:1 750:1 794:1 812:1 826:1 847:1 866:1 889:1 891:1 901:1 934:2 958:3 965:1 972:2 981:3 982:1 986:3 989:1 996:1 1000:1 1004:1 1006:1 1045:1 1049:7 1092:1 1096:2 1115:1 1124:1 1130:2 1145:1 1150:1 1189:1 1194:2 1203:1 1215:1 1253:2 1275:1 1279:1 1295:1 1302:2 1304:2 1305:1 1309:1 1319:1 1321:1 1322:2 1336:1 1349:2 1368:1 1369:1 1382:1 1390:1 1397:1 1401:2 1413:1 1414:1 1429:1 1430:1 1433:1 1434:1 1445:1 1458:1 1483:2 1484:1 1518:1 1534:1 1538:1 1553:1 1560:1 1563:1 1566:3 1585:2 1593:3 1610:1 1622:1 1626:1 1641:2 1644:1 1679:1 1681:1 1685:1 1693:1 1704:1 1707:3 1734:2 1769:1 1775:1 1801:2 1802:1 1812:1 1813:1 1816:1 1833:1 1836:1 1844:1 1861:3 1864:1 1883:2 1911:1 1923:1 1942:1 1947:1 1986:1 1991:1 1993:1 1995:1 2001:1 2006:1 2007:3 2009:3 2025:2 2045:1 2050:1 2071:1 2103:1 2126:2 2143:1 2146:1 2148:1 2173:1 2177:1 2192:1 2204:1 2207:1 2212:1 2213:1 2227:1 2239:2 2247:1 2271:1 2285:1 2301:1 2323:2 2325:1 2341:1 2352:1 2361:1 2385:1 2400:1 2401:1 2411:2 2412:1 2413:1 2414:1 2416:2 2418:3 2420:3 2423:7 2424:2 2426:1 2429:1 2431:1 2439:2 2440:1 2445:2 2453:2 2458:1 2487:1 2503:1 2521:2 2532:1 2554:2 2576:1 2590:1 2592:1 2616:1 2622:2 2660:1 2663:1 2664:1 2701:1 2705:2 2724:1 2748:1 2779:2 2788:1 2798:1 2807:1 2822:1 2827:2 2851:1 2853:2 2854:1 2877:1 2902:1 2920:1 2936:1 2945:1 2955:1 2959:1 2972:1 2974:1 3002:2 3004:1 3006:1 3009:1 3017:1 3036:1 3038:1 3047:1 3078:1 3086:4 3102:1 3108:1 3114:1 3124:1 3148:1 3152:1 3153:6 3164:4 3168:1 3173:1 3199:1 3281:1 3353:1 3408:1 3426:4 3434:5 3443:1 3475:1 3523:1 3532:1 3541:1 3557:1 3582:1 3605:1 3619:1 3665:1 3694:1 3699:1 3709:1 3752:1 3753:1 3758:1 3782:1 3784:1 3786:1 3800:1 3849:2 3851:1 3854:1 3865:3 3870:3 3880:2 3884:1 3886:2 3891:3 3919:2 3923:1 3930:1 3932:1 3955:1 3962:1 3965:3 3982:3 3992:1 4042:1 4043:2 4056:1 4069:1 4088:1 4091:2 4103:3 4118:1 4153:1 4155:1 4195:1 4199:1 4206:1 4212:3 4220:1 4245:1 4249:1 4255:2 4276:1 4281:1 4290:1 4296:1 4339:2 4359:1 4367:1 4388:2 4390:2 4397:2 4404:1 4410:2 4414:1 4421:1 4445:1 4449:1 4462:1 4465:1 4508:1 4510:2 4521:1 4539:2 4544:1 4569:1 4590:1 4605:1 4621:1 4624:1 4637:1 4652:5 4689:1 4697:2 4710:1 4721:2 4746:1 4750:1 4773:1 4775:1 4778:1 4780:1 4792:1 4806:2 4808:1 4811:1 4816:1 4846:1 4848:1 4866:5 4885:1 4893:1 4900:1 4901:1 4906:7 4948:3 4992:2 4998:1 5003:1 5027:1 5091:1 5098:6 5100:2 5127:1 5138:1 5153:1 5157:1 5162:1 5169:1 5171:1 5222:1 5225:1 5241:2 5243:2 5249:1 5252:1 5271:2 5275:1 5335:1 5349:1 5378:2 5379:1 5389:1 5404:1 5413:1 5414:1 5415:1 5432:1 5483:2 5510:1 5541:2 5553:1 5560:1 5586:4 5589:1 5626:1 5659:1 5664:1 5670:1 5671:2 5704:1 5705:1 5716:1 5759:1 5760:1 5768:3 5800:1 5801:2 5885:1 5887:1 5941:1 5972:3 5974:1 5977:1 6007:2 6013:1 6024:1 6046:3 6079:1 6118:1 6161:1 6177:1 6182:2 6184:1 6189:1 6207:1 6222:2 6229:1 6237:2 6305:1 6306:1 6313:1 6318:1 6319:1 6341:1 6344:1 6346:1 6349:2 6370:1 6377:1 6378:1 6383:1 6388:1 6390:2 6397:1 6402:2 6426:1 6438:1 6457:1 6462:1 6469:4 6495:1 6509:1 6512:1 6513:1 6551:2 6554:1 6565:2 6583:1 6592:1 6625:1 6627:1 6636:2 6644:1 6657:2 6677:2 6680:1 6686:1 6687:5 6689:2 6695:4 6698:2 6700:2 6703:6 6705:1 6708:1 6731:1 6765:2 6829:1 6840:3 6843:1 6851:1 6859:9 6875:1 6919:1 6920:1 6956:1 6969:1 6980:2 6983:1 7041:1 7081:1 7099:1 7110:1 7114:1 7123:1 7128:2 7130:1 7148:2 7176:2 7177:1 7181:1 7185:1 7204:3 7232:1 7249:1 7257:1 7285:2 7294:1 7303:1 7310:1 7336:1 7339:1 7349:1 7352:1 7361:1 7368:1 7378:1 7379:1 7387:1 7390:1 7400:1 7411:1 7419:2 7427:1 7438:1 7456:1 7473:1 7523:1 7527:1 7533:1 7539:4 7563:1 7597:1 7609:1 7621:1 7654:1 7660:1 7687:1 7702:1 7725:1 7816:1 7821:1 7833:1 7854:1 7865:1 7873:1 7876:1 7885:2 7901:1 7904:1 7912:1 7929:2 7941:1 7970:3 8057:6 8058:2 8066:1 8078:2 8079:1 8080:1 8102:1 8107:1 8108:1 8112:1 8124:29 8133:1 8148:2 8150:3 8158:1 8162:1 8214:1 8240:1 8263:1 8265:2 8279:1 8320:1 8334:2 8337:1 8345:1 8354:1 8372:1 8391:1 8400:1 8410:1 8493:1 8499:2 8527:1 8545:1 8552:1 8562:1 8581:1 8585:1 8643:2 8645:2 8652:1 8653:1 8665:9 8690:1 8768:1 8792:1 8793:1 8795:1 8816:1 8822:1 8870:1 8878:1 8912:1 8916:2 8918:1 8925:1 8927:1 8934:1 8944:1 8956:1 8958:1 8970:2 8982:1 8999:1 9007:1 9026:1 9034:1 9056:1 9059:1 9061:1 9067:2 9069:2 9070:1 9074:1 9075:1 9085:1 9120:1 9135:1 9151:1 9156:2 9176:1 9177:1 9178:1 9200:1 9205:2 9218:1 9242:1 9246:1 9262:1 9277:1 9291:2 9317:1 9320:1 9368:1 9385:2 9387:1 9389:1 9394:1 9395:2 9398:1 9404:2 9418:1 9424:1 9425:1 9427:1 9439:1 9442:2 9451:1 9459:2 9483:2 9498:1 9515:2 9526:1 9531:1 9534:1 9545:1 9558:1 9571:1 9581:1 9601:1 9624:4 9627:1 9654:1 9682:1 9684:1 9690:1 9694:1 9707:1 9725:1 9733:1 9762:1 9770:1 9773:1 9807:2 9828:1 9837:2 9843:1 9857:1 9862:1 9865:1 9866:1 9875:1 9884:1 9900:1 9903:2 9969:1 9985:1 9989:1 9992:1 9995:1 9996:1 10011:1 10025:1 10027:1 10028:1 10036:1 10048:1 10049:2 10067:1 10082:1 10083:2 10160:2 10162:2 10164:1 10172:1 10178:1 10179:1 10182:1 10197:1 10219:1 10226:1 10242:2 10245:3 10264:1 10287:2 10288:1 10290:1 10308:1 10329:1 10360:1 10410:1 10438:3 10441:1 10443:2 10444:1 10453:1 10454:3 10471:1 10484:1 10494:1 10514:1 10519:4 10535:1 10553:1 10558:1 10600:1 10612:1 10617:2 10627:2 10630:4 10638:2 10651:1 10653:1 10663:1 10687:1 10711:1 10740:1 10768:1 10780:1 10784:3 10793:1 10800:1 10804:1 10808:1 10827:1 10850:4 10862:1 10865:1 10911:1 10914:1 10915:1 10934:1 10959:1 10961:1 10963:1 10974:1 10979:1 10988:2 11010:3 11038:2 11067:1 11089:1 11090:1 11134:1 11152:1 11192:1 11206:1 11214:3 11219:1 11225:9 11265:1 11275:1 11287:1 11301:2 11317:1 11355:1 11357:1 11414:1 11458:4 11461:5 11482:1 11495:2 11509:1 11541:1 11556:1 11564:1 11565:1 11576:2 11584:1 11588:1 11593:1 11597:2 11604:2 11628:1 11634:2 11639:1 11641:1 11644:2 11660:1 11763:1 11815:1 11820:4 11825:2 11827:1 11844:1 11849:2 11854:1 11865:1 11894:1 11898:1 11927:1 11931:1 11938:1 11956:1 11977:2 11979:1 11984:1 12000:1 12014:2 12027:1 12033:1 12036:1 12050:1 12086:1 12101:1 12102:1 12107:1 12123:2 12147:7 12171:1 12174:2 12176:1 12196:1 12200:1 12208:2 12211:1 12212:1 12217:1 12220:1 12225:2 12254:2 12261:1 12262:1 12270:6 12280:4 12286:1 12287:4 12307:1 12325:1 12339:1 12431:1 12440:2 12456:1 12466:1 12473:4 12504:2 12528:1 12550:1 12562:1 12575:1 12589:1 12617:1 12629:1 12630:3 12639:1 12645:1 12669:1 12671:1 12702:1 12713:2 12715:1 12735:3 12826:1 12831:1 12836:1 12843:1 12851:2 12906:1 12925:1 12940:1 12978:1 12986:1 12992:1 12998:1 13015:1 13021:2 13023:1 13031:1 13098:3 13102:1 13112:1 13155:1 13167:1 13172:1 13190:2 13249:1 13269:1 13273:1 13285:1 13291:1 13302:1 13304:2 13318:1 13323:1 13364:1 13375:1 13387:1 13390:1 13412:1 13467:1 13470:1 13542:1 13586:1 13600:1 13605:1 13639:1 13642:1 13649:2 13650:1 13651:1 13683:4 13720:1 13733:1 13739:1 13751:4 13755:2 13759:3 13773:1 13774:3 13785:1 13789:1 13803:1 13820:1 13831:2 13840:1 13841:5 13889:1 13892:1 13898:1 13912:1 13916:2 13918:1 13919:1 13928:1 13934:1 13942:1 13953:1 13991:1 14003:1 14033:1 14037:1 14042:1 14061:1 14079:1 14085:1 14140:2 14150:1 14158:1 14161:2 14179:1 14185:2 14223:1 14227:1 14229:3 14230:1 14241:1 14246:1 14247:1 14256:1 14268:1 14295:2 14296:1 14340:1 14348:1 14362:1 14365:1 14384:1 14386:1 14396:2 14397:1 14400:1 14420:1 14438:1 14440:1 14442:1 14454:2 14481:1 14510:1 14513:1 14531:1 14533:2 14536:1 14548:1 14576:1 14581:1 14593:1 14595:1 14596:1 14599:1 14608:2 14616:1 14630:1 14657:2 14684:2 14695:1 14716:1 14735:2 14772:1 14780:1 14784:2 14789:1 14795:1 14805:1 14807:1 14809:1 14845:1 14860:1 14878:2 14890:1 14911:1 14916:1 14917:1 14921:1 14923:5 14925:1 14927:2 14942:2 14943:1 14950:4 14951:2 14959:2 14981:1 15000:1 15042:1 15043:1 15063:2 15082:1 15105:1 15120:1 15121:1 15155:1 15168:1 15189:1 15217:1 15233:1 15241:1 15300:2 15304:1 15314:1 15315:4 15331:1 15358:1 15374:2 15377:4 15383:2 15388:1 15394:1 15400:1 15401:1 15422:2 15423:1 15432:1 15448:1 15480:1 15488:1 15494:1 15509:1 15514:1 15582:1 15597:1 15598:1 15605:1 15606:4 15608:1 15617:1 15628:1 15636:5 15642:1 15643:1 15645:2 15666:1 15672:1 15680:1 15686:1 15690:1 15729:1 15751:1 15779:1 15820:1 15827:1 15851:1 15869:2 15884:1 15885:1 15937:2 15947:1 15969:1 15972:1 15983:1 16018:2 16051:1 16108:1 16127:1 16149:1 16154:1 16155:1 16163:1 16201:1 16207:4 16248:1 16258:1 16266:1 16336:2 16348:1 16360:1 16362:4 16364:1 16368:1 16384:1 16385:1 16396:2 16398:1 16399:1 16402:1 16404:1 16414:1 16418:3 16422:2 16431:1 16441:2 16442:1 16469:1 16474:1 16525:1 16530:2 16531:1 16550:1 16561:3 16571:1 16595:1 16602:1 16603:1 16616:1 16619:4 16626:1 16665:1 16668:1 16687:1 16704:4 16707:1 16712:1 16718:1 16727:1 16731:1 16746:1 16750:1 16761:1 16766:1 16792:2 16798:1 16807:1 16811:1 16822:1 16823:1 16826:1 16836:1 16857:1 16911:1 16915:1 16947:2 16958:2 16973:1 16975:1 16978:1 16980:1 16986:1 16987:1 16988:1 16989:1 16998:1 17006:1 17024:1 17064:1 17070:1 17071:2 17073:1 17079:1 17081:2 17088:1 17119:3 17124:1 17129:1 17134:1 17147:1 17169:1 17177:1 17179:1 17190:1 17216:1 17256:3 17284:1 17297:1 17317:1 17331:1 17332:1 17336:1 17344:3 17385:1 17393:1 17420:2 17430:1 17443:1 17455:6 17461:1 17464:1 17465:1 17502:1 17504:1 17506:1 17507:1 17508:1 17516:1 17594:1 17620:1 17630:1 17631:1 17632:3 17685:1 17718:1 17758:1 17761:1 17765:1 17774:1 17793:1 17809:1 17811:1 17816:1 17853:1 17906:1 17931:1 17946:1 17970:2 17985:1 17988:2 18018:2 18044:2 18055:1 18072:1 18078:1 18080:1 18128:1 18152:1 18154:1 18198:1 18208:1 18249:1 18256:1 18260:1 18270:3 18277:1 18280:1 18318:1 18364:1 18368:1 18388:1 18389:1 18404:1 18406:1 18412:1 18415:1 18425:1 18432:1 18447:1 18455:1 18473:1 18493:1 18537:2 18555:1 18567:1 18584:1 18602:1 18604:1 18612:1 18625:1 18655:1 18662:4 18677:1 18680:1 18686:1 18699:2 18703:1 18713:1 18717:1 18724:1 18727:1 18745:3 18746:2 18748:1 18752:1 18842:4 18859:1 18865:1 18883:1 18893:1 18916:1 18934:1 18951:2 18962:1 18984:1 19005:1 19017:1 19052:2 19070:1 19118:1 19122:1 19167:1 19180:1 19191:1 19198:1 19207:1 19232:1 19243:1 19254:1 19260:1 19262:1 19278:1 19281:1 19300:1 19307:1 19311:1 19312:1 19337:1 19342:1 19344:1 19420:2 19421:1 19458:1 19462:1 19486:1775 19488:1 19490:1 19494:3 19496:1 19500:1 19507:1 19511:2 19512:1 19546:1 19547:1 19587:1 19596:1 19607:1 19616:1 19621:1 19625:1 19643:1 19672:5 19684:1 19685:1 19688:1 19691:1 19695:1 19721:1 19723:1 19725:2 19784:4 19834:1 19876:3 19887:1 19946:1 19955:1 19979:1 19987:2 19997:1 20015:1 20032:1 20065:1 20073:1 20080:1 20110:1 20120:1 20141:1 20148:2 20168:1 20188:1 20210:1 20216:1 20234:1 20267:1 20295:1 20301:1 20312:2 20314:2 20321:1 20346:3 20358:1 20376:1 20393:3 20402:1 20410:1 20421:2 20435:1 20458:1 20464:2 20488:1 20491:2 20501:1 20504:1 20513:1 20514:1 20532:5 20534:1 20561:1 20595:2 20647:1 20679:1 20684:2 20694:2 20698:1 20700:1 20701:1 20711:1 20713:2 20745:1 20756:1 20768:1 20775:1 20777:1 20787:1 20816:2 20819:1 20832:1 20864:1 20867:1 20869:2 20886:1 20924:1 20925:1 20928:1 20936:1 20948:1 20980:4 20981:1 20987:1 21009:1 21038:1 21039:1 21046:3 21052:1 21053:1 21070:2 21073:2 21098:3 21128:2 21130:1 21138:1 21149:1 21153:3 21166:1 21184:2 21185:1 21186:1 21189:1 21193:1 21209:2 21211:1 21217:1 21220:1 21230:2 21239:2 21242:2 21245:1 21269:1 21278:1 21283:1 21295:1 21305:1 21316:1 21320:1 21325:2 21333:1 21355:1 21383:1 21400:2 21471:1 21474:1 21482:2 21491:1 21537:1 21567:1 21602:1 21619:2 21630:1 21646:3 21665:1 21672:1 21693:1 21715:1 21736:1 21747:1 21750:1 21753:1 21759:1 21761:1 21762:1 21774:1 21777:1 21791:1 21792:3 21810:3 21823:1 21826:1 21833:1 21846:1 21853:1 21920:1 21924:1 21926:2 21930:1 21978:1 22004:1 22024:1 22031:1 22067:1 22069:1 22074:1 22076:1 22088:1 22090:1 22095:1 22099:1 22145:1 22169:1 22171:1 22187:2 22192:1 22208:1 22214:1 22317:1 22344:1 22345:1 22355:1 22373:1 22375:1 22378:3 22381:2 22395:1 22397:1 22437:1 22477:1 22486:1 22490:3 22492:1 22503:2 22504:2 22511:1 22547:1 22566:1 22569:1 22591:1 22610:1 22618:1 22626:1 22631:1 22633:1 22635:1 22638:1 22645:1 22653:2 22655:1 22663:1 22672:1 22673:1 22724:1 22741:1 22745:5 22746:1 22753:1 22765:1 22776:1 22785:1 22791:3 22795:1 22802:1 22812:1 22813:1 22831:1 22843:1 22869:1 22899:2 22911:4 22913:1 22918:1 22921:1 22942:1 22968:1 22980:1 22993:2 22995:2 23022:1 23033:3 23047:1 23049:1 23062:1 23064:1 23074:1 23082:1 23090:1 23111:1 23114:1 23119:1 23157:1 23170:1 23188:1 23222:1 23251:2 23292:1 23298:1 23303:1 23316:4 23318:1 23354:1 23360:1 23382:1 23383:1 23384:2 23385:2 23398:1 23425:1 23444:1 23447:3 23496:1 23499:1 23500:1 23512:1 23515:2 23516:5 23535:2 23539:1 23559:3 23564:4 23569:1 23573:1 23577:1 23581:1 23590:1 23598:1 23620:1 23623:1 23624:1 23629:1 23631:1 23638:1 23639:3 23642:1 23644:1 23649:1 23650:2 23667:1 23668:3 23676:2 23703:1 23724:1 23731:1 23738:1 23760:1 23765:1 23769:3 23789:1 23791:3 23796:2 23807:1 23830:1 23836:1 23841:1 23843:1 23873:1 23898:1 23957:5 23979:1 23990:1 23999:1 24008:1 24057:1 24059:1 24066:1 24067:1 24101:1 24115:1 24147:1 24164:1 24178:1 24184:2 24210:1 24220:1 24238:1 24246:1 24265:1 24267:1 24280:1 24291:2 24333:2 24334:1 24352:1 24354:1 24360:1 24365:1 24370:1 24374:5 24410:1 24425:1 24469:1 24476:1 24485:1 24504:1 24512:1 24528:1 24536:2 24542:2 24556:1 24558:1 24562:1 24607:1 24611:1 24623:1 24635:1 24644:1 24653:1 24661:1 24662:1 24664:1 24681:3 24686:1 24710:1 24748:1 24809:1 24834:1 24857:1 24909:1 24912:4 24928:1 24939:1 24961:1 24994:1 24998:1 25007:1 25049:1 25056:1 25081:1 25115:1 25127:1 25140:1 25143:1 25154:1 25163:1 25169:1 25180:1 25197:2 25200:1 25259:1 25276:1 25349:1 25366:1 25375:2 25404:1 25407:1 25411:2 25428:1 25482:1 25496:1 25498:3 25521:2 25556:2 25569:1 25575:2 25588:1 25600:1 25614:3 25623:1 25634:2 25642:1 25648:3 25652:1 25659:1 25663:1 25677:1 25683:1 25697:1 25742:1 25745:1 25749:2 25753:1 25755:1 25756:1 25760:1 25761:1 25765:2 25771:2 25772:1 25789:1 25790:1 25791:1 25810:2 25822:1 25824:1 25851:1 25855:1 25856:1 25859:1 25871:1 25878:1 25890:1 25891:1 25893:1 25904:1 25910:1 25931:1 25939:6 25945:2 25947:1 25959:1 25960:1 25965:1 26004:1 26035:1 26042:2 26058:1 26063:1 26067:1 26071:1 26108:1 26136:1 26137:1 26144:1 26149:1 26161:1 26191:1 26244:1 26247:1 26250:1 26255:1 26259:1 26272:3 26278:2 26300:1 26302:1 26307:1 26329:4 26331:10 26343:1 26363:6 26376:1 26379:1 26384:1 26386:2 26390:1 26395:1 26413:5 26416:1 26423:1 26424:1 26425:1 26451:1 26459:1 26481:1 26490:1 26496:1 26537:2 26538:1 26553:1 26558:1 26561:1 26567:1 26570:1 26585:1 26586:1 26599:2 26601:1 26617:1 26635:1 26649:1 26653:2 26682:1 26685:2 26699:1 26701:1 26730:1 26741:1 26758:1 26800:2 26812:1 26872:2 26875:2 26879:2 26882:4 26891:3 26920:1 26952:1 26964:1 26967:1 26974:1 26994:1 27017:1 27042:3 27078:1 27095:1 27110:1 27121:2 27141:1 27152:3 27165:1 27168:1 27176:1 27199:1 27207:1 27240:1 27258:1 27273:1 27290:1 27321:1 27335:1 27367:1 27403:2 27406:2 27418:1 27483:1 27490:1 27503:1 27517:1 27538:1 27595:3 27601:3 27602:1 27611:1 27651:1 27681:1 27699:1 27701:1 27714:1 27729:1 27730:1 27732:1 27750:3 27782:1 27785:4 27796:2 27817:1 27833:1 27853:1 27930:1 27946:1 27969:1 28000:1 28035:1 28052:1 28059:1 28067:3 28068:1 28074:9 28086:1 28119:1 28150:1 28165:1 28175:1 28190:1 28204:1 28205:1 28208:2 28220:2 28232:1 28246:2 28254:1 28270:1 28275:1 28276:1 28283:2 28288:1 28316:1 28321:1 28329:1 28330:1 28332:1 28340:1 28341:1 28349:4 28351:1 28375:1 28383:2 28387:1 28390:2 28409:1 28411:1 28414:2 28416:1 28455:2 28456:1 28457:1 28458:2 28461:1 28478:1 28487:2 28506:1 28542:1 28594:1 28595:1 28601:5 28625:1 28642:1 28645:1 28673:4 28677:1 28682:1 28686:1 28688:1 28694:1 28701:2 28702:1 28713:1 28718:1 28720:1 28734:1 28743:1 28750:3 28751:2 28752:1 28754:1 28758:1 28759:1 28761:2 28770:1 28787:1 28790:1 28811:1 28817:2 28833:1 28855:1 28866:2 28867:1 28884:1 28901:1 28907:1 28986:1 29001:1 29027:1 29049:1 29052:2 29053:1 29089:1 29090:1 29093:1 29095:1 29100:1 29110:2 29117:2 29124:1 29128:1 29145:1 29148:1 29169:1 29207:1 29239:1 29248:3 29263:1 29269:1 29292:1 29306:1 29336:1 29345:1 29346:1 29370:1 29380:1 29396:1 29413:2 29423:2 29448:2 29458:1 29492:1 29494:1 29495:1 29508:1 29514:2 29529:1 29536:1 29548:1 29555:1 29566:11 29567:1 29570:1 29575:2 29592:2 29600:1 29609:2 29612:1 29616:1 29631:2 29633:1 29657:1 29673:1 29675:1 29686:2 29689:1 29716:2 29721:1 29731:2 29746:1 29748:2 29753:1 29761:4 29766:2 29773:1 29814:1 29842:1 29848:1 29856:1 29858:2 29867:1 29880:1 29887:2 29904:1 29925:1 29930:1 29939:1 29947:1 29948:1 29961:1 29972:4 30033:1 30034:1 30051:1 30054:1 30066:1 30084:1 30097:2 30125:1 30131:1 30136:1 30147:1 30149:3 30164:1 30239:1 30247:1 30279:1 30295:1 30302:1 30308:1 30328:1 30351:1 30354:1 30364:1 30451:2 30474:1 30498:1 30516:1 30565:1 30608:1 30612:1 30617:2 30679:3 30707:1 30719:1 30730:4 30735:1 30738:3 30742:1 30751:1 30752:1 30755:1 30760:1 30770:2 30779:1 30791:1 30802:1 30816:1 30825:1 30832:2 30834:2 30844:1 30845:1 30846:1 30849:1 30850:1 30855:1 30857:6 30861:2 30863:2 30866:1 30869:1 30883:1 30900:1 30920:1 30925:2 30964:1 30965:1 30997:4 30998:1
3 13:1 37:1 44:1 50:1 84:2 90:2 104:1 117:1 123:1 149:1 162:1 176:1 196:1 203:1 216:1 254:1 255:1 275:1 276:2 287:1 311:1 333:1 339:1 374:1 375:1 376:1 396:1 397:1 401:1 424:1 428:1 446:1 447:1 467:3 468:1 471:3 472:2 475:2 485:3 490:1 556:1 580:1 585:1 625:1 637:1 648:1 657:3 677:1 683:4 686:1 704:1 705:1 710:2 720:2 722:1 733:1 750:1 794:1 812:1 813:1 826:1 847:1 866:1 889:1 891:1 901:1 934:2 958:3 965:1 972:2 981:3 982:1 986:4 989:2 996:1 1000:1 1004:1 1006:1 1045:1 1049:7 1092:1 1096:2 1115:1 1124:1 1130:2 1145:1 1150:1 1189:1 1194:2 1203:1 1215:1 1253:2 1275:1 1279:1 1295:1 1302:2 1304:2 1305:1 1309:1 1319:1 1321:1 1322:2 1336:1 1349:2 1368:1 1369:2 1382:1 1390:1 1397:1 1401:3 1408:1 1413:1 1414:1 1429:1 1430:1 1433:1 1434:1 1445:1 1458:1 1483:2 1484:1 1518:1 1534:1 1538:1 1553:1 1560:1 1563:1 1566:3 1583:1 1585:2 1593:5 1610:1 1622:1 1626:1 1641:2 1644:1 1673:1 1679:1 1681:1 1685:2 1693:1 1704:1 1707:3 1734:2 1769:1 1775:1 1801:2 1802:1 1812:1 1813:1 1816:1 1833:2 1836:1 1844:1 1861:3 1864:1 1883:2 1911:1 1923:1 1942:1 1947:1 1969:1 1986:1 1991:1 1993:1 1995:1 2001:1 2006:1 2007:3 2009:3 2025:2 2045:1 2050:1 2071:1 2103:1 2126:2 2143:1 2146:1 2148:1 2173:1 2177:1 2192:1 2204:1 2207:1 2212:1 2213:1 2227:1 2239:2 2247:1 2271:1 2285:1 2290:1 2301:1 2323:2 2325:1 2341:1 2352:1 2357:1 2361:1 2385:1 2400:1 2401:1 2411:2 2412:2 2413:1 2414:1 2416:2 2418:3 2420:3 2423:7 2424:2 2426:1 2429:1 2431:1 2439:2 2440:1 2445:2 2453:2 2454:1 2458:1 2487:1 2503:1 2521:2 2532:1 2554:2 2576:1 2590:1 2592:1 2616:1 2622:2 2660:1 2663:1 2664:1 2701:1 2705:2 2724:1 2748:1 2779:2 2788:1 2798:1 2807:1 2822:1 2827:2 2851:1 2853:2 2854:1 2877:1 2902:1 2920:1 2936:1 2945:1 2955:1 2959:1 2972:1 2974:1 3002:2 3004:1 3006:1 3009:1 3011:1 3017:1 3036:1 3038:2 3047:1 3074:1 3078:1 3086:5 3102:2 3108:1 3114:1 3124:1 3148:1 3152:1 3153:6 3164:4 3168:1 3173:1 3199:1 3281:1 3325:1 3353:1 3408:1 3426:4 3434:5 3443:1 3475:1 3523:1 3532:1 3541:1 3557:1 3582:1 3605:1 3619:1 3665:1 3694:1 3699:1 3709:1 3752:1 3753:1 3758:1 3782:1 3784:1 3786:1 3800:1 3849:2 3851:1 3854:1 3865:3 3870:3 3880:2 3884:1 3886:2 3891:3 3919:2 3923:1 3930:1 3932:1 3955:1 3962:1 3965:3 3982:3 3992:1 4013:1 4042:1 4043:2 4056:1 4069:1 4088:1 4091:2 4103:3 4118:1 4153:1 4155:1 4195:1 4199:1 4206:1 4212:3 4220:1 4245:1 4249:1 4254:1 4255:2 4276:1 4281:1 4290:1 4296:1 4339:2 4359:1 4367:1 4388:2 4390:2 4397:2 4404:1 4410:2 4414:1 4421:1 4445:1 4449:1 4462:1 4465:1 4495:1 4508:1 4510:2 4521:1 4539:2 4544:1 4569:1 4590:1 4605:1 4621:1 4624:1 4637:1 4652:6 4689:1 4697:2 4710:1 4721:2 4746:1 4750:1 4773:1 4775:1 4778:1 4780:1 4792:1 4806:2 4808:1 4811:1 4816:1 4846:1 4848:1 4866:5 4885:1 4893:1 4900:1 4901:1 4906:7 4948:3 4992:2 4998:1 5003:1 5008:1 5027:1 5076:1 5091:1 5098:6 5100:2 5127:1 5138:1 5153:1 5157:1 5162:1 5169:1 5171:1 5222:1 5225:1 5241:2 5242:1 5243:2 5249:1 5252:1 5271:2 5274:1 5275:1 5335:2 5349:1 5378:2 5379:1 5389:1 5404:1 5413:1 5414:1 5415:1 5432:1 5477:1 5483:2 5510:1 5541:2 5553:1 5560:1 5586:4 5588:1 5589:1 5626:1 5659:1 5664:1 5670:1 5671:2 5704:1 5705:1 5714:1 5716:1 5759:1 5760:1 5768:3 5800:1 5801:2 5885:1 5887:1 5941:1 5956:1 5972:3 5974:1 5977:1 6007:2 6013:1 6024:1 6046:3 6079:1 6083:1 6118:1 6148:1 6161:1 6177:1 6182:2 6184:1 6189:1 6207:1 6222:2 6229:1 6237:2 6305:1 6306:1 6313:1 6318:1 6319:1 6324:1 6341:1 6344:1 6346:1 6349:2 6370:1 6377:1 6378:1 6383:1 6387:1 6388:1 6390:2 6397:1 6402:2 6426:1 6438:1 6457:1 6462:1 6469:4 6495:1 6509:1 6512:1 6513:1 6551:2 6554:1 6565:2 6583:1 6592:1 6625:1 6627:1 6636:2 6644:1 6657:2 6677:2 6680:1 6686:1 6687:5 6689:2 6690:1 6695:4 6698:2 6700:2 6703:6 6705:1 6708:1 6712:1 6731:1 6743:1 6765:2 6829:1 6840:3 6843:1 6849:1 6851:1 6859:11 6875:1 6919:1 6920:1 6956:1 6969:1 6980:2 6983:1 7041:1 7081:1 7099:1 7110:1 7114:1 7123:1 7128:2 7130:1 7148:2 7176:2 7177:1 7181:1 7185:1 7204:3 7232:1 7249:1 7257:1 7285:2 7294:1 7303:1 7310:1 7336:1 7339:1 7349:1 7352:1 7361:1 7368:1 7378:1 7379:1 7387:1 7390:1 7400:1 7411:1 7419:2 7427:1 7438:1 7456:1 7473:1 7509:1 7523:2 7527:1 7533:1 7539:4 7563:1 7597:1 7609:1 7621:1 7654:1 7660:1 7687:1 7702:1 7725:1 7816:1 7821:1 7833:1 7854:1 7865:1 7873:1 7876:1 7885:2 7901:1 7904:1 7912:1 7929:2 7941:1 7952:1 7970:3 7983:1 8057:6 8058:2 8066:1 8078:2 8079:1 8080:1 8102:1 8107:1 8108:1 8112:1 8117:1 8124:30 8132:1 8133:1 8148:2 8150:4 8158:1 8162:1 8214:1 8236:1 8240:1 8263:1 8265:2 8279:1 8298:1 8315:1 8320:1 8334:2 8337:1 8345:1 8354:1 8372:1 8391:1 8400:1 8410:1 8455:1 8493:1 8499:2 8527:1 8545:1 8552:1 8555:1 8562:1 8581:1 8585:1 8643:2 8645:2 8652:1 8653:1 8665:9 8683:1 8690:1 8768:1 8792:1 8793:1 8795:2 8816:1 8822:1 8870:1 8878:1 8912:1 8916:2 8918:1 8925:1 8927:1 8934:1 8944:1 8956:1 8958:1 8964:1 8970:2 8982:1 8999:1 9007:1 9026:1 9034:1 9056:1 9059:1 9061:1 9067:2 9069:2 9070:1 9074:1 9075:1 9085:1 9120:1 9135:1 9151:1 9156:2 9176:1 9177:1 9178:1 9200:1 9205:2 9218:1 9242:1 9246:1 9262:1 9277:1 9291:2 9317:1 9320:1 9368:1 9385:2 9387:1 9389:1 9394:1 9395:2 9398:1 9404:2 9418:1 9424:1 9425:1 9427:1 9439:1 9442:2 9451:1 9459:2 9483:2 9498:1 9515:2 9526:1 9531:1 9534:1 9545:1 9558:1 9569:2 9571:1 9581:1 9601:1 9624:4 9627:1 9654:1 9682:1 9684:1 9690:1 9694:1 9707:1 9725:1 9733:1 9762:1 9770:1 9773:1 9800:1 9807:2 9828:1 9837:2 9843:1 9857:1 9862:1 9865:1 9866:1 9875:1 9884:1 9900:1 9903:2 9969:1 9985:1 9989:1 9992:1 9995:1 9996:1 10011:1 10025:1 10027:1 10028:1 10036:1 10048:1 10049:2 10067:1 10082:1 10083:2 10135:1 10160:2 10162:2 10164:1 10172:1 10178:1 10179:1 10182:1 10197:1 10219:1 10226:1 10242:2 10245:3 10264:1 10287:3 10288:1 10290:1 10308:1 10329:1 10360:1 10410:1 10438:3 10441:1 10443:2 10444:1 10448:1 10453:1 10454:3 10471:1 10484:1 10494:1 10514:1 10519:4 10535:1 10553:1 10558:1 10600:1 10606:1 10612:1 10617:2 10627:2 10630:4 10638:2 10651:1 10653:1 10663:1 10687:1 10703:1 10711:1 10740:1 10768:1 10780:1 10784:3 10793:1 10800:1 10804:1 10808:1 10827:1 10850:4 10862:1 10865:1 10911:1 10914:1 10915:1 10934:1 10959:1 10961:1 10963:1 10974:1 10979:1 10988:2 11010:3 11038:2 11067:1 11089:2 11090:1 11134:1 11152:1 11192:1 11206:1 11214:3 11219:1 11225:9 11265:1 11275:1 11287:1 11301:2 11317:1 11355:1 11357:1 11414:1 11458:4 11461:5 11482:1 11495:2 11496:1 11507:1 11509:1 11541:1 11556:1 11564:1 11565:1 11576:3 11584:1 11588:1 11593:1 11597:2 11604:2 11628:1 11634:2 11639:1 11641:1 11644:2 11660:1 11763:1 11810:1 11815:1 11820:4 11825:3 11827:2 11844:1 11849:2 11854:1 11865:1 11894:1 11898:1 11927:1 11931:1 11938:1 11940:1 11956:1 11977:2 11979:1 11984:1 12000:1 12014:2 12027:1 12033:1 12036:1 12050:1 12086:1 12101:1 12102:1 12107:1 12123:2 12147:7 12171:1 12174:2 12176:1 12181:1 12196:1 12200:1 12208:2 12211:1 12212:1 12217:1 12220:1 12225:2 12254:2 12261:1 12262:1 12263:1 12270:6 12280:4 12286:1 12287:4 12307:1 12325:1 12339:1 12406:1 12431:1 12440:2 12456:1 12466:1 12473:4 12504:2 12528:1 12550:1 12561:1 12562:1 12575:1 12589:1 12617:1 12629:1 12630:3 12639:1 12645:1 12669:1 12671:1 12689:1 12702:1 12713:2 12715:1 12735:3 12781:1 12826:1 12831:1 12836:1 12843:2 12851:2 12869:1 12873:1 12874:1 12906:1 12925:1 12940:1 12978:1 12986:1 12992:1 12998:1 13015:1 13021:2 13023:1 13031:1 13098:3 13102:1 13112:1 13151:1 13155:1 13167:1 13172:1 13190:2 13228:1 13249:1 13269:1 13273:1 13285:1 13291:1 13302:1 13304:2 13312:1 13318:1 13323:1 13364:1 13375:1 13387:1 13390:1 13412:1 13467:1 13470:1 13542:1 13586:1 13600:1 13605:1 13639:1 13642:1 13649:2 13650:1 13651:1 13683:4 13720:1 13733:1 13739:1 13751:4 13755:2 13759:3 13773:1 13774:3 13785:1 13789:1 13803:1 13809:1 13820:1 13831:2 13840:1 13841:5 13857:1 13889:1 13892:1 13898:1 13912:1 13916:2 13918:1 13919:1 13928:2 13934:1 13942:1 13953:1 13991:1 14003:1 14033:1 14037:1 14042:1 14061:1 14079:1 14085:1 14140:2 14150:1 14158:1 14161:2 14179:1 14185:2 14223:1 14227:1 14229:3 14230:1 14241:1 14246:1 14247:1 14256:2 14268:1 14295:2 14296:1 14305:1 14340:1 14348:1 14362:1 14365:1 14384:1 14386:1 14389:1 14396:2 14397:2 14400:1 14420:1 14438:1 14440:1 14442:1 14454:2 14481:1 14510:1 14513:1 14531:1 14533:2 14536:1 14548:1 14552:1 14576:1 14581:1 14593:1 14595:1 14596:1 14599:1 14608:2 14616:1 14630:1 14641:1 14657:2 14684:2 14695:1 14716:1 14735:2 14761:1 14772:1 14780:1 14784:2 14789:1 14795:1 14805:1 14807:1 14809:1 14845:1 14860:1 14878:2 14885:1 14890:1 14903:1 14911:1 14916:1 14917:1 14921:1 14923:5 14925:1 14927:2 14942:2 14943:1 14950:4 14951:2 14959:2 14981:1 15000:1 15042:1 15043:1 15063:2 15082:1 15105:1 15116:1 15120:1 15121:1 15155:1 15168:1 15189:1 15217:1 15233:1 15241:1 15300:2 15304:1 15314:1 15315:5 15331:1 15358:1 15374:2 15377:4 15383:2 15388:1 15394:1 15400:1 15401:1 15422:2 15423:1 15432:1 15448:1 15480:1 15488:1 15494:1 15509:1 15514:1 15582:1 15597:1 15598:1 15605:1 15606:4 15608:1 15617:1 15623:1 15628:2 15636:5 15642:1 15643:1 15645:2 15666:1 15672:1 15680:1 15686:1 15690:1 15729:1 15751:1 15768:1 15779:1 15820:1 15827:1 15851:1 15869:2 15884:1 15885:1 15900:1 15937:2 15947:1 15969:1 15972:1 15983:1 16018:2 16051:1 16108:1 16127:1 16149:1 16152:1 16154:1 16155:1 16163:1 16191:1 16201:1 16207:5 16248:1 16258:1 16266:1 16336:2 16348:2 16360:1 16362:4 16364:1 16368:1 16384:1 16385:1 16396:2 16398:1 16399:1 16402:1 16404:1 16414:1 16418:3 16422:2 16431:1 16437:1 16441:2 16442:1 16469:1 16474:1 16525:1 16530:2 16531:1 16550:1 16561:3 16571:1 16595:1 16602:1 16603:1 16616:1 16619:4 16626:1 16665:1 16668:1 16687:1 16704:4 16707:1 16712:1 16718:1 16727:1 16731:1 16746:2 16750:1 16761:1 16766:1 16792:2 16798:1 16807:1 16811:1 16822:1 16823:1 16826:1 16836:1 16857:1 16866:1 16911:1 16915:1 16947:2 16958:2 16973:1 16975:1 16978:1 16980:1 16986:1 16987:1 16988:1 16989:1 16998:1 17006:1 17024:2 17036:1 17064:1 17070:1 17071:2 17073:1 17079:1 17081:2 17083:1 17088:1 17119:3 17124:1 17129:1 17134:1 17147:1 17169:1 17177:1 17179:1 17190:1 17216:1 17256:3 17284:1 17297:1 17317:1 17331:1 17332:1 17336:1 17344:3 17385:1 17393:1 17420:2 17430:1 17443:1 17455:6 17461:1 17464:1 17465:1 17502:1 17504:1 17506:1 17507:1 17508:1 17516:1 17594:1 17620:1 17630:1 17631:1 17632:3 17685:1 17718:1 17733:1 17758:1 17761:1 17765:1 17774:1 17793:1 17809:1 17811:1 17816:1 17853:1 17906:1 17931:1 17946:1 17970:2 17973:1 17985:1 17988:2 18018:2 18044:2 18055:1 18060:1 18072:1 18078:1 18080:1 18128:1 18152:2 18154:1 18158:1 18184:1 18198:1 18208:1 18249:1 18256:1 18260:1 18267:1 18270:4 18277:1 18280:1 18318:1 18364:1 18368:1 18388:1 18389:1 18404:1 18406:1 18412:1 18415:1 18420:1 18425:1 18432:1 18447:1 18455:1 18473:1 18493:1 18537:2 18555:1 18567:1 18584:1 18602:1 18604:1 18612:1 18625:1 18654:1 18655:1 18662:4 18677:1 18680:1 18686:1 18693:1 18699:2 18703:1 18713:1 18717:1 18724:1 18727:1 18745:3 18746:2 18748:1 18752:1 18817:1 18833:1 18842:4 18859:1 18865:1 18867:1 18881:1 18883:1 18893:1 18912:1 18916:1 18934:1 18951:2 18962:2 18984:1 19005:1 19017:1 19052:2 19070:2 19118:1 19122:1 19167:1 19180:1 19191:1 19193:1 19198:1 19207:1 19208:1 19232:1 19243:1 19254:2 19260:1 19262:1 19278:1 19281:1 19300:1 19307:1 19311:1 19312:1 19337:1 19342:1 19344:1 19420:2 19421:1 19426:1 19458:1 19462:1 19470:1 19486:1923 19488:1 19490:1 19494:3 19496:1 19500:1 19507:1 19511:2 19512:1 19546:1 19547:1 19587:1 19596:1 19607:1 19616:1 19621:1 19625:1 19643:1 19672:6 19684:1 19685:1 19688:1 19691:1 19695:1 19721:1 19723:1 19725:2 19730:1 19784:4 19834:1 19876:3 19887:1 19946:1 19955:1 19979:1 19987:2 19997:1 20015:1 20032:1 20065:1 20073:1 20080:1 20110:1 20120:1 20141:1 20148:2 20168:1 20188:1 20210:1 20216:1 20234:2 20267:1 20295:1 20301:1 20312:2 20314:2 20321:1 20346:3 20358:1 20376:1 20393:3 20402:1 20410:1 20421:2 20435:1 20458:1 20464:2 20488:1 20491:2 20496:1 20501:1 20504:1 20513:1 20514:1 20532:5 20534:1 20561:1 20595:2 20601:1 20613:1 20647:1 20679:1 20684:2 20694:2 20698:1 20700:1 20701:1 20711:1 20713:2 20745:1 20756:1 20768:1 20775:1 20777:1 20787:1 20816:2 20819:1 20832:1 20864:1 20867:1 20869:2 20886:1 20924:1 20925:1 20928:1 20936:1 20948:1 20980:4 20981:1 20987:1 21009:1 21038:1 21039:1 21046:4 21052:1 21053:1 21070:2 21073:2 21098:3 21128:2 21130:1 21138:1 21139:1 21149:1 21153:3 21166:1 21184:2 21185:1 21186:1 21189:1 21193:1 21209:2 21211:1 21217:1 21220:1 21230:2 21239:2 21242:3 21245:1 21264:1 21269:1 21278:1 21283:1 21295:1 21305:1 21316:1 21320:1 21325:2 21333:1 21355:1 21357:1 21383:1 21400:2 21416:1 21471:1 21474:1 21482:2 21491:1 21537:1 21567:1 21602:1 21619:2 21630:1 21646:3 21659:1 21665:1 21672:1 21693:1 21715:1 21736:1 21747:1 21750:1 21753:1 21759:1 21761:1 21762:1 21763:1 21774:1 21777:1 21791:1 21792:3 21810:3 21823:1 21826:1 21833:1 21846:1 21853:1 21920:1 21924:1 21926:2 21930:1 21978:1 22004:1 22024:1 22031:1 22067:1 22069:1 22074:1 22076:1 22088:1 22090:1 22095:1 22099:1 22145:1 22169:1 22171:1 22187:2 22192:1 22208:1 22214:1 22317:1 22344:1 22345:1 22355:1 22373:1 22375:1 22378:3 22381:2 22395:1 22397:1 22437:1 22477:1 22486:1 22490:3 22492:1 22503:2 22504:2 22511:1 22547:1 22566:1 22569:1 22591:1 22610:1 22618:1 22626:1 22631:1 22633:1 22635:1 22638:1 22645:1 22653:2 22655:1 22663:1 22672:1 22673:1 22696:1 22724:1 22741:1 22745:5 22746:1 22753:1 22765:1 22776:1 22785:1 22791:3 22795:1 22802:1 22803:1 22812:1 22813:1 22831:1 22843:1 22869:1 22888:1 22899:2 22911:4 22913:1 22918:1 22921:1 22942:1 22968:1 22980:1 22993:2 22995:2 23022:1 23033:3 23047:1 23049:1 23062:1 23064:1 23074:1 23082:1 23090:1 23111:1 23114:1 23119:1 23120:1 23157:1 23170:1 23188:1 23222:1 23251:2 23292:1 23298:1 23303:1 23316:5 23318:1 23354:1 23360:2 23382:1 23383:1 23384:2 23385:2 23398:1 23425:1 23444:1 23447:3 23496:1 23499:1 23500:1 23512:1 23515:2 23516:6 23535:2 23539:1 23550:1 23559:3 23564:4 23569:1 23573:1 23577:1 23581:1 23590:1 23598:1 23620:1 23623:1 23624:1 23629:1 23631:1 23638:1 23639:3 23642:1 23644:1 23649:1 23650:2 23667:1 23668:3 23676:2 23703:1 23724:1 23731:1 23738:1 23760:2 23765:1 23769:3 23789:1 23791:3 23796:2 23807:1 23830:1 23836:1 23841:1 23843:1 23873:1 23888:1 23894:1 23898:1 23910:1 23933:1 23957:5 23979:1 23990:1 23999:1 24008:1 24057:1 24059:1 24066:1 24067:1 24101:1 24115:1 24147:1 24164:1 24178:1 24184:2 24210:1 24220:1 24238:1 24246:1 24265:1 24267:1 24280:1 24291:2 24319:1 24333:2 24334:1 24352:1 24354:1 24360:1 24365:1 24370:1 24374:6 24410:1 24425:1 24450:1 24469:1 24476:1 24485:1 24504:1 24512:1 24528:1 24536:3 24542:2 24556:1 24558:1 24562:1 24607:1 24611:1 24623:1 24635:1 24644:1 24653:1 24661:1 24662:1 24664:1 24681:3 24686:1 24710:1 24748:2 24809:1 24834:1 24838:1 24857:1 24909:1 24912:4 24928:1 24939:2 24961:1 24994:1 24998:1 25007:1 25049:1 25056:1 25081:1 25115:1 25127:1 25140:1 25143:1 25154:1 25163:1 25169:1 25180:1 25197:3 25200:1 25259:2 25276:1 25349:1 25366:2 25375:2 25404:1 25407:1 25411:2 25428:1 25482:1 25496:1 25498:3 25521:2 25556:2 25569:1 25575:2 25588:1 25600:1 25614:3 25623:1 25634:2 25642:1 25648:3 25652:1 25659:1 25663:1 25677:1 25683:1 25697:1 25742:1 25745:1 25749:2 25753:1 25755:1 25756:1 25760:1 25761:1 25765:2 25767:1 25771:2 25772:1 25789:1 25790:1 25791:1 25810:2 25822:1 25824:1 25851:1 25855:1 25856:1 25859:1 25871:1 25878:1 25890:1 25891:1 25893:1 25904:1 25910:1 25931:1 25939:6 25945:2 25947:1 25959:1 25960:1 25965:1 26004:1 26032:1 26035:1 26042:2 26058:1 26063:1 26067:1 26071:1 26108:1 26136:1 26137:1 26144:1 26149:1 26161:1 26191:1 26244:1 26247:1 26250:1 26255:1 26259:1 26272:3 26278:2 26300:1 26302:1 26307:1 26329:4 26331:10 26343:1 26363:6 26376:1 26379:1 26384:1 26386:2 26390:1 26395:1 26413:5 26416:1 26423:1 26424:1 26425:1 26451:1 26459:1 26481:1 26490:1 26496:1 26537:2 26538:1 26553:1 26558:1 26561:1 26567:1 26570:1 26585:1 26586:1 26599:2 26601:1 26617:1 26633:1 26635:1 26649:1 26653:2 26682:1 26685:2 26699:1 26701:1 26730:1 26741:1 26758:1 26800:2 26812:1 26872:2 26875:2 26879:2 26882:4 26891:3 26920:1 26930:1 26952:1 26964:1 26967:1 26974:1 26994:1 27017:1 27040:1 27042:3 27078:1 27095:1 27110:1 27121:2 27133:1 27141:1 27152:4 27165:1 27168:1 27176:1 27199:1 27207:1 27240:1 27258:1 27273:1 27287:1 27290:1 27321:1 27335:1 27367:1 27403:3 27406:2 27418:1 27483:1 27490:1 27503:1 27517:1 27538:1 27543:1 27556:1 27595:3 27601:3 27602:1 27611:1 27651:1 27681:2 27699:1 27701:1 27714:1 27729:1 27730:1 27732:1 27750:3 27782:1 27785:4 27796:2 27802:1 27817:1 27833:1 27853:1 27930:1 27946:1 27969:1 28000:1 28035:1 28052:1 28059:1 28067:3 28068:1 28074:11 28086:1 28119:1 28142:1 28150:1 28165:1 28175:1 28190:1 28204:1 28205:1 28208:2 28220:2 28232:1 28246:2 28254:1 28270:1 28275:1 28276:1 28283:2 28288:1 28316:1 28321:1 28329:1 28330:1 28332:1 28340:1 28341:1 28349:5 28351:1 28375:1 28383:3 28387:1 28390:2 28409:1 28411:1 28414:2 28416:1 28455:2 28456:1 28457:1 28458:2 28461:1 28478:1 28487:2 28506:1 28525:1 28542:1 28594:1 28595:1 28601:5 28625:1 28642:1 28645:1 28673:4 28677:1 28682:1 28686:1 28688:1 28694:1 28701:2 28702:1 28712:1 28713:1 28718:1 28720:1 28734:1 28743:1 28750:3 28751:2 28752:1 28754:1 28758:1 28759:1 28761:2 28770:1 28787:1 28790:1 28811:1 28817:2 28833:1 28855:3 28866:2 28867:1 28872:1 28884:1 28901:1 28907:1 28986:1 29001:1 29027:1 29049:1 29052:2 29053:1 29089:1 29090:1 29093:1 29095:1 29100:1 29110:2 29117:2 29124:1 29128:1 29145:1 29148:1 29169:1 29207:1 29239:1 29248:3 29263:1 29269:1 29292:1 29306:1 29336:1 29345:1 29346:1 29370:1 29380:1 29396:1 29413:2 29423:2 29448:2 29458:1 29492:1 29494:1 29495:1 29508:1 29514:2 29529:1 29536:1 29540:1 29548:1 29555:1 29566:11 29567:1 29570:1 29575:2 29592:2 29600:1 29609:3 29612:1 29616:1 29631:2 29633:1 29657:1 29673:1 29675:1 29680:1 29686:2 29689:1 29716:2 29721:1 29731:2 29746:1 29748:2 29753:2 29761:4 29766:2 29771:1 29773:1 29814:1 29842:1 29848:1 29856:1 29858:2 29867:1 29880:1 29887:2 29904:1 29925:1 29930:1 29939:1 29947:1 29948:1 29961:1 29972:4 30025:1 30033:1 30034:1 30051:1 30054:1 30066:1 30084:1 30097:2 30125:1 30131:1 30136:1 30147:1 30149:3 30164:1 30199:1 30239:1 30247:1 30279:1 30295:1 30302:1 30308:1 30328:1 30351:1 30354:1 30364:2 30451:2 30466:1 30474:1 30498:1 30516:1 30565:1 30608:1 30612:1 30617:2 30679:3 30707:1 30719:1 30730:4 30735:1 30738:3 30742:1 30751:1 30752:1 30755:1 30760:1 30770:2 30779:1 30791:1 30802:1 30807:1 30816:1 30825:1 30832:2 30834:2 30844:1 30845:1 30846:1 30849:1 30850:1 30855:1 30857:6 30861:2 30863:2 30866:1 30869:1 30883:1 30900:1 30920:1 30925:2 30964:1 30965:1 30997:4 30998:1
3 13:2 37:1 44:1 50:1 84:2 90:2 104:1 117:1 123:1 145:1 149:1 162:1 176:1 196:1 203:1 211:1 216:1 254:1 255:1 275:1 276:2 287:1 311:1 333:1 339:1 374:1 375:1 376:1 396:1 397:1 401:1 424:1 428:1 431:1 446:1 447:1 467:3 468:1 471:3 472:2 475:2 485:3 490:1 556:1 580:1 585:1 625:1 637:1 648:2 657:3 677:1 683:4 686:1 704:1 705:1 710:2 720:2 722:1 733:1 750:1 794:1 812:1 813:1 826:1 847:1 866:1 889:1 891:1 901:1 934:2 942:1 958:3 965:1 972:2 981:3 982:1 986:4 989:2 996:1 1000:1 1004:1 1006:1 1045:1 1049:7 1092:1 1096:2 1115:1 1124:1 1130:2 1145:1 1150:1 1189:1 1194:2 1203:1 1215:1 1253:2 1275:1 1279:1 1295:1 1297:1 1302:2 1304:2 1305:1 1309:1 1318:1 1319:1 1321:1 1322:2 1336:1 1349:2 1368:1 1369:2 1382:1 1390:1 1397:1 1401:3 1408:1 1413:1 1414:1 1429:1 1430:1 1433:1 1434:1 1439:1 1445:1 1458:1 1483:2 1484:1 1518:1 1534:1 1538:1 1553:1 1560:1 1563:1 1566:3 1583:1 1585:2 1593:6 1610:1 1622:1 1626:1 1641:2 1644:1 1646:1 1673:1 1679:1 1681:1 1685:2 1693:1 1704:1 1707:3 1734:2 1769:1 1775:1 1801:2 1802:1 1812:1 1813:1 1816:1 1833:2 1836:1 1844:1 1861:3 1864:1 1883:2 1884:1 1911:1 1923:1 1942:1 1947:1 1969:1 1986:1 1991:1 1993:1 1995:1 2001:1 2006:1 2007:3 2009:3 2025:2 2045:1 2050:1 2071:1 2103:1 2126:2 2143:1 2146:1 2148:1 2173:1 2177:1 2192:1 2204:1 2207:1 2212:1 2213:1 2227:1 2239:2 2247:1 2271:1 2285:1 2290:3 2301:1 2323:4 2325:1 2341:1 2352:1 2357:1 2361:1 2385:1 2400:1 2401:1 2411:2 2412:2 2413:1 2414:1 2416:2 2418:3 2420:3 2423:7 2424:2 2426:1 2429:1 2431:1 2439:3 2440:1 2445:2 2453:2 2454:1 2458:1 2487:1 2503:1 2521:2 2532:1 2554:2 2563:1 2576:1 2590:1 2592:1 2616:1 2622:2 2660:1 2663:1 2664:1 2701:1 2705:2 2724:1 2740:1 2748:1 2779:2 2788:1 2798:1 2807:1 2822:1 2827:2 2851:1 2853:2 2854:2 2877:1 2902:1 2920:1 2936:1 2939:1 2945:1 2955:1 2959:1 2972:1 2974:1 3002:2 3004:1 3006:1 3009:1 3011:1 3017:1 3036:1 3038:3 3047:1 3074:1 3078:1 3086:6 3102:2 3108:1 3114:1 3124:1 3148:1 3152:1 3153:6 3164:4 3168:1 3173:1 3199:1 3281:1 3325:1 3353:1 3408:1 3426:4 3434:6 3443:1 3475:1 3523:1 3532:1 3541:1 3557:1 3582:1 3605:1 3619:1 3627:1 3665:1 3694:1 3699:1 3709:1 3752:1 3753:1 3757:1 3758:1 3782:1 3784:1 3786:1 3800:1 3849:2 3851:1 3854:1 3865:3 3870:3 3880:2 3884:1 3886:2 3891:3 3919:2 3923:1 3930:1 3932:1 3955:1 3962:1 3965:3 3982:3 3992:1 4013:1 4042:1 4043:2 4056:1 4069:2 4088:1 4091:2 4103:3 4118:1 4153:1 4155:1 4195:1 4199:1 4206:1 4212:3 4220:1 4245:1 4249:1 4254:1 4255:2 4276:1 4281:1 4290:1 4296:1 4339:2 4359:1 4367:1 4388:2 4390:2 4397:2 4404:1 4408:1 4410:2 4414:1 4421:1 4445:1 4449:1 4462:1 4465:1 4495:1 4508:1 4510:2 4521:1 4539:2 4544:1 4569:1 4590:1 4605:1 4621:1 4624:1 4637:1 4652:6 4689:1 4697:2 4710:1 4721:2 4746:1 4750:1 4773:1 4775:2 4778:1 4780:1 4792:1 4806:2 4808:1 4811:1 4816:1 4846:1 4848:1 4866:5 4881:1 4885:1 4893:1 4900:1 4901:1 4906:7 4948:3 4992:2 4998:1 5003:1 5008:1 5027:1 5076:1 5091:1 5098:9 5100:2 5127:1 5138:1 5153:1 5157:1 5162:1 5169:1 5171:1 5222:1 5225:1 5241:3 5242:1 5243:2 5249:1 5252:1 5255:1 5256:1 5264:1 5271:2 5274:1 5275:1 5335:2 5349:1 5378:2 5379:1 5389:1 5404:1 5413:1 5414:1 5415:1 5432:1 5477:1 5483:2 5510:1 5541:2 5553:1 5560:1 5586:4 5588:1 5589:1 5626:1 5644:1 5659:1 5664:1 5670:1 5671:2 5704:1 5705:1 5714:1 5716:1 5759:1 5760:1 5768:3 5800:1 5801:2 5880:1 5885:1 5887:1 5941:1 5956:1 5972:3 5973:1 5974:1 5977:1 6007:2 6013:1 6024:1 6046:3 6079:1 6083:1 6118:1 6148:1 6161:1 6177:1 6182:2 6184:1 6189:1 6207:1 6222:2 6229:1 6237:2 6305:1 6306:1 6313:1 6318:1 6319:1 6324:1 6341:1 6342:1 6344:1 6346:1 6349:2 6370:1 6377:1 6378:1 6383:1 6387:1 6388:1 6390:2 6397:1 6402:2 6426:1 6438:1 6457:1 6462:1 6469:4 6495:1 6509:2 6512:1 6513:1 6551:2 6554:1 6565:2 6583:1 6592:1 6625:1 6627:1 6636:2 6644:1 6657:2 6677:2 6680:1 6686:1 6687:5 6689:2 6690:1 6695:4 6696:1 6698:2 6700:2 6703:7 6705:1 6708:1 6712:1 6731:1 6734:1 6743:1 6765:2 6829:1 6840:3 6843:1 6849:1 6851:2 6859:12 6875:1 6919:1 6920:1 6956:1 6969:1 6980:2 6983:1 7041:1 7081:1 7099:1 7110:1 7114:1 7123:1 7128:2 7130:1 7148:2 7176:2 7177:1 7181:1 7185:1 7204:4 7208:1 7232:1 7249:1 7257:1 7285:2 7294:1 7303:1 7310:1 7336:1 7339:1 7349:1 7352:1 7361:1 7368:1 7370:1 7378:1 7379:1 7387:1 7390:1 7400:1 7411:1 7419:2 7427:1 7438:1 7456:1 7473:1 7509:1 7523:2 7527:1 7533:1 7539:4 7563:1 7597:1 7609:1 7621:1 7654:1 7660:1 7687:1 7702:1 7725:1 7799:1 7816:1 7821:1 7833:1 7854:1 7865:1 7873:1 7876:1 7885:2 7901:1 7904:1 7912:1 7929:2 7933:1 7935:1 7941:1 7952:1 7970:3 7983:1 8057:7 8058:2 8066:1 8078:2 8079:1 8080:1 8102:1 8107:2 8108:2 8112:1 8117:1 8124:30 8132:1 8133:1 8148:2 8150:5 8158:1 8162:1 8214:1 8236:1 8239:1 8240:1 8263:1 8265:2 8279:1 8298:1 8315:1 8320:1 8334:2 8337:1 8345:1 8354:1 8372:1 8391:1 8399:1 8400:1 8410:1 8455:1 8493:1 8499:2 8527:1 8545:1 8552:1 8555:1 8562:1 8581:1 8585:1 8614:1 8643:2 8645:2 8652:2 8653:1 8665:13 8683:1 8690:1 8768:1 8792:1 8793:1 8795:2 8816:1 8822:1 8866:1 8870:1 8878:1 8912:1 8916:2 8918:1 8925:1 8927:1 8934:1 8944:1 8956:1 8958:1 8964:1 8970:2 8972:1 8982:1 8999:1 9007:1 9026:1 9034:2 9056:1 9059:1 9061:1 9067:2 9069:2 9070:1 9074:1 9075:1 9077:1 9085:1 9093:1 9120:1 9135:1 9151:1 9156:2 9176:1 9177:1 9178:1 9200:1 9205:2 9218:1 9233:1 9242:1 9246:1 9262:1 9277:1 9291:2 9317:1 9320:1 9356:1 9368:1 9385:2 9387:1 9389:1 9394:1 9395:2 9398:1 9404:2 9418:1 9423:1 9424:1 9425:1 9427:1 9439:2 9442:2 9451:1 9459:2 9464:1 9483:2 9498:1 9515:2 9526:1 9531:1 9534:1 9545:1 9550:1 9558:1 9569:2 9571:1 9581:1 9597:1 9601:1 9618:1 9624:4 9627:1 9654:1 9680:2 9682:1 9684:1 9690:1 9694:1 9707:1 9725:1 9733:1 9762:1 9770:1 9773:1 9800:1 9807:2 9828:1 9837:2 9843:1 9857:1 9862:1 9865:1 9866:1 9875:1 9884:1 9900:1 9903:2 9969:2 9985:1 9989:1 9992:1 9995:1 9996:1 10011:1 10025:1 10027:1 10028:1 10036:1 10048:1 10049:2 10067:1 10082:1 10083:2 10135:1 10160:2 10162:2 10164:1 10172:1 10178:1 10179:1 10182:1 10197:1 10209:1 10219:1 10226:1 10242:2 10245:3 10264:1 10287:3 10288:1 10290:1 10308:1 10329:1 10360:1 10410:1 10438:3 10441:1 10443:2 10444:1 10448:1 10453:1 10454:3 10471:1 10484:1 10494:1 10514:1 10519:4 10535:1 10553:1 10558:2 10600:1 10606:1 10612:1 10617:2 10627:2 10630:4 10638:2 10651:1 10653:1 10663:1 10687:1 10703:1 10711:1 10740:1 10768:1 10780:1 10784:3 10793:1 10800:1 10804:1 10808:1 10820:1 10827:1 10850:4 10862:1 10865:1 10911:1 10914:1 10915:1 10934:1 10959:1 10961:1 10963:2 10974:1 10979:1 10988:2 11010:3 11038:2 11067:1 11089:2 11090:1 11134:1 11152:1 11192:1 11206:1 11214:3 11219:1 11225:9 11265:1 11275:1 11287:1 11301:2 11317:1 11328:1 11355:1 11357:1 11414:1 11458:4 11461:6 11482:1 11495:2 11496:1 11507:1 11509:1 11541:1 11551:1 11556:1 11564:1 11565:1 11576:3 11584:1 11588:1 11593:1 11597:2 11604:2 11628:1 11634:2 11639:1 11640:1 11641:1 11644:3 11660:1 11763:1 11810:1 11815:1 11820:4 11825:3 11827:2 11844:1 11849:2 11854:1 11865:1 11894:1 11898:1 11920:1 11927:1 11931:1 11938:1 11940:1 11956:1 11977:2 11979:1 11984:1 11992:1 12000:1 12014:2 12027:1 12033:1 12036:1 12050:1 12086:1 12101:1 12102:1 12107:1 12123:2 12147:7 12171:1 12174:2 12176:1 12181:1 12183:2 12185:1 12196:1 12200:1 12208:2 12211:1 12212:1 12217:1 12220:1 12225:2 12254:2 12261:1 12262:1 12263:1 12270:6 12280:4 12286:1 12287:4 12307:1 12325:1 12339:1 12406:1 12431:1 12440:2 12456:1 12466:1 12473:4 12504:2 12528:1 12550:1 12561:1 12562:1 12575:1 12589:1 12617:1 12629:1 12630:3 12639:1 12645:1 12669:1 12671:1 12689:1 12702:1 12713:2 12715:1 12735:3 12781:1 12826:1 12831:1 12836:1 12843:2 12851:2 12869:1 12873:1 12874:1 12906:1 12925:1 12940:1 12978:1 12986:1 12992:1 12998:1 13015:1 13021:2 13023:1 13031:1 13098:3 13102:1 13112:1 13151:1 13155:1 13157:1 13167:1 13172:1 13190:2 13228:1 13249:1 13269:1 13273:1 13283:1 13285:1 13291:1 13302:1 13304:2 13312:1 13318:1 13323:1 13362:1 13364:1 13375:1 13387:1 13390:1 13412:1 13467:1 13470:1 13542:1 13586:1 13600:1 13605:1 13639:1 13642:1 13649:2 13650:1 13651:1 13683:4 13720:1 13733:1 13739:1 13751:4 13755:2 13759:3 13761:1 13773:1 13774:3 13785:1 13789:1 13803:1 13809:1 13820:1 13831:2 13840:1 13841:5 13857:1 13889:1 13892:1 13898:1 13912:1 13916:3 13918:1 13919:1 13928:2 13934:1 13942:1 13953:1 13991:1 14003:1 14033:1 14037:1 14042:1 14061:1 14079:1 14085:1 14140:2 14150:1 14158:1 14161:2 14179:1 14185:2 14223:2 14227:1 14229:3 14230:1 14241:1 14246:1 14247:1 14256:2 14268:1 14295:3 14296:1 14305:1 14340:1 14348:1 14362:1 14365:1 14384:1 14386:1 14389:1 14396:2 14397:3 14400:1 14420:1 14438:1 14440:1 14442:1 14454:2 14481:1 14510:1 14513:1 14531:1 14533:2 14536:1 14548:1 14552:1 14576:1 14581:1 14593:1 14595:1 14596:1 14599:1 14608:2 14616:2 14619:1 14630:1 14641:1 14657:2 14684:2 14695:1 14707:1 14709:1 14716:1 14735:2 14761:1 14772:1 14780:1 14784:2 14789:1 14795:1 14805:1 14807:1 14809:2 14845:1 14860:1 14878:2 14885:1 14890:1 14903:1 14911:1 14916:1 14917:1 14921:1 14923:5 14925:1 14927:2 14942:2 14943:1 14950:4 14951:2 14959:2 14981:1 15000:1 15042:1 15043:1 15063:2 15082:1 15105:1 15116:1 15120:1 15121:1 15134:1 15155:1 15168:1 15189:1 15217:1 15233:1 15241:1 15300:2 15304:1 15314:1 15315:5 15331:1 15358:1 15374:2 15377:4 15383:2 15388:1 15394:1 15400:1 15401:1 15422:2 15423:1 15432:1 15442:1 15448:1 15480:1 15488:1 15494:1 15509:1 15514:1 15582:1 15597:1 15598:1 15605:1 15606:4 15608:1 15617:1 15623:1 15628:2 15636:5 15642:1 15643:1 15645:2 15666:1 15672:1 15680:1 15686:1 15690:1 15729:1 15751:1 15768:1 15779:1 15820:1 15827:1 15851:1 15869:2 15884:1 15885:1 15900:1 15937:2 15947:1 15969:1 15972:1 15983:1 16018:2 16034:1 16051:1 16108:1 16127:1 16149:1 16152:1 16154:1 16155:1 16163:1 16191:1 16201:1 16207:6 16248:1 16258:1 16266:1 16336:2 16348:2 16357:1 16360:1 16362:4 16364:1 16368:1 16383:1 16384:1 16385:1 16396:2 16398:1 16399:1 16402:1 16404:1 16414:1 16418:3 16422:2 16431:1 16437:1 16441:2 16442:1 16469:1 16474:1 16515:1 16525:1 16530:2 16531:1 16550:1 16561:3 16571:1 16595:1 16602:1 16603:1 16616:1 16619:4 16626:1 16665:1 16668:1 16687:1 16704:6 16707:1 16712:1 16718:1 16727:1 16731:1 16746:2 16750:1 16761:1 16766:1 16772:1 16792:2 16798:1 16807:1 16811:1 16822:1 16823:1 16826:1 16836:1 16857:1 16866:1 16911:1 16915:1 16947:2 16950:1 16958:2 16973:1 16975:1 16977:1 16978:1 16980:1 16985:1 16986:1 16987:1 16988:2 16989:2 16998:1 17006:1 17024:2 17036:1 17064:1 17070:1 17071:2 17073:1 17074:1 17079:1 17081:2 17083:1 17088:1 17119:3 17124:1 17129:1 17134:1 17147:1 17169:1 17177:1 17179:1 17190:1 17216:1 17256:3 17284:1 17297:1 17317:1 17331:1 17332:1 17336:1 17344:3 17385:1 17393:2 17420:2 17430:1 17443:1 17455:6 17461:1 17464:1 17465:1 17502:1 17504:1 17506:2 17507:1 17508:1 17516:1 17594:1 17620:1 17623:1 17630:1 17631:1 17632:3 17685:1 17701:1 17718:1 17721:1 17733:1 17758:1 17761:1 17765:1 17774:1 17793:1 17803:1 17809:1 17811:1 17816:1 17853:1 17906:1 17931:1 17946:1 17970:2 17973:1 17985:1 17988:2 18018:2 18044:2 18055:2 18060:1 18072:1 18078:1 18080:1 18128:1 18142:1 18152:2 18154:1 18158:1 18184:1 18198:1 18201:1 18208:1 18249:1 18256:1 18260:1 18267:1 18270:4 18277:1 18280:1 18293:1 18318:1 18364:1 18368:1 18388:1 18389:1 18404:1 18406:1 18412:1 18415:1 18420:1 18425:1 18432:1 18447:1 18455:1 18469:1 18473:1 18493:1 18537:2 18555:1 18567:1 18584:1 18602:1 18604:1 18612:1 18625:1 18654:1 18655:1 18662:5 18677:1 18680:1 18686:1 18693:1 18699:2 18703:1 18712:1 18713:1 18717:1 18724:1 18727:1 18745:3 18746:2 18748:1 18752:1 18817:1 18833:1 18842:4 18859:1 18865:1 18867:1 18881:1 18883:1 18893:1 18912:1 18916:1 18934:1 18951:2 18962:2 18984:1 19005:1 19017:1 19052:2 19070:2 19118:1 19122:1 19167:1 19180:1 19191:1 19193:1 19198:1 19207:1 19208:1 19232:1 19243:1 19254:3 19260:1 19262:1 19278:1 19281:1 19300:1 19307:1 19311:1 19312:1 19337:1 19339:1 19342:1 19344:1 19407:1 19420:2 19421:1 19426:1 19458:1 19462:1 19470:1 19486:2026 19488:1 19490:1 19494:3 19496:1 19500:1 19507:1 19511:2 19512:1 19546:1 19547:1 19587:1 19596:1 19607:1 19616:1 19621:1 19625:1 19643:1 19672:6 19684:1 19685:1 19688:1 19691:1 19695:1 19721:1 19723:1 19725:2 19730:1 19784:4 19834:1 19876:3 19887:1 19888:1 19946:2 19954:1 19955:1 19979:1 19987:2 19997:1 19998:1 20015:1 20032:1 20065:1 20073:1 20080:1 20087:1 20110:1 20120:1 20141:1 20148:2 20168:1 20188:1 20210:1 20216:1 20234:2 20267:1 20295:1 20301:1 20312:2 20314:2 20321:1 20346:3 20358:1 20376:1 20393:3 20402:1 20410:1 20421:2 20435:1 20458:1 20464:2 20488:1 20491:2 20496:1 20501:2 20504:1 20513:1 20514:1 20517:1 20532:5 20534:1 20561:1 20595:2 20601:1 20613:1 20647:2 20679:1 20684:2 20694:2 20698:1 20700:1 20701:1 20711:1 20713:2 20745:1 20756:1 20768:1 20775:1 20777:1 20787:1 20816:2 20819:1 20827:1 20832:1 20850:1 20864:1 20867:1 20869:2 20886:1 20924:1 20925:1 20928:1 20936:1 20948:1 20980:4 20981:1 20987:1 21009:1 21038:1 21039:1 21046:4 21052:1 21053:1 21070:2 21073:2 21098:3 21128:2 21130:1 21138:1 21139:1 21149:1 21153:3 21166:1 21184:3 21185:1 21186:1 21189:1 21193:1 21209:2 21211:1 21217:1 21220:1 21230:2 21239:2 21242:3 21245:1 21263:1 21264:1 21269:1 21278:1 21283:1 21295:1 21305:1 21316:1 21320:1 21325:3 21333:1 21355:1 21357:2 21383:1 21400:2 21416:2 21471:1 21474:1 21482:2 21491:1 21513:1 21537:1 21567:1 21602:1 21619:2 21630:1 21646:3 21659:1 21665:1 21672:1 21693:1 21715:1 21717:1 21719:1 21736:1 21747:1 21750:1 21753:1 21756:1 21759:1 21761:1 21762:1 21763:1 21774:1 21777:1 21791:1 21792:3 21810:3 21815:1 21823:1 21826:1 21833:1 21846:1 21853:1 21920:1 21924:1 21926:2 21930:1 21978:1 22004:1 22024:1 22031:1 22067:1 22069:1 22074:1 22076:1 22088:1 22090:1 22095:1 22099:1 22145:1 22162:1 22169:1 22171:1 22187:2 22192:1 22208:1 22214:1 22317:1 22344:1 22345:1 22355:1 22373:1 22375:1 22378:3 22381:2 22395:1 22397:1 22437:1 22477:1 22486:1 22490:3 22492:1 22503:2 22504:2 22511:1 22547:1 22566:1 22568:1 22569:1 22591:1 22610:1 22618:1 22626:1 22631:1 22633:1 22635:1 22638:1 22645:1 22653:2 22655:1 22663:1 22672:1 22673:1 22696:1 22724:1 22741:1 22745:5 22746:1 22753:2 22765:1 22776:1 22785:1 22791:3 22795:1 22802:1 22803:1 22812:1 22813:1 22831:1 22843:1 22869:1 22888:1 22899:2 22906:1 22911:4 22913:1 22918:1 22921:1 22942:1 22963:1 22968:1 22980:1 22993:2 22995:2 23022:1 23033:3 23047:1 23049:1 23062:1 23064:1 23074:2 23082:1 23090:1 23111:2 23114:1 23119:1 23120:1 23157:1 23170:1 23188:1 23222:1 23244:1 23251:2 23292:1 23298:1 23303:1 23316:5 23318:1 23354:1 23360:2 23382:1 23383:1 23384:2 23385:2 23398:1 23425:1 23444:1 23447:3 23486:1 23496:1 23499:1 23500:1 23512:1 23515:2 23516:6 23524:1 23535:2 23539:1 23550:1 23559:3 23564:5 23569:1 23573:1 23577:1 23581:1 23590:1 23598:1 23620:1 23623:1 23624:1 23629:1 23631:1 23638:1 23639:3 23642:1 23644:1 23649:1 23650:2 23667:1 23668:3 23676:2 23703:1 23724:1 23731:1 23738:1 23760:2 23765:1 23769:3 23789:1 23791:3 23796:2 23807:1 23830:2 23836:1 23841:1 23843:1 23873:1 23888:1 23894:1 23898:1 23910:1 23933:1 23957:5 23979:1 23990:1 23999:1 24008:1 24013:1 24057:1 24059:1 24066:1 24067:1 24101:1 24115:1 24147:1 24164:1 24178:1 24184:2 24210:1 24220:1 24238:1 24246:1 24265:1 24267:1 24280:1 24291:2 24319:1 24333:2 24334:1 24352:1 24354:1 24360:1 24365:1 24370:1 24374:6 24410:1 24417:1 24418:1 24425:1 24443:1 24450:1 24453:1 24469:1 24476:1 24485:1 24504:2 24512:1 24528:1 24531:1 24536:3 24542:2 24550:1 24556:1 24558:1 24562:1 24607:1 24611:1 24623:1 24635:1 24644:1 24653:1 24661:1 24662:1 24664:1 24681:3 24686:1 24710:1 24748:3 24764:1 24809:1 24834:1 24838:1 24857:1 24909:1 24912:4 24928:1 24931:1 24939:2 24950:1 24961:1 24994:1 24998:2 25007:1 25049:1 25056:1 25081:1 25115:1 25127:1 25140:1 25143:1 25154:1 25163:1 25169:1 25180:1 25191:1 25197:3 25200:1 25247:1 25259:2 25276:1 25349:1 25366:2 25375:2 25404:1 25407:1 25411:2 25428:1 25482:1 25496:1 25498:3 25521:2 25556:2 25565:1 25569:1 25575:3 25588:1 25600:1 25614:3 25623:1 25634:2 25642:1 25648:3 25652:1 25659:1 25663:1 25677:1 25683:1 25697:1 25742:1 25745:1 25749:2 25753:1 25755:1 25756:1 25760:1 25761:1 25765:2 25767:1 25771:2 25772:1 25789:1 25790:1 25791:1 25810:2 25822:1 25824:1 25844:1 25851:1 25855:1 25856:1 25859:1 25871:1 25878:1 25890:1 25891:1 25893:1 25904:1 25910:1 25931:1 25939:6 25945:2 25947:1 25948:1 25959:1 25960:1 25964:1 25965:1 26004:1 26032:1 26035:1 26042:2 26058:1 26063:1 26067:1 26071:1 26108:1 26136:1 26137:1 26144:1 26149:1 26161:1 26191:1 26239:1 26244:1 26247:1 26250:1 26255:1 26259:1 26272:3 26278:2 26300:1 26302:1 26307:1 26329:4 26331:10 26343:1 26363:6 26376:1 26379:1 26384:1 26386:2 26390:1 26395:1 26413:5 26416:1 26422:1 26423:1 26424:1 26425:1 26451:1 26459:1 26481:1 26490:1 26492:1 26496:1 26537:2 26538:1 26553:1 26554:1 26558:1 26561:1 26567:1 26570:1 26585:1 26586:1 26599:2 26601:1 26617:1 26626:1 26633:1 26635:1 26649:1 26653:2 26682:1 26685:2 26699:1 26701:1 26709:1 26730:1 26741:1 26758:1 26767:1 26800:2 26812:1 26872:2 26875:2 26879:3 26882:4 26891:3 26920:1 26930:1 26952:1 26964:1 26967:1 26974:1 26994:1 27017:1 27040:1 27042:3 27078:1 27095:1 27110:1 27121:2 27133:1 27141:1 27152:4 27165:1 27168:1 27176:1 27199:1 27207:1 27240:1 27258:1 27273:1 27287:1 27290:1 27321:1 27335:1 27367:1 27403:4 27406:2 27418:1 27483:1 27490:1 27503:1 27517:1 27538:1 27543:2 27556:1 27595:3 27601:3 27602:1 27611:1 27651:1 27681:2 27684:1 27699:1 27701:1 27714:1 27729:1 27730:1 27732:1 27750:3 27782:1 27785:4 27796:2 27802:1 27817:1 27833:1 27853:1 27930:1 27946:1 27969:1 28000:1 28035:1 28052:1 28059:1 28067:3 28068:1 28074:12 28086:1 28119:2 28142:1 28150:1 28165:1 28175:2 28177:1 28190:1 28204:1 28205:1 28208:2 28220:2 28232:1 28246:2 28254:1 28270:1 28275:1 28276:1 28283:2 28288:1 28316:1 28321:1 28329:1 28330:1 28332:1 28340:1 28341:1 28349:5 28351:1 28375:1 28381:1 28383:3 28387:1 28390:2 28409:1 28411:1 28414:2 28416:1 28455:2 28456:1 28457:1 28458:2 28461:1 28478:2 28487:2 28506:1 28525:1 28542:1 28594:1 28595:1 28601:5 28619:1 28625:1 28642:1 28645:1 28673:4 28677:1 28682:1 28686:1 28688:1 28694:1 28701:2 28702:1 28712:1 28713:1 28718:1 28720:1 28734:1 28743:1 28750:3 28751:2 28752:1 28754:1 28758:1 28759:1 28761:2 28770:1 28787:1 28790:1 28811:1 28817:2 28833:1 28846:1 28855:3 28866:2 28867:1 28872:1 28884:1 28901:1 28907:1 28986:1 29001:1 29027:1 29049:1 29052:2 29053:1 29089:1 29090:1 29093:1 29095:1 29100:1 29110:2 29117:2 29124:1 29128:1 29145:1 29148:1 29169:1 29207:1 29239:1 29248:3 29263:1 29269:1 29292:1 29306:1 29336:1 29345:1 29346:1 29370:1 29380:1 29396:1 29413:2 29423:2 29448:2 29458:1 29492:1 29494:1 29495:1 29508:1 29514:2 29529:2 29536:2 29540:1 29548:1 29555:1 29566:12 29567:1 29570:1 29575:2 29592:2 29600:1 29609:3 29612:1 29616:1 29621:1 29631:2 29633:1 29657:1 29673:1 29675:1 29680:1 29686:2 29689:1 29716:2 29721:1 29731:2 29746:1 29748:2 29753:2 29761:5 29766:2 29771:1 29773:1 29814:1 29842:1 29848:1 29856:1 29858:2 29867:1 29880:1 29887:2 29904:1 29925:1 29930:1 29939:1 29941:1 29947:1 29948:1 29961:1 29972:4 30025:2 30030:1 30033:1 30034:1 30051:1 30054:1 30066:2 30084:1 30097:2 30125:1 30131:1 30136:1 30147:1 30149:3 30164:1 30199:1 30207:1 30239:1 30247:1 30279:1 30295:1 30302:1 30308:1 30328:1 30351:1 30354:1 30364:2 30396:1 30451:2 30466:1 30474:1 30498:1 30516:1 30565:1 30608:1 30612:1 30617:2 30679:3 30707:1 30719:1 30730:4 30735:1 30738:3 30742:1 30751:1 30752:1 30755:1 30760:1 30770:3 30779:1 30791:1 30802:1 30807:1 30816:1 30825:1 30832:2 30834:2 30844:1 30845:1 30846:1 30849:1 30850:1 30855:1 30857:6 30861:2 30863:2 30866:2 30869:1 30883:1 30900:1 30920:1 30925:2 30964:1 30965:1 30997:4 30998:1
3 2:1 13:2 37:1 44:1 50:1 84:2 90:2 104:1 117:1 123:1 145:1 149:1 162:1 176:1 196:1 203:1 211:1 216:1 254:1 255:1 275:3 276:2 287:1 311:1 333:1 339:1 357:1 374:1 375:1 376:1 396:1 397:1 401:1 406:2 424:1 428:1 431:1 436:2 446:1 447:1 467:3 468:1 471:3 472:2 475:2 485:4 490:1 556:1 580:1 585:1 620:1 625:1 637:1 648:2 657:3 677:1 683:4 686:1 704:1 705:1 710:2 720:2 722:1 733:1 750:1 794:1 812:2 813:1 826:1 847:1 866:1 889:1 891:1 901:1 934:2 942:2 958:3 965:1 972:2 981:3 982:1 986:4 989:2 996:1 1000:1 1004:1 1006:1 1045:1 1049:7 1092:1 1096:2 1115:1 1124:1 1130:2 1145:1 1150:1 1189:1 1194:2 1203:1 1215:1 1253:3 1275:1 1279:1 1295:1 1297:1 1302:2 1304:2 1305:1 1309:1 1318:1 1319:1 1321:1 1322:2 1336:1 1349:2 1368:2 1369:2 1382:1 1390:1 1397:1 1401:3 1403:1 1408:1 1413:1 1414:1 1429:1 1430:1 1433:1 1434:1 1439:1 1445:1 1458:1 1483:2 1484:1 1518:1 1534:1 1538:1 1553:1 1560:1 1563:1 1566:3 1583:1 1585:2 1593:6 1610:1 1622:1 1626:1 1641:2 1644:1 1646:1 1673:1 1679:1 1681:1 1685:2 1693:1 1704:1 1707:3 1734:2 1751:1 1769:1 1775:1 1801:2 1802:2 1812:1 1813:1 1816:1 1833:2 1836:1 1844:1 1852:1 1861:3 1864:1 1883:2 1884:1 1911:1 1923:1 1942:1 1947:1 1969:1 1986:1 1991:1 1993:1 1995:1 2001:1 2006:1 2007:3 2009:3 2025:2 2045:1 2049:1 2050:1 2071:1 2072:1 2089:1 2103:1 2126:2 2143:1 2146:1 2148:1 2149:1 2171:1 2173:1 2177:1 2192:1 2204:1 2207:1 2212:1 2213:1 2227:1 2239:2 2247:1 2271:1 2285:1 2290:3 2301:1 2323:4 2325:1 2341:2 2352:1 2357:1 2361:1 2385:1 2400:1 2401:1 2405:1 2411:2 2412:2 2413:1 2414:1 2416:2 2418:3 2420:3 2423:7 2424:2 2426:1 2429:1 2431:1 2439:3 2440:1 2443:1 2445:2 2453:3 2454:2 2458:1 2468:1 2487:1 2503:1 2521:2 2532:1 2554:2 2563:1 2576:1 2590:1 2592:1 2616:1 2622:2 2644:1 2660:1 2663:1 2664:1 2701:1 2705:2 2724:1 2740:1 2748:1 2779:2 2788:1 2798:1 2807:1 2822:1 2824:1 2827:2 2851:1 2853:2 2854:2 2877:1 2902:1 2920:1 2936:1 2939:1 2945:1 2955:1 2959:1 2972:1 2974:1 3002:2 3004:1 3006:2 3009:1 3011:1 3017:1 3036:1 3038:3 3047:1 3074:1 3078:1 3086:6 3102:2 3108:1 3114:1 3119:1 3124:1 3148:1 3152:1 3153:6 3164:4 3168:1 3173:1 3199:1 3281:1 3325:1 3338:1 3353:1 3408:1 3426:4 3434:6 3443:1 3475:1 3523:1 3532:1 3541:1 3557:1 3582:1 3605:1 3619:1 3627:1 3665:1 3694:1 3699:1 3704:1 3709:1 3734:1 3752:1 3753:1 3757:1 3758:1 3782:1 3784:1 3786:1 3800:1 3832:1 3849:2 3851:1 3854:1 3861:1 3865:3 3870:3 3880:2 3884:1 3886:2 3891:3 3919:2 3923:1 3930:1 3932:1 3955:1 3962:1 3965:3 3982:3 3992:1 4013:1 4042:1 4043:2 4056:1 4063:1 4069:2 4088:1 4091:2 4103:4 4118:1 4150:1 4153:1 4155:1 4195:1 4199:1 4201:1 4206:1 4212:3 4220:1 4245:1 4249:1 4254:1 4255:2 4276:1 4281:1 4290:1 4296:1 4303:1 4339:2 4359:1 4367:1 4388:2 4390:2 4397:2 4404:1 4408:1 4410:2 4414:1 4421:1 4445:1 4449:1 4462:1 4465:1 4495:1 4508:1 4510:2 4521:1 4539:2 4544:1 4569:1 4590:1 4605:1 4621:1 4624:1 4637:1 4652:6 4689:1 4697:2 4710:1 4721:2 4746:1 4750:1 4773:1 4775:2 4778:1 4780:1 4792:1 4806:2 4808:1 4811:1 4816:1 4835:1 4846:1 4848:1 4866:6 4881:1 4885:1 4893:1 4900:1 4901:1 4906:7 4915:1 4948:3 4992:2 4998:1 5003:1 5008:1 5027:1 5076:1 5091:1 5098:11 5100:2 5127:1 5138:1 5153:1 5157:1 5162:1 5169:1 5171:1 5222:1 5225:1 5241:3 5242:1 5243:2 5249:1 5252:1 5255:2 5256:1 5264:1 5271:2 5274:1 5275:1 5335:2 5349:1 5378:2 5379:1 5389:1 5401:1 5404:1 5413:1 5414:1 5415:1 5432:1 5477:1 5483:2 5510:1 5541:2 5553:1 5560:1 5586:4 5588:1 5589:1 5626:1 5644:1 5659:1 5664:1 5670:1 5671:2 5704:1 5705:1 5714:1 5716:1 5759:1 5760:1 5768:3 5798:1 5800:1 5801:2 5814:1 5880:1 5881:2 5885:1 5887:1 5941:1 5956:1 5972:3 5973:1 5974:1 5977:1 6007:2 6013:1 6024:1 6046:3 6079:1 6083:1 6118:1 6126:1 6148:1 6161:1 6177:1 6182:2 6184:1 6189:1 6207:1 6222:2 6229:1 6237:2 6305:1 6306:1 6313:1 6318:1 6319:1 6324:1 6341:2 6342:1 6344:1 6346:1 6349:2 6370:2 6377:1 6378:1 6383:1 6387:1 6388:1 6390:2 6397:1 6402:2 6426:1 6438:1 6457:1 6462:1 6469:4 6495:1 6509:2 6512:1 6513:1 6551:2 6554:1 6565:2 6583:1 6592:1 6625:1 6627:1 6636:2 6644:1 6657:2 6677:2 6680:1 6686:1 6687:5 6689:2 6690:1 6695:4 6696:1 6698:2 6700:2 6703:7 6705:1 6708:1 6712:1 6731:1 6734:1 6743:1 6765:2 6829:1 6840:3 6843:1 6849:1 6851:2 6859:12 6875:1 6919:1 6920:1 6956:1 6969:1 6980:2 6983:1 7041:1 7081:1 7099:1 7110:1 7114:1 7123:1 7128:2 7130:1 7140:1 7148:2 7176:2 7177:1 7181:1 7185:1 7198:1 7204:4 7208:1 7232:1 7249:1 7257:1 7285:2 7294:1 7303:1 7310:1 7336:1 7339:1 7349:1 7352:1 7361:1 7368:1 7370:1 7378:1 7379:1 7387:1 7388:1 7390:1 7400:1 7411:1 7419:2 7427:1 7438:1 7456:1 7473:1 7509:1 7523:2 7527:1 7533:1 7539:4 7563:1 7597:1 7609:1 7621:1 7654:1 7660:1 7687:1 7702:1 7725:1 7799:2 7816:1 7821:1 7833:1 7838:1 7854:1 7865:1 7873:1 7876:1 7885:2 7901:1 7904:1 7912:1 7929:2 7933:1 7935:1 7941:1 7952:1 7970:3 7983:1 8057:7 8058:2 8066:1 8078:2 8079:1 8080:1 8102:1 8107:2 8108:2 8112:1 8117:1 8124:31 8132:1 8133:1 8148:3 8150:5 8158:1 8162:1 8214:1 8236:1 8239:1 8240:1 8263:1 8265:2 8279:1 8298:1 8315:1 8320:1 8334:2 8337:1 8345:1 8354:1 8372:1 8391:1 8399:1 8400:1 8410:1 8455:1 8493:1 8499:2 8527:1 8545:1 8552:1 8555:1 8562:1 8581:1 8585:1 8614:1 8643:2 8645:2 8652:2 8653:1 8665:17 8683:1 8690:1 8695:1 8699:1 8709:1 8712:1 8768:1 8792:1 8793:1 8795:2 8816:1 8822:1 8866:1 8870:1 8878:1 8912:1 8916:2 8918:1 8925:1 8927:1 8934:1 8944:1 8956:1 8958:1 8964:1 8970:2 8972:1 8982:1 8999:1 9007:1 9026:1 9034:2 9035:1 9052:1 9056:1 9059:1 9061:1 9067:2 9069:2 9070:1 9074:1 9075:1 9077:1 9085:1 9093:1 9120:1 9135:1 9151:1 9156:2 9176:1 9177:1 9178:1 9200:1 9205:2 9218:1 9233:1 9242:1 9246:1 9262:1 9277:1 9291:2 9295:2 9317:1 9320:1 9356:1 9368:1 9385:2 9387:1 9389:1 9394:1 9395:2 9398:1 9404:2 9418:1 9423:1 9424:1 9425:1 9427:1 9439:2 9442:2 9451:1 9459:2 9464:1 9483:2 9498:1 9502:1 9515:2 9526:1 9531:1 9534:1 9545:1 9550:1 9558:1 9569:2 9571:1 9581:1 9597:1 9601:1 9618:1 9624:4 9627:1 9654:1 9680:3 9682:1 9684:1 9690:1 9694:1 9707:1 9725:1 9733:1 9762:1 9770:1 9773:1 9800:1 9807:2 9828:1 9837:2 9843:1 9857:1 9862:1 9865:1 9866:1 9875:1 9884:1 9900:1 9903:2 9969:2 9985:1 9989:1 9992:1 9995:1 9996:1 10011:1 10025:1 10027:1 10028:1 10036:1 10048:1 10049:2 10067:1 10082:1 10083:2 10135:1 10160:2 10162:2 10164:1 10172:1 10178:1 10179:1 10182:1 10197:1 10209:1 10219:1 10226:1 10242:2 10245:3 10264:2 10287:3 10288:1 10290:1 10308:1 10329:1 10360:1 10367:1 10410:1 10438:3 10441:1 10443:2 10444:1 10448:1 10453:1 10454:3 10471:1 10484:1 10494:1 10514:1 10519:4 10535:1 10553:1 10558:2 10588:1 10600:1 10606:1 10612:1 10617:2 10627:2 10630:4 10638:2 10651:1 10653:1 10663:1 10687:1 10701:1 10703:1 10711:1 10740:1 10768:1 10780:1 10784:3 10793:1 10800:1 10804:1 10808:1 10820:1 10827:1 10850:4 10862:1 10865:1 10906:1 10911:1 10914:1 10915:1 10934:1 10952:1 10959:1 10960:1 10961:1 10963:2 10974:1 10978:1 10979:1 10988:2 11010:3 11038:2 11067:1 11089:2 11090:1 11134:1 11152:1 11192:1 11206:1 11214:3 11219:1 11225:9 11265:1 11275:2 11287:1 11301:2 11317:1 11328:1 11355:1 11357:1 11414:1 11458:4 11461:6 11482:1 11495:2 11496:1 11507:1 11509:1 11539:1 11541:1 11551:1 11556:1 11564:1 11565:1 11576:3 11584:1 11588:1 11593:1 11597:2 11604:2 11628:1 11634:2 11639:1 11640:1 11641:1 11644:3 11660:1 11694:1 11709:1 11741:1 11763:1 11810:1 11815:1 11820:4 11825:3 11827:2 11844:1 11849:2 11854:1 11865:1 11894:1 11898:1 11913:1 11920:1 11927:1 11931:1 11938:1 11940:2 11956:1 11977:2 11979:1 11984:1 11992:1 12000:1 12014:2 12027:1 12028:1 12033:1 12036:1 12050:1 12086:1 12101:1 12102:1 12107:1 12123:2 12147:8 12171:1 12174:2 12176:1 12181:1 12183:3 12185:1 12196:1 12197:1 12200:1 12208:2 12211:1 12212:1 12217:1 12220:2 12225:2 12226:1 12252:1 12254:2 12261:1 12262:1 12263:1 12270:6 12280:4 12286:1 12287:4 12307:1 12325:1 12339:1 12406:1 12422:1 12425:1 12431:1 12440:2 12456:1 12466:1 12473:4 12504:2 12516:1 12528:1 12550:1 12561:1 12562:1 12575:1 12589:1 12616:1 12617:1 12629:1 12630:3 12639:1 12645:1 12669:1 12671:1 12689:1 12702:1 12713:2 12715:1 12735:3 12781:1 12826:1 12831:1 12836:1 12843:2 12851:2 12869:1 12873:1 12874:1 12906:1 12925:1 12940:1 12953:1 12959:1 12978:1 12986:1 12992:1 12996:1 12998:1 13015:1 13021:2 13023:1 13031:1 13098:3 13102:1 13112:1 13151:1 13155:1 13157:1 13167:1 13172:1 13190:2 13228:1 13249:2 13269:1 13273:1 13283:1 13285:1 13291:1 13297:1 13302:1 13304:2 13312:1 13318:1 13323:1 13362:1 13364:1 13375:1 13387:1 13390:1 13412:1 13467:1 13470:1 13542:1 13586:1 13596:1 13600:1 13605:1 13632:1 13639:1 13642:1 13649:2 13650:1 13651:1 13683:4 13720:1 13733:1 13739:1 13751:4 13755:2 13759:3 13761:2 13773:1 13774:3 13785:1 13789:1 13803:1 13809:1 13820:1 13831:2 13840:1 13841:6 13857:1 13883:1 13889:1 13892:1 13898:1 13912:1 13916:3 13918:1 13919:1 13928:2 13934:1 13942:1 13953:1 13991:1 14003:1 14033:1 14037:1 14042:1 14061:1 14079:1 14085:1 14140:2 14150:1 14158:1 14161:2 14179:1 14185:2 14223:2 14227:1 14229:3 14230:1 14241:1 14246:1 14247:1 14256:2 14268:1 14295:3 14296:1 14305:1 14340:1 14348:1 14362:1 14365:1 14384:1 14386:2 14389:1 14396:2 14397:3 14400:1 14420:1 14438:1 14440:1 14442:1 14454:2 14481:1 14510:1 14513:1 14531:1 14533:2 14536:1 14548:1 14552:1 14576:1 14581:1 14593:1 14595:1 14596:1 14599:1 14608:2 14616:2 14619:1 14630:1 14641:1 14649:1 14652:1 14657:2 14684:2 14695:1 14707:1 14709:1 14716:1 14735:2 14761:1 14772:1 14780:1 14784:2 14789:1 14795:1 14805:1 14807:1 14809:2 14845:1 14860:1 14878:2 14885:1 14890:1 14903:1 14911:1 14916:1 14917:1 14921:1 14923:5 14925:1 14927:2 14940:1 14942:2 14943:1 14950:4 14951:2 14959:2 14981:1 15000:1 15042:1 15043:1 15063:2 15082:1 15105:1 15116:1 15120:1 15121:1 15134:1 15138:1 15155:1 15168:1 15189:1 15212:1 15217:1 15233:2 15241:1 15300:2 15304:1 15314:1 15315:5 15326:1 15331:1 15358:1 15374:2 15377:4 15383:2 15388:1 15394:1 15400:1 15401:1 15422:2 15423:1 15432:1 15442:1 15448:1 15480:1 15488:1 15494:1 15509:1 15514:1 15540:1 15582:1 15597:1 15598:1 15605:1 15606:4 15608:1 15617:1 15623:1 15628:2 15636:5 15642:1 15643:2 15645:2 15666:1 15672:1 15680:1 15686:1 15690:1 15729:1 15751:1 15768:1 15779:1 15820:1 15827:1 15851:1 15869:2 15884:1 15885:1 15895:1 15900:1 15918:1 15937:2 15947:1 15969:1 15972:1 15983:1 16018:2 16034:2 16051:1 16094:1 16108:1 16127:1 16149:1 16152:1 16154:1 16155:1 16163:1 16191:1 16201:1 16207:6 16248:1 16258:1 16266:1 16295:1 16336:2 16348:2 16357:1 16360:1 16362:4 16364:1 16368:1 16383:1 16384:1 16385:1 16396:2 16398:1 16399:1 16402:1 16404:1 16406:1 16414:1 16418:3 16422:2 16431:1 16437:2 16441:2 16442:1 16469:1 16474:1 16515:1 16525:1 16530:2 16531:1 16550:1 16561:3 16571:1 16580:1 16595:1 16602:1 16603:1 16616:1 16619:4 16626:1 16664:1 16665:1 16668:1 16687:2 16704:6 16707:1 16712:1 16718:1 16727:1 16731:1 16746:2 16750:1 16761:1 16766:1 16772:1 16792:2 16798:1 16807:1 16811:1 16822:2 16823:1 16826:1 16836:1 16857:1 16866:1 16911:1 16915:1 16947:2 16950:1 16958:2 16973:1 16974:1 16975:1 16977:1 16978:3 16980:1 16985:1 16986:1 16987:1 16988:2 16989:3 16998:1 17006:1 17010:1 17024:2 17036:1 17064:1 17070:1 17071:2 17073:1 17074:1 17079:1 17081:2 17083:2 17088:1 17119:3 17124:1 17129:1 17134:1 17147:1 17169:1 17177:1 17179:1 17190:1 17203:1 17216:1 17256:4 17284:1 17297:1 17317:1 17331:1 17332:1 17336:1 17344:3 17385:1 17393:2 17420:3 17430:1 17443:1 17455:6 17461:1 17464:1 17465:1 17502:1 17504:1 17506:2 17507:1 17508:1 17516:1 17594:1 17620:1 17623:1 17630:1 17631:1 17632:3 17685:1 17701:1 17718:1 17721:1 17733:1 17758:1 17761:1 17765:1 17774:1 17793:1 17803:1 17809:1 17811:1 17816:1 17853:1 17906:1 17931:1 17946:1 17970:2 17973:1 17985:1 17988:2 18018:2 18021:1 18044:2 18055:2 18060:1 18072:1 18078:1 18080:1 18128:1 18142:1 18152:2 18154:1 18158:1 18184:1 18198:1 18201:1 18208:1 18214:1 18249:1 18256:1 18260:1 18267:1 18270:4 18277:1 18280:1 18293:1 18318:1 18364:1 18368:1 18388:1 18389:1 18404:1 18406:1 18412:1 18415:1 18420:1 18425:1 18432:1 18447:1 18455:1 18469:1 18473:1 18493:1 18537:2 18555:1 18567:1 18584:1 18602:1 18604:1 18612:1 18625:1 18654:1 18655:1 18662:5 18677:1 18680:1 18686:1 18693:1 18699:2 18703:1 18712:1 18713:1 18717:1 18724:1 18727:1 18745:3 18746:2 18748:1 18752:1 18790:1 18796:1 18817:1 18833:1 18842:4 18859:1 18865:1 18867:1 18881:1 18883:1 18893:1 18912:1 18916:1 18934:1 18951:2 18962:2 18984:1 19005:1 19017:1 19020:1 19052:2 19070:2 19118:1 19122:1 19167:1 19180:1 19191:1 19193:1 19198:1 19207:1 19208:1 19232:1 19243:1 19254:3 19260:1 19262:1 19278:1 19281:1 19285:1 19300:1 19307:1 19311:1 19312:1 19337:1 19339:1 19342:1 19344:1 19348:1 19407:1 19420:2 19421:1 19426:1 19458:1 19462:1 19470:1 19486:2170 19488:2 19490:1 19494:3 19496:1 19500:1 19507:1 19511:2 19512:1 19546:1 19547:1 19587:1 19596:1 19607:1 19616:1 19621:1 19625:1 19643:2 19668:1 19672:6 19684:1 19685:1 19688:1 19691:1 19695:1 19721:1 19723:1 19725:2 19730:1 19784:4 19815:1 19834:1 19876:3 19887:1 19888:1 19946:3 19954:1 19955:1 19979:1 19987:2 19997:1 19998:1 20015:1 20032:1 20054:1 20065:1 20073:1 20080:1 20087:1 20110:1 20120:1 20141:1 20148:2 20168:1 20188:1 20210:1 20216:1 20234:2 20267:1 20295:1 20301:1 20312:2 20314:2 20321:1 20346:3 20358:1 20376:1 20393:3 20402:1 20410:1 20421:2 20435:1 20458:1 20464:2 20488:1 20491:2 20496:1 20501:2 20504:1 20513:1 20514:1 20517:1 20529:1 20532:5 20534:1 20561:1 20590:1 20595:2 20601:1 20613:1 20647:2 20679:1 20684:2 20694:3 20698:1 20700:1 20701:1 20711:1 20713:2 20745:1 20756:1 20768:1 20775:1 20777:1 20787:1 20816:2 20819:1 20827:1 20832:1 20850:1 20864:1 20867:1 20869:2 20886:1 20924:1 20925:1 20928:1 20936:1 20948:1 20980:4 20981:1 20987:1 21009:1 21038:1 21039:1 21046:4 21052:1 21053:1 21070:2 21073:2 21098:3 21128:2 21130:1 21138:1 21139:1 21149:1 21153:3 21166:1 21184:3 21185:1 21186:1 21189:1 21193:1 21209:2 21211:1 21217:1 21220:1 21230:2 21239:2 21242:3 21245:1 21263:1 21264:1 21269:1 21278:1 21283:1 21295:1 21305:1 21316:1 21320:1 21325:3 21333:1 21353:1 21355:1 21357:2 21383:1 21400:3 21416:2 21471:1 21474:1 21482:2 21491:1 21513:1 21537:1 21567:1 21602:1 21619:2 21630:1 21646:3 21659:1 21665:1 21672:1 21676:1 21693:1 21715:1 21717:1 21719:1 21736:1 21747:1 21750:1 21753:1 21756:1 21759:1 21761:1 21762:1 21763:1 21774:1 21777:1 21791:1 21792:3 21810:3 21815:1 21823:1 21826:1 21833:1 21846:1 21853:1 21920:1 21924:1 21926:2 21930:1 21957:1 21965:1 21978:1 22004:1 22023:1 22024:1 22031:1 22067:1 22069:1 22074:1 22076:1 22088:1 22090:1 22095:1 22099:1 22145:1 22155:1 22162:1 22164:1 22169:1 22171:1 22187:2 22192:1 22208:1 22214:1 22317:1 22325:1 22344:1 22345:1 22355:1 22373:1 22375:1 22378:3 22381:2 22395:1 22397:1 22437:1 22477:1 22486:1 22490:3 22492:1 22503:2 22504:2 22511:1 22539:1 22547:1 22566:1 22568:1 22569:1 22591:1 22610:1 22618:1 22626:1 22631:1 22633:1 22635:1 22638:1 22645:1 22653:2 22655:1 22663:1 22672:1 22673:1 22696:1 22724:1 22741:1 22745:5 22746:1 22753:2 22765:1 22776:1 22785:1 22791:3 22795:1 22802:1 22803:1 22812:1 22813:1 22831:1 22843:1 22869:1 22888:1 22899:2 22906:1 22911:4 22913:1 22918:1 22921:1 22930:1 22942:1 22963:1 22968:1 22980:1 22993:2 22995:2 23022:1 23033:4 23047:1 23049:1 23062:1 23064:1 23074:2 23082:1 23090:1 23111:2 23114:1 23119:1 23120:1 23130:1 23157:1 23170:1 23188:1 23222:1 23244:2 23251:2 23292:1 23298:1 23303:1 23316:5 23318:1 23352:1 23354:1 23360:2 23382:1 23383:1 23384:3 23385:2 23398:1 23425:1 23444:1 23447:3 23486:1 23496:1 23499:1 23500:1 23512:1 23515:2 23516:6 23524:1 23535:2 23539:1 23550:1 23559:3 23564:7 23569:1 23573:1 23577:1 23581:1 23590:1 23598:1 23614:1 23620:1 23623:1 23624:1 23629:2 23631:1 23638:1 23639:3 23642:1 23644:2 23649:1 23650:2 23667:1 23668:4 23676:2 23703:1 23724:1 23731:1 23738:1 23760:2 23764:1 23765:1 23769:3 23789:1 23791:3 23796:2 23807:1 23830:2 23836:1 23841:1 23843:1 23871:1 23873:1 23888:1 23894:1 23898:1 23910:1 23919:1 23933:1 23934:1 23957:6 23979:1 23990:1 23999:1 24008:1 24013:1 24057:1 24059:1 24066:1 24067:1 24101:1 24115:1 24123:1 24147:1 24164:1 24178:1 24184:2 24210:2 24220:1 24238:1 24246:1 24265:1 24267:1 24280:1 24291:2 24296:1 24319:1 24333:2 24334:1 24352:1 24354:1 24360:1 24365:1 24370:1 24374:6 24410:1 24417:1 24418:1 24425:1 24443:1 24450:1 24453:1 24469:1 24476:1 24485:1 24504:3 24512:1 24528:1 24531:1 24536:4 24542:2 24550:1 24556:1 24558:1 24562:1 24607:1 24611:1 24623:1 24635:1 24644:1 24653:1 24661:1 24662:1 24664:1 24681:3 24686:1 24710:1 24748:3 24764:1 24805:1 24809:1 24813:1 24834:1 24838:1 24857:1 24909:1 24912:4 24928:1 24931:1 24939:2 24950:1 24961:1 24994:1 24998:2 25007:1 25042:1 25049:1 25056:1 25081:1 25115:1 25127:2 25140:1 25143:1 25154:1 25163:1 25169:1 25180:1 25191:1 25197:3 25200:1 25205:1 25247:1 25259:2 25260:1 25276:1 25322:1 25330:1 25349:1 25366:2 25375:2 25404:1 25407:1 25411:2 25428:1 25482:1 25496:1 25498:3 25521:2 25556:2 25565:1 25569:1 25575:3 25588:1 25600:1 25614:3 25623:1 25634:2 25642:1 25648:3 25651:1 25652:1 25659:1 25663:1 25677:1 25683:1 25697:1 25742:1 25745:1 25749:2 25753:1 25755:1 25756:1 25760:1 25761:1 25765:2 25767:1 25771:2 25772:1 25789:1 25790:1 25791:1 25803:1 25810:2 25822:1 25824:1 25844:1 25851:1 25855:1 25856:1 25859:1 25871:1 25878:1 25890:1 25891:1 25893:1 25904:1 25910:1 25931:1 25939:6 25945:2 25947:1 25948:1 25959:1 25960:1 25964:2 25965:1 26004:1 26032:1 26035:1 26042:3 26058:1 26063:1 26067:1 26071:1 26108:1 26136:1 26137:1 26144:1 26149:1 26161:1 26191:1 26239:1 26244:1 26247:1 26250:1 26255:1 26259:1 26272:3 26278:2 26280:1 26300:1 26302:1 26307:1 26329:4 26331:11 26343:1 26363:6 26376:1 26379:1 26384:1 26386:2 26390:1 26395:1 26413:5 26416:1 26422:1 26423:1 26424:1 26425:1 26451:1 26459:1 26481:1 26490:1 26492:1 26496:1 26537:2 26538:1 26553:1 26554:1 26558:1 26561:1 26567:1 26570:1 26585:1 26586:1 26599:2 26601:1 26617:1 26626:1 26633:1 26635:1 26649:1 26653:2 26671:1 26682:1 26685:2 26699:1 26701:1 26707:1 26709:1 26730:1 26741:1 26758:1 26767:1 26800:2 26812:1 26817:1 26841:1 26872:2 26875:2 26879:4 26882:4 26891:3 26920:1 26930:1 26952:1 26964:1 26967:1 26974:1 26994:1 27017:1 27040:1 27042:4 27078:1 27093:1 27095:1 27110:1 27121:2 27133:1 27141:1 27152:4 27165:1 27168:1 27176:1 27199:1 27207:1 27240:1 27244:1 27258:1 27273:1 27287:1 27290:1 27321:1 27335:1 27367:1 27403:5 27406:2 27418:1 27483:1 27490:1 27503:1 27517:1 27538:1 27543:2 27556:1 27595:3 27601:3 27602:1 27611:1 27651:1 27681:2 27684:1 27699:1 27701:1 27714:1 27729:1 27730:1 27732:1 27750:3 27767:1 27773:1 27782:1 27785:4 27796:2 27802:1 27807:1 27817:1 27833:1 27853:1 27929:1 27930:1 27946:1 27969:1 27979:1 28000:1 28035:1 28052:1 28059:1 28067:3 28068:1 28074:12 28086:1 28119:2 28142:1 28150:1 28165:1 28175:2 28177:1 28190:1 28193:1 28204:1 28205:1 28208:2 28220:2 28232:1 28246:2 28254:1 28270:1 28275:1 28276:1 28283:2 28288:1 28316:1 28321:1 28329:1 28330:1 28332:1 28340:1 28341:1 28349:5 28351:1 28375:1 28381:1 28383:3 28387:1 28390:2 28402:1 28409:1 28411:1 28414:2 28416:1 28455:2 28456:1 28457:1 28458:2 28461:1 28462:1 28478:2 28487:2 28501:1 28506:1 28513:1 28525:1 28542:1 28594:1 28595:1 28601:5 28619:1 28625:1 28642:1 28645:1 28673:4 28677:1 28682:1 28686:1 28688:1 28691:1 28694:1 28696:1 28701:2 28702:1 28712:1 28713:2 28718:1 28720:1 28733:1 28734:1 28743:1 28750:3 28751:2 28752:1 28754:1 28758:1 28759:1 28761:3 28770:1 28777:1 28787:1 28790:1 28811:1 28817:2 28833:1 28846:1 28855:3 28866:2 28867:1 28872:1 28878:1 28884:1 28901:1 28907:1 28986:1 28996:1 29001:1 29027:1 29049:1 29052:2 29053:1 29089:1 29090:1 29093:1 29095:1 29100:1 29110:2 29117:2 29124:1 29128:1 29145:1 29148:1 29169:1 29183:1 29207:1 29224:1 29239:1 29248:3 29263:1 29269:1 29292:1 29306:1 29336:1 29345:1 29346:1 29370:1 29380:1 29396:1 29413:2 29423:2 29448:2 29458:1 29492:1 29494:1 29495:1 29508:1 29514:2 29529:2 29536:2 29540:1 29548:1 29555:1 29566:12 29567:1 29570:1 29575:2 29592:2 29600:1 29609:3 29612:1 29616:1 29621:1 29631:2 29633:1 29657:1 29673:1 29675:1 29680:1 29686:2 29689:1 29708:2 29716:2 29721:1 29731:2 29746:1 29748:2 29753:2 29761:5 29766:2 29771:1 29773:1 29778:1 29814:1 29842:1 29848:1 29856:1 29858:2 29867:1 29880:1 29887:2 29904:1 29925:1 29930:1 29939:1 29941:1 29947:1 29948:1 29961:1 29972:4 30023:1 30025:2 30030:1 30033:1 30034:1 30051:1 30054:1 30066:2 30084:1 30094:1 30095:1 30097:3 30125:1 30131:1 30136:1 30147:1 30149:3 30164:1 30199:1 30207:1 30239:1 30241:1 30247:1 30279:1 30295:1 30302:1 30308:1 30328:1 30351:2 30354:1 30364:2 30396:1 30451:2 30466:1 30474:1 30498:1 30516:1 30565:1 30587:1 30608:1 30612:1 30617:2 30679:3 30707:1 30719:1 30730:4 30735:1 30738:3 30742:1 30751:1 30752:1 30755:1 30760:1 30770:3 30779:1 30791:1 30802:1 30807:1 30816:1 30825:1 30832:2 30834:2 30844:1 30845:1 30846:1 30849:1 30850:1 30855:1 30857:6 30861:2 30863:2 30866:2 30869:1 30883:1 30900:1 30920:1 30925:2 30964:1 30965:1 30997:4 30998:1
3 2:1 13:2 36:1 37:1 44:1 50:1 84:2 90:2 104:1 117:1 123:1 145:1 149:1 162:1 176:1 196:1 203:1 211:1 216:1 254:1 255:1 275:3 276:2 286:1 287:1 301:1 311:1 333:1 339:1 357:1 374:1 375:1 376:1 396:1 397:1 401:1 406:2 424:1 428:1 431:1 436:2 446:1 447:1 467:3 468:1 471:3 472:2 475:2 485:4 490:1 556:1 580:1 585:1 590:1 620:1 625:1 637:1 648:2 657:3 677:1 683:4 686:1 704:1 705:1 710:2 720:2 722:1 733:1 750:1 794:1 812:2 813:1 826:1 847:1 866:1 889:1 891:1 901:1 934:3 942:3 958:3 965:1 972:2 981:4 982:1 986:5 989:2 996:1 1000:1 1004:1 1006:1 1045:1 1049:7 1092:1 1096:2 1115:1 1124:1 1130:2 1145:1 1150:1 1189:1 1194:2 1203:1 1215:1 1253:3 1275:1 1279:1 1295:1 1297:1 1302:2 1304:2 1305:1 1309:1 1312:1 1318:1 1319:1 1321:1 1322:2 1336:1 1349:2 1365:1 1368:2 1369:2 1382:1 1390:1 1397:1 1401:4 1403:1 1408:1 1413:1 1414:1 1429:1 1430:1 1433:1 1434:1 1439:1 1441:1 1445:1 1458:1 1483:2 1484:1 1518:1 1534:1 1538:1 1553:1 1560:1 1563:1 1566:3 1583:1 1585:2 1593:8 1610:1 1622:1 1626:1 1641:2 1644:1 1646:1 1673:1 1679:1 1681:1 1685:3 1693:1 1704:1 1707:3 1734:2 1751:1 1769:1 1775:1 1801:2 1802:2 1812:1 1813:1 1816:1 1833:2 1836:1 1844:1 1852:1 1861:3 1864:1 1883:2 1884:1 1911:1 1923:1 1942:1 1947:1 1969:1 1971:1 1986:1 1991:1 1993:1 1995:2 2001:1 2006:1 2007:3 2009:3 2025:2 2045:1 2049:1 2050:1 2071:1 2072:1 2089:1 2103:1 2126:2 2143:1 2146:1 2148:1 2149:1 2171:1 2173:1 2177:1 2192:1 2204:1 2207:1 2212:1 2213:1 2225:1 2227:1 2239:2 2247:1 2271:1 2285:1 2290:4 2301:1 2323:4 2325:1 2341:2 2352:1 2357:1 2361:1 2385:1 2400:1 2401:1 2405:1 2411:2 2412:2 2413:1 2414:1 2416:2 2418:3 2420:3 2423:7 2424:2 2426:1 2429:1 2431:1 2439:3 2440:1 2443:1 2445:2 2453:4 2454:2 2458:1 2468:1 2487:1 2503:1 2521:2 2532:1 2554:2 2563:2 2576:1 2590:1 2592:1 2596:1 2616:1 2622:2 2644:1 2660:1 2663:1 2664:1 2701:1 2705:2 2724:1 2740:1 2748:1 2779:2 2788:1 2793:1 2798:1 2807:1 2822:1 2824:1 2827:2 2851:1 2853:2 2854:2 2877:1 2902:1 2920:1 2936:1 2939:1 2945:1 2955:1 2959:1 2972:1 2974:1 3002:2 3004:1 3006:2 3009:1 3011:1 3017:1 3019:1 3027:1 3036:1 3038:3 3047:1 3074:1 3078:1 3086:6 3102:2 3108:1 3114:1 3119:1 3124:1 3148:1 3152:1 3153:6 3164:4 3168:1 3173:1 3199:1 3281:1 3325:1 3338:1 3353:1 3380:1 3408:1 3426:4 3434:6 3443:1 3475:1 3523:1 3532:1 3541:1 3557:1 3582:1 3605:1 3612:1 3619:1 3627:1 3665:1 3694:1 3699:1 3704:1 3709:1 3734:1 3743:1 3752:1 3753:1 3756:1 3757:1 3758:1 3782:1 3784:1 3786:1 3800:1 3832:1 3849:2 3851:1 3854:1 3861:1 3865:3 3870:3 3880:2 3884:1 3886:2 3891:3 3919:2 3923:1 3930:1 3932:1 3955:1 3962:1 3965:3 3982:3 3992:1 4013:1 4042:1 4043:2 4056:2 4063:1 4069:2 4088:1 4091:2 4103:4 4118:1 4128:1 4150:1 4153:1 4155:1 4195:1 4199:1 4201:1 4206:1 4212:3 4220:1 4245:1 4249:1 4254:1 4255:2 4276:1 4281:1 4290:1 4296:1 4303:1 4339:2 4359:1 4367:1 4388:2 4390:2 4397:2 4404:1 4408:1 4410:2 4414:1 4421:1 4445:1 4449:1 4462:1 4465:1 4495:1 4508:1 4510:2 4521:1 4539:2 4544:1 4569:1 4590:1 4605:1 4621:1 4624:1 4637:1 4652:6 4689:1 4697:2 4710:1 4721:2 4746:1 4750:1 4773:1 4775:2 4778:1 4780:1 4792:1 4806:2 4808:1 4811:1 4816:1 4835:1 4846:1 4848:1 4866:7 4881:1 4885:1 4893:2 4900:1 4901:1 4906:8 4915:1 4948:3 4992:2 4998:3 5003:1 5008:1 5027:1 5076:1 5077:1 5091:1 5098:12 5100:3 5127:1 5138:1 5153:1 5157:1 5162:1 5169:1 5171:1 5222:1 5225:1 5241:3 5242:2 5243:2 5249:1 5252:1 5255:2 5256:1 5257:1 5264:1 5271:2 5272:1 5274:1 5275:1 5332:1 5335:2 5349:1 5378:2 5379:1 5389:1 5401:1 5404:1 5413:1 5414:1 5415:1 5432:1 5477:1 5483:2 5510:1 5541:2 5553:1 5560:1 5586:4 5588:1 5589:1 5626:1 5644:1 5659:2 5664:1 5670:1 5671:2 5704:1 5705:1 5714:1 5716:1 5759:1 5760:1 5768:3 5776:1 5798:1 5800:1 5801:2 5814:1 5880:1 5881:3 5885:1 5887:1 5941:1 5956:1 5972:3 5973:1 5974:1 5977:1 6007:2 6013:1 6024:1 6040:1 6046:3 6079:1 6083:1 6118:1 6126:1 6136:2 6148:1 6161:1 6177:1 6182:2 6184:1 6189:1 6207:1 6222:2 6229:1 6237:2 6305:1 6306:1 6313:1 6318:1 6319:1 6324:1 6341:2 6342:1 6344:1 6346:1 6349:2 6370:2 6377:1 6378:1 6383:1 6387:1 6388:1 6390:2 6397:1 6402:2 6426:1 6438:1 6457:1 6462:1 6469:4 6495:1 6509:2 6512:1 6513:1 6551:2 6554:1 6565:2 6583:1 6592:1 6609:1 6625:1 6627:1 6636:2 6638:1 6644:1 6657:2 6677:2 6680:1 6686:1 6687:6 6689:2 6690:1 6692:1 6695:4 6696:1 6698:2 6700:3 6703:8 6705:1 6708:1 6712:1 6731:1 6734:1 6743:1 6765:2 6829:1 6839:1 6840:4 6843:1 6849:1 6851:2 6859:12 6875:1 6919:1 6920:1 6956:1 6969:1 6980:3 6983:1 7032:1 7041:1 7081:1 7099:1 7110:1 7114:1 7123:1 7128:3 7130:1 7131:1 7140:1 7148:2 7176:2 7177:1 7181:1 7185:1 7198:1 7199:1 7204:4 7208:2 7232:1 7249:1 7257:1 7285:2 7294:1 7303:1 7310:1 7323:1 7336:1 7339:1 7349:1 7352:1 7361:1 7368:1 7370:1 7378:1 7379:1 7387:1 7388:1 7390:1 7400:1 7411:1 7419:2 7427:1 7438:1 7456:1 7473:1 7509:1 7523:2 7527:1 7533:1 7539:4 7563:1 7597:1 7603:1 7609:1 7621:1 7654:1 7660:1 7687:1 7702:1 7725:1 7730:1 7784:1 7788:1 7799:2 7816:1 7821:1 7833:1 7838:1 7854:1 7865:1 7873:1 7876:1 7885:2 7901:1 7904:1 7911:1 7912:1 7929:2 7933:1 7935:1 7941:1 7952:1 7970:3 7983:1 8057:7 8058:2 8066:1 8078:2 8079:1 8080:1 8102:1 8107:4 8108:2 8112:1 8117:1 8124:32 8132:1 8133:1 8148:4 8150:5 8158:1 8162:1 8214:1 8236:1 8239:1 8240:1 8263:1 8265:2 8279:1 8298:1 8315:1 8320:1 8334:2 8337:1 8345:1 8354:1 8372:1 8391:1 8399:1 8400:1 8410:1 8414:1 8455:1 8493:1 8499:2 8527:1 8545:1 8552:1 8555:1 8562:1 8581:1 8585:1 8614:1 8643:2 8645:2 8652:2 8653:1 8665:18 8683:1 8690:1 8695:1 8699:1 8709:1 8712:1 8768:1 8792:1 8793:1 8795:2 8816:1 8822:1 8830:1 8866:1 8870:2 8878:1 8912:1 8916:2 8918:1 8925:1 8927:1 8934:1 8944:1 8956:1 8958:1 8964:1 8970:2 8972:1 8982:1 8999:1 9007:1 9026:1 9034:2 9035:1 9052:1 9056:1 9059:1 9061:1 9067:3 9069:2 9070:1 9074:1 9075:1 9077:1 9080:1 9085:1 9093:1 9120:1 9135:1 9151:2 9156:2 9176:1 9177:1 9178:1 9200:1 9205:2 9218:1 9233:1 9242:1 9246:1 9262:1 9277:1 9291:2 9295:2 9317:1 9320:1 9356:1 9368:1 9385:2 9387:1 9389:1 9394:1 9395:2 9398:1 9404:2 9418:1 9423:1 9424:1 9425:1 9427:1 9439:2 9442:3 9451:1 9459:2 9464:1 9483:2 9498:1 9502:1 9515:2 9526:1 9531:1 9534:1 9545:1 9550:1 9558:1 9569:2 9571:1 9581:1 9597:1 9601:1 9618:1 9624:4 9627:1 9654:1 9680:3 9682:1 9684:1 9690:1 9694:1 9707:1 9725:1 9733:1 9762:1 9770:1 9773:1 9800:1 9807:2 9828:1 9837:2 9843:1 9857:1 9862:1 9865:1 9866:1 9875:1 9884:1 9900:1 9903:2 9969:2 9985:1 9989:1 9992:1 9995:1 9996:1 10011:1 10025:1 10027:1 10028:1 10036:1 10048:1 10049:2 10067:1 10082:1 10083:2 10135:1 10160:2 10162:2 10164:1 10172:1 10178:1 10179:1 10182:1 10197:1 10209:1 10219:1 10226:1 10242:2 10245:3 10264:2 10287:4 10288:1 10290:1 10308:1 10329:1 10360:1 10367:1 10410:1 10438:3 10441:1 10443:2 10444:1 10448:1 10453:1 10454:3 10471:1 10484:2 10494:1 10514:1 10519:5 10535:1 10553:1 10558:2 10588:1 10600:1 10604:1 10606:1 10612:1 10617:2 10627:2 10630:4 10638:2 10640:1 10651:1 10653:1 10663:1 10687:1 10701:1 10703:1 10711:1 10740:1 10768:1 10780:1 10784:3 10793:1 10800:1 10804:1 10805:1 10808:1 10820:1 10827:1 10850:4 10862:1 10865:1 10906:1 10911:1 10914:1 10915:1 10934:1 10952:1 10959:1 10960:1 10961:1 10963:2 10974:1 10978:1 10979:1 10988:2 11001:1 11010:3 11038:2 11067:1 11089:2 11090:1 11134:1 11152:1 11192:1 11206:1 11214:3 11219:1 11225:10 11265:1 11275:2 11287:1 11301:2 11317:1 11328:1 11355:1 11357:1 11386:1 11414:1 11458:4 11461:6 11482:1 11495:2 11496:1 11507:1 11509:1 11539:1 11541:1 11551:1 11556:1 11564:1 11565:1 11576:3 11584:1 11588:1 11593:1 11597:2 11604:2 11622:1 11628:1 11634:2 11639:1 11640:1 11641:1 11644:3 11660:1 11694:1 11709:1 11741:1 11763:1 11810:1 11815:1 11820:4 11825:3 11827:2 11844:1 11849:2 11854:1 11865:1 11894:1 11898:1 11913:1 11920:1 11927:1 11931:1 11938:2 11940:2 11955:1 11956:1 11977:2 11979:1 11984:1 11992:1 12000:1 12014:2 12027:2 12028:1 12033:1 12036:1 12050:1 12086:1 12101:1 12102:1 12107:1 12123:2 12147:9 12171:1 12174:2 12176:1 12181:1 12183:3 12185:1 12196:1 12197:1 12200:1 12208:2 12211:1 12212:1 12215:1 12217:1 12220:2 12225:2 12226:1 12252:1 12254:3 12261:1 12262:1 12263:1 12270:7 12280:4 12286:2 12287:4 12307:1 12325:1 12339:1 12406:1 12422:1 12425:1 12431:1 12440:2 12456:1 12466:1 12473:4 12504:2 12516:1 12528:1 12550:1 12561:1 12562:1 12575:1 12589:1 12616:1 12617:1 12629:1 12630:3 12639:1 12645:1 12669:1 12671:1 12689:1 12702:1 12713:2 12715:1 12735:3 12756:1 12781:1 12826:1 12831:1 12836:1 12843:2 12851:2 12869:1 12873:1 12874:1 12906:1 12925:1 12940:1 12953:1 12959:1 12978:1 12986:1 12992:1 12996:1 12998:1 13015:1 13021:2 13023:1 13031:1 13098:3 13102:1 13112:1 13151:1 13155:1 13157:1 13167:1 13172:1 13190:2 13228:1 13249:2 13269:1 13273:2 13283:1 13285:1 13291:1 13297:1 13302:1 13304:2 13312:1 13318:1 13323:1 13358:1 13362:1 13364:1 13375:1 13387:1 13390:1 13404:1 13412:1 13467:1 13470:1 13542:1 13586:1 13596:1 13600:1 13605:1 13618:1 13632:1 13639:1 13642:1 13649:2 13650:1 13651:1 13683:4 13720:1 13733:1 13738:1 13739:1 13751:4 13755:2 13759:3 13761:3 13773:1 13774:3 13785:1 13789:1 13803:1 13809:1 13820:1 13831:2 13840:1 13841:7 13857:1 13883:1 13889:1 13892:1 13898:1 13912:1 13916:3 13918:1 13919:1 13928:2 13934:1 13942:1 13953:1 13975:1 13991:1 14003:1 14033:1 14037:1 14042:1 14061:1 14079:1 14085:1 14140:2 14150:1 14158:1 14161:2 14179:1 14185:3 14223:2 14227:1 14229:3 14230:1 14241:1 14246:1 14247:1 14256:2 14268:1 14295:3 14296:1 14305:1 14340:1 14348:2 14360:1 14362:1 14365:1 14384:1 14386:2 14389:1 14396:2 14397:3 14400:1 14406:1 14420:1 14438:1 14440:1 14442:1 14454:2 14481:1 14510:1 14513:1 14530:1 14531:1 14533:2 14536:1 14548:1 14552:1 14576:1 14581:1 14593:1 14595:1 14596:1 14599:1 14608:2 14616:2 14619:1 14630:1 14641:1 14649:1 14652:1 14657:2 14659:1 14684:2 14695:1 14699:1 14707:1 14709:1 14716:1 14735:2 14761:1 14772:1 14780:1 14784:2 14789:1 14795:1 14805:1 14807:1 14809:2 14845:1 14860:1 14878:2 14885:1 14890:1 14903:1 14911:1 14916:1 14917:1 14921:1 14923:5 14925:1 14927:2 14940:1 14942:2 14943:1 14950:4 14951:2 14959:2 14981:1 15000:1 15042:1 15043:1 15063:2 15082:1 15090:1 15105:1 15116:1 15120:1 15121:1 15134:1 15138:1 15155:1 15168:1 15189:1 15212:1 15217:1 15233:2 15241:1 15300:2 15304:1 15314:1 15315:5 15326:1 15331:1 15358:1 15374:2 15377:4 15383:2 15388:1 15394:1 15400:1 15401:1 15422:2 15423:1 15432:1 15442:1 15448:2 15480:1 15483:1 15488:1 15494:1 15509:1 15514:1 15540:1 15582:1 15597:1 15598:1 15605:1 15606:4 15608:1 15617:1 15623:1 15628:2 15636:5 15642:1 15643:3 15645:2 15666:1 15672:1 15680:1 15686:1 15690:1 15729:1 15751:1 15768:1 15771:1 15779:1 15820:1 15827:1 15851:1 15869:2 15884:1 15885:1 15895:1 15899:1 15900:1 15918:1 15935:1 15937:2 15947:1 15969:1 15972:1 15983:1 16018:2 16034:2 16051:1 16094:1 16108:1 16127:1 16149:1 16152:1 16154:1 16155:1 16163:1 16191:1 16201:1 16207:6 16248:1 16258:1 16266:1 16295:1 16336:2 16348:2 16357:1 16360:1 16362:5 16364:1 16368:1 16383:1 16384:2 16385:1 16396:2 16398:1 16399:1 16402:1 16404:1 16406:1 16414:1 16418:3 16422:2 16431:1 16437:2 16441:3 16442:1 16469:1 16474:1 16515:1 16525:1 16530:2 16531:1 16550:1 16561:3 16571:1 16580:1 16595:1 16602:1 16603:1 16616:1 16619:5 16626:1 16664:1 16665:1 16668:1 16687:2 16696:2 16704:6 16707:1 16712:1 16718:1 16727:1 16731:1 16746:3 16750:1 16761:1 16766:1 16772:1 16786:1 16792:3 16798:1 16807:1 16811:1 16822:2 16823:1 16826:1 16836:1 16857:1 16866:1 16911:1 16915:1 16947:2 16950:1 16958:2 16973:1 16974:1 16975:1 16977:1 16978:3 16980:2 16985:1 16986:1 16987:1 16988:2 16989:3 16998:1 17006:1 17010:1 17024:2 17036:1 17064:1 17070:1 17071:2 17073:1 17074:1 17079:1 17081:2 17083:2 17088:1 17119:3 17124:1 17129:1 17134:1 17147:1 17169:1 17177:1 17179:1 17190:1 17203:1 17216:1 17256:4 17284:1 17297:1 17317:1 17331:1 17332:1 17336:1 17344:3 17385:1 17393:2 17420:4 17430:1 17443:1 17455:6 17461:1 17464:1 17465:1 17502:1 17504:1 17506:2 17507:1 17508:1 17516:1 17575:1 17594:1 17620:1 17623:1 17630:1 17631:1 17632:3 17685:1 17701:2 17718:1 17721:1 17733:1 17758:1 17761:1 17765:1 17774:1 17793:1 17803:1 17809:1 17811:1 17816:1 17853:1 17906:1 17931:1 17946:1 17970:2 17973:1 17985:1 17988:2 18018:2 18021:1 18044:2 18055:2 18060:1 18072:1 18074:1 18078:1 18080:1 18128:1 18142:1 18152:2 18154:1 18158:1 18181:1 18184:1 18195:1 18198:1 18201:1 18208:1 18214:1 18249:1 18256:1 18260:2 18267:1 18270:4 18277:2 18280:1 18293:1 18318:1 18364:1 18368:1 18388:1 18389:1 18404:1 18406:1 18412:1 18415:1 18420:1 18425:1 18432:1 18447:1 18455:1 18469:1 18473:1 18493:1 18537:2 18555:1 18567:1 18584:1 18602:1 18604:1 18612:1 18625:1 18654:1 18655:1 18662:5 18677:1 18680:1 18686:1 18693:1 18699:2 18703:1 18712:1 18713:1 18717:1 18724:1 18727:1 18745:3 18746:2 18748:1 18752:1 18790:1 18796:1 18817:1 18833:1 18834:1 18842:4 18859:1 18865:1 18867:1 18881:1 18883:1 18893:1 18912:1 18916:1 18934:1 18951:2 18958:1 18962:2 18984:1 19005:1 19017:1 19020:1 19052:2 19070:3 19118:1 19122:1 19167:1 19180:1 19191:1 19193:1 19198:1 19207:1 19208:1 19232:1 19243:1 19254:4 19260:1 19262:1 19278:1 19281:1 19285:1 19300:1 19307:1 19311:1 19312:1 19337:1 19338:1 19339:1 19342:1 19344:1 19348:1 19407:1 19420:2 19421:1 19426:1 19458:1 19462:1 19470:1 19486:2294 19488:2 19490:1 19494:3 19496:1 19500:1 19507:1 19511:2 19512:1 19546:1 19547:1 19587:1 19596:1 19607:1 19616:1 19621:1 19625:1 19643:2 19668:1 19672:6 19684:1 19685:1 19688:1 19691:1 19695:1 19721:1 19723:1 19725:2 19730:1 19743:1 19784:4 19815:1 19834:1 19876:3 19887:1 19888:1 19946:4 19954:1 19955:1 19979:1 19987:2 19997:1 19998:1 20011:1 20015:1 20028:1 20032:1 20054:1 20058:1 20065:1 20073:1 20080:1 20087:1 20110:1 20120:1 20141:1 20148:2 20168:1 20188:1 20210:1 20216:1 20234:2 20267:1 20286:1 20295:1 20301:1 20312:2 20314:2 20321:1 20346:3 20358:1 20376:1 20393:3 20402:1 20410:1 20421:3 20435:1 20458:1 20464:2 20488:1 20491:2 20496:1 20501:2 20504:1 20505:1 20513:1 20514:1 20517:1 20529:1 20532:5 20534:1 20561:1 20590:1 20595:2 20601:1 20613:1 20647:2 20679:1 20684:2 20694:3 20698:1 20700:1 20701:1 20711:1 20713:2 20745:1 20756:1 20768:1 20775:1 20777:1 20787:1 20816:2 20819:1 20827:1 20832:1 20850:1 20864:1 20867:1 20869:2 20886:1 20912:1 20924:1 20925:1 20928:1 20936:1 20948:1 20980:5 20981:1 20987:1 21009:1 21038:1 21039:1 21046:4 21052:1 21053:1 21070:2 21073:2 21098:3 21128:2 21130:1 21138:1 21139:1 21149:1 21153:3 21158:1 21166:1 21184:3 21185:1 21186:1 21189:1 21193:1 21209:2 21211:1 21217:1 21220:1 21230:2 21239:2 21242:3 21245:1 21263:1 21264:1 21269:1 21278:1 21283:1 21295:1 21305:1 21316:1 21320:1 21325:3 21333:1 21353:1 21355:1 21357:2 21361:1 21383:1 21400:3 21416:2 21471:1 21474:1 21482:2 21491:1 21513:1 21537:1 21567:1 21602:1 21603:1 21619:2 21630:1 21646:3 21659:1 21665:1 21672:1 21676:1 21693:1 21715:1 21717:1 21719:1 21736:1 21747:1 21750:1 21753:1 21756:1 21759:1 21761:1 21762:1 21763:1 21774:1 21777:1 21785:1 21791:1 21792:3 21810:3 21815:2 21823:1 21826:1 21833:1 21846:1 21852:1 21853:1 21920:1 21924:1 21926:2 21930:1 21957:1 21965:1 21978:1 22004:1 22023:1 22024:1 22031:2 22054:1 22067:1 22069:1 22074:1 22076:1 22088:1 22090:1 22095:1 22099:1 22137:1 22145:1 22155:1 22156:2 22162:1 22164:1 22169:1 22171:1 22187:2 22192:1 22208:1 22214:1 22304:1 22317:1 22325:1 22344:1 22345:1 22355:1 22373:1 22375:1 22378:4 22381:2 22395:1 22397:1 22437:1 22441:1 22477:1 22486:1 22490:3 22492:1 22503:2 22504:2 22511:1 22539:1 22547:1 22566:1 22568:1 22569:1 22591:1 22610:1 22618:1 22620:1 22626:1 22631:1 22633:1 22635:1 22638:1 22645:1 22653:2 22655:1 22663:1 22672:1 22673:1 22696:1 22724:1 22731:1 22741:1 22745:6 22746:1 22753:2 22765:1 22776:1 22785:1 22791:3 22795:1 22802:1 22803:1 22812:1 22813:1 22831:1 22843:1 22869:1 22888:1 22889:1 22899:2 22906:1 22911:6 22913:1 22918:1 22921:1 22930:1 22942:1 22963:1 22968:1 22972:1 22980:1 22982:1 22993:2 22995:2 23022:1 23033:4 23047:1 23049:1 23058:1 23062:1 23064:1 23074:2 23082:1 23090:1 23111:2 23114:1 23119:1 23120:1 23130:1 23131:1 23153:1 23157:1 23170:1 23188:1 23213:1 23222:1 23244:2 23251:2 23292:1 23298:1 23303:1 23316:5 23318:1 23352:1 23354:1 23360:2 23382:1 23383:1 23384:3 23385:2 23397:1 23398:1 23425:1 23444:1 23447:3 23486:1 23496:1 23499:1 23500:1 23512:1 23515:2 23516:6 23524:1 23535:2 23539:1 23550:1 23559:3 23564:7 23569:1 23573:1 23577:1 23581:1 23590:1 23591:1 23598:1 23614:1 23620:1 23623:1 23624:1 23629:2 23631:1 23637:1 23638:1 23639:3 23642:1 23644:2 23649:1 23650:2 23667:1 23668:4 23676:2 23703:1 23724:1 23731:1 23738:1 23760:2 23764:1 23765:1 23769:3 23789:1 23791:3 23796:2 23807:1 23830:2 23836:1 23841:1 23843:1 23871:1 23873:1 23887:1 23888:1 23894:1 23898:1 23910:1 23919:1 23933:1 23934:1 23957:7 23979:1 23990:3 23999:1 24008:1 24013:1 24057:1 24059:1 24066:1 24067:1 24101:1 24115:1 24123:1 24147:1 24164:1 24167:1 24178:1 24184:2 24210:2 24220:1 24238:1 24246:1 24265:1 24267:1 24280:1 24291:2 24296:1 24319:1 24333:2 24334:1 24352:1 24354:1 24357:1 24360:1 24365:1 24370:1 24374:6 24392:1 24410:1 24417:1 24418:1 24425:1 24443:1 24450:1 24453:1 24461:1 24469:1 24476:1 24485:1 24504:3 24512:1 24528:1 24531:1 24536:4 24542:2 24550:1 24556:1 24558:1 24562:1 24607:1 24611:1 24623:1 24635:1 24644:1 24653:1 24661:1 24662:2 24664:1 24681:3 24686:1 24710:1 24748:3 24764:1 24805:1 24809:1 24813:1 24834:1 24838:1 24857:1 24909:1 24912:4 24928:1 24931:2 24939:2 24950:1 24961:1 24994:1 24998:2 25007:1 25042:1 25049:1 25056:1 25064:1 25081:1 25115:1 25127:2 25140:1 25143:1 25154:1 25163:1 25169:1 25180:1 25191:1 25197:3 25200:1 25205:1 25247:1 25259:3 25260:1 25267:1 25276:1 25284:1 25322:1 25330:1 25349:1 25366:2 25375:2 25404:1 25407:1 25411:2 25428:1 25482:1 25496:1 25498:3 25521:2 25556:2 25565:1 25569:1 25575:3 25588:1 25600:1 25614:3 25623:1 25634:2 25642:1 25648:3 25651:1 25652:1 25659:1 25663:1 25677:1 25683:1 25697:1 25742:1 25745:1 25749:2 25753:1 25755:1 25756:1 25760:2 25761:1 25765:3 25767:1 25771:2 25772:1 25789:1 25790:1 25791:1 25803:1 25810:2 25822:1 25824:1 25844:1 25851:1 25855:1 25856:1 25859:1 25871:1 25878:1 25890:1 25891:1 25893:1 25904:1 25910:1 25931:1 25939:7 25945:2 25947:1 25948:1 25959:1 25960:1 25964:3 25965:1 26004:1 26032:1 26035:1 26042:4 26058:1 26063:1 26067:1 26071:1 26108:1 26136:1 26137:1 26144:1 26149:1 26161:1 26191:1 26239:1 26244:1 26247:1 26250:1 26255:1 26259:1 26272:3 26278:2 26280:1 26300:1 26302:1 26307:1 26329:4 26331:12 26343:1 26363:7 26376:1 26379:1 26384:1 26386:2 26390:1 26395:1 26413:5 26416:1 26422:1 26423:1 26424:1 26425:1 26431:1 26451:1 26459:1 26481:1 26490:1 26492:1 26496:1 26503:1 26537:2 26538:1 26553:1 26554:1 26558:1 26561:1 26567:1 26570:1 26585:1 26586:1 26599:2 26601:1 26617:1 26626:1 26633:1 26635:1 26649:1 26653:2 26671:1 26682:1 26685:2 26699:1 26701:1 26707:1 26709:1 26730:1 26741:1 26758:1 26767:2 26800:2 26812:1 26817:1 26841:1 26872:2 26875:2 26879:4 26882:4 26891:3 26920:1 26930:1 26952:1 26964:1 26967:1 26974:1 26994:1 27017:1 27040:1 27042:4 27078:1 27093:1 27095:1 27110:2 27121:2 27133:1 27141:1 27152:4 27165:1 27168:1 27176:1 27199:1 27207:1 27240:1 27244:1 27258:1 27273:1 27287:1 27290:1 27321:1 27322:1 27335:1 27367:1 27403:6 27406:2 27418:1 27476:1 27483:1 27490:1 27503:1 27517:1 27538:1 27543:2 27556:1 27595:3 27601:3 27602:1 27611:1 27651:1 27681:2 27684:1 27699:1 27701:2 27714:1 27729:1 27730:1 27732:1 27750:4 27767:1 27773:2 27782:1 27785:4 27796:2 27802:1 27807:1 27817:1 27833:1 27853:1 27854:1 27929:1 27930:1 27946:1 27969:1 27979:1 28000:1 28035:1 28052:1 28059:1 28067:3 28068:1 28074:12 28086:1 28119:2 28142:1 28150:1 28165:1 28175:2 28177:1 28190:1 28193:1 28204:1 28205:1 28208:2 28220:2 28232:1 28246:2 28254:1 28270:1 28275:1 28276:1 28283:2 28288:1 28316:1 28321:1 28329:1 28330:1 28332:1 28340:1 28341:1 28349:5 28351:1 28363:2 28375:1 28381:1 28383:3 28387:1 28388:1 28390:2 28402:1 28409:1 28411:1 28414:2 28416:1 28455:2 28456:1 28457:1 28458:2 28461:1 28462:1 28478:2 28487:2 28501:1 28506:1 28513:1 28525:1 28542:1 28594:1 28595:1 28601:5 28619:1 28625:1 28642:1 28645:1 28673:5 28677:1 28682:1 28686:1 28688:1 28691:1 28694:1 28696:1 28701:2 28702:1 28712:1 28713:2 28718:1 28720:1 28733:1 28734:1 28743:1 28750:3 28751:2 28752:1 28754:1 28758:1 28759:1 28761:3 28770:1 28777:1 28787:2 28790:1 28811:1 28817:2 28833:1 28846:1 28855:3 28866:2 28867:1 28872:1 28878:1 28884:1 28895:1 28901:1 28907:1 28986:1 28996:1 29001:1 29027:1 29049:1 29052:2 29053:1 29089:1 29090:1 29093:1 29095:1 29100:1 29110:2 29117:2 29124:1 29128:1 29145:1 29148:1 29169:1 29183:1 29207:1 29224:1 29239:1 29242:1 29248:3 29263:1 29269:1 29292:1 29306:2 29328:1 29336:1 29345:1 29346:1 29370:1 29380:1 29396:1 29413:2 29423:2 29440:1 29448:2 29458:1 29492:1 29494:1 29495:1 29508:1 29514:2 29529:2 29536:2 29540:1 29548:1 29555:1 29566:14 29567:1 29570:2 29575:3 29592:2 29600:1 29609:4 29612:1 29616:1 29621:1 29631:2 29633:1 29657:1 29673:1 29675:1 29680:1 29686:2 29689:1 29708:2 29716:2 29721:1 29731:2 29746:1 29748:2 29753:2 29761:5 29766:2 29771:1 29773:1 29778:1 29814:1 29842:1 29848:1 29856:1 29858:2 29867:1 29880:1 29887:2 29904:1 29925:1 29930:1 29939:1 29941:1 29947:1 29948:1 29961:1 29972:4 30023:2 30025:2 30030:1 30033:1 30034:1 30051:1 30054:1 30066:2 30084:1 30094:1 30095:1 30097:3 30125:1 30131:1 30136:1 30147:1 30149:3 30164:1 30199:1 30207:2 30239:1 30241:1 30247:1 30279:1 30295:1 30302:1 30308:1 30328:1 30351:2 30354:1 30364:2 30396:1 30451:2 30466:1 30474:1 30498:1 30516:1 30565:1 30587:1 30608:1 30612:1 30617:2 30679:3 30707:1 30719:1 30730:4 30735:1 30738:3 30742:1 30751:1 30752:1 30755:1 30759:1 30760:1 30770:4 30779:1 30791:1 30802:1 30807:1 30816:1 30825:1 30832:2 30834:2 30844:1 30845:1 30846:1 30849:1 30850:1 30855:1 30856:2 30857:7 30861:2 30863:2 30866:2 30869:1 30883:1 30900:1 30906:1 30920:1 30925:2 30964:1 30965:1 30997:4 30998:2
3 2:1 13:2 36:1 37:2 44:1 50:1 84:2 90:2 104:1 117:1 123:1 145:1 149:1 157:1 162:1 176:1 196:1 203:1 211:1 216:1 254:1 255:1 275:3 276:2 286:1 287:1 301:1 311:1 333:1 339:1 357:1 374:1 375:1 376:1 396:1 397:1 401:1 406:2 424:1 428:1 431:1 436:2 446:1 447:1 467:3 468:1 471:3 472:2 475:2 485:4 490:1 556:1 580:1 585:1 590:1 620:1 625:1 637:1 648:2 657:3 677:1 683:4 686:1 704:1 705:1 710:2 720:2 722:1 733:2 750:1 794:1 812:2 813:1 826:1 847:1 866:1 889:1 891:1 895:1 901:1 934:3 942:3 958:3 965:1 972:2 981:4 982:1 986:6 989:2 996:1 1000:1 1004:1 1006:1 1045:1 1049:7 1053:1 1092:1 1096:2 1115:1 1124:2 1130:2 1145:1 1150:1 1189:1 1194:2 1203:1 1215:1 1253:3 1275:1 1279:1 1295:1 1297:1 1302:2 1304:2 1305:1 1309:1 1312:1 1318:1 1319:1 1321:1 1322:2 1336:1 1349:2 1365:1 1368:2 1369:2 1382:1 1390:1 1397:1 1401:4 1403:1 1408:1 1413:1 1414:1 1429:1 1430:1 1433:1 1434:1 1439:1 1441:1 1445:1 1458:1 1483:2 1484:1 1518:1 1534:1 1538:1 1548:1 1553:1 1560:1 1563:1 1566:3 1583:1 1585:2 1593:8 1610:1 1622:1 1626:1 1641:2 1644:1 1646:1 1673:1 1679:1 1681:1 1685:4 1693:1 1700:1 1704:1 1707:3 1734:2 1751:1 1769:1 1775:1 1801:2 1802:2 1812:1 1813:1 1816:1 1833:2 1836:1 1844:1 1852:1 1861:3 1864:1 1883:2 1884:1 1911:1 1923:1 1942:1 1947:1 1969:1 1971:1 1986:1 1991:1 1993:1 1995:2 2001:2 2006:1 2007:3 2009:3 2017:1 2025:2 2045:1 2049:1 2050:1 2071:1 2072:1 2076:1 2089:1 2103:1 2126:2 2143:1 2146:1 2148:1 2149:1 2171:1 2173:1 2177:1 2192:1 2204:1 2207:1 2212:1 2213:1 2225:1 2227:1 2239:2 2242:1 2247:1 2271:1 2285:1 2290:4 2301:1 2323:4 2325:1 2341:2 2352:1 2357:1 2361:2 2385:1 2400:1 2401:1 2405:1 2411:2 2412:2 2413:1 2414:1 2416:2 2418:3 2420:3 2421:1 2423:7 2424:2 2426:1 2429:1 2431:1 2434:1 2439:3 2440:1 2443:1 2445:2 2448:1 2453:5 2454:2 2458:1 2468:1 2487:1 2503:1 2515:1 2521:2 2532:1 2554:2 2563:2 2576:1 2589:1 2590:1 2592:1 2596:1 2616:1 2622:2 2644:1 2660:1 2663:1 2664:1 2701:1 2705:2 2724:1 2740:1 2748:1 2779:2 2788:1 2793:1 2798:1 2807:1 2822:1 2824:1 2827:2 2834:1 2851:1 2853:2 2854:2 2874:1 2877:1 2885:1 2902:1 2920:1 2936:1 2939:1 2945:1 2955:1 2959:1 2972:1 2974:1 3002:2 3004:1 3006:2 3009:1 3011:1 3017:1 3019:1 3027:1 3036:1 3038:3 3047:1 3074:1 3078:1 3086:7 3102:2 3108:1 3114:1 3119:1 3124:1 3148:1 3152:1 3153:6 3164:4 3168:1 3173:1 3199:1 3281:1 3325:1 3338:1 3346:1 3353:1 3380:1 3408:2 3411:1 3426:4 3434:6 3443:1 3471:1 3475:1 3523:1 3532:1 3541:1 3557:1 3582:1 3605:1 3612:1 3619:1 3627:1 3665:1 3694:1 3699:1 3704:1 3709:1 3734:1 3743:1 3752:1 3753:1 3756:1 3757:1 3758:1 3782:1 3784:1 3786:1 3800:1 3832:1 3849:2 3851:1 3854:1 3861:1 3865:4 3870:3 3880:2 3884:1 3886:2 3891:3 3919:3 3923:1 3930:1 3932:1 3955:1 3962:1 3965:3 3982:3 3992:1 4013:1 4042:1 4043:2 4056:2 4063:1 4069:2 4088:1 4091:2 4103:4 4118:1 4128:1 4150:1 4153:1 4155:1 4195:1 4199:1 4201:1 4206:1 4212:3 4220:1 4245:1 4249:1 4254:1 4255:2 4276:1 4281:1 4290:1 4296:1 4303:1 4339:2 4359:1 4367:1 4387:1 4388:2 4390:2 4397:2 4404:1 4408:1 4410:2 4414:1 4421:1 4445:1 4449:1 4462:1 4465:1 4495:1 4508:1 4510:2 4521:1 4539:2 4544:1 4569:1 4590:1 4605:1 4621:1 4624:1 4637:1 4652:6 4689:1 4697:2 4710:1 4721:2 4746:1 4750:1 4773:1 4775:2 4778:1 4780:1 4792:1 4806:2 4808:1 4811:1 4816:1 4835:1 4846:1 4848:1 4866:7 4881:1 4885:1 4893:2 4900:1 4901:1 4906:8 4915:1 4948:3 4992:2 4998:3 5003:1 5008:1 5027:1 5076:1 5077:1 5091:1 5098:12 5100:3 5127:1 5138:1 5153:1 5157:1 5162:1 5169:1 5171:1 5222:1 5225:1 5241:3 5242:3 5243:2 5249:1 5252:1 5255:2 5256:1 5257:1 5264:1 5271:2 5272:1 5274:1 5275:1 5332:1 5335:2 5349:1 5378:2 5379:1 5389:1 5401:1 5404:1 5413:1 5414:1 5415:1 5432:1 5477:1 5483:2 5510:1 5541:2 5553:1 5560:1 5586:4 5588:1 5589:1 5626:1 5644:1 5659:2 5664:1 5670:1 5671:2 5704:1 5705:1 5714:1 5716:1 5759:1 5760:1 5768:3 5776:1 5798:1 5800:1 5801:2 5814:1 5880:1 5881:3 5885:1 5887:1 5936:1 5941:2 5956:1 5972:3 5973:1 5974:1 5977:1 6007:2 6013:1 6024:1 6040:1 6046:3 6079:1 6083:1 6118:1 6126:1 6136:2 6148:1 6161:1 6177:1 6182:2 6184:1 6189:2 6207:1 6222:2 6229:1 6237:2 6305:1 6306:1 6313:1 6318:1 6319:1 6324:1 6341:2 6342:1 6344:1 6346:1 6349:2 6370:2 6377:1 6378:1 6383:1 6387:1 6388:1 6390:2 6397:1 6402:2 6426:1 6438:1 6457:1 6462:1 6469:4 6495:1 6509:2 6512:1 6513:1 6520:1 6551:2 6554:1 6565:2 6583:1 6592:1 6609:1 6625:1 6627:1 6636:2 6638:1 6644:1 6657:2 6677:2 6680:1 6681:1 6686:1 6687:6 6689:2 6690:1 6692:1 6695:4 6696:1 6698:2 6700:3 6703:8 6705:1 6708:1 6712:1 6731:1 6734:1 6743:1 6765:2 6829:1 6839:1 6840:4 6843:1 6849:1 6851:2 6859:12 6875:1 6919:1 6920:1 6956:1 6969:1 6980:3 6983:1 7032:1 7041:1 7081:1 7099:1 7110:1 7114:1 7123:1 7128:3 7130:1 7131:1 7140:1 7148:2 7176:2 7177:1 7181:1 7185:1 7193:1 7198:1 7199:1 7204:5 7208:2 7232:1 7249:1 7257:1 7285:2 7294:1 7303:1 7310:1 7323:1 7336:2 7339:1 7349:1 7352:1 7361:1 7368:1 7370:1 7378:1 7379:1 7387:1 7388:1 7390:1 7400:1 7411:1 7419:2 7427:1 7438:1 7456:1 7473:1 7509:1 7523:2 7527:1 7531:1 7533:1 7539:4 7563:1 7597:1 7603:1 7609:1 7621:1 7654:1 7658:1 7660:1 7687:1 7702:1 7725:1 7730:1 7784:1 7788:1 7799:2 7816:1 7821:1 7833:1 7838:1 7854:1 7865:1 7873:1 7876:1 7885:2 7901:1 7904:1 7911:1 7912:1 7929:2 7933:1 7935:1 7941:1 7952:1 7970:3 7983:1 8057:7 8058:3 8066:1 8078:2 8079:1 8080:1 8102:1 8107:4 8108:2 8112:1 8117:1 8124:35 8132:1 8133:1 8148:4 8150:6 8158:1 8162:1 8214:1 8236:1 8239:1 8240:1 8263:1 8265:2 8279:1 8298:1 8315:1 8320:1 8334:2 8337:1 8345:1 8354:1 8372:1 8391:1 8399:1 8400:1 8410:1 8414:1 8455:1 8493:1 8499:2 8527:1 8545:1 8552:1 8555:1 8562:1 8581:1 8585:1 8614:1 8643:2 8645:2 8652:2 8653:1 8665:18 8683:1 8690:1 8695:1 8699:1 8709:1 8712:1 8768:1 8792:1 8793:1 8795:2 8816:1 8822:1 8830:1 8866:1 8870:2 8878:1 8912:1 8916:2 8918:1 8925:1 8927:1 8934:1 8944:1 8956:1 8958:1 8964:1 8967:1 8970:2 8972:2 8982:1 8999:1 9007:1 9026:1 9034:2 9035:1 9052:1 9056:1 9059:1 9061:1 9067:3 9069:2 9070:1 9074:1 9075:2 9077:1 9080:1 9085:1 9093:1 9120:1 9135:1 9151:2 9156:2 9176:1 9177:1 9178:1 9200:1 9205:2 9218:1 9233:1 9242:1 9246:1 9262:1 9277:1 9291:2 9295:2 9317:1 9320:1 9356:1 9368:1 9385:2 9387:1 9389:1 9394:1 9395:2 9398:1 9404:2 9418:1 9423:1 9424:1 9425:1 9427:1 9439:2 9442:3 9451:1 9459:2 9464:1 9483:2 9498:1 9502:1 9515:2 9526:1 9531:1 9534:1 9545:1 9550:1 9558:1 9569:2 9571:1 9581:1 9587:1 9597:1 9601:1 9618:1 9624:4 9627:1 9654:1 9680:3 9682:1 9684:1 9690:1 9694:1 9707:1 9712:1 9725:1 9733:1 9762:1 9770:1 9773:1 9800:1 9807:2 9828:1 9837:2 9843:1 9857:1 9862:1 9865:1 9866:1 9875:1 9884:1 9900:1 9903:2 9922:1 9969:2 9985:1 9989:1 9992:1 9995:1 9996:1 10011:1 10025:1 10027:1 10028:1 10036:1 10048:1 10049:2 10067:1 10082:1 10083:2 10135:1 10160:2 10162:2 10164:1 10172:1 10178:1 10179:1 10182:1 10197:1 10209:1 10219:1 10226:1 10242:2 10245:3 10264:2 10287:4 10288:1 10290:1 10308:1 10329:1 10360:1 10367:1 10410:1 10438:3 10441:1 10443:2 10444:1 10448:1 10453:1 10454:3 10471:1 10484:2 10494:1 10514:1 10519:5 10534:1 10535:1 10547:1 10553:1 10558:2 10588:1 10600:1 10604:1 10606:1 10612:1 10617:2 10627:2 10630:4 10638:2 10640:1 10651:1 10653:1 10663:1 10687:1 10701:1 10703:1 10711:1 10740:1 10768:1 10780:1 10784:3 10793:1 10800:1 10804:1 10805:1 10808:1 10820:1 10827:1 10850:4 10862:1 10865:1 10906:1 10911:1 10914:1 10915:1 10934:1 10952:1 10959:1 10960:1 10961:1 10963:2 10974:1 10978:1 10979:1 10988:2 11001:1 11010:3 11038:2 11067:1 11089:2 11090:1 11114:1 11134:1 11144:1 11152:1 11192:1 11206:1 11214:3 11216:1 11219:1 11225:11 11265:1 11275:2 11287:1 11301:2 11317:1 11328:1 11355:1 11357:1 11386:1 11414:1 11458:4 11461:6 11482:1 11495:2 11496:1 11507:1 11509:1 11536:1 11539:1 11541:1 11551:1 11556:1 11564:1 11565:1 11576:3 11584:1 11588:1 11593:1 11597:2 11604:2 11622:1 11628:1 11634:2 11639:1 11640:1 11641:1 11644:3 11660:1 11694:1 11696:1 11709:1 11741:1 11763:1 11810:1 11815:1 11820:4 11825:3 11827:2 11844:1 11849:2 11854:1 11865:1 11894:2 11898:1 11913:1 11920:1 11927:1 11931:1 11938:2 11940:2 11955:1 11956:1 11961:1 11977:2 11979:1 11984:1 11992:1 12000:1 12014:2 12027:2 12028:1 12033:1 12036:1 12050:2 12086:1 12101:1 12102:1 12107:1 12123:2 12147:9 12171:1 12174:2 12176:1 12181:1 12183:3 12185:1 12196:1 12197:1 12200:1 12208:2 12211:1 12212:1 12215:1 12217:1 12220:2 12225:2 12226:1 12252:1 12254:3 12261:1 12262:1 12263:1 12270:8 12280:4 12286:2 12287:4 12307:1 12325:1 12339:1 12406:1 12422:1 12425:1 12431:1 12440:2 12456:1 12466:1 12473:4 12504:2 12516:1 12528:1 12550:1 12561:1 12562:1 12575:1 12589:1 12616:1 12617:1 12629:1 12630:3 12639:1 12645:1 12669:1 12670:1 12671:2 12689:1 12702:1 12713:2 12715:1 12735:3 12756:1 12781:1 12826:1 12831:1 12836:1 12843:3 12851:2 12869:1 12873:1 12874:1 12906:1 12925:1 12940:1 12953:1 12959:1 12978:1 12986:1 12992:1 12996:1 12998:1 13015:1 13021:2 13023:1 13031:1 13098:3 13102:1 13112:1 13151:1 13155:1 13157:1 13167:1 13172:1 13190:2 13228:1 13249:2 13269:1 13273:2 13283:1 13285:1 13291:1 13297:1 13302:1 13304:2 13312:1 13318:1 13323:1 13358:1 13362:1 13364:1 13375:1 13387:1 13390:1 13393:1 13404:1 13412:1 13467:1 13470:1 13542:1 13586:1 13596:1 13600:1 13605:1 13618:1 13632:1 13639:1 13642:1 13649:3 13650:1 13651:1 13683:4 13720:1 13733:1 13738:1 13739:1 13751:4 13755:2 13759:3 13761:3 13773:1 13774:3 13785:1 13789:1 13803:1 13809:1 13820:1 13829:1 13831:2 13840:1 13841:7 13857:1 13883:1 13889:1 13892:1 13898:1 13912:1 13916:4 13918:1 13919:1 13928:2 13934:1 13942:1 13953:1 13975:1 13991:1 14003:1 14033:1 14037:1 14042:1 14061:1 14063:1 14079:1 14085:1 14140:2 14150:1 14158:1 14161:2 14179:1 14185:3 14223:2 14227:1 14229:3 14230:1 14241:1 14246:1 14247:1 14256:2 14268:1 14295:3 14296:1 14305:1 14340:1 14348:2 14360:1 14362:1 14365:1 14384:1 14386:2 14389:1 14396:2 14397:3 14400:1 14406:1 14420:1 14438:1 14440:1 14442:1 14454:2 14481:1 14510:1 14513:1 14530:1 14531:1 14533:2 14536:1 14548:1 14552:1 14576:1 14581:1 14593:1 14595:1 14596:1 14599:1 14608:2 14616:2 14619:1 14630:1 14637:1 14641:1 14649:1 14652:1 14657:2 14659:1 14684:2 14695:1 14699:1 14707:1 14709:1 14716:1 14735:2 14761:1 14772:1 14780:1 14784:2 14789:1 14795:1 14805:1 14807:1 14809:2 14845:1 14860:1 14878:2 14885:1 14890:1 14903:1 14911:1 14916:1 14917:1 14921:1 14923:5 14925:1 14927:2 14940:1 14942:2 14943:1 14950:4 14951:2 14959:2 14981:1 15000:1 15031:1 15042:1 15043:1 15063:2 15082:1 15090:1 15105:1 15116:1 15120:1 15121:1 15134:1 15138:1 15155:1 15168:1 15189:1 15212:1 15217:1 15233:2 15241:1 15300:2 15304:1 15314:1 15315:5 15326:1 15331:1 15358:1 15374:2 15377:4 15383:2 15388:1 15394:1 15400:1 15401:1 15422:2 15423:1 15432:1 15442:1 15448:2 15480:1 15483:1 15488:1 15494:2 15509:1 15514:1 15540:1 15582:1 15597:1 15598:1 15605:1 15606:4 15608:1 15617:1 15623:1 15628:2 15636:5 15642:1 15643:3 15645:2 15666:1 15672:1 15680:1 15686:1 15690:1 15729:1 15751:1 15768:1 15771:1 15779:1 15820:1 15827:1 15851:1 15869:2 15884:1 15885:1 15895:1 15899:1 15900:1 15918:1 15935:1 15937:2 15947:1 15966:1 15969:1 15972:1 15983:1 16018:2 16034:2 16036:1 16051:1 16068:1 16087:1 16094:1 16108:1 16127:1 16149:1 16152:1 16154:1 16155:1 16163:1 16191:1 16201:1 16207:7 16248:1 16258:1 16266:1 16295:1 16336:2 16348:2 16357:1 16360:1 16362:5 16364:1 16368:1 16383:1 16384:2 16385:1 16396:2 16398:1 16399:1 16402:1 16404:1 16406:1 16414:1 16418:3 16422:2 16431:1 16437:2 16441:3 16442:1 16469:1 16474:1 16515:1 16525:1 16530:2 16531:1 16550:1 16561:3 16571:1 16580:1 16595:1 16602:1 16603:1 16606:1 16616:1 16619:5 16626:1 16664:1 16665:1 16668:1 16687:2 16696:2 16704:7 16707:1 16712:1 16718:1 16727:1 16731:1 16746:3 16750:1 16761:1 16766:1 16772:1 16786:1 16792:4 16798:1 16807:1 16811:1 16822:2 16823:1 16826:1 16836:1 16857:1 16866:1 16911:1 16915:1 16947:2 16950:1 16958:2 16973:1 16974:1 16975:1 16977:1 16978:3 16980:2 16985:1 16986:1 16987:1 16988:2 16989:3 16998:1 17006:1 17010:1 17024:2 17036:1 17064:1 17070:1 17071:2 17073:1 17074:1 17079:1 17081:2 17083:2 17088:1 17119:3 17124:1 17129:1 17134:1 17147:1 17169:1 17177:1 17179:1 17190:1 17203:1 17216:1 17256:4 17273:1 17284:1 17297:1 17317:1 17331:1 17332:1 17336:1 17344:3 17385:1 17393:2 17420:4 17430:1 17443:1 17455:6 17461:1 17464:1 17465:1 17502:1 17504:1 17506:2 17507:1 17508:1 17516:1 17553:1 17575:1 17594:1 17620:1 17623:1 17630:1 17631:1 17632:3 17685:1 17701:2 17718:1 17721:1 17733:1 17758:1 17761:1 17765:1 17774:1 17793:1 17803:1 17809:1 17811:1 17816:1 17853:1 17906:1 17931:1 17946:1 17970:2 17973:1 17984:1 17985:1 17988:2 18018:2 18021:1 18044:2 18055:2 18060:1 18072:1 18074:1 18078:1 18080:1 18128:1 18142:2 18152:2 18154:1 18158:1 18181:1 18184:1 18195:1 18198:1 18201:1 18208:1 18214:1 18249:1 18256:1 18260:2 18267:1 18270:4 18277:2 18280:1 18293:1 18309:1 18318:1 18364:1 18368:1 18388:1 18389:1 18404:1 18406:1 18412:1 18415:1 18420:1 18425:1 18432:1 18447:1 18455:1 18469:1 18473:1 18489:1 18493:1 18537:2 18555:1 18567:1 18584:1 18602:1 18604:1 18612:1 18625:1 18654:1 18655:1 18662:5 18677:1 18680:1 18686:1 18693:1 18699:2 18703:1 18712:1 18713:1 18717:1 18724:1 18727:1 18731:1 18745:3 18746:2 18748:1 18752:1 18790:1 18796:1 18817:1 18833:1 18834:1 18842:4 18859:1 18865:1 18867:1 18881:1 18883:1 18893:1 18912:1 18916:1 18934:1 18951:2 18958:1 18962:2 18984:1 19005:1 19017:1 19020:1 19052:2 19070:3 19118:1 19122:1 19167:1 19180:1 19191:1 19193:1 19198:1 19207:1 19208:1 19232:1 19243:1 19254:4 19260:1 19262:1 19278:1 19281:1 19285:1 19300:1 19307:1 19311:1 19312:1 19337:1 19338:1 19339:1 19342:1 19344:1 19348:1 19407:1 19420:2 19421:1 19426:1 19458:1 19462:1 19470:1 19486:2328 19488:2 19490:1 19494:3 19496:1 19500:1 19507:1 19511:2 19512:1 19546:1 19547:1 19587:1 19596:1 19607:1 19612:1 19616:1 19621:1 19625:1 19643:2 19668:1 19672:6 19684:1 19685:1 19688:1 19691:1 19695:1 19721:1 19723:1 19725:2 19730:1 19743:1 19784:4 19815:1 19817:1 19834:1 19876:3 19887:1 19888:1 19946:4 19954:1 19955:1 19979:1 19987:2 19997:1 19998:1 20011:1 20015:1 20028:1 20032:1 20054:1 20058:1 20065:1 20073:1 20080:1 20087:1 20110:1 20120:1 20141:1 20148:2 20168:1 20188:1 20210:1 20216:1 20234:3 20267:1 20286:1 20295:1 20301:1 20312:2 20314:2 20321:1 20346:3 20358:1 20376:1 20393:3 20402:1 20410:1 20421:3 20435:1 20458:1 20463:1 20464:3 20488:1 20491:2 20496:1 20501:2 20504:1 20505:1 20513:1 20514:1 20517:1 20529:1 20532:5 20534:1 20561:1 20572:1 20590:1 20595:2 20601:1 20613:1 20647:2 20679:1 20684:2 20694:3 20698:1 20700:1 20701:1 20711:1 20713:2 20745:1 20756:1 20768:1 20775:1 20777:1 20787:1 20816:2 20819:1 20827:1 20832:1 20850:1 20864:1 20867:1 20869:2 20886:1 20912:1 20924:1 20925:1 20928:2 20936:1 20948:1 20980:5 20981:1 20987:1 21009:1 21038:1 21039:1 21046:4 21052:1 21053:1 21070:2 21073:2 21098:3 21128:2 21130:1 21138:1 21139:1 21149:1 21153:3 21158:1 21166:1 21184:3 21185:1 21186:1 21189:1 21193:1 21209:2 21211:1 21217:1 21220:1 21230:2 21239:2 21242:4 21245:1 21263:1 21264:1 21269:1 21278:1 21283:1 21295:1 21305:1 21316:1 21320:1 21325:3 21333:1 21353:1 21355:1 21357:3 21361:1 21383:1 21400:3 21416:2 21471:1 21474:1 21482:2 21491:1 21513:1 21537:1 21567:1 21602:1 21603:1 21619:2 21630:1 21646:3 21659:1 21665:1 21672:1 21676:1 21679:1 21693:1 21715:1 21717:1 21719:1 21736:1 21747:1 21750:1 21753:1 21756:1 21759:1 21761:1 21762:1 21763:1 21774:1 21777:1 21785:1 21791:1 21792:3 21810:3 21815:2 21823:1 21826:1 21833:1 21846:1 21852:1 21853:1 21920:1 21924:1 21926:2 21930:1 21957:1 21965:1 21978:1 22004:1 22023:1 22024:1 22031:2 22054:1 22067:1 22069:1 22074:1 22076:1 22088:1 22090:1 22095:1 22099:1 22137:1 22145:1 22149:1 22155:1 22156:2 22162:1 22164:1 22169:1 22171:1 22187:2 22192:1 22208:1 22214:1 22304:1 22317:1 22325:1 22344:1 22345:1 22354:1 22355:1 22373:1 22375:1 22378:4 22381:2 22395:1 22397:1 22437:1 22441:1 22446:1 22477:1 22486:1 22490:3 22492:1 22503:2 22504:2 22511:1 22539:1 22547:1 22566:1 22568:1 22569:1 22591:1 22610:1 22618:1 22620:1 22626:1 22631:1 22633:1 22635:1 22638:1 22645:1 22653:2 22655:1 22663:1 22672:1 22673:1 22696:1 22724:1 22731:1 22741:1 22745:6 22746:1 22753:2 22765:2 22776:1 22785:1 22791:3 22795:1 22802:1 22803:1 22812:1 22813:1 22831:1 22843:1 22869:1 22885:1 22888:1 22889:1 22899:2 22906:1 22911:6 22913:1 22918:1 22921:1 22930:1 22942:1 22963:1 22968:1 22972:1 22980:1 22982:1 22993:2 22995:2 23022:1 23033:4 23047:1 23049:1 23058:1 23062:1 23064:1 23074:2 23082:1 23090:1 23094:1 23111:2 23114:1 23119:1 23120:1 23130:1 23131:1 23153:1 23157:2 23166:1 23170:1 23188:1 23213:1 23222:1 23244:2 23251:2 23292:1 23298:1 23303:1 23316:5 23318:1 23352:1 23354:1 23360:2 23382:1 23383:1 23384:3 23385:2 23397:1 23398:1 23425:1 23444:1 23447:3 23486:1 23496:1 23499:1 23500:2 23512:1 23515:2 23516:6 23524:1 23535:2 23539:1 23550:1 23559:3 23564:7 23569:1 23573:1 23577:1 23581:1 23590:1 23591:1 23598:1 23614:1 23620:1 23623:1 23624:1 23629:2 23631:1 23637:1 23638:1 23639:3 23642:1 23644:2 23649:1 23650:2 23667:1 23668:4 23676:2 23703:1 23724:1 23731:1 23738:1 23760:2 23764:1 23765:1 23769:3 23789:1 23791:3 23792:1 23796:2 23807:1 23830:2 23836:1 23841:1 23843:1 23871:1 23873:1 23887:1 23888:1 23894:1 23898:1 23910:1 23919:1 23933:1 23934:1 23957:7 23979:1 23990:3 23999:1 24008:1 24013:1 24057:1 24059:1 24066:1 24067:1 24101:1 24115:1 24123:1 24147:1 24164:1 24167:1 24178:1 24184:2 24210:2 24220:1 24238:1 24246:1 24265:1 24267:1 24280:1 24291:2 24296:1 24319:1 24333:2 24334:1 24352:1 24354:1 24357:1 24360:1 24365:1 24370:1 24374:6 24392:1 24410:1 24417:1 24418:1 24425:1 24443:1 24445:1 24450:1 24453:1 24461:1 24469:1 24476:1 24485:1 24504:3 24512:1 24528:1 24531:1 24536:4 24542:2 24550:1 24556:1 24558:1 24562:1 24607:1 24611:1 24623:1 24635:1 24644:1 24653:1 24661:1 24662:2 24664:1 24681:3 24686:1 24710:1 24748:3 24764:1 24805:1 24809:1 24813:1 24834:1 24838:1 24841:1 24857:1 24907:1 24909:1 24912:4 24928:1 24931:2 24939:2 24950:1 24961:1 24994:1 24998:2 25007:1 25042:1 25049:1 25056:1 25064:1 25081:1 25115:1 25127:2 25140:1 25143:1 25154:1 25163:1 25169:1 25180:1 25191:1 25197:3 25200:1 25205:1 25247:1 25259:4 25260:1 25267:1 25276:1 25284:1 25322:1 25330:1 25347:1 25349:1 25366:2 25375:2 25404:1 25407:1 25411:2 25428:1 25482:1 25496:1 25498:3 25521:2 25556:2 25565:1 25569:1 25575:3 25588:1 25600:1 25614:3 25623:1 25634:3 25642:1 25648:3 25651:1 25652:1 25659:1 25663:1 25677:1 25683:1 25697:1 25742:1 25745:1 25749:2 25753:1 25755:1 25756:1 25760:2 25761:1 25765:4 25767:1 25771:2 25772:1 25789:1 25790:1 25791:1 25803:1 25810:2 25822:1 25824:1 25844:1 25851:1 25855:1 25856:1 25859:1 25871:1 25878:1 25890:1 25891:1 25893:1 25904:1 25910:1 25931:1 25939:7 25945:2 25947:1 25948:1 25959:1 25960:1 25964:3 25965:1 26004:1 26032:1 26035:1 26042:4 26058:1 26063:1 26067:1 26071:1 26097:1 26108:1 26136:1 26137:1 26144:1 26149:1 26161:1 26191:1 26239:1 26244:1 26247:1 26250:1 26255:1 26259:1 26272:3 26278:2 26280:1 26300:1 26302:1 26307:1 26329:4 26331:12 26343:1 26363:7 26376:1 26379:1 26384:1 26386:2 26390:1 26395:1 26413:5 26416:1 26422:1 26423:1 26424:1 26425:1 26431:1 26451:1 26459:1 26481:1 26490:1 26492:1 26496:1 26503:1 26537:2 26538:1 26553:1 26554:1 26558:1 26561:1 26567:1 26570:1 26585:1 26586:1 26599:2 26601:1 26617:1 26626:1 26633:1 26635:1 26649:1 26653:2 26671:1 26682:1 26685:2 26699:1 26701:1 26707:1 26709:1 26730:1 26741:1 26758:1 26767:2 26800:2 26812:1 26817:1 26841:1 26872:2 26875:2 26879:4 26882:4 26891:3 26920:1 26930:1 26952:1 26964:1 26967:1 26974:1 26994:1 27017:1 27040:1 27042:4 27078:1 27093:1 27095:1 27110:2 27121:2 27133:1 27141:1 27152:4 27165:1 27168:1 27176:1 27199:1 27207:1 27240:1 27244:1 27258:1 27273:1 27287:1 27290:1 27321:1 27322:1 27335:1 27367:1 27377:1 27403:6 27406:2 27418:1 27476:1 27483:1 27490:1 27503:1 27517:1 27538:1 27543:2 27556:1 27595:3 27601:3 27602:1 27611:1 27651:1 27681:2 27684:1 27699:1 27701:2 27714:1 27729:1 27730:1 27732:1 27750:4 27767:1 27773:2 27782:1 27785:4 27796:2 27802:1 27807:1 27817:1 27833:1 27853:1 27854:1 27929:1 27930:1 27946:1 27969:1 27979:1 28000:1 28035:1 28052:1 28059:1 28067:3 28068:1 28074:12 28086:1 28119:2 28142:1 28150:1 28165:1 28175:2 28177:1 28190:1 28193:1 28204:1 28205:1 28208:2 28220:2 28232:1 28246:2 28254:1 28270:1 28275:1 28276:1 28283:2 28288:1 28316:1 28321:1 28329:1 28330:1 28332:1 28340:1 28341:1 28349:5 28351:1 28363:2 28375:1 28381:1 28383:3 28387:1 28388:1 28390:2 28402:1 28409:1 28411:1 28414:2 28416:1 28455:2 28456:1 28457:1 28458:2 28461:1 28462:1 28478:2 28487:2 28501:1 28506:1 28513:1 28525:1 28542:1 28594:1 28595:1 28601:5 28619:1 28625:1 28642:1 28645:1 28673:5 28676:1 28677:1 28682:1 28686:1 28688:1 28691:1 28694:1 28696:1 28701:2 28702:1 28712:1 28713:2 28718:1 28720:1 28733:1 28734:1 28743:1 28750:3 28751:2 28752:1 28754:1 28758:1 28759:1 28761:4 28770:1 28777:1 28787:2 28790:1 28811:1 28817:2 28833:1 28846:1 28855:3 28866:2 28867:1 28872:1 28878:1 28884:1 28895:1 28901:1 28907:1 28986:1 28996:1 29001:1 29027:1 29049:1 29052:2 29053:1 29089:1 29090:1 29093:1 29095:1 29100:1 29110:2 29117:2 29124:1 29128:1 29145:1 29148:1 29169:1 29183:1 29207:1 29224:1 29235:1 29239:1 29242:1 29248:3 29263:1 29269:1 29292:1 29306:2 29328:1 29336:1 29345:1 29346:1 29370:1 29380:1 29396:1 29413:2 29423:2 29440:1 29448:2 29458:1 29492:1 29494:1 29495:1 29508:1 29514:2 29529:2 29536:2 29540:1 29548:1 29555:1 29564:1 29566:15 29567:1 29570:2 29575:3 29592:2 29600:1 29609:4 29612:1 29616:1 29621:1 29631:2 29633:1 29657:1 29673:1 29675:1 29680:1 29686:2 29689:1 29708:2 29716:2 29721:2 29731:2 29746:1 29748:2 29753:2 29761:5 29766:2 29771:1 29773:1 29778:1 29814:1 29842:1 29848:1 29856:1 29858:2 29867:1 29880:1 29887:2 29904:1 29925:1 29930:1 29939:1 29941:1 29947:1 29948:1 29961:1 29972:4 30023:2 30025:2 30030:1 30033:1 30034:1 30051:1 30054:1 30066:2 30084:1 30094:1 30095:1 30097:3 30125:1 30131:1 30136:1 30147:1 30149:3 30164:1 30199:1 30207:2 30239:1 30241:1 30247:1 30279:1 30295:1 30302:1 30308:1 30328:1 30351:2 30354:1 30364:2 30396:1 30411:1 30451:2 30466:1 30474:1 30498:1 30516:1 30565:1 30587:1 30608:1 30612:1 30617:2 30679:3 30702:1 30707:1 30719:1 30730:4 30735:1 30738:3 30742:1 30751:1 30752:1 30755:1 30759:1 30760:1 30770:4 30779:1 30791:1 30802:1 30807:1 30816:1 30825:1 30832:2 30834:2 30844:1 30845:1 30846:1 30849:1 30850:1 30855:1 30856:2 30857:7 30861:2 30863:2 30866:2 30869:1 30883:1 30900:1 30906:1 30920:1 30925:2 30964:1 30965:1 30997:4 30998:2
3 2:1 13:2 36:1 37:2 44:1 50:1 84:2 90:2 104:1 117:1 123:1 145:1 149:1 157:1 162:1 176:1 196:1 203:1 211:1 216:1 254:1 255:1 275:3 276:2 286:2 287:1 301:1 311:1 333:1 339:1 357:1 374:2 375:1 376:1 385:1 396:1 397:1 401:1 406:2 424:1 428:1 431:1 436:2 446:1 447:1 467:3 468:1 471:3 472:2 475:2 485:4 490:1 556:1 580:1 585:1 590:1 620:1 625:1 637:1 648:2 657:3 677:1 683:4 686:1 701:1 704:1 705:1 710:2 720:2 722:1 733:2 750:1 794:1 812:2 813:1 826:1 847:1 866:1 889:1 891:1 895:1 901:1 934:3 942:3 958:3 965:1 972:2 981:4 982:1 986:6 989:3 996:1 1000:1 1004:1 1006:1 1045:1 1049:7 1053:1 1092:1 1096:2 1115:1 1124:2 1130:2 1145:1 1150:1 1189:1 1194:2 1203:1 1215:1 1233:1 1253:3 1275:1 1279:1 1295:1 1297:1 1302:2 1304:3 1305:1 1309:1 1312:1 1318:1 1319:1 1321:1 1322:2 1323:1 1336:1 1349:2 1365:1 1368:2 1369:2 1382:1 1390:1 1397:1 1401:4 1403:1 1408:1 1413:1 1414:1 1429:1 1430:1 1433:1 1434:1 1439:1 1441:1 1445:1 1458:1 1476:1 1483:2 1484:1 1518:1 1534:1 1538:1 1548:1 1553:1 1560:1 1563:1 1566:3 1583:1 1585:2 1593:8 1610:1 1622:1 1626:1 1641:2 1644:1 1646:1 1673:1 1679:1 1681:1 1685:4 1693:1 1700:1 1704:1 1707:3 1734:2 1751:1 1769:1 1775:1 1801:2 1802:2 1812:1 1813:1 1816:1 1833:2 1836:1 1844:1 1852:1 1861:3 1864:1 1883:2 1884:1 1911:1 1923:1 1942:1 1947:1 1969:1 1971:1 1986:1 1991:1 1993:1 1995:2 2001:2 2006:1 2007:3 2009:3 2017:1 2021:1 2025:2 2045:1 2049:1 2050:2 2056:1 2071:1 2072:1 2076:1 2089:1 2103:1 2126:2 2143:2 2146:1 2148:1 2149:1 2171:1 2173:1 2177:1 2192:1 2204:1 2207:1 2212:1 2213:1 2225:1 2227:1 2239:2 2242:1 2247:1 2271:1 2285:1 2290:4 2301:1 2323:4 2325:1 2341:2 2352:1 2357:1 2361:2 2385:1 2400:1 2401:1 2405:1 2411:2 2412:3 2413:1 2414:1 2416:3 2418:3 2420:3 2421:1 2423:7 2424:3 2426:1 2429:1 2431:1 2434:1 2439:3 2440:1 2443:1 2445:4 2448:1 2453:5 2454:2 2458:1 2468:1 2487:1 2503:1 2515:1 2521:2 2532:1 2554:2 2563:2 2576:1 2589:1 2590:1 2592:1 2596:1 2616:1 2622:2 2644:1 2660:1 2663:1 2664:1 2701:1 2705:2 2724:1 2740:1 2748:1 2779:2 2788:1 2793:1 2798:1 2807:1 2822:1 2824:1 2827:2 2834:1 2851:1 2853:3 2854:2 2874:1 2877:1 2885:1 2902:1 2920:1 2936:1 2939:1 2945:1 2955:1 2959:1 2972:1 2974:1 3002:2 3004:1 3006:2 3009:1 3011:2 3017:1 3019:1 3027:1 3036:1 3038:3 3047:1 3074:2 3078:1 3086:7 3102:2 3108:1 3114:1 3119:1 3124:2 3148:2 3152:1 3153:6 3164:4 3168:1 3173:1 3199:1 3200:1 3281:1 3325:1 3338:1 3346:1 3353:1 3380:1 3408:2 3411:1 3426:4 3434:6 3443:1 3471:1 3475:1 3523:1 3532:1 3541:1 3557:1 3582:1 3605:1 3612:1 3619:1 3627:1 3665:1 3694:1 3699:1 3704:1 3709:1 3734:1 3743:1 3752:1 3753:1 3756:1 3757:1 3758:1 3759:1 3782:1 3784:1 3786:1 3800:1 3832:1 3849:2 3851:1 3854:1 3861:1 3865:4 3870:3 3880:2 3884:1 3886:2 3891:3 3919:3 3923:1 3930:1 3932:1 3955:1 3962:1 3965:3 3982:3 3992:1 4013:1 4042:1 4043:2 4056:2 4063:1 4069:2 4088:1 4091:2 4103:4 4118:1 4128:1 4150:1 4153:1 4155:1 4195:1 4199:1 4201:1 4206:1 4212:3 4220:1 4240:1 4245:1 4249:1 4254:1 4255:2 4276:1 4281:1 4290:1 4296:1 4303:1 4339:2 4344:1 4359:1 4367:1 4387:1 4388:2 4390:2 4397:2 4404:1 4408:1 4410:2 4414:1 4421:1 4445:1 4449:1 4462:1 4465:2 4495:1 4508:2 4510:2 4521:1 4539:2 4544:1 4569:1 4590:1 4605:1 4621:1 4624:1 4637:1 4652:6 4689:1 4697:2 4707:1 4710:1 4721:2 4746:1 4750:1 4773:1 4775:2 4778:1 4780:1 4792:1 4806:2 4808:1 4811:1 4816:1 4835:1 4846:1 4848:1 4866:8 4881:1 4885:1 4893:2 4900:1 4901:1 4906:10 4915:1 4948:3 4992:2 4998:3 5003:2 5008:1 5027:1 5076:1 5077:1 5091:1 5098:13 5100:3 5127:1 5138:1 5153:1 5157:1 5162:1 5169:1 5171:1 5222:1 5225:1 5241:3 5242:4 5243:2 5249:1 5252:1 5255:2 5256:1 5257:1 5264:1 5271:2 5272:1 5274:2 5275:1 5314:1 5332:1 5335:2 5349:1 5378:2 5379:1 5389:1 5401:1 5404:1 5413:1 5414:1 5415:1 5432:1 5437:1 5477:1 5483:2 5510:1 5526:1 5541:2 5553:1 5560:1 5586:4 5588:1 5589:1 5592:1 5626:1 5644:2 5659:2 5664:1 5670:1 5671:2 5704:1 5705:1 5714:2 5716:1 5759:1 5760:1 5768:3 5776:1 5798:1 5800:2 5801:2 5814:1 5880:1 5881:3 5885:2 5887:1 5936:1 5941:2 5956:1 5972:3 5973:1 5974:1 5977:1 6007:2 6013:1 6024:1 6027:1 6040:1 6046:3 6079:1 6083:1 6115:1 6118:1 6126:1 6136:2 6148:1 6161:1 6177:1 6182:2 6184:1 6189:2 6207:1 6222:2 6229:1 6237:2 6305:2 6306:1 6313:1 6318:1 6319:1 6324:1 6341:2 6342:1 6344:3 6346:1 6349:2 6370:2 6377:1 6378:1 6383:1 6387:1 6388:1 6390:2 6397:1 6402:2 6426:1 6438:1 6457:1 6462:1 6469:4 6495:1 6509:2 6512:1 6513:1 6520:1 6551:2 6554:1 6565:2 6583:1 6592:1 6609:1 6625:1 6627:1 6636:2 6638:1 6644:1 6657:3 6677:2 6679:1 6680:1 6681:1 6686:1 6687:6 6689:2 6690:1 6692:1 6695:4 6696:1 6698:2 6700:3 6703:9 6705:1 6708:1 6712:1 6731:1 6734:1 6743:1 6765:2 6829:1 6839:1 6840:4 6843:1 6849:1 6851:2 6859:12 6875:1 6919:1 6920:1 6956:1 6969:1 6980:3 6983:1 7032:1 7041:1 7081:1 7099:1 7110:1 7114:1 7116:1 7123:1 7128:3 7130:1 7131:1 7140:1 7148:2 7176:2 7177:1 7181:1 7185:1 7193:1 7198:1 7199:1 7204:5 7208:2 7232:1 7249:1 7257:1 7285:2 7287:1 7294:1 7303:1 7310:1 7323:1 7336:2 7339:1 7349:1 7352:1 7361:1 7368:1 7370:1 7378:1 7379:1 7387:1 7388:1 7390:1 7400:1 7411:1 7419:2 7427:1 7438:1 7456:1 7473:1 7509:1 7523:2 7527:1 7531:1 7533:1 7539:4 7563:1 7597:1 7603:1 7609:1 7621:1 7654:1 7658:1 7660:1 7687:1 7702:1 7713:1 7725:1 7730:1 7784:1 7788:1 7799:2 7816:1 7821:1 7833:1 7838:1 7854:1 7865:1 7873:1 7876:1 7885:2 7901:1 7904:1 7911:1 7912:1 7929:2 7933:1 7935:1 7941:1 7952:1 7970:3 7983:1 8057:7 8058:3 8066:1 8078:2 8079:1 8080:1 8102:1 8107:4 8108:2 8112:1 8117:1 8124:40 8132:1 8133:1 8148:4 8150:6 8158:1 8162:1 8214:1 8236:1 8239:1 8240:1 8263:1 8265:2 8279:1 8298:1 8315:1 8320:1 8334:2 8337:1 8345:1 8354:1 8372:1 8391:1 8399:1 8400:2 8410:1 8414:1 8450:1 8455:1 8493:1 8499:2 8527:1 8545:1 8552:1 8555:1 8562:1 8581:1 8585:1 8614:1 8643:2 8645:2 8652:2 8653:2 8665:20 8683:1 8690:1 8695:1 8699:1 8709:1 8712:1 8768:1 8792:1 8793:1 8795:2 8816:1 8822:1 8830:1 8866:1 8870:2 8878:1 8912:3 8916:2 8918:1 8925:1 8927:1 8934:1 8944:1 8956:2 8958:1 8964:1 8967:1 8970:2 8972:2 8982:1 8999:1 9007:1 9026:1 9034:2 9035:1 9052:1 9056:1 9059:1 9061:1 9067:3 9069:2 9070:1 9074:1 9075:2 9077:1 9080:1 9085:1 9093:1 9120:1 9135:1 9151:2 9156:2 9176:1 9177:1 9178:1 9200:1 9205:2 9218:1 9233:1 9242:1 9246:1 9262:1 9277:1 9291:2 9295:2 9317:1 9320:1 9356:1 9368:1 9385:2 9387:1 9389:1 9394:1 9395:2 9398:1 9404:2 9418:1 9423:1 9424:1 9425:1 9427:1 9439:2 9442:3 9451:1 9459:2 9464:1 9483:2 9498:1 9502:1 9515:2 9526:1 9531:1 9534:1 9545:1 9550:1 9558:1 9569:2 9571:1 9581:1 9587:1 9597:1 9601:1 9618:1 9624:4 9627:1 9653:1 9654:1 9680:3 9682:1 9684:1 9690:1 9694:1 9707:1 9712:1 9725:1 9733:1 9762:1 9770:1 9773:2 9800:1 9807:2 9828:1 9837:2 9843:1 9857:1 9862:1 9865:1 9866:1 9875:1 9884:1 9900:1 9903:2 9910:1 9922:1 9969:2 9985:1 9989:1 9992:1 9995:1 9996:1 10011:1 10025:1 10027:1 10028:2 10036:1 10048:1 10049:2 10067:1 10082:1 10083:2 10135:1 10160:2 10162:2 10164:1 10172:1 10178:1 10179:1 10182:1 10197:1 10209:1 10219:1 10226:1 10242:3 10245:3 10264:2 10266:1 10270:1 10287:4 10288:1 10290:1 10308:1 10329:1 10360:1 10367:1 10410:1 10438:3 10441:1 10443:2 10444:1 10448:1 10453:1 10454:3 10468:1 10471:1 10484:2 10494:1 10514:1 10519:5 10534:1 10535:1 10547:1 10553:1 10558:3 10588:1 10600:1 10604:1 10606:1 10612:1 10617:2 10627:2 10630:4 10638:2 10640:1 10651:1 10653:1 10663:1 10687:1 10701:1 10703:1 10711:1 10740:1 10768:1 10780:1 10784:3 10793:1 10800:1 10804:1 10805:1 10808:1 10820:1 10827:1 10850:4 10862:1 10865:1 10906:1 10907:1 10911:1 10914:1 10915:1 10934:1 10952:1 10959:1 10960:1 10961:1 10963:2 10974:1 10978:1 10979:1 10988:2 11001:1 11010:3 11038:2 11067:1 11089:2 11090:1 11114:1 11134:1 11144:1 11152:1 11192:1 11206:1 11214:3 11216:1 11219:1 11225:13 11265:1 11275:2 11287:1 11301:2 11317:1 11328:1 11355:1 11357:1 11386:1 11414:1 11458:4 11461:6 11482:1 11495:2 11496:1 11507:1 11509:1 11536:1 11539:1 11541:1 11551:1 11556:1 11564:1 11565:1 11576:3 11584:1 11588:1 11593:1 11597:2 11604:2 11622:1 11628:1 11634:2 11639:2 11640:1 11641:1 11644:3 11660:1 11694:1 11696:1 11709:1 11741:1 11763:1 11810:1 11815:1 11820:4 11825:3 11827:2 11844:1 11849:2 11854:1 11865:1 11894:2 11898:1 11913:1 11920:1 11927:1 11931:1 11938:2 11940:2 11955:1 11956:1 11961:1 11977:2 11979:1 11984:1 11992:1 12000:1 12014:2 12027:2 12028:1 12033:1 12036:1 12050:2 12086:1 12101:1 12102:1 12107:1 12123:2 12147:10 12171:1 12174:2 12176:1 12181:1 12183:3 12185:1 12190:1 12196:1 12197:1 12200:1 12208:2 12211:1 12212:1 12215:1 12217:1 12220:2 12225:2 12226:1 12252:1 12254:3 12261:1 12262:1 12263:1 12270:9 12280:4 12286:2 12287:4 12307:1 12325:1 12339:1 12406:1 12422:1 12425:1 12431:1 12440:2 12444:1 12456:1 12466:1 12473:4 12504:2 12516:1 12528:1 12550:1 12561:1 12562:1 12575:1 12589:1 12616:1 12617:1 12629:1 12630:3 12639:1 12645:1 12669:1 12670:1 12671:2 12689:1 12701:1 12702:1 12713:2 12715:1 12735:3 12756:1 12781:1 12826:1 12831:1 12836:1 12843:3 12851:2 12869:1 12873:1 12874:1 12906:1 12925:1 12940:1 12953:1 12959:1 12978:1 12986:1 12992:1 12996:1 12998:1 13001:1 13015:1 13021:2 13023:1 13031:1 13098:3 13102:1 13112:1 13151:2 13155:1 13157:1 13167:1 13172:1 13190:2 13228:1 13249:2 13269:1 13273:2 13283:1 13285:1 13291:1 13297:1 13302:1 13304:2 13312:1 13313:1 13318:1 13323:1 13358:1 13362:1 13364:1 13375:1 13387:1 13390:1 13393:1 13404:1 13412:1 13459:1 13467:1 13470:1 13542:1 13584:1 13586:1 13596:1 13600:1 13605:1 13618:1 13632:1 13639:1 13642:2 13649:4 13650:1 13651:1 13683:4 13720:1 13733:1 13738:1 13739:1 13751:4 13755:3 13759:3 13761:3 13773:1 13774:3 13785:1 13789:1 13803:1 13809:1 13820:1 13829:1 13831:2 13840:1 13841:8 13857:1 13883:1 13889:1 13892:1 13898:1 13912:1 13916:5 13918:1 13919:1 13928:2 13934:1 13942:1 13953:1 13975:1 13991:1 13996:1 14003:1 14033:1 14037:2 14042:1 14061:1 14063:1 14079:1 14084:1 14085:1 14140:2 14150:1 14158:1 14161:2 14162:1 14179:1 14185:3 14192:1 14223:2 14227:1 14229:3 14230:1 14241:1 14246:1 14247:1 14256:2 14268:1 14295:3 14296:1 14305:1 14340:1 14348:2 14360:1 14362:1 14365:1 14384:1 14386:2 14389:1 14396:2 14397:3 14400:1 14406:1 14420:1 14438:1 14440:2 14442:2 14454:2 14481:1 14510:1 14513:1 14530:1 14531:1 14533:2 14536:1 14548:1 14552:1 14576:1 14581:1 14593:1 14595:1 14596:1 14599:1 14608:2 14616:2 14619:1 14630:1 14637:1 14641:1 14649:1 14652:1 14657:2 14659:1 14684:2 14695:1 14699:1 14707:1 14709:1 14716:1 14735:2 14761:1 14772:1 14780:1 14784:2 14789:1 14795:1 14805:1 14807:1 14809:2 14845:1 14860:1 14878:2 14885:1 14890:1 14903:1 14906:1 14911:1 14916:1 14917:1 14921:1 14923:5 14925:1 14927:2 14940:2 14942:2 14943:1 14950:4 14951:2 14959:2 14981:1 15000:1 15031:1 15042:1 15043:1 15063:2 15082:1 15090:1 15105:1 15116:1 15120:1 15121:1 15134:1 15138:1 15155:1 15168:1 15189:1 15212:1 15217:1 15233:2 15241:1 15300:2 15304:1 15314:2 15315:5 15326:1 15331:1 15358:1 15374:2 15377:4 15383:2 15388:1 15394:1 15400:1 15401:1 15422:2 15423:1 15432:1 15442:1 15448:2 15480:1 15483:1 15488:1 15494:2 15509:1 15514:1 15540:1 15582:1 15597:1 15598:1 15605:1 15606:4 15608:1 15617:1 15623:1 15628:2 15636:5 15642:1 15643:3 15645:2 15666:1 15672:1 15680:1 15686:1 15690:1 15729:1 15751:1 15768:1 15771:1 15779:1 15820:1 15827:1 15843:1 15847:1 15851:1 15869:2 15884:1 15885:1 15895:1 15899:1 15900:1 15918:1 15935:1 15937:2 15947:1 15966:1 15969:1 15972:1 15983:1 16018:2 16034:2 16036:1 16051:1 16068:1 16087:1 16094:1 16095:1 16108:1 16127:2 16149:1 16152:1 16154:1 16155:1 16163:1 16191:1 16201:1 16207:7 16248:1 16258:1 16266:1 16295:1 16336:2 16348:2 16357:1 16360:1 16362:6 16364:1 16368:1 16383:1 16384:2 16385:1 16396:2 16398:1 16399:1 16402:1 16404:1 16406:1 16414:1 16418:3 16422:3 16431:1 16437:2 16441:3 16442:1 16469:1 16474:2 16515:1 16525:1 16530:2 16531:1 16550:1 16561:3 16571:1 16580:1 16595:1 16602:1 16603:1 16606:1 16616:1 16619:6 16626:1 16664:1 16665:1 16668:1 16687:2 16696:2 16704:8 16707:1 16712:1 16718:1 16727:1 16731:1 16746:3 16750:1 16761:1 16766:1 16772:1 16786:1 16792:5 16798:1 16807:1 16811:1 16822:2 16823:1 16826:1 16836:1 16857:1 16866:1 16911:1 16915:1 16947:2 16950:1 16958:2 16972:1 16973:1 16974:1 16975:1 16977:1 16978:3 16980:2 16985:1 16986:1 16987:1 16988:2 16989:3 16998:1 16999:1 17006:1 17010:1 17024:2 17036:1 17064:1 17070:1 17071:2 17073:1 17074:1 17079:1 17081:2 17083:2 17088:1 17119:3 17124:1 17129:1 17134:1 17147:1 17169:1 17177:1 17179:1 17190:1 17203:1 17216:1 17256:4 17271:1 17273:1 17284:1 17297:1 17317:1 17331:1 17332:1 17336:1 17344:3 17385:1 17393:2 17420:4 17430:1 17443:1 17455:6 17461:1 17464:1 17465:1 17475:1 17502:1 17504:1 17506:2 17507:1 17508:1 17516:1 17553:1 17575:1 17594:1 17620:1 17623:1 17630:2 17631:1 17632:3 17644:1 17685:1 17701:2 17718:1 17721:1 17733:1 17758:1 17761:1 17765:1 17774:1 17793:1 17803:1 17809:1 17811:1 17816:1 17853:1 17906:1 17931:1 17946:1 17970:2 17973:1 17982:1 17984:1 17985:1 17988:2 18018:2 18021:1 18044:2 18055:2 18060:1 18072:1 18074:1 18078:1 18080:1 18128:1 18142:2 18152:2 18154:1 18158:1 18181:1 18184:1 18195:1 18198:1 18201:1 18208:1 18214:1 18249:1 18256:1 18260:2 18267:1 18270:4 18277:2 18280:1 18293:1 18309:1 18318:1 18364:1 18368:1 18388:1 18389:1 18404:1 18406:1 18412:1 18415:1 18420:1 18425:1 18432:1 18447:1 18455:1 18469:1 18473:1 18489:1 18493:1 18512:1 18537:2 18549:1 18555:1 18567:1 18584:1 18602:1 18604:1 18612:1 18625:1 18654:1 18655:1 18662:5 18677:1 18680:1 18686:1 18690:1 18693:1 18699:2 18703:1 18712:1 18713:1 18717:1 18724:1 18727:1 18731:1 18745:3 18746:2 18748:1 18752:1 18790:1 18796:1 18817:1 18833:2 18834:1 18842:4 18859:1 18865:1 18867:1 18881:1 18883:1 18893:1 18912:1 18916:1 18934:1 18951:2 18958:1 18962:2 18984:1 19005:1 19009:1 19017:1 19020:1 19052:2 19070:3 19072:1 19118:1 19122:1 19167:2 19180:1 19191:1 19193:1 19198:1 19207:1 19208:1 19232:1 19243:1 19254:4 19260:1 19262:1 19278:1 19281:1 19285:1 19300:1 19307:1 19311:1 19312:1 19337:1 19338:1 19339:1 19342:1 19344:1 19348:1 19402:1 19403:1 19407:1 19420:2 19421:1 19426:1 19438:1 19445:1 19458:1 19462:1 19470:1 19486:2412 19488:2 19490:1 19494:3 19496:1 19500:1 19507:1 19511:2 19512:1 19546:1 19547:1 19587:1 19596:1 19607:1 19612:1 19616:1 19621:1 19625:1 19643:2 19668:1 19672:6 19684:1 19685:1 19688:1 19691:1 19695:1 19721:1 19723:1 19725:2 19730:1 19743:1 19784:4 19815:1 19817:1 19834:2 19876:3 19887:1 19888:1 19946:4 19954:1 19955:1 19979:1 19987:2 19997:1 19998:1 20006:1 20011:1 20015:1 20028:1 20032:1 20054:1 20058:1 20065:1 20073:1 20080:1 20087:1 20110:1 20120:1 20141:1 20148:2 20168:1 20188:1 20210:1 20216:1 20234:3 20267:1 20286:1 20295:1 20301:1 20312:2 20314:2 20317:1 20321:1 20346:3 20358:1 20376:1 20393:3 20402:1 20410:1 20421:3 20435:1 20458:1 20463:1 20464:3 20488:1 20491:2 20496:1 20501:2 20504:1 20505:1 20506:1 20513:1 20514:1 20517:1 20529:1 20532:5 20534:1 20561:1 20572:1 20590:1 20595:2 20601:1 20613:1 20647:2 20679:1 20684:2 20694:3 20698:1 20700:1 20701:1 20711:1 20713:2 20745:1 20756:1 20768:1 20775:1 20777:1 20787:1 20816:2 20819:1 20827:1 20832:1 20850:1 20864:1 20867:1 20869:2 20886:1 20912:1 20924:1 20925:1 20928:2 20936:1 20948:1 20980:6 20981:1 20987:1 21009:1 21038:1 21039:1 21046:4 21052:1 21053:1 21070:2 21073:2 21098:3 21128:2 21130:1 21138:1 21139:1 21149:1 21151:1 21153:3 21158:1 21166:1 21184:3 21185:1 21186:1 21189:1 21193:1 21209:2 21211:1 21217:1 21220:1 21230:2 21239:2 21242:4 21245:1 21263:1 21264:1 21269:1 21278:1 21283:1 21295:1 21305:1 21316:1 21320:1 21325:3 21333:1 21353:1 21355:1 21357:3 21361:1 21383:1 21400:3 21416:2 21471:1 21474:1 21482:2 21491:1 21513:1 21537:1 21567:1 21602:1 21603:1 21619:2 21630:1 21646:3 21659:1 21665:1 21672:1 21676:1 21679:1 21693:1 21714:1 21715:1 21717:1 21719:1 21736:1 21747:1 21750:1 21753:1 21756:1 21759:1 21761:1 21762:1 21763:1 21774:1 21777:1 21785:1 21786:1 21791:1 21792:3 21810:3 21815:2 21823:1 21826:1 21833:1 21846:1 21852:1 21853:1 21920:1 21924:1 21926:2 21930:1 21957:1 21965:1 21978:1 22004:1 22023:1 22024:1 22031:2 22054:1 22067:1 22069:1 22074:1 22076:1 22088:2 22090:1 22095:1 22099:1 22127:1 22137:1 22145:1 22149:1 22155:1 22156:2 22162:1 22164:1 22169:1 22171:1 22187:2 22190:1 22192:1 22208:1 22214:1 22304:1 22317:1 22325:1 22344:1 22345:1 22354:1 22355:1 22373:1 22375:1 22378:4 22381:2 22395:1 22397:1 22437:1 22441:1 22446:1 22477:1 22486:1 22490:3 22492:1 22503:2 22504:2 22511:1 22539:1 22547:1 22566:1 22568:1 22569:1 22591:1 22610:1 22618:1 22620:1 22626:1 22627:1 22631:1 22633:1 22635:1 22638:1 22645:1 22653:2 22655:1 22663:1 22672:1 22673:1 22696:1 22724:1 22731:1 22741:1 22745:6 22746:1 22753:3 22765:2 22776:1 22785:1 22791:3 22795:2 22802:1 22803:1 22812:1 22813:1 22831:1 22843:1 22869:1 22882:1 22885:1 22888:1 22889:1 22891:1 22899:2 22906:1 22911:6 22913:1 22918:1 22921:1 22930:1 22942:1 22963:1 22968:1 22972:1 22980:1 22982:1 22993:2 22995:2 23022:1 23033:4 23047:1 23049:1 23058:1 23062:1 23064:1 23074:2 23081:1 23082:1 23090:1 23094:1 23105:1 23110:1 23111:2 23114:1 23119:1 23120:1 23130:1 23131:1 23153:1 23157:2 23166:1 23170:1 23188:1 23213:1 23222:1 23244:2 23251:2 23291:1 23292:1 23298:1 23300:1 23303:1 23316:5 23318:1 23352:1 23354:1 23360:2 23371:1 23382:1 23383:1 23384:3 23385:2 23397:1 23398:1 23417:1 23425:1 23444:1 23447:3 23486:1 23496:1 23499:1 23500:2 23512:1 23515:2 23516:6 23524:1 23535:2 23539:1 23550:1 23559:3 23564:7 23569:1 23573:1 23575:1 23577:1 23581:1 23590:1 23591:1 23598:1 23614:1 23620:1 23623:1 23624:1 23629:2 23631:1 23637:1 23638:1 23639:4 23642:1 23644:2 23649:2 23650:2 23667:1 23668:4 23676:2 23703:1 23724:1 23731:1 23738:1 23760:2 23764:2 23765:1 23769:3 23789:1 23791:3 23792:1 23796:2 23807:1 23830:2 23836:1 23841:1 23843:1 23871:1 23873:1 23875:1 23887:1 23888:1 23894:1 23898:1 23910:1 23919:1 23933:1 23934:1 23957:8 23979:1 23990:3 23999:1 24008:1 24013:1 24014:1 24029:1 24032:1 24034:1 24052:1 24057:1 24059:1 24066:1 24067:1 24101:1 24115:1 24123:1 24147:1 24164:1 24167:1 24178:1 24184:2 24210:2 24220:1 24238:1 24246:1 24265:2 24267:1 24280:1 24291:2 24296:1 24319:1 24326:1 24333:2 24334:1 24352:1 24354:1 24357:1 24360:1 24365:1 24370:1 24374:6 24392:1 24410:1 24417:1 24418:1 24425:1 24443:1 24445:1 24450:1 24453:1 24461:1 24469:1 24476:1 24485:1 24504:3 24512:1 24528:1 24531:1 24536:4 24542:2 24550:1 24556:1 24557:1 24558:1 24562:1 24607:1 24611:1 24623:1 24635:1 24644:1 24653:1 24661:1 24662:2 24664:2 24681:3 24686:1 24710:1 24748:3 24764:1 24805:1 24809:1 24813:1 24834:1 24838:1 24841:1 24857:1 24907:1 24909:2 24912:4 24918:1 24928:1 24931:2 24939:2 24950:1 24961:1 24994:1 24998:2 25007:1 25042:1 25049:1 25056:1 25064:1 25081:1 25115:1 25127:2 25140:1 25143:1 25154:1 25163:1 25169:1 25180:1 25191:1 25197:3 25200:1 25205:1 25247:1 25249:1 25259:4 25260:1 25267:1 25276:1 25284:1 25302:1 25322:1 25330:1 25347:1 25349:1 25366:2 25373:1 25375:2 25404:1 25407:1 25411:2 25428:1 25432:1 25482:1 25496:1 25498:3 25521:2 25556:2 25565:1 25569:1 25575:4 25588:1 25600:1 25614:3 25623:1 25634:3 25642:1 25648:3 25651:1 25652:1 25659:1 25663:1 25677:1 25683:1 25697:1 25742:1 25745:1 25749:2 25753:1 25755:1 25756:1 25760:2 25761:1 25765:5 25767:1 25771:2 25772:1 25789:1 25790:1 25791:1 25803:1 25810:2 25822:1 25824:1 25844:1 25851:1 25855:1 25856:1 25859:1 25871:1 25878:1 25890:1 25891:1 25893:1 25904:1 25910:1 25931:1 25939:7 25941:1 25945:2 25947:1 25948:1 25959:1 25960:1 25964:3 25965:1 26004:1 26032:1 26035:1 26042:4 26058:1 26063:1 26067:1 26071:1 26088:2 26097:1 26108:1 26136:1 26137:1 26144:1 26149:1 26161:1 26191:1 26239:1 26244:1 26247:1 26250:1 26255:1 26259:1 26272:3 26278:2 26280:1 26300:1 26302:1 26307:1 26329:4 26331:13 26343:1 26363:9 26376:1 26379:1 26384:1 26386:2 26390:1 26395:1 26413:5 26416:1 26422:1 26423:1 26424:1 26425:1 26431:1 26451:1 26459:1 26481:1 26490:1 26492:1 26496:1 26503:1 26537:2 26538:1 26553:1 26554:1 26558:1 26561:2 26567:1 26570:1 26585:1 26586:1 26599:2 26601:1 26617:1 26626:1 26633:1 26635:1 26649:1 26653:2 26671:1 26682:1 26685:2 26699:1 26701:1 26707:1 26709:1 26725:1 26730:1 26741:1 26758:1 26767:2 26800:2 26812:1 26817:1 26841:1 26872:2 26875:2 26879:4 26882:4 26891:3 26920:1 26930:1 26952:1 26964:1 26967:1 26974:1 26994:1 27017:1 27040:1 27042:4 27078:1 27093:1 27095:1 27110:2 27121:2 27133:2 27141:1 27152:4 27165:1 27168:1 27176:1 27199:1 27207:1 27240:1 27244:1 27249:1 27258:1 27273:1 27287:2 27290:1 27321:1 27322:1 27335:1 27367:1 27377:1 27403:6 27406:2 27418:1 27476:1 27483:1 27490:1 27503:1 27517:1 27538:1 27543:2 27556:2 27595:3 27601:3 27602:1 27611:1 27651:1 27681:2 27684:1 27699:1 27701:2 27714:1 27729:1 27730:1 27732:1 27750:5 27767:1 27773:2 27782:2 27785:4 27796:2 27802:1 27807:1 27817:1 27833:1 27853:1 27854:1 27877:1 27895:1 27929:1 27930:1 27946:1 27969:1 27979:1 28000:1 28035:1 28052:1 28059:1 28067:3 28068:1 28074:12 28086:1 28119:2 28142:1 28150:1 28165:1 28175:2 28177:1 28190:1 28193:1 28204:1 28205:1 28208:2 28220:2 28232:1 28246:2 28254:1 28270:1 28275:1 28276:1 28283:2 28288:1 28316:1 28321:1 28329:1 28330:1 28332:1 28340:1 28341:1 28349:5 28351:1 28363:2 28375:1 28381:1 28383:3 28387:1 28388:1 28390:2 28402:1 28409:1 28411:1 28414:2 28416:1 28455:2 28456:1 28457:1 28458:2 28461:1 28462:1 28478:2 28487:2 28501:1 28506:1 28513:1 28525:1 28542:1 28594:1 28595:1 28601:5 28619:1 28625:1 28642:1 28645:1 28673:6 28676:1 28677:1 28682:1 28686:1 28688:1 28691:1 28694:1 28696:1 28701:2 28702:1 28712:1 28713:2 28718:1 28720:1 28733:1 28734:1 28743:1 28750:3 28751:3 28752:1 28754:1 28758:1 28759:1 28761:5 28770:1 28777:1 28787:2 28790:1 28811:1 28817:3 28833:1 28846:1 28855:3 28866:2 28867:1 28872:1 28878:1 28884:1 28895:1 28901:1 28907:1 28986:1 28996:1 29001:1 29027:1 29049:1 29052:2 29053:1 29089:1 29090:1 29093:1 29095:1 29100:1 29110:2 29117:2 29124:1 29128:1 29134:1 29145:1 29148:2 29169:1 29183:1 29207:1 29224:1 29235:1 29239:1 29242:1 29248:3 29263:1 29269:1 29292:1 29302:1 29306:2 29328:1 29336:1 29345:1 29346:1 29370:1 29380:1 29396:1 29413:2 29423:2 29440:1 29448:2 29458:2 29492:1 29494:1 29495:1 29508:1 29514:2 29529:2 29536:2 29540:1 29548:1 29555:1 29564:1 29566:15 29567:1 29570:2 29575:3 29592:2 29600:1 29609:4 29612:1 29616:1 29621:1 29631:2 29633:1 29657:1 29673:1 29675:1 29680:1 29686:2 29689:1 29708:2 29716:2 29721:2 29731:2 29746:1 29748:2 29753:2 29761:5 29766:2 29771:1 29773:1 29778:1 29814:1 29842:1 29848:1 29856:1 29858:2 29867:1 29880:1 29887:2 29904:1 29925:1 29930:1 29939:1 29941:1 29947:1 29948:1 29961:1 29972:4 30023:2 30025:2 30030:1 30033:1 30034:1 30051:1 30054:1 30066:2 30084:1 30094:1 30095:1 30097:3 30125:1 30131:1 30136:1 30147:1 30149:3 30150:1 30164:1 30199:1 30207:2 30239:1 30241:1 30247:1 30279:1 30295:1 30302:1 30308:1 30328:1 30351:2 30354:1 30364:2 30377:1 30396:1 30411:1 30451:2 30466:1 30474:1 30498:1 30516:1 30565:1 30587:1 30608:3 30612:1 30617:2 30679:3 30702:1 30707:1 30719:1 30730:4 30735:1 30738:3 30742:1 30751:1 30752:1 30755:1 30759:1 30760:1 30770:5 30779:1 30791:1 30802:1 30807:1 30816:1 30825:1 30832:2 30834:2 30844:1 30845:1 30846:1 30849:1 30850:1 30855:1 30856:2 30857:9 30861:2 30863:2 30866:2 30869:1 30883:1 30900:1 30906:1 30920:1 30925:2 30964:1 30965:1 30997:4 30998:2
3 2:1 13:2 36:1 37:2 44:1 50:1 84:2 90:3 104:1 117:1 123:2 145:1 149:1 157:1 162:1 176:1 196:1 203:1 211:1 216:1 254:1 255:1 275:3 276:2 286:2 287:1 301:2 311:1 333:1 339:1 357:1 374:2 375:1 376:1 385:1 396:1 397:1 401:1 406:2 419:1 424:1 428:1 431:1 436:2 446:1 447:1 467:3 468:1 471:3 472:2 475:2 485:4 490:1 556:1 580:1 585:1 590:2 620:1 625:1 637:1 648:2 657:3 677:1 683:5 686:1 700:1 701:1 704:1 705:1 710:2 720:2 722:1 733:2 750:1 794:1 812:2 813:1 826:1 847:1 866:1 889:1 891:1 895:1 901:1 934:3 942:3 958:3 965:1 972:2 981:4 982:1 986:6 989:3 996:1 1000:1 1004:1 1006:1 1045:1 1049:7 1053:1 1092:1 1096:2 1115:1 1124:2 1130:2 1145:1 1150:1 1189:1 1194:2 1203:1 1215:1 1233:1 1253:3 1275:1 1279:1 1295:1 1297:1 1302:2 1304:3 1305:1 1309:1 1312:1 1318:1 1319:1 1321:1 1322:2 1323:1 1336:1 1349:2 1365:2 1368:2 1369:3 1382:1 1390:1 1397:1 1401:4 1403:1 1408:2 1413:1 1414:1 1429:1 1430:1 1433:1 1434:1 1439:1 1441:1 1445:1 1458:1 1476:1 1483:2 1484:1 1518:1 1534:1 1538:1 1548:1 1553:1 1560:1 1563:1 1566:3 1583:1 1585:2 1593:9 1610:1 1622:1 1626:1 1641:2 1644:1 1646:1 1673:1 1679:1 1681:1 1685:4 1693:1 1700:1 1704:1 1707:3 1734:2 1751:1 1769:1 1775:1 1801:2 1802:2 1812:1 1813:1 1816:1 1833:2 1836:1 1844:1 1852:1 1861:3 1864:1 1883:2 1884:1 1911:1 1923:1 1942:1 1947:1 1969:1 1971:1 1986:1 1991:1 1993:1 1995:2 2001:2 2006:1 2007:3 2009:3 2017:1 2021:1 2025:2 2045:1 2049:1 2050:2 2056:1 2071:1 2072:1 2076:1 2089:1 2103:1 2126:2 2143:2 2146:1 2148:1 2149:1 2171:1 2173:1 2177:1 2192:1 2204:1 2207:1 2212:1 2213:1 2225:1 2227:1 2239:2 2242:1 2247:1 2271:1 2285:1 2290:5 2301:1 2323:4 2325:1 2341:2 2352:1 2357:1 2361:2 2385:1 2400:1 2401:1 2405:1 2411:2 2412:3 2413:1 2414:1 2416:3 2418:3 2420:3 2421:1 2423:7 2424:3 2426:1 2429:1 2431:1 2434:1 2439:3 2440:1 2443:1 2445:4 2448:1 2453:5 2454:2 2458:1 2468:1 2487:1 2503:1 2515:1 2521:2 2532:1 2554:2 2563:2 2576:1 2589:1 2590:1 2591:1 2592:1 2596:1 2616:1 2622:2 2644:1 2660:1 2663:1 2664:1 2701:1 2705:2 2724:1 2740:1 2748:1 2779:2 2788:1 2793:1 2798:1 2807:1 2822:1 2824:1 2827:2 2834:1 2851:1 2853:3 2854:2 2874:1 2877:1 2885:1 2902:1 2920:1 2936:1 2939:1 2945:1 2955:1 2959:1 2972:1 2974:1 3002:2 3004:1 3006:2 3009:1 3011:2 3017:1 3019:1 3027:1 3036:1 3038:3 3047:1 3074:2 3078:1 3086:7 3102:2 3108:1 3114:1 3119:1 3124:2 3148:2 3152:1 3153:6 3164:4 3168:1 3173:1 3199:1 3200:1 3281:1 3325:1 3338:1 3346:1 3353:1 3380:1 3408:2 3411:1 3426:4 3434:6 3443:1 3471:1 3475:1 3523:1 3532:1 3541:1 3557:1 3582:1 3605:1 3612:1 3619:1 3627:1 3665:1 3694:1 3699:1 3704:1 3709:1 3734:1 3743:1 3752:1 3753:1 3756:1 3757:1 3758:1 3759:1 3782:1 3784:1 3786:1 3800:1 3832:1 3849:2 3851:1 3854:1 3861:1 3865:4 3870:3 3880:2 3884:1 3886:2 3891:3 3919:3 3923:1 3930:1 3932:1 3955:1 3962:1 3965:3 3982:3 3992:1 4013:1 4042:1 4043:2 4044:1 4056:2 4063:2 4069:2 4088:1 4091:2 4103:4 4118:1 4128:1 4150:1 4153:1 4155:1 4195:1 4199:1 4201:1 4206:1 4212:3 4220:1 4240:1 4245:1 4249:1 4254:1 4255:2 4276:1 4281:1 4290:1 4296:1 4303:1 4339:2 4344:1 4359:1 4367:1 4387:1 4388:2 4390:2 4397:2 4404:1 4408:1 4410:2 4414:1 4421:1 4445:1 4449:1 4462:1 4465:2 4495:1 4508:3 4510:2 4521:1 4539:2 4544:1 4569:1 4590:1 4605:1 4621:1 4624:1 4637:1 4652:6 4689:1 4697:2 4707:1 4710:1 4721:2 4746:1 4750:1 4773:1 4775:2 4778:1 4780:1 4792:1 4806:2 4808:1 4811:1 4816:1 4835:1 4846:1 4848:1 4866:8 4881:1 4885:1 4893:2 4900:1 4901:1 4906:10 4915:1 4948:3 4992:2 4998:3 5003:2 5008:1 5027:1 5076:1 5077:1 5091:1 5098:13 5100:3 5127:1 5138:1 5153:1 5157:1 5162:1 5169:1 5171:1 5222:1 5225:1 5241:3 5242:4 5243:2 5249:1 5252:1 5255:2 5256:1 5257:1 5264:1 5271:2 5272:2 5274:2 5275:1 5314:1 5332:1 5335:2 5349:1 5378:2 5379:1 5389:1 5401:1 5404:1 5413:1 5414:1 5415:1 5432:1 5437:1 5477:1 5483:2 5510:1 5526:1 5541:2 5553:1 5560:1 5586:4 5588:1 5589:1 5592:1 5626:1 5644:2 5659:2 5664:1 5670:1 5671:2 5704:1 5705:1 5714:2 5716:1 5752:1 5759:1 5760:1 5768:3 5776:1 5798:1 5800:2 5801:2 5814:1 5880:1 5881:3 5885:2 5887:1 5936:1 5941:2 5956:1 5972:3 5973:1 5974:1 5977:1 6007:2 6013:1 6024:1 6027:1 6040:1 6046:3 6079:1 6083:1 6115:1 6118:1 6126:1 6136:2 6148:1 6161:1 6177:1 6182:2 6184:1 6189:2 6207:1 6222:2 6229:1 6237:2 6305:2 6306:1 6313:1 6318:1 6319:1 6324:1 6341:2 6342:1 6344:3 6346:1 6349:2 6360:1 6370:3 6377:1 6378:1 6383:1 6387:1 6388:1 6390:2 6397:1 6402:2 6426:1 6438:1 6444:1 6457:1 6462:1 6469:4 6495:1 6509:2 6512:1 6513:1 6520:1 6551:2 6554:1 6562:1 6565:2 6583:1 6592:1 6609:1 6625:1 6627:1 6636:2 6638:1 6644:1 6657:3 6677:4 6679:1 6680:1 6681:1 6686:1 6687:6 6689:2 6690:1 6692:1 6695:4 6696:1 6698:2 6700:3 6703:9 6705:1 6708:1 6712:1 6731:1 6734:1 6743:1 6765:2 6829:1 6839:1 6840:4 6843:1 6849:1 6851:2 6859:12 6875:1 6918:1 6919:1 6920:1 6956:1 6969:1 6980:3 6983:1 7032:1 7041:1 7081:1 7099:1 7110:1 7114:1 7116:1 7123:2 7128:3 7130:2 7131:1 7140:1 7148:2 7176:2 7177:1 7181:1 7185:1 7193:1 7198:1 7199:1 7204:6 7208:2 7232:1 7249:1 7257:1 7285:2 7287:1 7294:1 7303:1 7310:1 7323:1 7336:2 7339:1 7349:1 7352:1 7361:1 7368:1 7370:1 7378:1 7379:1 7387:1 7388:1 7390:1 7400:1 7411:1 7419:2 7427:1 7438:1 7456:1 7473:1 7509:2 7523:2 7527:1 7531:1 7533:1 7539:4 7563:1 7597:1 7603:1 7609:1 7621:1 7654:1 7658:1 7660:1 7687:1 7702:1 7713:1 7725:1 7730:1 7784:1 7788:1 7799:2 7816:1 7821:1 7833:1 7838:1 7854:1 7865:1 7873:1 7876:1 7885:3 7901:1 7904:1 7911:1 7912:1 7929:2 7933:1 7935:1 7941:1 7952:1 7968:1 7970:3 7983:1 8057:7 8058:3 8066:1 8078:2 8079:1 8080:1 8102:1 8107:4 8108:2 8112:1 8117:1 8124:40 8132:1 8133:1 8148:4 8150:6 8158:1 8162:1 8185:1 8214:1 8236:1 8239:1 8240:1 8263:1 8265:2 8279:1 8298:1 8315:1 8320:1 8334:2 8337:1 8345:1 8354:1 8372:1 8391:1 8399:1 8400:2 8410:1 8414:1 8450:1 8455:1 8493:1 8499:2 8527:1 8532:1 8545:1 8552:1 8555:1 8562:1 8581:1 8585:1 8614:1 8643:2 8645:2 8652:2 8653:2 8665:20 8683:1 8690:1 8695:1 8699:1 8709:1 8712:1 8766:1 8768:1 8792:1 8793:1 8795:2 8816:1 8822:1 8830:1 8866:1 8870:2 8878:1 8912:3 8916:2 8918:1 8925:1 8927:1 8934:1 8944:1 8956:2 8958:1 8964:1 8967:1 8970:3 8972:2 8982:1 8993:1 8999:1 9007:1 9026:1 9034:2 9035:1 9052:1 9056:1 9059:1 9061:1 9067:3 9069:2 9070:1 9074:1 9075:2 9077:1 9080:1 9085:1 9093:1 9097:1 9120:1 9135:1 9151:2 9156:2 9176:1 9177:1 9178:1 9200:1 9205:2 9218:1 9233:1 9242:1 9246:1 9262:1 9277:1 9291:2 9295:2 9317:1 9320:1 9356:1 9368:1 9385:2 9387:1 9389:1 9394:1 9395:2 9398:1 9404:2 9418:1 9423:1 9424:1 9425:1 9427:1 9439:2 9442:3 9451:1 9459:2 9464:1 9483:2 9498:1 9502:1 9510:1 9515:2 9526:1 9531:1 9534:1 9545:1 9550:1 9558:1 9569:3 9571:1 9581:1 9587:1 9597:1 9599:1 9601:1 9618:1 9624:4 9627:1 9653:1 9654:1 9680:3 9682:1 9684:1 9690:1 9694:1 9707:1 9712:1 9725:1 9733:1 9762:1 9770:1 9773:2 9800:1 9807:2 9828:1 9837:2 9843:1 9850:1 9857:1 9862:1 9865:1 9866:1 9875:1 9884:1 9900:1 9903:2 9910:1 9922:1 9969:2 9985:1 9989:1 9992:1 9995:1 9996:1 10011:1 10025:2 10027:1 10028:2 10036:1 10048:1 10049:2 10067:1 10082:1 10083:2 10135:1 10160:2 10162:2 10164:1 10172:1 10178:1 10179:1 10182:1 10197:1 10209:1 10219:1 10226:1 10242:3 10245:3 10264:3 10266:1 10270:1 10287:4 10288:1 10290:1 10308:1 10329:1 10360:1 10367:1 10403:1 10410:1 10438:3 10441:1 10443:2 10444:1 10448:1 10453:1 10454:3 10468:1 10471:1 10484:2 10494:1 10514:1 10519:5 10534:1 10535:1 10547:1 10553:1 10558:3 10588:1 10600:1 10604:1 10606:1 10612:1 10617:2 10627:2 10630:4 10638:2 10640:1 10651:1 10653:1 10663:1 10687:1 10701:1 10703:1 10711:1 10740:1 10768:1 10780:1 10784:3 10793:1 10800:1 10804:1 10805:1 10808:1 10820:1 10827:1 10850:4 10862:1 10865:1 10906:1 10907:1 10911:1 10914:1 10915:1 10934:1 10952:1 10959:1 10960:1 10961:1 10963:2 10974:1 10978:1 10979:1 10988:2 11001:1 11010:3 11024:1 11038:2 11067:1 11089:2 11090:1 11114:1 11134:1 11144:1 11152:1 11188:1 11192:1 11206:1 11214:3 11216:1 11219:1 11225:13 11265:1 11275:2 11287:1 11301:2 11317:1 11328:1 11355:1 11357:1 11386:1 11414:1 11458:4 11461:6 11482:1 11495:2 11496:1 11507:1 11509:1 11536:1 11539:1 11541:1 11551:1 11556:1 11564:1 11565:1 11576:3 11584:1 11588:1 11593:1 11597:2 11604:2 11622:1 11628:1 11634:2 11639:2 11640:1 11641:1 11644:3 11660:1 11694:1 11696:1 11709:1 11731:1 11741:1 11763:1 11810:1 11815:1 11820:4 11825:3 11827:2 11844:1 11849:2 11854:1 11865:1 11894:2 11898:1 11913:1 11920:1 11927:1 11931:1 11938:2 11940:3 11955:1 11956:1 11961:1 11977:2 11979:1 11984:1 11992:1 12000:1 12014:2 12027:2 12028:1 12033:1 12036:1 12050:2 12086:1 12101:1 12102:1 12107:1 12123:2 12147:10 12171:1 12174:2 12176:1 12181:1 12183:3 12185:1 12190:1 12196:1 12197:1 12200:1 12208:2 12211:1 12212:1 12215:1 12217:1 12220:2 12225:2 12226:1 12252:1 12254:3 12261:1 12262:1 12263:2 12270:9 12279:1 12280:4 12286:2 12287:4 12307:1 12325:1 12339:1 12406:1 12422:1 12425:1 12431:1 12440:2 12444:1 12456:1 12466:1 12473:4 12504:2 12516:1 12528:1 12550:1 12561:1 12562:1 12575:1 12589:1 12616:1 12617:1 12629:1 12630:3 12639:1 12645:1 12669:1 12670:1 12671:2 12689:1 12701:1 12702:1 12713:2 12715:1 12735:3 12756:1 12781:1 12826:1 12831:1 12836:1 12843:3 12851:2 12869:1 12873:1 12874:1 12885:1 12906:1 12925:1 12940:1 12953:1 12959:1 12978:1 12986:1 12992:1 12996:1 12998:1 13001:1 13015:1 13021:3 13023:1 13031:1 13098:3 13102:1 13112:1 13151:2 13155:1 13157:1 13167:1 13172:1 13190:2 13213:1 13228:1 13249:2 13269:1 13273:2 13283:1 13285:1 13291:1 13297:1 13302:1 13304:2 13312:1 13313:1 13318:1 13323:1 13358:1 13362:1 13364:1 13375:1 13387:1 13390:1 13393:1 13404:1 13412:1 13459:1 13467:1 13470:1 13542:1 13584:1 13586:1 13596:1 13600:1 13605:1 13618:1 13632:1 13639:1 13642:2 13649:4 13650:1 13651:1 13683:4 13720:1 13733:1 13738:1 13739:1 13751:4 13755:4 13759:3 13761:3 13773:1 13774:3 13785:1 13789:1 13803:1 13809:2 13820:1 13829:1 13831:2 13840:1 13841:8 13857:1 13881:1 13883:1 13889:1 13892:1 13898:1 13912:1 13916:6 13918:1 13919:1 13928:2 13934:1 13942:1 13953:1 13975:1 13991:1 13996:1 14003:1 14033:1 14037:2 14042:1 14061:1 14063:1 14079:1 14084:1 14085:1 14140:2 14150:1 14158:1 14161:2 14162:1 14179:1 14185:3 14192:1 14223:2 14227:1 14229:3 14230:1 14241:1 14246:1 14247:1 14256:2 14268:1 14295:3 14296:1 14305:1 14340:1 14348:2 14360:1 14362:1 14365:1 14384:1 14386:2 14389:1 14396:2 14397:3 14400:1 14406:1 14420:1 14438:1 14440:2 14442:2 14454:2 14481:1 14510:1 14513:1 14530:1 14531:1 14533:2 14536:1 14548:1 14552:1 14576:1 14581:1 14593:1 14595:1 14596:1 14599:1 14608:2 14616:2 14619:1 14630:1 14637:1 14641:1 14649:1 14652:1 14657:2 14659:1 14684:2 14695:1 14699:1 14707:1 14709:1 14716:1 14735:2 14761:1 14772:1 14780:1 14784:2 14789:1 14795:1 14805:1 14807:1 14809:2 14845:1 14860:1 14878:2 14885:1 14890:1 14903:1 14906:1 14911:1 14916:1 14917:1 14921:1 14923:5 14925:1 14927:2 14940:2 14942:2 14943:1 14950:4 14951:2 14959:2 14981:1 15000:1 15031:1 15042:1 15043:1 15063:2 15082:1 15090:1 15105:1 15116:1 15120:1 15121:1 15134:1 15138:1 15155:2 15168:1 15189:1 15212:1 15217:1 15233:2 15241:1 15300:2 15304:1 15314:2 15315:5 15326:1 15331:1 15358:1 15374:2 15377:4 15383:2 15388:1 15389:1 15394:1 15400:1 15401:1 15422:2 15423:1 15432:1 15442:1 15448:2 15480:1 15483:1 15488:1 15494:2 15509:1 15514:1 15540:1 15582:1 15597:1 15598:1 15605:1 15606:4 15608:1 15617:1 15623:1 15628:2 15636:5 15642:1 15643:3 15645:2 15666:1 15672:1 15680:1 15686:1 15690:1 15729:1 15751:1 15768:1 15771:1 15779:1 15820:1 15827:1 15843:1 15847:1 15851:1 15869:2 15884:1 15885:1 15895:1 15899:1 15900:1 15918:1 15935:1 15937:2 15947:1 15966:1 15969:1 15972:1 15983:1 16018:2 16034:2 16036:1 16051:1 16068:1 16087:1 16094:1 16095:1 16108:1 16127:2 16149:2 16151:1 16152:1 16154:1 16155:1 16163:1 16191:1 16201:1 16207:7 16248:1 16258:1 16266:1 16295:1 16318:1 16336:2 16348:2 16357:1 16360:1 16362:6 16364:1 16368:1 16383:1 16384:2 16385:1 16396:2 16398:1 16399:1 16402:1 16404:1 16406:1 16414:1 16418:3 16422:3 16431:1 16437:2 16441:4 16442:1 16469:1 16474:2 16515:1 16525:1 16530:2 16531:1 16550:1 16561:3 16571:1 16580:1 16595:1 16602:1 16603:1 16606:1 16616:1 16619:6 16626:1 16664:1 16665:1 16668:1 16687:2 16696:3 16704:9 16707:1 16712:1 16718:1 16727:1 16731:1 16746:3 16750:1 16761:1 16766:1 16772:1 16775:1 16786:1 16792:6 16798:1 16807:1 16811:1 16822:3 16823:1 16826:1 16836:1 16857:1 16866:1 16911:1 16915:1 16947:2 16950:1 16958:2 16972:1 16973:1 16974:1 16975:1 16977:1 16978:3 16980:2 16985:1 16986:1 16987:1 16988:2 16989:3 16998:1 16999:1 17006:1 17010:1 17024:2 17027:1 17036:1 17064:1 17070:1 17071:2 17073:1 17074:1 17079:1 17081:2 17083:2 17088:1 17119:3 17124:1 17129:1 17134:1 17147:1 17169:1 17177:1 17179:1 17190:1 17203:1 17216:1 17256:4 17271:1 17273:1 17284:1 17297:1 17317:1 17331:1 17332:1 17336:1 17344:3 17385:1 17393:2 17420:4 17430:1 17443:1 17455:6 17461:1 17464:1 17465:1 17475:1 17483:1 17502:1 17504:1 17506:2 17507:1 17508:1 17516:1 17553:1 17575:1 17594:1 17620:1 17623:1 17630:2 17631:1 17632:3 17644:1 17685:1 17701:2 17718:1 17721:1 17733:1 17758:1 17761:1 17765:1 17774:1 17793:1 17803:1 17809:1 17811:1 17816:1 17853:1 17906:1 17931:1 17946:1 17970:2 17973:1 17982:1 17984:1 17985:1 17988:2 18018:2 18021:1 18044:2 18055:2 18060:1 18072:1 18074:1 18078:1 18080:1 18128:1 18142:2 18152:2 18154:1 18158:2 18181:1 18184:1 18195:1 18198:1 18201:1 18208:1 18214:1 18249:1 18256:1 18260:2 18267:1 18270:5 18277:2 18280:1 18293:1 18309:1 18313:1 18318:1 18364:1 18368:1 18388:1 18389:1 18404:1 18406:1 18412:1 18415:1 18420:1 18425:1 18432:1 18447:1 18455:1 18469:1 18473:1 18489:1 18493:1 18512:1 18537:2 18549:1 18555:1 18567:1 18584:1 18591:1 18602:1 18604:1 18612:1 18625:1 18654:1 18655:1 18662:5 18677:1 18680:1 18686:1 18690:1 18693:1 18699:2 18703:1 18712:1 18713:1 18717:1 18724:1 18727:1 18731:2 18745:3 18746:2 18748:1 18752:1 18790:1 18796:1 18817:1 18833:2 18834:1 18842:4 18859:1 18865:1 18867:1 18881:1 18883:1 18893:1 18912:1 18916:1 18917:1 18934:1 18951:2 18958:2 18962:2 18984:1 19005:1 19009:1 19017:1 19020:1 19052:2 19070:3 19072:1 19118:1 19122:1 19167:2 19180:1 19191:1 19193:1 19198:1 19207:1 19208:1 19232:1 19243:1 19254:4 19260:1 19262:1 19278:1 19281:1 19285:1 19300:1 19307:1 19311:1 19312:1 19337:1 19338:1 19339:1 19342:1 19344:2 19348:1 19402:1 19403:1 19407:1 19420:2 19421:1 19426:1 19438:1 19445:1 19458:1 19462:1 19470:1 19486:2478 19488:2 19490:1 19494:3 19496:1 19500:1 19507:1 19511:3 19512:1 19546:1 19547:1 19587:1 19596:1 19607:1 19612:1 19616:1 19621:1 19625:1 19632:1 19643:2 19668:1 19672:7 19684:1 19685:1 19688:1 19691:1 19695:1 19721:1 19723:1 19725:2 19730:1 19743:1 19784:4 19815:1 19817:1 19834:2 19876:3 19887:1 19888:1 19946:4 19954:1 19955:1 19979:1 19987:2 19997:1 19998:1 20006:1 20011:1 20015:1 20028:1 20032:1 20054:1 20058:1 20063:1 20065:1 20073:1 20080:1 20085:1 20087:1 20110:1 20120:1 20141:1 20148:2 20168:1 20188:1 20210:1 20216:1 20234:3 20267:1 20286:1 20295:1 20301:1 20312:2 20314:2 20317:1 20321:1 20346:3 20358:1 20376:1 20393:3 20402:1 20410:1 20421:4 20435:1 20458:1 20463:1 20464:3 20488:1 20491:2 20496:1 20501:3 20504:1 20505:1 20506:1 20513:1 20514:1 20517:1 20529:1 20532:5 20534:1 20561:1 20572:1 20590:1 20595:2 20601:2 20613:1 20624:1 20647:2 20679:1 20684:2 20694:3 20698:1 20700:1 20701:1 20711:1 20713:2 20745:1 20756:1 20768:1 20775:1 20777:1 20787:1 20816:2 20819:1 20827:1 20832:1 20850:1 20864:1 20867:1 20869:2 20886:1 20912:1 20924:1 20925:1 20928:2 20936:1 20948:1 20980:6 20981:1 20987:1 21009:1 21038:1 21039:1 21046:4 21052:1 21053:1 21070:2 21073:2 21098:3 21128:2 21130:1 21138:1 21139:1 21149:1 21151:1 21153:3 21158:1 21166:1 21184:3 21185:1 21186:1 21189:1 21193:1 21209:2 21211:1 21217:1 21220:1 21230:2 21239:2 21242:4 21245:1 21263:1 21264:1 21269:1 21278:1 21283:1 21295:1 21305:1 21316:1 21320:1 21325:4 21333:1 21353:1 21355:1 21357:3 21361:1 21383:1 21400:3 21416:3 21471:1 21474:1 21482:2 21491:1 21513:1 21537:1 21567:1 21602:1 21603:1 21619:2 21630:1 21646:3 21659:1 21665:1 21672:1 21676:1 21679:1 21693:1 21714:1 21715:1 21717:1 21719:1 21736:1 21747:1 21750:1 21753:1 21756:1 21759:1 21761:1 21762:1 21763:1 21774:1 21777:1 21785:1 21786:1 21791:1 21792:3 21810:3 21815:2 21823:1 21826:1 21833:1 21846:1 21850:1 21852:1 21853:1 21920:1 21924:1 21926:2 21930:1 21957:2 21965:1 21978:1 22004:1 22023:1 22024:1 22031:2 22054:1 22067:1 22069:1 22074:1 22076:1 22088:2 22090:1 22095:1 22099:1 22127:1 22137:1 22145:1 22149:1 22155:1 22156:2 22162:1 22164:1 22169:1 22171:1 22187:2 22190:1 22192:1 22208:1 22214:1 22271:1 22304:1 22317:1 22325:1 22344:1 22345:1 22354:1 22355:1 22359:1 22373:1 22375:1 22378:4 22381:2 22395:1 22397:1 22437:1 22441:1 22446:1 22477:1 22486:1 22490:3 22492:1 22503:2 22504:2 22511:1 22539:1 22547:1 22566:1 22568:1 22569:1 22577:1 22591:1 22610:1 22618:1 22620:1 22626:1 22627:1 22631:1 22633:1 22635:1 22638:1 22645:1 22653:2 22655:1 22663:1 22672:1 22673:1 22696:1 22724:1 22731:1 22741:1 22745:6 22746:1 22753:3 22765:2 22776:1 22785:1 22791:3 22795:2 22802:1 22803:1 22812:1 22813:1 22831:1 22843:1 22869:1 22882:1 22885:1 22888:1 22889:1 22891:1 22899:2 22906:1 22911:6 22913:1 22918:1 22921:1 22930:1 22942:1 22963:1 22968:1 22972:1 22980:1 22982:1 22993:2 22995:2 23022:1 23033:4 23047:1 23049:1 23058:1 23062:1 23064:1 23074:2 23081:1 23082:1 23090:1 23094:1 23105:1 23110:1 23111:2 23114:1 23119:1 23120:1 23130:1 23131:1 23153:2 23157:2 23166:1 23170:1 23188:1 23213:1 23222:1 23244:2 23251:2 23291:1 23292:1 23298:1 23300:1 23303:1 23316:5 23318:1 23352:1 23354:1 23360:2 23371:1 23382:1 23383:1 23384:4 23385:2 23397:1 23398:1 23417:1 23425:1 23444:1 23447:3 23486:1 23496:1 23499:1 23500:2 23512:1 23515:2 23516:6 23524:1 23535:2 23539:1 23550:2 23559:3 23564:7 23569:1 23573:1 23575:1 23577:1 23581:1 23590:1 23591:1 23598:1 23614:1 23620:1 23623:1 23624:1 23629:2 23631:1 23637:1 23638:1 23639:4 23642:1 23644:2 23649:2 23650:2 23667:1 23668:4 23676:2 23703:1 23724:1 23731:1 23738:1 23760:2 23764:2 23765:1 23769:3 23789:1 23791:3 23792:1 23796:2 23807:1 23830:2 23836:1 23841:1 23843:1 23871:1 23873:1 23875:1 23887:1 23888:1 23894:1 23898:1 23910:1 23919:1 23933:1 23934:1 23957:8 23979:1 23990:3 23999:1 24008:1 24013:1 24014:1 24029:1 24032:1 24034:1 24052:1 24057:1 24059:1 24066:1 24067:1 24101:1 24113:1 24115:1 24123:1 24147:1 24164:1 24167:1 24178:1 24184:2 24210:2 24220:1 24238:1 24246:1 24265:2 24267:1 24280:1 24291:2 24296:1 24319:1 24326:1 24333:2 24334:1 24338:1 24352:1 24354:1 24357:1 24360:1 24365:1 24370:1 24374:6 24392:1 24410:1 24417:1 24418:1 24425:1 24443:1 24445:1 24450:1 24453:1 24461:1 24469:1 24473:1 24476:1 24485:1 24504:3 24512:1 24528:1 24531:1 24536:4 24542:2 24550:1 24556:1 24557:1 24558:1 24562:1 24607:1 24611:1 24623:1 24635:1 24644:1 24653:1 24661:1 24662:2 24664:2 24681:3 24686:1 24710:1 24748:3 24764:1 24805:1 24809:1 24813:2 24834:1 24838:1 24841:1 24857:1 24907:1 24909:2 24912:4 24918:1 24928:1 24931:2 24939:2 24950:1 24961:1 24994:1 24998:2 25007:1 25042:1 25049:2 25056:1 25064:1 25081:1 25115:1 25127:2 25140:1 25143:1 25154:1 25163:1 25169:1 25180:1 25191:1 25197:3 25200:1 25205:1 25247:1 25249:1 25259:4 25260:1 25267:1 25276:1 25284:1 25302:1 25322:1 25330:1 25347:1 25349:1 25366:2 25373:1 25375:2 25404:1 25407:1 25411:2 25428:1 25432:1 25482:1 25496:1 25498:3 25521:2 25556:2 25565:1 25569:1 25575:4 25588:1 25600:1 25614:3 25623:1 25634:4 25642:1 25648:3 25651:1 25652:1 25659:1 25663:1 25677:1 25683:1 25697:1 25742:1 25745:1 25749:2 25753:1 25755:1 25756:1 25760:2 25761:1 25765:6 25767:2 25771:2 25772:1 25789:1 25790:1 25791:1 25803:1 25810:2 25822:1 25824:1 25844:1 25851:1 25855:1 25856:1 25859:1 25871:1 25878:1 25890:1 25891:1 25893:1 25904:1 25910:1 25923:1 25931:1 25939:7 25941:1 25945:2 25947:1 25948:1 25959:1 25960:1 25964:3 25965:1 26004:1 26032:1 26035:1 26042:4 26058:1 26063:1 26067:1 26071:1 26088:2 26097:1 26108:1 26136:1 26137:1 26144:1 26149:1 26161:1 26191:1 26239:1 26244:1 26247:1 26250:1 26255:1 26259:1 26272:3 26278:2 26280:1 26300:1 26302:1 26307:1 26329:4 26331:13 26343:1 26363:9 26376:1 26379:1 26384:1 26386:2 26390:1 26395:1 26413:5 26416:1 26422:1 26423:1 26424:1 26425:1 26431:1 26451:1 26459:1 26481:1 26490:1 26492:1 26496:1 26503:1 26537:2 26538:1 26553:1 26554:1 26558:1 26561:2 26567:1 26570:1 26585:1 26586:1 26599:2 26601:1 26617:1 26626:1 26633:1 26635:1 26649:1 26653:2 26671:1 26682:1 26685:2 26699:1 26701:1 26707:1 26709:1 26725:1 26730:1 26741:1 26758:1 26767:2 26800:2 26812:1 26817:1 26841:1 26872:2 26875:2 26879:4 26882:4 26891:3 26893:1 26920:1 26930:1 26952:1 26964:1 26967:1 26974:1 26994:1 27017:1 27040:1 27042:4 27078:1 27093:1 27095:1 27110:2 27121:2 27133:2 27141:1 27152:4 27165:1 27168:1 27176:1 27199:1 27207:1 27240:1 27244:2 27249:1 27258:1 27273:1 27287:2 27290:1 27321:1 27322:1 27335:1 27367:1 27377:1 27403:6 27406:2 27418:1 27476:1 27483:1 27490:1 27503:1 27517:1 27538:1 27543:2 27556:2 27595:3 27601:3 27602:1 27611:1 27651:1 27681:2 27684:1 27699:1 27701:2 27714:1 27729:1 27730:1 27732:1 27750:5 27755:1 27767:1 27773:2 27782:3 27785:4 27796:3 27802:1 27807:1 27817:2 27833:1 27853:1 27854:1 27877:1 27895:1 27929:1 27930:1 27946:1 27969:1 27979:1 28000:1 28035:1 28052:1 28059:1 28067:3 28068:1 28074:12 28086:1 28119:2 28142:1 28150:1 28165:1 28175:2 28177:1 28190:1 28193:1 28204:1 28205:1 28208:2 28220:2 28232:1 28246:2 28254:1 28270:1 28275:1 28276:1 28283:2 28288:1 28316:1 28321:1 28329:1 28330:1 28332:1 28340:1 28341:1 28349:5 28351:1 28363:2 28375:1 28381:1 28383:3 28387:1 28388:1 28390:2 28402:2 28409:1 28411:1 28414:2 28416:1 28455:2 28456:1 28457:1 28458:2 28461:1 28462:1 28478:2 28487:2 28501:1 28506:1 28513:1 28525:1 28542:1 28594:1 28595:1 28601:5 28619:1 28625:1 28642:1 28645:1 28673:6 28676:1 28677:1 28682:1 28686:1 28688:1 28691:1 28694:1 28696:1 28701:2 28702:1 28712:1 28713:2 28718:1 28720:1 28733:1 28734:1 28743:1 28750:3 28751:3 28752:1 28754:1 28758:1 28759:1 28761:5 28770:1 28777:1 28787:3 28790:1 28811:1 28817:3 28833:1 28846:1 28855:4 28866:2 28867:1 28872:1 28878:1 28884:1 28895:1 28901:1 28907:1 28986:1 28996:1 29001:1 29027:1 29049:1 29052:2 29053:1 29089:1 29090:1 29093:1 29095:1 29100:1 29110:2 29117:2 29124:1 29128:1 29134:1 29145:1 29148:2 29169:1 29183:1 29207:2 29224:1 29235:1 29239:1 29242:1 29248:3 29263:1 29269:1 29292:1 29302:1 29306:2 29328:1 29336:1 29345:1 29346:1 29370:1 29380:1 29396:1 29413:2 29423:2 29440:1 29448:2 29458:2 29492:1 29494:1 29495:1 29508:1 29514:2 29529:2 29536:2 29540:1 29548:1 29555:1 29564:1 29566:15 29567:1 29570:2 29575:3 29592:2 29600:1 29609:4 29612:1 29616:1 29621:1 29631:3 29633:1 29657:1 29673:1 29675:1 29680:1 29686:2 29689:1 29708:2 29716:2 29721:3 29731:2 29746:1 29748:2 29753:2 29761:5 29766:2 29771:1 29773:1 29778:1 29814:1 29842:1 29848:1 29856:1 29858:2 29867:1 29880:1 29887:2 29904:1 29925:1 29930:1 29939:1 29941:1 29947:1 29948:1 29961:1 29972:4 30023:2 30025:2 30030:1 30033:1 30034:1 30051:1 30054:1 30066:2 30084:1 30094:1 30095:1 30097:3 30125:1 30131:1 30136:1 30147:1 30149:3 30150:1 30164:1 30199:1 30207:2 30239:1 30241:1 30247:1 30279:1 30295:2 30302:1 30308:1 30328:1 30351:2 30354:1 30364:2 30377:1 30396:1 30411:1 30451:2 30466:1 30474:1 30498:1 30516:1 30565:1 30587:1 30608:3 30612:1 30617:2 30679:3 30702:1 30707:1 30719:1 30730:4 30735:1 30738:3 30742:1 30751:2 30752:1 30755:1 30759:1 30760:1 30770:5 30779:1 30791:1 30802:1 30807:1 30816:1 30825:1 30832:2 30834:2 30844:1 30845:1 30846:1 30849:1 30850:1 30855:1 30856:2 30857:9 30861:2 30863:2 30866:2 30869:1 30883:1 30900:1 30906:1 30920:1 30925:2 30964:1 30965:1 30997:4 30998:2
3 2:1 13:2 36:1 37:2 39:1 44:1 50:1 84:2 90:3 104:1 117:2 123:2 145:1 149:1 157:1 162:1 176:1 196:1 203:1 211:1 216:1 254:1 255:1 259:1 275:3 276:2 286:2 287:1 301:2 311:1 333:1 339:1 357:1 374:2 375:1 376:1 385:1 396:1 397:2 401:1 406:2 419:1 424:1 428:1 431:1 436:2 446:1 447:1 467:3 468:1 471:3 472:2 475:2 485:4 490:1 556:1 580:1 585:1 590:2 620:1 625:1 637:1 648:2 657:3 677:1 683:6 686:1 700:1 701:1 704:1 705:1 710:2 720:2 722:1 733:2 750:1 794:1 812:2 813:1 826:1 836:1 847:1 866:1 889:1 891:1 895:1 901:1 934:3 942:3 958:4 965:1 972:2 981:4 982:1 986:6 989:3 996:1 1000:1 1004:1 1006:1 1045:1 1049:7 1053:1 1092:1 1096:2 1115:1 1124:2 1130:2 1145:1 1150:1 1189:1 1194:2 1203:1 1215:1 1233:1 1253:3 1275:1 1279:1 1292:1 1295:1 1297:1 1302:2 1304:3 1305:1 1309:1 1312:1 1318:1 1319:1 1321:1 1322:2 1323:1 1336:1 1349:2 1365:2 1368:2 1369:3 1382:1 1389:1 1390:1 1397:1 1401:4 1403:1 1408:2 1413:1 1414:1 1429:1 1430:1 1433:1 1434:1 1439:1 1441:1 1445:1 1458:1 1476:1 1483:2 1484:1 1518:1 1534:1 1538:1 1548:1 1553:1 1560:1 1563:1 1566:3 1583:1 1585:2 1593:9 1610:1 1622:1 1626:1 1641:2 1644:1 1646:1 1673:1 1679:1 1681:1 1685:4 1693:1 1700:1 1704:1 1707:4 1734:2 1751:1 1769:1 1775:1 1801:2 1802:2 1812:1 1813:1 1816:1 1833:2 1836:1 1844:1 1852:1 1861:3 1864:1 1883:2 1884:1 1911:1 1923:1 1942:1 1947:1 1969:2 1971:1 1986:1 1991:1 1993:1 1995:2 2001:2 2006:1 2007:3 2009:3 2017:1 2021:1 2025:2 2030:1 2045:1 2049:1 2050:2 2056:1 2071:1 2072:1 2076:1 2089:1 2103:1 2126:2 2143:2 2146:1 2148:1 2149:1 2171:1 2173:1 2177:1 2192:1 2204:1 2207:1 2212:1 2213:1 2225:1 2227:1 2239:2 2242:1 2247:1 2271:1 2285:1 2290:5 2301:1 2323:4 2325:1 2341:2 2352:1 2357:1 2361:2 2385:1 2400:1 2401:1 2405:1 2411:2 2412:3 2413:1 2414:1 2416:3 2418:3 2420:3 2421:1 2423:7 2424:3 2426:1 2429:1 2431:1 2434:1 2439:3 2440:1 2443:1 2445:4 2448:1 2453:5 2454:2 2458:1 2468:1 2487:1 2503:1 2515:1 2521:2 2532:1 2554:2 2563:2 2576:1 2589:1 2590:1 2591:1 2592:1 2596:1 2616:1 2622:2 2644:1 2659:1 2660:1 2663:1 2664:1 2701:1 2705:2 2724:1 2740:1 2748:1 2779:2 2788:1 2793:1 2798:1 2807:1 2822:1 2824:1 2827:2 2834:1 2851:1 2853:3 2854:2 2874:1 2877:1 2885:1 2902:1 2920:1 2936:1 2939:1 2945:1 2955:1 2959:1 2972:1 2974:1 3002:2 3004:1 3006:2 3009:1 3011:2 3017:1 3019:1 3027:1 3036:1 3038:3 3047:1 3074:2 3078:1 3086:8 3102:2 3108:1 3114:1 3119:1 3124:2 3148:2 3152:1 3153:6 3164:4 3168:1 3173:1 3199:1 3200:1 3281:1 3325:1 3338:1 3346:1 3353:1 3380:1 3408:2 3411:1 3426:4 3434:6 3443:1 3471:1 3475:1 3523:1 3532:1 3541:1 3557:1 3582:1 3605:1 3612:1 3619:1 3627:1 3665:1 3694:1 3699:2 3704:1 3709:1 3734:1 3743:1 3752:1 3753:1 3756:1 3757:1 3758:1 3759:1 3782:1 3784:1 3786:1 3800:1 3832:1 3849:2 3851:1 3854:1 3861:1 3865:4 3870:3 3880:2 3884:1 3886:2 3891:3 3919:3 3923:1 3930:1 3932:1 3955:1 3962:2 3965:3 3982:4 3992:1 4013:1 4042:1 4043:2 4044:1 4056:2 4063:2 4069:2 4088:1 4091:2 4103:4 4118:1 4128:1 4150:1 4153:1 4155:2 4195:1 4199:1 4201:1 4206:1 4212:3 4220:1 4240:1 4245:1 4249:1 4254:1 4255:2 4276:1 4281:1 4290:1 4296:1 4303:1 4339:2 4344:1 4359:1 4367:1 4387:1 4388:2 4390:2 4397:2 4404:1 4408:1 4410:2 4414:1 4421:1 4445:1 4449:1 4462:1 4465:2 4495:1 4508:3 4510:2 4521:1 4539:2 4544:1 4569:1 4590:1 4605:1 4621:1 4624:1 4637:1 4652:6 4689:1 4697:2 4707:1 4710:1 4721:2 4745:1 4746:1 4750:1 4773:1 4775:2 4778:1 4780:1 4792:1 4806:2 4808:1 4811:1 4816:1 4835:1 4839:1 4846:1 4848:1 4864:1 4866:8 4881:1 4885:1 4893:2 4900:1 4901:1 4906:10 4915:1 4948:3 4992:2 4998:3 5003:2 5008:1 5027:1 5076:1 5077:1 5091:1 5098:13 5100:3 5127:1 5138:1 5153:1 5157:1 5162:1 5169:1 5171:1 5222:1 5225:1 5241:3 5242:4 5243:2 5249:1 5252:1 5255:2 5256:1 5257:1 5258:1 5264:1 5271:2 5272:2 5274:2 5275:1 5314:1 5332:1 5335:2 5349:1 5378:2 5379:1 5389:1 5401:1 5404:1 5413:1 5414:1 5415:1 5432:1 5437:1 5477:1 5483:2 5510:1 5526:1 5541:2 5553:1 5560:1 5586:4 5588:1 5589:1 5592:1 5626:1 5644:2 5659:2 5664:1 5670:1 5671:2 5704:1 5705:1 5714:2 5716:1 5752:1 5759:1 5760:1 5768:3 5776:1 5798:1 5800:2 5801:2 5814:1 5880:1 5881:3 5885:2 5887:1 5936:1 5941:2 5956:1 5972:3 5973:1 5974:1 5977:1 6007:2 6013:1 6024:1 6027:1 6040:1 6046:3 6079:1 6083:1 6115:1 6118:1 6126:1 6136:2 6143:1 6148:1 6161:1 6177:1 6182:2 6184:1 6189:2 6207:1 6222:2 6229:1 6237:2 6305:2 6306:1 6313:1 6318:1 6319:1 6324:1 6341:2 6342:1 6344:3 6346:1 6349:2 6360:1 6361:1 6370:3 6377:1 6378:1 6383:1 6387:1 6388:1 6390:2 6397:1 6402:2 6426:1 6438:1 6444:1 6457:1 6462:1 6469:4 6495:1 6509:2 6512:1 6513:1 6520:1 6551:2 6554:1 6562:1 6565:2 6583:1 6592:1 6609:1 6625:1 6627:1 6636:2 6638:1 6644:1 6657:3 6677:4 6679:1 6680:1 6681:1 6686:1 6687:6 6689:2 6690:1 6692:1 6695:4 6696:1 6698:2 6700:3 6703:9 6705:1 6708:1 6712:1 6731:1 6734:1 6743:1 6765:2 6829:1 6839:1 6840:4 6843:1 6849:1 6851:2 6859:12 6875:1 6918:1 6919:1 6920:1 6956:1 6969:1 6980:3 6983:1 7032:1 7041:1 7052:1 7081:1 7099:1 7110:1 7114:1 7116:1 7123:2 7128:3 7130:2 7131:1 7140:1 7148:2 7176:2 7177:1 7181:2 7185:1 7193:1 7198:1 7199:1 7204:6 7208:2 7232:1 7249:1 7257:1 7285:2 7287:1 7294:1 7303:1 7310:1 7323:1 7336:2 7339:1 7349:1 7352:1 7361:1 7368:1 7370:1 7378:1 7379:1 7387:1 7388:1 7390:1 7400:1 7411:1 7419:2 7427:1 7438:1 7456:1 7473:1 7509:2 7523:2 7527:1 7531:1 7533:1 7539:4 7563:1 7597:1 7603:1 7609:1 7621:1 7654:1 7658:1 7660:1 7687:1 7702:1 7713:1 7725:1 7730:1 7784:1 7788:1 7799:2 7816:1 7821:1 7833:1 7838:1 7854:1 7865:1 7873:1 7876:1 7885:3 7901:1 7904:1 7911:1 7912:1 7929:2 7933:1 7935:1 7941:1 7952:1 7968:1 7970:3 7983:1 8057:7 8058:4 8066:1 8078:2 8079:1 8080:1 8102:1 8107:4 8108:2 8112:1 8117:1 8124:40 8132:1 8133:1 8148:4 8150:7 8158:2 8162:1 8185:1 8206:1 8214:1 8236:1 8239:1 8240:1 8263:1 8265:2 8279:1 8298:1 8315:1 8320:1 8334:2 8337:1 8345:1 8354:1 8370:1 8372:1 8391:1 8399:1 8400:2 8410:1 8414:1 8450:1 8455:1 8493:1 8499:2 8527:1 8532:1 8545:1 8552:1 8555:1 8562:1 8581:1 8585:1 8614:1 8643:2 8645:2 8652:2 8653:2 8665:20 8683:1 8690:1 8695:1 8699:1 8709:1 8712:1 8766:1 8768:1 8792:1 8793:1 8795:2 8816:1 8822:1 8830:1 8847:1 8866:1 8870:2 8878:1 8912:3 8916:2 8918:1 8925:2 8927:1 8934:1 8944:1 8956:2 8958:1 8964:1 8967:1 8970:4 8972:2 8982:1 8993:1 8999:1 9007:1 9008:1 9026:1 9034:2 9035:1 9052:1 9056:1 9059:1 9061:1 9067:3 9069:2 9070:1 9074:1 9075:2 9077:1 9080:1 9085:1 9093:1 9097:1 9120:1 9135:1 9151:2 9156:2 9176:1 9177:1 9178:1 9200:1 9205:2 9218:1 9233:1 9242:1 9246:1 9262:1 9277:1 9291:2 9295:2 9317:1 9320:1 9356:1 9368:1 9385:2 9387:1 9389:1 9394:1 9395:2 9398:1 9404:2 9418:1 9423:1 9424:1 9425:1 9427:1 9439:2 9442:3 9451:1 9459:2 9464:1 9483:2 9498:1 9502:1 9510:1 9515:2 9526:1 9531:1 9534:1 9545:1 9550:1 9558:1 9569:3 9571:1 9581:1 9587:1 9597:1 9599:1 9601:1 9618:1 9624:4 9627:1 9653:1 9654:1 9680:3 9682:1 9684:1 9690:1 9694:1 9707:1 9712:1 9725:1 9733:1 9762:1 9770:1 9773:2 9800:1 9807:2 9828:1 9837:2 9843:1 9850:1 9857:1 9862:1 9865:1 9866:1 9875:1 9884:1 9900:1 9903:2 9910:1 9922:1 9944:1 9969:2 9985:1 9989:1 9992:1 9995:1 9996:1 10011:1 10025:2 10027:1 10028:2 10036:1 10048:1 10049:2 10067:1 10073:1 10082:1 10083:2 10134:1 10135:1 10160:2 10162:2 10164:1 10172:1 10178:1 10179:1 10182:1 10197:1 10209:1 10219:1 10226:1 10242:3 10245:3 10264:3 10266:1 10270:1 10287:4 10288:2 10290:1 10308:1 10329:1 10360:1 10367:1 10403:1 10410:1 10424:1 10438:3 10441:1 10443:2 10444:1 10448:1 10453:1 10454:3 10468:1 10471:1 10484:2 10494:1 10514:1 10519:5 10534:1 10535:1 10547:1 10553:1 10558:3 10588:2 10600:1 10604:1 10606:1 10612:1 10617:2 10627:2 10630:4 10638:2 10640:1 10651:1 10653:1 10663:1 10687:1 10701:1 10703:1 10711:1 10740:1 10768:1 10780:1 10784:3 10793:1 10800:1 10804:1 10805:1 10808:1 10820:1 10827:1 10850:4 10862:1 10865:1 10906:1 10907:1 10911:1 10914:1 10915:1 10934:1 10952:1 10959:1 10960:1 10961:1 10963:2 10974:1 10978:1 10979:1 10988:2 11001:1 11010:3 11024:1 11038:2 11067:1 11089:2 11090:1 11114:1 11134:1 11144:1 11152:1 11188:1 11192:1 11206:1 11214:4 11216:1 11219:1 11225:13 11265:1 11275:2 11287:1 11301:2 11317:1 11328:1 11355:1 11357:1 11386:1 11414:1 11458:4 11461:6 11482:1 11495:2 11496:1 11507:1 11509:1 11536:1 11539:1 11541:1 11551:1 11556:1 11564:1 11565:1 11576:3 11584:1 11588:1 11593:1 11597:2 11604:2 11622:1 11628:1 11634:2 11639:2 11640:1 11641:1 11644:3 11660:1 11694:1 11696:1 11709:1 11731:1 11741:1 11763:1 11810:1 11815:1 11820:4 11825:3 11827:2 11844:1 11849:2 11854:1 11865:1 11894:2 11898:1 11913:1 11920:1 11927:1 11931:1 11938:2 11940:3 11955:1 11956:1 11961:1 11977:2 11979:1 11984:1 11992:1 12000:1 12014:2 12027:2 12028:1 12033:1 12036:1 12050:2 12086:1 12101:1 12102:1 12107:1 12123:2 12147:11 12171:1 12174:2 12176:1 12181:1 12183:3 12185:1 12190:1 12196:1 12197:1 12200:1 12208:2 12211:1 12212:1 12215:1 12217:1 12220:2 12225:2 12226:1 12252:1 12254:3 12261:1 12262:1 12263:2 12270:11 12279:1 12280:4 12286:2 12287:4 12307:1 12325:1 12339:1 12406:1 12422:1 12425:1 12431:1 12440:2 12444:1 12456:1 12466:1 12473:4 12504:2 12516:1 12528:1 12550:1 12561:1 12562:1 12575:1 12589:1 12616:1 12617:1 12629:1 12630:3 12639:1 12645:1 12657:1 12669:1 12670:1 12671:2 12689:1 12701:1 12702:1 12713:2 12715:1 12735:4 12756:1 12781:1 12826:1 12831:1 12836:2 12843:3 12851:2 12869:1 12873:2 12874:1 12885:1 12906:1 12925:1 12940:1 12953:1 12959:1 12978:1 12986:1 12992:1 12996:1 12998:1 13001:1 13015:1 13021:3 13023:1 13031:1 13098:3 13102:1 13112:1 13151:2 13155:1 13157:1 13167:1 13172:1 13190:2 13213:1 13228:1 13249:2 13269:1 13273:2 13283:1 13285:1 13291:1 13297:1 13302:1 13304:2 13312:1 13313:1 13318:1 13323:1 13358:1 13362:1 13364:1 13375:1 13387:1 13390:1 13393:1 13404:1 13412:1 13459:1 13467:1 13470:1 13542:1 13584:1 13586:1 13596:1 13600:1 13605:1 13618:1 13632:1 13639:1 13642:2 13649:4 13650:1 13651:1 13683:4 13720:1 13733:1 13738:1 13739:1 13751:4 13755:4 13759:3 13761:3 13773:1 13774:4 13785:1 13789:1 13803:1 13809:2 13820:1 13829:1 13831:2 13840:1 13841:8 13857:1 13881:1 13883:1 13889:1 13892:1 13898:1 13912:1 13916:6 13918:1 13919:1 13928:2 13934:1 13942:1 13953:1 13975:1 13991:1 13996:1 13998:1 14003:1 14033:1 14037:2 14042:1 14061:1 14063:1 14079:1 14084:1 14085:1 14140:2 14150:1 14158:1 14161:2 14162:1 14179:1 14185:3 14192:1 14223:2 14227:1 14229:3 14230:1 14241:1 14246:1 14247:1 14256:2 14268:1 14295:3 14296:1 14305:1 14340:1 14348:2 14360:1 14362:1 14365:1 14384:1 14386:2 14389:1 14396:2 14397:3 14400:1 14406:1 14420:1 14438:1 14440:2 14442:2 14454:2 14481:1 14510:1 14513:1 14530:1 14531:1 14533:2 14536:1 14548:1 14552:1 14576:1 14581:1 14593:1 14595:1 14596:1 14599:2 14608:2 14616:2 14619:1 14630:1 14637:1 14641:1 14649:1 14652:1 14657:2 14659:1 14684:2 14695:1 14699:1 14707:1 14709:1 14716:1 14735:2 14761:1 14772:1 14780:1 14784:2 14789:1 14795:1 14805:1 14807:1 14809:2 14845:1 14860:1 14878:2 14885:1 14890:1 14903:1 14906:1 14911:2 14916:1 14917:1 14921:1 14923:5 14925:1 14927:2 14940:2 14942:2 14943:1 14950:4 14951:2 14959:2 14981:1 15000:1 15031:1 15042:1 15043:1 15063:2 15082:1 15090:1 15105:1 15116:1 15120:1 15121:1 15134:1 15138:1 15155:2 15168:1 15189:1 15212:1 15217:1 15233:2 15241:1 15300:2 15304:1 15314:2 15315:5 15326:1 15331:1 15358:1 15374:2 15377:4 15380:1 15383:2 15388:1 15389:1 15394:1 15400:1 15401:1 15422:2 15423:1 15432:1 15442:1 15448:2 15480:1 15483:1 15488:1 15494:2 15509:1 15514:1 15540:1 15582:1 15597:1 15598:1 15605:1 15606:4 15608:1 15617:1 15623:1 15628:2 15636:5 15642:1 15643:3 15645:2 15666:1 15672:1 15680:1 15686:1 15690:1 15729:1 15751:1 15768:1 15771:1 15779:1 15820:1 15827:1 15843:1 15847:1 15851:1 15869:2 15884:1 15885:1 15895:1 15899:1 15900:1 15918:1 15935:1 15937:2 15947:1 15966:1 15969:1 15972:1 15983:1 16018:2 16034:2 16036:1 16051:1 16068:1 16087:1 16094:1 16095:1 16108:2 16127:2 16134:1 16149:2 16151:1 16152:1 16154:1 16155:1 16163:1 16191:1 16201:1 16207:7 16248:1 16258:1 16266:1 16295:1 16318:1 16336:2 16348:2 16357:1 16360:1 16362:6 16364:1 16368:1 16383:1 16384:2 16385:1 16396:2 16398:1 16399:1 16402:1 16404:1 16406:1 16414:1 16418:3 16422:3 16431:1 16437:2 16441:5 16442:1 16469:1 16474:2 16515:1 16525:1 16530:2 16531:1 16550:1 16561:3 16571:1 16580:1 16595:1 16602:1 16603:1 16606:1 16616:1 16619:6 16626:1 16664:1 16665:1 16668:1 16687:2 16696:3 16704:9 16707:1 16712:1 16718:1 16727:1 16731:1 16746:3 16750:1 16761:1 16766:1 16772:1 16775:1 16786:1 16792:8 16798:1 16807:1 16811:1 16822:3 16823:1 16826:1 16836:1 16857:1 16866:1 16911:1 16915:1 16947:2 16950:1 16958:2 16968:1 16972:1 16973:1 16974:1 16975:1 16977:1 16978:3 16980:2 16985:1 16986:1 16987:1 16988:2 16989:3 16998:1 16999:1 17006:1 17010:1 17024:2 17027:1 17036:1 17064:1 17070:1 17071:2 17073:1 17074:1 17079:1 17081:2 17083:2 17088:1 17119:3 17124:1 17129:1 17134:1 17147:1 17169:1 17177:1 17179:1 17190:1 17203:1 17216:1 17256:4 17271:1 17273:1 17284:1 17297:1 17309:1 17317:1 17331:1 17332:1 17336:1 17344:3 17385:1 17393:2 17420:4 17430:1 17443:1 17455:6 17461:1 17464:1 17465:1 17475:1 17483:1 17502:1 17504:1 17506:2 17507:1 17508:1 17516:1 17553:1 17575:1 17594:1 17620:1 17623:1 17630:2 17631:1 17632:3 17644:1 17685:1 17701:2 17718:1 17721:1 17733:1 17758:1 17761:1 17765:1 17774:1 17793:1 17803:1 17809:1 17811:1 17816:1 17853:1 17906:1 17931:1 17946:1 17968:1 17970:2 17973:1 17982:1 17984:1 17985:1 17988:2 18018:2 18021:1 18044:2 18055:2 18060:1 18072:1 18074:1 18078:1 18080:1 18128:1 18142:2 18152:2 18154:1 18158:2 18181:1 18184:1 18195:1 18198:1 18201:1 18208:1 18214:1 18249:1 18256:1 18260:2 18267:1 18270:5 18277:2 18280:1 18293:1 18309:1 18313:1 18318:1 18364:1 18368:1 18388:2 18389:1 18404:1 18406:1 18412:1 18415:1 18416:1 18420:1 18425:1 18432:1 18447:1 18455:1 18469:1 18473:1 18489:1 18493:1 18512:1 18537:2 18549:1 18555:1 18567:1 18584:1 18591:1 18602:1 18604:1 18612:1 18625:1 18654:1 18655:1 18662:5 18677:1 18680:1 18686:1 18690:1 18693:1 18699:2 18703:1 18712:1 18713:1 18717:1 18724:1 18727:1 18731:2 18745:3 18746:2 18748:1 18752:1 18790:1 18796:1 18817:1 18833:2 18834:1 18842:4 18859:1 18865:1 18867:1 18881:1 18883:1 18893:1 18912:1 18916:1 18917:1 18934:1 18951:3 18958:2 18962:2 18984:1 19005:1 19009:1 19017:1 19020:1 19052:2 19070:3 19072:1 19118:1 19122:1 19167:2 19180:1 19191:1 19193:1 19198:1 19207:1 19208:1 19232:1 19243:1 19254:4 19260:1 19262:1 19278:1 19281:1 19285:1 19294:1 19300:1 19307:1 19311:1 19312:1 19337:2 19338:1 19339:1 19342:1 19344:2 19348:1 19402:1 19403:1 19407:1 19420:2 19421:1 19426:1 19438:1 19445:1 19458:1 19462:1 19470:1 19486:2539 19488:2 19490:1 19494:3 19496:1 19500:1 19507:1 19511:4 19512:1 19546:1 19547:1 19587:1 19594:1 19596:1 19607:1 19612:1 19616:1 19621:1 19625:1 19632:1 19643:2 19668:1 19672:7 19684:1 19685:1 19688:1 19691:1 19695:1 19721:1 19723:1 19725:3 19730:1 19743:1 19784:4 19815:1 19817:1 19834:2 19876:3 19887:1 19888:1 19946:4 19954:1 19955:1 19979:1 19987:2 19997:1 19998:1 20006:1 20011:1 20015:1 20028:1 20032:1 20054:1 20058:1 20063:1 20065:1 20073:1 20080:1 20085:1 20087:1 20110:1 20120:1 20141:1 20148:2 20168:1 20188:1 20210:1 20216:1 20234:3 20267:1 20286:1 20295:1 20301:1 20312:2 20314:2 20317:1 20321:1 20346:3 20358:1 20376:1 20393:3 20402:1 20410:1 20421:4 20435:1 20458:1 20463:1 20464:3 20488:1 20491:2 20496:1 20501:3 20504:1 20505:1 20506:1 20513:1 20514:1 20517:1 20529:1 20532:5 20534:1 20561:1 20572:1 20590:1 20595:2 20601:2 20613:1 20624:1 20647:2 20677:1 20679:1 20684:2 20694:3 20698:1 20700:1 20701:1 20711:1 20713:2 20745:1 20756:1 20768:2 20775:1 20777:1 20787:1 20816:2 20819:1 20827:1 20832:1 20850:1 20864:1 20867:1 20869:2 20886:1 20912:1 20924:1 20925:1 20928:2 20936:1 20948:1 20980:6 20981:1 20987:1 21009:1 21038:1 21039:1 21046:4 21052:1 21053:1 21070:2 21073:2 21098:3 21128:2 21130:1 21138:1 21139:1 21149:1 21151:1 21153:3 21158:1 21166:1 21184:3 21185:1 21186:1 21189:1 21193:1 21209:2 21211:1 21217:1 21220:1 21230:2 21239:2 21242:5 21245:1 21263:1 21264:1 21269:1 21278:1 21283:1 21295:1 21305:1 21316:1 21320:1 21325:4 21333:1 21353:1 21355:1 21357:3 21361:1 21383:1 21400:3 21416:3 21471:1 21474:1 21482:2 21491:1 21513:1 21537:1 21567:1 21602:1 21603:1 21619:2 21630:1 21636:1 21646:3 21659:1 21665:1 21672:1 21676:1 21679:1 21693:1 21714:1 21715:1 21717:1 21719:1 21736:1 21747:1 21750:1 21753:1 21756:1 21759:1 21761:1 21762:1 21763:1 21774:1 21777:1 21785:1 21786:1 21791:1 21792:4 21810:3 21815:2 21823:1 21826:1 21833:2 21846:1 21850:1 21852:1 21853:1 21920:1 21924:1 21926:2 21930:1 21957:2 21965:1 21978:1 22004:1 22023:1 22024:1 22031:2 22054:1 22067:1 22069:1 22074:1 22076:1 22088:2 22090:1 22095:1 22099:1 22127:1 22137:1 22145:1 22149:1 22155:1 22156:2 22162:1 22164:1 22169:1 22171:1 22187:2 22190:1 22192:1 22208:1 22214:1 22271:1 22304:1 22317:1 22325:1 22344:1 22345:1 22354:1 22355:1 22359:1 22373:1 22375:1 22378:4 22381:2 22395:1 22397:1 22437:1 22441:1 22446:1 22477:1 22486:1 22490:3 22492:1 22503:2 22504:2 22511:1 22539:1 22547:1 22566:1 22568:1 22569:1 22577:1 22591:1 22610:1 22618:1 22620:1 22626:1 22627:1 22631:1 22633:1 22635:1 22638:1 22645:1 22653:2 22655:1 22663:1 22672:1 22673:1 22696:1 22724:1 22731:1 22741:1 22745:6 22746:1 22753:3 22765:2 22776:1 22785:1 22791:3 22795:2 22802:1 22803:1 22812:1 22813:1 22831:1 22843:1 22869:1 22882:1 22885:1 22888:1 22889:1 22891:1 22899:2 22906:1 22911:7 22913:1 22918:1 22921:1 22930:1 22942:1 22963:1 22968:1 22972:1 22980:1 22982:1 22993:2 22995:2 23022:1 23033:4 23047:1 23049:1 23058:1 23062:1 23064:1 23074:2 23081:1 23082:1 23090:1 23094:1 23105:1 23110:1 23111:2 23114:1 23119:1 23120:1 23130:1 23131:1 23153:2 23157:2 23166:1 23170:1 23188:1 23213:1 23222:1 23233:1 23244:2 23251:2 23291:1 23292:1 23298:1 23300:1 23303:1 23316:5 23318:1 23352:1 23354:1 23360:2 23371:1 23382:1 23383:1 23384:4 23385:2 23397:1 23398:1 23417:1 23425:1 23439:1 23444:1 23447:3 23486:1 23496:1 23499:1 23500:2 23512:1 23515:2 23516:6 23524:1 23535:2 23539:1 23550:2 23559:3 23564:7 23569:1 23573:1 23575:1 23577:1 23581:1 23590:1 23591:1 23598:1 23614:1 23620:1 23623:1 23624:1 23629:2 23631:1 23637:1 23638:1 23639:4 23642:1 23644:2 23649:3 23650:2 23667:1 23668:4 23676:2 23703:1 23724:1 23731:1 23738:1 23760:2 23764:2 23765:1 23769:3 23789:1 23791:3 23792:1 23796:2 23807:1 23830:2 23836:1 23841:1 23843:1 23871:1 23873:1 23875:1 23887:1 23888:1 23894:1 23898:1 23910:1 23919:1 23933:1 23934:1 23957:8 23979:1 23990:3 23999:1 24008:1 24013:1 24014:1 24029:1 24032:1 24034:1 24052:1 24057:1 24059:1 24066:1 24067:1 24101:1 24113:1 24115:1 24123:1 24147:1 24164:1 24167:1 24178:1 24184:2 24185:1 24210:2 24220:1 24238:1 24246:1 24265:2 24267:1 24280:1 24291:2 24296:1 24319:1 24326:1 24333:2 24334:1 24338:1 24352:1 24354:1 24357:1 24360:1 24365:1 24370:1 24374:6 24392:1 24410:1 24417:1 24418:1 24425:1 24443:1 24445:1 24450:1 24453:1 24461:1 24469:1 24473:1 24476:1 24485:1 24504:3 24512:1 24528:1 24531:1 24536:4 24542:2 24550:1 24556:1 24557:1 24558:1 24562:1 24607:1 24611:1 24623:1 24635:1 24644:1 24653:1 24661:1 24662:2 24664:2 24681:3 24686:1 24691:1 24710:1 24748:3 24764:1 24805:1 24809:1 24813:2 24834:1 24838:1 24841:1 24857:1 24907:1 24909:2 24912:4 24918:1 24928:1 24931:2 24939:2 24950:1 24961:1 24994:1 24998:2 25007:1 25042:1 25049:2 25056:1 25064:1 25081:1 25115:1 25127:2 25140:1 25143:1 25154:1 25163:1 25169:1 25180:2 25191:1 25197:3 25200:1 25205:1 25247:1 25249:1 25259:4 25260:1 25267:1 25276:1 25284:1 25302:1 25322:1 25330:1 25347:1 25349:1 25366:2 25373:1 25375:3 25404:1 25407:1 25411:2 25428:1 25432:1 25482:1 25496:1 25498:3 25521:2 25556:3 25565:2 25569:1 25575:5 25576:1 25587:1 25588:1 25600:1 25614:3 25623:1 25634:4 25642:1 25648:3 25651:1 25652:1 25659:1 25663:1 25677:1 25683:1 25697:1 25742:1 25745:1 25749:2 25753:1 25755:1 25756:1 25760:2 25761:1 25765:8 25767:2 25771:2 25772:1 25789:1 25790:1 25791:1 25803:1 25810:2 25822:1 25824:1 25844:1 25845:1 25851:1 25855:1 25856:1 25859:1 25871:1 25878:1 25890:1 25891:1 25893:1 25904:1 25910:1 25923:1 25931:1 25939:7 25941:1 25945:2 25947:1 25948:1 25959:1 25960:1 25964:3 25965:1 26004:1 26032:1 26035:1 26042:4 26058:1 26063:1 26067:1 26071:1 26088:3 26097:1 26108:1 26136:1 26137:1 26144:1 26149:1 26161:1 26191:1 26239:1 26244:1 26247:1 26250:1 26255:1 26259:1 26272:3 26278:2 26280:1 26300:1 26302:1 26307:1 26329:4 26331:14 26343:1 26363:9 26376:1 26379:1 26384:1 26386:2 26390:1 26395:1 26413:5 26416:1 26422:1 26423:1 26424:1 26425:1 26431:1 26451:1 26459:1 26481:1 26490:1 26492:1 26496:1 26503:1 26537:2 26538:1 26553:1 26554:1 26558:1 26561:2 26567:1 26570:1 26585:1 26586:1 26599:2 26601:1 26605:1 26617:1 26626:1 26633:1 26635:1 26649:1 26653:2 26671:1 26682:1 26685:2 26699:1 26701:1 26707:1 26709:1 26725:2 26730:1 26741:1 26758:1 26767:2 26800:2 26812:1 26817:1 26841:1 26872:2 26875:2 26879:4 26882:4 26891:3 26893:1 26920:1 26930:1 26952:1 26964:1 26967:1 26974:1 26994:1 27017:1 27040:1 27042:4 27078:1 27093:1 27095:1 27110:2 27121:2 27133:2 27141:1 27152:4 27165:1 27168:1 27176:1 27199:1 27207:1 27240:1 27244:2 27249:1 27258:1 27273:1 27282:1 27287:2 27290:1 27321:1 27322:1 27335:1 27367:1 27377:1 27403:6 27406:2 27418:1 27476:1 27483:1 27490:1 27503:1 27517:1 27538:1 27543:2 27554:1 27556:2 27595:3 27601:4 27602:1 27611:1 27651:1 27681:2 27684:1 27699:1 27701:2 27714:1 27729:1 27730:1 27732:1 27750:5 27755:1 27767:1 27773:2 27782:3 27785:5 27796:3 27802:1 27807:1 27817:2 27833:1 27853:1 27854:1 27877:1 27895:1 27899:1 27929:1 27930:1 27946:1 27969:1 27979:1 28000:1 28035:1 28052:1 28059:1 28067:3 28068:1 28074:12 28086:1 28102:1 28119:2 28142:1 28150:1 28165:1 28175:2 28177:1 28190:1 28193:1 28204:1 28205:1 28208:2 28220:2 28232:1 28246:2 28254:1 28270:1 28275:1 28276:1 28283:2 28288:1 28316:1 28321:1 28329:1 28330:1 28332:1 28340:1 28341:1 28349:5 28351:1 28363:2 28375:1 28381:1 28383:3 28387:1 28388:1 28390:2 28402:2 28409:2 28411:1 28414:2 28416:1 28455:2 28456:1 28457:1 28458:2 28461:1 28462:1 28478:2 28487:2 28501:1 28506:1 28513:1 28521:1 28525:1 28542:1 28594:1 28595:1 28601:5 28619:1 28625:1 28642:1 28645:1 28673:6 28676:1 28677:1 28682:1 28686:1 28688:1 28691:1 28694:1 28696:1 28701:2 28702:1 28712:1 28713:2 28718:1 28720:1 28733:1 28734:1 28743:2 28744:1 28750:3 28751:3 28752:2 28754:1 28758:1 28759:1 28761:5 28770:1 28777:1 28787:3 28790:1 28811:1 28817:3 28833:1 28841:1 28846:1 28855:4 28866:2 28867:1 28872:1 28878:1 28884:1 28895:1 28901:1 28907:1 28986:1 28996:1 29001:1 29027:1 29049:1 29052:2 29053:1 29089:1 29090:1 29093:1 29095:1 29100:1 29110:2 29117:2 29124:1 29128:1 29134:1 29145:1 29148:2 29169:1 29183:1 29207:2 29224:1 29235:1 29239:1 29242:1 29244:1 29248:4 29263:1 29269:1 29292:1 29302:1 29306:2 29328:1 29336:1 29345:1 29346:1 29370:1 29380:1 29396:1 29413:2 29423:2 29440:1 29441:1 29448:2 29458:2 29488:1 29492:1 29494:1 29495:1 29508:1 29514:2 29529:2 29536:2 29540:1 29548:1 29555:1 29564:1 29566:15 29567:1 29570:2 29575:3 29587:1 29592:2 29600:1 29609:4 29612:1 29616:1 29621:1 29631:3 29633:1 29657:1 29673:1 29675:1 29680:1 29686:2 29689:1 29708:2 29716:3 29721:3 29731:2 29734:1 29746:1 29748:2 29753:2 29761:5 29766:2 29771:1 29773:1 29778:1 29814:1 29842:1 29848:1 29856:1 29858:2 29867:1 29880:1 29887:3 29904:1 29925:1 29930:1 29939:1 29941:1 29947:1 29948:1 29961:1 29972:4 30023:2 30025:3 30030:1 30033:1 30034:1 30051:1 30054:1 30066:2 30084:1 30094:1 30095:1 30097:3 30125:1 30131:1 30136:1 30147:1 30149:3 30150:1 30164:1 30199:1 30207:2 30213:1 30239:1 30241:1 30247:1 30279:1 30295:2 30302:1 30308:1 30328:1 30351:2 30354:1 30364:3 30377:1 30381:1 30396:1 30411:1 30451:2 30466:1 30474:1 30498:1 30516:1 30565:1 30587:1 30608:3 30612:1 30617:2 30634:1 30679:3 30702:1 30707:1 30719:1 30730:4 30735:1 30738:3 30742:1 30751:2 30752:1 30755:1 30759:1 30760:1 30770:5 30779:1 30791:1 30802:1 30807:1 30816:1 30825:1 30832:2 30834:2 30844:1 30845:1 30846:1 30849:1 30850:1 30855:1 30856:2 30857:9 30861:2 30863:2 30866:2 30869:2 30883:1 30900:1 30906:1 30915:1 30920:1 30925:2 30964:1 30965:1 30997:4 30998:2
3 2:1 13:2 36:1 37:2 39:1 44:1 50:1 52:2 84:2 90:3 104:2 117:2 123:2 145:1 149:1 157:1 162:1 176:1 196:1 203:2 211:1 216:1 254:1 255:1 259:1 275:3 276:2 280:1 286:2 287:1 301:2 311:1 333:1 339:1 357:1 374:2 375:1 376:1 385:1 396:1 397:2 401:1 406:2 419:1 424:1 428:1 431:1 436:2 446:1 447:1 467:3 468:1 471:3 472:2 475:2 485:4 490:1 556:1 580:1 585:1 590:2 620:1 625:1 637:1 648:4 657:4 677:1 683:6 686:1 700:1 701:1 704:1 705:1 710:2 720:2 722:1 733:2 750:1 794:1 812:2 813:1 826:1 836:1 847:1 866:1 889:1 891:1 895:1 901:1 934:3 942:3 958:5 965:1 972:2 981:4 982:1 986:6 989:3 996:1 1000:1 1004:1 1006:1 1045:2 1049:7 1053:1 1092:1 1096:2 1115:1 1124:2 1130:2 1145:1 1150:1 1189:1 1194:2 1203:2 1215:1 1233:1 1253:3 1269:2 1275:1 1279:1 1292:1 1295:1 1297:1 1302:2 1304:3 1305:1 1309:1 1312:1 1318:1 1319:2 1321:1 1322:2 1323:1 1336:1 1349:2 1365:2 1368:2 1369:3 1382:1 1389:1 1390:1 1397:1 1401:4 1403:1 1408:2 1413:1 1414:1 1429:1 1430:1 1433:1 1434:1 1439:1 1441:1 1445:1 1458:1 1476:1 1483:2 1484:1 1518:1 1534:1 1538:1 1548:1 1553:1 1560:1 1563:1 1566:3 1583:1 1585:2 1593:9 1610:2 1622:1 1626:1 1641:2 1644:1 1646:1 1673:1 1679:1 1681:1 1685:5 1693:1 1700:1 1704:1 1707:4 1734:2 1751:1 1769:1 1775:1 1801:2 1802:2 1812:1 1813:1 1816:2 1833:2 1836:1 1844:1 1852:1 1861:3 1862:1 1864:1 1883:2 1884:1 1911:1 1923:1 1942:1 1947:1 1969:2 1971:1 1986:1 1991:1 1993:1 1995:2 2001:2 2006:1 2007:3 2009:3 2017:1 2021:1 2025:2 2030:1 2045:1 2049:1 2050:2 2056:1 2071:1 2072:1 2076:1 2089:1 2103:1 2110:1 2126:2 2143:3 2146:1 2148:1 2149:1 2171:1 2173:1 2177:1 2192:1 2204:1 2207:1 2212:1 2213:1 2225:1 2227:1 2239:2 2242:1 2247:1 2271:1 2285:1 2290:5 2301:1 2323:4 2325:1 2327:1 2341:2 2352:1 2357:1 2361:2 2385:1 2400:1 2401:1 2405:1 2411:2 2412:3 2413:1 2414:1 2416:4 2418:3 2420:3 2421:1 2423:7 2424:3 2426:1 2429:1 2431:1 2434:1 2439:3 2440:1 2443:1 2445:4 2448:1 2453:5 2454:2 2458:1 2468:1 2487:2 2503:1 2515:1 2521:2 2532:1 2554:2 2563:2 2576:1 2589:1 2590:1 2591:1 2592:1 2596:1 2616:1 2622:2 2644:1 2659:2 2660:1 2663:1 2664:1 2701:1 2705:2 2724:1 2731:1 2740:1 2748:1 2779:2 2788:1 2793:1 2798:1 2807:1 2822:1 2824:1 2827:2 2834:1 2851:1 2853:3 2854:2 2874:1 2877:1 2885:1 2902:1 2920:1 2936:1 2939:1 2945:1 2955:1 2959:1 2972:1 2974:1 3002:2 3004:1 3006:2 3009:1 3011:2 3017:1 3019:1 3027:1 3036:1 3038:3 3047:1 3074:2 3078:1 3086:8 3102:2 3108:1 3114:1 3119:1 3124:2 3148:2 3152:1 3153:6 3164:4 3168:1 3173:1 3199:1 3200:1 3281:1 3325:1 3338:1 3346:1 3353:1 3378:1 3380:1 3408:2 3411:1 3426:4 3434:6 3443:1 3471:1 3475:1 3523:1 3532:1 3541:1 3557:1 3582:1 3605:1 3612:1 3619:1 3627:1 3636:1 3665:1 3694:1 3699:2 3704:1 3709:1 3734:1 3743:1 3752:1 3753:1 3756:1 3757:1 3758:1 3759:1 3782:1 3784:1 3786:1 3800:1 3832:1 3849:2 3851:2 3854:1 3861:1 3865:4 3870:3 3880:2 3884:1 3886:2 3891:3 3919:3 3923:1 3930:1 3932:1 3955:1 3962:2 3965:3 3982:4 3992:1 4013:1 4042:1 4043:2 4044:1 4056:2 4063:2 4069:2 4088:1 4091:2 4103:4 4118:1 4128:1 4150:1 4153:1 4155:2 4195:1 4199:1 4201:1 4206:1 4212:4 4220:1 4240:1 4245:1 4249:1 4254:1 4255:2 4276:1 4281:1 4290:1 4296:1 4303:1 4339:2 4344:1 4345:1 4359:1 4367:1 4387:1 4388:2 4390:3 4397:2 4404:1 4408:1 4410:2 4414:1 4421:1 4445:1 4449:1 4462:1 4465:2 4495:1 4497:1 4508:3 4510:2 4521:1 4539:2 4541:1 4544:1 4569:1 4590:1 4605:1 4621:1 4624:1 4637:1 4652:6 4689:1 4697:2 4707:1 4710:1 4721:3 4745:1 4746:1 4750:1 4773:1 4775:2 4778:1 4780:1 4792:2 4806:2 4808:1 4811:1 4816:1 4835:1 4839:1 4846:1 4848:1 4864:1 4866:8 4881:1 4885:1 4893:2 4900:1 4901:1 4906:10 4915:1 4948:3 4992:2 4998:3 5003:2 5008:1 5027:1 5076:1 5077:1 5091:1 5098:13 5100:3 5127:1 5138:1 5153:1 5157:1 5162:1 5169:1 5171:1 5222:1 5225:2 5241:3 5242:4 5243:2 5249:1 5252:1 5255:2 5256:1 5257:1 5258:1 5264:1 5271:2 5272:2 5274:2 5275:1 5314:1 5332:1 5335:2 5349:1 5378:2 5379:1 5389:1 5401:1 5404:1 5413:1 5414:1 5415:1 5432:1 5437:1 5477:1 5483:2 5510:1 5526:1 5541:2 5553:1 5560:1 5586:4 5588:1 5589:1 5592:1 5626:2 5644:2 5659:2 5664:1 5670:1 5671:2 5704:1 5705:1 5714:2 5716:1 5752:1 5759:1 5760:1 5768:3 5776:1 5798:1 5800:2 5801:2 5814:1 5880:1 5881:3 5885:2 5887:1 5936:1 5941:2 5956:1 5972:3 5973:1 5974:1 5977:1 6007:2 6013:1 6024:1 6027:1 6040:1 6046:3 6079:1 6083:1 6115:1 6118:1 6126:1 6136:2 6143:1 6148:1 6161:1 6177:1 6182:2 6184:1 6189:2 6207:1 6222:2 6229:1 6233:1 6237:2 6305:2 6306:1 6313:1 6318:1 6319:1 6324:1 6331:1 6341:2 6342:1 6344:3 6346:1 6349:2 6360:1 6361:1 6370:3 6377:1 6378:1 6383:1 6387:1 6388:1 6390:2 6397:1 6402:2 6426:1 6438:1 6444:1 6457:1 6462:1 6469:5 6495:1 6509:2 6512:1 6513:1 6520:1 6551:2 6554:1 6562:1 6565:2 6583:2 6592:1 6609:1 6625:1 6627:1 6636:2 6638:1 6644:1 6657:3 6677:4 6679:1 6680:1 6681:1 6686:1 6687:6 6689:2 6690:1 6692:1 6695:5 6696:1 6698:2 6700:3 6703:10 6705:1 6708:1 6712:1 6731:1 6734:1 6743:1 6765:2 6799:1 6829:1 6839:1 6840:4 6843:1 6849:1 6851:2 6859:12 6875:1 6918:1 6919:1 6920:1 6956:1 6969:1 6980:3 6983:1 7032:1 7041:1 7052:1 7081:1 7099:1 7110:1 7114:1 7116:1 7123:2 7128:3 7130:2 7131:1 7140:1 7148:2 7176:2 7177:1 7181:2 7185:1 7193:1 7198:1 7199:1 7204:6 7208:2 7232:1 7249:1 7257:1 7285:2 7287:1 7294:1 7303:1 7310:1 7323:1 7336:2 7339:1 7349:1 7352:1 7361:1 7368:1 7370:1 7378:1 7379:1 7387:1 7388:1 7390:1 7400:1 7411:1 7419:2 7427:1 7438:1 7456:1 7473:1 7508:1 7509:2 7523:2 7527:1 7531:1 7533:1 7539:4 7548:1 7563:1 7597:1 7603:1 7609:1 7621:1 7654:1 7658:1 7660:1 7687:1 7702:1 7713:1 7725:1 7730:1 7784:1 7788:1 7799:2 7816:1 7821:1 7833:1 7838:1 7854:1 7865:1 7873:1 7876:1 7885:3 7901:1 7904:1 7911:1 7912:1 7929:2 7933:1 7935:1 7941:1 7952:1 7968:1 7970:3 7975:1 7983:1 8057:8 8058:4 8066:1 8078:2 8079:1 8080:1 8102:1 8107:4 8108:2 8112:1 8117:1 8124:41 8132:1 8133:1 8148:4 8150:7 8158:2 8162:1 8177:1 8185:1 8206:1 8214:1 8236:1 8239:2 8240:1 8263:1 8265:2 8279:1 8298:1 8315:1 8320:1 8334:2 8337:1 8345:1 8354:1 8370:1 8372:2 8391:1 8399:1 8400:2 8410:1 8414:1 8450:1 8455:1 8493:1 8499:2 8527:1 8532:1 8545:1 8552:1 8555:1 8562:1 8566:1 8581:1 8585:1 8614:1 8626:1 8643:2 8645:2 8652:2 8653:2 8665:20 8683:1 8690:1 8695:1 8699:2 8706:2 8709:1 8712:1 8766:1 8768:1 8792:2 8793:1 8795:2 8816:1 8822:1 8830:1 8847:1 8866:1 8870:2 8878:1 8912:3 8916:2 8918:3 8925:2 8927:1 8934:1 8944:1 8956:2 8958:1 8964:1 8967:1 8970:4 8972:2 8982:1 8993:1 8999:1 9007:1 9008:1 9026:1 9034:2 9035:1 9052:1 9056:1 9059:1 9061:1 9067:3 9069:2 9070:1 9074:1 9075:2 9077:1 9080:1 9085:1 9093:1 9097:1 9120:1 9135:1 9151:2 9156:2 9176:1 9177:1 9178:1 9200:1 9205:2 9218:1 9232:1 9233:1 9240:1 9242:1 9246:1 9262:1 9277:1 9291:2 9295:2 9317:1 9320:1 9356:1 9368:1 9385:2 9387:1 9389:1 9394:1 9395:2 9398:1 9404:2 9418:1 9423:1 9424:1 9425:1 9427:1 9439:2 9442:3 9451:1 9459:2 9464:1 9483:2 9498:1 9502:1 9510:1 9515:2 9526:1 9531:1 9534:1 9545:1 9550:1 9558:1 9569:3 9571:1 9581:1 9587:1 9597:1 9598:1 9599:1 9601:1 9618:1 9624:4 9627:1 9653:1 9654:1 9680:3 9682:1 9684:1 9690:1 9694:1 9707:1 9712:1 9725:1 9733:1 9762:1 9770:1 9773:2 9800:1 9807:2 9828:1 9837:2 9843:1 9850:1 9857:1 9862:1 9865:1 9866:1 9875:1 9884:1 9900:1 9903:2 9910:1 9922:1 9944:1 9969:2 9985:1 9989:1 9992:1 9995:1 9996:1 10011:1 10025:2 10027:1 10028:2 10036:1 10048:1 10049:2 10067:1 10073:1 10082:1 10083:2 10134:1 10135:1 10160:2 10162:2 10164:1 10172:1 10178:1 10179:1 10182:1 10197:1 10209:1 10219:1 10226:1 10242:3 10245:3 10264:3 10266:1 10270:1 10287:4 10288:2 10290:1 10308:1 10329:1 10360:1 10367:1 10403:1 10410:1 10424:1 10438:4 10441:1 10443:2 10444:1 10448:1 10453:1 10454:3 10468:1 10471:1 10484:2 10494:1 10514:1 10519:6 10534:1 10535:1 10547:1 10553:1 10558:3 10569:1 10588:2 10600:1 10604:1 10606:1 10612:1 10617:2 10621:1 10627:2 10630:5 10638:2 10640:1 10651:1 10653:1 10663:1 10687:1 10701:1 10703:1 10711:1 10740:1 10768:1 10780:1 10784:3 10793:1 10800:1 10804:1 10805:1 10808:1 10820:1 10827:1 10850:4 10862:1 10865:1 10906:1 10907:2 10911:1 10914:1 10915:1 10934:1 10952:1 10959:1 10960:1 10961:1 10963:2 10974:1 10978:1 10979:1 10988:2 11001:1 11010:3 11024:1 11038:2 11067:1 11089:2 11090:1 11114:1 11134:1 11144:1 11152:1 11188:1 11192:1 11206:1 11214:4 11216:1 11219:1 11225:13 11265:1 11275:2 11287:1 11301:2 11317:1 11328:1 11355:1 11357:1 11386:1 11414:1 11458:5 11461:6 11482:1 11495:2 11496:1 11507:1 11509:1 11536:1 11539:1 11540:1 11541:1 11551:1 11556:1 11564:1 11565:1 11576:3 11584:1 11588:1 11593:1 11597:2 11604:2 11622:1 11628:1 11634:3 11639:2 11640:1 11641:1 11644:3 11660:1 11694:1 11696:1 11709:1 11729:1 11731:1 11741:1 11763:1 11798:1 11810:1 11815:1 11820:4 11825:3 11827:2 11844:1 11849:2 11854:1 11865:2 11894:2 11898:2 11913:1 11920:1 11927:1 11931:1 11938:2 11940:3 11955:1 11956:1 11961:1 11977:2 11979:1 11984:1 11992:1 12000:1 12014:2 12027:2 12028:1 12033:1 12036:1 12050:2 12086:1 12101:1 12102:1 12107:1 12123:2 12147:11 12171:1 12174:2 12176:1 12181:1 12183:3 12185:1 12190:1 12196:1 12197:1 12200:1 12208:2 12211:1 12212:1 12215:1 12217:1 12220:2 12225:2 12226:1 12252:1 12254:3 12261:1 12262:1 12263:2 12270:12 12279:1 12280:4 12285:1 12286:2 12287:4 12307:1 12325:1 12339:1 12406:1 12422:1 12425:1 12431:1 12440:2 12444:1 12456:1 12466:1 12473:4 12504:2 12516:1 12528:2 12550:1 12561:1 12562:1 12575:1 12589:1 12616:1 12617:1 12629:1 12630:3 12639:1 12640:1 12645:1 12657:1 12669:1 12670:1 12671:2 12689:1 12701:1 12702:1 12713:2 12715:1 12735:4 12756:1 12781:1 12826:1 12831:1 12836:2 12843:3 12851:2 12869:1 12873:2 12874:1 12885:1 12906:1 12925:1 12940:1 12953:2 12959:1 12978:1 12986:1 12992:1 12996:1 12998:1 13001:1 13015:1 13021:3 13023:1 13031:1 13098:3 13102:1 13112:1 13151:2 13155:1 13157:1 13167:1 13172:1 13190:2 13213:1 13228:1 13249:2 13269:1 13273:2 13283:1 13285:1 13291:1 13297:1 13302:1 13304:2 13312:1 13313:1 13318:1 13323:1 13341:1 13358:1 13362:1 13364:1 13375:1 13387:1 13390:1 13393:1 13404:1 13412:1 13438:1 13459:1 13467:1 13470:1 13542:1 13584:1 13586:1 13596:1 13600:1 13605:1 13618:1 13632:1 13639:1 13642:2 13649:5 13650:1 13651:1 13683:4 13720:1 13733:1 13738:1 13739:1 13751:4 13755:4 13759:3 13761:3 13773:1 13774:4 13785:1 13789:1 13803:1 13809:2 13820:1 13829:1 13831:2 13840:1 13841:8 13857:1 13881:1 13883:1 13889:1 13892:1 13898:1 13912:1 13916:7 13918:1 13919:1 13928:2 13934:1 13942:1 13953:1 13975:1 13991:1 13996:1 13998:1 14003:1 14033:1 14037:2 14042:1 14061:1 14063:1 14079:1 14084:1 14085:1 14140:2 14150:1 14158:1 14161:2 14162:1 14179:1 14185:3 14192:1 14223:2 14227:1 14229:3 14230:2 14241:1 14246:1 14247:1 14256:2 14257:1 14268:1 14295:3 14296:1 14305:1 14340:1 14348:2 14360:1 14362:1 14365:1 14384:1 14386:2 14387:1 14389:1 14396:2 14397:3 14400:1 14406:1 14420:1 14438:1 14440:2 14442:2 14454:2 14481:1 14510:1 14513:1 14530:1 14531:1 14533:2 14536:1 14548:1 14552:1 14576:1 14581:1 14593:1 14595:1 14596:1 14599:2 14608:2 14616:2 14619:1 14630:1 14637:1 14641:1 14649:1 14652:1 14657:2 14659:1 14684:2 14695:1 14699:1 14707:1 14709:1 14716:1 14735:2 14761:1 14772:1 14780:1 14784:2 14789:1 14795:1 14805:1 14807:1 14809:2 14845:1 14860:1 14878:3 14885:1 14890:1 14903:1 14906:1 14911:2 14916:1 14917:1 14921:2 14923:5 14925:1 14927:2 14940:3 14942:2 14943:1 14950:4 14951:2 14959:2 14981:1 15000:1 15031:1 15042:1 15043:1 15063:2 15082:1 15090:1 15105:1 15116:1 15120:1 15121:1 15134:1 15138:1 15155:2 15168:1 15189:1 15212:1 15217:1 15233:2 15241:1 15300:2 15304:1 15314:2 15315:5 15326:1 15331:1 15358:1 15374:2 15377:4 15380:1 15383:2 15388:1 15389:1 15394:1 15400:1 15401:1 15422:2 15423:1 15432:1 15442:1 15448:2 15480:1 15483:1 15488:1 15494:2 15509:1 15514:1 15516:2 15540:1 15572:1 15582:1 15597:1 15598:1 15605:1 15606:4 15608:1 15617:1 15623:1 15628:2 15636:5 15642:1 15643:3 15645:2 15666:1 15672:1 15680:1 15686:1 15690:1 15729:1 15751:1 15768:1 15771:1 15779:1 15820:1 15827:1 15843:1 15847:1 15851:1 15869:2 15884:1 15885:1 15895:1 15899:1 15900:1 15918:1 15935:1 15937:2 15947:1 15966:1 15969:1 15972:1 15983:1 16018:2 16034:2 16036:1 16051:1 16068:1 16087:1 16094:1 16095:1 16108:2 16127:2 16134:1 16149:2 16151:1 16152:1 16154:1 16155:1 16163:1 16191:1 16195:1 16201:1 16207:7 16248:1 16258:1 16266:1 16279:1 16295:1 16318:1 16336:2 16348:2 16355:1 16357:1 16360:1 16362:6 16364:1 16368:1 16377:1 16383:1 16384:2 16385:1 16396:2 16398:1 16399:1 16402:1 16404:1 16406:1 16414:1 16418:3 16422:3 16424:2 16431:1 16437:2 16441:5 16442:1 16469:1 16474:2 16515:1 16525:1 16530:2 16531:1 16550:1 16561:3 16571:1 16580:2 16595:1 16602:1 16603:1 16606:1 16616:1 16619:6 16626:1 16664:1 16665:1 16668:1 16687:2 16696:3 16704:11 16707:1 16712:1 16718:1 16727:1 16731:1 16746:3 16750:1 16761:1 16766:1 16767:1 16772:1 16775:1 16786:1 16792:8 16798:1 16807:1 16811:1 16822:3 16823:1 16826:1 16836:1 16857:1 16866:1 16911:1 16915:1 16947:2 16949:1 16950:1 16958:2 16968:1 16972:1 16973:1 16974:1 16975:1 16977:1 16978:3 16980:2 16985:1 16986:1 16987:1 16988:2 16989:3 16998:1 16999:1 17006:1 17010:1 17024:2 17027:1 17036:1 17064:1 17070:1 17071:2 17073:1 17074:1 17079:1 17081:2 17083:2 17088:1 17119:3 17124:1 17129:1 17134:1 17147:1 17169:1 17177:1 17179:1 17190:1 17203:1 17216:1 17256:4 17271:1 17273:1 17284:1 17291:1 17297:1 17309:1 17317:1 17331:1 17332:1 17336:1 17344:4 17385:1 17393:2 17400:1 17420:4 17430:1 17443:1 17444:1 17455:6 17461:1 17464:1 17465:1 17475:1 17483:1 17502:1 17504:1 17506:2 17507:1 17508:1 17516:1 17553:1 17575:1 17594:1 17620:1 17623:1 17630:2 17631:1 17632:4 17644:1 17685:1 17701:2 17718:1 17721:1 17733:1 17758:1 17761:1 17765:1 17774:1 17793:1 17803:1 17809:1 17811:1 17816:1 17853:1 17906:1 17926:1 17931:1 17946:1 17968:1 17970:2 17973:1 17982:1 17984:1 17985:1 17988:2 18018:2 18021:1 18044:2 18055:2 18060:1 18072:1 18074:1 18078:1 18080:1 18128:1 18142:2 18152:2 18154:1 18158:2 18181:1 18183:1 18184:1 18195:1 18198:1 18201:1 18208:1 18214:1 18249:1 18256:2 18260:2 18261:1 18267:1 18270:5 18277:2 18280:1 18293:1 18309:1 18313:1 18318:1 18364:1 18368:1 18388:2 18389:1 18404:1 18406:1 18412:1 18415:1 18416:1 18420:1 18425:1 18432:1 18447:1 18455:1 18469:1 18473:1 18489:1 18493:1 18512:1 18537:2 18549:1 18555:1 18567:1 18584:1 18591:1 18602:1 18604:1 18612:1 18625:1 18654:1 18655:1 18662:5 18677:1 18680:1 18686:1 18690:1 18693:1 18699:2 18703:1 18712:1 18713:1 18717:1 18724:1 18727:1 18731:2 18745:3 18746:2 18748:1 18752:1 18790:1 18796:1 18817:1 18833:2 18834:1 18842:4 18859:1 18865:1 18867:1 18881:1 18883:1 18893:1 18912:1 18916:1 18917:1 18934:1 18951:3 18958:2 18962:2 18984:1 19005:1 19009:1 19011:1 19017:1 19020:1 19052:2 19070:3 19072:1 19118:1 19122:1 19167:2 19180:1 19191:1 19193:1 19198:1 19207:1 19208:1 19232:1 19243:1 19254:4 19260:1 19262:1 19278:1 19281:1 19285:1 19294:1 19300:1 19307:1 19311:1 19312:1 19337:2 19338:1 19339:1 19342:1 19344:2 19348:1 19399:1 19402:1 19403:1 19407:1 19420:2 19421:1 19426:1 19438:1 19445:1 19458:1 19462:1 19470:1 19486:2643 19488:2 19490:1 19494:3 19496:1 19500:1 19507:1 19511:4 19512:1 19546:1 19547:1 19587:1 19594:1 19596:1 19607:1 19612:2 19616:1 19621:1 19625:1 19632:1 19643:2 19668:1 19672:7 19684:1 19685:1 19688:1 19691:1 19695:1 19721:1 19723:1 19725:4 19730:1 19743:1 19784:4 19815:1 19817:1 19834:2 19876:3 19887:1 19888:1 19946:4 19954:1 19955:1 19979:1 19987:2 19997:1 19998:1 20006:1 20011:1 20015:1 20028:1 20032:1 20054:1 20058:1 20063:1 20065:1 20073:1 20080:1 20085:1 20087:1 20110:1 20120:1 20141:1 20148:2 20168:1 20177:1 20188:1 20210:1 20216:1 20234:3 20267:1 20286:1 20295:1 20301:2 20312:2 20314:2 20317:1 20321:1 20346:5 20358:1 20370:1 20376:1 20393:3 20402:1 20410:1 20421:4 20435:1 20458:1 20463:1 20464:3 20467:1 20488:1 20491:2 20496:1 20498:1 20501:3 20504:1 20505:1 20506:2 20513:1 20514:1 20517:1 20529:1 20532:5 20534:1 20561:1 20572:1 20590:1 20595:2 20601:2 20613:1 20624:1 20647:2 20677:2 20679:1 20684:2 20694:3 20698:1 20700:1 20701:1 20711:1 20713:2 20731:1 20734:2 20745:1 20756:1 20763:1 20768:2 20775:1 20777:1 20787:1 20816:2 20819:1 20827:1 20832:1 20850:1 20864:1 20867:1 20869:2 20886:1 20912:1 20924:1 20925:1 20928:2 20936:1 20948:1 20980:6 20981:1 20987:1 21009:1 21038:1 21039:1 21046:4 21052:1 21053:1 21070:2 21073:2 21098:3 21128:2 21130:1 21138:1 21139:1 21143:1 21149:1 21151:1 21153:3 21158:1 21166:1 21184:3 21185:1 21186:1 21189:1 21193:1 21209:2 21211:1 21217:1 21220:1 21230:2 21239:2 21242:5 21245:1 21263:1 21264:1 21269:1 21278:1 21283:1 21295:1 21305:1 21316:1 21320:1 21325:4 21333:1 21353:1 21355:1 21357:3 21358:1 21361:1 21383:1 21389:1 21400:3 21416:3 21471:1 21474:1 21482:2 21491:1 21513:1 21537:1 21567:1 21574:1 21602:1 21603:1 21616:1 21619:2 21630:1 21636:1 21646:3 21659:1 21665:1 21672:1 21676:1 21679:1 21693:1 21714:1 21715:1 21717:1 21719:1 21736:1 21747:1 21750:1 21753:1 21756:1 21759:1 21761:1 21762:1 21763:1 21774:1 21777:1 21785:1 21786:1 21791:1 21792:4 21810:3 21815:2 21823:1 21826:1 21833:2 21846:1 21850:1 21852:1 21853:1 21920:1 21924:1 21926:2 21930:1 21957:2 21965:1 21978:2 22004:2 22023:1 22024:1 22031:2 22054:1 22067:1 22069:1 22074:1 22076:1 22088:2 22090:1 22095:1 22099:1 22127:1 22137:1 22145:1 22148:1 22149:1 22155:1 22156:2 22162:1 22164:1 22169:1 22171:1 22187:2 22190:1 22192:1 22208:1 22210:1 22214:1 22271:1 22304:1 22317:1 22325:1 22340:1 22344:1 22345:1 22354:1 22355:1 22359:1 22373:1 22375:1 22378:4 22381:2 22395:1 22397:1 22437:1 22441:1 22446:1 22477:1 22486:2 22490:4 22492:1 22503:2 22504:2 22511:1 22539:1 22547:1 22566:1 22568:1 22569:1 22577:1 22591:1 22610:1 22618:1 22620:1 22626:1 22627:1 22631:1 22633:1 22635:1 22638:1 22645:1 22653:2 22655:1 22663:1 22672:1 22673:1 22696:1 22724:1 22731:1 22741:1 22745:7 22746:1 22753:3 22765:2 22776:1 22785:1 22791:3 22795:2 22802:1 22803:1 22812:1 22813:1 22831:1 22843:1 22869:1 22882:1 22885:1 22888:1 22889:1 22891:1 22899:2 22906:1 22911:7 22913:1 22918:1 22921:1 22930:1 22942:1 22963:1 22968:1 22972:1 22980:1 22982:1 22993:2 22995:2 23022:1 23033:4 23047:1 23049:1 23058:1 23062:1 23064:1 23074:2 23081:1 23082:1 23090:1 23094:1 23105:1 23110:1 23111:2 23114:1 23119:1 23120:1 23130:1 23131:1 23153:2 23157:2 23166:1 23170:1 23188:1 23213:1 23222:1 23233:1 23244:2 23251:2 23264:1 23291:1 23292:1 23298:1 23300:1 23303:1 23316:5 23318:1 23352:1 23354:1 23360:2 23371:1 23382:1 23383:1 23384:4 23385:2 23397:1 23398:1 23417:1 23425:1 23439:1 23444:1 23447:3 23466:1 23486:1 23496:1 23499:1 23500:3 23512:1 23515:2 23516:6 23524:1 23535:2 23539:1 23550:2 23559:3 23564:7 23569:1 23573:1 23575:1 23577:1 23581:1 23590:1 23591:1 23598:1 23614:1 23620:1 23623:1 23624:1 23629:2 23631:1 23637:1 23638:1 23639:4 23642:1 23644:2 23649:3 23650:2 23667:1 23668:4 23676:2 23703:1 23724:1 23731:1 23738:1 23760:2 23764:2 23765:1 23769:3 23789:1 23791:3 23792:1 23796:2 23807:1 23814:1 23830:2 23836:1 23841:1 23843:1 23871:1 23873:2 23875:1 23887:1 23888:1 23894:1 23898:1 23910:1 23919:1 23933:1 23934:1 23957:8 23979:1 23990:3 23999:1 24008:1 24013:1 24014:1 24029:1 24032:1 24034:1 24052:1 24057:1 24059:1 24066:1 24067:1 24101:1 24113:1 24115:1 24123:1 24147:1 24164:1 24167:1 24178:1 24184:2 24185:1 24210:2 24220:1 24238:1 24246:1 24265:2 24267:1 24280:1 24291:2 24296:1 24319:1 24326:1 24333:2 24334:1 24338:1 24352:1 24354:1 24357:1 24360:1 24365:1 24370:1 24374:6 24379:1 24392:1 24410:1 24417:1 24418:1 24425:1 24443:1 24445:1 24450:1 24453:1 24461:1 24469:1 24473:1 24476:1 24485:1 24504:3 24512:2 24528:1 24531:1 24536:4 24542:2 24550:1 24556:1 24557:1 24558:1 24562:1 24607:1 24611:1 24623:1 24635:1 24644:1 24653:1 24661:1 24662:2 24664:2 24681:3 24686:1 24691:1 24710:1 24748:3 24764:1 24805:1 24809:1 24813:2 24834:1 24838:1 24841:1 24857:1 24907:1 24909:2 24912:4 24918:1 24928:1 24931:2 24939:2 24950:1 24961:1 24994:1 24998:2 25007:1 25042:1 25049:2 25056:1 25064:1 25081:1 25115:1 25127:2 25140:1 25143:1 25154:1 25163:1 25169:1 25180:2 25191:1 25197:3 25200:1 25205:1 25247:1 25249:1 25259:5 25260:1 25267:1 25276:1 25284:1 25302:1 25322:1 25330:1 25347:1 25349:1 25366:2 25373:1 25375:3 25404:1 25407:1 25411:2 25428:1 25432:1 25482:1 25496:1 25498:3 25521:2 25538:2 25556:4 25565:3 25569:1 25575:5 25576:1 25587:1 25588:1 25600:1 25608:1 25614:3 25623:1 25634:4 25642:1 25648:3 25651:1 25652:1 25659:1 25663:1 25677:1 25683:1 25697:1 25742:1 25745:1 25749:2 25753:1 25755:1 25756:1 25760:2 25761:1 25765:8 25767:2 25771:2 25772:1 25789:1 25790:1 25791:1 25803:1 25810:2 25822:1 25824:1 25844:1 25845:1 25851:1 25855:1 25856:1 25859:1 25871:1 25878:1 25890:1 25891:1 25893:1 25904:1 25910:1 25923:1 25931:1 25939:7 25941:1 25945:2 25947:1 25948:1 25959:1 25960:1 25964:3 25965:1 25968:1 26004:1 26032:1 26035:1 26042:4 26058:1 26063:1 26067:1 26071:1 26088:3 26097:1 26108:1 26136:1 26137:1 26144:1 26149:1 26161:1 26191:1 26229:1 26239:1 26244:1 26247:1 26250:1 26255:1 26259:1 26272:3 26278:2 26280:1 26300:1 26302:2 26307:1 26329:4 26331:14 26343:1 26363:9 26376:1 26379:1 26384:1 26386:2 26390:1 26395:1 26413:5 26416:1 26422:1 26423:1 26424:2 26425:1 26431:1 26451:1 26459:1 26481:1 26490:1 26492:1 26496:1 26503:1 26537:2 26538:1 26553:1 26554:1 26558:1 26561:2 26567:1 26570:1 26585:1 26586:1 26599:2 26601:1 26605:1 26617:1 26626:1 26633:1 26635:1 26645:1 26649:1 26653:2 26671:2 26682:1 26685:2 26699:1 26701:1 26707:1 26709:1 26725:2 26730:1 26741:1 26758:1 26767:2 26800:2 26803:1 26812:1 26817:1 26841:1 26872:2 26875:2 26879:4 26882:4 26891:3 26893:1 26920:1 26930:1 26952:1 26964:1 26967:1 26974:1 26994:1 27017:1 27040:1 27042:4 27078:1 27093:1 27095:1 27102:1 27110:2 27121:2 27133:2 27141:1 27152:4 27165:1 27168:1 27176:1 27199:1 27207:1 27240:1 27244:2 27249:1 27258:1 27273:1 27282:1 27287:2 27290:1 27321:1 27322:1 27335:1 27367:1 27377:1 27403:6 27406:2 27418:1 27476:1 27483:1 27490:1 27503:1 27517:1 27538:1 27543:2 27554:1 27556:2 27595:3 27601:4 27602:1 27611:1 27651:1 27681:2 27684:1 27699:1 27701:2 27714:1 27729:1 27730:1 27732:1 27750:5 27755:1 27767:1 27773:2 27782:3 27785:5 27796:3 27802:1 27807:1 27817:2 27833:1 27853:2 27854:1 27877:1 27895:1 27899:1 27929:1 27930:1 27946:1 27969:1 27979:1 28000:1 28035:1 28052:2 28059:1 28067:3 28068:1 28074:12 28086:1 28102:1 28119:2 28142:1 28150:1 28165:1 28175:2 28177:2 28190:1 28193:2 28204:1 28205:1 28208:2 28220:2 28232:1 28246:2 28254:1 28270:1 28275:1 28276:1 28283:2 28288:1 28316:1 28321:1 28329:1 28330:1 28332:1 28340:1 28341:1 28349:5 28351:1 28363:2 28375:1 28381:1 28383:3 28387:1 28388:1 28390:2 28402:2 28409:2 28411:1 28414:2 28416:1 28455:2 28456:1 28457:2 28458:2 28461:1 28462:1 28478:2 28487:2 28501:1 28506:1 28513:1 28521:1 28525:1 28542:1 28594:1 28595:1 28601:5 28619:1 28625:1 28642:1 28645:1 28673:6 28676:1 28677:1 28682:1 28686:1 28688:2 28691:1 28693:1 28694:1 28696:1 28701:2 28702:1 28712:1 28713:2 28718:1 28719:1 28720:1 28733:1 28734:1 28743:3 28744:1 28750:3 28751:3 28752:2 28754:1 28758:1 28759:1 28761:5 28770:1 28777:1 28787:3 28790:1 28811:1 28817:3 28833:1 28841:1 28846:1 28855:4 28866:2 28867:1 28872:1 28878:1 28884:1 28895:1 28901:1 28907:1 28986:1 28996:1 29001:1 29027:1 29049:1 29052:2 29053:1 29089:1 29090:1 29093:1 29095:1 29100:1 29110:2 29117:2 29124:1 29128:1 29134:1 29145:1 29148:2 29169:1 29183:1 29207:2 29224:1 29235:1 29239:1 29242:1 29244:1 29248:4 29263:1 29269:1 29292:1 29302:1 29306:2 29328:1 29336:1 29345:1 29346:1 29370:1 29380:1 29396:1 29413:2 29423:2 29440:1 29441:1 29448:3 29458:2 29488:1 29492:1 29494:1 29495:1 29508:1 29514:2 29529:2 29536:2 29540:1 29548:1 29555:1 29564:1 29566:15 29567:1 29570:2 29575:3 29587:1 29592:2 29600:1 29609:4 29612:1 29616:1 29621:1 29631:3 29633:1 29657:1 29673:1 29675:1 29680:1 29686:2 29689:1 29708:2 29716:3 29721:3 29731:2 29734:1 29746:1 29748:2 29753:2 29761:5 29766:2 29771:1 29773:1 29775:1 29778:1 29814:1 29842:1 29848:1 29856:1 29858:2 29867:1 29880:1 29887:4 29894:1 29904:1 29925:1 29930:1 29939:1 29941:1 29947:1 29948:1 29961:1 29972:4 30023:2 30025:3 30030:1 30033:1 30034:1 30051:1 30054:1 30066:2 30084:1 30094:1 30095:1 30097:3 30125:1 30131:1 30136:1 30147:1 30149:3 30150:1 30164:1 30199:1 30207:2 30213:1 30239:1 30241:1 30247:1 30279:1 30295:2 30302:1 30308:1 30328:1 30351:2 30354:1 30364:3 30377:1 30381:1 30396:1 30411:1 30451:2 30466:1 30474:1 30498:1 30516:1 30521:1 30565:1 30587:1 30608:3 30612:1 30617:2 30634:1 30679:3 30702:1 30707:1 30719:1 30730:4 30735:1 30738:3 30742:1 30751:2 30752:1 30755:1 30759:1 30760:1 30770:5 30779:1 30791:1 30802:1 30807:1 30816:1 30825:1 30832:2 30834:2 30844:1 30845:1 30846:1 30849:1 30850:1 30855:1 30856:2 30857:9 30861:2 30863:2 30866:2 30869:2 30883:1 30900:1 30904:1 30906:1 30915:1 30920:1 30925:2 30964:1 30965:1 30997:4 30998:2
3 2:1 13:2 36:1 37:2 39:1 44:1 50:1 52:2 84:2 90:3 104:2 117:3 123:2 145:1 149:1 157:1 162:1 176:1 196:1 203:2 211:1 216:1 254:1 255:1 259:1 274:1 275:3 276:2 280:1 286:2 287:1 301:2 311:1 333:1 339:1 357:1 374:2 375:1 376:1 385:1 396:1 397:2 401:1 406:2 419:1 424:2 428:1 431:1 436:2 446:1 447:1 467:3 468:1 471:3 472:2 475:2 485:4 490:1 556:1 580:1 585:1 590:2 594:1 620:1 625:1 637:1 648:4 657:5 677:1 683:7 686:1 700:1 701:1 704:1 705:1 710:2 720:2 722:1 733:2 750:1 794:1 812:2 813:1 826:1 836:1 847:1 860:1 866:1 889:1 891:1 895:1 901:1 934:3 942:3 958:5 965:1 972:2 981:4 982:1 986:6 989:4 996:1 1000:1 1004:1 1006:1 1045:2 1049:7 1053:1 1092:1 1096:2 1115:1 1124:2 1130:3 1145:1 1150:1 1189:1 1194:2 1203:2 1215:1 1233:1 1253:3 1269:2 1275:1 1279:1 1292:1 1295:1 1297:1 1302:3 1304:3 1305:1 1309:1 1312:1 1318:1 1319:2 1321:1 1322:2 1323:1 1336:1 1349:2 1365:2 1368:2 1369:3 1382:1 1389:1 1390:1 1397:1 1401:4 1403:1 1408:2 1413:1 1414:1 1429:1 1430:1 1433:1 1434:1 1439:1 1441:1 1445:1 1458:1 1476:1 1483:2 1484:1 1518:1 1534:1 1538:1 1548:1 1553:1 1560:1 1563:1 1566:3 1583:1 1585:2 1593:9 1610:2 1622:1 1626:1 1641:2 1644:1 1646:1 1673:1 1679:1 1681:1 1685:5 1693:2 1700:1 1704:1 1707:4 1734:2 1751:1 1769:1 1775:1 1801:2 1802:3 1812:1 1813:1 1816:2 1833:2 1836:1 1844:1 1852:1 1861:3 1862:1 1864:1 1883:2 1884:1 1911:1 1923:1 1942:1 1947:1 1969:2 1971:1 1986:1 1991:1 1993:1 1995:2 2001:2 2006:1 2007:3 2009:3 2017:1 2021:1 2025:2 2030:1 2045:1 2049:1 2050:2 2056:1 2071:1 2072:1 2076:1 2089:1 2103:1 2110:1 2126:2 2143:3 2146:1 2148:1 2149:1 2171:1 2173:1 2177:1 2192:1 2204:1 2207:1 2212:1 2213:1 2225:1 2227:1 2239:2 2242:1 2247:1 2271:1 2285:1 2290:5 2301:1 2323:4 2325:1 2327:1 2341:3 2352:1 2357:1 2361:2 2385:1 2400:1 2401:1 2405:1 2411:2 2412:3 2413:1 2414:1 2416:4 2418:3 2420:3 2421:1 2423:7 2424:3 2426:1 2429:1 2431:1 2434:1 2439:3 2440:1 2443:1 2445:4 2448:1 2453:5 2454:2 2458:1 2468:1 2487:2 2503:1 2515:1 2521:2 2532:1 2554:2 2563:2 2576:1 2589:1 2590:1 2591:1 2592:1 2596:1 2616:1 2622:2 2644:1 2659:2 2660:1 2663:1 2664:1 2701:1 2705:2 2724:1 2731:1 2740:1 2748:1 2779:2 2788:1 2793:1 2798:1 2807:1 2822:1 2824:1 2827:2 2834:1 2851:1 2853:3 2854:2 2874:1 2877:1 2885:1 2902:1 2920:1 2936:1 2939:1 2945:1 2955:1 2959:1 2972:1 2974:1 3002:2 3004:1 3006:2 3009:1 3011:2 3017:1 3019:1 3027:1 3029:1 3036:1 3038:3 3047:1 3074:2 3078:1 3086:8 3102:2 3108:1 3114:1 3119:1 3124:2 3148:3 3152:1 3153:6 3164:4 3168:1 3173:1 3199:1 3200:1 3281:1 3325:1 3338:1 3346:1 3353:1 3378:1 3380:1 3408:2 3411:1 3426:4 3434:6 3443:1 3471:1 3475:1 3479:1 3523:1 3532:1 3541:1 3557:1 3582:1 3597:1 3605:1 3612:1 3619:1 3627:1 3636:1 3665:1 3694:1 3699:2 3704:1 3709:1 3734:1 3743:1 3752:1 3753:1 3756:1 3757:1 3758:1 3759:1 3782:1 3784:1 3786:1 3800:1 3832:1 3849:2 3851:2 3854:1 3861:1 3865:4 3870:3 3880:2 3884:1 3886:2 3891:3 3919:3 3923:1 3930:1 3932:1 3955:1 3962:2 3965:3 3982:5 3985:1 3992:1 4013:1 4042:1 4043:2 4044:1 4056:2 4063:2 4069:2 4088:1 4091:2 4103:5 4118:1 4128:1 4150:1 4153:1 4155:3 4195:1 4199:1 4201:1 4206:1 4212:4 4220:1 4240:1 4245:1 4249:1 4254:1 4255:2 4276:1 4281:1 4290:1 4293:1 4296:1 4303:1 4339:2 4344:1 4345:1 4359:1 4367:1 4387:1 4388:2 4390:3 4397:2 4404:1 4408:1 4410:2 4414:1 4421:1 4445:1 4449:1 4462:1 4465:2 4495:1 4497:1 4508:3 4510:2 4521:1 4539:2 4541:1 4544:1 4569:1 4590:1 4605:1 4621:1 4624:1 4637:1 4652:6 4689:1 4697:2 4707:1 4710:1 4721:3 4745:1 4746:1 4750:1 4773:1 4775:2 4778:1 4780:1 4792:2 4806:2 4808:1 4811:1 4816:1 4835:1 4839:1 4846:1 4848:1 4864:1 4866:8 4881:1 4885:1 4893:2 4900:1 4901:2 4906:10 4915:1 4948:3 4992:2 4998:3 5003:2 5008:1 5027:1 5076:1 5077:1 5091:1 5098:15 5100:3 5127:1 5138:1 5153:1 5157:1 5162:1 5169:1 5171:1 5222:1 5225:3 5241:3 5242:4 5243:2 5249:1 5252:1 5255:2 5256:1 5257:1 5258:1 5264:1 5271:2 5272:2 5274:2 5275:1 5314:1 5332:1 5335:2 5349:1 5378:2 5379:1 5389:1 5401:1 5404:1 5413:1 5414:1 5415:1 5432:1 5437:1 5477:1 5483:2 5510:1 5526:1 5541:2 5553:1 5560:1 5586:4 5588:1 5589:1 5592:1 5626:2 5644:2 5659:2 5664:1 5670:1 5671:2 5704:1 5705:1 5714:2 5716:1 5752:1 5759:1 5760:1 5768:3 5776:1 5798:1 5800:2 5801:2 5814:1 5880:1 5881:3 5885:2 5887:1 5936:1 5941:2 5956:1 5972:3 5973:1 5974:1 5977:1 5992:1 6007:2 6013:1 6024:1 6027:1 6040:1 6046:3 6079:1 6083:1 6115:1 6118:1 6126:1 6136:2 6143:1 6148:1 6161:1 6177:1 6182:2 6184:1 6189:2 6207:1 6222:2 6229:1 6233:1 6237:2 6305:2 6306:1 6313:1 6318:1 6319:1 6324:1 6331:1 6341:2 6342:1 6344:3 6346:1 6349:2 6360:1 6361:1 6370:3 6377:1 6378:1 6383:1 6387:1 6388:1 6390:2 6397:1 6402:2 6426:1 6438:1 6444:1 6457:1 6462:1 6469:6 6495:1 6509:2 6512:1 6513:1 6520:1 6551:2 6554:1 6562:1 6565:2 6583:2 6592:1 6609:1 6625:2 6627:1 6636:2 6638:1 6644:1 6657:3 6677:4 6679:1 6680:1 6681:1 6686:1 6687:6 6689:2 6690:1 6692:1 6695:5 6696:1 6698:2 6700:3 6703:12 6705:1 6708:1 6712:1 6731:1 6734:1 6743:1 6765:2 6799:1 6829:1 6839:1 6840:4 6843:1 6849:1 6851:2 6859:12 6875:1 6918:1 6919:1 6920:1 6932:1 6956:1 6969:1 6980:3 6983:1 7032:1 7041:1 7052:1 7081:1 7099:1 7110:1 7114:1 7116:1 7123:2 7128:3 7130:2 7131:1 7140:1 7148:2 7176:2 7177:1 7181:2 7185:1 7193:1 7198:1 7199:1 7204:6 7208:2 7232:1 7249:1 7257:1 7285:2 7287:1 7294:1 7303:1 7310:1 7323:1 7336:2 7339:1 7349:1 7352:1 7361:1 7368:1 7370:1 7378:1 7379:1 7387:1 7388:1 7390:1 7400:1 7411:1 7412:1 7419:2 7427:1 7438:1 7456:1 7473:1 7508:1 7509:2 7523:2 7527:1 7531:1 7533:1 7539:4 7548:1 7563:1 7597:1 7603:1 7609:1 7621:1 7654:1 7658:1 7660:1 7687:1 7702:1 7713:1 7725:1 7730:1 7784:1 7788:1 7799:2 7816:1 7821:1 7833:1 7838:1 7854:1 7865:1 7873:1 7876:1 7885:4 7901:1 7904:1 7911:1 7912:1 7929:2 7933:1 7935:1 7941:1 7952:1 7968:1 7970:3 7975:1 7983:1 8057:8 8058:4 8066:1 8078:2 8079:1 8080:1 8102:1 8107:4 8108:2 8112:1 8117:1 8124:41 8132:1 8133:1 8148:4 8150:7 8158:2 8162:1 8177:1 8185:1 8206:1 8214:1 8236:1 8239:2 8240:1 8263:1 8265:2 8279:1 8298:1 8315:1 8320:1 8334:2 8337:1 8345:1 8354:1 8370:1 8372:2 8391:1 8399:1 8400:2 8410:1 8414:1 8450:1 8455:1 8493:1 8499:2 8527:1 8532:1 8545:1 8552:1 8555:1 8562:1 8566:1 8581:1 8585:1 8606:1 8614:1 8626:1 8643:2 8645:2 8652:2 8653:2 8665:21 8683:1 8690:1 8695:1 8699:2 8706:2 8709:1 8712:1 8766:1 8768:1 8792:2 8793:1 8795:2 8816:1 8822:1 8830:1 8847:1 8866:1 8870:2 8878:1 8912:3 8916:2 8918:3 8925:3 8927:1 8934:1 8944:1 8956:2 8958:1 8964:1 8967:1 8970:4 8972:2 8982:1 8993:1 8999:1 9007:1 9008:1 9026:1 9034:2 9035:1 9052:1 9056:1 9059:1 9061:1 9067:3 9069:2 9070:1 9074:1 9075:2 9077:1 9080:1 9085:1 9093:1 9097:1 9120:1 9135:1 9151:2 9156:2 9176:1 9177:1 9178:1 9200:1 9205:2 9218:2 9232:1 9233:1 9240:1 9242:1 9246:1 9262:1 9277:1 9291:2 9295:2 9317:1 9320:1 9356:1 9368:1 9385:2 9387:1 9389:1 9394:1 9395:2 9398:1 9404:2 9418:1 9423:1 9424:1 9425:1 9427:1 9439:2 9442:3 9451:1 9459:3 9464:1 9483:2 9498:1 9502:1 9510:1 9515:2 9526:1 9531:1 9534:1 9545:1 9550:1 9558:1 9569:3 9571:1 9581:1 9587:1 9597:1 9598:1 9599:1 9601:1 9618:1 9624:4 9627:1 9653:1 9654:1 9680:4 9682:1 9684:1 9690:1 9694:1 9707:1 9712:1 9725:1 9733:1 9762:1 9770:1 9773:2 9800:1 9807:2 9828:1 9837:2 9843:1 9850:1 9857:1 9862:1 9865:1 9866:1 9875:1 9884:1 9900:1 9903:3 9910:1 9922:1 9944:1 9969:2 9985:1 9989:1 9992:1 9995:1 9996:1 10011:1 10025:2 10027:1 10028:2 10036:1 10048:1 10049:2 10067:1 10073:1 10082:1 10083:2 10134:1 10135:1 10160:2 10162:2 10164:1 10172:1 10178:1 10179:1 10182:1 10197:1 10209:1 10219:1 10226:1 10242:3 10245:3 10264:3 10266:1 10270:1 10287:4 10288:3 10290:1 10308:1 10322:1 10329:1 10360:1 10367:1 10403:1 10410:1 10424:1 10438:4 10441:1 10443:2 10444:1 10448:1 10453:1 10454:3 10468:1 10471:1 10484:2 10494:1 10514:1 10519:6 10534:1 10535:1 10547:1 10553:1 10558:4 10569:1 10588:2 10600:1 10604:1 10606:1 10612:1 10617:2 10621:1 10627:2 10630:6 10638:2 10640:1 10651:1 10653:1 10663:1 10687:1 10701:1 10703:1 10711:1 10740:1 10768:1 10780:1 10784:3 10793:1 10800:1 10804:1 10805:1 10808:1 10820:1 10827:1 10850:4 10862:1 10865:1 10906:1 10907:3 10911:1 10914:1 10915:1 10934:1 10952:1 10959:1 10960:1 10961:1 10963:2 10974:1 10978:1 10979:1 10988:2 11001:1 11010:3 11024:1 11038:2 11067:1 11089:2 11090:1 11114:1 11134:1 11144:1 11152:1 11188:1 11192:1 11206:1 11214:4 11216:1 11219:1 11225:13 11265:1 11275:2 11287:1 11301:2 11317:1 11328:1 11355:1 11357:1 11386:1 11414:1 11458:5 11461:6 11482:1 11495:2 11496:1 11507:1 11509:1 11536:1 11539:1 11540:1 11541:1 11551:1 11556:1 11564:1 11565:1 11576:3 11584:1 11588:1 11593:1 11597:2 11604:2 11622:1 11628:1 11634:3 11639:2 11640:1 11641:1 11644:3 11660:1 11694:1 11696:1 11709:1 11729:1 11731:1 11741:1 11763:1 11798:1 11810:1 11815:1 11820:4 11825:3 11827:2 11844:1 11849:2 11854:1 11865:2 11894:2 11898:2 11913:1 11920:1 11927:1 11931:1 11938:2 11940:3 11955:1 11956:1 11961:1 11977:2 11979:1 11984:1 11992:1 12000:1 12014:2 12027:2 12028:1 12033:1 12036:1 12050:2 12086:1 12101:1 12102:1 12107:1 12123:2 12147:11 12171:1 12174:2 12176:1 12181:1 12183:4 12185:1 12190:1 12196:1 12197:1 12199:1 12200:1 12208:2 12211:1 12212:1 12215:1 12217:1 12220:2 12225:2 12226:1 12252:1 12254:3 12261:1 12262:1 12263:2 12270:12 12279:1 12280:4 12285:1 12286:2 12287:4 12307:1 12325:1 12339:1 12406:1 12422:1 12425:1 12431:1 12440:2 12444:1 12456:1 12466:1 12473:4 12504:2 12516:1 12528:2 12550:1 12561:1 12562:1 12575:1 12589:1 12616:1 12617:1 12629:1 12630:3 12639:1 12640:1 12645:1 12654:1 12657:1 12669:1 12670:1 12671:2 12689:1 12701:2 12702:1 12713:2 12715:1 12735:5 12756:1 12781:1 12826:1 12831:1 12836:2 12843:3 12851:2 12869:1 12873:2 12874:1 12885:1 12906:1 12925:1 12940:1 12953:2 12959:1 12978:1 12983:1 12986:1 12992:1 12996:1 12998:1 13001:1 13015:1 13021:4 13023:1 13031:1 13098:3 13102:1 13112:1 13151:2 13155:1 13157:1 13167:1 13172:1 13190:2 13213:1 13228:1 13249:2 13269:1 13273:2 13283:1 13285:1 13291:1 13297:1 13302:1 13304:2 13312:1 13313:1 13318:1 13323:1 13341:1 13358:1 13362:1 13364:1 13375:1 13387:1 13390:1 13393:1 13404:1 13412:1 13438:1 13459:1 13467:1 13470:1 13542:1 13584:1 13586:1 13596:1 13600:1 13605:1 13618:1 13632:1 13639:1 13642:2 13649:5 13650:1 13651:1 13656:1 13683:4 13720:1 13733:1 13738:1 13739:1 13751:4 13755:4 13759:3 13761:3 13773:1 13774:4 13785:1 13789:1 13803:1 13809:2 13820:1 13829:1 13831:2 13840:1 13841:8 13857:1 13881:1 13883:1 13889:1 13892:1 13898:1 13912:1 13916:7 13918:1 13919:1 13928:2 13934:1 13942:1 13953:1 13975:1 13991:1 13996:1 13998:1 14003:1 14033:1 14037:2 14042:1 14061:1 14063:1 14079:1 14084:1 14085:1 14120:1 14140:2 14150:1 14158:1 14161:2 14162:1 14179:1 14185:3 14192:1 14223:2 14227:1 14229:3 14230:2 14241:1 14246:1 14247:1 14256:2 14257:1 14268:1 14295:3 14296:1 14305:1 14340:1 14348:2 14360:1 14362:1 14365:1 14384:1 14386:2 14387:1 14389:1 14396:2 14397:3 14400:1 14406:1 14420:1 14438:1 14440:2 14442:2 14454:2 14481:1 14510:1 14513:1 14530:1 14531:1 14533:2 14536:1 14548:2 14552:1 14576:1 14581:1 14593:1 14595:1 14596:1 14599:2 14608:2 14616:2 14619:1 14630:1 14637:1 14641:1 14649:1 14652:1 14657:2 14659:1 14684:2 14695:1 14699:1 14707:1 14709:1 14716:1 14735:3 14761:1 14772:2 14780:1 14784:2 14789:1 14795:1 14805:1 14807:1 14809:2 14845:1 14860:1 14878:3 14885:1 14890:1 14903:1 14906:1 14911:3 14916:1 14917:1 14921:2 14923:5 14925:1 14927:2 14940:3 14942:2 14943:1 14950:4 14951:2 14959:2 14981:1 15000:1 15031:1 15042:1 15043:1 15063:2 15082:1 15090:1 15105:1 15114:1 15116:1 15120:1 15121:1 15134:1 15138:1 15155:2 15168:1 15174:1 15189:1 15212:1 15217:1 15233:2 15241:1 15267:1 15300:2 15304:1 15314:2 15315:5 15326:1 15331:1 15358:1 15374:2 15377:4 15380:1 15383:2 15388:1 15389:1 15394:1 15400:1 15401:1 15422:2 15423:1 15432:1 15442:1 15448:2 15480:1 15483:1 15488:1 15494:2 15509:1 15514:1 15516:2 15540:1 15572:1 15582:1 15597:1 15598:1 15605:1 15606:5 15608:1 15617:1 15623:1 15628:2 15636:5 15642:1 15643:3 15645:2 15666:1 15672:1 15680:1 15686:1 15690:1 15729:1 15751:1 15768:1 15771:1 15779:1 15820:1 15827:1 15843:1 15847:1 15851:1 15869:2 15884:1 15885:1 15895:1 15899:1 15900:1 15918:1 15935:1 15937:3 15947:1 15966:1 15969:1 15972:1 15983:1 16018:2 16034:2 16036:1 16051:1 16068:1 16087:1 16092:1 16094:1 16095:1 16108:3 16127:2 16134:1 16149:2 16151:1 16152:1 16154:1 16155:1 16163:1 16191:1 16195:1 16201:1 16207:7 16248:1 16258:1 16266:1 16268:1 16279:1 16295:1 16318:1 16336:2 16348:2 16355:1 16357:1 16360:1 16362:6 16364:1 16368:1 16377:1 16383:1 16384:2 16385:1 16396:2 16398:1 16399:1 16402:1 16404:1 16406:1 16407:1 16414:1 16418:3 16422:3 16424:2 16431:1 16437:2 16441:5 16442:1 16469:1 16474:2 16515:1 16525:1 16530:2 16531:1 16550:1 16561:3 16571:1 16580:2 16595:1 16602:1 16603:1 16606:1 16616:1 16619:6 16626:1 16664:1 16665:1 16668:1 16687:2 16696:3 16704:11 16707:1 16712:1 16718:1 16727:1 16731:1 16746:3 16750:1 16761:1 16766:1 16767:1 16772:1 16775:1 16786:1 16792:8 16798:1 16807:1 16811:1 16822:3 16823:1 16826:1 16836:1 16857:1 16866:1 16911:1 16915:1 16947:2 16949:1 16950:1 16958:2 16968:1 16972:1 16973:1 16974:1 16975:1 16977:1 16978:3 16980:2 16985:1 16986:1 16987:1 16988:2 16989:3 16998:1 16999:1 17006:1 17010:1 17024:2 17027:1 17036:1 17064:1 17070:1 17071:2 17073:1 17074:1 17079:1 17081:2 17083:2 17088:1 17119:3 17124:1 17129:1 17134:1 17147:1 17169:1 17177:1 17179:1 17190:1 17203:1 17216:1 17256:4 17271:1 17273:1 17284:1 17291:1 17297:1 17309:1 17317:1 17331:1 17332:1 17336:1 17344:4 17385:1 17393:2 17400:1 17420:4 17430:1 17443:1 17444:1 17455:6 17461:1 17464:1 17465:1 17475:1 17483:1 17502:1 17504:1 17506:2 17507:1 17508:1 17516:1 17553:1 17566:1 17575:1 17594:1 17620:1 17623:1 17630:2 17631:1 17632:4 17644:1 17685:1 17701:2 17718:1 17721:1 17733:1 17758:1 17761:1 17765:1 17774:1 17793:1 17803:1 17809:1 17811:1 17816:1 17853:1 17906:1 17914:1 17926:1 17931:1 17946:1 17968:1 17970:2 17973:1 17982:1 17984:1 17985:1 17988:2 18018:2 18021:1 18044:2 18055:2 18060:1 18072:1 18074:1 18078:1 18080:1 18128:1 18142:2 18152:2 18154:1 18158:2 18166:1 18181:1 18183:1 18184:1 18195:1 18198:1 18201:1 18208:1 18214:1 18249:1 18256:2 18260:2 18261:1 18267:1 18270:5 18277:2 18280:1 18293:1 18309:1 18313:1 18318:1 18364:1 18368:1 18388:2 18389:1 18404:1 18406:1 18412:1 18415:1 18416:1 18420:1 18425:1 18432:1 18447:1 18455:1 18469:1 18473:1 18489:1 18493:1 18512:1 18537:2 18549:1 18555:1 18567:1 18584:1 18591:1 18602:1 18604:1 18612:1 18625:1 18654:1 18655:1 18662:5 18677:1 18680:1 18686:1 18690:1 18693:1 18699:2 18703:1 18712:1 18713:1 18717:1 18724:1 18727:1 18731:2 18745:3 18746:2 18748:1 18752:1 18790:1 18796:1 18817:1 18833:2 18834:1 18842:4 18859:1 18865:1 18867:1 18881:1 18883:1 18893:1 18912:1 18916:1 18917:1 18934:1 18951:3 18958:2 18962:2 18984:1 19005:1 19009:1 19011:1 19017:1 19020:1 19052:2 19070:3 19072:1 19118:1 19122:1 19167:2 19180:1 19191:1 19193:1 19198:1 19207:1 19208:1 19232:1 19243:1 19254:5 19260:1 19262:1 19278:1 19281:1 19285:1 19294:1 19300:1 19307:1 19311:1 19312:2 19337:2 19338:1 19339:1 19342:1 19344:2 19348:1 19399:1 19402:1 19403:1 19407:1 19420:2 19421:1 19426:1 19438:1 19445:1 19458:2 19462:1 19470:1 19486:2729 19488:2 19490:1 19494:3 19496:1 19500:1 19507:1 19511:4 19512:1 19546:1 19547:1 19587:1 19594:1 19596:1 19607:1 19612:2 19616:1 19621:1 19625:1 19632:1 19643:3 19668:1 19672:7 19684:1 19685:1 19688:1 19691:1 19695:1 19721:1 19723:1 19725:5 19730:1 19743:1 19784:4 19815:1 19817:1 19834:2 19876:3 19887:1 19888:1 19946:4 19954:1 19955:1 19979:1 19987:2 19997:2 19998:1 20006:1 20011:1 20012:1 20015:1 20028:1 20032:1 20054:1 20058:1 20063:1 20065:1 20073:1 20080:1 20085:1 20087:1 20110:1 20120:1 20141:1 20148:2 20168:1 20177:1 20188:1 20210:1 20216:1 20234:3 20267:1 20286:1 20295:1 20301:2 20312:2 20314:2 20317:1 20321:1 20346:5 20358:1 20370:1 20376:1 20393:3 20402:1 20410:1 20421:4 20435:1 20458:1 20463:1 20464:3 20467:1 20488:1 20491:2 20496:1 20498:2 20501:3 20504:1 20505:1 20506:2 20513:1 20514:1 20517:1 20529:1 20532:5 20534:1 20561:1 20572:1 20590:1 20595:2 20601:2 20613:1 20624:1 20629:1 20647:2 20677:2 20679:1 20681:1 20684:2 20694:3 20698:1 20700:1 20701:1 20703:1 20711:1 20713:2 20731:1 20732:1 20734:2 20745:1 20756:1 20763:1 20768:2 20775:1 20777:1 20787:1 20816:2 20819:1 20827:1 20832:1 20850:1 20864:1 20867:1 20869:2 20886:1 20912:1 20924:1 20925:1 20928:2 20936:1 20948:1 20980:6 20981:1 20987:1 21009:1 21038:1 21039:1 21046:4 21052:1 21053:1 21070:2 21073:2 21098:3 21128:2 21130:1 21138:1 21139:1 21143:1 21149:1 21151:1 21153:3 21158:1 21166:1 21184:3 21185:1 21186:1 21189:1 21193:1 21209:2 21211:1 21217:1 21220:1 21230:2 21239:2 21242:5 21245:1 21263:1 21264:1 21269:1 21278:1 21283:1 21295:1 21305:1 21316:1 21320:1 21325:4 21333:1 21353:1 21355:1 21357:3 21358:1 21361:1 21383:1 21389:1 21400:4 21416:3 21471:1 21474:1 21482:2 21491:1 21513:1 21537:1 21567:1 21574:1 21602:1 21603:1 21616:1 21619:2 21630:1 21636:1 21646:3 21659:1 21665:1 21672:1 21676:1 21679:1 21693:1 21714:1 21715:1 21717:1 21719:1 21736:1 21747:1 21750:1 21753:1 21756:1 21759:1 21761:1 21762:1 21763:1 21774:1 21777:1 21785:1 21786:1 21791:1 21792:5 21810:3 21815:2 21823:1 21826:1 21833:2 21846:1 21850:1 21852:1 21853:1 21920:1 21924:1 21926:3 21930:1 21957:2 21965:1 21978:2 22004:2 22023:1 22024:2 22031:2 22054:1 22067:1 22069:1 22074:1 22076:1 22082:1 22088:2 22090:1 22095:1 22099:1 22127:1 22137:1 22145:1 22148:1 22149:1 22155:1 22156:2 22162:1 22164:1 22169:1 22171:1 22187:2 22190:1 22192:1 22208:1 22210:1 22214:1 22271:1 22304:1 22317:1 22325:1 22340:1 22344:1 22345:1 22354:1 22355:1 22359:1 22373:1 22375:1 22378:4 22381:2 22395:1 22397:1 22437:1 22441:1 22446:1 22477:1 22486:2 22490:4 22492:1 22503:2 22504:2 22511:1 22539:1 22547:1 22566:1 22568:1 22569:1 22577:1 22591:1 22610:1 22618:1 22620:1 22626:1 22627:1 22631:1 22633:1 22635:1 22638:1 22645:1 22653:2 22655:1 22663:1 22672:1 22673:1 22696:1 22724:1 22731:1 22741:1 22745:7 22746:1 22753:5 22765:2 22776:1 22785:1 22791:3 22795:2 22802:1 22803:1 22812:1 22813:1 22831:1 22843:1 22869:1 22882:1 22885:1 22888:1 22889:1 22891:1 22899:2 22906:1 22911:7 22913:1 22918:1 22921:1 22930:1 22942:1 22963:1 22968:1 22972:1 22980:1 22982:1 22993:2 22995:2 23022:1 23033:4 23047:1 23049:1 23058:1 23062:1 23064:1 23074:2 23081:1 23082:1 23090:1 23094:1 23105:1 23110:1 23111:2 23114:1 23119:1 23120:1 23130:1 23131:1 23153:2 23157:2 23166:1 23170:1 23188:1 23213:1 23222:1 23233:1 23244:2 23251:2 23264:1 23291:1 23292:1 23298:1 23300:1 23303:1 23316:5 23318:1 23352:1 23354:1 23360:2 23371:1 23382:1 23383:1 23384:4 23385:2 23397:1 23398:1 23417:1 23425:1 23439:1 23444:1 23447:3 23466:1 23486:1 23496:1 23499:1 23500:3 23512:1 23515:2 23516:6 23524:1 23535:2 23539:1 23550:2 23559:3 23564:7 23569:1 23573:1 23574:1 23575:1 23577:1 23581:1 23590:1 23591:1 23598:1 23614:1 23620:1 23623:1 23624:1 23629:3 23631:1 23637:1 23638:1 23639:4 23642:1 23644:2 23649:3 23650:2 23667:1 23668:4 23676:2 23703:1 23724:1 23731:1 23738:1 23760:2 23764:3 23765:1 23769:3 23789:1 23791:3 23792:1 23796:2 23807:1 23814:1 23830:2 23836:1 23841:1 23843:1 23871:2 23873:2 23875:1 23887:1 23888:1 23894:1 23898:1 23910:1 23919:1 23933:1 23934:1 23957:8 23979:1 23990:3 23999:1 24008:1 24013:1 24014:1 24029:1 24032:1 24034:1 24052:2 24057:1 24059:1 24066:1 24067:1 24101:1 24113:1 24115:1 24123:1 24147:1 24164:1 24167:1 24178:1 24184:2 24185:2 24210:2 24220:1 24238:1 24246:1 24265:2 24267:1 24280:1 24291:2 24296:1 24319:1 24326:1 24333:3 24334:1 24338:1 24352:1 24354:1 24357:1 24360:1 24365:1 24370:1 24374:6 24379:1 24392:1 24410:1 24417:1 24418:1 24425:1 24443:1 24445:1 24450:1 24453:1 24461:1 24469:1 24473:1 24476:1 24485:1 24504:3 24512:2 24528:1 24531:1 24536:5 24542:2 24550:1 24556:1 24557:1 24558:1 24562:1 24569:1 24607:1 24611:1 24623:1 24635:1 24644:1 24653:1 24661:1 24662:2 24664:2 24681:3 24686:1 24691:1 24710:1 24748:3 24764:1 24805:1 24809:1 24813:2 24834:1 24838:1 24841:1 24857:1 24907:1 24909:2 24912:4 24918:1 24928:1 24931:2 24939:2 24950:1 24961:1 24994:1 24998:2 25007:1 25042:1 25049:2 25056:1 25057:1 25064:1 25081:1 25115:1 25127:3 25140:1 25143:1 25154:1 25163:1 25169:1 25180:2 25191:1 25197:3 25200:1 25205:1 25247:1 25249:1 25259:5 25260:1 25267:1 25276:1 25284:1 25291:1 25302:1 25322:1 25330:1 25347:1 25349:1 25366:2 25373:1 25375:3 25404:1 25407:1 25411:2 25428:1 25432:1 25482:1 25496:1 25498:3 25521:2 25538:2 25556:5 25565:3 25569:1 25575:6 25576:1 25587:1 25588:1 25600:1 25608:1 25614:3 25623:1 25634:4 25642:1 25648:3 25651:1 25652:1 25659:1 25663:1 25677:1 25683:1 25697:1 25742:1 25745:1 25749:2 25753:1 25755:1 25756:1 25760:2 25761:1 25764:1 25765:8 25767:2 25771:2 25772:1 25789:1 25790:1 25791:1 25803:1 25810:2 25822:1 25824:1 25844:1 25845:1 25851:1 25855:1 25856:1 25859:1 25871:1 25878:1 25890:1 25891:1 25893:1 25904:1 25910:1 25923:1 25931:1 25939:7 25941:1 25945:2 25947:1 25948:1 25959:1 25960:1 25964:3 25965:1 25968:1 26004:1 26032:1 26035:1 26042:4 26058:1 26063:1 26067:1 26071:1 26088:3 26097:1 26108:1 26136:1 26137:1 26144:1 26149:1 26161:1 26191:1 26229:1 26239:1 26244:1 26247:1 26250:1 26255:1 26259:1 26272:3 26278:2 26280:1 26286:1 26300:1 26302:2 26307:1 26329:4 26331:14 26343:1 26363:9 26376:1 26379:1 26384:1 26386:2 26390:1 26395:1 26413:5 26416:1 26422:1 26423:1 26424:2 26425:1 26431:1 26451:1 26459:1 26481:1 26490:1 26492:1 26496:1 26503:1 26537:2 26538:1 26553:1 26554:1 26558:1 26561:2 26567:1 26570:1 26585:1 26586:1 26599:2 26601:1 26605:1 26617:1 26626:1 26633:1 26635:1 26645:1 26649:1 26653:2 26671:2 26682:1 26685:3 26699:1 26701:1 26707:2 26709:1 26725:2 26730:1 26741:1 26758:1 26767:2 26800:2 26803:1 26812:1 26817:1 26841:1 26872:2 26875:2 26879:4 26882:4 26891:3 26893:1 26920:1 26930:1 26949:1 26952:1 26964:1 26967:1 26974:1 26994:1 27017:2 27040:1 27042:4 27078:1 27093:1 27095:1 27102:1 27110:2 27121:2 27133:2 27141:1 27152:4 27165:1 27168:1 27176:1 27199:1 27207:1 27240:1 27244:2 27249:1 27258:1 27273:1 27282:1 27287:2 27290:1 27321:1 27322:1 27335:1 27367:1 27377:1 27403:7 27406:2 27418:1 27476:1 27483:1 27490:1 27503:1 27517:1 27538:1 27543:2 27554:1 27556:2 27595:3 27601:5 27602:1 27611:1 27651:1 27681:2 27684:1 27699:1 27701:2 27714:1 27729:1 27730:1 27732:1 27750:5 27755:1 27767:1 27773:2 27782:3 27785:5 27796:3 27802:1 27807:1 27817:2 27833:1 27853:2 27854:1 27877:1 27895:1 27899:1 27929:1 27930:1 27946:2 27969:1 27979:1 28000:1 28035:1 28052:2 28059:1 28067:3 28068:1 28074:12 28086:1 28102:1 28119:2 28142:1 28150:1 28165:1 28175:2 28177:2 28190:1 28193:2 28204:1 28205:1 28208:2 28220:2 28232:1 28246:2 28254:1 28270:1 28275:1 28276:1 28283:2 28288:1 28316:1 28321:1 28329:1 28330:1 28332:1 28340:1 28341:1 28349:5 28351:1 28363:2 28375:1 28381:1 28383:3 28387:1 28388:1 28390:2 28402:2 28409:3 28411:1 28414:2 28416:1 28444:1 28455:2 28456:1 28457:2 28458:2 28461:1 28462:1 28478:2 28487:2 28501:1 28506:1 28513:1 28521:1 28525:1 28542:1 28594:1 28595:1 28601:5 28604:1 28619:1 28625:1 28642:1 28645:1 28673:6 28676:1 28677:1 28682:1 28686:1 28688:2 28691:1 28693:1 28694:1 28696:1 28701:2 28702:1 28712:1 28713:2 28718:1 28719:1 28720:1 28733:1 28734:1 28743:3 28744:1 28750:3 28751:3 28752:2 28754:1 28758:1 28759:1 28761:5 28770:1 28777:1 28787:3 28790:1 28811:1 28817:3 28833:1 28841:1 28846:1 28855:4 28866:2 28867:1 28872:1 28878:1 28884:1 28895:1 28901:1 28907:1 28986:1 28996:1 29001:1 29027:1 29049:1 29052:2 29053:1 29089:1 29090:1 29093:1 29095:1 29100:1 29110:2 29117:2 29124:1 29128:1 29134:1 29145:1 29148:2 29169:1 29183:1 29207:3 29224:1 29235:1 29239:1 29242:1 29244:1 29248:4 29263:1 29269:1 29281:1 29292:2 29302:1 29306:2 29328:1 29336:1 29345:1 29346:1 29370:1 29380:1 29396:1 29413:2 29423:2 29440:1 29441:1 29444:1 29448:3 29458:3 29488:1 29492:1 29494:1 29495:1 29508:1 29514:2 29529:2 29536:2 29540:1 29548:1 29555:1 29564:1 29566:15 29567:1 29570:2 29575:3 29587:1 29592:2 29600:1 29609:4 29612:1 29616:1 29621:1 29631:4 29633:1 29657:1 29673:1 29675:1 29680:1 29686:2 29689:1 29708:2 29716:3 29721:3 29731:2 29734:1 29746:1 29748:2 29753:2 29761:5 29766:2 29771:1 29773:1 29775:1 29778:1 29814:1 29842:1 29848:1 29854:1 29856:1 29858:2 29867:1 29880:1 29887:5 29894:1 29904:1 29925:1 29930:1 29939:1 29941:1 29947:1 29948:1 29961:1 29972:4 30023:2 30025:3 30030:1 30033:1 30034:1 30051:1 30054:1 30066:2 30084:1 30094:1 30095:1 30097:3 30125:1 30131:1 30136:1 30147:1 30149:3 30150:1 30164:1 30199:1 30207:2 30213:1 30239:1 30241:1 30247:1 30279:1 30295:2 30302:1 30308:1 30328:1 30351:2 30354:1 30364:3 30377:1 30381:1 30396:1 30411:1 30451:2 30466:1 30474:1 30498:1 30516:1 30521:1 30565:1 30587:1 30608:3 30612:1 30617:2 30634:1 30679:3 30702:1 30707:1 30719:1 30730:4 30735:1 30738:4 30742:1 30751:2 30752:1 30755:1 30759:1 30760:1 30770:5 30779:1 30791:1 30802:1 30807:1 30816:1 30825:1 30832:2 30834:2 30844:1 30845:1 30846:1 30849:1 30850:1 30855:1 30856:2 30857:10 30861:2 30863:2 30866:2 30869:2 30883:1 30900:2 30904:1 30906:1 30915:1 30920:2 30925:2 30964:1 30965:1 30997:4 30998:2
3 2:1 13:2 36:2 37:2 39:1 44:1 50:1 52:2 84:2 90:3 104:2 117:3 123:2 145:1 149:1 157:1 162:1 174:1 176:1 196:1 203:2 211:1 216:1 254:1 255:1 259:1 274:1 275:3 276:2 280:1 286:2 287:1 301:2 311:1 333:1 339:1 357:1 374:2 375:1 376:1 385:1 396:1 397:2 401:1 406:2 419:1 424:2 428:1 431:1 436:2 446:1 447:1 467:3 468:1 471:3 472:2 475:2 485:4 490:1 556:1 580:1 585:1 590:2 594:1 620:1 625:1 637:1 648:4 657:5 677:1 683:7 686:1 700:1 701:2 704:1 705:1 710:2 720:2 722:1 724:1 733:2 750:1 794:1 812:2 813:1 826:1 836:1 847:1 860:1 866:1 889:1 891:1 895:1 901:1 934:3 942:3 958:5 965:1 972:2 981:4 982:1 986:6 989:4 995:1 996:1 1000:1 1004:1 1006:1 1045:2 1049:7 1053:1 1092:1 1096:2 1115:1 1124:2 1130:3 1145:1 1150:1 1189:1 1194:2 1203:2 1215:1 1233:1 1253:3 1269:2 1275:1 1279:1 1292:1 1295:1 1297:1 1302:3 1304:3 1305:1 1309:1 1312:1 1318:1 1319:2 1321:1 1322:2 1323:2 1336:1 1349:2 1365:2 1368:2 1369:3 1382:1 1389:1 1390:1 1397:1 1401:4 1403:1 1408:2 1413:1 1414:1 1429:1 1430:1 1433:1 1434:1 1439:1 1441:1 1445:1 1458:1 1476:1 1483:2 1484:1 1518:1 1534:1 1538:1 1548:1 1553:1 1560:1 1563:1 1566:3 1583:1 1585:2 1593:9 1610:2 1622:1 1626:1 1641:2 1644:1 1646:1 1654:1 1673:1 1679:1 1681:1 1685:5 1693:2 1700:1 1704:1 1707:4 1734:2 1746:1 1751:1 1769:1 1775:1 1801:2 1802:3 1812:1 1813:1 1816:2 1833:2 1836:1 1844:1 1852:1 1861:3 1862:1 1864:2 1883:2 1884:1 1911:1 1923:1 1942:1 1947:1 1969:2 1971:1 1986:1 1991:1 1993:1 1995:2 2001:2 2006:1 2007:3 2009:3 2017:1 2021:1 2025:2 2030:1 2045:1 2049:1 2050:2 2056:1 2071:1 2072:1 2076:1 2089:1 2094:1 2103:1 2110:1 2126:2 2143:3 2146:1 2148:1 2149:1 2171:1 2173:1 2177:1 2192:1 2204:1 2207:1 2212:1 2213:1 2225:1 2227:1 2239:2 2242:1 2247:1 2271:1 2285:1 2290:5 2301:1 2323:4 2325:1 2327:1 2341:3 2352:1 2357:1 2361:2 2385:1 2400:1 2401:1 2405:1 2411:2 2412:3 2413:1 2414:1 2416:4 2418:3 2420:3 2421:1 2423:7 2424:3 2426:1 2429:1 2431:1 2434:1 2439:3 2440:1 2443:1 2445:4 2448:1 2453:5 2454:2 2458:1 2468:1 2487:2 2503:1 2515:1 2521:2 2532:1 2554:2 2563:2 2576:1 2589:1 2590:1 2591:1 2592:1 2596:1 2616:1 2622:2 2644:1 2659:2 2660:1 2663:1 2664:1 2701:1 2705:2 2724:1 2731:1 2740:1 2748:1 2779:2 2788:1 2793:1 2798:1 2799:1 2807:1 2822:1 2824:1 2827:2 2834:1 2851:1 2853:3 2854:2 2874:1 2877:1 2880:1 2885:1 2902:1 2920:1 2936:1 2939:1 2945:1 2955:1 2959:1 2972:1 2974:1 3002:2 3004:1 3006:2 3009:1 3011:2 3017:1 3019:1 3027:1 3029:1 3036:1 3038:3 3047:1 3074:2 3078:1 3086:8 3102:2 3108:1 3114:1 3119:1 3124:2 3148:3 3152:1 3153:6 3164:5 3168:1 3173:1 3199:1 3200:1 3281:1 3325:1 3338:1 3346:1 3353:1 3378:1 3380:1 3408:2 3411:1 3426:4 3434:6 3443:1 3471:1 3475:1 3479:1 3523:1 3532:1 3541:1 3557:1 3582:1 3597:1 3605:2 3612:1 3619:1 3627:1 3636:1 3665:1 3688:1 3694:1 3699:2 3704:1 3709:1 3734:1 3741:1 3743:1 3752:1 3753:1 3756:1 3757:1 3758:1 3759:1 3782:1 3784:1 3786:1 3800:1 3832:1 3849:2 3851:2 3854:1 3861:1 3865:4 3870:3 3880:2 3884:1 3886:2 3891:3 3919:3 3923:1 3930:1 3932:1 3955:1 3962:2 3965:3 3982:5 3985:1 3992:1 4013:1 4042:1 4043:2 4044:1 4056:2 4063:2 4069:2 4088:1 4091:2 4103:5 4118:1 4128:1 4150:1 4153:1 4155:3 4195:1 4199:1 4201:1 4203:1 4206:1 4212:4 4220:1 4240:1 4245:1 4249:1 4254:1 4255:2 4276:1 4281:1 4290:1 4293:1 4296:1 4303:1 4339:2 4344:1 4345:1 4359:1 4367:1 4387:1 4388:2 4390:3 4397:2 4404:1 4408:1 4410:2 4414:1 4421:1 4445:1 4449:1 4462:1 4465:2 4495:1 4497:1 4508:3 4510:2 4521:1 4539:2 4541:1 4544:1 4569:1 4590:1 4605:1 4621:1 4624:1 4637:1 4652:6 4689:1 4697:2 4707:1 4710:1 4721:3 4745:1 4746:1 4750:1 4773:1 4775:2 4778:1 4780:1 4792:2 4806:2 4808:1 4811:1 4816:1 4835:1 4839:1 4846:1 4848:1 4864:1 4866:9 4881:1 4885:1 4893:2 4900:1 4901:2 4906:10 4915:1 4948:3 4992:2 4998:3 5003:2 5008:1 5027:1 5042:1 5076:1 5077:1 5091:1 5098:15 5100:3 5127:1 5138:1 5153:1 5157:1 5162:1 5169:1 5171:1 5222:1 5225:3 5241:3 5242:4 5243:2 5249:1 5252:1 5255:2 5256:1 5257:1 5258:1 5264:1 5271:2 5272:2 5274:2 5275:1 5314:1 5332:1 5335:2 5349:1 5378:2 5379:1 5389:1 5401:1 5404:1 5413:1 5414:1 5415:1 5432:1 5437:1 5477:1 5483:2 5510:1 5526:1 5541:2 5553:1 5560:1 5586:4 5588:1 5589:1 5592:1 5626:2 5644:2 5659:2 5664:1 5670:1 5671:2 5704:1 5705:1 5714:2 5716:1 5752:1 5759:1 5760:1 5768:3 5776:1 5798:1 5800:2 5801:2 5814:1 5880:1 5881:3 5884:1 5885:2 5887:1 5936:1 5941:2 5956:1 5972:3 5973:1 5974:1 5977:1 5992:1 6007:2 6013:1 6024:1 6027:1 6040:1 6046:3 6079:1 6083:1 6084:1 6115:1 6118:1 6126:1 6136:2 6143:1 6148:1 6161:1 6177:1 6182:2 6184:1 6189:2 6207:1 6222:2 6229:1 6233:1 6237:2 6305:2 6306:1 6313:1 6318:1 6319:1 6324:1 6331:1 6341:2 6342:1 6344:3 6346:1 6349:2 6360:1 6361:1 6370:3 6377:1 6378:1 6383:1 6387:1 6388:1 6390:2 6397:1 6402:2 6426:1 6438:1 6444:1 6457:1 6462:1 6469:6 6495:1 6509:2 6512:1 6513:1 6520:1 6541:1 6551:2 6554:1 6562:1 6565:2 6583:2 6592:1 6609:1 6625:2 6627:1 6636:2 6638:1 6644:1 6657:3 6677:4 6679:1 6680:1 6681:1 6686:1 6687:6 6689:2 6690:1 6692:1 6695:5 6696:1 6698:2 6700:3 6703:12 6705:1 6708:1 6712:1 6731:1 6734:1 6743:1 6765:2 6799:1 6829:1 6839:1 6840:4 6843:1 6849:1 6851:2 6859:13 6875:1 6918:1 6919:2 6920:2 6932:1 6956:1 6969:1 6980:3 6983:1 7032:1 7041:1 7052:1 7081:1 7099:1 7110:1 7114:1 7116:2 7123:2 7128:3 7130:2 7131:1 7140:1 7148:2 7153:1 7176:2 7177:1 7181:2 7185:1 7193:1 7198:1 7199:1 7204:6 7208:2 7224:1 7232:1 7249:1 7257:1 7285:2 7287:1 7294:1 7303:1 7310:1 7323:1 7336:2 7339:1 7349:1 7352:1 7361:1 7368:1 7370:1 7378:1 7379:1 7387:1 7388:1 7390:1 7400:1 7405:1 7411:1 7412:1 7417:1 7419:2 7427:1 7438:1 7456:1 7473:1 7508:1 7509:2 7523:2 7527:1 7531:1 7533:1 7539:4 7548:1 7563:1 7597:1 7603:1 7609:1 7621:1 7654:1 7658:1 7660:1 7687:1 7702:1 7713:1 7725:1 7730:1 7784:1 7788:1 7799:2 7816:1 7821:1 7833:1 7838:1 7854:1 7865:1 7873:1 7876:1 7885:4 7901:1 7904:1 7911:1 7912:1 7929:2 7933:1 7935:1 7941:1 7952:1 7968:1 7970:3 7975:1 7983:1 8057:8 8058:4 8066:1 8078:2 8079:1 8080:1 8102:1 8107:4 8108:2 8112:1 8117:1 8124:41 8132:1 8133:1 8148:4 8150:7 8158:2 8162:1 8177:1 8185:1 8206:1 8214:1 8236:1 8239:2 8240:1 8263:1 8265:2 8279:1 8298:1 8315:1 8320:1 8334:2 8337:1 8345:1 8354:1 8370:1 8372:2 8391:1 8399:1 8400:2 8410:1 8414:1 8450:1 8455:1 8493:1 8499:2 8527:1 8532:1 8545:1 8552:1 8555:1 8562:1 8566:1 8581:1 8583:1 8585:1 8606:1 8614:1 8626:1 8643:2 8645:2 8652:2 8653:2 8665:22 8683:1 8690:1 8695:1 8699:2 8706:2 8709:1 8712:1 8766:1 8768:1 8792:2 8793:1 8795:2 8816:1 8822:1 8830:1 8847:1 8866:1 8870:2 8878:1 8912:3 8916:2 8918:3 8925:3 8927:1 8934:1 8944:1 8956:2 8958:1 8964:1 8967:1 8970:4 8972:2 8982:1 8993:1 8999:1 9007:1 9008:1 9026:1 9032:1 9034:2 9035:1 9052:1 9056:1 9059:1 9061:1 9067:3 9069:2 9070:1 9074:1 9075:2 9077:1 9080:1 9085:1 9093:1 9097:1 9120:1 9135:1 9151:2 9156:2 9176:1 9177:1 9178:1 9200:1 9205:2 9218:2 9232:1 9233:1 9240:1 9242:1 9246:1 9262:1 9277:1 9291:2 9295:2 9317:1 9320:1 9356:1 9368:1 9385:2 9387:1 9389:1 9394:1 9395:2 9398:1 9404:2 9418:1 9423:1 9424:1 9425:1 9427:1 9439:2 9442:3 9451:1 9459:3 9464:1 9483:2 9498:1 9502:1 9510:1 9515:2 9526:1 9531:1 9534:1 9545:1 9550:1 9558:1 9569:3 9571:1 9581:1 9587:1 9597:1 9598:1 9599:1 9601:1 9618:1 9624:4 9627:1 9653:1 9654:1 9680:4 9682:1 9684:1 9690:1 9694:1 9707:1 9712:1 9725:1 9733:1 9762:1 9770:1 9773:2 9800:1 9807:2 9828:1 9837:2 9843:1 9850:1 9857:1 9862:1 9865:1 9866:1 9875:1 9884:1 9900:1 9903:3 9910:1 9922:1 9944:1 9969:2 9985:1 9989:1 9992:1 9995:1 9996:1 10011:1 10025:2 10027:1 10028:2 10036:1 10048:1 10049:2 10067:1 10073:1 10082:1 10083:2 10134:1 10135:1 10160:2 10162:2 10164:1 10172:1 10178:1 10179:1 10182:1 10197:1 10209:1 10219:1 10226:1 10242:3 10245:3 10264:3 10266:1 10270:1 10287:4 10288:3 10290:1 10308:1 10322:1 10329:1 10360:1 10367:1 10403:1 10410:1 10424:1 10438:5 10441:1 10443:2 10444:1 10448:1 10453:1 10454:3 10468:1 10471:1 10484:2 10494:1 10514:1 10519:6 10534:1 10535:1 10547:1 10553:1 10558:4 10569:1 10588:2 10600:1 10604:1 10606:1 10612:1 10617:3 10621:1 10627:2 10630:6 10638:2 10640:1 10651:1 10653:2 10663:1 10687:1 10701:1 10703:1 10711:1 10740:1 10759:1 10768:1 10780:1 10784:3 10793:1 10800:1 10804:1 10805:1 10808:1 10820:1 10827:1 10850:4 10862:1 10865:1 10906:1 10907:3 10911:1 10914:1 10915:1 10934:1 10935:1 10952:1 10959:1 10960:1 10961:1 10963:2 10974:1 10978:1 10979:1 10988:2 11001:1 11010:3 11024:1 11038:2 11067:1 11089:2 11090:1 11114:1 11134:1 11144:1 11152:1 11188:1 11192:1 11206:1 11214:4 11216:1 11219:1 11225:13 11265:1 11275:2 11287:1 11301:2 11317:1 11328:1 11355:1 11357:1 11386:1 11414:1 11458:6 11461:6 11473:1 11482:1 11495:2 11496:1 11507:1 11509:1 11536:1 11539:1 11540:1 11541:1 11551:1 11556:1 11564:1 11565:1 11576:3 11584:1 11588:1 11593:1 11597:2 11604:2 11622:1 11628:1 11634:3 11639:2 11640:1 11641:1 11644:3 11660:1 11694:1 11696:1 11709:1 11729:1 11731:1 11741:1 11763:1 11798:1 11810:1 11815:1 11820:4 11825:3 11827:2 11844:1 11849:2 11854:1 11865:2 11894:2 11898:2 11913:1 11920:1 11927:1 11931:1 11938:2 11940:3 11955:1 11956:1 11961:1 11977:2 11979:1 11984:1 11992:1 12000:1 12014:2 12027:2 12028:1 12033:1 12036:1 12050:2 12086:1 12101:1 12102:1 12107:1 12123:2 12147:11 12171:1 12174:2 12176:1 12181:1 12183:4 12185:1 12190:1 12196:1 12197:1 12199:1 12200:1 12208:2 12211:1 12212:1 12215:1 12217:1 12220:2 12225:2 12226:1 12252:1 12254:4 12261:1 12262:1 12263:2 12270:12 12279:1 12280:4 12285:1 12286:2 12287:4 12307:1 12325:1 12339:1 12352:1 12406:1 12422:1 12425:1 12431:1 12440:2 12444:2 12456:1 12466:1 12473:4 12485:1 12504:2 12516:1 12528:2 12550:1 12561:1 12562:1 12575:1 12589:1 12616:1 12617:1 12629:1 12630:3 12639:1 12640:1 12645:1 12654:1 12657:1 12669:1 12670:1 12671:2 12689:1 12701:2 12702:1 12713:2 12715:1 12735:5 12756:1 12781:1 12826:1 12831:1 12836:2 12843:3 12851:2 12869:1 12873:2 12874:1 12885:1 12906:1 12925:1 12940:1 12953:2 12959:1 12978:1 12983:1 12986:1 12992:1 12996:1 12998:1 13001:1 13015:1 13021:4 13023:1 13031:1 13098:3 13102:1 13112:1 13151:2 13155:1 13157:1 13167:1 13172:1 13190:2 13213:1 13228:1 13249:2 13257:1 13269:1 13273:2 13283:1 13285:1 13291:1 13297:1 13302:1 13304:2 13312:1 13313:1 13318:1 13323:1 13341:1 13358:1 13362:1 13364:1 13375:1 13387:1 13390:1 13393:1 13404:1 13412:1 13438:1 13459:1 13467:1 13470:1 13542:1 13584:1 13586:1 13596:1 13600:1 13605:1 13618:1 13632:1 13639:1 13642:2 13649:5 13650:1 13651:1 13656:1 13682:1 13683:4 13720:1 13733:1 13738:1 13739:1 13751:4 13755:4 13759:3 13761:3 13773:1 13774:4 13785:1 13789:1 13803:1 13809:2 13814:1 13820:1 13829:1 13831:3 13840:1 13841:9 13857:1 13881:1 13883:1 13889:1 13892:1 13898:1 13912:1 13916:7 13918:1 13919:1 13928:2 13934:1 13942:1 13953:1 13975:1 13991:1 13996:1 13998:1 14003:1 14033:1 14037:2 14042:1 14061:1 14063:1 14079:1 14084:1 14085:1 14120:1 14140:2 14150:1 14158:1 14161:2 14162:1 14179:1 14185:3 14192:1 14223:2 14227:1 14229:3 14230:2 14241:1 14246:1 14247:1 14256:2 14257:1 14258:1 14268:1 14295:3 14296:1 14305:1 14340:1 14348:3 14360:1 14362:1 14365:1 14384:1 14386:2 14387:1 14389:1 14396:2 14397:3 14400:1 14406:1 14420:1 14438:1 14440:2 14442:2 14454:2 14481:1 14510:1 14513:1 14530:1 14531:1 14533:2 14536:1 14548:2 14552:1 14576:1 14581:1 14593:1 14595:1 14596:1 14599:2 14608:2 14616:2 14619:1 14630:1 14637:1 14641:1 14649:1 14652:1 14657:2 14659:1 14684:2 14695:1 14699:1 14707:1 14709:1 14716:1 14735:3 14761:1 14772:2 14780:1 14784:2 14789:1 14795:1 14805:1 14807:1 14809:2 14845:1 14860:1 14878:3 14885:1 14890:1 14903:1 14906:1 14911:3 14916:1 14917:1 14921:2 14923:5 14925:1 14927:2 14940:3 14942:2 14943:1 14950:5 14951:2 14959:2 14981:1 15000:1 15031:1 15042:1 15043:1 15063:2 15082:1 15090:1 15105:1 15114:1 15116:1 15120:1 15121:1 15134:1 15138:1 15155:2 15168:2 15174:1 15189:1 15212:1 15217:1 15233:2 15241:1 15267:1 15300:2 15304:2 15314:2 15315:5 15326:1 15331:1 15358:1 15374:2 15377:4 15380:1 15383:2 15388:1 15389:1 15394:1 15400:1 15401:1 15422:2 15423:2 15432:1 15442:1 15448:2 15473:1 15480:1 15483:1 15488:1 15494:2 15509:1 15514:1 15516:2 15540:1 15572:1 15582:1 15597:1 15598:1 15605:1 15606:5 15608:1 15617:1 15623:1 15628:2 15636:5 15642:1 15643:3 15645:2 15666:1 15672:1 15680:1 15686:1 15690:1 15729:1 15751:1 15768:1 15771:1 15779:1 15820:1 15827:1 15843:1 15847:1 15851:1 15869:2 15884:1 15885:1 15895:1 15899:1 15900:1 15918:1 15935:1 15937:3 15947:1 15966:1 15969:1 15972:1 15983:1 16018:2 16034:2 16036:1 16051:1 16068:1 16087:1 16092:1 16094:1 16095:1 16108:3 16127:2 16134:1 16149:2 16151:1 16152:1 16154:1 16155:1 16163:1 16178:1 16191:1 16195:1 16201:1 16207:7 16248:1 16258:1 16266:1 16268:1 16279:1 16295:1 16318:1 16336:2 16348:2 16355:1 16357:1 16360:1 16362:6 16364:1 16368:1 16377:1 16383:1 16384:2 16385:1 16396:2 16398:1 16399:1 16402:1 16404:1 16406:1 16407:1 16414:1 16418:3 16422:3 16424:2 16431:1 16437:2 16441:5 16442:1 16469:1 16474:2 16515:1 16525:1 16530:3 16531:1 16550:1 16561:3 16571:1 16580:2 16595:1 16602:1 16603:1 16606:1 16616:1 16619:6 16626:1 16664:1 16665:1 16668:1 16687:2 16696:3 16704:11 16707:1 16712:1 16718:1 16727:1 16731:1 16746:3 16750:2 16761:1 16766:1 16767:1 16772:1 16775:1 16786:1 16792:8 16798:1 16807:1 16811:1 16822:3 16823:1 16826:1 16836:1 16857:1 16866:1 16911:1 16915:1 16947:2 16949:1 16950:1 16958:2 16968:1 16972:1 16973:1 16974:1 16975:1 16977:1 16978:3 16980:2 16985:2 16986:1 16987:1 16988:2 16989:3 16998:1 16999:1 17006:1 17010:1 17024:2 17027:1 17036:1 17064:1 17070:1 17071:2 17073:1 17074:1 17079:1 17081:2 17083:2 17088:1 17119:3 17124:1 17129:1 17134:1 17147:1 17169:1 17177:1 17179:1 17190:1 17203:1 17216:1 17256:4 17271:1 17273:1 17284:1 17291:1 17297:1 17309:1 17317:1 17331:1 17332:1 17336:1 17344:4 17385:1 17393:2 17400:1 17420:4 17430:1 17443:1 17444:1 17455:6 17461:1 17464:1 17465:1 17475:1 17483:1 17502:1 17504:1 17506:2 17507:1 17508:1 17516:1 17553:1 17566:1 17575:1 17594:2 17620:1 17623:1 17628:1 17630:2 17631:1 17632:4 17644:2 17685:1 17701:2 17718:1 17721:1 17733:1 17756:2 17758:1 17761:1 17765:1 17774:1 17793:1 17797:1 17803:1 17809:1 17811:1 17816:1 17853:1 17906:1 17914:1 17926:1 17931:1 17946:1 17968:1 17970:2 17973:1 17982:2 17984:1 17985:1 17988:2 18018:2 18021:1 18044:2 18055:2 18060:1 18066:1 18072:1 18074:1 18078:1 18080:1 18128:1 18142:2 18152:2 18154:1 18158:2 18166:1 18181:1 18183:1 18184:1 18195:1 18198:1 18201:1 18208:1 18214:1 18249:1 18256:2 18260:2 18261:1 18267:1 18270:5 18277:2 18280:1 18293:1 18309:1 18313:1 18318:1 18364:1 18368:1 18388:2 18389:1 18404:1 18406:1 18412:1 18415:1 18416:1 18420:1 18425:1 18432:1 18447:1 18455:1 18469:1 18473:1 18489:1 18493:1 18512:1 18537:2 18549:1 18555:1 18567:1 18584:1 18591:1 18602:1 18604:1 18612:1 18625:1 18654:1 18655:1 18662:6 18677:1 18680:1 18686:1 18690:1 18693:1 18699:2 18703:1 18712:1 18713:1 18717:1 18724:1 18727:1 18731:2 18745:3 18746:2 18748:1 18752:1 18790:1 18796:1 18817:1 18833:2 18834:1 18842:5 18859:2 18865:1 18867:1 18881:1 18883:1 18893:1 18912:1 18916:1 18917:1 18934:1 18951:3 18958:2 18962:2 18984:1 19005:1 19009:1 19011:1 19017:1 19020:1 19052:2 19070:3 19072:1 19118:1 19122:1 19167:2 19180:1 19191:1 19193:1 19198:1 19207:1 19208:1 19232:1 19243:1 19254:5 19260:1 19262:1 19278:1 19281:1 19285:1 19294:1 19300:1 19307:1 19311:1 19312:2 19337:2 19338:1 19339:1 19342:1 19344:2 19348:1 19399:1 19402:1 19403:1 19407:1 19420:2 19421:1 19426:1 19438:1 19445:1 19458:2 19462:1 19470:1 19486:2791 19488:2 19490:1 19494:3 19496:1 19500:1 19507:1 19511:4 19512:1 19546:1 19547:1 19587:1 19594:1 19596:1 19607:1 19612:2 19616:1 19621:1 19625:1 19632:1 19643:3 19668:1 19672:7 19684:1 19685:1 19688:1 19691:1 19695:1 19721:1 19723:1 19725:5 19730:1 19743:1 19784:4 19815:1 19817:1 19834:2 19876:3 19887:1 19888:1 19946:4 19954:1 19955:1 19979:1 19987:2 19997:2 19998:1 20006:1 20011:1 20012:1 20015:1 20028:1 20032:1 20054:1 20058:1 20063:1 20065:1 20073:1 20080:1 20085:1 20087:1 20089:1 20110:1 20120:1 20141:1 20148:2 20168:1 20177:1 20188:1 20210:1 20216:1 20234:3 20267:1 20286:1 20295:1 20301:2 20312:2 20314:2 20315:1 20317:1 20321:1 20346:5 20358:1 20370:1 20376:1 20381:1 20393:3 20402:1 20410:1 20414:1 20421:4 20435:1 20458:1 20463:1 20464:3 20467:1 20488:1 20491:2 20496:1 20498:2 20501:3 20504:1 20505:1 20506:2 20513:1 20514:1 20517:1 20529:1 20532:5 20534:1 20561:1 20572:1 20590:1 20595:2 20601:2 20613:1 20624:1 20629:1 20647:2 20677:2 20679:1 20681:1 20684:2 20694:3 20698:1 20700:1 20701:1 20703:1 20711:1 20713:2 20731:1 20732:1 20734:2 20745:1 20756:1 20763:1 20768:2 20775:1 20777:1 20787:1 20816:2 20819:1 20827:1 20832:1 20850:1 20864:1 20867:1 20869:2 20886:1 20912:1 20924:1 20925:1 20928:2 20936:1 20948:1 20980:6 20981:1 20987:1 21009:1 21038:1 21039:1 21046:4 21052:1 21053:1 21070:2 21073:2 21098:3 21128:2 21130:1 21138:1 21139:1 21143:1 21149:1 21151:1 21153:3 21158:1 21166:1 21184:3 21185:1 21186:1 21189:1 21193:1 21209:2 21211:1 21217:1 21220:1 21230:2 21239:2 21242:5 21245:1 21263:1 21264:1 21268:1 21269:1 21278:1 21283:1 21295:1 21305:1 21316:1 21320:1 21325:4 21333:1 21353:1 21355:1 21357:3 21358:1 21361:1 21383:1 21389:1 21400:4 21416:3 21471:1 21474:1 21482:3 21491:1 21513:1 21537:1 21567:1 21574:1 21602:1 21603:1 21614:1 21616:1 21619:2 21630:1 21636:1 21646:3 21659:1 21665:1 21672:1 21676:1 21679:1 21693:1 21714:1 21715:1 21717:1 21719:1 21736:1 21747:1 21750:1 21753:1 21756:1 21759:1 21761:1 21762:1 21763:1 21771:1 21774:1 21777:1 21785:1 21786:1 21791:1 21792:5 21810:3 21815:2 21823:1 21826:1 21833:2 21846:1 21850:1 21852:1 21853:1 21920:1 21924:1 21926:3 21930:1 21957:2 21965:1 21978:2 22004:2 22023:1 22024:2 22029:1 22031:3 22054:1 22067:1 22069:1 22074:1 22076:2 22082:1 22088:2 22090:1 22095:1 22099:1 22127:1 22137:1 22145:1 22148:1 22149:1 22155:1 22156:2 22162:1 22164:1 22169:1 22171:1 22179:1 22187:2 22190:1 22192:1 22208:1 22210:1 22214:1 22271:1 22279:1 22304:1 22317:1 22325:1 22340:1 22344:1 22345:1 22354:1 22355:1 22359:1 22373:1 22375:1 22378:4 22381:2 22395:1 22397:1 22437:1 22441:1 22446:1 22477:1 22486:2 22490:4 22492:1 22503:2 22504:2 22511:1 22513:1 22539:1 22547:1 22566:1 22568:1 22569:1 22577:1 22591:1 22610:1 22618:1 22620:1 22626:1 22627:1 22631:1 22633:1 22635:1 22638:1 22645:1 22653:2 22655:1 22663:1 22672:1 22673:1 22696:1 22724:1 22731:1 22741:1 22745:7 22746:1 22753:5 22765:2 22776:1 22785:1 22791:3 22795:2 22802:1 22803:1 22812:1 22813:2 22831:1 22843:1 22869:1 22882:1 22885:1 22888:1 22889:1 22891:1 22899:2 22906:1 22911:7 22913:1 22918:1 22921:1 22930:1 22942:1 22963:1 22968:1 22972:1 22980:1 22982:1 22993:2 22995:2 23022:1 23029:1 23033:4 23047:1 23049:1 23058:1 23062:1 23064:1 23074:2 23081:1 23082:1 23090:1 23094:1 23105:1 23110:1 23111:2 23114:1 23119:1 23120:1 23130:1 23131:1 23153:2 23157:2 23166:1 23170:1 23188:1 23213:1 23222:1 23233:1 23244:2 23251:2 23264:1 23291:1 23292:1 23298:1 23300:1 23303:1 23316:5 23318:1 23352:1 23354:1 23360:2 23371:1 23382:1 23383:1 23384:4 23385:2 23397:1 23398:1 23417:1 23425:1 23439:1 23444:1 23447:3 23466:1 23486:1 23496:1 23499:1 23500:3 23512:1 23515:2 23516:6 23524:1 23535:2 23539:1 23550:2 23559:3 23564:7 23569:1 23573:1 23574:1 23575:1 23577:1 23581:1 23590:1 23591:1 23598:1 23614:1 23620:1 23623:1 23624:2 23629:3 23631:1 23637:1 23638:1 23639:4 23642:1 23644:2 23649:3 23650:2 23667:1 23668:4 23676:2 23703:1 23724:1 23731:1 23738:1 23760:2 23764:3 23765:1 23769:3 23789:1 23791:3 23792:1 23796:2 23807:1 23814:1 23830:2 23836:1 23841:1 23843:1 23871:2 23873:2 23875:1 23887:1 23888:1 23894:1 23898:1 23910:1 23919:1 23928:1 23933:1 23934:1 23957:9 23979:1 23990:3 23999:1 24008:1 24013:1 24014:1 24029:1 24032:1 24034:1 24052:2 24057:1 24059:1 24066:1 24067:1 24101:1 24113:1 24115:1 24123:1 24147:1 24164:1 24167:1 24178:1 24184:2 24185:2 24210:2 24220:1 24238:1 24246:1 24265:2 24267:1 24280:1 24291:2 24296:1 24319:1 24326:1 24333:3 24334:1 24338:1 24352:1 24354:1 24357:1 24360:1 24365:1 24370:1 24374:6 24379:1 24392:1 24410:1 24417:1 24418:1 24425:1 24443:1 24445:1 24450:1 24453:1 24461:1 24469:1 24473:1 24476:1 24485:1 24504:3 24512:2 24528:1 24531:1 24536:5 24537:1 24542:2 24550:1 24556:1 24557:1 24558:1 24562:1 24569:1 24607:1 24611:1 24623:1 24635:1 24644:1 24653:1 24661:1 24662:2 24664:2 24681:3 24686:1 24691:1 24710:1 24748:3 24764:2 24805:1 24809:1 24813:2 24834:1 24838:1 24841:1 24857:1 24907:1 24909:2 24912:5 24918:1 24928:1 24931:2 24939:2 24950:1 24961:1 24994:1 24998:2 25007:1 25019:1 25042:1 25049:2 25056:1 25057:1 25064:1 25081:1 25115:1 25120:1 25127:3 25140:1 25143:1 25154:1 25163:1 25169:2 25180:2 25191:1 25197:3 25200:1 25205:1 25247:1 25249:1 25257:1 25259:5 25260:1 25267:1 25276:1 25284:1 25291:1 25302:1 25322:1 25330:1 25347:1 25349:1 25366:2 25373:1 25375:3 25404:1 25407:1 25411:2 25428:1 25432:1 25482:1 25496:1 25498:3 25521:2 25538:2 25556:5 25559:1 25565:3 25569:1 25575:6 25576:1 25587:1 25588:1 25600:1 25608:1 25614:3 25623:1 25634:4 25642:1 25648:3 25651:1 25652:1 25659:1 25663:1 25677:1 25683:1 25697:1 25717:1 25742:1 25745:1 25749:2 25753:1 25755:1 25756:1 25760:2 25761:1 25764:1 25765:8 25767:2 25771:2 25772:1 25789:1 25790:1 25791:1 25803:1 25810:2 25822:1 25824:1 25844:1 25845:1 25851:1 25855:1 25856:1 25859:1 25871:1 25878:1 25890:1 25891:1 25893:1 25904:1 25910:1 25923:1 25931:1 25939:7 25941:1 25945:2 25947:1 25948:1 25959:1 25960:1 25964:3 25965:1 25968:1 26004:1 26032:1 26035:1 26042:4 26058:1 26063:1 26067:1 26071:1 26088:3 26097:1 26104:1 26108:1 26136:1 26137:1 26144:1 26149:1 26161:1 26191:1 26229:1 26239:1 26244:1 26247:1 26250:1 26255:1 26259:1 26272:3 26278:2 26280:1 26286:1 26300:1 26302:2 26307:1 26329:4 26331:14 26343:1 26363:9 26376:1 26379:1 26384:1 26386:2 26390:1 26395:1 26413:5 26416:1 26422:1 26423:1 26424:2 26425:1 26431:1 26451:1 26459:1 26481:1 26490:1 26492:1 26496:1 26503:1 26537:2 26538:1 26553:1 26554:1 26558:1 26561:2 26567:1 26570:1 26585:1 26586:1 26599:2 26601:1 26605:1 26617:1 26626:1 26633:1 26635:1 26645:1 26649:1 26653:3 26671:2 26682:1 26685:3 26699:1 26701:1 26707:2 26709:1 26725:2 26730:1 26734:1 26741:1 26758:1 26767:2 26800:2 26803:1 26812:1 26817:1 26841:1 26872:2 26875:2 26879:4 26882:4 26891:4 26893:1 26920:1 26930:1 26949:1 26952:1 26964:1 26967:1 26974:1 26994:1 27017:2 27040:1 27042:4 27067:1 27078:1 27093:1 27095:1 27102:1 27110:3 27121:2 27133:2 27141:1 27152:5 27165:1 27168:1 27176:1 27199:1 27207:1 27240:1 27244:2 27249:1 27254:1 27258:1 27272:1 27273:1 27282:1 27287:2 27290:1 27321:1 27322:1 27329:1 27335:1 27367:1 27377:1 27403:7 27406:2 27418:1 27476:1 27483:1 27490:1 27499:1 27503:1 27517:1 27538:1 27543:2 27554:1 27556:2 27595:3 27601:5 27602:1 27611:1 27651:1 27659:1 27681:2 27684:2 27699:1 27701:2 27714:1 27729:1 27730:1 27732:1 27750:5 27755:1 27767:1 27773:2 27782:3 27785:5 27796:3 27802:1 27807:1 27817:2 27833:1 27853:2 27854:1 27877:1 27895:1 27899:1 27929:1 27930:1 27946:2 27969:1 27979:1 28000:1 28029:1 28035:1 28052:2 28059:1 28067:3 28068:1 28074:13 28086:1 28102:1 28119:2 28142:1 28150:1 28165:1 28175:2 28177:2 28190:1 28193:2 28204:1 28205:1 28208:2 28220:2 28232:1 28246:2 28254:1 28270:1 28275:1 28276:1 28283:2 28288:1 28316:1 28321:1 28329:1 28330:1 28332:1 28340:1 28341:1 28349:5 28351:1 28363:2 28375:2 28381:1 28383:3 28387:1 28388:1 28390:3 28402:2 28409:3 28411:1 28414:2 28416:1 28444:1 28455:2 28456:1 28457:2 28458:2 28461:1 28462:1 28478:2 28487:2 28501:1 28506:1 28513:1 28521:1 28525:1 28542:1 28592:1 28594:1 28595:1 28601:5 28604:1 28619:1 28625:1 28642:1 28645:1 28673:6 28676:1 28677:1 28682:1 28686:1 28688:2 28691:1 28693:1 28694:1 28696:1 28701:2 28702:1 28712:1 28713:2 28718:1 28719:1 28720:1 28733:1 28734:1 28743:3 28744:1 28750:3 28751:3 28752:2 28754:1 28758:1 28759:1 28761:5 28770:1 28777:1 28787:3 28790:1 28811:1 28817:3 28833:1 28841:1 28846:1 28855:4 28866:2 28867:1 28872:1 28878:1 28884:1 28895:1 28901:1 28907:1 28986:1 28996:1 29001:1 29004:1 29027:1 29049:1 29052:2 29053:1 29089:1 29090:1 29093:1 29095:1 29100:1 29110:2 29117:2 29124:1 29128:1 29134:1 29145:1 29148:2 29169:1 29183:1 29207:3 29224:1 29235:1 29239:1 29242:1 29244:1 29248:4 29263:1 29269:1 29281:1 29292:2 29302:1 29306:2 29328:1 29336:1 29345:1 29346:1 29370:1 29380:1 29396:2 29413:2 29423:2 29440:1 29441:1 29444:1 29448:3 29458:3 29488:1 29492:2 29494:1 29495:1 29508:1 29514:2 29528:1 29529:2 29536:2 29540:1 29548:2 29555:1 29564:1 29566:15 29567:1 29570:2 29575:3 29587:1 29592:2 29600:1 29609:4 29612:1 29616:1 29621:1 29631:4 29633:1 29657:1 29673:1 29675:1 29680:1 29686:2 29689:1 29708:2 29716:3 29721:3 29731:2 29734:1 29746:1 29748:2 29753:2 29761:5 29766:2 29771:1 29773:1 29775:1 29778:1 29791:1 29814:1 29842:1 29848:1 29854:1 29856:1 29858:2 29867:1 29880:1 29887:5 29894:1 29904:1 29925:1 29930:1 29939:1 29941:1 29947:1 29948:1 29961:1 29972:4 30023:2 30025:3 30027:1 30030:1 30033:1 30034:1 30051:1 30054:1 30066:2 30084:1 30094:1 30095:1 30097:3 30125:1 30131:1 30136:1 30147:1 30149:3 30150:1 30164:1 30199:1 30207:2 30213:1 30239:1 30241:1 30247:1 30253:1 30279:1 30295:2 30302:1 30308:1 30328:1 30351:2 30354:1 30364:3 30377:1 30381:1 30396:1 30411:1 30451:2 30466:1 30474:1 30498:1 30506:1 30516:1 30521:1 30565:1 30587:1 30608:3 30612:1 30617:2 30634:1 30679:3 30702:1 30707:1 30719:1 30730:4 30735:1 30738:4 30742:1 30751:2 30752:1 30755:1 30759:1 30760:1 30770:5 30779:1 30791:1 30802:1 30807:1 30816:1 30825:1 30832:2 30834:2 30844:1 30845:1 30846:1 30849:1 30850:1 30855:1 30856:2 30857:10 30861:2 30863:2 30866:2 30869:2 30883:1 30900:2 30904:1 30906:1 30915:1 30920:2 30925:2 30964:1 30965:1 30997:4 30998:2
3 2:1 13:2 36:2 37:2 39:1 44:1 50:1 52:2 84:2 90:3 104:2 117:4 123:2 145:1 149:1 157:1 162:1 174:1 176:1 196:1 203:2 211:1 216:1 254:1 255:1 259:1 274:1 275:3 276:2 280:1 286:2 287:1 290:1 301:2 311:1 333:1 339:1 357:1 374:2 375:1 376:1 385:1 396:1 397:2 401:1 406:2 419:1 424:2 428:1 431:1 436:2 446:1 447:1 467:3 468:1 471:3 472:2 475:2 485:4 490:1 556:1 580:1 585:1 590:2 594:1 620:1 625:1 637:1 648:4 657:5 677:1 683:7 686:1 700:1 701:2 704:1 705:2 710:2 720:2 722:1 724:1 733:2 750:1 794:1 812:2 813:1 826:1 836:1 847:1 860:1 866:1 889:1 891:1 895:1 901:1 934:3 942:3 958:5 965:1 972:2 981:4 982:1 986:6 989:4 995:1 996:1 1000:1 1004:1 1006:1 1045:2 1049:7 1053:1 1092:1 1096:2 1115:1 1124:2 1130:3 1145:1 1150:1 1189:1 1194:2 1203:2 1215:1 1233:1 1253:3 1269:3 1275:1 1279:1 1292:1 1295:1 1297:2 1302:3 1304:3 1305:1 1309:1 1312:1 1318:1 1319:2 1321:1 1322:2 1323:2 1336:1 1349:2 1365:2 1368:2 1369:3 1382:1 1389:1 1390:1 1397:1 1401:4 1403:1 1408:2 1413:1 1414:1 1429:1 1430:1 1433:1 1434:1 1439:1 1441:1 1445:1 1458:1 1476:1 1483:2 1484:1 1518:1 1534:1 1538:1 1548:1 1553:1 1560:1 1563:1 1566:3 1583:1 1585:2 1593:9 1610:3 1622:1 1626:1 1641:2 1644:1 1646:1 1654:1 1673:1 1679:1 1681:1 1685:5 1693:2 1700:1 1704:1 1707:4 1734:2 1746:1 1751:1 1769:1 1775:1 1801:2 1802:3 1812:1 1813:1 1816:3 1833:2 1836:1 1844:1 1852:1 1861:3 1862:1 1864:2 1883:2 1884:1 1911:1 1923:1 1930:1 1942:1 1947:1 1969:2 1971:1 1977:1 1986:1 1991:1 1993:1 1995:2 2001:2 2006:1 2007:3 2009:3 2017:1 2021:1 2025:2 2030:1 2045:1 2049:1 2050:2 2056:1 2071:1 2072:1 2076:1 2089:1 2094:1 2103:1 2110:1 2126:2 2143:3 2146:1 2148:1 2149:1 2171:1 2173:1 2177:1 2192:1 2204:1 2207:1 2212:1 2213:1 2225:1 2227:1 2239:2 2242:1 2247:1 2271:1 2285:1 2290:5 2301:1 2323:6 2325:1 2327:1 2341:3 2344:1 2352:1 2357:1 2361:2 2385:1 2400:1 2401:1 2405:1 2411:2 2412:3 2413:1 2414:1 2416:4 2418:3 2420:3 2421:1 2423:7 2424:3 2426:2 2429:1 2431:1 2434:1 2439:4 2440:1 2443:1 2445:4 2448:1 2453:5 2454:2 2458:1 2468:1 2487:2 2503:1 2515:1 2521:2 2532:1 2554:2 2563:2 2576:1 2589:1 2590:1 2591:1 2592:1 2596:1 2616:1 2622:2 2644:1 2659:2 2660:1 2663:1 2664:1 2701:1 2705:2 2724:1 2731:1 2740:1 2748:1 2779:2 2788:1 2793:1 2798:1 2799:1 2807:1 2822:1 2824:1 2827:2 2834:1 2851:1 2853:3 2854:2 2874:1 2877:1 2880:1 2885:1 2902:1 2920:1 2936:1 2939:1 2945:1 2955:1 2959:1 2972:1 2974:1 3002:2 3004:1 3006:2 3009:1 3011:2 3017:1 3019:1 3027:1 3029:1 3036:1 3038:3 3047:1 3074:2 3078:1 3086:9 3102:2 3108:1 3114:1 3119:1 3124:2 3148:3 3152:1 3153:6 3164:5 3168:1 3173:1 3199:1 3200:1 3281:1 3325:1 3338:1 3346:1 3353:1 3378:1 3380:1 3408:2 3411:1 3426:4 3434:6 3443:1 3471:1 3475:1 3479:1 3523:1 3532:1 3541:1 3557:1 3582:1 3597:1 3605:2 3612:1 3619:1 3627:1 3636:1 3665:1 3688:1 3694:1 3699:2 3704:1 3709:1 3734:1 3741:1 3743:1 3752:1 3753:1 3756:1 3757:1 3758:1 3759:1 3782:1 3784:1 3786:1 3800:1 3832:1 3849:2 3851:2 3854:1 3861:1 3865:4 3870:3 3880:2 3884:1 3886:2 3891:3 3919:3 3923:1 3930:1 3932:1 3955:1 3962:2 3965:3 3982:5 3985:1 3992:1 4013:1 4038:1 4042:1 4043:2 4044:1 4056:2 4063:2 4069:2 4077:1 4088:1 4091:2 4103:5 4118:1 4128:1 4150:1 4153:1 4155:3 4195:1 4199:1 4201:1 4203:1 4206:1 4212:4 4220:1 4240:1 4245:1 4249:1 4254:1 4255:2 4276:1 4281:1 4290:1 4293:1 4296:1 4303:1 4307:1 4320:1 4339:3 4344:1 4345:1 4359:1 4367:1 4387:1 4388:2 4390:3 4397:2 4404:1 4408:1 4410:2 4414:1 4421:1 4445:1 4449:1 4462:1 4465:2 4495:1 4497:1 4508:3 4510:2 4521:1 4539:2 4541:1 4544:1 4569:1 4590:1 4605:1 4621:1 4624:1 4637:1 4652:6 4689:1 4697:2 4707:1 4710:1 4721:3 4745:1 4746:1 4750:1 4773:1 4775:2 4778:1 4780:1 4792:2 4806:2 4808:1 4811:1 4816:1 4835:1 4838:1 4839:1 4846:1 4848:1 4864:1 4866:9 4881:1 4885:1 4893:2 4900:1 4901:2 4906:10 4915:1 4932:1 4948:3 4992:2 4998:3 5003:2 5008:1 5027:1 5042:1 5076:1 5077:1 5091:1 5098:16 5100:3 5127:1 5138:1 5153:1 5157:1 5162:1 5169:1 5171:2 5222:1 5225:3 5241:3 5242:5 5243:2 5249:1 5252:1 5255:2 5256:1 5257:1 5258:1 5264:1 5271:2 5272:2 5274:2 5275:1 5314:1 5332:1 5335:2 5349:1 5378:2 5379:1 5389:1 5401:1 5404:1 5413:1 5414:1 5415:1 5432:1 5437:1 5477:1 5483:2 5510:1 5514:1 5526:1 5541:2 5553:1 5560:1 5586:4 5588:1 5589:1 5592:1 5604:1 5626:2 5644:2 5659:2 5664:1 5670:1 5671:2 5704:1 5705:1 5714:2 5716:1 5752:1 5759:1 5760:1 5768:3 5776:1 5783:1 5798:1 5800:2 5801:2 5814:1 5880:1 5881:3 5884:1 5885:2 5887:1 5936:1 5941:2 5956:1 5972:3 5973:1 5974:1 5977:1 5992:1 6007:2 6013:1 6024:1 6027:1 6040:1 6046:3 6077:2 6079:1 6083:1 6084:1 6115:1 6118:1 6126:1 6136:2 6143:1 6148:1 6161:1 6177:1 6182:2 6184:1 6189:2 6207:1 6222:2 6229:1 6233:1 6237:2 6305:2 6306:1 6313:1 6318:1 6319:1 6324:1 6331:2 6341:2 6342:1 6344:3 6346:1 6349:2 6360:1 6361:1 6370:3 6377:1 6378:1 6383:1 6387:1 6388:1 6390:2 6397:1 6402:2 6426:1 6438:1 6444:1 6457:1 6462:1 6469:6 6495:1 6509:2 6512:1 6513:1 6520:1 6541:1 6551:2 6554:1 6562:1 6565:2 6583:2 6592:1 6609:1 6625:2 6627:1 6636:2 6638:1 6644:1 6657:3 6677:4 6679:1 6680:1 6681:1 6686:1 6687:6 6689:2 6690:1 6692:1 6695:5 6696:1 6698:2 6700:3 6703:12 6705:1 6708:1 6712:1 6731:1 6734:1 6743:1 6765:2 6799:1 6829:1 6835:1 6839:1 6840:4 6843:1 6849:1 6851:2 6859:13 6875:1 6918:1 6919:2 6920:2 6932:1 6956:1 6969:1 6980:3 6983:1 7032:1 7041:1 7052:1 7081:1 7099:1 7110:1 7114:1 7116:2 7123:2 7128:3 7130:2 7131:1 7140:1 7148:2 7153:1 7176:2 7177:1 7181:2 7185:1 7193:1 7198:1 7199:1 7204:6 7208:2 7224:1 7232:1 7249:2 7257:1 7285:2 7287:1 7294:1 7303:1 7310:1 7323:1 7336:2 7339:1 7349:1 7352:1 7361:1 7368:1 7370:1 7378:1 7379:1 7387:1 7388:1 7390:1 7400:1 7405:1 7411:1 7412:1 7417:1 7419:2 7427:1 7438:1 7456:1 7473:1 7497:1 7508:1 7509:2 7523:2 7527:1 7531:1 7533:1 7539:4 7548:1 7563:1 7597:1 7603:1 7609:1 7621:1 7654:1 7658:1 7660:1 7687:1 7702:1 7713:1 7725:1 7730:1 7784:1 7788:1 7799:3 7806:1 7816:1 7821:1 7833:1 7838:1 7854:1 7865:1 7873:1 7876:1 7885:4 7901:1 7904:1 7911:1 7912:1 7929:2 7933:1 7935:1 7941:1 7952:1 7968:1 7970:3 7975:1 7983:1 8057:8 8058:4 8066:1 8078:2 8079:1 8080:1 8102:1 8107:4 8108:3 8112:1 8117:1 8124:42 8132:1 8133:1 8148:4 8150:8 8158:2 8162:1 8177:1 8185:1 8206:1 8214:1 8236:1 8239:2 8240:1 8263:1 8265:2 8279:1 8298:1 8315:1 8320:1 8334:2 8337:1 8345:2 8354:1 8370:1 8372:2 8391:1 8399:1 8400:3 8410:1 8414:1 8450:1 8455:1 8493:1 8499:2 8527:1 8532:1 8545:1 8552:1 8555:1 8556:1 8562:1 8566:1 8581:1 8583:1 8585:1 8606:1 8614:1 8626:1 8643:2 8645:2 8652:2 8653:2 8665:24 8683:1 8690:1 8695:1 8699:2 8706:2 8709:1 8712:1 8766:1 8768:1 8792:2 8793:1 8795:2 8816:1 8822:1 8830:1 8847:1 8866:1 8870:2 8878:1 8912:3 8916:2 8918:3 8925:3 8927:1 8934:1 8944:1 8956:2 8958:1 8964:1 8967:1 8970:4 8972:2 8982:1 8993:1 8999:1 9007:1 9008:1 9026:1 9032:1 9034:2 9035:1 9052:1 9056:1 9059:1 9061:1 9067:3 9069:2 9070:1 9074:1 9075:2 9077:1 9080:1 9085:1 9093:1 9097:1 9120:1 9135:1 9151:2 9156:2 9176:1 9177:1 9178:1 9200:1 9205:2 9218:2 9232:1 9233:1 9240:1 9242:1 9246:1 9262:1 9277:1 9291:2 9295:2 9317:1 9320:1 9324:1 9356:1 9368:1 9385:2 9387:1 9389:1 9394:1 9395:2 9398:1 9404:2 9418:1 9423:1 9424:1 9425:1 9427:1 9439:2 9442:3 9451:1 9459:3 9464:1 9483:2 9498:1 9502:1 9510:1 9515:2 9526:1 9531:1 9534:1 9545:1 9550:1 9558:1 9569:3 9571:1 9581:1 9587:1 9590:1 9597:1 9598:1 9599:1 9601:1 9618:1 9624:4 9627:1 9653:1 9654:1 9680:4 9682:1 9684:1 9690:1 9694:1 9707:1 9712:1 9725:1 9733:1 9762:1 9770:1 9773:2 9800:1 9807:2 9828:1 9837:2 9843:1 9850:1 9857:1 9862:1 9865:1 9866:1 9875:1 9884:1 9900:1 9903:3 9910:1 9922:1 9944:1 9969:2 9985:1 9989:1 9992:1 9995:1 9996:1 10011:1 10025:2 10027:1 10028:2 10036:1 10048:1 10049:2 10067:1 10073:1 10082:1 10083:2 10134:1 10135:1 10160:2 10162:2 10164:1 10172:1 10178:1 10179:1 10182:1 10197:1 10209:1 10219:1 10226:2 10228:1 10242:3 10245:3 10264:3 10266:1 10270:1 10287:4 10288:4 10290:1 10308:1 10322:1 10329:1 10360:1 10367:1 10403:1 10410:1 10424:1 10438:5 10441:1 10443:2 10444:1 10448:1 10453:1 10454:3 10468:1 10471:1 10484:2 10494:1 10514:1 10519:6 10534:1 10535:1 10547:1 10553:1 10558:4 10569:1 10588:2 10600:1 10604:1 10606:1 10612:1 10617:3 10621:1 10627:2 10630:6 10638:2 10640:1 10651:1 10653:2 10663:1 10687:1 10701:1 10703:1 10711:1 10740:1 10759:1 10768:1 10780:1 10784:3 10793:1 10800:1 10804:1 10805:1 10808:1 10820:1 10827:1 10850:4 10862:1 10865:2 10906:1 10907:3 10911:1 10914:1 10915:1 10934:1 10935:1 10952:1 10959:1 10960:1 10961:1 10963:2 10974:1 10978:1 10979:2 10988:2 11001:1 11010:3 11024:1 11038:2 11067:1 11089:2 11090:1 11114:1 11134:1 11144:1 11152:1 11188:1 11192:1 11206:1 11214:4 11216:1 11219:1 11225:13 11265:1 11275:2 11287:2 11301:2 11317:1 11328:1 11355:1 11357:1 11386:1 11414:1 11458:6 11461:6 11473:1 11482:1 11495:2 11496:1 11507:2 11509:1 11536:1 11539:1 11540:1 11541:1 11551:1 11556:1 11564:1 11565:1 11576:3 11584:1 11588:1 11593:1 11597:3 11604:2 11622:1 11628:1 11634:3 11639:2 11640:1 11641:1 11644:3 11660:1 11694:1 11696:1 11709:1 11729:1 11731:1 11741:1 11763:1 11798:1 11810:1 11815:1 11820:4 11825:3 11827:2 11844:1 11849:2 11854:1 11865:2 11894:2 11898:2 11913:1 11920:1 11927:1 11931:1 11938:2 11940:3 11955:1 11956:1 11961:1 11962:1 11977:2 11979:1 11984:1 11992:1 12000:1 12014:2 12027:2 12028:1 12033:1 12036:1 12050:2 12086:1 12101:1 12102:1 12107:1 12123:2 12147:11 12171:1 12174:2 12176:1 12181:1 12183:4 12185:1 12190:1 12196:1 12197:1 12199:1 12200:1 12208:2 12211:1 12212:2 12215:1 12217:1 12220:3 12225:2 12226:1 12252:1 12254:4 12261:1 12262:1 12263:2 12270:12 12279:1 12280:4 12285:1 12286:2 12287:4 12307:1 12325:1 12338:1 12339:1 12352:1 12406:1 12422:1 12425:1 12431:1 12440:2 12444:2 12456:1 12466:1 12473:4 12485:2 12504:2 12516:1 12528:2 12550:1 12561:1 12562:1 12575:1 12589:1 12616:1 12617:1 12629:1 12630:3 12639:1 12640:1 12645:1 12654:1 12657:1 12669:1 12670:1 12671:2 12689:1 12701:2 12702:1 12713:2 12715:1 12735:5 12756:1 12781:1 12826:1 12829:1 12831:1 12836:2 12843:3 12851:2 12869:1 12873:2 12874:1 12885:1 12906:1 12925:1 12940:1 12953:2 12959:1 12978:1 12983:1 12986:1 12992:1 12996:1 12998:1 13001:1 13015:1 13021:4 13023:1 13031:1 13098:3 13102:1 13112:1 13151:2 13155:1 13157:1 13167:1 13172:1 13190:2 13213:1 13228:1 13247:1 13249:2 13257:1 13269:1 13273:2 13283:1 13285:1 13291:1 13297:1 13302:1 13304:2 13312:1 13313:1 13318:1 13323:1 13341:1 13358:1 13362:1 13364:1 13375:1 13387:1 13390:1 13393:1 13404:1 13412:1 13438:1 13459:1 13467:1 13470:1 13542:1 13543:1 13578:1 13584:1 13586:1 13596:1 13600:1 13605:1 13618:1 13632:1 13639:1 13642:2 13649:5 13650:1 13651:1 13656:1 13682:1 13683:4 13720:1 13733:1 13738:1 13739:1 13751:4 13755:4 13759:3 13761:3 13773:1 13774:4 13785:1 13789:1 13803:1 13809:2 13814:1 13820:1 13829:1 13831:3 13840:1 13841:9 13857:1 13881:1 13883:1 13889:1 13892:1 13898:1 13912:1 13916:7 13918:1 13919:1 13928:2 13934:1 13942:1 13953:1 13975:1 13991:1 13995:1 13996:1 13998:1 14003:1 14033:1 14037:2 14042:1 14061:1 14063:1 14079:1 14084:1 14085:1 14120:1 14140:2 14150:1 14158:1 14161:2 14162:1 14179:1 14185:3 14192:1 14223:2 14227:1 14229:3 14230:2 14241:1 14246:1 14247:1 14256:2 14257:1 14258:2 14268:1 14295:3 14296:1 14305:1 14340:1 14348:3 14360:1 14362:1 14365:1 14384:1 14386:2 14387:1 14389:1 14396:2 14397:3 14400:1 14406:1 14420:1 14438:1 14440:2 14442:2 14454:2 14481:1 14510:1 14513:1 14530:1 14531:1 14533:2 14536:1 14548:2 14552:1 14576:1 14581:1 14593:1 14595:1 14596:1 14599:2 14608:2 14616:2 14619:1 14630:1 14637:1 14641:1 14649:1 14652:1 14657:2 14659:1 14684:2 14695:1 14699:1 14707:1 14709:1 14716:1 14735:3 14761:1 14772:2 14780:1 14784:2 14789:1 14795:1 14805:1 14807:1 14809:2 14845:1 14860:1 14878:3 14885:1 14890:1 14903:1 14906:1 14911:4 14916:1 14917:1 14921:2 14923:5 14925:1 14927:2 14940:3 14942:2 14943:2 14950:5 14951:2 14959:2 14981:1 15000:1 15031:1 15042:1 15043:1 15063:2 15070:1 15082:1 15090:1 15105:1 15114:1 15116:1 15120:1 15121:1 15134:1 15138:1 15141:1 15155:2 15168:2 15174:1 15189:1 15212:1 15217:1 15233:2 15241:1 15267:1 15300:2 15304:2 15314:2 15315:5 15326:1 15331:1 15346:1 15358:1 15374:2 15377:4 15380:1 15383:2 15388:1 15389:1 15394:1 15400:1 15401:1 15422:2 15423:2 15432:1 15442:1 15448:2 15473:1 15480:1 15483:1 15488:1 15494:2 15509:1 15514:1 15516:2 15540:1 15572:1 15582:1 15597:1 15598:1 15605:1 15606:5 15608:1 15617:1 15623:1 15628:2 15636:5 15642:1 15643:3 15645:2 15666:1 15672:1 15680:1 15686:1 15690:1 15729:1 15751:1 15768:1 15771:1 15779:1 15820:1 15827:1 15843:1 15847:1 15851:1 15869:2 15884:1 15885:1 15895:1 15899:1 15900:1 15918:1 15935:1 15937:3 15947:1 15966:1 15969:1 15972:1 15983:1 16018:2 16034:2 16036:1 16051:1 16068:1 16087:1 16092:1 16094:1 16095:1 16108:3 16127:2 16134:1 16149:2 16151:1 16152:1 16154:1 16155:1 16163:1 16178:1 16191:1 16195:1 16201:1 16207:7 16248:1 16258:1 16266:1 16268:1 16279:1 16295:1 16298:1 16318:1 16336:2 16348:2 16355:1 16357:1 16360:1 16362:6 16364:1 16368:1 16377:1 16383:1 16384:2 16385:1 16396:2 16398:1 16399:1 16402:1 16404:1 16406:1 16407:1 16414:1 16418:3 16422:3 16424:2 16431:1 16437:2 16441:5 16442:1 16469:1 16474:2 16515:1 16525:1 16530:3 16531:1 16550:1 16561:3 16571:1 16580:2 16595:1 16602:1 16603:1 16606:1 16616:1 16619:6 16626:1 16664:1 16665:1 16668:1 16687:2 16696:3 16704:11 16707:1 16712:1 16718:1 16727:1 16731:1 16746:3 16750:2 16761:1 16766:1 16767:1 16772:1 16775:1 16786:1 16792:8 16793:1 16798:1 16807:1 16811:1 16822:3 16823:1 16826:1 16836:1 16857:1 16866:1 16911:1 16915:1 16947:2 16949:1 16950:1 16958:2 16968:1 16972:1 16973:1 16974:1 16975:1 16977:1 16978:3 16980:2 16982:1 16985:2 16986:1 16987:1 16988:2 16989:4 16998:1 16999:1 17006:1 17010:1 17024:2 17027:1 17036:1 17064:1 17070:1 17071:2 17073:1 17074:1 17079:1 17081:2 17083:2 17088:1 17119:3 17124:1 17129:1 17134:1 17147:1 17169:1 17177:1 17179:1 17190:1 17203:1 17216:1 17256:4 17271:1 17273:1 17284:1 17291:1 17297:1 17309:1 17317:1 17331:1 17332:1 17336:1 17344:4 17385:1 17393:2 17400:1 17420:4 17430:1 17443:1 17444:1 17455:6 17461:1 17464:1 17465:1 17475:1 17483:1 17502:1 17504:1 17506:2 17507:2 17508:1 17516:1 17553:1 17566:1 17575:1 17594:2 17620:1 17623:1 17628:1 17630:2 17631:1 17632:4 17644:2 17685:1 17701:2 17718:1 17721:1 17733:1 17734:1 17756:2 17758:1 17761:1 17765:1 17774:1 17793:1 17797:1 17803:1 17809:1 17811:1 17816:1 17853:1 17906:1 17914:1 17926:1 17931:1 17946:1 17968:1 17970:2 17973:1 17982:2 17984:1 17985:1 17988:2 18018:2 18021:1 18044:2 18055:2 18060:1 18066:1 18072:1 18074:1 18078:1 18080:1 18128:1 18142:2 18152:2 18154:1 18158:2 18166:1 18181:1 18183:1 18184:1 18195:1 18198:1 18201:1 18208:1 18214:1 18249:1 18256:2 18260:2 18261:1 18267:1 18270:5 18277:2 18280:1 18293:1 18309:1 18313:1 18318:1 18364:1 18368:1 18388:2 18389:1 18404:1 18406:1 18412:1 18415:1 18416:1 18420:1 18425:1 18432:1 18447:1 18455:1 18469:1 18473:1 18489:1 18493:1 18512:1 18537:2 18549:1 18555:1 18567:1 18584:1 18591:1 18602:1 18604:1 18612:1 18625:1 18654:1 18655:1 18662:6 18677:1 18680:1 18686:1 18690:1 18693:1 18699:2 18703:1 18712:1 18713:1 18717:1 18724:1 18727:1 18731:2 18745:3 18746:2 18748:1 18752:1 18790:1 18796:1 18817:1 18833:2 18834:1 18842:5 18859:2 18865:1 18867:1 18881:1 18883:1 18893:1 18912:1 18916:1 18917:1 18934:1 18951:3 18958:2 18962:2 18984:1 19005:2 19009:1 19011:1 19017:1 19020:1 19052:2 19070:3 19072:1 19118:1 19122:1 19167:2 19180:1 19191:1 19193:1 19198:1 19207:1 19208:1 19232:1 19243:1 19254:5 19260:1 19262:1 19278:1 19281:1 19285:1 19294:1 19300:1 19307:1 19311:1 19312:2 19337:2 19338:1 19339:1 19342:1 19344:2 19348:1 19399:1 19402:1 19403:1 19407:1 19420:2 19421:1 19426:1 19438:1 19445:1 19458:2 19462:1 19470:1 19486:2855 19488:2 19490:1 19494:3 19496:1 19500:1 19507:1 19511:4 19512:1 19546:1 19547:1 19587:1 19594:1 19596:1 19607:1 19612:2 19616:1 19621:1 19625:1 19632:1 19643:3 19668:1 19672:7 19684:1 19685:1 19688:1 19691:1 19695:1 19721:1 19723:1 19725:5 19730:1 19743:1 19784:4 19815:1 19817:1 19834:2 19876:3 19887:1 19888:1 19946:4 19954:1 19955:1 19979:1 19987:2 19997:2 19998:1 20006:1 20011:1 20012:1 20015:1 20028:1 20032:1 20054:1 20058:1 20063:1 20065:1 20073:1 20080:1 20085:1 20087:1 20089:1 20110:1 20120:1 20141:1 20148:2 20168:1 20177:1 20188:1 20210:1 20216:1 20234:3 20267:1 20286:1 20295:1 20301:2 20312:2 20314:2 20315:1 20317:1 20321:1 20346:5 20358:1 20370:1 20376:1 20381:1 20393:3 20402:1 20410:1 20414:1 20421:4 20435:1 20458:1 20463:1 20464:3 20467:1 20488:1 20491:2 20496:1 20498:2 20501:3 20504:1 20505:1 20506:2 20513:1 20514:1 20517:1 20529:1 20532:5 20534:1 20561:1 20572:1 20590:1 20595:2 20601:2 20613:1 20624:1 20629:1 20647:2 20656:1 20677:2 20679:1 20681:1 20684:2 20694:3 20698:1 20700:1 20701:1 20703:1 20711:1 20713:2 20731:1 20732:1 20734:2 20745:1 20756:1 20763:1 20768:2 20775:1 20777:1 20787:1 20816:2 20819:1 20827:1 20832:1 20850:1 20864:1 20867:1 20869:2 20886:1 20912:1 20924:1 20925:1 20928:2 20936:1 20948:1 20980:6 20981:1 20987:1 21009:1 21038:1 21039:1 21046:4 21052:1 21053:1 21070:2 21073:2 21098:3 21128:2 21130:1 21138:1 21139:1 21143:1 21149:1 21151:1 21153:3 21158:1 21166:1 21184:4 21185:1 21186:1 21189:1 21193:1 21209:2 21211:1 21217:1 21220:1 21221:1 21230:2 21239:2 21242:5 21245:1 21263:1 21264:1 21268:1 21269:1 21278:1 21283:1 21295:1 21305:1 21316:1 21320:1 21325:4 21333:1 21353:1 21355:1 21357:3 21358:1 21361:1 21383:1 21389:1 21400:4 21416:3 21471:1 21474:1 21482:3 21491:1 21513:1 21537:1 21567:1 21574:2 21602:1 21603:1 21614:1 21616:1 21619:2 21630:1 21636:1 21646:3 21657:1 21659:1 21665:1 21672:1 21676:1 21679:1 21693:1 21714:1 21715:1 21717:1 21719:1 21736:1 21747:1 21750:1 21753:1 21756:1 21759:1 21761:1 21762:1 21763:1 21771:1 21774:1 21777:1 21779:1 21785:1 21786:1 21791:1 21792:5 21810:3 21815:2 21823:1 21826:1 21833:2 21846:1 21850:1 21852:1 21853:1 21920:1 21924:1 21926:3 21930:1 21957:2 21965:1 21978:2 22004:2 22023:1 22024:2 22029:1 22031:3 22053:1 22054:1 22067:1 22069:1 22074:1 22076:2 22082:1 22088:2 22090:1 22095:1 22099:1 22127:1 22137:1 22145:1 22148:1 22149:1 22155:1 22156:2 22162:1 22164:1 22169:1 22171:1 22179:1 22187:2 22190:1 22192:1 22208:1 22210:1 22214:1 22271:1 22279:1 22304:1 22317:1 22325:1 22340:1 22344:1 22345:1 22354:1 22355:1 22359:1 22373:1 22375:1 22378:4 22381:2 22395:1 22397:1 22437:1 22441:1 22446:1 22477:1 22486:3 22490:4 22492:1 22503:2 22504:2 22511:1 22513:1 22539:1 22547:1 22566:1 22568:1 22569:1 22577:1 22591:1 22610:1 22618:1 22620:1 22626:1 22627:1 22631:1 22633:1 22635:1 22638:1 22645:1 22653:2 22655:1 22663:1 22672:1 22673:1 22696:1 22724:1 22731:1 22741:1 22743:1 22745:7 22746:1 22753:5 22765:2 22776:1 22785:1 22791:3 22795:2 22802:1 22803:1 22812:1 22813:2 22831:1 22843:1 22869:1 22882:1 22885:2 22888:1 22889:1 22891:1 22899:2 22906:1 22911:7 22913:1 22918:1 22921:1 22930:1 22942:1 22963:1 22968:1 22972:1 22980:1 22982:1 22993:2 22995:2 23022:1 23029:1 23033:4 23047:1 23049:1 23058:1 23062:1 23064:1 23074:2 23081:1 23082:1 23090:1 23094:1 23105:1 23110:1 23111:2 23114:1 23119:1 23120:1 23130:1 23131:1 23153:2 23157:2 23166:1 23170:1 23188:1 23213:1 23222:1 23233:1 23244:2 23251:2 23264:1 23291:1 23292:1 23298:1 23300:1 23303:1 23316:5 23318:1 23352:1 23354:1 23360:2 23371:1 23382:1 23383:1 23384:4 23385:2 23397:1 23398:1 23417:1 23425:1 23439:1 23444:1 23447:3 23466:1 23486:1 23496:1 23499:1 23500:3 23512:1 23515:2 23516:6 23521:2 23524:1 23535:2 23539:1 23550:2 23559:3 23564:7 23569:1 23573:1 23574:1 23575:1 23577:1 23581:1 23590:1 23591:1 23598:1 23614:1 23620:1 23623:1 23624:2 23629:3 23631:1 23637:1 23638:1 23639:4 23642:1 23644:2 23649:3 23650:2 23658:1 23667:1 23668:4 23676:2 23703:1 23724:1 23731:1 23738:2 23760:2 23764:3 23765:1 23769:3 23789:1 23791:3 23792:1 23796:2 23807:1 23814:1 23830:2 23836:1 23841:1 23843:1 23871:2 23873:2 23875:1 23887:1 23888:1 23894:1 23898:2 23910:1 23919:1 23928:1 23933:1 23934:1 23957:9 23979:1 23990:3 23999:1 24008:1 24013:1 24014:1 24029:1 24032:1 24034:1 24052:2 24057:1 24059:1 24066:1 24067:1 24101:1 24113:1 24115:1 24123:1 24147:1 24164:1 24167:1 24178:1 24184:2 24185:2 24190:1 24210:2 24220:1 24238:1 24244:1 24246:1 24265:2 24267:1 24280:1 24291:2 24296:1 24319:1 24326:1 24333:3 24334:1 24338:1 24352:1 24354:1 24357:1 24360:1 24365:1 24370:1 24374:6 24379:1 24392:1 24410:1 24417:1 24418:1 24425:1 24443:1 24445:1 24450:1 24453:1 24461:1 24469:1 24473:1 24476:1 24485:1 24504:4 24512:2 24528:1 24531:1 24536:5 24537:1 24542:2 24550:1 24556:1 24557:1 24558:1 24562:1 24569:1 24607:1 24611:1 24623:1 24635:1 24644:1 24653:1 24661:1 24662:2 24664:2 24681:3 24686:1 24691:1 24710:1 24724:1 24748:3 24764:2 24805:1 24809:1 24813:2 24834:1 24838:1 24841:1 24857:1 24907:1 24909:2 24912:5 24913:1 24918:1 24928:1 24931:2 24939:2 24950:1 24961:1 24994:1 24998:2 25007:1 25019:1 25042:1 25049:2 25056:1 25057:1 25064:1 25081:1 25115:1 25120:1 25127:3 25140:1 25143:1 25154:1 25163:1 25169:2 25180:2 25191:1 25197:3 25200:1 25205:1 25247:1 25249:1 25257:1 25259:5 25260:1 25263:1 25267:1 25276:1 25284:1 25291:1 25302:1 25322:1 25330:1 25347:1 25349:1 25366:2 25368:1 25373:1 25375:3 25404:1 25407:1 25411:2 25428:1 25432:1 25482:1 25496:1 25498:3 25521:2 25538:2 25556:5 25559:1 25565:4 25569:1 25575:6 25576:1 25587:1 25588:1 25600:1 25608:2 25614:3 25623:1 25634:4 25642:1 25648:3 25651:1 25652:1 25659:1 25663:1 25677:1 25683:1 25697:1 25717:1 25742:1 25745:1 25749:2 25753:1 25755:1 25756:1 25760:2 25761:1 25764:1 25765:8 25767:2 25771:2 25772:1 25789:1 25790:1 25791:1 25803:1 25810:2 25822:1 25824:1 25844:1 25845:1 25851:1 25855:1 25856:1 25859:1 25871:1 25878:2 25890:1 25891:1 25893:1 25904:1 25910:1 25923:1 25931:1 25939:7 25941:1 25945:2 25947:1 25948:1 25959:1 25960:1 25964:3 25965:1 25968:1 26004:1 26032:1 26035:1 26042:4 26058:1 26063:1 26067:1 26071:1 26088:3 26097:1 26104:1 26108:1 26136:1 26137:1 26144:1 26149:1 26161:1 26191:1 26229:1 26239:1 26244:1 26247:1 26250:1 26255:1 26259:1 26272:3 26278:2 26280:1 26286:1 26300:1 26302:2 26307:1 26329:4 26331:14 26343:1 26363:9 26371:1 26376:1 26379:1 26384:1 26386:2 26390:1 26395:1 26413:5 26415:1 26416:1 26422:1 26423:1 26424:2 26425:1 26431:1 26451:1 26459:1 26481:1 26490:2 26492:1 26496:1 26503:1 26537:2 26538:1 26553:1 26554:1 26558:1 26561:2 26567:1 26570:1 26585:1 26586:1 26599:2 26601:1 26605:1 26617:1 26626:1 26633:1 26635:1 26645:1 26649:1 26653:3 26671:2 26682:1 26685:3 26699:1 26701:1 26707:2 26709:1 26725:2 26730:1 26734:1 26741:1 26758:1 26767:2 26800:2 26803:1 26812:1 26815:1 26817:1 26834:1 26841:1 26872:2 26875:2 26879:4 26882:4 26891:4 26893:1 26920:1 26930:1 26949:1 26952:1 26964:1 26967:1 26974:1 26994:1 27017:2 27040:1 27042:4 27067:1 27078:1 27093:1 27095:1 27102:1 27110:3 27121:2 27133:2 27141:1 27152:5 27165:1 27168:1 27176:1 27199:1 27207:1 27240:1 27244:2 27249:1 27254:1 27258:1 27272:1 27273:1 27282:1 27287:2 27290:1 27300:1 27321:1 27322:1 27329:1 27335:1 27367:1 27377:1 27403:7 27406:2 27418:1 27465:1 27476:1 27483:1 27490:1 27499:1 27503:1 27517:1 27538:1 27543:2 27554:1 27556:2 27595:3 27601:5 27602:1 27611:1 27651:1 27659:1 27681:2 27684:2 27699:1 27701:2 27714:1 27729:1 27730:1 27732:1 27750:5 27755:1 27767:1 27773:2 27782:3 27785:5 27796:3 27802:1 27807:1 27817:2 27833:1 27853:2 27854:1 27877:1 27890:1 27895:1 27899:1 27929:1 27930:1 27932:1 27946:2 27969:1 27979:1 28000:1 28029:1 28035:1 28052:2 28059:1 28067:3 28068:1 28074:13 28086:1 28102:1 28119:2 28142:1 28150:1 28165:1 28175:2 28177:2 28190:1 28193:2 28204:1 28205:1 28208:2 28220:2 28232:1 28246:2 28254:1 28270:1 28275:1 28276:1 28283:2 28288:1 28316:1 28321:1 28329:1 28330:1 28332:1 28340:1 28341:1 28349:5 28351:1 28363:2 28375:2 28381:1 28383:3 28387:1 28388:1 28390:3 28402:2 28409:3 28411:1 28414:2 28416:1 28444:1 28455:2 28456:1 28457:2 28458:2 28461:1 28462:1 28478:2 28487:2 28501:1 28506:1 28513:1 28521:1 28525:1 28542:1 28592:1 28594:1 28595:1 28601:5 28604:1 28619:1 28625:1 28642:1 28645:1 28673:6 28676:1 28677:1 28682:1 28686:1 28688:2 28691:1 28693:1 28694:1 28696:1 28701:2 28702:1 28712:1 28713:2 28718:1 28719:1 28720:1 28733:1 28734:1 28743:3 28744:1 28750:3 28751:3 28752:2 28754:1 28758:1 28759:1 28761:5 28770:1 28771:1 28777:1 28787:3 28790:1 28811:1 28817:3 28833:1 28841:1 28846:1 28855:4 28866:2 28867:1 28872:1 28878:1 28884:1 28895:1 28901:1 28907:1 28986:1 28996:1 29001:1 29004:1 29027:1 29035:1 29049:1 29052:2 29053:1 29071:1 29089:1 29090:1 29093:1 29095:1 29100:1 29110:2 29117:2 29124:1 29128:1 29134:1 29145:1 29148:2 29169:1 29183:1 29207:3 29224:1 29235:1 29239:1 29242:1 29244:1 29248:4 29263:1 29269:1 29281:1 29292:2 29302:1 29306:2 29309:1 29328:1 29336:1 29345:1 29346:1 29370:1 29380:1 29396:2 29413:2 29423:2 29440:1 29441:1 29444:1 29448:3 29458:3 29488:1 29492:2 29494:1 29495:1 29508:1 29514:2 29528:1 29529:2 29536:2 29540:1 29548:2 29555:1 29564:1 29566:15 29567:1 29570:2 29575:3 29587:2 29592:2 29600:1 29609:4 29612:1 29616:1 29621:1 29631:4 29633:1 29657:1 29673:1 29675:1 29680:1 29682:1 29686:2 29689:1 29708:2 29716:3 29721:3 29731:2 29734:1 29746:1 29748:2 29753:2 29761:5 29766:2 29771:1 29773:1 29775:1 29778:1 29791:1 29814:1 29836:1 29842:1 29848:1 29854:1 29856:1 29858:2 29867:1 29880:1 29887:5 29894:1 29904:1 29925:1 29930:1 29939:1 29941:1 29947:1 29948:1 29961:1 29972:4 30023:2 30025:3 30027:1 30030:1 30033:1 30034:1 30051:1 30054:1 30066:2 30084:1 30094:1 30095:1 30097:3 30125:1 30131:1 30136:1 30147:1 30149:3 30150:1 30164:1 30199:1 30207:2 30213:1 30218:1 30239:1 30241:1 30247:1 30253:1 30279:1 30295:2 30302:1 30308:1 30328:1 30351:2 30354:1 30364:3 30377:1 30381:1 30396:1 30411:1 30451:2 30466:1 30474:1 30498:1 30506:1 30516:1 30521:1 30565:1 30587:1 30608:3 30612:1 30617:2 30634:2 30679:3 30702:1 30707:1 30719:1 30730:4 30735:1 30738:4 30742:1 30751:2 30752:1 30755:1 30759:1 30760:1 30770:5 30779:1 30791:1 30792:1 30802:1 30807:1 30816:1 30825:1 30832:2 30834:2 30844:1 30845:1 30846:1 30849:1 30850:1 30855:1 30856:2 30857:10 30861:3 30863:2 30866:2 30869:2 30883:1 30900:2 30904:1 30906:1 30915:1 30920:2 30925:2 30964:1 30965:1 30997:4 30998:2
3 2:1 13:2 15:1 36:2 37:2 39:1 44:1 50:1 52:2 84:2 90:3 104:2 110:1 117:4 123:2 145:1 149:1 157:1 162:1 174:1 176:1 196:1 203:2 211:1 216:1 254:1 255:1 259:1 274:1 275:3 276:2 280:1 282:1 286:2 287:1 290:1 301:2 311:1 333:1 339:1 357:1 374:2 375:1 376:1 385:1 396:1 397:2 401:1 406:2 419:1 424:2 428:1 431:1 436:2 446:1 447:1 467:3 468:1 471:3 472:2 475:2 485:4 490:1 556:1 580:1 585:1 590:2 594:1 620:1 625:1 634:1 637:1 648:4 657:5 677:1 683:7 686:1 700:1 701:2 704:1 705:2 710:2 720:2 722:1 724:1 733:2 750:1 794:1 812:2 813:1 826:1 836:1 847:1 860:1 866:1 889:1 891:1 895:1 901:1 934:3 942:3 958:5 965:1 972:2 981:4 982:1 986:7 989:4 995:1 996:1 1000:1 1004:1 1006:1 1012:1 1045:3 1049:7 1053:1 1092:1 1096:2 1115:1 1124:2 1130:3 1145:1 1150:1 1189:2 1194:2 1203:2 1215:1 1233:2 1253:3 1269:3 1275:1 1279:1 1292:1 1295:1 1297:2 1302:3 1304:3 1305:1 1309:1 1312:1 1318:1 1319:3 1321:1 1322:2 1323:2 1336:1 1349:2 1365:2 1368:2 1369:4 1382:1 1389:1 1390:1 1397:1 1401:4 1403:1 1408:2 1413:1 1414:1 1429:1 1430:1 1433:1 1434:1 1439:1 1441:1 1445:1 1458:1 1461:1 1476:1 1483:2 1484:1 1518:1 1534:1 1538:1 1548:1 1553:1 1560:1 1563:1 1566:3 1583:1 1585:2 1593:9 1594:1 1610:3 1622:1 1626:1 1641:2 1644:1 1646:1 1654:1 1673:1 1679:1 1681:1 1685:5 1693:2 1700:1 1704:1 1707:4 1723:1 1734:2 1746:1 1751:1 1769:1 1775:1 1801:2 1802:3 1812:1 1813:1 1816:3 1833:2 1836:1 1844:1 1852:1 1861:3 1862:1 1864:2 1883:2 1884:1 1911:1 1923:1 1930:1 1942:1 1947:2 1969:2 1971:1 1977:1 1986:1 1991:1 1993:1 1995:2 2001:2 2006:1 2007:3 2009:3 2017:1 2021:1 2025:2 2030:1 2045:1 2049:1 2050:2 2056:1 2071:1 2072:1 2076:1 2089:1 2094:1 2103:1 2110:1 2126:2 2143:3 2146:1 2148:1 2149:1 2171:1 2173:1 2177:1 2192:1 2204:1 2207:1 2212:1 2213:1 2225:1 2227:1 2239:2 2242:1 2247:1 2271:1 2285:1 2290:6 2301:1 2302:1 2316:1 2323:6 2325:1 2327:1 2341:4 2344:1 2352:1 2357:1 2361:2 2385:1 2400:1 2401:1 2405:1 2411:3 2412:3 2413:1 2414:1 2416:4 2418:3 2420:3 2421:1 2423:7 2424:3 2426:2 2429:1 2431:1 2434:1 2439:4 2440:1 2443:1 2445:4 2448:1 2453:5 2454:2 2458:1 2468:1 2487:2 2503:1 2515:1 2521:2 2532:1 2554:2 2563:2 2576:1 2589:1 2590:1 2591:2 2592:1 2596:1 2616:1 2622:2 2644:1 2659:2 2660:1 2663:1 2664:1 2701:1 2705:2 2724:1 2731:1 2740:1 2748:1 2779:2 2788:1 2793:1 2798:1 2799:1 2807:1 2822:1 2824:1 2827:2 2834:1 2851:1 2853:3 2854:2 2874:1 2877:1 2880:1 2885:1 2902:1 2920:1 2936:1 2939:1 2945:1 2955:2 2959:1 2972:1 2974:1 3002:2 3004:1 3006:2 3009:1 3011:2 3017:1 3019:1 3027:1 3029:1 3036:1 3038:3 3047:1 3074:2 3078:1 3086:9 3102:2 3108:1 3114:1 3119:1 3124:2 3148:3 3152:1 3153:6 3164:5 3168:1 3173:1 3199:1 3200:1 3281:1 3325:1 3338:1 3346:2 3353:1 3378:1 3380:1 3406:1 3408:2 3411:1 3426:4 3434:6 3443:1 3471:1 3475:1 3479:1 3523:1 3532:1 3541:1 3557:1 3582:1 3597:1 3605:2 3612:1 3619:1 3627:1 3636:1 3649:1 3665:1 3688:1 3694:1 3699:2 3704:1 3709:1 3734:1 3741:1 3743:1 3752:1 3753:1 3756:1 3757:1 3758:2 3759:1 3782:1 3784:1 3786:1 3800:1 3832:1 3849:2 3851:2 3854:1 3861:1 3865:5 3870:3 3880:2 3884:1 3886:2 3891:3 3919:3 3923:1 3930:1 3932:1 3955:1 3962:2 3965:3 3982:5 3985:1 3992:1 4013:1 4038:1 4042:1 4043:2 4044:2 4056:2 4063:2 4069:2 4077:1 4088:1 4091:2 4103:5 4118:1 4128:1 4150:1 4153:1 4155:3 4195:1 4199:1 4201:1 4203:1 4206:1 4212:4 4220:1 4240:1 4245:1 4249:1 4254:1 4255:2 4276:1 4281:1 4290:1 4293:1 4296:1 4303:1 4307:1 4320:1 4339:3 4344:1 4345:1 4359:1 4367:1 4387:1 4388:2 4390:3 4397:2 4404:1 4408:1 4410:2 4414:1 4421:1 4445:1 4449:1 4462:1 4465:3 4495:1 4497:1 4508:3 4510:2 4521:1 4539:2 4541:1 4544:1 4569:1 4590:1 4605:1 4621:1 4624:1 4637:1 4652:6 4689:1 4697:2 4707:1 4710:1 4721:3 4745:1 4746:1 4750:1 4773:1 4775:2 4778:1 4780:1 4792:2 4806:2 4808:1 4811:1 4816:1 4835:1 4838:1 4839:1 4846:1 4848:1 4864:1 4866:10 4881:1 4885:1 4893:2 4900:1 4901:2 4906:10 4915:1 4932:1 4948:3 4992:2 4998:3 5003:2 5008:1 5027:1 5042:1 5076:1 5077:1 5083:1 5091:1 5098:16 5100:3 5127:1 5138:1 5153:1 5157:1 5162:1 5169:1 5171:2 5174:1 5222:1 5225:4 5241:3 5242:5 5243:2 5249:2 5252:1 5255:2 5256:1 5257:2 5258:1 5264:1 5271:2 5272:2 5274:2 5275:1 5314:1 5332:1 5335:2 5349:1 5378:2 5379:1 5389:1 5393:1 5401:1 5404:1 5413:1 5414:1 5415:1 5432:1 5437:1 5477:1 5483:2 5510:1 5514:1 5526:1 5532:1 5541:2 5553:1 5560:1 5586:4 5588:1 5589:1 5592:1 5604:1 5626:2 5644:2 5659:2 5664:1 5670:1 5671:2 5704:1 5705:1 5714:2 5716:1 5752:1 5759:1 5760:1 5768:3 5776:1 5783:1 5798:1 5800:2 5801:2 5814:1 5880:1 5881:3 5884:1 5885:2 5887:1 5936:1 5941:2 5956:1 5972:3 5973:1 5974:1 5977:1 5992:1 6007:2 6013:1 6024:1 6027:1 6040:1 6046:3 6077:2 6079:1 6083:1 6084:1 6115:1 6118:1 6126:1 6136:2 6143:1 6148:1 6161:1 6177:1 6182:2 6184:1 6189:2 6207:1 6222:2 6229:1 6233:1 6237:2 6305:2 6306:1 6313:1 6318:1 6319:1 6324:1 6331:2 6341:2 6342:1 6344:3 6346:1 6349:2 6360:1 6361:1 6370:3 6375:1 6377:1 6378:1 6383:1 6387:1 6388:1 6390:2 6397:2 6402:2 6426:1 6438:1 6444:1 6457:1 6462:1 6469:6 6495:1 6509:2 6512:1 6513:1 6520:1 6541:1 6551:2 6554:1 6562:1 6565:2 6571:1 6583:2 6592:1 6609:1 6625:2 6627:1 6636:2 6638:1 6644:1 6657:3 6677:4 6679:1 6680:1 6681:2 6686:2 6687:6 6689:2 6690:1 6692:1 6695:5 6696:1 6698:2 6700:3 6703:12 6705:1 6708:1 6712:1 6731:1 6734:1 6743:1 6765:2 6799:1 6829:1 6835:1 6839:1 6840:4 6843:1 6849:1 6851:2 6859:13 6875:1 6918:1 6919:2 6920:2 6932:1 6954:1 6956:1 6969:1 6980:3 6983:1 7032:1 7041:1 7052:1 7081:1 7099:1 7110:1 7114:1 7116:2 7123:2 7128:3 7130:2 7131:1 7140:1 7148:2 7153:1 7176:2 7177:1 7181:2 7185:1 7193:1 7198:1 7199:1 7204:6 7208:2 7224:1 7228:1 7232:1 7249:2 7257:1 7285:2 7287:1 7294:1 7296:1 7303:1 7310:1 7323:1 7336:2 7339:1 7349:1 7352:1 7361:1 7368:1 7370:1 7378:1 7379:1 7387:1 7388:1 7390:1 7400:1 7405:1 7411:1 7412:1 7417:2 7419:2 7427:1 7438:1 7456:1 7473:1 7497:1 7508:1 7509:2 7523:2 7527:1 7531:1 7533:1 7539:4 7548:1 7563:1 7597:1 7603:1 7609:1 7621:1 7654:1 7658:1 7660:1 7687:1 7702:1 7713:1 7725:1 7730:1 7784:1 7788:1 7799:3 7806:1 7816:1 7821:1 7833:1 7838:1 7854:1 7865:1 7873:1 7876:1 7885:6 7901:1 7904:1 7911:1 7912:1 7929:2 7933:1 7935:1 7941:1 7952:1 7968:1 7970:3 7975:1 7983:1 8057:10 8058:5 8066:1 8078:2 8079:1 8080:1 8102:1 8107:4 8108:3 8112:1 8117:1 8124:43 8132:1 8133:1 8148:4 8150:8 8158:2 8162:1 8177:1 8185:1 8206:1 8214:1 8236:1 8239:2 8240:1 8263:1 8265:2 8279:1 8298:1 8315:1 8320:1 8334:2 8337:1 8343:1 8345:2 8354:1 8370:1 8372:2 8391:1 8399:1 8400:3 8410:1 8414:1 8450:1 8455:1 8493:1 8499:2 8527:1 8532:1 8545:1 8552:2 8555:1 8556:1 8562:1 8566:1 8570:1 8581:1 8583:1 8585:1 8606:2 8614:1 8626:1 8643:2 8645:2 8652:2 8653:2 8665:24 8683:1 8690:1 8695:1 8699:2 8703:1 8706:2 8709:1 8712:1 8749:1 8766:1 8768:1 8792:2 8793:1 8795:2 8816:1 8822:1 8830:1 8847:1 8866:1 8870:2 8875:1 8878:1 8912:3 8916:2 8918:3 8925:3 8927:1 8934:1 8944:1 8956:2 8958:1 8964:1 8967:1 8970:4 8972:2 8982:1 8993:1 8999:1 9007:1 9008:1 9026:1 9032:1 9034:2 9035:1 9052:1 9056:1 9059:1 9061:1 9067:3 9069:2 9070:1 9074:1 9075:2 9077:1 9080:1 9085:1 9093:1 9097:1 9120:1 9135:1 9151:2 9156:2 9167:1 9176:1 9177:2 9178:1 9200:1 9205:2 9218:2 9232:1 9233:1 9240:1 9242:1 9246:1 9262:1 9277:1 9291:2 9295:2 9309:1 9317:1 9320:1 9324:1 9356:1 9368:1 9385:2 9387:1 9389:1 9394:1 9395:2 9398:1 9404:2 9418:1 9423:1 9424:2 9425:1 9427:1 9439:2 9442:3 9451:1 9459:3 9464:1 9483:2 9498:1 9502:1 9510:1 9515:2 9526:1 9531:1 9534:1 9545:1 9550:1 9558:1 9569:3 9571:1 9581:1 9587:1 9590:1 9597:1 9598:1 9599:1 9601:1 9618:1 9624:4 9627:1 9653:1 9654:1 9680:4 9682:1 9684:1 9690:1 9694:1 9707:1 9712:1 9725:1 9731:1 9733:1 9762:1 9770:1 9773:2 9800:1 9807:2 9828:1 9837:2 9843:1 9850:1 9857:1 9862:1 9865:1 9866:1 9875:1 9884:1 9900:1 9903:3 9910:1 9922:1 9944:1 9969:2 9985:1 9989:1 9992:1 9995:1 9996:1 10011:1 10024:1 10025:2 10027:1 10028:2 10036:1 10048:1 10049:2 10067:1 10073:1 10082:1 10083:2 10134:1 10135:1 10160:2 10162:2 10164:1 10172:1 10178:1 10179:1 10182:1 10197:1 10209:1 10219:1 10226:2 10228:1 10242:3 10245:3 10264:3 10266:1 10270:1 10287:5 10288:4 10290:1 10308:1 10322:1 10329:1 10360:1 10367:1 10403:1 10410:1 10424:1 10438:5 10441:1 10443:2 10444:1 10448:1 10453:1 10454:3 10468:1 10471:1 10484:2 10494:1 10514:1 10519:6 10534:1 10535:1 10547:1 10553:1 10558:4 10569:1 10588:2 10600:1 10604:1 10606:1 10612:1 10617:3 10621:1 10627:2 10630:6 10638:2 10640:1 10651:1 10653:2 10663:1 10687:1 10701:1 10703:1 10708:1 10711:1 10740:1 10759:1 10768:1 10780:1 10784:4 10793:1 10800:1 10804:1 10805:1 10808:1 10820:1 10827:1 10850:4 10862:1 10865:2 10906:1 10907:3 10911:1 10914:1 10915:1 10916:1 10934:1 10935:1 10952:1 10959:1 10960:1 10961:1 10963:2 10974:1 10978:1 10979:2 10988:2 11001:1 11004:1 11010:3 11024:1 11038:2 11067:1 11089:2 11090:1 11114:1 11134:1 11143:1 11144:1 11152:1 11188:1 11192:1 11206:1 11214:4 11216:1 11219:1 11225:13 11261:1 11265:1 11275:2 11287:2 11301:2 11317:1 11328:1 11355:1 11357:1 11386:1 11414:1 11443:1 11458:6 11461:6 11473:1 11482:1 11495:2 11496:1 11507:2 11509:1 11536:1 11539:1 11540:1 11541:1 11551:1 11556:1 11564:1 11565:1 11576:4 11584:1 11588:1 11593:1 11597:3 11604:2 11622:1 11628:1 11634:3 11639:2 11640:1 11641:1 11644:3 11660:1 11678:1 11694:1 11696:1 11709:1 11729:1 11731:1 11741:1 11760:1 11763:1 11798:1 11810:1 11815:1 11820:4 11825:3 11827:2 11844:1 11849:2 11854:2 11865:2 11894:2 11898:2 11913:1 11920:1 11927:1 11931:1 11938:2 11940:3 11955:1 11956:1 11961:1 11962:1 11977:2 11979:1 11984:1 11992:1 12000:1 12014:2 12027:2 12028:1 12033:1 12036:1 12050:2 12086:1 12093:1 12101:1 12102:1 12107:1 12120:1 12123:2 12147:11 12171:1 12174:2 12176:1 12181:1 12183:4 12185:1 12190:1 12196:1 12197:1 12199:1 12200:1 12205:1 12208:2 12211:1 12212:2 12215:1 12217:1 12220:3 12225:2 12226:1 12250:1 12252:1 12254:4 12261:1 12262:1 12263:2 12270:12 12279:1 12280:4 12285:1 12286:2 12287:4 12307:1 12325:1 12338:1 12339:1 12352:1 12406:1 12422:1 12425:1 12431:1 12440:2 12444:2 12456:1 12466:1 12473:4 12485:2 12504:2 12516:1 12528:2 12550:1 12561:1 12562:1 12575:1 12589:1 12616:1 12617:1 12620:1 12629:1 12630:3 12639:1 12640:1 12645:1 12654:1 12657:1 12669:1 12670:1 12671:2 12689:1 12701:2 12702:1 12713:2 12715:1 12735:5 12756:1 12781:1 12826:1 12829:1 12831:1 12836:2 12843:3 12851:2 12869:1 12873:2 12874:1 12885:1 12906:1 12925:2 12940:1 12953:2 12956:1 12959:1 12978:1 12983:1 12986:1 12992:1 12996:1 12998:1 13001:1 13015:1 13021:6 13023:1 13031:1 13098:3 13102:1 13112:1 13151:2 13155:1 13157:1 13167:1 13172:1 13190:2 13213:1 13228:1 13247:1 13249:4 13257:1 13269:1 13273:2 13283:1 13285:1 13291:1 13297:1 13302:1 13304:2 13312:1 13313:1 13318:1 13323:1 13341:1 13358:1 13362:1 13364:1 13375:1 13387:1 13390:1 13393:1 13404:1 13412:1 13438:1 13459:1 13467:1 13470:1 13486:1 13542:1 13543:1 13578:1 13584:1 13586:1 13596:1 13600:1 13605:1 13618:1 13632:1 13639:1 13642:2 13649:5 13650:1 13651:2 13656:1 13682:1 13683:4 13720:1 13733:1 13738:1 13739:1 13751:4 13755:4 13759:3 13761:3 13773:1 13774:4 13785:1 13789:1 13803:1 13809:2 13814:1 13820:2 13829:1 13831:3 13840:1 13841:10 13857:1 13881:1 13883:1 13889:1 13892:1 13898:1 13912:1 13916:8 13918:1 13919:1 13928:2 13934:1 13942:1 13953:1 13975:1 13991:1 13993:1 13995:1 13996:1 13998:1 14003:1 14033:2 14037:3 14042:1 14061:1 14063:1 14079:1 14084:1 14085:1 14090:1 14120:2 14140:2 14150:1 14158:1 14161:2 14162:1 14179:1 14185:3 14192:1 14223:2 14227:1 14229:3 14230:2 14241:1 14246:1 14247:1 14256:3 14257:1 14258:2 14268:1 14295:3 14296:1 14305:1 14340:1 14348:3 14360:1 14362:1 14365:2 14384:1 14386:2 14387:1 14389:1 14396:2 14397:3 14400:1 14406:1 14420:1 14438:1 14440:3 14442:2 14454:2 14481:1 14510:1 14513:1 14518:1 14530:1 14531:1 14533:2 14536:1 14548:2 14552:1 14576:1 14581:1 14593:1 14595:1 14596:1 14599:3 14608:2 14616:2 14619:1 14630:1 14637:1 14641:1 14649:1 14652:1 14657:2 14659:1 14684:2 14695:1 14699:1 14707:1 14709:1 14716:1 14735:3 14761:1 14772:2 14780:1 14784:2 14789:1 14795:1 14805:1 14807:1 14809:2 14845:1 14860:1 14878:3 14885:1 14890:1 14903:1 14906:1 14911:4 14916:1 14917:1 14921:2 14923:5 14925:1 14927:2 14940:3 14942:2 14943:2 14950:5 14951:2 14959:2 14981:1 15000:1 15031:1 15042:1 15043:1 15063:2 15070:1 15082:1 15090:1 15105:1 15114:1 15116:1 15120:1 15121:1 15134:1 15138:1 15141:1 15155:2 15168:2 15174:1 15189:1 15212:1 15217:1 15233:2 15241:1 15267:1 15300:2 15304:2 15314:3 15315:5 15326:1 15331:1 15346:1 15358:1 15374:2 15377:4 15380:1 15383:2 15388:1 15389:1 15394:1 15400:1 15401:1 15422:2 15423:2 15432:2 15442:1 15448:2 15473:1 15480:1 15483:1 15488:1 15494:2 15501:1 15509:1 15514:1 15516:2 15540:1 15572:1 15582:1 15597:1 15598:1 15605:1 15606:5 15608:1 15617:1 15623:1 15628:2 15636:5 15642:1 15643:3 15645:2 15666:1 15672:1 15680:1 15686:1 15690:1 15729:1 15751:1 15768:1 15771:1 15779:1 15820:1 15827:1 15843:1 15847:1 15851:1 15869:2 15884:1 15885:1 15895:1 15899:1 15900:1 15918:1 15935:1 15937:3 15947:1 15966:2 15969:1 15972:1 15983:1 16018:2 16034:2 16036:1 16051:1 16068:1 16087:1 16092:2 16094:1 16095:1 16108:3 16127:2 16134:1 16149:2 16151:1 16152:1 16154:1 16155:1 16163:1 16178:1 16190:1 16191:1 16195:1 16201:1 16207:8 16248:1 16258:1 16266:1 16268:1 16279:1 16295:1 16298:1 16318:1 16336:2 16348:2 16355:1 16357:1 16360:1 16362:6 16364:1 16368:1 16377:1 16383:1 16384:2 16385:2 16396:2 16398:1 16399:1 16402:1 16404:1 16406:1 16407:1 16414:1 16418:3 16422:3 16424:2 16431:1 16437:2 16441:6 16442:1 16451:1 16469:1 16474:2 16515:1 16525:1 16530:3 16531:1 16550:1 16561:5 16571:1 16580:2 16595:1 16602:1 16603:1 16606:1 16616:1 16619:6 16626:1 16664:1 16665:1 16668:1 16687:2 16696:3 16704:12 16707:1 16712:1 16718:1 16727:1 16731:1 16746:3 16750:2 16761:1 16766:1 16767:1 16772:1 16775:1 16786:1 16792:8 16793:1 16798:1 16807:1 16811:1 16822:4 16823:1 16826:1 16836:1 16857:1 16866:1 16911:1 16915:1 16947:2 16949:1 16950:1 16958:2 16968:1 16972:1 16973:1 16974:1 16975:1 16977:1 16978:3 16980:2 16982:1 16985:2 16986:1 16987:1 16988:2 16989:4 16998:1 16999:1 17006:1 17010:1 17024:2 17027:1 17036:1 17064:1 17070:1 17071:2 17073:1 17074:1 17079:1 17081:2 17083:2 17088:1 17119:3 17124:1 17129:1 17134:2 17147:1 17169:1 17177:1 17179:1 17190:1 17203:1 17216:1 17256:4 17271:1 17273:1 17284:1 17291:1 17297:1 17306:1 17309:1 17317:1 17331:1 17332:1 17336:1 17344:4 17385:1 17393:2 17400:1 17420:4 17430:1 17443:1 17444:1 17455:6 17461:1 17464:1 17465:1 17475:1 17483:1 17502:1 17504:1 17506:2 17507:2 17508:1 17516:1 17553:1 17566:1 17575:1 17594:2 17620:1 17623:1 17628:1 17630:2 17631:1 17632:5 17644:2 17685:1 17701:2 17718:1 17721:1 17733:1 17734:1 17756:2 17758:1 17761:1 17765:1 17774:1 17793:1 17797:1 17803:1 17809:1 17811:1 17816:1 17853:1 17906:1 17914:1 17926:1 17931:1 17946:1 17968:1 17970:2 17973:1 17982:2 17984:1 17985:1 17988:2 18018:2 18021:1 18044:2 18055:2 18060:1 18066:1 18072:1 18074:1 18078:1 18080:1 18128:1 18142:2 18152:2 18154:1 18158:2 18166:1 18181:1 18183:1 18184:1 18195:1 18198:1 18201:1 18208:1 18214:1 18249:1 18256:2 18260:2 18261:1 18267:1 18270:5 18277:2 18280:1 18293:1 18309:1 18313:1 18318:1 18364:1 18368:1 18388:2 18389:1 18404:1 18406:1 18412:1 18415:1 18416:1 18420:1 18425:1 18432:1 18447:1 18455:1 18469:1 18473:1 18475:1 18489:1 18493:1 18512:1 18537:2 18549:1 18555:1 18567:1 18584:1 18591:1 18602:1 18604:1 18612:1 18625:1 18654:1 18655:1 18662:6 18672:1 18677:1 18680:1 18686:1 18690:1 18693:1 18699:2 18703:1 18712:1 18713:1 18717:1 18724:1 18727:1 18731:2 18745:3 18746:3 18748:1 18752:1 18773:1 18790:1 18796:1 18817:1 18833:2 18834:1 18842:5 18859:2 18865:1 18867:1 18881:1 18883:1 18893:1 18912:1 18916:1 18917:1 18934:1 18949:1 18951:3 18958:2 18959:1 18962:2 18984:1 19005:2 19009:1 19011:1 19017:1 19020:1 19052:2 19070:3 19072:1 19100:1 19118:2 19122:1 19167:2 19180:1 19191:1 19193:1 19198:1 19207:1 19208:1 19232:1 19243:1 19254:5 19260:1 19262:1 19278:1 19281:1 19285:1 19294:1 19300:1 19307:1 19311:1 19312:2 19337:2 19338:1 19339:1 19342:1 19344:2 19348:1 19399:1 19402:1 19403:1 19407:1 19420:2 19421:1 19426:1 19438:1 19445:1 19458:2 19462:1 19470:1 19486:2932 19488:2 19490:1 19494:3 19496:1 19500:1 19507:1 19511:4 19512:1 19546:1 19547:1 19587:1 19594:1 19596:1 19607:1 19612:2 19616:1 19621:1 19625:1 19632:1 19643:4 19668:1 19672:7 19684:1 19685:1 19688:1 19691:1 19695:1 19721:1 19723:1 19725:5 19730:1 19743:1 19784:4 19815:1 19817:1 19834:2 19876:3 19887:1 19888:1 19946:4 19954:1 19955:1 19979:1 19987:2 19997:2 19998:1 20006:1 20011:1 20012:1 20015:1 20028:1 20032:1 20054:1 20058:1 20063:1 20065:1 20073:1 20080:1 20085:1 20087:1 20089:1 20110:1 20120:1 20141:1 20148:2 20168:1 20177:1 20188:1 20210:1 20216:1 20234:4 20267:1 20286:1 20295:1 20301:2 20312:2 20314:3 20315:1 20317:1 20321:1 20346:5 20358:1 20370:1 20376:1 20381:1 20393:3 20402:1 20410:1 20414:1 20421:4 20435:1 20458:1 20463:1 20464:4 20467:1 20488:1 20491:2 20496:1 20498:2 20501:3 20504:1 20505:1 20506:2 20513:1 20514:1 20517:1 20529:1 20532:5 20534:1 20561:1 20572:1 20590:1 20595:2 20601:2 20613:1 20624:1 20629:1 20647:2 20656:1 20677:3 20679:1 20681:1 20684:2 20694:3 20698:1 20700:1 20701:1 20703:1 20711:1 20713:2 20731:1 20732:1 20734:2 20745:1 20756:1 20763:1 20768:3 20775:1 20777:1 20787:1 20816:2 20819:1 20827:1 20832:1 20850:1 20864:1 20867:1 20869:2 20886:1 20912:1 20924:1 20925:1 20928:2 20936:1 20948:1 20980:6 20981:1 20987:1 21009:2 21038:1 21039:1 21046:4 21052:1 21053:1 21070:2 21073:2 21098:3 21128:2 21130:1 21138:1 21139:1 21143:1 21149:1 21151:1 21153:3 21158:1 21166:1 21184:4 21185:1 21186:1 21189:1 21193:1 21209:2 21211:1 21217:1 21220:1 21221:1 21230:2 21239:2 21242:5 21245:1 21263:1 21264:1 21268:1 21269:1 21278:1 21283:1 21295:1 21305:1 21316:1 21320:1 21325:4 21333:1 21353:1 21355:1 21357:3 21358:1 21361:1 21383:1 21389:1 21400:5 21416:3 21471:1 21474:1 21482:3 21491:1 21513:1 21537:1 21560:1 21567:1 21574:2 21602:1 21603:2 21614:1 21616:1 21619:2 21630:1 21636:2 21646:3 21657:1 21659:1 21665:1 21672:1 21676:1 21679:1 21687:1 21693:1 21714:1 21715:1 21717:1 21719:1 21736:1 21747:1 21750:1 21753:1 21756:1 21759:1 21761:1 21762:1 21763:1 21771:1 21774:1 21777:1 21779:1 21785:1 21786:1 21791:1 21792:5 21810:3 21815:2 21823:1 21826:1 21833:2 21846:1 21850:1 21852:1 21853:1 21920:1 21924:1 21926:3 21930:1 21957:2 21965:1 21978:2 22004:2 22023:1 22024:2 22029:1 22031:3 22053:1 22054:1 22067:1 22069:1 22074:1 22076:2 22082:1 22088:2 22090:1 22095:1 22099:1 22127:1 22137:1 22145:1 22148:1 22149:1 22155:1 22156:2 22162:1 22164:1 22169:1 22171:1 22179:1 22187:2 22190:1 22192:1 22208:1 22210:1 22214:1 22222:1 22271:1 22279:1 22282:1 22304:1 22317:1 22325:1 22340:1 22344:1 22345:1 22350:1 22354:1 22355:1 22359:1 22373:1 22375:1 22378:4 22381:2 22395:1 22397:1 22430:1 22437:1 22441:1 22446:2 22477:1 22486:3 22490:4 22492:1 22497:1 22503:2 22504:2 22511:1 22513:1 22539:1 22547:1 22566:1 22568:1 22569:1 22577:1 22591:1 22610:1 22618:1 22620:1 22626:2 22627:1 22631:1 22633:1 22635:2 22638:1 22645:1 22653:3 22655:1 22663:1 22672:1 22673:1 22696:1 22724:1 22731:1 22741:1 22743:1 22745:7 22746:1 22753:5 22765:2 22776:1 22785:1 22791:3 22795:3 22802:1 22803:1 22812:1 22813:2 22831:1 22843:1 22869:1 22882:1 22885:2 22888:1 22889:1 22891:1 22899:2 22906:1 22911:7 22913:2 22918:1 22921:1 22930:1 22942:1 22963:1 22968:1 22972:1 22980:1 22982:1 22993:2 22995:2 23022:1 23029:1 23033:4 23047:1 23049:1 23058:2 23062:1 23064:1 23074:2 23081:1 23082:1 23090:1 23094:1 23105:1 23110:1 23111:2 23114:1 23119:1 23120:1 23130:1 23131:1 23153:2 23157:2 23166:1 23170:1 23188:1 23200:1 23210:1 23213:1 23222:1 23233:1 23244:2 23251:2 23264:1 23291:1 23292:1 23298:1 23300:1 23303:1 23316:6 23318:2 23352:1 23354:1 23360:2 23371:1 23382:1 23383:1 23384:5 23385:2 23397:1 23398:1 23417:1 23425:1 23439:1 23444:1 23447:3 23466:1 23486:1 23496:1 23499:1 23500:3 23512:1 23515:2 23516:6 23521:2 23524:1 23535:2 23539:1 23550:2 23559:3 23564:7 23569:1 23573:1 23574:1 23575:1 23577:1 23581:2 23590:1 23591:1 23598:1 23614:1 23620:1 23623:1 23624:2 23629:4 23631:1 23637:1 23638:1 23639:4 23642:1 23644:2 23649:3 23650:2 23658:1 23667:1 23668:4 23676:2 23703:1 23724:1 23731:1 23734:1 23738:2 23760:2 23764:4 23765:1 23767:1 23769:3 23789:1 23791:3 23792:1 23796:2 23807:1 23814:1 23830:2 23836:1 23841:1 23843:1 23871:2 23873:2 23875:1 23887:1 23888:1 23894:1 23898:2 23910:1 23919:1 23928:1 23933:1 23934:1 23957:10 23979:1 23990:3 23999:1 24001:1 24008:1 24013:1 24014:1 24029:1 24032:1 24034:1 24052:2 24057:1 24059:1 24066:2 24067:1 24101:1 24113:1 24115:1 24123:1 24147:1 24164:1 24167:1 24178:1 24182:1 24184:2 24185:2 24190:1 24210:2 24220:1 24238:1 24244:1 24246:1 24265:2 24267:1 24280:1 24291:2 24296:2 24319:1 24326:1 24333:3 24334:1 24338:1 24352:1 24354:1 24357:1 24360:1 24365:1 24370:1 24374:6 24379:1 24392:1 24410:1 24417:1 24418:1 24425:1 24443:1 24445:1 24450:1 24453:1 24461:1 24469:1 24473:1 24475:1 24476:1 24485:1 24504:4 24512:2 24528:1 24531:1 24536:5 24537:1 24542:2 24550:1 24556:1 24557:1 24558:1 24562:1 24569:1 24607:1 24611:1 24623:1 24635:1 24644:1 24653:1 24661:1 24662:2 24664:2 24681:3 24686:1 24691:1 24710:1 24724:1 24748:3 24764:2 24805:1 24809:1 24813:2 24834:1 24838:1 24841:1 24857:1 24907:1 24909:2 24912:5 24913:1 24918:1 24928:1 24931:2 24939:2 24950:1 24961:1 24993:1 24994:1 24998:2 25007:1 25019:1 25042:1 25049:2 25056:1 25057:1 25064:1 25081:1 25115:1 25120:1 25127:4 25140:1 25143:1 25154:1 25163:1 25169:2 25180:2 25191:1 25197:3 25200:1 25205:1 25247:1 25249:1 25257:1 25259:5 25260:1 25263:1 25267:1 25276:1 25284:1 25291:1 25302:1 25322:1 25330:1 25340:1 25347:1 25349:1 25366:2 25368:1 25373:1 25375:4 25404:1 25407:1 25411:2 25428:1 25432:1 25482:1 25496:1 25498:3 25521:2 25538:2 25556:5 25559:1 25565:4 25568:1 25569:1 25575:6 25576:1 25587:1 25588:1 25600:1 25608:2 25614:3 25623:1 25634:4 25642:1 25648:3 25651:1 25652:1 25659:1 25663:1 25674:1 25677:1 25683:1 25697:1 25717:2 25742:1 25745:1 25749:2 25753:1 25755:1 25756:1 25760:2 25761:1 25764:1 25765:8 25767:2 25771:2 25772:1 25789:1 25790:1 25791:1 25803:1 25810:2 25822:1 25824:1 25844:1 25845:1 25851:1 25855:1 25856:1 25859:1 25871:1 25878:2 25890:1 25891:1 25893:1 25904:1 25910:1 25923:1 25931:1 25939:7 25941:1 25945:2 25947:1 25948:1 25959:1 25960:1 25964:3 25965:1 25968:1 26004:1 26032:1 26035:1 26042:4 26058:1 26063:1 26067:1 26071:1 26088:3 26097:1 26104:1 26108:1 26136:1 26137:1 26144:1 26149:1 26161:1 26191:1 26229:1 26239:1 26244:2 26247:1 26250:1 26255:1 26259:1 26272:3 26278:2 26280:1 26286:1 26300:1 26302:2 26307:1 26329:5 26331:14 26343:1 26363:9 26371:1 26376:1 26379:1 26384:1 26386:2 26390:1 26395:1 26413:5 26415:1 26416:1 26422:1 26423:1 26424:2 26425:1 26431:1 26451:1 26459:1 26481:1 26490:2 26492:1 26496:1 26503:1 26537:2 26538:1 26553:1 26554:1 26558:1 26561:2 26563:1 26567:1 26570:1 26585:1 26586:1 26590:1 26599:2 26601:1 26605:1 26617:1 26626:1 26633:1 26635:1 26645:1 26649:1 26653:3 26671:2 26682:1 26685:3 26699:1 26701:1 26707:2 26709:1 26725:2 26730:1 26734:1 26741:1 26758:1 26767:2 26800:2 26803:1 26812:1 26815:1 26817:1 26834:1 26841:1 26872:2 26875:2 26879:4 26882:5 26891:4 26893:1 26920:1 26925:1 26930:1 26949:1 26952:1 26964:1 26967:1 26974:1 26994:1 27017:2 27040:1 27042:4 27067:1 27078:1 27093:1 27095:1 27102:1 27110:3 27121:2 27133:2 27141:1 27152:5 27165:1 27168:1 27174:1 27176:1 27199:1 27207:1 27240:2 27244:2 27249:1 27254:1 27258:1 27272:1 27273:1 27282:1 27287:2 27290:1 27300:1 27321:1 27322:1 27329:1 27335:1 27367:1 27377:1 27403:7 27406:2 27418:1 27465:1 27476:1 27483:1 27490:1 27499:1 27503:1 27517:1 27538:1 27543:2 27554:1 27556:2 27595:3 27601:5 27602:1 27611:1 27651:1 27659:1 27677:1 27681:2 27684:2 27699:1 27701:2 27714:1 27729:1 27730:1 27732:1 27750:5 27755:1 27767:1 27773:2 27782:3 27785:5 27796:3 27802:1 27807:1 27817:2 27833:1 27838:1 27853:2 27854:1 27877:1 27890:1 27895:1 27899:1 27929:1 27930:1 27932:1 27946:2 27969:1 27979:1 28000:1 28029:1 28035:1 28052:2 28059:1 28067:3 28068:1 28074:13 28086:1 28102:1 28119:2 28142:1 28150:1 28165:1 28175:2 28177:2 28190:1 28193:2 28204:1 28205:1 28208:2 28220:2 28232:1 28246:2 28254:1 28270:1 28275:1 28276:1 28283:2 28288:1 28316:1 28321:1 28329:1 28330:1 28332:1 28340:1 28341:1 28349:5 28351:1 28363:2 28375:2 28381:1 28383:3 28387:1 28388:1 28390:3 28402:2 28407:1 28409:3 28411:1 28414:3 28416:1 28444:1 28455:2 28456:1 28457:2 28458:2 28461:1 28462:1 28478:2 28487:2 28501:1 28506:1 28513:1 28521:1 28525:1 28542:1 28592:1 28594:1 28595:1 28601:5 28604:1 28619:1 28625:1 28642:1 28645:1 28673:6 28676:1 28677:1 28682:1 28686:1 28687:1 28688:2 28691:1 28693:1 28694:1 28696:1 28701:2 28702:1 28712:1 28713:2 28718:1 28719:1 28720:1 28733:1 28734:1 28743:3 28744:1 28750:3 28751:3 28752:2 28754:1 28758:1 28759:1 28761:5 28770:1 28771:1 28777:1 28787:3 28790:1 28807:1 28811:1 28817:3 28833:1 28841:1 28846:1 28855:4 28866:2 28867:1 28872:1 28878:1 28884:1 28895:1 28901:1 28907:1 28986:1 28996:1 29001:1 29004:1 29025:1 29027:1 29035:1 29049:1 29052:2 29053:1 29071:1 29089:1 29090:1 29093:1 29095:1 29100:1 29110:2 29117:2 29124:1 29128:1 29134:1 29145:1 29148:2 29169:1 29183:1 29207:5 29224:1 29235:1 29239:1 29242:1 29244:1 29248:4 29263:1 29269:1 29281:1 29292:2 29302:1 29306:2 29309:1 29328:1 29336:1 29345:1 29346:1 29370:1 29380:1 29396:2 29413:2 29423:2 29440:1 29441:1 29444:1 29448:3 29458:3 29488:1 29492:2 29494:1 29495:1 29508:1 29514:2 29528:1 29529:2 29536:2 29540:1 29548:2 29555:1 29564:1 29566:15 29567:1 29570:2 29575:3 29587:2 29592:2 29600:1 29609:5 29612:1 29616:1 29621:1 29631:6 29633:1 29657:1 29673:1 29675:1 29680:1 29682:1 29686:2 29689:1 29708:2 29716:4 29721:3 29731:2 29734:1 29746:1 29748:2 29753:2 29761:7 29766:2 29771:1 29773:1 29775:1 29778:1 29791:1 29814:1 29836:1 29842:1 29848:1 29854:1 29856:1 29858:2 29867:1 29880:1 29887:5 29894:1 29904:1 29925:1 29930:1 29939:1 29941:1 29947:1 29948:1 29961:1 29972:4 30023:2 30025:3 30027:1 30030:2 30033:1 30034:1 30051:1 30054:1 30065:1 30066:2 30084:1 30094:1 30095:1 30097:4 30125:1 30131:1 30136:1 30147:1 30149:3 30150:1 30164:1 30199:1 30207:2 30213:1 30218:1 30233:1 30239:1 30241:1 30247:1 30253:1 30279:1 30295:2 30302:1 30308:1 30328:1 30351:2 30354:1 30364:3 30377:1 30381:1 30396:1 30411:1 30451:2 30466:1 30474:1 30478:1 30498:1 30506:1 30516:1 30521:1 30565:1 30587:1 30608:3 30612:1 30617:2 30634:2 30679:3 30702:1 30707:1 30719:1 30730:4 30735:1 30738:4 30742:1 30751:3 30752:1 30755:1 30759:1 30760:1 30770:5 30779:1 30791:1 30792:1 30802:1 30807:1 30816:1 30825:1 30832:2 30834:2 30844:1 30845:1 30846:1 30849:1 30850:1 30855:1 30856:2 30857:10 30861:3 30863:2 30866:2 30869:2 30883:1 30900:2 30904:1 30906:1 30915:1 30920:2 30925:2 30964:1 30965:1 30997:4 30998:2
3 2:1 13:2 15:1 36:2 37:2 39:1 44:1 50:1 52:2 84:2 90:3 104:2 110:1 117:4 123:2 145:1 149:1 157:1 162:1 174:1 176:1 196:1 203:2 211:1 216:1 254:1 255:1 259:1 274:1 275:3 276:2 280:1 282:1 286:2 287:1 290:1 301:2 311:1 333:1 339:1 357:1 374:2 375:1 376:1 385:1 396:1 397:2 401:1 406:2 419:1 424:3 428:1 431:1 436:2 446:1 447:1 467:3 468:1 471:3 472:2 475:2 485:4 490:1 556:1 580:1 585:1 590:2 594:1 620:1 625:1 634:1 637:1 648:4 657:6 661:1 677:1 683:7 686:1 700:1 701:2 704:1 705:2 710:2 720:2 722:1 724:1 733:2 750:1 794:1 812:2 813:1 826:1 836:1 847:1 860:1 866:1 889:1 891:1 895:1 901:1 934:3 942:3 958:5 965:1 972:2 981:4 982:1 986:7 989:4 995:1 996:1 1000:1 1004:1 1006:1 1012:1 1045:3 1049:7 1053:1 1092:1 1096:2 1115:1 1124:2 1130:3 1145:1 1150:1 1189:2 1194:2 1203:2 1215:2 1233:2 1253:3 1269:3 1275:1 1279:1 1292:1 1295:1 1297:2 1302:3 1304:3 1305:1 1309:1 1312:1 1318:1 1319:3 1321:1 1322:2 1323:2 1336:1 1349:2 1365:2 1368:2 1369:4 1380:1 1382:1 1388:1 1389:1 1390:1 1397:1 1401:4 1403:1 1408:2 1413:1 1414:1 1428:1 1429:1 1430:1 1433:1 1434:1 1439:1 1441:1 1445:1 1458:1 1461:1 1476:1 1483:2 1484:1 1518:1 1534:1 1538:1 1548:2 1553:1 1560:1 1563:1 1566:3 1583:1 1585:2 1593:9 1594:1 1610:3 1622:1 1626:1 1641:2 1644:1 1646:1 1654:1 1673:1 1679:1 1681:1 1685:5 1693:2 1700:1 1704:1 1707:4 1723:1 1734:2 1746:1 1751:1 1769:1 1775:1 1801:2 1802:4 1812:1 1813:1 1816:3 1833:2 1836:1 1844:1 1852:1 1861:3 1862:1 1864:2 1883:2 1884:1 1911:1 1923:1 1930:1 1942:1 1947:2 1969:2 1971:1 1977:1 1986:1 1991:1 1993:1 1995:2 2001:2 2006:1 2007:3 2009:3 2017:1 2021:1 2025:2 2030:1 2045:1 2049:1 2050:2 2056:1 2071:1 2072:1 2076:1 2089:1 2094:1 2103:1 2110:1 2126:2 2143:3 2146:1 2148:1 2149:1 2171:1 2173:1 2177:1 2192:1 2204:1 2207:1 2212:1 2213:1 2225:1 2227:1 2239:2 2242:1 2247:1 2271:1 2285:1 2290:6 2301:1 2302:1 2316:1 2323:6 2325:1 2327:1 2341:4 2344:1 2352:1 2357:1 2361:2 2385:1 2400:1 2401:1 2405:1 2411:3 2412:3 2413:1 2414:1 2416:4 2418:3 2420:3 2421:1 2423:7 2424:3 2426:2 2429:1 2431:1 2434:1 2439:4 2440:1 2443:1 2445:4 2448:1 2453:5 2454:2 2458:1 2468:1 2487:2 2503:1 2515:1 2521:2 2532:1 2554:2 2563:2 2576:1 2589:1 2590:1 2591:2 2592:1 2596:1 2616:1 2622:2 2630:1 2644:1 2659:2 2660:1 2663:1 2664:1 2701:1 2705:2 2724:1 2731:1 2740:1 2748:1 2779:2 2788:1 2793:1 2798:1 2799:1 2807:1 2822:1 2824:1 2827:3 2834:1 2851:1 2853:3 2854:2 2874:1 2877:1 2880:1 2885:1 2902:1 2920:1 2936:1 2939:1 2945:1 2955:2 2959:1 2972:1 2974:1 3002:2 3004:1 3006:2 3009:1 3011:2 3017:1 3019:1 3027:1 3029:1 3036:1 3038:3 3047:1 3074:2 3078:1 3086:10 3102:2 3108:1 3114:1 3119:1 3124:2 3148:3 3152:1 3153:6 3164:5 3168:1 3173:1 3199:1 3200:1 3281:1 3325:1 3338:1 3346:2 3353:1 3378:1 3380:1 3406:1 3408:2 3411:1 3426:4 3434:6 3443:1 3471:1 3475:1 3479:1 3523:1 3532:1 3541:1 3557:1 3582:1 3597:1 3605:2 3612:1 3619:1 3627:1 3636:1 3640:1 3649:1 3665:1 3688:1 3694:1 3699:2 3704:1 3709:1 3734:1 3741:1 3743:1 3752:1 3753:1 3756:1 3757:1 3758:2 3759:2 3782:1 3784:1 3786:1 3800:1 3832:1 3849:2 3851:2 3854:1 3861:1 3865:5 3870:3 3880:2 3884:1 3886:2 3891:3 3919:3 3923:1 3930:1 3932:1 3955:1 3962:2 3965:3 3982:5 3985:1 3992:1 4013:1 4038:1 4042:1 4043:2 4044:2 4056:2 4063:2 4068:1 4069:2 4077:1 4088:1 4091:2 4103:5 4118:1 4128:1 4150:1 4153:1 4155:3 4178:1 4195:1 4199:1 4201:1 4203:1 4206:1 4212:4 4220:1 4240:1 4245:1 4249:1 4254:1 4255:2 4276:1 4281:1 4290:1 4293:1 4296:1 4303:1 4307:1 4320:1 4339:3 4344:1 4345:1 4359:1 4367:1 4387:1 4388:2 4390:3 4397:2 4404:1 4408:1 4410:2 4414:1 4421:1 4445:1 4449:1 4462:1 4465:3 4495:1 4497:1 4508:3 4510:2 4521:1 4539:2 4541:1 4544:1 4569:1 4590:1 4605:1 4621:1 4624:1 4637:1 4652:6 4689:1 4697:2 4707:1 4710:1 4721:3 4745:1 4746:1 4750:1 4773:1 4775:2 4778:1 4780:1 4792:2 4806:2 4808:1 4811:1 4816:1 4835:1 4838:1 4839:1 4846:1 4848:1 4864:1 4866:10 4881:1 4885:1 4893:2 4900:1 4901:2 4906:10 4915:1 4932:1 4948:3 4992:2 4998:3 5003:2 5008:1 5027:1 5042:1 5076:1 5077:1 5083:1 5091:1 5098:16 5100:3 5115:1 5127:1 5138:1 5153:1 5157:1 5162:1 5169:1 5171:2 5174:1 5222:1 5225:4 5241:3 5242:5 5243:2 5249:2 5252:1 5255:2 5256:1 5257:2 5258:1 5264:1 5271:2 5272:2 5274:2 5275:1 5279:1 5314:1 5332:1 5335:2 5349:1 5378:2 5379:1 5389:1 5393:1 5401:1 5404:1 5413:1 5414:1 5415:1 5432:1 5437:1 5477:1 5483:2 5510:1 5514:1 5526:1 5532:1 5537:1 5541:2 5553:1 5560:1 5586:4 5588:1 5589:1 5592:1 5604:1 5626:2 5644:2 5659:2 5664:1 5670:1 5671:2 5704:1 5705:1 5714:2 5716:1 5752:1 5759:1 5760:1 5768:3 5776:1 5783:1 5798:1 5800:2 5801:2 5814:1 5880:1 5881:3 5884:1 5885:2 5887:1 5936:1 5941:2 5956:1 5972:3 5973:1 5974:1 5977:1 5992:1 6007:2 6013:1 6024:1 6027:1 6040:1 6046:3 6077:2 6079:1 6083:1 6084:1 6115:1 6118:1 6124:1 6126:1 6136:2 6143:1 6148:1 6161:1 6177:1 6182:2 6184:1 6189:2 6207:1 6222:2 6229:1 6233:1 6237:2 6305:2 6306:1 6313:1 6318:1 6319:1 6324:1 6331:2 6341:2 6342:1 6344:3 6346:1 6349:2 6360:1 6361:1 6370:3 6375:1 6377:1 6378:1 6383:1 6387:1 6388:1 6390:2 6397:2 6402:2 6426:1 6438:1 6444:1 6457:1 6462:1 6469:6 6495:1 6506:1 6509:2 6512:1 6513:1 6520:1 6541:1 6551:2 6554:1 6562:1 6565:2 6571:2 6583:2 6592:1 6609:1 6625:3 6627:1 6636:2 6638:1 6644:1 6657:3 6677:4 6679:1 6680:1 6681:2 6686:2 6687:6 6689:2 6690:1 6692:1 6695:5 6696:1 6698:2 6700:4 6703:12 6705:1 6708:1 6712:1 6731:1 6734:1 6743:1 6765:2 6799:1 6829:1 6835:1 6839:1 6840:4 6843:1 6849:1 6851:2 6859:13 6875:1 6918:1 6919:2 6920:2 6932:1 6954:1 6956:1 6969:1 6980:3 6983:1 7032:1 7041:1 7052:1 7081:1 7099:1 7110:1 7114:1 7116:2 7123:2 7128:3 7130:2 7131:1 7140:1 7148:2 7153:1 7176:2 7177:1 7181:2 7185:1 7193:1 7198:1 7199:1 7204:6 7208:2 7224:1 7228:1 7232:1 7249:2 7257:1 7285:2 7287:1 7294:1 7296:1 7303:1 7310:1 7323:1 7336:2 7339:1 7349:1 7351:1 7352:1 7361:1 7368:1 7370:1 7378:1 7379:1 7387:1 7388:1 7390:1 7400:1 7405:1 7411:1 7412:1 7417:2 7419:2 7427:1 7438:1 7456:1 7473:1 7497:1 7508:1 7509:2 7523:2 7527:1 7531:1 7533:1 7539:4 7548:1 7563:1 7597:1 7603:1 7609:1 7621:1 7654:1 7658:1 7660:1 7687:1 7702:1 7713:1 7725:1 7730:1 7784:1 7788:1 7799:3 7806:1 7816:1 7821:1 7833:1 7838:1 7854:1 7865:1 7873:1 7876:1 7885:7 7901:1 7904:1 7911:1 7912:1 7922:1 7929:2 7933:1 7935:1 7941:1 7952:1 7968:1 7970:3 7975:1 7983:1 7987:1 8057:10 8058:5 8066:1 8078:2 8079:1 8080:1 8102:1 8107:4 8108:3 8112:1 8117:1 8124:43 8132:1 8133:1 8148:4 8150:9 8158:2 8162:1 8177:1 8185:1 8206:1 8214:1 8236:1 8239:2 8240:1 8263:1 8265:2 8279:1 8298:1 8315:1 8320:1 8334:2 8337:1 8343:1 8345:2 8354:1 8370:1 8372:2 8391:1 8399:1 8400:3 8410:1 8414:1 8450:1 8455:1 8493:1 8499:2 8527:1 8532:1 8545:1 8552:2 8555:1 8556:1 8562:1 8566:1 8570:2 8581:1 8583:1 8585:1 8606:2 8614:1 8626:1 8643:2 8645:2 8652:2 8653:2 8665:24 8683:1 8690:1 8695:1 8699:2 8703:1 8706:3 8709:1 8712:1 8749:1 8766:1 8768:1 8792:2 8793:1 8795:2 8816:1 8822:1 8830:1 8847:1 8866:1 8870:2 8875:2 8878:1 8912:3 8916:2 8918:3 8925:3 8927:1 8934:1 8944:1 8956:2 8958:1 8964:1 8967:1 8970:4 8972:2 8982:1 8993:1 8999:1 9007:1 9008:1 9026:1 9032:1 9034:2 9035:1 9052:1 9056:1 9059:1 9061:1 9067:3 9069:2 9070:1 9074:1 9075:2 9077:1 9080:1 9085:1 9093:1 9097:1 9120:1 9135:1 9151:2 9156:2 9167:1 9176:1 9177:2 9178:1 9200:1 9205:2 9218:2 9232:1 9233:1 9240:1 9242:1 9246:1 9258:1 9262:1 9277:1 9291:2 9295:2 9309:1 9317:1 9320:1 9324:1 9356:1 9368:1 9385:2 9387:1 9389:1 9394:1 9395:2 9398:1 9401:1 9404:2 9418:1 9423:1 9424:2 9425:1 9427:1 9439:2 9442:3 9451:1 9459:3 9464:1 9483:2 9498:1 9502:1 9510:1 9515:2 9526:1 9531:1 9534:1 9545:1 9550:1 9558:1 9569:3 9571:1 9581:1 9587:1 9590:1 9597:1 9598:1 9599:1 9601:1 9618:1 9624:4 9627:1 9653:1 9654:1 9680:4 9682:1 9684:1 9690:1 9694:1 9707:1 9712:1 9725:1 9731:2 9733:1 9762:1 9770:1 9773:2 9800:1 9807:2 9828:1 9837:2 9843:1 9850:1 9857:1 9862:1 9865:1 9866:1 9875:1 9884:1 9900:1 9903:3 9910:1 9922:1 9944:1 9969:2 9985:1 9989:1 9992:1 9995:1 9996:1 10011:1 10024:1 10025:2 10027:1 10028:2 10036:1 10048:1 10049:2 10067:1 10073:1 10082:1 10083:2 10134:1 10135:1 10160:2 10162:2 10164:1 10172:1 10178:1 10179:1 10182:1 10197:1 10209:1 10219:1 10226:2 10228:1 10242:3 10245:3 10264:3 10266:1 10270:1 10287:5 10288:4 10290:1 10308:1 10322:1 10329:1 10360:1 10367:1 10403:1 10410:1 10424:1 10425:1 10438:5 10441:1 10443:2 10444:1 10448:1 10453:1 10454:3 10468:1 10471:1 10484:2 10494:1 10514:1 10519:6 10534:1 10535:1 10547:1 10553:1 10558:4 10569:1 10588:2 10591:1 10600:1 10604:1 10606:1 10612:1 10617:3 10621:1 10627:2 10630:6 10638:2 10640:1 10651:1 10653:2 10663:1 10687:1 10701:1 10703:1 10708:2 10711:1 10740:1 10759:1 10768:1 10780:1 10784:4 10793:1 10800:1 10804:1 10805:1 10808:1 10820:1 10827:1 10850:4 10862:1 10865:2 10906:1 10907:4 10911:1 10914:1 10915:1 10916:1 10934:1 10935:1 10952:1 10959:1 10960:1 10961:1 10963:2 10974:1 10978:1 10979:2 10988:2 11001:1 11004:1 11010:3 11024:1 11038:2 11058:1 11067:1 11089:2 11090:1 11114:1 11134:1 11143:1 11144:1 11152:1 11188:1 11192:1 11206:1 11208:1 11214:4 11216:1 11219:1 11225:13 11261:2 11265:1 11275:2 11287:2 11295:1 11301:2 11317:1 11328:1 11355:1 11357:1 11386:1 11414:1 11443:2 11458:6 11461:6 11473:1 11482:1 11495:2 11496:1 11507:2 11509:1 11536:1 11539:1 11540:1 11541:1 11551:1 11556:1 11564:1 11565:1 11576:4 11584:1 11588:1 11593:1 11597:3 11604:2 11622:1 11628:1 11634:3 11639:2 11640:1 11641:1 11644:3 11660:1 11678:1 11694:1 11696:1 11709:1 11729:1 11731:1 11741:1 11760:1 11763:1 11798:1 11810:1 11815:2 11820:4 11825:3 11827:2 11844:1 11849:2 11854:2 11865:2 11894:2 11898:2 11913:1 11920:1 11927:1 11931:1 11938:2 11940:3 11955:1 11956:1 11961:1 11962:1 11977:2 11979:1 11984:1 11992:1 12000:1 12014:2 12027:2 12028:1 12033:1 12036:1 12050:2 12086:1 12093:1 12101:1 12102:1 12107:1 12120:1 12123:2 12147:11 12171:1 12174:2 12176:1 12181:1 12183:4 12185:1 12190:1 12196:1 12197:1 12199:1 12200:1 12205:1 12208:2 12211:1 12212:2 12215:1 12217:1 12220:3 12225:2 12226:1 12250:1 12252:1 12254:4 12261:1 12262:1 12263:2 12270:12 12279:1 12280:4 12285:1 12286:2 12287:4 12307:1 12325:1 12338:1 12339:1 12352:1 12406:1 12422:1 12425:1 12431:1 12440:2 12444:2 12456:1 12466:1 12473:4 12485:2 12504:2 12516:1 12528:2 12550:1 12561:1 12562:1 12575:1 12589:1 12616:1 12617:1 12620:1 12629:2 12630:3 12639:1 12640:1 12645:1 12654:1 12657:1 12669:1 12670:1 12671:2 12689:1 12701:2 12702:1 12713:2 12715:2 12735:5 12756:1 12781:1 12826:1 12829:1 12831:1 12836:2 12843:3 12851:2 12856:1 12869:1 12873:2 12874:1 12885:1 12887:1 12906:1 12925:2 12940:1 12953:2 12956:1 12959:1 12978:1 12983:1 12986:1 12992:1 12996:1 12998:1 13001:1 13015:1 13021:7 13023:1 13031:1 13098:3 13102:1 13112:1 13151:2 13155:1 13157:1 13167:1 13172:1 13190:2 13213:1 13228:1 13247:1 13249:4 13257:1 13269:1 13273:2 13283:1 13285:1 13291:1 13297:1 13302:1 13304:2 13312:1 13313:1 13318:1 13323:1 13341:1 13358:1 13362:1 13364:1 13375:1 13387:1 13390:1 13393:1 13404:1 13412:1 13438:1 13459:1 13467:1 13470:1 13486:1 13542:1 13543:1 13578:1 13584:1 13586:1 13596:1 13600:1 13605:1 13618:1 13632:1 13639:1 13642:2 13649:5 13650:1 13651:2 13656:1 13682:1 13683:4 13720:1 13733:1 13738:1 13739:1 13751:4 13755:4 13759:3 13761:3 13773:1 13774:4 13785:1 13789:1 13803:1 13809:2 13814:1 13820:2 13829:1 13831:3 13840:1 13841:10 13857:1 13881:1 13883:1 13889:1 13892:1 13898:1 13912:1 13916:8 13918:1 13919:1 13928:2 13934:1 13942:1 13953:1 13975:1 13991:1 13993:1 13995:1 13996:1 13998:1 14003:1 14033:2 14037:3 14042:1 14061:1 14063:1 14079:1 14084:1 14085:1 14090:1 14120:2 14140:2 14150:1 14158:2 14161:2 14162:1 14179:1 14185:3 14192:1 14223:2 14227:1 14229:3 14230:2 14241:1 14246:1 14247:1 14256:4 14257:1 14258:2 14268:1 14295:3 14296:1 14305:1 14340:1 14348:3 14360:1 14362:1 14365:2 14384:1 14386:2 14387:1 14389:1 14396:2 14397:3 14400:1 14406:1 14410:1 14420:1 14438:1 14440:3 14442:2 14454:2 14481:2 14510:1 14513:1 14518:1 14530:1 14531:1 14533:2 14536:1 14548:3 14552:1 14576:1 14581:1 14593:1 14595:1 14596:1 14599:3 14608:2 14616:3 14619:1 14630:1 14637:1 14641:1 14649:1 14652:1 14657:2 14659:1 14684:2 14695:1 14699:1 14707:1 14709:1 14716:1 14735:3 14761:1 14772:2 14780:1 14784:2 14789:1 14795:1 14805:1 14807:1 14809:2 14845:1 14860:1 14878:3 14885:1 14890:1 14903:1 14906:1 14911:4 14916:1 14917:1 14921:2 14923:5 14925:1 14927:2 14940:3 14942:2 14943:2 14950:5 14951:2 14959:2 14981:1 15000:1 15005:1 15031:1 15042:1 15043:1 15063:2 15070:1 15082:1 15090:1 15105:1 15114:1 15116:1 15120:1 15121:1 15134:1 15138:1 15141:1 15155:2 15168:2 15174:1 15189:1 15212:1 15217:1 15233:2 15241:1 15267:1 15300:2 15304:2 15314:3 15315:5 15326:1 15331:1 15346:1 15358:1 15374:2 15377:4 15380:1 15383:2 15388:1 15389:1 15394:1 15400:1 15401:1 15404:1 15422:2 15423:2 15432:2 15442:1 15448:2 15473:1 15480:1 15483:1 15488:1 15494:2 15501:1 15509:1 15514:1 15516:3 15540:1 15572:1 15582:1 15597:1 15598:1 15605:1 15606:5 15608:1 15617:1 15623:1 15628:2 15636:5 15642:1 15643:3 15645:2 15666:1 15672:1 15680:1 15686:1 15690:1 15729:1 15751:1 15768:1 15771:1 15779:1 15820:1 15827:1 15843:1 15847:1 15851:1 15869:2 15884:1 15885:1 15895:1 15899:1 15900:1 15918:1 15935:1 15937:3 15947:1 15966:2 15969:1 15972:1 15983:1 16018:2 16034:2 16036:1 16051:1 16068:1 16087:1 16092:2 16094:1 16095:1 16108:3 16127:2 16134:1 16149:2 16151:1 16152:1 16153:1 16154:1 16155:1 16163:1 16178:1 16190:1 16191:1 16195:1 16201:1 16207:8 16248:1 16258:1 16266:1 16268:1 16279:1 16295:1 16298:1 16318:1 16336:2 16348:2 16355:1 16357:1 16360:1 16362:6 16364:1 16368:1 16377:1 16383:1 16384:2 16385:2 16396:2 16398:1 16399:1 16402:1 16404:1 16406:1 16407:1 16414:1 16418:3 16422:3 16424:2 16431:1 16437:2 16441:6 16442:1 16451:1 16469:1 16474:2 16515:1 16525:1 16530:3 16531:1 16550:1 16561:5 16571:1 16580:2 16595:1 16601:1 16602:1 16603:1 16606:1 16616:1 16619:6 16626:1 16664:1 16665:1 16668:1 16687:2 16696:3 16704:12 16707:1 16712:1 16718:1 16727:1 16731:1 16746:3 16750:2 16761:1 16766:1 16767:1 16772:1 16775:1 16786:1 16792:8 16793:1 16798:1 16807:1 16811:1 16822:4 16823:1 16826:1 16836:1 16857:1 16866:1 16911:1 16915:1 16947:2 16949:1 16950:1 16958:2 16968:1 16972:1 16973:1 16974:1 16975:1 16977:1 16978:3 16980:2 16982:1 16985:2 16986:1 16987:1 16988:2 16989:4 16998:1 16999:1 17006:1 17010:1 17024:2 17027:1 17036:1 17064:1 17070:1 17071:2 17073:1 17074:1 17079:1 17081:2 17083:2 17088:1 17119:3 17124:1 17129:1 17134:2 17147:1 17169:1 17177:1 17179:1 17190:1 17203:1 17216:1 17256:4 17271:1 17273:1 17284:1 17291:1 17297:1 17306:1 17309:1 17317:1 17331:1 17332:1 17336:1 17344:4 17385:1 17393:2 17400:1 17420:4 17430:1 17443:1 17444:1 17455:6 17461:1 17464:1 17465:1 17475:1 17483:1 17502:1 17504:1 17506:2 17507:3 17508:1 17516:1 17553:1 17566:1 17575:1 17593:1 17594:2 17620:1 17623:1 17628:1 17630:2 17631:1 17632:5 17644:2 17685:1 17701:2 17718:1 17721:1 17733:1 17734:1 17756:2 17758:1 17761:1 17765:1 17774:1 17793:1 17797:1 17803:1 17809:1 17811:1 17816:1 17853:1 17906:1 17914:1 17926:1 17931:1 17946:1 17951:1 17968:1 17970:2 17973:1 17982:2 17984:1 17985:1 17988:2 18018:2 18021:1 18044:2 18055:2 18060:1 18066:1 18072:1 18074:1 18078:1 18080:1 18128:1 18142:2 18152:2 18154:1 18158:2 18166:1 18181:1 18183:1 18184:1 18195:1 18198:1 18201:1 18208:1 18214:1 18249:1 18256:2 18260:2 18261:1 18267:1 18270:5 18277:2 18280:1 18293:1 18309:1 18313:1 18318:1 18364:1 18368:1 18388:2 18389:1 18404:1 18406:1 18412:1 18415:1 18416:1 18420:1 18425:1 18432:1 18447:1 18455:1 18469:1 18473:2 18475:1 18489:1 18493:1 18512:1 18537:2 18549:1 18555:1 18567:1 18584:1 18591:2 18602:1 18604:1 18612:1 18625:1 18654:1 18655:1 18662:6 18672:1 18677:1 18680:1 18686:1 18690:1 18693:1 18699:2 18703:1 18712:1 18713:1 18717:1 18724:1 18727:1 18731:2 18736:1 18745:3 18746:5 18748:1 18752:1 18773:1 18790:1 18796:1 18817:1 18833:2 18834:1 18842:5 18859:2 18865:1 18867:1 18881:1 18883:1 18893:1 18912:1 18916:1 18917:1 18934:1 18949:1 18951:3 18958:2 18959:1 18962:2 18984:1 19005:2 19009:1 19011:1 19017:1 19020:1 19052:2 19070:3 19072:1 19100:1 19118:2 19122:1 19167:2 19180:1 19191:1 19193:1 19198:1 19207:1 19208:1 19232:1 19243:1 19254:5 19260:1 19262:1 19278:1 19281:1 19285:1 19294:1 19300:1 19307:1 19311:1 19312:2 19337:2 19338:1 19339:1 19342:1 19344:2 19348:1 19351:1 19399:1 19402:1 19403:1 19407:1 19420:2 19421:1 19426:1 19438:1 19445:1 19458:2 19462:1 19470:1 19486:2981 19488:2 19490:1 19494:3 19496:1 19500:1 19507:1 19511:4 19512:1 19546:1 19547:1 19587:1 19594:1 19596:1 19607:1 19612:2 19616:1 19621:1 19625:1 19632:1 19643:4 19668:1 19672:7 19684:1 19685:1 19688:1 19691:1 19695:1 19721:1 19723:1 19725:5 19730:1 19743:1 19784:4 19815:1 19817:1 19834:2 19876:3 19887:1 19888:1 19946:4 19954:1 19955:1 19979:1 19987:2 19997:3 19998:1 20006:1 20011:1 20012:1 20015:2 20028:1 20032:1 20054:1 20058:1 20063:1 20065:1 20073:1 20080:1 20085:1 20087:1 20089:1 20110:1 20120:1 20141:1 20148:2 20168:1 20177:1 20188:1 20210:1 20216:1 20234:4 20267:1 20286:1 20295:1 20301:2 20312:2 20314:5 20315:1 20317:1 20321:1 20346:5 20358:1 20370:1 20376:1 20381:1 20393:3 20402:1 20410:1 20414:1 20421:4 20435:1 20458:1 20463:1 20464:4 20467:1 20488:1 20491:2 20496:1 20498:2 20501:3 20504:1 20505:1 20506:2 20513:2 20514:1 20517:1 20529:1 20532:5 20534:1 20540:1 20561:1 20572:1 20590:1 20595:2 20601:2 20613:1 20624:1 20629:1 20647:2 20656:1 20677:3 20679:1 20681:1 20684:2 20694:3 20698:1 20700:1 20701:1 20703:1 20711:1 20713:2 20716:1 20731:1 20732:1 20734:2 20745:1 20756:1 20763:1 20768:3 20775:1 20777:1 20787:1 20816:2 20819:1 20827:1 20832:1 20850:1 20864:1 20867:1 20869:2 20886:1 20912:1 20924:1 20925:1 20928:2 20936:1 20948:1 20980:6 20981:1 20987:1 21009:2 21038:1 21039:1 21046:4 21052:1 21053:1 21070:2 21073:2 21098:3 21128:2 21130:1 21138:1 21139:1 21143:1 21149:1 21151:1 21153:3 21158:1 21166:1 21184:5 21185:1 21186:1 21189:1 21193:1 21209:2 21211:1 21217:1 21220:1 21221:1 21230:2 21239:2 21242:5 21245:1 21263:1 21264:1 21268:1 21269:1 21278:1 21283:1 21295:1 21305:1 21316:1 21320:1 21325:4 21333:1 21350:1 21353:1 21355:1 21357:3 21358:1 21361:1 21383:1 21389:1 21400:5 21416:3 21471:1 21474:1 21482:3 21491:1 21513:2 21537:1 21560:1 21567:1 21574:2 21602:1 21603:2 21614:1 21616:1 21619:2 21630:1 21636:2 21646:3 21657:1 21659:1 21665:1 21672:1 21676:1 21679:1 21687:1 21693:1 21714:1 21715:1 21717:1 21719:1 21736:1 21747:1 21750:1 21753:1 21756:1 21759:1 21761:1 21762:1 21763:1 21771:1 21774:1 21777:1 21779:1 21785:1 21786:1 21791:1 21792:5 21810:3 21815:2 21823:1 21826:1 21833:3 21846:1 21850:1 21852:1 21853:1 21920:1 21924:1 21926:4 21930:1 21957:2 21965:1 21978:2 22004:2 22023:1 22024:2 22029:1 22031:3 22053:1 22054:1 22067:1 22069:1 22074:1 22076:2 22082:1 22088:2 22090:1 22095:1 22099:1 22127:1 22137:1 22145:1 22148:1 22149:1 22155:1 22156:2 22162:1 22164:1 22169:1 22171:1 22179:1 22187:2 22190:1 22192:1 22208:1 22210:1 22214:1 22222:1 22271:1 22279:1 22282:1 22304:1 22317:1 22325:1 22340:1 22344:1 22345:1 22350:1 22354:1 22355:1 22359:1 22373:1 22375:1 22378:4 22381:2 22395:1 22397:1 22430:1 22437:1 22441:1 22446:2 22477:1 22486:3 22490:4 22492:1 22497:2 22503:2 22504:2 22511:1 22513:1 22539:1 22547:1 22566:1 22568:1 22569:1 22577:1 22591:1 22610:1 22618:1 22620:1 22626:2 22627:1 22631:1 22633:1 22635:2 22638:1 22645:1 22653:5 22655:1 22663:1 22672:1 22673:1 22696:1 22724:1 22731:1 22736:1 22741:1 22743:1 22745:7 22746:1 22753:5 22765:2 22776:1 22785:1 22791:3 22795:3 22802:1 22803:1 22812:1 22813:2 22831:1 22843:1 22869:1 22882:1 22885:2 22888:1 22889:1 22891:1 22899:2 22906:1 22911:7 22913:2 22918:1 22921:1 22930:1 22942:1 22963:1 22968:1 22972:1 22980:1 22982:1 22993:2 22995:2 23022:1 23029:1 23033:4 23047:1 23049:1 23058:2 23062:1 23064:1 23074:3 23081:1 23082:1 23090:1 23094:1 23105:1 23110:1 23111:2 23114:1 23119:1 23120:1 23130:1 23131:1 23153:2 23157:2 23166:1 23170:1 23188:1 23200:1 23210:1 23213:1 23222:1 23233:1 23244:2 23251:2 23264:1 23289:1 23291:1 23292:1 23298:1 23300:1 23303:1 23316:6 23318:2 23352:1 23354:1 23360:2 23371:1 23382:1 23383:1 23384:5 23385:2 23397:1 23398:1 23417:1 23425:1 23439:1 23444:1 23447:3 23466:1 23486:1 23496:1 23499:1 23500:3 23512:1 23515:2 23516:6 23521:2 23524:1 23535:2 23539:1 23550:2 23559:3 23564:7 23569:1 23573:1 23574:1 23575:1 23577:1 23581:2 23590:1 23591:1 23598:1 23614:1 23620:1 23623:1 23624:2 23629:4 23631:1 23637:1 23638:1 23639:4 23642:1 23644:2 23649:3 23650:2 23658:1 23667:1 23668:4 23676:2 23703:1 23724:1 23731:1 23734:1 23738:2 23760:2 23764:4 23765:1 23767:1 23769:3 23789:1 23791:3 23792:1 23796:2 23807:1 23814:1 23830:2 23836:1 23841:1 23843:1 23871:2 23873:2 23875:1 23887:1 23888:1 23894:1 23898:2 23910:1 23919:1 23928:1 23933:1 23934:1 23957:10 23979:1 23990:3 23999:1 24001:1 24008:1 24013:1 24014:1 24029:1 24032:1 24034:1 24052:2 24057:1 24059:1 24066:2 24067:1 24101:1 24113:2 24115:1 24123:1 24147:1 24164:1 24167:1 24178:1 24182:1 24184:2 24185:2 24190:1 24210:2 24220:1 24238:1 24244:1 24246:1 24265:2 24267:1 24280:1 24291:2 24296:2 24319:1 24326:1 24331:1 24333:3 24334:1 24338:1 24352:1 24354:1 24357:1 24360:1 24365:1 24370:1 24374:6 24379:1 24392:1 24410:1 24417:1 24418:1 24425:1 24443:1 24445:1 24450:1 24453:1 24461:1 24469:1 24473:1 24475:1 24476:1 24485:1 24504:4 24512:2 24528:1 24531:1 24536:5 24537:1 24542:2 24543:1 24550:1 24556:1 24557:1 24558:1 24562:1 24569:1 24607:1 24611:1 24623:1 24635:1 24640:1 24644:1 24650:1 24653:1 24661:1 24662:2 24664:2 24681:3 24686:1 24691:1 24710:1 24724:1 24748:3 24764:2 24805:1 24809:1 24813:2 24834:1 24838:1 24841:1 24857:1 24907:1 24909:2 24912:5 24913:1 24918:1 24928:1 24931:2 24939:2 24950:1 24961:1 24993:1 24994:1 24998:2 25007:1 25019:1 25042:1 25049:2 25056:1 25057:1 25064:1 25081:1 25115:1 25120:1 25127:4 25140:1 25143:1 25154:1 25163:1 25169:2 25180:2 25191:1 25197:3 25200:1 25205:1 25247:1 25249:1 25257:1 25259:5 25260:1 25263:1 25267:1 25276:1 25284:1 25291:1 25302:1 25322:1 25330:1 25340:1 25347:1 25349:1 25366:2 25368:1 25373:1 25375:4 25404:1 25407:1 25411:2 25428:1 25432:1 25482:1 25496:1 25498:3 25521:2 25538:2 25556:5 25559:1 25565:4 25568:1 25569:1 25575:6 25576:1 25587:1 25588:1 25600:1 25608:2 25614:3 25623:1 25634:4 25642:1 25648:3 25651:1 25652:1 25659:1 25663:1 25674:1 25677:1 25683:1 25697:1 25717:2 25742:1 25745:1 25749:2 25753:1 25755:1 25756:1 25760:2 25761:1 25764:1 25765:8 25767:2 25771:2 25772:1 25789:1 25790:1 25791:1 25803:1 25810:2 25822:1 25824:1 25844:1 25845:1 25851:1 25855:1 25856:1 25859:1 25871:1 25878:2 25890:1 25891:1 25893:1 25904:1 25910:1 25923:1 25931:1 25939:7 25941:1 25945:2 25947:1 25948:1 25959:1 25960:1 25964:3 25965:1 25968:1 26004:1 26032:1 26035:1 26042:4 26058:1 26063:1 26067:1 26071:1 26088:3 26097:1 26104:1 26108:1 26136:1 26137:1 26144:1 26149:1 26161:1 26191:1 26229:1 26239:1 26244:2 26247:1 26250:1 26255:1 26259:1 26272:3 26278:2 26280:1 26286:1 26300:1 26302:2 26307:1 26329:5 26331:14 26343:1 26363:9 26371:1 26376:1 26379:1 26384:1 26386:2 26390:1 26395:1 26413:5 26415:1 26416:1 26422:1 26423:1 26424:2 26425:1 26431:1 26451:1 26459:1 26481:1 26490:2 26492:1 26496:1 26503:1 26537:2 26538:1 26553:1 26554:1 26558:1 26561:2 26563:1 26567:1 26570:1 26585:1 26586:1 26590:1 26599:2 26601:1 26605:1 26617:1 26626:1 26633:1 26635:1 26645:1 26649:1 26653:3 26671:2 26682:1 26685:3 26699:1 26701:1 26707:2 26709:1 26725:2 26730:1 26734:1 26741:1 26758:1 26767:2 26800:2 26803:1 26812:1 26815:1 26817:1 26834:1 26841:1 26872:2 26875:2 26879:4 26882:5 26891:4 26893:1 26920:1 26925:1 26930:1 26949:1 26952:1 26964:1 26967:1 26974:1 26994:1 27017:2 27040:1 27042:4 27067:1 27078:1 27093:1 27095:1 27102:1 27110:3 27121:2 27133:2 27138:1 27141:1 27152:5 27165:1 27168:1 27174:1 27176:1 27199:1 27207:1 27240:2 27244:2 27249:1 27254:1 27258:1 27272:1 27273:1 27282:1 27287:2 27290:1 27300:1 27321:1 27322:1 27329:1 27335:1 27367:1 27377:1 27403:7 27406:2 27418:1 27465:1 27476:1 27483:1 27490:1 27499:1 27503:1 27517:1 27538:1 27543:2 27554:1 27556:2 27595:3 27601:5 27602:1 27611:1 27651:1 27659:1 27670:1 27677:1 27681:2 27684:2 27699:1 27701:2 27714:1 27729:1 27730:1 27732:1 27750:5 27755:1 27767:1 27773:2 27782:3 27785:5 27796:3 27802:1 27807:1 27817:2 27833:1 27838:1 27845:1 27853:2 27854:1 27877:1 27890:1 27895:1 27899:1 27929:1 27930:1 27932:1 27946:3 27969:1 27979:1 28000:1 28029:1 28035:1 28052:2 28059:1 28067:3 28068:1 28074:13 28086:1 28102:1 28119:3 28142:1 28150:1 28165:1 28175:2 28177:2 28190:1 28193:2 28204:1 28205:1 28208:2 28220:2 28232:1 28246:2 28254:1 28270:1 28275:1 28276:1 28283:2 28288:1 28316:1 28321:1 28329:1 28330:1 28332:1 28338:1 28340:1 28341:1 28349:5 28351:1 28363:2 28375:2 28381:1 28383:3 28387:1 28388:1 28390:3 28402:2 28407:1 28409:3 28411:1 28414:3 28416:1 28444:1 28455:2 28456:1 28457:2 28458:2 28461:1 28462:1 28478:2 28487:2 28501:1 28506:1 28513:1 28521:1 28525:1 28542:1 28592:1 28594:1 28595:1 28601:5 28604:1 28619:1 28625:1 28642:1 28645:1 28673:6 28676:1 28677:1 28682:1 28686:1 28687:1 28688:2 28691:1 28693:1 28694:1 28696:1 28701:2 28702:1 28712:1 28713:2 28718:1 28719:1 28720:1 28733:1 28734:1 28743:3 28744:1 28750:3 28751:3 28752:2 28754:1 28756:1 28758:1 28759:2 28761:5 28770:1 28771:1 28777:1 28787:3 28790:1 28807:1 28811:1 28817:3 28833:1 28841:1 28846:1 28855:4 28866:2 28867:1 28872:1 28878:1 28884:1 28895:1 28901:1 28907:1 28986:1 28996:1 29001:1 29004:1 29025:2 29027:1 29035:1 29049:1 29052:2 29053:1 29071:1 29089:1 29090:1 29093:1 29095:1 29100:1 29110:2 29117:2 29124:1 29128:1 29134:1 29145:1 29148:2 29169:1 29183:1 29207:5 29224:1 29235:1 29239:1 29242:1 29244:1 29248:4 29263:1 29269:2 29281:1 29292:3 29302:1 29306:2 29309:1 29328:1 29336:1 29345:1 29346:1 29370:1 29380:1 29396:2 29413:2 29423:2 29440:1 29441:1 29444:1 29448:3 29458:3 29488:1 29492:2 29494:1 29495:1 29508:1 29514:2 29528:1 29529:2 29536:2 29540:1 29548:2 29555:1 29564:1 29566:15 29567:1 29570:2 29575:3 29587:2 29592:2 29600:1 29609:5 29612:1 29616:1 29621:1 29631:7 29633:1 29657:1 29673:1 29675:1 29680:1 29682:1 29686:2 29689:1 29708:2 29716:4 29721:3 29731:2 29734:1 29746:1 29748:2 29753:2 29761:7 29766:2 29771:1 29773:1 29775:1 29778:1 29791:1 29814:1 29836:1 29842:1 29848:1 29854:1 29856:1 29858:2 29867:1 29880:1 29887:5 29894:1 29904:1 29925:1 29930:1 29939:1 29941:1 29947:1 29948:1 29961:1 29972:4 29983:1 30023:2 30025:3 30027:1 30030:2 30033:1 30034:1 30051:1 30054:1 30065:1 30066:2 30084:1 30094:1 30095:1 30097:6 30125:1 30131:1 30136:1 30147:1 30149:3 30150:1 30164:1 30199:1 30207:2 30213:1 30218:1 30233:1 30239:1 30241:1 30247:1 30253:1 30279:1 30295:2 30302:1 30308:1 30328:1 30351:2 30354:1 30364:3 30377:1 30381:1 30396:1 30411:1 30432:1 30451:2 30466:1 30474:1 30478:1 30498:1 30506:1 30516:1 30521:1 30565:1 30587:1 30608:3 30612:1 30617:2 30634:2 30679:3 30702:1 30707:1 30719:1 30730:5 30735:1 30738:4 30742:1 30751:4 30752:1 30755:1 30759:2 30760:1 30770:5 30779:1 30791:1 30792:1 30802:1 30807:1 30816:1 30825:1 30832:2 30834:2 30844:1 30845:1 30846:1 30849:1 30850:1 30855:1 30856:2 30857:10 30861:3 30863:2 30866:2 30869:2 30883:1 30900:2 30904:1 30906:1 30915:1 30920:2 30925:2 30964:1 30965:1 30997:4 30998:2
3 2:1 13:2 15:1 36:2 37:2 39:1 44:1 50:1 52:2 84:2 90:3 104:2 110:1 117:4 123:2 145:1 149:1 157:1 162:1 174:1 176:1 196:1 203:2 211:1 216:1 254:1 255:1 259:1 274:1 275:3 276:2 280:1 282:1 286:2 287:1 290:1 301:2 311:1 333:1 339:1 357:1 374:2 375:1 376:1 385:1 396:1 397:2 401:1 406:2 419:1 424:3 428:1 431:1 436:2 446:1 447:1 467:3 468:1 471:3 472:2 475:2 485:4 490:1 556:1 576:1 580:1 585:1 588:1 590:2 594:1 620:1 625:1 634:1 637:1 648:4 657:6 661:1 677:1 683:7 686:1 700:1 701:2 704:1 705:2 710:2 720:2 722:1 724:1 733:2 750:1 794:1 812:2 813:1 826:1 836:1 847:1 860:1 866:1 889:1 891:1 895:1 901:1 934:4 942:3 958:5 965:1 972:2 981:4 982:1 986:7 989:5 995:1 996:1 1000:1 1004:1 1006:1 1012:1 1045:3 1049:7 1053:1 1092:1 1096:2 1115:2 1124:2 1130:3 1145:1 1150:1 1189:2 1194:2 1203:2 1215:2 1233:2 1243:1 1253:3 1269:3 1275:1 1279:1 1292:1 1295:1 1297:2 1302:3 1304:3 1305:1 1309:1 1312:1 1318:1 1319:3 1321:1 1322:2 1323:2 1336:1 1349:2 1365:2 1368:2 1369:4 1380:1 1382:1 1384:1 1388:1 1389:1 1390:1 1397:1 1401:4 1403:1 1408:2 1413:1 1414:1 1428:1 1429:1 1430:1 1433:1 1434:1 1439:1 1441:1 1445:1 1458:1 1461:1 1476:1 1483:2 1484:1 1518:1 1534:1 1538:1 1548:2 1553:1 1560:1 1563:1 1566:3 1583:1 1585:2 1593:9 1594:1 1610:3 1622:1 1626:1 1641:2 1644:1 1646:1 1654:1 1673:1 1679:1 1681:1 1685:6 1693:2 1700:1 1704:1 1707:5 1723:1 1734:2 1746:1 1751:1 1769:1 1775:1 1801:2 1802:4 1812:1 1813:1 1816:3 1833:2 1836:1 1844:1 1852:1 1861:3 1862:1 1864:2 1883:2 1884:1 1911:1 1923:1 1930:1 1942:1 1947:2 1969:2 1971:1 1977:1 1986:1 1991:1 1993:1 1995:2 2001:2 2006:1 2007:3 2009:3 2017:1 2021:1 2025:2 2030:1 2045:1 2049:1 2050:2 2056:1 2071:1 2072:1 2076:2 2089:1 2094:1 2103:1 2106:1 2110:1 2126:2 2143:3 2146:1 2148:1 2149:1 2171:1 2173:1 2177:1 2188:1 2192:1 2204:1 2207:1 2212:1 2213:1 2225:1 2227:1 2239:2 2242:1 2247:1 2271:1 2285:1 2290:6 2301:1 2302:1 2316:1 2323:6 2325:1 2327:1 2341:5 2344:1 2352:1 2357:1 2361:2 2385:1 2400:1 2401:1 2405:1 2411:3 2412:3 2413:1 2414:1 2416:4 2418:3 2420:4 2421:1 2423:7 2424:3 2426:2 2429:1 2431:1 2434:1 2439:4 2440:1 2443:1 2445:4 2448:1 2453:5 2454:2 2458:1 2468:1 2478:1 2487:2 2503:1 2515:1 2521:2 2532:1 2554:2 2563:2 2576:1 2589:1 2590:1 2591:2 2592:1 2596:1 2616:1 2622:2 2630:1 2644:1 2659:2 2660:1 2663:1 2664:1 2701:1 2705:2 2724:1 2731:1 2740:1 2748:1 2779:2 2788:1 2793:1 2798:1 2799:1 2807:1 2822:1 2824:1 2827:3 2834:1 2851:1 2853:3 2854:2 2874:1 2877:1 2880:1 2885:1 2902:1 2920:1 2936:1 2939:1 2945:1 2955:2 2959:1 2972:1 2974:1 3002:2 3004:1 3006:2 3009:1 3011:2 3017:1 3019:1 3027:1 3029:1 3036:1 3038:3 3047:1 3074:2 3078:1 3086:11 3102:2 3108:1 3114:1 3119:1 3124:2 3148:3 3152:1 3153:6 3164:5 3168:1 3173:1 3199:1 3200:1 3281:1 3325:1 3338:1 3346:2 3353:1 3378:1 3380:1 3406:1 3408:2 3411:1 3426:4 3434:6 3443:1 3471:1 3475:1 3479:1 3523:1 3532:1 3541:1 3557:1 3582:1 3597:1 3605:2 3612:1 3619:1 3627:1 3636:1 3640:1 3649:1 3665:1 3688:1 3694:1 3699:2 3704:1 3709:1 3734:1 3741:1 3743:1 3752:1 3753:1 3756:1 3757:1 3758:2 3759:2 3782:1 3784:1 3786:1 3800:1 3832:1 3849:2 3851:2 3854:1 3861:1 3865:6 3870:3 3880:2 3884:1 3886:2 3891:3 3919:3 3923:1 3930:1 3932:1 3955:1 3962:2 3965:3 3982:5 3985:1 3992:1 4013:1 4016:1 4038:1 4042:1 4043:2 4044:2 4056:2 4063:2 4068:1 4069:2 4077:1 4088:1 4091:2 4100:1 4103:5 4118:1 4128:1 4150:1 4153:1 4155:3 4178:1 4195:1 4199:1 4201:1 4203:1 4206:1 4212:4 4220:1 4240:1 4245:1 4249:1 4254:1 4255:2 4276:1 4281:1 4290:1 4293:1 4296:1 4303:1 4307:1 4320:1 4339:3 4344:1 4345:1 4359:1 4367:1 4387:1 4388:2 4390:3 4397:2 4404:1 4408:1 4410:2 4414:1 4421:1 4445:1 4449:1 4462:1 4465:3 4495:1 4497:1 4508:3 4510:2 4521:1 4539:2 4541:1 4544:1 4569:1 4590:1 4605:1 4621:1 4624:1 4637:1 4652:6 4664:1 4689:1 4697:2 4707:1 4710:1 4721:3 4745:1 4746:1 4750:1 4773:1 4775:2 4778:1 4780:1 4792:2 4806:2 4808:1 4811:1 4816:1 4835:1 4838:1 4839:1 4846:1 4848:1 4864:1 4866:10 4881:1 4885:1 4893:2 4900:1 4901:2 4906:10 4915:1 4932:1 4948:3 4992:2 4998:3 5003:2 5008:1 5027:1 5042:1 5076:1 5077:1 5083:1 5091:1 5098:16 5100:3 5115:1 5127:1 5138:1 5153:1 5157:1 5162:1 5169:1 5171:2 5174:1 5222:1 5225:4 5241:3 5242:5 5243:2 5249:2 5252:1 5255:2 5256:1 5257:2 5258:1 5264:1 5271:2 5272:2 5274:2 5275:1 5279:1 5314:1 5332:1 5335:2 5349:1 5378:2 5379:1 5389:1 5393:1 5401:1 5404:1 5413:1 5414:1 5415:1 5432:1 5437:1 5477:1 5483:2 5510:1 5514:1 5526:1 5532:1 5537:1 5541:2 5553:1 5560:1 5586:4 5588:1 5589:1 5592:1 5604:1 5626:2 5644:2 5659:2 5664:1 5670:1 5671:2 5704:1 5705:1 5714:2 5716:1 5752:1 5759:1 5760:1 5768:3 5776:1 5783:1 5798:1 5800:2 5801:2 5814:1 5880:1 5881:3 5884:1 5885:2 5887:1 5936:1 5941:2 5956:1 5968:1 5972:3 5973:1 5974:1 5977:1 5992:1 6007:2 6013:1 6024:1 6027:1 6040:1 6046:3 6077:2 6079:1 6083:1 6084:1 6115:1 6118:1 6124:1 6126:1 6136:2 6143:1 6148:1 6161:1 6177:1 6182:2 6184:1 6189:2 6207:1 6222:2 6229:1 6233:1 6237:2 6305:2 6306:1 6313:1 6318:1 6319:1 6324:1 6331:2 6341:2 6342:1 6344:3 6346:1 6349:2 6360:1 6361:1 6370:3 6375:2 6377:1 6378:1 6383:2 6387:1 6388:1 6390:2 6397:2 6402:2 6426:1 6438:1 6444:1 6457:1 6462:1 6469:6 6495:1 6506:1 6509:2 6512:1 6513:1 6520:1 6525:1 6541:1 6551:2 6554:1 6562:1 6565:2 6571:2 6583:2 6592:1 6609:1 6625:3 6627:1 6636:2 6638:1 6644:1 6657:3 6677:5 6679:1 6680:1 6681:2 6686:2 6687:6 6689:2 6690:1 6692:1 6695:5 6696:1 6698:2 6700:4 6703:12 6705:1 6708:1 6712:1 6731:1 6734:1 6743:1 6765:2 6799:1 6829:1 6835:1 6839:1 6840:4 6843:1 6849:1 6851:2 6859:13 6875:1 6918:1 6919:2 6920:2 6932:1 6954:1 6956:1 6966:1 6969:1 6980:3 6983:1 7032:1 7041:1 7052:1 7081:1 7099:1 7110:1 7114:1 7116:2 7123:2 7128:3 7130:2 7131:1 7140:1 7148:2 7153:1 7166:1 7176:2 7177:1 7181:3 7185:1 7193:1 7198:1 7199:1 7204:6 7208:2 7224:1 7228:1 7232:1 7249:2 7257:1 7285:2 7287:1 7294:1 7296:1 7303:1 7310:1 7323:1 7336:2 7339:1 7349:1 7351:1 7352:1 7361:1 7368:1 7370:1 7378:1 7379:1 7387:1 7388:1 7390:1 7400:1 7405:1 7411:1 7412:1 7417:2 7419:2 7427:1 7438:1 7456:1 7473:1 7497:1 7508:1 7509:2 7523:2 7527:1 7531:1 7533:1 7539:4 7548:1 7563:1 7597:1 7603:1 7609:1 7621:1 7654:1 7658:1 7660:1 7673:1 7687:1 7702:1 7713:1 7725:1 7730:1 7784:1 7788:1 7799:3 7806:1 7816:1 7821:1 7833:1 7838:1 7854:1 7865:1 7873:1 7876:1 7885:8 7901:1 7904:1 7911:1 7912:1 7922:1 7929:2 7933:1 7935:1 7941:1 7952:1 7968:1 7970:3 7975:1 7983:1 7987:1 8057:10 8058:5 8066:1 8078:2 8079:1 8080:1 8102:1 8107:4 8108:3 8112:1 8117:1 8124:44 8132:1 8133:1 8148:4 8150:10 8158:2 8162:1 8177:1 8185:1 8206:1 8214:1 8236:1 8239:2 8240:1 8263:1 8265:2 8279:1 8298:1 8315:1 8320:1 8334:2 8337:1 8343:1 8345:2 8354:1 8370:1 8372:2 8391:1 8399:1 8400:3 8410:1 8414:1 8450:1 8455:1 8493:1 8499:2 8527:1 8532:1 8545:1 8552:2 8555:1 8556:1 8562:1 8566:1 8570:2 8581:1 8583:1 8585:1 8606:2 8614:1 8626:1 8643:2 8645:2 8652:2 8653:2 8665:26 8683:1 8690:1 8695:1 8699:2 8703:1 8706:3 8709:1 8712:1 8749:1 8766:1 8768:1 8792:2 8793:1 8795:2 8816:1 8822:1 8830:1 8847:1 8866:1 8870:2 8875:2 8878:1 8912:3 8916:2 8918:3 8925:3 8927:1 8934:1 8944:1 8956:2 8958:1 8964:1 8967:1 8970:4 8972:2 8982:1 8993:1 8999:1 9007:1 9008:1 9026:1 9032:1 9034:2 9035:1 9052:1 9056:1 9059:1 9061:1 9067:3 9069:2 9070:1 9074:1 9075:2 9077:1 9080:1 9085:1 9093:1 9097:1 9120:1 9135:1 9151:2 9156:2 9167:1 9176:1 9177:2 9178:1 9200:1 9205:3 9218:2 9232:1 9233:1 9240:1 9242:1 9246:1 9249:1 9258:1 9262:1 9277:1 9291:2 9295:2 9309:1 9317:1 9320:1 9324:1 9356:1 9368:1 9385:2 9387:1 9389:1 9394:1 9395:2 9398:1 9401:1 9404:2 9418:1 9423:1 9424:2 9425:1 9427:1 9433:1 9439:2 9442:3 9451:1 9459:4 9464:1 9483:2 9498:1 9502:1 9510:1 9515:2 9526:1 9530:1 9531:1 9534:1 9545:1 9550:1 9558:1 9569:3 9571:1 9581:1 9587:1 9590:1 9597:1 9598:1 9599:1 9601:1 9618:1 9624:4 9627:1 9653:1 9654:1 9680:4 9682:1 9684:1 9690:1 9694:1 9707:1 9712:1 9725:1 9731:2 9733:1 9762:1 9770:1 9773:2 9800:1 9807:2 9828:1 9837:2 9843:1 9850:1 9857:1 9862:1 9865:1 9866:1 9875:1 9884:1 9900:1 9903:3 9910:1 9922:1 9944:1 9962:1 9969:2 9985:1 9989:1 9992:1 9995:1 9996:1 10011:1 10024:1 10025:2 10027:1 10028:2 10036:1 10048:1 10049:2 10067:1 10073:1 10082:1 10083:2 10134:1 10135:1 10160:2 10162:2 10164:1 10172:1 10178:1 10179:1 10182:1 10197:1 10209:1 10219:1 10226:2 10228:1 10242:3 10245:3 10264:3 10266:1 10270:1 10287:5 10288:4 10290:1 10308:1 10322:1 10329:1 10360:1 10367:1 10403:1 10410:1 10424:1 10425:1 10438:5 10441:1 10443:2 10444:1 10448:1 10453:1 10454:4 10468:1 10471:1 10484:2 10494:1 10514:1 10519:6 10534:1 10535:1 10547:1 10553:1 10558:4 10569:1 10588:2 10591:1 10600:1 10604:1 10606:1 10612:1 10617:3 10621:1 10627:2 10630:6 10638:2 10640:1 10651:1 10653:2 10663:1 10687:1 10701:1 10703:1 10708:2 10711:1 10740:1 10747:1 10759:1 10768:1 10780:1 10784:4 10793:1 10800:1 10804:1 10805:1 10808:1 10820:1 10827:1 10850:4 10862:1 10865:2 10906:1 10907:5 10911:1 10914:1 10915:1 10916:1 10934:1 10935:1 10952:1 10959:1 10960:1 10961:1 10963:2 10974:1 10978:1 10979:2 10988:2 11001:1 11004:1 11010:3 11024:1 11038:2 11058:1 11067:1 11089:2 11090:1 11114:1 11134:1 11143:1 11144:1 11152:1 11188:1 11192:1 11206:1 11208:1 11214:5 11216:1 11219:1 11225:13 11261:2 11265:1 11275:2 11287:2 11295:1 11301:2 11317:1 11328:1 11355:1 11357:1 11386:1 11414:1 11428:1 11443:2 11458:6 11461:6 11473:1 11482:1 11495:2 11496:1 11507:2 11509:1 11536:1 11539:1 11540:1 11541:1 11551:1 11556:1 11561:1 11564:1 11565:1 11576:4 11584:1 11588:1 11593:1 11597:3 11604:2 11622:1 11628:1 11634:3 11639:2 11640:1 11641:1 11644:3 11660:1 11678:1 11694:1 11696:1 11709:1 11729:1 11731:1 11741:1 11760:1 11763:2 11798:1 11810:1 11815:2 11820:4 11825:3 11827:2 11844:1 11849:2 11854:2 11865:2 11894:2 11898:2 11913:1 11920:1 11927:1 11931:1 11938:2 11940:3 11955:1 11956:1 11961:1 11962:1 11977:2 11979:1 11984:1 11992:1 12000:1 12014:2 12027:2 12028:1 12033:1 12036:1 12050:2 12086:1 12093:1 12101:1 12102:1 12107:1 12120:1 12123:2 12147:11 12171:1 12174:2 12176:1 12181:1 12183:4 12185:1 12190:1 12196:1 12197:1 12199:1 12200:1 12205:1 12208:2 12211:1 12212:2 12215:1 12217:1 12220:3 12225:2 12226:1 12250:1 12252:1 12254:4 12261:1 12262:1 12263:2 12270:12 12279:1 12280:4 12285:1 12286:2 12287:4 12307:1 12325:1 12338:1 12339:1 12352:1 12406:1 12422:1 12425:1 12431:1 12440:2 12444:2 12456:1 12466:1 12473:4 12485:2 12504:2 12516:1 12528:2 12550:1 12561:1 12562:1 12575:1 12589:1 12616:1 12617:1 12620:1 12629:3 12630:3 12639:1 12640:1 12645:1 12654:1 12657:1 12669:1 12670:1 12671:2 12689:1 12701:2 12702:1 12713:2 12715:2 12735:5 12756:1 12781:1 12826:1 12829:1 12831:1 12836:2 12843:3 12851:2 12856:1 12869:1 12873:2 12874:1 12885:1 12887:1 12906:1 12925:2 12940:1 12953:2 12956:1 12959:1 12978:1 12983:1 12986:1 12992:1 12996:1 12998:1 13001:1 13015:1 13021:8 13023:1 13031:1 13098:3 13102:1 13112:1 13151:2 13155:1 13157:1 13167:1 13172:1 13190:2 13213:1 13228:1 13247:1 13249:4 13257:1 13269:1 13273:2 13283:1 13285:1 13291:1 13297:1 13302:1 13304:2 13312:1 13313:1 13318:1 13323:1 13336:1 13341:1 13358:1 13362:1 13364:1 13375:1 13387:1 13390:1 13393:1 13404:1 13412:1 13438:1 13459:1 13463:1 13467:1 13470:1 13486:1 13542:1 13543:1 13578:1 13584:1 13586:1 13596:1 13600:1 13605:1 13618:1 13632:1 13639:1 13642:2 13649:5 13650:1 13651:2 13656:1 13682:1 13683:4 13720:1 13733:1 13738:1 13739:1 13751:4 13755:4 13759:3 13761:3 13773:1 13774:5 13785:1 13789:1 13803:1 13809:2 13814:1 13820:2 13829:1 13831:3 13840:1 13841:10 13857:1 13881:1 13883:1 13889:1 13892:1 13898:1 13912:1 13916:8 13918:1 13919:1 13928:2 13934:1 13942:1 13953:1 13975:1 13986:1 13991:1 13993:1 13995:1 13996:1 13998:1 14003:1 14033:2 14037:3 14042:1 14061:1 14063:1 14079:1 14084:1 14085:1 14090:1 14120:2 14140:2 14150:1 14158:2 14161:2 14162:1 14179:1 14185:3 14192:1 14223:2 14227:1 14229:3 14230:2 14241:1 14246:1 14247:1 14256:4 14257:1 14258:2 14268:1 14295:3 14296:1 14305:1 14339:1 14340:1 14348:3 14360:1 14362:1 14365:2 14384:2 14386:2 14387:1 14389:1 14396:2 14397:3 14400:1 14406:1 14410:1 14420:1 14438:1 14440:3 14442:2 14454:2 14481:2 14510:1 14513:1 14518:1 14530:1 14531:1 14533:2 14536:1 14548:3 14552:1 14576:1 14581:1 14593:1 14595:1 14596:1 14599:3 14608:2 14616:3 14619:1 14630:1 14637:1 14641:1 14649:1 14652:1 14657:2 14659:1 14684:2 14695:1 14699:1 14707:1 14709:1 14716:1 14735:3 14761:1 14772:2 14780:1 14784:2 14789:1 14795:1 14805:1 14807:1 14809:2 14845:1 14860:1 14878:3 14885:1 14890:1 14903:1 14906:1 14911:4 14916:1 14917:1 14921:2 14923:6 14925:1 14927:2 14940:3 14942:2 14943:2 14950:5 14951:2 14959:2 14981:1 15000:1 15004:1 15005:1 15031:1 15042:1 15043:1 15063:2 15070:1 15082:1 15090:1 15105:1 15114:1 15116:1 15120:1 15121:1 15134:1 15138:1 15141:1 15155:2 15168:2 15174:1 15189:1 15212:1 15217:1 15233:2 15241:1 15267:1 15300:2 15304:2 15314:3 15315:5 15326:1 15331:1 15346:1 15358:1 15374:2 15377:4 15380:1 15383:2 15388:1 15389:1 15394:1 15400:1 15401:1 15404:1 15414:1 15422:2 15423:2 15432:2 15442:1 15448:2 15450:1 15473:1 15480:1 15483:1 15488:1 15494:2 15501:1 15509:1 15514:1 15516:3 15540:1 15572:1 15582:1 15597:1 15598:1 15605:1 15606:5 15608:1 15617:1 15623:1 15628:2 15636:5 15642:1 15643:3 15645:2 15666:1 15672:1 15680:1 15686:1 15690:2 15729:1 15751:1 15768:1 15771:1 15779:1 15820:1 15827:1 15837:2 15843:1 15847:1 15851:1 15869:2 15884:1 15885:1 15895:1 15899:1 15900:1 15918:1 15935:1 15937:3 15947:1 15966:2 15969:1 15972:1 15983:1 16018:2 16034:2 16036:1 16051:1 16068:1 16087:1 16092:2 16094:1 16095:1 16108:3 16127:2 16134:1 16149:2 16151:1 16152:1 16153:1 16154:1 16155:1 16159:1 16163:1 16178:1 16190:1 16191:1 16195:1 16201:1 16207:8 16248:1 16258:1 16266:1 16268:1 16279:1 16295:1 16298:1 16318:1 16336:2 16348:2 16355:1 16357:1 16360:1 16362:6 16364:1 16368:1 16377:1 16383:1 16384:2 16385:2 16396:2 16398:1 16399:1 16402:1 16404:1 16406:1 16407:1 16414:1 16418:4 16419:1 16422:3 16424:2 16431:1 16437:2 16441:6 16442:1 16451:1 16469:1 16474:2 16515:1 16525:1 16530:3 16531:1 16550:1 16561:5 16571:1 16580:2 16595:1 16601:1 16602:1 16603:1 16606:1 16616:1 16619:6 16626:1 16664:1 16665:1 16668:1 16687:2 16696:3 16704:12 16707:1 16712:1 16718:1 16727:1 16731:1 16746:4 16750:2 16761:1 16766:1 16767:1 16772:1 16775:1 16786:1 16792:8 16793:1 16798:2 16807:1 16811:1 16822:4 16823:1 16826:1 16836:1 16857:1 16866:1 16911:1 16915:1 16947:2 16949:1 16950:1 16958:2 16968:1 16972:1 16973:1 16974:1 16975:1 16977:1 16978:3 16980:2 16982:1 16985:2 16986:1 16987:1 16988:3 16989:4 16994:1 16998:1 16999:1 17006:1 17010:1 17024:2 17027:1 17036:1 17061:1 17064:1 17070:1 17071:2 17073:2 17074:1 17079:1 17081:2 17083:2 17088:1 17119:3 17124:1 17129:1 17134:2 17147:1 17169:1 17177:1 17179:1 17190:1 17203:1 17216:1 17256:4 17271:1 17273:1 17284:1 17291:1 17297:1 17306:1 17309:1 17317:1 17331:1 17332:1 17336:1 17344:4 17385:1 17393:2 17400:1 17420:4 17430:1 17443:1 17444:1 17455:6 17461:1 17464:1 17465:1 17475:1 17483:1 17502:1 17504:1 17506:2 17507:4 17508:1 17516:1 17553:1 17566:1 17575:1 17593:1 17594:2 17620:1 17623:1 17628:1 17630:2 17631:1 17632:5 17644:2 17685:1 17701:2 17718:1 17721:1 17733:1 17734:1 17756:2 17758:1 17761:1 17765:1 17774:1 17793:1 17797:1 17803:1 17809:1 17811:1 17816:1 17853:1 17906:1 17914:1 17926:1 17931:1 17946:1 17951:1 17968:1 17970:2 17973:1 17982:2 17984:1 17985:1 17988:2 18018:2 18021:1 18044:2 18055:2 18060:1 18066:1 18072:1 18074:1 18078:1 18080:1 18128:2 18142:2 18152:2 18154:1 18158:2 18166:2 18181:1 18183:1 18184:1 18195:1 18198:1 18201:1 18208:1 18214:1 18249:1 18254:1 18256:2 18260:2 18261:1 18267:1 18270:5 18277:2 18280:1 18293:1 18309:1 18313:1 18318:1 18364:1 18368:1 18388:2 18389:1 18404:1 18406:1 18412:1 18415:1 18416:1 18420:1 18425:1 18432:1 18447:1 18455:1 18469:1 18473:2 18475:1 18489:1 18493:1 18512:1 18537:2 18549:1 18555:1 18567:1 18584:1 18591:2 18602:1 18604:1 18612:1 18625:1 18654:1 18655:1 18662:6 18672:1 18677:1 18680:1 18686:1 18690:1 18693:1 18699:2 18703:1 18712:1 18713:1 18717:1 18724:1 18727:1 18731:2 18736:1 18745:3 18746:6 18748:1 18752:1 18773:1 18790:1 18796:1 18799:2 18817:1 18833:2 18834:1 18842:5 18859:2 18865:1 18867:1 18881:1 18883:1 18893:1 18912:1 18916:1 18917:1 18934:1 18949:1 18951:3 18958:2 18959:1 18962:2 18984:1 19005:2 19009:1 19011:1 19017:1 19020:1 19025:1 19052:2 19070:4 19072:1 19100:1 19118:2 19122:1 19167:2 19180:1 19191:1 19193:1 19198:1 19207:1 19208:1 19232:1 19243:1 19254:6 19260:1 19262:1 19278:1 19281:1 19285:1 19294:1 19300:1 19307:1 19311:1 19312:2 19337:2 19338:1 19339:1 19342:1 19344:2 19348:1 19351:1 19399:1 19402:1 19403:1 19407:1 19420:2 19421:1 19426:1 19438:1 19445:1 19458:2 19462:1 19470:1 19486:3055 19488:2 19490:1 19494:3 19496:1 19500:1 19507:1 19511:4 19512:1 19546:1 19547:1 19587:1 19594:1 19596:1 19607:1 19612:2 19616:1 19621:1 19625:1 19632:1 19643:5 19668:1 19672:7 19684:1 19685:1 19688:1 19691:1 19695:1 19721:1 19723:1 19725:5 19730:1 19743:1 19778:1 19784:4 19815:1 19817:1 19834:2 19876:3 19887:1 19888:1 19946:4 19954:1 19955:1 19979:1 19987:2 19997:3 19998:1 20006:2 20011:1 20012:1 20015:2 20028:1 20032:1 20054:1 20058:1 20063:1 20065:1 20071:1 20073:1 20080:1 20085:1 20087:1 20089:1 20110:2 20120:1 20141:1 20148:2 20168:1 20177:1 20188:1 20210:1 20216:1 20234:4 20267:1 20286:1 20295:1 20301:2 20312:2 20314:6 20315:1 20317:1 20321:1 20346:5 20358:1 20370:1 20376:1 20381:1 20393:3 20402:1 20410:1 20414:1 20421:4 20435:1 20458:1 20462:1 20463:1 20464:4 20467:1 20488:1 20491:2 20494:1 20496:1 20498:2 20501:3 20504:1 20505:1 20506:2 20513:2 20514:1 20517:1 20523:1 20529:1 20532:5 20534:1 20540:1 20561:1 20572:1 20590:1 20595:2 20601:2 20613:1 20624:1 20629:1 20647:2 20656:1 20677:4 20679:1 20681:1 20684:2 20694:3 20698:1 20700:1 20701:1 20703:1 20711:1 20713:3 20716:1 20731:1 20732:2 20734:2 20745:1 20756:1 20763:1 20768:4 20775:1 20777:2 20787:1 20816:2 20819:1 20827:1 20832:1 20850:1 20864:1 20867:1 20869:2 20886:1 20912:1 20924:1 20925:1 20928:2 20936:1 20948:1 20980:6 20981:1 20987:1 21009:2 21038:1 21039:1 21046:5 21052:1 21053:1 21070:2 21073:2 21098:3 21128:2 21130:1 21138:1 21139:1 21142:1 21143:1 21149:1 21151:1 21153:3 21158:1 21166:1 21184:6 21185:1 21186:1 21189:1 21193:1 21206:1 21209:2 21211:1 21217:1 21220:1 21221:1 21230:2 21239:2 21242:5 21245:1 21263:1 21264:1 21268:1 21269:1 21278:1 21283:1 21295:1 21305:1 21316:1 21320:1 21325:4 21333:1 21350:1 21353:1 21355:1 21357:3 21358:1 21361:1 21383:1 21389:1 21400:6 21416:3 21471:1 21474:1 21482:3 21491:1 21513:2 21537:1 21560:1 21567:1 21574:2 21602:1 21603:2 21614:1 21616:1 21619:2 21630:1 21636:2 21646:3 21657:1 21659:1 21665:1 21672:1 21676:1 21679:1 21687:1 21693:1 21714:1 21715:1 21717:1 21719:1 21736:1 21747:1 21750:1 21753:1 21756:1 21759:1 21761:1 21762:1 21763:1 21771:1 21774:1 21777:1 21779:1 21785:1 21786:1 21791:1 21792:5 21810:3 21815:2 21823:1 21826:1 21833:4 21846:1 21850:1 21852:1 21853:2 21920:1 21924:1 21926:4 21930:1 21957:2 21965:1 21978:2 22004:2 22023:1 22024:3 22029:1 22031:3 22053:1 22054:1 22067:1 22069:1 22074:1 22076:2 22082:1 22088:2 22090:1 22095:1 22099:1 22127:1 22137:1 22144:1 22145:1 22148:1 22149:1 22155:1 22156:2 22162:1 22164:1 22169:1 22171:1 22179:1 22187:2 22190:1 22192:1 22208:1 22210:1 22214:1 22222:1 22271:1 22279:1 22282:1 22304:1 22317:1 22325:1 22340:1 22344:1 22345:1 22350:1 22354:1 22355:1 22359:1 22373:1 22375:1 22377:1 22378:4 22381:2 22395:1 22397:1 22430:1 22437:1 22441:1 22446:2 22477:1 22486:3 22490:4 22492:1 22497:2 22503:2 22504:2 22511:1 22513:1 22539:1 22547:1 22566:1 22568:1 22569:1 22577:1 22591:1 22610:1 22618:1 22620:1 22626:2 22627:1 22631:1 22633:1 22635:2 22638:1 22645:1 22653:6 22655:1 22663:1 22672:1 22673:1 22696:1 22724:1 22731:1 22736:1 22741:1 22743:1 22745:7 22746:1 22753:5 22765:2 22776:1 22785:1 22791:3 22795:3 22802:1 22803:1 22812:1 22813:2 22831:1 22843:1 22869:1 22882:1 22885:2 22888:1 22889:1 22891:1 22899:2 22906:1 22911:7 22913:2 22918:1 22921:1 22930:1 22942:1 22963:1 22968:1 22972:1 22980:1 22982:1 22993:2 22995:2 23022:1 23029:1 23033:4 23047:1 23049:1 23058:2 23062:1 23064:1 23074:3 23081:1 23082:1 23090:1 23094:1 23105:1 23110:1 23111:2 23114:1 23119:1 23120:1 23130:1 23131:1 23153:2 23157:2 23166:1 23170:1 23188:1 23200:1 23210:1 23213:1 23222:1 23233:1 23244:2 23251:2 23264:1 23289:1 23291:1 23292:1 23298:1 23300:1 23303:1 23316:6 23318:2 23352:1 23354:1 23360:2 23371:1 23382:1 23383:1 23384:5 23385:2 23397:1 23398:1 23417:1 23425:1 23439:1 23444:1 23447:3 23466:1 23486:1 23496:1 23499:1 23500:3 23512:1 23515:2 23516:6 23521:2 23524:1 23535:2 23539:1 23550:2 23559:3 23564:7 23569:1 23573:1 23574:1 23575:1 23577:1 23581:2 23590:1 23591:1 23598:1 23614:1 23620:1 23623:1 23624:2 23629:5 23631:1 23637:1 23638:1 23639:4 23642:1 23644:2 23649:3 23650:2 23658:1 23667:1 23668:4 23676:2 23703:1 23724:1 23731:1 23734:1 23738:2 23760:2 23764:5 23765:1 23767:1 23769:3 23789:1 23791:3 23792:1 23796:2 23807:1 23814:1 23830:2 23836:1 23841:1 23843:1 23871:2 23873:2 23875:1 23887:1 23888:1 23894:1 23898:2 23910:1 23919:1 23928:1 23933:1 23934:1 23943:1 23957:10 23979:1 23990:3 23999:1 24001:1 24008:1 24013:1 24014:1 24029:1 24032:1 24034:1 24048:1 24052:2 24057:1 24059:1 24066:2 24067:1 24101:1 24113:2 24115:1 24123:1 24147:1 24164:1 24167:1 24178:1 24182:1 24184:2 24185:2 24190:1 24210:2 24220:1 24238:1 24244:1 24246:1 24265:2 24267:1 24280:1 24291:2 24296:2 24319:1 24324:1 24326:1 24331:1 24333:3 24334:1 24338:1 24352:1 24354:1 24357:1 24360:1 24365:1 24370:1 24374:6 24379:1 24390:1 24392:1 24410:1 24417:1 24418:1 24425:1 24443:1 24445:1 24446:1 24450:1 24453:1 24461:1 24469:1 24473:1 24475:1 24476:1 24485:1 24493:1 24504:4 24511:1 24512:2 24528:1 24531:1 24536:5 24537:1 24542:2 24543:1 24550:1 24556:1 24557:1 24558:1 24562:1 24569:1 24607:1 24611:1 24623:1 24635:1 24640:1 24644:1 24650:1 24653:1 24659:1 24661:1 24662:2 24664:2 24681:3 24686:1 24691:1 24708:1 24710:1 24724:1 24748:3 24764:2 24805:1 24809:1 24813:2 24834:1 24838:1 24841:1 24857:1 24907:1 24909:2 24912:5 24913:1 24918:1 24921:1 24928:1 24931:2 24939:2 24950:1 24961:1 24993:1 24994:1 24998:2 25007:1 25019:1 25042:1 25049:2 25056:1 25057:1 25064:1 25081:1 25115:1 25120:1 25127:5 25140:1 25141:1 25143:1 25154:1 25163:1 25169:2 25180:2 25191:1 25197:3 25200:1 25205:1 25247:1 25249:1 25257:1 25259:6 25260:1 25263:1 25267:1 25276:1 25284:1 25291:1 25292:1 25302:1 25322:1 25330:1 25340:1 25347:1 25349:1 25366:2 25368:1 25373:2 25375:4 25404:1 25407:1 25411:2 25428:1 25432:1 25482:1 25496:1 25498:3 25521:2 25538:2 25556:5 25559:1 25565:4 25568:1 25569:1 25575:6 25576:1 25587:1 25588:1 25600:1 25608:2 25614:3 25623:1 25634:4 25642:1 25648:3 25651:1 25652:1 25659:1 25663:1 25674:1 25677:1 25683:1 25697:1 25707:1 25717:2 25742:1 25745:1 25749:2 25753:1 25755:1 25756:1 25760:2 25761:1 25764:1 25765:8 25767:2 25771:2 25772:1 25783:1 25789:1 25790:1 25791:1 25803:1 25810:2 25822:1 25824:1 25839:1 25844:1 25845:1 25846:1 25851:1 25855:1 25856:1 25859:1 25871:1 25878:2 25890:1 25891:1 25893:1 25904:1 25910:1 25913:1 25923:1 25931:1 25939:7 25941:1 25945:2 25947:1 25948:1 25959:1 25960:1 25964:3 25965:1 25968:1 26004:1 26032:1 26035:1 26042:4 26058:2 26063:1 26067:1 26071:1 26088:3 26097:1 26104:1 26108:1 26129:1 26136:1 26137:1 26144:1 26149:1 26161:1 26191:1 26196:1 26229:1 26239:1 26244:2 26247:1 26250:1 26255:1 26259:1 26272:3 26278:2 26280:1 26286:1 26300:1 26302:2 26307:1 26329:5 26331:14 26343:1 26363:10 26371:1 26376:1 26379:1 26384:1 26386:2 26390:1 26395:1 26413:5 26415:1 26416:1 26422:1 26423:1 26424:2 26425:1 26431:1 26451:1 26459:1 26481:1 26490:2 26492:1 26496:1 26503:1 26537:2 26538:1 26553:1 26554:1 26558:1 26561:2 26563:1 26567:1 26570:1 26585:1 26586:1 26590:1 26599:2 26601:1 26605:1 26617:1 26626:1 26633:1 26635:1 26645:1 26649:1 26653:3 26671:3 26682:1 26685:3 26699:1 26701:1 26707:2 26709:1 26725:2 26730:1 26734:1 26741:1 26758:1 26767:2 26785:1 26800:2 26803:1 26810:1 26812:1 26815:1 26817:1 26834:1 26841:1 26872:2 26875:2 26879:4 26882:5 26891:4 26893:1 26920:1 26925:2 26930:1 26949:1 26952:1 26964:1 26967:1 26974:1 26994:1 27017:3 27040:1 27042:4 27067:1 27078:1 27093:1 27095:1 27102:1 27110:3 27121:2 27133:2 27138:1 27141:1 27152:5 27165:1 27168:1 27174:1 27176:1 27199:1 27207:1 27240:2 27244:2 27249:1 27254:1 27258:1 27272:1 27273:1 27282:1 27287:2 27290:1 27300:1 27321:1 27322:1 27329:1 27335:1 27367:1 27377:1 27403:8 27406:2 27418:1 27465:1 27476:1 27483:1 27490:1 27499:1 27503:1 27517:1 27538:1 27543:2 27554:1 27556:2 27595:3 27601:5 27602:1 27611:1 27651:1 27659:1 27670:1 27677:1 27681:2 27684:2 27699:1 27701:2 27714:2 27729:1 27730:1 27732:1 27750:5 27755:1 27767:1 27773:2 27782:3 27785:5 27796:3 27802:1 27807:1 27817:2 27833:1 27838:1 27845:1 27853:2 27854:1 27877:1 27890:1 27895:1 27899:1 27929:1 27930:1 27932:1 27946:3 27969:1 27979:1 28000:1 28029:1 28035:1 28052:2 28059:1 28067:3 28068:1 28074:13 28086:1 28102:1 28119:3 28142:1 28150:1 28165:1 28175:2 28177:2 28190:1 28193:2 28204:1 28205:1 28208:2 28220:2 28232:1 28246:2 28254:1 28270:1 28275:1 28276:1 28283:2 28288:1 28311:1 28316:1 28321:1 28329:1 28330:1 28332:1 28338:1 28340:1 28341:1 28349:5 28351:1 28363:2 28375:2 28381:1 28383:3 28387:1 28388:1 28390:3 28402:2 28407:1 28409:3 28411:1 28414:3 28416:1 28444:1 28455:2 28456:1 28457:2 28458:2 28461:1 28462:1 28478:2 28487:2 28501:1 28506:1 28513:1 28521:1 28525:1 28542:1 28592:1 28594:1 28595:1 28601:5 28604:1 28615:1 28619:1 28625:1 28642:1 28645:1 28673:6 28676:1 28677:1 28682:1 28686:1 28687:1 28688:2 28691:1 28693:1 28694:1 28696:1 28701:3 28702:1 28712:1 28713:2 28718:1 28719:1 28720:1 28723:1 28733:1 28734:1 28743:3 28744:1 28750:3 28751:3 28752:2 28754:1 28756:1 28758:1 28759:2 28761:5 28770:1 28771:1 28777:1 28787:3 28790:1 28807:1 28811:1 28817:3 28833:1 28841:1 28846:1 28855:4 28866:2 28867:2 28872:1 28878:1 28884:1 28895:1 28901:1 28907:1 28935:1 28986:1 28996:1 29001:1 29004:1 29025:2 29027:1 29035:1 29049:1 29052:2 29053:2 29071:1 29089:1 29090:1 29093:1 29095:1 29100:1 29110:2 29117:2 29124:1 29128:1 29134:1 29145:1 29148:2 29169:1 29183:1 29207:5 29224:2 29235:1 29239:1 29242:1 29244:1 29248:5 29263:1 29269:2 29281:1 29292:3 29302:1 29306:2 29309:1 29328:1 29336:1 29345:1 29346:1 29370:1 29380:1 29396:2 29413:2 29423:2 29440:1 29441:1 29444:1 29448:3 29458:3 29488:1 29492:2 29494:1 29495:1 29508:1 29514:2 29528:1 29529:2 29536:2 29540:1 29548:2 29555:1 29564:1 29566:15 29567:1 29570:2 29575:3 29587:2 29592:2 29600:1 29609:5 29612:1 29616:1 29621:1 29631:8 29633:1 29657:1 29673:1 29675:1 29680:1 29682:1 29686:2 29689:1 29708:2 29716:4 29721:3 29731:2 29734:1 29746:1 29748:2 29753:2 29761:7 29766:2 29771:1 29773:1 29775:1 29778:1 29791:1 29810:1 29814:1 29836:1 29842:1 29848:1 29854:1 29856:1 29858:2 29867:1 29880:1 29887:5 29894:1 29904:1 29925:1 29930:1 29939:1 29941:1 29947:1 29948:1 29961:1 29972:4 29983:1 30023:2 30025:3 30027:1 30030:2 30033:1 30034:1 30051:1 30054:1 30065:1 30066:2 30084:1 30094:1 30095:1 30097:7 30125:1 30131:1 30136:1 30147:1 30149:3 30150:1 30164:1 30199:1 30207:2 30213:1 30218:1 30233:1 30239:1 30241:1 30247:1 30253:1 30258:1 30279:1 30295:2 30302:1 30308:1 30328:1 30351:2 30354:1 30364:3 30377:1 30381:1 30396:1 30411:1 30432:1 30451:2 30466:1 30474:1 30478:1 30498:1 30506:1 30516:1 30521:1 30565:1 30587:1 30608:3 30612:1 30617:2 30634:2 30679:3 30702:1 30707:1 30719:1 30730:5 30735:1 30738:4 30742:1 30751:5 30752:1 30755:1 30756:1 30759:2 30760:1 30770:5 30779:1 30791:1 30792:1 30802:1 30807:1 30816:1 30825:1 30832:2 30834:2 30844:1 30845:1 30846:1 30849:1 30850:1 30855:1 30856:2 30857:10 30861:3 30863:2 30866:2 30869:2 30883:1 30900:2 30904:1 30906:1 30915:1 30920:2 30925:2 30964:1 30965:1 30997:4 30998:2
3 2:1 13:2 15:1 36:2 37:2 39:1 44:1 50:1 52:2 84:2 90:3 104:2 110:1 117:4 123:2 145:1 149:1 157:1 162:1 174:1 176:1 196:1 203:2 211:1 216:1 254:1 255:1 259:1 274:1 275:3 276:2 280:2 282:1 286:2 287:1 290:1 301:2 311:1 333:1 339:1 357:1 374:2 375:1 376:1 385:1 396:1 397:2 401:1 406:2 419:1 424:3 428:1 431:1 436:2 446:1 447:1 467:3 468:1 471:3 472:2 475:2 485:4 490:1 556:1 576:1 580:1 585:1 588:1 590:2 594:1 620:1 625:1 634:1 637:1 648:4 657:6 661:1 677:1 683:8 686:1 700:1 701:2 704:1 705:2 710:2 720:2 722:1 724:1 733:2 750:1 794:1 812:2 813:1 826:1 836:1 847:1 860:1 866:1 889:1 891:1 895:1 901:1 934:4 942:3 958:5 965:1 972:2 981:4 982:1 986:7 989:7 995:1 996:1 1000:1 1004:1 1006:1 1012:1 1045:3 1049:7 1053:1 1092:1 1096:2 1115:2 1124:2 1130:3 1145:1 1150:1 1189:2 1194:2 1203:2 1215:2 1233:2 1243:1 1253:4 1269:3 1275:1 1279:3 1292:1 1295:1 1297:2 1302:3 1304:3 1305:1 1309:1 1312:1 1318:1 1319:3 1321:1 1322:2 1323:2 1336:1 1349:2 1365:2 1368:2 1369:4 1380:1 1382:1 1384:1 1388:1 1389:1 1390:1 1397:1 1401:4 1403:1 1408:2 1413:1 1414:1 1428:1 1429:1 1430:1 1433:1 1434:1 1439:1 1441:1 1445:1 1458:2 1461:1 1476:1 1478:1 1483:2 1484:1 1518:1 1534:1 1538:2 1548:2 1553:1 1560:1 1563:1 1566:3 1583:1 1585:2 1593:9 1594:1 1610:3 1622:1 1626:1 1641:2 1644:1 1646:1 1654:1 1673:1 1679:1 1681:1 1685:7 1693:2 1700:1 1704:1 1707:5 1723:1 1734:2 1746:1 1751:1 1769:1 1775:1 1801:2 1802:4 1812:1 1813:1 1816:3 1833:2 1836:1 1844:1 1852:1 1861:3 1862:1 1864:2 1868:1 1883:2 1884:1 1911:1 1923:1 1930:1 1942:1 1947:2 1969:2 1971:1 1977:1 1986:1 1991:1 1993:1 1995:2 2001:2 2006:1 2007:3 2009:3 2017:1 2021:1 2025:2 2030:1 2045:1 2049:1 2050:2 2056:1 2071:1 2072:1 2076:2 2089:1 2094:1 2103:1 2106:1 2110:1 2126:2 2143:3 2146:1 2148:1 2149:1 2171:1 2173:1 2177:1 2188:1 2192:1 2204:1 2207:1 2212:1 2213:1 2225:1 2227:1 2239:2 2242:1 2247:1 2271:1 2285:1 2290:6 2301:1 2302:1 2316:1 2323:6 2325:1 2327:2 2341:5 2344:1 2352:1 2353:1 2357:1 2361:2 2385:1 2400:1 2401:1 2405:1 2411:3 2412:3 2413:1 2414:1 2416:4 2418:3 2420:4 2421:1 2423:7 2424:3 2426:2 2429:1 2431:1 2434:1 2439:4 2440:1 2443:1 2445:4 2448:1 2453:5 2454:2 2458:1 2468:1 2478:1 2487:2 2503:1 2515:1 2521:2 2532:1 2534:1 2554:2 2563:3 2576:1 2589:1 2590:2 2591:2 2592:1 2596:1 2616:1 2622:2 2630:1 2644:1 2659:3 2660:1 2663:1 2664:1 2701:1 2705:2 2724:1 2731:1 2740:1 2748:1 2779:2 2788:1 2793:1 2798:1 2799:1 2807:1 2822:1 2824:1 2827:3 2834:1 2851:1 2853:3 2854:2 2874:1 2877:1 2880:1 2885:1 2902:1 2920:1 2936:1 2939:1 2945:1 2955:2 2959:1 2972:1 2974:1 3002:2 3004:1 3006:2 3009:1 3011:2 3017:1 3019:1 3027:1 3029:1 3036:1 3038:3 3047:1 3074:2 3078:1 3086:12 3102:2 3108:1 3114:1 3119:1 3124:2 3148:3 3152:1 3153:7 3164:5 3168:1 3173:1 3199:1 3200:1 3233:1 3278:1 3281:1 3325:1 3338:1 3346:2 3353:1 3378:1 3380:1 3394:1 3406:1 3408:2 3411:1 3421:1 3426:4 3434:6 3443:1 3471:1 3475:1 3479:1 3523:1 3532:1 3541:1 3544:1 3557:1 3582:1 3597:1 3605:2 3612:1 3619:1 3627:1 3636:1 3640:1 3649:1 3665:1 3688:1 3694:1 3699:2 3701:1 3704:1 3709:1 3733:1 3734:1 3741:1 3743:1 3752:1 3753:1 3756:1 3757:1 3758:2 3759:2 3782:1 3784:1 3786:1 3800:1 3832:1 3849:2 3851:2 3854:1 3861:1 3865:6 3870:4 3880:2 3884:1 3886:2 3891:3 3919:3 3923:1 3930:1 3932:2 3955:1 3962:3 3965:3 3982:5 3985:1 3992:1 4013:1 4016:2 4038:1 4042:1 4043:2 4044:2 4056:2 4063:2 4068:1 4069:2 4077:1 4088:1 4091:2 4100:1 4103:5 4118:1 4128:1 4138:1 4150:1 4153:1 4155:3 4178:1 4195:1 4199:1 4201:1 4203:1 4206:1 4212:4 4220:1 4240:2 4245:1 4249:1 4254:1 4255:2 4276:1 4281:1 4290:1 4293:1 4296:1 4303:1 4307:1 4320:1 4339:3 4344:1 4345:1 4353:1 4359:1 4367:1 4387:1 4388:2 4390:3 4397:2 4404:1 4408:1 4410:2 4414:1 4421:1 4445:1 4449:1 4455:1 4462:1 4465:3 4495:1 4497:1 4508:3 4510:2 4521:1 4539:2 4541:1 4544:1 4569:1 4590:1 4605:1 4621:1 4624:1 4637:1 4652:6 4664:1 4689:1 4697:2 4707:1 4710:1 4721:3 4741:1 4745:1 4746:1 4750:1 4751:1 4773:1 4775:2 4778:1 4780:1 4792:2 4806:2 4808:1 4811:1 4816:1 4835:1 4838:1 4839:1 4846:1 4848:1 4864:1 4866:10 4881:1 4885:1 4893:2 4900:1 4901:2 4906:10 4915:1 4932:1 4948:3 4992:2 4998:3 5003:2 5008:1 5027:1 5042:1 5076:1 5077:1 5083:1 5091:1 5098:16 5100:3 5115:1 5127:1 5138:1 5153:1 5157:1 5162:1 5169:1 5171:2 5174:1 5222:1 5225:5 5241:4 5242:5 5243:2 5249:2 5252:1 5255:2 5256:1 5257:2 5258:1 5264:1 5271:2 5272:2 5274:2 5275:1 5279:1 5314:1 5332:1 5335:2 5349:1 5378:2 5379:1 5389:1 5393:1 5401:1 5404:1 5413:1 5414:1 5415:1 5432:1 5437:1 5477:1 5483:2 5510:1 5514:1 5526:1 5532:1 5537:1 5541:2 5553:1 5560:1 5586:4 5588:1 5589:1 5592:2 5604:1 5626:2 5644:2 5659:2 5664:1 5670:1 5671:2 5704:1 5705:1 5714:2 5716:1 5752:1 5759:1 5760:1 5768:3 5776:1 5783:1 5798:1 5800:2 5801:2 5814:1 5880:1 5881:3 5884:1 5885:2 5887:1 5936:1 5941:2 5956:1 5968:1 5972:3 5973:1 5974:1 5977:1 5992:1 6007:2 6013:1 6024:1 6027:1 6040:1 6046:3 6077:2 6079:1 6083:1 6084:1 6115:1 6118:1 6124:1 6126:1 6136:2 6143:1 6148:1 6161:1 6177:1 6182:2 6184:1 6189:2 6207:1 6222:2 6229:1 6233:1 6237:3 6269:1 6305:2 6306:1 6313:1 6318:1 6319:1 6324:1 6331:2 6341:2 6342:1 6344:3 6346:2 6349:2 6360:1 6361:1 6370:3 6375:2 6377:1 6378:1 6383:2 6387:1 6388:1 6390:2 6397:2 6402:2 6426:1 6438:1 6444:1 6457:1 6462:1 6469:7 6479:1 6495:1 6506:1 6509:2 6512:1 6513:1 6520:1 6525:1 6541:1 6551:2 6554:1 6562:1 6565:2 6571:2 6583:2 6592:1 6609:1 6625:3 6627:1 6636:2 6638:1 6644:1 6657:3 6660:1 6677:6 6679:1 6680:1 6681:2 6686:2 6687:7 6689:2 6690:1 6692:1 6695:5 6696:1 6698:2 6700:4 6703:13 6705:1 6708:1 6712:1 6731:1 6734:1 6743:1 6765:2 6799:1 6829:1 6835:1 6839:1 6840:4 6843:1 6849:1 6851:2 6859:13 6875:1 6918:1 6919:2 6920:2 6932:1 6939:1 6954:1 6956:1 6966:1 6969:1 6980:3 6983:1 7032:1 7041:1 7052:1 7081:1 7099:1 7110:1 7114:1 7116:2 7123:2 7128:3 7130:2 7131:1 7140:1 7148:2 7153:1 7166:1 7176:2 7177:1 7181:4 7185:1 7193:1 7198:1 7199:1 7204:6 7208:2 7224:1 7228:1 7232:1 7249:2 7257:1 7285:2 7287:1 7294:1 7296:1 7303:1 7310:1 7323:1 7336:2 7339:1 7349:1 7351:1 7352:1 7361:2 7368:1 7370:1 7378:1 7379:1 7387:1 7388:1 7390:1 7400:1 7405:1 7411:1 7412:1 7417:2 7419:2 7427:1 7438:1 7456:1 7473:1 7497:1 7508:1 7509:2 7523:2 7527:1 7531:1 7533:1 7539:5 7548:1 7563:1 7597:1 7603:1 7609:1 7621:1 7654:1 7658:1 7660:1 7673:1 7687:1 7702:1 7713:1 7725:1 7730:1 7784:1 7788:1 7799:3 7806:1 7816:1 7821:1 7833:1 7838:1 7854:1 7865:1 7873:1 7876:1 7885:8 7901:1 7904:1 7911:1 7912:1 7922:1 7929:2 7933:1 7935:1 7941:1 7952:1 7968:1 7970:3 7975:1 7983:1 7987:1 8057:10 8058:5 8066:1 8078:2 8079:1 8080:1 8102:1 8107:4 8108:3 8112:2 8117:1 8124:44 8132:1 8133:1 8148:4 8150:11 8158:2 8162:1 8177:2 8185:1 8206:1 8214:1 8236:1 8239:2 8240:1 8263:1 8265:2 8279:1 8298:1 8315:1 8320:1 8334:2 8337:1 8343:1 8345:2 8354:1 8370:1 8372:2 8391:1 8399:1 8400:3 8410:2 8414:1 8450:1 8455:1 8493:1 8499:2 8527:1 8532:1 8545:1 8552:2 8555:1 8556:1 8562:1 8566:1 8570:2 8581:1 8583:1 8585:1 8606:2 8614:1 8626:1 8639:1 8643:2 8645:2 8652:2 8653:2 8665:28 8683:1 8690:1 8695:1 8699:2 8703:1 8706:3 8709:1 8712:1 8749:1 8766:1 8768:1 8792:2 8793:1 8795:2 8816:1 8822:1 8830:1 8847:1 8866:1 8870:2 8875:2 8878:1 8912:3 8916:2 8918:3 8925:3 8927:1 8934:1 8944:1 8956:2 8958:1 8964:1 8967:1 8970:4 8972:2 8982:1 8993:1 8999:1 9007:3 9008:1 9026:1 9032:1 9034:2 9035:1 9052:1 9056:1 9059:1 9061:1 9067:3 9069:2 9070:1 9074:1 9075:2 9077:1 9080:1 9085:1 9093:1 9097:1 9120:1 9135:1 9151:3 9156:2 9167:1 9176:1 9177:2 9178:1 9200:1 9205:3 9218:2 9232:1 9233:1 9240:1 9242:1 9246:1 9249:1 9258:1 9262:2 9277:1 9291:2 9295:2 9309:1 9317:1 9320:1 9324:1 9356:1 9368:1 9385:2 9387:1 9389:1 9394:1 9395:2 9398:1 9400:1 9401:1 9404:2 9418:1 9423:1 9424:2 9425:1 9427:1 9433:1 9439:2 9442:3 9451:1 9453:1 9459:4 9464:1 9483:2 9498:1 9502:1 9510:1 9515:2 9526:1 9530:1 9531:1 9534:1 9545:1 9550:1 9558:1 9569:3 9571:1 9581:1 9587:1 9590:1 9597:1 9598:1 9599:1 9601:1 9618:1 9624:4 9627:1 9653:1 9654:1 9680:4 9682:1 9684:1 9690:1 9694:1 9707:1 9712:1 9725:1 9731:2 9733:1 9762:1 9770:1 9773:2 9790:1 9800:1 9807:2 9828:1 9837:2 9843:1 9850:1 9857:1 9862:1 9865:1 9866:1 9875:1 9884:1 9900:1 9903:3 9910:1 9922:1 9944:1 9962:1 9969:2 9980:1 9985:1 9989:1 9992:1 9995:1 9996:1 10011:1 10024:1 10025:2 10027:1 10028:2 10036:1 10048:1 10049:2 10067:1 10073:1 10082:1 10083:2 10134:1 10135:1 10160:2 10162:2 10164:1 10172:1 10178:1 10179:1 10182:1 10197:1 10209:1 10219:1 10226:2 10228:1 10242:4 10245:3 10264:3 10266:1 10270:1 10287:5 10288:4 10290:1 10308:1 10322:1 10329:1 10360:1 10367:1 10403:1 10410:1 10424:1 10425:1 10438:5 10441:1 10443:2 10444:1 10448:1 10453:1 10454:4 10468:1 10471:1 10484:2 10494:1 10514:1 10519:6 10534:1 10535:1 10547:1 10553:1 10558:5 10569:1 10588:2 10591:1 10600:1 10604:1 10606:1 10612:1 10617:3 10621:1 10627:2 10630:7 10638:2 10640:1 10651:1 10653:2 10663:1 10687:1 10701:1 10703:1 10708:2 10711:1 10740:1 10747:1 10759:1 10768:1 10780:1 10784:4 10793:1 10800:1 10804:1 10805:1 10808:1 10820:1 10827:1 10850:4 10862:1 10865:2 10906:1 10907:6 10911:1 10914:1 10915:1 10916:1 10934:1 10935:1 10952:1 10959:1 10960:1 10961:2 10963:2 10974:1 10978:1 10979:2 10988:2 11001:1 11004:1 11010:3 11015:1 11024:1 11038:2 11057:1 11058:1 11067:1 11089:2 11090:1 11110:1 11114:1 11134:1 11143:1 11144:1 11152:1 11188:1 11192:1 11206:1 11208:1 11214:5 11216:1 11219:1 11225:13 11261:2 11265:1 11275:2 11287:2 11295:1 11301:2 11317:1 11328:1 11344:1 11355:1 11357:1 11386:1 11393:1 11414:1 11428:1 11443:2 11458:6 11461:6 11473:1 11482:1 11495:2 11496:1 11507:2 11509:1 11536:1 11539:1 11540:1 11541:1 11551:1 11556:1 11561:1 11564:1 11565:1 11576:4 11584:1 11588:1 11593:1 11597:3 11604:2 11622:1 11628:1 11634:4 11639:2 11640:1 11641:1 11644:3 11660:1 11678:1 11694:1 11696:1 11709:1 11729:1 11731:1 11741:1 11760:1 11763:2 11798:1 11810:1 11815:2 11820:4 11825:3 11827:2 11844:1 11849:2 11854:2 11865:2 11894:2 11898:2 11913:1 11920:1 11927:1 11931:1 11938:2 11940:3 11955:1 11956:1 11961:1 11962:1 11977:2 11979:1 11984:1 11992:1 12000:1 12014:2 12027:2 12028:1 12033:1 12036:1 12050:2 12086:1 12093:1 12101:1 12102:1 12107:1 12113:1 12120:1 12123:2 12147:11 12171:1 12174:2 12176:1 12181:1 12183:4 12185:1 12190:1 12196:1 12197:1 12199:1 12200:1 12205:1 12208:2 12211:1 12212:2 12215:1 12217:1 12220:3 12225:2 12226:1 12250:1 12252:1 12254:4 12261:1 12262:1 12263:2 12270:13 12273:1 12279:1 12280:4 12285:2 12286:2 12287:4 12307:1 12325:1 12338:1 12339:1 12342:1 12352:1 12406:1 12422:1 12425:1 12431:1 12440:2 12444:2 12456:1 12466:1 12473:4 12485:2 12496:1 12504:2 12516:1 12528:2 12550:2 12561:1 12562:1 12575:1 12589:1 12616:1 12617:1 12620:1 12629:3 12630:3 12639:1 12640:1 12645:1 12654:1 12657:1 12669:1 12670:1 12671:2 12689:1 12701:2 12702:1 12713:2 12715:2 12735:5 12756:1 12781:1 12826:1 12829:1 12831:1 12836:2 12843:3 12851:2 12856:1 12869:1 12873:2 12874:1 12885:1 12887:1 12906:1 12925:2 12940:1 12953:2 12956:1 12959:1 12978:1 12983:1 12986:1 12992:1 12996:1 12998:1 13001:1 13014:1 13015:1 13021:8 13023:1 13031:1 13098:3 13102:1 13112:1 13151:2 13155:1 13157:1 13167:1 13172:1 13190:2 13213:1 13228:1 13247:1 13249:4 13257:1 13269:1 13273:2 13283:1 13285:1 13291:1 13297:1 13302:1 13304:2 13312:1 13313:1 13318:1 13323:1 13336:1 13341:1 13358:1 13362:1 13364:1 13375:1 13387:1 13390:1 13393:1 13404:1 13412:1 13438:1 13459:1 13463:1 13467:1 13470:1 13486:1 13533:1 13542:1 13543:1 13578:1 13584:1 13586:1 13596:1 13600:1 13605:1 13618:1 13632:1 13639:1 13642:2 13649:5 13650:1 13651:2 13656:1 13682:1 13683:4 13720:1 13733:1 13738:1 13739:1 13751:4 13755:4 13759:3 13761:3 13773:1 13774:5 13785:1 13789:1 13803:1 13809:2 13814:1 13820:2 13829:1 13831:3 13840:1 13841:10 13857:1 13881:1 13883:1 13889:1 13892:1 13898:1 13912:1 13916:8 13918:1 13919:1 13928:2 13934:1 13942:1 13953:1 13975:1 13986:1 13991:1 13993:1 13995:1 13996:1 13998:1 14003:1 14033:2 14037:3 14042:1 14061:1 14063:1 14079:1 14084:2 14085:1 14090:1 14120:2 14140:2 14150:1 14158:2 14161:2 14162:1 14179:1 14185:3 14192:1 14223:2 14227:1 14229:3 14230:2 14241:2 14246:1 14247:1 14256:4 14257:1 14258:2 14268:1 14295:3 14296:1 14305:1 14324:1 14339:1 14340:1 14348:3 14360:1 14362:1 14365:2 14384:2 14386:2 14387:1 14389:1 14396:2 14397:3 14400:1 14406:1 14410:1 14420:1 14438:1 14440:3 14442:2 14454:2 14481:2 14510:1 14513:1 14518:1 14530:1 14531:1 14533:2 14536:1 14548:3 14552:1 14576:1 14581:1 14593:1 14595:1 14596:1 14599:3 14608:2 14616:3 14619:1 14630:1 14637:1 14641:1 14649:1 14652:1 14657:2 14659:1 14684:2 14695:1 14699:1 14707:1 14709:1 14716:1 14735:3 14761:1 14772:2 14780:1 14784:3 14789:1 14795:1 14805:1 14807:1 14809:2 14845:1 14860:1 14878:3 14885:2 14890:1 14903:1 14906:1 14911:4 14916:1 14917:1 14921:2 14923:6 14925:1 14927:2 14940:4 14942:3 14943:2 14950:5 14951:2 14959:2 14981:1 15000:1 15004:2 15005:1 15031:1 15042:1 15043:1 15063:2 15070:1 15082:1 15090:1 15105:1 15114:1 15116:1 15120:1 15121:1 15134:1 15138:1 15141:1 15155:2 15168:2 15174:1 15189:1 15212:1 15217:1 15233:2 15241:1 15267:1 15300:2 15304:2 15314:3 15315:5 15326:1 15331:1 15346:1 15358:1 15374:2 15377:4 15380:1 15383:2 15388:1 15389:1 15394:1 15400:1 15401:1 15404:1 15414:1 15422:2 15423:2 15432:2 15442:1 15448:2 15450:1 15473:1 15480:1 15483:1 15488:1 15494:2 15501:1 15509:1 15514:1 15516:3 15540:1 15572:1 15582:1 15597:1 15598:1 15605:1 15606:5 15608:1 15617:1 15623:1 15628:2 15636:5 15642:2 15643:4 15645:2 15666:1 15672:1 15680:1 15686:1 15690:2 15729:1 15744:1 15751:1 15768:1 15771:1 15779:1 15820:1 15827:1 15837:2 15843:1 15847:1 15851:1 15869:2 15884:1 15885:1 15895:1 15899:1 15900:1 15918:1 15935:1 15937:3 15947:1 15966:2 15969:1 15972:1 15983:1 16018:2 16034:2 16036:1 16051:1 16068:1 16087:1 16092:2 16094:1 16095:1 16108:3 16127:2 16134:1 16149:2 16151:1 16152:1 16153:1 16154:1 16155:1 16159:1 16163:1 16178:1 16190:1 16191:1 16195:2 16201:1 16207:8 16245:1 16248:1 16258:1 16266:1 16268:1 16279:1 16295:1 16298:1 16318:1 16336:2 16348:2 16355:1 16357:1 16360:1 16362:6 16364:1 16368:1 16377:1 16383:1 16384:2 16385:3 16396:2 16398:1 16399:1 16402:1 16404:1 16406:1 16407:1 16414:1 16418:4 16419:1 16422:3 16424:2 16431:1 16437:2 16441:6 16442:1 16451:1 16469:1 16474:2 16515:1 16525:1 16530:3 16531:1 16550:1 16561:6 16571:1 16580:2 16595:1 16601:1 16602:1 16603:1 16606:1 16616:1 16619:6 16626:1 16664:1 16665:1 16668:1 16687:2 16696:3 16704:12 16707:1 16712:1 16718:1 16727:1 16731:1 16746:4 16750:2 16761:1 16766:1 16767:1 16772:1 16775:1 16786:1 16792:9 16793:1 16798:2 16807:1 16811:1 16822:4 16823:1 16826:1 16836:1 16857:1 16866:1 16911:1 16915:1 16947:2 16949:1 16950:1 16958:2 16968:1 16972:1 16973:1 16974:1 16975:1 16977:1 16978:3 16980:2 16982:1 16985:2 16986:1 16987:1 16988:3 16989:4 16992:1 16994:1 16998:1 16999:2 17006:1 17010:1 17024:2 17027:1 17036:1 17061:1 17064:1 17070:1 17071:2 17073:2 17074:1 17079:1 17081:2 17083:2 17088:1 17119:3 17124:1 17129:1 17134:2 17147:1 17169:1 17177:1 17179:1 17190:1 17203:1 17216:1 17256:4 17271:1 17273:1 17284:1 17291:1 17297:1 17306:1 17309:1 17317:1 17331:1 17332:1 17336:1 17344:4 17366:1 17385:1 17393:2 17400:1 17420:4 17430:1 17443:1 17444:1 17455:7 17461:1 17464:1 17465:1 17475:1 17483:1 17502:1 17504:1 17506:2 17507:5 17508:1 17516:1 17553:1 17566:1 17575:1 17593:1 17594:2 17620:1 17623:1 17628:1 17630:2 17631:1 17632:7 17644:2 17685:1 17701:2 17718:1 17721:1 17733:1 17734:1 17756:2 17758:1 17761:1 17765:1 17774:1 17793:1 17797:1 17803:1 17809:1 17811:1 17816:1 17853:1 17906:1 17914:1 17926:1 17931:1 17946:1 17951:1 17968:1 17970:2 17973:1 17982:2 17984:1 17985:1 17988:2 18018:2 18021:1 18044:2 18055:2 18060:1 18066:1 18072:1 18074:1 18078:1 18080:1 18128:2 18142:2 18152:2 18154:1 18158:2 18166:2 18181:1 18183:1 18184:1 18195:1 18198:1 18199:1 18201:1 18208:1 18214:1 18249:1 18254:1 18256:2 18260:2 18261:1 18267:1 18270:5 18277:2 18280:1 18293:1 18309:1 18313:1 18318:1 18364:1 18368:1 18378:1 18388:2 18389:1 18404:1 18406:1 18412:1 18415:1 18416:1 18420:1 18425:1 18432:1 18447:1 18455:1 18469:1 18473:2 18475:1 18489:1 18493:1 18512:1 18537:2 18549:1 18555:1 18567:2 18584:1 18591:2 18602:1 18604:1 18612:1 18625:1 18642:1 18654:1 18655:1 18662:6 18672:1 18677:1 18680:1 18686:1 18690:1 18693:1 18699:2 18703:1 18712:1 18713:1 18717:1 18724:1 18727:1 18731:2 18736:1 18745:3 18746:6 18748:1 18752:1 18773:1 18790:1 18796:1 18799:2 18817:1 18833:2 18834:1 18842:5 18859:2 18865:1 18867:1 18881:1 18883:1 18893:1 18912:1 18916:1 18917:1 18934:1 18949:1 18951:3 18958:2 18959:1 18962:2 18984:1 19005:2 19009:1 19011:1 19017:1 19020:1 19025:1 19052:2 19070:4 19072:1 19100:1 19118:2 19122:1 19167:2 19180:1 19191:1 19193:1 19198:1 19207:1 19208:1 19232:1 19237:1 19243:1 19254:7 19260:1 19262:1 19278:1 19281:1 19285:1 19294:2 19300:1 19307:1 19311:1 19312:2 19337:2 19338:1 19339:1 19342:1 19344:2 19348:1 19351:1 19370:1 19399:1 19402:1 19403:1 19407:1 19420:3 19421:1 19426:1 19438:1 19445:1 19458:2 19462:1 19470:1 19486:3134 19488:2 19490:1 19494:3 19496:1 19500:1 19507:1 19511:4 19512:1 19546:1 19547:1 19587:1 19594:1 19596:1 19607:1 19612:2 19616:1 19621:1 19625:1 19632:1 19643:5 19668:1 19672:7 19684:1 19685:1 19688:1 19691:1 19695:1 19721:1 19723:1 19725:5 19730:1 19743:1 19778:1 19784:4 19815:1 19817:1 19834:2 19876:3 19887:1 19888:1 19946:4 19954:1 19955:1 19979:1 19987:2 19997:3 19998:1 20006:2 20011:1 20012:1 20015:2 20028:1 20032:1 20054:1 20058:1 20063:1 20065:1 20071:1 20073:1 20080:1 20085:1 20087:1 20089:1 20110:2 20120:1 20141:1 20148:2 20168:1 20177:1 20188:1 20210:1 20216:1 20234:4 20267:1 20286:1 20295:1 20301:2 20312:2 20314:6 20315:1 20317:1 20321:1 20346:6 20358:1 20370:1 20376:1 20381:1 20393:3 20402:1 20410:1 20414:1 20421:4 20435:1 20458:1 20462:1 20463:1 20464:4 20467:1 20488:1 20491:2 20494:1 20496:1 20498:2 20501:4 20504:1 20505:1 20506:2 20513:2 20514:1 20517:1 20523:1 20529:1 20532:5 20534:1 20540:1 20561:1 20572:1 20590:1 20595:2 20601:2 20613:1 20624:1 20629:1 20647:2 20656:1 20677:4 20679:1 20681:1 20684:2 20694:3 20698:1 20700:1 20701:1 20703:1 20711:1 20713:3 20716:2 20731:1 20732:2 20734:2 20745:1 20756:1 20763:1 20768:4 20775:1 20777:2 20787:1 20816:2 20819:1 20827:1 20832:1 20850:1 20864:1 20867:1 20869:2 20886:1 20912:1 20924:1 20925:1 20928:2 20936:1 20948:1 20980:6 20981:1 20987:1 21009:2 21038:1 21039:1 21046:5 21052:1 21053:1 21070:2 21073:2 21098:3 21128:2 21130:1 21138:1 21139:1 21142:1 21143:1 21149:1 21151:1 21153:3 21158:1 21166:1 21184:7 21185:1 21186:1 21189:1 21193:1 21206:1 21209:2 21211:1 21217:1 21220:1 21221:1 21230:2 21239:2 21242:5 21245:1 21263:1 21264:1 21268:1 21269:1 21278:1 21283:1 21295:1 21305:1 21316:1 21320:1 21325:4 21333:1 21350:1 21353:1 21355:1 21357:3 21358:1 21361:1 21383:1 21389:1 21400:6 21416:3 21471:1 21474:1 21482:3 21491:1 21513:2 21537:1 21560:1 21567:1 21574:2 21602:1 21603:2 21614:1 21616:1 21619:2 21630:1 21636:2 21646:3 21657:1 21659:1 21665:1 21672:1 21676:1 21679:1 21687:1 21693:1 21714:1 21715:1 21717:1 21719:1 21736:1 21747:1 21750:1 21753:1 21756:1 21759:1 21761:1 21762:1 21763:1 21771:1 21774:1 21777:1 21779:1 21785:1 21786:1 21791:1 21792:5 21795:1 21810:3 21815:2 21823:1 21826:1 21833:5 21846:1 21850:1 21852:1 21853:2 21886:1 21920:1 21924:2 21926:4 21930:1 21952:1 21957:2 21965:1 21967:1 21978:2 22004:2 22023:1 22024:3 22029:1 22031:3 22053:1 22054:1 22067:1 22069:1 22074:1 22076:2 22082:1 22088:2 22090:1 22095:1 22099:1 22127:1 22135:1 22137:1 22144:1 22145:1 22148:1 22149:1 22155:1 22156:2 22162:1 22164:1 22169:1 22171:1 22179:1 22187:2 22190:1 22192:1 22208:1 22210:1 22214:1 22222:1 22271:1 22279:1 22282:1 22304:1 22317:1 22325:1 22340:1 22344:1 22345:1 22350:1 22354:1 22355:1 22359:1 22373:1 22375:1 22377:2 22378:4 22381:2 22395:1 22397:1 22430:1 22437:1 22441:1 22446:2 22477:1 22486:3 22490:4 22492:1 22497:2 22503:2 22504:2 22511:1 22513:1 22539:1 22547:1 22566:1 22568:1 22569:1 22577:1 22591:1 22610:1 22618:1 22620:1 22626:2 22627:1 22631:1 22633:1 22635:2 22638:1 22645:1 22653:6 22655:1 22663:1 22672:1 22673:1 22696:1 22724:1 22731:1 22736:1 22741:1 22743:1 22745:7 22746:1 22753:6 22765:2 22776:1 22785:1 22791:3 22795:3 22802:1 22803:1 22812:1 22813:2 22831:1 22843:1 22869:2 22882:1 22885:2 22888:1 22889:1 22891:1 22899:2 22906:1 22911:7 22913:3 22918:1 22921:1 22930:1 22942:1 22963:1 22968:1 22972:1 22980:1 22982:1 22993:2 22995:2 23022:1 23029:1 23033:4 23047:1 23049:1 23058:2 23062:1 23064:1 23074:3 23081:1 23082:1 23090:1 23094:1 23105:1 23110:1 23111:2 23114:1 23119:1 23120:1 23130:1 23131:1 23153:2 23157:2 23166:1 23170:1 23188:1 23200:1 23210:1 23213:1 23222:1 23233:1 23244:2 23251:2 23264:1 23289:1 23291:1 23292:1 23298:1 23300:1 23303:1 23316:6 23318:2 23352:1 23354:1 23360:2 23371:1 23382:1 23383:1 23384:5 23385:2 23397:1 23398:1 23417:1 23425:1 23439:1 23444:1 23447:3 23466:1 23486:1 23496:1 23499:1 23500:3 23512:1 23515:2 23516:6 23521:2 23524:1 23535:2 23539:1 23550:2 23559:3 23564:7 23569:1 23573:1 23574:1 23575:1 23577:1 23581:2 23590:1 23591:1 23598:1 23614:1 23620:1 23623:1 23624:2 23629:5 23631:1 23637:1 23638:1 23639:4 23642:1 23644:2 23649:3 23650:2 23658:1 23667:1 23668:4 23676:2 23703:1 23724:1 23731:1 23734:1 23738:2 23760:2 23764:5 23765:1 23767:1 23769:3 23789:1 23791:3 23792:1 23796:2 23807:1 23814:2 23830:2 23836:1 23841:1 23843:1 23871:2 23873:2 23875:1 23887:1 23888:1 23894:1 23898:2 23910:1 23919:1 23928:1 23933:1 23934:1 23943:1 23957:10 23979:1 23990:3 23999:1 24001:1 24008:1 24013:1 24014:1 24029:1 24032:1 24034:1 24048:1 24052:2 24057:1 24059:1 24066:2 24067:1 24101:2 24113:2 24115:1 24123:2 24147:1 24164:1 24167:1 24178:1 24182:1 24184:2 24185:2 24190:1 24210:2 24220:1 24238:1 24244:1 24246:1 24265:2 24267:1 24272:1 24280:1 24291:2 24296:2 24319:1 24324:1 24326:1 24331:1 24333:3 24334:1 24338:1 24352:1 24354:1 24357:1 24360:1 24365:1 24370:1 24374:6 24379:1 24390:1 24392:1 24410:1 24417:1 24418:1 24425:1 24430:1 24443:1 24445:1 24446:1 24450:1 24453:1 24461:1 24469:1 24473:1 24475:1 24476:1 24485:1 24493:1 24504:4 24511:1 24512:2 24528:1 24531:1 24536:5 24537:1 24542:2 24543:1 24550:1 24556:1 24557:1 24558:1 24562:1 24569:1 24607:1 24611:1 24623:1 24635:1 24640:1 24644:1 24650:1 24653:1 24659:2 24661:1 24662:2 24664:2 24681:3 24686:1 24691:1 24708:1 24710:1 24724:1 24748:3 24764:2 24805:1 24809:1 24813:2 24834:1 24838:1 24841:1 24857:1 24907:1 24909:2 24912:5 24913:1 24918:1 24921:1 24928:1 24931:2 24939:2 24950:1 24961:1 24993:1 24994:1 24998:2 25007:1 25019:1 25035:1 25042:1 25049:2 25056:1 25057:1 25064:1 25081:1 25115:2 25120:1 25127:5 25140:1 25141:1 25143:1 25154:1 25163:1 25169:2 25180:2 25191:1 25197:3 25200:1 25205:1 25247:1 25249:1 25257:1 25258:1 25259:7 25260:1 25263:1 25267:1 25276:1 25284:1 25291:1 25292:1 25302:2 25322:1 25330:1 25340:1 25347:1 25349:1 25366:2 25368:1 25373:2 25375:4 25404:1 25407:1 25411:2 25428:1 25432:1 25435:1 25482:1 25496:1 25498:3 25521:2 25538:2 25556:5 25559:1 25565:4 25568:1 25569:1 25575:6 25576:1 25587:1 25588:1 25600:1 25608:2 25614:3 25623:1 25634:4 25642:1 25648:3 25651:1 25652:1 25659:1 25663:1 25674:1 25677:1 25683:1 25697:1 25707:1 25717:2 25742:1 25745:1 25749:2 25753:1 25755:1 25756:1 25760:2 25761:1 25764:1 25765:9 25767:2 25771:2 25772:1 25783:1 25789:1 25790:1 25791:1 25803:1 25810:2 25822:1 25824:1 25839:1 25844:1 25845:1 25846:1 25851:1 25855:1 25856:1 25859:1 25871:1 25878:2 25890:1 25891:1 25893:1 25904:1 25910:1 25913:1 25923:1 25931:1 25939:7 25941:1 25945:2 25947:1 25948:1 25959:1 25960:1 25964:3 25965:1 25968:1 26004:1 26032:1 26035:1 26042:4 26058:3 26063:1 26067:1 26071:1 26088:4 26097:1 26104:1 26108:1 26129:1 26136:1 26137:1 26144:1 26149:1 26161:1 26191:1 26196:1 26229:1 26239:1 26244:2 26247:1 26250:1 26255:1 26259:1 26272:3 26278:2 26280:1 26286:1 26300:1 26302:2 26307:1 26329:5 26331:14 26343:1 26363:10 26371:1 26376:1 26379:1 26384:1 26386:2 26390:1 26395:1 26413:5 26415:1 26416:1 26422:1 26423:1 26424:2 26425:1 26431:1 26451:1 26459:1 26481:1 26490:2 26492:1 26496:1 26503:1 26537:2 26538:1 26553:1 26554:1 26558:1 26561:2 26563:1 26567:1 26570:1 26585:1 26586:1 26590:1 26599:2 26601:1 26605:1 26617:1 26626:1 26633:1 26635:1 26645:1 26649:1 26653:3 26671:3 26682:1 26685:3 26699:1 26701:1 26707:2 26709:1 26725:2 26730:1 26734:1 26741:1 26758:1 26767:3 26785:2 26800:2 26803:1 26810:1 26812:1 26815:1 26817:1 26834:1 26841:1 26872:2 26875:2 26879:5 26882:5 26891:4 26893:1 26920:1 26925:2 26930:1 26949:1 26952:1 26964:1 26967:1 26974:1 26994:1 27017:3 27040:1 27042:4 27052:1 27067:1 27078:1 27093:1 27095:1 27102:1 27110:3 27121:2 27133:2 27138:1 27141:1 27152:5 27165:1 27168:1 27174:1 27176:1 27199:1 27202:1 27207:1 27227:1 27240:2 27244:2 27249:1 27254:1 27258:1 27272:1 27273:1 27282:1 27287:2 27290:1 27300:1 27321:1 27322:1 27329:1 27335:1 27367:1 27377:1 27403:9 27406:2 27418:1 27465:1 27476:1 27483:1 27490:1 27499:1 27503:1 27517:1 27538:1 27543:2 27554:1 27556:2 27595:3 27601:5 27602:1 27611:1 27651:1 27659:1 27670:1 27677:1 27681:2 27684:2 27699:1 27701:2 27714:3 27729:1 27730:1 27732:1 27750:5 27755:1 27760:1 27767:1 27773:2 27782:3 27785:5 27796:3 27802:1 27807:1 27817:2 27833:1 27838:1 27845:1 27853:2 27854:1 27877:1 27890:1 27895:2 27899:1 27929:1 27930:1 27932:1 27946:3 27969:1 27979:1 28000:2 28029:1 28035:1 28052:2 28059:1 28067:3 28068:1 28074:13 28086:1 28102:1 28104:1 28119:3 28142:1 28150:1 28165:1 28175:2 28177:2 28190:1 28193:2 28204:1 28205:1 28208:2 28220:2 28232:1 28246:2 28252:1 28254:1 28270:1 28275:1 28276:1 28283:2 28288:1 28311:1 28316:1 28321:1 28329:1 28330:1 28332:1 28338:1 28340:1 28341:1 28349:5 28351:1 28363:2 28375:2 28381:1 28383:3 28387:1 28388:1 28390:3 28402:2 28407:1 28409:3 28411:1 28414:3 28416:1 28444:1 28455:2 28456:1 28457:2 28458:2 28461:1 28462:1 28478:2 28487:2 28501:1 28506:1 28513:1 28521:1 28525:1 28542:1 28592:1 28594:1 28595:1 28601:5 28604:1 28615:1 28619:1 28625:1 28642:1 28645:1 28673:6 28676:1 28677:1 28682:1 28686:1 28687:1 28688:2 28691:2 28693:1 28694:1 28696:1 28701:3 28702:1 28712:1 28713:2 28718:1 28719:1 28720:1 28723:1 28733:1 28734:1 28743:4 28744:1 28750:3 28751:3 28752:2 28754:1 28756:1 28758:1 28759:2 28761:6 28770:1 28771:1 28777:1 28787:3 28790:1 28807:1 28811:1 28817:3 28832:1 28833:1 28841:1 28846:1 28855:4 28866:2 28867:2 28872:1 28878:1 28884:1 28895:1 28901:1 28907:1 28935:1 28986:1 28996:1 29001:1 29004:1 29025:2 29027:1 29035:1 29049:1 29052:2 29053:2 29071:1 29089:1 29090:1 29093:1 29095:1 29100:1 29110:2 29117:2 29124:1 29128:1 29134:1 29145:1 29148:2 29169:1 29183:1 29207:5 29224:2 29235:1 29239:1 29242:1 29244:1 29248:5 29251:1 29263:1 29269:3 29281:1 29292:3 29302:1 29306:2 29309:1 29328:1 29336:1 29345:1 29346:1 29370:1 29380:1 29396:2 29413:2 29423:2 29440:1 29441:1 29444:1 29448:3 29449:1 29458:4 29488:1 29492:2 29494:1 29495:1 29508:1 29514:2 29528:1 29529:2 29536:2 29540:1 29548:2 29555:1 29564:1 29566:15 29567:1 29570:2 29575:3 29587:2 29592:2 29600:1 29609:5 29612:1 29616:1 29620:1 29621:1 29631:8 29633:1 29657:1 29673:1 29675:1 29680:1 29682:1 29686:2 29689:1 29708:2 29716:4 29721:3 29731:2 29734:1 29746:1 29748:2 29753:2 29761:7 29766:2 29771:1 29773:1 29775:1 29778:1 29791:1 29810:1 29814:1 29836:1 29842:1 29848:1 29854:1 29856:1 29858:2 29867:1 29880:1 29887:5 29894:1 29904:1 29925:1 29930:1 29939:1 29941:1 29947:1 29948:1 29961:1 29972:4 29983:1 30023:2 30025:3 30027:1 30030:2 30033:1 30034:1 30051:2 30054:1 30065:1 30066:2 30084:1 30094:1 30095:1 30097:7 30125:1 30131:1 30136:1 30147:1 30149:3 30150:1 30164:1 30199:1 30207:3 30213:1 30218:1 30233:1 30239:1 30241:1 30247:1 30253:1 30258:1 30279:1 30295:2 30302:1 30308:1 30328:2 30351:2 30354:1 30364:3 30377:1 30381:1 30396:1 30411:1 30432:1 30451:2 30466:1 30474:1 30478:1 30486:1 30498:1 30506:1 30516:1 30521:1 30565:1 30587:1 30608:3 30612:1 30617:2 30634:2 30676:1 30679:3 30702:1 30707:1 30719:1 30730:5 30735:1 30738:4 30742:1 30751:5 30752:1 30755:1 30756:1 30759:2 30760:1 30770:5 30779:1 30791:1 30792:1 30802:1 30807:1 30815:1 30816:1 30825:1 30832:2 30834:2 30844:1 30845:1 30846:1 30849:1 30850:1 30855:1 30856:2 30857:10 30861:3 30863:2 30866:2 30869:2 30883:1 30900:2 30904:1 30906:1 30915:1 30920:2 30925:2 30964:1 30965:1 30997:4 30998:2
3 2:2 13:2 15:1 36:2 37:2 39:2 44:1 50:1 52:2 84:2 90:3 104:2 110:1 117:4 123:2 145:1 149:1 157:1 162:1 174:1 176:1 196:1 203:2 211:1 216:1 254:1 255:1 259:1 274:1 275:3 276:2 280:2 282:1 286:2 287:1 290:1 301:2 311:1 333:1 339:1 357:1 374:2 375:1 376:1 385:1 396:1 397:2 401:1 406:2 419:1 424:3 428:1 431:1 436:2 446:1 447:1 467:4 468:1 471:3 472:2 475:2 485:4 490:1 556:1 576:1 580:1 585:1 588:1 590:2 594:1 620:1 625:1 634:1 637:1 648:5 657:6 661:1 677:1 683:8 686:1 700:1 701:2 704:1 705:2 710:2 717:1 720:2 722:1 724:1 733:2 750:1 794:1 812:2 813:1 826:1 836:1 847:1 860:1 866:2 889:1 891:1 895:1 901:1 934:4 942:3 958:5 965:1 972:2 981:4 982:1 986:8 989:7 995:1 996:1 1000:1 1004:1 1006:1 1012:1 1045:3 1049:7 1053:1 1092:1 1096:2 1115:2 1124:2 1130:3 1145:1 1150:1 1189:2 1194:2 1203:2 1215:2 1220:1 1233:2 1243:1 1253:4 1269:3 1275:1 1279:3 1292:1 1295:1 1297:2 1302:3 1304:3 1305:1 1309:1 1312:1 1318:1 1319:3 1321:1 1322:2 1323:2 1336:1 1349:2 1365:2 1368:2 1369:4 1380:1 1382:1 1384:1 1388:1 1389:1 1390:1 1397:1 1401:4 1403:1 1408:2 1413:1 1414:1 1428:1 1429:1 1430:1 1433:1 1434:1 1439:1 1441:1 1445:1 1458:2 1461:1 1476:1 1478:1 1483:2 1484:1 1518:1 1534:1 1538:2 1548:2 1553:1 1560:1 1563:1 1566:3 1583:1 1585:2 1593:9 1594:1 1610:3 1622:1 1626:1 1641:2 1644:1 1646:1 1654:1 1673:1 1679:1 1681:1 1685:7 1693:2 1700:1 1704:1 1707:6 1723:1 1734:2 1746:1 1751:1 1769:1 1775:1 1801:2 1802:4 1812:1 1813:1 1816:3 1833:2 1836:1 1844:1 1852:1 1861:3 1862:1 1864:2 1868:1 1883:2 1884:1 1911:1 1923:1 1930:1 1942:1 1947:2 1969:2 1971:1 1977:1 1986:1 1991:1 1993:1 1995:2 2001:2 2006:1 2007:3 2009:3 2017:1 2021:1 2025:2 2030:1 2045:1 2049:1 2050:2 2056:1 2058:1 2071:1 2072:1 2076:2 2089:1 2094:1 2103:1 2106:1 2110:1 2126:2 2143:3 2146:1 2148:1 2149:1 2171:1 2173:1 2177:1 2188:1 2192:1 2204:1 2207:1 2212:1 2213:1 2225:1 2227:1 2239:2 2242:1 2247:1 2271:1 2285:1 2290:6 2301:1 2302:1 2316:1 2323:6 2325:1 2327:3 2341:6 2344:1 2352:1 2353:1 2357:1 2361:2 2377:1 2385:1 2400:1 2401:1 2405:1 2411:3 2412:3 2413:1 2414:1 2416:4 2418:3 2420:4 2421:1 2423:7 2424:3 2426:2 2429:1 2431:1 2434:1 2439:4 2440:1 2443:1 2445:4 2447:1 2448:2 2453:5 2454:2 2458:1 2468:1 2478:1 2487:2 2503:1 2515:1 2521:2 2532:1 2534:1 2554:2 2563:3 2576:1 2589:1 2590:2 2591:2 2592:1 2596:1 2616:1 2622:2 2630:1 2644:1 2659:3 2660:1 2663:1 2664:1 2701:1 2705:2 2724:1 2731:1 2740:1 2748:1 2779:2 2788:1 2793:1 2798:1 2799:1 2807:1 2822:1 2824:1 2827:3 2834:1 2851:1 2853:4 2854:2 2874:1 2877:1 2880:1 2885:1 2902:1 2920:1 2936:1 2939:2 2945:1 2948:1 2955:2 2959:1 2972:1 2974:1 3002:2 3004:1 3006:2 3009:1 3011:2 3017:2 3019:1 3027:1 3029:1 3036:1 3038:3 3047:1 3074:2 3078:1 3084:1 3086:13 3102:2 3108:1 3114:1 3119:1 3124:2 3148:3 3152:1 3153:7 3164:5 3168:1 3173:1 3199:1 3200:1 3233:1 3278:2 3281:1 3325:1 3338:1 3346:2 3353:1 3378:1 3380:1 3394:1 3406:1 3408:2 3411:1 3421:1 3426:4 3434:6 3443:1 3471:1 3475:1 3479:1 3523:1 3532:1 3541:1 3544:2 3557:1 3582:1 3597:1 3605:2 3612:1 3619:1 3627:1 3636:1 3640:1 3649:1 3665:1 3688:1 3694:1 3699:2 3701:1 3704:1 3709:1 3733:1 3734:1 3741:1 3743:1 3752:1 3753:1 3756:1 3757:1 3758:2 3759:2 3782:1 3784:1 3786:1 3800:1 3832:1 3849:2 3851:2 3854:1 3861:1 3865:6 3870:4 3880:2 3884:1 3886:2 3891:3 3919:3 3923:1 3930:1 3932:2 3955:1 3962:3 3965:3 3982:5 3985:1 3992:1 4013:1 4016:2 4038:1 4042:1 4043:2 4044:2 4056:2 4063:2 4068:1 4069:2 4077:1 4088:1 4091:2 4100:1 4103:5 4105:1 4118:1 4128:1 4138:1 4150:1 4153:1 4155:3 4178:1 4195:1 4199:1 4201:1 4203:1 4206:1 4212:5 4220:1 4240:2 4245:1 4249:1 4254:1 4255:2 4276:1 4281:1 4290:1 4293:1 4296:1 4303:1 4307:1 4320:1 4339:3 4344:1 4345:1 4353:2 4359:1 4367:1 4387:1 4388:2 4390:3 4397:2 4404:1 4408:1 4410:2 4414:1 4421:1 4445:1 4449:1 4455:1 4462:1 4465:3 4495:1 4497:1 4508:3 4510:2 4521:1 4539:2 4541:1 4544:1 4569:1 4590:1 4605:1 4621:1 4624:1 4637:1 4652:6 4664:1 4689:1 4697:2 4707:1 4710:1 4721:3 4732:1 4741:1 4745:1 4746:1 4750:1 4751:1 4773:1 4775:2 4778:1 4780:1 4792:3 4806:2 4808:1 4811:1 4816:1 4835:1 4838:1 4839:1 4846:1 4848:1 4864:1 4866:10 4881:1 4885:2 4893:2 4900:1 4901:2 4906:10 4915:1 4932:1 4948:3 4992:2 4998:3 5003:2 5008:1 5024:1 5027:1 5042:1 5076:1 5077:1 5083:1 5091:1 5098:17 5100:3 5115:1 5127:1 5138:1 5153:1 5157:1 5162:1 5169:1 5171:2 5174:1 5222:1 5225:6 5241:4 5242:6 5243:2 5249:2 5252:1 5255:2 5256:1 5257:2 5258:1 5264:1 5271:2 5272:2 5274:2 5275:1 5279:1 5314:1 5332:1 5335:2 5349:1 5378:2 5379:1 5389:1 5393:1 5401:2 5404:1 5413:1 5414:1 5415:1 5432:1 5437:1 5477:1 5483:2 5510:1 5514:1 5526:2 5532:1 5537:1 5541:2 5553:1 5560:1 5586:4 5588:1 5589:1 5592:2 5604:1 5626:2 5644:2 5659:2 5664:1 5670:1 5671:2 5704:1 5705:1 5714:2 5716:1 5752:1 5759:1 5760:1 5768:3 5776:1 5783:1 5798:1 5800:2 5801:2 5814:1 5880:1 5881:3 5884:1 5885:2 5887:1 5936:1 5941:2 5956:1 5968:1 5972:3 5973:1 5974:1 5977:1 5992:1 6007:2 6013:1 6024:1 6027:1 6040:1 6046:3 6077:2 6079:1 6083:1 6084:1 6115:1 6118:1 6124:1 6126:1 6136:2 6143:1 6148:1 6161:1 6177:1 6182:2 6184:1 6189:2 6207:1 6222:2 6229:1 6233:1 6237:3 6269:1 6305:2 6306:1 6313:1 6318:1 6319:1 6324:1 6331:2 6335:1 6341:2 6342:1 6344:3 6346:2 6349:3 6360:1 6361:1 6370:3 6375:2 6377:1 6378:1 6383:2 6387:1 6388:1 6390:2 6397:2 6402:2 6414:1 6426:1 6438:1 6444:1 6457:1 6462:1 6469:7 6479:1 6495:1 6506:1 6509:2 6512:1 6513:1 6520:1 6525:1 6541:1 6551:3 6554:1 6562:1 6565:2 6571:2 6583:2 6592:1 6609:1 6625:3 6627:1 6636:2 6638:1 6644:1 6657:3 6660:1 6677:6 6679:1 6680:1 6681:2 6686:2 6687:7 6689:2 6690:1 6692:1 6695:6 6696:1 6698:2 6700:5 6703:13 6705:1 6708:1 6712:1 6731:1 6734:1 6743:1 6765:2 6799:1 6829:1 6835:1 6839:1 6840:4 6843:1 6849:1 6851:2 6859:14 6875:1 6918:1 6919:2 6920:2 6932:1 6939:1 6954:1 6956:1 6966:1 6969:1 6980:3 6983:1 7032:1 7041:1 7052:1 7081:1 7099:1 7110:1 7114:1 7116:2 7123:2 7128:3 7130:2 7131:1 7140:1 7148:2 7153:1 7166:1 7176:2 7177:1 7181:5 7185:1 7193:1 7198:1 7199:1 7204:6 7208:2 7224:1 7228:1 7232:1 7249:2 7257:1 7285:2 7287:1 7294:1 7296:1 7303:1 7310:1 7323:1 7336:2 7339:1 7349:1 7351:1 7352:1 7361:2 7368:1 7370:1 7378:1 7379:1 7387:1 7388:1 7390:1 7400:1 7405:2 7411:1 7412:1 7417:2 7419:2 7427:1 7438:1 7456:1 7473:1 7497:1 7508:1 7509:2 7523:2 7527:1 7531:1 7533:1 7539:5 7548:1 7563:1 7597:1 7603:1 7609:1 7621:1 7654:1 7658:1 7660:1 7673:1 7687:1 7702:1 7713:1 7725:1 7730:1 7784:1 7788:1 7799:3 7806:1 7816:1 7821:1 7833:2 7838:2 7854:1 7865:1 7873:1 7876:1 7885:8 7901:1 7904:1 7911:2 7912:1 7922:1 7929:2 7933:1 7935:1 7941:1 7952:1 7968:1 7970:3 7975:1 7983:1 7987:1 8057:10 8058:5 8066:1 8078:2 8079:1 8080:1 8102:1 8107:4 8108:3 8112:2 8117:1 8124:47 8132:1 8133:1 8148:4 8150:12 8158:2 8162:1 8177:2 8185:1 8206:1 8214:1 8236:1 8239:2 8240:1 8263:1 8265:2 8279:1 8298:1 8315:1 8320:1 8334:2 8337:1 8343:1 8345:2 8354:1 8370:1 8372:2 8391:1 8399:1 8400:3 8410:2 8414:1 8450:1 8455:1 8493:1 8499:2 8527:1 8532:1 8545:1 8552:2 8555:1 8556:1 8562:1 8566:1 8570:2 8581:1 8583:1 8585:1 8606:2 8614:1 8626:1 8639:1 8643:2 8645:2 8652:2 8653:2 8665:28 8683:1 8690:1 8695:1 8699:2 8703:1 8706:3 8709:1 8712:1 8749:1 8766:1 8768:1 8792:2 8793:1 8795:2 8816:1 8822:1 8830:1 8831:1 8847:1 8866:1 8870:2 8875:2 8878:1 8912:3 8916:2 8918:3 8925:3 8927:1 8934:1 8944:1 8956:2 8958:1 8964:1 8967:1 8970:4 8972:2 8982:1 8993:1 8999:1 9007:3 9008:1 9026:1 9032:1 9034:2 9035:1 9052:1 9056:1 9059:1 9061:1 9067:3 9069:2 9070:1 9074:1 9075:2 9077:1 9080:1 9085:1 9093:1 9097:1 9120:1 9135:1 9151:3 9156:2 9167:1 9176:1 9177:2 9178:1 9200:1 9205:3 9218:2 9232:1 9233:1 9240:1 9242:1 9246:1 9249:1 9258:1 9262:2 9277:1 9291:2 9295:2 9309:1 9317:1 9320:1 9324:1 9356:1 9368:1 9385:2 9387:1 9389:1 9394:1 9395:2 9398:1 9400:2 9401:1 9404:2 9418:1 9423:1 9424:2 9425:1 9427:1 9433:1 9439:2 9442:3 9451:1 9453:2 9459:4 9464:1 9483:2 9498:1 9502:1 9510:1 9515:2 9526:1 9530:1 9531:1 9534:1 9545:1 9550:1 9558:1 9569:3 9571:1 9581:1 9587:1 9590:1 9597:1 9598:1 9599:1 9601:1 9618:1 9624:4 9627:1 9653:1 9654:1 9680:5 9682:1 9684:1 9690:1 9694:1 9707:1 9712:1 9725:1 9731:2 9733:1 9762:1 9770:1 9773:3 9790:2 9800:1 9807:2 9828:1 9837:2 9840:1 9843:1 9850:1 9857:1 9862:1 9865:1 9866:1 9875:1 9884:1 9900:1 9903:3 9910:1 9922:1 9944:1 9962:2 9969:2 9978:1 9980:1 9985:1 9989:1 9992:1 9995:1 9996:1 10011:1 10024:1 10025:2 10027:1 10028:2 10036:1 10048:1 10049:3 10067:1 10073:2 10082:1 10083:2 10134:1 10135:1 10160:2 10162:2 10164:1 10172:1 10178:1 10179:1 10182:1 10197:1 10209:1 10219:1 10226:2 10228:1 10242:4 10245:3 10264:3 10266:1 10270:1 10287:5 10288:4 10290:1 10308:1 10322:1 10329:1 10360:1 10367:2 10403:1 10410:1 10424:1 10425:1 10438:5 10441:1 10443:2 10444:1 10448:1 10453:1 10454:4 10468:1 10471:1 10484:2 10494:1 10514:1 10519:6 10534:1 10535:1 10547:1 10553:1 10558:5 10569:1 10575:1 10588:2 10591:1 10600:1 10604:1 10606:1 10612:1 10617:3 10621:1 10627:2 10630:7 10638:2 10640:1 10651:1 10653:2 10663:1 10687:1 10701:1 10703:1 10708:2 10711:1 10735:1 10740:1 10747:1 10759:1 10768:1 10780:1 10784:4 10793:1 10800:1 10804:1 10805:2 10808:1 10820:1 10827:1 10850:4 10862:1 10865:2 10875:1 10906:1 10907:7 10911:2 10914:1 10915:1 10916:1 10934:1 10935:1 10952:1 10959:1 10960:1 10961:2 10963:2 10974:1 10978:1 10979:2 10988:2 11001:1 11004:1 11010:3 11015:1 11024:1 11038:2 11057:1 11058:1 11067:1 11089:2 11090:1 11110:1 11114:1 11126:1 11134:1 11143:1 11144:1 11152:1 11188:1 11192:1 11206:1 11208:1 11214:6 11216:1 11219:1 11225:13 11261:2 11265:1 11275:2 11287:2 11295:1 11301:2 11317:1 11328:1 11344:1 11355:1 11357:1 11386:1 11393:1 11414:1 11428:1 11443:2 11458:6 11461:6 11473:1 11482:1 11495:2 11496:1 11507:2 11509:1 11536:1 11539:1 11540:2 11541:1 11551:1 11556:1 11561:2 11564:1 11565:1 11576:4 11584:1 11588:1 11593:1 11597:3 11604:2 11622:1 11628:1 11634:4 11639:2 11640:1 11641:1 11644:3 11660:1 11678:1 11694:1 11696:1 11709:1 11729:1 11731:1 11741:1 11760:1 11763:2 11798:1 11810:1 11815:2 11820:4 11825:3 11827:2 11844:1 11849:2 11854:2 11865:2 11894:2 11898:2 11913:1 11920:1 11927:1 11931:1 11938:2 11940:4 11955:1 11956:1 11961:1 11962:1 11977:2 11979:1 11984:1 11992:1 11997:1 12000:1 12014:2 12027:2 12028:1 12033:1 12036:1 12050:2 12086:1 12093:1 12101:1 12102:1 12107:1 12113:1 12120:1 12123:2 12147:11 12171:1 12174:2 12176:1 12181:1 12183:5 12185:1 12190:1 12196:1 12197:1 12199:1 12200:1 12205:1 12208:2 12211:1 12212:2 12215:1 12217:1 12220:3 12225:2 12226:1 12250:1 12252:1 12254:4 12261:1 12262:1 12263:2 12270:13 12273:1 12279:1 12280:4 12285:2 12286:2 12287:4 12307:1 12325:1 12338:1 12339:1 12342:2 12352:1 12406:1 12422:1 12425:1 12431:1 12440:2 12444:2 12456:1 12466:1 12473:4 12485:2 12496:1 12504:2 12516:1 12528:2 12550:2 12561:1 12562:1 12575:1 12589:1 12616:1 12617:1 12620:1 12629:3 12630:3 12639:1 12640:1 12645:1 12654:1 12657:1 12669:1 12670:1 12671:2 12689:1 12701:2 12702:1 12713:2 12715:2 12735:5 12736:1 12756:1 12781:1 12826:1 12829:1 12831:1 12836:2 12843:3 12851:2 12856:1 12869:1 12873:2 12874:1 12885:1 12887:1 12906:1 12925:2 12940:1 12953:2 12956:1 12959:1 12978:1 12983:1 12986:1 12992:1 12996:1 12998:1 13001:1 13014:1 13015:1 13021:8 13023:1 13031:1 13098:3 13102:1 13112:1 13151:2 13155:1 13157:1 13167:1 13172:1 13190:2 13213:1 13228:1 13247:1 13249:4 13257:1 13269:1 13273:2 13274:1 13283:1 13285:1 13291:1 13297:1 13302:1 13304:2 13312:1 13313:1 13318:1 13323:1 13336:1 13341:1 13358:1 13362:1 13364:1 13375:1 13387:1 13390:1 13393:1 13404:1 13412:1 13438:1 13459:1 13463:1 13467:1 13470:1 13486:1 13501:1 13533:1 13542:1 13543:1 13578:1 13584:1 13586:1 13596:1 13600:1 13605:1 13618:1 13632:1 13639:1 13642:2 13649:5 13650:1 13651:2 13656:1 13668:1 13682:1 13683:4 13717:1 13720:1 13733:1 13738:1 13739:1 13751:4 13755:4 13759:3 13761:3 13773:1 13774:6 13785:1 13789:1 13803:1 13809:2 13814:1 13820:2 13829:1 13831:3 13840:1 13841:10 13857:1 13881:1 13883:1 13889:1 13892:1 13898:1 13912:1 13916:9 13918:1 13919:1 13928:2 13934:1 13942:1 13953:1 13975:1 13986:1 13991:1 13993:1 13995:1 13996:1 13998:1 14003:1 14033:2 14037:3 14042:1 14044:1 14061:1 14063:1 14079:1 14084:2 14085:1 14090:1 14120:2 14140:2 14150:1 14158:2 14161:2 14162:1 14179:1 14185:3 14192:1 14223:2 14227:1 14229:4 14230:2 14241:2 14246:1 14247:1 14256:4 14257:1 14258:2 14268:1 14295:3 14296:2 14305:1 14324:1 14339:1 14340:1 14348:3 14360:1 14362:1 14365:2 14384:2 14386:2 14387:1 14389:1 14396:2 14397:4 14400:1 14406:1 14410:1 14420:1 14438:1 14440:3 14442:2 14454:2 14481:2 14510:1 14513:1 14518:1 14530:1 14531:2 14533:2 14536:1 14548:3 14552:1 14576:1 14581:1 14593:1 14595:1 14596:1 14599:3 14608:2 14616:3 14619:1 14630:1 14637:1 14641:1 14649:1 14652:1 14657:2 14659:1 14684:2 14695:1 14699:1 14707:1 14709:1 14716:1 14735:3 14761:1 14772:2 14780:1 14784:3 14789:1 14795:1 14805:1 14807:1 14809:2 14845:1 14860:1 14878:3 14879:2 14885:2 14890:1 14903:1 14906:1 14911:4 14916:1 14917:1 14921:2 14923:6 14925:1 14927:2 14940:4 14942:3 14943:2 14950:5 14951:2 14959:2 14981:1 15000:1 15004:2 15005:1 15031:1 15042:1 15043:1 15063:2 15070:1 15082:1 15090:1 15105:1 15114:1 15116:1 15120:1 15121:1 15134:1 15138:1 15141:1 15155:2 15168:2 15174:1 15189:1 15212:1 15217:1 15230:1 15233:2 15236:1 15241:1 15267:1 15300:2 15304:2 15314:3 15315:5 15326:1 15331:1 15346:1 15358:1 15374:2 15377:4 15380:1 15383:2 15388:1 15389:1 15394:1 15400:1 15401:1 15404:1 15414:1 15422:2 15423:2 15432:2 15442:1 15448:2 15450:1 15473:1 15480:1 15482:1 15483:1 15488:1 15494:2 15501:1 15509:3 15514:1 15516:3 15540:1 15572:1 15582:1 15597:1 15598:1 15605:1 15606:5 15608:1 15617:1 15623:1 15628:2 15636:5 15642:2 15643:4 15645:2 15666:1 15672:1 15680:1 15686:1 15690:2 15729:1 15744:1 15751:1 15768:1 15771:1 15779:1 15814:1 15820:1 15827:1 15837:2 15843:1 15847:1 15851:1 15869:2 15884:1 15885:1 15895:1 15899:1 15900:1 15918:1 15935:1 15937:3 15947:1 15966:2 15969:1 15972:1 15983:1 16018:2 16034:2 16036:1 16051:1 16068:1 16087:1 16092:2 16094:1 16095:1 16108:3 16127:2 16134:1 16149:2 16151:1 16152:1 16153:1 16154:1 16155:1 16159:1 16163:1 16178:1 16190:1 16191:1 16195:2 16201:1 16207:8 16245:1 16248:1 16258:1 16266:1 16268:1 16279:1 16295:1 16298:1 16318:1 16336:2 16348:2 16355:1 16357:1 16360:1 16362:6 16364:1 16368:1 16377:1 16383:1 16384:2 16385:3 16396:2 16398:1 16399:1 16402:1 16404:1 16406:1 16407:1 16414:1 16418:4 16419:1 16422:3 16424:2 16431:1 16437:2 16441:6 16442:1 16451:1 16464:1 16469:1 16474:2 16515:1 16525:1 16530:3 16531:1 16550:1 16561:6 16571:1 16580:2 16595:1 16601:1 16602:1 16603:1 16606:1 16616:1 16619:6 16626:1 16664:1 16665:1 16668:1 16687:2 16696:3 16704:14 16707:1 16712:1 16718:1 16727:1 16731:1 16746:4 16750:2 16761:1 16766:1 16767:2 16772:1 16775:1 16786:1 16792:9 16793:1 16798:2 16807:1 16811:1 16822:4 16823:1 16826:1 16836:1 16857:1 16866:1 16868:1 16911:1 16915:1 16947:2 16949:1 16950:1 16958:2 16968:1 16972:1 16973:1 16974:1 16975:1 16977:1 16978:3 16980:2 16982:1 16985:2 16986:1 16987:1 16988:3 16989:4 16992:1 16994:1 16998:1 16999:2 17006:1 17010:1 17024:2 17027:1 17036:1 17061:1 17064:1 17070:1 17071:3 17073:2 17074:1 17079:1 17081:2 17083:2 17088:1 17119:3 17124:1 17129:1 17134:2 17147:1 17169:1 17177:1 17179:1 17190:1 17203:1 17216:1 17256:4 17271:1 17273:1 17284:1 17291:1 17297:1 17306:1 17309:1 17317:1 17331:1 17332:1 17336:1 17344:4 17366:1 17385:1 17393:2 17400:1 17420:4 17430:1 17443:1 17444:1 17455:7 17461:1 17464:1 17465:1 17475:1 17483:1 17502:1 17504:1 17506:2 17507:6 17508:1 17516:1 17553:1 17566:1 17575:1 17593:1 17594:2 17620:1 17623:1 17628:1 17630:2 17631:1 17632:7 17644:2 17685:1 17701:2 17718:1 17721:1 17733:1 17734:1 17756:3 17758:1 17761:1 17765:1 17774:1 17789:1 17793:1 17797:1 17803:1 17809:1 17811:1 17816:1 17853:1 17906:1 17914:1 17926:1 17931:1 17939:1 17946:1 17951:1 17968:1 17970:2 17973:1 17982:2 17984:1 17985:1 17988:2 18018:3 18021:1 18044:2 18055:2 18060:1 18066:1 18072:1 18074:1 18078:1 18080:1 18128:2 18142:2 18149:1 18152:2 18154:1 18158:2 18166:2 18181:1 18183:1 18184:1 18195:1 18197:1 18198:1 18199:1 18201:1 18208:1 18214:1 18241:1 18249:1 18254:1 18256:2 18260:2 18261:1 18267:1 18270:5 18277:2 18280:1 18293:1 18309:1 18313:1 18318:1 18364:1 18368:1 18377:1 18378:1 18388:2 18389:1 18404:1 18406:1 18412:1 18415:1 18416:1 18420:1 18425:1 18432:1 18447:1 18455:1 18469:1 18473:2 18475:1 18489:1 18493:1 18512:1 18537:2 18549:1 18555:1 18567:2 18584:1 18591:2 18602:1 18604:1 18612:1 18625:1 18642:1 18654:1 18655:1 18662:7 18672:1 18677:1 18680:1 18686:1 18690:1 18693:1 18699:2 18703:1 18712:1 18713:1 18717:1 18724:1 18727:1 18731:2 18736:1 18745:3 18746:6 18748:1 18752:1 18773:1 18790:1 18796:1 18799:2 18817:1 18833:2 18834:1 18842:5 18859:2 18865:1 18867:1 18881:1 18883:1 18893:1 18912:1 18916:1 18917:1 18934:1 18949:1 18951:3 18958:2 18959:1 18962:2 18984:1 19005:2 19009:1 19011:1 19017:1 19020:1 19025:1 19052:2 19070:4 19072:1 19100:1 19118:2 19122:1 19167:2 19180:1 19191:1 19193:1 19198:1 19207:1 19208:1 19232:1 19237:2 19243:1 19254:7 19260:1 19262:1 19278:1 19281:1 19285:1 19294:2 19300:1 19307:1 19311:1 19312:2 19337:2 19338:1 19339:1 19342:1 19344:3 19348:1 19351:1 19370:1 19399:1 19402:1 19403:1 19407:1 19418:1 19420:3 19421:1 19426:1 19438:1 19445:1 19458:2 19462:1 19468:2 19470:1 19486:3228 19488:2 19490:1 19494:3 19496:1 19500:1 19507:1 19511:4 19512:1 19546:1 19547:1 19587:1 19594:1 19596:1 19607:1 19612:2 19616:1 19621:1 19625:1 19632:1 19643:6 19668:1 19672:7 19684:1 19685:1 19688:1 19691:1 19695:1 19721:1 19723:1 19725:5 19730:1 19743:1 19778:1 19784:4 19815:1 19817:1 19834:2 19876:3 19887:1 19888:1 19946:4 19954:1 19955:1 19979:1 19987:2 19997:3 19998:1 20000:1 20006:2 20011:1 20012:1 20015:2 20028:1 20032:1 20054:1 20058:1 20059:1 20063:1 20065:1 20071:1 20073:1 20080:1 20085:1 20087:1 20089:1 20095:1 20110:2 20120:1 20141:1 20148:2 20168:1 20177:1 20188:1 20210:1 20216:1 20234:4 20267:1 20286:1 20295:1 20301:2 20312:2 20314:6 20315:1 20317:1 20321:1 20346:7 20358:1 20370:1 20376:1 20381:1 20393:3 20402:1 20410:1 20414:1 20421:4 20435:1 20444:1 20458:1 20462:1 20463:1 20464:4 20467:1 20488:1 20491:2 20494:1 20496:1 20498:2 20501:6 20504:1 20505:1 20506:2 20507:1 20513:2 20514:1 20517:1 20523:1 20529:1 20532:5 20534:1 20540:1 20561:1 20572:1 20590:1 20595:2 20601:2 20613:1 20624:1 20629:1 20647:2 20656:1 20677:4 20679:1 20681:1 20684:2 20694:3 20698:1 20700:1 20701:1 20703:1 20711:1 20713:3 20716:3 20731:1 20732:2 20734:2 20745:1 20756:1 20763:1 20768:4 20775:1 20777:2 20787:1 20816:2 20819:1 20827:1 20832:1 20833:1 20850:1 20864:1 20867:1 20869:2 20886:1 20912:2 20924:1 20925:1 20928:3 20936:1 20948:1 20980:6 20981:1 20987:1 21009:2 21038:1 21039:1 21046:5 21052:1 21053:1 21070:2 21073:2 21098:3 21128:2 21130:1 21138:1 21139:1 21142:1 21143:1 21149:1 21151:1 21153:3 21158:1 21166:1 21184:8 21185:1 21186:1 21189:1 21193:1 21206:1 21209:2 21211:1 21217:1 21220:1 21221:1 21230:2 21239:2 21242:5 21245:1 21263:1 21264:1 21268:1 21269:1 21278:1 21283:1 21295:1 21305:1 21316:1 21320:1 21325:4 21333:1 21350:1 21353:1 21355:2 21357:3 21358:1 21361:1 21383:1 21389:1 21400:7 21416:3 21471:1 21474:1 21482:4 21491:1 21513:2 21537:1 21560:1 21567:1 21574:2 21602:1 21603:2 21614:1 21616:1 21619:2 21630:1 21636:2 21645:1 21646:3 21657:1 21659:1 21665:1 21672:1 21676:1 21679:1 21687:1 21693:1 21714:1 21715:1 21717:1 21719:1 21736:1 21747:1 21750:1 21753:1 21756:1 21759:1 21761:1 21762:1 21763:1 21771:1 21774:1 21777:1 21779:1 21785:1 21786:1 21791:1 21792:5 21795:1 21810:3 21815:2 21823:1 21826:1 21833:6 21846:1 21850:1 21852:1 21853:3 21886:1 21920:1 21924:2 21926:4 21930:1 21952:1 21957:2 21965:1 21967:1 21978:2 22004:2 22023:1 22024:4 22029:1 22031:3 22053:1 22054:1 22067:1 22069:1 22074:1 22076:2 22082:1 22088:2 22090:1 22095:1 22099:1 22127:1 22135:1 22137:1 22144:1 22145:1 22148:1 22149:1 22155:1 22156:2 22162:1 22164:1 22169:1 22171:1 22179:1 22187:2 22190:1 22192:1 22208:1 22210:1 22214:1 22222:1 22271:1 22279:1 22282:1 22304:1 22317:1 22325:1 22340:1 22344:1 22345:1 22350:1 22354:1 22355:1 22359:1 22373:1 22375:1 22377:2 22378:4 22381:2 22395:1 22397:1 22430:1 22437:1 22441:1 22446:2 22477:1 22486:3 22490:5 22492:1 22497:2 22503:2 22504:2 22511:1 22513:1 22539:1 22547:1 22566:1 22568:1 22569:1 22577:1 22591:1 22610:1 22618:1 22620:1 22626:2 22627:1 22631:1 22633:1 22635:2 22638:1 22645:1 22653:6 22655:1 22663:1 22672:1 22673:1 22696:1 22724:1 22731:1 22736:1 22741:2 22743:1 22745:7 22746:1 22753:6 22765:2 22776:1 22785:1 22791:3 22795:3 22802:1 22803:1 22812:1 22813:2 22831:1 22843:1 22869:2 22882:1 22885:2 22888:1 22889:1 22891:1 22899:2 22906:1 22911:7 22913:3 22918:1 22919:1 22921:1 22930:1 22942:1 22963:1 22968:1 22972:1 22980:1 22982:1 22993:2 22995:2 23022:1 23029:1 23033:4 23047:1 23049:1 23058:2 23062:1 23064:1 23074:3 23081:1 23082:1 23090:1 23094:1 23105:1 23110:1 23111:2 23114:1 23119:1 23120:1 23130:1 23131:1 23153:2 23157:2 23166:1 23170:1 23188:1 23200:1 23210:1 23213:1 23222:1 23233:1 23244:2 23251:2 23264:1 23289:1 23291:1 23292:1 23298:1 23300:1 23303:1 23316:6 23318:2 23352:2 23354:1 23360:2 23371:1 23382:1 23383:1 23384:5 23385:2 23394:1 23397:1 23398:1 23417:1 23425:1 23439:1 23444:1 23447:3 23466:1 23486:1 23496:1 23499:1 23500:3 23512:1 23515:2 23516:6 23521:2 23524:1 23535:2 23539:1 23550:2 23559:3 23564:7 23569:1 23573:1 23574:1 23575:1 23577:1 23581:2 23590:1 23591:1 23598:1 23614:1 23617:1 23620:1 23623:1 23624:2 23629:5 23631:1 23637:1 23638:1 23639:4 23642:1 23644:2 23649:3 23650:2 23658:1 23667:1 23668:4 23676:2 23703:1 23724:1 23731:1 23734:1 23738:2 23760:2 23764:5 23765:1 23767:1 23769:3 23789:1 23791:4 23792:1 23796:2 23807:1 23814:2 23830:2 23836:1 23841:1 23843:1 23871:2 23873:2 23875:1 23887:1 23888:1 23894:1 23898:2 23910:1 23914:1 23919:1 23928:1 23933:1 23934:1 23943:1 23957:10 23979:1 23990:3 23999:1 24001:1 24008:1 24013:1 24014:1 24029:1 24032:1 24034:1 24048:1 24052:2 24057:1 24059:1 24066:2 24067:1 24101:2 24113:2 24115:1 24123:2 24147:1 24164:1 24167:1 24178:1 24182:1 24184:2 24185:2 24190:1 24210:2 24220:1 24238:1 24244:1 24246:1 24265:2 24267:1 24272:1 24280:1 24291:2 24296:2 24319:1 24324:1 24326:1 24331:1 24333:3 24334:1 24338:1 24352:1 24354:1 24357:1 24360:1 24365:1 24370:1 24374:6 24379:1 24390:1 24392:1 24410:1 24417:1 24418:1 24425:1 24430:1 24443:1 24445:1 24446:2 24450:1 24453:1 24461:1 24469:1 24473:1 24475:1 24476:1 24485:1 24493:1 24504:4 24511:1 24512:2 24528:1 24531:1 24536:5 24537:1 24542:2 24543:1 24550:1 24556:1 24557:1 24558:1 24562:1 24569:1 24607:1 24611:1 24623:1 24635:1 24640:1 24644:1 24650:1 24653:1 24659:2 24661:1 24662:2 24664:2 24681:3 24686:1 24691:1 24708:1 24710:1 24718:1 24724:1 24748:3 24764:2 24805:1 24809:1 24813:2 24834:1 24838:1 24841:1 24857:2 24907:1 24909:2 24912:5 24913:1 24918:1 24921:1 24928:1 24931:2 24939:2 24950:1 24961:1 24993:1 24994:2 24998:2 25007:1 25019:1 25035:1 25042:1 25049:2 25056:1 25057:1 25064:1 25081:1 25115:2 25120:1 25127:6 25140:1 25141:1 25143:1 25154:1 25163:1 25169:2 25180:2 25191:1 25197:3 25200:1 25205:1 25247:1 25249:1 25257:1 25258:2 25259:7 25260:1 25263:1 25267:1 25276:1 25284:1 25291:1 25292:1 25302:2 25322:1 25330:3 25340:1 25347:1 25349:1 25366:2 25368:1 25373:2 25375:4 25404:1 25407:1 25411:2 25428:1 25432:1 25435:1 25482:1 25496:1 25498:3 25521:2 25538:2 25556:5 25559:1 25565:4 25568:1 25569:1 25575:6 25576:1 25587:1 25588:1 25600:1 25608:2 25614:3 25623:1 25634:4 25642:1 25648:3 25651:1 25652:1 25659:1 25663:1 25674:1 25677:1 25683:1 25697:1 25707:1 25717:2 25742:1 25745:1 25749:2 25753:1 25755:1 25756:1 25760:2 25761:1 25764:1 25765:9 25767:2 25771:2 25772:1 25783:1 25789:1 25790:1 25791:1 25803:1 25810:2 25822:1 25824:1 25839:1 25844:1 25845:1 25846:1 25851:1 25855:1 25856:1 25859:1 25871:1 25878:2 25890:1 25891:1 25893:1 25904:1 25910:1 25913:1 25923:1 25931:2 25939:7 25941:1 25945:2 25947:1 25948:1 25959:1 25960:1 25964:3 25965:1 25968:1 26004:1 26032:1 26035:1 26042:4 26058:3 26063:1 26067:1 26071:1 26088:4 26097:1 26104:1 26108:1 26129:1 26136:1 26137:1 26144:1 26149:1 26161:1 26191:1 26196:1 26229:1 26239:1 26244:2 26247:1 26250:1 26255:1 26259:1 26272:3 26278:2 26280:1 26286:1 26300:1 26302:2 26307:1 26329:5 26331:14 26343:1 26363:10 26371:1 26376:1 26379:1 26384:1 26386:2 26390:1 26395:1 26413:5 26415:1 26416:1 26422:1 26423:1 26424:2 26425:1 26431:1 26451:1 26459:1 26481:1 26490:2 26492:1 26496:1 26503:1 26537:2 26538:1 26553:1 26554:1 26558:1 26561:2 26563:1 26567:1 26570:1 26585:1 26586:1 26590:1 26599:2 26601:1 26605:1 26617:1 26626:1 26633:1 26635:1 26645:2 26649:1 26653:3 26671:3 26682:1 26685:3 26699:1 26701:1 26707:3 26709:1 26725:2 26730:1 26734:1 26741:1 26758:1 26767:3 26785:2 26800:2 26803:1 26810:1 26812:1 26815:1 26817:1 26834:2 26841:1 26846:1 26872:2 26875:2 26879:5 26882:5 26891:4 26893:1 26920:1 26925:3 26930:1 26940:1 26949:1 26952:1 26964:1 26967:1 26974:1 26994:1 27017:4 27040:1 27042:4 27052:1 27067:1 27078:1 27093:1 27095:1 27102:1 27110:3 27121:2 27133:2 27138:1 27141:1 27152:7 27165:1 27168:1 27174:1 27176:1 27199:1 27202:1 27207:1 27227:1 27240:2 27244:2 27249:1 27254:1 27258:1 27272:1 27273:1 27282:1 27285:1 27287:2 27290:1 27300:1 27321:1 27322:1 27329:1 27335:1 27367:1 27377:1 27403:9 27406:2 27418:1 27465:1 27476:1 27483:1 27490:1 27499:1 27503:2 27517:1 27538:1 27543:2 27554:1 27556:2 27595:3 27601:5 27602:1 27611:1 27651:1 27659:1 27670:2 27677:1 27681:2 27684:2 27699:1 27701:2 27714:3 27729:1 27730:1 27732:1 27750:5 27755:1 27760:1 27767:1 27773:2 27782:3 27785:5 27796:3 27802:1 27807:1 27816:1 27817:2 27833:1 27838:1 27845:1 27853:2 27854:1 27877:1 27890:1 27895:2 27899:1 27929:1 27930:1 27932:1 27946:3 27969:1 27979:1 28000:2 28029:1 28035:1 28052:2 28059:1 28067:3 28068:1 28074:14 28086:1 28102:1 28104:1 28119:3 28142:1 28150:1 28165:1 28175:2 28177:2 28190:1 28193:2 28204:1 28205:1 28208:2 28220:2 28232:1 28245:1 28246:2 28252:1 28254:1 28270:1 28275:1 28276:1 28283:2 28288:1 28311:1 28316:1 28321:1 28329:1 28330:1 28332:1 28338:1 28340:1 28341:1 28349:6 28350:1 28351:1 28363:2 28375:2 28381:1 28383:3 28387:1 28388:1 28390:3 28402:2 28407:1 28409:3 28411:1 28414:3 28416:1 28444:1 28455:2 28456:1 28457:2 28458:2 28461:1 28462:1 28478:2 28487:2 28501:1 28506:1 28513:1 28521:1 28525:1 28542:1 28592:1 28594:1 28595:1 28601:5 28604:1 28615:1 28619:1 28625:1 28642:1 28645:1 28673:6 28676:1 28677:1 28682:1 28686:2 28687:1 28688:2 28691:2 28693:1 28694:1 28696:1 28701:3 28702:1 28712:1 28713:2 28718:1 28719:1 28720:1 28723:1 28733:1 28734:1 28743:4 28744:1 28750:3 28751:3 28752:2 28754:1 28756:1 28758:1 28759:2 28761:6 28770:1 28771:1 28777:1 28787:3 28790:1 28807:1 28811:1 28817:3 28832:1 28833:1 28841:1 28846:1 28855:4 28866:2 28867:2 28872:1 28878:1 28884:1 28895:1 28901:1 28907:1 28935:1 28986:1 28996:1 29001:1 29004:1 29025:2 29027:1 29035:1 29049:1 29052:2 29053:2 29071:1 29089:1 29090:1 29093:1 29095:1 29100:1 29110:2 29117:3 29124:1 29128:1 29134:1 29145:1 29148:2 29169:1 29183:1 29207:5 29224:2 29227:1 29235:1 29239:1 29242:1 29244:1 29248:6 29251:1 29263:1 29269:3 29281:1 29292:3 29302:1 29306:2 29309:1 29328:1 29336:1 29345:1 29346:1 29370:1 29380:1 29396:2 29413:2 29423:2 29440:1 29441:1 29444:1 29448:3 29449:1 29458:4 29488:1 29492:2 29494:1 29495:1 29508:1 29514:2 29528:1 29529:2 29536:2 29540:1 29548:2 29555:1 29564:1 29566:15 29567:1 29570:2 29575:3 29587:2 29591:1 29592:2 29600:1 29609:5 29612:1 29616:1 29620:1 29621:1 29631:8 29633:1 29657:1 29669:1 29673:1 29675:1 29680:1 29682:1 29686:2 29689:1 29708:2 29716:4 29721:3 29731:2 29734:1 29746:1 29748:2 29753:2 29761:7 29766:2 29771:1 29773:1 29775:1 29778:1 29791:1 29810:1 29814:1 29836:1 29842:1 29848:1 29854:1 29856:1 29858:2 29867:1 29880:1 29887:5 29894:1 29904:1 29925:1 29930:1 29939:1 29941:1 29947:1 29948:1 29961:1 29969:1 29972:4 29983:1 30023:2 30025:3 30027:1 30030:2 30033:1 30034:1 30051:2 30054:1 30065:1 30066:2 30084:1 30094:1 30095:1 30097:7 30125:1 30131:1 30136:1 30147:1 30149:3 30150:1 30164:1 30199:1 30207:3 30213:1 30218:1 30233:1 30239:1 30241:1 30247:1 30253:1 30258:1 30279:1 30295:2 30302:1 30308:1 30328:2 30351:2 30354:1 30364:3 30377:1 30381:1 30396:1 30411:1 30432:1 30451:2 30466:1 30474:1 30478:1 30486:1 30488:1 30498:1 30506:1 30516:1 30521:1 30565:1 30587:1 30608:3 30612:1 30617:2 30634:2 30676:1 30679:3 30702:1 30707:1 30719:1 30730:5 30735:1 30738:4 30742:1 30751:5 30752:1 30755:2 30756:1 30759:2 30760:1 30770:5 30779:1 30791:1 30792:1 30802:1 30807:1 30815:1 30816:1 30825:1 30832:2 30834:2 30844:1 30845:1 30846:1 30849:2 30850:1 30855:1 30856:2 30857:10 30861:3 30863:2 30866:2 30869:2 30883:1 30900:2 30904:1 30906:1 30915:1 30920:2 30925:2 30964:1 30965:1 30997:4 30998:2
3 2:2 13:2 15:1 36:2 37:2 39:2 44:1 50:1 52:2 84:2 90:3 104:2 110:1 117:4 123:2 145:1 149:1 157:1 162:1 174:1 176:1 196:1 203:2 211:1 216:1 254:1 255:1 259:1 274:1 275:3 276:2 280:2 282:1 286:2 287:1 290:1 301:2 311:1 333:1 339:1 357:1 374:2 375:2 376:1 385:1 396:1 397:2 401:1 406:2 411:1 419:1 424:3 428:1 431:1 436:2 446:1 447:1 467:4 468:1 471:3 472:2 475:2 485:4 490:1 556:1 576:1 580:1 585:1 588:1 590:2 594:1 620:1 625:1 634:1 637:1 648:5 657:6 661:1 677:1 683:8 686:1 700:1 701:2 704:1 705:2 710:2 717:1 720:3 722:1 724:1 733:2 750:1 794:1 812:2 813:1 826:1 836:1 847:1 860:1 866:2 889:1 891:1 895:1 901:1 934:4 942:3 958:5 965:1 972:2 981:4 982:1 986:8 989:7 995:1 996:1 1000:1 1004:1 1006:1 1012:1 1045:3 1049:7 1053:1 1092:1 1096:2 1115:2 1124:2 1130:3 1145:1 1150:1 1189:2 1194:2 1203:2 1215:2 1220:1 1233:2 1243:1 1253:4 1269:3 1275:1 1279:3 1292:1 1295:1 1297:2 1302:3 1304:3 1305:1 1309:1 1312:1 1318:1 1319:3 1321:1 1322:2 1323:2 1336:1 1349:2 1365:2 1367:1 1368:2 1369:4 1380:1 1382:1 1384:1 1388:1 1389:1 1390:1 1397:1 1401:4 1403:1 1408:2 1413:1 1414:1 1428:1 1429:1 1430:1 1433:1 1434:1 1439:1 1441:1 1445:1 1458:2 1461:1 1476:1 1478:1 1483:2 1484:1 1518:1 1534:1 1538:2 1548:2 1553:1 1560:1 1563:1 1566:3 1583:1 1585:2 1593:9 1594:1 1610:3 1622:1 1626:1 1641:2 1644:1 1646:1 1654:1 1673:1 1679:1 1681:1 1685:7 1693:2 1700:1 1704:1 1707:6 1723:1 1734:2 1746:1 1751:1 1769:1 1775:1 1801:2 1802:4 1812:1 1813:1 1816:3 1833:2 1836:1 1844:1 1852:1 1861:3 1862:1 1864:2 1868:1 1883:2 1884:1 1911:1 1923:1 1930:1 1942:1 1947:2 1969:2 1971:1 1977:1 1986:1 1991:1 1993:1 1995:2 2001:2 2006:1 2007:3 2009:3 2017:1 2021:1 2025:2 2030:1 2045:1 2049:1 2050:2 2056:1 2058:1 2071:1 2072:1 2076:2 2089:1 2094:1 2103:1 2106:1 2110:1 2126:2 2143:3 2146:1 2148:1 2149:1 2171:1 2173:1 2177:2 2188:1 2192:1 2204:1 2207:1 2212:1 2213:1 2225:1 2227:1 2239:2 2242:1 2247:1 2271:1 2285:1 2290:6 2301:1 2302:1 2316:1 2323:6 2325:1 2327:3 2341:6 2344:1 2352:1 2353:1 2357:1 2361:2 2377:1 2385:1 2400:1 2401:1 2405:1 2411:3 2412:3 2413:1 2414:1 2416:4 2418:4 2420:4 2421:1 2423:7 2424:3 2426:2 2429:1 2431:1 2434:1 2439:4 2440:1 2443:1 2444:1 2445:4 2447:1 2448:3 2453:5 2454:2 2458:1 2468:1 2478:1 2487:2 2503:1 2515:1 2521:2 2532:1 2534:1 2554:2 2563:3 2576:1 2589:1 2590:2 2591:2 2592:1 2596:1 2616:2 2622:2 2630:1 2644:1 2659:3 2660:1 2663:1 2664:1 2701:1 2705:2 2724:1 2731:1 2740:1 2748:1 2754:1 2779:2 2788:1 2793:1 2798:1 2799:1 2807:1 2822:1 2824:1 2827:3 2834:1 2851:1 2853:4 2854:2 2874:1 2877:1 2880:1 2885:1 2902:1 2920:1 2936:1 2939:2 2945:1 2948:1 2955:2 2959:1 2972:1 2974:1 3002:2 3004:1 3006:2 3009:1 3011:2 3017:2 3019:1 3027:1 3029:1 3036:1 3038:3 3047:1 3074:2 3078:1 3084:2 3086:15 3102:2 3108:1 3114:1 3119:1 3124:2 3148:3 3152:1 3153:7 3164:5 3168:1 3173:1 3199:1 3200:1 3233:1 3278:2 3281:2 3325:1 3338:1 3345:1 3346:2 3353:1 3378:1 3380:1 3394:1 3406:1 3408:2 3411:1 3421:1 3426:4 3434:6 3443:1 3471:1 3475:1 3479:1 3523:1 3532:1 3541:1 3544:2 3557:1 3582:1 3597:1 3605:2 3612:1 3619:1 3627:1 3636:1 3640:1 3649:1 3661:1 3665:1 3688:1 3694:1 3699:2 3701:1 3704:1 3709:1 3733:1 3734:1 3741:1 3743:1 3752:1 3753:2 3756:1 3757:1 3758:2 3759:2 3782:1 3784:1 3786:1 3800:1 3832:1 3849:2 3851:2 3854:1 3861:1 3865:6 3870:4 3880:2 3884:1 3886:2 3891:3 3919:3 3923:1 3930:1 3932:2 3955:1 3962:3 3965:3 3982:5 3985:1 3992:1 4013:1 4016:2 4038:1 4042:1 4043:2 4044:2 4056:2 4063:2 4068:1 4069:2 4077:1 4088:1 4091:2 4100:1 4103:5 4105:1 4118:1 4128:1 4138:1 4150:1 4153:1 4155:3 4178:1 4195:1 4199:1 4201:1 4203:1 4206:1 4212:5 4220:1 4240:2 4245:1 4249:1 4254:1 4255:2 4276:1 4281:1 4290:1 4293:1 4296:1 4303:1 4307:1 4320:1 4339:3 4344:1 4345:1 4353:2 4359:1 4367:1 4387:1 4388:2 4390:3 4397:2 4404:1 4408:1 4410:2 4414:1 4421:1 4445:1 4449:1 4455:1 4462:1 4465:3 4495:1 4497:1 4508:3 4510:2 4521:1 4539:3 4541:1 4544:1 4569:1 4590:1 4605:1 4621:1 4624:1 4637:1 4652:6 4664:1 4689:1 4697:2 4707:1 4710:1 4721:3 4732:1 4741:1 4745:1 4746:1 4750:1 4751:1 4773:1 4775:2 4778:1 4780:1 4792:3 4806:2 4808:1 4811:1 4816:1 4835:1 4838:1 4839:1 4846:1 4848:1 4864:1 4866:10 4881:1 4885:3 4893:2 4900:1 4901:2 4906:10 4915:1 4932:1 4948:3 4992:2 4998:3 5003:2 5008:1 5024:1 5027:1 5042:1 5076:1 5077:1 5083:1 5091:2 5098:17 5100:3 5115:1 5127:1 5138:1 5153:1 5157:1 5162:1 5169:1 5171:2 5174:1 5222:1 5225:6 5241:4 5242:6 5243:2 5249:2 5252:1 5255:2 5256:1 5257:2 5258:1 5264:1 5271:2 5272:2 5274:2 5275:1 5279:1 5314:1 5332:1 5335:2 5349:1 5378:2 5379:1 5389:1 5393:1 5401:2 5404:1 5413:1 5414:1 5415:1 5432:1 5437:1 5477:1 5483:2 5510:1 5514:1 5526:2 5532:1 5537:1 5541:2 5553:1 5560:1 5586:4 5588:1 5589:2 5592:2 5604:1 5626:2 5644:2 5659:2 5664:1 5670:2 5671:2 5704:1 5705:1 5714:2 5716:1 5752:1 5759:1 5760:1 5768:3 5776:1 5783:1 5798:1 5800:2 5801:2 5814:1 5880:1 5881:4 5884:1 5885:2 5887:1 5936:1 5941:2 5956:1 5968:1 5972:3 5973:1 5974:1 5977:1 5992:1 6007:2 6013:1 6024:1 6027:1 6040:1 6046:3 6077:2 6079:1 6083:1 6084:1 6115:1 6118:1 6124:1 6126:1 6136:2 6143:1 6148:1 6161:1 6177:1 6182:2 6183:1 6184:1 6189:2 6207:1 6222:2 6229:1 6233:1 6237:3 6269:1 6305:2 6306:1 6313:1 6318:1 6319:1 6324:1 6331:2 6335:1 6341:2 6342:1 6344:3 6346:2 6349:3 6360:1 6361:1 6370:3 6375:2 6377:1 6378:1 6383:2 6387:1 6388:1 6390:2 6397:2 6402:2 6414:1 6426:1 6438:1 6444:1 6457:1 6462:2 6469:7 6479:1 6495:1 6506:1 6509:2 6512:1 6513:1 6520:1 6525:1 6541:1 6551:3 6554:2 6562:1 6565:2 6571:2 6583:2 6592:1 6609:1 6625:3 6627:1 6636:2 6638:1 6644:1 6657:3 6660:1 6677:6 6679:1 6680:1 6681:2 6686:2 6687:7 6689:2 6690:2 6692:1 6695:6 6696:1 6698:2 6700:5 6703:13 6705:1 6708:1 6712:1 6731:1 6734:1 6743:1 6765:2 6799:1 6829:1 6835:1 6839:1 6840:4 6843:1 6849:1 6851:2 6859:14 6875:1 6918:1 6919:2 6920:2 6932:1 6939:1 6954:1 6956:1 6966:1 6969:1 6980:3 6983:1 7032:1 7041:1 7052:1 7081:1 7099:1 7110:1 7114:1 7116:2 7123:2 7128:3 7130:2 7131:1 7140:1 7148:3 7153:1 7166:1 7176:2 7177:1 7181:6 7185:1 7193:1 7198:1 7199:1 7204:6 7208:2 7224:1 7228:1 7232:1 7249:2 7257:1 7285:2 7287:1 7294:1 7296:1 7303:1 7310:1 7323:1 7336:2 7339:1 7349:1 7351:1 7352:1 7361:2 7368:1 7370:1 7378:1 7379:1 7387:1 7388:1 7390:1 7400:1 7405:2 7411:1 7412:1 7417:2 7419:2 7427:1 7438:1 7456:1 7473:1 7497:1 7508:1 7509:2 7523:2 7527:1 7531:1 7533:1 7539:5 7548:1 7563:1 7597:1 7603:1 7609:1 7621:1 7654:1 7658:1 7660:1 7673:1 7687:1 7702:1 7713:1 7725:1 7730:1 7784:1 7788:1 7799:3 7806:1 7816:1 7821:1 7833:2 7838:2 7854:1 7865:1 7873:1 7876:1 7883:1 7885:8 7901:1 7904:1 7911:2 7912:1 7922:1 7929:2 7933:1 7935:1 7941:1 7952:1 7968:1 7970:3 7975:1 7983:1 7987:1 8057:10 8058:5 8066:1 8078:2 8079:1 8080:1 8102:1 8107:4 8108:3 8112:2 8117:1 8124:49 8132:1 8133:1 8148:4 8150:14 8158:2 8162:1 8177:2 8185:1 8206:1 8214:1 8236:1 8239:2 8240:1 8263:1 8265:2 8279:1 8298:1 8315:1 8320:1 8334:2 8337:1 8343:1 8345:2 8354:1 8370:1 8372:2 8391:1 8399:1 8400:3 8410:2 8414:1 8450:1 8455:1 8493:1 8499:2 8527:1 8532:1 8545:1 8552:2 8555:1 8556:1 8562:1 8566:1 8570:3 8581:1 8583:1 8585:1 8606:2 8614:1 8626:1 8639:1 8643:2 8645:2 8652:2 8653:2 8665:28 8683:1 8690:1 8695:1 8699:2 8703:1 8706:3 8709:1 8712:1 8749:1 8766:1 8768:1 8791:1 8792:2 8793:1 8795:2 8816:1 8822:1 8830:1 8831:1 8847:1 8866:1 8870:2 8875:2 8878:1 8912:3 8916:2 8918:3 8925:3 8927:1 8934:1 8944:1 8956:2 8958:1 8964:1 8967:1 8970:4 8972:2 8982:1 8993:1 8999:1 9007:3 9008:1 9026:1 9032:1 9034:2 9035:1 9052:1 9056:1 9059:1 9061:1 9067:3 9069:2 9070:1 9074:1 9075:2 9077:1 9080:1 9085:1 9093:1 9097:1 9120:1 9135:1 9151:3 9156:2 9167:1 9176:1 9177:2 9178:1 9200:1 9205:3 9218:2 9232:1 9233:1 9240:1 9242:1 9246:1 9249:1 9258:1 9262:2 9277:1 9291:2 9295:2 9309:1 9317:1 9320:1 9324:1 9356:1 9368:1 9385:2 9387:1 9389:1 9394:1 9395:2 9398:1 9400:2 9401:1 9404:2 9418:1 9423:1 9424:2 9425:1 9427:1 9433:1 9439:2 9442:3 9451:1 9453:2 9459:4 9464:1 9483:2 9498:1 9502:1 9510:1 9515:2 9526:1 9530:1 9531:1 9534:1 9545:1 9550:1 9558:1 9569:3 9571:1 9581:1 9587:1 9590:1 9597:1 9598:1 9599:1 9601:1 9618:1 9624:4 9627:1 9653:1 9654:1 9680:5 9682:1 9684:1 9690:1 9694:1 9707:1 9712:1 9725:1 9731:3 9733:1 9762:2 9770:1 9773:3 9790:2 9800:1 9807:2 9828:1 9837:2 9840:1 9843:1 9850:1 9857:1 9862:1 9865:1 9866:1 9875:1 9884:1 9900:1 9903:3 9910:1 9922:1 9944:1 9962:2 9969:2 9978:1 9980:1 9985:1 9989:1 9992:1 9995:1 9996:1 10011:1 10024:1 10025:2 10027:1 10028:2 10036:1 10048:1 10049:3 10067:1 10073:2 10082:1 10083:2 10134:1 10135:1 10160:2 10162:2 10164:1 10172:1 10178:1 10179:1 10182:1 10197:1 10209:1 10219:1 10226:2 10228:1 10242:4 10245:3 10264:3 10266:1 10270:1 10287:5 10288:4 10290:1 10308:1 10322:1 10329:1 10360:1 10367:2 10403:1 10410:1 10424:1 10425:1 10438:5 10441:1 10443:2 10444:1 10448:1 10453:1 10454:4 10468:1 10471:1 10484:2 10494:1 10514:1 10519:6 10534:1 10535:1 10547:1 10553:1 10558:5 10569:1 10575:1 10588:2 10591:1 10600:1 10604:1 10606:1 10612:1 10617:3 10621:1 10627:2 10630:7 10638:2 10640:1 10651:2 10653:2 10663:1 10687:1 10701:1 10703:1 10708:2 10711:1 10735:1 10740:1 10747:1 10759:1 10768:1 10780:1 10784:4 10793:1 10800:1 10804:1 10805:2 10808:1 10820:1 10827:1 10850:4 10862:1 10865:2 10875:2 10885:1 10906:1 10907:7 10911:2 10914:1 10915:1 10916:1 10934:1 10935:1 10952:1 10959:1 10960:1 10961:2 10963:2 10974:1 10978:1 10979:2 10988:2 11001:1 11004:1 11010:4 11015:1 11024:1 11038:2 11057:1 11058:1 11067:1 11089:2 11090:1 11110:1 11114:1 11126:1 11134:1 11143:1 11144:1 11152:1 11188:1 11192:1 11206:1 11208:1 11214:6 11216:1 11219:1 11225:13 11261:2 11265:1 11275:2 11287:2 11295:1 11301:2 11317:1 11328:1 11344:1 11355:1 11357:1 11386:1 11393:1 11402:1 11414:1 11428:1 11443:3 11458:6 11461:6 11473:1 11482:1 11495:2 11496:1 11507:2 11509:1 11536:1 11539:1 11540:2 11541:1 11551:1 11556:1 11561:2 11564:1 11565:1 11576:4 11580:1 11584:1 11588:1 11593:1 11597:3 11604:2 11622:1 11628:1 11634:4 11639:2 11640:1 11641:1 11644:3 11660:1 11678:1 11694:1 11696:1 11709:1 11729:1 11731:1 11741:1 11760:1 11763:2 11798:1 11810:1 11815:2 11820:4 11825:3 11827:2 11844:1 11847:2 11849:2 11854:2 11865:2 11894:2 11898:2 11913:1 11920:1 11927:1 11931:1 11938:2 11940:4 11955:1 11956:1 11961:1 11962:1 11977:2 11979:1 11984:1 11992:1 11997:1 12000:1 12014:2 12027:2 12028:1 12033:1 12036:1 12050:2 12073:1 12086:1 12093:1 12101:1 12102:1 12107:1 12113:2 12120:1 12123:2 12147:11 12171:1 12174:2 12176:1 12181:1 12183:5 12185:1 12190:1 12196:1 12197:1 12199:1 12200:1 12205:1 12208:2 12211:1 12212:2 12215:1 12217:1 12220:4 12225:2 12226:1 12250:1 12252:1 12254:4 12261:1 12262:1 12263:2 12270:13 12273:1 12279:1 12280:4 12285:2 12286:2 12287:4 12307:1 12325:1 12338:1 12339:1 12342:2 12352:1 12406:1 12422:1 12425:1 12431:1 12440:2 12444:2 12456:1 12466:1 12473:4 12485:2 12496:1 12504:2 12516:1 12528:2 12550:2 12561:1 12562:1 12575:1 12589:1 12616:1 12617:1 12620:1 12629:3 12630:3 12639:1 12640:1 12645:1 12654:1 12657:1 12669:1 12670:1 12671:2 12686:1 12689:1 12701:2 12702:1 12713:2 12715:2 12735:5 12736:1 12756:1 12781:1 12826:1 12829:1 12831:1 12836:2 12842:2 12843:3 12851:2 12856:1 12869:1 12873:2 12874:1 12885:1 12887:1 12906:1 12925:2 12940:1 12953:2 12956:1 12959:1 12978:1 12983:1 12986:1 12992:1 12996:1 12998:1 13001:1 13014:1 13015:1 13021:8 13023:1 13031:1 13098:3 13102:1 13112:1 13151:2 13155:1 13157:1 13167:1 13172:1 13190:2 13213:1 13228:1 13247:1 13249:4 13257:1 13269:1 13273:2 13274:1 13283:1 13285:1 13291:1 13297:1 13302:1 13304:2 13312:1 13313:1 13318:1 13323:1 13336:1 13341:1 13358:1 13362:1 13364:1 13375:1 13387:1 13390:1 13393:1 13404:1 13412:1 13438:1 13459:1 13463:1 13467:1 13470:1 13486:1 13501:1 13533:1 13542:1 13543:1 13578:1 13584:1 13586:1 13596:1 13600:1 13605:1 13618:1 13632:1 13639:1 13642:2 13649:5 13650:1 13651:2 13656:1 13668:1 13682:1 13683:4 13717:1 13720:1 13733:1 13738:1 13739:1 13751:4 13755:4 13759:3 13761:3 13773:1 13774:6 13785:1 13789:1 13803:1 13809:2 13814:1 13820:2 13829:1 13831:3 13840:1 13841:10 13857:1 13881:1 13883:1 13889:1 13892:1 13898:1 13912:1 13916:9 13918:1 13919:1 13928:2 13934:1 13942:1 13953:1 13975:1 13986:1 13991:1 13993:1 13995:1 13996:1 13998:1 14003:1 14033:2 14037:3 14042:1 14044:1 14061:1 14063:1 14079:1 14084:2 14085:1 14090:1 14120:2 14140:2 14150:1 14158:2 14161:2 14162:1 14179:1 14185:3 14192:1 14223:2 14227:1 14229:4 14230:2 14241:2 14246:1 14247:1 14256:4 14257:1 14258:2 14268:1 14282:1 14295:3 14296:2 14305:1 14324:1 14339:1 14340:1 14348:3 14360:1 14362:1 14365:2 14384:2 14386:2 14387:1 14389:1 14396:2 14397:4 14400:1 14406:1 14410:1 14420:1 14438:1 14440:3 14442:2 14454:2 14481:2 14510:1 14513:1 14518:1 14530:1 14531:2 14533:2 14536:1 14548:3 14552:1 14576:1 14581:1 14593:1 14595:1 14596:1 14599:3 14608:2 14616:3 14619:1 14630:1 14637:1 14641:1 14649:1 14652:2 14657:2 14659:1 14684:2 14695:1 14699:1 14707:1 14709:1 14716:1 14735:3 14761:1 14772:2 14773:1 14780:1 14784:3 14789:1 14795:1 14805:1 14807:1 14809:2 14845:1 14860:1 14878:3 14879:2 14885:2 14890:1 14903:1 14906:1 14911:4 14916:1 14917:1 14921:2 14923:6 14925:1 14927:2 14940:4 14942:3 14943:2 14945:1 14950:6 14951:2 14959:2 14981:1 15000:1 15004:2 15005:1 15031:1 15042:1 15043:1 15063:2 15069:1 15070:1 15082:1 15090:1 15105:1 15114:1 15116:1 15120:1 15121:1 15134:1 15138:1 15141:1 15155:2 15168:2 15174:1 15189:1 15212:1 15217:1 15230:1 15233:2 15236:1 15241:1 15267:1 15300:2 15304:2 15314:3 15315:5 15326:1 15331:1 15346:1 15358:1 15374:2 15377:4 15380:1 15383:2 15388:1 15389:1 15394:1 15400:1 15401:1 15404:1 15414:1 15422:2 15423:2 15432:2 15442:1 15448:2 15450:1 15473:1 15480:1 15482:1 15483:1 15488:1 15494:2 15501:1 15509:3 15514:1 15516:3 15540:1 15572:1 15582:1 15597:1 15598:1 15605:1 15606:5 15608:1 15617:1 15623:1 15628:2 15636:5 15642:2 15643:4 15645:2 15666:1 15672:1 15680:1 15686:1 15690:2 15729:1 15744:1 15751:1 15768:1 15771:1 15779:1 15814:1 15820:1 15827:1 15837:2 15843:1 15847:1 15851:1 15869:2 15884:1 15885:1 15895:1 15899:1 15900:1 15918:1 15935:1 15937:3 15947:1 15966:2 15969:1 15972:1 15981:1 15983:1 16018:2 16034:2 16036:1 16051:1 16068:1 16087:1 16089:1 16092:2 16094:1 16095:1 16108:3 16127:2 16134:1 16149:2 16151:1 16152:1 16153:1 16154:1 16155:1 16159:1 16163:1 16178:1 16190:1 16191:1 16195:2 16201:1 16207:8 16245:1 16248:1 16258:1 16266:1 16268:1 16279:1 16295:1 16298:1 16318:1 16336:2 16348:2 16355:1 16357:1 16360:1 16362:6 16364:1 16368:1 16377:1 16383:1 16384:2 16385:3 16396:2 16398:1 16399:1 16402:1 16404:1 16406:1 16407:1 16414:1 16418:4 16419:1 16422:3 16424:2 16431:1 16437:2 16441:6 16442:1 16451:1 16464:1 16469:1 16474:2 16515:1 16525:1 16530:3 16531:1 16550:1 16561:6 16571:1 16580:2 16595:1 16601:1 16602:1 16603:1 16606:1 16616:1 16619:6 16626:1 16664:1 16665:1 16668:1 16687:2 16696:3 16704:14 16707:1 16712:1 16718:1 16727:1 16731:1 16746:4 16750:2 16761:1 16766:1 16767:2 16772:1 16775:1 16786:1 16792:9 16793:1 16798:2 16807:1 16811:1 16822:4 16823:1 16826:1 16836:1 16857:1 16866:1 16868:1 16911:1 16915:1 16947:2 16949:1 16950:1 16958:2 16968:1 16972:1 16973:1 16974:1 16975:1 16977:1 16978:3 16980:2 16982:1 16985:2 16986:2 16987:1 16988:3 16989:4 16992:1 16994:1 16998:1 16999:2 17006:1 17010:1 17024:2 17027:1 17036:1 17061:1 17064:1 17070:1 17071:3 17073:2 17074:1 17079:1 17081:2 17083:2 17088:1 17119:3 17124:1 17129:1 17134:2 17147:1 17169:1 17177:1 17179:1 17190:1 17203:1 17216:1 17256:4 17271:1 17273:1 17284:1 17291:1 17297:1 17306:1 17309:1 17317:1 17331:1 17332:1 17336:1 17344:4 17366:1 17376:1 17385:1 17393:2 17400:1 17420:4 17430:1 17443:1 17444:1 17455:7 17461:1 17464:1 17465:1 17475:1 17483:1 17488:1 17502:1 17504:2 17506:2 17507:7 17508:1 17516:1 17553:1 17566:1 17575:1 17593:1 17594:2 17620:1 17623:1 17628:1 17630:2 17631:1 17632:7 17644:2 17685:1 17701:2 17718:1 17721:1 17733:1 17734:1 17756:3 17758:1 17761:1 17765:1 17774:1 17789:1 17793:1 17797:1 17803:1 17809:1 17811:1 17816:1 17853:1 17906:1 17913:1 17914:1 17926:1 17931:1 17939:1 17946:1 17951:1 17968:1 17970:2 17972:1 17973:1 17982:2 17984:1 17985:1 17988:2 18018:3 18021:1 18044:2 18052:1 18055:2 18060:1 18066:1 18072:1 18074:1 18078:1 18080:1 18128:2 18142:2 18149:1 18152:2 18154:1 18158:2 18166:2 18181:1 18183:1 18184:1 18195:1 18197:1 18198:1 18199:1 18201:1 18208:1 18214:1 18241:1 18249:1 18254:1 18256:2 18260:2 18261:1 18263:1 18267:1 18270:5 18277:2 18280:1 18293:1 18309:1 18313:1 18318:1 18364:1 18368:1 18377:1 18378:1 18388:2 18389:2 18404:1 18406:1 18412:1 18415:1 18416:1 18420:1 18425:1 18432:1 18447:1 18455:1 18469:1 18473:2 18475:1 18489:1 18493:1 18512:1 18537:2 18549:1 18555:1 18567:2 18584:1 18591:2 18602:1 18604:1 18612:1 18625:1 18642:1 18654:1 18655:1 18662:7 18672:1 18677:1 18680:1 18686:1 18690:1 18693:1 18699:2 18703:1 18712:1 18713:1 18717:1 18724:1 18727:2 18731:2 18736:1 18745:3 18746:6 18748:1 18752:1 18773:1 18790:1 18796:1 18799:2 18817:1 18833:2 18834:1 18842:5 18859:2 18865:1 18867:1 18881:1 18883:1 18893:1 18912:1 18916:1 18917:1 18934:1 18949:1 18951:3 18958:2 18959:1 18962:2 18984:1 19005:2 19009:1 19011:1 19017:1 19020:1 19025:1 19052:2 19070:4 19072:1 19100:1 19118:2 19122:1 19130:1 19167:2 19180:1 19191:1 19193:1 19198:1 19207:1 19208:1 19232:1 19237:2 19243:1 19254:7 19260:1 19262:1 19278:1 19281:1 19285:1 19294:2 19300:1 19307:1 19311:1 19312:2 19337:2 19338:1 19339:1 19342:1 19344:3 19348:1 19351:1 19370:1 19399:1 19402:1 19403:1 19407:1 19418:1 19420:3 19421:1 19426:1 19438:1 19445:1 19458:2 19462:1 19468:2 19470:1 19486:3271 19488:2 19490:1 19494:3 19496:1 19500:1 19507:1 19511:4 19512:1 19546:1 19547:1 19587:1 19594:1 19596:1 19607:1 19612:2 19616:1 19621:1 19625:1 19632:1 19643:6 19668:1 19672:7 19684:1 19685:1 19688:1 19691:1 19695:1 19721:1 19723:1 19725:5 19730:1 19743:1 19778:1 19784:4 19815:1 19817:1 19834:2 19876:3 19887:1 19888:1 19946:4 19954:1 19955:1 19979:1 19987:2 19997:3 19998:1 20000:1 20006:2 20011:1 20012:1 20015:2 20028:1 20032:1 20054:1 20058:1 20059:1 20063:1 20065:1 20071:1 20073:1 20080:1 20085:1 20087:1 20089:1 20095:1 20110:2 20120:1 20141:1 20148:2 20168:1 20177:1 20183:1 20188:1 20210:1 20216:1 20234:4 20267:1 20286:1 20295:1 20301:2 20312:2 20314:6 20315:1 20317:1 20321:1 20346:7 20358:1 20370:1 20376:1 20381:1 20393:3 20402:1 20410:1 20414:1 20421:5 20435:1 20444:1 20458:1 20462:1 20463:1 20464:4 20467:1 20488:1 20491:2 20494:1 20496:1 20498:2 20501:6 20504:1 20505:1 20506:2 20507:1 20513:2 20514:1 20517:1 20523:1 20529:1 20532:5 20534:1 20540:1 20561:1 20572:1 20590:1 20595:2 20601:2 20613:1 20624:1 20629:1 20647:2 20656:1 20677:4 20679:1 20681:1 20684:2 20694:3 20698:1 20700:1 20701:1 20703:1 20711:1 20713:4 20716:3 20731:1 20732:2 20734:2 20745:1 20756:1 20763:1 20768:4 20775:1 20777:2 20787:1 20816:2 20819:1 20827:1 20832:1 20833:1 20850:1 20864:1 20867:1 20869:2 20886:1 20912:2 20924:1 20925:1 20928:3 20936:1 20948:1 20980:6 20981:1 20987:1 21009:2 21038:1 21039:1 21046:5 21052:1 21053:1 21070:2 21073:2 21080:1 21098:3 21128:2 21130:1 21138:1 21139:1 21142:1 21143:1 21149:1 21151:1 21153:3 21158:1 21166:1 21184:9 21185:1 21186:1 21189:1 21193:1 21206:1 21209:2 21211:1 21217:1 21220:1 21221:1 21230:2 21239:2 21242:6 21245:1 21263:1 21264:1 21268:1 21269:1 21278:1 21283:1 21295:1 21305:1 21316:1 21320:1 21325:4 21333:1 21350:1 21353:1 21355:2 21357:3 21358:1 21361:1 21383:1 21389:1 21400:7 21416:3 21471:1 21474:1 21482:4 21491:1 21513:2 21537:1 21560:1 21567:1 21574:2 21602:1 21603:2 21614:1 21616:1 21619:2 21630:1 21636:2 21645:1 21646:3 21657:1 21659:1 21665:1 21672:1 21676:1 21679:1 21687:1 21693:1 21714:1 21715:1 21717:1 21719:1 21736:1 21747:1 21750:1 21753:1 21756:1 21759:1 21761:1 21762:1 21763:1 21771:1 21774:1 21777:1 21779:1 21785:1 21786:1 21791:1 21792:5 21795:1 21810:3 21815:2 21823:1 21826:1 21833:8 21846:1 21850:1 21852:1 21853:3 21886:1 21920:1 21924:2 21926:4 21930:1 21952:1 21957:2 21965:1 21967:1 21978:2 22004:2 22023:1 22024:4 22029:1 22031:3 22053:1 22054:1 22067:1 22069:1 22074:1 22076:3 22082:1 22088:2 22090:1 22095:1 22099:1 22127:1 22135:1 22137:1 22144:1 22145:1 22148:1 22149:1 22155:1 22156:2 22162:1 22164:1 22169:1 22171:1 22179:1 22187:2 22190:1 22192:1 22208:1 22210:1 22214:1 22222:1 22271:1 22279:1 22282:1 22304:1 22317:1 22325:1 22340:1 22344:1 22345:1 22350:1 22354:1 22355:1 22359:1 22373:1 22375:1 22377:2 22378:4 22381:2 22395:1 22397:1 22430:1 22437:1 22441:1 22446:2 22477:1 22481:1 22486:3 22490:5 22492:1 22497:2 22503:2 22504:2 22511:1 22513:1 22539:1 22547:1 22566:1 22568:1 22569:1 22577:2 22582:1 22591:1 22610:1 22618:1 22620:1 22626:2 22627:1 22631:1 22633:1 22635:2 22638:1 22645:1 22653:6 22655:1 22663:1 22672:1 22673:1 22696:1 22724:1 22731:1 22736:1 22741:2 22743:1 22745:7 22746:1 22753:6 22765:2 22776:1 22785:1 22791:3 22795:3 22802:1 22803:1 22812:1 22813:2 22831:1 22843:1 22869:2 22882:1 22885:2 22888:1 22889:1 22891:1 22899:2 22906:1 22911:7 22913:3 22918:1 22919:1 22921:1 22930:1 22942:1 22963:1 22968:1 22972:1 22980:1 22982:1 22993:2 22995:2 23022:1 23029:1 23033:4 23047:1 23049:1 23058:2 23062:1 23064:1 23074:3 23081:1 23082:1 23090:1 23094:1 23105:1 23110:1 23111:2 23114:1 23119:1 23120:1 23130:1 23131:1 23153:2 23157:2 23166:1 23170:1 23188:1 23200:1 23210:1 23213:1 23222:1 23233:1 23244:2 23248:1 23251:2 23264:1 23289:1 23291:1 23292:1 23298:1 23300:1 23303:1 23316:7 23318:2 23352:2 23354:1 23360:2 23371:1 23382:1 23383:1 23384:5 23385:2 23394:1 23397:1 23398:1 23417:1 23425:1 23439:1 23444:1 23447:3 23466:1 23486:1 23496:1 23499:1 23500:3 23512:1 23515:2 23516:6 23521:2 23524:1 23535:2 23539:1 23550:2 23559:3 23564:7 23569:1 23573:1 23574:1 23575:1 23577:1 23581:2 23590:1 23591:1 23598:1 23614:1 23617:1 23620:1 23623:1 23624:2 23629:5 23631:1 23637:1 23638:1 23639:4 23642:1 23644:2 23649:3 23650:2 23658:1 23667:1 23668:4 23676:2 23703:1 23724:1 23731:1 23734:1 23738:2 23760:2 23764:5 23765:1 23767:1 23769:3 23773:1 23789:1 23791:4 23792:1 23796:2 23807:1 23814:2 23830:2 23836:1 23841:1 23843:1 23871:2 23873:3 23875:1 23887:1 23888:1 23894:1 23898:2 23910:1 23914:1 23919:1 23928:1 23933:1 23934:1 23943:1 23945:1 23957:10 23979:1 23990:3 23999:1 24001:1 24008:1 24013:1 24014:1 24029:1 24032:1 24034:1 24048:1 24052:2 24057:1 24059:1 24066:2 24067:1 24101:2 24113:2 24115:1 24123:2 24147:1 24164:1 24167:1 24178:1 24182:1 24184:2 24185:2 24190:1 24210:2 24220:1 24238:1 24244:1 24246:1 24265:2 24267:1 24272:1 24280:1 24291:2 24296:2 24319:1 24324:1 24326:1 24331:1 24333:3 24334:1 24338:1 24352:1 24354:1 24357:1 24360:1 24365:1 24370:1 24374:6 24379:1 24390:1 24392:1 24410:1 24417:1 24418:1 24425:1 24430:1 24443:1 24445:1 24446:2 24450:1 24453:1 24461:1 24469:1 24473:1 24475:1 24476:1 24485:1 24493:1 24504:4 24511:1 24512:2 24528:1 24531:1 24536:5 24537:1 24541:1 24542:2 24543:1 24550:1 24556:1 24557:1 24558:1 24562:1 24569:1 24607:1 24611:1 24623:1 24635:1 24640:1 24644:1 24650:1 24653:1 24659:2 24661:1 24662:2 24664:2 24681:3 24686:1 24691:1 24708:1 24710:1 24718:1 24724:1 24748:3 24764:2 24805:1 24809:1 24813:2 24834:1 24838:1 24841:1 24857:2 24907:1 24909:2 24912:5 24913:1 24918:1 24921:1 24928:1 24931:2 24939:2 24950:1 24961:1 24993:1 24994:2 24998:2 25007:1 25019:1 25035:1 25042:1 25049:2 25056:1 25057:1 25064:1 25081:1 25115:3 25120:1 25127:6 25140:1 25141:1 25143:1 25154:1 25163:1 25169:2 25180:2 25191:1 25197:3 25200:1 25205:1 25247:1 25249:1 25257:1 25258:2 25259:7 25260:1 25263:1 25267:1 25276:1 25284:1 25291:1 25292:1 25302:2 25322:1 25330:3 25340:1 25347:1 25349:1 25366:2 25368:1 25373:2 25375:4 25404:1 25407:1 25411:2 25417:1 25428:1 25432:1 25435:1 25482:1 25496:1 25498:3 25521:2 25538:2 25556:5 25559:1 25565:4 25568:1 25569:1 25575:6 25576:1 25587:1 25588:1 25600:1 25608:2 25614:3 25623:1 25634:4 25642:1 25648:3 25651:1 25652:1 25659:1 25663:1 25674:1 25677:1 25683:1 25697:1 25705:1 25707:1 25717:2 25742:1 25745:1 25749:2 25753:1 25755:1 25756:1 25760:2 25761:1 25764:1 25765:9 25767:2 25771:2 25772:1 25783:1 25789:1 25790:1 25791:1 25803:1 25810:2 25822:1 25824:1 25839:1 25844:1 25845:1 25846:1 25851:1 25855:1 25856:1 25859:1 25862:1 25871:1 25878:2 25890:1 25891:1 25893:1 25904:1 25910:1 25913:1 25923:1 25931:2 25939:7 25941:1 25945:2 25947:1 25948:1 25959:1 25960:1 25964:3 25965:1 25968:1 26004:1 26032:1 26035:1 26042:4 26058:3 26063:1 26067:1 26071:1 26088:4 26097:1 26104:1 26108:1 26129:2 26136:1 26137:1 26144:1 26149:1 26161:1 26191:1 26196:1 26229:1 26239:1 26244:2 26247:1 26250:1 26255:1 26259:1 26272:3 26278:2 26280:1 26286:1 26287:1 26300:1 26302:2 26307:1 26329:5 26331:14 26333:1 26343:1 26363:10 26371:1 26376:1 26379:1 26384:1 26386:2 26390:1 26395:1 26413:5 26415:1 26416:1 26422:1 26423:1 26424:2 26425:1 26431:1 26451:1 26459:1 26481:1 26490:2 26492:1 26496:1 26503:1 26537:2 26538:1 26553:1 26554:1 26558:1 26561:2 26563:1 26567:1 26570:1 26585:1 26586:1 26590:1 26599:2 26601:1 26605:1 26617:1 26626:1 26633:1 26635:1 26645:2 26649:1 26653:4 26671:3 26682:1 26685:3 26699:1 26701:1 26707:3 26709:1 26725:2 26730:2 26734:1 26741:1 26758:1 26767:3 26785:2 26800:3 26803:1 26810:1 26812:1 26815:1 26817:2 26834:2 26841:1 26846:1 26872:2 26875:2 26879:5 26882:6 26891:4 26893:1 26920:1 26925:3 26930:1 26940:1 26949:1 26952:1 26964:1 26967:1 26974:1 26994:1 27017:4 27040:1 27042:4 27052:1 27067:1 27078:1 27093:1 27095:1 27102:1 27110:3 27121:2 27133:2 27138:1 27141:1 27152:7 27165:1 27168:1 27174:1 27176:1 27199:2 27202:1 27207:1 27227:1 27240:2 27244:2 27249:1 27254:1 27258:1 27272:1 27273:1 27282:1 27285:1 27287:2 27290:1 27300:1 27321:1 27322:1 27329:1 27335:1 27367:1 27377:1 27403:9 27406:2 27418:1 27460:1 27465:1 27476:1 27483:1 27490:1 27499:1 27503:2 27517:1 27538:1 27543:2 27554:1 27556:2 27595:3 27601:5 27602:1 27611:1 27651:1 27659:1 27670:2 27677:1 27681:2 27684:2 27699:1 27701:2 27714:3 27729:1 27730:1 27732:1 27750:5 27755:1 27760:1 27767:1 27773:2 27782:3 27785:5 27796:3 27802:1 27807:1 27816:1 27817:2 27833:1 27838:1 27845:1 27853:2 27854:1 27877:1 27890:1 27895:2 27899:1 27929:1 27930:1 27932:1 27946:3 27969:1 27979:1 28000:2 28010:1 28029:1 28035:1 28052:2 28059:1 28067:3 28068:1 28074:14 28086:1 28102:1 28104:1 28119:3 28142:1 28150:1 28165:1 28175:2 28177:2 28190:1 28193:2 28204:1 28205:1 28208:2 28213:1 28220:2 28232:1 28245:1 28246:2 28252:1 28254:1 28270:1 28275:1 28276:1 28283:2 28288:1 28311:1 28316:1 28321:1 28329:1 28330:1 28332:1 28338:1 28340:1 28341:1 28349:6 28350:2 28351:1 28363:2 28375:2 28381:1 28383:3 28387:1 28388:1 28390:3 28402:2 28407:1 28409:3 28411:1 28414:3 28416:1 28444:1 28455:2 28456:1 28457:2 28458:2 28461:1 28462:1 28478:2 28487:2 28501:1 28506:1 28513:1 28521:1 28525:1 28542:1 28592:1 28594:1 28595:1 28601:5 28604:1 28615:1 28619:1 28625:1 28642:1 28645:1 28673:6 28676:1 28677:1 28682:1 28686:2 28687:1 28688:2 28691:2 28693:1 28694:1 28696:1 28701:3 28702:1 28712:1 28713:2 28718:1 28719:1 28720:1 28723:1 28733:1 28734:1 28743:4 28744:1 28750:3 28751:3 28752:2 28754:1 28756:1 28758:1 28759:2 28761:6 28770:1 28771:1 28777:1 28787:3 28790:1 28807:1 28811:1 28817:3 28832:1 28833:1 28841:1 28846:1 28855:4 28866:2 28867:2 28872:1 28878:1 28884:1 28895:1 28901:1 28907:1 28935:1 28986:1 28996:1 29001:1 29004:1 29025:2 29027:1 29035:1 29049:1 29052:2 29053:2 29071:1 29089:1 29090:1 29093:1 29095:1 29100:1 29110:2 29117:3 29124:1 29128:1 29134:1 29145:1 29148:2 29169:1 29183:1 29207:5 29224:2 29227:1 29235:1 29239:1 29242:1 29244:1 29248:6 29251:1 29263:1 29269:3 29281:1 29292:3 29302:1 29306:2 29309:1 29328:1 29336:1 29345:1 29346:1 29370:2 29380:1 29396:2 29413:2 29423:2 29436:1 29440:1 29441:1 29444:1 29448:3 29449:1 29458:4 29488:1 29492:2 29494:1 29495:1 29508:1 29514:2 29528:1 29529:2 29536:2 29540:1 29548:2 29555:1 29564:1 29566:15 29567:1 29570:2 29575:3 29587:2 29591:1 29592:2 29600:1 29609:5 29612:1 29616:1 29620:1 29621:1 29631:8 29633:1 29657:1 29669:1 29673:1 29675:1 29680:1 29682:1 29686:2 29689:1 29708:2 29716:4 29721:3 29731:2 29734:1 29746:1 29748:2 29753:2 29761:7 29766:2 29771:1 29773:1 29775:1 29778:1 29791:1 29810:1 29814:1 29836:1 29842:1 29848:1 29854:1 29856:1 29858:2 29867:1 29880:1 29887:5 29894:1 29904:1 29925:1 29930:1 29939:1 29941:1 29947:1 29948:1 29961:1 29969:1 29972:4 29983:1 30023:2 30025:3 30027:1 30030:2 30033:1 30034:1 30051:2 30054:1 30065:1 30066:2 30076:1 30084:1 30094:2 30095:1 30097:8 30125:1 30131:1 30136:1 30147:1 30149:3 30150:1 30164:1 30199:1 30207:3 30213:1 30218:1 30233:1 30239:1 30241:1 30247:1 30253:1 30258:1 30279:1 30295:2 30302:1 30308:1 30328:2 30351:2 30354:1 30364:3 30377:1 30381:1 30396:1 30411:1 30432:1 30451:2 30466:1 30474:1 30478:1 30486:1 30488:1 30498:1 30506:1 30516:2 30521:1 30565:1 30587:1 30606:1 30608:3 30612:1 30617:2 30634:2 30676:1 30679:3 30702:1 30707:1 30719:1 30730:5 30735:1 30738:4 30742:1 30751:5 30752:1 30755:2 30756:1 30759:2 30760:1 30770:5 30779:1 30791:1 30792:1 30802:1 30807:1 30815:2 30816:1 30825:1 30832:2 30834:2 30844:1 30845:1 30846:1 30849:2 30850:1 30855:1 30856:2 30857:10 30861:3 30863:2 30866:2 30869:2 30883:1 30900:2 30904:1 30906:1 30915:1 30920:2 30925:2 30964:1 30965:1 30997:4 30998:2
3 2:2 13:2 15:1 36:2 37:2 39:2 44:1 50:1 52:2 84:2 90:3 104:2 110:1 117:4 123:2 145:1 149:1 157:1 162:1 174:1 176:1 185:1 196:1 203:2 211:1 216:1 236:1 254:1 255:1 259:1 274:1 275:3 276:2 280:2 282:1 286:2 287:1 290:1 301:2 311:1 333:1 339:1 357:1 374:2 375:2 376:1 385:1 396:1 397:2 401:1 406:2 411:1 419:1 424:3 428:1 431:1 436:2 446:1 447:1 467:4 468:1 471:3 472:3 475:2 485:4 490:1 556:1 576:1 580:1 585:1 588:1 590:2 594:1 620:1 625:1 634:1 637:1 648:5 657:6 661:1 677:1 683:8 686:1 700:1 701:2 704:1 705:2 710:2 717:1 720:3 722:1 724:1 733:2 750:1 774:1 794:1 812:2 813:1 826:1 836:1 847:1 860:2 866:2 880:1 889:1 891:1 895:1 901:1 934:4 942:3 958:5 965:1 972:2 981:4 982:1 986:8 989:7 995:1 996:1 1000:1 1004:1 1006:1 1012:1 1021:1 1045:3 1048:1 1049:7 1053:1 1092:1 1096:2 1115:2 1124:2 1130:3 1145:1 1150:1 1189:2 1194:2 1203:2 1215:2 1220:1 1233:2 1243:1 1253:4 1269:3 1275:1 1279:3 1292:1 1295:1 1297:2 1302:4 1304:3 1305:1 1309:1 1312:1 1318:1 1319:3 1321:1 1322:2 1323:2 1336:1 1349:2 1355:1 1365:2 1367:1 1368:2 1369:4 1380:1 1382:1 1384:1 1388:1 1389:1 1390:1 1394:1 1397:1 1401:4 1403:1 1408:2 1413:1 1414:1 1428:1 1429:1 1430:1 1433:1 1434:1 1439:1 1441:1 1445:1 1458:2 1461:1 1476:1 1478:1 1483:2 1484:1 1518:1 1534:1 1538:2 1548:2 1553:1 1560:1 1563:1 1566:3 1583:1 1585:2 1593:9 1594:1 1610:3 1622:1 1626:1 1641:2 1644:1 1646:1 1654:1 1673:1 1679:1 1681:1 1685:7 1693:2 1700:1 1704:1 1707:6 1723:1 1732:1 1734:2 1746:1 1751:1 1769:1 1775:1 1801:2 1802:4 1812:1 1813:1 1816:3 1833:2 1836:1 1844:1 1852:1 1861:3 1862:1 1864:2 1868:1 1883:2 1884:1 1911:1 1923:1 1930:1 1942:1 1947:3 1969:2 1971:1 1977:1 1986:1 1991:1 1993:1 1995:2 2001:2 2006:1 2007:3 2009:3 2017:1 2021:1 2025:2 2030:1 2045:1 2049:1 2050:2 2056:1 2058:1 2071:1 2072:1 2076:2 2089:1 2094:1 2103:1 2106:1 2110:1 2126:2 2143:3 2146:1 2148:1 2149:1 2171:1 2173:1 2177:2 2188:1 2192:1 2204:1 2207:1 2212:1 2213:1 2225:1 2227:1 2239:2 2242:1 2247:1 2271:1 2285:1 2290:6 2301:1 2302:1 2316:1 2323:6 2325:1 2327:3 2341:6 2344:1 2352:1 2353:1 2357:1 2361:2 2377:1 2385:1 2400:1 2401:1 2405:1 2411:3 2412:3 2413:1 2414:1 2416:4 2418:4 2420:4 2421:1 2423:7 2424:3 2426:2 2429:1 2431:1 2434:1 2439:4 2440:1 2443:1 2444:1 2445:4 2447:1 2448:3 2453:5 2454:2 2458:1 2468:1 2478:1 2487:2 2503:1 2515:1 2521:2 2532:1 2534:1 2554:2 2563:3 2576:1 2589:1 2590:2 2591:2 2592:1 2596:1 2616:2 2622:2 2630:1 2644:1 2659:3 2660:1 2663:1 2664:1 2701:1 2705:2 2724:1 2731:1 2740:1 2748:1 2754:1 2779:2 2788:1 2793:1 2798:1 2799:1 2807:1 2822:1 2824:1 2827:3 2834:1 2851:1 2853:4 2854:2 2874:1 2877:1 2880:1 2885:1 2902:1 2920:1 2936:1 2939:2 2945:1 2948:1 2955:2 2958:1 2959:1 2972:1 2974:1 3002:3 3004:1 3006:2 3009:1 3011:2 3017:2 3019:1 3026:1 3027:2 3029:1 3036:1 3038:3 3047:1 3074:2 3078:1 3084:2 3086:15 3102:2 3108:1 3114:1 3119:1 3124:2 3148:4 3149:1 3152:1 3153:7 3164:5 3168:1 3173:1 3199:1 3200:1 3233:1 3278:2 3281:2 3325:1 3338:1 3345:1 3346:2 3353:1 3378:1 3380:1 3394:1 3406:1 3408:2 3411:1 3421:1 3426:4 3434:8 3443:1 3471:1 3475:1 3479:1 3523:1 3532:1 3541:1 3544:2 3557:1 3582:1 3597:1 3605:2 3612:1 3619:1 3627:1 3636:1 3640:1 3649:1 3661:1 3665:1 3688:1 3694:1 3699:2 3701:1 3704:1 3709:1 3733:1 3734:1 3741:1 3743:1 3746:1 3752:1 3753:2 3756:1 3757:1 3758:2 3759:2 3782:1 3784:1 3786:1 3800:1 3832:1 3849:2 3851:2 3854:1 3861:1 3865:6 3870:4 3880:2 3884:1 3886:2 3891:4 3919:3 3923:1 3930:1 3932:2 3955:1 3962:3 3965:3 3982:5 3985:1 3992:1 4013:1 4016:2 4038:1 4042:1 4043:2 4044:2 4056:3 4059:1 4063:2 4068:1 4069:2 4077:1 4088:1 4091:2 4100:1 4103:5 4105:1 4118:1 4128:1 4138:1 4139:1 4150:1 4153:1 4155:3 4178:1 4195:1 4199:1 4201:1 4203:1 4204:1 4206:1 4212:5 4220:1 4240:2 4245:1 4249:1 4254:1 4255:2 4276:1 4281:1 4290:1 4293:1 4296:1 4303:1 4307:1 4320:1 4339:3 4344:1 4345:1 4353:2 4359:1 4367:1 4387:1 4388:2 4390:3 4397:2 4404:1 4408:1 4410:2 4414:1 4421:1 4445:1 4449:1 4455:1 4462:1 4465:3 4494:1 4495:1 4497:1 4508:3 4510:2 4521:1 4539:3 4541:1 4544:1 4548:1 4569:1 4590:1 4605:1 4621:1 4624:1 4637:1 4652:6 4664:1 4665:1 4689:1 4697:2 4707:1 4710:1 4721:3 4732:1 4741:1 4745:1 4746:1 4750:1 4751:1 4773:1 4775:2 4778:1 4780:1 4792:3 4806:2 4808:1 4811:1 4816:1 4835:1 4838:1 4839:1 4842:1 4846:1 4848:1 4864:1 4866:10 4881:1 4885:4 4893:2 4900:1 4901:2 4906:10 4915:1 4932:1 4948:3 4992:2 4998:3 5003:2 5008:1 5024:1 5027:1 5042:1 5076:1 5077:1 5083:1 5091:2 5098:17 5100:3 5115:1 5127:1 5138:1 5153:1 5157:1 5162:1 5169:1 5171:3 5174:1 5222:1 5225:6 5241:4 5242:6 5243:2 5249:2 5252:1 5254:1 5255:2 5256:1 5257:2 5258:1 5264:1 5271:2 5272:2 5274:2 5275:1 5279:1 5314:1 5332:1 5335:2 5349:1 5378:2 5379:1 5389:1 5393:1 5401:2 5404:1 5413:1 5414:1 5415:1 5432:1 5437:1 5477:1 5483:2 5510:1 5514:1 5518:1 5526:2 5532:2 5537:1 5541:2 5553:1 5560:1 5567:1 5586:4 5588:1 5589:2 5592:2 5604:1 5616:1 5626:2 5644:2 5659:2 5664:1 5670:2 5671:2 5704:1 5705:1 5712:1 5714:2 5716:1 5752:1 5759:1 5760:1 5768:3 5776:1 5783:1 5798:1 5800:2 5801:2 5814:1 5825:1 5880:1 5881:4 5884:1 5885:3 5887:1 5936:1 5939:1 5941:2 5947:1 5956:1 5968:1 5972:3 5973:1 5974:1 5977:1 5992:1 6007:2 6013:1 6015:1 6024:1 6027:1 6040:1 6046:3 6054:1 6077:2 6079:1 6083:1 6084:1 6115:1 6118:1 6124:1 6126:1 6136:2 6143:1 6148:1 6161:1 6162:1 6177:1 6182:2 6183:1 6184:1 6186:1 6189:2 6207:1 6222:2 6229:1 6233:1 6237:3 6269:1 6305:2 6306:1 6313:1 6318:1 6319:1 6324:1 6331:2 6335:1 6341:2 6342:1 6344:3 6346:3 6349:4 6360:1 6361:1 6370:3 6374:1 6375:2 6377:1 6378:1 6383:2 6387:1 6388:1 6390:2 6397:2 6402:2 6414:1 6426:1 6438:1 6444:1 6457:1 6462:2 6469:7 6478:1 6479:1 6483:1 6495:1 6506:1 6509:2 6512:1 6513:1 6520:1 6525:1 6541:1 6551:3 6554:2 6562:1 6565:2 6571:2 6583:2 6592:1 6609:1 6625:3 6627:1 6633:1 6636:2 6638:1 6644:1 6657:3 6660:1 6677:6 6679:1 6680:1 6681:2 6686:2 6687:7 6689:2 6690:2 6692:1 6695:6 6696:1 6698:2 6700:5 6703:14 6705:1 6707:1 6708:1 6712:1 6731:1 6734:1 6743:1 6765:2 6799:1 6829:1 6835:1 6839:1 6840:4 6843:1 6849:1 6851:2 6859:14 6875:1 6918:1 6919:2 6920:2 6932:1 6939:1 6954:1 6956:1 6966:1 6969:1 6980:3 6983:1 7032:1 7041:1 7052:1 7081:1 7099:1 7110:1 7114:1 7116:2 7123:2 7128:3 7130:2 7131:1 7140:1 7148:3 7153:1 7166:1 7176:2 7177:1 7181:6 7185:1 7193:1 7198:1 7199:1 7204:6 7208:2 7224:1 7228:1 7232:1 7249:2 7257:1 7285:2 7287:1 7294:1 7296:1 7303:1 7310:1 7323:1 7336:2 7339:1 7349:1 7351:1 7352:1 7361:2 7368:1 7370:1 7378:1 7379:1 7387:1 7388:1 7390:1 7400:1 7405:2 7411:1 7412:1 7417:2 7419:2 7427:1 7438:1 7456:1 7473:1 7497:1 7508:1 7509:2 7523:2 7527:1 7531:1 7533:1 7539:5 7548:1 7563:1 7597:1 7603:1 7604:1 7609:1 7621:1 7622:1 7654:1 7658:1 7660:1 7673:1 7681:1 7687:1 7702:1 7713:1 7725:1 7730:1 7784:1 7788:1 7799:3 7806:1 7816:1 7821:1 7833:2 7838:2 7854:1 7865:1 7873:1 7876:1 7883:1 7885:8 7901:1 7904:1 7911:2 7912:1 7922:1 7929:2 7933:1 7935:1 7941:1 7952:1 7968:1 7970:3 7975:1 7983:1 7987:1 8057:11 8058:5 8066:1 8078:2 8079:1 8080:1 8102:1 8107:4 8108:3 8112:2 8117:1 8124:49 8132:1 8133:1 8148:5 8150:14 8158:2 8162:1 8177:2 8185:1 8202:1 8206:1 8214:1 8236:1 8239:2 8240:1 8263:1 8265:2 8279:1 8298:1 8315:1 8320:1 8334:2 8337:1 8343:1 8345:2 8354:1 8370:1 8372:2 8391:1 8399:1 8400:3 8410:2 8414:1 8450:1 8452:1 8455:1 8493:1 8499:2 8527:1 8532:1 8545:1 8552:2 8555:1 8556:1 8562:1 8566:1 8570:3 8581:1 8583:1 8585:1 8606:2 8614:1 8626:1 8639:1 8643:2 8645:2 8652:2 8653:2 8665:30 8683:1 8690:1 8695:1 8699:2 8703:1 8706:3 8709:1 8712:1 8749:1 8766:1 8768:1 8791:1 8792:2 8793:1 8795:2 8816:1 8822:1 8825:1 8830:1 8831:1 8847:1 8866:1 8870:3 8875:2 8878:1 8879:1 8912:3 8916:2 8918:3 8925:3 8927:1 8934:1 8944:1 8956:2 8958:1 8964:1 8967:1 8970:4 8972:2 8982:1 8993:1 8999:1 9007:3 9008:1 9026:1 9029:1 9032:1 9034:2 9035:1 9052:1 9056:1 9059:1 9061:1 9067:3 9069:2 9070:1 9074:1 9075:2 9077:1 9080:1 9085:1 9093:1 9097:1 9120:1 9135:1 9151:3 9156:2 9167:1 9176:1 9177:2 9178:1 9200:1 9205:3 9218:2 9232:1 9233:1 9240:1 9242:1 9246:1 9249:1 9258:1 9262:2 9277:1 9291:2 9295:2 9309:1 9317:1 9320:1 9324:1 9356:1 9368:1 9385:2 9387:1 9389:1 9394:1 9395:2 9398:1 9400:2 9401:1 9403:1 9404:2 9418:1 9423:1 9424:2 9425:1 9427:1 9433:1 9439:2 9442:3 9451:1 9453:2 9459:4 9464:1 9483:2 9498:1 9502:1 9510:1 9515:2 9526:1 9530:1 9531:1 9534:1 9545:1 9550:1 9558:1 9569:3 9571:1 9581:1 9585:1 9587:1 9590:1 9597:1 9598:1 9599:1 9601:1 9618:1 9624:4 9627:1 9653:2 9654:1 9680:5 9682:1 9684:1 9690:1 9694:1 9707:1 9712:1 9725:1 9731:3 9733:1 9762:2 9770:1 9773:3 9790:2 9800:1 9807:2 9828:1 9837:3 9840:1 9843:1 9850:1 9857:1 9862:1 9865:1 9866:1 9875:1 9884:1 9900:1 9903:3 9910:1 9922:1 9944:1 9962:2 9969:2 9974:1 9978:1 9980:1 9985:1 9989:1 9990:1 9992:1 9995:1 9996:1 10011:1 10024:1 10025:2 10027:1 10028:2 10036:1 10048:1 10049:3 10067:1 10073:2 10082:1 10083:2 10134:1 10135:1 10160:2 10162:2 10164:1 10172:1 10178:1 10179:1 10182:1 10197:1 10209:1 10219:1 10226:2 10228:1 10242:4 10245:3 10264:3 10266:1 10270:1 10287:5 10288:4 10290:1 10308:1 10322:1 10329:1 10360:1 10367:2 10403:1 10410:1 10424:1 10425:1 10438:5 10441:1 10443:2 10444:1 10448:1 10453:1 10454:4 10468:1 10471:1 10484:2 10494:1 10514:1 10519:6 10534:1 10535:1 10547:1 10553:1 10558:6 10569:1 10575:1 10588:2 10591:1 10600:1 10604:1 10606:1 10612:1 10617:3 10621:1 10627:2 10630:7 10638:2 10640:1 10651:2 10653:2 10663:1 10664:1 10687:1 10701:1 10703:1 10708:2 10711:1 10735:1 10740:1 10747:1 10759:1 10768:1 10780:1 10784:4 10793:1 10800:1 10804:1 10805:2 10808:1 10820:1 10827:1 10850:4 10862:1 10865:2 10875:2 10885:1 10906:1 10907:7 10911:2 10914:1 10915:1 10916:1 10934:1 10935:1 10952:1 10959:1 10960:1 10961:2 10963:2 10974:1 10978:1 10979:2 10988:2 11001:1 11004:1 11010:4 11015:1 11024:1 11038:2 11057:1 11058:1 11067:1 11089:2 11090:1 11110:1 11114:1 11126:1 11134:1 11143:1 11144:1 11152:1 11188:1 11192:1 11206:1 11208:1 11214:6 11216:1 11219:1 11225:13 11261:2 11265:1 11275:2 11287:3 11295:1 11301:2 11317:1 11328:1 11344:1 11355:1 11357:1 11386:1 11393:1 11399:1 11402:1 11414:1 11428:1 11443:3 11458:6 11461:8 11473:1 11482:1 11495:2 11496:1 11507:2 11509:1 11536:1 11539:1 11540:2 11541:1 11551:1 11556:1 11561:2 11564:1 11565:1 11576:4 11580:1 11584:1 11588:1 11593:1 11597:3 11604:2 11622:1 11628:1 11634:4 11639:2 11640:1 11641:1 11644:3 11660:1 11678:1 11694:1 11696:1 11709:1 11729:1 11731:1 11741:1 11760:1 11763:2 11798:1 11810:1 11815:2 11820:4 11825:4 11827:2 11844:1 11847:2 11849:2 11854:2 11865:2 11894:2 11898:2 11913:1 11920:1 11927:1 11931:1 11938:2 11940:4 11955:1 11956:1 11961:1 11962:1 11977:2 11979:1 11984:1 11992:1 11997:1 12000:1 12014:2 12015:1 12027:2 12028:1 12033:2 12036:1 12043:1 12050:2 12073:1 12086:1 12093:1 12101:1 12102:1 12107:1 12113:3 12120:1 12123:2 12147:11 12170:1 12171:1 12174:2 12176:1 12181:1 12183:5 12185:1 12190:1 12196:1 12197:1 12199:1 12200:1 12205:1 12208:2 12211:1 12212:2 12215:1 12217:1 12220:4 12225:2 12226:1 12250:1 12252:1 12254:4 12261:1 12262:1 12263:2 12270:13 12273:1 12279:1 12280:4 12285:2 12286:2 12287:4 12307:1 12325:1 12338:1 12339:1 12342:2 12352:1 12406:1 12422:1 12425:1 12431:1 12436:1 12440:2 12444:2 12456:1 12466:1 12473:4 12485:2 12496:1 12504:2 12516:1 12528:2 12550:2 12561:1 12562:1 12575:1 12589:1 12616:1 12617:1 12620:1 12629:3 12630:3 12639:1 12640:1 12645:1 12654:1 12657:1 12669:1 12670:1 12671:2 12686:1 12689:1 12701:2 12702:1 12704:1 12713:2 12715:2 12717:1 12735:5 12736:1 12756:1 12781:1 12826:1 12829:1 12831:1 12836:2 12842:2 12843:3 12846:1 12851:2 12856:1 12869:1 12873:2 12874:1 12885:1 12887:1 12906:1 12925:2 12940:1 12953:2 12956:1 12959:1 12978:1 12983:1 12986:1 12992:1 12996:1 12998:1 13001:1 13014:1 13015:1 13021:8 13023:1 13031:1 13098:3 13102:1 13112:1 13151:2 13155:1 13157:1 13167:1 13172:1 13190:2 13213:1 13228:1 13247:1 13249:4 13257:1 13269:1 13273:3 13274:1 13283:1 13285:1 13291:1 13297:1 13302:1 13304:2 13312:1 13313:1 13318:1 13323:1 13336:1 13341:1 13358:1 13362:1 13364:1 13375:1 13387:1 13390:1 13393:1 13404:1 13412:1 13438:1 13459:1 13463:1 13467:1 13470:1 13486:1 13501:1 13533:1 13542:1 13543:1 13578:1 13584:1 13586:1 13596:1 13600:1 13605:1 13618:1 13632:1 13639:1 13642:2 13644:1 13649:6 13650:1 13651:2 13656:1 13668:1 13682:1 13683:4 13717:1 13720:1 13733:1 13738:1 13739:1 13751:4 13755:4 13759:3 13761:3 13773:1 13774:6 13785:1 13789:1 13803:1 13809:2 13814:1 13820:2 13829:1 13831:3 13840:1 13841:10 13857:1 13881:1 13883:1 13889:1 13892:1 13898:1 13912:1 13916:9 13918:1 13919:1 13928:2 13934:1 13942:1 13953:1 13975:1 13986:1 13991:1 13993:1 13995:1 13996:1 13998:1 14003:1 14033:2 14037:3 14042:1 14044:1 14061:1 14063:1 14079:1 14084:3 14085:1 14090:1 14120:2 14140:2 14150:1 14158:2 14161:2 14162:1 14179:1 14185:3 14192:1 14223:2 14227:1 14229:4 14230:2 14241:2 14246:1 14247:1 14256:4 14257:1 14258:2 14268:1 14282:1 14295:4 14296:2 14305:1 14324:1 14339:1 14340:1 14348:3 14360:1 14362:1 14365:2 14384:2 14386:2 14387:1 14389:1 14396:2 14397:4 14400:1 14406:1 14410:1 14420:1 14438:1 14440:3 14442:2 14454:2 14481:2 14510:1 14513:1 14518:1 14530:1 14531:2 14533:2 14536:1 14548:3 14552:1 14576:1 14581:1 14593:1 14595:1 14596:1 14599:3 14608:2 14616:3 14619:1 14630:1 14637:1 14641:1 14649:1 14652:2 14657:2 14659:1 14660:1 14684:2 14695:1 14699:1 14707:1 14709:1 14716:1 14735:3 14761:1 14772:2 14773:1 14780:1 14783:1 14784:3 14789:1 14795:1 14805:1 14807:1 14809:2 14823:1 14845:1 14860:1 14878:3 14879:2 14885:2 14890:1 14903:1 14906:1 14911:4 14916:1 14917:1 14921:2 14923:6 14925:1 14927:2 14940:4 14942:3 14943:2 14945:1 14950:6 14951:2 14959:2 14969:1 14981:1 15000:1 15004:2 15005:1 15031:1 15042:1 15043:1 15063:2 15069:1 15070:1 15082:1 15090:1 15105:1 15114:2 15116:1 15120:1 15121:1 15134:1 15138:1 15141:1 15155:2 15168:2 15174:1 15189:1 15212:1 15217:1 15230:1 15233:2 15236:1 15241:1 15267:1 15300:2 15304:2 15314:3 15315:5 15326:1 15331:1 15345:1 15346:1 15358:1 15374:2 15377:4 15380:1 15383:2 15388:1 15389:1 15394:1 15400:1 15401:1 15404:1 15414:1 15422:2 15423:2 15432:2 15442:1 15448:3 15450:1 15473:1 15480:1 15482:1 15483:1 15488:1 15494:2 15501:1 15509:3 15514:1 15516:3 15540:1 15572:1 15582:1 15597:1 15598:1 15605:1 15606:6 15608:1 15617:1 15623:1 15628:2 15636:5 15642:2 15643:4 15645:2 15666:1 15672:1 15679:1 15680:1 15686:1 15690:2 15729:1 15744:1 15751:1 15768:1 15771:1 15779:1 15814:1 15820:1 15827:1 15837:2 15843:1 15847:1 15851:1 15869:2 15884:1 15885:1 15895:1 15899:1 15900:1 15918:1 15935:1 15937:3 15947:1 15966:2 15969:1 15972:1 15976:1 15981:1 15983:1 16018:2 16034:2 16036:1 16051:1 16068:1 16087:1 16089:1 16092:2 16094:1 16095:1 16108:3 16127:2 16134:1 16149:2 16151:1 16152:1 16153:1 16154:1 16155:1 16159:1 16163:1 16178:1 16190:1 16191:1 16195:2 16201:1 16207:8 16245:1 16248:1 16258:1 16266:1 16268:2 16279:1 16291:1 16295:1 16298:1 16318:1 16336:2 16348:2 16355:1 16357:1 16360:1 16362:6 16364:1 16368:1 16377:1 16383:1 16384:2 16385:3 16395:1 16396:2 16398:1 16399:1 16402:1 16404:1 16406:1 16407:1 16414:1 16418:4 16419:1 16422:3 16424:2 16431:1 16437:2 16441:6 16442:1 16451:1 16464:1 16469:1 16474:2 16515:1 16525:1 16530:3 16531:1 16544:1 16550:1 16561:6 16571:1 16580:2 16595:1 16601:1 16602:1 16603:1 16606:1 16616:1 16619:6 16626:1 16664:1 16665:1 16668:1 16687:2 16696:3 16704:14 16707:1 16712:1 16718:1 16727:1 16731:1 16746:5 16750:2 16761:1 16766:1 16767:2 16772:1 16775:1 16786:1 16792:9 16793:1 16798:2 16807:1 16811:1 16822:4 16823:1 16826:1 16836:1 16857:1 16866:1 16868:1 16911:1 16915:1 16947:2 16949:1 16950:1 16958:2 16968:1 16972:2 16973:1 16974:1 16975:1 16977:1 16978:3 16980:2 16982:1 16985:2 16986:2 16987:1 16988:3 16989:4 16992:1 16994:1 16995:1 16998:1 16999:2 17006:1 17010:1 17024:2 17027:1 17036:1 17061:1 17064:1 17070:1 17071:3 17073:2 17074:1 17079:1 17081:2 17083:2 17088:1 17119:3 17124:1 17129:1 17134:2 17147:1 17169:1 17177:1 17179:1 17190:1 17203:1 17216:1 17256:4 17266:1 17271:1 17273:1 17284:1 17291:1 17297:1 17306:1 17309:1 17317:1 17331:1 17332:1 17336:1 17344:4 17358:1 17366:1 17376:1 17385:1 17393:2 17394:1 17400:1 17420:4 17430:1 17443:1 17444:1 17455:7 17461:1 17464:1 17465:1 17475:1 17483:1 17488:1 17502:1 17504:2 17506:2 17507:7 17508:1 17516:1 17553:1 17566:1 17575:1 17593:1 17594:2 17620:1 17623:1 17628:1 17630:2 17631:1 17632:7 17640:1 17644:2 17685:1 17701:2 17718:1 17721:1 17733:1 17734:1 17756:3 17758:1 17761:1 17765:1 17774:1 17789:1 17793:1 17797:1 17803:1 17809:1 17811:1 17816:1 17853:1 17906:1 17913:1 17914:1 17926:1 17931:1 17939:1 17946:1 17951:1 17963:1 17968:1 17970:2 17972:1 17973:1 17982:2 17984:1 17985:1 17988:2 18018:3 18021:1 18044:2 18052:1 18055:2 18060:1 18066:1 18072:1 18074:1 18078:1 18080:1 18128:2 18142:2 18149:1 18152:2 18154:1 18158:3 18166:2 18181:1 18183:1 18184:1 18195:1 18197:1 18198:1 18199:1 18201:1 18208:1 18214:1 18241:1 18249:1 18254:1 18256:2 18260:2 18261:1 18263:1 18267:1 18270:6 18277:2 18280:1 18293:1 18309:1 18313:1 18318:1 18364:1 18368:1 18377:1 18378:1 18388:2 18389:2 18404:1 18406:2 18412:1 18415:1 18416:1 18420:1 18425:1 18432:1 18444:1 18447:1 18455:1 18469:1 18473:2 18475:1 18489:1 18493:1 18512:1 18537:2 18549:1 18555:1 18567:2 18584:1 18591:2 18602:1 18604:1 18612:1 18624:1 18625:1 18642:1 18654:1 18655:1 18662:7 18672:1 18677:1 18679:1 18680:1 18686:1 18690:1 18693:1 18699:2 18703:1 18712:1 18713:1 18717:1 18724:1 18727:2 18731:2 18736:1 18745:3 18746:6 18748:1 18752:1 18773:1 18790:1 18796:1 18799:2 18817:1 18833:2 18834:1 18842:5 18859:2 18865:1 18867:1 18881:1 18883:1 18893:1 18912:1 18916:1 18917:1 18934:1 18949:1 18951:4 18958:2 18959:1 18962:2 18984:1 19005:2 19009:1 19011:1 19017:1 19020:1 19025:1 19052:2 19070:5 19072:1 19100:1 19112:1 19118:2 19122:1 19130:1 19165:1 19167:2 19180:1 19191:1 19193:1 19198:1 19207:1 19208:1 19232:1 19237:2 19243:1 19254:7 19260:1 19262:1 19267:1 19278:1 19281:1 19285:1 19294:2 19300:1 19306:1 19307:1 19311:1 19312:2 19314:1 19317:1 19335:1 19337:2 19338:1 19339:1 19342:1 19344:3 19348:1 19351:1 19370:1 19399:1 19402:1 19403:1 19407:1 19418:1 19420:3 19421:1 19426:1 19438:1 19445:1 19458:2 19462:1 19468:2 19470:1 19486:3373 19488:2 19490:1 19494:3 19496:1 19500:1 19507:1 19511:4 19512:1 19546:1 19547:1 19576:1 19587:1 19594:1 19596:1 19607:1 19612:2 19616:1 19621:1 19625:1 19627:1 19632:1 19643:6 19668:1 19672:8 19684:1 19685:1 19688:1 19691:1 19695:1 19721:1 19723:1 19725:5 19730:1 19743:1 19778:1 19784:4 19815:1 19817:1 19834:2 19876:3 19887:1 19888:1 19916:1 19946:4 19954:1 19955:1 19979:1 19987:2 19997:3 19998:1 20000:1 20006:2 20011:1 20012:1 20015:2 20028:1 20032:1 20054:1 20058:1 20059:1 20063:1 20065:1 20071:1 20073:1 20080:1 20085:1 20087:1 20089:1 20095:1 20110:2 20120:1 20141:1 20148:2 20168:1 20177:1 20183:1 20188:1 20202:1 20210:1 20216:1 20234:4 20267:1 20286:1 20295:1 20301:2 20312:2 20314:6 20315:1 20317:1 20321:1 20346:7 20358:1 20370:1 20376:1 20381:1 20393:3 20402:1 20410:1 20414:1 20421:5 20435:1 20444:1 20458:1 20462:1 20463:1 20464:4 20467:1 20488:1 20491:2 20494:1 20496:1 20498:2 20501:6 20504:1 20505:1 20506:2 20507:1 20513:2 20514:1 20517:1 20523:1 20529:1 20532:5 20534:1 20540:1 20561:1 20572:1 20590:1 20595:2 20601:2 20613:1 20624:1 20629:1 20647:2 20656:1 20677:4 20679:1 20681:1 20684:2 20694:3 20698:1 20700:1 20701:1 20703:1 20711:1 20713:4 20716:3 20731:1 20732:3 20734:2 20745:2 20756:1 20763:1 20768:4 20775:1 20777:2 20787:1 20816:2 20819:1 20827:1 20832:1 20833:1 20850:1 20857:1 20863:1 20864:1 20867:1 20869:2 20886:1 20912:2 20924:1 20925:1 20928:3 20936:1 20948:1 20980:6 20981:1 20987:1 21009:2 21038:1 21039:1 21046:5 21052:1 21053:1 21070:2 21073:2 21080:1 21098:3 21128:2 21130:1 21138:1 21139:1 21142:1 21143:1 21149:1 21151:1 21153:3 21158:1 21166:1 21178:1 21184:9 21185:1 21186:1 21187:1 21189:1 21193:1 21206:1 21209:2 21211:1 21217:1 21220:1 21221:1 21230:2 21239:2 21242:6 21245:1 21263:1 21264:1 21268:1 21269:1 21278:1 21283:1 21295:1 21305:1 21316:1 21320:1 21325:4 21333:1 21350:1 21353:1 21355:2 21357:3 21358:1 21361:1 21383:1 21389:1 21400:7 21416:3 21457:1 21471:1 21474:1 21482:4 21491:1 21513:2 21537:1 21560:2 21567:1 21574:2 21602:1 21603:2 21614:1 21616:1 21619:2 21630:1 21636:2 21645:1 21646:3 21657:1 21659:1 21665:1 21672:1 21676:1 21679:1 21687:1 21693:1 21714:1 21715:1 21717:1 21719:1 21736:1 21747:1 21750:1 21753:1 21756:1 21759:1 21761:1 21762:1 21763:1 21771:1 21774:1 21777:1 21779:1 21785:1 21786:1 21791:1 21792:5 21795:1 21810:3 21815:2 21823:1 21826:1 21833:8 21837:1 21846:1 21850:1 21852:2 21853:3 21886:1 21920:1 21924:2 21926:4 21930:1 21952:1 21957:2 21965:1 21967:1 21978:2 22004:2 22023:1 22024:4 22029:1 22031:3 22053:1 22054:1 22067:1 22069:1 22074:1 22076:3 22082:1 22088:2 22090:1 22095:1 22099:1 22127:1 22135:1 22137:1 22144:1 22145:1 22148:1 22149:1 22155:1 22156:2 22162:1 22164:1 22169:1 22171:1 22179:1 22187:2 22190:1 22192:1 22208:1 22210:1 22214:1 22222:1 22271:2 22279:1 22282:1 22304:1 22317:1 22325:1 22340:1 22344:1 22345:1 22350:1 22354:1 22355:1 22359:1 22373:1 22375:1 22377:2 22378:4 22381:2 22395:1 22397:1 22430:1 22437:1 22441:1 22446:2 22477:1 22481:1 22486:3 22490:5 22492:1 22497:2 22503:2 22504:2 22511:1 22513:1 22539:1 22547:1 22566:1 22568:1 22569:1 22577:2 22580:1 22581:1 22582:1 22591:1 22610:1 22618:1 22620:1 22626:2 22627:1 22631:1 22633:1 22635:2 22638:1 22645:1 22653:6 22655:1 22663:1 22672:1 22673:1 22696:1 22724:1 22731:1 22736:1 22741:2 22743:1 22745:7 22746:1 22753:7 22765:2 22776:1 22785:1 22791:3 22795:3 22802:1 22803:1 22812:1 22813:2 22831:1 22843:1 22869:2 22882:1 22885:2 22888:1 22889:1 22891:1 22899:2 22906:1 22911:8 22913:3 22918:1 22919:1 22921:1 22930:1 22942:1 22963:1 22968:1 22972:1 22980:1 22982:1 22993:2 22995:2 23022:1 23029:1 23033:4 23047:1 23049:1 23058:2 23062:1 23064:1 23074:3 23081:1 23082:1 23090:1 23094:1 23105:1 23110:1 23111:2 23114:1 23119:1 23120:1 23130:1 23131:1 23153:2 23157:2 23166:1 23170:1 23188:1 23200:1 23210:1 23213:1 23222:1 23233:1 23235:1 23244:2 23248:1 23251:2 23264:1 23289:1 23291:1 23292:1 23298:1 23300:1 23303:1 23316:8 23318:2 23352:2 23354:1 23360:2 23371:2 23382:1 23383:1 23384:5 23385:2 23394:1 23397:1 23398:1 23409:1 23417:2 23425:1 23439:1 23444:1 23447:3 23466:1 23486:1 23496:1 23499:1 23500:3 23512:1 23515:2 23516:6 23521:2 23524:1 23535:2 23539:1 23550:2 23552:1 23559:3 23564:7 23569:1 23573:1 23574:1 23575:1 23577:1 23581:2 23590:1 23591:1 23598:1 23614:1 23617:1 23620:1 23623:1 23624:2 23629:5 23631:1 23637:1 23638:1 23639:4 23642:1 23644:2 23649:3 23650:2 23658:1 23667:1 23668:4 23676:2 23703:1 23724:1 23731:1 23734:1 23738:2 23760:2 23764:5 23765:1 23767:1 23769:3 23773:1 23789:1 23791:4 23792:1 23796:2 23807:1 23814:2 23830:2 23836:1 23841:1 23843:1 23871:2 23873:3 23875:1 23887:1 23888:1 23894:1 23898:2 23910:1 23914:1 23919:1 23928:1 23933:1 23934:1 23943:1 23945:1 23957:10 23979:1 23990:3 23999:1 24001:1 24008:1 24013:1 24014:1 24029:1 24032:1 24034:1 24048:1 24052:2 24057:1 24059:1 24066:2 24067:1 24101:2 24113:2 24115:1 24123:2 24147:1 24164:1 24167:1 24178:1 24182:1 24184:2 24185:2 24190:1 24210:2 24220:1 24238:1 24244:1 24246:1 24265:2 24267:1 24272:1 24280:1 24291:2 24296:2 24319:1 24324:1 24326:1 24331:1 24333:3 24334:1 24338:1 24352:1 24353:1 24354:1 24357:1 24360:1 24365:1 24370:1 24374:6 24379:1 24390:1 24392:1 24396:1 24410:1 24417:1 24418:1 24425:1 24430:1 24443:1 24445:1 24446:2 24450:1 24453:1 24461:1 24469:1 24473:1 24475:1 24476:1 24485:1 24493:1 24504:4 24511:1 24512:2 24528:1 24531:1 24536:5 24537:1 24541:1 24542:2 24543:1 24550:1 24556:1 24557:1 24558:1 24562:1 24569:1 24607:1 24611:1 24623:1 24635:1 24640:1 24644:1 24650:1 24653:1 24659:2 24661:1 24662:2 24664:2 24681:3 24686:1 24691:1 24708:1 24710:1 24718:1 24724:1 24748:3 24764:2 24805:1 24809:1 24813:2 24834:1 24838:1 24840:1 24841:1 24857:2 24907:1 24909:2 24912:5 24913:1 24918:1 24921:1 24928:1 24931:2 24939:2 24950:1 24961:1 24993:1 24994:2 24998:2 25007:1 25019:1 25035:1 25042:1 25049:2 25056:1 25057:1 25064:1 25081:1 25115:4 25120:1 25127:6 25132:1 25140:1 25141:1 25143:1 25154:1 25163:1 25168:1 25169:2 25180:2 25191:1 25197:3 25200:1 25205:1 25227:1 25247:1 25249:1 25257:1 25258:2 25259:7 25260:1 25263:1 25267:1 25276:1 25284:1 25291:1 25292:1 25302:2 25322:1 25330:3 25340:1 25347:1 25349:1 25366:2 25368:1 25373:2 25375:4 25404:1 25407:1 25411:3 25417:1 25428:1 25432:1 25435:1 25482:1 25496:1 25498:3 25521:2 25528:1 25538:2 25556:5 25559:1 25565:4 25568:2 25569:1 25575:6 25576:1 25587:1 25588:1 25600:1 25606:1 25608:2 25614:3 25623:1 25634:4 25642:1 25648:3 25651:1 25652:1 25659:1 25663:2 25666:1 25674:1 25677:1 25683:1 25697:1 25705:1 25707:1 25717:2 25742:1 25745:1 25749:2 25753:1 25755:1 25756:1 25760:2 25761:1 25764:1 25765:9 25767:2 25771:2 25772:1 25783:1 25789:1 25790:1 25791:1 25803:1 25810:2 25822:1 25824:1 25839:1 25844:1 25845:1 25846:1 25851:1 25855:1 25856:1 25859:1 25862:1 25871:1 25878:2 25890:1 25891:1 25893:1 25904:1 25910:1 25913:1 25923:1 25931:2 25939:8 25941:1 25945:2 25947:1 25948:1 25958:1 25959:1 25960:1 25964:3 25965:1 25968:1 26004:1 26032:1 26035:1 26042:4 26058:3 26063:1 26067:1 26071:1 26088:4 26097:1 26104:1 26108:1 26129:2 26136:1 26137:1 26144:1 26149:1 26161:1 26191:1 26196:1 26229:1 26239:1 26244:2 26247:1 26250:1 26255:1 26259:1 26272:3 26278:2 26280:1 26286:1 26287:1 26289:1 26300:1 26302:2 26307:1 26329:5 26331:14 26333:1 26343:1 26363:10 26371:1 26376:1 26379:1 26384:1 26386:2 26390:1 26395:1 26413:5 26415:1 26416:1 26422:1 26423:1 26424:2 26425:1 26431:1 26451:1 26459:1 26481:1 26490:2 26492:1 26496:1 26503:1 26537:2 26538:1 26553:1 26554:1 26558:1 26561:2 26563:1 26567:1 26570:1 26585:1 26586:1 26590:1 26599:2 26601:1 26605:1 26617:1 26626:1 26633:1 26635:1 26645:2 26649:1 26653:4 26671:3 26682:1 26685:3 26699:1 26701:1 26707:3 26709:1 26725:2 26730:2 26734:1 26741:1 26758:1 26767:3 26785:2 26800:3 26803:1 26810:1 26812:1 26815:1 26817:2 26834:2 26841:1 26846:1 26872:2 26875:2 26879:5 26882:7 26891:4 26893:1 26920:1 26925:3 26930:1 26940:1 26949:1 26952:1 26964:1 26967:1 26974:1 26994:1 27017:4 27040:1 27042:4 27052:1 27067:1 27078:1 27093:1 27095:1 27102:1 27110:3 27121:2 27133:2 27138:1 27141:1 27152:7 27165:1 27168:1 27174:1 27176:1 27199:2 27202:1 27207:1 27227:1 27240:2 27244:2 27249:1 27254:1 27258:1 27272:1 27273:1 27282:1 27285:1 27287:2 27290:1 27300:1 27321:1 27322:1 27329:1 27335:1 27347:1 27367:1 27377:1 27403:9 27406:2 27418:1 27460:1 27465:1 27476:1 27483:1 27490:1 27499:1 27503:2 27517:1 27538:1 27543:2 27554:1 27556:2 27580:1 27595:3 27601:5 27602:1 27611:1 27651:1 27659:1 27670:2 27677:1 27681:2 27684:2 27699:2 27701:2 27714:3 27729:1 27730:1 27732:1 27750:5 27755:1 27760:1 27767:1 27773:2 27782:3 27785:5 27796:3 27802:1 27807:1 27816:1 27817:2 27833:1 27838:1 27845:1 27853:2 27854:1 27877:1 27890:1 27895:2 27899:1 27929:1 27930:1 27932:1 27946:3 27969:1 27979:1 28000:2 28010:1 28029:1 28035:1 28052:2 28059:1 28067:3 28068:1 28074:14 28086:1 28102:1 28104:1 28119:3 28142:1 28150:1 28165:1 28175:2 28177:2 28190:1 28193:2 28204:1 28205:1 28208:2 28213:1 28220:2 28232:1 28245:1 28246:2 28252:1 28254:1 28270:1 28275:1 28276:1 28283:2 28288:1 28311:1 28316:1 28321:1 28329:1 28330:1 28332:1 28334:1 28338:1 28340:1 28341:1 28349:6 28350:2 28351:1 28363:2 28375:2 28381:1 28383:3 28387:1 28388:1 28390:3 28402:2 28407:1 28409:3 28411:1 28414:3 28416:1 28444:2 28455:2 28456:1 28457:2 28458:2 28461:1 28462:1 28478:2 28487:2 28501:1 28506:1 28513:1 28521:1 28522:1 28525:1 28542:1 28592:1 28594:1 28595:1 28601:5 28604:1 28615:1 28619:1 28625:1 28628:1 28630:1 28642:1 28645:1 28673:6 28676:1 28677:1 28682:1 28686:2 28687:1 28688:2 28691:2 28693:1 28694:1 28696:1 28701:3 28702:2 28712:1 28713:2 28718:1 28719:1 28720:1 28723:1 28733:1 28734:1 28743:4 28744:1 28750:3 28751:3 28752:2 28754:1 28756:1 28758:1 28759:2 28761:6 28768:1 28770:1 28771:1 28776:1 28777:1 28787:3 28790:1 28807:1 28811:1 28817:3 28832:1 28833:1 28841:1 28846:1 28855:4 28866:2 28867:2 28872:1 28878:1 28884:1 28895:1 28899:1 28901:1 28907:1 28935:1 28986:1 28996:1 29001:1 29002:1 29004:1 29025:2 29027:1 29035:1 29049:1 29052:2 29053:2 29071:1 29089:1 29090:1 29093:1 29095:1 29100:1 29110:2 29117:3 29124:1 29128:1 29134:2 29145:1 29148:2 29169:1 29183:1 29207:5 29224:2 29227:1 29235:1 29239:1 29242:1 29244:1 29248:6 29251:1 29263:1 29269:3 29281:1 29292:3 29302:1 29306:2 29309:1 29327:1 29328:1 29336:1 29345:1 29346:1 29370:2 29380:1 29396:2 29413:2 29423:2 29436:1 29440:1 29441:1 29444:1 29448:3 29449:1 29458:4 29488:1 29492:2 29494:1 29495:1 29508:1 29514:2 29528:1 29529:2 29536:2 29539:1 29540:1 29548:2 29555:1 29564:1 29566:15 29567:1 29570:2 29575:3 29587:2 29591:1 29592:2 29600:1 29609:5 29612:1 29616:1 29620:1 29621:1 29631:8 29633:1 29657:1 29669:1 29673:1 29675:1 29680:1 29682:1 29686:2 29689:1 29708:2 29716:4 29721:3 29731:2 29734:1 29746:1 29748:2 29753:2 29761:8 29766:2 29771:1 29773:1 29775:1 29778:1 29791:1 29810:1 29814:1 29823:1 29836:1 29842:1 29848:1 29854:1 29856:1 29858:2 29867:1 29880:1 29887:5 29894:1 29904:1 29925:2 29930:1 29939:1 29941:1 29947:1 29948:1 29961:1 29969:1 29972:4 29983:1 30023:2 30025:3 30027:1 30030:2 30033:1 30034:1 30051:2 30054:1 30065:1 30066:2 30076:1 30084:1 30094:2 30095:1 30097:8 30125:1 30131:1 30136:1 30147:1 30149:3 30150:1 30164:1 30199:1 30207:3 30213:1 30218:1 30233:1 30239:1 30241:1 30247:1 30253:1 30258:1 30279:1 30295:2 30302:1 30308:1 30328:2 30351:2 30354:1 30364:3 30377:2 30381:1 30396:1 30411:1 30432:1 30451:2 30466:1 30474:1 30478:1 30486:1 30488:1 30498:1 30506:1 30516:2 30521:1 30563:1 30565:1 30587:1 30606:1 30608:3 30612:1 30617:2 30634:2 30676:1 30679:3 30702:1 30707:1 30719:1 30730:5 30735:1 30738:5 30742:1 30751:5 30752:1 30755:2 30756:1 30759:2 30760:1 30770:5 30779:1 30791:1 30792:1 30802:1 30807:1 30815:2 30816:1 30825:1 30832:2 30834:2 30844:1 30845:1 30846:1 30849:2 30850:1 30855:1 30856:2 30857:10 30861:3 30863:2 30866:2 30869:2 30873:1 30883:1 30900:2 30904:1 30906:1 30915:1 30920:2 30925:2 30964:1 30965:1 30996:1 30997:4 30998:2
3 2:3 12:1 13:2 15:1 36:2 37:2 39:2 44:1 50:1 52:2 84:2 90:3 104:2 110:1 117:4 123:2 145:1 149:1 150:1 157:1 162:1 174:1 176:1 185:2 196:1 203:2 211:1 216:1 236:1 254:1 255:1 259:1 274:1 275:3 276:2 280:2 282:1 286:2 287:1 290:1 301:2 311:1 333:1 339:1 357:1 374:2 375:2 376:1 385:1 396:1 397:2 401:1 406:2 411:1 419:1 424:3 428:1 431:1 434:1 436:2 446:1 447:1 467:4 468:1 471:4 472:3 475:2 485:4 490:1 556:1 576:1 580:1 585:1 588:1 590:2 594:1 620:1 625:1 634:1 637:1 648:5 657:6 661:1 677:1 683:8 686:1 700:1 701:2 704:1 705:2 710:2 717:1 720:3 722:1 724:1 733:2 750:1 774:1 794:1 812:2 813:1 826:1 836:1 847:1 848:1 860:2 866:3 880:1 889:1 891:1 895:1 901:1 934:4 942:3 958:5 965:1 972:2 981:4 982:1 986:8 989:7 995:1 996:1 1000:4 1004:1 1006:1 1012:1 1021:1 1045:3 1048:1 1049:7 1053:1 1092:1 1096:2 1115:2 1124:2 1130:3 1145:1 1150:1 1189:2 1194:2 1199:1 1203:2 1215:2 1220:1 1233:2 1243:1 1253:4 1269:3 1275:1 1279:3 1292:1 1295:1 1297:2 1302:4 1304:3 1305:1 1309:1 1312:1 1318:1 1319:3 1321:1 1322:2 1323:2 1336:1 1349:2 1355:1 1365:2 1367:1 1368:2 1369:4 1380:1 1382:1 1384:1 1388:1 1389:1 1390:1 1394:1 1397:1 1401:4 1403:1 1408:2 1413:1 1414:1 1428:1 1429:1 1430:1 1433:1 1434:1 1439:1 1441:1 1445:1 1458:2 1461:1 1467:1 1476:1 1478:1 1483:2 1484:1 1518:1 1534:1 1538:2 1548:2 1553:1 1560:1 1563:1 1566:3 1583:1 1585:2 1593:9 1594:1 1610:3 1622:1 1626:1 1641:2 1644:1 1646:1 1654:1 1673:1 1679:1 1681:1 1685:8 1693:2 1700:1 1704:1 1707:7 1723:1 1732:1 1734:2 1746:1 1751:1 1769:1 1775:1 1801:2 1802:4 1812:1 1813:1 1816:3 1833:2 1836:1 1844:1 1852:1 1861:3 1862:1 1864:2 1868:1 1883:2 1884:1 1911:1 1923:1 1930:1 1942:1 1947:3 1969:2 1971:1 1977:1 1986:1 1991:1 1993:1 1995:2 2001:2 2006:1 2007:3 2009:3 2017:1 2021:1 2025:2 2030:1 2045:1 2049:1 2050:2 2056:1 2058:1 2071:1 2072:1 2076:2 2089:1 2094:1 2103:1 2106:1 2110:1 2126:2 2143:3 2146:1 2148:1 2149:1 2171:1 2173:1 2177:2 2188:1 2192:1 2204:1 2207:1 2212:1 2213:1 2225:1 2227:1 2239:2 2242:1 2247:1 2271:1 2285:1 2290:6 2301:1 2302:1 2316:1 2323:6 2325:1 2327:3 2341:6 2344:1 2352:1 2353:1 2357:1 2361:2 2377:1 2385:1 2400:1 2401:1 2405:1 2411:3 2412:3 2413:1 2414:1 2416:4 2418:4 2420:4 2421:1 2423:7 2424:3 2426:2 2429:1 2431:1 2434:1 2439:4 2440:1 2443:1 2444:1 2445:4 2447:1 2448:3 2453:6 2454:2 2458:1 2468:1 2478:1 2480:1 2487:2 2503:1 2515:1 2521:2 2532:1 2534:1 2554:2 2563:3 2576:1 2589:1 2590:2 2591:2 2592:1 2596:1 2616:2 2622:2 2630:2 2644:1 2659:3 2660:1 2663:1 2664:1 2701:1 2705:2 2724:1 2731:1 2740:1 2748:1 2754:1 2779:2 2788:1 2793:1 2798:1 2799:1 2807:1 2822:1 2824:1 2827:4 2834:1 2851:1 2853:5 2854:2 2858:1 2874:1 2877:1 2880:1 2885:1 2902:1 2920:1 2936:1 2938:1 2939:2 2945:1 2948:1 2955:2 2958:1 2959:1 2972:1 2974:1 3002:3 3004:1 3006:2 3009:1 3011:2 3017:3 3019:1 3026:1 3027:2 3029:1 3036:1 3038:3 3047:1 3074:2 3078:1 3084:2 3086:15 3102:2 3108:1 3114:1 3119:1 3124:2 3148:4 3149:1 3152:1 3153:7 3164:5 3168:1 3173:1 3199:1 3200:1 3233:1 3278:2 3281:2 3325:1 3338:1 3345:1 3346:2 3353:1 3378:1 3380:1 3394:1 3406:1 3408:2 3411:1 3421:1 3426:4 3434:8 3443:1 3471:1 3475:1 3479:1 3523:2 3532:1 3541:1 3544:2 3557:1 3582:1 3597:1 3605:2 3612:1 3619:1 3627:1 3636:1 3640:1 3649:1 3661:1 3665:1 3688:1 3694:1 3699:2 3701:1 3704:1 3709:1 3733:1 3734:1 3741:1 3743:1 3746:1 3752:1 3753:2 3756:1 3757:1 3758:2 3759:2 3782:1 3784:1 3786:1 3800:1 3832:1 3849:2 3851:2 3854:1 3861:1 3865:6 3870:4 3880:2 3884:1 3886:2 3891:4 3919:3 3923:1 3930:1 3932:2 3951:1 3955:1 3962:3 3965:3 3982:5 3985:1 3992:1 4013:1 4016:2 4038:1 4042:1 4043:2 4044:2 4056:3 4059:1 4063:2 4068:1 4069:2 4077:1 4088:1 4091:2 4100:1 4103:5 4105:1 4118:1 4128:1 4138:1 4139:1 4150:1 4153:1 4155:3 4178:1 4195:1 4199:1 4201:1 4203:1 4204:1 4206:1 4212:5 4220:1 4240:2 4245:1 4249:1 4254:1 4255:2 4276:1 4281:2 4290:1 4293:1 4296:1 4303:1 4307:1 4320:1 4339:4 4344:1 4345:1 4353:2 4359:1 4367:1 4374:1 4387:1 4388:2 4390:3 4397:2 4404:1 4408:1 4410:2 4414:1 4421:1 4445:1 4449:1 4455:1 4462:1 4465:3 4494:1 4495:1 4497:1 4508:3 4510:2 4521:1 4539:3 4541:1 4544:1 4548:1 4569:1 4590:1 4605:1 4621:1 4624:1 4637:1 4652:6 4664:1 4665:1 4689:1 4697:2 4707:1 4710:1 4721:3 4732:1 4741:1 4745:1 4746:1 4750:1 4751:1 4773:1 4775:2 4778:1 4780:1 4792:4 4806:2 4808:1 4811:1 4816:1 4822:1 4835:1 4838:1 4839:1 4842:1 4846:1 4848:1 4864:1 4866:11 4881:1 4885:4 4893:2 4900:1 4901:2 4906:10 4915:1 4932:1 4948:3 4954:1 4992:2 4998:3 5003:2 5008:1 5024:1 5027:1 5042:1 5050:1 5076:1 5077:1 5083:1 5091:2 5098:20 5100:3 5115:1 5127:1 5138:1 5153:1 5157:1 5162:1 5169:1 5171:3 5174:1 5222:1 5225:6 5241:4 5242:6 5243:2 5249:2 5252:1 5254:1 5255:2 5256:1 5257:2 5258:1 5264:1 5271:2 5272:2 5274:2 5275:1 5279:1 5314:1 5332:1 5335:2 5349:1 5370:1 5378:2 5379:1 5389:1 5393:1 5401:2 5404:1 5413:1 5414:1 5415:1 5427:1 5432:1 5437:1 5440:1 5477:1 5483:2 5510:1 5514:1 5518:1 5526:2 5532:2 5537:1 5541:2 5553:1 5560:1 5567:1 5586:4 5588:1 5589:2 5592:2 5604:1 5616:1 5626:2 5644:2 5659:2 5664:1 5670:2 5671:2 5704:1 5705:1 5712:1 5714:2 5716:1 5752:1 5759:1 5760:1 5768:3 5776:1 5783:1 5798:1 5800:2 5801:2 5814:1 5825:1 5880:1 5881:4 5884:1 5885:3 5887:1 5936:1 5939:1 5941:2 5947:1 5956:1 5968:1 5972:3 5973:1 5974:1 5977:1 5992:1 6007:2 6013:1 6015:1 6024:1 6027:1 6040:1 6046:3 6054:1 6077:2 6079:1 6083:1 6084:1 6115:1 6118:1 6124:1 6126:1 6136:2 6143:1 6148:1 6161:1 6162:1 6177:1 6182:2 6183:1 6184:1 6186:1 6189:2 6207:1 6222:2 6229:1 6233:1 6237:3 6269:1 6305:2 6306:1 6313:1 6318:1 6319:1 6324:1 6331:2 6335:1 6341:2 6342:1 6344:3 6346:3 6349:5 6360:1 6361:1 6370:3 6374:1 6375:2 6377:1 6378:1 6383:2 6387:1 6388:1 6390:2 6397:2 6402:2 6414:1 6426:1 6438:1 6444:1 6446:1 6457:1 6462:2 6469:7 6478:1 6479:1 6483:1 6495:1 6506:1 6509:2 6512:1 6513:1 6520:1 6525:1 6541:1 6551:3 6554:2 6562:1 6565:2 6571:2 6583:2 6586:1 6592:1 6609:1 6625:3 6627:1 6633:1 6636:2 6638:1 6644:1 6657:3 6660:1 6677:6 6679:1 6680:1 6681:2 6686:2 6687:7 6689:2 6690:2 6692:1 6695:6 6696:1 6698:2 6700:5 6703:14 6705:1 6707:1 6708:1 6712:1 6726:1 6731:1 6734:1 6743:1 6765:2 6799:1 6829:1 6835:1 6839:1 6840:4 6841:1 6843:1 6849:1 6851:2 6859:15 6875:1 6899:1 6918:1 6919:2 6920:2 6932:1 6939:1 6954:1 6956:1 6966:1 6969:1 6980:3 6983:1 7032:1 7041:1 7052:1 7081:1 7099:1 7110:1 7114:1 7116:2 7123:2 7128:3 7130:2 7131:1 7140:1 7148:4 7153:1 7166:1 7176:2 7177:2 7181:6 7182:1 7185:1 7193:1 7198:1 7199:1 7204:6 7208:2 7224:1 7228:1 7232:1 7249:2 7257:1 7285:2 7287:1 7294:1 7296:1 7303:1 7310:1 7323:2 7328:1 7336:2 7339:1 7349:1 7351:1 7352:1 7361:2 7368:1 7370:1 7378:1 7379:1 7387:1 7388:1 7390:1 7400:1 7405:2 7411:1 7412:1 7417:2 7418:1 7419:2 7427:1 7438:1 7456:1 7473:1 7497:1 7508:1 7509:2 7523:2 7527:1 7531:1 7533:1 7539:5 7548:1 7563:1 7597:1 7603:1 7604:1 7609:1 7621:1 7622:1 7649:1 7654:1 7658:1 7660:1 7673:1 7681:1 7687:1 7702:1 7713:1 7725:1 7730:1 7784:1 7788:1 7799:3 7806:1 7816:1 7821:1 7833:2 7838:2 7854:1 7865:1 7873:1 7876:1 7883:1 7885:8 7901:1 7903:1 7904:1 7911:3 7912:1 7922:1 7929:2 7933:1 7935:1 7941:1 7952:1 7968:1 7970:3 7975:1 7983:1 7987:1 8032:1 8057:11 8058:5 8066:1 8078:2 8079:1 8080:4 8102:1 8107:4 8108:3 8112:2 8117:1 8124:50 8132:1 8133:1 8148:5 8150:14 8158:2 8162:1 8177:2 8185:1 8196:1 8202:1 8206:1 8214:1 8219:1 8236:1 8239:2 8240:1 8263:1 8265:2 8270:1 8279:1 8298:1 8315:1 8320:1 8334:2 8337:1 8343:1 8345:2 8354:1 8370:1 8372:2 8391:1 8399:1 8400:5 8410:2 8414:1 8450:1 8452:1 8455:1 8493:1 8499:2 8527:2 8532:1 8545:1 8552:2 8555:1 8556:1 8562:1 8566:1 8570:3 8581:1 8583:1 8585:1 8606:2 8614:1 8626:1 8639:1 8643:2 8645:2 8652:2 8653:2 8665:30 8683:1 8690:1 8695:1 8699:2 8703:1 8706:3 8709:1 8712:1 8749:1 8766:1 8768:1 8791:1 8792:2 8793:1 8795:2 8816:1 8822:1 8825:1 8830:1 8831:1 8847:1 8866:1 8870:3 8875:2 8878:1 8879:1 8885:1 8912:3 8916:2 8918:3 8925:3 8927:1 8934:1 8944:1 8956:2 8958:1 8964:1 8967:1 8970:4 8972:2 8982:1 8993:1 8999:1 9007:3 9008:1 9026:1 9029:1 9032:1 9034:2 9035:1 9052:1 9056:1 9059:1 9061:1 9067:3 9069:2 9070:1 9074:1 9075:2 9077:1 9080:1 9085:1 9093:1 9097:1 9120:1 9135:1 9151:3 9156:2 9167:1 9176:1 9177:2 9178:1 9200:1 9205:3 9218:2 9232:1 9233:1 9240:1 9242:1 9246:1 9249:1 9258:1 9262:2 9277:1 9291:2 9295:2 9309:1 9317:1 9320:1 9324:1 9356:1 9368:1 9385:2 9387:1 9389:1 9394:1 9395:2 9398:1 9400:2 9401:1 9403:1 9404:3 9418:1 9423:1 9424:2 9425:1 9427:1 9433:1 9439:2 9442:3 9448:2 9451:1 9453:2 9459:4 9464:1 9483:2 9498:1 9502:1 9510:1 9515:2 9516:1 9526:1 9530:1 9531:1 9534:1 9545:1 9550:1 9558:1 9569:3 9571:1 9581:1 9585:1 9587:1 9590:1 9593:1 9597:1 9598:1 9599:1 9601:1 9618:1 9624:4 9627:1 9653:2 9654:1 9680:5 9682:1 9684:1 9690:1 9694:1 9707:1 9712:1 9725:1 9731:3 9733:1 9762:3 9770:1 9773:3 9790:2 9800:1 9807:2 9828:1 9837:3 9840:1 9843:1 9846:1 9850:1 9857:1 9862:1 9865:1 9866:1 9875:1 9884:1 9900:1 9903:3 9910:1 9922:2 9938:1 9944:1 9962:2 9969:2 9974:1 9978:1 9980:1 9985:1 9986:1 9989:1 9990:1 9992:1 9995:1 9996:1 10011:1 10024:1 10025:2 10027:1 10028:2 10036:1 10048:1 10049:3 10067:1 10071:1 10073:2 10082:1 10083:2 10134:1 10135:1 10160:2 10162:2 10164:1 10172:1 10178:1 10179:1 10182:1 10197:1 10209:1 10219:1 10226:2 10228:1 10242:4 10245:3 10264:3 10266:1 10270:1 10287:5 10288:4 10290:1 10308:1 10322:1 10329:1 10360:1 10367:2 10403:1 10410:1 10424:1 10425:1 10438:5 10441:1 10443:2 10444:1 10448:1 10453:1 10454:4 10468:1 10471:1 10484:2 10494:1 10514:1 10519:6 10528:1 10534:1 10535:1 10547:1 10553:1 10558:6 10569:1 10575:1 10588:2 10591:1 10600:1 10604:1 10606:1 10612:1 10617:3 10621:1 10627:2 10630:7 10638:2 10640:1 10651:2 10653:2 10663:1 10664:1 10687:1 10701:1 10703:1 10708:2 10711:1 10735:1 10740:1 10747:1 10759:1 10768:1 10770:1 10780:1 10784:4 10793:1 10800:1 10804:1 10805:2 10808:1 10820:1 10827:1 10850:4 10862:1 10865:2 10875:2 10885:1 10906:1 10907:7 10911:2 10914:1 10915:1 10916:1 10934:2 10935:1 10952:1 10954:1 10959:1 10960:1 10961:2 10963:2 10974:1 10978:1 10979:2 10988:2 11001:1 11004:1 11010:4 11015:1 11024:1 11038:2 11057:1 11058:1 11067:1 11089:2 11090:1 11110:1 11114:1 11126:1 11134:1 11143:1 11144:1 11152:1 11188:1 11192:1 11206:1 11208:1 11214:7 11216:1 11219:1 11225:14 11261:2 11265:1 11275:2 11287:3 11295:1 11301:2 11317:1 11328:1 11344:1 11355:1 11357:1 11386:1 11393:1 11399:1 11402:1 11414:1 11428:1 11443:3 11458:6 11461:8 11473:1 11482:1 11495:2 11496:1 11507:2 11509:1 11536:1 11539:1 11540:3 11541:1 11551:1 11556:1 11561:2 11564:1 11565:1 11576:4 11580:1 11584:1 11588:1 11593:1 11597:3 11604:2 11622:1 11628:1 11634:4 11639:2 11640:1 11641:1 11644:3 11647:1 11649:1 11660:1 11678:1 11694:1 11696:1 11709:1 11729:1 11731:1 11741:1 11760:1 11763:2 11798:1 11810:1 11815:2 11820:4 11825:4 11827:2 11842:1 11844:1 11847:2 11849:2 11854:2 11865:2 11894:2 11898:2 11913:1 11920:1 11927:1 11931:1 11938:2 11940:4 11955:1 11956:1 11961:1 11962:1 11977:2 11979:1 11984:1 11992:1 11997:1 12000:1 12014:2 12015:1 12018:1 12027:2 12028:1 12033:2 12036:2 12043:1 12050:2 12066:1 12073:1 12086:1 12093:1 12101:1 12102:1 12107:1 12113:3 12120:1 12123:2 12147:12 12170:1 12171:1 12174:2 12176:1 12181:1 12183:5 12185:1 12190:2 12196:1 12197:1 12199:1 12200:1 12202:1 12205:1 12208:2 12211:1 12212:2 12215:2 12217:1 12220:4 12225:2 12226:1 12250:1 12252:1 12254:4 12261:1 12262:1 12263:2 12270:13 12273:1 12279:1 12280:4 12285:2 12286:2 12287:4 12293:1 12307:1 12325:1 12338:1 12339:1 12342:2 12352:1 12406:1 12422:1 12425:1 12431:1 12436:1 12440:2 12444:2 12456:1 12466:1 12473:4 12485:2 12496:1 12504:2 12516:1 12528:2 12550:2 12561:1 12562:1 12575:1 12589:1 12616:1 12617:1 12620:1 12629:3 12630:3 12639:1 12640:1 12645:1 12654:1 12657:1 12669:1 12670:1 12671:2 12686:1 12689:1 12701:2 12702:1 12704:1 12708:1 12713:2 12715:2 12717:1 12735:5 12736:1 12756:1 12781:1 12826:1 12829:1 12831:1 12836:2 12842:2 12843:3 12846:1 12851:2 12856:1 12869:1 12873:2 12874:1 12885:1 12887:1 12906:1 12925:2 12940:1 12953:2 12956:1 12959:1 12978:1 12983:1 12986:1 12992:1 12996:1 12998:1 13001:1 13014:1 13015:1 13021:8 13023:1 13031:1 13098:3 13102:1 13112:1 13151:2 13155:1 13157:1 13166:1 13167:1 13172:1 13190:2 13213:1 13228:1 13247:1 13249:4 13257:1 13269:1 13273:3 13274:1 13283:1 13285:1 13291:1 13294:1 13297:1 13302:1 13304:2 13312:1 13313:1 13318:1 13323:1 13336:1 13341:1 13358:1 13362:1 13364:1 13375:1 13387:1 13390:1 13393:1 13404:2 13412:1 13438:1 13459:1 13463:1 13467:1 13470:1 13486:1 13499:1 13501:1 13533:1 13539:1 13542:1 13543:1 13578:1 13584:1 13586:1 13596:1 13600:1 13605:1 13618:1 13632:1 13639:2 13642:2 13644:1 13649:7 13650:1 13651:3 13656:1 13664:1 13668:1 13682:1 13683:4 13717:1 13720:1 13733:1 13738:1 13739:1 13751:4 13755:4 13759:3 13761:3 13773:1 13774:7 13785:1 13789:1 13803:1 13809:2 13814:1 13820:2 13829:1 13831:4 13840:1 13841:11 13857:1 13881:1 13883:1 13889:1 13892:1 13898:1 13912:1 13916:9 13918:1 13919:1 13928:2 13934:1 13942:1 13953:1 13975:1 13986:1 13991:1 13993:1 13995:1 13996:1 13998:1 14003:1 14033:3 14037:3 14042:1 14044:1 14061:1 14063:1 14079:1 14084:3 14085:1 14090:1 14120:2 14140:2 14150:1 14158:2 14161:2 14162:1 14179:1 14185:3 14192:1 14223:2 14225:1 14227:1 14229:4 14230:2 14241:2 14246:1 14247:1 14256:4 14257:1 14258:2 14268:1 14276:1 14282:1 14295:4 14296:3 14305:1 14324:1 14339:1 14340:1 14348:3 14360:1 14362:1 14365:2 14384:2 14386:2 14387:1 14389:1 14396:2 14397:4 14400:1 14406:1 14410:2 14420:1 14438:1 14440:3 14442:2 14454:2 14481:2 14510:1 14513:1 14518:1 14530:1 14531:3 14533:2 14536:1 14548:3 14552:1 14576:1 14581:1 14593:1 14595:1 14596:1 14599:3 14608:2 14616:3 14619:1 14630:1 14637:1 14641:1 14649:1 14652:2 14657:2 14659:1 14660:1 14684:2 14695:1 14699:1 14707:1 14709:1 14716:1 14735:3 14752:1 14761:1 14772:2 14773:1 14780:1 14783:1 14784:3 14789:1 14795:1 14805:1 14807:1 14809:2 14823:1 14845:1 14860:1 14878:3 14879:2 14885:2 14890:1 14891:1 14903:1 14906:1 14911:4 14916:1 14917:1 14921:2 14923:6 14925:1 14927:2 14940:4 14942:3 14943:2 14945:1 14950:6 14951:2 14959:2 14969:1 14981:1 15000:1 15004:2 15005:1 15031:1 15042:1 15043:1 15063:2 15069:1 15070:1 15082:1 15083:1 15090:1 15105:1 15114:2 15116:1 15120:1 15121:1 15134:1 15138:1 15141:1 15155:2 15164:1 15168:2 15174:1 15189:1 15212:1 15217:1 15230:1 15233:2 15236:2 15241:1 15267:1 15300:2 15304:2 15314:3 15315:5 15326:1 15331:1 15345:1 15346:1 15358:1 15374:2 15377:4 15380:1 15383:2 15388:1 15389:1 15394:1 15400:1 15401:1 15404:1 15414:1 15422:2 15423:2 15432:2 15442:1 15448:3 15450:1 15473:1 15480:1 15482:1 15483:1 15488:1 15494:2 15501:1 15509:4 15514:1 15516:3 15540:1 15572:1 15582:1 15597:1 15598:1 15605:1 15606:6 15608:1 15617:1 15623:1 15628:2 15636:5 15642:2 15643:4 15645:2 15666:1 15672:1 15679:1 15680:1 15686:1 15690:2 15729:1 15744:1 15751:2 15768:1 15771:1 15779:1 15814:1 15820:1 15827:1 15837:2 15843:1 15847:1 15851:1 15868:1 15869:2 15884:1 15885:1 15895:1 15899:1 15900:1 15918:1 15935:1 15937:3 15947:1 15966:2 15969:1 15972:1 15976:1 15981:1 15983:1 16018:2 16034:2 16036:2 16051:1 16068:1 16087:1 16089:1 16092:2 16094:1 16095:1 16108:3 16127:2 16134:1 16149:2 16151:1 16152:1 16153:1 16154:1 16155:1 16159:1 16163:1 16178:1 16190:1 16191:1 16195:2 16201:1 16207:8 16244:1 16245:1 16248:1 16258:1 16266:1 16268:2 16279:1 16291:1 16295:1 16298:1 16318:1 16336:2 16348:2 16355:1 16357:1 16360:1 16362:6 16364:1 16368:1 16377:1 16383:1 16384:2 16385:3 16395:1 16396:2 16398:1 16399:1 16402:1 16404:1 16406:1 16407:1 16414:1 16418:4 16419:1 16422:3 16424:2 16431:1 16437:2 16441:6 16442:1 16451:1 16464:1 16469:1 16474:2 16515:1 16525:1 16530:3 16531:1 16544:1 16550:1 16561:6 16571:1 16580:2 16595:1 16601:1 16602:1 16603:1 16606:1 16616:1 16619:7 16626:1 16664:1 16665:1 16668:1 16687:2 16696:3 16704:14 16707:1 16712:1 16718:1 16727:1 16731:1 16746:5 16750:2 16761:1 16766:1 16767:2 16772:1 16775:1 16786:1 16792:9 16793:1 16798:2 16807:1 16811:1 16822:4 16823:1 16826:1 16836:1 16857:1 16866:1 16868:1 16911:1 16915:1 16947:2 16949:1 16950:1 16958:2 16968:1 16972:2 16973:1 16974:1 16975:1 16977:1 16978:3 16980:2 16982:1 16985:2 16986:2 16987:1 16988:3 16989:4 16992:1 16994:1 16995:1 16998:1 16999:2 17006:1 17010:1 17024:2 17027:1 17036:1 17061:1 17064:1 17070:1 17071:4 17073:2 17074:1 17079:1 17081:2 17083:2 17088:1 17119:3 17124:1 17129:1 17134:2 17147:1 17169:1 17177:1 17179:1 17190:1 17203:1 17216:1 17256:4 17266:1 17271:1 17273:1 17284:1 17291:1 17297:1 17306:1 17309:1 17317:1 17331:1 17332:1 17336:1 17344:4 17358:1 17366:1 17376:1 17385:1 17393:2 17394:1 17400:1 17420:5 17430:1 17443:1 17444:1 17455:7 17461:1 17464:1 17465:1 17475:1 17483:1 17488:1 17502:1 17504:3 17506:2 17507:7 17508:1 17516:1 17517:1 17553:1 17566:1 17575:1 17593:1 17594:2 17620:1 17623:1 17628:1 17630:2 17631:1 17632:7 17640:1 17644:2 17685:1 17701:2 17718:1 17721:1 17733:1 17734:1 17756:3 17758:1 17761:1 17765:1 17774:1 17789:1 17793:1 17797:1 17803:1 17809:1 17811:1 17816:1 17853:1 17879:1 17906:1 17913:1 17914:1 17926:1 17931:1 17939:1 17946:1 17951:1 17963:1 17968:1 17970:2 17972:1 17973:1 17982:2 17984:1 17985:1 17988:2 18018:4 18021:1 18044:2 18052:1 18055:2 18060:1 18066:1 18072:1 18074:1 18078:1 18080:1 18128:2 18142:2 18149:1 18152:2 18154:1 18158:3 18166:2 18181:1 18183:1 18184:1 18195:1 18197:1 18198:1 18199:1 18201:1 18208:1 18214:1 18241:1 18249:1 18254:1 18256:2 18260:2 18261:1 18263:1 18267:1 18270:6 18277:2 18280:1 18293:1 18309:1 18313:1 18318:1 18364:1 18368:1 18377:1 18378:1 18388:2 18389:2 18404:1 18406:2 18412:1 18415:1 18416:1 18420:1 18425:1 18432:1 18444:1 18447:1 18455:1 18469:1 18473:2 18475:1 18489:1 18493:1 18512:1 18537:2 18549:1 18555:1 18567:2 18584:1 18591:2 18602:1 18604:1 18612:1 18616:1 18624:1 18625:1 18642:1 18654:1 18655:1 18662:7 18672:1 18677:1 18679:1 18680:1 18686:1 18690:1 18693:1 18699:2 18703:1 18712:1 18713:1 18717:1 18724:1 18727:2 18731:3 18736:1 18745:3 18746:6 18748:1 18752:1 18753:1 18773:1 18790:1 18796:1 18799:2 18817:1 18833:2 18834:1 18842:5 18859:2 18865:1 18867:1 18881:1 18883:1 18893:1 18912:1 18916:1 18917:1 18934:1 18949:1 18951:4 18958:2 18959:1 18962:2 18984:1 19005:2 19009:1 19011:1 19017:1 19020:1 19025:1 19052:2 19070:5 19072:1 19100:1 19112:1 19118:2 19122:1 19130:1 19165:1 19167:2 19180:1 19191:1 19193:1 19198:1 19207:2 19208:1 19232:1 19237:2 19243:1 19254:7 19260:1 19262:1 19267:1 19278:1 19281:1 19285:1 19294:2 19300:1 19306:1 19307:1 19311:1 19312:2 19314:1 19317:1 19335:1 19337:2 19338:1 19339:1 19342:1 19344:3 19348:1 19351:1 19370:1 19399:1 19402:1 19403:1 19407:1 19418:1 19420:3 19421:1 19426:1 19438:1 19445:1 19458:2 19462:1 19468:2 19470:1 19486:3478 19488:2 19490:1 19494:3 19496:1 19500:1 19507:1 19511:4 19512:1 19546:1 19547:1 19576:1 19587:1 19594:1 19596:1 19607:1 19612:2 19616:1 19621:1 19625:1 19627:1 19632:1 19643:6 19668:1 19672:8 19684:1 19685:1 19688:1 19691:1 19695:1 19721:1 19723:1 19725:5 19730:1 19743:1 19778:1 19784:4 19815:1 19817:1 19834:2 19876:3 19887:1 19888:1 19916:1 19946:4 19954:1 19955:1 19979:1 19987:2 19997:3 19998:1 20000:1 20006:2 20011:1 20012:1 20015:2 20028:1 20032:1 20054:1 20058:1 20059:1 20063:1 20065:1 20071:1 20073:1 20080:1 20085:1 20087:1 20089:1 20095:1 20110:2 20120:1 20141:1 20148:2 20168:1 20177:1 20183:1 20188:1 20202:1 20210:1 20216:1 20234:4 20267:1 20286:1 20295:2 20301:2 20312:2 20314:6 20315:2 20317:1 20321:1 20346:7 20358:1 20370:1 20376:1 20381:1 20393:3 20402:1 20410:1 20414:1 20421:5 20432:1 20435:1 20444:1 20458:1 20462:1 20463:1 20464:4 20467:1 20471:1 20488:1 20491:2 20494:1 20496:1 20498:2 20501:6 20504:1 20505:1 20506:2 20507:1 20513:2 20514:1 20517:1 20523:1 20529:1 20532:5 20534:1 20540:1 20561:1 20572:1 20590:1 20595:2 20601:2 20613:1 20624:1 20629:1 20647:2 20656:1 20677:4 20679:1 20681:1 20684:2 20694:3 20698:1 20700:1 20701:1 20703:1 20711:1 20713:4 20716:3 20731:1 20732:3 20734:2 20745:2 20756:1 20763:1 20768:4 20775:1 20777:2 20787:1 20816:2 20818:1 20819:1 20827:1 20832:1 20833:1 20850:1 20857:1 20863:1 20864:1 20867:1 20869:3 20886:2 20912:2 20924:1 20925:1 20928:3 20936:1 20948:1 20973:1 20980:6 20981:2 20987:1 21009:2 21038:1 21039:1 21046:5 21052:1 21053:1 21070:2 21073:2 21080:1 21098:3 21128:2 21130:1 21138:1 21139:1 21142:1 21143:1 21149:1 21151:1 21153:3 21158:1 21166:1 21172:1 21178:1 21184:9 21185:1 21186:1 21187:1 21189:2 21193:1 21206:1 21209:2 21211:1 21217:1 21220:1 21221:1 21230:2 21239:2 21242:6 21245:2 21263:1 21264:1 21268:1 21269:1 21278:1 21283:1 21295:1 21305:1 21316:2 21320:1 21325:4 21333:1 21350:1 21353:1 21355:2 21357:3 21358:1 21361:1 21383:1 21388:1 21389:1 21400:7 21416:3 21457:1 21471:1 21474:1 21482:4 21491:1 21513:2 21537:1 21560:2 21567:1 21574:2 21585:1 21602:1 21603:2 21614:1 21616:1 21619:2 21630:1 21636:2 21645:1 21646:3 21657:1 21659:1 21665:1 21672:1 21676:1 21679:1 21687:1 21693:1 21697:1 21714:1 21715:1 21717:1 21719:1 21736:1 21747:1 21750:1 21753:1 21756:2 21759:1 21761:1 21762:1 21763:1 21771:1 21774:1 21777:1 21779:1 21785:1 21786:1 21791:1 21792:5 21795:1 21810:3 21815:2 21823:1 21826:1 21833:8 21837:1 21846:1 21850:1 21852:2 21853:3 21886:1 21920:1 21924:2 21926:4 21930:1 21952:1 21957:2 21965:1 21967:1 21978:2 22004:2 22023:1 22024:4 22029:1 22031:3 22053:1 22054:1 22067:2 22069:1 22074:1 22076:3 22082:1 22088:2 22090:1 22095:1 22099:1 22127:1 22131:1 22135:1 22137:1 22144:1 22145:1 22148:1 22149:1 22155:1 22156:2 22162:1 22164:1 22169:1 22171:1 22179:1 22187:2 22190:1 22192:1 22208:1 22210:1 22214:1 22222:1 22271:2 22279:1 22282:1 22304:1 22317:1 22325:1 22340:1 22344:1 22345:1 22350:1 22354:1 22355:1 22359:1 22373:1 22375:1 22377:2 22378:4 22381:2 22395:1 22397:1 22430:1 22437:1 22441:1 22446:2 22477:1 22481:1 22486:3 22490:5 22492:1 22497:2 22503:2 22504:2 22511:1 22513:2 22539:1 22547:1 22566:1 22568:1 22569:1 22577:2 22580:1 22581:1 22582:1 22591:1 22610:1 22618:1 22620:1 22626:2 22627:1 22631:1 22633:1 22635:2 22638:1 22645:1 22653:6 22655:1 22663:1 22672:1 22673:1 22696:1 22724:1 22731:1 22736:1 22741:2 22743:1 22745:7 22746:1 22753:7 22765:2 22776:1 22785:1 22791:3 22795:3 22802:1 22803:1 22812:1 22813:2 22831:1 22843:1 22869:2 22882:1 22885:2 22888:1 22889:1 22891:1 22899:2 22901:1 22906:1 22911:8 22913:3 22918:1 22919:1 22921:1 22930:1 22942:1 22963:1 22968:1 22972:1 22980:1 22982:1 22993:2 22995:2 23022:1 23029:1 23033:4 23047:1 23049:1 23058:2 23062:1 23064:1 23074:3 23081:1 23082:1 23090:1 23094:1 23105:1 23110:1 23111:2 23114:1 23119:1 23120:1 23130:1 23131:1 23153:2 23157:2 23166:1 23170:1 23188:1 23200:1 23210:1 23213:1 23222:1 23233:1 23235:1 23244:2 23248:1 23251:2 23264:1 23289:1 23291:1 23292:1 23298:1 23300:1 23303:1 23316:9 23318:2 23352:3 23354:1 23360:2 23371:2 23382:1 23383:1 23384:5 23385:2 23390:1 23394:1 23397:1 23398:1 23402:1 23409:1 23417:2 23425:1 23439:1 23444:1 23447:3 23466:1 23486:1 23496:1 23499:1 23500:4 23512:1 23515:2 23516:6 23521:2 23524:1 23535:2 23539:1 23550:2 23552:1 23559:3 23564:8 23569:1 23573:1 23574:1 23575:1 23577:1 23581:3 23590:1 23591:1 23598:1 23614:1 23617:1 23620:1 23623:1 23624:2 23629:5 23631:1 23637:1 23638:1 23639:4 23642:1 23644:2 23649:3 23650:2 23658:1 23667:1 23668:4 23676:2 23703:1 23724:1 23731:1 23734:1 23738:2 23760:2 23764:5 23765:1 23767:1 23769:3 23773:1 23789:1 23791:4 23792:1 23796:2 23807:1 23814:2 23830:2 23836:1 23841:1 23843:1 23871:2 23873:3 23875:1 23887:1 23888:1 23894:1 23898:2 23910:1 23914:1 23919:1 23928:1 23933:1 23934:1 23943:1 23945:1 23957:11 23979:1 23990:3 23999:1 24001:1 24008:1 24013:1 24014:1 24029:1 24032:1 24034:1 24048:1 24052:2 24057:1 24059:1 24066:2 24067:1 24101:2 24113:2 24115:1 24123:2 24147:1 24164:1 24167:1 24178:1 24182:1 24184:2 24185:2 24190:1 24210:2 24220:1 24238:1 24242:1 24244:1 24246:1 24265:2 24267:1 24272:1 24280:1 24291:2 24296:2 24319:1 24324:1 24326:1 24331:1 24333:3 24334:1 24338:1 24352:1 24353:1 24354:1 24357:1 24360:1 24365:1 24370:1 24374:6 24379:1 24390:1 24392:1 24396:1 24410:1 24417:1 24418:1 24425:1 24430:1 24443:1 24445:1 24446:2 24450:1 24453:1 24461:1 24469:1 24473:1 24475:1 24476:1 24485:1 24493:1 24504:4 24511:1 24512:2 24528:1 24531:1 24536:5 24537:1 24541:1 24542:3 24543:1 24550:1 24553:1 24556:1 24557:1 24558:1 24562:2 24569:1 24607:1 24611:1 24623:1 24635:1 24640:1 24644:1 24650:1 24653:1 24659:2 24661:1 24662:2 24664:2 24681:3 24686:1 24691:1 24708:1 24710:1 24718:1 24724:1 24748:3 24764:2 24805:1 24809:1 24813:2 24834:1 24838:1 24840:1 24841:1 24857:3 24907:1 24909:2 24912:5 24913:1 24918:1 24921:1 24928:1 24931:2 24939:2 24950:1 24961:1 24993:1 24994:2 24998:2 25007:1 25019:1 25035:1 25042:1 25049:2 25056:1 25057:1 25064:1 25081:1 25115:4 25120:1 25126:1 25127:6 25132:1 25140:1 25141:1 25143:1 25154:1 25163:1 25168:1 25169:2 25180:2 25191:1 25197:3 25200:1 25205:1 25227:1 25247:1 25249:1 25257:1 25258:2 25259:8 25260:1 25263:1 25267:1 25276:1 25284:1 25291:1 25292:1 25302:2 25322:1 25330:3 25340:1 25347:1 25349:1 25366:2 25368:1 25373:2 25375:4 25404:1 25407:1 25411:3 25417:1 25428:1 25432:1 25435:1 25482:1 25496:1 25498:3 25521:2 25528:1 25538:2 25556:5 25559:1 25565:4 25568:2 25569:1 25575:6 25576:1 25586:1 25587:1 25588:1 25600:1 25606:1 25608:2 25614:3 25623:1 25634:4 25642:1 25648:3 25651:1 25652:1 25659:1 25663:2 25666:1 25672:1 25674:1 25677:1 25683:1 25697:1 25705:1 25707:1 25717:2 25742:1 25745:1 25749:2 25753:1 25755:1 25756:1 25760:3 25761:1 25764:1 25765:9 25767:2 25771:2 25772:1 25783:1 25789:1 25790:1 25791:1 25803:1 25810:2 25822:1 25824:1 25839:1 25844:1 25845:1 25846:1 25851:1 25855:1 25856:1 25859:1 25862:1 25871:1 25878:2 25890:1 25891:1 25893:1 25904:1 25910:1 25913:1 25923:1 25931:2 25939:8 25941:1 25945:2 25947:1 25948:1 25958:1 25959:1 25960:1 25964:3 25965:1 25968:1 26004:1 26032:1 26035:1 26042:5 26058:3 26063:1 26067:1 26071:1 26088:4 26097:1 26104:1 26108:1 26123:1 26129:2 26136:1 26137:1 26144:1 26149:1 26161:1 26191:1 26196:1 26229:1 26239:1 26244:2 26247:1 26250:1 26255:1 26259:1 26272:3 26278:2 26280:1 26286:1 26287:1 26289:1 26300:1 26302:2 26307:1 26329:5 26331:15 26333:1 26343:1 26363:10 26371:1 26376:1 26379:1 26384:1 26386:2 26390:1 26395:1 26413:5 26415:1 26416:1 26422:1 26423:1 26424:2 26425:1 26431:1 26451:1 26459:1 26481:2 26490:2 26492:1 26496:1 26503:1 26537:2 26538:1 26553:1 26554:1 26558:1 26561:2 26563:1 26567:1 26570:1 26585:1 26586:1 26590:1 26599:2 26601:1 26605:1 26617:1 26626:1 26633:1 26635:1 26640:1 26645:2 26649:1 26653:4 26671:3 26682:1 26685:3 26699:1 26701:1 26707:3 26709:1 26725:2 26730:2 26734:1 26741:1 26758:1 26767:3 26785:2 26800:3 26803:1 26810:1 26812:2 26815:1 26817:2 26834:2 26841:1 26846:1 26872:2 26875:2 26879:5 26882:8 26891:4 26893:1 26920:1 26925:3 26930:1 26940:1 26949:1 26952:1 26964:1 26967:1 26974:1 26994:1 27017:4 27040:1 27042:4 27052:1 27067:1 27078:1 27093:1 27095:1 27102:1 27110:4 27121:2 27133:2 27138:1 27141:1 27152:7 27165:1 27168:1 27174:1 27176:1 27199:2 27202:1 27207:1 27227:1 27240:2 27244:2 27249:1 27254:1 27258:1 27272:2 27273:1 27282:1 27285:1 27287:2 27290:1 27300:1 27321:1 27322:1 27329:1 27335:1 27347:1 27367:1 27377:1 27403:9 27406:2 27418:1 27428:1 27460:1 27465:1 27476:1 27483:1 27490:1 27499:1 27503:2 27517:1 27538:1 27543:2 27554:1 27556:2 27579:1 27580:1 27595:3 27601:5 27602:1 27611:1 27651:1 27659:1 27670:2 27677:1 27681:2 27684:2 27699:2 27701:2 27713:1 27714:3 27729:1 27730:1 27732:1 27750:5 27755:1 27760:1 27767:1 27773:2 27782:3 27785:5 27796:3 27802:1 27807:1 27816:1 27817:2 27833:1 27838:1 27845:2 27853:2 27854:1 27877:1 27890:1 27895:2 27899:1 27929:1 27930:1 27932:1 27946:3 27969:1 27979:1 28000:2 28010:1 28029:1 28035:1 28052:2 28059:1 28067:3 28068:1 28074:15 28086:1 28102:1 28104:1 28119:3 28142:1 28150:1 28165:1 28175:2 28177:2 28190:1 28193:2 28204:1 28205:1 28208:2 28213:1 28220:2 28232:1 28245:1 28246:2 28252:1 28254:1 28270:1 28275:1 28276:1 28283:2 28288:1 28311:1 28316:1 28321:1 28329:1 28330:1 28332:1 28334:1 28338:1 28340:1 28341:1 28349:6 28350:2 28351:1 28363:2 28375:2 28381:1 28383:3 28387:1 28388:1 28390:4 28402:2 28407:1 28409:3 28411:1 28414:3 28416:1 28444:2 28455:2 28456:1 28457:2 28458:2 28461:1 28462:1 28478:2 28487:2 28501:1 28506:1 28513:1 28521:1 28522:1 28525:1 28542:1 28592:1 28594:1 28595:1 28601:5 28604:1 28615:1 28619:2 28625:1 28628:1 28630:1 28642:1 28645:1 28673:7 28676:1 28677:1 28682:1 28686:2 28687:1 28688:2 28691:2 28693:1 28694:1 28696:1 28701:3 28702:2 28712:1 28713:2 28718:1 28719:1 28720:1 28723:1 28733:1 28734:1 28743:4 28744:1 28750:3 28751:3 28752:2 28754:1 28756:1 28758:1 28759:2 28761:6 28768:1 28770:1 28771:1 28776:1 28777:1 28787:3 28790:1 28807:1 28811:1 28817:3 28832:1 28833:1 28841:1 28846:1 28855:4 28866:2 28867:2 28872:1 28878:1 28884:1 28895:1 28899:1 28901:1 28907:1 28935:1 28986:1 28996:1 29001:1 29002:1 29004:1 29025:2 29027:1 29035:1 29049:1 29052:2 29053:2 29071:1 29089:1 29090:1 29093:1 29095:1 29100:1 29110:2 29117:4 29124:1 29128:1 29134:2 29145:1 29148:2 29169:1 29183:1 29207:5 29224:2 29227:1 29235:1 29239:1 29242:1 29244:1 29248:7 29251:1 29263:1 29269:3 29281:1 29292:3 29302:1 29306:2 29309:1 29327:1 29328:1 29336:1 29345:1 29346:1 29370:2 29380:1 29396:2 29413:2 29423:2 29436:1 29440:1 29441:1 29444:1 29448:3 29449:1 29458:4 29488:1 29492:2 29494:1 29495:1 29508:1 29514:2 29528:1 29529:2 29536:2 29539:1 29540:1 29548:2 29555:1 29564:1 29566:15 29567:1 29570:2 29575:3 29587:2 29591:1 29592:2 29600:1 29609:5 29612:1 29614:1 29616:1 29620:1 29621:1 29631:8 29633:1 29657:1 29669:1 29673:1 29675:1 29680:1 29682:1 29686:2 29689:1 29708:2 29716:4 29721:3 29731:2 29734:1 29746:1 29748:2 29753:2 29761:8 29766:2 29771:1 29773:1 29775:1 29778:1 29791:1 29810:1 29814:1 29823:1 29836:1 29842:1 29848:1 29854:1 29856:1 29858:2 29867:1 29880:1 29887:5 29894:1 29904:1 29925:2 29930:1 29939:1 29941:1 29947:1 29948:1 29961:1 29969:1 29972:4 29983:1 30023:2 30025:3 30027:1 30030:2 30033:1 30034:1 30051:2 30054:2 30065:1 30066:2 30076:1 30081:1 30084:1 30094:2 30095:1 30097:8 30125:1 30131:1 30136:1 30147:1 30149:3 30150:1 30164:1 30199:1 30207:3 30213:1 30218:1 30233:1 30239:1 30241:1 30247:1 30253:1 30258:1 30279:1 30295:2 30302:1 30308:1 30328:2 30351:2 30354:1 30364:3 30377:2 30381:1 30396:1 30411:1 30432:2 30436:1 30451:2 30466:1 30474:1 30478:1 30486:1 30488:1 30498:1 30506:1 30516:2 30521:1 30563:1 30565:1 30566:1 30587:1 30606:1 30608:3 30612:1 30617:2 30634:2 30676:1 30679:3 30702:1 30707:1 30719:1 30730:5 30735:1 30738:5 30742:1 30751:5 30752:1 30755:2 30756:1 30759:2 30760:1 30770:5 30779:1 30791:1 30792:1 30802:1 30806:1 30807:1 30815:2 30816:1 30825:1 30832:2 30834:2 30844:1 30845:1 30846:1 30849:2 30850:1 30855:1 30856:2 30857:10 30861:3 30863:2 30865:1 30866:2 30869:2 30873:1 30883:1 30900:2 30904:1 30906:1 30915:1 30920:2 30925:2 30964:1 30965:1 30996:1 30997:4 30998:2
|
4e56f533ece092c261e404fe668c155b342b59e7 | e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4 | /New LSTMAttn Model/.data/form-split/GOLD-TEST/otm.tst | b335b2bc3bfc1814b681da88eccef35798b9dcb0 | [] | no_license | davidgu13/Lemma-vs-Form-Splits | c154f1c0c7b84ba5b325b17507012d41b9ad5cfe | 3cce087f756420523f5a14234d02482452a7bfa5 | refs/heads/master | 2023-08-01T16:15:52.417307 | 2021-09-14T20:19:28 | 2021-09-14T20:19:28 | 395,023,433 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 228,245 | tst | otm.tst | ʔa²-do gí ʔado V;IPFV;SG;2;PRS
hwa¹²ʔt’i xa hwaʔt’i V;PRF;SG;3
ʔba²ʔts’i xtá-n ʔbaʔts’i V;PRF;PL;1
yä¹ dá-n yä V;PFV;SG;1
n=kä¹²ni ga-n käni V;IRR;SG;2
ʔạ¹-pa¹nt’ë²di xí ʔyạpant’ëdi V;PRF;PL;3
tsä²ki dí-dí tsäki V;IPFV;SG;1;PRS
ʔbạ¹²i xa ʔbại V;PRF;SG;3
pẹ¹²hni mí-dí pẹhni V;IPFV;SG;1;PST
n=thë²-ndo gá-n thëndo V;PFV;SG;2
n=hye² dí-dí-n hye V;IPFV;SG;1;PRS
ʔä²nba²-tho¹ho xa ʔyänbathoho V;PRF;SG;3
za¹nt’i gá zant’i V;PFV;SG;2
n=hwä¹ni mí-dí-n hwäni V;IPFV;SG;1;PST
ʔyä¹²ni g-mí-dí ʔyäni V;IPFV;SG;2;PST
ʔẹ¹nts’i xa ʔyẹnts’i V;PRF;SG;3
k’ä¹-ma²nʔʉ da k’ämanʔʉ V;IRR;SG;3
ʔø¹de xa ʔyøde V;PRF;SG;3
nde²-hme mí ndehme V;IPFV;SG;3;PST
xʉ²di xkí xʉdi V;PRF;PL;2
xä¹-gu xká xägu V;PRF;SG;2
xa¹ʔmi xtá xaʔmi V;PRF;SG;1
ʔyo¹ xtá-n ʔyo V;PRF;SG;1
t’ø²ʔts’e bi-n t’øʔts’e V;PFV;SG;3
jʉ¹ki xtá jʉki V;PRF;PL;1
ʔu¹²di ga ʔudi V;IRR;SG;1
n=kä¹²ni xká-n käni V;PRF;SG;2
ne²k-ma²nho xí-n nekmanho V;PRF;PL;3
tsʉ¹ gá-n tsʉ V;PFV;SG;2
pa¹xt’i xtá paxt’i V;PRF;PL;1
pʉ¹²nts’i bi pʉnts’i V;PFV;SG;3
tsi¹²ya ga tsiya V;IRR;SG;1
xä¹²gi gá xägi V;PFV;SG;2
t’ø¹ʔts’e gá t’øʔts’e V;PFV;SG;2
n=ʔyä²nt’ʉ gá-n ʔyänt’ʉ V;PFV;SG;2
ts’ä¹²t’i xtá ts’ät’i V;PRF;PL;1
ʔẹ¹t’i xa ʔyẹt’i V;PRF;SG;3
hë¹m-bi xa hyëmbi V;PRF;SG;3
sẹ¹ya²bi xká tsẹyabi V;PRF;SG;2
n=tä² gí-dí-n tä V;IPFV;SG;2;PRS
hä¹ʔts’i bi hyäʔts’i V;PFV;SG;3
ʔyẹ²ʔt’i mí-dí ʔyẹʔt’i V;IPFV;SG;1;PST
ʔë²r-bi xí ʔyërbi V;PRF;PL;3
hä¹²ts’i mí häts’i V;IPFV;SG;3;PST
yo²t’i xí yot’i V;PRF;PL;3
n=k’ʉ¹²nts’i xa-n k’ʉnts’i V;PRF;SG;3
n=nu²-te ga-n nute V;IRR;SG;2
ti²ts’i mí tits’i V;IPFV;SG;3;PST
xo¹²ts’i bi xots’i V;PFV;SG;3
tạ²t’i mí tạt’i V;IPFV;SG;3;PST
ʔä²m-hu²di xtá-n ʔämhudi V;PRF;SG;1
ka¹di xkí kadi V;PRF;PL;2
kø¹²xke xká køxke V;PRF;SG;2
ʔa²-ʔyu ga-n ʔaʔyu V;IRR;SG;2
gạ¹²t’i xtá gạt’i V;PRF;SG;1
pʉ¹²ngi xa pʉngi V;PRF;SG;3
kä¹ti xká käti V;PRF;SG;2
ʔë²r-bi xtá ʔërbi V;PRF;PL;1
gë¹ mí gë V;IPFV;SG;1;PST
so¹ni xkí tsoni V;PRF;PL;2
po²ki di-n poki V;IRR;SG;3
tsi¹² xí zi V;PRF;PL;3
n=tä²s-pi ga-n täspi V;IRR;SG;2
n=k’ʉ¹²nt’i xí-n k’ʉnt’i V;PRF;PL;3
n=ʔa²ts’i dí-n ʔats’i V;IPFV;SG;1;PRS
hu¹ni g-mí huni V;IPFV;SG;2;PST
n=tä²s-pi mí-dí-n täspi V;IPFV;SG;1;PST
ʔa¹ka¹-ʔyo i ʔakaʔyo V;IPFV;SG;3;PRS
kʉ¹²xki g-mí-dí kʉxki V;IPFV;SG;2;PST
pø²ʔt’e mí pøʔt’e V;IPFV;SG;1;PST
ʔa²-do xtá-n ʔado V;PRF;PL;1
wë²n=tho gá wëntho V;PFV;SG;2
n=du²-thä xká-n duthä V;PRF;SG;2
ʔyä²-tsạ²=bi dí-dí ʔyätsạbi V;IPFV;SG;1;PRS
tsạ²-te i tsạte V;IPFV;SG;3;PRS
jo¹ni g-mí joni V;IPFV;SG;2;PST
pa²-te mí pate V;IPFV;SG;1;PST
ʔbẹ¹t’o xtá ʔbẹt’o V;PRF;PL;1
ʔe¹ke xtá ʔeke V;PRF;PL;1
ne¹²gi xa-n negi V;PRF;SG;3
tsi¹²ni da zini V;IRR;SG;3
tä²ngi xí dängi V;PRF;PL;3
thʉ¹ti mí thʉti V;IPFV;SG;3;PST
wä²pa²-ka²fe bi-n wäpakafe V;PFV;SG;3
fẹ²-jʉ bi-n fẹjʉ V;PFV;SG;3
hwi¹xt’i mí hwixt’i V;IPFV;SG;3;PST
mbo²ʔts’i g-mí mboʔts’i V;IPFV;SG;2;PST
xạ¹t’i gí xạt’i V;IPFV;SG;2;PRS
nda²nts’i xa ndants’i V;PRF;SG;3
yʉ¹²n-zi²nni i yʉnzinni V;IPFV;SG;3;PRS
n=thʉ²ʔts’i di-n thʉʔts’i V;IRR;SG;3
tsa²-ʔyä gá tsaʔyä V;PFV;SG;2
thʉ¹nt’i g-mí thʉnt’i V;IPFV;SG;2;PST
yä²hni da-n yähni V;IRR;SG;1
ma¹ti mí-n mati V;IPFV;SG;3;PST
fa¹²ʔts’i dí faʔts’i V;IPFV;SG;1;PRS
ʔẹ¹t’i dí ʔẹt’i V;IPFV;SG;1;PRS
ʔï²ti i ʔïti V;IPFV;SG;3;PRS
n=ʔdo²ʔts’i xtá-n ʔdoʔts’i V;PRF;SG;1
yä¹²-ma²mbʉ²ʔts’i xkí-n yämambʉʔts’i V;PRF;PL;2
yo¹²ʔt’i xtá yoʔt’i V;PRF;PL;1
tẹ²ʔts’i ga tẹʔts’i V;IRR;SG;1
ts’ä¹nt’i gí-dí ts’änt’i V;IPFV;SG;2;PRS
jʉ²nni xtá jʉnni V;PRF;PL;1
ʔbʉ¹²i mí ʔbʉi V;IPFV;SG;1;PST
kø¹nni ga kønni V;IRR;SG;1
tʉ²ngi mí tʉngi V;IPFV;SG;3;PST
mu²ʔt’i ga muʔt’i V;IRR;SG;1
hë¹ʔts’i xtá hëʔts’i V;PRF;PL;1
hu¹t’i mí hut’i V;IPFV;SG;1;PST
pa¹xt’i mí paxt’i V;IPFV;SG;3;PST
ʔä²t’i gi ʔät’i V;IRR;SG;2
dä²-xo²ki da däxoki V;IRR;SG;3
sẹ²ya gá-n tsẹya V;PFV;SG;2
k’ä¹ xí-n k’ä V;PRF;PL;3
pø²ke xkí pøke V;PRF;PL;2
tsi²nni gí-dí tsinni V;IPFV;SG;2;PRS
ne¹t’i xtá net’i V;PRF;PL;1
n=tu¹²ʔts’i xká-n tuʔts’i V;PRF;SG;2
so¹ni xká tsoni V;PRF;SG;2
n=k’ʉ¹²nt’i dá-n k’ʉnt’i V;PFV;SG;1
ʔu¹ni gi ʔyuni V;IRR;SG;2
da²t’i g-mí-dí dat’i V;IPFV;SG;2;PST
n=du²-thä xa-n duthä V;PRF;SG;3
tso²t’i mí tsot’i V;IPFV;SG;3;PST
pa¹²nt’i bi mbant’i V;PFV;SG;3
n=pạ¹ xa-n pạ V;PRF;SG;3
tï²ʔt’i dí tïʔt’i V;IPFV;SG;1;PRS
tsạ¹²-ma²nhëi bi zạmanhëi V;PFV;SG;3
jʉ¹ʔts’i da gʉʔts’i V;IRR;SG;3
di¹²nts’i xí dints’i V;PRF;PL;3
po²pa²-de¹he bi mbopadehe V;PFV;SG;3
fạ²ʔts’i mí-dí fạʔts’i V;IPFV;SG;1;PST
n=ʔbạ²n-yä xí-n ʔbạnyä V;PRF;PL;3
jwa²di dá jwadi V;PFV;SG;1
n=ʔyo²ʔts’i g-mí-dí-n ʔyoʔts’i V;IPFV;SG;2;PST
fʉ²t’i ga fʉt’i V;IRR;SG;1
n=dẹ²ki g-mí-n dẹki V;IPFV;SG;2;PST
ʔbʉ¹²i mí ʔbʉi V;IPFV;SG;3;PST
fø²t’e xká føt’e V;PRF;SG;2
xa¹²xi dí xaxi V;IPFV;SG;1;PRS
ha¹hni bi hahni V;PFV;SG;3
kwa²ti bi kwati V;PFV;SG;3
kʉ²t’i mí kʉt’i V;IPFV;SG;3;PST
hë¹ki i hëki V;IPFV;SG;3;PRS
ʔë²t’i gí ʔët’i V;IPFV;SG;2;PRS
ʔe¹ngi g-mí ʔengi V;IPFV;SG;2;PST
ʔbø²t’e mí-dí ʔbøt’e V;IPFV;SG;1;PST
tsạ¹²-ma²nʔʉ gí tsạmanʔʉ V;IPFV;SG;2;PRS
n=tso¹di gí-dí-n tsodi V;IPFV;SG;2;PRS
n=ts’ʉ²nt’ʉ i-n ts’ʉnt’ʉ V;IPFV;SG;3;PRS
wä²ns-pi xká wänspi V;PRF;SG;2
ya¹²ʔts’i da yaʔts’i V;IRR;SG;3
ʔä¹m-bi ga ʔämbi V;IRR;SG;1
kwa²r-pi xtá kwarpi V;PRF;PL;1
n=du¹ gí-n du V;IPFV;SG;2;PRS
k’wa¹nt’i da k’want’i V;IRR;SG;3
n=xa¹²-ndo bi-n xando V;PFV;SG;3
pa¹-pi yø² t’o mí papi yø t’o V;IPFV;SG;3;PST
pʉ¹t’i gí pʉt’i V;IPFV;SG;2;PRS
ʔbạ¹ʔt’i xí ʔbạʔt’i V;PRF;PL;3
xø¹t’e xí xøt’e V;PRF;PL;3
thä²nts’i xtá thänts’i V;PRF;PL;1
tsạ¹²-ma²nkʉ¹²hi xa zạmankʉhi V;PRF;SG;3
xo¹ mí-dí xo V;IPFV;SG;3;PST
hwä¹²ki ga hwäki V;IRR;SG;1
k’ʉ²t’i xa-n k’ʉt’i V;PRF;SG;3
fa¹²ʔts’i mí faʔts’i V;IPFV;SG;3;PST
pẹ¹fi gá pẹfi V;PFV;SG;2
ʔʉ²h-jʉ xtá-n ʔʉhjʉ V;PRF;SG;1
pi¹di g-mí-dí pidi V;IPFV;SG;2;PST
ka¹di da kadi V;IRR;SG;3
ts’ʉ¹²ʔt’i xtá ts’ʉʔt’i V;PRF;SG;1
ʔyo¹-dä¹po xtá-n ʔyodäpo V;PRF;PL;1
xạ²ʔt’i dí xạʔt’i V;IPFV;SG;1;PRS
n=tsi¹²ma¹-te mí-dí-n tsimate V;IPFV;SG;3;PST
me²ya bi meya V;PFV;SG;3
hë²ʔma¹-hạ¹²i dá hëʔmahại V;PFV;SG;1
yä¹ di-n yä V;IRR;SG;3
thï²gi xí dïgi V;PRF;PL;3
kʉ¹² xká kʉ V;PRF;SG;2
hwẹ¹mmi gá hwẹmmi V;PFV;SG;2
thʉ²-ʔbe¹ni dá-n thʉʔbeni V;PFV;SG;1
ʔwa¹-zʉ²bi xí-n ʔwazʉbi V;PRF;PL;3
xa¹²xi xtá xaxi V;PRF;SG;1
xẹ¹ʔt’i xtá xẹʔt’i V;PRF;PL;1
n=gø²tsu xí-n gøtsu V;PRF;PL;3
k’ä²du xtá-n k’ädu V;PRF;SG;1
ʔi¹²t’i mí-dí ʔit’i V;IPFV;SG;3;PST
n=pi¹²di mí-n pidi V;IPFV;SG;3;PST
ko¹²h-ma²hyä da gohmahyä V;IRR;SG;3
thẹ¹n-bi xká thẹnbi V;PRF;SG;2
tẹ²nni xí dẹnni V;PRF;PL;3
n=ʔo¹t’i mí-dí-n ʔot’i V;IPFV;SG;3;PST
hä¹ʔts’i dá häʔts’i V;PFV;SG;1
tä¹nt’i i tänt’i V;IPFV;SG;3;PRS
tu¹-ts’o¹ni bi duts’oni V;PFV;SG;3
n=ʔwë¹ni mí-dí-n ʔwëni V;IPFV;SG;1;PST
ts’ʉ²-ʔbạ¹t’i gá-n ts’ʉʔbạt’i V;PFV;SG;2
ʔä¹m-ma²pạ xí ʔyämmapạ V;PRF;PL;3
me¹²pya i-n mepya V;IPFV;SG;3;PRS
ʔyo¹-fa¹ni i ʔyofani V;IPFV;SG;3;PRS
fe²ʔts’e xí feʔts’e V;PRF;PL;3
pe¹²nts’i xtá pents’i V;PRF;SG;1
ʔë¹²ni xí ʔyëni V;PRF;PL;3
ye¹² gá-n ye V;PFV;SG;2
hwë²m-bi gá hwëmbi V;PFV;SG;2
ʔwë¹t’i ga ʔwët’i V;IRR;SG;1
xẹ¹ʔt’i bi xẹʔt’i V;PFV;SG;3
wä²pa²-jʉ g-mí wäpajʉ V;IPFV;SG;2;PST
ʔda¹ xí-n ʔda V;PRF;PL;3
pï¹²ts’i xkí pïts’i V;PRF;PL;2
tu²-ma²nthu¹hu xkí-n tumanthuhu V;PRF;PL;2
n=fʉ²ki xa-n fʉki V;PRF;SG;3
tsʉ¹di xká tsʉdi V;PRF;SG;2
hʉ²ʔts’i i hʉʔts’i V;IPFV;SG;3;PRS
pi²ʔmi mí-dí piʔmi V;IPFV;SG;3;PST
tso²t’i xtá tsot’i V;PRF;PL;1
ʔʉ²ʔt’i xká ʔʉʔt’i V;PRF;SG;2
ʔwẹ¹²ti xa ʔwẹti V;PRF;SG;3
tso²ʔt’i gi tsoʔt’i V;IRR;SG;2
tu²-ʔbi mí tuʔbi V;IPFV;SG;1;PST
ʔbʉ²m-ma²nho xí-n ʔbʉmmanho V;PRF;PL;3
ti²ts’i da ndits’i V;IRR;SG;3
jø²t’e gí jøt’e V;IPFV;SG;2;PRS
xʉ¹t’i i xʉt’i V;IPFV;SG;3;PRS
pe²nts’i xa mbents’i V;PRF;SG;3
k’ẹ²t’i bi k’ẹt’i V;PFV;SG;3
pʉ²t’i xtá pʉt’i V;PRF;PL;1
tʉ¹²ni dí tʉni V;IPFV;SG;1;PRS
xu²hna²-nya bi xuhnanya V;PFV;SG;3
xi²-bø²ka di-n xibøka V;IRR;SG;3
tø²ʔmi da ndøʔmi V;IRR;SG;3
ʔba²t’i dí-dí ʔbat’i V;IPFV;SG;1;PRS
ʔë¹²nts’i bi ʔyënts’i V;PFV;SG;3
tso¹t’i da zot’i V;IRR;SG;3
n=ʔwï¹ xká-n ʔwï V;PRF;SG;2
n=pu²-mbë²ni gá-n pumbëni V;PFV;SG;2
n=pẹ¹fi xa-n pẹfi V;PRF;SG;3
tsa¹ i tsa V;IPFV;SG;3;PRS
n=hạ¹²nts’i (i-)dí-n hạnts’i V;IPFV;SG;3;PRS
xa¹²i da xai V;IRR;SG;3
hwẹ¹mmi xa hwẹmmi V;PRF;SG;3
ʔwä¹ʔts’i xkí ʔwäʔts’i V;PRF;PL;2
xo¹nt’i xká xont’i V;PRF;SG;2
t’a¹-xi²jo xká t’axijo V;PRF;SG;2
xë²ki xa xëki V;PRF;SG;3
hwẹ¹²ki mí-dí hwẹki V;IPFV;SG;1;PST
pe¹te dá pete V;PFV;SG;1
ʔä²nba²-tho¹ho mí ʔänbathoho V;IPFV;SG;3;PST
n=pø²nga¹-hyä ga-n pøngahyä V;IRR;SG;2
pạ¹² xí mbạ V;PRF;PL;3
tsa¹ mí tsa V;IPFV;SG;3;PST
ta¹²xki i taxki V;IPFV;SG;3;PRS
ju²-pi g-mí-dí jupi V;IPFV;SG;2;PST
za¹nt’i xtá zant’i V;PRF;SG;1
jwä²n-bi xtá jwänbi V;PRF;SG;1
tu¹²hu gá tuhu V;PFV;SG;2
ʔyẹ²ʔmi gá ʔyẹʔmi V;PFV;SG;2
ʔwẹ¹²ti xtá ʔwẹti V;PRF;SG;1
xu²t’i da xut’i V;IRR;SG;3
zo²hni dá zohni V;PFV;SG;1
fo¹ti g-mí-dí foti V;IPFV;SG;2;PST
n=hyu²s-pi dá-n hyuspi V;PFV;SG;1
xʉ² xí-n xʉ V;PRF;PL;3
n=k’o²ʔts’i xkí-n k’oʔts’i V;PRF;PL;2
hä¹ti xí häti V;PRF;PL;3
ne¹t’a¹-hạ¹²i gi-n net’ahại V;IRR;SG;2
n=fʉ²ki xtá-n fʉki V;PRF;SG;1
tsi¹² mí tsi V;IPFV;SG;3;PST
t’ø¹ʔts’e da t’øʔts’e V;IRR;SG;3
ʔdo¹² mí ʔdo V;IPFV;SG;3;PST
ʔä²hä xa-n ʔähä V;PRF;SG;3
n=dä¹-jä¹ʔi bi-n däjäʔi V;PFV;SG;3
ʔo²i g-mí ʔoi V;IPFV;SG;2;PST
mbạ¹²xni ga-n mbạxni V;IRR;SG;2
ba¹t’i xí bat’i V;PRF;PL;3
tẹ²-xä²hi gá-n tẹxähi V;PFV;SG;2
ya¹²xt’i xkí yaxt’i V;PRF;PL;2
kwa²t’i g-mí kwat’i V;IPFV;SG;2;PST
tø¹²ke xkí tøke V;PRF;PL;2
n=ʔạ¹ʔts’a¹-hu¹²di gí-n ʔạʔts’ahudi V;IPFV;SG;2;PRS
ts’ʉ²-ʔbạ¹t’i xtá-n ts’ʉʔbạt’i V;PRF;SG;1
fa¹nts’i xká fants’i V;PRF;SG;2
tsa²n-te mí tsante V;IPFV;SG;3;PST
hạ²t’i dí hạt’i V;IPFV;SG;1;PRS
n=xạ¹t’i gí-dí-n xạt’i V;IPFV;SG;2;PRS
tsʉ²t’i gi tsʉt’i V;IRR;SG;2
xi¹²ni bi xini V;PFV;SG;3
do²ʔmi ga doʔmi V;IRR;SG;1
ʔä²nba²-tho¹ho xtá ʔänbathoho V;PRF;SG;1
ʔwe²ke mí-dí ʔweke V;IPFV;SG;3;PST
po¹ xí bo V;PRF;PL;3
ʔʉ²xthʉ gá ʔʉxthʉ V;PFV;SG;2
ʔbạ¹²i mí-dí ʔbại V;IPFV;SG;1;PST
ʔbẹ¹²hni gí-dí ʔbẹhni V;IPFV;SG;2;PRS
ʔu¹²ni xa ʔuni V;PRF;SG;3
pe¹te xa mbete V;PRF;SG;3
ʔyä²-tsạ²=bi xtá ʔyätsạbi V;PRF;PL;1
tø²ʔts’e mí tøʔts’e V;IPFV;SG;3;PST
k’ʉ¹n-the¹de g-mí k’ʉnthede V;IPFV;SG;2;PST
yạ²xt’i xí yạxt’i V;PRF;PL;3
tu²nʔa¹-ʔyo mí tunʔaʔyo V;IPFV;SG;3;PST
ne¹²gi mí-dí negi V;IPFV;SG;1;PST
ko¹²h-ma²hyä xká kohmahyä V;PRF;SG;2
thạ¹di da dạdi V;IRR;SG;3
ʔi¹²ngi xtá ʔingi V;PRF;PL;1
gạ²nni bi-n gạnni V;PFV;SG;3
ha¹²xki xtá-n haxki V;PRF;PL;1
n=ʔyë¹²ts’i bi-n ʔyëts’i V;PFV;SG;3
ʔä¹ts’i gi ʔyäts’i V;IRR;SG;2
n=hyø¹ʔts’e mí-dí-n hyøʔts’e V;IPFV;SG;1;PST
xʉ¹t’i xí xʉt’i V;PRF;PL;3
za¹mpʔi xí zampʔi V;PRF;PL;3
hu²di xkí hyudi V;PRF;PL;2
thẹ²t’i bi thẹt’i V;PFV;SG;3
po¹²n-bi xtá ponbi V;PRF;PL;1
za²ki gí-dí zaki V;IPFV;SG;2;PRS
pạ¹² xkí pạ V;PRF;PL;2
ja¹² xa ja V;PRF;SG;3
n=ta¹mmi mí-dí-n tammi V;IPFV;SG;1;PST
n=pạ¹ gí-n pạ V;IPFV;SG;2;PRS
ne²ka²-jä¹ʔi xí-n nekajäʔi V;PRF;PL;3
tsʉ¹ndi xká tsʉndi V;PRF;SG;2
ʔä¹t’i xí ʔyät’i V;PRF;PL;3
ʔẹ²-za xkí-n ʔẹza V;PRF;PL;2
ʔë¹²na da ʔyëna V;IRR;SG;3
ja²m-ma²nsu (i-)dí jammansu V;IPFV;SG;3;PRS
kwe²ngi dí kwengi V;IPFV;SG;1;PRS
pạ¹²xi gí pạxi V;IPFV;SG;2;PRS
ʔda²sẹ mí ʔdasẹ V;IPFV;SG;3;PST
n=kʉ²n-yä xtá-n kʉnyä V;PRF;PL;1
xo¹²ts’i dá xots’i V;PFV;SG;1
n=ʔbe²ʔmi xí-n ʔbeʔmi V;PRF;PL;3
ts’ạ¹nt’i bi-n ts’ạnt’i V;PFV;SG;3
hä¹ki xká hyäki V;PRF;SG;2
n=ho²ki gá-n hoki V;PFV;SG;2
n=pä²hni mí-dí-n pähni V;IPFV;SG;3;PST
ni²yä da-n niyä V;IRR;SG;1
hya²nd-bi da hyandbi V;IRR;SG;3
thẹ¹ts’i da dẹts’i V;IRR;SG;3
fe¹nt’i xtá fent’i V;PRF;SG;1
tsạ²-te di-n tsạte V;IRR;SG;3
n=xʉ²t’i ga-n xʉt’i V;IRR;SG;2
ʔʉ²h-jʉ xa-n ʔʉhjʉ V;PRF;SG;3
pẹ¹²ti ga pẹti V;IRR;SG;1
ʔwë¹ni g-mí ʔwëni V;IPFV;SG;2;PST
ʔwẹ¹²ti bi ʔwẹti V;PFV;SG;3
pẹ¹-pi mí pẹpi V;IPFV;SG;3;PST
n=pʉ¹²n-ts’yä dá-n pʉnts’yä V;PFV;SG;1
tsu¹ xkí tsu V;PRF;PL;2
n=ʔye¹²xke xtá-n ʔyexke V;PRF;PL;1
xë²ki xtá xëki V;PRF;SG;1
n=ʔdø²nts’i gá-n ʔdønts’i V;PFV;SG;2
thä¹ti g-mí thäti V;IPFV;SG;2;PST
ʔʉ²s-pi xtá ʔʉspi V;PRF;SG;1
n=kø²ni xa-n køni V;PRF;SG;3
to¹²ngi xtá tongi V;PRF;SG;1
n=ʔbẹ²-mfo mí-n ʔbẹmfo V;IPFV;SG;3;PST
gạ²ni mí gạni V;IPFV;SG;3;PST
ts’ʉ¹²hmi xká ts’ʉhmi V;PRF;SG;2
sạ²ts’i gá tsạts’i V;PFV;SG;2
yä¹ti bi yäti V;PFV;SG;3
ʔwï¹² dá ʔwï V;PFV;SG;1
xu²hna²-nya dá xuhnanya V;PFV;SG;1
tsʉ²ʔts’i g-mí tsʉʔts’i V;IPFV;SG;2;PST
ʔyä²-tsạ²=bi da ʔyätsạbi V;IRR;SG;3
tso¹t’i xtá tsot’i V;PRF;SG;1
ʔẹ¹²ni xtá ʔẹni V;PRF;PL;1
ʔë¹nni xa ʔyënni V;PRF;SG;3
xu¹ni g-mí xuni V;IPFV;SG;2;PST
n=do¹²ki dí-n doki V;IPFV;SG;1;PRS
n=gä¹nts’i xa-n gänts’i V;PRF;SG;3
ʔyo²-ma²ngä¹t’i xa-n ʔyomangät’i V;PRF;SG;3
ʔʉ²n-bi g-mí-dí ʔʉnbi V;IPFV;SG;2;PST
k’ä¹ʔt’i gá k’äʔt’i V;PFV;SG;2
zẹ¹²ngwa dá zẹngwa V;PFV;SG;1
hwë¹²gi g-mí hwëgi V;IPFV;SG;2;PST
ʔbʉ²m-bø²ka di-n ʔbʉmʔbøka V;IRR;SG;3
n=gø²tsu xkí-n gøtsu V;PRF;PL;2
yạ²xt’i i yạxt’i V;IPFV;SG;3;PRS
ts’ä¹²ki xká ts’äki V;PRF;SG;2
ʔë²s-pi mí ʔëspi V;IPFV;SG;1;PST
thä¹n-nde gí thännde V;IPFV;SG;2;PRS
ne²ka²-jä¹ʔi di-n nekajäʔi V;IRR;SG;3
ʔẹ¹ki ga ʔẹki V;IRR;SG;1
n=k’o²ʔts’i ga-n k’oʔts’i V;IRR;SG;2
pa¹-pi yø² t’o dá papi yø t’o V;PFV;SG;1
ʔạ²ki gá ʔyạki V;PFV;SG;2
ndø¹²ni xtá ndøni V;PRF;SG;1
yë²gi ga-n yëgi V;IRR;SG;2
n=tu¹²ʔts’i xtá-n tuʔts’i V;PRF;SG;1
ma²xt’i g-mí-n maxt’i V;IPFV;SG;2;PST
n=ʔdø²nts’i ga-n ʔdønts’i V;IRR;SG;2
n=tẹ¹² xká-n tẹ V;PRF;SG;2
pạ¹ts’i mí pạts’i V;IPFV;SG;1;PST
thï¹ʔa¹-xʉ¹²tha g-mí thïʔaxʉtha V;IPFV;SG;2;PST
to¹ʔt’i xí doʔt’i V;PRF;PL;3
n=tso¹di dí-dí-n tsodi V;IPFV;SG;1;PRS
mu¹nni ga-n munni V;IRR;SG;1
sʉ¹²ni ga tsʉni V;IRR;SG;1
n=ʔạ²di mí-n ʔạdi V;IPFV;SG;1;PST
kä¹²ni xtá käni V;PRF;PL;1
hë¹t’i dá hët’i V;PFV;SG;1
xẹ²h-yä xká-n xẹhyä V;PRF;SG;2
tʉ¹²nts’i dá tʉnts’i V;PFV;SG;1
tha²gi xí dagi V;PRF;PL;3
ma¹ki xtá maki V;PRF;PL;1
za²ki xa zaki V;PRF;SG;3
n=pẹ¹²hni xká-n pẹhni V;PRF;SG;2
n=the²ge xa-n thege V;PRF;SG;3
hyẹ¹²ʔts’i mí-dí hyẹʔts’i V;IPFV;SG;3;PST
kä¹ʔts’i mí käʔts’i V;IPFV;SG;3;PST
k’a²hni mí-dí k’ahni V;IPFV;SG;3;PST
yä²ni da yäni V;IRR;SG;3
kwa¹²hmi g-mí-dí kwahmi V;IPFV;SG;2;PST
n=hyø¹mmi mí-dí-n hyømmi V;IPFV;SG;1;PST
nde²-tsʉ¹²i xa ndetsʉi V;PRF;SG;3
ʔbo²ni mí ʔboni V;IPFV;SG;3;PST
yo¹ndi²bi xkí yo+ndibi V;PRF;PL;2
ʔë¹²ts’i gá ʔyëts’i V;PFV;SG;2
tsi²nni bi tsinni V;PFV;SG;3
ʔu²ti bi ʔyuti V;PFV;SG;3
tä¹-dẹ¹thä i tädẹthä V;IPFV;SG;3;PRS
xi¹²ts’i gá xits’i V;PFV;SG;2
n=wä¹nts’i (i-)dí-n wänts’i V;IPFV;SG;3;PRS
wë²n=tho i wëntho V;IPFV;SG;3;PRS
n=ʔda²ʔts’i i-n ʔdaʔts’i V;IPFV;SG;3;PRS
kạ¹ʔts’i gí kạʔts’i V;IPFV;SG;2;PRS
kʉ²ʔmi dí-dí kʉʔmi V;IPFV;SG;1;PRS
k’ä¹-ma²nʔʉ xa k’ämanʔʉ V;PRF;SG;3
tsʉ²ʔts’i mí tsʉʔts’i V;IPFV;SG;1;PST
n=dä¹n-yä¹hmu da-n dänyähmu V;IRR;SG;1
ʔä¹m-ma²pạ ga ʔämmapạ V;IRR;SG;1
zʉ²di gá-n zʉdi V;PFV;SG;2
xä¹²ndi mí-dí xändi V;IPFV;SG;3;PST
xi¹²i bi xii V;PFV;SG;3
xø²ʔts’e xká xøʔts’e V;PRF;SG;2
n=tø¹²ke xa-n tøke V;PRF;SG;3
ʔạ¹nt’i da ʔyạnt’i V;IRR;SG;3
mu²ʔt’i gá muʔt’i V;PFV;SG;2
tsẹ¹gi dá tsẹgi V;PFV;SG;1
yạ²nni di-n yạnni V;IRR;SG;3
ʔä¹²hmi dí-dí ʔähmi V;IPFV;SG;1;PRS
ʔda²gi mí ʔdagi V;IPFV;SG;1;PST
hä¹²-du²-mbʉ¹²i xí hyädumbʉi V;PRF;PL;3
pʉ¹ʔts’i xí mbʉʔts’i V;PRF;PL;3
tsa¹²ʔts’i mí tsaʔts’i V;IPFV;SG;1;PST
ʔbẹ²ʔt’i mí-dí ʔbẹʔt’i V;IPFV;SG;1;PST
mba²ki xtá mbaki V;PRF;SG;1
ju¹ti da guti V;IRR;SG;3
pi¹xt’i xtá pixt’i V;PRF;PL;1
kạ¹ti g-mí kạti V;IPFV;SG;2;PST
ʔbẹ²ʔt’i (i-)dí ʔbẹʔt’i V;IPFV;SG;3;PRS
kø¹²xke xtá køxke V;PRF;PL;1
n=du²-ma²nhyʉ mí-n dumanhyʉ V;IPFV;SG;3;PST
hạ¹ʔts’i g-mí hạʔts’i V;IPFV;SG;2;PST
ʔyo²-ma²ngä¹t’i i ʔyomangät’i V;IPFV;SG;3;PRS
kä¹²i dá käi V;PFV;SG;1
ya¹²xt’i xtá yaxt’i V;PRF;PL;1
xø²m-hmi di-n xømhmi V;IRR;SG;3
ya¹²xt’i mí-n yaxt’i V;IPFV;SG;1;PST
bä¹nts’i da bänts’i V;IRR;SG;3
wä²-ʔbo²xʔyo² mí wäʔboxʔyo V;IPFV;SG;3;PST
pẹ²t’i xká pẹt’i V;PRF;SG;2
t’ẹ²t’i xí-n t’ẹt’i V;PRF;PL;3
yä²-mfø da-n yämfø V;IRR;SG;1
pi¹xt’i dí pixt’i V;IPFV;SG;1;PRS
hmi¹ti xí hmiti V;PRF;PL;3
hwi¹fi dá hwifi V;PFV;SG;1
n=ʔyạ²ni gí-dí-n ʔyạni V;IPFV;SG;2;PRS
hu¹ʔts’i xtá huʔts’i V;PRF;PL;1
ʔạ¹-pa¹nt’ë²di dí ʔạpant’ëdi V;IPFV;SG;1;PRS
ʔyä¹²ni mí-dí ʔyäni V;IPFV;SG;1;PST
n=bi²ni ga-n bini V;IRR;SG;2
hwi¹ʔt’i xtá hwiʔt’i V;PRF;PL;1
tso¹ti gi tsoti V;IRR;SG;2
hẹ²ʔt’i da hyẹʔt’i V;IRR;SG;3
pẹ²t’i xkí pẹt’i V;PRF;PL;2
thu¹²i xí dui V;PRF;PL;3
jo¹nni xa gonni V;PRF;SG;3
na¹²ni dá nani V;PFV;SG;1
pe¹ni bi mbeni V;PFV;SG;3
ʔbạ¹t’i xtá ʔbạt’i V;PRF;SG;1
ts’ï¹-da¹-nthe¹de mí ts’ïdanthede V;IPFV;SG;1;PST
n=ʔyë²-te g-mí-n ʔyëte V;IPFV;SG;2;PST
tu¹²hu da duhu V;IRR;SG;3
pẹ¹-pi gá pẹpi V;PFV;SG;2
mba²ʔts’i mí mbaʔts’i V;IPFV;SG;3;PST
nde² i-n nde V;IPFV;SG;3;PRS
tä²ngi g-mí tängi V;IPFV;SG;2;PST
fa¹ts’i gi fats’i V;IRR;SG;2
hø¹te ga høte V;IRR;SG;1
jo²hni xí-n johni V;PRF;PL;3
ho¹²ga¹m-mu¹²i gi hogammui V;IRR;SG;2
pi²ki xká piki V;PRF;SG;2
n=sạ²ni xa-n tsạni V;PRF;SG;3
tsi²-the i tsithe V;IPFV;SG;3;PRS
tsi²-the dá-n tsithe V;PFV;SG;1
ʔda²ts’i mí ʔdats’i V;IPFV;SG;1;PST
pø²m-mi²xa¹ mí-dí pømmixa V;IPFV;SG;1;PST
ʔbẹ¹ki gi ʔbẹki V;IRR;SG;2
yä¹²ni xká yäni V;PRF;SG;2
ʔạ²-pi xká ʔyạpi V;PRF;SG;2
hu¹ts’i mí huts’i V;IPFV;SG;3;PST
pø²ke xtá-n pøke V;PRF;PL;1
ʔbø¹²ts’e xí-n ʔbøts’e V;PRF;PL;3
pu²-mbë²ni mí-dí pumbëni V;IPFV;SG;1;PST
n=sạ²ʔts’i da-n tsạʔts’i V;IRR;SG;1
tä²-pa²do ga-n täpado V;IRR;SG;2
xʉ²-dạ xtá-n xʉdạ V;PRF;PL;1
jʉ¹ʔts’i i jʉʔts’i V;IPFV;SG;3;PRS
ʔbạ¹ʔmi gi ʔbạʔmi V;IRR;SG;2
pa²t’i gá-n pat’i V;PFV;SG;2
tsø²r-be gí-dí tsørbe V;IPFV;SG;2;PRS
n=xạ¹t’i gá-n xạt’i V;PFV;SG;2
n=ʔyë²-te bi-n ʔyëte V;PFV;SG;3
kʉ¹² gi kʉ V;IRR;SG;2
ʔʉ²n-bi dá ʔʉnbi V;PFV;SG;1
yä²-njo²t’re ga-n yänjot’re V;IRR;SG;2
kạ²-ʔyu dá-n kạʔyu V;PFV;SG;1
jo²hya²-bi ga johyabi V;IRR;SG;1
ʔwẹ¹ʔts’i bi ʔwẹʔts’i V;PFV;SG;3
yä²-fạ²di xtá-n yäfạdi V;PRF;SG;1
me¹gi xí-n megi V;PRF;PL;3
tsu¹ bi zu V;PFV;SG;3
hë¹²ti xtá hëti V;PRF;SG;1
n=do¹²ki gí-n doki V;IPFV;SG;2;PRS
hø¹x-yä gí høxyä V;IPFV;SG;2;PRS
n=kø²ni xtá-n køni V;PRF;PL;1
n=thi¹nt’i mí-dí-n thint’i V;IPFV;SG;1;PST
n=hạ¹²i bi-n hại V;PFV;SG;3
n=ʔwë²xni gí-dí-n ʔwëxni V;IPFV;SG;2;PRS
kwa¹²hmi mí-dí kwahmi V;IPFV;SG;1;PST
xo¹²ts’i dí xots’i V;IPFV;SG;1;PRS
pa¹t’i da pat’i V;IRR;SG;3
fẹ¹ʔmi ga fẹʔmi V;IRR;SG;1
hạ¹ʔts’i i hạʔts’i V;IPFV;SG;3;PRS
ho¹ gí ho V;IPFV;SG;2;PRS
dʉ²ʔmi ga dʉʔmi V;IRR;SG;1
bä¹ʔt’i da bäʔt’i V;IRR;SG;3
n=thë²-ndo mí-n thëndo V;IPFV;SG;1;PST
hʉ²ʔts’i xká hyʉʔts’i V;PRF;SG;2
mbạ²ʔt’i xí mbạʔt’i V;PRF;PL;3
n=ʔyo²sʔ-ma²hyä ga-n ʔyosʔmahyä V;IRR;SG;2
hʉ¹ki mí hʉki V;IPFV;SG;3;PST
kø¹²ʔt’e mí køʔt’e V;IPFV;SG;1;PST
hä²ʔmi xtá häʔmi V;PRF;PL;1
to¹²nt’i gí-dí tont’i V;IPFV;SG;2;PRS
nu²r-bi xí nurbi V;PRF;PL;3
ʔu²nni mí-dí ʔunni V;IPFV;SG;1;PST
tẹ²s-pi i tẹspi V;IPFV;SG;3;PRS
ʔbạ¹ʔt’i xká ʔbạʔt’i V;PRF;SG;2
tä¹²hä g-mí tähä V;IPFV;SG;2;PST
k’ʉ²ki xtá k’ʉki V;PRF;SG;1
yë²gi xa-n yëgi V;PRF;SG;3
hma²ki da hmaki V;IRR;SG;3
fo¹gi mí-dí fogi V;IPFV;SG;1;PST
hu¹ts’i gá hyuts’i V;PFV;SG;2
thʉ¹ xa-n thʉ V;PRF;SG;3
n=mu¹²-pa xa-n mupa V;PRF;SG;3
yo¹²ʔt’i da yoʔt’i V;IRR;SG;3
hø¹-go²gu xí-n høgogu V;PRF;PL;3
ka¹di mí-dí kadi V;IPFV;SG;1;PST
jwa¹ti da jwati V;IRR;SG;3
bẹ¹nt’i dí-n bẹnt’i V;IPFV;SG;1;PRS
hø²ʔts’e xtá høʔts’e V;PRF;PL;1
n=gʉ²t’i bi-n gʉt’i V;PFV;SG;3
za¹nt’i g-mí-dí zant’i V;IPFV;SG;2;PST
n=pʉ¹²n-ts’yä di-n pʉnts’yä V;IRR;SG;3
ʔyạ¹ts’i xtá-n ʔyạts’i V;PRF;PL;1
kạ¹ti i kạti V;IPFV;SG;3;PRS
ʔo²r-bi xtá ʔorbi V;PRF;SG;1
ti¹²ni xtá tini V;PRF;PL;1
mu¹²i gi-n mui V;IRR;SG;2
ʔø²ke gá ʔyøke V;PFV;SG;2
pẹ²ʔmi dí pẹʔmi V;IPFV;SG;1;PRS
n=thʉ²ʔts’i i-n thʉʔts’i V;IPFV;SG;3;PRS
pï¹²ts’i (i-)dí pïts’i V;IPFV;SG;3;PRS
yä¹-pi (i-)dí yäpi V;IPFV;SG;3;PRS
n=ʔyu²ts’i xkí-n ʔyuts’i V;PRF;PL;2
ma¹n-nde² tho¹²ho da mannde thoho V;IRR;SG;3
ʔbạ¹²ni ga ʔbạni V;IRR;SG;1
tẹ²xa²-xä¹hi mí tẹxaxähi V;IPFV;SG;1;PST
k’wä²ts’i dí k’wäts’i V;IPFV;SG;1;PRS
dë¹nts’i da dënts’i V;IRR;SG;3
hwẹ¹mmi xtá hwẹmmi V;PRF;SG;1
tsi¹²-ma²nho gí tsimanho V;IPFV;SG;2;PRS
n=bø²m-mbe xa-n bømmbe V;PRF;SG;3
ʔä¹²i xkí ʔyäi V;PRF;PL;2
n=ʔạ²-thä xká-n ʔạthä V;PRF;SG;2
fø²t’e bi føt’e V;PFV;SG;3
pe¹de gi pede V;IRR;SG;2
fø¹t’-re xtá føt’re V;PRF;SG;1
fʉ²mmi mí fʉmmi V;IPFV;SG;3;PST
tä¹ki bi däki V;PFV;SG;3
ʔbạ¹²ni (i-)dí ʔbạni V;IPFV;SG;3;PRS
thä¹r-pi bi thärpi V;PFV;SG;3
tsä²ki xa zäki V;PRF;SG;3
ʔdo¹²hmi ga ʔdohmi V;IRR;SG;1
thø¹ge xa thøge V;PRF;SG;3
mbạ¹²xni xká-n mbạxni V;PRF;SG;2
ʔyo²-ma²ngä¹t’i di-n ʔyomangät’i V;IRR;SG;3
tsạ¹-pi dá tsạpi V;PFV;SG;1
ʔø¹ts’e gi ʔyøts’e V;IRR;SG;2
hwë¹²hi gi hwëhi V;IRR;SG;2
n=pạ²di g-mí-dí-n pạdi V;IPFV;SG;2;PST
ko¹²ts’i gá kots’i V;PFV;SG;2
k’wa¹ xí-n k’wa V;PRF;PL;3
jạ¹ki mí jạki V;IPFV;SG;1;PST
fẹ¹ts’i i fẹts’i V;IPFV;SG;3;PRS
ma¹m-ma²nho xí mammanho V;PRF;PL;3
hwë²m-bi mí-dí hwëmbi V;IPFV;SG;3;PST
pẹ²di bi pẹdi V;PFV;SG;3
hu¹t’a¹-nza²-mbʉ¹²i xa hyut’anzambʉi V;PRF;SG;3
thẹ¹s-pi gá thẹspi V;PFV;SG;2
hu²ʔmi dí huʔmi V;IPFV;SG;1;PRS
n=zi²-m-xu²di xí-n zimxudi V;PRF;PL;3
yu¹ts’i xkí yuts’i V;PRF;PL;2
ʔo²ʔyu xa-n ʔoʔyu V;PRF;SG;3
yʉ¹²-mma²nho xtá-n yʉmmanho V;PRF;PL;1
k’ʉ²t’i xkí-n k’ʉt’i V;PRF;PL;2
wä²p-t’ë¹ʔyo xa-n wäpt’ëʔyo V;PRF;SG;3
pẹ¹hni g-mí pẹhni V;IPFV;SG;2;PST
tø¹²de xká tøde V;PRF;SG;2
ka¹di gá kadi V;PFV;SG;2
bë²-ndu²-mbʉ¹²i da bëndumbʉi V;IRR;SG;3
mu¹t’i mí-n mut’i V;IPFV;SG;3;PST
tsạ²ya da-n tsạya V;IRR;SG;1
ts’ä¹²ki bi ts’äki V;PFV;SG;3
ʔbẹ²ni ga-n ʔbẹni V;IRR;SG;2
bë²nna²-te mí-n bënnate V;IPFV;SG;1;PST
xa¹²xi xí xaxi V;PRF;PL;3
tsä¹ki xí zäki V;PRF;PL;3
n=ʔbẹ²-mfo g-mí-n ʔbẹmfo V;IPFV;SG;2;PST
thʉ²-ʔbe¹ni di-n thʉʔbeni V;IRR;SG;3
hø¹ts’e mí høts’e V;IPFV;SG;1;PST
tu²-na²-ntsẹ ga-n tunantsẹ V;IRR;SG;2
tø¹²te xa tøte V;PRF;SG;3
thë²ndi dá-n thëndi V;PFV;SG;1
pa¹²nts’i ga pants’i V;IRR;SG;1
n=ʔyo²hʉ dá-n ʔyohʉ V;PFV;SG;1
ʔø¹t’e xtá ʔøt’e V;PRF;SG;1
ʔbʉ²m-bø²ka dí ʔbʉmʔbøka V;IPFV;SG;1;PRS
hë¹ki mí hëki V;IPFV;SG;3;PST
ʔạ¹-pa¹nt’ë²di xká ʔyạpant’ëdi V;PRF;SG;2
ku¹²i gi kui V;IRR;SG;2
pe¹ni xa mbeni V;PRF;SG;3
ma¹di dá madi V;PFV;SG;1
fa¹²s-pi gí faspi V;IPFV;SG;2;PRS
jo²hya bi-n johya V;PFV;SG;3
hmi¹²-du dí hmidu V;IPFV;SG;1;PRS
pe¹ xí mbe V;PRF;PL;3
yʉ¹²-mma²nʔu da-n yʉmmanʔu V;IRR;SG;1
kä²-mfi xí gämfi V;PRF;PL;3
tsu¹ i tsu V;IPFV;SG;3;PRS
pẹ¹fi dá pẹfi V;PFV;SG;1
nde²-tsʉ¹²i da ndetsʉi V;IRR;SG;3
pi²ki g-mí piki V;IPFV;SG;2;PST
hmi¹²ʔt’i xkí hmiʔt’i V;PRF;PL;2
tsi²m-ma²nho mí tsimmanho V;IPFV;SG;3;PST
ʔä²t’i gá ʔät’i V;PFV;SG;2
ma¹t’i bi mat’i V;PFV;SG;3
kä²ʔt’i gá käʔt’i V;PFV;SG;2
n=ʔʉ¹²ni dí-dí-n ʔʉni V;IPFV;SG;1;PRS
ye²te xkí yete V;PRF;PL;2
ti¹²ni mí tini V;IPFV;SG;3;PST
nda¹ʔt’i xa ndaʔt’i V;PRF;SG;3
tso²ts’i i tsots’i V;IPFV;SG;3;PRS
hwa¹²xt’i xkí hwaxt’i V;PRF;PL;2
ne¹ʔt’i ga-n neʔt’i V;IRR;SG;1
thʉ²-ʔbe¹ni gá-n thʉʔbeni V;PFV;SG;2
hä¹ki g-mí häki V;IPFV;SG;2;PST
hẹ²ʔt’i xkí hyẹʔt’i V;PRF;PL;2
pa¹²nt’i xká pant’i V;PRF;SG;2
yʉ¹²ni da-n yʉni V;IRR;SG;1
hwä¹t’i dí hwät’i V;IPFV;SG;1;PRS
fʉ²nts’i dí fʉnts’i V;IPFV;SG;1;PRS
thu¹²i ga thui V;IRR;SG;1
tsʉ²ʔt’i gi tsʉʔt’i V;IRR;SG;2
zä¹²ndi dí-dí zändi V;IPFV;SG;1;PRS
n=ʔyø²-the (i-)dí-n ʔyøthe V;IPFV;SG;3;PRS
kä² mí kä V;IPFV;SG;1;PST
tï¹ mí tï V;IPFV;SG;1;PST
pa¹ʔt’i xtá paʔt’i V;PRF;SG;1
xø¹ni xtá-n xøni V;PRF;SG;1
n=xa¹-ʔyo²re da-n xaʔyore V;IRR;SG;1
te¹ mí te V;IPFV;SG;1;PST
xø¹t’e gí xøt’e V;IPFV;SG;2;PRS
ʔbo²ni xa-n ʔboni V;PRF;SG;3
n=gʉ²-fo xa-n gʉfo V;PRF;SG;3
tsẹ²ʔts’i xa zẹʔts’i V;PRF;SG;3
hë²ʔmi ga hëʔmi V;IRR;SG;1
xo²ki gí xoki V;IPFV;SG;2;PRS
ʔẹ¹gi dí ʔẹgi V;IPFV;SG;1;PRS
k’wẹ²nts’i mí k’wẹnts’i V;IPFV;SG;3;PST
n=xu²ni xí-n xuni V;PRF;PL;3
n=ʔbạ¹²i dí-n ʔbại V;IPFV;SG;1;PRS
hma²t’i mí-dí hmat’i V;IPFV;SG;3;PST
yʉ¹²ni xa-n yʉni V;PRF;SG;3
hu¹r-pi ga hurpi V;IRR;SG;1
pi²ki xkí piki V;PRF;PL;2
n=ts’ʉ¹-t’a¹bi i-n ts’ʉt’abi V;IPFV;SG;3;PRS
pẹ¹fi mí pẹfi V;IPFV;SG;1;PST
tsạ²gi dí tsạgi V;IPFV;SG;1;PRS
nu²-hạ¹²i xtá nuhại V;PRF;SG;1
pø²x-yä gá pøxyä V;PFV;SG;2
tä²ngi xa dängi V;PRF;SG;3
tu²-the g-mí tuthe V;IPFV;SG;2;PST
hë²n-bi gí-dí hënbi V;IPFV;SG;2;PRS
n=xạ¹ʔa¹-ʔyo i-n xạʔaʔyo V;IPFV;SG;3;PRS
n=te¹ bi-n te V;PFV;SG;3
ʔyo¹-xi¹ngwa di-n ʔyoxingwa V;IRR;SG;3
n=xø¹ke da-n xøke V;IRR;SG;1
ju¹t’i mí jut’i V;IPFV;SG;3;PST
ʔë²-hya xká-n ʔëhya V;PRF;SG;2
hạ¹nts’i bi hạnts’i V;PFV;SG;3
he²ts’e ga-n hets’e V;IRR;SG;2
yạ²xt’i dá yạxt’i V;PFV;SG;1
ta¹ni da dani V;IRR;SG;3
xa¹t’i mí xat’i V;IPFV;SG;3;PST
jä¹ʔts’i xtá jäʔts’i V;PRF;SG;1
yạ²nni mí-dí yạnni V;IPFV;SG;1;PST
thẹ¹²ngi mí-dí thẹngi V;IPFV;SG;3;PST
n=hyø¹ts’e gá-n hyøts’e V;PFV;SG;2
thï¹ʔa¹-xʉ¹²tha bi thïʔaxʉtha V;PFV;SG;3
n=ʔyo¹hni xká-n ʔyohni V;PRF;SG;2
ʔi¹²ngi gi ʔingi V;IRR;SG;2
xạ²ʔt’i gí xạʔt’i V;IPFV;SG;2;PRS
nu¹²nni xtá nunni V;PRF;SG;1
nde¹-pe xká ndepe V;PRF;SG;2
ʔyo¹²ni ga ʔyoni V;IRR;SG;1
ʔda²ts’i gá ʔdats’i V;PFV;SG;2
pø²m-ma²nʔʉ xí bømmanʔʉ V;PRF;PL;3
zʉ²ʔts’i (i-)dí zʉʔts’i V;IPFV;SG;3;PRS
xʉ²-ʔyẹ g-mí xʉʔyẹ V;IPFV;SG;2;PST
ʔwi¹ni mí ʔwini V;IPFV;SG;1;PST
he²ke mí-dí heke V;IPFV;SG;1;PST
ʔø¹hna¹-hyä mí ʔøhnahyä V;IPFV;SG;1;PST
tso²ki xtá tsoki V;PRF;PL;1
hu¹²ts’i mí huts’i V;IPFV;SG;1;PST
pʉ¹ʔmi gí pʉʔmi V;IPFV;SG;2;PRS
n=hnu¹²ngi xí-n hnungi V;PRF;PL;3
tsi² bi zi V;PFV;SG;3
zʉ²ʔts’i mí-dí zʉʔts’i V;IPFV;SG;1;PST
ʔo¹ xká ʔyo V;PRF;SG;2
nda²ni g-mí ndani V;IPFV;SG;2;PST
tø¹t’e xkí tøt’e V;PRF;PL;2
n=ts’ʉ¹-t’a¹bi xtá-n ts’ʉt’abi V;PRF;SG;1
de¹²=tho xká detho V;PRF;SG;2
zʉ¹²ts’i (i-)dí zʉts’i V;IPFV;SG;3;PRS
ʔʉ²-pi gí-dí ʔʉpi V;IPFV;SG;2;PRS
n=ya²xi da-n yaxi V;IRR;SG;1
pe²ʔt’e gá peʔt’e V;PFV;SG;2
ʔë²t’a²-mbʉ¹²i xtá ʔët’ambʉi V;PRF;PL;1
pø²ʔts’e mí pøʔts’e V;IPFV;SG;3;PST
ʔø²ke ga ʔøke V;IRR;SG;1
ts’ï²xni mí-dí ts’ïxni V;IPFV;SG;1;PST
ts’ï¹ xa-n ts’ï V;PRF;SG;3
n=tsi¹²ma¹-te xa-n tsimate V;PRF;SG;3
ye²ʔts’e gi yeʔts’e V;IRR;SG;2
jʉ¹t’i mí jʉt’i V;IPFV;SG;1;PST
ʔyẹ²ʔmi dí-dí ʔyẹʔmi V;IPFV;SG;1;PRS
ʔba²ʔt’i gá ʔbaʔt’i V;PFV;SG;2
ja²m-ma²nsu xa jammansu V;PRF;SG;3
fa¹t’i bi fat’i V;PFV;SG;3
ts’ẹ²r-pi xkí ts’ẹrpi V;PRF;PL;2
n=ʔyo²hʉ gá-n ʔyohʉ V;PFV;SG;2
ʔo²ts’i bi ʔyots’i V;PFV;SG;3
n=ʔbø¹nt’i xa-n ʔbønt’i V;PRF;SG;3
xẹ²h-yä mí-dí xẹhyä V;IPFV;SG;1;PST
fʉ²di xtá fʉdi V;PRF;SG;1
ʔe¹ke i ʔeke V;IPFV;SG;3;PRS
jo²hni (i-)dí johni V;IPFV;SG;3;PRS
hu¹m-bi da hyumbi V;IRR;SG;3
n=xø¹ke dá-n xøke V;PFV;SG;1
n=ʔwï¹ xtá-n ʔwï V;PRF;SG;1
mu¹m-bi xtá mumbi V;PRF;SG;1
tsa¹²hmi g-mí-dí tsahmi V;IPFV;SG;2;PST
n=pä²hni mí-dí-n pähni V;IPFV;SG;1;PST
ti¹ xa ndi V;PRF;SG;3
n=jä²ʔi gí-n jäʔi V;IPFV;SG;2;PRS
kʉ²t’i xí yʉt’i V;PRF;PL;3
kwa²t’i xí gwat’i V;PRF;PL;3
n=mu¹²-pa ga-n mupa V;IRR;SG;2
fe²ke gí-dí feke V;IPFV;SG;2;PRS
ne¹ki xa-n neki V;PRF;SG;3
ʔo²ts’i xa ʔyots’i V;PRF;SG;3
k’ë¹ xká-n k’ë V;PRF;SG;2
ʔyo²-ma²nza²ki i ʔyomanzaki V;IPFV;SG;3;PRS
tẹ²s-pi xí tẹspi V;PRF;PL;3
the¹nni xtá thenni V;PRF;PL;1
thʉ²-ʔbe¹ni xtá-n thʉʔbeni V;PRF;SG;1
tu¹² xtá tu V;PRF;PL;1
pa²-te xká-n pate V;PRF;SG;2
hạ²nni ga hạnni V;IRR;SG;1
ʔø¹t’e xkí ʔyøt’e V;PRF;PL;2
n=pạ¹ts’i (i-)dí-n pạts’i V;IPFV;SG;3;PRS
thi¹nt’i xká thint’i V;PRF;SG;2
n=gʉ²zʉ xkí-n gʉzʉ V;PRF;PL;2
ne¹ʔmi mí-n neʔmi V;IPFV;SG;3;PST
zʉ¹²ts’i dí-dí zʉts’i V;IPFV;SG;1;PRS
k’o²hni xí-n k’ohni V;PRF;PL;3
hwi¹ʔt’i da hwiʔt’i V;IRR;SG;3
fa¹mmi xtá fammi V;PRF;SG;1
n=xʉ²t’i mí-n xʉt’i V;IPFV;SG;3;PST
hndø²ni di-n hndøni V;IRR;SG;3
xi¹²ts’i g-mí xits’i V;IPFV;SG;2;PST
hwä¹²ʔts’i ga hwäʔts’i V;IRR;SG;1
n=ʔyẹ¹²i bi-n ʔyẹi V;PFV;SG;3
n=jä²ʔi ga-n jäʔi V;IRR;SG;2
tʉ¹k-ka¹fe xtá-n tʉkkafe V;PRF;SG;1
ʔda²ʔts’i xká ʔdaʔts’i V;PRF;SG;2
na²ni xa-n nani V;PRF;SG;3
ʔø¹de gá ʔyøde V;PFV;SG;2
ne¹ni dá neni V;PFV;SG;1
ʔu²ti xkí ʔyuti V;PRF;PL;2
be²nts’i xtá bents’i V;PRF;PL;1
hyo²ya xkí-n hyoya V;PRF;PL;2
n=za¹t’i i-n zat’i V;IPFV;SG;3;PRS
thi¹mmi i thimmi V;IPFV;SG;3;PRS
pʉ¹ki xa mbʉki V;PRF;SG;3
ko¹²nts’i gá konts’i V;PFV;SG;2
pa¹²ni mí-dí pani V;IPFV;SG;1;PST
n=ʔyo²-ma²nxi ga-n ʔyomanxi V;IRR;SG;2
hẹ²hni dá hẹhni V;PFV;SG;1
tsu¹²-na²-nhyʉ mí tsunanhyʉ V;IPFV;SG;1;PST
hwẹ¹mmi gi hwẹmmi V;IRR;SG;2
tẹ²t’i xí-n tẹt’i V;PRF;PL;3
ndø¹ʔts’e dá ndøʔts’e V;PFV;SG;1
mbo²ʔts’i gí mboʔts’i V;IPFV;SG;2;PRS
pẹ¹²ʔts’i g-mí pẹʔts’i V;IPFV;SG;2;PST
pe¹ xtá pe V;PRF;PL;1
hma¹²ts’i xí hmats’i V;PRF;PL;3
hwï¹ʔts’i gí hwïʔts’i V;IPFV;SG;2;PRS
n=dä²-hxu²di xí-n dähxudi V;PRF;PL;3
n=zä¹²i dí-n zäi V;IPFV;SG;1;PRS
hmi¹ti xkí hmiti V;PRF;PL;2
n=ʔø²x-te ga-n ʔøxte V;IRR;SG;2
fø¹²ni gá føni V;PFV;SG;2
nda¹ʔt’i xtá ndaʔt’i V;PRF;SG;1
n=gẹ²skẹ xtá-n gẹskẹ V;PRF;SG;1
hu¹ts’i xtá huts’i V;PRF;SG;1
nda²ts’i da-n ndats’i V;IRR;SG;1
do¹²nni xkí donni V;PRF;PL;2
tu²ʔt’i bi duʔt’i V;PFV;SG;3
ʔø²t’e da ʔyøt’e V;IRR;SG;3
xa²ʔts’i g-mí xaʔts’i V;IPFV;SG;2;PST
k’wa²ʔts’-ma²ʔʉ²t’i gí-dí k’waʔts’maʔʉt’i V;IPFV;SG;2;PRS
pẹ¹²hi dá pẹhi V;PFV;SG;1
ʔbi²t’i mí ʔbit’i V;IPFV;SG;3;PST
pø²n-ni¹go ga-n pønnigo V;IRR;SG;2
jạ¹ i jạ V;IPFV;SG;3;PRS
pẹ²ti (i-)dí pẹti V;IPFV;SG;3;PRS
thø¹ge xtá thøge V;PRF;PL;1
tẹ²ʔts’i xa dẹʔts’i V;PRF;SG;3
ʔu¹²di xkí ʔyudi V;PRF;PL;2
ʔbẹ¹t’i (i-)dí ʔbẹt’i V;IPFV;SG;3;PRS
xu¹²ts’i xtá xuts’i V;PRF;PL;1
ku²hni (i-)dí kuhni V;IPFV;SG;3;PRS
wä¹²hi g-mí-n wähi V;IPFV;SG;2;PST
ho¹²ga¹m-mu¹²i dá hogammui V;PFV;SG;1
tsi²x-te xtá-n tsixte V;PRF;SG;1
za²ki xí zaki V;PRF;PL;3
n=hyø¹ts’e g-mí-dí-n hyøts’e V;IPFV;SG;2;PST
nde²-hme xí-n ndehme V;PRF;PL;3
tsʉ¹di ga tsʉdi V;IRR;SG;1
ha¹ndi gá hyandi V;PFV;SG;2
n=do²ka¹-ʔbạ¹²i i-n dokaʔbại V;IPFV;SG;3;PRS
tso¹²gi dá tsogi V;PFV;SG;1
te¹ i te V;IPFV;SG;3;PRS
n=ʔyʉ¹ dá-n ʔyʉ V;PFV;SG;1
xø¹k-pe g-mí xøkpe V;IPFV;SG;2;PST
tʉ²ngi xa ndʉngi V;PRF;SG;3
zo²hni xtá zohni V;PRF;PL;1
fø¹²ni xtá føni V;PRF;SG;1
xẹ¹²ni gi xẹni V;IRR;SG;2
ha²nni xká-n hanni V;PRF;SG;2
yä²ni mí yäni V;IPFV;SG;3;PST
ko¹²ts’i i kots’i V;IPFV;SG;3;PRS
nde²-the xí-n ndethe V;PRF;PL;3
yä²-xạ²dạ xtá-n yäxạdạ V;PRF;PL;1
ʔdø²ke xí-n ʔdøke V;PRF;PL;3
n=tẹ¹²ts’i mí-dí-n tẹts’i V;IPFV;SG;3;PST
fï¹ti dá fïti V;PFV;SG;1
tsa²n-te bi-n tsante V;PFV;SG;3
tʉ¹²nts’i gi tʉnts’i V;IRR;SG;2
ku²hni xa kuhni V;PRF;SG;3
tsu¹-pi xká tsupi V;PRF;SG;2
yä¹-pi mí-dí yäpi V;IPFV;SG;1;PST
n=xa²ha mí-dí-n xaha V;IPFV;SG;1;PST
thạ¹di xí dạdi V;PRF;PL;3
t’i¹²ni g-mí-dí t’ini V;IPFV;SG;2;PST
kʉ²ts’i i kʉts’i V;IPFV;SG;3;PRS
to¹ʔma¹-hạ¹²i dí toʔmahại V;IPFV;SG;1;PRS
ʔyo²-gwa xí-n ʔyogwa V;PRF;PL;3
k’a¹²r-pi mí-dí k’arpi V;IPFV;SG;3;PST
n=pe¹ni xká-n peni V;PRF;SG;2
ʔbẹ²ʔt’i xká ʔbẹʔt’i V;PRF;SG;2
dä²-nhyë¹²i gí dänhyëi V;IPFV;SG;2;PRS
k’wẹ²ʔts’i gá k’wẹʔts’i V;PFV;SG;2
ts’ä¹²ki xtá ts’äki V;PRF;SG;1
de¹² xa-n de V;PRF;SG;3
n=gø²tsu gí-n gøtsu V;IPFV;SG;2;PRS
fo¹gi (i-)dí fogi V;IPFV;SG;3;PRS
n=ʔi²n-hya¹di xtá-n ʔinhyadi V;PRF;PL;1
ʔba²ʔts’i dí ʔbaʔts’i V;IPFV;SG;1;PRS
ts’ä¹²ki gi ts’äki V;IRR;SG;2
hẹ²ʔts’i ga hẹʔts’i V;IRR;SG;1
ne¹ti gí-n neti V;IPFV;SG;2;PRS
n=mu¹²-pa xtá-n mupa V;PRF;PL;1
tsi¹² da zi V;IRR;SG;3
ʔʉ²t’i¹-na¹ni i ʔʉt’inani V;IPFV;SG;3;PRS
n=hyë²ts’i xkí-n hyëts’i V;PRF;PL;2
pa²-xjʉ da-n paxjʉ V;IRR;SG;1
ʔe¹²ʔts’e g-mí ʔeʔts’e V;IPFV;SG;2;PST
me¹²pya mí-n mepya V;IPFV;SG;3;PST
hu¹ g-mí hu V;IPFV;SG;2;PST
ʔä¹m-ma²hä²ki g-mí ʔämmahäki V;IPFV;SG;2;PST
fø¹²te gí-dí føte V;IPFV;SG;2;PRS
n=pẹ¹fi dí-dí-n pẹfi V;IPFV;SG;1;PRS
hwi¹fi xká hwifi V;PRF;SG;2
ts’ä¹ts’i mí-dí ts’äts’i V;IPFV;SG;3;PST
ye¹ mí ye V;IPFV;SG;1;PST
mbạ²nt’i di-n mbạnt’i V;IRR;SG;3
zä¹²i xa-n zäi V;PRF;SG;3
n=pi¹²di gá-n pidi V;PFV;SG;2
n=ʔyu²di dí-dí-n ʔyudi V;IPFV;SG;1;PRS
hạ²nni dí-dí hạnni V;IPFV;SG;1;PRS
ja²m-ma¹di g-mí-dí jammadi V;IPFV;SG;2;PST
ja²-pi mí-dí japi V;IPFV;SG;3;PST
ju¹ʔmi da guʔmi V;IRR;SG;3
mu¹t’i i-n mut’i V;IPFV;SG;3;PRS
hwï²t’i bi hwït’i V;PFV;SG;3
k’ʉ²ki gí-dí k’ʉki V;IPFV;SG;2;PRS
fø¹ʔmi bi føʔmi V;PFV;SG;3
tu²nʔa¹-ʔyo xkí-n tunʔaʔyo V;PRF;PL;2
ndø²nni mí ndønni V;IPFV;SG;1;PST
n=ʔbʉ²i dí-n ʔbʉi V;IPFV;SG;1;PRS
pø¹t’e bi pøt’e V;PFV;SG;3
n=pẹ²ti ga-n pẹti V;IRR;SG;2
tso¹ts’i xtá tsots’i V;PRF;PL;1
nda¹nt’i dá ndant’i V;PFV;SG;1
ʔwẹ¹ gá ʔwẹ V;PFV;SG;2
k’wa¹nt’i mí-dí k’want’i V;IPFV;SG;1;PST
bʉ¹ xa-n bʉ V;PRF;SG;3
hạ¹nts’i mí-dí hạnts’i V;IPFV;SG;1;PST
ma²nda da manda V;IRR;SG;3
ʔda²ʔts’i ga ʔdaʔts’i V;IRR;SG;1
thi¹mmi xtá thimmi V;PRF;PL;1
hwa¹²ʔts’i dí hwaʔts’i V;IPFV;SG;1;PRS
ʔø¹de xkí ʔyøde V;PRF;PL;2
tsʉ¹²i bi zʉi V;PFV;SG;3
ʔẹ¹²i gá ʔyẹi V;PFV;SG;2
ʔbo²-mfi xa ʔbomfi V;PRF;SG;3
n=dä¹n-yä¹hmu g-mí-n dänyähmu V;IPFV;SG;2;PST
mi²x-te gí mixte V;IPFV;SG;2;PRS
ts’ï²xni xí-n ts’ïxni V;PRF;PL;3
tu¹²=tho xí dutho V;PRF;PL;3
to¹ʔma¹-hạ¹²i gi toʔmahại V;IRR;SG;2
tẹ²ki da-n tẹki V;IRR;SG;1
fo¹ʔmi bi foʔmi V;PFV;SG;3
pẹ²n-the xkí-n pẹnthe V;PRF;PL;2
fẹ¹-hjwa¹²i bi mbẹhjwi V;PFV;SG;3
ʔï²ti²mma¹-te ga-n ʔïtimmate V;IRR;SG;2
tø¹te mí tøte V;IPFV;SG;1;PST
ʔẹ¹nts’i xí ʔyẹnts’i V;PRF;PL;3
fo¹gi gá fogi V;PFV;SG;2
n=xi¹ʔt’i dí-dí-n xiʔt’i V;IPFV;SG;1;PRS
ʔʉ²t’i¹-na¹ni dí ʔʉt’inani V;IPFV;SG;1;PRS
kä²i dí käi V;IPFV;SG;1;PRS
dä²nts’i xí-n dänts’i V;PRF;PL;3
n=tu¹²ʔts’i dá-n tuʔts’i V;PFV;SG;1
xø²ke xtá xøke V;PRF;PL;1
fʉ²ʔts’i dá fʉʔts’i V;PFV;SG;1
bo¹t’i mí-dí bot’i V;IPFV;SG;3;PST
zø¹te g-mí-dí zøte V;IPFV;SG;2;PST
tẹ²ti gá tẹti V;PFV;SG;2
n=ma²ʔt’i mí-n maʔt’i V;IPFV;SG;3;PST
ʔẹ¹t’i xtá ʔẹt’i V;PRF;SG;1
ʔwa²ʔmi mí-dí ʔwaʔmi V;IPFV;SG;1;PST
ʔe²nts’a²-te dá-n ʔents’ate V;PFV;SG;1
hä²kma²-nt’ä¹gi xtá häkmant’ägi V;PRF;PL;1
du¹nt’i xí dunt’i V;PRF;PL;3
ho²-du gí hodu V;IPFV;SG;2;PRS
fạ²t’i dí fạt’i V;IPFV;SG;1;PRS
tsu¹ xa zu V;PRF;SG;3
nde²-the xtá-n ndethe V;PRF;SG;1
k’a¹ngi mí-dí k’angi V;IPFV;SG;3;PST
ʔbẹ²bo da-n ʔbẹʔbo V;IRR;SG;1
de¹ʔmi bi deʔmi V;PFV;SG;3
tsi¹-mxø¹ni xkí tsimxøni V;PRF;PL;2
n=thä²nts’i xí-n thänts’i V;PRF;PL;3
bë²n-bi bi bënbi V;PFV;SG;3
ʔu¹ni ga ʔuni V;IRR;SG;1
yø²t’e i yøt’e V;IPFV;SG;3;PRS
pe¹ da mbe V;IRR;SG;3
xi¹²ts’i gi xits’i V;IRR;SG;2
n=pạ¹ts’i xtá-n pạts’i V;PRF;PL;1
hu¹ʔts’i xí hyuʔts’i V;PRF;PL;3
fø²ge xí-n føge V;PRF;PL;3
ʔbẹ¹²hni (i-)dí ʔbẹhni V;IPFV;SG;3;PRS
thu¹ki xtá thuki V;PRF;SG;1
tsạ¹²-ma²nkʉ¹²hi xtá tsạmankʉhi V;PRF;PL;1
n=ʔbʉ²i mí-n ʔbʉi V;IPFV;SG;3;PST
n=pẹ¹²hni di-n pẹhni V;IRR;SG;3
thʉ²-thä xkí-n thʉthä V;PRF;PL;2
pẹ¹-ʔbi¹da xí-n pẹʔbida V;PRF;PL;3
pä²-te da-n päte V;IRR;SG;1
ʔbạ²n-yä ga ʔbạnyä V;IRR;SG;1
ʔyo²-gwa mí ʔyogwa V;IPFV;SG;1;PST
thʉ¹t’i g-mí thʉt’i V;IPFV;SG;2;PST
pä²-te di-n päte V;IRR;SG;3
n=ʔyo²sʔ-ma²hyä (i-)dí-n ʔyosʔmahyä V;IPFV;SG;3;PRS
ma¹ti xa-n mati V;PRF;SG;3
n=pa²ts’i xká-n pats’i V;PRF;SG;2
n=xä²ʔmi ga-n xäʔmi V;IRR;SG;2
wä¹r-pi xtá wärpi V;PRF;PL;1
tu¹-pi dá tupi V;PFV;SG;1
ʔʉ¹²ni da ʔyʉni V;IRR;SG;3
hwa¹²hni xtá hwahni V;PRF;PL;1
mba²fi xká mbafi V;PRF;SG;2
fo¹ti (i-)dí foti V;IPFV;SG;3;PRS
hø²hni bi-n høhni V;PFV;SG;3
nde²-the ga-n ndethe V;IRR;SG;2
po¹²n-bi dí-dí ponbi V;IPFV;SG;1;PRS
pø²x-yä mí pøxyä V;IPFV;SG;3;PST
thä¹ti xtá thäti V;PRF;PL;1
n=ʔye¹²xke xtá-n ʔyexke V;PRF;SG;1
n=ma²ʔt’i xkí-n maʔt’i V;PRF;PL;2
thä¹nt’i mí thänt’i V;IPFV;SG;3;PST
pi¹²hi gí pihi V;IPFV;SG;2;PRS
ʔbẹ²di g-mí-dí ʔbẹdi V;IPFV;SG;2;PST
n=pẹ¹fi xkí-n pẹfi V;PRF;PL;2
ye¹²ts’e gí-dí yets’e V;IPFV;SG;2;PRS
ʔe¹²ʔts’e xtá ʔeʔts’e V;PRF;SG;1
jwa²di xí gwadi V;PRF;PL;3
ndʉ²hʉ mí-dí ndʉhʉ V;IPFV;SG;3;PST
jo¹ts’i ga jots’i V;IRR;SG;1
yä²ni dí-dí yäni V;IPFV;SG;1;PRS
fạ¹ʔmi xká fạʔmi V;PRF;SG;2
n=pạ¹ts’i da-n pạts’i V;IRR;SG;1
tso²ʔt’i bi zoʔt’i V;PFV;SG;3
tẹ²xa²-xä¹hi i tẹxaxähi V;IPFV;SG;3;PRS
hʉ¹²fi xtá hʉfi V;PRF;SG;1
ho¹² xká ho V;PRF;SG;2
zʉ²di xí-n zʉdi V;PRF;PL;3
ʔbʉ²m-bø²ka i ʔbʉmʔbøka V;IPFV;SG;3;PRS
be²nts’i gá bents’i V;PFV;SG;2
ʔba¹²xni mí-dí ʔbaxni V;IPFV;SG;3;PST
thä²xt’i xtá thäxt’i V;PRF;PL;1
tʉ²ʔts’i gí tʉʔts’i V;IPFV;SG;2;PRS
n=xi¹ʔt’i gí-dí-n xiʔt’i V;IPFV;SG;2;PRS
tø¹²de bi ndøde V;PFV;SG;3
fo¹ʔmi gi foʔmi V;IRR;SG;2
hna²-thä gí hnathä V;IPFV;SG;2;PRS
hwa¹²hni dí hwahni V;IPFV;SG;1;PRS
bo²ngi gí-n bongi V;IPFV;SG;2;PRS
kạ¹ti gá kạti V;PFV;SG;2
nde¹-pe ga ndepe V;IRR;SG;1
n=hyu²s-pi gá-n hyuspi V;PFV;SG;2
jwä²nni mí-dí jwänni V;IPFV;SG;1;PST
tsẹ²m-bi i tsẹmbi V;IPFV;SG;3;PRS
tsø²ni da zøni V;IRR;SG;3
tsi¹-pi gí tsipi V;IPFV;SG;2;PRS
tu²hu xí-n tuhu V;PRF;PL;3
thä²ʔt’i ga thäʔt’i V;IRR;SG;1
hwi¹fi mí hwifi V;IPFV;SG;3;PST
yä²-fạ²di xkí-n yäfạdi V;PRF;PL;2
xi¹²ni i xini V;IPFV;SG;3;PRS
ʔʉ²-na²ni da-n ʔʉnani V;IRR;SG;1
k’ë¹nt’i mí-dí k’ënt’i V;IPFV;SG;1;PST
ma¹ xí ma V;PRF;PL;3
ma¹n-nde² tho¹²ho xtá mannde thoho V;PRF;PL;1
ʔbʉ²m-ma²nho di-n ʔbʉmmanho V;IRR;SG;3
kʉ²nni mí-dí kʉnni V;IPFV;SG;1;PST
hu²di gi hyudi V;IRR;SG;2
ʔạ² xa ʔyạ V;PRF;SG;3
k’o²ki (i-)dí k’oki V;IPFV;SG;3;PRS
tsạ¹²-mhyä dí tsạmhyä V;IPFV;SG;1;PRS
n=kä¹²ni xí-n käni V;PRF;PL;3
fạ¹x-ma²hyä mí fạxmahyä V;IPFV;SG;3;PST
tsa²-ʔyä i tsaʔyä V;IPFV;SG;3;PRS
n=k’ʉ²ʔts’i i-n k’ʉʔts’i V;IPFV;SG;3;PRS
ja²=tho di-n jatho V;IRR;SG;3
yo¹ndi²bi xtá yo+ndibi V;PRF;PL;1
hi¹ xkí-n hi V;PRF;PL;2
gʉ¹²i xí gʉi V;PRF;PL;3
ʔyo²-mfë²ni¹-bi gá ʔyomfënibi V;PFV;SG;2
zø¹r-pe bi zørpe V;PFV;SG;3
hwä¹²ki mí hwäki V;IPFV;SG;3;PST
n=ʔda²ʔts’i gá-n ʔdaʔts’i V;PFV;SG;2
ʔyø¹² g-mí-dí ʔyø V;IPFV;SG;2;PST
tu²-na²-mpa xtá-n tunampa V;PRF;PL;1
hu¹²i bi-n hui V;PFV;SG;3
ha¹nts’i dá hants’i V;PFV;SG;1
zø¹ʔmi gá zøʔmi V;PFV;SG;2
n=bi²ni dá-n bini V;PFV;SG;1
k’i¹nts’i xká-n k’ints’i V;PRF;SG;2
n=thi¹nt’i (i-)dí-n thint’i V;IPFV;SG;3;PRS
n=tso¹di mí-dí-n tsodi V;IPFV;SG;3;PST
fẹ¹n-za da mbẹnza V;IRR;SG;3
tsi¹-pi xká tsipi V;PRF;SG;2
xẹ¹ʔt’i ga xẹʔt’i V;IRR;SG;1
gạ²ti xí gạti V;PRF;PL;3
ko²hi i kohi V;IPFV;SG;3;PRS
ʔø¹m-ma²nʔʉ da ʔyømmanʔʉ V;IRR;SG;3
hma²ki xkí hmaki V;PRF;PL;2
hä¹ti (i-)dí häti V;IPFV;SG;3;PRS
hä¹ʔts’i gi hyäʔts’i V;IRR;SG;2
ko²t’a¹-fạ²di xtá kot’afạdi V;PRF;PL;1
ʔda²ts’i i ʔdats’i V;IPFV;SG;3;PRS
kạ¹ts’i xí gạts’i V;PRF;PL;3
pø²m-ma²nʔʉ da bømmanʔʉ V;IRR;SG;3
hẹ²ʔt’i xtá hẹʔt’i V;PRF;PL;1
pa¹t’i xtá pat’i V;PRF;SG;1
n=ʔyø²-the di-n ʔyøthe V;IRR;SG;3
ʔï²ti bi-n ʔïti V;PFV;SG;3
hʉ²k-pi xí hyʉkpi V;PRF;PL;3
pạ¹²xi dá pạxi V;PFV;SG;1
tsʉ¹²ti mí tsʉti V;IPFV;SG;3;PST
hu²di gá hyudi V;PFV;SG;2
n=to¹²ni xa-n toni V;PRF;SG;3
bë²nna²-te xtá bënnate V;PRF;PL;1
kʉ¹mmi xtá kʉmmi V;PRF;SG;1
ʔạ¹t’i ga ʔạt’i V;IRR;SG;1
ʔë²ʔts’i xtá ʔëʔts’i V;PRF;PL;1
pạ¹ma²-nt’ä¹gi ga pạmant’ägi V;IRR;SG;1
n=pä²hni g-mí-dí-n pähni V;IPFV;SG;2;PST
k’i¹nts’i bi-n k’ints’i V;PFV;SG;3
n=ʔyo²ʔts’i xkí-n ʔyoʔts’i V;PRF;PL;2
ʔyo¹ di-n ʔyo V;IRR;SG;3
thä²ni ga thäni V;IRR;SG;1
fẹ¹m-hyä bi fẹmhyä V;PFV;SG;3
n=ʔbʉ¹²t’i ga-n ʔbʉt’i V;IRR;SG;2
xo²-thä xí-n xothä V;PRF;PL;3
tsạ¹ndä¹-te da-n tsạndäte V;IRR;SG;1
hu¹r-pi dá hurpi V;PFV;SG;1
tsi²-the ga-n tsithe V;IRR;SG;2
n=gä²-yä xkí-n gäyä V;PRF;PL;2
tʉ²t’i xí tʉt’i V;PRF;PL;3
hmi¹²-du xkí-n hmidu V;PRF;PL;2
ho¹ni gi hyoni V;IRR;SG;2
n=nda²nni mí-n ndanni V;IPFV;SG;1;PST
n=pa¹nts’i xtá-n pants’i V;PRF;SG;1
ho²-du xtá-n hodu V;PRF;PL;1
hë²ʔma¹-hạ¹²i mí hëʔmahại V;IPFV;SG;1;PST
mbo¹²nni xtá-n mbonni V;PRF;PL;1
ʔẹ¹ki xtá ʔẹki V;PRF;SG;1
wä¹nt’i bi wänt’i V;PFV;SG;3
kä²ʔmi g-mí-dí käʔmi V;IPFV;SG;2;PST
ʔo²ts’i xtá ʔots’i V;PRF;SG;1
tu²-mbø²ni xtá-n tumbøni V;PRF;PL;1
bʉ¹ xí-n bʉ V;PRF;PL;3
n=hyu²m-bi gí-dí-n hyumbi V;IPFV;SG;2;PRS
tsi²-t’ë¹²i xí-n tsit’ëi V;PRF;PL;3
tu²-ma²nthu¹hu xká-n tumanthuhu V;PRF;SG;2
ts’ä¹²t’i da ts’ät’i V;IRR;SG;3
n=hyë¹nni xká-n hyënni V;PRF;SG;2
ʔä¹²i xtá ʔäi V;PRF;SG;1
tsạ²n-bi mí tsạnbi V;IPFV;SG;1;PST
ne¹²i i nei V;IPFV;SG;3;PRS
hyo²nni mí-dí hyonni V;IPFV;SG;3;PST
hma²ki xtá hmaki V;PRF;SG;1
xø¹ge xa xøge V;PRF;SG;3
ʔbạ²ki xa ʔbạki V;PRF;SG;3
pa¹-pi yø² t’o da mbapi V;IRR;SG;3
hwi¹ʔt’i g-mí hwiʔt’i V;IPFV;SG;2;PST
ne¹²gi da-n negi V;IRR;SG;1
xạ²ʔt’i dá xạʔt’i V;PFV;SG;1
n=k’o²ʔmi i-n k’oʔmi V;IPFV;SG;3;PRS
ʔdo²ʔmi xkí ʔdoʔmi V;PRF;PL;2
ʔẹ¹²ni gí ʔẹni V;IPFV;SG;2;PRS
n=tø²t’a¹-mʔbʉ¹²i bi-n tøt’amʔbʉi V;PFV;SG;3
mbạ²ʔts’i xí mbạʔts’i V;PRF;PL;3
ʔʉ¹² xká ʔʉ V;PRF;SG;2
kä¹ts’i da gäts’i V;IRR;SG;3
ʔo²ʔyu mí ʔoʔyu V;IPFV;SG;3;PST
t’i¹²ni xa t’ini V;PRF;SG;3
ts’a¹² bi-n ts’a V;PFV;SG;3
k’ä¹-ma²nʔʉ gá k’ämanʔʉ V;PFV;SG;2
hu¹ʔts’i da hyuʔts’i V;IRR;SG;3
ʔẹ¹k-pi mí ʔẹkpi V;IPFV;SG;3;PST
to¹ʔma¹-hạ¹²i mí toʔmahại V;IPFV;SG;3;PST
yä²-fạ²di xa-n yäfạdi V;PRF;SG;3
thu²gi bi dugi V;PFV;SG;3
n=ho¹ʔa¹-hyä bi-n hoʔahyä V;PFV;SG;3
ko¹²h-ma²hyä xa gohmahyä V;PRF;SG;3
wä²pa²-ka²fe xkí-n wäpakafe V;PRF;PL;2
ma²ʔt’i dí maʔt’i V;IPFV;SG;1;PRS
n=ʔyo²ʔts’i xká-n ʔyoʔts’i V;PRF;SG;2
hwa²n-jʉ dá-n hwanjʉ V;PFV;SG;1
wä¹-dä¹po xtá-n wädäpo V;PRF;PL;1
k’a²t’i mí k’at’i V;IPFV;SG;1;PST
jo¹ni xkí joni V;PRF;PL;2
go²-re²=bi bi gorebi V;PFV;SG;3
mu¹² xí mu V;PRF;PL;3
ne¹²hi bi nehi V;PFV;SG;3
n=ʔyu²di xkí-n ʔyudi V;PRF;PL;2
ko²t’i gí kot’i V;IPFV;SG;2;PRS
pø²r-be mí pørbe V;IPFV;SG;1;PST
hạ¹ʔts’i ga hạʔts’i V;IRR;SG;1
pi¹²ts’i xí mbits’i V;PRF;PL;3
fï¹di mí fïdi V;IPFV;SG;1;PST
tsa²n-te g-mí tsante V;IPFV;SG;2;PST
ko²-xtha xa goxtha V;PRF;SG;3
ko¹²hmi xtá kohmi V;PRF;SG;1
jo¹ni dí joni V;IPFV;SG;1;PRS
n=ʔbạ¹²i xí-n ʔbại V;PRF;PL;3
ʔu¹²t’i gi ʔut’i V;IRR;SG;2
yạ²xki mí yạxki V;IPFV;SG;3;PST
po²ts’i gá pots’i V;PFV;SG;2
hẹ¹²ni gá hyẹni V;PFV;SG;2
fe¹²te mí-dí fete V;IPFV;SG;3;PST
jo²xni (i-)dí joxni V;IPFV;SG;3;PRS
pø²m-mi²xa¹ xkí-n pømmixa V;PRF;PL;2
n=ko²t’i mí-dí-n kot’i V;IPFV;SG;3;PST
fo¹ti gá foti V;PFV;SG;2
kʉ¹mmi mí kʉmmi V;IPFV;SG;1;PST
n=ti²hni g-mí-dí-n tihni V;IPFV;SG;2;PST
tä²-pa²do gí täpado V;IPFV;SG;2;PRS
ja²m-ma²nsu xtá jammansu V;PRF;PL;1
do¹²nni gá donni V;PFV;SG;2
thï²ts’i mí thïts’i V;IPFV;SG;3;PST
n=hyø¹mmi xa-n hyømmi V;PRF;SG;3
hä¹² mí hä V;IPFV;SG;3;PST
xa²ha xkí xaha V;PRF;PL;2
pẹ²ʔmi mí pẹʔmi V;IPFV;SG;3;PST
ʔa¹jʉ¹-mhạ¹²i xa-n ʔajʉmhại V;PRF;SG;3
n=ʔbʉ¹²t’i xtá-n ʔbʉt’i V;PRF;SG;1
wä¹r-pi xkí wärpi V;PRF;PL;2
n=ʔbʉ¹²t’i g-mí-n ʔbʉt’i V;IPFV;SG;2;PST
tʉ¹hʉ gá tʉhʉ V;PFV;SG;2
to¹ʔma¹-hạ¹²i da toʔmahại V;IRR;SG;3
hä¹ʔts’i xtá häʔts’i V;PRF;SG;1
ne¹rba¹-hạ¹²i mí nerbahại V;IPFV;SG;1;PST
pạ²hạ g-mí pạhạ V;IPFV;SG;2;PST
te²ʔts’e g-mí-dí teʔts’e V;IPFV;SG;2;PST
pʉ¹t’i mí pʉt’i V;IPFV;SG;3;PST
ne²k-ma²nho xtá-n nekmanho V;PRF;PL;1
n=ʔyẹ¹²i (i-)dí-n ʔyẹi V;IPFV;SG;3;PRS
k’wa²ʔts’i xkí k’waʔts’i V;PRF;PL;2
ʔyä²-tsạ di-n ʔyätsạ V;IRR;SG;3
hwä¹ni xa hwäni V;PRF;SG;3
pʉ¹²ki bi mbʉki V;PFV;SG;3
tsẹ²ki ga tsẹki V;IRR;SG;1
ʔbẹ¹-xø¹ʔts’e mí ʔbẹxøʔts’e V;IPFV;SG;3;PST
t’a¹²xki da t’axki V;IRR;SG;3
ma¹m-ma²nho da mammanho V;IRR;SG;3
jwä²nni xa jwänni V;PRF;SG;3
hạ¹²nts’i mí-dí hạnts’i V;IPFV;SG;1;PST
hä¹²-du²-mbʉ¹²i gi hyädumbʉi V;IRR;SG;2
pa¹t’i (i-)dí pat’i V;IPFV;SG;3;PRS
xi²x-yä¹bi xa xixyäbi V;PRF;SG;3
zʉ¹nt’i gí-dí zʉnt’i V;IPFV;SG;2;PRS
n=ʔbẹ²ni da-n ʔbẹni V;IRR;SG;1
n=pʉ¹²n-ts’yä xa-n pʉnts’yä V;PRF;SG;3
thë²ndi mí-dí thëndi V;IPFV;SG;1;PST
n=te¹ di-n te V;IRR;SG;3
k’a²t’i dí k’at’i V;IPFV;SG;1;PRS
ʔbø²ni xí-n ʔbøni V;PRF;PL;3
hmi¹²-du xtá-n hmidu V;PRF;PL;1
ʔẹ¹k-pi ga ʔẹkpi V;IRR;SG;1
tsi²x-te xa-n tsixte V;PRF;SG;3
hu²m-bi gi hyumbi V;IRR;SG;2
n=xạ¹di ga-n xạdi V;IRR;SG;2
xa²ʔts’i xa xaʔts’i V;PRF;SG;3
hu¹r-ba¹ ra² mbʉ¹²i gá hyurba ra mbʉi V;PFV;SG;2
n=he¹ke di-n heke V;IRR;SG;3
hu¹hu mí huhu V;IPFV;SG;3;PST
ma¹n=tho gá mantho V;PFV;SG;2
wä¹-dä¹po dá-n wädäpo V;PFV;SG;1
tsʉ²ti ga tsʉti V;IRR;SG;1
de¹²=tho xí detho V;PRF;PL;3
ju¹nt’ẹ¹²i i junt’ẹi V;IPFV;SG;3;PRS
tso¹²ni g-mí tsoni V;IPFV;SG;2;PST
hạ¹²ni bi hyạni V;PFV;SG;3
n=mu¹²-pa xká-n mupa V;PRF;SG;2
fạ¹ni bi mbạni V;PFV;SG;3
wä²ns-pi g-mí-dí wänspi V;IPFV;SG;2;PST
ʔbʉ²m-bø²ka xtá-n ʔbʉmʔbøka V;PRF;PL;1
n=gʉ²-fo dá-n gʉfo V;PFV;SG;1
nu²-ma²nʔʉ mí-n numanʔʉ V;IPFV;SG;1;PST
ʔẹ¹gi xká ʔyẹgi V;PRF;SG;2
hwë²gi da hwëgi V;IRR;SG;3
ʔyo²-do²ndo da ʔyodondo V;IRR;SG;3
hë¹m-bi xí hyëmbi V;PRF;PL;3
n=ʔạ²nni mí-n ʔạnni V;IPFV;SG;3;PST
ʔyø¹² gí-dí ʔyø V;IPFV;SG;2;PRS
hya²ki bi-n hyaki V;PFV;SG;3
tu¹² mí tu V;IPFV;SG;3;PST
tso¹²ni gí tsoni V;IPFV;SG;2;PRS
yä¹r-pi xa yärpi V;PRF;SG;3
jʉ¹ki bi gʉki V;PFV;SG;3
jo¹ xkí jo V;PRF;PL;2
ts’ạ¹²ki ga-n ts’ạki V;IRR;SG;2
hạ¹ki dí hạki V;IPFV;SG;1;PRS
ts’a¹²ti dí-dí ts’ati V;IPFV;SG;1;PRS
hya²nd-bi gí-dí hyandbi V;IPFV;SG;2;PRS
xu¹ni mí xuni V;IPFV;SG;1;PST
ʔø²the g-mí ʔøthe V;IPFV;SG;2;PST
tso¹gi gá tsogi V;PFV;SG;2
hʉ²ʔt’i i hʉʔt’i V;IPFV;SG;3;PRS
hma²t’i dí-dí hmat’i V;IPFV;SG;1;PRS
yạ²gi xtá yạgi V;PRF;SG;1
ʔda²s-pi xí ʔdaspi V;PRF;PL;3
ʔi¹²ngi mí-dí ʔingi V;IPFV;SG;1;PST
thạ¹di gi thạdi V;IRR;SG;2
n=pø²ts’e xa-n pøts’e V;PRF;SG;3
tsʉ²ti gí-dí tsʉti V;IPFV;SG;2;PRS
ʔyø¹ni gi ʔyøni V;IRR;SG;2
n=ʔu¹²ni di-n ʔuni V;IRR;SG;3
tsi² gi tsi V;IRR;SG;2
xä¹²ndi da xändi V;IRR;SG;3
to¹ʔmi xí doʔmi V;PRF;PL;3
yu¹ʔts’i bi yuʔts’i V;PFV;SG;3
n=wä¹nts’i di-n wänts’i V;IRR;SG;3
n=tu¹²ʔts’i da-n tuʔts’i V;IRR;SG;1
ʔwä²ki xtá-n ʔwäki V;PRF;PL;1
wä¹²hi mí-n wähi V;IPFV;SG;1;PST
hwä¹²ʔts’i xká hwäʔts’i V;PRF;SG;2
tsạ²gi da zạgi V;IRR;SG;3
to²nts’i xká tonts’i V;PRF;SG;2
ʔẹ²-te dí ʔẹte V;IPFV;SG;1;PRS
n=ʔbʉ¹²t’i i-n ʔbʉt’i V;IPFV;SG;3;PRS
ʔo²ʔts’i di-n ʔoʔts’i V;IRR;SG;3
ʔyo¹²-mt’ë¹²ni xká-n ʔyomt’ëni V;PRF;SG;2
ho²ki da hoki V;IRR;SG;3
ya¹²ʔts’i xtá yaʔts’i V;PRF;PL;1
yë²gi xtá-n yëgi V;PRF;SG;1
ts’ä¹²ki mí-dí ts’äki V;IPFV;SG;3;PST
n=ʔyë²-te mí-n ʔyëte V;IPFV;SG;3;PST
pa¹²ha dí-dí paha V;IPFV;SG;1;PRS
thä²ni gi thäni V;IRR;SG;2
xä¹²nts’i bi xänts’i V;PFV;SG;3
n=ʔạ²ts’i gá-n ʔạts’i V;PFV;SG;2
ts’ï²xni dí-dí ts’ïxni V;IPFV;SG;1;PRS
thu²nt’i xí thunt’i V;PRF;PL;3
te¹t’e i tet’e V;IPFV;SG;3;PRS
ta¹mmi xká tammi V;PRF;SG;2
te¹²de bi tede V;PFV;SG;3
xi¹²i ga xii V;IRR;SG;1
n=yo¹-jä¹ʔi xtá-n yojäʔi V;PRF;PL;1
tẹ¹² g-mí tẹ V;IPFV;SG;2;PST
n=xø¹²-nʔyo²gu gá-n xønʔyogu V;PFV;SG;2
hẹ²ʔts’i xa hyẹʔts’i V;PRF;SG;3
hʉ¹²r-kwa g-mí-dí hʉrkwa V;IPFV;SG;2;PST
ho²gi xtá hogi V;PRF;PL;1
tsi¹²ts’i xí zits’i V;PRF;PL;3
ye²ʔts’e mí-dí yeʔts’e V;IPFV;SG;1;PST
thï²gi xtá thïgi V;PRF;SG;1
tø²ʔts’e xká tøʔts’e V;PRF;SG;2
hʉ¹ki xtá hʉki V;PRF;PL;1
jo²hya dí-dí johya V;IPFV;SG;1;PRS
n=ʔạ²nni di-n ʔạnni V;IRR;SG;3
n=pë¹ i-n pë V;IPFV;SG;3;PRS
xẹ¹²ni g-mí xẹni V;IPFV;SG;2;PST
n=ʔbẹ²ni gá-n ʔbẹni V;PFV;SG;2
zʉ²ʔts’i i zʉʔts’i V;IPFV;SG;3;PRS
xï¹ki xa xïki V;PRF;SG;3
ndø¹²nt’i gí-dí ndønt’i V;IPFV;SG;2;PRS
de¹ xa-n de V;PRF;SG;3
hna²-thä dá-n hnathä V;PFV;SG;1
fa¹nt’-ma²hyä xtá fant’mahyä V;PRF;SG;1
n=nu²-ʔbẹ¹thä¹²ni ga-n nuʔbẹthäni V;IRR;SG;2
xʉ²ki xkí xʉki V;PRF;PL;2
hya²nd-bi gá hyandbi V;PFV;SG;2
n=fʉ²t’i xa-n fʉt’i V;PRF;SG;3
hu¹ts’i xká hyuts’i V;PRF;SG;2
wä²nni xtá wänni V;PRF;SG;1
hyo¹nya bi-n hyonya V;PFV;SG;3
n=ʔʉ¹²ni xtá-n ʔʉni V;PRF;SG;1
pø¹t’e xkí pøt’e V;PRF;PL;2
tso¹²gi mí tsogi V;IPFV;SG;3;PST
n=zạ²-ma²nʔʉ da-n zạmanʔʉ V;IRR;SG;1
fe¹²te bi fete V;PFV;SG;3
tsi²-t’ë¹²i mí tsit’ëi V;IPFV;SG;1;PST
tso¹²ni mí tsoni V;IPFV;SG;1;PST
thë²ndi mí-dí thëndi V;IPFV;SG;3;PST
hu²di dí hudi V;IPFV;SG;1;PRS
wä¹²hi gi-n wähi V;IRR;SG;2
do²-gwa g-mí dogwa V;IPFV;SG;2;PST
tsạ¹-pi xtá tsạpi V;PRF;PL;1
thï²-xtha g-mí thïxtha V;IPFV;SG;2;PST
k’ä¹ʔt’i gí-dí k’äʔt’i V;IPFV;SG;2;PRS
n=ʔwë¹²xt’i xí-n ʔwëxt’i V;PRF;PL;3
hu²ʔmi mí huʔmi V;IPFV;SG;3;PST
zo²fo dá zofo V;PFV;SG;1
hä¹² xtá hä V;PRF;PL;1
ʔwa²ʔmi dí-dí ʔwaʔmi V;IPFV;SG;1;PRS
tẹ²t’i di-n tẹt’i V;IRR;SG;3
k’a²t’i mí k’at’i V;IPFV;SG;3;PST
kạ¹ti dá kạti V;PFV;SG;1
kwa²t’i xtá kwat’i V;PRF;PL;1
n=tä²s-pi (i-)dí-n täspi V;IPFV;SG;3;PRS
xạ²ʔt’i xtá xạʔt’i V;PRF;PL;1
tsi²-hme xkí-n tsihme V;PRF;PL;2
n=pi¹²di gí-n pidi V;IPFV;SG;2;PRS
ʔø²t’e i ʔøt’e V;IPFV;SG;3;PRS
pa¹xt’i xkí paxt’i V;PRF;PL;2
tso¹ i tso V;IPFV;SG;3;PRS
wä¹-pi bi wäpi V;PFV;SG;3
kạ²-ʔyu dí kạʔyu V;IPFV;SG;1;PRS
fe¹nt’i xká fent’i V;PRF;SG;2
ʔbạ¹²i xtá-n ʔbại V;PRF;SG;1
kạ¹²hmi gí-dí kạhmi V;IPFV;SG;2;PRS
n=xi²x-yä xkí-n xixyä V;PRF;PL;2
wä²ns-pi bi wänspi V;PFV;SG;3
bë¹²ni ga bëni V;IRR;SG;1
tsẹ¹h=tho i tsẹhtho V;IPFV;SG;3;PRS
n=pʉ¹²n-ts’yä xká-n pʉnts’yä V;PRF;SG;2
tso¹ti gá tsoti V;PFV;SG;2
n=pï²ts’i mí-n pïts’i V;IPFV;SG;1;PST
ʔë²ʔts’i mí ʔëʔts’i V;IPFV;SG;1;PST
pø²n-ni¹go xkí-n pønnigo V;PRF;PL;2
fạ¹ki mí fạki V;IPFV;SG;3;PST
pa²-xjʉ mí paxjʉ V;IPFV;SG;1;PST
n=ʔa¹²ki xkí-n ʔaki V;PRF;PL;2
ʔba¹²xni xká ʔbaxni V;PRF;SG;2
nu²-hạ¹²i da nuhại V;IRR;SG;3
n=mu²nts’i g-mí-dí-n munts’i V;IPFV;SG;2;PST
xø²nni gí xønni V;IPFV;SG;2;PRS
hu¹ni bi hyuni V;PFV;SG;3
hwï¹ki g-mí hwïki V;IPFV;SG;2;PST
pø²xke bi mbøxke V;PFV;SG;3
hwi¹fi bi hwifi V;PFV;SG;3
ʔyë²hë gí-dí ʔyëhë V;IPFV;SG;2;PRS
fʉ¹ʔmi xkí fʉʔmi V;PRF;PL;2
ʔẹ¹²i bi ʔyẹi V;PFV;SG;3
jwa²di xa jwadi V;PRF;SG;3
hø¹mmi gi hyømmi V;IRR;SG;2
kä¹pʉ da gäpʉ V;IRR;SG;3
ʔdø²ke di-n ʔdøke V;IRR;SG;3
tsa²-ʔyä xká tsaʔyä V;PRF;SG;2
n=ʔyẹ²-pi dá-n ʔyẹpi V;PFV;SG;1
k’wa²ʔts’i bi k’waʔts’i V;PFV;SG;3
tä¹nt’i gi tänt’i V;IRR;SG;2
hndø²ni i hndøni V;IPFV;SG;3;PRS
n=k’o¹²mmi xa-n k’ommi V;PRF;SG;3
ʔdo¹² bi-n ʔdo V;PFV;SG;3
n=hyu²m-bi g-mí-dí-n hyumbi V;IPFV;SG;2;PST
gạ²n-thä xtá-n gạnthä V;PRF;PL;1
n=jwe¹-te dí-dí-n jwete V;IPFV;SG;1;PRS
ʔdø²ke xtá-n ʔdøke V;PRF;PL;1
hø¹te mí høte V;IPFV;SG;3;PST
n=gʉ²-fo gí-n gʉfo V;IPFV;SG;2;PRS
n=fạ²di mí-dí-n fạdi V;IPFV;SG;1;PST
n=ʔạ²-thä gí-n ʔạthä V;IPFV;SG;2;PRS
ʔẹ¹gi xí ʔyẹgi V;PRF;PL;3
ts’ʉ²-nhyẹ¹ts’i xa ts’ʉnhyẹts’i V;PRF;SG;3
ʔbe²ʔmi gá ʔbeʔmi V;PFV;SG;2
ʔë¹²m-bi dá ʔëmbi V;PFV;SG;1
ʔo¹hni ga ʔohni V;IRR;SG;1
yo¹ndi²bi ga yo+ndibi V;IRR;SG;1
gạ²ti gá gạti V;PFV;SG;2
n=fï²ts’i (i-)dí-n fïts’i V;IPFV;SG;3;PRS
thʉ¹ti gi thʉti V;IRR;SG;2
mi¹²hi mí-n mihi V;IPFV;SG;3;PST
n=mu²ni gá-n muni V;PFV;SG;2
n=du¹ i-n du V;IPFV;SG;3;PRS
hu²di g-mí hudi V;IPFV;SG;2;PST
n=xø¹²ngi xí-n xøngi V;PRF;PL;3
to²nt’i i tont’i V;IPFV;SG;3;PRS
ʔë²m-me¹²i gí ʔëmmei V;IPFV;SG;2;PRS
n=wä¹nts’i mí-dí-n wänts’i V;IPFV;SG;3;PST
xẹ¹²ni gá xẹni V;PFV;SG;2
thä¹nt’i da dänt’i V;IRR;SG;3
hø¹t’e gá hyøt’e V;PFV;SG;2
xø²ka²-mfë¹ni gi xøkamfëni V;IRR;SG;2
n=bø²m-mbe xkí-n bømmbe V;PRF;PL;2
tso¹t’i xkí tsot’i V;PRF;PL;2
jo²hya (i-)dí johya V;IPFV;SG;3;PRS
ʔʉ¹ʔt’i ga ʔʉʔt’i V;IRR;SG;1
ja²-pi gí-dí japi V;IPFV;SG;2;PRS
tsi¹-pi mí tsipi V;IPFV;SG;1;PST
ndø¹²nt’i gi ndønt’i V;IRR;SG;2
thä²ʔt’i mí-dí thäʔt’i V;IPFV;SG;3;PST
ʔyø¹ni mí-dí ʔyøni V;IPFV;SG;1;PST
ʔu¹²t’i (i-)dí ʔut’i V;IPFV;SG;3;PRS
n=tä² dí-dí-n tä V;IPFV;SG;1;PRS
ʔʉ²k-pi dá ʔʉkpi V;PFV;SG;1
n=he¹ke xí-n heke V;PRF;PL;3
hẹ¹²ni bi hyẹni V;PFV;SG;3
k’ʉ²ki gi k’ʉki V;IRR;SG;2
hwa¹²ʔt’i xká hwaʔt’i V;PRF;SG;2
n=pø²ts’e gí-n pøts’e V;IPFV;SG;2;PRS
pʉ²ʔts’i mí pʉʔts’i V;IPFV;SG;1;PST
t’i²gi i t’igi V;IPFV;SG;3;PRS
tʉ²ki bi dʉki V;PFV;SG;3
yø¹²e i yøe V;IPFV;SG;3;PRS
ndø²ts’e mí ndøts’e V;IPFV;SG;3;PST
zø¹r-pe dá zørpe V;PFV;SG;1
n=xø¹²ngi (i-)dí-n xøngi V;IPFV;SG;3;PRS
ʔø¹m-ma²nʔʉ mí ʔømmanʔʉ V;IPFV;SG;3;PST
ʔdo¹²hmi (i-)dí ʔdohmi V;IPFV;SG;3;PRS
kä¹ti g-mí käti V;IPFV;SG;2;PST
mba²fi g-mí mbafi V;IPFV;SG;2;PST
pa¹r-bi (i-)dí parbi V;IPFV;SG;3;PRS
pa¹²ha xa mbaha V;PRF;SG;3
hä²ʔmi dí häʔmi V;IPFV;SG;1;PRS
ye¹²ts’e xká yets’e V;PRF;SG;2
xẹ²t’i xkí xẹt’i V;PRF;PL;2
tʉ²-jʉ xkí-n tʉjʉ V;PRF;PL;2
ye²h=tho di-n yehtho V;IRR;SG;3
hʉ¹ki dí hʉki V;IPFV;SG;1;PRS
mi²x-te xa-n mixte V;PRF;SG;3
na¹²ni mí-dí nani V;IPFV;SG;3;PST
tẹ¹²hẹ bi dẹhẹ V;PFV;SG;3
n=mu²ʔts’i gí-dí-n muʔts’i V;IPFV;SG;2;PRS
xẹ²h-yä dí-dí xẹhyä V;IPFV;SG;1;PRS
pi¹ xtá-n pi V;PRF;PL;1
n=ʔyẹ¹²i xí-n ʔyẹi V;PRF;PL;3
ʔba²ʔt’i xí ʔbaʔt’i V;PRF;PL;3
pẹ¹-ʔbi¹da i pẹʔbida V;IPFV;SG;3;PRS
n=zä¹²i xkí-n zäi V;PRF;PL;2
ʔwi¹ni xká ʔwini V;PRF;SG;2
ʔu¹ni mí ʔuni V;IPFV;SG;3;PST
gạ¹²t’i mí-dí gạt’i V;IPFV;SG;3;PST
do¹²nni dí-dí donni V;IPFV;SG;1;PRS
kʉ¹²t’i mí-dí kʉt’i V;IPFV;SG;3;PST
thä¹r-pi xtá thärpi V;PRF;SG;1
tho²ki g-mí-dí thoki V;IPFV;SG;2;PST
jä²t’i da-n jät’i V;IRR;SG;1
ʔẹ¹ts’i dí ʔẹts’i V;IPFV;SG;1;PRS
hä²ki dí häki V;IPFV;SG;1;PRS
kwa²t’i mí kwat’i V;IPFV;SG;1;PST
pẹ¹-ʔbi¹da xtá-n pẹʔbida V;PRF;SG;1
tsi²x-te mí tsixte V;IPFV;SG;1;PST
kø¹²xke mí køxke V;IPFV;SG;3;PST
hä²ki xká hyäki V;PRF;SG;2
kä¹²ts’i xa gäts’i V;PRF;SG;3
n=gø²tsu xtá-n gøtsu V;PRF;PL;1
hyạ¹t’i xa hyạt’i V;PRF;SG;3
tï²ʔt’i xtá tïʔt’i V;PRF;PL;1
pø²spe bi mbøspe V;PFV;SG;3
thẹ¹ni xtá thẹni V;PRF;SG;1
pẹ²gi ga pẹgi V;IRR;SG;1
ne²k-ma²nho g-mí-dí nekmanho V;IPFV;SG;2;PST
de¹ʔmi mí-dí deʔmi V;IPFV;SG;1;PST
pa²-mbạ¹²i da-n pambại V;IRR;SG;1
ʔø¹de ga ʔøde V;IRR;SG;1
tä¹²-pi xkí täpi V;PRF;PL;2
fo¹ti gi foti V;IRR;SG;2
n=thʉ²ʔts’a¹-t’ä¹hä xkí-n thʉʔts’at’ähä V;PRF;PL;2
n=dä¹n-yä¹hmu xtá-n dänyähmu V;PRF;SG;1
he¹²ts’e mí hets’e V;IPFV;SG;3;PST
fe¹nt’i xa fent’i V;PRF;SG;3
pẹ²ki dá pẹki V;PFV;SG;1
kwa²t’i da gwat’i V;IRR;SG;3
di²nts’i i dints’i V;IPFV;SG;3;PRS
ʔdo¹²hmi g-mí-dí ʔdohmi V;IPFV;SG;2;PST
hu¹ʔts’i bi hyuʔts’i V;PFV;SG;3
ʔyạ¹ts’i xí-n ʔyạts’i V;PRF;PL;3
ʔä¹²ni i ʔäni V;IPFV;SG;3;PRS
n=hyẹ²gi (i-)dí-n hyẹgi V;IPFV;SG;3;PRS
thë²ʔts’i dá thëʔts’i V;PFV;SG;1
kwẹ¹-pi gi kwẹpi V;IRR;SG;2
xẹ¹²ni xí xẹni V;PRF;PL;3
n=bi²ni dí-dí-n bini V;IPFV;SG;1;PRS
wä²hi dí wähi V;IPFV;SG;1;PRS
n=k’ʉ²ʔts’i mí-n k’ʉʔts’i V;IPFV;SG;3;PST
pʉ¹²ki xtá pʉki V;PRF;PL;1
n=thë²n-the mí-n thënthe V;IPFV;SG;1;PST
bø²ka xtá-n bøka V;PRF;SG;1
n=du²-tsẹ g-mí-n dutsẹ V;IPFV;SG;2;PST
kʉ²ki gi kʉki V;IRR;SG;2
n=jä²ʔi i-n jäʔi V;IPFV;SG;3;PRS
n=te¹ gá-n te V;PFV;SG;2
ne²ka²-jä¹ʔi dí-dí nekajäʔi V;IPFV;SG;1;PRS
yä¹ti gi yäti V;IRR;SG;2
n=ʔu¹²ni gí-dí-n ʔuni V;IPFV;SG;2;PRS
ʔø¹ts’e da ʔyøts’e V;IRR;SG;3
ʔo¹ʔt’i mí ʔoʔt’i V;IPFV;SG;3;PST
jo¹ki xtá joki V;PRF;SG;1
kä¹ts’i bi gäts’i V;PFV;SG;3
n=ʔyä²nt’ʉ xká-n ʔyänt’ʉ V;PRF;SG;2
hwï¹ʔt’i xa hwïʔt’i V;PRF;SG;3
n=pạ¹ ga-n pạ V;IRR;SG;2
n=jạ¹²t’i mí-dí-n jạt’i V;IPFV;SG;3;PST
hwë²ki xtá hwëki V;PRF;PL;1
ʔạ¹-pa¹nt’ë²di da ʔyạpant’ëdi V;IRR;SG;3
tso¹ti xká tsoti V;PRF;SG;2
sạ¹ʔts’i mí tsạʔts’i V;IPFV;SG;3;PST
hë²ʔt’i gí hëʔt’i V;IPFV;SG;2;PRS
fẹ¹²i mí fẹi V;IPFV;SG;3;PST
jwa¹ts’i (i-)dí jwats’i V;IPFV;SG;3;PRS
ʔwe²ge g-mí ʔwege V;IPFV;SG;2;PST
xë²ʔts’i mí xëʔts’i V;IPFV;SG;1;PST
mba¹ʔt’i gí mbaʔt’i V;IPFV;SG;2;PRS
n=the²ge i-n thege V;IPFV;SG;3;PRS
fạ¹di mí fạdi V;IPFV;SG;1;PST
n=dä¹nni dá-n dänni V;PFV;SG;1
ʔa¹jʉ¹-mhạ¹²i mí ʔajʉmhại V;IPFV;SG;1;PST
tʉ¹hʉ dí tʉhʉ V;IPFV;SG;1;PRS
tu¹² xí du V;PRF;PL;3
n=wä¹²nni (i-)dí-n wänni V;IPFV;SG;3;PRS
xo²fo xtá-n xofo V;PRF;PL;1
hmi¹²ʔt’i gí-dí hmiʔt’i V;IPFV;SG;2;PRS
fa¹nts’i mí-dí fants’i V;IPFV;SG;1;PST
kwẹ¹-pi (i-)dí kwẹpi V;IPFV;SG;3;PRS
hwï¹ki bi hwïki V;PFV;SG;3
to¹²nt’i xtá tont’i V;PRF;PL;1
n=do¹²ki xtá-n doki V;PRF;PL;1
xạ²-dạ²=bi xtá xạdạbi V;PRF;PL;1
ts’o¹²ni gá ts’oni V;PFV;SG;2
he¹²ts’e bi hyets’e V;PFV;SG;3
ʔë²-hya di-n ʔëhya V;IRR;SG;3
ʔë¹nni ga ʔënni V;IRR;SG;1
kä¹ʔts’i xtá käʔts’i V;PRF;SG;1
tsi¹²ts’i mí tsits’i V;IPFV;SG;3;PST
tu²-na²-ntsẹ mí tunantsẹ V;IPFV;SG;1;PST
tsu¹-pi gí tsupi V;IPFV;SG;2;PRS
n=nu¹nts’i xa-n nunts’i V;PRF;SG;3
n=xʉ²t’i gí-n xʉt’i V;IPFV;SG;2;PRS
n=dä²n-nde di-n dännde V;IRR;SG;3
n=xi¹n-the di-n xinthe V;IRR;SG;3
xo¹ki xí xoki V;PRF;PL;3
tu²-na²-mpa mí tunampa V;IPFV;SG;1;PST
do²t’i mí dot’i V;IPFV;SG;3;PST
fø¹²ni bi føni V;PFV;SG;3
so¹ki xká tsoki V;PRF;SG;2
hwa²n-jʉ da-n hwanjʉ V;IRR;SG;1
kạ²-mfë²ni bi gạmfëni V;PFV;SG;3
ʔbẹ²t’o dí ʔbẹt’o V;IPFV;SG;1;PRS
thu¹-dẹ¹thä ga-n thudẹthä V;IRR;SG;2
fe¹²te g-mí-dí fete V;IPFV;SG;2;PST
thu¹²i mí thui V;IPFV;SG;1;PST
he²ke mí-dí heke V;IPFV;SG;3;PST
ʔä¹m-ma²pạ gí ʔämmapạ V;IPFV;SG;2;PRS
tsu¹²-ma²nhë¹²i xkí tsumanhëi V;PRF;PL;2
tsʉ¹di dí tsʉdi V;IPFV;SG;1;PRS
tø¹²de gí tøde V;IPFV;SG;2;PRS
ko²hi gí kohi V;IPFV;SG;2;PRS
hwẹ¹²ki bi hwẹki V;PFV;SG;3
kʉ²ʔt’i mí-dí kʉʔt’i V;IPFV;SG;3;PST
n=ʔyë²hë xa-n ʔyëhë V;PRF;SG;3
xʉ¹di da xʉdi V;IRR;SG;3
pạ²hạ xa mbạhạ V;PRF;SG;3
ha¹nts’i ga hants’i V;IRR;SG;1
n=zä¹²i xí-n zäi V;PRF;PL;3
mu¹hni da muhni V;IRR;SG;3
tsa²-te mí tsate V;IPFV;SG;3;PST
hu¹²ts’i gi hyuts’i V;IRR;SG;2
wä²-ʔye mí wäʔye V;IPFV;SG;1;PST
tu²ʔt’i mí tuʔt’i V;IPFV;SG;1;PST
he²ts’e xí-n hets’e V;PRF;PL;3
tsạ¹-pi mí tsạpi V;IPFV;SG;3;PST
xʉ²-dạ²=bi gí-dí xʉdạbi V;IPFV;SG;2;PRS
thä¹ti mí thäti V;IPFV;SG;1;PST
n=sạ²ni dá-n tsạni V;PFV;SG;1
kʉ¹²t’i xtá kʉt’i V;PRF;PL;1
n=k’o²ʔmi di-n k’oʔmi V;IRR;SG;3
n=thë²-ndo g-mí-n thëndo V;IPFV;SG;2;PST
tø²ʔts’e xtá tøʔts’e V;PRF;PL;1
ye²h=tho i yehtho V;IPFV;SG;3;PRS
n=ga¹²ti xtá-n gati V;PRF;SG;1
tsẹ²n-ʔyo²xʔyo gá-n tsẹnʔyoxʔyo V;PFV;SG;2
n=ʔyo²sʔ-ma²hyä xkí-n ʔyosʔmahyä V;PRF;PL;2
n=ya²xi gí-n yaxi V;IPFV;SG;2;PRS
ʔwa¹-zʉ²bi da-n ʔwazʉbi V;IRR;SG;1
ʔø¹²te gi ʔøte V;IRR;SG;2
fo¹ti bi foti V;PFV;SG;3
hu¹m-bi xkí hyumbi V;PRF;PL;2
xi²x-yä¹bi xtá xixyäbi V;PRF;SG;1
n=tsạ¹ xtá-n tsạ V;PRF;SG;1
tu²hu mí tuhu V;IPFV;SG;3;PST
ʔbʉ²m-ma²nho ga-n ʔbʉmmanho V;IRR;SG;2
ʔä¹²ni xa ʔyäni V;PRF;SG;3
pẹ¹²ti xká pẹti V;PRF;SG;2
n=dä²-ʔye i-n däʔye V;IPFV;SG;3;PRS
tsä¹ki g-mí tsäki V;IPFV;SG;2;PST
nda²ts’i xí-n ndats’i V;PRF;PL;3
mu¹²m-hyä (i-)dí mumhyä V;IPFV;SG;3;PRS
n=ja² i-n ja V;IPFV;SG;3;PRS
hu¹ʔts’i mí huʔts’i V;IPFV;SG;3;PST
ʔyo¹ mí ʔyo V;IPFV;SG;3;PST
ʔbẹ²ʔts’i xkí ʔbẹʔts’i V;PRF;PL;2
n=zä¹²i dá-n zäi V;PFV;SG;1
thu¹ki g-mí thuki V;IPFV;SG;2;PST
kwa²r-pi xkí kwarpi V;PRF;PL;2
ʔạ¹ʔts’i xtá ʔạʔts’i V;PRF;PL;1
tsi²-hme bi-n tsihme V;PFV;SG;3
kạ²-ʔyu bi-n kạʔyu V;PFV;SG;3
tso¹²ni xtá tsoni V;PRF;PL;1
ʔda²t’i i ʔdat’i V;IPFV;SG;3;PRS
yʉ¹²-mʔbi²fi bi-n yʉmʔbifi V;PFV;SG;3
ʔø²ʔts’e dí ʔøʔts’e V;IPFV;SG;1;PRS
xø²ʔts’e xtá xøʔts’e V;PRF;SG;1
ʔyø¹² di-n ʔyø V;IRR;SG;3
jo¹ʔts’i bi goʔts’i V;PFV;SG;3
ʔbạ¹²ni xká ʔbạni V;PRF;SG;2
tẹ¹²t’i gá tẹt’i V;PFV;SG;2
wä¹ti (i-)dí wäti V;IPFV;SG;3;PRS
ko²-xtha g-mí koxtha V;IPFV;SG;2;PST
xa²ʔts’i dá xaʔts’i V;PFV;SG;1
fẹ¹ʔmi mí fẹʔmi V;IPFV;SG;3;PST
yạ²gi xká yạgi V;PRF;SG;2
tẹ²-xä²hi xkí-n tẹxähi V;PRF;PL;2
ndø²-pe mí ndøpe V;IPFV;SG;1;PST
k’a¹²ʔts’i xí k’aʔts’i V;PRF;PL;3
du¹ti dí-dí duti V;IPFV;SG;1;PRS
hu¹ʔts’i xká hyuʔts’i V;PRF;SG;2
ʔbẹ²ʔts’i ga ʔbẹʔts’i V;IRR;SG;1
xo²-thä xa-n xothä V;PRF;SG;3
tsi¹²ni dá tsini V;PFV;SG;1
gu¹²xt’i xkí guxt’i V;PRF;PL;2
ho²ki mí-dí hoki V;IPFV;SG;3;PST
hwa¹²hni xká hwahni V;PRF;SG;2
thä²nts’i dá thänts’i V;PFV;SG;1
ʔø²the xtá ʔøthe V;PRF;SG;1
ʔo²i da ʔyoi V;IRR;SG;3
tu¹²ts’i gí tuts’i V;IPFV;SG;2;PRS
zẹ¹²r-pi da zẹrpi V;IRR;SG;3
mu¹t’i gá mut’i V;PFV;SG;2
hẹ¹²ni xkí hyẹni V;PRF;PL;2
thï¹ʔa¹-xʉ¹²tha xí thïʔaxʉtha V;PRF;PL;3
jwä²n-bi gá jwänbi V;PFV;SG;2
n=pa¹²nts’i xa-n pants’i V;PRF;SG;3
fẹ¹x-fa¹ni xtá fẹxfani V;PRF;PL;1
pạ¹²ki xí pạki V;PRF;PL;3
n=ʔʉ²nba²-te mí-n ʔʉnbate V;IPFV;SG;3;PST
k’ä²du xí-n k’ädu V;PRF;PL;3
za²ki xká zaki V;PRF;SG;2
zä¹mmi xtá-n zämmi V;PRF;PL;1
ʔạ¹²i gí ʔại V;IPFV;SG;2;PRS
n=ʔwë¹ni xa-n ʔwëni V;PRF;SG;3
wä²p-thu¹hu xa-n wäpthuhu V;PRF;SG;3
gạ¹nt’i xí gạnt’i V;PRF;PL;3
pe¹ ga pe V;IRR;SG;1
bë²nna²-te xí bënnate V;PRF;PL;3
hø²ʔts’e xtá høʔts’e V;PRF;SG;1
thä²ʔt’i (i-)dí thäʔt’i V;IPFV;SG;3;PRS
xa¹ʔmi gi xaʔmi V;IRR;SG;2
tsi¹-mxø¹ni bi zimxøni V;PFV;SG;3
pa¹²nts’i dí pants’i V;IPFV;SG;1;PRS
kø²te xa køte V;PRF;SG;3
fạ²-ʔye xa-n fạʔye V;PRF;SG;3
ʔẹ¹k-pi xtá ʔẹkpi V;PRF;SG;1
ʔä¹m-ma²hä²ki gá ʔyämmahäki V;PFV;SG;2
jo¹²t’i (i-)dí jot’i V;IPFV;SG;3;PRS
ne¹ti xí neti V;PRF;PL;3
hø²hni xa-n høhni V;PRF;SG;3
xo¹ki da xoki V;IRR;SG;3
fï¹di dí fïdi V;IPFV;SG;1;PRS
dä²xi xkí-n däxi V;PRF;PL;2
ʔyo²-mhu¹²di mí ʔyomhudi V;IPFV;SG;3;PST
zo²ni ga-n zoni V;IRR;SG;2
n=k’ʉ¹²nts’i xtá-n k’ʉnts’i V;PRF;SG;1
kwa²r-pi gí-dí kwarpi V;IPFV;SG;2;PRS
kä²-pa i käpa V;IPFV;SG;3;PRS
kạ¹ʔts’i gi kạʔts’i V;IRR;SG;2
ne¹rba¹-hạ¹²i xí nerbahại V;PRF;PL;3
ʔø²the ga ʔøthe V;IRR;SG;1
thä¹ti gá thäti V;PFV;SG;2
thä¹ni gí thäni V;IPFV;SG;2;PRS
n=k’o²ʔmi xkí-n k’oʔmi V;PRF;PL;2
hwë²ʔt’i gí-dí hwëʔt’i V;IPFV;SG;2;PRS
kä²ʔt’i ga käʔt’i V;IRR;SG;1
zø¹r-pe da zørpe V;IRR;SG;3
pẹ¹-pi xí mbẹpi V;PRF;PL;3
ʔbʉ¹²i di-n ʔbʉi V;IRR;SG;3
tsi² ga tsi V;IRR;SG;1
ʔyø¹ni gí-dí ʔyøni V;IPFV;SG;2;PRS
mu¹² da mu V;IRR;SG;3
tho²ki xkí thoki V;PRF;PL;2
hu¹²ts’i xtá huts’i V;PRF;PL;1
ʔu¹ni dá ʔuni V;PFV;SG;1
xi²t’i dá xit’i V;PFV;SG;1
yë¹gi mí-n yëgi V;IPFV;SG;1;PST
n=ʔbạ²n-yä dá-n ʔbạnyä V;PFV;SG;1
pẹ²ʔmi mí pẹʔmi V;IPFV;SG;1;PST
thu¹-dẹ¹thä di-n thudẹthä V;IRR;SG;3
k’o²ʔmi mí-dí k’oʔmi V;IPFV;SG;1;PST
ʔä²m-hu²di xtá-n ʔämhudi V;PRF;PL;1
n=pạ¹ xí-n pạ V;PRF;PL;3
jʉ¹ki mí jʉki V;IPFV;SG;1;PST
ʔä¹m-ma²pạ xtá ʔämmapạ V;PRF;PL;1
tu²nʔa¹-ʔyo bi-n tunʔaʔyo V;PFV;SG;3
hyo²nni mí-dí hyonni V;IPFV;SG;1;PST
kwa¹²hmi bi kwahmi V;PFV;SG;3
gạ¹²t’i xtá gạt’i V;PRF;PL;1
ʔyo¹²ni gí-dí ʔyoni V;IPFV;SG;2;PRS
n=ʔyä¹ni g-mí-dí-n ʔyäni V;IPFV;SG;2;PST
wä²hi xa-n wähi V;PRF;SG;3
tsi²x-te ga-n tsixte V;IRR;SG;2
gʉ¹²ʔts’i mí-dí gʉʔts’i V;IPFV;SG;3;PST
hø¹mmi xa hyømmi V;PRF;SG;3
n=ʔyo¹hni xa-n ʔyohni V;PRF;SG;3
ʔe¹nts’i xtá ʔents’i V;PRF;SG;1
k’wa¹nt’i xtá k’want’i V;PRF;PL;1
ʔwë¹ni xká ʔwëni V;PRF;SG;2
pa¹²ha xkí paha V;PRF;PL;2
ka¹di ga kadi V;IRR;SG;1
mi¹ʔts’i xtá miʔts’i V;PRF;PL;1
ʔyo²-mfë²ni¹-bi xkí ʔyomfënibi V;PRF;PL;2
nda²nts’i xí ndants’i V;PRF;PL;3
fạ¹t’i mí fạt’i V;IPFV;SG;3;PST
k’a¹ngi xí k’angi V;PRF;PL;3
n=ʔyo¹²wi bi-n ʔyowi V;PFV;SG;3
pa¹xt’i gi paxt’i V;IRR;SG;2
pa²-te xa-n pate V;PRF;SG;3
kø¹²ʔt’e gí køʔt’e V;IPFV;SG;2;PRS
ʔbạ¹²ni g-mí-dí ʔbạni V;IPFV;SG;2;PST
ʔø¹t’e mí ʔøt’e V;IPFV;SG;3;PST
n=dä²-ʔye di-n däʔye V;IRR;SG;3
ʔu¹²ʔts’i xkí ʔyuʔts’i V;PRF;PL;2
fe¹²te dá fete V;PFV;SG;1
nu²-ma²nho xtá numanho V;PRF;SG;1
hndø²ni bi-n hndøni V;PFV;SG;3
ʔä¹²hmi xí ʔähmi V;PRF;PL;3
pø¹²hø xtá pøhø V;PRF;SG;1
pʉ¹²nts’i xtá pʉnts’i V;PRF;SG;1
hẹ²ʔmi xtá hẹʔmi V;PRF;SG;1
fʉ²nts’i xtá fʉnts’i V;PRF;PL;1
n=pạ¹ dí-n pạ V;IPFV;SG;1;PRS
du¹ti xtá duti V;PRF;PL;1
kø¹²ʔt’e xtá-n køʔt’e V;PRF;SG;1
ʔẹ²ʔts’i xa ʔyẹʔts’i V;PRF;SG;3
ka¹di gí-dí kadi V;IPFV;SG;2;PRS
fẹ¹ʔts’i gá fẹʔts’i V;PFV;SG;2
xu²t’i gi xut’i V;IRR;SG;2
n=pø²ʔt’e i-n pøʔt’e V;IPFV;SG;3;PRS
ʔyë²hë xa ʔyëhë V;PRF;SG;3
hë¹m-bi xtá hëmbi V;PRF;PL;1
ʔï²ti²mma¹-te da-n ʔïtimmate V;IRR;SG;1
ʔu¹²t’i dí-dí ʔut’i V;IPFV;SG;1;PRS
yʉ¹²-mma²nho xká-n yʉmmanho V;PRF;SG;2
hyo²ya dá-n hyoya V;PFV;SG;1
thu¹ts’i dí thuts’i V;IPFV;SG;1;PRS
ʔạ² dá ʔạ V;PFV;SG;1
fe¹²te da fete V;IRR;SG;3
fa¹nt’-ma²hyä xtá fant’mahyä V;PRF;PL;1
thẹ¹ni gá thẹni V;PFV;SG;2
n=zʉ²nts’i dí-dí-n zʉnts’i V;IPFV;SG;1;PRS
xu¹ni xtá xuni V;PRF;SG;1
ʔu²ʔmi dá ʔuʔmi V;PFV;SG;1
kạ²ti xí kạti V;PRF;PL;3
tsi¹²ni mí tsini V;IPFV;SG;3;PST
n=ti²hni gí-dí-n tihni V;IPFV;SG;2;PRS
hwë¹²hi dá hwëhi V;PFV;SG;1
fa¹²s-pi xtá faspi V;PRF;PL;1
n=tø²n-yä gá-n tønyä V;PFV;SG;2
nu²-jä¹ʔi dá nujäʔi V;PFV;SG;1
mu¹²i gí-n mui V;IPFV;SG;2;PRS
dä²xi xtá-n däxi V;PRF;SG;1
hwi¹fi g-mí hwifi V;IPFV;SG;2;PST
fẹ¹n-za xká fẹnza V;PRF;SG;2
tu²-na²-ntsẹ dí tunantsẹ V;IPFV;SG;1;PRS
fø²ge xa føge V;PRF;SG;3
fạ¹gi mí fạgi V;IPFV;SG;1;PST
tsø²r-be dí-dí tsørbe V;IPFV;SG;1;PRS
n=mba²hni xí-n mbahni V;PRF;PL;3
n=thi¹nt’i dí-dí-n thint’i V;IPFV;SG;1;PRS
thạ¹di xtá thạdi V;PRF;PL;1
ha²ts’i xa hyts’i V;PRF;SG;3
n=za¹t’i dá-n zat’i V;PFV;SG;1
jo²hya²-bi dí-dí johyabi V;IPFV;SG;1;PRS
n=zʉ²nts’i mí-dí-n zʉnts’i V;IPFV;SG;1;PST
pe¹²nts’i xí pents’i V;PRF;PL;3
jwa¹ts’i gí-dí jwats’i V;IPFV;SG;2;PRS
tø¹²ke mí-dí tøke V;IPFV;SG;1;PST
hu¹r-pi xí hyurpi V;PRF;PL;3
ʔyẹ²ʔmi mí-dí ʔyẹʔmi V;IPFV;SG;3;PST
xø¹t’e i xøt’e V;IPFV;SG;3;PRS
pø¹t’e xtá pøt’e V;PRF;PL;1
zo²ni mí zoni V;IPFV;SG;3;PST
n=pä²hni xtá-n pähni V;PRF;PL;1
ʔyo¹²-mt’ë¹²ni gá-n ʔyomt’ëni V;PFV;SG;2
zø²-te mí-dí zøte V;IPFV;SG;3;PST
ho²-du xa-n hodu V;PRF;SG;3
n=tä²s-pi xkí-n täspi V;PRF;PL;2
ʔẹ²nt’i xká ʔyẹnt’i V;PRF;SG;2
fạ²di (i-)dí fạdi V;IPFV;SG;3;PRS
du²ʔmi mí-dí duʔmi V;IPFV;SG;1;PST
tï²ʔt’i xa tïʔt’i V;PRF;SG;3
tu²-the ga-n tuthe V;IRR;SG;2
n=xø¹ke dí-dí-n xøke V;IPFV;SG;1;PRS
kʉ²ni xká-n kʉni V;PRF;SG;2
xä¹²nts’i mí xänts’i V;IPFV;SG;1;PST
xo¹ki dí xoki V;IPFV;SG;1;PRS
xu¹t’i da xut’i V;IRR;SG;3
ne¹²hi ga-n nehi V;IRR;SG;1
yä¹-pi xtá yäpi V;PRF;PL;1
tsʉ¹²ti xká tsʉti V;PRF;SG;2
xi¹²ts’i ga xits’i V;IRR;SG;1
xạ²ʔt’i bi xạʔt’i V;PFV;SG;3
tʉ²t’i mí-dí tʉt’i V;IPFV;SG;3;PST
zø¹² xa-n zø V;PRF;SG;3
xä¹²gi gí xägi V;IPFV;SG;2;PRS
ʔa²-ʔyu di-n ʔaʔyu V;IRR;SG;3
ʔä¹m-bi dí ʔämbi V;IPFV;SG;1;PRS
tsạ²-te gá-n tsạte V;PFV;SG;2
ʔẹ²ʔts’i ga ʔẹʔts’i V;IRR;SG;1
ne²k-ma²nho (i-)dí nekmanho V;IPFV;SG;3;PRS
ho²gi gi hogi V;IRR;SG;2
tsi¹²ya gi tsiya V;IRR;SG;2
kä²ʔt’i dí-dí käʔt’i V;IPFV;SG;1;PRS
ʔu¹²t’i xí ʔut’i V;PRF;PL;3
ʔbʉ¹²i xká-n ʔbʉi V;PRF;SG;2
mu² da-n mu V;IRR;SG;1
yä²-mfø xtá-n yämfø V;PRF;PL;1
jwa²ts’i g-mí jwats’i V;IPFV;SG;2;PST
xo¹ di-n xo V;IRR;SG;3
ne²k-ma²nho xká-n nekmanho V;PRF;SG;2
jo¹ki gi joki V;IRR;SG;2
n=ʔyo¹hni xí-n ʔyohni V;PRF;PL;3
n=mu²nts’i bi-n munts’i V;PFV;SG;3
n=ʔyø¹t’e xká-n ʔyøt’e V;PRF;SG;2
pa¹²nt’i gá pant’i V;PFV;SG;2
ʔạ²-pi mí ʔạpi V;IPFV;SG;3;PST
nu²-jä¹ʔi mí-n nujäʔi V;IPFV;SG;1;PST
wä²-ʔbo²xʔyo² bi-n wäʔboxʔyo V;PFV;SG;3
hä¹²i ga häi V;IRR;SG;1
ʔẹ¹ki gí ʔẹki V;IPFV;SG;2;PRS
n=xạ¹ʔa¹-ʔyo bi-n xạʔaʔyo V;PFV;SG;3
to¹ʔmi dá toʔmi V;PFV;SG;1
n=mu²t’i xí-n mut’i V;PRF;PL;3
tsạ²ya xká-n tsạya V;PRF;SG;2
n=bʉ²nni xí-n bʉnni V;PRF;PL;3
tsä²t’i gí-dí tsät’i V;IPFV;SG;2;PRS
n=xu¹²i bi-n xui V;PFV;SG;3
n=hyä¹ki ga-n hyäki V;IRR;SG;2
tø¹²te gi tøte V;IRR;SG;2
dä²-nhyë¹²i da-n dänhyëi V;IRR;SG;1
nda²nts’i ga ndants’i V;IRR;SG;1
thä²xt’i mí thäxt’i V;IPFV;SG;1;PST
tsẹ²ʔts’i ga tsẹʔts’i V;IRR;SG;1
gạ²nni xa-n gạnni V;PRF;SG;3
thẹ²ti xtá thẹti V;PRF;SG;1
ts’a¹nt’i (i-)dí ts’ant’i V;IPFV;SG;3;PRS
gä²ʔts’i dí gäʔts’i V;IPFV;SG;1;PRS
hạ²nni gí-dí hạnni V;IPFV;SG;2;PRS
t’i¹²ni mí-dí t’ini V;IPFV;SG;1;PST
tsi¹²ya g-mí tsiya V;IPFV;SG;2;PST
n=ʔyø¹t’e xí-n ʔyøt’e V;PRF;PL;3
tẹ²xa²-xä¹hi g-mí tẹxaxähi V;IPFV;SG;2;PST
n=pe¹ni ga-n peni V;IRR;SG;2
t’a¹-xi²jo gá t’axijo V;PFV;SG;2
hu²m-bi xí hyumbi V;PRF;PL;3
fa¹²ʔts’i xa mbʔts’i V;PRF;SG;3
ʔä¹²i dí ʔäi V;IPFV;SG;1;PRS
n=pë¹ dí-n pë V;IPFV;SG;1;PRS
po²ki gá poki V;PFV;SG;2
hẹ²n-bi bi hyẹnbi V;PFV;SG;3
zo²ni xí-n zoni V;PRF;PL;3
ʔe¹ʔmi xí ʔyeʔmi V;PRF;PL;3
n=ʔʉ²n-bi ga-n ʔʉnbi V;IRR;SG;2
kwẹ¹-pi xtá kwẹpi V;PRF;PL;1
tsʉ²-te xká-n tsʉte V;PRF;SG;2
n=mu²ʔts’i g-mí-dí-n muʔts’i V;IPFV;SG;2;PST
sạ²ts’i dá tsạts’i V;PFV;SG;1
mu¹m-bi i mumbi V;IPFV;SG;3;PRS
n=mu²nts’i xa-n munts’i V;PRF;SG;3
n=dẹ²ki bi-n dẹki V;PFV;SG;3
bä¹nts’i mí-dí bänts’i V;IPFV;SG;1;PST
yä¹²fi i-n yäfi V;IPFV;SG;3;PRS
n=ʔda²ʔts’i xká-n ʔdaʔts’i V;PRF;SG;2
n=ʔë²x-te mí-n ʔëxte V;IPFV;SG;3;PST
ko¹²ʔts’i bi goʔts’i V;PFV;SG;3
tso²ʔt’i gí tsoʔt’i V;IPFV;SG;2;PRS
tø¹t’e mí tøt’e V;IPFV;SG;1;PST
ʔyo²-do²ndo xa ʔyodondo V;PRF;SG;3
ʔẹ¹ki gi ʔyẹki V;IRR;SG;2
ʔe¹²xt’e mí ʔext’e V;IPFV;SG;1;PST
ʔʉ²n-bi gi ʔʉnbi V;IRR;SG;2
zu¹²t’i mí-dí zut’i V;IPFV;SG;3;PST
mu¹t’i g-mí-n mut’i V;IPFV;SG;2;PST
thï¹ʔa¹-xʉ¹²tha xtá thïʔaxʉtha V;PRF;SG;1
tsʉ²hni g-mí tsʉhni V;IPFV;SG;2;PST
thë¹ni mí-dí thëni V;IPFV;SG;1;PST
pẹ²ti bi-n pẹti V;PFV;SG;3
xä²-do bi-n xädo V;PFV;SG;3
xạ¹²i i xại V;IPFV;SG;3;PRS
do²-re bi-n dore V;PFV;SG;3
ʔa¹jʉ¹-mhạ¹²i dí ʔajʉmhại V;IPFV;SG;1;PRS
xʉ²-ʔyẹ dí xʉʔyẹ V;IPFV;SG;1;PRS
n=jo¹ki xkí-n joki V;PRF;PL;2
ʔẹ¹t’i gá ʔyẹt’i V;PFV;SG;2
hyo¹nya xkí-n hyonya V;PRF;PL;2
pø²spe gá pøspe V;PFV;SG;2
t’i¹²ni gi t’ini V;IRR;SG;2
ndø²nni xtá ndønni V;PRF;PL;1
ʔe¹ʔmi i ʔeʔmi V;IPFV;SG;3;PRS
xẹ²gi xa xẹgi V;PRF;SG;3
bẹ¹nt’i mí-n bẹnt’i V;IPFV;SG;1;PST
po¹²nni bi ponni V;PFV;SG;3
ti²hi ga-n tihi V;IRR;SG;2
ʔbʉ¹²i dá-n ʔbʉi V;PFV;SG;1
n=ʔyu¹t’i mí-dí-n ʔyut’i V;IPFV;SG;1;PST
ne¹²i g-mí nei V;IPFV;SG;2;PST
ts’a¹nt’i bi ts’ant’i V;PFV;SG;3
na¹²ni gi nani V;IRR;SG;2
di²nts’i xí-n dints’i V;PRF;PL;3
n=hyë²n=tho bi-n hyëntho V;PFV;SG;3
ʔu¹²t’i dá ʔut’i V;PFV;SG;1
pẹ²ki da mbẹki V;IRR;SG;3
n=ʔda²ʔts’i mí-n ʔdaʔts’i V;IPFV;SG;3;PST
ʔạ²ʔts’i gí ʔạʔts’i V;IPFV;SG;2;PRS
thʉ¹nt’i xtá thʉnt’i V;PRF;SG;1
fe²t’e xí fet’e V;PRF;PL;3
ba¹t’i (i-)dí bat’i V;IPFV;SG;3;PRS
tẹ¹²hẹ da dẹhẹ V;IRR;SG;3
n=ʔdo²ʔts’i xká-n ʔdoʔts’i V;PRF;SG;2
yạ²gi ga yạgi V;IRR;SG;1
pø²ni bi bøni V;PFV;SG;3
n=xạ¹di xtá-n xạdi V;PRF;SG;1
tsạ²gi gí tsạgi V;IPFV;SG;2;PRS
mu¹m-bi dá mumbi V;PFV;SG;1
tẹ²ki di-n tẹki V;IRR;SG;3
hä²ki mí häki V;IPFV;SG;3;PST
ʔẹ¹gi xa ʔyẹgi V;PRF;SG;3
pạ²hạ xtá pạhạ V;PRF;PL;1
ndø¹ʔts’e gá ndøʔts’e V;PFV;SG;2
fa¹²ʔts’i dá faʔts’i V;PFV;SG;1
xạ²gi da xạgi V;IRR;SG;3
jwa²ts’i da-n jwats’i V;IRR;SG;1
hø¹nni xtá hønni V;PRF;PL;1
n=ʔë²ni da-n ʔëni V;IRR;SG;1
n=pʉ¹²nts’i da-n pʉnts’i V;IRR;SG;1
to¹²nt’i mí-dí tont’i V;IPFV;SG;3;PST
n=ʔwï¹ di-n ʔwï V;IRR;SG;3
ʔạ¹t’i da ʔyạt’i V;IRR;SG;3
tẹ²ʔmi ga tẹʔmi V;IRR;SG;1
mi¹t’i bi mit’i V;PFV;SG;3
kạ¹t’i bi gạt’i V;PFV;SG;3
n=jä²ʔi xtá-n jäʔi V;PRF;PL;1
n=ʔwẹ²di ga-n ʔwẹdi V;IRR;SG;2
n=ʔyẹ²nt’i mí-dí-n ʔyẹnt’i V;IPFV;SG;3;PST
fø¹²ni xká føni V;PRF;SG;2
nhë¹² mí-dí nhë V;IPFV;SG;1;PST
ʔbe²nni bi ʔbenni V;PFV;SG;3
kä²i xí gäi V;PRF;PL;3
hë¹²ni xtá hëni V;PRF;PL;1
po²ts’i da mbots’i V;IRR;SG;3
hwä¹²ki xí hwäki V;PRF;PL;3
bä¹ʔt’i gí-dí bäʔt’i V;IPFV;SG;2;PRS
n=xa¹-ʔyo²re xkí-n xaʔyore V;PRF;PL;2
tä²ngi i tängi V;IPFV;SG;3;PRS
ba¹²ha xká baha V;PRF;SG;2
k’ä²ts’i xtá-n k’äts’i V;PRF;PL;1
hạ¹²ni mí hạni V;IPFV;SG;3;PST
ho¹n-bi dá honbi V;PFV;SG;1
ts’ä¹²t’i dá ts’ät’i V;PFV;SG;1
thø²xni bi thøxni V;PFV;SG;3
to²nt’i gá tont’i V;PFV;SG;2
za²-mbʉ¹²i xtá-n zambʉi V;PRF;PL;1
ʔë²t’a²-mbʉ¹²i xa ʔyët’ambʉi V;PRF;SG;3
hä²n-bi da hyänbi V;IRR;SG;3
hø¹mmi xí hyømmi V;PRF;PL;3
mu¹²m-hyä g-mí-dí mumhyä V;IPFV;SG;2;PST
ta¹ki xkí taki V;PRF;PL;2
xo²-thä xtá-n xothä V;PRF;PL;1
ʔẹ¹²i da ʔyẹi V;IRR;SG;3
yu¹ts’i xa-n yuts’i V;PRF;SG;3
ʔyo²-ma²nza²ki dá-n ʔyomanzaki V;PFV;SG;1
ʔẹ²x-ʔyo¹xʔyo di-n ʔẹxʔyoxʔyo V;IRR;SG;3
xʉ¹di xká xʉdi V;PRF;SG;2
fẹ¹m-hyä xtá fẹmhyä V;PRF;SG;1
tsʉ²-te bi-n tsʉte V;PFV;SG;3
mu¹²i xí mui V;PRF;PL;3
ʔʉ²s-pi i ʔʉspi V;IPFV;SG;3;PRS
ʔʉ²ʔmi mí ʔʉʔmi V;IPFV;SG;1;PST
n=pʉ¹²ni xkí-n pʉni V;PRF;PL;2
ʔʉ¹² gi ʔʉ V;IRR;SG;2
wä¹-pi dí-n wäpi V;IPFV;SG;1;PRS
fạ¹ni mí fạni V;IPFV;SG;3;PST
xu²t’i gá xut’i V;PFV;SG;2
zo²hni xká zohni V;PRF;SG;2
pi²ki dá piki V;PFV;SG;1
xạ¹ki xtá xạki V;PRF;SG;1
tẹ²nni mí tẹnni V;IPFV;SG;3;PST
ʔbẹ²-pi gi ʔbẹpi V;IRR;SG;2
nu²-jä¹ʔi xí nujäʔi V;PRF;PL;3
tʉ²ki mí tʉki V;IPFV;SG;1;PST
ʔu¹²ʔts’i xká ʔyuʔts’i V;PRF;SG;2
fø²spa¹-hạ¹²i xa føspahại V;PRF;SG;3
jo¹ni gi joni V;IRR;SG;2
tsu¹²-ma²nhë¹²i i tsumanhëi V;IPFV;SG;3;PRS
tu¹²ts’i da duts’i V;IRR;SG;3
tä²ngi xká tängi V;PRF;SG;2
na²ni da-n nani V;IRR;SG;1
to¹ʔmi xtá toʔmi V;PRF;PL;1
hø²hni (i-)dí høhni V;IPFV;SG;3;PRS
pi²-ts’ʉ gá-n pits’ʉ V;PFV;SG;2
thi¹nt’i bi dint’i V;PFV;SG;3
n=gʉ²t’i dá-n gʉt’i V;PFV;SG;1
jo¹ mí jo V;IPFV;SG;3;PST
ʔyø¹ni ga ʔyøni V;IRR;SG;1
ʔwe²ge xa ʔwege V;PRF;SG;3
wä²nni mí-dí wänni V;IPFV;SG;3;PST
wä²p-t’ë¹ʔyo bi-n wäpt’ëʔyo V;PFV;SG;3
ʔe¹ʔmi gí ʔeʔmi V;IPFV;SG;2;PRS
n=k’ʉ¹²nts’i mí-n k’ʉnts’i V;IPFV;SG;3;PST
bë²n-bi da bënbi V;IRR;SG;3
tu¹² i tu V;IPFV;SG;3;PRS
tso¹gi da zogi V;IRR;SG;3
the²de xtá-n thede V;PRF;SG;1
hu¹r-ba¹ ra² mbʉ¹²i da hyurba ra mbʉi V;IRR;SG;3
n=xø¹²-nʔyo²gu gí-dí-n xønʔyogu V;IPFV;SG;2;PRS
pi¹²hi gi pihi V;IRR;SG;2
nde¹-pe gi ndepe V;IRR;SG;2
yo¹²r-bi xkí yorbi V;PRF;PL;2
tsạ²gi bi zạgi V;PFV;SG;3
k’ä¹ mí-dí k’ä V;IPFV;SG;1;PST
nde²-tsʉ¹²i gí ndetsʉi V;IPFV;SG;2;PRS
t’ø¹ʔts’e xkí t’øʔts’e V;PRF;PL;2
he¹²ts’e xtá hets’e V;PRF;PL;1
ye¹²ts’e gá yets’e V;PFV;SG;2
n=ja² bi-n ja V;PFV;SG;3
jwe¹-te xtá jwete V;PRF;PL;1
n=mu²nts’i gá-n munts’i V;PFV;SG;2
n=he¹ke bi-n heke V;PFV;SG;3
n=xa¹²ha xká-n xaha V;PRF;SG;2
hwä¹²ʔts’i bi-n hwäʔts’i V;PFV;SG;3
ndø²nni dí ndønni V;IPFV;SG;1;PRS
ʔë²t’a²-mbʉ¹²i dí ʔët’ambʉi V;IPFV;SG;1;PRS
hẹ²ʔmi g-mí hẹʔmi V;IPFV;SG;2;PST
xu¹²ts’i mí xuts’i V;IPFV;SG;1;PST
yø¹²t’e mí-dí yøt’e V;IPFV;SG;1;PST
thë²ndi xtá-n thëndi V;PRF;PL;1
fø²ʔts’e xtá føʔts’e V;PRF;SG;1
tʉ¹²nts’i xká tʉnts’i V;PRF;SG;2
hwï¹ʔts’i xtá hwïʔts’i V;PRF;PL;1
n=ma²ʔt’i da-n maʔt’i V;IRR;SG;1
fẹ¹t’i dá-n fẹt’i V;PFV;SG;1
n=ʔbʉ¹²t’i xa-n ʔbʉt’i V;PRF;SG;3
tso¹gi xtá tsogi V;PRF;SG;1
ʔạ¹gi xtá ʔạgi V;PRF;SG;1
tha²gi bi dagi V;PFV;SG;3
ne¹rba¹-hạ¹²i da nerbahại V;IRR;SG;3
ma¹ xká ma V;PRF;SG;2
fạ¹ts’i xká fạts’i V;PRF;SG;2
pẹ²gi gí pẹgi V;IPFV;SG;2;PRS
tẹ²s-pi xa tẹspi V;PRF;SG;3
ʔbạ¹t’i ga ʔbạt’i V;IRR;SG;1
po²ki xa-n poki V;PRF;SG;3
tsä²ki bi tsäki V;PFV;SG;3
n=nu²-te i-n nute V;IPFV;SG;3;PRS
ʔä¹²ts’i xtá ʔäts’i V;PRF;PL;1
pẹ¹hni gí pẹhni V;IPFV;SG;2;PRS
nu²-jä¹ʔi i-n nujäʔi V;IPFV;SG;3;PRS
n=ts’ʉ¹-t’a¹bi xkí-n ts’ʉt’abi V;PRF;PL;2
tu²-na²-ntsẹ xkí-n tunantsẹ V;PRF;PL;2
n=pạ²di di-n pạdi V;IRR;SG;3
fo¹ʔts’i da foʔts’i V;IRR;SG;3
tạ²ki bi tạki V;PFV;SG;3
xạ¹ts’i g-mí xạts’i V;IPFV;SG;2;PST
ye²ʔmi i-n yeʔmi V;IPFV;SG;3;PRS
tø¹²ts’e gá tøts’e V;PFV;SG;2
jo²xni xí-n joxni V;PRF;PL;3
ʔë¹²m-bi bi ʔyëmbi V;PFV;SG;3
n=k’ʉ²ʔts’i dá-n k’ʉʔts’i V;PFV;SG;1
xo¹nt’i xí xont’i V;PRF;PL;3
pe¹te xí mbete V;PRF;PL;3
n=bʉ²nni (i-)dí-n bʉnni V;IPFV;SG;3;PRS
yo²ho di-n yoho V;IRR;SG;3
n=bø²ni ga-n bøni V;IRR;SG;2
hu¹r-pi gi hyurpi V;IRR;SG;2
ko²t’a¹-fạ²di i kot’afạdi V;IPFV;SG;3;PRS
sẹ²ya i tsẹya V;IPFV;SG;3;PRS
ja¹² xká ja V;PRF;SG;2
ju¹nt’ẹ¹²i gi junt’ẹi V;IRR;SG;2
fạ²ʔts’i dí-dí fạʔts’i V;IPFV;SG;1;PRS
yʉ¹²-mma²nʔu gí yʉmmanʔu V;IPFV;SG;2;PRS
pʉ¹²nt’i (i-)dí pʉnt’i V;IPFV;SG;3;PRS
xẹ¹²ni dí xẹni V;IPFV;SG;1;PRS
n=ʔyë²-te da-n ʔyëte V;IRR;SG;1
n=ʔwï¹ xa-n ʔwï V;PRF;SG;3
pø²te mí-dí pøte V;IPFV;SG;3;PST
xu²hna²-nya gí-dí xuhnanya V;IPFV;SG;2;PRS
tʉ²-jʉ i tʉjʉ V;IPFV;SG;3;PRS
n=ma¹ya xa-n maya V;PRF;SG;3
n=xʉ²t’i g-mí-n xʉt’i V;IPFV;SG;2;PST
pä¹²di xí bädi V;PRF;PL;3
n=tsi¹²ma¹-te xtá-n tsimate V;PRF;SG;1
ʔä¹gi xkí ʔyägi V;PRF;PL;2
mi¹²hi g-mí-n mihi V;IPFV;SG;2;PST
hyo²nni xká-n hyonni V;PRF;SG;2
ʔyo²-ma²nza²ki da-n ʔyomanzaki V;IRR;SG;1
tsẹ²t’i i tsẹt’i V;IPFV;SG;3;PRS
k’o²ʔts’i (i-)dí k’oʔts’i V;IPFV;SG;3;PRS
jạ¹ki ga jạki V;IRR;SG;1
ʔba²ʔts’i xtá-n ʔbaʔts’i V;PRF;SG;1
tʉ¹²ni xtá tʉni V;PRF;SG;1
ye²h=tho mí yehtho V;IPFV;SG;1;PST
tu¹²hu xí duhu V;PRF;PL;3
ʔda²sẹ xká-n ʔdasẹ V;PRF;SG;2
kä²ni dí-dí käni V;IPFV;SG;1;PRS
mbạ²ʔts’i xtá mbạʔts’i V;PRF;PL;1
fo¹ di-n fo V;IRR;SG;3
kạ¹hạ xtá kạhạ V;PRF;PL;1
fø¹²te mí-dí føte V;IPFV;SG;1;PST
mba²ki mí-dí mbaki V;IPFV;SG;3;PST
ʔạ¹gi ga ʔạgi V;IRR;SG;1
ye²r-be xkí yerbe V;PRF;PL;2
n=ta¹mmi da-n tammi V;IRR;SG;1
yä²r-bi xká yärbi V;PRF;SG;2
hu¹r-ba¹ ra² mbʉ¹²i gí hurba ra mbʉi V;IPFV;SG;2;PRS
bë²nna²-te gá bënnate V;PFV;SG;2
thẹ¹ni dí thẹni V;IPFV;SG;1;PRS
bo²ngi bi bongi V;PFV;SG;3
zẹ¹²di xa zẹdi V;PRF;SG;3
tsẹ²ʔmi xká tsẹʔmi V;PRF;SG;2
sạ¹ʔts’i xa zạʔts’i V;PRF;SG;3
na²t’i xtá nat’i V;PRF;PL;1
tʉ²ts’i da ndʉts’i V;IRR;SG;3
pä²-te xtá-n päte V;PRF;PL;1
tu²-na²-mpa g-mí tunampa V;IPFV;SG;2;PST
dä²xi di-n däxi V;IRR;SG;3
ʔyä²-tsạ dí ʔyätsạ V;IPFV;SG;1;PRS
thë²ndi gí-dí thëndi V;IPFV;SG;2;PRS
pä¹²di gi pädi V;IRR;SG;2
thø²xni xa thøxni V;PRF;SG;3
kʉ¹²ni gí kʉni V;IPFV;SG;2;PRS
gä¹²i mí-dí gäi V;IPFV;SG;1;PST
ʔyo¹-dä¹po g-mí ʔyodäpo V;IPFV;SG;2;PST
hʉ²xi xtá-n hʉxi V;PRF;PL;1
thu¹²i xa dui V;PRF;SG;3
na²ʔmi dí-dí naʔmi V;IPFV;SG;1;PRS
pu²n-bi xká punbi V;PRF;SG;2
xo²ki gi xoki V;IRR;SG;2
kʉ¹²hʉ (i-)dí kʉhʉ V;IPFV;SG;3;PRS
ʔdo²ʔmi gá ʔdoʔmi V;PFV;SG;2
pa¹²nt’i xa mbant’i V;PRF;SG;3
hmi¹² mí-dí hmi V;IPFV;SG;1;PST
pi²gi bi mbigi V;PFV;SG;3
n=nu²-ʔbẹ¹thä¹²ni di-n nuʔbẹthäni V;IRR;SG;3
du²-ʔye xkí-n duʔye V;PRF;PL;2
tsẹ¹h=tho bi zẹhtho V;PFV;SG;3
sạ¹ʔts’i i tsạʔts’i V;IPFV;SG;3;PRS
n=ʔwa¹t’a¹-ʔyo bi-n ʔwat’aʔyo V;PFV;SG;3
hø²t’e i høt’e V;IPFV;SG;3;PRS
tsi² xa zi V;PRF;SG;3
xạ¹n-bi ga xạnbi V;IRR;SG;1
xä¹²ndi xkí xändi V;PRF;PL;2
wä¹r-pi mí-dí wärpi V;IPFV;SG;1;PST
pẹ¹fi ga pẹfi V;IRR;SG;1
fø²hni bi-n føhni V;PFV;SG;3
tsʉ¹²i xa zʉi V;PRF;SG;3
thä¹m-ma²nho dá thämmanho V;PFV;SG;1
jo¹ni bi goni V;PFV;SG;3
yä²ni di-n yäni V;IRR;SG;3
thä¹ni gá thäni V;PFV;SG;2
yä²ni xtá-n yäni V;PRF;SG;1
n=bʉ²ʔts’i i-n bʉʔts’i V;IPFV;SG;3;PRS
n=ʔyạ²ni dí-dí-n ʔyạni V;IPFV;SG;1;PRS
n=kwẹ¹ i-n kwẹ V;IPFV;SG;3;PRS
ʔba²t’i xí ʔbat’i V;PRF;PL;3
nda¹nt’i xtá ndant’i V;PRF;SG;1
ʔbạ¹t’i mí-dí ʔbạt’i V;IPFV;SG;3;PST
hẹ²n-hạ¹²i g-mí hẹnhại V;IPFV;SG;2;PST
gä²ʔts’i xká-n gäʔts’i V;PRF;SG;2
kwe²ngi i kwengi V;IPFV;SG;3;PRS
k’ẹ²ʔmi xkí k’ẹʔmi V;PRF;PL;2
tsä²t’i xtá tsät’i V;PRF;SG;1
bë¹²ni ga-n bëni V;IRR;SG;1
hmi¹ti da hmiti V;IRR;SG;3
hẹ²n-bi xtá hẹnbi V;PRF;SG;1
n=ʔyo²-mfë²ni g-mí-dí-n ʔyomfëni V;IPFV;SG;2;PST
jʉ¹nts’i xí gʉnts’i V;PRF;PL;3
tø¹²te dá tøte V;PFV;SG;1
tsi¹ti dá tsiti V;PFV;SG;1
n=xo²ki xí-n xoki V;PRF;PL;3
tʉ¹²nts’i g-mí-dí tʉnts’i V;IPFV;SG;2;PST
ye²ʔmi dí-n yeʔmi V;IPFV;SG;1;PRS
tsẹ¹ti xkí tsẹti V;PRF;PL;2
tu¹-ts’o¹ni mí tuts’oni V;IPFV;SG;1;PST
hï¹² xí hï V;PRF;PL;3
hwë²ki xká hwëki V;PRF;SG;2
n=ʔbʉ¹²t’i xí-n ʔbʉt’i V;PRF;PL;3
fẹ¹t’i mí-dí fẹt’i V;IPFV;SG;1;PST
tsẹ¹ti da zẹti V;IRR;SG;3
fẹ²xni xa fẹxni V;PRF;SG;3
hʉ²m-bi xtá hʉmbi V;PRF;PL;1
tsä¹²ni gá tsäni V;PFV;SG;2
mbạ²nt’i dí mbạnt’i V;IPFV;SG;1;PRS
fạ²t’i xkí-n fạt’i V;PRF;PL;2
tsø²ni xa zøni V;PRF;SG;3
fø¹ʔt’e xí føʔt’e V;PRF;PL;3
wä¹-pi xká wäpi V;PRF;SG;2
ʔạ²t’i gá ʔyạt’i V;PFV;SG;2
hẹ²n-hạ¹²i da-n hẹnhại V;IRR;SG;1
n=hyë¹nni da-n hyënni V;IRR;SG;1
tsu¹²-na²-nhyʉ xkí tsunanhyʉ V;PRF;PL;2
pe¹ xa mbe V;PRF;SG;3
tsạ²-te mí tsạte V;IPFV;SG;3;PST
n=du¹-yä di-n duyä V;IRR;SG;3
ne¹ʔmi dí-dí neʔmi V;IPFV;SG;1;PRS
hë¹m-bi gi hyëmbi V;IRR;SG;2
so¹ki xtá tsoki V;PRF;SG;1
kä¹ts’i i käts’i V;IPFV;SG;3;PRS
pø²ge ga pøge V;IRR;SG;1
pä²ʔts’i gí päʔts’i V;IPFV;SG;2;PRS
thä¹m-ma²nho xtá thämmanho V;PRF;PL;1
pẹ²m-du g-mí pẹmdu V;IPFV;SG;2;PST
ʔo¹ xa ʔyo V;PRF;SG;3
tsẹ²ʔt’i xtá tsẹʔt’i V;PRF;PL;1
ʔï¹²t’i xa ʔït’i V;PRF;SG;3
ʔwẹ¹ʔts’i g-mí ʔwẹʔts’i V;IPFV;SG;2;PST
yä²ti xí-n yäti V;PRF;PL;3
wä²ns-pi gi wänspi V;IRR;SG;2
tu²-mbø²ni xí-n tumbøni V;PRF;PL;3
hmi¹²-du i hmidu V;IPFV;SG;3;PRS
thẹ¹ g-mí thẹ V;IPFV;SG;2;PST
kwa¹²hmi xtá kwahmi V;PRF;PL;1
yë¹gi gi-n yëgi V;IRR;SG;2
gạ²n-thä dí gạnthä V;IPFV;SG;1;PRS
tø¹²ge xí-n tøge V;PRF;PL;3
mba²ki gi mbaki V;IRR;SG;2
thʉ²-ʔbe¹ni mí thʉʔbeni V;IPFV;SG;3;PST
tsʉ¹ xtá tsʉ V;PRF;SG;1
tẹ¹²ts’i dí tẹts’i V;IPFV;SG;1;PRS
yä²hni gí-dí yähni V;IPFV;SG;2;PRS
n=ʔyë²hë bi-n ʔyëhë V;PFV;SG;3
kø²te mí-dí køte V;IPFV;SG;3;PST
ʔu¹²di dí ʔudi V;IPFV;SG;1;PRS
kʉ²i i kʉi V;IPFV;SG;3;PRS
xa¹ʔmi xkí xaʔmi V;PRF;PL;2
ʔbʉ²m-bø²ka gí ʔbʉmʔbøka V;IPFV;SG;2;PRS
yo²ho xkí-n yoho V;PRF;PL;2
xi¹²i i xii V;IPFV;SG;3;PRS
tä¹²hä ga tähä V;IRR;SG;1
dä²m-hyä (i-)dí dämhyä V;IPFV;SG;3;PRS
tạ¹²i da dại V;IRR;SG;3
wä¹ti xtá wäti V;PRF;SG;1
ye²ʔmi xkí yeʔmi V;PRF;PL;2
ja²m-ma²nsu xí jammansu V;PRF;PL;3
ja²m-ma²nsu ga jammansu V;IRR;SG;1
pʉ²ʔts’i ga pʉʔts’i V;IRR;SG;1
tsʉ²hni xtá tsʉhni V;PRF;PL;1
thẹ²ti dá thẹti V;PFV;SG;1
ʔwë¹²xt’i xí ʔwëxt’i V;PRF;PL;3
hẹ²hni da hyẹhni V;IRR;SG;3
n=kø²ni g-mí-dí-n køni V;IPFV;SG;2;PST
yø¹²e mí yøe V;IPFV;SG;3;PST
yä²-fạ²di mí yäfạdi V;IPFV;SG;3;PST
n=k’ʉ¹²nt’i xkí-n k’ʉnt’i V;PRF;PL;2
xë²ʔts’i g-mí xëʔts’i V;IPFV;SG;2;PST
hwä¹t’i gí hwät’i V;IPFV;SG;2;PRS
n=kwẹ¹ dí-n kwẹ V;IPFV;SG;1;PRS
to¹²nt’i dá tont’i V;PFV;SG;1
za²ki bi zaki V;PFV;SG;3
ndø²m-ma²nho xtá ndømmanho V;PRF;PL;1
ku¹²i mí kui V;IPFV;SG;1;PST
xo¹nt’i da xont’i V;IRR;SG;3
tsẹ¹²ni bi zẹni V;PFV;SG;3
ta¹ki mí taki V;IPFV;SG;1;PST
hwẹ¹²ts’i i hwẹts’i V;IPFV;SG;3;PRS
ʔø¹²te mí-dí ʔøte V;IPFV;SG;3;PST
ʔyẹ²t’i mí ʔyẹt’i V;IPFV;SG;3;PST
fø²spa¹-hạ¹²i (i-)dí føspahại V;IPFV;SG;3;PRS
fʉ²nt’i da fʉnt’i V;IRR;SG;3
tsi¹²ts’i gí tsits’i V;IPFV;SG;2;PRS
hạ¹nts’i g-mí-dí hạnts’i V;IPFV;SG;2;PST
tsu¹-pi xtá tsupi V;PRF;SG;1
pi¹ dí pi V;IPFV;SG;1;PRS
ʔbe²nni mí-dí ʔbenni V;IPFV;SG;3;PST
fʉ²t’i gá fʉt’i V;PFV;SG;2
tsʉ¹ xkí tsʉ V;PRF;PL;2
ʔë²t’i ga ʔët’i V;IRR;SG;1
ʔạ¹-pa¹nt’ë²di mí ʔạpant’ëdi V;IPFV;SG;1;PST
kä²-pa bi gäpa V;PFV;SG;3
ko²t’i dí kot’i V;IPFV;SG;1;PRS
mi¹ʔts’i dí-n miʔts’i V;IPFV;SG;1;PRS
pi¹xt’i da mbixt’i V;IRR;SG;3
xạ¹ da xạ V;IRR;SG;3
kạ¹t’i mí kạt’i V;IPFV;SG;3;PST
ndø¹²nt’i (i-)dí ndønt’i V;IPFV;SG;3;PRS
ʔʉ²xthʉ gi ʔʉxthʉ V;IRR;SG;2
tsʉ¹ndi dí tsʉndi V;IPFV;SG;1;PRS
pø¹²ts’e xa mbøts’e V;PRF;SG;3
hu¹²i xa-n hui V;PRF;SG;3
ne¹ti i-n neti V;IPFV;SG;3;PRS
hø²ts’e xí hyøts’e V;PRF;PL;3
kä²ki gi käki V;IRR;SG;2
po²gi gi pogi V;IRR;SG;2
ko²t’a¹-fạ²di mí kot’afạdi V;IPFV;SG;1;PST
k’ä²ts’i mí k’äts’i V;IPFV;SG;3;PST
hø¹n-ni¹gu di-n hønnigu V;IRR;SG;3
kạ¹²i xa gại V;PRF;SG;3
he¹²ts’e gí hets’e V;IPFV;SG;2;PRS
k’o¹ xí-n k’o V;PRF;PL;3
hu²di i hudi V;IPFV;SG;3;PRS
ma²nda bi manda V;PFV;SG;3
hu¹r-ba¹ ra² mbʉ¹²i xká hyurba ra mbʉi V;PRF;SG;2
hẹ²ʔts’i gí hẹʔts’i V;IPFV;SG;2;PRS
tẹ²xa²-xä¹hi bi dẹxaxähi V;PFV;SG;3
ni²yä dá-n niyä V;PFV;SG;1
ʔye¹² xa-n ʔye V;PRF;SG;3
tsẹ¹h=tho ga tsẹhtho V;IRR;SG;1
kʉ¹² xí gʉ V;PRF;PL;3
gä²ʔts’i bi-n gäʔts’i V;PFV;SG;3
yo¹²ʔt’i xí yoʔt’i V;PRF;PL;3
ʔwa²ʔmi gí-dí ʔwaʔmi V;IPFV;SG;2;PRS
ʔø²ʔt’e g-mí ʔøʔt’e V;IPFV;SG;2;PST
k’a²t’i gá-n k’at’i V;PFV;SG;2
n=sạ²ʔts’i gá-n tsạʔts’i V;PFV;SG;2
xø²ʔts’e xa xøʔts’e V;PRF;SG;3
ʔẹ¹²ts’i dá ʔẹts’i V;PFV;SG;1
yë²gi xtá-n yëgi V;PRF;PL;1
ti²di bi ndidi V;PFV;SG;3
t’i²gi bi t’igi V;PFV;SG;3
hä¹²i dá häi V;PFV;SG;1
to¹²nts’i mí-dí tonts’i V;IPFV;SG;1;PST
pø²ni mí pøni V;IPFV;SG;3;PST
hä¹²-du²-mbʉ¹²i xtá hädumbʉi V;PRF;PL;1
n=dä²n-nde da-n dännde V;IRR;SG;1
fạ¹di mí fạdi V;IPFV;SG;3;PST
mbạ²nt’i xtá-n mbạnt’i V;PRF;SG;1
n=ʔyẹ¹ni xa-n ʔyẹni V;PRF;SG;3
thu¹²i mí thui V;IPFV;SG;3;PST
ʔä¹t’i da ʔyät’i V;IRR;SG;3
jʉ¹ʔts’i mí jʉʔts’i V;IPFV;SG;1;PST
hwï²t’i da hwït’i V;IRR;SG;3
n=ho¹ʔa¹-hyä xí-n hoʔahyä V;PRF;PL;3
xa¹ni dí xani V;IPFV;SG;1;PRS
ʔʉ²t’i mí ʔʉt’i V;IPFV;SG;1;PST
ʔwẹ¹ts’i mí ʔwẹts’i V;IPFV;SG;1;PST
pa²xki bi mbaxki V;PFV;SG;3
ne¹t’i dí-n net’i V;IPFV;SG;1;PRS
yä²-mfø i yämfø V;IPFV;SG;3;PRS
n=ʔyo²ʔts’i (i-)dí-n ʔyoʔts’i V;IPFV;SG;3;PRS
fẹ¹ʔmi xtá fẹʔmi V;PRF;SG;1
wä¹r-pi bi wärpi V;PFV;SG;3
n=ʔʉ²n-bi dí-dí-n ʔʉnbi V;IPFV;SG;1;PRS
hø¹ts’e i høts’e V;IPFV;SG;3;PRS
ʔyä²-tsạ mí ʔyätsạ V;IPFV;SG;3;PST
ʔï²ti xtá-n ʔïti V;PRF;SG;1
hä¹ki xí hyäki V;PRF;PL;3
ʔʉ²k-pi gi ʔʉkpi V;IRR;SG;2
fï¹ti xká fïti V;PRF;SG;2
ʔya¹-ʔyo¹ni bi-n ʔyaʔyoni V;PFV;SG;3
tsä¹ki mí tsäki V;IPFV;SG;1;PST
hạ²-te dí hạte V;IPFV;SG;1;PRS
to¹²nt’i gá tont’i V;PFV;SG;2
n=fẹ¹ (i-)dí-n fẹ V;IPFV;SG;3;PRS
hë¹t’i mí hët’i V;IPFV;SG;1;PST
kʉ¹²ts’i xtá kʉts’i V;PRF;SG;1
zʉ²nts’i xa zʉnts’i V;PRF;SG;3
mu² xtá-n mu V;PRF;PL;1
xe¹mmi dí-dí xemmi V;IPFV;SG;1;PRS
n=yu¹²nt’i da-n yunt’i V;IRR;SG;1
kä²h-fʉ²gi da gähfʉgi V;IRR;SG;3
fe²ke (i-)dí feke V;IPFV;SG;3;PRS
thʉ¹nt’i gi thʉnt’i V;IRR;SG;2
xạ²gi xí xạgi V;PRF;PL;3
pø²r-be xtá pørbe V;PRF;PL;1
hẹ²ʔt’i xká hyẹʔt’i V;PRF;SG;2
tø²hni gá tøhni V;PFV;SG;2
ma¹n-nde² tho¹²ho mí mannde thoho V;IPFV;SG;3;PST
hu¹hu gi hyuhu V;IRR;SG;2
po²ngi mí pongi V;IPFV;SG;3;PST
zẹ¹²di gi zẹdi V;IRR;SG;2
n=dä¹nni ga-n dänni V;IRR;SG;2
k’wa¹ di-n k’wa V;IRR;SG;3
ʔda²ʔts’i gi ʔdaʔts’i V;IRR;SG;2
tø¹²ke gá tøke V;PFV;SG;2
yä¹ti xa yäti V;PRF;SG;3
tu²-ma²nthu¹hu xtá-n tumanthuhu V;PRF;PL;1
ne²-te gí nete V;IPFV;SG;2;PRS
fẹ²-jʉ g-mí fẹjʉ V;IPFV;SG;2;PST
thä²ns-pi dí-dí thänspi V;IPFV;SG;1;PRS
xạ¹-ʔyẹ xká xạʔyẹ V;PRF;SG;2
fẹ¹x-fa¹ni xká fẹxfani V;PRF;SG;2
fẹ¹ki da mbẹki V;IRR;SG;3
n=yo¹-jä¹ʔi xkí-n yojäʔi V;PRF;PL;2
ko¹hi dí-dí kohi V;IPFV;SG;1;PRS
ʔwe²ke dá ʔweke V;PFV;SG;1
xø²ʔts’e xkí xøʔts’e V;PRF;PL;2
hẹ²ʔt’i mí hẹʔt’i V;IPFV;SG;3;PST
ma¹ki gi-n maki V;IRR;SG;2
k’wa¹nts’i gi k’wants’i V;IRR;SG;2
kø¹ni dí køni V;IPFV;SG;1;PRS
tʉ¹hʉ gi tʉhʉ V;IRR;SG;2
nda¹nt’i g-mí-dí ndant’i V;IPFV;SG;2;PST
tä¹²-pi gá täpi V;PFV;SG;2
tu¹ gí tu V;IPFV;SG;2;PRS
zʉ²ʔts’i bi-n zʉʔts’i V;PFV;SG;3
n=xø¹ke ga-n xøke V;IRR;SG;2
n=ts’ʉ²nt’ʉ bi-n ts’ʉnt’ʉ V;PFV;SG;3
hu²ʔmi gá hyuʔmi V;PFV;SG;2
n=pʉ¹²ni xtá-n pʉni V;PRF;SG;1
ʔbạ¹²ni gí-dí ʔbạni V;IPFV;SG;2;PRS
hø²ts’e gi hyøts’e V;IRR;SG;2
bo¹²ki xa boki V;PRF;SG;3
de¹ xí-n de V;PRF;PL;3
gë¹ xí-n gë V;PRF;PL;3
hyẹ¹²ʔts’i bi hyẹʔts’i V;PFV;SG;3
hʉ¹²fi xtá hʉfi V;PRF;PL;1
kä¹²ts’i gá käts’i V;PFV;SG;2
ʔo¹²h-fʉ²ni xí-n ʔohfʉni V;PRF;PL;3
n=xä¹ta¹-ʔyo bi-n xätaʔyo V;PFV;SG;3
yä¹²-ma²mbʉ²ʔts’i ga-n yämambʉʔts’i V;IRR;SG;2
ʔyo¹²ni dá ʔyoni V;PFV;SG;1
n=k’wa¹nt’i xa-n k’want’i V;PRF;SG;3
yë¹gi mí-n yëgi V;IPFV;SG;3;PST
n=hyạ²t’i ga-n hyạt’i V;IRR;SG;2
ʔẹ²-te da-n ʔẹte V;IRR;SG;1
tso¹t’i dí tsot’i V;IPFV;SG;1;PRS
ʔwa²gi mí ʔwagi V;IPFV;SG;3;PST
ho¹² dá ho V;PFV;SG;1
tho²ki dá thoki V;PFV;SG;1
kʉ²ni mí kʉni V;IPFV;SG;1;PST
wä²pa²-ka²fe xí-n wäpakafe V;PRF;PL;3
k’o²gi xa k’ogi V;PRF;SG;3
k’wa²xni dá-n k’waxni V;PFV;SG;1
dä²nts’i xtá-n dänts’i V;PRF;PL;1
po¹²nni (i-)dí ponni V;IPFV;SG;3;PRS
tsẹ¹ti xtá tsẹti V;PRF;PL;1
hyẹ¹²ngi bi hyẹngi V;PFV;SG;3
hyø²ke g-mí-dí hyøke V;IPFV;SG;2;PST
ʔyo²-mhu¹²di xa-n ʔyomhudi V;PRF;SG;3
pi²-ts’ʉ xtá-n pits’ʉ V;PRF;SG;1
ʔyä¹²ni mí-dí ʔyäni V;IPFV;SG;3;PST
tï²ʔt’i gi tïʔt’i V;IRR;SG;2
po¹²n-bi xtá ponbi V;PRF;SG;1
hë¹ʔts’i xkí hyëʔts’i V;PRF;PL;2
jạ¹t’i g-mí jạt’i V;IPFV;SG;2;PST
tø¹²ke gí-dí tøke V;IPFV;SG;2;PRS
n=hä²-t’ʉ²hni xí-n hät’ʉhni V;PRF;PL;3
thẹ¹ti (i-)dí thẹti V;IPFV;SG;3;PRS
hạ²-te xkí-n hạte V;PRF;PL;2
thï²gi xtá thïgi V;PRF;PL;1
ka¹di xká kadi V;PRF;SG;2
tạ²ki xí tạki V;PRF;PL;3
ne¹ni mí-n neni V;IPFV;SG;1;PST
ʔä¹gi gí ʔägi V;IPFV;SG;2;PRS
ye²r-be mí-dí yerbe V;IPFV;SG;3;PST
jạ¹²ti xtá jạti V;PRF;SG;1
hwi² xa hwi V;PRF;SG;3
n=ʔbẹ²ni g-mí-n ʔbẹni V;IPFV;SG;2;PST
ya¹²ʔts’i xtá yaʔts’i V;PRF;SG;1
n=ku² bi-n ku V;PFV;SG;3
ʔo²-fạ²di gá-n ʔofạdi V;PFV;SG;2
thʉ²-thä gí thʉthä V;IPFV;SG;2;PRS
yä¹ gá-n yä V;PFV;SG;2
tsẹ²m-bi xtá tsẹmbi V;PRF;SG;1
hʉ²ʔts’i gi hyʉʔts’i V;IRR;SG;2
ʔä²nba²-tho¹ho xí ʔyänbathoho V;PRF;PL;3
mbạ²ʔt’i xtá mbạʔt’i V;PRF;PL;1
jʉ¹ i jʉ V;IPFV;SG;3;PRS
hø²ʔts’e mí høʔts’e V;IPFV;SG;1;PST
kø¹ni xkí køni V;PRF;PL;2
ʔyạ¹ts’i gá-n ʔyạts’i V;PFV;SG;2
fẹ¹ni gi fẹni V;IRR;SG;2
n=tø¹²ke (i-)dí-n tøke V;IPFV;SG;3;PRS
hä¹² dá hä V;PFV;SG;1
tho²ʔts’i xkí thoʔts’i V;PRF;PL;2
ndø²nni gi ndønni V;IRR;SG;2
pe¹te bi mbete V;PFV;SG;3
hwä¹²ʔt’i dá hwäʔt’i V;PFV;SG;1
n=t’ʉ²ngi xká-n t’ʉngi V;PRF;SG;2
da²r-bi xtá darbi V;PRF;SG;1
fʉ²ki gí-dí fʉki V;IPFV;SG;2;PRS
pa¹²nts’i gi pants’i V;IRR;SG;2
ʔø²ʔt’e xí ʔyøʔt’e V;PRF;PL;3
ʔwe¹²ʔts’e gí ʔweʔts’e V;IPFV;SG;2;PRS
tsạ²n-bi xkí tsạnbi V;PRF;PL;2
yë²h-ra²-xʉ¹tha dá-n yëhraxʉtha V;PFV;SG;1
yʉ¹²ni xká-n yʉni V;PRF;SG;2
nu²-ma²nho xká numanho V;PRF;SG;2
fạ¹di ga fạdi V;IRR;SG;1
he²ts’e i hets’e V;IPFV;SG;3;PRS
ʔyo¹-fa¹ni xa-n ʔyofani V;PRF;SG;3
tsạ²gi xtá tsạgi V;PRF;SG;1
n=ʔạ²di xkí-n ʔạdi V;PRF;PL;2
nu²r-bi dí-n nurbi V;IPFV;SG;1;PRS
ma²xt’i xkí maxt’i V;PRF;PL;2
n=ʔo²xi xí-n ʔoxi V;PRF;PL;3
xø²nni gi xønni V;IRR;SG;2
k’ä²du dá-n k’ädu V;PFV;SG;1
ʔa²-ʔyu mí ʔaʔyu V;IPFV;SG;3;PST
wä²pa²-ka²fe xtá-n wäpakafe V;PRF;PL;1
ʔä¹²i mí ʔäi V;IPFV;SG;1;PST
n=ʔạ²ts’i ga-n ʔạts’i V;IRR;SG;2
pẹ²ʔmi xtá pẹʔmi V;PRF;SG;1
yo²t’i gí-dí yot’i V;IPFV;SG;2;PRS
hwë²gi gi hwëgi V;IRR;SG;2
ʔʉ²ʔmi dí ʔʉʔmi V;IPFV;SG;1;PRS
n=zẹ²ʔmi i-n zẹʔmi V;IPFV;SG;3;PRS
k’ä¹-ma²nʔʉ gí-dí k’ämanʔʉ V;IPFV;SG;2;PRS
ʔʉ²ʔmi xkí ʔyʉʔmi V;PRF;PL;2
bo¹²ʔts’i i boʔts’i V;IPFV;SG;3;PRS
fạ¹gi gí fạgi V;IPFV;SG;2;PRS
xø¹ni dá-n xøni V;PFV;SG;1
ʔyo²-mfë²ni¹-bi xtá ʔyomfënibi V;PRF;SG;1
hø²ts’e mí høts’e V;IPFV;SG;3;PST
tẹ²t’i xkí-n tẹt’i V;PRF;PL;2
hyu²-mbʉ¹²i g-mí-dí hyumbʉi V;IPFV;SG;2;PST
hä¹²ni xa hyäni V;PRF;SG;3
kạ¹ts’i gá kạts’i V;PFV;SG;2
hë¹²ti xká hyëti V;PRF;SG;2
kʉ¹nts’i dá kʉnts’i V;PFV;SG;1
n=yo¹-jä¹ʔi xká-n yojäʔi V;PRF;SG;2
n=tø²t’a¹-mʔbʉ¹²i (i-)dí-n tøt’amʔbʉi V;IPFV;SG;3;PRS
n=du¹-ʔbẹ¹ni xkí-n duʔbẹni V;PRF;PL;2
hu¹²i gi hyui V;IRR;SG;2
hna²-thä bi-n hnathä V;PFV;SG;3
pẹ¹²i xtá pẹi V;PRF;SG;1
n=thë²n-the xa-n thënthe V;PRF;SG;3
ts’ạ¹²ki di-n ts’ạki V;IRR;SG;3
fạ¹di gi fạdi V;IRR;SG;2
pø²te gí-dí pøte V;IPFV;SG;2;PRS
nu²-ma²nho g-mí-n numanho V;IPFV;SG;2;PST
hu¹ts’i xí hyuts’i V;PRF;PL;3
kʉ¹²t’i ga kʉt’i V;IRR;SG;1
ts’ʉ²-ʔbạ¹t’i g-mí-dí ts’ʉʔbạt’i V;IPFV;SG;2;PST
ʔẹ¹gi mí ʔẹgi V;IPFV;SG;1;PST
hø¹t’e xká høt’e V;PRF;SG;2
n=ʔʉ²n-bi xká-n ʔʉnbi V;PRF;SG;2
za²ki g-mí-dí zaki V;IPFV;SG;2;PST
jạ¹di mí-dí jạdi V;IPFV;SG;1;PST
xo¹ʔt’i dí xoʔt’i V;IPFV;SG;1;PRS
pa¹t’i gi pat’i V;IRR;SG;2
jʉ¹ts’i gá jʉts’i V;PFV;SG;2
ts’ä¹nt’i xtá ts’änt’i V;PRF;PL;1
ya¹²xt’i da yaxt’i V;IRR;SG;3
n=xi²x-yä da-n xixyä V;IRR;SG;1
ko²h-sẹ²hạ¹²i dí kohsẹhại V;IPFV;SG;1;PRS
hẹ²n-hạ¹²i xká-n hẹnhại V;PRF;SG;2
fẹ¹t’i xká-n fẹt’i V;PRF;SG;2
yë²h-ra²-xʉ¹tha dí yëhraxʉtha V;IPFV;SG;1;PRS
ʔë²r-bi bi ʔyërbi V;PFV;SG;3
dä²nts’i da-n dänts’i V;IRR;SG;1
k’wä²ts’i ga-n k’wäts’i V;IRR;SG;2
tso¹t’i g-mí tsot’i V;IPFV;SG;2;PST
n=pạ¹ i-n pạ V;IPFV;SG;3;PRS
xẹ²ʔts’i dá xẹʔts’i V;PFV;SG;1
to²nts’i gí tonts’i V;IPFV;SG;2;PRS
thu¹-dẹ¹thä xká-n thudẹthä V;PRF;SG;2
xe¹mmi gá xemmi V;PFV;SG;2
ʔʉ¹²ts’i mí ʔʉts’i V;IPFV;SG;1;PST
n=ho²ki da-n hoki V;IRR;SG;1
hạ¹ki i hạki V;IPFV;SG;3;PRS
nda²ni xtá-n ndani V;PRF;SG;1
mu¹ni xtá muni V;PRF;SG;1
wä²hi gá-n wähi V;PFV;SG;2
hwä¹²ʔt’i i hwäʔt’i V;IPFV;SG;3;PRS
n=xạ¹di xtá-n xạdi V;PRF;PL;1
ko¹²ts’i mí kots’i V;IPFV;SG;1;PST
xo²fo mí xofo V;IPFV;SG;1;PST
thï²ts’i bi dïts’i V;PFV;SG;3
tu¹ da du V;IRR;SG;3
hwä¹²ʔt’i gí hwäʔt’i V;IPFV;SG;2;PRS
mbẹ²di bi-n mbẹdi V;PFV;SG;3
kʉ¹²i bi gʉi V;PFV;SG;3
he²he gí hehe V;IPFV;SG;2;PRS
hu¹hu g-mí huhu V;IPFV;SG;2;PST
xë²ʔts’i gi xëʔts’i V;IRR;SG;2
kʉ²nni ga kʉnni V;IRR;SG;1
n=ha¹hni xa-n hahni V;PRF;SG;3
so¹ni mí tsoni V;IPFV;SG;1;PST
pe¹²nts’i xtá pents’i V;PRF;PL;1
nu²-ma²nsu mí-n numansu V;IPFV;SG;1;PST
ndø²-pe da ndøpe V;IRR;SG;3
n=ho²ki xí-n hoki V;PRF;PL;3
ʔbẹ²di mí-dí ʔbẹdi V;IPFV;SG;1;PST
xʉ¹t’i gí xʉt’i V;IPFV;SG;2;PRS
tho²gi gí thogi V;IPFV;SG;2;PRS
xo¹ʔt’i xtá xoʔt’i V;PRF;PL;1
thä²xt’i xa däxt’i V;PRF;SG;3
kø²de gi køde V;IRR;SG;2
ha¹nts’i xí hants’i V;PRF;PL;3
kʉ¹mmi da gʉmmi V;IRR;SG;3
di²nts’i mí dints’i V;IPFV;SG;3;PST
ʔwẹ¹ʔts’i xká ʔwẹʔts’i V;PRF;SG;2
kạ¹²hmi xká kạhmi V;PRF;SG;2
ti¹²ni xkí tini V;PRF;PL;2
jo¹ki mí joki V;IPFV;SG;1;PST
ʔë¹²i gí ʔëi V;IPFV;SG;2;PRS
n=du²-ma²nhyʉ xa-n dumanhyʉ V;PRF;SG;3
ʔạ¹-pa¹nt’ë²di dá ʔạpant’ëdi V;PFV;SG;1
hwï¹ʔt’i xkí hwïʔt’i V;PRF;PL;2
hʉ²ʔt’i xtá hʉʔt’i V;PRF;SG;1
ʔä²t’i dá ʔät’i V;PFV;SG;1
ʔʉ²xthʉ mí-dí ʔʉxthʉ V;IPFV;SG;3;PST
n=ʔë²ni gí-n ʔëni V;IPFV;SG;2;PRS
fï²ts’i gá fïts’i V;PFV;SG;2
ts’ʉ²-ʔbạ¹t’i mí-dí ts’ʉʔbạt’i V;IPFV;SG;3;PST
tẹ¹²ts’i xkí tẹts’i V;PRF;PL;2
thä¹t’i xká thät’i V;PRF;SG;2
n=nu¹nts’i (i-)dí-n nunts’i V;IPFV;SG;3;PRS
gạ²n-thä di-n gạnthä V;IRR;SG;3
tä¹²-pi xtá täpi V;PRF;SG;1
ye²te dí-dí yete V;IPFV;SG;1;PRS
n=tä²s-pi xa-n täspi V;PRF;SG;3
nu¹²nni xtá nunni V;PRF;PL;1
yä¹²-ma²ngä¹t’i xa-n yämangät’i V;PRF;SG;3
yä¹-hyu mí yähyu V;IPFV;SG;1;PST
pa²ʔts’i g-mí-dí paʔts’i V;IPFV;SG;2;PST
kä²m-bi dá kämbi V;PFV;SG;1
hä²ʔmi dá häʔmi V;PFV;SG;1
hø²t’e xtá høt’e V;PRF;PL;1
n=ts’ʉ²k-pi xtá-n ts’ʉkpi V;PRF;PL;1
n=zạ²-ma²nʔʉ ga-n zạmanʔʉ V;IRR;SG;2
tʉ²ngi xí ndʉngi V;PRF;PL;3
n=ʔạ²nni xtá-n ʔạnni V;PRF;SG;1
pẹ¹-ʔbi¹da xtá-n pẹʔbida V;PRF;PL;1
ye¹²ts’e gi yets’e V;IRR;SG;2
ʔä¹gi mí ʔägi V;IPFV;SG;3;PST
wä²nts’i dí-dí wänts’i V;IPFV;SG;1;PRS
gʉ¹²ʔt’i i gʉʔt’i V;IPFV;SG;3;PRS
wë²t’i ga-n wët’i V;IRR;SG;2
kwe²nt’i gi kwent’i V;IRR;SG;2
xʉ²-dạ gá-n xʉdạ V;PFV;SG;2
n=ho²ki (i-)dí-n hoki V;IPFV;SG;3;PRS
hu¹m-bi gá hyumbi V;PFV;SG;2
pa²-xjʉ xká-n paxjʉ V;PRF;SG;2
da²t’i gá dat’i V;PFV;SG;2
bʉ²-do ga bʉdo V;IRR;SG;1
xa¹²i mí-dí xai V;IPFV;SG;3;PST
n=sạ²ʔts’i xa-n tsạʔts’i V;PRF;SG;3
jʉ¹t’i xkí jʉt’i V;PRF;PL;2
thä²nts’i bi thänts’i V;PFV;SG;3
tsẹ²gi xa zẹgi V;PRF;SG;3
thä¹t’i dá thät’i V;PFV;SG;1
pe¹²nts’i (i-)dí pents’i V;IPFV;SG;3;PRS
to¹ʔmi mí toʔmi V;IPFV;SG;1;PST
ʔʉ²ʔts’i mí ʔʉʔts’i V;IPFV;SG;1;PST
kʉ¹²xki dí-dí kʉxki V;IPFV;SG;1;PRS
n=zʉ²nts’i xtá-n zʉnts’i V;PRF;PL;1
hu²m-bi dí humbi V;IPFV;SG;1;PRS
ʔyo²-mhu¹²di xtá-n ʔyomhudi V;PRF;SG;1
ʔdø¹k-yä xkí ʔdøkyä V;PRF;PL;2
ʔba²ʔt’i g-mí-dí ʔbaʔt’i V;IPFV;SG;2;PST
pa¹ʔt’i (i-)dí paʔt’i V;IPFV;SG;3;PRS
n=do¹²ki da-n doki V;IRR;SG;1
hë²n-bi xtá hënbi V;PRF;SG;1
n=ʔwë¹²xt’i di-n ʔwëxt’i V;IRR;SG;3
jwa¹ti mí-dí jwati V;IPFV;SG;1;PST
za¹mpʔi xká zampʔi V;PRF;SG;2
ne¹²hi i-n nehi V;IPFV;SG;3;PRS
xi²-bø²ka xkí-n xibøka V;PRF;PL;2
k’ẹ¹²ʔt’i xtá k’ẹʔt’i V;PRF;PL;1
hu¹m-bi dá humbi V;PFV;SG;1
k’wẹ¹²nt’i ga-n k’wẹnt’i V;IRR;SG;2
tso²ki i tsoki V;IPFV;SG;3;PRS
tsẹ²gi xká tsẹgi V;PRF;SG;2
ʔï²ti²mma¹-te dá-n ʔïtimmate V;PFV;SG;1
n=ʔyʉ¹ gá-n ʔyʉ V;PFV;SG;2
fa¹mmi gá fammi V;PFV;SG;2
xạ²n-the xí-n xạnthe V;PRF;PL;3
ju²-pi xtá jupi V;PRF;PL;1
nda²ngi gi ndangi V;IRR;SG;2
tsø²ke (i-)dí tsøke V;IPFV;SG;3;PRS
ja¹² xtá ja V;PRF;SG;1
kạ¹hạ xí gạhạ V;PRF;PL;3
yu¹ts’i gá yuts’i V;PFV;SG;2
pi¹di (i-)dí pidi V;IPFV;SG;3;PRS
fạ¹gi xká fạgi V;PRF;SG;2
kø¹²ʔt’e mí køʔt’e V;IPFV;SG;3;PST
yä¹²fi dá yäfi V;PFV;SG;1
ts’ï¹-da¹-nthe¹de i ts’ïdanthede V;IPFV;SG;3;PRS
xạ¹n-bi xkí xạnbi V;PRF;PL;2
pa¹ʔmi xí paʔmi V;PRF;PL;3
kwe²ngi g-mí kwengi V;IPFV;SG;2;PST
hya²nd-bi xtá hyandbi V;PRF;SG;1
zʉ¹nt’i xí zʉnt’i V;PRF;PL;3
n=ʔbạ²n-yä bi-n ʔbạnyä V;PFV;SG;3
pa²-hwä ga-n pahwä V;IRR;SG;2
tsa¹ da za V;IRR;SG;3
thä²ns-pi dá thänspi V;PFV;SG;1
xø²ka²-mfë¹ni bi xøkamfëni V;PFV;SG;3
xu¹²ts’i ga xuts’i V;IRR;SG;1
hya²nd-bi xí hyandbi V;PRF;PL;3
pe¹ i pe V;IPFV;SG;3;PRS
dä¹²-re xtá däre V;PRF;PL;1
pi²-ts’ʉ ga-n pits’ʉ V;IRR;SG;2
tsi¹² ga tsi V;IRR;SG;1
kwe²ngi bi gwengi V;PFV;SG;3
zø¹² i zø V;IPFV;SG;3;PRS
du¹nt’i gí-dí dunt’i V;IPFV;SG;2;PRS
pø²x-yä xa mbøxyä V;PRF;SG;3
tï²ʔt’i xkí tïʔt’i V;PRF;PL;2
mbo²ʔts’i mí mboʔts’i V;IPFV;SG;1;PST
k’ʉ¹n-the¹de dí k’ʉnthede V;IPFV;SG;1;PRS
nu¹nts’i g-mí-dí nunts’i V;IPFV;SG;2;PST
ʔwë¹t’i xtá ʔwët’i V;PRF;SG;1
yu¹ʔts’i gi yuʔts’i V;IRR;SG;2
jạ¹di ga jạdi V;IRR;SG;1
hø²t’e ga høt’e V;IRR;SG;1
jʉ¹nts’i mí jʉnts’i V;IPFV;SG;1;PST
xø²ke xtá xøke V;PRF;SG;1
n=ʔbʉ²i ga-n ʔbʉi V;IRR;SG;2
ʔwẹ¹ʔmi mí ʔwẹʔmi V;IPFV;SG;1;PST
k’ʉ²ki mí-dí k’ʉki V;IPFV;SG;3;PST
n=to²ʔt’i (i-)dí-n toʔt’i V;IPFV;SG;3;PRS
zø¹te xtá zøte V;PRF;PL;1
ʔo²ts’i dí ʔots’i V;IPFV;SG;1;PRS
ma¹ki bi-n maki V;PFV;SG;3
n=pø²ʔt’e da-n pøʔt’e V;IRR;SG;1
ʔo¹ gi ʔyo V;IRR;SG;2
jạ¹t’i ga jạt’i V;IRR;SG;1
ʔyo²-mfë²ni¹-bi xtá ʔyomfënibi V;PRF;PL;1
yạ²xt’i bi yạxt’i V;PFV;SG;3
ti¹²ni i tini V;IPFV;SG;3;PRS
n=ʔyạ²ni g-mí-dí-n ʔyạni V;IPFV;SG;2;PST
yø²t’e da yøt’e V;IRR;SG;3
hyø²ke xtá hyøke V;PRF;SG;1
tsạ²n-bi dá tsạnbi V;PFV;SG;1
n=ts’ạ²-mbʉ¹²i xtá-n ts’ạmbʉi V;PRF;SG;1
ʔya¹-ʔyo¹ni mí ʔyaʔyoni V;IPFV;SG;3;PST
tsa²ʔt’i (i-)dí tsaʔt’i V;IPFV;SG;3;PRS
ku¹²i ga kui V;IRR;SG;1
n=do²ka¹-ʔbạ¹²i da-n dokaʔbại V;IRR;SG;1
jä¹-pi xtá jäpi V;PRF;SG;1
n=xø¹ke xí-n xøke V;PRF;PL;3
nde²-hme ga-n ndehme V;IRR;SG;2
n=pø¹²hø xtá-n pøhø V;PRF;PL;1
yo²ho dá-n yoho V;PFV;SG;1
ne¹²i ga-n nei V;IRR;SG;2
ʔø¹ts’e xtá ʔøts’e V;PRF;SG;1
ʔbo²t’i bi-n ʔbot’i V;PFV;SG;3
ʔyo²-mfë²ni¹-bi g-mí-dí ʔyomfënibi V;IPFV;SG;2;PST
ʔo¹hni gá ʔyohni V;PFV;SG;2
n=ʔbø¹nt’i (i-)dí-n ʔbønt’i V;IPFV;SG;3;PRS
mba²fi i mbafi V;IPFV;SG;3;PRS
ja²=tho mí jatho V;IPFV;SG;3;PST
ʔbạ²n-yä da ʔbạnyä V;IRR;SG;3
the¹nni gí thenni V;IPFV;SG;2;PRS
tsẹ¹di mí tsẹdi V;IPFV;SG;3;PST
mu² di-n mu V;IRR;SG;3
tu²-ma²nthu¹hu mí tumanthuhu V;IPFV;SG;3;PST
n=ʔbʉ¹²t’i gá-n ʔbʉt’i V;PFV;SG;2
ts’ʉ¹²ʔt’i da ts’ʉʔt’i V;IRR;SG;3
ʔbẹ²ʔt’i dí-dí ʔbẹʔt’i V;IPFV;SG;1;PRS
ko²ti xa goti V;PRF;SG;3
tsu¹²-na²-nhyʉ xtá tsunanhyʉ V;PRF;SG;1
n=ʔʉ¹²ni di-n ʔʉni V;IRR;SG;3
bo²ngi ga-n bongi V;IRR;SG;1
ʔo²r-bi xí ʔyorbi V;PRF;PL;3
zø²-te xí-n zøte V;PRF;PL;3
pe¹ni dá peni V;PFV;SG;1
kʉ¹²n-do²ndo mí kʉndondo V;IPFV;SG;3;PST
ʔbạ²ki mí-dí ʔbạki V;IPFV;SG;1;PST
n=ma²ʔt’i xtá-n maʔt’i V;PRF;PL;1
xʉ²-dạ²=bi xa xʉdạbi V;PRF;SG;3
ba¹t’i gí-dí bat’i V;IPFV;SG;2;PRS
ʔo²-fạ²di mí ʔofạdi V;IPFV;SG;1;PST
fø¹²ni dí-dí føni V;IPFV;SG;1;PRS
pø²ʔts’e gí pøʔts’e V;IPFV;SG;2;PRS
hwä¹²ʔt’i mí hwäʔt’i V;IPFV;SG;1;PST
hu²ʔmi ga huʔmi V;IRR;SG;1
ʔbo²-mfi xí ʔbomfi V;PRF;PL;3
bä¹ʔt’i xa bäʔt’i V;PRF;SG;3
n=fʉ²t’i di-n fʉt’i V;IRR;SG;3
xø²ʔts’e i xøʔts’e V;IPFV;SG;3;PRS
so¹ni gí tsoni V;IPFV;SG;2;PRS
gä²ʔts’i mí gäʔts’i V;IPFV;SG;1;PST
ʔë²r-bi dí ʔërbi V;IPFV;SG;1;PRS
ho¹ dí ho V;IPFV;SG;1;PRS
ʔbø²t’e bi ʔbøt’e V;PFV;SG;3
ʔwa²ʔmi gi ʔwaʔmi V;IRR;SG;2
ʔbʉ¹²-xtha gá-n ʔbʉxtha V;PFV;SG;2
n=ʔbẹ²ni mí-n ʔbẹni V;IPFV;SG;3;PST
n=dạ¹ xí-n dạ V;PRF;PL;3
tsạ²ya g-mí tsạya V;IPFV;SG;2;PST
n=ʔyạ²ni ga-n ʔyạni V;IRR;SG;2
zu¹²t’i (i-)dí zut’i V;IPFV;SG;3;PRS
hwä¹t’i ga hwät’i V;IRR;SG;1
n=pẹ¹fi gí-dí-n pẹfi V;IPFV;SG;2;PRS
bë¹²ni i-n bëni V;IPFV;SG;3;PRS
hmi¹²-du gí hmidu V;IPFV;SG;2;PRS
pø²m-mi²xa¹ ga-n pømmixa V;IRR;SG;2
sạ²ts’i gí tsạts’i V;IPFV;SG;2;PRS
fẹ¹ni gá fẹni V;PFV;SG;2
tsʉ²-te mí tsʉte V;IPFV;SG;1;PST
fø²ʔts’e xkí føʔts’e V;PRF;PL;2
na¹²ts’i mí-dí nats’i V;IPFV;SG;3;PST
tsi¹²ni xtá tsini V;PRF;SG;1
ye²ʔmi mí-n yeʔmi V;IPFV;SG;3;PST
hyø²ke (i-)dí hyøke V;IPFV;SG;3;PRS
pʉ¹²ki gá pʉki V;PFV;SG;2
hạ¹²nt’i g-mí-dí hạnt’i V;IPFV;SG;2;PST
tsʉ²-te g-mí tsʉte V;IPFV;SG;2;PST
ʔyä¹²ni da ʔyäni V;IRR;SG;3
pẹ²-te ga-n pẹte V;IRR;SG;2
thi¹nni g-mí thinni V;IPFV;SG;2;PST
thẹ²ti mí-dí thẹti V;IPFV;SG;3;PST
tẹ¹-pi i tẹpi V;IPFV;SG;3;PRS
kä²ni mí-dí käni V;IPFV;SG;3;PST
mu¹² gi-n mu V;IRR;SG;2
ʔbạ¹²ni xkí ʔbạni V;PRF;PL;2
ʔẹ¹ʔt’i da ʔyẹʔt’i V;IRR;SG;3
kwe²nt’i da gwent’i V;IRR;SG;3
ʔbẹ²-jwa da-n ʔbẹjwa V;IRR;SG;1
tsä¹ts’i gí tsäts’i V;IPFV;SG;2;PRS
fẹ¹ʔts’i xtá fẹʔts’i V;PRF;SG;1
ʔạ¹²i xí ʔyại V;PRF;PL;3
ʔa¹²ki gi ʔaki V;IRR;SG;2
hwä¹²ʔt’i xí hwäʔt’i V;PRF;PL;3
bë²n-bi gi bënbi V;IRR;SG;2
gạ¹²ts’i ga gạts’i V;IRR;SG;1
fʉ²ts’i xí fʉts’i V;PRF;PL;3
n=xä¹²ndi g-mí-dí-n xändi V;IPFV;SG;2;PST
wä¹ti mí-dí wäti V;IPFV;SG;3;PST
pa¹²ha xí mbaha V;PRF;PL;3
thẹ¹ni dá thẹni V;PFV;SG;1
tsẹ²ʔmi da zẹʔmi V;IRR;SG;3
k’ä¹ xká k’ä V;PRF;SG;2
tʉ²nts’i mí tʉnts’i V;IPFV;SG;3;PST
ko²t’i ga kot’i V;IRR;SG;1
hu¹²i bi hyui V;PFV;SG;3
hwë²ki mí-dí hwëki V;IPFV;SG;1;PST
ʔë²k-ʔyë¹²i gi ʔyëkʔyëi V;IRR;SG;2
tsi¹ti xa tsiti V;PRF;SG;3
jo²hya ga-n johya V;IRR;SG;2
yä²-fạ²di di-n yäfạdi V;IRR;SG;3
ye²h=tho bi-n yehtho V;PFV;SG;3
xạ¹n-bi gá xạnbi V;PFV;SG;2
n=xa¹-ʔyo²re mí-n xaʔyore V;IPFV;SG;3;PST
tu¹t’i dí tut’i V;IPFV;SG;1;PRS
fa¹ts’i xkí fats’i V;PRF;PL;2
xë²ʔts’i gí xëʔts’i V;IPFV;SG;2;PRS
tu¹-pi mí tupi V;IPFV;SG;1;PST
xu¹²ts’i xkí xuts’i V;PRF;PL;2
n=sạ²ni ga-n tsạni V;IRR;SG;2
xʉ¹di gá xʉdi V;PFV;SG;2
gä¹²i gi gäi V;IRR;SG;2
te²spe gá tespe V;PFV;SG;2
k’wẹ²ʔts’i xa k’wẹʔts’i V;PRF;SG;3
mbạ¹²xni g-mí mbạxni V;IPFV;SG;2;PST
hë¹²ni (i-)dí hëni V;IPFV;SG;3;PRS
n=ts’ʉ²k-pi mí-n ts’ʉkpi V;IPFV;SG;1;PST
thi¹nni mí thinni V;IPFV;SG;3;PST
n=pï²ts’i ga-n pïts’i V;IRR;SG;2
n=tẹ¹²hẹ di-n tẹhẹ V;IRR;SG;3
zẹ¹²r-pi gá zẹrpi V;PFV;SG;2
hä¹²ts’i dí häts’i V;IPFV;SG;1;PRS
yʉ¹²-mʔbi²fi gí yʉmʔbifi V;IPFV;SG;2;PRS
po¹²nni dí-dí ponni V;IPFV;SG;1;PRS
xʉ² da-n xʉ V;IRR;SG;1
kä¹²ni da käni V;IRR;SG;3
mi¹²hi xa-n mihi V;PRF;SG;3
hwä¹t’i xa hwät’i V;PRF;SG;3
tso¹ti xtá tsoti V;PRF;SG;1
ʔyo¹-dä¹po xa-n ʔyodäpo V;PRF;SG;3
n=xa²ha di-n xaha V;IRR;SG;3
pu²-mbë²ni¹-bi bi pumbënibi V;PFV;SG;3
hu²di bi hyudi V;PFV;SG;3
pi¹xt’i xkí pixt’i V;PRF;PL;2
me²ʔmi bi meʔmi V;PFV;SG;3
gʉ¹²s-pi dí-dí gʉspi V;IPFV;SG;1;PRS
n=po¹²ni dí-dí-n poni V;IPFV;SG;1;PRS
ʔʉ²t’i xtá ʔʉt’i V;PRF;SG;1
hë¹²ni xká hëni V;PRF;SG;2
tsi¹²ts’i xká tsits’i V;PRF;SG;2
tsä¹ts’i xtá tsäts’i V;PRF;SG;1
ne¹ʔmi xká neʔmi V;PRF;SG;2
hu¹²ts’i xa hyuts’i V;PRF;SG;3
tsi¹²ya mí tsiya V;IPFV;SG;1;PST
n=zạ²-ma²nʔʉ xa-n zạmanʔʉ V;PRF;SG;3
kä¹²xi ga käxi V;IRR;SG;1
hu¹-xa²di xa hyuxadi V;PRF;SG;3
ʔẹ¹ts’i xtá ʔẹts’i V;PRF;SG;1
ʔẹ²ʔts’i xtá ʔẹʔts’i V;PRF;PL;1
hu¹²hni g-mí huhni V;IPFV;SG;2;PST
thä²nts’i (i-)dí thänts’i V;IPFV;SG;3;PRS
hwë¹²gi xa hwëgi V;PRF;SG;3
ʔẹ¹²ts’i gá ʔyẹts’i V;PFV;SG;2
fʉ²t’i xtá fʉt’i V;PRF;PL;1
go²-re²=bi gi gorebi V;IRR;SG;2
nu²-ma²nho mí-n numanho V;IPFV;SG;1;PST
ʔu¹²xt’i g-mí ʔuxt’i V;IPFV;SG;2;PST
dʉ²ʔts’i mí dʉʔts’i V;IPFV;SG;1;PST
n=gʉ²zʉ xká-n gʉzʉ V;PRF;SG;2
xø¹m-hyä xká xømhyä V;PRF;SG;2
n=hä²-t’ʉ²hni da-n hät’ʉhni V;IRR;SG;1
n=pạ¹ts’i g-mí-dí-n pạts’i V;IPFV;SG;2;PST
fẹ¹ki xkí fẹki V;PRF;PL;2
ʔda²gi xí ʔdagi V;PRF;PL;3
ʔʉ²t’i gí ʔʉt’i V;IPFV;SG;2;PRS
ʔë¹²ts’i xí ʔyëts’i V;PRF;PL;3
n=thạ²n=tho xí-n thạntho V;PRF;PL;3
kä¹²ts’i bi käts’i V;PFV;SG;3
bø²ka mí bøka V;IPFV;SG;1;PST
kä¹ts’i xkí käts’i V;PRF;PL;2
kạ¹ti xtá kạti V;PRF;PL;1
ne¹rba¹-hạ¹²i g-mí nerbahại V;IPFV;SG;2;PST
nde¹-pe xkí ndepe V;PRF;PL;2
jʉ¹hni xa gʉhni V;PRF;SG;3
ʔë²s-pi mí ʔëspi V;IPFV;SG;3;PST
tẹ²xa²-xä¹hi gi tẹxaxähi V;IRR;SG;2
fạ²ʔts’i ga fạʔts’i V;IRR;SG;1
ko²h-sẹ²hạ¹²i da gosẹhại V;IRR;SG;3
ʔbʉ²m-bø²ka mí ʔbʉmʔbøka V;IPFV;SG;1;PST
ʔø²ʔts’e gá ʔyøʔts’e V;PFV;SG;2
pʉ¹ xtá-n pʉ V;PRF;SG;1
ʔẹ¹ni g-mí ʔẹni V;IPFV;SG;2;PST
ʔa¹ʔmi ga ʔaʔmi V;IRR;SG;1
hø¹t’e xa hyøt’e V;PRF;SG;3
n=nu²-te g-mí-n nute V;IPFV;SG;2;PST
pʉ²xki gi pʉxki V;IRR;SG;2
zä¹mmi ga-n zämmi V;IRR;SG;2
ndø¹ʔts’e gí ndøʔts’e V;IPFV;SG;2;PRS
jʉ¹r-bi dá jʉrbi V;PFV;SG;1
bë¹²ni dí-dí bëni V;IPFV;SG;1;PRS
tu²-mbø²ni xa-n tumbøni V;PRF;SG;3
pä²-te ga-n päte V;IRR;SG;2
n=tsạ¹ xa-n tsạ V;PRF;SG;3
tso²ki xká tsoki V;PRF;SG;2
na¹²ts’i xkí nats’i V;PRF;PL;2
ts’ʉ¹²ʔt’i xká ts’ʉʔt’i V;PRF;SG;2
jä¹ʔts’i gí-dí jäʔts’i V;IPFV;SG;2;PRS
n=hnu¹²ngi mí-dí-n hnungi V;IPFV;SG;3;PST
xä¹²gi i xägi V;IPFV;SG;3;PRS
xø¹t’e mí xøt’e V;IPFV;SG;1;PST
n=ʔbẹ²di g-mí-dí-n ʔbẹdi V;IPFV;SG;2;PST
thi¹nt’i xtá thint’i V;PRF;PL;1
n=thë²-ndo da-n thëndo V;IRR;SG;1
ʔạ²ʔts’i xtá ʔạʔts’i V;PRF;PL;1
hma²hni gá hmahni V;PFV;SG;2
n=gẹ²skẹ gí-n gẹskẹ V;IPFV;SG;2;PRS
n=xä¹ta¹-ʔyo i-n xätaʔyo V;IPFV;SG;3;PRS
hu¹²hni gá hyuhni V;PFV;SG;2
jʉ¹ʔts’i xkí jʉʔts’i V;PRF;PL;2
ʔbẹ¹t’o gá ʔbẹt’o V;PFV;SG;2
pạ¹ts’i da mbạts’i V;IRR;SG;3
yä¹²fi bi yäfi V;PFV;SG;3
fe¹²te gí-dí fete V;IPFV;SG;2;PRS
ʔạ¹nt’i mí ʔạnt’i V;IPFV;SG;1;PST
nu²r-bi i-n nurbi V;IPFV;SG;3;PRS
ʔu¹²t’i bi ʔut’i V;PFV;SG;3
zø¹r-pe xkí zørpe V;PRF;PL;2
ʔẹ¹ki dá ʔẹki V;PFV;SG;1
hø¹mmi g-mí hømmi V;IPFV;SG;2;PST
kʉ²ʔt’i xtá kʉʔt’i V;PRF;PL;1
ʔø¹hna¹-hyä bi ʔyøhnahyä V;PFV;SG;3
ʔwe²ge i ʔwege V;IPFV;SG;3;PRS
xa²ha da xaha V;IRR;SG;3
ne¹t’a¹-hạ¹²i xtá net’ahại V;PRF;PL;1
ʔʉ²k-pi xí ʔʉkpi V;PRF;PL;3
ha¹hni (i-)dí hahni V;IPFV;SG;3;PRS
nde²-t’ä²hä dí ndet’ähä V;IPFV;SG;1;PRS
yä²ni xkí yäni V;PRF;PL;2
tso¹ti dá tsoti V;PFV;SG;1
ʔẹ²nt’i xtá ʔẹnt’i V;PRF;SG;1
tʉ²ki xkí tʉki V;PRF;PL;2
xa¹ni xa xani V;PRF;SG;3
hø¹mba¹-hạ¹²i xkí hyømbahại V;PRF;PL;2
n=ya²xi i-n yaxi V;IPFV;SG;3;PRS
hwi¹²xki xkí hwixki V;PRF;PL;2
tsạ¹²-ma²nhëi gá tsạmanhëi V;PFV;SG;2
hẹ¹k-pi ga hẹkpi V;IRR;SG;1
ʔwe¹ngi xí ʔwengi V;PRF;PL;3
mbạ¹²xni xkí-n mbạxni V;PRF;PL;2
n=the²ge xkí-n thege V;PRF;PL;2
kʉ²t’i bi yʉt’i V;PFV;SG;3
ʔbø¹nt’i bi ʔbønt’i V;PFV;SG;3
tʉ²-jʉ xká-n tʉjʉ V;PRF;SG;2
mbạ²nt’i gí mbạnt’i V;IPFV;SG;2;PRS
fʉ²nts’i dá fʉnts’i V;PFV;SG;1
hẹ²n-bi i hẹnbi V;IPFV;SG;3;PRS
ʔyä²h-hi dá-n ʔyähhi V;PFV;SG;1
n=pø¹²hø gá-n pøhø V;PFV;SG;2
tʉ¹hʉ xtá tʉhʉ V;PRF;PL;1
n=ta¹mmi xa-n tammi V;PRF;SG;3
n=pa²xni bi-n paxni V;PFV;SG;3
tsi¹²-the²=bi gi tsithebi V;IRR;SG;2
n=he²x-yä da-n hexyä V;IRR;SG;1
pa²ʔts’i gi paʔts’i V;IRR;SG;2
fʉ²nts’i da fʉnts’i V;IRR;SG;3
tho²gi dí thogi V;IPFV;SG;1;PRS
bë²nna²-te i-n bënnate V;IPFV;SG;3;PRS
jwa²t’i xtá jwat’i V;PRF;PL;1
pa¹kpa¹-hạ¹²i gí pakpahại V;IPFV;SG;2;PRS
ʔe¹nts’i i ʔents’i V;IPFV;SG;3;PRS
k’ẹ¹²ʔt’i xa k’ẹʔt’i V;PRF;SG;3
tsä¹ts’i dá tsäts’i V;PFV;SG;1
ʔʉ¹²ni gi ʔyʉni V;IRR;SG;2
nu¹nts’i xtá nunts’i V;PRF;PL;1
fạ²di xká fạdi V;PRF;SG;2
xẹ¹ʔt’i mí xẹʔt’i V;IPFV;SG;1;PST
ʔyo¹-xi¹ngwa dá-n ʔyoxingwa V;PFV;SG;1
ne²ka²-jä¹ʔi xtá-n nekajäʔi V;PRF;PL;1
ko²t’a¹-ʔyu da got’aʔyu V;IRR;SG;3
ʔẹ¹nts’i xkí ʔyẹnts’i V;PRF;PL;2
tso²ki dá tsoki V;PFV;SG;1
ku¹²i gí kui V;IPFV;SG;2;PRS
ʔä¹t’i xká ʔyät’i V;PRF;SG;2
tsi¹-pi i tsipi V;IPFV;SG;3;PRS
thʉ¹ti i thʉti V;IPFV;SG;3;PRS
ʔẹ¹²ni bi ʔyẹni V;PFV;SG;3
ʔbẹ²ʔt’i mí-dí ʔbẹʔt’i V;IPFV;SG;3;PST
n=ho²ki mí-dí-n hoki V;IPFV;SG;1;PST
xa¹²xi xa xaxi V;PRF;SG;3
dä¹²-re ga däre V;IRR;SG;1
n=sạ²ni xká-n tsạni V;PRF;SG;2
n=gø²tsu g-mí-n gøtsu V;IPFV;SG;2;PST
hwa¹²xt’i da hwaxt’i V;IRR;SG;3
n=kø²ni ga-n køni V;IRR;SG;2
hma¹²ts’i ga hmats’i V;IRR;SG;1
yä¹²fi xkí yäfi V;PRF;PL;2
do²ngi i dongi V;IPFV;SG;3;PRS
tạ²gi gá tạgi V;PFV;SG;2
ha²nni bi-n hanni V;PFV;SG;3
ju¹t’i xí gut’i V;PRF;PL;3
n=ʔa²nni xtá-n ʔanni V;PRF;SG;1
ʔyë²hë mí-dí ʔyëhë V;IPFV;SG;1;PST
kạ²ti ga kạti V;IRR;SG;1
ʔä¹²-xmi g-mí-dí ʔäxmi V;IPFV;SG;2;PST
xø²ʔts’e dí xøʔts’e V;IPFV;SG;1;PRS
ʔbẹ²t’o xa-n ʔbẹt’o V;PRF;SG;3
pạ¹²xi mí pạxi V;IPFV;SG;3;PST
tsẹ²n-ʔyo²xʔyo di-n tsẹnʔyoxʔyo V;IRR;SG;3
tẹ¹²r-pi xí tẹrpi V;PRF;PL;3
bä¹nts’i gí-dí bänts’i V;IPFV;SG;2;PRS
ye²ʔmi bi yeʔmi V;PFV;SG;3
n=ku² dá-n ku V;PFV;SG;1
tï²ʔt’i g-mí tïʔt’i V;IPFV;SG;2;PST
de¹ʔmi g-mí-dí deʔmi V;IPFV;SG;2;PST
ʔyë²hë xí ʔyëhë V;PRF;PL;3
jø²t’e xtá-n jøt’e V;PRF;SG;1
pa²-mbạ¹²i di-n pambại V;IRR;SG;3
fa¹²i xí fai V;PRF;PL;3
fẹ²-jʉ xtá-n fẹjʉ V;PRF;PL;1
xa¹²i (i-)dí xai V;IPFV;SG;3;PRS
ʔẹ²t’i dí ʔẹt’i V;IPFV;SG;1;PRS
k’a²hni ga-n k’ahni V;IRR;SG;2
to¹²ni xa doni V;PRF;SG;3
tsẹ¹di xká tsẹdi V;PRF;SG;2
tä¹nt’i bi dänt’i V;PFV;SG;3
tso¹t’i mí tsot’i V;IPFV;SG;3;PST
bʉ¹nt’i dí-dí bʉnt’i V;IPFV;SG;1;PRS
hwi¹² da hwi V;IRR;SG;3
pạ¹²xi xí mbạxi V;PRF;PL;3
pẹ²m-du gi pẹmdu V;IRR;SG;2
ʔya²i dá-n ʔyai V;PFV;SG;1
pø²ge mí pøge V;IPFV;SG;1;PST
ʔba²ʔt’i bi ʔbaʔt’i V;PFV;SG;3
xø²ʔts’e gí xøʔts’e V;IPFV;SG;2;PRS
ʔʉ¹ʔt’i gi ʔyʉʔt’i V;IRR;SG;2
thä¹m-ma²nʔʉ bi dämmanʔʉ V;PFV;SG;3
pa²-hwä i pahwä V;IPFV;SG;3;PRS
hẹ¹gi xí hyẹgi V;PRF;PL;3
ʔwä²ki bi-n ʔwäki V;PFV;SG;3
n=ʔa¹²ki mí-n ʔaki V;IPFV;SG;1;PST
yä¹-pi xkí yäpi V;PRF;PL;2
yø¹ʔt’e gi yøʔt’e V;IRR;SG;2
ʔyä¹²ni ga ʔyäni V;IRR;SG;1
pʉ¹t’i xa mbʉt’i V;PRF;SG;3
ha¹ndi dí handi V;IPFV;SG;1;PRS
ʔạ²ki da ʔyạki V;IRR;SG;3
ʔbẹ¹²hni ga ʔbẹhni V;IRR;SG;1
n=ʔyø²rbe (i-)dí-n ʔyørbe V;IPFV;SG;3;PRS
ʔi¹²xki bi-n ʔixki V;PFV;SG;3
na²t’i dí-dí nat’i V;IPFV;SG;1;PRS
n=k’o¹²mmi mí-n k’ommi V;IPFV;SG;1;PST
pa²ʔts’i ga paʔts’i V;IRR;SG;1
pa¹kpa¹-hạ¹²i xtá pakpahại V;PRF;SG;1
ʔẹ¹nts’i dí ʔẹnts’i V;IPFV;SG;1;PRS
ʔwe²ke gá ʔweke V;PFV;SG;2
ko²h-sẹ²hạ¹²i i kohsẹhại V;IPFV;SG;3;PRS
pe¹t’e da mbet’e V;IRR;SG;3
mu²ʔt’i mí-dí muʔt’i V;IPFV;SG;3;PST
ʔë¹²nts’i gí ʔënts’i V;IPFV;SG;2;PRS
xø²m-hmi bi-n xømhmi V;PFV;SG;3
pẹ¹²hni da pẹhni V;IRR;SG;3
ba¹t’a²-do mí-dí bat’ado V;IPFV;SG;1;PST
tsi²nni (i-)dí tsinni V;IPFV;SG;3;PRS
to²nts’i gá tonts’i V;PFV;SG;2
fï²ts’i g-mí-dí fïts’i V;IPFV;SG;2;PST
ʔø²the gi ʔyøthe V;IRR;SG;2
wä¹r-pi dá wärpi V;PFV;SG;1
hʉ¹xt’i xkí hyʉxt’i V;PRF;PL;2
hwë²ki gá hwëki V;PFV;SG;2
gë²nni bi-n gënni V;PFV;SG;3
jo¹nni ga jonni V;IRR;SG;1
ʔẹ¹²m-bi xtá ʔẹmbi V;PRF;PL;1
mbo²ʔts’i xa-n mboʔts’i V;PRF;SG;3
ʔẹ¹ʔt’i gá ʔyẹʔt’i V;PFV;SG;2
n=ʔda²ʔts’i xtá-n ʔdaʔts’i V;PRF;SG;1
hmi¹²ʔt’i g-mí-dí hmiʔt’i V;IPFV;SG;2;PST
pʉ¹²nts’i gá pʉnts’i V;PFV;SG;2
tsʉ¹di i tsʉdi V;IPFV;SG;3;PRS
tsa²r-bi xtá tsarbi V;PRF;SG;1
ʔu¹²xt’i mí ʔuxt’i V;IPFV;SG;3;PST
nu¹²nni mí-dí nunni V;IPFV;SG;3;PST
me¹²pya ga-n mepya V;IRR;SG;1
xø¹k-pe i xøkpe V;IPFV;SG;3;PRS
ʔu²di dá ʔudi V;PFV;SG;1
tsʉ¹ndi g-mí tsʉndi V;IPFV;SG;2;PST
xä¹²gi xká xägi V;PRF;SG;2
yä²-mfø mí yämfø V;IPFV;SG;3;PST
jo¹²t’i mí-dí jot’i V;IPFV;SG;3;PST
hʉ²ʔt’i bi hyʉʔt’i V;PFV;SG;3
xạ¹r-pi dá xạrpi V;PFV;SG;1
n=hyø¹mmi dá-n hyømmi V;PFV;SG;1
n=xʉ²di bi-n xʉdi V;PFV;SG;3
k’ä¹ʔts’i bi k’äʔts’i V;PFV;SG;3
ʔyo¹-xi¹ngwa gí ʔyoxingwa V;IPFV;SG;2;PRS
tu²-jʉ xká-n tujʉ V;PRF;SG;2
gʉ¹ts’i mí-dí gʉts’i V;IPFV;SG;3;PST
the²de xkí-n thede V;PRF;PL;2
tsẹ²n-ʔyo²xʔyo dí tsẹnʔyoxʔyo V;IPFV;SG;1;PRS
ta¹ki bi daki V;PFV;SG;3
xạ²-dạ xtá-n xạdạ V;PRF;SG;1
ʔyẹ²ʔt’i mí-dí ʔyẹʔt’i V;IPFV;SG;3;PST
n=pẹ²ti dí-dí-n pẹti V;IPFV;SG;1;PRS
ko¹²nts’i xtá konts’i V;PRF;PL;1
fẹ¹x-fa¹ni da mbẹxfani V;IRR;SG;3
ʔe¹²ʔts’e dá ʔeʔts’e V;PFV;SG;1
n=zi²-m-xu²di da-n zimxudi V;IRR;SG;1
to¹²ni xtá toni V;PRF;PL;1
xe¹mmi xtá xemmi V;PRF;PL;1
zu¹²t’i bi zut’i V;PFV;SG;3
yä²ni i yäni V;IPFV;SG;3;PRS
ʔwe¹²ʔts’e dá ʔweʔts’e V;PFV;SG;1
hø¹mba¹-hạ¹²i g-mí hømbahại V;IPFV;SG;2;PST
ha¹²xki xká-n haxki V;PRF;SG;2
xu¹²ni di-n xuni V;IRR;SG;3
tʉ²ts’i i tʉts’i V;IPFV;SG;3;PRS
thä¹r-pi gi thärpi V;IRR;SG;2
thä²ni da däni V;IRR;SG;3
ʔyä²h-hi xkí-n ʔyähhi V;PRF;PL;2
tạ¹²i xtá tại V;PRF;SG;1
thï¹ʔa¹-xʉ¹²tha xkí thïʔaxʉtha V;PRF;PL;2
du¹ti xa duti V;PRF;SG;3
ju²-pi dí-dí jupi V;IPFV;SG;1;PRS
tø¹²ts’e dí tøts’e V;IPFV;SG;1;PRS
n=pï²ts’i xí-n pïts’i V;PRF;PL;3
n=hyø¹ʔts’e (i-)dí-n hyøʔts’e V;IPFV;SG;3;PRS
hạ¹²ni xtá hạni V;PRF;SG;1
ʔø²the dí ʔøthe V;IPFV;SG;1;PRS
n=xø¹ke xká-n xøke V;PRF;SG;2
ʔø²ts’e da ʔyøts’e V;IRR;SG;3
ʔda²sẹ xa-n ʔdasẹ V;PRF;SG;3
ndø¹²ni i ndøni V;IPFV;SG;3;PRS
hẹ¹gi xtá hẹgi V;PRF;SG;1
ndø²m-ma²nsu dá ndømmansu V;PFV;SG;1
ko¹ʔa¹-xʉ¹²tha xa goʔaxʉtha V;PRF;SG;3
ts’a¹² xtá-n ts’a V;PRF;SG;1
yä²ni gí-dí yäni V;IPFV;SG;2;PRS
n=tẹ¹² gí-dí-n tẹ V;IPFV;SG;2;PRS
ʔba¹²xni ga ʔbaxni V;IRR;SG;1
ʔë²ti dá ʔëti V;PFV;SG;1
tsu¹²-na²-nhyʉ da zunanhyʉ V;IRR;SG;3
tʉ²ts’i mí tʉts’i V;IPFV;SG;3;PST
tạ¹²i bi dại V;PFV;SG;3
ʔä¹gi xí ʔyägi V;PRF;PL;3
ʔo²ʔyu gí ʔoʔyu V;IPFV;SG;2;PRS
n=jo¹ki i-n joki V;IPFV;SG;3;PRS
jʉ²nni da gʉnni V;IRR;SG;3
xø¹m-hyä dá xømhyä V;PFV;SG;1
go²-gu xtá-n gogu V;PRF;SG;1
t’ø²ʔts’e xa-n t’øʔts’e V;PRF;SG;3
n=xä¹ta¹-ʔyo ga-n xätaʔyo V;IRR;SG;2
xẹ¹-pi gí xẹpi V;IPFV;SG;2;PRS
ye¹ xkí ye V;PRF;PL;2
ta¹ki ga taki V;IRR;SG;1
hë²n-bi bi hënbi V;PFV;SG;3
fʉ²t’i xkí fʉt’i V;PRF;PL;2
to¹ʔma¹-hạ¹²i xtá toʔmahại V;PRF;PL;1
n=ʔyo²-ma²nxi dí-n ʔyomanxi V;IPFV;SG;1;PRS
n=thë²-ndo di-n thëndo V;IRR;SG;3
ʔø¹ts’e ga ʔøts’e V;IRR;SG;1
tu²-the mí tuthe V;IPFV;SG;1;PST
kä¹²i xí gäi V;PRF;PL;3
t’ʉ¹²ts’i gí-dí t’ʉts’i V;IPFV;SG;2;PRS
kä²-mfi da gämfi V;IRR;SG;3
pạ¹ts’i xtá pạts’i V;PRF;SG;1
hma²ki mí-dí hmaki V;IPFV;SG;3;PST
n=ʔë²ni xtá-n ʔëni V;PRF;SG;1
ndø¹²nt’i da ndønt’i V;IRR;SG;3
ʔä²m-hu²di i ʔämhudi V;IPFV;SG;3;PRS
fʉ²nts’i xa fʉnts’i V;PRF;SG;3
ʔẹ²nt’i gí ʔẹnt’i V;IPFV;SG;2;PRS
pʉ¹²ngi xkí pʉngi V;PRF;PL;2
pø¹de bi mbøde V;PFV;SG;3
xạ¹t’i bi xạt’i V;PFV;SG;3
n=xë²ni bi-n xëni V;PFV;SG;3
ye²te gá yete V;PFV;SG;2
ʔwi¹ni gi ʔwini V;IRR;SG;2
n=kʉ²n-yä xkí-n kʉnyä V;PRF;PL;2
pʉ¹ʔmi xa mbʉʔmi V;PRF;SG;3
hwë²ki xí hwëki V;PRF;PL;3
kạ²-mfë²ni gí kạmfëni V;IPFV;SG;2;PRS
hë¹t’i xkí hyët’i V;PRF;PL;2
te²ts’e ga tets’e V;IRR;SG;1
ne²ka²-jä¹ʔi (i-)dí nekajäʔi V;IPFV;SG;3;PRS
ʔyo²-ma²ngä¹t’i xkí-n ʔyomangät’i V;PRF;PL;2
to¹²ngi gí-dí tongi V;IPFV;SG;2;PRS
nu²-do²ndo¹-bi gí-n nudondobi V;IPFV;SG;2;PRS
ʔʉ²t’i¹-na¹ni gá-n ʔʉt’inani V;PFV;SG;2
nda¹nt’i ga ndant’i V;IRR;SG;1
ʔä¹ts’i mí ʔäts’i V;IPFV;SG;1;PST
ʔë¹²ni bi ʔyëni V;PFV;SG;3
fạ¹²i xa-n fại V;PRF;SG;3
n=ʔyo¹²wi xí-n ʔyowi V;PRF;PL;3
mbo²ʔmi dí mboʔmi V;IPFV;SG;1;PRS
ʔë¹²nts’i mí ʔënts’i V;IPFV;SG;3;PST
bo²ngi xká bongi V;PRF;SG;2
ya¹ʔa¹bi xa yaʔabi V;PRF;SG;3
xø²ke gi xøke V;IRR;SG;2
ʔyo²-ma²nza²ki mí ʔyomanzaki V;IPFV;SG;1;PST
tso¹ts’i gá tsots’i V;PFV;SG;2
yạ²xki xtá yạxki V;PRF;SG;1
pø²ʔt’e xtá pøʔt’e V;PRF;SG;1
n=xa¹-ʔyo²re bi-n xaʔyore V;PFV;SG;3
ʔẹ¹nts’i g-mí ʔẹnts’i V;IPFV;SG;2;PST
pʉ¹ʔts’i gi pʉʔts’i V;IRR;SG;2
k’ẹ²ʔmi gá k’ẹʔmi V;PFV;SG;2
nde²-tsʉ¹²i xtá ndetsʉi V;PRF;SG;1
ʔwä¹ʔts’i mí-dí ʔwäʔts’i V;IPFV;SG;3;PST
ʔwe²ke xkí ʔweke V;PRF;PL;2
pi¹xt’i bi mbixt’i V;PFV;SG;3
pẹ²-te mí pẹte V;IPFV;SG;1;PST
n=k’wa²ni bi-n k’wani V;PFV;SG;3
tso¹t’i ga tsot’i V;IRR;SG;1
sẹ¹ya²bi ga tsẹyabi V;IRR;SG;1
hwï¹ʔt’i xí hwïʔt’i V;PRF;PL;3
ndø¹²nt’i dí-dí ndønt’i V;IPFV;SG;1;PRS
n=xạ¹t’i g-mí-dí-n xạt’i V;IPFV;SG;2;PST
ʔë²s-pi xa ʔyëspi V;PRF;SG;3
po¹²n-bi mí-dí ponbi V;IPFV;SG;3;PST
n=mba²hni ga-n mbahni V;IRR;SG;2
ʔwa¹ki dá ʔwaki V;PFV;SG;1
jwe¹-te (i-)dí jwete V;IPFV;SG;3;PRS
n=ʔbạ¹²i xkí-n ʔbại V;PRF;PL;2
n=thʉ²ʔts’a¹-t’ä¹hä gá-n thʉʔts’at’ähä V;PFV;SG;2
yä²-xạ²dạ mí yäxạdạ V;IPFV;SG;1;PST
n=pø²ts’e da-n pøts’e V;IRR;SG;1
ʔyä²-tsạ²=bi (i-)dí ʔyätsạbi V;IPFV;SG;3;PRS
jwa²ts’i di-n jwats’i V;IRR;SG;3
gu²xni (i-)dí guxni V;IPFV;SG;3;PRS
ʔe¹²xke xtá ʔexke V;PRF;PL;1
hʉ¹ki xkí hyʉki V;PRF;PL;2
ts’a¹nt’i dí-dí ts’ant’i V;IPFV;SG;1;PRS
tø¹²ke mí-dí tøke V;IPFV;SG;3;PST
jʉ¹r-bi i jʉrbi V;IPFV;SG;3;PRS
fo²ts’i xa-n fots’i V;PRF;SG;3
mi¹²hi dí-n mihi V;IPFV;SG;1;PRS
tsä²ki gá tsäki V;PFV;SG;2
ʔu²nni xká ʔunni V;PRF;SG;2
yø¹²ni da yøni V;IRR;SG;3
nu²-hyo¹ya g-mí-n nuhyoya V;IPFV;SG;2;PST
ʔbẹ²-jwa bi-n ʔbẹjwa V;PFV;SG;3
nda²nts’i mí ndants’i V;IPFV;SG;1;PST
fẹ²hni di-n fẹhni V;IRR;SG;3
du²-ʔye g-mí duʔye V;IPFV;SG;2;PST
n=zẹ²ʔmi xí-n zẹʔmi V;PRF;PL;3
ʔe¹nt’i gí ʔent’i V;IPFV;SG;2;PRS
pẹ²ki xa mbẹki V;PRF;SG;3
yä²-fạ²di gá-n yäfạdi V;PFV;SG;2
n=pạ¹ts’i xkí-n pạts’i V;PRF;PL;2
hyø²ke xkí hyøke V;PRF;PL;2
n=ʔë²ni dí-n ʔëni V;IPFV;SG;1;PRS
k’o²ki mí-dí k’oki V;IPFV;SG;1;PST
hʉ²ʔmi gi hyʉʔmi V;IRR;SG;2
pʉ¹²ki g-mí pʉki V;IPFV;SG;2;PST
n=xi¹ʔt’i ga-n xiʔt’i V;IRR;SG;2
hu¹hu xtá huhu V;PRF;SG;1
fø¹²ni da føni V;IRR;SG;3
yä¹ti mí-dí yäti V;IPFV;SG;3;PST
yu¹ʔts’i dá yuʔts’i V;PFV;SG;1
te²ʔts’e xká teʔts’e V;PRF;SG;2
n=ʔbʉ²i bi-n ʔbʉi V;PFV;SG;3
te¹ke i teke V;IPFV;SG;3;PRS
n=zạ²-ma²nʔʉ xká-n zạmanʔʉ V;PRF;SG;2
hu¹ʔts’i g-mí huʔts’i V;IPFV;SG;2;PST
hyʉ¹²ni xtá hyʉni V;PRF;PL;1
pø²ʔt’e gí pøʔt’e V;IPFV;SG;2;PRS
jo¹nni dí jonni V;IPFV;SG;1;PRS
ho¹² ga ho V;IRR;SG;1
hu¹ da hyu V;IRR;SG;3
ʔë²ti xí ʔyëti V;PRF;PL;3
pa²t’i xtá-n pat’i V;PRF;PL;1
tä²ngi gí tängi V;IPFV;SG;2;PRS
k’ʉ²t’i da-n k’ʉt’i V;IRR;SG;1
n=ko²t’i xa-n kot’i V;PRF;SG;3
ha¹²xki (i-)dí haxki V;IPFV;SG;3;PRS
pạ²hạ dí pạhạ V;IPFV;SG;1;PRS
hẹ²nba²-te da-n hẹnbate V;IRR;SG;1
tsʉ²t’i xa zʉt’i V;PRF;SG;3
ma¹di mí-n madi V;IPFV;SG;1;PST
n=xø¹²-nʔyo²gu bi-n xønʔyogu V;PFV;SG;3
n=nu¹nts’i xí-n nunts’i V;PRF;PL;3
thi¹nt’i xa dint’i V;PRF;SG;3
ʔo²ʔyu xtá-n ʔoʔyu V;PRF;SG;1
pạ¹ma²-nt’ä¹gi g-mí pạmant’ägi V;IPFV;SG;2;PST
ha¹ndi g-mí handi V;IPFV;SG;2;PST
hya²di bi-n hyadi V;PFV;SG;3
ʔbạ²n-yä gí-dí ʔbạnyä V;IPFV;SG;2;PRS
tʉ¹²ni da dʉni V;IRR;SG;3
thʉ¹ g-mí thʉ V;IPFV;SG;2;PST
he²te mí-dí hete V;IPFV;SG;3;PST
n=xi¹ʔt’i xí-n xiʔt’i V;PRF;PL;3
hä¹ti gí-dí häti V;IPFV;SG;2;PRS
hwä¹²ʔt’i da hwäʔt’i V;IRR;SG;3
hʉ¹²fi xkí hyʉfi V;PRF;PL;2
mba²fi mí mbafi V;IPFV;SG;1;PST
ma¹ki gá maki V;PFV;SG;2
kø¹²xke bi gøxke V;PFV;SG;3
mbạ²nt’i mí mbạnt’i V;IPFV;SG;1;PST
n=ʔi²n-hya¹di xí-n ʔinhyadi V;PRF;PL;3
zø²t’e da zøt’e V;IRR;SG;3
ti¹²ni da dini V;IRR;SG;3
wä¹-pi g-mí-n wäpi V;IPFV;SG;2;PST
tso¹²ki di-n tsoki V;IRR;SG;3
ʔwa²ʔmi (i-)dí ʔwaʔmi V;IPFV;SG;3;PRS
kạ¹²ki ga kạki V;IRR;SG;1
ʔạ¹gi i ʔạgi V;IPFV;SG;3;PRS
n=pa²ts’i xtá-n pats’i V;PRF;SG;1
nu²-jä¹ʔi ga-n nujäʔi V;IRR;SG;1
tsẹ¹²ni dá tsẹni V;PFV;SG;1
ma¹n=tho mí-n mantho V;IPFV;SG;3;PST
pẹ²m-du dí pẹmdu V;IPFV;SG;1;PRS
pa¹kpa¹-hạ¹²i dá pakpahại V;PFV;SG;1
k’ä²ki i k’äki V;IPFV;SG;3;PRS
yʉ¹²-mma²nho da-n yʉmmanho V;IRR;SG;1
tsi²-hme xí-n tsihme V;PRF;PL;3
hø¹mmi dá hømmi V;PFV;SG;1
fʉ¹ʔmi ga fʉʔmi V;IRR;SG;1
ts’o¹²ni (i-)dí ts’oni V;IPFV;SG;3;PRS
na²ʔmi xtá naʔmi V;PRF;PL;1
ts’ạ¹²ki da-n ts’ạki V;IRR;SG;1
n=tẹ¹²ts’i bi-n tẹts’i V;PFV;SG;3
do²t’i i dot’i V;IPFV;SG;3;PRS
thʉ¹nt’i xí dʉnt’i V;PRF;PL;3
hya²ki di-n hyaki V;IRR;SG;3
ʔï¹²t’i dá ʔït’i V;PFV;SG;1
ja²m-ma²nsu xká jammansu V;PRF;SG;2
n=ʔbʉ²i mí-n ʔbʉi V;IPFV;SG;1;PST
k’ʉ¹n-the¹de ga-n k’ʉnthede V;IRR;SG;2
ʔʉ¹² xtá ʔʉ V;PRF;SG;1
n=zi²-b-de xí-n zibde V;PRF;PL;3
tso²ʔt’i mí tsoʔt’i V;IPFV;SG;1;PST
n=ʔdo²ʔts’i mí-n ʔdoʔts’i V;IPFV;SG;3;PST
pë¹ xtá pë V;PRF;SG;1
pi¹²hi xtá pihi V;PRF;SG;1
tsạ¹²-ma²nhëi mí tsạmanhëi V;IPFV;SG;1;PST
fø¹²ni g-mí-dí føni V;IPFV;SG;2;PST
tø¹²ge mí-dí tøge V;IPFV;SG;3;PST
ma¹n-nde² tho¹²ho gá mannde thoho V;PFV;SG;2
n=ʔë²x-te xká-n ʔëxte V;PRF;SG;2
ho¹n-bi xkí hyonbi V;PRF;PL;2
n=nu²-te xtá-n nute V;PRF;SG;1
ʔä¹²i bi ʔyäi V;PFV;SG;3
xo¹ʔt’i xí xoʔt’i V;PRF;PL;3
jä²t’i mí jät’i V;IPFV;SG;3;PST
tẹ²t’i xká-n tẹt’i V;PRF;SG;2
kä¹t’i xtá kät’i V;PRF;SG;1
ma¹²hi xká mahi V;PRF;SG;2
pø²ke bi-n pøke V;PFV;SG;3
n=ho²gi dá-n hogi V;PFV;SG;1
tho²ʔts’i xa thoʔts’i V;PRF;SG;3
zø¹te xí zøte V;PRF;PL;3
nu²r-bi gi-n nurbi V;IRR;SG;2
ha¹hni da hahni V;IRR;SG;3
pʉ¹ mí pʉ V;IPFV;SG;3;PST
pa²-xjʉ bi-n paxjʉ V;PFV;SG;3
n=to¹²ni bi-n toni V;PFV;SG;3
te¹²ge xa dege V;PRF;SG;3
de¹ʔmi (i-)dí deʔmi V;IPFV;SG;3;PRS
ʔwẹ¹ts’i dá ʔwẹts’i V;PFV;SG;1
pe¹ge (i-)dí pege V;IPFV;SG;3;PRS
fï²ts’i da fïts’i V;IRR;SG;3
ʔyø¹ni (i-)dí ʔyøni V;IPFV;SG;3;PRS
pe¹de gá pede V;PFV;SG;2
pʉ²ti xtá pʉti V;PRF;PL;1
jo¹ʔts’i g-mí joʔts’i V;IPFV;SG;2;PST
n=gä²-yä ga-n gäyä V;IRR;SG;2
ʔo¹ʔt’i da ʔyoʔt’i V;IRR;SG;3
jʉ¹ki i jʉki V;IPFV;SG;3;PRS
ts’a¹²ti g-mí-dí ts’ati V;IPFV;SG;2;PST
ʔʉ²xthʉ dá ʔʉxthʉ V;PFV;SG;1
yʉ¹²-mma²nho i yʉmmanho V;IPFV;SG;3;PRS
kwa¹²hmi xtá kwahmi V;PRF;SG;1
ʔbẹ²-ʔbo (i-)dí ʔbẹʔbo V;IPFV;SG;3;PRS
kạ²-ʔyu ga-n kạʔyu V;IRR;SG;2
hẹ²ʔmi bi hyẹʔmi V;PFV;SG;3
tho²ni xa thoni V;PRF;SG;3
kʉ²nni dí-dí kʉnni V;IPFV;SG;1;PRS
n=ʔbạ²n-yä gí-n ʔbạnyä V;IPFV;SG;2;PRS
kwa²r-pi gá kwarpi V;PFV;SG;2
n=pẹ¹fi mí-dí-n pẹfi V;IPFV;SG;3;PST
n=the²ge mí-n thege V;IPFV;SG;3;PST
xa²xni (i-)dí xaxni V;IPFV;SG;3;PRS
tsa²ʔt’i xká tsaʔt’i V;PRF;SG;2
n=ʔwẹ²di xa-n ʔwẹdi V;PRF;SG;3
k’ä²ts’i xtá-n k’äts’i V;PRF;SG;1
n=du²pa²-te i-n dupate V;IPFV;SG;3;PRS
yä¹-pi xká yäpi V;PRF;SG;2
wä²-ʔbo²xʔyo² xtá-n wäʔboxʔyo V;PRF;SG;1
kʉ²ʔt’i dí-dí kʉʔt’i V;IPFV;SG;1;PRS
ʔë²ti mí ʔëti V;IPFV;SG;3;PST
n=ʔyo²-ma²nxi da-n ʔyomanxi V;IRR;SG;1
jạ¹di xtá jạdi V;PRF;SG;1
pʉ²nts’i gi pʉnts’i V;IRR;SG;2
ndø²m-ma²nsu mí-n ndømmansu V;IPFV;SG;3;PST
tu²nʔa¹-ʔyo xtá-n tunʔaʔyo V;PRF;SG;1
gu¹²xt’i mí-dí guxt’i V;IPFV;SG;1;PST
ʔwë¹²xt’i gá ʔwëxt’i V;PFV;SG;2
yʉ¹²m-ma²nʔi¹²xi xí-n yʉmmanʔixi V;PRF;PL;3
mi²x-te di-n mixte V;IRR;SG;3
zø¹te ga zøte V;IRR;SG;1
tu¹-ts’o¹ni xkí tuts’oni V;PRF;PL;2
n=ya²xi xká-n yaxi V;PRF;SG;2
n=thä¹ti xtá-n thäti V;PRF;PL;1
hø²ʔts’e ga høʔts’e V;IRR;SG;1
xø¹t’e gá xøt’e V;PFV;SG;2
hʉ²k-pi ga hʉkpi V;IRR;SG;1
n=pø²ʔt’e gá-n pøʔt’e V;PFV;SG;2
zo²fo gi-n zofo V;IRR;SG;2
pẹ¹-pi gí pẹpi V;IPFV;SG;2;PRS
n=k’ʉ¹²nts’i xtá-n k’ʉnts’i V;PRF;PL;1
gʉ¹²hmi bi-n gʉhmi V;PFV;SG;3
ʔu¹²xt’i dá ʔuxt’i V;PFV;SG;1
ʔa²-do dí ʔado V;IPFV;SG;1;PRS
tu¹-pi gi tupi V;IRR;SG;2
ʔyø¹²-dạ da-n ʔyødạ V;IRR;SG;1
n=ʔyø¹t’e dá-n ʔyøt’e V;PFV;SG;1
tsʉ²ti gi tsʉti V;IRR;SG;2
kʉ²i ga kʉi V;IRR;SG;1
pʉ¹²ngi dá pʉngi V;PFV;SG;1
thʉ²xni xí-n thʉxni V;PRF;PL;3
ko¹hi bi kohi V;PFV;SG;3
ʔë¹²nts’i xtá ʔënts’i V;PRF;SG;1
ʔë¹²ts’i xa ʔyëts’i V;PRF;SG;3
jo²hya²-bi da johyabi V;IRR;SG;3
t’a¹-xi²jo xtá t’axijo V;PRF;PL;1
n=pi²t’i di-n pit’i V;IRR;SG;3
zø²k’a²t’i xká-n zøk’at’i V;PRF;SG;2
ma¹ti dí-n mati V;IPFV;SG;1;PRS
tạ²gi xkí tạgi V;PRF;PL;2
pä¹²di xa bädi V;PRF;SG;3
yø¹ʔt’e mí yøʔt’e V;IPFV;SG;1;PST
yo²ti xa yoti V;PRF;SG;3
ʔbẹ²-ʔbo gi ʔbẹʔbo V;IRR;SG;2
ma²ʔt’i xí maʔt’i V;PRF;PL;3
t’i²xni xa-n t’ixni V;PRF;SG;3
thä¹ni xtá thäni V;PRF;PL;1
mu²ʔts’i bi muʔts’i V;PFV;SG;3
mu¹² bi mu V;PFV;SG;3
tsi²nni ga tsinni V;IRR;SG;1
pø²m-mi²xa¹ (i-)dí pømmixa V;IPFV;SG;3;PRS
nde²-tsʉ¹²i mí ndetsʉi V;IPFV;SG;3;PST
hma²hni ga hmahni V;IRR;SG;1
ti²ts’i xa ndits’i V;PRF;SG;3
hma²t’i (i-)dí hmat’i V;IPFV;SG;3;PRS
tø¹²te xtá tøte V;PRF;PL;1
nu¹² mí-n nu V;IPFV;SG;1;PST
kä¹²ts’i dí käts’i V;IPFV;SG;1;PRS
sạ¹ʔts’i xká tsạʔts’i V;PRF;SG;2
tsʉ²-te xtá-n tsʉte V;PRF;PL;1
ʔʉ²k-pi xká ʔʉkpi V;PRF;SG;2
yä¹-pi g-mí-dí yäpi V;IPFV;SG;2;PST
ʔä¹²ts’i mí-dí ʔäts’i V;IPFV;SG;3;PST
tsạ¹²-ma²nhëi xtá tsạmanhëi V;PRF;PL;1
tsa²r-bi xa tsarbi V;PRF;SG;3
n=tsu¹ gí-n tsu V;IPFV;SG;2;PRS
fe²t’e bi fet’e V;PFV;SG;3
tʉ¹k-ka¹fe mí tʉkkafe V;IPFV;SG;1;PST
n=ʔwa¹t’a¹-ʔyo gá-n ʔwat’aʔyo V;PFV;SG;2
n=he²x-yä g-mí-dí-n hexyä V;IPFV;SG;2;PST
kä¹²i dí käi V;IPFV;SG;1;PRS
do¹²nni xa donni V;PRF;SG;3
ʔä¹²ni da ʔyäni V;IRR;SG;3
kʉ²xni dá-n kʉxni V;PFV;SG;1
ko¹²h-ma²hyä i kohmahyä V;IPFV;SG;3;PRS
ko²t’a¹-fạ²di gi kot’afạdi V;IRR;SG;2
hẹ²n-bi xkí hyẹnbi V;PRF;PL;2
kạ¹²hmi dí-dí kạhmi V;IPFV;SG;1;PRS
tsø²ni xtá tsøni V;PRF;PL;1
xạ¹n-bi g-mí xạnbi V;IPFV;SG;2;PST
ts’ʉ²-nhyẹ¹ts’i bi ts’ʉnhyẹts’i V;PFV;SG;3
ʔẹ¹t’i i ʔẹt’i V;IPFV;SG;3;PRS
kʉ²ts’i da yʉts’i V;IRR;SG;3
n=ʔo²xi dí-n ʔoxi V;IPFV;SG;1;PRS
n=xu¹t’i bi-n xut’i V;PFV;SG;3
ha²ts’i mí hats’i V;IPFV;SG;3;PST
ʔø¹²te (i-)dí ʔøte V;IPFV;SG;3;PRS
xo¹ʔt’i gí xoʔt’i V;IPFV;SG;2;PRS
hwi¹²xt’i gi hwixt’i V;IRR;SG;2
jwa²di da gwadi V;IRR;SG;3
nda²ts’i xká-n ndats’i V;PRF;SG;2
ʔdo¹ngi (i-)dí ʔdongi V;IPFV;SG;3;PRS
wä²pa²-ka²fe da-n wäpakafe V;IRR;SG;1
ʔbʉ¹²-xtha bi-n ʔbʉxtha V;PFV;SG;3
ʔä¹gi bi ʔyägi V;PFV;SG;3
be²nts’i gí-dí bents’i V;IPFV;SG;2;PRS
ʔwä²ki gá-n ʔwäki V;PFV;SG;2
ʔa²-ʔyʉ²mu mí ʔaʔyʉmu V;IPFV;SG;3;PST
kwa²ti g-mí-dí kwati V;IPFV;SG;2;PST
hma²hni da hmahni V;IRR;SG;3
tu²-jʉ xtá-n tujʉ V;PRF;SG;1
bä¹ʔt’i xtá bäʔt’i V;PRF;SG;1
kä¹t’i xí gät’i V;PRF;PL;3
sʉ¹²ni dí-dí tsʉni V;IPFV;SG;1;PRS
ʔo²i xa ʔyoi V;PRF;SG;3
tsi²ʔt’i da tsiʔt’i V;IRR;SG;3
ko¹²ts’i mí kots’i V;IPFV;SG;3;PST
n=ʔyo²sʔ-ma²hyä mí-dí-n ʔyosʔmahyä V;IPFV;SG;3;PST
n=hë²ni xtá-n hëni V;PRF;PL;1
kwe²ngi gá kwengi V;PFV;SG;2
nu²-ma²nʔʉ gá numanʔʉ V;PFV;SG;2
n=ʔạ²di gí-n ʔạdi V;IPFV;SG;2;PRS
ʔdo²gi da ʔdogi V;IRR;SG;3
ma¹²hi bi mahi V;PFV;SG;3
ʔyo²-ma²nza²ki xí-n ʔyomanzaki V;PRF;PL;3
bø²ka i bøka V;IPFV;SG;3;PRS
ʔï¹²t’i (i-)dí ʔït’i V;IPFV;SG;3;PRS
n=to²ʔt’i g-mí-dí-n toʔt’i V;IPFV;SG;2;PST
n=hyẹ¹²ts’i di-n hyẹts’i V;IRR;SG;3
tsạ¹ndä¹-te xí-n tsạndäte V;PRF;PL;3
ts’ẹ²r-pi gi ts’ẹrpi V;IRR;SG;2
pø²xke mí pøxke V;IPFV;SG;3;PST
yø¹ʔt’e dá yøʔt’e V;PFV;SG;1
po¹ xí mbo V;PRF;PL;3
ma¹ dí-n ma V;IPFV;SG;1;PRS
hẹ²nba²-te dí hẹnbate V;IPFV;SG;1;PRS
hạ²nni gá hạnni V;PFV;SG;2
yä²-fạ²di dá-n yäfạdi V;PFV;SG;1
xi¹fi dí xifi V;IPFV;SG;1;PRS
hu¹t’a¹-nza²-mbʉ¹²i da hyut’anzambʉi V;IRR;SG;3
ko¹²nts’i ga konts’i V;IRR;SG;1
kä² ga kä V;IRR;SG;1
pe¹de ga pede V;IRR;SG;1
hø¹t’e xkí hyøt’e V;PRF;PL;2
tsi¹²-the²=bi xí tsithebi V;PRF;PL;3
thï²ts’i gá thïts’i V;PFV;SG;2
de¹ni bi deni V;PFV;SG;3
tu²ʔt’i dí tuʔt’i V;IPFV;SG;1;PRS
jạ¹di (i-)dí jạdi V;IPFV;SG;3;PRS
jwä²n-bi gi jwänbi V;IRR;SG;2
zø²k’a²t’i xtá-n zøk’at’i V;PRF;SG;1
n=ʔyä²nt’ʉ bi-n ʔyänt’ʉ V;PFV;SG;3
mu¹² xtá mu V;PRF;PL;1
xa¹ni gi xani V;IRR;SG;2
te¹ke xtá teke V;PRF;PL;1
tsẹ²n-ʔyo²xʔyo xtá-n tsẹnʔyoxʔyo V;PRF;PL;1
kø¹nni da gønni V;IRR;SG;3
hạ¹²nt’i xí hạnt’i V;PRF;PL;3
ts’ạ¹²ki gí ts’ạki V;IPFV;SG;2;PRS
n=hạ¹²nt’i di-n hạnt’i V;IRR;SG;3
nda²ts’i di-n ndats’i V;IRR;SG;3
n=bø²m-mbe gí-n bømmbe V;IPFV;SG;2;PRS
tø¹te da ndøte V;IRR;SG;3
n=zi²-b-de mí-n zibde V;IPFV;SG;3;PST
zä¹mmi dí zämmi V;IPFV;SG;1;PRS
n=ʔa²nni xká-n ʔanni V;PRF;SG;2
n=ye¹²ke xí-n yeke V;PRF;PL;3
hwi¹²xt’i mí hwixt’i V;IPFV;SG;3;PST
ʔyo¹-xi¹ngwa xtá-n ʔyoxingwa V;PRF;PL;1
jạ¹ki xká jạki V;PRF;SG;2
ʔë²m-me¹²i xtá-n ʔëmmei V;PRF;PL;1
n=hyë¹nni mí-dí-n hyënni V;IPFV;SG;1;PST
ʔu²nni gí-dí ʔunni V;IPFV;SG;2;PRS
n=tẹ²ʔmi xí-n tẹʔmi V;PRF;PL;3
pạ¹²di dá pạdi V;PFV;SG;1
ʔʉ²-pi ga ʔʉpi V;IRR;SG;1
hạ¹nts’i mí-dí hạnts’i V;IPFV;SG;3;PST
so¹ni xa zoni V;PRF;SG;3
hä¹²ni dí häni V;IPFV;SG;1;PRS
hwi¹ki xa hwiki V;PRF;SG;3
fø¹²ni mí-dí føni V;IPFV;SG;3;PST
hë²n-bi (i-)dí hënbi V;IPFV;SG;3;PRS
ndø²m-ma²nho g-mí ndømmanho V;IPFV;SG;2;PST
ko¹²ts’i dá kots’i V;PFV;SG;1
k’ʉ¹n-the¹de bi-n k’ʉnthede V;PFV;SG;3
ʔo²i mí ʔoi V;IPFV;SG;1;PST
xạ²n-the mí xạnthe V;IPFV;SG;3;PST
tʉ²ngi da ndʉngi V;IRR;SG;3
pẹ²n-the gá-n pẹnthe V;PFV;SG;2
mi²hni gí mihni V;IPFV;SG;2;PRS
ba¹t’i g-mí-dí bat’i V;IPFV;SG;2;PST
kä¹²xi xtá käxi V;PRF;PL;1
tsẹ²ʔmi g-mí tsẹʔmi V;IPFV;SG;2;PST
thë¹ni mí-dí thëni V;IPFV;SG;3;PST
xạ²-dạ²=bi dí-dí xạdạbi V;IPFV;SG;1;PRS
ʔạ²ki xtá ʔạki V;PRF;SG;1
kwa²ti mí-dí kwati V;IPFV;SG;3;PST
hu¹s-pi i huspi V;IPFV;SG;3;PRS
ʔë²k-ʔyë¹²i ga ʔëkʔyëi V;IRR;SG;1
kø²de xtá køde V;PRF;PL;1
n=du²nni xí-n dunni V;PRF;PL;3
tsä¹ni mí tsäni V;IPFV;SG;3;PST
hu¹t’a¹-nza²-mbʉ¹²i dá hut’anzambʉi V;PFV;SG;1
ʔbʉ²m-ma²nho xtá-n ʔbʉmmanho V;PRF;SG;1
ʔø²ke gí ʔøke V;IPFV;SG;2;PRS
tu²-ma²nthu¹hu da-n tumanthuhu V;IRR;SG;1
ʔyo²-ma²ngä¹t’i da-n ʔyomangät’i V;IRR;SG;1
hạ¹nts’i xí hạnts’i V;PRF;PL;3
hø¹mmi xtá hømmi V;PRF;SG;1
hu¹r-pi da hyurpi V;IRR;SG;3
po²ts’i xkí pots’i V;PRF;PL;2
nde²-tsʉ¹²i bi ndetsʉi V;PFV;SG;3
xø²nni xtá xønni V;PRF;SG;1
pẹ²ʔmi dá pẹʔmi V;PFV;SG;1
n=ʔyẹ²nt’i bi-n ʔyẹnt’i V;PFV;SG;3
jwa²ts’i i jwats’i V;IPFV;SG;3;PRS
ʔʉ²h-jʉ gá-n ʔʉhjʉ V;PFV;SG;2
k’ë¹nt’i (i-)dí k’ënt’i V;IPFV;SG;3;PRS
pu²n-bi mí-dí punbi V;IPFV;SG;3;PST
ʔbạ¹²nts’i gi ʔbạnts’i V;IRR;SG;2
hwi¹fi ga hwifi V;IRR;SG;1
n=du²-thä bi-n duthä V;PFV;SG;3
xạ²ʔt’i ga xạʔt’i V;IRR;SG;1
hyo²ya xa-n hyoya V;PRF;SG;3
n=to¹²ni di-n toni V;IRR;SG;3
ʔu¹²ni xká ʔuni V;PRF;SG;2
fạ²t’i g-mí fạt’i V;IPFV;SG;2;PST
ju¹ti gí juti V;IPFV;SG;2;PRS
ʔyë²hë²bi dá ʔyëhëbi V;PFV;SG;1
kø²te xtá køte V;PRF;PL;1
ʔwa¹-zʉ²bi xtá-n ʔwazʉbi V;PRF;PL;1
ʔbẹ²di dí-dí ʔbẹdi V;IPFV;SG;1;PRS
du¹nt’i xká dunt’i V;PRF;SG;2
zẹ¹²r-pi xí zẹrpi V;PRF;PL;3
ne¹t’a¹-hạ¹²i xkí net’ahại V;PRF;PL;2
tʉ²ʔts’i dí tʉʔts’i V;IPFV;SG;1;PRS
tsa²-ʔyä bi zaʔyä V;PFV;SG;3
n=pạ²di xtá-n pạdi V;PRF;PL;1
ʔbẹ²ʔts’i bi ʔbẹʔts’i V;PFV;SG;3
thä²nts’i mí-dí thänts’i V;IPFV;SG;1;PST
ʔẹ¹²ni xí ʔyẹni V;PRF;PL;3
ʔu¹²ni gí-dí ʔuni V;IPFV;SG;2;PRS
tsa²r-bi gá tsarbi V;PFV;SG;2
ʔø¹t’e da ʔyøt’e V;IRR;SG;3
n=tsạ¹ ga-n tsạ V;IRR;SG;2
yä²ti (i-)dí yäti V;IPFV;SG;3;PRS
pẹ²gi mí pẹgi V;IPFV;SG;1;PST
mu¹²i ga-n mui V;IRR;SG;1
pø²x-yä gí pøxyä V;IPFV;SG;2;PRS
yë²gi g-mí yëgi V;IPFV;SG;2;PST
hwi²xki i hwixki V;IPFV;SG;3;PRS
pø²ts’e i pøts’e V;IPFV;SG;3;PRS
tsẹ²t’i xkí tsẹt’i V;PRF;PL;2
ʔạ² xkí ʔyạ V;PRF;PL;2
hwä¹ni g-mí hwäni V;IPFV;SG;2;PST
hʉ²ti (i-)dí hʉti V;IPFV;SG;3;PRS
n=wä¹²ngi dá-n wängi V;PFV;SG;1
ko¹hi xí kohi V;PRF;PL;3
ʔbø²t’e xtá ʔbøt’e V;PRF;SG;1
pa¹²ha bi mbaha V;PFV;SG;3
fẹ¹m-hyä g-mí fẹmhyä V;IPFV;SG;2;PST
hwi¹fi gi hwifi V;IRR;SG;2
ʔba²ʔt’i da ʔbaʔt’i V;IRR;SG;3
ʔä¹²ni mí ʔäni V;IPFV;SG;3;PST
kʉ²ʔt’i da kʉʔt’i V;IRR;SG;3
tẹ²ʔmi dá tẹʔmi V;PFV;SG;1
tsa¹ xká tsa V;PRF;SG;2
thä¹m-ma²nho xkí thämmanho V;PRF;PL;2
tu¹²ts’i xí duts’i V;PRF;PL;3
ʔë¹²ts’i xtá ʔëts’i V;PRF;PL;1
dʉ¹ʔt’i gá dʉʔt’i V;PFV;SG;2
ʔwi¹ni dí ʔwini V;IPFV;SG;1;PRS
ʔyo¹ bi-n ʔyo V;PFV;SG;3
pø¹²hø xkí pøhø V;PRF;PL;2
wë²n=tho bi wëntho V;PFV;SG;3
n=mu²nts’i xí-n munts’i V;PRF;PL;3
hi¹ da-n hi V;IRR;SG;1
ʔẹ¹²ni g-mí ʔẹni V;IPFV;SG;2;PST
ʔạ¹di i ʔạdi V;IPFV;SG;3;PRS
kạ²-ʔyu gí kạʔyu V;IPFV;SG;2;PRS
ʔyo²-xu¹²i da-n ʔyoxui V;IRR;SG;1
hø²n-the xkí hyønthe V;PRF;PL;2
kạ²-ʔyu mí kạʔyu V;IPFV;SG;3;PST
tsi¹²-the²=bi gí-dí tsithebi V;IPFV;SG;2;PRS
n=hë² xtá-n hë V;PRF;PL;1
pa¹²nts’i gí pants’i V;IPFV;SG;2;PRS
hu¹ts’i mí huts’i V;IPFV;SG;1;PST
xe¹mmi bi xemmi V;PFV;SG;3
na²ni xká-n nani V;PRF;SG;2
n=bø²ni xtá-n bøni V;PRF;PL;1
n=ho¹ʔa¹-hyä xtá-n hoʔahyä V;PRF;SG;1
di¹²nts’i ga dints’i V;IRR;SG;1
te¹ xká te V;PRF;SG;2
n=the²ge di-n thege V;IRR;SG;3
hwẹ¹mmi xtá hwẹmmi V;PRF;PL;1
ʔë²t’i xtá ʔët’i V;PRF;PL;1
ts’ạ¹nt’i mí-dí ts’ạnt’i V;IPFV;SG;3;PST
pẹ¹²i dí pẹi V;IPFV;SG;1;PRS
n=pe¹ni xtá-n peni V;PRF;PL;1
tsẹ²n-ʔyo²xʔyo xká-n tsẹnʔyoxʔyo V;PRF;SG;2
kạ²ti gí-dí kạti V;IPFV;SG;2;PRS
yä¹-hyu ga-n yähyu V;IRR;SG;2
ʔë¹²i xa ʔyëi V;PRF;SG;3
jo¹ da go V;IRR;SG;3
ʔʉ¹²ts’i mí ʔʉts’i V;IPFV;SG;3;PST
pẹ¹²ʔts’i bi mbẹʔts’i V;PFV;SG;3
n=ʔạ²-fạ²di bi-n ʔạfạdi V;PFV;SG;3
ʔẹ¹nt’i da ʔyẹnt’i V;IRR;SG;3
da²r-bi gí-dí darbi V;IPFV;SG;2;PRS
ʔë¹²nts’i gi ʔyënts’i V;IRR;SG;2
te¹ke xkí teke V;PRF;PL;2
thä¹t’i dí thät’i V;IPFV;SG;1;PRS
tso¹gi g-mí tsogi V;IPFV;SG;2;PST
pë¹ xká pë V;PRF;SG;2
ʔwe¹²ʔts’e g-mí ʔweʔts’e V;IPFV;SG;2;PST
n=dä²-hya²ts’i bi-n dähyats’i V;PFV;SG;3
hu¹-xa²di xí hyuxadi V;PRF;PL;3
n=ʔbe²ʔmi xa-n ʔbeʔmi V;PRF;SG;3
zʉ¹²ts’i da-n zʉts’i V;IRR;SG;1
ne¹ʔmi mí-dí neʔmi V;IPFV;SG;3;PST
pø²spe gí pøspe V;IPFV;SG;2;PRS
xø²ke xa xøke V;PRF;SG;3
gạ¹²t’i xkí gạt’i V;PRF;PL;2
n=ho²ki g-mí-dí-n hoki V;IPFV;SG;2;PST
pi¹²xt’i xká pixt’i V;PRF;SG;2
ts’o¹²ni ga ts’oni V;IRR;SG;1
fẹ¹ki mí fẹki V;IPFV;SG;1;PST
hma²ki (i-)dí hmaki V;IPFV;SG;3;PRS
ʔdø¹k-yä xká ʔdøkyä V;PRF;SG;2
n=po¹²ni mí-dí-n poni V;IPFV;SG;3;PST
ʔwẹ¹ts’i xa ʔwẹts’i V;PRF;SG;3
wä²-ʔye mí wäʔye V;IPFV;SG;3;PST
ne¹ti gá neti V;PFV;SG;2
pẹ²di xa pẹdi V;PRF;SG;3
xẹ²ʔts’i ga xẹʔts’i V;IRR;SG;1
tsẹ²ʔts’i xtá tsẹʔts’i V;PRF;PL;1
n=ʔa²ts’i da-n ʔats’i V;IRR;SG;1
ʔø²ʔt’e da ʔyøʔt’e V;IRR;SG;3
jwa²t’i xa gwat’i V;PRF;SG;3
hyu²-mbʉ¹²i dí-dí hyumbʉi V;IPFV;SG;1;PRS
hwa¹²hni gí hwahni V;IPFV;SG;2;PRS
hʉ¹xt’i xtá hʉxt’i V;PRF;PL;1
wë²n=tho xtá wëntho V;PRF;PL;1
xạ¹²i da xại V;IRR;SG;3
k’ë¹nt’i ga k’ënt’i V;IRR;SG;1
nu²-ma²nho dí-n numanho V;IPFV;SG;1;PRS
fï¹di mí fïdi V;IPFV;SG;3;PST
mu¹t’i gi-n mut’i V;IRR;SG;2
k’wẹ¹²nt’i dí k’wẹnt’i V;IPFV;SG;1;PRS
tạ²ki g-mí tạki V;IPFV;SG;2;PST
pø¹²hø xtá pøhø V;PRF;PL;1
t’i²xni di-n t’ixni V;IRR;SG;3
ye²ʔts’e dá yeʔts’e V;PFV;SG;1
me²ʔmi dí-dí meʔmi V;IPFV;SG;1;PRS
kʉ¹²i ga kʉi V;IRR;SG;1
bä¹t’i gi bät’i V;IRR;SG;2
nu²-do²ndo¹-bi xtá nudondobi V;PRF;SG;1
jo²hya²-bi xtá johyabi V;PRF;PL;1
n=sạ²ni gí-dí-n tsạni V;IPFV;SG;2;PRS
he²he da-n hehe V;IRR;SG;1
pa²-te xkí-n pate V;PRF;PL;2
hyu²-mbʉ¹²i (i-)dí hyumbʉi V;IPFV;SG;3;PRS
hʉ²ti dá hʉti V;PFV;SG;1
ʔe¹²xt’e xí ʔyext’e V;PRF;PL;3
ju¹nt’ẹ¹²i da gunt’ẹi V;IRR;SG;3
wä¹r-pi gi wärpi V;IRR;SG;2
tʉ²nts’i bi-n tʉnts’i V;PFV;SG;3
jwä¹ni (i-)dí jwäni V;IPFV;SG;3;PRS
n=ku¹²i gí-dí-n kui V;IPFV;SG;2;PRS
bo¹² bi bo V;PFV;SG;3
kä² gí kä V;IPFV;SG;2;PRS
xø¹ni xkí-n xøni V;PRF;PL;2
ne¹ʔmi g-mí-n neʔmi V;IPFV;SG;2;PST
mu² dá-n mu V;PFV;SG;1
tsẹ¹gi xkí tsẹgi V;PRF;PL;2
n=ts’o¹²ni mí-dí-n ts’oni V;IPFV;SG;3;PST
hna²-thä xkí-n hnathä V;PRF;PL;2
kʉ²ki dí kʉki V;IPFV;SG;1;PRS
kʉ²nni dá kʉnni V;PFV;SG;1
wä²nts’i mí-dí wänts’i V;IPFV;SG;3;PST
ʔu¹ni xí ʔyuni V;PRF;PL;3
tu¹-pi i tupi V;IPFV;SG;3;PRS
thẹ¹ki dá thẹki V;PFV;SG;1
zʉ¹nt’i da zʉnt’i V;IRR;SG;3
pø¹²hø gi pøhø V;IRR;SG;2
to¹ʔma¹-hạ¹²i xtá toʔmahại V;PRF;SG;1
ʔda²ts’i gí ʔdats’i V;IPFV;SG;2;PRS
n=tsi¹²ma¹-te di-n tsimate V;IRR;SG;3
n=gä²t’i ga-n gät’i V;IRR;SG;2
hʉ¹ki g-mí hʉki V;IPFV;SG;2;PST
tso¹gi gí tsogi V;IPFV;SG;2;PRS
te¹ke gi teke V;IRR;SG;2
nu²-do²ndo xa-n nudondo V;PRF;SG;3
thï²-xtha mí thïxtha V;IPFV;SG;3;PST
do²-re g-mí dore V;IPFV;SG;2;PST
ʔạ²-pi bi ʔyạpi V;PFV;SG;3
hẹ¹k-pi dá hẹkpi V;PFV;SG;1
n=zạ²-ma²nʔʉ mí-n zạmanʔʉ V;IPFV;SG;1;PST
bʉ²-do xtá bʉdo V;PRF;SG;1
mbo²ʔmi xká-n mboʔmi V;PRF;SG;2
ʔạ² xtá ʔạ V;PRF;PL;1
fï¹di g-mí fïdi V;IPFV;SG;2;PST
k’a²hni bi-n k’ahni V;PFV;SG;3
thë¹t’i gá thët’i V;PFV;SG;2
kä²-mfi i kämfi V;IPFV;SG;3;PRS
mba²ki mí-dí mbaki V;IPFV;SG;1;PST
hwẹ¹mmi da hwẹmmi V;IRR;SG;3
pẹ¹²hni gí-dí pẹhni V;IPFV;SG;2;PRS
ʔe¹ngi bi ʔyengi V;PFV;SG;3
xä¹-gu xa xägu V;PRF;SG;3
kʉ²i xká kʉi V;PRF;SG;2
hø¹²e xkí hyøe V;PRF;PL;2
gạ²ti ga gạti V;IRR;SG;1
n=ho²gi mí-dí-n hogi V;IPFV;SG;1;PST
n=kä¹²ni da-n käni V;IRR;SG;1
ʔbạ¹m-bi bi ʔbạmbi V;PFV;SG;3
ne²-te xa-n nete V;PRF;SG;3
n=pạ¹ts’i di-n pạts’i V;IRR;SG;3
ne¹rba¹-hạ¹²i xtá nerbahại V;PRF;PL;1
hø²ʔts’e xí hyøʔts’e V;PRF;PL;3
ʔạ¹-pa¹nt’ë²di bi ʔyạpant’ëdi V;PFV;SG;3
du²-ʔye xí-n duʔye V;PRF;PL;3
xë²ki xkí xëki V;PRF;PL;2
xø²ʔt’e xtá xøʔt’e V;PRF;PL;1
n=xi²x-yä xa-n xixyä V;PRF;SG;3
k’i¹nts’i g-mí-dí k’ints’i V;IPFV;SG;2;PST
do²-re gá-n dore V;PFV;SG;2
jwä²n-bi xká jwänbi V;PRF;SG;2
ha²-re xí-n hare V;PRF;PL;3
ti²di xí ndidi V;PRF;PL;3
pø²r-pe gá pørpe V;PFV;SG;2
n=ʔo¹t’i ga-n ʔot’i V;IRR;SG;2
n=tạ¹²i di-n tại V;IRR;SG;3
wä¹²nni xtá wänni V;PRF;SG;1
thë¹t’i gí-dí thët’i V;IPFV;SG;2;PRS
tẹ¹²ts’i i tẹts’i V;IPFV;SG;3;PRS
tä²-te xa-n täte V;PRF;SG;3
ʔwe¹²ʔts’e da ʔweʔts’e V;IRR;SG;3
ʔya²i g-mí ʔyai V;IPFV;SG;2;PST
ʔë²ti dí ʔëti V;IPFV;SG;1;PRS
nda²nts’i xtá ndants’i V;PRF;PL;1
kä¹²ni dí käni V;IPFV;SG;1;PRS
xʉ²ki g-mí-dí xʉki V;IPFV;SG;2;PST
n=bø²ni xí-n bøni V;PRF;PL;3
ʔbʉ¹²-xtha di-n ʔbʉxtha V;IRR;SG;3
tẹ²ki dá-n tẹki V;PFV;SG;1
ʔyä²-tsạ²=bi xkí ʔyätsạbi V;PRF;PL;2
pe²ngi gí pengi V;IPFV;SG;2;PRS
n=hwa²hni gí-dí-n hwahni V;IPFV;SG;2;PRS
n=ʔạ¹ʔts’a¹-hu¹²di ga-n ʔạʔts’ahudi V;IRR;SG;2
tʉ¹hʉ i tʉhʉ V;IPFV;SG;3;PRS
tsi¹-mxø¹ni ga tsimxøni V;IRR;SG;1
ʔyä²-tsạ²=bi bi ʔyätsạbi V;PFV;SG;3
mba¹ʔt’i xa mbaʔt’i V;PRF;SG;3
thä¹ni xa däni V;PRF;SG;3
hmi¹ti xká hmiti V;PRF;SG;2
tsạ²n-bi xká tsạnbi V;PRF;SG;2
nde² xtá nde V;PRF;SG;1
ʔbẹ²t’o xká-n ʔbẹt’o V;PRF;SG;2
ʔbʉ¹²i xí-n ʔbʉi V;PRF;PL;3
kạ¹hạ xká kạhạ V;PRF;SG;2
ʔø¹ts’e xkí ʔyøts’e V;PRF;PL;2
n=gʉ²-fo dí-n gʉfo V;IPFV;SG;1;PRS
n=xø¹ke xtá-n xøke V;PRF;SG;1
hwi¹ʔt’i xtá hwiʔt’i V;PRF;SG;1
tsä¹t’i gá tsät’i V;PFV;SG;2
pa¹²nts’i xtá pants’i V;PRF;SG;1
pʉ²ti mí pʉti V;IPFV;SG;1;PST
hä¹² gi hyä V;IRR;SG;2
pø¹²hø dí-dí pøhø V;IPFV;SG;1;PRS
tä¹²hä bi dähä V;PFV;SG;3
kʉ¹²t’i gá kʉt’i V;PFV;SG;2
thạ¹di xká thạdi V;PRF;SG;2
tsa²ʔt’i da tsaʔt’i V;IRR;SG;3
yä¹-hyu gá-n yähyu V;PFV;SG;2
kʉ²xni mí-dí kʉxni V;IPFV;SG;3;PST
fẹ¹m-hyä xtá fẹmhyä V;PRF;PL;1
tsʉ²ʔt’i dí tsʉʔt’i V;IPFV;SG;1;PRS
kʉ²nni xa kʉnni V;PRF;SG;3
kø¹nni xká kønni V;PRF;SG;2
tsi¹²i dá tsii V;PFV;SG;1
n=ʔyo²sʔ-ma²hyä g-mí-dí-n ʔyosʔmahyä V;IPFV;SG;2;PST
ʔa¹jʉ¹-mhạ¹²i di-n ʔajʉmhại V;IRR;SG;3
xẹ¹ʔt’i mí xẹʔt’i V;IPFV;SG;3;PST
n=to²ʔt’i mí-n toʔt’i V;IPFV;SG;1;PST
thẹ¹ts’i xká thẹts’i V;PRF;SG;2
nda²nts’i xtá ndants’i V;PRF;SG;1
kä¹t’i dí kät’i V;IPFV;SG;1;PRS
ʔë²-hya mí ʔëhya V;IPFV;SG;3;PST
t’ʉ¹²ts’i xká t’ʉts’i V;PRF;SG;2
ʔẹ¹ki mí ʔẹki V;IPFV;SG;1;PST
ti²hi dí tihi V;IPFV;SG;1;PRS
n=xä²ʔmi dí-n xäʔmi V;IPFV;SG;1;PRS
hu²ʔmi da hyuʔmi V;IRR;SG;3
hwë²ʔt’i gi hwëʔt’i V;IRR;SG;2
ma¹t’i xa mat’i V;PRF;SG;3
ma¹di xtá madi V;PRF;SG;1
ʔbẹ²di xa ʔbẹdi V;PRF;SG;3
ʔdo¹²hmi dá ʔdohmi V;PFV;SG;1
tsẹ¹h=tho xká tsẹhtho V;PRF;SG;2
nu²-hạ¹²i mí-n nuhại V;IPFV;SG;1;PST
kạ¹²i gá kại V;PFV;SG;2
hwë¹²gi xí hwëgi V;PRF;PL;3
hø¹n-ni¹gu bi-n hønnigu V;PFV;SG;3
tʉ²ts’i mí tʉts’i V;IPFV;SG;1;PST
ʔbẹ¹t’o bi ʔbẹt’o V;PFV;SG;3
ʔda¹²ni mí-dí ʔdani V;IPFV;SG;1;PST
xä¹²gi xí xägi V;PRF;PL;3
zo²hni bi zohni V;PFV;SG;3
gu²xi xa-n guxi V;PRF;SG;3
zo²fo i-n zofo V;IPFV;SG;3;PRS
ʔi¹²ngi gá ʔingi V;PFV;SG;2
pe²ngi dá pengi V;PFV;SG;1
ʔạ¹nt’i g-mí ʔạnt’i V;IPFV;SG;2;PST
tsä²t’i mí-dí tsät’i V;IPFV;SG;1;PST
kä²ki dí käki V;IPFV;SG;1;PRS
n=gä¹nts’i mí-dí-n gänts’i V;IPFV;SG;3;PST
tsa²r-bi gi tsarbi V;IRR;SG;2
fʉ²nts’i xtá fʉnts’i V;PRF;SG;1
xẹ¹²ni xkí xẹni V;PRF;PL;2
n=nda²nni xa-n ndanni V;PRF;SG;3
yä²-xạ²dạ dá-n yäxạdạ V;PFV;SG;1
yë¹gi gí-n yëgi V;IPFV;SG;2;PRS
ʔạ¹t’i dá ʔạt’i V;PFV;SG;1
ʔo²-pi da ʔyopi V;IRR;SG;3
ʔë¹²na bi ʔyëna V;PFV;SG;3
n=du¹-ʔbẹ¹ni xká-n duʔbẹni V;PRF;SG;2
wä¹²hi xtá wähi V;PRF;SG;1
fe²ke mí-dí feke V;IPFV;SG;3;PST
thä²-mbë²ni mí thämbëni V;IPFV;SG;3;PST
ko²t’a¹-fạ²di dá kot’afạdi V;PFV;SG;1
n=ʔyu²-pi di-n ʔyupi V;IRR;SG;3
kø²te gí-dí køte V;IPFV;SG;2;PRS
pẹ¹²hni xtá pẹhni V;PRF;SG;1
pạ²hạ gí pạhạ V;IPFV;SG;2;PRS
thʉ¹nt’i xa dʉnt’i V;PRF;SG;3
ʔba¹²xni dí-dí ʔbaxni V;IPFV;SG;1;PRS
n=pʉ¹²ni dá-n pʉni V;PFV;SG;1
ʔä¹²i da ʔyäi V;IRR;SG;3
wä²p-t’ë¹ʔyo xtá-n wäpt’ëʔyo V;PRF;PL;1
tsi²nni xa zinni V;PRF;SG;3
hwa¹²ʔts’i mí hwaʔts’i V;IPFV;SG;1;PST
n=ʔbẹ²di da-n ʔbẹdi V;IRR;SG;1
xẹ¹-pi mí xẹpi V;IPFV;SG;3;PST
xø²-mbʉ¹²i ga-n xømbʉi V;IRR;SG;2
tsạ²-te dí tsạte V;IPFV;SG;1;PRS
k’wa²xni xkí-n k’waxni V;PRF;PL;2
n=ʔyä¹ni bi-n ʔyäni V;PFV;SG;3
hä¹²i gí häi V;IPFV;SG;2;PRS
xä¹²gi xa xägi V;PRF;SG;3
tsạ¹ti xtá tsạti V;PRF;PL;1
kø¹nni xtá kønni V;PRF;SG;1
xo²fo xkí-n xofo V;PRF;PL;2
tä¹²-pi mí täpi V;IPFV;SG;3;PST
ʔu¹ni xká ʔyuni V;PRF;SG;2
sạ²ts’i xtá tsạts’i V;PRF;SG;1
nda²nt’i xa ndant’i V;PRF;SG;3
pạ¹ni xká pạni V;PRF;SG;2
n=ʔbạ²n-yä xtá-n ʔbạnyä V;PRF;PL;1
kʉ¹²n-do²ndo gí kʉndondo V;IPFV;SG;2;PRS
kạ¹t’i xkí kạt’i V;PRF;PL;2
n=hwä¹ni xká-n hwäni V;PRF;SG;2
tsi²ki dá tsiki V;PFV;SG;1
n=ku¹²i ga-n kui V;IRR;SG;2
kʉ²ki xa gʉki V;PRF;SG;3
xo²-thä gá-n xothä V;PFV;SG;2
mu¹nts’i xtá munts’i V;PRF;SG;1
tu¹²hu xa duhu V;PRF;SG;3
ko¹²nts’i bi konts’i V;PFV;SG;3
tho²ki dí-dí thoki V;IPFV;SG;1;PRS
ne¹²hi xí nehi V;PRF;PL;3
ʔo²ʔyu xkí-n ʔoʔyu V;PRF;PL;2
n=tø¹²ke gá-n tøke V;PFV;SG;2
n=ku² xtá-n ku V;PRF;SG;1
thï²gi xká thïgi V;PRF;SG;2
mbạ²ʔts’i gí-dí mbạʔts’i V;IPFV;SG;2;PRS
hø¹ts’e dá høts’e V;PFV;SG;1
fẹ¹ni dá fẹni V;PFV;SG;1
do¹²nni gi donni V;IRR;SG;2
ʔa¹ka¹-ʔyo gá-n ʔakaʔyo V;PFV;SG;2
xø¹t’e xtá xøt’e V;PRF;SG;1
tä¹-dẹ¹thä xká-n tädẹthä V;PRF;SG;2
n=sạ²ni mí-dí-n tsạni V;IPFV;SG;3;PST
n=dä²n-nde gí-n dännde V;IPFV;SG;2;PRS
nhë¹² xtá nhë V;PRF;SG;1
tsi¹-mxø¹ni dí tsimxøni V;IPFV;SG;1;PRS
ʔu¹²t’i xa ʔut’i V;PRF;SG;3
fʉ²t’i xí fʉt’i V;PRF;PL;3
xạ¹ki dí xạki V;IPFV;SG;1;PRS
sạ¹ʔts’i bi zạʔts’i V;PFV;SG;3
ta¹²xki xkí taxki V;PRF;PL;2
n=the²ge dá-n thege V;PFV;SG;1
hä¹²ts’i xa hyäts’i V;PRF;SG;3
n=tsạ¹ da-n tsạ V;IRR;SG;1
ya¹ʔa¹bi da yaʔabi V;IRR;SG;3
xo²fo gá-n xofo V;PFV;SG;2
ʔbo²-mfi bi ʔbomfi V;PFV;SG;3
ho²gi mí-dí hogi V;IPFV;SG;3;PST
pë¹ gi pë V;IRR;SG;2
pë¹ i pë V;IPFV;SG;3;PRS
ʔạ¹t’i xkí ʔyạt’i V;PRF;PL;2
tʉ²-jʉ da-n tʉjʉ V;IRR;SG;1
n=fʉ²ki xkí-n fʉki V;PRF;PL;2
ts’ï²hni xa-n ts’ïhni V;PRF;SG;3
to¹²ngi mí-dí tongi V;IPFV;SG;3;PST
k’ẹ²hni (i-)dí k’ẹhni V;IPFV;SG;3;PRS
ʔë¹²nni ga ʔënni V;IRR;SG;1
n=ʔyø¹t’e xtá-n ʔyøt’e V;PRF;SG;1
n=k’wa¹nts’i (i-)dí-n k’wants’i V;IPFV;SG;3;PRS
ʔʉ²ʔts’i mí ʔʉʔts’i V;IPFV;SG;3;PST
kä¹²ni mí-dí käni V;IPFV;SG;3;PST
ʔẹ¹ni dá ʔẹni V;PFV;SG;1
kʉ¹²i g-mí kʉi V;IPFV;SG;2;PST
k’wa²xni gí-dí k’waxni V;IPFV;SG;2;PRS
to¹²ngi (i-)dí tongi V;IPFV;SG;3;PRS
n=ja² xí-n ja V;PRF;PL;3
pe²ʔt’e mí peʔt’e V;IPFV;SG;1;PST
ju¹ts’i mí juts’i V;IPFV;SG;3;PST
pa²-te gá-n pate V;PFV;SG;2
k’wa²xni di-n k’waxni V;IRR;SG;3
gʉ¹²i mí-dí gʉi V;IPFV;SG;1;PST
ʔdø¹k-yä gá ʔdøkyä V;PFV;SG;2
n=kạ¹ts’i dí-dí-n kạts’i V;IPFV;SG;1;PRS
to¹²ni xtá toni V;PRF;SG;1
ʔʉ²h-jʉ xtá-n ʔʉhjʉ V;PRF;PL;1
t’i¹ mí t’i V;IPFV;SG;3;PST
thu¹ki ga thuki V;IRR;SG;1
pa²-te i pate V;IPFV;SG;3;PRS
n=ti²hni mí-dí-n tihni V;IPFV;SG;1;PST
jwa²ni bi gwni V;PFV;SG;3
tʉ²gi i tʉgi V;IPFV;SG;3;PRS
hwä¹ni dá hwäni V;PFV;SG;1
jø²t’e da-n jøt’e V;IRR;SG;1
pi¹ gí pi V;IPFV;SG;2;PRS
hu¹ni gá hyuni V;PFV;SG;2
ʔë²k-ʔyë¹²i gí ʔëkʔyëi V;IPFV;SG;2;PRS
n=hyẹ²gi ga-n hyẹgi V;IRR;SG;2
ʔạ¹t’i xtá ʔạt’i V;PRF;PL;1
ʔya²i i ʔyai V;IPFV;SG;3;PRS
jo¹ts’i gi jots’i V;IRR;SG;2
n=zi²-b-de gá-n zibde V;PFV;SG;2
wä²p-t’ë¹ʔyo xká-n wäpt’ëʔyo V;PRF;SG;2
xo¹ʔt’i mí xoʔt’i V;IPFV;SG;3;PST
he²te bi hete V;PFV;SG;3
n=ʔạ²ts’i dí-n ʔạts’i V;IPFV;SG;1;PRS
pe¹te xkí pete V;PRF;PL;2
na¹²ts’i mí-dí nats’i V;IPFV;SG;1;PST
fo¹ʔts’i gi foʔts’i V;IRR;SG;2
n=thạ²n=tho xkí-n thạntho V;PRF;PL;2
me¹²pya xkí mepya V;PRF;PL;2
n=pø¹²hø di-n pøhø V;IRR;SG;3
n=ʔyø²rbe di-n ʔyørbe V;IRR;SG;3
n=hyë¹nni g-mí-dí-n hyënni V;IPFV;SG;2;PST
hwë²ʔt’i bi hwëʔt’i V;PFV;SG;3
ju¹ti bi guti V;PFV;SG;3
ts’a¹nt’i xa ts’ant’i V;PRF;SG;3
ʔbẹ¹t’i dí-dí ʔbẹt’i V;IPFV;SG;1;PRS
tsʉ¹ndi bi zʉndi V;PFV;SG;3
n=ku¹²i g-mí-dí-n kui V;IPFV;SG;2;PST
ne¹ʔt’i g-mí-n neʔt’i V;IPFV;SG;2;PST
tso¹ts’i dá tsots’i V;PFV;SG;1
ne¹ʔmi gi neʔmi V;IRR;SG;2
ku¹²i xkí kui V;PRF;PL;2
tʉ²ki dá tʉki V;PFV;SG;1
n=pï²ts’i xa-n pïts’i V;PRF;SG;3
n=k’o¹²mmi dí-n k’ommi V;IPFV;SG;1;PRS
yo¹²r-bi xtá yorbi V;PRF;PL;1
jwa¹ti (i-)dí jwati V;IPFV;SG;3;PRS
xe¹mmi xa xemmi V;PRF;SG;3
ku²hni dá kuhni V;PFV;SG;1
ʔʉ²h-jʉ xká-n ʔʉhjʉ V;PRF;SG;2
kwe²nt’i dí kwent’i V;IPFV;SG;1;PRS
ʔbạ¹t’i dá ʔbạt’i V;PFV;SG;1
ne¹t’a¹-hạ¹²i da net’ahại V;IRR;SG;3
ʔu¹²t’i bi-n ʔut’i V;PFV;SG;3
me²ya xká meya V;PRF;SG;2
hwä¹²ki xa hwäki V;PRF;SG;3
ʔë¹²nts’i xtá ʔënts’i V;PRF;PL;1
n=ʔbo²n-zu¹²i xí-n ʔbonzui V;PRF;PL;3
ma¹²hi xkí mahi V;PRF;PL;2
sạ¹ʔts’i mí tsạʔts’i V;IPFV;SG;1;PST
n=hma²ki ga-n hmaki V;IRR;SG;2
dạ¹² gi dạ V;IRR;SG;2
k’ä¹-ma²nʔʉ dí-dí k’ämanʔʉ V;IPFV;SG;1;PRS
k’ä²du mí k’ädu V;IPFV;SG;3;PST
pʉ¹²ki xkí pʉki V;PRF;PL;2
thä²-mbë²ni xká thämbëni V;PRF;SG;2
ʔyä²h-hi xa-n ʔyähhi V;PRF;SG;3
tsa²-ʔyä xa zaʔyä V;PRF;SG;3
ts’ẹ²di gi ts’ẹdi V;IRR;SG;2
tsẹ¹h=tho dí tsẹhtho V;IPFV;SG;1;PRS
ʔwẹ¹ʔmi mí ʔwẹʔmi V;IPFV;SG;3;PST
pa²t’i da-n pat’i V;IRR;SG;1
tsä¹ni ga tsäni V;IRR;SG;1
pi²ki gí piki V;IPFV;SG;2;PRS
tä¹²-pi xtá täpi V;PRF;PL;1
pʉ¹t’i dá pʉt’i V;PFV;SG;1
ʔï²ti²mma¹-te dí ʔïtimmate V;IPFV;SG;1;PRS
n=za¹ʔa¹-ʔyo bi-n zaʔaʔyo V;PFV;SG;3
yʉ¹²-mma²nʔu dá-n yʉmmanʔu V;PFV;SG;1
ye²r-be xká yerbe V;PRF;SG;2
pe¹t’e xí mbet’e V;PRF;PL;3
thẹ¹n-bi gá thẹnbi V;PFV;SG;2
ʔẹ¹²i dí ʔẹi V;IPFV;SG;1;PRS
n=hyë¹nni dá-n hyënni V;PFV;SG;1
ho²-te dá-n hote V;PFV;SG;1
n=ʔyạ²n=tho xa-n ʔyạntho V;PRF;SG;3
n=ʔë²ni xtá-n ʔëni V;PRF;PL;1
ʔʉ²-na²ni xká-n ʔʉnani V;PRF;SG;2
ʔʉ¹ʔt’i xká ʔyʉʔt’i V;PRF;SG;2
hmi¹²-du xká-n hmidu V;PRF;SG;2
ʔẹ¹ts’i gi ʔyẹts’i V;IRR;SG;2
ta¹mmi ga tammi V;IRR;SG;1
wẹ¹ bi-n wẹ V;PFV;SG;3
nu²-do²ndo¹-bi ga-n nudondobi V;IRR;SG;1
tʉ²t’i da tʉt’i V;IRR;SG;3
ho¹ bi hyo V;PFV;SG;3
ʔạ²t’i xtá ʔạt’i V;PRF;PL;1
xø¹m-hyä xa xømhyä V;PRF;SG;3
te²ts’e g-mí tets’e V;IPFV;SG;2;PST
thä¹nt’i xa dänt’i V;PRF;SG;3
n=hyø¹ts’e xtá-n hyøts’e V;PRF;PL;1
tsø²ke xká tsøke V;PRF;SG;2
n=pʉ²gi (i-)dí-n pʉgi V;IPFV;SG;3;PRS
n=fẹ¹ xa-n fẹ V;PRF;SG;3
zä¹²ndi dá zändi V;PFV;SG;1
thʉ¹ xí-n thʉ V;PRF;PL;3
n=tä²s-pi gá-n täspi V;PFV;SG;2
n=ʔyo²hʉ gí-dí-n ʔyohʉ V;IPFV;SG;2;PRS
k’o²hni xa-n k’ohni V;PRF;SG;3
n=pạ²t’i g-mí-dí-n pạt’i V;IPFV;SG;2;PST
ʔbẹ²ni gí ʔbẹni V;IPFV;SG;2;PRS
thẹ¹²i ga thẹi V;IRR;SG;1
ʔạ¹-pa¹nt’ë²di xtá ʔạpant’ëdi V;PRF;SG;1
tsø²t’e dá tsøt’e V;PFV;SG;1
hwä¹²ʔt’i bi hwäʔt’i V;PFV;SG;3
tạ²gi gí tạgi V;IPFV;SG;2;PRS
thẹ²ti gí-dí thẹti V;IPFV;SG;2;PRS
n=ʔạ²-thä di-n ʔạthä V;IRR;SG;3
ma¹m-ma²nho i-n mammanho V;IPFV;SG;3;PRS
ʔyo¹-xi¹ngwa xkí-n ʔyoxingwa V;PRF;PL;2
hʉ²k-pi mí hʉkpi V;IPFV;SG;3;PST
ʔu²ʔmi xí ʔyuʔmi V;PRF;PL;3
ʔbø¹nt’i mí-dí ʔbønt’i V;IPFV;SG;1;PST
n=ʔyä²nt’ʉ di-n ʔyänt’ʉ V;IRR;SG;3
yä²r-bi da yärbi V;IRR;SG;3
ʔbø²ni bi-n ʔbøni V;PFV;SG;3
ʔä¹t’i gi ʔyät’i V;IRR;SG;2
fẹ¹ni mí fẹni V;IPFV;SG;1;PST
xø²ts’e xa xøts’e V;PRF;SG;3
hwä¹t’i bi hwät’i V;PFV;SG;3
ʔwẹ¹ʔts’i gá ʔwẹʔts’i V;PFV;SG;2
n=pạ¹ts’i mí-dí-n pạts’i V;IPFV;SG;3;PST
n=pa²xni ga-n paxni V;IRR;SG;2
xo¹²ts’i gá xots’i V;PFV;SG;2
n=pʉ¹²ni bi-n pʉni V;PFV;SG;3
k’a¹ngi (i-)dí k’angi V;IPFV;SG;3;PRS
thä¹ni xká thäni V;PRF;SG;2
ʔyo²-ma²ngä¹t’i gá-n ʔyomangät’i V;PFV;SG;2
nde² gí-n nde V;IPFV;SG;2;PRS
me¹ (i-)dí me V;IPFV;SG;3;PRS
ʔë²r-bi gi ʔyërbi V;IRR;SG;2
n=k’ʉ¹²nt’i xtá-n k’ʉnt’i V;PRF;PL;1
hø¹mba¹-hạ¹²i gá hyømbahại V;PFV;SG;2
ʔbạ¹²nts’i g-mí-dí ʔbạnts’i V;IPFV;SG;2;PST
tu¹² g-mí tu V;IPFV;SG;2;PST
ʔbạ¹m-bi gá ʔbạmbi V;PFV;SG;2
ʔạ²ʔts’i xí ʔyạʔts’i V;PRF;PL;3
n=jwe¹-te xkí-n jwete V;PRF;PL;2
yä¹²-ma²ngä¹t’i da-n yämangät’i V;IRR;SG;1
n=nu²-te bi-n nute V;PFV;SG;3
ko¹²nts’i xa konts’i V;PRF;SG;3
tsø²ke gi tsøke V;IRR;SG;2
thu¹ki i thuki V;IPFV;SG;3;PRS
nu²-hyo¹ya xtá nuhyoya V;PRF;SG;1
hẹ¹²ts’i xa hyẹts’i V;PRF;SG;3
tsi²-hme da-n tsihme V;IRR;SG;1
bë²-ndu²-mbʉ¹²i xtá bëndumbʉi V;PRF;PL;1
jo¹ki gá joki V;PFV;SG;2
n=k’wa²ni (i-)dí-n k’wani V;IPFV;SG;3;PRS
ʔe¹ngi xtá ʔengi V;PRF;SG;1
k’o²ts’i mí k’ots’i V;IPFV;SG;3;PST
ho¹n-bi dí honbi V;IPFV;SG;1;PRS
tsa¹²ʔts’i xtá tsaʔts’i V;PRF;PL;1
pẹ¹hni bi mbẹhni V;PFV;SG;3
n=bø²ni dá-n bøni V;PFV;SG;1
hʉ²m-bi g-mí hʉmbi V;IPFV;SG;2;PST
xẹ²t’i gi xẹt’i V;IRR;SG;2
n=pë¹ da-n pë V;IRR;SG;1
n=kạ¹ts’i bi-n kạts’i V;PFV;SG;3
ʔi¹²ngi xká ʔingi V;PRF;SG;2
ʔe¹²xke xkí ʔyexke V;PRF;PL;2
ma¹n=tho xkí mantho V;PRF;PL;2
na¹²ts’i (i-)dí nats’i V;IPFV;SG;3;PRS
yä²-mfø mí yämfø V;IPFV;SG;1;PST
pi²ʔmi xkí piʔmi V;PRF;PL;2
yạ²xki ga yạxki V;IRR;SG;1
ʔyø¹² ga-n ʔyø V;IRR;SG;2
ts’a²hni (i-)dí ts’ahni V;IPFV;SG;3;PRS
ʔyẹ²t’i bi ʔyẹt’i V;PFV;SG;3
ʔyä²-tsạ da-n ʔyätsạ V;IRR;SG;1
n=ga¹²ti i-n gati V;IPFV;SG;3;PRS
n=ʔyʉ¹ mí-n ʔyʉ V;IPFV;SG;1;PST
tʉ²nts’i di-n tʉnts’i V;IRR;SG;3
ts’ẹ²di xa ts’ẹdi V;PRF;SG;3
pẹ²gi i pẹgi V;IPFV;SG;3;PRS
me¹²pya xtá mepya V;PRF;SG;1
mu¹ni bi muni V;PFV;SG;3
n=k’o¹²mmi mí-n k’ommi V;IPFV;SG;3;PST
dë¹nts’i dí-dí dënts’i V;IPFV;SG;1;PRS
kʉ¹²ts’i gí kʉts’i V;IPFV;SG;2;PRS
tsẹ²ʔt’i mí tsẹʔt’i V;IPFV;SG;3;PST
pa¹²ni xa pani V;PRF;SG;3
hu¹r-ba¹ ra² mbʉ¹²i dí hurba ra mbʉi V;IPFV;SG;1;PRS
k’ä¹ʔts’i xí k’äʔts’i V;PRF;PL;3
jʉ¹ts’i dá jʉts’i V;PFV;SG;1
fẹ¹n-za gá fẹnza V;PFV;SG;2
ʔbạ¹m-ma²nhë bi-n ʔbạm manhë V;PFV;SG;3
n=du¹ bi-n du V;PFV;SG;3
n=k’ʉ²ʔts’i gá-n k’ʉʔts’i V;PFV;SG;2
n=jo¹ki xká-n joki V;PRF;SG;2
ne¹²i bi-n nei V;PFV;SG;3
n=hyë¹nni xkí-n hyënni V;PRF;PL;2
n=ʔyʉ¹ di-n ʔyʉ V;IRR;SG;3
gạ²ni di-n gạni V;IRR;SG;3
fẹ¹m-hyä gí fẹmhyä V;IPFV;SG;2;PRS
n=gʉ²-fo xtá-n gʉfo V;PRF;PL;1
xø²nni dá xønni V;PFV;SG;1
kä²ni g-mí-dí käni V;IPFV;SG;2;PST
ʔwe¹²ʔts’e xkí ʔweʔts’e V;PRF;PL;2
mi²hni xí-n mihni V;PRF;PL;3
ʔʉ¹ʔt’i mí ʔʉʔt’i V;IPFV;SG;1;PST
bë²nna²-te xa-n bënnate V;PRF;SG;3
ʔạ²-pi dá ʔạpi V;PFV;SG;1
n=tạ¹²i mí-dí-n tại V;IPFV;SG;3;PST
pø²ke gá pøke V;PFV;SG;2
hwë¹²hi xkí hwëhi V;PRF;PL;2
po²x-jwa da boxjwa V;IRR;SG;3
n=mu²ʔts’i ga-n muʔts’i V;IRR;SG;2
ye²ʔts’e bi yeʔts’e V;PFV;SG;3
ts’ʉ¹²hmi g-mí-dí ts’ʉhmi V;IPFV;SG;2;PST
ndø²-pe mí ndøpe V;IPFV;SG;3;PST
hu¹ʔts’i dí huʔts’i V;IPFV;SG;1;PRS
xø¹ni xí-n xøni V;PRF;PL;3
ʔạ¹nt’i ga ʔạnt’i V;IRR;SG;1
ju¹gi xa jugi V;PRF;SG;3
hø¹n-ni¹gu mí hønnigu V;IPFV;SG;3;PST
hwa¹²ʔt’i xtá hwaʔt’i V;PRF;SG;1
ne¹²gi ga-n negi V;IRR;SG;2
ʔbo²ni bi-n ʔboni V;PFV;SG;3
tso¹²ni xkí tsoni V;PRF;PL;2
ʔʉ¹² dá ʔʉ V;PFV;SG;1
n=k’wa²ni xa-n k’wani V;PRF;SG;3
pʉ²nts’i gá pʉnts’i V;PFV;SG;2
n=t’ʉ²ngi dí-n t’ʉngi V;IPFV;SG;1;PRS
jạ¹ki g-mí jạki V;IPFV;SG;2;PST
ʔø²the mí ʔøthe V;IPFV;SG;1;PST
he²he xtá-n hehe V;PRF;SG;1
hma¹²ts’i g-mí-dí hmats’i V;IPFV;SG;2;PST
jø²t’e xká-n jøt’e V;PRF;SG;2
ʔya²i gá-n ʔyai V;PFV;SG;2
fẹ¹-hjwa¹²i xká fẹhjwai V;PRF;SG;2
tø²hni xtá tøhni V;PRF;PL;1
tẹ²ki ga-n tẹki V;IRR;SG;2
ʔyø¹² dá-n ʔyø V;PFV;SG;1
yạ²gi da yạgi V;IRR;SG;3
n=pa¹²nts’i g-mí-dí-n pants’i V;IPFV;SG;2;PST
n=du²-tsẹ dá-n dutsẹ V;PFV;SG;1
ʔʉ²ʔt’i xtá ʔʉʔt’i V;PRF;PL;1
ʔda²gi gí ʔdagi V;IPFV;SG;2;PRS
jʉ¹ts’i xí gʉts’i V;PRF;PL;3
n=yä¹ni dá-n yäni V;PFV;SG;1
tä²ngi dí tängi V;IPFV;SG;1;PRS
tsʉ¹²ti g-mí tsʉti V;IPFV;SG;2;PST
tu¹²ts’i dí tuts’i V;IPFV;SG;1;PRS
hø²n-the gí hønthe V;IPFV;SG;2;PRS
tsi²-t’ë¹²i gá-n tsit’ëi V;PFV;SG;2
kwa²ti dí-dí kwati V;IPFV;SG;1;PRS
n=xä²ʔmi xká-n xäʔmi V;PRF;SG;2
tsø²ni g-mí tsøni V;IPFV;SG;2;PST
tso¹gi bi zogi V;PFV;SG;3
xo¹²ts’i xkí xots’i V;PRF;PL;2
ʔe¹ngi xtá ʔengi V;PRF;PL;1
n=k’ʉ¹²nt’i ga-n k’ʉnt’i V;IRR;SG;2
tsẹ¹di xa zẹdi V;PRF;SG;3
fạ¹ts’i i fạts’i V;IPFV;SG;3;PRS
thä¹m-ma²nho xí dämmanho V;PRF;PL;3
ʔa²-ʔyʉ²mu xká-n ʔaʔyʉmu V;PRF;SG;2
n=sạ²ʔts’i xí-n tsạʔts’i V;PRF;PL;3
ʔu¹²ni gá ʔuni V;PFV;SG;2
tso²ki mí tsoki V;IPFV;SG;3;PST
thä¹ni xí däni V;PRF;PL;3
kä²ki xí gäki V;PRF;PL;3
ts’ï¹-da¹-nthe¹de gí ts’ïdanthede V;IPFV;SG;2;PRS
he¹²ts’e dá hets’e V;PFV;SG;1
tu²-the da-n tuthe V;IRR;SG;1
pạ¹²di (i-)dí pạdi V;IPFV;SG;3;PRS
ts’ʉ¹²ʔt’i mí-dí ts’ʉʔt’i V;IPFV;SG;3;PST
n=ho²gi g-mí-dí-n hogi V;IPFV;SG;2;PST
be²nts’i da bents’i V;IRR;SG;3
tạ²gi xtá tạgi V;PRF;SG;1
xi¹²i xkí xii V;PRF;PL;2
zä¹mmi mí zämmi V;IPFV;SG;3;PST
xø²ka²-mfë¹ni dá xøkamfëni V;PFV;SG;1
fẹ¹t’i mí fẹt’i V;IPFV;SG;1;PST
ts’a²hni di-n ts’ahni V;IRR;SG;3
ʔø¹de g-mí ʔøde V;IPFV;SG;2;PST
dë¹nts’i xa dënts’i V;PRF;SG;3
n=hyë²ts’i mí-dí-n hyëts’i V;IPFV;SG;1;PST
tsä²t’i gi tsät’i V;IRR;SG;2
fa¹mmi xtá fammi V;PRF;PL;1
t’i¹²ni mí-dí t’ini V;IPFV;SG;3;PST
mba¹ʔt’i bi mbaʔt’i V;PFV;SG;3
tsẹ²ʔt’i g-mí tsẹʔt’i V;IPFV;SG;2;PST
ʔe¹nts’i ga ʔents’i V;IRR;SG;1
t’i¹²ni xtá t’ini V;PRF;SG;1
yä¹-hyu di-n yähyu V;IRR;SG;3
du¹nt’i bi dunt’i V;PFV;SG;3
hë²ta²-te xtá-n hëtate V;PRF;PL;1
hʉ²ki da hyʉki V;IRR;SG;3
tø²hni mí tøhni V;IPFV;SG;1;PST
pạ¹ts’i ga pạts’i V;IRR;SG;1
po²pa²-de¹he da mbopadehe V;IRR;SG;3
be²ʔts’e xa-n beʔts’e V;PRF;SG;3
ʔä²m-hu²di xkí-n ʔämhudi V;PRF;PL;2
hạ²nni g-mí-dí hạnni V;IPFV;SG;2;PST
ʔo¹ xkí ʔyo V;PRF;PL;2
ʔdø²ke xká-n ʔdøke V;PRF;SG;2
hwa¹²ʔt’i ga hwaʔt’i V;IRR;SG;1
n=xạ¹t’i dá-n xạt’i V;PFV;SG;1
n=gø¹²xt’e dá-n gøxt’e V;PFV;SG;1
n=tʉ¹²ni bi-n tʉni V;PFV;SG;3
n=thi¹nt’i da-n thint’i V;IRR;SG;1
ʔẹ²-te mí ʔẹte V;IPFV;SG;1;PST
fo²gi xa bogi V;PRF;SG;3
n=pi²t’i xí-n pit’i V;PRF;PL;3
te¹²ge bi dege V;PFV;SG;3
pø¹²hø bi pøhø V;PFV;SG;3
thä¹n-nde xtá thännde V;PRF;PL;1
te¹ dí te V;IPFV;SG;1;PRS
ʔyạ¹ts’i xtá-n ʔyạts’i V;PRF;SG;1
do¹²nni bi donni V;PFV;SG;3
hu¹r-pi bi hyurpi V;PFV;SG;3
n=xä¹²ndi xká-n xändi V;PRF;SG;2
n=xu¹²i i-n xui V;IPFV;SG;3;PRS
gë²nni xa-n gënni V;PRF;SG;3
pe¹te mí pete V;IPFV;SG;1;PST
du¹nt’i xkí dunt’i V;PRF;PL;2
ʔyë²hë²bi xtá ʔyëhëbi V;PRF;PL;1
pø²ʔts’e xí mbøʔts’e V;PRF;PL;3
n=ʔʉ¹²ni xtá-n ʔʉni V;PRF;PL;1
xi²t’i gí xit’i V;IPFV;SG;2;PRS
to¹²ni xká toni V;PRF;SG;2
ʔwa²gi i ʔwagi V;IPFV;SG;3;PRS
mu¹nni gi-n munni V;IRR;SG;2
n=zä¹²i g-mí-n zäi V;IPFV;SG;2;PST
xi¹²i xká xii V;PRF;SG;2
ʔbẹ¹ki xí ʔbẹki V;PRF;PL;3
hma¹²ts’i xkí hmats’i V;PRF;PL;2
ye²r-be xí yerbe V;PRF;PL;3
ʔë¹²nni gá ʔënni V;PFV;SG;2
tsa¹²hmi xí tsahmi V;PRF;PL;3
wä²nts’i bi wänts’i V;PFV;SG;3
tø²ge mí tøge V;IPFV;SG;3;PST
n=zʉ²nts’i dá-n zʉnts’i V;PFV;SG;1
ʔbẹ¹²di xkí ʔbẹdi V;PRF;PL;2
ʔbẹ²t’o gá-n ʔbẹt’o V;PFV;SG;2
tsi¹²i xká tsii V;PRF;SG;2
xa¹t’i xtá xat’i V;PRF;SG;1
ʔʉ²h-jʉ g-mí ʔʉhjʉ V;IPFV;SG;2;PST
yʉ¹²-mʔbi²fi ga-n yʉmʔbifi V;IRR;SG;2
ko²-xtha i koxtha V;IPFV;SG;3;PRS
pa¹ xkí mba V;PRF;PL;2
ʔa¹jʉ¹-mhạ¹²i bi-n ʔajʉmhại V;PFV;SG;3
n=pø¹²hø mí-dí-n pøhø V;IPFV;SG;1;PST
hu¹²hni dá huhni V;PFV;SG;1
hẹ²nba²-te gá-n hẹnbate V;PFV;SG;2
hwa²n-jʉ xtá-n hwanjʉ V;PRF;PL;1
hwi¹xt’i dí hwixt’i V;IPFV;SG;1;PRS
k’wẹ¹²nt’i xa-n k’wẹnt’i V;PRF;SG;3
xø²ʔts’e xtá xøʔts’e V;PRF;PL;1
tï²ʔt’i bi tïʔt’i V;PFV;SG;3
yä¹²ni xtá yäni V;PRF;SG;1
n=ʔø²x-te mí-n ʔøxte V;IPFV;SG;1;PST
ʔe¹nt’i dí ʔent’i V;IPFV;SG;1;PRS
bʉ¹nt’i g-mí-dí bʉnt’i V;IPFV;SG;2;PST
hu²m-bi ga humbi V;IRR;SG;1
fʉ²ʔts’i bi fʉʔts’i V;PFV;SG;3
n=hạ¹²nts’i bi-n hạnts’i V;PFV;SG;3
zø²-te di-n zøte V;IRR;SG;3
tsi²x-te dí tsixte V;IPFV;SG;1;PRS
thu¹ki gí thuki V;IPFV;SG;2;PRS
yo²ho xí-n yoho V;PRF;PL;3
ʔo²t’i xí ʔyot’i V;PRF;PL;3
ʔʉ²n-bi xká ʔʉnbi V;PRF;SG;2
fø²ts’e mí føts’e V;IPFV;SG;3;PST
xë²ki dá xëki V;PFV;SG;1
hä¹²ts’i ga häts’i V;IRR;SG;1
n=ʔạ²nni g-mí-n ʔạnni V;IPFV;SG;2;PST
xạ¹r-pi xtá xạrpi V;PRF;SG;1
tsa¹²ʔts’i bi zaʔts’i V;PFV;SG;3
ʔi¹²t’i xká ʔit’i V;PRF;SG;2
zo²fo bi zofo V;PFV;SG;3
thä¹nt’i xkí thänt’i V;PRF;PL;2
tʉ²gi da ndʉgi V;IRR;SG;3
ju²-pi dá jupi V;PFV;SG;1
gu²xni bi-n guxni V;PFV;SG;3
n=fʉ²ki dí-dí-n fʉki V;IPFV;SG;1;PRS
pʉ²ti dí pʉti V;IPFV;SG;1;PRS
yø¹²ni xtá yøni V;PRF;PL;1
ha²x-ma²nho (i-)dí haxmanho V;IPFV;SG;3;PRS
mbo²ʔmi bi-n mboʔmi V;PFV;SG;3
n=hyu²s-pi g-mí-dí-n hyuspi V;IPFV;SG;2;PST
n=ʔbạ²n-yä xa-n ʔbạnyä V;PRF;SG;3
n=ʔyu²di xká-n ʔyudi V;PRF;SG;2
ʔwä²ki i ʔwäki V;IPFV;SG;3;PRS
hạ¹²ni gí hạni V;IPFV;SG;2;PRS
dä²xi ga-n däxi V;IRR;SG;2
dë¹nts’i xí dënts’i V;PRF;PL;3
hẹ²nba²-te xtá-n hẹnbate V;PRF;PL;1
xo²ki mí xoki V;IPFV;SG;3;PST
te¹t’e dá tet’e V;PFV;SG;1
n=ʔbẹ²di xtá-n ʔbẹdi V;PRF;PL;1
kä¹ti bi gäti V;PFV;SG;3
kạ¹hạ xtá kạhạ V;PRF;SG;1
kạ¹ʔts’i bi gạʔts’i V;PFV;SG;3
pe²ʔt’e dá peʔt’e V;PFV;SG;1
mbạ²ʔt’i xtá mbạʔt’i V;PRF;SG;1
kwẹ¹-pi dí-dí kwẹpi V;IPFV;SG;1;PRS
n=hë²ni mí-dí-n hëni V;IPFV;SG;3;PST
ba¹t’i xtá bat’i V;PRF;PL;1
ti¹²ni xa dini V;PRF;SG;3
tsa¹²hmi dí-dí tsahmi V;IPFV;SG;1;PRS
ʔä¹²ni xká ʔyäni V;PRF;SG;2
ʔyo¹-xi¹ngwa gá-n ʔyoxingwa V;PFV;SG;2
xʉ²ki mí-dí xʉki V;IPFV;SG;1;PST
ts’ʉ²-nhyẹ¹ts’i da ts’ʉnhyẹts’i V;IRR;SG;3
tʉ²t’i da ndʉt’i V;IRR;SG;3
fẹ¹x-fa¹ni gi fẹxfani V;IRR;SG;2
ʔbẹ¹²di g-mí-dí ʔbẹdi V;IPFV;SG;2;PST
xạ¹ts’i xa xạts’i V;PRF;SG;3
mi²x-te gá-n mixte V;PFV;SG;2
k’ä²ts’i da-n k’äts’i V;IRR;SG;1
ʔø²ʔts’e g-mí ʔøʔts’e V;IPFV;SG;2;PST
ndo¹ki dá ndoki V;PFV;SG;1
hä²ki xí hyäki V;PRF;PL;3
hä²ʔmi xtá häʔmi V;PRF;SG;1
n=tsa²-ngu²ru g-mí-n tsanguru V;IPFV;SG;2;PST
tä¹²hä xkí tähä V;PRF;PL;2
nde²-hme xkí-n ndehme V;PRF;PL;2
n=gø¹²xt’e gí-dí-n gøxt’e V;IPFV;SG;2;PRS
ʔʉ²ʔmi gi ʔyʉʔmi V;IRR;SG;2
fø¹²ta²-do da føtado V;IRR;SG;3
xʉ¹t’i bi xʉt’i V;PFV;SG;3
jo²hya g-mí-dí johya V;IPFV;SG;2;PST
n=ʔyo²hʉ da-n ʔyohʉ V;IRR;SG;1
hä¹² bi hyä V;PFV;SG;3
xẹ¹-pi ga xẹpi V;IRR;SG;1
me¹gi xa-n megi V;PRF;SG;3
mu²ʔts’i gí-n muʔts’i V;IPFV;SG;2;PRS
n=pä²hni bi-n pähni V;PFV;SG;3
hä¹ki i häki V;IPFV;SG;3;PRS
yo²ho dí yoho V;IPFV;SG;1;PRS
to¹ʔma¹-hạ¹²i dá toʔmahại V;PFV;SG;1
hë²ʔt’i xtá hëʔt’i V;PRF;SG;1
ʔạ¹nt’i gá ʔyạnt’i V;PFV;SG;2
tẹ²ʔmi dí tẹʔmi V;IPFV;SG;1;PRS
pạ¹² xká pạ V;PRF;SG;2
tsu¹-pi i tsupi V;IPFV;SG;3;PRS
pʉ²ʔts’i xí mbʉʔts’i V;PRF;PL;3
ʔẹ¹ki da ʔyẹki V;IRR;SG;3
tä¹-dẹ¹thä da-n tädẹthä V;IRR;SG;1
ta¹mmi i tammi V;IPFV;SG;3;PRS
so¹ni dí tsoni V;IPFV;SG;1;PRS
n=ʔbø¹nt’i di-n ʔbønt’i V;IRR;SG;3
n=ʔdo²ʔts’i xkí-n ʔdoʔts’i V;PRF;PL;2
bä¹nts’i xkí bänts’i V;PRF;PL;2
tu²nʔa¹-ʔyo ga-n tunʔaʔyo V;IRR;SG;2
pi²xi mí pixi V;IPFV;SG;1;PST
kʉ¹mmi gi kʉmmi V;IRR;SG;2
hyẹ²h=tho mí-dí hyẹhtho V;IPFV;SG;3;PST
n=mba²hni gí-dí-n mbahni V;IPFV;SG;2;PRS
n=ʔyø²rbe xká-n ʔyørbe V;PRF;SG;2
pe¹²nts’i xkí pents’i V;PRF;PL;2
mu¹hni dí-dí muhni V;IPFV;SG;1;PRS
pø²n-ni¹go dá-n pønnigo V;PFV;SG;1
tsa²n-te i tsante V;IPFV;SG;3;PRS
ʔu²nni ga ʔunni V;IRR;SG;1
ma¹m-ma²nho ga-n mammanho V;IRR;SG;1
ta¹ni mí tani V;IPFV;SG;1;PST
wë²t’i xa-n wët’i V;PRF;SG;3
do¹²nni dá donni V;PFV;SG;1
ʔbạ²ki xká ʔbạki V;PRF;SG;2
xa¹ʔmi xtá xaʔmi V;PRF;PL;1
thä¹ni mí thäni V;IPFV;SG;1;PST
n=jo¹ki xtá-n joki V;PRF;PL;1
nu²-ma²nʔʉ xká numanʔʉ V;PRF;SG;2
ʔu²nni bi ʔunni V;PFV;SG;3
ko¹²ngi xí kongi V;PRF;PL;3
tsä²t’i ga tsät’i V;IRR;SG;1
ne¹ti gi-n neti V;IRR;SG;2
ʔẹ¹²m-bi xká ʔyẹmbi V;PRF;SG;2
pu²-mbë²ni xká pumbëni V;PRF;SG;2
tso²ʔts’i mí tsoʔts’i V;IPFV;SG;3;PST
pi¹ bi-n pi V;PFV;SG;3
bø²ka xká-n bøka V;PRF;SG;2
kwẹ¹-pi g-mí-dí kwẹpi V;IPFV;SG;2;PST
yø¹²t’e xa yøt’e V;PRF;SG;3
tu²-na²-mpa gí tunampa V;IPFV;SG;2;PRS
n=wä¹²ngi ga-n wängi V;IRR;SG;2
tä¹²-pi xí däpi V;PRF;PL;3
pẹ²gi gá pẹgi V;PFV;SG;2
hä¹² xa hyä V;PRF;SG;3
kwa²ti xí kwati V;PRF;PL;3
n=jo¹ki di-n joki V;IRR;SG;3
tu²hu xká-n tuhu V;PRF;SG;2
ne¹t’i xká net’i V;PRF;SG;2
pi²ʔmi (i-)dí piʔmi V;IPFV;SG;3;PRS
n=ho²ki xtá-n hoki V;PRF;PL;1
k’wẹ¹²nt’i di-n k’wẹnt’i V;IRR;SG;3
tsä¹t’i xí zät’i V;PRF;PL;3
zẹ¹²r-pi bi zẹrpi V;PFV;SG;3
ʔẹ¹t’i xkí ʔyẹt’i V;PRF;PL;2
yä¹²fi dí-n yäfi V;IPFV;SG;1;PRS
tso¹gi mí tsogi V;IPFV;SG;1;PST
ʔë²-te i ʔëte V;IPFV;SG;3;PRS
xạ¹n-bi xí xạnbi V;PRF;PL;3
zʉ²nts’i gí-dí zʉnts’i V;IPFV;SG;2;PRS
pa²t’i di-n pat’i V;IRR;SG;3
hu²di xtá hudi V;PRF;PL;1
ma²ʔt’i g-mí maʔt’i V;IPFV;SG;2;PST
n=ʔbẹ²ni i-n ʔbẹni V;IPFV;SG;3;PRS
ʔba²t’i mí-dí ʔbat’i V;IPFV;SG;3;PST
hyo²nni dí-dí hyonni V;IPFV;SG;1;PRS
hi²ti xkí hiti V;PRF;PL;2
jo¹ki xa goki V;PRF;SG;3
n=gä²m-bi (i-)dí-n gämbi V;IPFV;SG;3;PRS
da²r-bi xkí darbi V;PRF;PL;2
fạ²ʔts’i g-mí-dí fạʔts’i V;IPFV;SG;2;PST
pø²r-be gí pørbe V;IPFV;SG;2;PRS
ʔä¹²-xmi xí ʔäxmi V;PRF;PL;3
xø²ke mí xøke V;IPFV;SG;3;PST
de¹ʔmi ga deʔmi V;IRR;SG;1
zø²k’a²t’i xa-n zøk’at’i V;PRF;SG;3
pu²-mbë²ni dí-dí pumbëni V;IPFV;SG;1;PRS
ts’a¹²ti gá ts’ati V;PFV;SG;2
n=pi¹²di xtá-n pidi V;PRF;PL;1
ʔẹ²-za mí ʔẹza V;IPFV;SG;1;PST
xẹ¹²ni ga xẹni V;IRR;SG;1
hwi¹²xki gi hwixki V;IRR;SG;2
thu¹ki xtá thuki V;PRF;PL;1
to¹ʔmi dí toʔmi V;IPFV;SG;1;PRS
n=hye² mí-dí-n hye V;IPFV;SG;1;PST
ʔe¹ngi gá ʔyengi V;PFV;SG;2
fạ¹²i bi-n fại V;PFV;SG;3
pi¹di xtá pidi V;PRF;SG;1
yo²ho gí yoho V;IPFV;SG;2;PRS
hʉ²xi g-mí hʉxi V;IPFV;SG;2;PST
tsø²hø xí zøhø V;PRF;PL;3
ma¹t’i xtá mat’i V;PRF;SG;1
kwa²r-pi ga kwarpi V;IRR;SG;1
hma¹²ts’i gí-dí hmats’i V;IPFV;SG;2;PRS
ma²nda ga manda V;IRR;SG;1
tsø²ni mí tsøni V;IPFV;SG;3;PST
kä¹ti gí-dí käti V;IPFV;SG;2;PRS
xï¹ki da xïki V;IRR;SG;3
hi²ti g-mí-dí hiti V;IPFV;SG;2;PST
t’ẹ²t’i di-n t’ẹt’i V;IRR;SG;3
ʔo²-pi xtá ʔopi V;PRF;PL;1
tso¹ gá tso V;PFV;SG;2
hä¹²ni gí häni V;IPFV;SG;2;PRS
n=ʔyu²ts’i xká-n ʔyuts’i V;PRF;SG;2
ts’ï²xni gí-dí ts’ïxni V;IPFV;SG;2;PRS
n=yä¹ni xtá-n yäni V;PRF;PL;1
tsi²ʔt’i gá tsiʔt’i V;PFV;SG;2
n=ʔyẹ²nt’i xkí-n ʔyẹnt’i V;PRF;PL;2
n=ts’ʉ²nt’ʉ dí-n ts’ʉnt’ʉ V;IPFV;SG;1;PRS
hä²xa¹-njwä²ni gí häxanjwäni V;IPFV;SG;2;PRS
bä¹t’i xtá bät’i V;PRF;SG;1
ʔạ¹di xtá ʔạdi V;PRF;PL;1
kø²de dá køde V;PFV;SG;1
thẹ¹²i g-mí thẹi V;IPFV;SG;2;PST
thä²nts’i gá thänts’i V;PFV;SG;2
hyo¹nya xká-n hyonya V;PRF;SG;2
n=tạ¹²i xtá-n tại V;PRF;SG;1
ʔwe¹ngi g-mí ʔwengi V;IPFV;SG;2;PST
ʔo²r-bi xkí ʔyorbi V;PRF;PL;2
n=pä²hni xkí-n pähni V;PRF;PL;2
ʔo²ts’i mí ʔots’i V;IPFV;SG;3;PST
ʔyo¹-fa¹ni mí ʔyofani V;IPFV;SG;1;PST
n=ʔwẹ²ni mí-dí-n ʔwẹni V;IPFV;SG;3;PST
n=ʔa²nni dí-n ʔanni V;IPFV;SG;1;PRS
ʔẹ²-za di-n ʔẹza V;IRR;SG;3
n=do²ka¹-ʔbạ¹²i ga-n dokaʔbại V;IRR;SG;2
kä²-ʔbø²ngu¹²i xa gäʔbøngui V;PRF;SG;3
pä¹²di gí pädi V;IPFV;SG;2;PRS
xạ¹ts’i xí xạts’i V;PRF;PL;3
pạ²hạ da mbạhạ V;IRR;SG;3
ʔø²ke bi ʔyøke V;PFV;SG;3
kʉ²ti ga kʉti V;IRR;SG;1
n=hye² gá-n hye V;PFV;SG;2
hä²kma²-nt’ä¹gi dí häkmant’ägi V;IPFV;SG;1;PRS
ne¹ti bi neti V;PFV;SG;3
ʔu²ʔmi bi ʔyuʔmi V;PFV;SG;3
fø²t’e xkí føt’e V;PRF;PL;2
ʔä²nba²-tho¹ho xkí ʔyänbathoho V;PRF;PL;2
t’ø¹ʔts’e xká t’øʔts’e V;PRF;SG;2
kʉ²ti xkí kʉti V;PRF;PL;2
n=xë²ni xkí-n xëni V;PRF;PL;2
n=t’ʉ²ngi mí-n t’ʉngi V;IPFV;SG;1;PST
wä¹ti gá wäti V;PFV;SG;2
ma¹t’i ga mat’i V;IRR;SG;1
n=pa²xni g-mí-dí-n paxni V;IPFV;SG;2;PST
ma¹m-ma²nho xtá mammanho V;PRF;PL;1
fe²ʔts’e gá feʔts’e V;PFV;SG;2
ʔe¹²xt’e gí ʔext’e V;IPFV;SG;2;PRS
xä²ʔts’i da xäʔts’i V;IRR;SG;3
mbạ²ʔt’i (i-)dí mbạʔt’i V;IPFV;SG;3;PRS
ʔʉ²t’i¹-na¹ni dá-n ʔʉt’inani V;PFV;SG;1
n=pạ²di gí-dí-n pạdi V;IPFV;SG;2;PRS
pạ¹²ki i pạki V;IPFV;SG;3;PRS
tẹ²s-pi xtá tẹspi V;PRF;PL;1
do²-re xí-n dore V;PRF;PL;3
tu²-jʉ da-n tujʉ V;IRR;SG;1
n=pi²t’i dá-n pit’i V;PFV;SG;1
n=xʉ²di (i-)dí-n xʉdi V;IPFV;SG;3;PRS
tsẹ²n-ʔyo²xʔyo gí tsẹnʔyoxʔyo V;IPFV;SG;2;PRS
du²ʔmi xtá duʔmi V;PRF;SG;1
thë²ʔts’i xtá thëʔts’i V;PRF;SG;1
n=tø¹²k=tho¹²ho bi-n tøkthoho V;PFV;SG;3
fï¹ti dí-dí fïti V;IPFV;SG;1;PRS
xi²x-yä¹bi mí xixyäbi V;IPFV;SG;3;PST
tẹ²ki xtá-n tẹki V;PRF;SG;1
ʔyo²-xu¹²i di-n ʔyoxui V;IRR;SG;3
thø¹ge g-mí-dí thøge V;IPFV;SG;2;PST
n=ʔạ²-fạ²di g-mí-n ʔạfạdi V;IPFV;SG;2;PST
pi²ʔmi ga piʔmi V;IRR;SG;1
ja²=tho i jatho V;IPFV;SG;3;PRS
mi²x-te mí mixte V;IPFV;SG;1;PST
ʔbẹ¹t’o gí-dí ʔbẹt’o V;IPFV;SG;2;PRS
tu¹²ts’i xtá tuts’i V;PRF;PL;1
te¹ts’e mí tets’e V;IPFV;SG;3;PST
n=dä²-ʔye bi-n däʔye V;PFV;SG;3
tʉ¹k-ka¹fe gí tʉkkafe V;IPFV;SG;2;PRS
yø¹²t’e gí-dí yøt’e V;IPFV;SG;2;PRS
mu¹hni xí muhni V;PRF;PL;3
n=ʔä²gi gá-n ʔägi V;PFV;SG;2
hyẹ²h=tho xí hyẹhtho V;PRF;PL;3
nu²-hạ¹²i dá nuhại V;PFV;SG;1
thi¹mmi dí thimmi V;IPFV;SG;1;PRS
ko²h-sẹ²hạ¹²i xtá kohsẹhại V;PRF;SG;1
pë¹ gí pë V;IPFV;SG;2;PRS
jʉ¹ki g-mí jʉki V;IPFV;SG;2;PST
pẹ¹²i mí pẹi V;IPFV;SG;1;PST
ʔo¹²-mfi xí-n ʔomfi V;PRF;PL;3
pa¹²ha mí-dí paha V;IPFV;SG;3;PST
to¹²ngi mí-dí tongi V;IPFV;SG;1;PST
fẹ¹m-hyä i fẹmhyä V;IPFV;SG;3;PRS
pạ¹ma²-nt’ä¹gi i pạmant’ägi V;IPFV;SG;3;PRS
ʔu¹²ʔts’i xtá ʔuʔts’i V;PRF;PL;1
n=hyø¹ts’e da-n hyøts’e V;IRR;SG;1
hẹ¹²ni xí hyẹni V;PRF;PL;3
xʉ²ki xí xʉki V;PRF;PL;3
tø¹t’e i tøt’e V;IPFV;SG;3;PRS
tsẹ²ʔts’i xtá tsẹʔts’i V;PRF;SG;1
n=ʔbạ¹²i dá-n ʔbại V;PFV;SG;1
n=nda²nni gá-n ndanni V;PFV;SG;2
n=ʔyä¹ni mí-dí-n ʔyäni V;IPFV;SG;1;PST
n=ʔyø¹t’e ga-n ʔyøt’e V;IRR;SG;2
jʉ¹nts’i xtá jʉnts’i V;PRF;SG;1
ʔyä²-tsạ²=bi gi ʔyätsạbi V;IRR;SG;2
wä¹ti xa wäti V;PRF;SG;3
ko²m-ma²nho bi gommanho V;PFV;SG;3
tsi²-t’ë¹²i da-n tsit’ëi V;IRR;SG;1
n=hwa²hni dí-dí-n hwahni V;IPFV;SG;1;PRS
hwẹ¹mmi xkí hwẹmmi V;PRF;PL;2
thä¹ni xtá thäni V;PRF;SG;1
jä²t’i xkí-n jät’i V;PRF;PL;2
tsi¹-pi dá tsipi V;PFV;SG;1
jạ¹t’i gí jạt’i V;IPFV;SG;2;PRS
pi¹ xkí-n pi V;PRF;PL;2
n=dẹ²ki xká-n dẹki V;PRF;SG;2
ko¹hi da kohi V;IRR;SG;3
n=pe¹ni dá-n peni V;PFV;SG;1
tä¹ mí tä V;IPFV;SG;3;PST
ku¹²i da gui V;IRR;SG;3
zʉ²ʔts’i g-mí-dí zʉʔts’i V;IPFV;SG;2;PST
tạ¹²i xká tại V;PRF;SG;2
hø¹nni da hyønni V;IRR;SG;3
n=yo¹-jä¹ʔi xtá-n yojäʔi V;PRF;SG;1
n=pø²nga¹-hyä da-n pøngahyä V;IRR;SG;1
hmi¹²ʔt’i bi hmiʔt’i V;PFV;SG;3
ʔë²-te di-n ʔëte V;IRR;SG;3
hø¹²e mí høe V;IPFV;SG;1;PST
jø²t’e mí jøt’e V;IPFV;SG;1;PST
tu¹²ts’i xtá tuts’i V;PRF;SG;1
n=ʔyo¹²hʉ mí-n ʔyohʉ V;IPFV;SG;1;PST
kʉ²t’i gi kʉt’i V;IRR;SG;2
pẹ¹²hni bi pẹhni V;PFV;SG;3
n=xä¹²ndi dá-n xändi V;PFV;SG;1
ʔbạ¹ʔt’i g-mí-dí ʔbạʔt’i V;IPFV;SG;2;PST
pø²ni xká pøni V;PRF;SG;2
n=nda²nni mí-n ndanni V;IPFV;SG;3;PST
xø¹k-pe xtá xøkpe V;PRF;PL;1
ko¹²nts’i mí-dí konts’i V;IPFV;SG;3;PST
tso¹t’i dá tsot’i V;PFV;SG;1
ʔyo²-ma²ngä¹t’i dí ʔyomangät’i V;IPFV;SG;1;PRS
gʉ¹²ʔt’i bi-n gʉʔt’i V;PFV;SG;3
xẹ²t’i mí xẹt’i V;IPFV;SG;3;PST
na²ni gá-n nani V;PFV;SG;2
yo¹²ʔt’i dá yoʔt’i V;PFV;SG;1
kʉ¹²i i kʉi V;IPFV;SG;3;PRS
ʔe²nts’a²-te g-mí ʔents’ate V;IPFV;SG;2;PST
me²ʔmi xtá meʔmi V;PRF;PL;1
tsi¹² xtá tsi V;PRF;SG;1
xø¹²ngi xa xøngi V;PRF;SG;3
n=ʔʉ¹²ni xká-n ʔʉni V;PRF;SG;2
fạ¹di dá fạdi V;PFV;SG;1
tä¹ xa dä V;PRF;SG;3
wä¹r-pi ga wärpi V;IRR;SG;1
ju¹nt’ẹ¹²i ga junt’ẹi V;IRR;SG;1
ho²gi g-mí-dí hogi V;IPFV;SG;2;PST
tʉ²t’i xtá tʉt’i V;PRF;SG;1
da²r-bi gi darbi V;IRR;SG;2
tẹ²xa²-xä¹hi dá tẹxaxähi V;PFV;SG;1
xi²x-yä¹bi mí xixyäbi V;IPFV;SG;1;PST
k’ẹ²t’i xtá k’ẹt’i V;PRF;PL;1
n=ʔi²n-hya¹di ga-n ʔinhyadi V;IRR;SG;2
k’o²gi bi k’ogi V;PFV;SG;3
sẹ²ya gí tsẹya V;IPFV;SG;2;PRS
ʔo²ts’i gi ʔyots’i V;IRR;SG;2
tsʉ²t’i mí tsʉt’i V;IPFV;SG;1;PST
fø²hni ga-n føhni V;IRR;SG;2
pø²spe xa mbøspe V;PRF;SG;3
kʉ²ʔt’i xkí kʉʔt’i V;PRF;PL;2
hʉ¹xt’i bi hyʉxt’i V;PFV;SG;3
ʔbạ¹²i mí-dí ʔbại V;IPFV;SG;3;PST
k’wa²xni dí-dí k’waxni V;IPFV;SG;1;PRS
tsẹ¹gi xtá tsẹgi V;PRF;SG;1
dä²m-hyä xkí dämhyä V;PRF;PL;2
pa¹ʔt’i xkí paʔt’i V;PRF;PL;2
ʔo²r-bi bi ʔyorbi V;PFV;SG;3
n=hyë²ts’i xí-n hyëts’i V;PRF;PL;3
ʔʉ¹gi da ʔʉgi V;IRR;SG;3
hu¹t’a¹-nza²-mbʉ¹²i xtá hut’anzambʉi V;PRF;PL;1
ʔø¹de da ʔyøde V;IRR;SG;3
zẹ¹²di (i-)dí zẹdi V;IPFV;SG;3;PRS
pẹ²m-du gá pẹmdu V;PFV;SG;2
n=xạ¹t’i dí-dí-n xạt’i V;IPFV;SG;1;PRS
n=sạ²ni xtá-n tsạni V;PRF;PL;1
k’ä¹-ma²nʔʉ (i-)dí k’ämanʔʉ V;IPFV;SG;3;PRS
go²-gu i gogu V;IPFV;SG;3;PRS
ha²ts’i i hats’i V;IPFV;SG;3;PRS
k’wa²ʔts’-ma²ʔʉ²t’i xkí k’waʔts’maʔʉt’i V;PRF;PL;2
pa²ʔts’i xtá paʔts’i V;PRF;PL;1
nu²-ma²nʔʉ xtá numanʔʉ V;PRF;SG;1
ko²-xtha mí koxtha V;IPFV;SG;3;PST
pu²-mbë²ni gí-dí pumbëni V;IPFV;SG;2;PRS
ʔø²ʔt’e gi ʔyøʔt’e V;IRR;SG;2
hä²ki xa hyäki V;PRF;SG;3
thu¹ts’i xí duts’i V;PRF;PL;3
n=hnu¹²ngi bi-n hnungi V;PFV;SG;3
ʔyo¹-dä¹po i ʔyodäpo V;IPFV;SG;3;PRS
ʔạ¹t’i dí ʔạt’i V;IPFV;SG;1;PRS
ʔwẹ¹ʔmi gi ʔwẹʔmi V;IRR;SG;2
hø¹n-ni¹gu da-n hønnigu V;IRR;SG;1
hä²xa¹-njwä²ni dí häxanjwäni V;IPFV;SG;1;PRS
k’wä²ts’i xí-n k’wäts’i V;PRF;PL;3
n=yu¹²nt’i gá-n yunt’i V;PFV;SG;2
ʔạ¹di ga ʔạdi V;IRR;SG;1
to¹ʔt’i dí toʔt’i V;IPFV;SG;1;PRS
ka¹di xtá kadi V;PRF;PL;1
ne¹ni xtá neni V;PRF;SG;1
kʉ²ʔmi xa kʉʔmi V;PRF;SG;3
n=pë¹ xtá-n pë V;PRF;PL;1
hyẹ²h=tho bi hyẹhtho V;PFV;SG;3
pʉ¹ki xká pʉki V;PRF;SG;2
thë²ʔts’i xkí thëʔts’i V;PRF;PL;2
tsø²ke mí-dí tsøke V;IPFV;SG;3;PST
fa¹mmi gí-dí fammi V;IPFV;SG;2;PRS
tsʉ²t’i xtá tsʉt’i V;PRF;PL;1
n=ya²xi mí-n yaxi V;IPFV;SG;3;PST
fï¹ti bi fïti V;PFV;SG;3
fẹ²hni xkí-n fẹhni V;PRF;PL;2
tu¹²ʔts’i mí tuʔts’i V;IPFV;SG;3;PST
kạ²ti gi kạti V;IRR;SG;2
ko¹²nts’i xtá konts’i V;PRF;SG;1
tsä¹ki mí tsäki V;IPFV;SG;3;PST
ʔë¹²nts’i da ʔyënts’i V;IRR;SG;3
ʔø²ge xí ʔyøge V;PRF;PL;3
kø²de mí køde V;IPFV;SG;1;PST
ʔe¹nt’i xkí ʔyent’i V;PRF;PL;2
yʉ¹²ni dá-n yʉni V;PFV;SG;1
jʉ¹ts’i g-mí jʉts’i V;IPFV;SG;2;PST
ts’ʉ¹²ʔt’i dí-dí ts’ʉʔt’i V;IPFV;SG;1;PRS
jwä²n-bi dí-dí jwänbi V;IPFV;SG;1;PRS
pʉ²xki xa mbʉxki V;PRF;SG;3
wä¹r-pi g-mí-dí wärpi V;IPFV;SG;2;PST
thë¹²ts’i dá thëts’i V;PFV;SG;1
dʉ¹ mí dʉ V;IPFV;SG;3;PST
kwa²t’i xtá kwat’i V;PRF;SG;1
hu¹s-pi gá hyuspi V;PFV;SG;2
pẹ¹²i gí pẹi V;IPFV;SG;2;PRS
n=hma²ki (i-)dí-n hmaki V;IPFV;SG;3;PRS
pʉ²t’i ga pʉt’i V;IRR;SG;1
n=thë²-ndo xkí-n thëndo V;PRF;PL;2
hi²ti ga hiti V;IRR;SG;1
k’ʉ²ki dí-dí k’ʉki V;IPFV;SG;1;PRS
jwä²n-bi da jwänbi V;IRR;SG;3
fo¹ʔmi g-mí-dí foʔmi V;IPFV;SG;2;PST
ʔu²nni (i-)dí ʔunni V;IPFV;SG;3;PRS
tso¹ts’i g-mí tsots’i V;IPFV;SG;2;PST
tsi¹ti mí-dí tsiti V;IPFV;SG;1;PST
ʔo²r-bi gá ʔyorbi V;PFV;SG;2
pi²gi da mbigi V;IRR;SG;3
hu¹r-ba¹ ra² mbʉ¹²i xí hyurba ra mbʉi V;PRF;PL;3
to²ki xtá toki V;PRF;PL;1
ʔbø¹nt’i xtá ʔbønt’i V;PRF;PL;1
gʉ¹²ʔts’i xa gʉʔts’i V;PRF;SG;3
n=jạ¹²t’i bi-n jạt’i V;PFV;SG;3
nde² ga-n nde V;IRR;SG;1
n=hyë²ts’i bi-n hyëts’i V;PFV;SG;3
n=jo¹ki xa-n joki V;PRF;SG;3
ʔu²di bi ʔyudi V;PFV;SG;3
te²ʔts’e gi teʔts’e V;IRR;SG;2
to²nts’i dá tonts’i V;PFV;SG;1
jo²hya xkí-n johya V;PRF;PL;2
ts’a²hni bi-n ts’ahni V;PFV;SG;3
k’wa²ʔts’-ma²ʔʉ²t’i (i-)dí k’waʔts’maʔʉt’i V;IPFV;SG;3;PRS
xä¹ki (i-)dí xäki V;IPFV;SG;3;PRS
hwi¹xt’i g-mí hwixt’i V;IPFV;SG;2;PST
hu²m-bi da hyumbi V;IRR;SG;3
thä²xt’i gi thäxt’i V;IRR;SG;2
n=xi²x-yä (i-)dí-n xixyä V;IPFV;SG;3;PRS
hu¹ni xí hyuni V;PRF;PL;3
tä²-te gí täte V;IPFV;SG;2;PRS
n=tạ¹²i xí-n tại V;PRF;PL;3
hø¹²e gá hyøe V;PFV;SG;2
nu²-hyo¹ya mí-n nuhyoya V;IPFV;SG;1;PST
thä¹ti xa däti V;PRF;SG;3
ti¹²ni bi dini V;PFV;SG;3
n=hyu²s-pi gí-dí-n hyuspi V;IPFV;SG;2;PRS
dä²-nhyë¹²i xa-n dänhyëi V;PRF;SG;3
ʔyạ²gi mí-dí ʔyạgi V;IPFV;SG;1;PST
n=nu²-te mí-n nute V;IPFV;SG;3;PST
pø²spe da mbøspe V;IRR;SG;3
dä²m-hyä dí-dí dämhyä V;IPFV;SG;1;PRS
bi¹ xa-n bi V;PRF;SG;3
tsä¹ts’i i tsäts’i V;IPFV;SG;3;PRS
n=ʔwa¹t’i i-n ʔwat’i V;IPFV;SG;3;PRS
jo¹²t’i xtá jot’i V;PRF;PL;1
bë²n-bi xí bënbi V;PRF;PL;3
jʉ¹t’i xtá jʉt’i V;PRF;PL;1
ʔyø¹ni xtá ʔyøni V;PRF;PL;1
ʔyo¹ g-mí ʔyo V;IPFV;SG;2;PST
n=jwä²n-xtha gí-dí-n jwänxtha V;IPFV;SG;2;PRS
xa²ha xa xaha V;PRF;SG;3
wä²nni da wänni V;IRR;SG;3
pu²-mbë²ni ga pumbëni V;IRR;SG;1
pi²xi xa-n pixi V;PRF;SG;3
n=tẹ¹² xtá-n tẹ V;PRF;SG;1
tu¹² gí tu V;IPFV;SG;2;PRS
n=ʔạ²nni xká-n ʔạnni V;PRF;SG;2
zʉ²nts’i xkí zʉnts’i V;PRF;PL;2
ʔyø¹² dí-dí ʔyø V;IPFV;SG;1;PRS
n=pẹ²ti mí-dí-n pẹti V;IPFV;SG;3;PST
ho¹ni dá honi V;PFV;SG;1
nda²ts’i xtá-n ndats’i V;PRF;SG;1
xạ¹t’i dí xạt’i V;IPFV;SG;1;PRS
k’ä¹-ma²nʔʉ xtá k’ämanʔʉ V;PRF;SG;1
zo²hni dí-n zohni V;IPFV;SG;1;PRS
pʉ¹²nts’i g-mí-dí pʉnts’i V;IPFV;SG;2;PST
wä¹²hi bi wähi V;PFV;SG;3
n=ʔbẹ²-mfo gá-n ʔbẹmfo V;PFV;SG;2
fạ¹gi da mbạgi V;IRR;SG;3
ʔu¹²xt’i gá ʔyuxt’i V;PFV;SG;2
tsi¹²-the²=bi xká tsithebi V;PRF;SG;2
k’a²hni gá-n k’ahni V;PFV;SG;2
n=hä²-t’ʉ²hni mí-n hät’ʉhni V;IPFV;SG;1;PST
pẹ¹²hi xtá pẹhi V;PRF;SG;1
kä²ʔt’i xtá käʔt’i V;PRF;PL;1
thä¹ti mí thäti V;IPFV;SG;3;PST
n=ʔwë²xni ga-n ʔwëxni V;IRR;SG;2
tsʉ¹ xtá tsʉ V;PRF;PL;1
zʉ²ʔts’i ga zʉʔts’i V;IRR;SG;1
n=ye¹²ke xa-n yeke V;PRF;SG;3
yä¹²-ma²mbʉ²ʔts’i g-mí yämambʉʔts’i V;IPFV;SG;2;PST
ko²t’i xkí kot’i V;PRF;PL;2
n=ʔạ²di g-mí-n ʔạdi V;IPFV;SG;2;PST
sạ²ts’i xká tsạts’i V;PRF;SG;2
n=ho²ki di-n hoki V;IRR;SG;3
jwa¹ti xkí jwati V;PRF;PL;2
n=pu²ni di-n puni V;IRR;SG;3
kwa²t’i gá kwat’i V;PFV;SG;2
k’ẹ²t’i gí k’ẹt’i V;IPFV;SG;2;PRS
n=mu²ni xkí-n muni V;PRF;PL;2
pø²ke da-n pøke V;IRR;SG;1
hyo¹nya da-n hyonya V;IRR;SG;1
ha¹nts’i bi hants’i V;PFV;SG;3
ho²gi xa hogi V;PRF;SG;3
fẹ¹²i da mbẹi V;IRR;SG;3
ʔạ²t’i xká ʔyạt’i V;PRF;SG;2
n=ʔyë²hë xkí-n ʔyëhë V;PRF;PL;2
kʉ²t’i xtá kʉt’i V;PRF;SG;1
k’o²ʔmi g-mí-dí k’oʔmi V;IPFV;SG;2;PST
pi¹²xt’i gí pixt’i V;IPFV;SG;2;PRS
hu¹²hni ga huhni V;IRR;SG;1
tu²ki bi duki V;PFV;SG;3
tu²hu gí tuhu V;IPFV;SG;2;PRS
ne¹²i xí-n nei V;PRF;PL;3
k’ʉ²t’i gá-n k’ʉt’i V;PFV;SG;2
tu¹² da du V;IRR;SG;3
ʔä¹m-bi xká ʔyämbi V;PRF;SG;2
ʔʉ¹²i ga ʔʉi V;IRR;SG;1
ʔë¹²ts’i gi ʔyëts’i V;IRR;SG;2
ta¹²xki gá taxki V;PFV;SG;2
n=ku¹²i da-n kui V;IRR;SG;1
thä¹m-ma²nho da dämmanho V;IRR;SG;3
tsạ¹²-ma²nhëi xkí tsạmanhëi V;PRF;PL;2
tsʉ¹²i dí tsʉi V;IPFV;SG;1;PRS
tạ¹²i dá tại V;PFV;SG;1
xø²m-hmi da-n xømhmi V;IRR;SG;1
tsa²ʔt’i xtá tsaʔt’i V;PRF;PL;1
hu¹ʔts’i gi hyuʔts’i V;IRR;SG;2
ʔba²ʔts’i xká-n ʔbaʔts’i V;PRF;SG;2
tho²ni di-n thoni V;IRR;SG;3
n=hyë¹nni gá-n hyënni V;PFV;SG;2
n=ʔwë¹²xt’i mí-dí-n ʔwëxt’i V;IPFV;SG;3;PST
k’ä¹ʔt’i xa k’äʔt’i V;PRF;SG;3
hu¹²i xkí-n hui V;PRF;PL;2
pạ²hạ gá pạhạ V;PFV;SG;2
n=xʉ²t’i xí-n xʉt’i V;PRF;PL;3
tso¹ts’i xa zots’i V;PRF;SG;3
nda²ts’i mí ndats’i V;IPFV;SG;3;PST
yä²-fạ²di bi-n yäfạdi V;PFV;SG;3
jwa²di i jwadi V;IPFV;SG;3;PRS
hwä¹²ʔt’i g-mí hwäʔt’i V;IPFV;SG;2;PST
gä¹²i xtá gäi V;PRF;SG;1
yø¹ʔt’e xkí yøʔt’e V;PRF;PL;2
yu¹ts’i ga-n yuts’i V;IRR;SG;1
kä¹²ni xa gäni V;PRF;SG;3
tsa²r-bi mí-dí tsarbi V;IPFV;SG;3;PST
tsẹ²ʔts’i dí tsẹʔts’i V;IPFV;SG;1;PRS
hʉ¹²r-kwa xkí hʉrkwa V;PRF;PL;2
pu²-mbë²ni (i-)dí pumbëni V;IPFV;SG;3;PRS
be²nts’i di-n bents’i V;IRR;SG;3
jwa²di xa gwadi V;PRF;SG;3
tsʉ¹ndi xí zʉndi V;PRF;PL;3
zø¹ʔmi da zøʔmi V;IRR;SG;3
kä¹ti g-mí-dí käti V;IPFV;SG;2;PST
tẹ¹²t’i gí-dí tẹt’i V;IPFV;SG;2;PRS
pi¹di gi pidi V;IRR;SG;2
kʉ¹²ts’i dá kʉts’i V;PFV;SG;1
ʔwa¹ki xa ʔwaki V;PRF;SG;3
ta¹mmi xtá tammi V;PRF;SG;1
thï¹ʔa¹-xʉ¹²tha mí thïʔaxʉtha V;IPFV;SG;3;PST
tsi²-t’ë¹²i xkí-n tsit’ëi V;PRF;PL;2
pa²-te g-mí pate V;IPFV;SG;2;PST
thi¹nni xkí thinni V;PRF;PL;2
hyʉ¹gi xí hyʉgi V;PRF;PL;3
ʔbạ²n-yä xká ʔbạnyä V;PRF;SG;2
tsu¹²-na²-nhyʉ dí tsunanhyʉ V;IPFV;SG;1;PRS
ʔdo²ʔmi bi ʔdoʔmi V;PFV;SG;3
hu²n-du²m-bʉ¹²i mí hundumbʉi V;IPFV;SG;3;PST
tsi²x-te dá-n tsixte V;PFV;SG;1
k’wa¹nt’i (i-)dí k’want’i V;IPFV;SG;3;PRS
pa¹²nts’i g-mí pants’i V;IPFV;SG;2;PST
ʔu²di xtá ʔudi V;PRF;PL;1
k’wa¹ xa-n k’wa V;PRF;SG;3
ʔe²nts’a²-te ga-n ʔents’ate V;IRR;SG;2
ʔẹ¹²m-bi xkí ʔyẹmbi V;PRF;PL;2
hya²nd-bi (i-)dí hyandbi V;IPFV;SG;3;PRS
hmi¹² gi hmi V;IRR;SG;2
xạ¹r-pi xí xạrpi V;PRF;PL;3
wä¹²hi xtá wähi V;PRF;PL;1
ʔø¹m-ma²nho xa ʔyømmanho V;PRF;SG;3
ʔbẹ¹²di gi ʔbẹdi V;IRR;SG;2
thu¹ts’i xtá thuts’i V;PRF;SG;1
za²-mbʉ¹²i i zambʉi V;IPFV;SG;3;PRS
te¹ke mí teke V;IPFV;SG;1;PST
yạ²xt’i gí yạxt’i V;IPFV;SG;2;PRS
ʔyo²-ma²nza²ki xtá-n ʔyomanzaki V;PRF;SG;1
yä²r-bi xí yärbi V;PRF;PL;3
jʉ¹²ʔt’i da jʉʔt’i V;IRR;SG;3
n=ʔwë²xni mí-dí-n ʔwëxni V;IPFV;SG;1;PST
ko¹²hmi xkí kohmi V;PRF;PL;2
n=jạ²di mí-dí-n jạdi V;IPFV;SG;3;PST
ʔä¹gi gi ʔyägi V;IRR;SG;2
hẹ²n-hạ¹²i xa-n hẹnhại V;PRF;SG;3
tï¹ dí-dí tï V;IPFV;SG;1;PRS
ʔe¹ʔmi gá ʔyeʔmi V;PFV;SG;2
t’a¹-xi²jo xkí t’axijo V;PRF;PL;2
di²nts’i xa-n dints’i V;PRF;SG;3
n=hya¹²ni xí-n hyani V;PRF;PL;3
he²he xkí-n hehe V;PRF;PL;2
wä²nts’i xí wänts’i V;PRF;PL;3
n=pa¹²nts’i gí-dí-n pants’i V;IPFV;SG;2;PRS
yä¹-pi mí-dí yäpi V;IPFV;SG;3;PST
ʔwẹ¹²ti gí ʔwẹti V;IPFV;SG;2;PRS
tẹ²t’i g-mí tẹt’i V;IPFV;SG;2;PST
hʉ²xi dá-n hʉxi V;PFV;SG;1
n=ʔạ²-fạ²di xkí-n ʔạfạdi V;PRF;PL;2
pʉ¹²nts’i (i-)dí pʉnts’i V;IPFV;SG;3;PRS
ʔë²r-bi xa ʔyërbi V;PRF;SG;3
n=jwe²ni bi-n jweni V;PFV;SG;3
hmi¹² dá hmi V;PFV;SG;1
n=ʔwa¹t’i g-mí-n ʔwat’i V;IPFV;SG;2;PST
n=gä²t’i i-n gät’i V;IPFV;SG;3;PRS
pa¹ʔt’i da paʔt’i V;IRR;SG;3
thï²gi xkí thïgi V;PRF;PL;2
tsu¹-pi gá tsupi V;PFV;SG;2
tsi²m-ma²nho g-mí tsimmanho V;IPFV;SG;2;PST
n=pạ²t’i mí-dí-n pạt’i V;IPFV;SG;3;PST
ts’ạ¹nt’i di-n ts’ạnt’i V;IRR;SG;3
yø¹²t’e dí-dí yøt’e V;IPFV;SG;1;PRS
ho¹²ga¹m-mu¹²i xa hogammui V;PRF;SG;3
ʔo¹hni i ʔohni V;IPFV;SG;3;PRS
hʉ²k-pi xká hyʉkpi V;PRF;SG;2
hạ²nni bi hạnni V;PFV;SG;3
tso¹gi ga tsogi V;IRR;SG;1
nu²-ma²nsu i-n numansu V;IPFV;SG;3;PRS
n=ʔwë¹ni xkí-n ʔwëni V;PRF;PL;2
kä¹t’i i kät’i V;IPFV;SG;3;PRS
ʔẹ¹²i gí ʔẹi V;IPFV;SG;2;PRS
hyʉ¹²ni mí-dí hyʉni V;IPFV;SG;3;PST
tso¹ti xí zoti V;PRF;PL;3
mu²ʔts’i g-mí-n muʔts’i V;IPFV;SG;2;PST
k’wẹ¹²nt’i gí k’wẹnt’i V;IPFV;SG;2;PRS
ʔda²s-pi gá ʔdaspi V;PFV;SG;2
pä²ʔts’i gi päʔts’i V;IRR;SG;2
ʔẹ¹²m-bi mí ʔẹmbi V;IPFV;SG;3;PST
tạ²t’i ga tạt’i V;IRR;SG;1
ʔi¹²xki xa-n ʔixki V;PRF;SG;3
ʔdø¹k-yä da ʔdøkyä V;IRR;SG;3
tsi¹²ni mí tsini V;IPFV;SG;1;PST
pa¹²ha gi paha V;IRR;SG;2
po¹²ni mí-dí poni V;IPFV;SG;3;PST
k’wẹ²ʔts’i mí-dí k’wẹʔts’i V;IPFV;SG;3;PST
fø¹²ta²-do xká føtado V;PRF;SG;2
n=gä²t’i xtá-n gät’i V;PRF;PL;1
jʉ¹ki xkí jʉki V;PRF;PL;2
tso²ts’i bi zots’i V;PFV;SG;3
n=ʔyạ²ni bi-n ʔyạni V;PFV;SG;3
za¹nt’i mí-dí zant’i V;IPFV;SG;3;PST
tso¹t’i bi zot’i V;PFV;SG;3
pø²n-ni¹go xí-n pønnigo V;PRF;PL;3
ʔba²ʔt’i gí-dí ʔbaʔt’i V;IPFV;SG;2;PRS
zo²ni xkí-n zoni V;PRF;PL;2
ʔda²ni xtá ʔdani V;PRF;PL;1
do²-gwa di-n dogwa V;IRR;SG;3
n=ʔa²ts’i xkí-n ʔats’i V;PRF;PL;2
hwä¹ni ga hwäni V;IRR;SG;1
hwë¹²gi xtá hwëgi V;PRF;SG;1
jø¹²ts’e mí-dí jøts’e V;IPFV;SG;3;PST
ʔwa²gi bi ʔwagi V;PFV;SG;3
n=jạ²di ga-n jạdi V;IRR;SG;2
n=gʉ²t’i g-mí-dí-n gʉt’i V;IPFV;SG;2;PST
ho¹ xkí hyo V;PRF;PL;2
gä²ʔts’i i gäʔts’i V;IPFV;SG;3;PRS
po¹²ni dí poni V;IPFV;SG;1;PRS
ʔẹ¹ki mí ʔẹki V;IPFV;SG;3;PST
thä²ns-pi gá thänspi V;PFV;SG;2
pʉ¹²ngi gá pʉngi V;PFV;SG;2
n=ʔạ²di xtá-n ʔạdi V;PRF;PL;1
fạ²di ga fạdi V;IRR;SG;1
ʔwë¹ni xtá ʔwëni V;PRF;PL;1
k’o²ki gi k’oki V;IRR;SG;2
to¹²nt’i da tont’i V;IRR;SG;3
n=pạ²t’i xká-n pạt’i V;PRF;SG;2
ʔʉ¹²ni bi-n ʔʉni V;PFV;SG;3
bi²nts’i xí-n bints’i V;PRF;PL;3
fẹ¹n-za gí fẹnza V;IPFV;SG;2;PRS
pø²ge i pøge V;IPFV;SG;3;PRS
n=wä¹²ngi xkí-n wängi V;PRF;PL;2
n=pø²ts’e mí-n pøts’e V;IPFV;SG;3;PST
dï²xni di-n dïxni V;IRR;SG;3
ti¹ da ndi V;IRR;SG;3
bʉ¹ gí bʉ V;IPFV;SG;2;PRS
mbo²ʔts’i bi-n mboʔts’i V;PFV;SG;3
n=ʔyo²hʉ xká-n ʔyohʉ V;PRF;SG;2
ʔʉ²-na²ni bi-n ʔʉnani V;PFV;SG;3
ʔwẹ¹ ga ʔwẹ V;IRR;SG;1
mu¹nni da munni V;IRR;SG;3
kä¹²i g-mí käi V;IPFV;SG;2;PST
thu¹ts’i mí thuts’i V;IPFV;SG;1;PST
mba²fi gí mbafi V;IPFV;SG;2;PRS
ko¹²h-ma²hyä ga kohmahyä V;IRR;SG;1
ʔwä²ki mí ʔwäki V;IPFV;SG;1;PST
ndo¹ki (i-)dí ndoki V;IPFV;SG;3;PRS
ʔbʉ²m-ma²nho xká-n ʔbʉmmanho V;PRF;SG;2
n=xä²ʔmi xí-n xäʔmi V;PRF;PL;3
tsi²ʔt’i dá tsiʔt’i V;PFV;SG;1
tẹ²ʔts’i dá tẹʔts’i V;PFV;SG;1
tsẹ²ʔmi gi tsẹʔmi V;IRR;SG;2
ʔwe²ke dí-dí ʔweke V;IPFV;SG;1;PRS
ʔẹ¹²ts’i xtá ʔẹts’i V;PRF;SG;1
ʔwë¹t’i xí ʔwët’i V;PRF;PL;3
tsa²r-bi g-mí-dí tsarbi V;IPFV;SG;2;PST
n=hä²-t’ʉ²hni dá-n hät’ʉhni V;PFV;SG;1
thʉ²xni xa-n thʉxni V;PRF;SG;3
ts’ä¹²t’i (i-)dí ts’ät’i V;IPFV;SG;3;PRS
k’wa¹nt’i bi k’want’i V;PFV;SG;3
pẹ¹hni ga pẹhni V;IRR;SG;1
pe¹te xtá pete V;PRF;SG;1
xo²fo xa-n xofo V;PRF;SG;3
hä²ki g-mí häki V;IPFV;SG;2;PST
ʔï²ti²mma¹-te xa-n ʔïtimmate V;PRF;SG;3
zẹ¹²di xtá zẹdi V;PRF;PL;1
pe²ngi xtá pengi V;PRF;SG;1
yë²h-ra²-xʉ¹tha mí yëhraxʉtha V;IPFV;SG;3;PST
hwë²ʔt’i (i-)dí hwëʔt’i V;IPFV;SG;3;PRS
na¹²ni xtá nani V;PRF;PL;1
xo²t’i mí xot’i V;IPFV;SG;3;PST
n=tø²n-yä ga-n tønyä V;IRR;SG;2
ye¹² xí-n ye V;PRF;PL;3
tsi¹-pi xí zipi V;PRF;PL;3
n=yu¹²nt’i dí-dí-n yunt’i V;IPFV;SG;1;PRS
ʔbạ¹ʔmi gí-dí ʔbạʔmi V;IPFV;SG;2;PRS
ʔe¹²ʔts’e gi ʔyeʔts’e V;IRR;SG;2
kʉ¹nts’i gi kʉnts’i V;IRR;SG;2
pe¹ dí pe V;IPFV;SG;1;PRS
xu²hna²-nya xká xuhnanya V;PRF;SG;2
hø¹t’e gi høt’e V;IRR;SG;2
n=thë²n-the di-n thënthe V;IRR;SG;3
hwi¹xt’i xí hwixt’i V;PRF;PL;3
hë²ta²-te xká-n hëtate V;PRF;SG;2
tsä²ki xa tsäki V;PRF;SG;3
ʔba²ʔts’i mí ʔbaʔts’i V;IPFV;SG;1;PST
kä¹ʔts’i mí käʔts’i V;IPFV;SG;1;PST
n=ʔạ²-thä xtá-n ʔạthä V;PRF;SG;1
thu¹²i xtá thui V;PRF;SG;1
ʔbẹ²-ʔbo xká ʔbẹʔbo V;PRF;SG;2
n=sạ²hni xtá-n tsạhni V;PRF;SG;1
ʔbạ²n-yä xí ʔbạnyä V;PRF;PL;3
ʔä¹²xi ga ʔäxi V;IRR;SG;1
tẹ²t’i xa-n tẹt’i V;PRF;SG;3
n=pø¹²hø gí-dí-n pøhø V;IPFV;SG;2;PRS
pø²m-mi²xa¹ xká-n pømmixa V;PRF;SG;2
k’a²t’i xkí-n k’at’i V;PRF;PL;2
ʔbạ¹²nts’i bi ʔbạnts’i V;PFV;SG;3
xạ¹t’i xtá xạt’i V;PRF;SG;1
ʔyë²hë g-mí-dí ʔyëhë V;IPFV;SG;2;PST
tẹ²t’i i tẹt’i V;IPFV;SG;3;PRS
thä¹mmi mí thämmi V;IPFV;SG;3;PST
ʔạ¹t’i mí ʔạt’i V;IPFV;SG;1;PST
yä²ti bi-n yäti V;PFV;SG;3
to¹²ni dí toni V;IPFV;SG;1;PRS
n=ho¹ʔa¹-hyä (i-)dí-n hoʔahyä V;IPFV;SG;3;PRS
jwa²ts’i xa-n jwats’i V;PRF;SG;3
pẹ²t’i dí pẹt’i V;IPFV;SG;1;PRS
tso¹ xká tso V;PRF;SG;2
k’wa²ʔmi mí-dí k’waʔmi V;IPFV;SG;3;PST
thä¹t’i bi dät’i V;PFV;SG;3
pẹ²ki mí pẹki V;IPFV;SG;3;PST
n=hyë¹nni xí-n hyënni V;PRF;PL;3
n=sạ¹ki xkí-n tsạki V;PRF;PL;2
jạ¹t’i xká jạt’i V;PRF;SG;2
n=xa¹²ha ga-n xaha V;IRR;SG;2
do²ʔmi bi doʔmi V;PFV;SG;3
n=wä¹²nni bi-n wänni V;PFV;SG;3
ʔbạ¹²ni xtá ʔbạni V;PRF;PL;1
pʉ¹ʔts’i i pʉʔts’i V;IPFV;SG;3;PRS
ʔï²ti gí ʔïti V;IPFV;SG;2;PRS
dʉ¹xki¹-bi gá dʉxkibi V;PFV;SG;2
hë¹²ni xa hëni V;PRF;SG;3
n=hye² xa-n hye V;PRF;SG;3
nda²nts’i gá ndants’i V;PFV;SG;2
ʔø²ʔt’e ga ʔøʔt’e V;IRR;SG;1
nde²-the xa-n ndethe V;PRF;SG;3
ba¹t’a²-do bi bat’ado V;PFV;SG;3
xạ¹²i xí xại V;PRF;PL;3
kʉ²nni xkí kʉnni V;PRF;PL;2
fʉ²ni mí fʉni V;IPFV;SG;3;PST
xʉ²-ʔyẹ i xʉʔyẹ V;IPFV;SG;3;PRS
kwe²nts’i mí kwents’i V;IPFV;SG;3;PST
ʔʉ¹²i g-mí ʔʉi V;IPFV;SG;2;PST
n=pï²ts’i dí-n pïts’i V;IPFV;SG;1;PRS
hä¹ti dí-dí häti V;IPFV;SG;1;PRS
tsʉ²hni dí tsʉhni V;IPFV;SG;1;PRS
tu¹² mí tu V;IPFV;SG;1;PST
n=za¹ʔa¹-ʔyo xa-n zaʔaʔyo V;PRF;SG;3
tsẹ¹gi bi tsẹgi V;PFV;SG;3
tẹ¹²ts’i ga tẹts’i V;IRR;SG;1
n=ʔda²ʔts’i da-n ʔdaʔts’i V;IRR;SG;1
n=hyẹ²gi mí-dí-n hyẹgi V;IPFV;SG;1;PST
fo¹ti xa foti V;PRF;SG;3
pa²ʔts’i da paʔts’i V;IRR;SG;3
hø¹nni mí hønni V;IPFV;SG;1;PST
ʔwẹ¹²ti i ʔwẹti V;IPFV;SG;3;PRS
n=hyẹ²gi mí-dí-n hyẹgi V;IPFV;SG;3;PST
n=ʔyo²-mfë²ni xa-n ʔyomfëni V;PRF;SG;3
ʔạ²-pi gí ʔạpi V;IPFV;SG;2;PRS
ʔyạ¹ts’i dí-dí ʔyạts’i V;IPFV;SG;1;PRS
ha²x-ma²nho xa haxmanho V;PRF;SG;3
hạ¹²nt’i xká hạnt’i V;PRF;SG;2
ʔdø¹k-yä mí-dí ʔdøkyä V;IPFV;SG;3;PST
n=sạ²hni xí-n tsạhni V;PRF;PL;3
ne¹rba¹-hạ¹²i gi nerbahại V;IRR;SG;2
te¹ke gá teke V;PFV;SG;2
mi¹t’i dá mit’i V;PFV;SG;1
nu¹²nni xkí nunni V;PRF;PL;2
hẹ²n-bi xká hyẹnbi V;PRF;SG;2
bẹ¹nt’i gá bẹnt’i V;PFV;SG;2
kạ¹²i xkí kại V;PRF;PL;2
n=ʔyo¹hni bi-n ʔyohni V;PFV;SG;3
thạ²hạ xa thạhạ V;PRF;SG;3
fo¹ʔts’i dí-dí foʔts’i V;IPFV;SG;1;PRS
n=tsa²-ngu²ru gí-n tsanguru V;IPFV;SG;2;PRS
n=ʔyë¹²ts’i dí-dí-n ʔyëts’i V;IPFV;SG;1;PRS
ʔba¹²xni gí-dí ʔbaxni V;IPFV;SG;2;PRS
ʔe¹ngi xa ʔyengi V;PRF;SG;3
xạ¹-ʔyẹ xtá xạʔyẹ V;PRF;PL;1
fï²ts’i bi fïts’i V;PFV;SG;3
jwa²di dí-dí jwadi V;IPFV;SG;1;PRS
yø¹²e xí yøe V;PRF;PL;3
n=ho¹ʔa¹-hyä gá-n hoʔahyä V;PFV;SG;2
n=pi¹²di bi-n pidi V;PFV;SG;3
sẹ¹ya²bi bi tsẹyabi V;PFV;SG;3
ʔdo²ʔmi dá ʔdoʔmi V;PFV;SG;1
dä²-nhyë¹²i xká-n dänhyëi V;PRF;SG;2
ʔẹ²-za g-mí ʔẹza V;IPFV;SG;2;PST
n=pạ¹ts’i xí-n pạts’i V;PRF;PL;3
xạ¹ts’i mí xạts’i V;IPFV;SG;3;PST
ʔo¹ xí ʔyo V;PRF;PL;3
ʔbʉ²m-bø²ka xí-n ʔbʉmʔbøka V;PRF;PL;3
pẹ¹²hi g-mí pẹhi V;IPFV;SG;2;PST
tø¹²ts’e ga tøts’e V;IRR;SG;1
ku²hni gá kuhni V;PFV;SG;2
n=pø²ts’e ga-n pøts’e V;IRR;SG;2
n=tu¹²ʔts’i (i-)dí-n tuʔts’i V;IPFV;SG;3;PRS
sẹ²ya xí-n tsẹya V;PRF;PL;3
yo²t’i xkí yot’i V;PRF;PL;2
ʔyo²-gwa xtá-n ʔyogwa V;PRF;PL;1
k’ʉ¹n-the¹de xtá-n k’ʉnthede V;PRF;SG;1
yä²hni gá-n yähni V;PFV;SG;2
n=tẹ¹²ts’i xa-n tẹts’i V;PRF;SG;3
n=to¹²ni mí-dí-n toni V;IPFV;SG;3;PST
ʔbạ²ki mí-dí ʔbạki V;IPFV;SG;3;PST
mi¹²hi xtá mihi V;PRF;PL;1
pa²ʔts’i mí-dí paʔts’i V;IPFV;SG;3;PST
n=pạ²di da-n pạdi V;IRR;SG;1
ʔẹ¹k-pi mí ʔẹkpi V;IPFV;SG;1;PST
ʔe²nts’a²-te da-n ʔents’ate V;IRR;SG;1
tsi²ki gi tsiki V;IRR;SG;2
ʔu¹²di dá ʔudi V;PFV;SG;1
pʉ²t’i xtá pʉt’i V;PRF;SG;1
yo²ho g-mí yoho V;IPFV;SG;2;PST
tsẹ¹h=tho xa zẹhtho V;PRF;SG;3
n=zi²-b-de xa-n zibde V;PRF;SG;3
xi²x-yä¹bi gá xixyäbi V;PFV;SG;2
n=wä¹²nni xí-n wänni V;PRF;PL;3
ho²-te xká-n hote V;PRF;SG;2
hwë²ʔt’i xí hwëʔt’i V;PRF;PL;3
bä¹t’i xká bät’i V;PRF;SG;2
hä¹ki da hyäki V;IRR;SG;3
ju¹nt’ẹ¹²i xkí junt’ẹi V;PRF;PL;2
hi¹ mí hi V;IPFV;SG;1;PST
ʔʉ²h-jʉ di-n ʔʉhjʉ V;IRR;SG;3
n=xạ¹di gí-dí-n xạdi V;IPFV;SG;2;PRS
xạ²ʔt’i mí xạʔt’i V;IPFV;SG;3;PST
tsʉ²ʔts’i bi zʉʔts’i V;PFV;SG;3
tʉ²nts’i i tʉnts’i V;IPFV;SG;3;PRS
thä¹n-nde g-mí thännde V;IPFV;SG;2;PST
tso²t’i xí zot’i V;PRF;PL;3
hyo²nni xkí-n hyonni V;PRF;PL;2
kạ¹t’i xká kạt’i V;PRF;SG;2
ʔbạ¹²i ga ʔbại V;IRR;SG;1
kʉ¹²n-do²ndo ga kʉndondo V;IRR;SG;1
n=ʔyo¹hni xtá-n ʔyohni V;PRF;PL;1
mi¹²hi dá mihi V;PFV;SG;1
thẹ²t’i i thẹt’i V;IPFV;SG;3;PRS
jä¹ʔts’i dá jäʔts’i V;PFV;SG;1
ʔo¹hni xtá ʔohni V;PRF;PL;1
k’wa²hni bi-n k’wahni V;PFV;SG;3
ma¹n-nde² tho¹²ho dá mannde thoho V;PFV;SG;1
ho¹n-bi xí hyonbi V;PRF;PL;3
ne¹²hi gi-n nehi V;IRR;SG;2
tu¹²ʔts’i g-mí tuʔts’i V;IPFV;SG;2;PST
hndø²ni mí hndøni V;IPFV;SG;3;PST
jʉ¹r-bi xa gʉrbi V;PRF;SG;3
n=ts’ʉ¹-t’a¹bi gá-n ts’ʉt’abi V;PFV;SG;2
n=do¹²ki bi-n doki V;PFV;SG;3
ko¹²ʔts’i gi koʔts’i V;IRR;SG;2
ʔyë²hë²bi gá ʔyëhëbi V;PFV;SG;2
ʔä¹²hmi g-mí-dí ʔähmi V;IPFV;SG;2;PST
nda¹ʔt’i mí-dí ndaʔt’i V;IPFV;SG;3;PST
ye²r-be dí-dí yerbe V;IPFV;SG;1;PRS
ju²-pi xa jupi V;PRF;SG;3
gu¹²xt’i xká guxt’i V;PRF;SG;2
jʉ²nni gi jʉnni V;IRR;SG;2
tsẹ²ʔt’i dá tsẹʔt’i V;PFV;SG;1
ʔạ¹ʔts’i dá ʔạʔts’i V;PFV;SG;1
k’wä²ts’i i k’wäts’i V;IPFV;SG;3;PRS
jo¹ g-mí jo V;IPFV;SG;2;PST
yo¹²ʔt’i gá yoʔt’i V;PFV;SG;2
ba¹²ha (i-)dí baha V;IPFV;SG;3;PRS
tø¹²te xtá tøte V;PRF;SG;1
ts’ä¹²t’i xkí ts’ät’i V;PRF;PL;2
n=ho²ki ga-n hoki V;IRR;SG;2
pa¹kpa¹-hạ¹²i i pakpahại V;IPFV;SG;3;PRS
n=ʔyo¹²hʉ i-n ʔyohʉ V;IPFV;SG;3;PRS
n=gä²-yä di-n gäyä V;IRR;SG;3
nu²-hyo¹ya gí-n nuhyoya V;IPFV;SG;2;PRS
pạ¹ni mí pạni V;IPFV;SG;3;PST
dä²-xo²ki gí-dí däxoki V;IPFV;SG;2;PRS
kạ²ti xkí kạti V;PRF;PL;2
n=hyø¹mmi bi-n hyømmi V;PFV;SG;3
ʔbẹ²ʔt’i gi ʔbẹʔt’i V;IRR;SG;2
hạ¹²nt’i gi hạnt’i V;IRR;SG;2
ma¹m-ma²nho gá mammanho V;PFV;SG;2
n=pø²ʔt’e dá-n pøʔt’e V;PFV;SG;1
n=ʔyø²rbe gí-dí-n ʔyørbe V;IPFV;SG;2;PRS
ʔạ¹nni mí ʔạnni V;IPFV;SG;1;PST
po²pa²-de¹he mí popadehe V;IPFV;SG;3;PST
n=xʉ²t’i di-n xʉt’i V;IRR;SG;3
thi¹nni ga thinni V;IRR;SG;1
n=ʔạ²-thä ga-n ʔạthä V;IRR;SG;2
n=ʔyo²hʉ mí-dí-n ʔyohʉ V;IPFV;SG;3;PST
ko¹²ngi mí-dí kongi V;IPFV;SG;3;PST
k’a¹²r-pi bi k’arpi V;PFV;SG;3
ʔï¹²t’i xkí ʔït’i V;PRF;PL;2
hë¹²ti ga hëti V;IRR;SG;1
ʔyo²-xu¹²i xtá-n ʔyoxui V;PRF;PL;1
xä²ʔts’i xa xäʔts’i V;PRF;SG;3
bä¹nts’i xí bänts’i V;PRF;PL;3
hẹ²n-hạ¹²i bi-n hẹnhại V;PFV;SG;3
tä¹-dẹ¹thä mí tädẹthä V;IPFV;SG;3;PST
thu²gi mí thugi V;IPFV;SG;3;PST
kạ¹²ki dí-dí kạki V;IPFV;SG;1;PRS
ʔä¹²xi gá ʔyäxi V;PFV;SG;2
n=tä² dá-n tä V;PFV;SG;1
tsi²ʔt’i (i-)dí tsiʔt’i V;IPFV;SG;3;PRS
xạ²ʔt’i gá xạʔt’i V;PFV;SG;2
hø¹t’e gí høt’e V;IPFV;SG;2;PRS
mbạ²nt’i xa-n mbạnt’i V;PRF;SG;3
yä¹ti xká yäti V;PRF;SG;2
thï¹ʔa¹-xʉ¹²tha dá thïʔaxʉtha V;PFV;SG;1
xä¹²gi g-mí xägi V;IPFV;SG;2;PST
ʔạ¹t’i xa ʔyạt’i V;PRF;SG;3
ʔbẹ²ʔt’i xa ʔbẹʔt’i V;PRF;SG;3
hu¹ bi hyu V;PFV;SG;3
ʔẹ¹nt’i xtá ʔẹnt’i V;PRF;SG;1
ʔdo²gi xa ʔdogi V;PRF;SG;3
ts’ï¹-da¹-nthe¹de xká-n ts’ïdanthede V;PRF;SG;2
ʔu¹ni i ʔuni V;IPFV;SG;3;PRS
kʉ¹ i kʉ V;IPFV;SG;3;PRS
n=pẹ¹fi bi-n pẹfi V;PFV;SG;3
ko²ti gá koti V;PFV;SG;2
tu¹²ʔts’i bi duʔts’i V;PFV;SG;3
ko¹ʔa¹-xʉ¹²tha xtá koʔaxʉtha V;PRF;PL;1
xä¹gi da xägi V;IRR;SG;3
tʉ²t’i g-mí-dí tʉt’i V;IPFV;SG;2;PST
n=k’wa²ni mí-dí-n k’wani V;IPFV;SG;3;PST
pu²-mbë²ni bi pumbëni V;PFV;SG;3
ʔbʉ²m-ma²nho g-mí ʔbʉmmanho V;IPFV;SG;2;PST
xa²xni xa-n xaxni V;PRF;SG;3
yø¹ʔt’e xtá yøʔt’e V;PRF;SG;1
ye¹ xí ye V;PRF;PL;3
kä² i kä V;IPFV;SG;3;PRS
he²he xtá-n hehe V;PRF;PL;1
ʔạ¹ʔts’i ga ʔạʔts’i V;IRR;SG;1
ko¹²ʔts’i dí koʔts’i V;IPFV;SG;1;PRS
n=hä²-t’ʉ²hni g-mí-n hät’ʉhni V;IPFV;SG;2;PST
ya¹ʔa¹bi bi yaʔabi V;PFV;SG;3
hʉ¹xt’i xká hyʉxt’i V;PRF;SG;2
ʔä²nba²-tho¹ho mí ʔänbathoho V;IPFV;SG;1;PST
xi²x-yä¹bi gi xixyäbi V;IRR;SG;2
pø¹²ts’e mí pøts’e V;IPFV;SG;3;PST
hø¹te dí høte V;IPFV;SG;1;PRS
hä¹ki ga häki V;IRR;SG;1
n=ʔyẹ²nt’i xtá-n ʔyẹnt’i V;PRF;SG;1
ʔø²the xtá ʔøthe V;PRF;PL;1
n=zạ²-ma²nʔʉ xkí-n zạmanʔʉ V;PRF;PL;2
xo¹ki ga xoki V;IRR;SG;1
ʔe¹nt’i xtá ʔent’i V;PRF;SG;1
fẹ¹ki xká fẹki V;PRF;SG;2
n=pạ¹ gá-n pạ V;PFV;SG;2
n=hë²ni mí-dí-n hëni V;IPFV;SG;1;PST
pi¹ mí pi V;IPFV;SG;3;PST
n=dẹ²ki xí-n dẹki V;PRF;PL;3
pạ¹ni dí pạni V;IPFV;SG;1;PRS
tsä¹t’i xtá tsät’i V;PRF;SG;1
n=ts’ʉ²k-pi mí-n ts’ʉkpi V;IPFV;SG;3;PST
ʔo¹²h-fʉ²ni g-mí ʔohfʉni V;IPFV;SG;2;PST
zʉ²di bi-n zʉdi V;PFV;SG;3
n=ʔa¹²ki xa-n ʔaki V;PRF;SG;3
pa¹²nts’i xa mbants’i V;PRF;SG;3
ʔạ¹ni gí ʔạni V;IPFV;SG;2;PRS
te¹ts’e dí tets’e V;IPFV;SG;1;PRS
hä²ki gí häki V;IPFV;SG;2;PRS
k’ä¹-ma²nʔʉ bi k’ämanʔʉ V;PFV;SG;3
n=ʔdo²ʔts’i gí-n ʔdoʔts’i V;IPFV;SG;2;PRS
tø²ʔmi gí tøʔmi V;IPFV;SG;2;PRS
hwi¹fi gí hwifi V;IPFV;SG;2;PRS
yo¹ndi²bi (i-)dí yo+ndibi V;IPFV;SG;3;PRS
ʔä¹²ni bi ʔyäni V;PFV;SG;3
ʔyø¹² xa-n ʔyø V;PRF;SG;3
ʔë¹²m-bi gi ʔyëmbi V;IRR;SG;2
xʉ² xtá-n xʉ V;PRF;PL;1
fẹ¹t’i xí-n fẹt’i V;PRF;PL;3
hë¹ʔts’i g-mí hëʔts’i V;IPFV;SG;2;PST
tu¹²ts’i g-mí tuts’i V;IPFV;SG;2;PST
nu¹² xa-n nu V;PRF;SG;3
po²ts’i ga pots’i V;IRR;SG;1
hmi¹²-du bi-n hmidu V;PFV;SG;3
fʉ²nts’i gá fʉnts’i V;PFV;SG;2
ʔʉ²k-pi g-mí-dí ʔʉkpi V;IPFV;SG;2;PST
n=tsu¹ ga-n tsu V;IRR;SG;2
ʔbẹ¹t’i mí-dí ʔbẹt’i V;IPFV;SG;1;PST
ʔyo²-ma²nza²ki mí ʔyomanzaki V;IPFV;SG;3;PST
xë²ki i xëki V;IPFV;SG;3;PRS
pi¹di xká pidi V;PRF;SG;2
wä²p-thu¹hu di-n wäpthuhu V;IRR;SG;3
kạ¹²ki da kạki V;IRR;SG;3
ma¹ mí-n ma V;IPFV;SG;3;PST
ne¹ti mí-n neti V;IPFV;SG;3;PST
ʔo²i xtá ʔoi V;PRF;SG;1
ʔä¹²ni dá ʔäni V;PFV;SG;1
me¹²t’i (i-)dí met’i V;IPFV;SG;3;PRS
tø¹te i tøte V;IPFV;SG;3;PRS
n=tä²s-pi g-mí-dí-n täspi V;IPFV;SG;2;PST
hmi¹ti bi hmiti V;PFV;SG;3
ʔyo¹ xtá-n ʔyo V;PRF;PL;1
tsi²-t’ë¹²i xtá-n tsit’ëi V;PRF;PL;1
ʔʉ²n-bi gí-dí ʔʉnbi V;IPFV;SG;2;PRS
hẹ²hni xtá hẹhni V;PRF;SG;1
dë¹nts’i g-mí-dí dënts’i V;IPFV;SG;2;PST
zʉ¹nt’i gá zʉnt’i V;PFV;SG;2
k’o²gi da k’ogi V;IRR;SG;3
ʔyo¹-fa¹ni xtá-n ʔyofani V;PRF;PL;1
tẹ¹²t’i xí tẹt’i V;PRF;PL;3
yä¹²-ma²ngä¹t’i xká-n yämangät’i V;PRF;SG;2
jo¹²t’i ga jot’i V;IRR;SG;1
n=du¹-yä mí-n duyä V;IPFV;SG;3;PST
k’wä²ts’i g-mí k’wäts’i V;IPFV;SG;2;PST
tsu¹²-ma²nhë¹²i g-mí tsumanhëi V;IPFV;SG;2;PST
zʉ²di xa-n zʉdi V;PRF;SG;3
n=ʔu¹²ni xká-n ʔuni V;PRF;SG;2
yä¹-hyu dá-n yähyu V;PFV;SG;1
do¹²nni xí donni V;PRF;PL;3
mu¹t’i xká mut’i V;PRF;SG;2
ja²m-ma¹di dá jammadi V;PFV;SG;1
k’wä²ts’i xa-n k’wäts’i V;PRF;SG;3
fẹ¹t’i dí-dí fẹt’i V;IPFV;SG;1;PRS
hä²n-bi mí hänbi V;IPFV;SG;1;PST
mi²hni di-n mihni V;IRR;SG;3
kwe²ngi mí kwengi V;IPFV;SG;1;PST
kä¹ti bi käti V;PFV;SG;3
po¹²ni mí-dí poni V;IPFV;SG;1;PST
n=xï¹ki di-n xïki V;IRR;SG;3
hwï¹ʔts’i dí hwïʔts’i V;IPFV;SG;1;PRS
to¹²nt’i gi tont’i V;IRR;SG;2
n=jwä²nba²-te mí-dí-n jwänbate V;IPFV;SG;3;PST
xø²ge mí xøge V;IPFV;SG;3;PST
thu¹ts’i gí thuts’i V;IPFV;SG;2;PRS
ʔa¹ka¹-ʔyo dá-n ʔakaʔyo V;PFV;SG;1
k’a¹²i (i-)dí k’ai V;IPFV;SG;3;PRS
tu¹t’i bi dut’i V;PFV;SG;3
thu²nt’i mí thunt’i V;IPFV;SG;3;PST
do²-re xa-n dore V;PRF;SG;3
yä¹²fi gí-n yäfi V;IPFV;SG;2;PRS
ʔyo²-ma²ngä¹t’i mí ʔyomangät’i V;IPFV;SG;1;PST
bʉ¹ i bʉ V;IPFV;SG;3;PRS
ʔo¹t’i (i-)dí ʔot’i V;IPFV;SG;3;PRS
ʔi¹²ni bi ʔini V;PFV;SG;3
gạ²ti gi gạti V;IRR;SG;2
ʔo¹t’i xa ʔot’i V;PRF;SG;3
tsa²r-bi xká tsarbi V;PRF;SG;2
n=ʔyạ²ni xká-n ʔyạni V;PRF;SG;2
fo¹ʔts’i xí foʔts’i V;PRF;PL;3
ne²k-ma²nho xkí-n nekmanho V;PRF;PL;2
pẹ¹-ʔbi¹da da-n pẹʔbida V;IRR;SG;1
n=pi¹²di xí-n pidi V;PRF;PL;3
xạ²n-the ga-n xạnthe V;IRR;SG;2
ja²-pi dí-dí japi V;IPFV;SG;1;PRS
hạ¹²nts’i gá hạnts’i V;PFV;SG;2
tsi¹ti gi tsiti V;IRR;SG;2
n=k’o¹²mmi dá-n k’ommi V;PFV;SG;1
mbạ²ʔts’i xká mbạʔts’i V;PRF;SG;2
yä²hni mí-dí yähni V;IPFV;SG;1;PST
n=ga¹²ti mí-n gati V;IPFV;SG;1;PST
n=du¹-ʔbẹ¹ni gá-n duʔbẹni V;PFV;SG;2
n=t’ʉ²ngi mí-n t’ʉngi V;IPFV;SG;3;PST
tsạ¹²-ma²nhëi ga tsạmanhëi V;IRR;SG;1
tsa²n-te dí tsante V;IPFV;SG;1;PRS
gʉ¹²i gi gʉi V;IRR;SG;2
ʔbạ²n-yä gi ʔbạnyä V;IRR;SG;2
pø¹²ni bi pøni V;PFV;SG;3
ʔẹ²-za ga-n ʔẹza V;IRR;SG;2
hë²ʔt’i dí hëʔt’i V;IPFV;SG;1;PRS
dʉ²ʔts’i xí-n dʉʔts’i V;PRF;PL;3
tu²-ma²nthu¹hu gí tumanthuhu V;IPFV;SG;2;PRS
tsi²nni xtá tsinni V;PRF;PL;1
mu¹ni xí muni V;PRF;PL;3
te²spe (i-)dí tespe V;IPFV;SG;3;PRS
mbo²ʔmi ga-n mboʔmi V;IRR;SG;2
hwë²m-bi bi hwëmbi V;PFV;SG;3
ne¹t’i gí-n net’i V;IPFV;SG;2;PRS
n=thạ²n=tho xtá-n thạntho V;PRF;SG;1
do²-re xkí-n dore V;PRF;PL;2
nu²-jä¹ʔi mí-n nujäʔi V;IPFV;SG;3;PST
n=jä²ʔi mí-n jäʔi V;IPFV;SG;3;PST
mu² dí-dí mu V;IPFV;SG;1;PRS
tsi¹² gi tsi V;IRR;SG;2
pø²n-ni¹go bi-n pønnigo V;PFV;SG;3
jwa²ts’i dá-n jwats’i V;PFV;SG;1
jwa²t’i gá jwat’i V;PFV;SG;2
ko²t’a¹-fạ²di dí kot’afạdi V;IPFV;SG;1;PRS
hẹ¹²ni i hẹni V;IPFV;SG;3;PRS
xi²x-yä¹bi xkí xixyäbi V;PRF;PL;2
thï²-xtha xtá thïxtha V;PRF;PL;1
yo²-bë²ni ga-n yobëni V;IRR;SG;2
ko¹²hmi gí kohmi V;IPFV;SG;2;PRS
ʔyẹ²ʔmi bi ʔyẹʔmi V;PFV;SG;3
n=hwa²hni mí-dí-n hwahni V;IPFV;SG;1;PST
ʔu²ti xtá ʔuti V;PRF;SG;1
hø²ts’e ga høts’e V;IRR;SG;1
mbạ²ʔts’i da mbạʔts’i V;IRR;SG;3
zʉ²ʔts’i xa-n zʉʔts’i V;PRF;SG;3
n=ʔwẹ²ni xí-n ʔwẹni V;PRF;PL;3
yo¹²r-bi gá yorbi V;PFV;SG;2
hwi¹²xt’i xtá hwixt’i V;PRF;SG;1
ʔe¹²xke bi ʔyexke V;PFV;SG;3
tsạ¹²-ma²nʔʉ dá tsạmanʔʉ V;PFV;SG;1
jʉ¹ki xí gʉki V;PRF;PL;3
n=nu¹nts’i mí-dí-n nunts’i V;IPFV;SG;3;PST
tsạ¹ti gá tsạti V;PFV;SG;2
xẹ¹-pi i xẹpi V;IPFV;SG;3;PRS
fʉ²ki g-mí-dí fʉki V;IPFV;SG;2;PST
hya²nd-bi xkí hyandbi V;PRF;PL;2
zẹ¹²ngwa gá zẹngwa V;PFV;SG;2
xạ¹r-pi (i-)dí xạrpi V;IPFV;SG;3;PRS
tsʉ²t’i da zʉt’i V;IRR;SG;3
dʉ²ʔmi dí-dí dʉʔmi V;IPFV;SG;1;PRS
fʉ²nts’i xí fʉnts’i V;PRF;PL;3
n=ʔyø²rbe mí-dí-n ʔyørbe V;IPFV;SG;3;PST
bë¹²ni mí-dí bëni V;IPFV;SG;3;PST
nu²-do²ndo i-n nudondo V;IPFV;SG;3;PRS
thä¹di ga thädi V;IRR;SG;1
pu²n-bi mí-dí punbi V;IPFV;SG;1;PST
tsi² dá tsi V;PFV;SG;1
zʉ²ni xa-n zʉni V;PRF;SG;3
yä¹ xtá-n yä V;PRF;PL;1
n=ʔa²ts’i mí-n ʔats’i V;IPFV;SG;3;PST
tsi²x-te gá-n tsixte V;PFV;SG;2
pẹ¹²ti bi pẹti V;PFV;SG;3
tẹ²ki xí-n tẹki V;PRF;PL;3
pạ¹²xi xká pạxi V;PRF;SG;2
n=pø²nga¹-hyä xa-n pøngahyä V;PRF;SG;3
n=ʔwa¹t’i xká-n ʔwat’i V;PRF;SG;2
dä²-nhyë¹²i bi-n dänhyëi V;PFV;SG;3
pa²xki xa mbaxki V;PRF;SG;3
ʔyo²-xu¹²i xtá-n ʔyoxui V;PRF;SG;1
pẹ¹-pi gi pẹpi V;IRR;SG;2
ʔbạ²n-yä (i-)dí ʔbạnyä V;IPFV;SG;3;PRS
kä¹²ni xí käni V;PRF;PL;3
n=ʔdo²ʔts’i da-n ʔdoʔts’i V;IRR;SG;1
tsʉ¹ gi tsʉ V;IRR;SG;2
hø¹mba¹-hạ¹²i xí hyømbahại V;PRF;PL;3
ko²h-sẹ²hạ¹²i gi kohsẹhại V;IRR;SG;2
tso²ʔt’i mí tsoʔt’i V;IPFV;SG;3;PST
ndø¹ʔts’e xí ndøʔts’e V;PRF;PL;3
zø¹te bi zøte V;PFV;SG;3
nu¹nts’i dí-dí nunts’i V;IPFV;SG;1;PRS
he²he g-mí hehe V;IPFV;SG;2;PST
ʔbẹ¹ki xká ʔbẹki V;PRF;SG;2
kä¹ts’i ga käts’i V;IRR;SG;1
pu²-mbë²ni¹-bi xtá pumbënibi V;PRF;PL;1
pʉ¹ni da mbʉni V;IRR;SG;3
n=xʉ²t’i dá-n xʉt’i V;PFV;SG;1
xẹ¹ʔt’i g-mí xẹʔt’i V;IPFV;SG;2;PST
tu¹ xká tu V;PRF;SG;2
ʔẹ¹ʔt’i mí ʔẹʔt’i V;IPFV;SG;3;PST
n=jwä²nni gá-n jwänni V;PFV;SG;2
ye²ʔts’e mí-dí yeʔts’e V;IPFV;SG;3;PST
gạ¹²ts’i mí-dí gạts’i V;IPFV;SG;3;PST
zä¹²ndi gi zändi V;IRR;SG;2
tso¹²ni ga tsoni V;IRR;SG;1
ne¹t’a¹-hạ¹²i dí-n net’ahại V;IPFV;SG;1;PRS
pʉ²ti xa mbʉti V;PRF;SG;3
pi¹²ts’i i pits’i V;IPFV;SG;3;PRS
kwa¹²hmi dí-dí kwahmi V;IPFV;SG;1;PRS
hwä¹²ʔts’i xí-n hwäʔts’i V;PRF;PL;3
ʔda²s-pi g-mí-dí ʔdaspi V;IPFV;SG;2;PST
n=pẹ¹²hni xí-n pẹhni V;PRF;PL;3
n=fạ¹ni di-n fạni V;IRR;SG;3
ʔda²ni i ʔdani V;IPFV;SG;3;PRS
fẹ¹ni i fẹni V;IPFV;SG;3;PRS
n=do²ka¹-ʔbạ¹²i bi-n dokaʔbại V;PFV;SG;3
ma²ʔt’i gi maʔt’i V;IRR;SG;2
fʉ²ni di-n fʉni V;IRR;SG;3
fạ²-ʔye i fạʔye V;IPFV;SG;3;PRS
jø²t’e bi-n jøt’e V;PFV;SG;3
pa¹ ga mba V;IRR;SG;1
fẹ¹ʔts’i xká fẹʔts’i V;PRF;SG;2
n=bø²ni dí-n bøni V;IPFV;SG;1;PRS
hyo²ya xí-n hyoya V;PRF;PL;3
fa¹²ʔts’i da mbʔts’i V;IRR;SG;3
n=ʔbẹ²-mfo di-n ʔbẹmfo V;IRR;SG;3
n=ts’ʉ²-pi xtá-n ts’ʉpi V;PRF;PL;1
kʉ²ni xtá-n kʉni V;PRF;SG;1
n=nda²nni ga-n ndanni V;IRR;SG;2
mu¹nts’i dí-dí munts’i V;IPFV;SG;1;PRS
nda¹nt’i xká ndant’i V;PRF;SG;2
hmi¹ti mí-dí hmiti V;IPFV;SG;1;PST
hẹ²ʔts’i xkí hyẹʔts’i V;PRF;PL;2
ndø²-pe gí ndøpe V;IPFV;SG;2;PRS
ye²h=tho da-n yehtho V;IRR;SG;1
fạ¹gi g-mí fạgi V;IPFV;SG;2;PST
hwï¹ki xká hwïki V;PRF;SG;2
fe²t’e mí fet’e V;IPFV;SG;3;PST
tsø²r-be (i-)dí tsørbe V;IPFV;SG;3;PRS
n=ʔyẹ¹²i ga-n ʔyẹi V;IRR;SG;2
hʉ²ki dí hʉki V;IPFV;SG;1;PRS
n=ʔyø²rbe gá-n ʔyørbe V;PFV;SG;2
xẹ¹²ni dá xẹni V;PFV;SG;1
pu²-mbë²ni¹-bi dí-dí pumbënibi V;IPFV;SG;1;PRS
tʉ¹k-ka¹fe gá-n tʉkkafe V;PFV;SG;2
du²-ʔye dá-n duʔye V;PFV;SG;1
mu²wi xí muwi V;PRF;PL;3
xu¹t’i bi xut’i V;PFV;SG;3
ts’a¹nt’i gá ts’ant’i V;PFV;SG;2
hʉ²m-bi xká hyʉmbi V;PRF;SG;2
kä¹²ts’i mí käts’i V;IPFV;SG;3;PST
xạ¹ki xtá xạki V;PRF;PL;1
ʔda²s-pi bi ʔdaspi V;PFV;SG;3
di¹²nts’i mí-dí dints’i V;IPFV;SG;1;PST
n=k’o²ʔmi xká-n k’oʔmi V;PRF;SG;2
n=tso¹di dá-n tsodi V;PFV;SG;1
ju¹nt’ẹ¹²i xtá junt’ẹi V;PRF;PL;1
ʔu¹²ʔts’i ga ʔuʔts’i V;IRR;SG;1
tẹ²nni ga tẹnni V;IRR;SG;1
n=ʔyë¹²ts’i gá-n ʔyëts’i V;PFV;SG;2
fʉ²ʔts’i mí-dí fʉʔts’i V;IPFV;SG;1;PST
hwä¹t’i da hwät’i V;IRR;SG;3
thẹ¹ki mí thẹki V;IPFV;SG;3;PST
mba²ki xa mbaki V;PRF;SG;3
po²gi bi mbogi V;PFV;SG;3
xi¹²i dí xii V;IPFV;SG;1;PRS
dä²-nhyë¹²i g-mí dänhyëi V;IPFV;SG;2;PST
dʉ¹ i dʉ V;IPFV;SG;3;PRS
thä¹ti dá thäti V;PFV;SG;1
hë¹ki xkí hyëki V;PRF;PL;2
he²he xa-n hehe V;PRF;SG;3
n=ʔyẹ¹²i gá-n ʔyẹi V;PFV;SG;2
nu²-do²ndo g-mí-n nudondo V;IPFV;SG;2;PST
ye¹² dí ye V;IPFV;SG;1;PRS
k’a¹²r-pi (i-)dí k’arpi V;IPFV;SG;3;PRS
ndø¹²nt’i ga ndønt’i V;IRR;SG;1
ʔbø¹²ts’e mí ʔbøts’e V;IPFV;SG;3;PST
tsʉ²t’i gí tsʉt’i V;IPFV;SG;2;PRS
ʔa¹jʉ¹-mhạ¹²i dá-n ʔajʉmhại V;PFV;SG;1
hạ¹²ni da hyạni V;IRR;SG;3
n=gʉ²zʉ mí-n gʉzʉ V;IPFV;SG;1;PST
tsø²r-be xí tsørbe V;PRF;PL;3
dä²-nhyë¹²i dí dänhyëi V;IPFV;SG;1;PRS
ts’ʉ²-ʔbạ¹t’i mí-dí ts’ʉʔbạt’i V;IPFV;SG;1;PST
ts’ʉ²-ʔbạ¹t’i xká-n ts’ʉʔbạt’i V;PRF;SG;2
ha²nni dí-dí hanni V;IPFV;SG;1;PRS
hya²ki mí-dí hyaki V;IPFV;SG;1;PST
xa¹²xi mí xaxi V;IPFV;SG;1;PST
kʉ²ti gí-dí kʉti V;IPFV;SG;2;PRS
xʉ²-dạ da-n xʉdạ V;IRR;SG;1
n=dä²-hya²ts’i xa-n dähyats’i V;PRF;SG;3
hø¹ts’e xká hyøts’e V;PRF;SG;2
tsa²ʔt’i dá tsaʔt’i V;PFV;SG;1
ʔä¹²-xmi mí-dí ʔäxmi V;IPFV;SG;1;PST
nde²-tsʉ¹²i i ndetsʉi V;IPFV;SG;3;PRS
pa¹r-bi ga parbi V;IRR;SG;1
thʉ¹ti gá thʉti V;PFV;SG;2
hẹ¹²ts’i ga hẹts’i V;IRR;SG;1
ʔẹ¹ni gi ʔyẹni V;IRR;SG;2
hu¹ʔts’i gá hyuʔts’i V;PFV;SG;2
n=ʔạ²-fạ²di xtá-n ʔạfạdi V;PRF;PL;1
hø¹x-yä gá hyøxyä V;PFV;SG;2
thu¹ki xká thuki V;PRF;SG;2
po²gi gí pogi V;IPFV;SG;2;PRS
ʔyẹ²ʔmi ga ʔyẹʔmi V;IRR;SG;1
ba¹²ha gí-dí baha V;IPFV;SG;2;PRS
ʔo²-fạ²di mí ʔofạdi V;IPFV;SG;3;PST
hyo¹nya dá-n hyonya V;PFV;SG;1
n=dä¹n-yä¹hmu dá-n dänyähmu V;PFV;SG;1
fạ¹di gí fạdi V;IPFV;SG;2;PRS
tsạ²gi ga tsạgi V;IRR;SG;1
gʉ¹²ʔts’i gi gʉʔts’i V;IRR;SG;2
na²t’i xká nat’i V;PRF;SG;2
mbo¹²ki i mboki V;IPFV;SG;3;PRS
n=thi¹nt’i dá-n thint’i V;PFV;SG;1
thẹ¹ xkí thẹ V;PRF;PL;2
jʉ¹ki ga jʉki V;IRR;SG;1
ʔwẹ¹ dá ʔwẹ V;PFV;SG;1
ʔbẹ²t’o da-n ʔbẹt’o V;IRR;SG;1
ʔẹ²nt’i gá ʔyẹnt’i V;PFV;SG;2
jø¹²ts’e xí-n jøts’e V;PRF;PL;3
ʔba²hni mí-dí ʔbahni V;IPFV;SG;3;PST
yä¹-pi xa yäpi V;PRF;SG;3
thä¹t’i mí thät’i V;IPFV;SG;1;PST
n=hyu²s-pi mí-dí-n hyuspi V;IPFV;SG;3;PST
jʉ¹ts’i xká jʉts’i V;PRF;SG;2
n=ʔwa¹t’a¹-ʔyo i-n ʔwat’aʔyo V;IPFV;SG;3;PRS
kä¹²ts’i gí käts’i V;IPFV;SG;2;PRS
n=ʔyë²-te xtá-n ʔyëte V;PRF;SG;1
kạ¹ti xká kạti V;PRF;SG;2
wä²hi i wähi V;IPFV;SG;3;PRS
ts’ï¹ i ts’ï V;IPFV;SG;3;PRS
hø¹-go²gu mí-dí høgogu V;IPFV;SG;1;PST
jwä²n-bi xa jwänbi V;PRF;SG;3
yë¹²ʔts’i di-n yëʔts’i V;IRR;SG;3
tʉ²ʔts’i gá tʉʔts’i V;PFV;SG;2
me¹gi mí-dí megi V;IPFV;SG;3;PST
yo¹²ʔt’i gi yoʔt’i V;IRR;SG;2
jä¹-pi gi jäpi V;IRR;SG;2
pi¹²hi xkí pihi V;PRF;PL;2
fa¹nt’i xkí fant’i V;PRF;PL;2
ʔä¹²ts’i gí-dí ʔäts’i V;IPFV;SG;2;PRS
gä¹²i g-mí-dí gäi V;IPFV;SG;2;PST
pạ¹ts’i xtá pạts’i V;PRF;PL;1
pi²-ts’ʉ g-mí pits’ʉ V;IPFV;SG;2;PST
yä¹r-pi mí-dí yärpi V;IPFV;SG;1;PST
k’ẹ²xhni bi-n k’ẹxhni V;PFV;SG;3
xu¹ni gi xuni V;IRR;SG;2
pë¹ xtá pë V;PRF;PL;1
tso²ʔts’i gí tsoʔts’i V;IPFV;SG;2;PRS
ja¹² xtá ja V;PRF;PL;1
n=ha¹hni g-mí-dí-n hahni V;IPFV;SG;2;PST
n=tø¹²k=tho¹²ho di-n tøkthoho V;IRR;SG;3
hwë²gi gí hwëgi V;IPFV;SG;2;PRS
hạ¹ʔts’i da hyạʔts’i V;IRR;SG;3
pa¹r-bi g-mí-dí parbi V;IPFV;SG;2;PST
ta¹mmi xkí tammi V;PRF;PL;2
zẹ¹²ngwa xtá zẹngwa V;PRF;PL;1
hwa²n-jʉ g-mí hwanjʉ V;IPFV;SG;2;PST
n=hyu²m-bi xtá-n hyumbi V;PRF;SG;1
pa¹-pi yø² t’o g-mí papi yø t’o V;IPFV;SG;2;PST
bë²nna²-te bi bënnate V;PFV;SG;3
tsạ¹²-ma²nʔʉ mí tsạmanʔʉ V;IPFV;SG;3;PST
n=xa¹²ha mí-dí-n xaha V;IPFV;SG;1;PST
ʔẹ¹²i xí ʔyẹi V;PRF;PL;3
yë¹gi da yëgi V;IRR;SG;3
ʔbẹ²-jwa gá-n ʔbẹjwa V;PFV;SG;2
xa¹t’i xí xat’i V;PRF;PL;3
ʔyä²-tsạ²=bi dá ʔyätsạbi V;PFV;SG;1
tø²hni dí tøhni V;IPFV;SG;1;PRS
kạ¹hạ mí kạhạ V;IPFV;SG;1;PST
n=sạ¹ki xtá-n tsạki V;PRF;SG;1
he²ke xa heke V;PRF;SG;3
thạ¹ni dá thạni V;PFV;SG;1
fø²ʔts’e da føʔts’e V;IRR;SG;3
xạ¹ts’i xtá xạts’i V;PRF;SG;1
tsạ¹ndä¹-te gí tsạndäte V;IPFV;SG;2;PRS
be²ʔts’e mí beʔts’e V;IPFV;SG;3;PST
jwe¹-te gí-dí jwete V;IPFV;SG;2;PRS
ʔya¹ mí ʔya V;IPFV;SG;3;PST
n=zä¹²i di-n zäi V;IRR;SG;3
pø²m-ma²nho xa bømmanho V;PRF;SG;3
ʔʉ¹²ni xkí ʔʉni V;PRF;PL;2
fẹ¹x-fa¹ni bi mbẹxfani V;PFV;SG;3
te²spe ga tespe V;IRR;SG;1
thẹ¹ti gá thẹti V;PFV;SG;2
xạ¹ts’i gi xạts’i V;IRR;SG;2
jʉ¹r-bi gá jʉrbi V;PFV;SG;2
bë²n-bi xtá bënbi V;PRF;PL;1
hwi¹²xki dá hwixki V;PFV;SG;1
pa¹ dá pa V;PFV;SG;1
n=mu¹²-pa mí-n mupa V;IPFV;SG;1;PST
n=hyạ²t’i g-mí-dí-n hyạt’i V;IPFV;SG;2;PST
hʉ²ʔmi mí hʉʔmi V;IPFV;SG;3;PST
ʔda²ʔts’i (i-)dí ʔdaʔts’i V;IPFV;SG;3;PRS
tsʉ²ʔt’i xkí tsʉʔt’i V;PRF;PL;2
hä¹²ts’i xtá häts’i V;PRF;PL;1
tsä²t’i bi zät’i V;PFV;SG;3
ʔo²ʔts’i xa-n ʔoʔts’i V;PRF;SG;3
dë¹nts’i dá dënts’i V;PFV;SG;1
ʔë¹²na xí ʔyëna V;PRF;PL;3
ʔyạ²gi mí-dí ʔyạgi V;IPFV;SG;3;PST
ya¹²xt’i g-mí-n yaxt’i V;IPFV;SG;2;PST
n=to¹²ni (i-)dí-n toni V;IPFV;SG;3;PRS
mu¹²m-hyä mí-dí mumhyä V;IPFV;SG;3;PST
jwa²ni g-mí jwani V;IPFV;SG;2;PST
kä¹²ts’i gí-dí käts’i V;IPFV;SG;2;PRS
ne¹²gi mí-dí negi V;IPFV;SG;3;PST
hạ²t’i ga hạt’i V;IRR;SG;1
ye¹² dá-n ye V;PFV;SG;1
hʉ¹ki ga hʉki V;IRR;SG;1
n=hyø¹ts’e xtá-n hyøts’e V;PRF;SG;1
yo²-bë²ni xa-n yobëni V;PRF;SG;3
ʔyo¹²-mt’ë¹²ni xí-n ʔyomt’ëni V;PRF;PL;3
n=hyø¹ʔts’e gá-n hyøʔts’e V;PFV;SG;2
ʔyä¹²ni dá ʔyäni V;PFV;SG;1
n=gẹ²skẹ ga-n gẹskẹ V;IRR;SG;2
ʔʉ¹² ga ʔʉ V;IRR;SG;1
fʉ²t’i bi fʉt’i V;PFV;SG;3
ha¹ndi i handi V;IPFV;SG;3;PRS
ʔo¹²-mfi bi-n ʔomfi V;PFV;SG;3
tsu¹ xtá tsu V;PRF;PL;1
ʔạ²t’i da ʔyạt’i V;IRR;SG;3
k’ë¹ i k’ë V;IPFV;SG;3;PRS
ju¹ti gi juti V;IRR;SG;2
n=ts’ạ²-mbʉ¹²i gá-n ts’ạmbʉi V;PFV;SG;2
xo¹²ts’i gi xots’i V;IRR;SG;2
n=pi¹²di da-n pidi V;IRR;SG;1
jạ¹²ti xtá jạti V;PRF;PL;1
n=hyʉ²ki (i-)dí-n hyʉki V;IPFV;SG;3;PRS
n=ʔa¹²ki g-mí-n ʔaki V;IPFV;SG;2;PST
pẹ²gi xkí pẹgi V;PRF;PL;2
t’ẹ²t’i bi-n t’ẹt’i V;PFV;SG;3
ʔbẹ²ʔt’i xí ʔbẹʔt’i V;PRF;PL;3
tsä²ki (i-)dí tsäki V;IPFV;SG;3;PRS
pẹ²ʔmi i pẹʔmi V;IPFV;SG;3;PRS
ʔda²ʔts’i xa ʔdaʔts’i V;PRF;SG;3
hwi¹ki xtá hwiki V;PRF;SG;1
n=yä¹ni xkí-n yäni V;PRF;PL;2
xʉ²ki xtá xʉki V;PRF;PL;1
n=xø¹²ngi mí-dí-n xøngi V;IPFV;SG;3;PST
n=sạ²hni xa-n tsạhni V;PRF;SG;3
ye¹²ts’e xtá yets’e V;PRF;PL;1
ʔbø¹nt’i ga ʔbønt’i V;IRR;SG;1
jʉ¹ki da gʉki V;IRR;SG;3
xạ¹t’i xa xạt’i V;PRF;SG;3
pu²-mbë²ni¹-bi gí-dí pumbënibi V;IPFV;SG;2;PRS
hä²ki ga häki V;IRR;SG;1
n=pạ²di dí-dí-n pạdi V;IPFV;SG;1;PRS
n=ʔwa¹t’i da-n ʔwat’i V;IRR;SG;1
ʔyë²hë ga ʔyëhë V;IRR;SG;1
yä²-njo²t’re da-n yänjot’re V;IRR;SG;1
tsʉ¹di bi zʉdi V;PFV;SG;3
ʔwe²ge xtá ʔwege V;PRF;PL;1
ʔʉ¹ʔt’i mí ʔʉʔt’i V;IPFV;SG;3;PST
n=gø¹²xt’e xa-n gøxt’e V;PRF;SG;3
hmi¹ti (i-)dí hmiti V;IPFV;SG;3;PRS
n=xø¹²-nʔyo²gu xkí-n xønʔyogu V;PRF;PL;2
pi¹²xt’i da mbixt’i V;IRR;SG;3
n=ʔyë²hë di-n ʔyëhë V;IRR;SG;3
fẹ¹ʔts’i da mbẹʔts’i V;IRR;SG;3
hø²n-the xtá hønthe V;PRF;PL;1
n=gẹ²skẹ mí-n gẹskẹ V;IPFV;SG;1;PST
ʔë²-hya ga-n ʔëhya V;IRR;SG;2
hu¹r-pi i hurpi V;IPFV;SG;3;PRS
fø¹²ni mí-dí føni V;IPFV;SG;1;PST
bo¹t’i bi bot’i V;PFV;SG;3
tä²ngi da dängi V;IRR;SG;3
tsø²ni ga tsøni V;IRR;SG;1
hä¹² da hyä V;IRR;SG;3
pa²t’i mí-dí pat’i V;IPFV;SG;3;PST
mbạ¹²xni gá-n mbạxni V;PFV;SG;2
yu²di da yudi V;IRR;SG;3
hạ¹ki ga hạki V;IRR;SG;1
wä¹²nni bi wänni V;PFV;SG;3
pe¹²nts’i bi pents’i V;PFV;SG;3
n=ʔbạ¹²i ga-n ʔbại V;IRR;SG;2
thẹ¹ xká thẹ V;PRF;SG;2
te¹ke mí teke V;IPFV;SG;3;PST
kä²ʔt’i gí-dí käʔt’i V;IPFV;SG;2;PRS
the¹nni xa denni V;PRF;SG;3
ts’ʉ²-ʔbạ¹t’i xtá-n ts’ʉʔbạt’i V;PRF;PL;1
thø¹ge xká thøge V;PRF;SG;2
tsa²n-te dá-n tsante V;PFV;SG;1
tu¹t’i i tut’i V;IPFV;SG;3;PRS
thë¹ni xí thëni V;PRF;PL;3
mbo²t’i xtá mbot’i V;PRF;PL;1
hø¹t’e mí høt’e V;IPFV;SG;1;PST
n=pu²-mbë²ni xká-n pumbëni V;PRF;SG;2
pẹ²gi dá pẹgi V;PFV;SG;1
të¹ndi mí-dí tëndi V;IPFV;SG;3;PST
hä²ki da hyäki V;IRR;SG;3
zo²fo xtá zofo V;PRF;PL;1
zʉ²nts’i mí-dí zʉnts’i V;IPFV;SG;1;PST
hë¹m-bi mí hëmbi V;IPFV;SG;1;PST
n=jwä²nni xtá-n jwänni V;PRF;PL;1
wä¹r-pi da wärpi V;IRR;SG;3
fẹ²xni mí-dí fẹxni V;IPFV;SG;3;PST
po¹²nni gí-dí ponni V;IPFV;SG;2;PRS
thʉ¹ti xí dʉti V;PRF;PL;3
hu¹m-bi g-mí humbi V;IPFV;SG;2;PST
pa²-te da-n pate V;IRR;SG;1
ʔä²hä xí-n ʔähä V;PRF;PL;3
hyʉ¹²ni gá hyʉni V;PFV;SG;2
dạ¹² xtá dạ V;PRF;SG;1
n=ʔʉ²n-bi bi-n ʔʉnbi V;PFV;SG;3
ma¹t’i i mat’i V;IPFV;SG;3;PRS
n=ʔye¹²xke mí-dí-n ʔyexke V;IPFV;SG;1;PST
po¹²n-bi xí ponbi V;PRF;PL;3
dä²xi xí-n däxi V;PRF;PL;3
n=tø²n-yä bi-n tønyä V;PFV;SG;3
nu¹² xtá nu V;PRF;SG;1
ho¹²ga¹m-mu¹²i xká hogammui V;PRF;SG;2
n=ga¹²ti xkí-n gati V;PRF;PL;2
tsu¹ g-mí tsu V;IPFV;SG;2;PST
n=xạ¹t’i mí-dí-n xạt’i V;IPFV;SG;3;PST
hä²kma²-nt’ä¹gi bi häkmant’ägi V;PFV;SG;3
n=ʔbạ¹²i xká-n ʔbại V;PRF;SG;2
thẹ¹n-bi dí thẹnbi V;IPFV;SG;1;PRS
ʔạ¹t’i gi ʔyạt’i V;IRR;SG;2
n=pa¹nts’i xa-n pants’i V;PRF;SG;3
ʔdo²ʔmi gí-dí ʔdoʔmi V;IPFV;SG;2;PRS
bʉ¹nt’i xtá bʉnt’i V;PRF;SG;1
kʉ²xni xká-n kʉxni V;PRF;SG;2
n=ku² g-mí-dí-n ku V;IPFV;SG;2;PST
hẹ¹²ni xtá hẹni V;PRF;SG;1
n=tso¹di di-n tsodi V;IRR;SG;3
gạ²nni (i-)dí gạnni V;IPFV;SG;3;PRS
n=ʔyë²hë xká-n ʔyëhë V;PRF;SG;2
mu¹ni gí muni V;IPFV;SG;2;PRS
ye¹² i ye V;IPFV;SG;3;PRS
bi²nts’i xa-n bints’i V;PRF;SG;3
tsä²t’i (i-)dí tsät’i V;IPFV;SG;3;PRS
hʉ²ki gí hʉki V;IPFV;SG;2;PRS
ku¹²i xa gui V;PRF;SG;3
ʔë¹²nni g-mí-dí ʔënni V;IPFV;SG;2;PST
zẹ²ʔts’i bi-n zẹʔts’i V;PFV;SG;3
ma²xt’i bi maxt’i V;PFV;SG;3
xo²t’i i xot’i V;IPFV;SG;3;PRS
ndø²-pe xkí ndøpe V;PRF;PL;2
hʉ¹xt’i gá hyʉxt’i V;PFV;SG;2
n=zi²-b-de xtá-n zibde V;PRF;SG;1
fa¹ts’i i fats’i V;IPFV;SG;3;PRS
zo²ni xa-n zoni V;PRF;SG;3
k’ë¹nt’i mí-dí k’ënt’i V;IPFV;SG;3;PST
n=k’o¹²mmi ga-n k’ommi V;IRR;SG;2
hẹ¹²ts’i gá hyẹts’i V;PFV;SG;2
ʔạ¹ni gá ʔyạni V;PFV;SG;2
ja¹²-nte²=bi xká jantebi V;PRF;SG;2
|
8b5ca7699659ddbe478cfc930f7add89b80f377a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2522/CH19/EX19.3/exm19_3.sce | 91c2c0951d72dc0b312257fc83f6bf922bc3f275 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 987 | sce | exm19_3.sce | // page no 624
// example no A.3
// SUBTRACTION OF TWO NUMBERS
clc;
printf('Minuend: 23 \n');
printf('Subtrahend: 52 \n \n')
printf('BORROW METHOD \n \n');
m=2*10+3; // minuend
s=5*10+2; // subtrahend
// subtraction of the digits in the first place results in
a=3-2;
// to subtract the digits in the second place a borrow is required from the third place. assuming 1 at third place.
x=12-5; // with a borrowed 1 from the third place
sub=10*x+a;
printf('Subtraction= ')
disp(sub);
printf('this is negative 29, expressed in 10s complement. \n negative sign is verified by the borrowed 1 from the third place.');
printf('\n \n 10s COMPLEMENT METHOD \n \n');
// 9's complement of 52 is
n=99-52;
// add 1 to the 9's complement to find the 10's complement
t=n+1;
// add the 10's complement of the subtrahend(23) to minuend(52) to subtract 23 from 52
a=m+t;
printf('Subtraction= ');
disp(a);
printf('this is negative 29, expressed in 10s complement');
|
2aeb80fd519aeeff6d9de68007f8ee2d73b74e5f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1436/CH5/EX5.6/ex5_6.sce | d0eb0d300864f7e0fc53788a3e1d961b5b01a200 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 417 | sce | ex5_6.sce | // Example 5.6, page no-312
clear
clc
//(i)
V=0.02
d=10*10^-2
A=%pi*d^2/4
v=V/A
rho=1000
Re=rho*v*d/10^-3
Re=Re/100000
printf("(i)\nReynolds number(Re) = %.3f * 10^5",Re)
//(ii)
Cd=0.98
D=20*10^-2
d=10*10^-2
M=1/sqrt(1-(d/D)^4)
a2=3.14*d^2/4
Q=0.02
g=9.8
X=Q*sqrt(rho)/(M*Cd*a2*sqrt(2*g))
p_diff=ceil(X^2)
printf("\n(ii)\nPressur_difference = %d kg/m^2 = %.4f kg/cm^2",p_diff,p_diff/10000)
|
725e236aec2f441173f2afc1dca65bcdb6a00679 | 449d555969bfd7befe906877abab098c6e63a0e8 | /881/CH8/EX8.1/exa8_1.sce | 9ecef108f71a113d1d405bffafffdf8949330457 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 184 | sce | exa8_1.sce | clc;
//Example 8.1
//Page no 298
//Solution
Kd=0.2; //V/kHz
df=20; //kHz
disp("Substituting into equation 8-2, the peak output voltage is ")
Vo=Kd*df;
disp('Vp',Vo,"vout(t) = ")
|
0ac308cf61437b66d920ff3f88af79959d7a722a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2198/CH2/EX2.7.3/Ex2_7_3.sce | 724d89b9c150ec9254b924f811b38e816766e5d5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex2_7_3.sce | //Ex 2.7.3
clc;clear;close;
format('v',8);
//Given :
Eta=2;//for Si diode
T=300;//K
VT=T/11600;//V
IbyIo=90/100;
//I=Io*(exp(V/Eta/VT)-1)
V=log(IbyIo+1)*Eta*VT;//V
disp(V*1000,"Saturation value of voltage in mV : ");
VF=0.5;//volts
VR=-0.5;//volts
IFbyIR=(exp(VF/Eta/VT)-1)/(exp(VR/Eta/VT)-1);//ratio
disp(IFbyIR,"Ratio of forward to reverse current : ");
//Answer in the book is wrong.
|
071910c4ad50e592d9b3b4d30ea2f0756b1403ea | 449d555969bfd7befe906877abab098c6e63a0e8 | /257/CH7/EX7.39/example_7_39.sce | e0bfedad27100157021a1298f70e40064f04089d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 347 | sce | example_7_39.sce | syms s
G=10/(s^2*(s^2+s+10))
H=s;
T=G/(1+G*H)
Kp=limit(s*T/s,s,0) //Kp= position error coefficient
Kv=limit(s*T,s,0) //Kv= velocity error coefficient
Ka=limit(s^2*T,s,0) //Ka= accelaration error coefficient
disp(Ka ,"Ka = ")
disp(Kv ,"Kv = ")
disp(Kp ,"Kp = ")
R=10/s
T1=T/(1+T)
C=R*T1;
Css=limit(s*C,s,0)
disp(Css," Css = ") |
6e6815b2c4f882df6938c46e90acd38c3a9ad2db | 449d555969bfd7befe906877abab098c6e63a0e8 | /2141/CH5/EX5.14/Ex5_14.sce | e13258d30ff05b850f54bec2f0d85ee9f4adc265 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 239 | sce | Ex5_14.sce |
clc
//initialisation of variables
hi=143.6 //Btu/lbm
he=53.8 //Btu/lbm
xe=561.1 //Btu/lbm
//CALCULATIONS
Xe=(hi-he)/xe*100//per-cent
//RESULTS
printf('the the quality of the ammonia leaving the expansion value=% f per-cent',Xe)
|
6a79df3722259517d039d0748503690815ac0510 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1184/CH14/EX14.1/Ex14_1.sce | d3022f3d9e8eb99e82e93ec9ed7a0fc0dc207da9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 613 | sce | Ex14_1.sce | //Example 14-1, page No - 544
clear
clc
f=310*10^6
len1 =(492*0.97)/f
len2 =(492/f)*0.8
len3 =(984/f)*0.73
z1 =120*log(35/2)
len4 =234/f
z2 = 73/2
printf('The length and radiation resistance of the dipole \n are %.2f feet and 73 ohm respectively',len1*10^6)
printf('\n\nThe length of the folded dipole are %.2f feet ',len2*10^6)
printf('\n\nThe length and radiation resistance of the bow tie antenna \n are %.1f feet and %.1f ohm respectively',len3*10^6,z1)
printf('\n\nThe length and radiation resistance of the groun plane antenna \n are %.3f feet and %.1f ohmrespectively',len4*10^6,z2)
|
55fb3bfa2c4eb4e011412e113129a67df5dc6239 | 449d555969bfd7befe906877abab098c6e63a0e8 | /67/CH1/EX1.28/example128.sce | e6ed32d2bab96f86ca58e4d63795e51ff6c5faa1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 96 | sce | example128.sce | //Example 1.28
//Power of the signal x(t)=A
clc;
A=2;
P=(integrate('A^2','t',0,100))/(2*100) |
04f4a727702233d4f4d9bed96b215882b122ada6 | 32f0f3842a6959effa36d15f8617cf9ef17984bc | /lab02/Laba2.sce | 8b8617373a6dcc4972d1d422a54fd42cfdac0b6e | [] | no_license | MashaKolomiets/MathModeling2021 | a2b4cb10171bd3bd1d5dbb60113ad519e72738c5 | 62aee2d16a902ec5a3bf5eea6c55fd1491202b7d | refs/heads/main | 2023-03-28T15:44:36.292073 | 2021-04-03T14:45:58 | 2021-04-03T14:45:58 | 338,526,705 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 434 | sce | Laba2.sce | n=4;
k=16.2;
fi=3*%pi/8;
function dr=f(tetha, r)
dr=r/sqrt(n*n-1);
endfunction;
r0=k/(n+1);
tetha0=0;
tetha=0:0.01:2*%pi;
r=ode(r0,tetha0,tetha,f);
function xt=f2(t)
xt=cos(fi)*t;
endfunction
t=0:1:800;
plot2d(t,f2(t),style = color('red'));
polarplot(tetha,r,style = color('green'));
r0=k/(n-1);
tetha0=-%pi;
figure();
r=ode(r0,tetha0,tetha,f);
plot2d(t,f2(t),style = color('red'));
polarplot(tetha,r,style = color('green'));
|
4d0def17aea5874eb2d3a140a2b585c6a4c7cd44 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2276/CH1/EX1.9/chapter1_ex9.sce | 307ebc9ae53994b88f4f25c4a213fd3ef7185c64 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,412 | sce | chapter1_ex9.sce | clc
clear
//input
//AB,BC,CD,DA are arms of a wheatstone bridge
r1=5;//resistance in arm AB in ohms
r2=20;//resistance in arm BC in ohms
r3=15;//resistance in arm CD in ohms
r4=4;//resistance in arm DA in ohms
v=4;//d.c. supply given between points A and C in volt
r0=0.5;// internal resistances pf the d.c. supply in ohms
r5=15;//resistance in arm BD in ohms
//calculations
//BCD is replaced by equivalent star connection
//assume N as star piont after conversion
bRn=(r2*r3)/(r3+r2+r5);//resistance in arm BN in ohms
cRn=(r2*r5)/(r3+r2+r5);//resistance in arm CN in ohms
dRn=(r5*r3)/(r3+r2+r5);//resistance in arm DN in ohms
R=r0+cRn+(((r1+bRn)*(r4+dRn))/(r1+bRn+r4+dRn));//total resistance in ohms after conversion
I=v/R;//totalcurrent supply in amperes
I1=(v/R)*((r4+dRn)/(r1+bRn+r4+dRn));//current between points A and B in amperes
I2=I-I1;//current between points A and D in amperes
V1=I1*r1;//voltage drop across r1 in volts
V2=I2*r4;//voltage drop across r4 in volts
V3=V2-V1;//voltage drop across r5 in volts and B is positive to D
I3=V3/r5;//current between points B and D in amperes
I4=I1-I3;//current between points B and C in amperes
I5=I2+I3;//current between points D and C in amperes
//output
mprintf('the currents in each part of the circuit are \n It= %3.3f A \n aIb= %3.3f A \n aId= %3.3f A \n bId= %3.3f A \n bIc= %3.3f A \n dIc= %3.3f A',I,I1,I2,I3,I4,I5)
|
c999e4341992b2c71dfe29841877ba238bd3279a | e806e966b06a53388fb300d89534354b222c2cad | /macros/im2double.sci | 7f8e5856b10528595aa46831c9ac938a5001d3e2 | [] | no_license | gursimarsingh/FOSSEE_Image_Processing_Toolbox | 76c9d524193ade302c48efe11936fe640f4de200 | a6df67e8bcd5159cde27556f4f6a315f8dc2215f | refs/heads/master | 2021-01-22T02:08:45.870957 | 2017-01-15T21:26:17 | 2017-01-15T21:26:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 178 | sci | im2double.sci | function[doubleMat] = im2double(matA)
srcMat = mattolist(matA)
out = opencv_im2double(srcMat)
ch = size(out)
for i = 1:ch
doubleMat(:,:,i) = out(i)
end
endfunction
|
34e8d12da0bb1738a59e3e1625c46c9001022397 | f42e0a9f61003756d40b8c09ebfe5dd926081407 | /TP7/cholesky.sci | 5fa6c6f0c5b89aada36c888142f249944591df37 | [] | no_license | BenFradet/MT09 | 04fe085afaef9f8c8d419a3824c633adae0c007a | d37451249f2df09932777e2fd64d43462e3d6931 | refs/heads/master | 2020-04-14T02:47:55.441807 | 2014-12-22T17:34:50 | 2014-12-22T17:34:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 652 | sci | cholesky.sci | function[C] = cholesky(A)
[n n2] = size(A);
if n ~= n2
error('not a squared matrix');
end
C = zeros(n, n);
for j = 1:n - 1
srt = A(j, j) - sum(C(j, 1:j - 1) .^ 2);
if srt < 0
error('sqrt < 0');
end
C(j, j) = sqrt(srt);
if abs(C(j, j)) < %eps
error('diag elem = 0');
end
for i = j + 1:n
C(i, j) = 1 / C(j, j) * (A(i, j) - ...
sum(C(i, 1:j - 1) * C(j, 1:j - 1)'));
end
end
srt = A(n, n) - sum(C(n, 1:n - 1) .^ 2);
if srt < 0
error('sqrt < 0');
end
C(n, n) = sqrt(srt);
endfunction
|
2699b01570e478cb6aaf4d7fea7cabd58dff8af4 | 7edeaa4920427595d3601e218f8de85be39cf22d | /TP/tp3/hilbertmat.sci | 5a113d65dbb4ada410fc067f65e837534666aa82 | [] | no_license | BiteKirby3/Math-is-so-fun | 96fb19815c7ab46d1a8e81771e0e70170ee503ab | 20db5e67e73a5ccfd1599cf56718c9d6f0adaa0c | refs/heads/main | 2023-08-27T23:18:38.117913 | 2021-10-11T22:59:20 | 2021-10-11T22:59:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 147 | sci | hilbertmat.sci | function [H]=hilbertmat(n)
H = zeros(n,n)
for i = 1:n
for j = 1:n
H(i,j)=1/(i + j - 1)
end
end
endfunction
|
39c76969dbe99fa71c93c166dc8facc9d03e2be9 | eb7eeb04a23a477e06f3c0e3d099889caee468b4 | /src/tools/scilab/iome_toolbox/macros/scilab_sum.sci | fe0547c148d9c3a71c536752fb4f4979a2632658 | [] | no_license | mikeg64/iome | 55699b7d7b3d5c1b006d9c82efe5136b8c909dfd | cc1c94433133e32776dcf16704ec4ec337b1b4a0 | refs/heads/master | 2020-03-30T15:57:33.056341 | 2016-04-13T09:24:27 | 2016-04-13T09:24:27 | 151,387,236 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 395 | sci | scilab_sum.sci | // ====================================================================
// Allan CORNET
// INRIA 2008
// Template toolbox_skeleton
// This file is released into the public domain
// ====================================================================
//
//
function s = scilab_sum(valA,valB)
s = valA + valB;
endfunction
// ====================================================================
|
715602cf333713e85af35a07e2a099ad90cc523c | caafd05eb866a2bd249681ceeb5734ca2df71833 | /TP7/mcQR.sci | 85213cdab0f2fb70e8d390aa9938842016affcef | [
"MIT"
] | permissive | mmewen/MT09-numerical-analysis | 5fb1f251e86f9d43d7eeb23ce7bcc91d6ca3fa8b | cde3871aa885811bc31166e778b2a4f052e74b64 | refs/heads/master | 2021-01-11T22:11:18.631204 | 2017-01-14T10:59:23 | 2017-01-14T10:59:23 | 78,934,966 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 370 | sci | mcQR.sci | function [z] = mcQR (A, y)
exec("solsup.sci", -1);
[Q, R] = qr(A);
n = size(A, 2);
c = Q' * y;
c = c(1:n, :);
Rtilde = R(1:n, :);
disp("cond R~");
c1 = cond(Rtilde);
disp(c1);
disp("cond A^T A = ")
c2 = cond(A'*A);
disp(c2);
disp("diff !!!")
disp(c1*c1 - c2);
z = solsup(Rtilde, c);
endfunction
|
afb9265b4dc895154f1e1dd214bab48eb871cc7c | 449d555969bfd7befe906877abab098c6e63a0e8 | /331/CH8/EX8.25/Example_8_25.sce | 5fbea4a50076ee86ec2ae1f9d00fcf350e5a6df3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,042 | sce | Example_8_25.sce | //Caption:Test of Hypotheses concerning Proportions
//Two-tailed Test Concerning Single Proportion
//Example8.25
//Page274
//Ho: p =k ; H1:p#k
clc;
p = 0.90; //90% of cases cured by new drugs
q = 1-p;
n = 80; //sample size
pbar = 68/n; //68 out of 80 patients are cured (sample proportion)
alpha = 0.05; //significance level
alpha = alpha/2;
Std = sqrt(p*q/n);
z_stand = standard_normal_zstat(alpha);
disp(z_stand,'The standard normal z statistic=')
zp = (pbar-p)/Std;
disp(zp,'The calculated value z statistic =')
if ((-z_stand < zp) &(zp< z_stand)) then
disp('It falls in the Acceptance Region')
disp('Then Null Hypothesis Ho should be Accepted')
else
disp('It falls in the Rejection Region')
disp('Then Null Hypothesis Ho should be Rejected')
end
//Result
//The standard normal z statistic=
//
// 1.96
//
// The calculated value z statistic =
//
// - 1.490712
//
// It falls in the Acceptance Region
//
// Then Null Hypothesis Ho should be Accepted |
9b903765f6d64f3bc5fd3bb2093a59ddf30ba61f | df82401a4fbb64f37b3ed00aa17d82600996f811 | /sistemas lineares - gauss.sce | 3af436a7fe08682aa82434e61b0980caedc4fe55 | [] | no_license | ItaloOliveiraF/Algoritmos | 9600fa8e95fed942414250e92e93286320548795 | ff32fb26414e14d7b55b39cba7025eb2f844ea5b | refs/heads/master | 2020-04-04T19:11:32.124542 | 2018-10-26T02:59:35 | 2018-10-26T02:59:35 | 156,195,729 | 1 | 0 | null | 2018-11-05T09:56:50 | 2018-11-05T09:56:49 | null | UTF-8 | Scilab | false | false | 539 | sce | sistemas lineares - gauss.sce | clear;
clc;
// Implementação método de Gauss
function [x,Aa] = gauss(A, b)
[l,c]= size(A);
Aa = [A b];
for i=1:l-1
pivo = Aa(i,i);
for j = i+1:l
m = Aa(j,i)/pivo;
Aa(j,:) = Aa(j,:) - m*Aa(i,:);
end
end
x = resRet(Aa(:,1:c),Aa(:,c+1)); // utilizando a função de resolução retroativa
endfunction
//Declarando as variáveis que serão utilizadas
A = [8 -4 -2;-4 10 -2;-2 -2 10];
b = [10 0 4]';
//Exemplo chamada
[x,Aa]= gauss(A,b);
|
fa82363e7e986c38323b774a84fec0106a711b4e | 449d555969bfd7befe906877abab098c6e63a0e8 | /154/DEPENDENCIES/ch2_2.sce | 16684e354289d4e58f2977d393fe8cf14d9ab127 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 737 | sce | ch2_2.sce | clc
disp("Example 2.2")
printf("\n")
printf("Given")
disp("Inductance used is 30mH")
disp("Current flow is i=10*sin(50*t)")
L=30*10^-3;iamp=10;
t=0:0.01:0.06283;
i=10*sin(50*t)
//v=L*d/dt(i)
//d/dt(sin 50t)=50*cos t
vamp=L*iamp*50;
v=vamp*cos(50*t)
//sinA*cosB=(sin(A+B)+sin(A-B))/2
pamp=vamp*iamp/2;
p=pamp*sin(100*t)
//On integrating 'p' w.r.t t
wL=0.75*(1-cos(100*t));
figure
a= gca ();
plot(t,i)
xtitle ('i vs wt','wt','i');
a. thickness = 2;
figure
a= gca ();
plot(t,v)
xtitle ('v vs wt','wt','v ');
a. thickness = 2;
figure
a= gca ();
plot(t,p)
xtitle ('p vs wt','wt','p ');
a. thickness = 2;
figure
a= gca ();
plot(t,wL)
xtitle ('wL vs wt','wt','wL ');
a. thickness = 2;
|
c261612d7499d8f0e1e78c968f0b4428db1102ba | 2f7b1fa044c246ffe96b7e6e7b96aa95f9031cdf | /Anul 2/Anul_2/Metode_Numerice/Laborator/MN rezolvari/MN_Lab/lab6/exemplu plot 3D.sce | e382b9380582e318537c6ac981e277642a9ca9e8 | [] | no_license | stickyrst/automatica | 1f902091376c0f65c08a66721de3185a70f88d26 | 2ac48ae78f45b787724fa90c0e7acd8052e6725c | refs/heads/master | 2020-06-11T18:39:23.768638 | 2018-05-30T19:55:38 | 2018-05-30T19:55:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 75 | sce | exemplu plot 3D.sce | //Exemplu plot 3D
t=[0:0.3:2*%pi]';
z=sin(t)*cos(t');
plot3d(t,t,z)
|
ffd0860e72f6475c56169995193b6c59d4257381 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3890/CH6/EX6.3/Ex6_3.sce | 3fbbbb85c1249481562dc643a8c244435439dcf4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 408 | sce | Ex6_3.sce | //Electric machines and power systems by Syed A Nasar
//Publisher:TataMcgraw Hill
//Year: 2002 ; Edition - 7
//Example 6.3
//Scilab Version : 6.0.0 ; OS : Windows
clc;
clear;
z=576; //no of conductors
Ia=123.5; //armature current in A
f=20*10^-3; //flux in wb
w=150; //angular velocity in rad/s
Te=z*f*Ia/(2*3.14);
E=Te*w/Ia;
printf('The induced emf is %f V',E)
|
2bab19f087c56078531b5ae1031d4f35d6493520 | 89828b3675566659bf5daddc18fa5b3f22e93dd6 | /01_Signal_processing/03_Convolution/03_sigConv/sigConv_3.sce | e73afbd86efc2a9921b5091edc302ab9b68fc4de | [] | no_license | EfrenDRF/scilab_DSP | c7671ac11535771bbbf9491150610c1bc2e19304 | 71f015ad0aab2dd84c0d7b5922f7bc9ff31f4743 | refs/heads/master | 2022-11-14T05:32:38.907614 | 2020-06-28T23:29:34 | 2020-06-28T23:29:34 | 272,041,014 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,459 | sce | sigConv_3.sce | /*
*
* Author: Efren Del Real Frias
* File_name: sigConv_3.sce
* Date: June 27th 2020
* Software tool: scilab 6.0.2
* Description: Graph of convolution function. Obtained it from two time signals
* Analytical analysis: https://es.overleaf.com/read/qfhydrfbxbjg
*/
clc();
clear();
/* Constant Definition -----------------------------------------------------*/
NUM_SAMPLES = 500;
MAX_TIME = 5;
MIN_TIME = -2;
/* Time --------------------------------------------------------------------*/
/* Samples differential */
ds = ((MAX_TIME-MIN_TIME)/NUM_SAMPLES);
/* Vector time */
t = (MIN_TIME : ds: (MAX_TIME-ds) );
/*Signals Definition--------------------------------------------------------*/
x = zeros(1,NUM_SAMPLES)
h =zeros(1,NUM_SAMPLES)
for dt=1:length(t)
/*Builds signal_1 _____________________________________*/
if((t(dt) >= -1) && (t(dt) <= 1))
x(dt) = 1;
end
/*Builds signal_2 ____________________________________*/
if((t(dt) >= 0) && (t(dt) <= 1))
h(dt) = t(dt);
elseif ((t(dt) > 1) && (t(dt) <= 2))
h(dt) = -t(dt)+2;
end
end
/* Function Definition -------------------------------------------------------*/
function [convSignal] = fConvolution(vecSignal_1, vecSignal_2)
/*Local variables definition**************/
vLen = length(vecSignal_1);
vIntegration = 0;
vStartIndex = 0;
/*Local vector definition****************/
convSignal = zeros(1,vLen);
for vStartIndex = 1: vLen
if(vecSignal_1(vStartIndex) <> 0)
break;
end
end
for i = 1: vLen
for j=1:i
if((i-j+ vStartIndex) <= vLen)
vIntegration = vIntegration + vecSignal_1((i-j+ vStartIndex))*vecSignal_2(j);
end
end /* End for j*/
convSignal(i) = vIntegration*ds;
vIntegration = 0;
end /* End for i */
endfunction
/*Gets convolution from x(t) * h(t) */
y = fConvolution( x, h);
/*Display --------------------------------------------------------------------*/
clf();
subplot(3,1,1);
plot(t,x,'LineWidth',3)
xlabel("t","fontsize",2)
ylabel("x(t)","fontsize", 5);
subplot(3,1,2);
plot(t,h,'LineWidth',3)
xlabel("t","fontsize",2)
ylabel("h(t)","fontsize", 5);
subplot(3,1,3);
plot(t,y,'LineWidth',3)
xlabel("t","fontsize",2)
ylabel("y(t)","fontsize", 5);
|
e897324d3829b6220e676133838fe26e9d0b47ac | 633b93e2edeef0fd46f30b06c1ffeaf8aa272e17 | /src/main.tst | 3cc17208c2398e7df09e3787eaf254b419fb7116 | [] | no_license | yvanlab/arcade | 5702e73009c0b72c4aec89f434d34ab2fac925f5 | a08fd29eb8dbb1240965f4868abee6d442a5539c | refs/heads/master | 2022-04-12T12:50:10.030261 | 2020-03-30T20:46:01 | 2020-03-30T20:46:01 | 251,424,739 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,115 | tst | main.tst | #include <Arduino.h>
#include <Wire.h>
#include "Adafruit_MCP23017.h"
// Basic pin reading and pullup test for the MCP23017 I/O expander
// public domain!
// Connect pin #12 of the expander to Analog 5 (i2c clock)
// Connect pin #13 of the expander to Analog 4 (i2c data)
// Connect pins #15, 16 and 17 of the expander to ground (address selection)
// Connect pin #9 of the expander to 5V (power)
// Connect pin #10 of the expander to ground (common ground)
// Connect pin #18 through a ~10kohm resistor to 5V (reset pin, active low)
// Output #0 is on pin 21 so connect an LED or whatever from that to ground
Adafruit_MCP23017 mcp;
void setup() {
Serial.begin(115200);
delay(500);
Serial.println("start debuging");
mcp.begin(); // use default address 0
for (int i=0;i<16;i++) {
mcp.pinMode(i, OUTPUT);
}
}
// flip the pin #0 up and down
void loop() {
delay(1000);
mcp.digitalWrite(0, HIGH);
delay (250);
mcp.digitalWrite(1, HIGH);
Serial.println("ON");
delay(1000);
mcp.digitalWrite(0, LOW);
delay (250);
mcp.digitalWrite(1, LOW);
Serial.println("OFF");
} |
a5ce87a3a8b4e2ca96edc9983bb922695c7148c2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1826/CH2/EX2.5/ex2_5.sce | 2245e92c2996a54c587cec16d53b414bc76da7d4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 205 | sce | ex2_5.sce | // Example 2.5, page no-31
clear
clc
lam=1.5418*10^-10//m
theta=30//in degrees
h=1
k=1
l=1
a=lam*sqrt(h^2+k^2+l^2)/(2*sin(theta*%pi/180))
printf("The lattice constant is %.4f *10^-10 m",a*10^10)
|
da087bba56ec86bfe958de44566dd836f2a1f537 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1757/CH6/EX6.23/EX6_23.sce | 0274f119a9ce056a07c2034965e802bccfdd3187 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 651 | sce | EX6_23.sce | // Example6.23 // to determine the output voltage of an op-amp
clc;
clear;
close;
Vin = 5 ; // V
R1 = 25*10^3 ; // ohm
R2 = 75*10^3 ; // ohm
// in this problem op-amp A1 perform the voltage follower and op-amp A2 perform inverting amplifier and op-amp A3 perform non-inverting amplifier
// the output voltage of follower op-amp A1
Vo1 = Vin ;
// the output of the inverting amplifier A2
Vo2 = -((R2/R1)*Vo1) ;
disp('The output of the inverting amplifier is = '+string(Vo2)+ ' V');
// the output of the non-inverting amplifier A3
Vo =(1+(R2/R1))*Vo1 ;
disp('The output of the non-inverting amplifier is = '+string(Vo)+ ' V');
|
f203bcd8ec52fa3ba04d57d7e52b44aa9147789b | 256f0055d000d9c71c41cf0df7a7a750619fbfd0 | /LetraI.sce | ba54e9c914b3a909c544b88519e9cbcdb21fa333 | [] | 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 | 1,218 | sce | LetraI.sce | clear
clc
load('C:\Users\italo\OneDrive\Documentos\UFRN\std\projeto2\sinaisAnaPCM.dat', 't', 'sinal_mensagem_ana','sinal_amostrado_ana', 'sinal_quantizado_ana','biblioteca_ana','palavra_pcm_ana')
exec('C:\Users\italo\OneDrive\Documentos\UFRN\std\projeto2\auxiliares\modulacoes.sce')
[l,c]=size(palavra_pcm_ana)
palavra_pcm_linear_ana=palavra_pcm_ana(:,1)'
for i=2:c
palavra_pcm_linear_ana = [palavra_pcm_linear_ana palavra_pcm_ana(:,i)']
end
b=palavra_pcm_linear_ana
[t1,s1]=bask(b)
[t2,s2]=bpsk(b)
[t3,s3]=bfsk(b)
figure()
plot(t1(1:2000),s1(1:2000),'LineWidth',3)
ax=get('current_axes')
ax.font_size = 5
ax.x_label.text = 'Tempo'
ax.x_label.font_size = 5
ax.y_label.text = 'Amplitude'
ax.y_label.font_size = 5
h1.font_size = 4;
figure()
plot(t2(1:2000),s2(1:2000),'LineWidth',3)
ax=get('current_axes')
ax.font_size = 5
ax.x_label.text = 'Tempo'
ax.x_label.font_size = 5
ax.y_label.text = 'Amplitude'
ax.y_label.font_size = 5
h1.font_size = 4;
figure()
plot(t3(1:2000),s3(1:2000),'LineWidth',3)
ax=get('current_axes')
ax.font_size = 5
ax.x_label.text = 'Tempo'
ax.x_label.font_size = 5
ax.y_label.text = 'Amplitude'
ax.y_label.font_size = 5
h1.font_size = 4;
|
189559cde686aca47d4e78dc14da07f1cf97fdec | 449d555969bfd7befe906877abab098c6e63a0e8 | /764/CH5/EX5.7.a/data5_7.sci | 5a7168ab0f4d2ba2edfc4a793816deeed7f03014 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 477 | sci | data5_7.sci |
//(Design against Fluctuating Load) Example 5.7
//Ultimate tensile strength of 40C8 Sut (N/mm2)
Sut = 600
//Minimum value of N is Nmin
Nmin = (10^3)
//Maximum value of N is Nmax
Nmax = (10^6)
//Reversed bending stress acting on the bar Sf (N/mm2)
Sf = 250
//Diameter of the bar d (mm)
d = 50
//Reliability (%)
reliability = 90
//Operation
//Nomenclature:
//1 - Ground
//2 - Machined or cold drawn
//3 - Hot-rolled
//4 - Forged
op = 4
|
90244c2784e04ca2f7bd2795d6f6354dbe3546e6 | e0124ace5e8cdd9581e74c4e29f58b56f7f97611 | /3913/CH10/EX10.4/Ex10_4.sce | 90d4a345321e7d8fe828a9cf580c8ad63c57fac3 | [] | no_license | psinalkar1988/Scilab-TBC-Uploads-1 | 159b750ddf97aad1119598b124c8ea6508966e40 | ae4c2ff8cbc3acc5033a9904425bc362472e09a3 | refs/heads/master | 2021-09-25T22:44:08.781062 | 2018-10-26T06:57:45 | 2018-10-26T06:57:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 306 | sce | Ex10_4.sce | //Chapter 10 : The Minimum Polynomial
//Example 10.4
//Scilab 6.0.1
//Windows 10
clear;
clc;
A=[5 -6 -6;-1 4 2;3 -6 -4]
disp(A,'A=')
[ab,x,bs]=bdiag(A);
disp(spec(A),'eigen values are')
disp(x,'eigen vectors are')
D=inv(x)*A*x
D=round(D)
disp(D)
mprintf(' The matrix is diagonalisable')
|
ae789010faa05474472d130cb3f78fcd6ad61bcf | 449d555969bfd7befe906877abab098c6e63a0e8 | /3204/CH7/EX7.5/Ex7_5.sce | 8d1c140ff5ecd931f901ab61a44b2b02cb619c52 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 597 | sce | Ex7_5.sce | // Initilization of variables
mu=0.5 // coefficient of friction between the belt and the wheel
W=100 //N
theta=45 //degree
e=2.718
Lac=0.75 //m // ength of the lever
Lab=0.25 //m
Lbc=0.50 //m
r=0.25 //m
pie=3.14 // constant
// Calculations
beta=((180+theta)*pie)/180 // radian // angle of lap
// from eq'n 2
T1=(W*Lbc)/Lab //N
T2=T1/(e^(mu*beta)) //N // from eq'n 1
// consider the F.B.D of the pulley and take moment about its center, we get Braking Moment (M)
M=r*(T1-T2) //N-m
// Results
clc
printf('The braking moment (M) exerted by the vertical weight W is %f N-m \n',M)
|
5314e7b6bf4650f680ce20332abf0932e77b2561 | a5f0fbcba032f945a9ee629716f6487647cafd5f | /Machine_Learning/demos/LARS_Demo.sce | 665bec5a8e6c6aaed10541ad054f52c98e9b8bf4 | [
"BSD-2-Clause"
] | permissive | SoumitraAgarwal/Scilab-gsoc | 692c00e3fb7a5faf65082e6c23765620f4ecdf35 | 678e8f80c8a03ef0b9f4c1173bdda7f3e16d716f | refs/heads/master | 2021-04-15T17:55:48.334164 | 2018-08-07T13:43:26 | 2018-08-07T13:43:26 | 126,500,126 | 1 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 535 | sce | LARS_Demo.sce | // Demo script for LARS regression
getd('../macros')
// Data preparation
M = csvRead('Datasets/weather.csv')
x = M(1:2000, 6);
y = M(1:2000, 5);
iter = 100
rate = 0.5
// Data cleaning
function xnorm = norma(x)
n = length(x)
mi = min(x)
ma = max(x)
for i=1:n
x(i) = 1.0*(x(i) - mi)/(ma - mi)
end
xnorm = x
endfunction
y(or(isnan(x),'c'),:) = []
x(or(isnan(x),'c'),:) = []
x(:, 1) = norma(x(:, 1))
theta = LARSRegressionTrain(x, y, iter, rate)
pred = LARSRegressionPredictPlot(x,y,theta)
disp(0.5*sqrt(norm(y - pred))) |
406d5420f94c7bc6b9a5bccdfdf068dd8e519922 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.17_3.tst | 5f6d97d0a2dee4d289702e052c4da124733fb2fd | [] | 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 | 583,587 | tst | 5.17_3.tst | 17 1100:1 1119:1 1148:1 1832:1 1867:1 2536:1 2912:1 3159:1 3556:1 3617:1 4157:1 5431:1 5463:1 5801:1 5959:1 6510:1 6585:1 6741:1 7104:1 7244:1 7394:1 7553:1 8381:1 8889:1 8962:1 10185:1 10352:1 10421:1 10522:1 10690:1 12212:1 12483:1 12562:1 12737:1 13088:1 13788:1 13819:1 14219:1 14793:1 15336:1 15646:1 15705:1 15921:1 15945:1 16379:1 16436:1 16847:1 16900:1 18291:1 18300:1 18417:1 19323:1 19454:1 19478:1 19480:1 19508:1 21099:1 21335:1 21668:1 21887:1 22560:1 23009:1 23031:52 23299:1 23654:1 24078:1 24772:1 25175:1 25591:1 26219:1 26358:1 27473:1 27564:1 27704:1 27738:1 28007:1 28093:1 28236:1 28508:1 29111:1 29219:1 30016:1 31155:1 31323:1 32289:1 32417:1 32949:1 33072:1 33732:1 33816:1 34440:1 34506:1 34956:1 35682:1
17 1100:1 1119:1 1148:1 1153:1 1535:1 1576:1 1601:1 1832:1 1867:1 2002:1 2077:1 2129:1 2536:1 2912:1 3159:1 3426:1 3556:1 3607:1 3617:1 4157:1 4275:1 4390:1 4872:1 5052:1 5158:1 5431:1 5463:2 5640:1 5801:2 5932:1 5959:1 6122:1 6510:1 6585:1 6741:1 7104:1 7221:1 7244:1 7255:1 7379:1 7394:2 7553:1 7869:1 7883:1 8345:1 8381:1 8739:1 8762:1 8783:1 8889:1 8921:1 8962:1 9685:1 10185:1 10352:1 10421:1 10522:1 10651:1 10690:1 10769:1 11528:1 12212:1 12237:1 12478:1 12483:1 12562:1 12626:1 12737:1 13088:1 13707:1 13788:1 13819:1 13991:1 14219:1 14793:1 14858:1 15019:1 15336:1 15538:1 15646:1 15705:1 15921:1 15925:1 15945:1 16379:1 16436:1 16820:1 16847:1 16900:1 17558:1 17904:1 18007:1 18291:1 18300:2 18417:1 18655:1 19323:1 19454:1 19478:1 19480:1 19508:1 19670:1 20172:1 20449:1 20521:1 21099:1 21335:1 21668:1 21887:1 22560:1 22777:1 23009:1 23031:97 23299:1 23552:1 23654:2 24078:1 24551:1 24609:1 24772:1 25175:1 25254:1 25591:1 25669:1 26212:1 26219:1 26358:1 26472:1 26615:1 26830:1 27070:1 27247:1 27472:1 27473:1 27564:1 27638:1 27704:1 27738:1 27877:1 28007:1 28093:1 28193:1 28236:1 28508:1 28675:1 29111:1 29219:1 29270:1 29540:1 29826:1 29858:1 30016:1 30214:1 30542:1 30553:1 31155:1 31275:1 31323:1 31364:1 31485:1 32289:1 32417:1 32804:1 32949:1 33072:1 33371:1 33732:1 33816:1 34012:1 34181:1 34389:1 34440:1 34506:1 34689:1 34724:1 34956:1 35029:1 35033:1 35233:1 35682:1 35731:1
17 91:1 248:1 1026:1 1100:1 1119:1 1122:1 1148:1 1153:1 1337:1 1492:1 1535:1 1576:1 1601:1 1832:1 1867:1 2002:1 2077:1 2129:1 2171:1 2208:1 2428:1 2536:1 2574:1 2912:1 2995:1 3159:1 3426:2 3556:1 3607:1 3617:1 3727:1 4157:1 4275:1 4390:2 4424:1 4872:1 5052:1 5158:2 5431:1 5463:2 5602:1 5640:1 5801:2 5932:1 5959:1 5974:1 6087:1 6122:1 6363:1 6367:1 6510:1 6527:1 6585:1 6741:1 7104:1 7221:1 7244:1 7255:1 7379:1 7394:2 7414:1 7553:1 7863:1 7869:1 7883:1 8345:1 8381:1 8409:1 8739:1 8762:1 8783:1 8889:1 8921:1 8961:1 8962:1 9135:1 9224:1 9685:1 10185:1 10322:1 10352:1 10414:1 10421:1 10522:1 10565:1 10651:1 10690:1 10769:1 11528:2 11866:1 12193:1 12212:1 12237:1 12478:1 12483:1 12562:1 12570:1 12626:1 12737:1 12852:1 12901:1 13022:1 13088:1 13129:1 13165:1 13707:1 13788:1 13819:1 13991:1 14171:1 14200:1 14219:1 14793:1 14858:1 15019:1 15336:1 15424:1 15538:1 15569:1 15646:1 15675:1 15705:1 15921:1 15925:1 15945:1 16214:1 16312:1 16379:1 16436:1 16663:1 16820:1 16847:1 16900:1 17017:1 17392:1 17558:1 17706:1 17861:1 17904:1 18007:1 18291:1 18300:2 18417:1 18451:1 18655:1 18670:1 18687:1 18839:1 19069:1 19323:1 19454:1 19478:1 19480:1 19508:1 19670:1 19779:1 19890:1 19902:1 20172:1 20221:1 20386:1 20449:1 20521:1 20644:1 21099:1 21335:1 21668:1 21858:1 21887:1 21916:1 22142:1 22553:1 22560:1 22777:1 23009:1 23031:153 23299:1 23552:1 23654:2 23730:1 24078:1 24098:1 24176:1 24451:1 24551:1 24609:1 24772:1 24811:1 24940:1 25162:1 25175:1 25254:1 25571:1 25591:1 25669:1 25866:1 25923:1 25976:1 26024:1 26212:2 26219:1 26221:1 26358:1 26472:1 26497:1 26615:1 26702:1 26830:1 27070:1 27247:1 27329:1 27392:1 27408:1 27459:1 27472:1 27473:1 27564:1 27638:1 27704:1 27738:1 27743:1 27755:1 27877:1 27971:1 28007:1 28035:1 28093:1 28166:1 28193:1 28236:1 28398:1 28456:1 28508:1 28675:1 28695:1 28763:1 29111:1 29219:1 29270:1 29359:1 29539:1 29540:2 29826:1 29858:2 30016:1 30092:1 30214:1 30237:1 30542:1 30553:1 31079:1 31155:2 31275:1 31323:1 31364:1 31485:1 31571:1 31578:1 31646:1 31650:1 32289:1 32417:1 32686:1 32804:1 32949:1 33032:1 33072:1 33371:2 33440:1 33622:1 33732:1 33816:1 33849:1 34012:1 34181:2 34263:1 34389:1 34440:1 34450:1 34506:1 34689:2 34724:1 34956:1 35029:1 35033:1 35233:1 35261:1 35682:1 35731:1 35756:1 35818:1 35921:1
17 91:1 186:1 248:1 332:1 1026:1 1083:1 1100:1 1119:1 1122:1 1148:1 1153:1 1337:1 1492:1 1535:1 1576:1 1601:1 1832:1 1867:1 2002:1 2077:1 2129:1 2168:1 2171:1 2203:1 2208:1 2428:1 2536:1 2574:1 2912:1 2995:1 3159:1 3202:1 3426:2 3502:1 3556:1 3607:1 3617:1 3727:1 3836:1 4157:1 4275:1 4353:1 4390:2 4424:1 4588:1 4860:1 4872:1 5052:1 5158:2 5431:1 5463:2 5528:1 5602:1 5640:1 5801:2 5889:1 5932:1 5959:1 5974:1 6087:1 6122:1 6125:1 6133:1 6234:1 6363:1 6367:1 6510:1 6527:1 6585:1 6624:1 6741:1 7104:1 7142:1 7212:1 7221:1 7244:1 7255:1 7379:1 7394:2 7414:1 7553:1 7863:1 7869:1 7883:1 8161:1 8345:1 8381:1 8409:1 8436:1 8739:1 8762:1 8783:1 8803:1 8889:1 8921:1 8961:1 8962:1 9135:1 9224:1 9255:1 9347:1 9529:1 9685:1 9693:1 9745:1 10185:1 10322:1 10352:1 10414:1 10421:1 10439:1 10505:1 10507:1 10522:1 10565:1 10651:1 10690:1 10769:1 11410:1 11528:2 11836:1 11866:1 12051:1 12069:1 12084:1 12119:1 12193:1 12212:1 12237:1 12478:1 12483:1 12543:1 12562:1 12570:1 12626:1 12737:1 12765:1 12852:2 12901:1 13022:1 13024:1 13088:1 13129:1 13165:1 13707:1 13788:1 13819:1 13828:1 13991:1 14171:1 14200:1 14219:1 14793:1 14858:1 15019:1 15023:1 15068:1 15336:1 15419:1 15424:1 15538:1 15569:1 15646:1 15675:1 15705:1 15921:1 15925:1 15945:1 16214:1 16312:1 16379:1 16436:1 16663:1 16820:1 16847:1 16900:1 17017:1 17066:1 17392:1 17558:1 17706:1 17861:1 17870:1 17904:1 18007:1 18026:1 18291:1 18300:2 18396:1 18415:1 18417:1 18420:1 18451:1 18655:1 18670:1 18687:1 18839:1 19069:1 19323:1 19454:1 19478:1 19480:1 19508:1 19670:1 19779:1 19832:1 19890:1 19902:1 20172:1 20221:1 20386:1 20449:1 20521:1 20644:1 21083:1 21099:1 21335:1 21616:1 21668:1 21858:1 21887:1 21888:1 21916:1 21999:1 22127:1 22133:1 22142:1 22553:1 22560:1 22777:1 22842:1 23009:1 23031:211 23299:1 23552:1 23654:2 23730:1 24078:1 24098:1 24176:1 24182:1 24226:1 24451:1 24551:1 24609:1 24772:1 24811:1 24940:1 24988:1 25111:1 25162:1 25175:1 25254:1 25571:1 25591:1 25669:1 25685:1 25866:1 25923:1 25976:1 26024:1 26095:1 26161:1 26212:2 26219:2 26221:1 26358:1 26437:1 26472:1 26497:1 26615:1 26702:1 26741:1 26830:1 27070:1 27103:1 27109:1 27247:1 27329:1 27392:1 27408:1 27459:1 27472:1 27473:1 27564:1 27586:1 27638:1 27704:1 27738:1 27743:1 27755:1 27877:1 27971:1 28007:1 28035:1 28093:1 28166:1 28193:1 28236:1 28398:1 28422:1 28456:1 28508:1 28675:1 28695:1 28763:1 29111:1 29160:1 29173:1 29219:1 29270:1 29359:1 29539:1 29540:2 29607:1 29826:1 29858:2 30016:1 30092:1 30159:1 30214:1 30237:1 30542:1 30553:1 31079:1 31155:2 31275:1 31323:1 31364:1 31485:1 31571:1 31578:1 31646:1 31650:1 31773:1 32289:1 32417:1 32660:1 32686:2 32804:1 32843:1 32949:1 33032:1 33072:1 33371:2 33440:1 33622:1 33732:1 33816:1 33849:1 34012:1 34181:2 34263:1 34286:1 34389:1 34440:1 34450:1 34506:1 34689:2 34712:1 34724:1 34956:1 35001:1 35029:1 35033:1 35196:1 35233:1 35261:1 35682:1 35731:1 35756:1 35818:1 35921:1 36001:1
17 19:1 91:1 125:1 186:1 248:1 279:1 332:1 538:1 771:1 954:1 1026:1 1071:1 1083:1 1100:1 1119:1 1122:1 1148:1 1153:1 1337:1 1492:1 1535:1 1576:1 1601:1 1832:1 1867:1 1872:1 2002:1 2077:1 2129:1 2168:1 2171:1 2203:1 2208:1 2428:1 2536:1 2574:1 2912:1 2949:1 2995:1 3107:1 3159:1 3164:1 3202:1 3426:2 3502:1 3556:1 3598:1 3607:1 3617:1 3727:1 3836:1 3862:1 4157:1 4275:1 4353:1 4390:2 4424:1 4588:1 4775:2 4860:1 4872:1 5052:1 5158:2 5431:1 5463:3 5528:1 5602:1 5640:1 5701:1 5801:3 5889:1 5932:1 5959:1 5974:1 6087:1 6122:1 6125:1 6133:1 6234:1 6358:1 6363:1 6367:1 6510:1 6527:1 6585:1 6624:1 6741:1 6925:1 7102:1 7104:1 7111:1 7142:1 7152:1 7212:1 7221:1 7244:1 7255:1 7351:1 7379:1 7394:3 7414:1 7553:1 7863:1 7869:1 7883:1 7884:1 8161:1 8217:1 8345:1 8381:1 8409:1 8436:1 8481:1 8739:1 8762:1 8783:1 8787:1 8803:1 8889:1 8921:1 8961:1 8962:1 9135:1 9224:1 9255:1 9347:1 9529:1 9568:1 9611:1 9685:1 9693:1 9745:1 10021:1 10137:1 10185:1 10322:1 10352:1 10414:1 10421:1 10439:1 10505:1 10507:1 10522:1 10565:1 10651:1 10690:1 10702:1 10769:1 10885:1 10910:1 11250:1 11410:1 11459:1 11528:2 11603:1 11836:1 11866:1 11990:1 12047:1 12051:1 12069:1 12084:1 12119:1 12193:1 12212:1 12237:1 12478:1 12483:1 12543:1 12554:1 12562:1 12570:1 12626:1 12671:1 12737:1 12765:1 12852:2 12901:1 13022:1 13024:1 13088:1 13129:1 13165:1 13586:1 13707:1 13753:1 13788:1 13819:1 13828:1 13893:1 13991:1 14171:1 14200:1 14219:1 14793:1 14858:1 15019:1 15023:1 15068:1 15336:1 15360:1 15419:1 15424:1 15538:1 15569:1 15646:1 15675:1 15705:2 15811:1 15921:1 15925:1 15945:1 15982:1 16214:1 16312:1 16379:1 16436:1 16663:1 16820:1 16847:1 16900:1 17017:1 17066:1 17392:1 17495:1 17558:1 17706:1 17861:1 17870:1 17904:1 18007:1 18026:1 18291:1 18300:3 18396:1 18415:1 18417:1 18420:1 18451:1 18487:1 18655:1 18670:2 18687:1 18793:1 18839:2 18975:1 19069:1 19323:1 19328:1 19454:1 19478:1 19480:1 19507:1 19508:1 19670:1 19779:1 19832:1 19890:1 19902:1 20172:1 20221:1 20386:1 20449:1 20521:1 20644:1 21083:1 21099:1 21335:1 21364:1 21616:1 21668:1 21682:1 21787:1 21818:1 21858:1 21887:1 21888:1 21916:1 21952:1 21999:1 22106:1 22127:1 22133:1 22142:1 22553:1 22560:1 22777:1 22785:1 22842:1 23009:1 23031:303 23299:1 23552:1 23563:1 23654:3 23730:1 23770:1 23821:1 23936:1 24078:1 24098:1 24176:1 24182:1 24193:1 24226:1 24319:1 24405:1 24451:1 24551:1 24609:1 24772:1 24811:1 24940:1 24988:1 25111:1 25162:1 25175:1 25254:1 25571:1 25591:1 25669:1 25685:1 25866:1 25923:1 25976:1 26024:1 26095:1 26161:1 26212:2 26219:2 26221:1 26358:1 26403:1 26437:1 26472:1 26497:1 26604:1 26615:1 26644:1 26702:1 26741:1 26785:1 26830:1 26945:1 26983:1 27003:1 27070:1 27091:1 27103:1 27109:1 27247:1 27329:1 27392:1 27408:1 27459:1 27472:1 27473:1 27564:1 27586:1 27638:1 27704:1 27738:1 27743:1 27755:1 27877:1 27971:1 28007:1 28035:1 28084:1 28093:1 28166:1 28193:1 28236:1 28398:1 28422:1 28456:1 28508:1 28675:1 28695:1 28763:1 29011:1 29111:1 29160:1 29173:1 29219:1 29270:1 29315:1 29359:1 29439:1 29497:1 29516:1 29539:1 29540:2 29607:1 29826:1 29845:1 29858:2 30016:1 30092:1 30150:1 30159:1 30214:1 30237:1 30542:1 30553:1 30662:2 30798:1 31079:2 31128:1 31155:2 31274:1 31275:1 31323:1 31364:1 31377:1 31485:1 31504:1 31571:1 31578:1 31646:1 31650:1 31773:1 32252:1 32289:1 32417:1 32660:1 32686:2 32754:1 32804:1 32843:1 32949:1 33032:1 33072:2 33371:2 33440:1 33520:1 33622:1 33732:2 33816:1 33849:1 33870:1 33889:1 34012:1 34081:1 34147:1 34181:2 34263:1 34286:1 34389:1 34411:2 34440:1 34450:1 34506:1 34689:2 34712:1 34724:1 34956:1 35001:1 35029:1 35033:1 35196:1 35233:1 35261:1 35593:1 35670:1 35682:1 35731:1 35756:1 35810:1 35818:1 35921:1 36001:1 36014:1
17 19:1 91:1 125:1 186:1 248:1 279:1 332:1 381:1 538:1 626:1 771:1 954:2 1026:1 1071:1 1083:1 1100:1 1119:1 1122:1 1148:1 1153:1 1223:1 1225:1 1337:1 1492:1 1535:1 1576:1 1601:1 1832:1 1867:1 1872:1 2002:1 2077:1 2083:1 2129:1 2145:1 2168:1 2171:1 2203:1 2208:2 2301:1 2358:1 2428:1 2536:1 2574:1 2720:1 2869:1 2912:1 2949:1 2995:1 3107:2 3132:1 3159:1 3164:1 3202:1 3426:2 3502:1 3556:1 3598:1 3607:2 3617:1 3727:1 3836:1 3862:1 4157:1 4275:1 4353:1 4390:2 4424:1 4588:1 4773:1 4775:2 4809:1 4860:1 4872:1 5052:1 5158:2 5431:1 5463:3 5528:1 5602:1 5640:1 5701:1 5781:1 5801:3 5889:1 5932:1 5959:1 5974:1 6087:1 6113:1 6122:1 6125:1 6133:1 6234:1 6358:1 6363:1 6367:1 6510:1 6527:1 6585:1 6624:1 6741:1 6880:1 6925:1 7102:1 7104:1 7111:1 7142:1 7152:1 7211:1 7212:1 7221:1 7244:1 7255:1 7351:1 7379:1 7394:3 7413:1 7414:1 7449:1 7553:1 7575:1 7863:1 7869:1 7883:1 7884:1 8161:1 8217:1 8266:1 8345:1 8381:2 8409:1 8436:1 8481:1 8510:1 8739:1 8762:1 8783:1 8787:1 8803:1 8883:1 8889:1 8921:1 8941:1 8961:1 8962:1 9012:1 9112:1 9135:1 9224:1 9255:1 9347:1 9523:1 9529:1 9568:1 9611:1 9655:1 9685:2 9693:1 9745:1 9942:1 10021:1 10137:1 10185:1 10322:1 10352:1 10414:1 10421:1 10439:1 10458:1 10497:1 10505:1 10507:1 10515:1 10522:1 10565:1 10651:1 10690:1 10702:1 10754:1 10769:1 10816:1 10885:1 10910:1 11165:1 11250:1 11251:1 11328:1 11410:1 11459:1 11528:2 11603:1 11813:1 11836:2 11866:1 11990:1 12047:1 12051:1 12069:1 12084:1 12119:1 12134:1 12193:1 12212:1 12237:1 12478:1 12483:1 12543:1 12554:1 12562:1 12570:1 12626:1 12643:1 12651:1 12671:1 12737:1 12765:1 12852:2 12901:1 13006:1 13022:1 13024:1 13088:1 13094:2 13101:1 13129:1 13165:1 13586:1 13707:1 13753:1 13788:1 13819:1 13828:1 13893:1 13991:1 14171:1 14200:1 14218:1 14219:1 14277:1 14408:1 14648:1 14793:1 14858:1 15019:1 15023:1 15068:1 15336:1 15360:1 15419:1 15424:1 15538:1 15569:1 15646:1 15675:1 15705:2 15811:1 15843:1 15921:1 15925:1 15945:1 15982:1 16214:1 16312:1 16379:1 16436:1 16663:1 16820:1 16847:1 16900:1 17017:1 17066:1 17392:1 17495:1 17558:1 17705:1 17706:1 17770:1 17861:1 17870:1 17904:1 18007:1 18026:1 18291:1 18300:3 18396:1 18415:1 18417:1 18420:2 18451:1 18487:1 18655:1 18670:2 18687:1 18793:1 18839:2 18872:1 18913:1 18936:1 18975:1 19025:1 19069:1 19323:1 19328:1 19445:1 19454:1 19478:1 19480:1 19507:1 19508:1 19552:1 19670:1 19779:1 19832:2 19890:1 19902:1 20172:1 20221:1 20386:1 20449:1 20518:1 20521:1 20557:1 20644:1 20747:1 21083:1 21099:1 21217:1 21256:1 21335:1 21364:1 21511:1 21616:1 21668:1 21682:1 21787:1 21805:1 21818:1 21858:1 21887:1 21888:1 21916:1 21952:1 21999:1 22050:1 22106:1 22127:1 22133:1 22142:1 22553:1 22560:1 22777:1 22785:1 22807:1 22842:1 22885:1 23009:1 23026:1 23031:390 23174:1 23299:1 23552:1 23563:1 23654:3 23730:1 23770:1 23821:1 23936:1 24078:1 24098:1 24176:1 24182:1 24193:1 24226:1 24281:1 24319:1 24405:1 24451:1 24551:1 24609:2 24772:1 24811:1 24940:1 24984:1 24988:1 25111:1 25162:1 25175:1 25201:1 25236:1 25254:2 25556:1 25571:1 25591:1 25656:1 25669:1 25685:1 25857:1 25866:1 25923:1 25976:1 26024:1 26095:1 26161:1 26212:2 26219:2 26221:1 26358:1 26403:1 26437:1 26472:1 26497:1 26604:1 26615:1 26644:1 26702:1 26741:1 26785:1 26830:2 26853:1 26920:1 26945:1 26983:1 27003:1 27070:1 27091:1 27103:1 27109:1 27177:1 27247:1 27329:1 27339:1 27392:1 27408:1 27459:1 27472:1 27473:1 27564:1 27586:1 27638:1 27704:1 27738:1 27743:1 27755:1 27877:1 27971:1 28007:1 28035:1 28084:1 28093:1 28166:1 28193:1 28236:1 28265:1 28398:1 28422:1 28456:1 28508:1 28675:1 28695:1 28763:1 28793:1 28798:1 29011:1 29065:1 29111:1 29160:1 29173:1 29219:1 29270:1 29315:1 29359:1 29439:1 29497:1 29516:1 29539:1 29540:2 29607:1 29826:1 29845:1 29858:2 30016:1 30092:1 30150:1 30159:1 30214:1 30237:1 30249:1 30469:2 30542:1 30553:1 30662:2 30798:1 30869:1 31079:2 31128:1 31147:2 31155:2 31274:1 31275:1 31323:1 31364:1 31377:1 31485:1 31504:1 31571:1 31578:1 31646:1 31650:1 31773:1 31863:1 32223:1 32252:1 32289:1 32328:1 32417:1 32423:1 32571:1 32660:1 32686:2 32754:1 32804:1 32843:1 32949:1 33032:1 33072:2 33137:1 33371:2 33440:1 33447:1 33520:1 33572:1 33622:1 33732:2 33816:1 33849:1 33870:1 33877:1 33881:1 33889:1 34012:1 34081:1 34147:1 34181:2 34263:1 34270:1 34286:1 34389:2 34411:2 34440:1 34450:1 34506:1 34689:2 34712:1 34724:1 34761:1 34956:1 35001:1 35029:1 35033:1 35139:1 35180:1 35196:1 35233:1 35261:1 35593:1 35670:1 35682:1 35724:1 35731:1 35756:1 35810:1 35818:1 35855:1 35921:1 35986:1 36001:1 36014:1
17 19:1 91:1 125:1 186:1 196:1 248:1 279:1 332:1 381:1 538:1 626:1 690:1 742:1 771:1 954:2 1026:1 1071:1 1083:3 1084:1 1100:1 1119:2 1122:1 1148:1 1153:1 1223:1 1225:1 1337:1 1492:1 1535:1 1576:1 1601:1 1832:1 1839:1 1867:1 1872:1 1916:1 2002:1 2077:1 2083:1 2129:1 2145:1 2168:1 2171:1 2182:1 2203:1 2208:2 2212:1 2301:1 2358:1 2428:1 2536:1 2574:1 2720:1 2869:1 2912:1 2915:1 2949:1 2995:1 3107:2 3132:1 3159:1 3164:1 3188:1 3202:1 3254:1 3426:2 3502:1 3556:1 3598:1 3607:2 3617:1 3727:1 3737:1 3836:1 3862:1 3912:1 4157:1 4275:1 4353:1 4390:2 4424:1 4577:1 4588:1 4679:1 4773:1 4775:2 4780:1 4809:1 4852:1 4860:1 4872:1 5052:1 5059:1 5158:2 5431:1 5463:3 5528:1 5602:1 5640:1 5700:1 5701:1 5781:1 5801:3 5889:1 5932:1 5959:1 5974:1 6087:1 6105:1 6113:1 6122:1 6125:1 6133:1 6234:1 6358:1 6363:1 6367:1 6409:1 6483:1 6510:1 6527:1 6585:1 6624:1 6716:1 6741:1 6880:1 6925:1 6971:1 7102:1 7104:1 7111:1 7142:1 7152:1 7206:1 7211:1 7212:2 7221:1 7244:1 7255:1 7351:1 7379:1 7394:3 7413:1 7414:1 7449:1 7486:1 7553:1 7575:1 7863:1 7869:1 7883:1 7884:1 8161:1 8217:1 8266:1 8337:1 8345:1 8381:2 8409:1 8436:1 8481:1 8510:1 8519:1 8739:1 8762:1 8783:1 8787:1 8803:1 8883:1 8889:1 8921:1 8941:1 8961:1 8962:1 9012:1 9112:1 9135:1 9193:1 9224:1 9255:1 9269:1 9338:1 9347:1 9523:1 9529:1 9568:1 9611:1 9655:1 9685:2 9693:1 9745:1 9769:1 9942:1 10021:1 10137:1 10185:1 10292:1 10322:1 10352:1 10414:1 10421:1 10439:1 10442:1 10458:1 10497:1 10505:1 10507:1 10515:1 10522:1 10565:1 10600:1 10651:1 10690:2 10702:1 10754:1 10769:1 10816:1 10885:1 10910:1 11165:1 11250:1 11251:1 11328:1 11410:1 11459:1 11528:2 11603:1 11706:1 11813:1 11836:2 11866:1 11990:1 12047:1 12048:1 12051:1 12069:1 12084:1 12119:1 12134:1 12182:1 12193:1 12212:1 12237:1 12478:1 12483:1 12543:1 12554:1 12562:1 12570:1 12615:1 12626:1 12643:1 12651:1 12671:1 12737:1 12765:1 12777:1 12852:2 12901:1 13006:1 13022:1 13024:1 13088:1 13094:2 13101:1 13129:1 13165:1 13586:1 13707:1 13728:1 13753:1 13788:1 13819:1 13828:1 13893:1 13991:1 14037:1 14163:1 14171:1 14200:1 14218:1 14219:1 14250:1 14277:1 14408:1 14648:1 14793:1 14858:1 14898:1 14904:1 14908:2 14919:1 15019:1 15023:1 15068:1 15336:2 15360:1 15419:1 15424:1 15461:1 15538:1 15569:1 15646:1 15675:1 15705:2 15719:1 15784:1 15811:1 15843:1 15921:1 15925:1 15945:1 15982:1 16214:1 16312:1 16335:1 16379:1 16388:1 16436:1 16483:1 16663:1 16820:1 16847:1 16873:1 16900:1 16964:1 17017:1 17066:1 17170:1 17392:1 17495:1 17558:1 17632:1 17705:1 17706:1 17720:1 17770:1 17861:1 17870:1 17897:1 17904:1 17906:1 18007:1 18026:1 18050:1 18291:1 18300:3 18365:1 18396:3 18415:1 18417:1 18420:3 18439:1 18451:1 18487:1 18655:1 18670:2 18687:1 18793:1 18839:2 18866:1 18872:1 18913:1 18936:1 18975:1 19025:1 19069:1 19085:1 19323:1 19328:1 19445:1 19454:1 19478:1 19480:1 19507:1 19508:1 19552:1 19670:1 19779:1 19832:3 19890:1 19902:1 19914:1 20050:1 20085:1 20172:1 20221:1 20386:1 20449:1 20518:1 20521:1 20557:1 20644:1 20747:1 21044:1 21083:1 21099:1 21217:1 21256:1 21298:1 21335:1 21364:1 21511:1 21616:1 21668:1 21682:1 21787:1 21805:1 21818:1 21858:1 21887:1 21888:1 21916:1 21952:1 21999:1 22050:1 22106:1 22127:1 22133:1 22142:1 22423:1 22553:1 22560:1 22777:1 22785:1 22807:1 22842:1 22885:1 23009:1 23026:1 23031:488 23174:1 23299:1 23478:1 23523:1 23552:1 23563:1 23654:3 23708:1 23730:1 23765:1 23770:1 23821:1 23936:1 24078:1 24098:1 24108:1 24176:1 24182:1 24192:1 24193:1 24226:1 24281:1 24319:1 24405:1 24451:1 24551:1 24609:2 24724:1 24772:1 24811:1 24940:1 24984:1 24988:1 25111:1 25157:1 25162:1 25175:1 25201:1 25236:1 25254:2 25267:1 25283:1 25556:1 25571:1 25591:1 25656:1 25662:1 25669:1 25685:1 25760:1 25857:1 25866:1 25891:1 25923:1 25976:1 26024:1 26095:1 26161:1 26212:2 26219:2 26221:1 26358:1 26403:1 26437:1 26472:1 26497:1 26604:1 26615:1 26644:1 26702:1 26741:1 26785:1 26830:2 26853:1 26920:1 26945:1 26977:1 26983:1 27003:1 27070:1 27091:1 27103:1 27109:1 27177:1 27247:1 27329:1 27339:1 27392:1 27408:1 27459:1 27472:1 27473:1 27564:1 27586:1 27638:1 27704:1 27738:2 27743:1 27755:1 27756:1 27877:1 27971:1 28007:1 28035:1 28084:1 28093:1 28145:1 28166:1 28193:1 28236:1 28265:1 28398:1 28422:1 28456:1 28508:1 28531:2 28656:1 28675:1 28695:1 28763:1 28793:1 28798:1 29000:1 29011:1 29065:1 29111:1 29160:1 29173:1 29177:1 29203:1 29219:1 29240:1 29270:1 29315:1 29359:1 29439:1 29497:1 29516:1 29539:1 29540:2 29607:1 29826:1 29845:1 29848:1 29858:2 30016:1 30092:1 30150:1 30159:1 30161:1 30214:1 30237:1 30249:1 30469:2 30485:1 30542:1 30553:1 30662:2 30798:1 30869:1 31079:2 31102:1 31103:1 31128:1 31147:2 31155:2 31186:1 31274:1 31275:1 31323:1 31364:1 31377:1 31485:1 31504:1 31571:1 31578:1 31646:1 31650:1 31773:1 31863:1 32223:1 32252:1 32289:1 32328:1 32341:1 32417:1 32423:1 32505:2 32571:1 32623:1 32660:1 32686:3 32714:1 32754:1 32804:1 32843:1 32910:1 32949:1 33032:1 33072:2 33137:1 33371:2 33387:1 33440:1 33447:1 33448:1 33520:1 33555:1 33572:1 33622:1 33732:2 33816:1 33849:1 33870:1 33877:1 33881:1 33889:1 34012:1 34081:1 34147:1 34181:2 34263:1 34270:1 34286:1 34389:2 34411:2 34440:1 34450:1 34506:1 34689:2 34712:1 34724:1 34761:1 34956:1 35001:1 35029:1 35033:1 35059:1 35139:1 35180:1 35196:1 35233:1 35261:1 35324:1 35452:1 35593:1 35670:1 35682:1 35724:1 35731:1 35756:1 35810:1 35818:1 35855:1 35911:1 35921:1 35986:1 36001:1 36014:1
17 19:1 91:1 125:1 186:1 196:1 248:1 279:1 332:1 381:1 456:1 538:1 626:1 690:1 742:1 771:1 779:1 907:1 954:2 1026:1 1071:1 1083:3 1084:1 1100:1 1109:1 1113:1 1119:2 1122:1 1148:1 1153:1 1223:1 1225:1 1301:1 1337:1 1390:1 1412:1 1492:1 1535:1 1576:1 1601:1 1798:1 1832:1 1839:1 1867:1 1872:1 1916:1 2002:1 2073:1 2077:1 2083:1 2129:1 2138:1 2145:1 2168:1 2171:1 2182:1 2203:1 2208:2 2212:1 2301:1 2358:1 2381:1 2428:1 2536:1 2574:1 2720:1 2869:1 2912:1 2915:1 2949:1 2995:1 3107:2 3109:1 3132:1 3159:1 3163:1 3164:1 3181:1 3188:1 3202:1 3254:1 3426:2 3502:1 3539:1 3556:1 3598:1 3607:2 3617:1 3723:1 3727:1 3737:1 3760:1 3836:1 3855:1 3862:1 3912:1 4050:1 4157:1 4275:1 4276:1 4353:1 4390:2 4424:1 4525:1 4577:1 4588:1 4679:1 4773:1 4775:2 4780:1 4809:1 4852:1 4860:1 4872:1 5052:1 5059:1 5081:1 5158:2 5417:1 5431:1 5450:1 5463:3 5528:1 5602:1 5640:1 5700:1 5701:1 5734:1 5781:1 5801:3 5889:1 5920:1 5932:1 5959:1 5974:1 6004:1 6087:1 6105:1 6113:1 6122:1 6125:1 6133:1 6234:1 6358:1 6363:1 6367:1 6395:1 6409:1 6483:1 6510:1 6527:1 6585:1 6624:1 6716:1 6729:1 6741:1 6798:1 6880:1 6925:1 6971:1 7064:1 7102:1 7104:1 7111:1 7142:1 7152:1 7174:1 7206:1 7211:1 7212:2 7221:1 7244:1 7255:1 7351:1 7379:1 7394:3 7413:1 7414:1 7449:1 7486:1 7553:1 7575:1 7863:1 7869:2 7883:1 7884:1 7951:1 8151:1 8161:2 8217:1 8266:1 8337:1 8345:1 8381:2 8409:1 8436:1 8481:1 8510:1 8519:1 8719:1 8739:1 8762:1 8783:1 8787:1 8803:1 8883:1 8889:1 8907:1 8921:1 8941:1 8961:1 8962:1 9012:1 9112:1 9135:1 9193:1 9224:1 9255:1 9269:1 9338:1 9341:1 9347:1 9360:1 9523:1 9524:1 9529:1 9568:1 9611:1 9655:1 9685:2 9693:1 9745:1 9769:1 9942:1 10021:1 10123:1 10137:1 10185:1 10216:1 10292:1 10322:1 10352:1 10414:1 10421:1 10439:1 10442:1 10458:1 10497:1 10505:1 10507:1 10515:1 10522:1 10565:1 10600:1 10651:1 10690:2 10702:1 10754:1 10763:1 10769:1 10816:1 10885:1 10910:1 10989:1 11010:1 11165:1 11250:1 11251:1 11328:1 11410:1 11459:1 11528:2 11603:1 11706:1 11767:1 11813:1 11836:2 11866:1 11922:1 11951:1 11990:1 12047:1 12048:1 12051:1 12069:1 12084:1 12119:1 12134:1 12182:1 12188:1 12193:1 12212:1 12237:1 12478:1 12483:1 12543:1 12554:1 12562:1 12570:1 12615:1 12623:1 12626:1 12643:1 12651:1 12671:1 12737:1 12765:1 12777:1 12852:2 12866:2 12901:1 13006:1 13022:1 13024:1 13085:2 13088:1 13094:2 13101:1 13129:1 13165:1 13288:1 13399:1 13586:1 13707:1 13728:1 13753:1 13764:1 13772:1 13788:2 13819:2 13828:1 13893:1 13907:1 13991:1 14027:1 14037:1 14129:1 14163:1 14171:1 14200:1 14218:1 14219:1 14250:1 14277:1 14408:1 14510:1 14648:1 14793:1 14858:1 14859:1 14898:1 14904:2 14908:2 14919:1 15019:1 15023:1 15068:1 15336:2 15360:1 15419:1 15424:1 15432:1 15461:1 15493:1 15538:1 15556:1 15569:1 15646:1 15675:1 15705:2 15719:1 15784:1 15811:1 15843:1 15921:1 15925:1 15945:1 15982:1 16214:1 16312:1 16335:1 16379:1 16388:1 16436:1 16483:1 16663:1 16775:1 16820:1 16847:1 16873:1 16900:1 16964:1 17017:1 17066:1 17100:1 17170:1 17392:1 17495:1 17558:1 17632:1 17668:1 17705:1 17706:1 17720:1 17770:1 17861:1 17868:1 17870:1 17897:1 17904:1 17906:1 17963:1 18007:1 18026:1 18050:1 18291:1 18300:3 18365:1 18396:3 18415:1 18417:1 18420:5 18439:1 18451:1 18452:1 18477:1 18487:1 18616:1 18655:1 18670:2 18687:1 18728:1 18793:1 18839:2 18866:1 18872:1 18913:1 18936:1 18975:1 19025:2 19069:1 19085:1 19323:1 19328:1 19445:1 19454:1 19478:1 19480:1 19507:1 19508:1 19552:1 19670:1 19779:1 19832:3 19890:1 19902:1 19905:1 19914:1 20050:1 20085:1 20172:1 20221:1 20386:2 20449:1 20518:1 20521:1 20557:1 20644:1 20747:1 20869:1 21044:1 21083:1 21099:1 21217:1 21256:1 21298:1 21335:1 21364:1 21402:1 21511:1 21616:1 21668:1 21682:1 21698:1 21787:1 21805:1 21818:1 21858:1 21879:1 21882:1 21887:1 21888:1 21916:1 21952:1 21999:1 22039:1 22050:1 22106:1 22127:1 22133:1 22142:1 22209:1 22423:1 22553:1 22560:1 22659:1 22675:1 22699:1 22777:1 22785:1 22807:1 22842:1 22885:1 22912:1 23009:1 23026:1 23031:597 23174:1 23188:1 23299:1 23478:1 23485:1 23523:1 23552:1 23563:1 23654:3 23708:1 23730:1 23765:1 23770:1 23821:1 23936:1 24078:1 24098:1 24108:1 24176:1 24182:1 24192:1 24193:1 24197:1 24226:1 24249:1 24281:1 24319:1 24405:1 24451:1 24551:1 24609:2 24653:1 24724:1 24748:1 24772:1 24811:1 24940:1 24984:1 24988:1 25111:1 25157:1 25162:1 25175:1 25201:1 25226:1 25236:1 25254:2 25267:1 25283:1 25516:1 25556:1 25571:1 25591:1 25656:1 25662:1 25669:1 25685:1 25760:1 25857:1 25866:1 25891:1 25923:1 25976:1 26024:1 26066:1 26095:1 26153:1 26161:1 26212:2 26219:3 26221:1 26358:1 26403:1 26437:1 26472:1 26482:1 26497:1 26604:1 26615:1 26634:1 26644:1 26702:1 26741:1 26746:1 26777:1 26785:1 26830:2 26853:1 26920:1 26945:1 26977:1 26983:1 27003:1 27070:1 27091:1 27103:1 27109:1 27177:1 27189:1 27223:1 27231:1 27247:1 27329:1 27339:1 27392:1 27408:1 27459:1 27472:1 27473:1 27564:1 27586:1 27638:1 27704:1 27738:2 27743:1 27755:1 27756:1 27877:1 27914:1 27971:1 28007:1 28035:1 28060:1 28074:1 28084:1 28093:1 28145:1 28166:1 28193:1 28236:1 28265:1 28398:1 28422:1 28456:1 28508:1 28531:3 28655:1 28656:1 28675:1 28695:1 28763:1 28793:1 28798:1 28985:1 29000:1 29011:1 29065:1 29095:1 29111:1 29160:1 29173:1 29177:1 29203:1 29219:1 29240:1 29270:1 29315:1 29359:1 29439:1 29497:1 29516:1 29539:1 29540:2 29607:1 29826:1 29832:1 29845:1 29848:1 29858:2 30016:1 30092:1 30150:1 30159:1 30161:1 30186:1 30192:1 30214:1 30222:1 30237:1 30249:1 30307:1 30469:2 30485:1 30520:1 30522:1 30542:1 30553:1 30625:1 30662:2 30798:1 30869:1 30900:1 30922:1 31079:2 31102:1 31103:1 31128:1 31147:3 31155:2 31186:1 31227:1 31274:1 31275:1 31323:1 31333:1 31364:1 31377:1 31485:1 31504:1 31571:1 31578:1 31646:1 31650:1 31770:1 31773:1 31863:1 32166:1 32223:1 32252:1 32289:1 32328:1 32341:1 32417:1 32423:1 32505:2 32571:1 32623:1 32660:1 32686:3 32690:1 32714:1 32754:1 32804:1 32843:1 32910:1 32949:1 33032:1 33072:2 33137:1 33371:2 33387:1 33440:1 33447:1 33448:1 33520:1 33555:1 33572:1 33622:1 33732:2 33805:1 33816:1 33849:1 33870:1 33877:1 33881:1 33889:1 33896:1 34012:1 34081:1 34147:1 34181:2 34263:1 34270:1 34286:1 34311:1 34389:3 34411:2 34440:1 34450:1 34506:1 34689:2 34712:1 34724:1 34761:1 34956:1 35001:1 35017:1 35029:1 35033:1 35059:1 35139:1 35180:1 35196:1 35233:1 35261:1 35324:1 35376:1 35452:1 35593:1 35670:1 35682:1 35724:1 35728:1 35731:1 35756:1 35810:1 35818:1 35855:1 35911:1 35921:1 35983:1 35986:2 35998:1 36001:1 36014:1
17 19:1 29:1 91:1 125:1 186:1 196:1 248:1 279:1 332:1 381:1 436:1 456:1 538:1 626:1 690:1 742:1 771:1 779:1 907:1 954:2 1026:1 1071:1 1083:3 1084:1 1094:1 1100:1 1109:1 1113:1 1119:2 1122:1 1148:1 1153:1 1223:1 1225:1 1301:1 1337:1 1390:1 1412:1 1492:1 1535:1 1576:1 1601:1 1798:1 1832:1 1839:1 1867:1 1872:1 1916:1 1976:1 2002:1 2045:1 2073:1 2077:1 2083:1 2129:1 2138:1 2145:1 2156:1 2168:1 2171:1 2182:1 2203:1 2208:2 2212:1 2221:1 2301:1 2358:1 2381:1 2428:1 2536:1 2574:1 2720:1 2771:1 2869:1 2898:1 2912:1 2915:1 2949:1 2995:1 3089:1 3107:2 3109:1 3132:1 3159:1 3163:1 3164:1 3181:1 3188:1 3202:1 3254:1 3361:1 3425:1 3426:2 3502:1 3512:1 3539:1 3556:1 3598:1 3607:2 3617:1 3723:1 3727:1 3737:1 3760:1 3836:1 3855:1 3862:1 3912:1 4016:1 4050:1 4157:2 4247:1 4275:1 4276:1 4353:1 4359:1 4390:2 4424:1 4525:1 4577:1 4588:1 4609:1 4679:1 4773:1 4775:2 4780:2 4809:1 4852:1 4860:1 4872:1 4876:1 5052:1 5059:1 5081:1 5158:2 5417:1 5431:1 5450:1 5463:3 5528:1 5602:1 5640:1 5700:1 5701:1 5734:1 5781:1 5801:3 5889:1 5920:1 5925:1 5932:1 5959:1 5974:1 6004:1 6071:1 6087:1 6105:1 6113:1 6122:1 6125:1 6133:1 6234:1 6358:1 6363:1 6367:1 6395:1 6409:1 6483:1 6510:1 6527:1 6585:1 6624:1 6716:1 6729:1 6733:1 6741:1 6798:1 6880:1 6925:1 6971:1 7064:1 7102:1 7104:1 7111:1 7138:1 7142:1 7152:1 7174:1 7182:1 7185:1 7206:1 7211:1 7212:3 7221:1 7244:1 7255:1 7351:1 7379:1 7394:3 7406:1 7413:1 7414:1 7449:1 7486:1 7553:1 7575:1 7691:1 7757:1 7863:1 7869:2 7874:1 7883:2 7884:1 7951:1 8151:1 8161:2 8217:1 8266:1 8337:1 8345:1 8381:2 8409:1 8436:1 8481:1 8510:1 8512:1 8519:1 8719:1 8739:1 8762:1 8783:1 8787:1 8803:1 8883:1 8889:1 8907:1 8921:1 8940:1 8941:1 8961:1 8962:1 9012:1 9112:1 9135:1 9193:1 9205:1 9224:1 9255:1 9263:1 9269:1 9308:1 9338:1 9341:1 9347:1 9360:1 9418:1 9458:1 9523:1 9524:1 9529:1 9568:1 9611:1 9655:2 9685:2 9693:1 9745:1 9769:1 9942:1 9956:1 10021:1 10123:1 10137:1 10185:1 10216:1 10292:1 10322:1 10352:1 10414:1 10421:1 10439:1 10442:1 10458:1 10497:1 10505:1 10507:1 10515:1 10522:1 10559:1 10565:1 10600:1 10651:1 10690:2 10702:1 10754:1 10763:1 10769:1 10816:1 10885:1 10910:1 10980:1 10989:1 11010:1 11126:1 11165:1 11250:1 11251:1 11328:1 11345:1 11410:1 11459:1 11528:2 11603:1 11706:1 11767:1 11813:1 11836:2 11866:1 11886:1 11922:1 11951:1 11990:1 12047:1 12048:1 12051:1 12054:1 12069:1 12084:1 12119:1 12134:1 12182:1 12188:1 12193:1 12212:2 12237:1 12353:1 12475:1 12478:1 12483:1 12543:1 12554:1 12562:1 12570:1 12615:1 12623:1 12626:1 12643:1 12651:1 12671:1 12737:1 12758:1 12765:1 12777:1 12852:2 12866:2 12901:1 13006:1 13022:1 13024:1 13085:2 13088:1 13094:2 13101:1 13107:1 13129:1 13165:1 13288:1 13399:1 13505:1 13586:1 13707:1 13728:1 13753:1 13764:1 13772:1 13788:3 13819:2 13828:1 13837:1 13893:1 13907:1 13989:1 13991:1 14002:1 14027:1 14037:1 14129:1 14163:1 14171:1 14200:1 14218:1 14219:1 14227:1 14250:1 14277:1 14307:1 14408:1 14510:1 14648:1 14653:2 14727:1 14793:1 14858:1 14859:1 14898:1 14904:2 14907:1 14908:2 14919:1 14921:1 15019:1 15023:1 15029:1 15068:1 15336:2 15360:1 15419:1 15424:1 15432:1 15461:1 15493:1 15538:1 15556:1 15569:1 15646:1 15675:1 15705:2 15719:1 15784:1 15811:1 15843:1 15921:1 15925:1 15945:1 15968:1 15982:1 16214:1 16312:1 16335:1 16379:1 16388:1 16436:1 16483:1 16663:1 16775:1 16820:1 16847:1 16873:1 16900:1 16964:3 17017:1 17066:1 17100:1 17170:1 17392:1 17443:1 17495:1 17558:1 17632:1 17668:1 17705:1 17706:1 17720:1 17770:1 17861:1 17868:1 17870:1 17897:1 17904:1 17906:1 17963:1 18007:1 18026:1 18050:1 18291:1 18300:3 18365:1 18396:4 18415:1 18417:1 18420:5 18439:1 18451:1 18452:1 18477:1 18487:1 18616:1 18655:1 18670:2 18687:1 18728:1 18793:1 18839:2 18866:1 18872:1 18913:1 18936:1 18975:1 19025:2 19069:1 19085:1 19323:1 19328:1 19445:1 19454:1 19478:1 19480:1 19507:1 19508:1 19552:1 19576:1 19670:1 19773:1 19779:1 19832:3 19890:1 19902:1 19905:1 19914:1 19977:2 20050:1 20085:2 20172:1 20221:1 20386:2 20449:1 20518:1 20521:1 20557:1 20635:1 20644:1 20747:1 20863:1 20869:1 21044:1 21083:1 21099:1 21198:1 21217:1 21256:1 21298:1 21335:1 21364:1 21402:1 21511:1 21616:1 21668:1 21682:1 21698:1 21758:1 21762:1 21787:1 21805:1 21818:1 21819:1 21858:1 21879:1 21882:1 21887:1 21888:1 21916:1 21952:1 21999:1 22039:1 22050:1 22106:1 22110:1 22127:1 22133:1 22142:1 22209:1 22226:1 22240:1 22423:1 22553:1 22560:1 22659:1 22675:1 22699:1 22733:1 22777:1 22785:1 22807:1 22842:1 22885:1 22912:1 23009:1 23026:1 23031:739 23174:1 23188:1 23299:1 23478:1 23485:1 23523:1 23552:1 23563:1 23654:3 23708:1 23730:1 23765:1 23770:1 23816:1 23821:1 23936:1 24078:1 24098:1 24108:1 24176:1 24182:1 24192:1 24193:1 24197:1 24226:1 24249:1 24281:1 24319:1 24370:1 24405:1 24451:1 24551:1 24609:2 24653:1 24724:1 24748:1 24772:1 24811:1 24940:1 24984:1 24988:1 25055:1 25111:1 25141:1 25157:1 25162:1 25175:1 25201:1 25226:1 25236:1 25254:2 25267:1 25283:1 25340:1 25516:1 25556:1 25571:1 25591:1 25656:1 25662:1 25669:1 25685:1 25760:1 25857:1 25866:1 25891:1 25923:1 25976:1 26024:1 26066:1 26095:1 26153:1 26161:1 26212:2 26219:3 26221:1 26358:1 26403:1 26437:1 26472:1 26482:1 26497:1 26604:1 26615:2 26634:1 26644:1 26702:1 26741:1 26746:1 26777:1 26781:1 26785:1 26830:2 26853:1 26920:1 26945:1 26977:1 26983:1 27003:1 27036:1 27070:1 27091:1 27103:1 27109:1 27177:1 27189:1 27223:1 27231:1 27247:1 27329:1 27339:1 27392:1 27408:1 27455:1 27459:1 27472:1 27473:1 27564:1 27586:1 27638:1 27704:1 27738:2 27743:1 27755:1 27756:1 27877:1 27914:1 27971:1 28007:1 28035:1 28048:1 28060:1 28074:1 28084:1 28093:1 28145:1 28166:1 28193:1 28236:1 28265:1 28398:1 28422:1 28456:1 28508:1 28531:3 28655:1 28656:1 28675:1 28695:1 28724:1 28763:1 28793:1 28798:1 28985:1 29000:1 29011:2 29065:1 29095:1 29111:1 29160:1 29173:1 29177:1 29203:1 29219:1 29240:1 29267:1 29270:1 29315:1 29359:1 29439:1 29497:1 29516:1 29539:1 29540:2 29607:1 29711:1 29826:1 29832:1 29845:1 29848:1 29858:2 29874:1 30016:1 30049:2 30092:1 30150:1 30159:1 30161:1 30186:1 30192:1 30214:1 30222:1 30237:1 30249:1 30307:1 30469:2 30485:1 30520:1 30522:1 30542:1 30553:1 30625:1 30662:2 30798:1 30837:1 30869:1 30900:1 30922:1 31079:2 31102:2 31103:1 31128:1 31147:3 31155:2 31186:1 31195:1 31227:1 31274:1 31275:1 31323:1 31333:1 31364:1 31377:1 31485:1 31504:1 31571:1 31578:1 31610:1 31646:1 31650:1 31686:1 31770:1 31773:1 31863:1 31899:1 32166:1 32223:1 32234:1 32235:1 32252:1 32287:1 32289:1 32328:1 32341:1 32411:1 32417:1 32423:1 32505:2 32571:1 32623:1 32660:1 32686:3 32690:1 32714:1 32754:1 32804:1 32843:1 32883:1 32910:1 32949:1 33032:1 33072:2 33137:1 33371:2 33387:1 33440:2 33447:1 33448:1 33489:1 33520:1 33555:1 33572:1 33622:1 33732:2 33805:1 33816:1 33849:1 33870:1 33877:1 33881:1 33889:1 33896:1 34012:1 34081:1 34147:1 34181:2 34263:1 34270:1 34286:1 34311:1 34357:1 34389:3 34411:2 34440:2 34450:1 34506:1 34611:1 34689:2 34712:1 34724:1 34761:1 34860:1 34956:2 35001:1 35017:1 35029:1 35033:1 35059:1 35139:1 35180:1 35196:1 35233:1 35261:1 35324:1 35376:1 35452:1 35593:1 35658:1 35670:1 35682:1 35724:1 35728:1 35731:1 35756:1 35810:1 35818:1 35855:1 35911:1 35919:1 35921:1 35929:1 35983:1 35986:2 35998:1 36001:1 36014:1
17 19:1 29:1 91:1 125:1 186:1 196:1 248:1 279:1 332:1 381:1 436:1 456:1 538:1 626:1 690:1 742:1 771:1 779:1 907:1 954:2 1025:1 1026:1 1071:1 1083:3 1084:1 1094:1 1100:1 1109:1 1113:1 1119:2 1122:1 1148:1 1153:1 1160:1 1223:1 1225:1 1301:1 1308:1 1337:1 1343:1 1390:1 1402:1 1412:1 1492:1 1535:1 1559:1 1576:1 1601:1 1798:1 1832:1 1839:1 1867:1 1872:1 1916:1 1976:1 2002:1 2045:1 2073:1 2077:1 2083:1 2129:1 2138:1 2145:1 2156:1 2168:1 2171:1 2182:1 2203:1 2208:2 2212:1 2221:1 2301:1 2358:1 2381:1 2391:1 2428:1 2536:1 2574:1 2720:1 2771:1 2796:1 2869:1 2898:1 2912:1 2915:1 2949:1 2995:1 3089:1 3107:2 3109:1 3132:1 3159:1 3163:1 3164:1 3181:1 3188:1 3202:1 3254:1 3361:1 3425:1 3426:2 3502:1 3512:1 3539:1 3556:1 3598:2 3607:2 3617:1 3662:1 3723:1 3727:1 3734:1 3737:1 3760:1 3836:1 3855:1 3862:1 3912:1 4016:1 4050:1 4157:2 4247:1 4275:1 4276:1 4353:1 4359:1 4390:2 4424:1 4525:1 4577:1 4588:1 4609:1 4679:1 4681:1 4773:1 4775:2 4780:2 4809:1 4852:1 4860:1 4872:1 4876:1 4935:1 5052:1 5059:1 5081:1 5117:1 5158:2 5417:1 5431:1 5450:1 5463:3 5528:1 5602:1 5640:1 5700:1 5701:2 5734:1 5781:1 5801:3 5889:1 5913:1 5920:1 5925:1 5932:2 5959:1 5974:1 6004:1 6071:1 6072:1 6087:1 6105:1 6113:1 6122:1 6125:1 6133:1 6201:1 6234:1 6358:1 6363:1 6367:1 6395:1 6409:1 6483:1 6510:1 6527:1 6585:1 6624:1 6716:1 6729:1 6730:1 6733:1 6741:1 6798:1 6861:1 6880:1 6882:1 6925:1 6971:1 7064:1 7102:1 7104:1 7111:1 7138:1 7142:1 7152:1 7174:1 7182:1 7185:1 7206:1 7211:1 7212:3 7221:1 7244:1 7255:1 7351:1 7379:1 7384:1 7394:3 7406:1 7413:1 7414:1 7449:1 7486:1 7509:1 7553:1 7575:1 7644:1 7657:1 7691:1 7757:1 7823:1 7841:1 7863:1 7869:2 7874:1 7883:2 7884:1 7951:1 8151:1 8161:2 8217:2 8266:1 8337:1 8345:1 8381:2 8409:1 8436:1 8469:1 8481:1 8510:1 8512:1 8519:2 8719:2 8739:1 8762:1 8783:1 8787:1 8803:1 8883:1 8889:1 8907:1 8921:1 8940:1 8941:1 8961:1 8962:1 9012:1 9112:1 9118:1 9135:1 9193:1 9205:1 9224:1 9255:1 9263:1 9269:1 9308:1 9338:2 9341:1 9347:1 9360:1 9382:1 9418:1 9458:1 9523:1 9524:1 9529:1 9568:1 9611:1 9655:2 9685:2 9687:1 9693:1 9745:1 9769:1 9821:1 9942:1 9956:1 9990:1 10021:1 10123:1 10136:1 10137:1 10185:1 10216:1 10283:1 10292:1 10322:1 10352:1 10414:1 10421:1 10439:1 10442:1 10458:1 10497:1 10505:1 10507:1 10515:1 10522:1 10559:1 10565:1 10600:1 10651:1 10690:2 10702:1 10754:1 10763:2 10769:1 10816:1 10885:1 10910:1 10980:1 10989:2 11010:1 11126:1 11129:1 11165:1 11250:2 11251:1 11279:1 11328:1 11345:1 11410:1 11459:1 11528:2 11603:1 11706:1 11716:1 11767:1 11813:1 11836:2 11866:1 11886:1 11922:1 11950:1 11951:1 11990:1 12047:2 12048:1 12051:1 12054:1 12069:1 12084:1 12119:1 12134:1 12182:1 12188:1 12193:1 12212:3 12237:1 12353:1 12475:1 12478:1 12483:1 12543:1 12554:1 12562:1 12570:1 12615:1 12623:1 12626:1 12643:1 12651:1 12671:2 12737:1 12758:1 12765:1 12777:1 12852:2 12866:2 12901:1 13006:1 13022:1 13024:1 13085:2 13088:1 13094:2 13101:1 13107:1 13129:1 13165:1 13288:1 13399:1 13434:1 13505:1 13586:1 13707:1 13728:1 13737:1 13753:1 13764:1 13772:1 13788:3 13819:2 13828:1 13837:1 13893:1 13907:1 13989:1 13991:1 14002:1 14022:1 14027:1 14037:1 14129:1 14163:1 14171:1 14200:1 14218:1 14219:1 14227:1 14250:1 14277:1 14307:1 14408:1 14510:1 14552:1 14585:1 14648:1 14653:2 14661:1 14727:1 14793:1 14835:1 14858:1 14859:1 14898:1 14904:2 14907:1 14908:2 14919:1 14921:1 15019:1 15023:1 15029:1 15068:1 15185:1 15316:1 15336:2 15360:1 15419:1 15424:1 15432:1 15461:1 15493:1 15538:1 15544:1 15556:1 15569:1 15646:1 15675:1 15705:2 15719:1 15784:1 15811:2 15843:1 15921:1 15925:1 15945:1 15963:1 15968:2 15982:1 16214:1 16311:1 16312:1 16335:1 16379:1 16388:1 16436:1 16483:1 16663:1 16775:1 16820:1 16833:1 16847:1 16873:1 16900:1 16964:3 17017:1 17066:1 17100:1 17170:1 17392:1 17443:1 17467:1 17495:1 17558:1 17632:1 17668:1 17705:1 17706:1 17720:1 17741:1 17770:1 17861:1 17868:1 17870:1 17897:1 17904:1 17906:1 17963:1 18007:1 18026:1 18050:1 18084:1 18174:1 18291:1 18300:3 18358:1 18365:1 18396:4 18415:1 18417:1 18420:6 18439:1 18451:1 18452:1 18477:1 18487:2 18616:1 18655:1 18670:2 18687:1 18728:1 18793:1 18839:2 18866:1 18872:1 18913:1 18936:1 18975:1 19025:2 19069:1 19085:1 19323:1 19328:1 19445:1 19454:1 19478:1 19480:1 19507:1 19508:1 19552:1 19576:1 19670:1 19754:1 19773:1 19779:1 19832:3 19890:1 19902:1 19905:1 19914:1 19977:2 20050:1 20085:2 20102:1 20172:1 20217:1 20221:1 20386:2 20449:1 20518:1 20521:1 20557:1 20635:1 20644:1 20747:1 20749:2 20847:1 20863:1 20869:1 21044:1 21083:1 21099:1 21198:1 21217:1 21256:1 21298:1 21335:1 21364:1 21402:1 21511:1 21521:1 21616:1 21668:1 21682:1 21698:1 21758:1 21762:1 21787:1 21805:1 21818:1 21819:1 21858:1 21879:1 21882:1 21887:1 21888:1 21916:1 21952:1 21999:1 22039:1 22050:1 22106:1 22110:1 22127:1 22133:1 22142:1 22197:1 22209:1 22226:1 22240:1 22423:1 22488:1 22553:1 22560:1 22659:1 22675:1 22699:1 22733:1 22777:1 22785:1 22807:1 22842:1 22885:1 22912:1 22966:1 23009:1 23026:1 23031:820 23050:1 23174:1 23188:1 23299:1 23478:1 23485:1 23523:1 23552:1 23563:1 23654:3 23708:1 23730:1 23765:1 23770:1 23816:1 23821:1 23835:1 23936:1 23939:1 24078:1 24098:1 24108:1 24176:1 24182:1 24192:1 24193:1 24197:1 24226:1 24249:1 24281:1 24319:1 24326:1 24365:1 24370:1 24405:1 24451:1 24543:1 24551:1 24609:2 24653:1 24660:1 24724:2 24748:1 24768:1 24772:1 24811:1 24940:1 24948:1 24984:1 24988:1 25055:1 25111:1 25141:1 25157:1 25162:1 25175:1 25201:1 25226:1 25236:1 25254:2 25267:1 25283:1 25340:1 25400:1 25516:1 25546:1 25556:1 25571:1 25591:1 25612:1 25656:1 25662:1 25665:1 25669:1 25685:1 25760:1 25857:1 25866:1 25891:1 25923:1 25976:1 26024:1 26066:1 26095:1 26153:1 26161:1 26212:2 26219:3 26221:1 26274:1 26355:1 26358:1 26403:1 26437:1 26472:1 26482:1 26497:1 26604:1 26615:2 26634:1 26644:1 26702:1 26741:1 26746:1 26777:1 26781:1 26785:2 26830:2 26853:1 26920:1 26945:1 26977:1 26983:1 27003:1 27036:1 27070:1 27091:1 27103:1 27109:1 27177:1 27189:1 27223:1 27231:1 27247:1 27302:1 27329:1 27339:1 27392:1 27408:1 27455:1 27459:1 27472:1 27473:1 27564:1 27586:1 27638:1 27704:1 27738:2 27743:1 27755:1 27756:1 27840:1 27869:1 27877:1 27914:1 27971:1 28007:1 28035:1 28048:1 28060:1 28074:1 28084:1 28093:1 28145:1 28166:1 28193:1 28236:1 28265:1 28398:1 28422:1 28456:2 28508:1 28531:3 28655:1 28656:1 28675:1 28676:1 28695:1 28724:1 28763:1 28793:1 28798:1 28985:1 29000:1 29011:2 29065:1 29095:1 29111:1 29160:1 29173:1 29177:1 29203:2 29219:1 29240:1 29267:1 29270:1 29281:2 29315:1 29359:1 29439:1 29497:1 29500:1 29516:2 29532:1 29539:1 29540:2 29607:1 29634:1 29711:1 29826:1 29832:2 29845:1 29848:1 29858:2 29874:1 30016:1 30049:2 30092:1 30150:1 30159:1 30161:1 30186:1 30192:1 30214:1 30222:1 30237:1 30249:1 30307:1 30469:2 30485:1 30520:1 30522:1 30542:1 30553:1 30625:1 30662:2 30798:1 30837:1 30869:1 30900:1 30922:1 30969:1 31079:2 31102:3 31103:1 31128:1 31147:3 31155:2 31186:1 31195:1 31227:1 31274:1 31275:1 31323:1 31333:1 31364:1 31377:1 31485:1 31504:1 31571:1 31578:1 31610:1 31646:1 31650:1 31686:1 31770:1 31773:1 31863:1 31899:1 32166:1 32223:1 32234:1 32235:1 32252:1 32283:1 32287:1 32289:2 32328:1 32341:2 32411:1 32417:1 32423:1 32505:2 32566:1 32571:1 32623:1 32660:1 32686:3 32690:1 32714:1 32754:1 32804:1 32843:1 32883:1 32910:1 32949:1 33032:1 33072:2 33137:1 33324:1 33371:2 33387:1 33440:2 33447:1 33448:1 33466:1 33489:1 33520:1 33555:1 33572:2 33622:1 33732:2 33805:1 33816:1 33849:1 33870:1 33877:1 33881:1 33889:1 33896:1 34012:1 34081:1 34147:1 34181:2 34263:1 34270:1 34286:1 34311:1 34357:1 34389:4 34411:2 34440:3 34450:1 34506:1 34611:1 34689:2 34712:1 34724:1 34761:1 34860:1 34956:2 35001:1 35017:1 35029:1 35033:1 35059:1 35139:1 35180:1 35196:1 35233:1 35261:1 35324:1 35376:1 35452:1 35593:1 35658:1 35670:1 35673:1 35682:1 35724:1 35728:1 35731:1 35756:1 35765:1 35795:1 35810:1 35818:1 35849:1 35851:1 35855:1 35858:1 35911:1 35919:1 35921:1 35929:1 35983:1 35986:2 35998:1 36001:1 36014:1
17 19:1 29:1 91:1 125:1 186:1 196:1 248:1 279:1 332:1 381:1 436:1 456:1 538:1 626:1 690:1 742:1 771:1 779:1 907:1 954:2 1025:1 1026:1 1032:1 1071:1 1083:3 1084:1 1094:2 1100:1 1109:1 1113:1 1119:2 1122:1 1148:1 1153:1 1160:1 1223:1 1225:2 1269:1 1301:1 1308:1 1337:1 1343:1 1356:1 1390:1 1402:1 1412:1 1492:1 1535:1 1559:1 1576:1 1601:1 1798:1 1832:1 1839:1 1867:1 1872:1 1916:1 1976:1 2002:1 2045:1 2073:1 2077:1 2083:1 2129:1 2138:1 2145:1 2156:1 2168:1 2171:1 2182:1 2203:1 2208:2 2212:1 2221:1 2301:1 2358:1 2381:1 2391:1 2425:1 2428:1 2455:1 2536:1 2574:1 2720:1 2771:1 2796:1 2868:1 2869:1 2887:2 2893:1 2898:1 2912:1 2915:1 2934:1 2949:1 2995:1 3089:1 3107:2 3109:1 3132:1 3159:1 3163:1 3164:1 3181:1 3188:1 3202:1 3254:1 3361:1 3425:1 3426:2 3502:1 3512:1 3539:1 3556:1 3562:1 3598:2 3607:3 3617:1 3662:1 3723:1 3727:2 3734:1 3737:1 3760:1 3836:1 3855:1 3862:1 3912:1 4016:1 4050:1 4157:2 4247:1 4275:1 4276:1 4353:1 4359:1 4390:2 4424:1 4525:1 4577:1 4588:1 4609:1 4668:1 4679:1 4681:1 4773:1 4775:2 4780:2 4809:1 4852:1 4860:1 4872:1 4876:1 4935:1 5052:1 5059:1 5081:1 5117:1 5158:2 5417:1 5431:1 5450:1 5463:3 5528:1 5602:1 5640:1 5700:1 5701:2 5734:1 5781:1 5801:3 5889:1 5913:1 5920:1 5925:1 5932:2 5959:1 5974:1 6004:1 6071:1 6072:1 6087:1 6105:1 6113:1 6122:1 6125:1 6133:1 6201:1 6234:1 6358:1 6363:1 6367:1 6395:1 6409:2 6483:1 6510:1 6527:1 6585:1 6624:1 6716:1 6729:1 6730:1 6733:1 6741:1 6798:1 6861:1 6880:1 6882:1 6925:1 6971:1 7064:1 7102:1 7104:1 7111:1 7138:1 7142:1 7152:1 7174:1 7182:1 7185:1 7206:1 7211:1 7212:3 7221:1 7244:1 7255:1 7351:1 7379:1 7384:1 7393:1 7394:3 7406:1 7413:1 7414:1 7449:1 7486:1 7509:1 7553:1 7575:1 7644:1 7657:1 7691:1 7717:1 7757:1 7771:1 7823:1 7841:1 7863:1 7869:2 7874:1 7883:2 7884:1 7951:1 8151:1 8161:2 8217:2 8266:1 8288:1 8337:1 8345:1 8381:2 8409:1 8436:1 8469:1 8481:1 8510:1 8512:1 8519:2 8719:2 8739:1 8762:1 8783:1 8787:1 8803:1 8883:1 8889:1 8907:1 8921:1 8940:1 8941:1 8961:1 8962:1 9012:1 9112:1 9118:1 9135:1 9193:1 9205:1 9224:1 9255:1 9263:1 9269:1 9308:1 9338:2 9341:1 9347:1 9360:1 9382:1 9418:1 9458:1 9523:1 9524:1 9529:1 9568:1 9610:1 9611:1 9655:4 9685:3 9687:1 9693:1 9745:1 9769:1 9821:1 9942:1 9956:1 9990:1 10021:1 10123:1 10136:1 10137:1 10185:1 10216:1 10283:1 10292:1 10322:1 10352:1 10414:1 10421:1 10439:1 10442:1 10458:1 10497:1 10505:1 10507:1 10515:1 10522:1 10559:1 10565:1 10600:1 10651:1 10690:2 10702:1 10754:1 10763:2 10769:1 10776:1 10816:1 10885:1 10910:1 10980:1 10989:2 11010:1 11126:1 11129:1 11165:1 11250:2 11251:1 11279:1 11318:1 11328:1 11345:1 11410:1 11459:1 11528:2 11570:1 11603:1 11706:2 11716:1 11767:1 11813:1 11836:2 11866:1 11886:1 11922:1 11950:1 11951:1 11990:1 12047:2 12048:1 12051:1 12054:1 12069:1 12084:1 12119:1 12134:1 12182:1 12188:1 12193:1 12212:3 12237:1 12353:1 12475:1 12478:1 12483:1 12543:1 12554:1 12562:1 12570:1 12615:1 12623:1 12626:1 12643:1 12651:1 12671:2 12737:1 12758:1 12765:1 12777:1 12852:2 12866:2 12895:1 12901:1 13006:1 13022:1 13024:1 13085:2 13088:1 13094:2 13101:1 13107:1 13129:1 13165:1 13244:1 13288:1 13399:1 13434:1 13505:1 13586:1 13707:1 13728:1 13737:1 13753:1 13764:1 13772:1 13788:3 13819:2 13828:1 13837:1 13893:1 13907:1 13989:1 13991:1 14002:1 14022:1 14027:1 14037:1 14129:1 14163:1 14171:1 14200:1 14218:1 14219:1 14227:1 14250:1 14277:1 14307:1 14408:1 14510:1 14552:1 14585:1 14648:1 14653:2 14661:1 14727:1 14793:1 14835:1 14858:1 14859:1 14898:1 14904:2 14907:1 14908:2 14919:1 14921:1 15019:1 15023:1 15029:1 15058:1 15068:1 15185:1 15316:1 15336:2 15360:1 15419:1 15424:1 15432:1 15461:1 15493:1 15538:1 15544:1 15556:1 15569:1 15646:1 15666:1 15675:1 15705:2 15719:1 15784:1 15811:2 15843:1 15921:1 15925:1 15945:1 15963:1 15968:2 15982:1 16214:1 16311:1 16312:1 16335:1 16379:1 16388:1 16436:1 16483:1 16663:1 16775:1 16820:1 16833:1 16847:1 16873:2 16900:1 16960:1 16964:3 17006:1 17017:1 17042:1 17066:1 17100:1 17106:1 17170:1 17210:1 17392:1 17443:1 17467:1 17495:1 17558:1 17632:1 17668:1 17705:1 17706:1 17720:1 17741:1 17770:1 17861:1 17868:1 17870:1 17897:1 17904:1 17906:1 17963:1 18007:1 18026:1 18050:1 18084:1 18109:1 18174:1 18291:1 18300:3 18358:1 18365:1 18396:4 18415:1 18417:1 18420:6 18439:1 18451:1 18452:1 18477:1 18487:2 18616:1 18655:1 18670:2 18687:1 18728:1 18793:1 18839:2 18866:1 18872:1 18913:1 18936:1 18975:1 19025:2 19069:1 19080:1 19085:1 19222:1 19323:1 19328:1 19445:1 19454:1 19478:1 19480:1 19506:1 19507:1 19508:1 19552:1 19576:1 19670:1 19688:1 19754:1 19773:1 19779:1 19815:1 19832:3 19890:1 19902:1 19905:1 19914:1 19977:2 20050:1 20085:2 20102:1 20172:1 20217:1 20221:1 20386:2 20449:1 20518:1 20521:1 20557:1 20635:1 20644:1 20661:1 20747:1 20749:2 20847:1 20863:1 20869:1 21044:1 21083:1 21099:1 21198:1 21217:1 21256:1 21298:1 21335:1 21362:1 21364:1 21402:1 21511:1 21521:1 21548:1 21616:1 21668:1 21682:1 21698:1 21758:1 21762:1 21787:1 21805:1 21818:1 21819:1 21858:1 21879:1 21880:1 21882:1 21887:1 21888:1 21916:1 21952:1 21999:1 22039:1 22050:1 22080:1 22092:1 22106:1 22110:1 22127:1 22133:1 22142:1 22197:1 22209:1 22226:1 22240:1 22423:1 22488:1 22553:1 22560:1 22659:1 22675:1 22699:1 22733:1 22777:1 22785:1 22807:1 22842:1 22885:1 22912:1 22966:1 23009:1 23026:1 23031:857 23050:1 23096:1 23174:1 23188:1 23299:1 23478:1 23485:1 23523:1 23552:1 23563:1 23654:3 23708:1 23730:1 23765:1 23770:1 23778:1 23816:1 23821:1 23835:1 23936:1 23939:1 24078:1 24098:1 24108:1 24176:1 24182:1 24192:1 24193:1 24197:1 24226:1 24249:1 24281:1 24319:1 24326:1 24365:1 24370:1 24405:1 24451:1 24543:1 24551:1 24609:2 24653:1 24660:1 24724:2 24728:1 24748:1 24755:1 24768:1 24772:1 24774:1 24811:1 24940:1 24948:1 24984:1 24988:1 25055:1 25111:1 25141:1 25157:1 25162:1 25175:1 25201:1 25205:1 25226:1 25236:1 25254:2 25267:1 25283:1 25340:1 25400:1 25516:1 25546:1 25556:1 25571:1 25591:1 25612:1 25656:1 25662:1 25665:1 25669:1 25685:1 25760:1 25857:1 25866:1 25891:1 25923:1 25976:1 26024:1 26066:1 26095:1 26153:1 26161:1 26212:2 26219:4 26221:1 26274:1 26355:1 26358:1 26403:1 26437:1 26472:1 26482:1 26497:1 26604:1 26615:2 26634:1 26644:1 26702:1 26741:1 26746:1 26777:1 26781:1 26785:2 26807:1 26830:2 26853:1 26920:1 26945:1 26977:1 26983:1 27003:1 27036:1 27070:1 27091:1 27103:1 27109:1 27177:1 27189:1 27223:1 27231:1 27247:1 27302:1 27329:1 27339:1 27392:1 27408:1 27455:1 27459:1 27472:1 27473:1 27564:1 27586:2 27638:1 27704:1 27738:2 27743:1 27755:1 27756:1 27840:1 27866:1 27869:1 27877:1 27914:1 27948:1 27971:1 28007:1 28035:1 28048:1 28060:1 28074:1 28084:1 28093:1 28145:1 28166:1 28193:1 28236:1 28265:1 28286:1 28398:1 28422:1 28456:2 28508:1 28531:3 28641:1 28655:1 28656:2 28675:1 28676:1 28695:1 28724:1 28763:1 28793:1 28798:1 28843:1 28985:1 29000:2 29011:2 29065:1 29095:1 29104:1 29111:1 29160:1 29173:1 29177:1 29203:2 29219:1 29240:1 29267:1 29270:1 29281:2 29315:1 29359:1 29439:1 29497:1 29500:1 29516:2 29532:1 29539:1 29540:2 29607:1 29634:1 29711:1 29826:1 29832:2 29845:1 29848:1 29858:2 29874:1 30016:1 30049:2 30092:1 30150:1 30159:1 30161:1 30186:1 30192:1 30214:1 30222:1 30237:1 30249:1 30307:1 30469:2 30485:1 30520:1 30522:1 30542:1 30553:1 30625:1 30662:2 30797:1 30798:1 30837:1 30869:1 30900:1 30922:1 30969:1 31079:2 31102:3 31103:1 31128:1 31147:3 31155:2 31186:1 31195:1 31227:1 31274:1 31275:1 31323:1 31333:1 31364:1 31377:1 31485:1 31504:1 31571:1 31578:1 31610:1 31646:1 31650:1 31686:1 31770:1 31773:1 31863:1 31899:1 32033:1 32166:1 32223:1 32234:1 32235:1 32252:1 32283:1 32287:1 32289:2 32328:1 32341:2 32344:1 32411:1 32417:1 32423:1 32505:2 32566:1 32571:1 32623:1 32660:1 32686:3 32690:1 32714:1 32754:1 32804:1 32843:1 32883:1 32910:1 32949:1 33032:1 33072:2 33110:1 33137:1 33277:1 33324:1 33371:2 33387:1 33440:2 33447:1 33448:1 33466:1 33489:1 33520:1 33533:1 33555:1 33572:2 33622:1 33732:2 33805:1 33816:1 33831:1 33849:1 33870:1 33877:1 33881:1 33889:1 33896:1 33988:1 34012:1 34081:1 34147:1 34181:2 34263:1 34270:1 34286:1 34311:1 34357:1 34389:4 34411:2 34440:3 34450:1 34464:1 34506:1 34611:1 34624:1 34646:1 34689:2 34712:1 34724:1 34761:1 34860:1 34956:2 35001:2 35017:1 35029:1 35033:1 35059:1 35139:1 35154:1 35180:1 35196:1 35233:1 35252:1 35261:1 35324:1 35376:1 35445:1 35452:1 35593:1 35658:1 35670:1 35673:1 35682:1 35724:1 35728:1 35731:1 35756:1 35765:1 35795:1 35810:1 35818:1 35849:1 35851:1 35855:1 35858:1 35911:1 35919:1 35921:1 35929:1 35983:1 35986:2 35998:1 36001:1 36014:1
17 19:1 29:1 91:1 125:1 186:1 196:1 248:1 279:1 332:1 381:1 390:1 436:2 456:1 538:1 626:1 643:1 690:1 742:1 771:1 779:1 900:1 907:1 954:2 1025:2 1026:1 1032:1 1071:1 1083:3 1084:1 1094:2 1100:1 1109:1 1113:1 1119:2 1122:2 1141:1 1148:1 1149:1 1153:1 1160:1 1223:1 1225:2 1269:1 1301:1 1308:1 1337:1 1343:1 1356:1 1390:1 1402:1 1412:1 1492:1 1535:1 1559:1 1576:1 1601:1 1798:1 1832:1 1839:1 1867:1 1872:1 1894:1 1916:1 1919:1 1976:1 2002:1 2045:1 2073:1 2077:1 2083:1 2129:1 2138:1 2145:1 2156:2 2166:1 2168:1 2171:1 2182:1 2203:1 2208:2 2212:1 2221:1 2289:1 2301:1 2358:1 2381:1 2391:1 2412:1 2425:1 2428:1 2455:1 2525:1 2536:1 2574:1 2720:1 2771:1 2796:1 2863:1 2868:2 2869:1 2887:2 2893:1 2898:1 2901:1 2912:1 2915:1 2934:1 2949:1 2995:1 3062:1 3089:1 3107:2 3109:1 3132:1 3159:1 3163:1 3164:1 3181:1 3188:1 3194:1 3202:1 3254:1 3361:1 3425:1 3426:2 3463:1 3502:1 3512:1 3539:1 3556:1 3562:1 3598:2 3607:3 3617:1 3662:2 3723:1 3727:2 3734:1 3737:1 3760:1 3836:1 3855:1 3862:1 3912:1 4016:1 4050:1 4157:2 4247:2 4275:1 4276:1 4299:1 4353:1 4359:1 4390:2 4424:1 4525:1 4577:1 4588:1 4609:1 4643:1 4668:1 4679:1 4681:1 4773:1 4775:2 4780:2 4809:1 4852:1 4856:1 4860:1 4872:1 4876:1 4933:1 4935:1 5052:1 5057:1 5059:1 5081:1 5117:1 5158:2 5366:1 5417:1 5431:2 5450:1 5463:3 5528:1 5529:1 5602:1 5640:1 5666:1 5700:1 5701:2 5720:1 5734:1 5749:1 5781:1 5801:3 5889:1 5913:1 5920:1 5925:2 5932:3 5959:1 5974:1 6004:1 6051:1 6071:1 6072:1 6085:1 6087:1 6105:1 6113:1 6122:1 6125:1 6133:1 6134:1 6201:1 6234:1 6358:1 6363:1 6367:1 6395:1 6409:2 6483:1 6510:1 6527:1 6585:1 6624:1 6716:1 6729:1 6730:1 6733:1 6741:1 6798:1 6861:1 6880:1 6882:1 6925:1 6971:1 7064:1 7102:1 7104:1 7111:1 7138:1 7142:1 7152:1 7174:1 7182:1 7185:1 7196:1 7206:1 7211:1 7212:3 7221:1 7244:1 7255:1 7351:1 7379:1 7384:2 7393:1 7394:3 7406:1 7413:1 7414:1 7433:1 7449:1 7486:1 7509:2 7553:1 7575:1 7644:1 7657:1 7691:2 7717:1 7757:1 7771:1 7823:1 7841:1 7863:2 7869:2 7874:1 7883:2 7884:1 7951:1 8109:1 8151:1 8161:2 8217:2 8266:1 8288:1 8337:1 8345:1 8381:2 8409:1 8436:1 8469:1 8481:1 8510:1 8512:1 8519:2 8719:3 8739:1 8762:1 8783:1 8787:1 8803:1 8883:1 8889:1 8907:1 8921:1 8940:1 8941:1 8961:1 8962:1 9012:1 9112:1 9118:1 9135:1 9193:1 9205:1 9224:1 9255:1 9263:1 9269:1 9308:2 9338:2 9341:1 9347:1 9360:1 9382:1 9418:2 9458:1 9523:1 9524:1 9529:1 9568:1 9589:1 9610:1 9611:1 9655:7 9685:3 9687:2 9693:1 9745:1 9769:1 9821:1 9917:1 9942:1 9956:1 9990:1 10021:1 10123:1 10136:1 10137:1 10185:1 10216:1 10266:1 10283:1 10292:1 10293:1 10322:1 10352:1 10414:1 10421:1 10439:1 10442:1 10458:1 10497:1 10505:1 10507:1 10515:1 10522:1 10559:1 10565:1 10567:1 10600:1 10603:1 10651:1 10690:2 10702:1 10754:1 10763:3 10769:1 10776:1 10816:1 10885:1 10910:1 10980:1 10989:2 11010:1 11126:1 11129:1 11165:1 11250:2 11251:1 11279:1 11318:1 11328:1 11345:1 11410:1 11459:1 11528:2 11570:1 11603:1 11682:1 11706:2 11716:1 11767:1 11813:1 11836:2 11866:1 11886:1 11922:1 11950:1 11951:1 11990:1 12047:2 12048:1 12051:1 12054:1 12069:1 12084:1 12119:1 12134:1 12182:1 12188:1 12193:1 12212:3 12237:1 12353:1 12475:1 12478:1 12483:1 12543:1 12554:1 12562:1 12570:1 12615:1 12623:1 12626:1 12643:1 12651:1 12671:2 12737:1 12758:1 12765:1 12777:1 12852:2 12866:2 12895:1 12901:1 13004:1 13006:1 13022:1 13024:1 13085:3 13088:1 13094:2 13101:1 13107:1 13129:1 13147:1 13165:1 13244:1 13288:1 13355:1 13399:1 13405:1 13434:1 13505:1 13586:1 13707:1 13728:1 13737:1 13753:1 13764:1 13771:1 13772:1 13787:1 13788:3 13819:2 13828:1 13837:1 13893:1 13907:1 13989:2 13991:1 14002:1 14022:1 14027:1 14037:1 14128:1 14129:1 14163:1 14171:1 14200:1 14218:1 14219:1 14227:1 14250:1 14277:1 14307:1 14408:1 14510:1 14513:1 14552:1 14581:1 14585:1 14589:1 14648:1 14653:2 14661:1 14727:1 14793:1 14835:1 14858:1 14859:1 14898:1 14904:2 14907:1 14908:2 14919:1 14921:1 15019:1 15023:1 15029:1 15058:1 15063:1 15068:1 15167:1 15185:1 15316:1 15336:2 15360:1 15419:1 15424:1 15432:1 15461:1 15493:1 15538:1 15544:1 15556:1 15569:1 15646:1 15666:1 15675:1 15705:2 15719:1 15784:1 15811:2 15843:1 15921:1 15925:1 15945:1 15963:1 15968:2 15982:1 16214:1 16222:1 16311:1 16312:1 16335:1 16379:1 16388:1 16436:1 16483:1 16584:1 16663:1 16775:1 16820:1 16833:1 16847:1 16873:2 16900:1 16960:1 16964:3 17006:1 17017:1 17042:1 17048:1 17066:1 17094:1 17100:1 17106:1 17170:1 17210:1 17392:1 17443:1 17467:1 17470:1 17495:1 17530:1 17558:1 17616:1 17632:1 17651:1 17668:1 17701:1 17705:1 17706:1 17720:1 17741:1 17770:1 17861:1 17868:1 17870:1 17897:1 17904:1 17906:1 17963:1 18000:1 18007:1 18026:1 18050:1 18084:1 18109:1 18174:1 18291:1 18300:3 18358:1 18365:1 18367:1 18396:4 18415:1 18417:1 18420:6 18439:1 18451:1 18452:1 18477:1 18487:2 18616:1 18653:1 18655:1 18670:2 18687:1 18728:1 18793:1 18829:1 18839:2 18866:1 18872:1 18913:1 18936:1 18975:1 19025:2 19069:1 19080:1 19085:1 19139:1 19222:1 19323:1 19328:1 19416:1 19445:1 19454:1 19469:1 19478:1 19480:1 19506:1 19507:1 19508:1 19532:1 19535:1 19552:1 19576:1 19670:1 19688:1 19754:1 19773:1 19779:1 19815:1 19832:3 19890:1 19902:1 19905:1 19914:1 19977:2 20050:1 20085:2 20102:1 20172:1 20206:1 20217:1 20221:1 20386:2 20449:1 20518:1 20521:1 20557:1 20635:1 20644:1 20661:1 20722:1 20747:1 20749:2 20847:2 20863:1 20869:1 21044:1 21083:1 21099:1 21134:1 21198:1 21217:1 21256:1 21298:1 21335:1 21362:1 21364:1 21402:1 21511:1 21521:1 21548:1 21616:1 21668:1 21682:1 21698:1 21758:1 21762:1 21787:1 21805:1 21818:1 21819:2 21858:1 21879:1 21880:1 21882:1 21887:1 21888:1 21916:1 21952:1 21999:1 22039:1 22050:1 22080:1 22092:1 22106:1 22110:1 22127:1 22133:1 22142:1 22158:1 22197:1 22209:1 22226:1 22240:1 22423:1 22488:1 22550:1 22553:1 22560:1 22659:1 22675:1 22699:1 22733:1 22777:1 22785:1 22807:1 22842:1 22885:1 22912:1 22966:1 23009:1 23026:1 23031:932 23034:1 23050:1 23096:1 23174:1 23188:1 23299:1 23478:1 23485:1 23523:1 23552:1 23563:1 23570:1 23654:3 23708:1 23730:1 23765:1 23770:1 23778:1 23816:1 23821:1 23835:1 23936:1 23939:1 24078:1 24098:1 24108:1 24176:1 24182:1 24192:1 24193:1 24197:1 24226:1 24249:1 24281:1 24282:1 24319:1 24326:1 24365:2 24370:1 24405:1 24417:1 24451:1 24543:1 24551:1 24609:2 24653:1 24660:1 24724:2 24728:1 24736:1 24748:1 24755:1 24768:1 24772:1 24774:1 24811:2 24818:1 24940:1 24948:2 24984:1 24988:1 25055:1 25111:1 25141:1 25157:1 25162:1 25175:1 25201:1 25205:1 25226:1 25236:1 25254:2 25267:1 25271:1 25283:1 25340:1 25400:1 25516:1 25546:2 25556:1 25571:1 25582:1 25591:1 25612:1 25656:1 25662:1 25665:2 25669:1 25685:1 25686:1 25760:1 25857:1 25866:1 25891:1 25923:1 25976:1 26024:1 26066:1 26095:1 26153:1 26161:1 26212:2 26218:1 26219:4 26221:1 26274:1 26339:1 26355:1 26358:1 26403:1 26437:1 26472:1 26482:1 26497:1 26604:1 26615:2 26634:1 26644:1 26702:1 26741:1 26746:1 26777:2 26781:1 26785:2 26793:1 26807:1 26817:1 26830:2 26853:1 26920:1 26945:1 26977:1 26983:1 27003:1 27036:1 27070:1 27091:1 27103:1 27109:1 27177:1 27189:2 27223:1 27231:1 27247:1 27257:1 27302:1 27329:1 27338:1 27339:1 27392:1 27406:1 27408:1 27455:2 27459:1 27472:1 27473:2 27564:1 27586:2 27638:1 27704:1 27738:2 27743:1 27755:1 27756:1 27840:1 27866:1 27869:2 27877:1 27914:1 27948:1 27963:1 27971:1 27977:1 28007:1 28013:1 28035:1 28048:1 28060:1 28074:1 28084:1 28093:1 28145:1 28166:1 28193:1 28236:1 28265:1 28286:1 28398:1 28422:1 28456:2 28508:2 28531:3 28581:1 28641:1 28655:1 28656:2 28670:1 28675:1 28676:1 28695:1 28724:1 28763:1 28793:1 28798:1 28804:1 28830:1 28843:1 28985:1 29000:2 29011:2 29065:1 29095:1 29104:1 29111:1 29160:1 29173:1 29177:1 29203:2 29219:1 29240:1 29267:2 29270:1 29281:2 29315:1 29359:1 29439:1 29497:1 29500:1 29516:2 29532:1 29539:1 29540:2 29607:1 29634:1 29684:1 29711:1 29826:1 29832:2 29845:1 29848:2 29858:2 29874:1 30016:1 30049:2 30092:1 30150:1 30159:1 30161:1 30186:1 30192:1 30214:1 30222:1 30237:1 30249:1 30307:1 30469:2 30485:1 30520:1 30522:1 30542:1 30553:1 30625:1 30662:2 30714:1 30717:1 30797:1 30798:1 30837:1 30869:1 30900:1 30922:1 30963:1 30969:1 31060:1 31079:2 31102:3 31103:1 31128:1 31147:3 31155:2 31186:1 31195:1 31227:1 31274:1 31275:1 31323:1 31333:1 31364:1 31377:1 31485:1 31504:1 31513:1 31571:1 31578:1 31610:2 31646:1 31650:1 31686:1 31770:1 31773:1 31863:1 31899:2 31909:1 32026:1 32033:1 32059:1 32166:1 32223:1 32234:1 32235:2 32252:1 32283:1 32287:1 32289:2 32328:1 32341:2 32344:1 32411:1 32417:1 32423:1 32505:2 32566:1 32571:1 32623:1 32660:1 32686:3 32690:1 32714:1 32754:1 32804:1 32843:1 32883:1 32910:1 32949:1 32959:1 33032:1 33072:2 33110:1 33131:1 33137:1 33277:1 33324:1 33371:2 33387:1 33440:2 33447:1 33448:1 33466:1 33489:1 33520:1 33521:1 33533:1 33555:1 33572:2 33622:1 33732:2 33805:2 33816:1 33831:1 33849:1 33870:1 33877:1 33881:1 33889:1 33896:1 33988:1 34012:1 34081:1 34147:1 34181:2 34223:1 34263:1 34270:1 34286:1 34311:1 34357:1 34389:5 34411:2 34440:3 34450:1 34464:1 34506:1 34611:1 34624:1 34637:1 34646:1 34689:2 34712:1 34724:1 34728:1 34761:1 34860:2 34956:2 35001:2 35017:1 35029:1 35033:1 35059:1 35079:1 35139:1 35154:1 35180:1 35196:1 35233:1 35252:1 35261:1 35324:1 35376:1 35445:1 35452:1 35593:1 35658:2 35670:1 35673:1 35682:1 35724:1 35728:1 35731:1 35756:1 35765:1 35795:1 35810:1 35818:1 35836:1 35849:1 35851:1 35855:1 35858:2 35911:1 35919:2 35921:1 35929:1 35983:1 35986:2 35998:1 36001:1 36014:1
17 19:2 29:1 64:1 91:1 125:1 186:1 196:1 248:1 279:2 332:1 381:1 390:1 436:2 456:1 538:1 626:1 643:1 690:1 742:1 771:1 779:1 900:1 907:1 954:3 1025:2 1026:1 1032:1 1071:1 1083:3 1084:1 1094:2 1100:1 1109:1 1113:1 1119:2 1122:2 1141:1 1148:1 1149:1 1153:1 1160:1 1223:1 1225:2 1269:1 1301:1 1308:1 1318:1 1337:1 1343:1 1356:1 1390:1 1402:1 1412:1 1492:1 1535:1 1559:1 1576:1 1601:1 1798:1 1832:1 1839:1 1867:1 1872:1 1894:1 1916:1 1919:1 1976:1 2002:1 2045:1 2056:1 2073:1 2077:1 2083:1 2129:1 2138:1 2145:1 2156:2 2166:1 2168:1 2171:1 2182:1 2203:1 2208:2 2212:2 2221:1 2289:1 2301:1 2358:1 2381:1 2391:1 2412:1 2425:1 2428:1 2455:1 2525:1 2536:1 2574:1 2720:1 2771:1 2796:1 2863:1 2868:2 2869:1 2887:2 2893:1 2898:1 2901:1 2912:1 2915:1 2934:1 2949:2 2995:1 3062:1 3089:1 3107:3 3109:1 3132:1 3159:1 3163:1 3164:1 3181:1 3188:1 3194:1 3202:1 3254:1 3361:1 3425:1 3426:2 3463:1 3502:1 3512:1 3539:1 3556:1 3562:1 3598:3 3607:3 3617:1 3662:2 3723:1 3727:2 3734:1 3737:1 3760:1 3836:1 3855:1 3862:1 3912:1 4016:1 4050:1 4157:2 4247:2 4275:1 4276:1 4299:1 4353:1 4359:1 4390:2 4424:1 4525:1 4577:1 4588:1 4609:1 4643:1 4668:1 4679:1 4681:1 4773:1 4775:2 4780:2 4809:1 4852:1 4856:1 4860:1 4872:1 4876:1 4933:1 4935:1 5052:1 5057:1 5059:1 5081:1 5088:1 5090:1 5117:1 5147:1 5158:2 5240:1 5366:1 5417:1 5431:2 5450:1 5463:3 5528:1 5529:1 5602:1 5640:1 5666:1 5696:1 5700:1 5701:3 5720:1 5734:1 5749:1 5781:1 5801:3 5889:1 5913:1 5920:1 5925:2 5932:3 5959:1 5974:1 6004:1 6051:1 6071:1 6072:1 6085:1 6087:1 6105:1 6113:1 6122:1 6125:1 6133:1 6134:1 6201:1 6234:1 6358:2 6363:1 6367:1 6395:1 6409:2 6483:1 6488:1 6510:1 6527:1 6585:1 6607:1 6624:1 6716:1 6729:1 6730:1 6733:1 6741:1 6798:1 6861:1 6880:1 6882:1 6925:2 6971:1 7064:1 7102:2 7104:1 7111:1 7138:1 7142:1 7152:1 7174:1 7182:1 7185:1 7196:1 7206:1 7211:1 7212:3 7221:1 7244:1 7255:1 7351:2 7379:1 7384:2 7393:1 7394:3 7406:1 7413:1 7414:1 7433:1 7449:1 7486:1 7509:2 7553:1 7557:1 7575:1 7644:1 7647:1 7657:1 7660:1 7691:2 7717:1 7757:1 7771:1 7823:1 7841:1 7863:2 7869:2 7874:1 7883:2 7884:1 7951:1 8109:1 8151:1 8161:2 8217:3 8266:1 8288:1 8337:1 8345:1 8381:2 8409:1 8436:1 8469:1 8481:1 8510:1 8512:1 8519:2 8719:3 8739:1 8762:1 8783:1 8787:1 8803:1 8883:1 8889:1 8907:1 8921:1 8940:1 8941:1 8961:1 8962:1 9012:1 9112:1 9118:1 9135:1 9193:1 9205:1 9224:1 9255:1 9263:1 9269:1 9308:2 9338:2 9341:1 9347:1 9360:1 9382:1 9418:2 9458:1 9523:1 9524:1 9529:1 9568:2 9589:1 9610:1 9611:2 9655:7 9685:3 9687:2 9693:1 9745:1 9769:1 9821:1 9917:1 9942:1 9956:1 9990:1 10021:1 10123:2 10136:1 10137:2 10185:1 10216:1 10266:1 10283:1 10292:1 10293:1 10322:1 10352:1 10414:1 10421:1 10439:1 10442:1 10458:1 10497:1 10505:1 10507:1 10515:1 10522:1 10559:1 10565:1 10567:1 10600:1 10603:1 10651:1 10690:2 10702:1 10754:1 10763:3 10769:1 10776:1 10816:1 10885:1 10910:1 10980:1 10989:2 11010:1 11126:1 11129:1 11165:1 11250:3 11251:1 11279:1 11318:1 11321:1 11328:1 11345:1 11410:1 11459:1 11528:2 11570:1 11603:1 11682:1 11706:2 11716:1 11767:1 11813:1 11836:2 11866:1 11886:1 11922:1 11950:1 11951:1 11990:1 12047:3 12048:1 12051:2 12054:1 12069:1 12084:1 12107:1 12119:1 12134:1 12182:1 12188:1 12193:1 12212:3 12234:1 12237:1 12353:1 12475:1 12478:1 12483:1 12543:1 12554:1 12562:2 12570:1 12615:1 12623:1 12626:1 12643:1 12651:1 12671:3 12737:1 12758:1 12765:1 12777:1 12852:2 12866:2 12895:1 12901:1 13004:1 13006:1 13022:1 13024:1 13085:3 13088:1 13094:2 13101:1 13107:1 13129:1 13147:1 13165:1 13244:1 13288:1 13355:1 13399:1 13405:1 13434:1 13505:1 13586:2 13707:1 13728:1 13737:1 13753:2 13764:1 13771:1 13772:1 13787:1 13788:4 13819:2 13828:1 13837:1 13893:1 13907:1 13989:2 13991:1 14002:1 14022:1 14027:1 14037:1 14128:1 14129:1 14163:1 14171:1 14200:1 14218:1 14219:1 14227:1 14250:1 14277:1 14307:1 14408:1 14510:1 14513:1 14552:1 14581:1 14585:1 14589:1 14648:1 14653:2 14661:1 14727:1 14793:1 14835:1 14858:1 14859:1 14898:1 14904:2 14907:1 14908:2 14919:1 14921:1 15019:1 15023:1 15029:1 15058:1 15063:1 15068:1 15070:1 15132:1 15167:1 15185:1 15316:1 15336:2 15348:1 15360:1 15419:1 15424:1 15432:1 15461:1 15493:1 15538:1 15544:1 15556:1 15569:1 15646:1 15666:1 15675:1 15705:2 15719:1 15784:1 15811:3 15843:1 15921:1 15925:1 15945:1 15963:1 15968:2 15982:1 16214:1 16222:1 16311:1 16312:1 16335:1 16379:1 16388:1 16436:1 16483:1 16584:1 16663:1 16775:1 16820:1 16833:1 16847:1 16873:2 16900:1 16960:1 16964:3 17006:1 17017:1 17042:1 17048:1 17057:1 17066:1 17094:1 17100:1 17106:1 17170:1 17210:1 17392:1 17443:1 17467:1 17470:1 17495:1 17530:1 17558:1 17616:1 17632:1 17651:1 17668:1 17701:1 17705:1 17706:1 17720:1 17741:1 17770:1 17861:1 17868:1 17870:2 17897:1 17904:1 17906:1 17963:1 18000:1 18007:1 18025:1 18026:1 18050:1 18084:1 18109:1 18174:1 18291:1 18300:3 18358:1 18365:1 18367:1 18396:4 18415:1 18417:1 18420:6 18439:1 18451:1 18452:1 18477:1 18487:3 18616:1 18653:1 18655:1 18670:2 18687:1 18728:1 18793:2 18829:1 18839:2 18866:1 18872:1 18913:1 18929:1 18936:1 18975:1 19022:1 19025:3 19069:1 19080:1 19082:1 19085:1 19139:1 19222:1 19323:1 19328:2 19416:1 19445:1 19454:1 19469:1 19478:1 19480:1 19506:1 19507:1 19508:1 19532:1 19535:1 19552:1 19576:1 19670:1 19688:1 19754:1 19773:1 19779:1 19815:1 19832:3 19890:1 19902:1 19905:1 19914:1 19977:2 20050:1 20085:2 20102:1 20172:1 20176:1 20206:1 20217:1 20221:1 20386:2 20449:1 20518:1 20521:1 20557:1 20635:1 20644:1 20661:1 20722:1 20747:1 20749:2 20847:2 20863:1 20869:1 21044:1 21083:1 21099:1 21134:1 21198:1 21217:1 21256:1 21298:1 21335:1 21362:1 21364:1 21402:1 21511:1 21521:1 21548:1 21616:1 21668:1 21682:1 21698:1 21758:1 21762:1 21787:1 21805:1 21818:1 21819:2 21858:1 21879:1 21880:1 21882:1 21887:1 21888:1 21916:1 21952:2 21999:1 22039:1 22050:1 22080:1 22092:1 22106:1 22110:1 22127:1 22133:1 22142:1 22158:1 22197:1 22209:1 22226:1 22240:1 22423:1 22488:1 22492:1 22506:1 22550:1 22553:1 22560:1 22659:1 22675:1 22699:1 22733:1 22777:1 22785:1 22807:1 22842:1 22885:1 22912:1 22966:1 23009:1 23026:1 23031:997 23034:1 23050:1 23096:1 23174:1 23188:1 23299:1 23478:1 23485:1 23523:1 23552:1 23563:1 23570:1 23654:3 23708:1 23730:1 23765:1 23770:1 23778:1 23816:1 23821:1 23835:1 23936:1 23939:1 24078:1 24098:1 24108:1 24176:1 24182:1 24192:1 24193:2 24197:1 24219:1 24226:1 24249:1 24281:1 24282:1 24319:1 24326:1 24365:2 24370:1 24405:1 24417:1 24451:1 24543:1 24551:1 24609:2 24653:1 24660:1 24724:2 24728:1 24736:1 24748:1 24755:1 24768:1 24772:1 24774:1 24811:2 24818:1 24940:1 24948:2 24984:1 24988:1 25055:1 25111:1 25141:1 25157:1 25162:1 25175:1 25201:1 25205:1 25226:1 25236:1 25254:2 25267:1 25271:1 25283:1 25340:1 25400:1 25458:1 25516:1 25546:2 25556:1 25571:1 25582:1 25591:1 25612:1 25656:1 25662:1 25665:2 25669:1 25685:1 25686:1 25760:1 25857:1 25866:1 25891:1 25923:1 25976:1 26024:1 26066:1 26095:1 26153:1 26161:1 26212:2 26218:1 26219:4 26221:1 26274:1 26339:1 26355:1 26358:1 26403:1 26437:1 26472:1 26482:1 26497:1 26604:1 26615:2 26634:1 26644:1 26702:1 26715:1 26741:1 26746:1 26777:2 26781:1 26785:3 26793:1 26807:1 26817:1 26830:2 26853:1 26920:1 26945:2 26977:1 26983:1 27003:2 27036:1 27070:1 27091:2 27103:1 27109:1 27177:1 27189:2 27223:1 27231:1 27247:1 27257:1 27302:1 27329:1 27338:1 27339:1 27392:1 27406:1 27408:1 27455:2 27459:1 27472:1 27473:2 27564:1 27586:3 27638:1 27684:1 27704:1 27738:2 27743:1 27755:1 27756:1 27840:1 27866:1 27869:2 27877:1 27914:2 27948:1 27963:1 27971:1 27977:1 28007:1 28013:1 28035:1 28048:1 28060:1 28074:1 28084:1 28093:1 28145:1 28166:1 28193:1 28236:1 28265:1 28286:1 28398:1 28422:1 28456:2 28508:2 28531:3 28581:1 28641:1 28655:1 28656:2 28670:1 28675:1 28676:1 28695:1 28724:1 28763:1 28793:1 28798:1 28804:1 28830:1 28843:1 28985:1 29000:2 29011:2 29065:1 29095:1 29104:1 29111:1 29160:1 29173:1 29177:1 29181:1 29203:2 29219:1 29240:1 29267:2 29270:1 29281:2 29315:1 29359:1 29439:2 29497:2 29500:1 29516:3 29532:1 29539:1 29540:2 29607:1 29634:1 29684:1 29711:1 29826:1 29832:2 29845:1 29848:2 29858:2 29874:1 30016:1 30049:2 30092:1 30150:2 30159:1 30161:1 30186:1 30192:1 30214:1 30222:1 30237:1 30249:1 30307:1 30469:2 30485:1 30520:1 30522:1 30542:1 30553:1 30625:1 30662:2 30714:1 30717:1 30797:1 30798:1 30837:1 30869:1 30900:1 30922:1 30963:1 30969:1 31060:1 31079:2 31102:3 31103:1 31128:1 31147:3 31155:2 31186:1 31195:1 31227:1 31274:2 31275:1 31323:1 31333:1 31364:1 31377:1 31485:1 31504:2 31513:1 31571:1 31578:1 31610:2 31646:1 31650:1 31686:1 31770:1 31773:1 31863:1 31899:2 31909:1 31933:1 32026:1 32033:1 32059:1 32166:1 32223:1 32234:1 32235:2 32252:1 32283:1 32287:1 32289:2 32328:1 32341:2 32344:1 32411:1 32417:1 32423:1 32505:2 32566:1 32571:1 32623:1 32648:1 32660:1 32686:3 32690:1 32714:1 32729:1 32754:1 32804:1 32843:1 32883:1 32910:1 32949:1 32959:1 32976:1 33032:1 33057:1 33072:2 33110:1 33131:1 33137:1 33277:1 33324:1 33371:2 33387:1 33440:2 33447:1 33448:1 33466:1 33489:1 33520:1 33521:1 33533:1 33555:1 33572:2 33622:1 33732:2 33741:1 33805:2 33816:1 33831:1 33849:1 33870:2 33877:1 33881:1 33889:1 33896:1 33942:1 33988:1 34012:1 34049:1 34081:1 34147:2 34181:2 34223:1 34263:1 34270:1 34286:1 34311:1 34357:1 34389:5 34411:2 34440:3 34450:1 34464:1 34506:1 34611:1 34624:1 34637:1 34646:1 34689:2 34712:1 34724:1 34728:1 34761:1 34860:2 34956:3 35001:2 35017:1 35029:1 35033:1 35059:1 35079:1 35139:1 35154:1 35180:1 35196:1 35233:1 35252:1 35261:1 35286:1 35324:1 35376:1 35445:1 35452:1 35593:2 35658:2 35670:1 35673:1 35682:1 35724:1 35728:1 35731:1 35756:1 35765:1 35795:1 35810:2 35818:1 35836:1 35849:1 35851:1 35855:1 35858:2 35911:1 35919:2 35921:1 35929:1 35983:1 35986:2 35987:1 35998:1 36001:1 36014:1
17 19:2 29:1 64:1 91:1 125:1 186:1 196:1 248:1 279:2 332:1 381:1 390:1 436:2 439:1 452:1 456:1 538:2 626:1 643:1 690:1 742:1 771:1 779:1 900:1 907:1 954:3 1025:2 1026:1 1032:1 1071:1 1083:3 1084:1 1094:3 1100:1 1109:1 1113:1 1119:2 1122:2 1141:1 1148:2 1149:1 1153:1 1160:1 1223:1 1225:2 1266:1 1269:1 1280:1 1301:1 1308:1 1318:1 1337:1 1343:1 1350:1 1356:1 1390:1 1402:1 1412:1 1492:1 1535:1 1559:1 1576:1 1601:1 1639:1 1798:1 1832:2 1839:1 1867:1 1872:1 1894:1 1916:1 1919:1 1976:1 2002:1 2009:1 2041:1 2045:1 2056:1 2073:1 2077:1 2083:1 2129:1 2138:1 2145:1 2156:3 2166:1 2168:1 2171:1 2182:1 2203:1 2208:2 2212:2 2221:1 2289:1 2301:1 2358:1 2381:1 2391:1 2412:1 2425:1 2428:1 2455:1 2525:1 2536:1 2574:1 2720:1 2771:1 2796:1 2863:1 2868:2 2869:1 2887:2 2893:1 2898:1 2901:1 2912:1 2915:1 2934:1 2949:2 2995:1 3062:1 3089:1 3107:3 3109:1 3132:1 3159:1 3163:1 3164:1 3181:1 3188:1 3194:1 3202:1 3254:1 3361:1 3425:1 3426:2 3463:1 3502:1 3512:2 3539:1 3556:1 3562:1 3598:3 3607:3 3617:2 3662:2 3723:1 3727:2 3734:1 3737:1 3760:1 3803:1 3836:1 3855:1 3862:1 3912:1 3962:1 4016:1 4050:1 4157:2 4247:2 4275:1 4276:2 4299:1 4353:1 4359:1 4390:2 4424:1 4525:1 4577:1 4588:1 4609:1 4639:1 4643:1 4668:1 4679:1 4681:1 4687:1 4773:1 4775:2 4780:3 4809:1 4852:1 4856:1 4860:1 4872:1 4876:1 4933:1 4935:1 5052:1 5057:1 5059:1 5081:1 5088:1 5090:1 5117:1 5147:1 5158:2 5240:1 5293:1 5366:1 5408:1 5417:1 5431:2 5450:1 5463:3 5528:1 5529:1 5602:1 5640:1 5666:1 5696:1 5700:1 5701:3 5720:1 5734:1 5749:1 5781:1 5801:3 5889:1 5913:1 5920:1 5925:3 5930:1 5932:3 5959:1 5974:1 6004:1 6051:1 6071:1 6072:1 6085:1 6087:1 6105:1 6113:1 6122:1 6125:1 6133:1 6134:1 6201:1 6234:1 6358:2 6363:1 6367:1 6395:1 6409:2 6433:1 6483:1 6488:1 6510:1 6527:1 6585:1 6587:1 6607:1 6624:1 6716:1 6729:1 6730:1 6733:1 6741:1 6798:1 6861:1 6880:1 6882:1 6925:2 6971:1 7064:1 7102:2 7104:1 7111:1 7138:1 7142:1 7152:1 7174:1 7182:1 7185:1 7196:1 7206:1 7211:1 7212:4 7221:1 7244:2 7255:1 7351:2 7379:1 7384:2 7393:1 7394:3 7406:1 7413:1 7414:1 7433:1 7449:1 7486:1 7509:2 7534:1 7542:1 7553:1 7557:1 7575:1 7644:1 7647:1 7657:1 7660:1 7691:2 7717:1 7757:1 7771:1 7823:1 7841:1 7863:2 7869:2 7874:1 7883:2 7884:1 7951:1 7982:1 8044:1 8109:1 8142:1 8151:1 8161:2 8217:3 8266:1 8288:1 8337:1 8345:1 8381:3 8409:1 8436:1 8469:1 8481:1 8510:1 8512:1 8519:2 8719:3 8739:1 8762:1 8783:1 8787:1 8803:1 8883:1 8889:1 8907:1 8921:1 8940:1 8941:1 8961:1 8962:2 9012:1 9112:1 9118:1 9135:1 9193:1 9205:1 9224:1 9255:1 9263:1 9269:1 9308:3 9337:1 9338:2 9341:1 9347:1 9360:1 9382:1 9418:2 9436:1 9458:1 9523:1 9524:1 9529:1 9568:2 9589:1 9610:1 9611:2 9655:7 9685:3 9687:2 9693:1 9745:1 9769:1 9821:1 9917:1 9942:1 9956:1 9990:1 10021:1 10123:2 10136:1 10137:2 10185:1 10216:1 10266:1 10283:1 10292:1 10293:1 10322:1 10352:2 10414:1 10421:1 10439:1 10442:1 10458:1 10497:1 10505:1 10507:1 10515:1 10522:1 10559:1 10565:1 10567:1 10600:1 10603:1 10651:1 10657:1 10690:2 10702:1 10754:1 10763:3 10769:1 10776:1 10816:1 10885:1 10910:1 10980:2 10989:2 11010:1 11126:1 11129:1 11165:1 11250:3 11251:1 11279:1 11318:1 11321:1 11328:1 11345:1 11410:1 11459:1 11528:2 11570:1 11603:1 11682:1 11706:2 11716:1 11767:1 11813:1 11836:2 11866:1 11886:1 11922:1 11950:1 11951:1 11990:1 12047:3 12048:1 12051:2 12054:1 12069:1 12084:1 12107:1 12119:1 12134:1 12182:1 12188:1 12193:1 12212:4 12234:1 12237:1 12353:1 12475:1 12478:1 12483:1 12543:1 12554:1 12562:3 12570:1 12615:1 12623:1 12626:1 12643:1 12651:1 12671:3 12737:1 12758:1 12765:1 12777:1 12852:2 12866:2 12895:1 12901:1 12976:1 13004:1 13006:1 13022:1 13024:1 13085:3 13088:1 13089:1 13094:2 13101:1 13107:1 13129:1 13147:1 13165:1 13244:1 13288:1 13355:1 13399:1 13405:1 13434:1 13505:1 13586:2 13707:1 13728:1 13737:1 13753:2 13764:1 13771:1 13772:1 13787:1 13788:4 13819:2 13828:1 13837:1 13893:1 13907:1 13989:3 13991:1 14002:1 14022:1 14027:1 14037:1 14128:1 14129:1 14163:1 14171:1 14200:1 14218:1 14219:1 14227:1 14250:1 14277:1 14307:1 14408:1 14510:1 14513:1 14552:1 14581:1 14585:1 14589:1 14648:1 14653:2 14661:1 14727:1 14793:1 14835:1 14858:1 14859:1 14898:1 14904:2 14907:1 14908:2 14919:2 14921:1 15019:1 15023:1 15029:1 15058:1 15063:1 15068:1 15070:1 15132:1 15167:1 15185:1 15316:1 15336:2 15348:1 15360:1 15419:1 15424:1 15426:1 15432:1 15461:1 15493:1 15538:1 15544:1 15556:1 15569:1 15646:2 15666:1 15675:1 15705:2 15719:1 15784:1 15811:3 15843:1 15921:2 15925:1 15945:2 15963:1 15968:2 15982:1 16214:1 16222:1 16311:1 16312:1 16335:1 16379:2 16388:1 16436:2 16483:1 16542:1 16584:1 16663:1 16775:1 16820:1 16833:1 16847:1 16873:2 16900:2 16960:1 16964:5 17006:1 17017:1 17042:1 17048:1 17057:1 17066:1 17094:1 17100:1 17106:1 17170:1 17210:1 17237:1 17392:1 17443:1 17467:1 17470:1 17495:1 17530:1 17558:1 17582:1 17616:1 17632:1 17651:1 17668:1 17701:1 17705:1 17706:1 17720:1 17741:1 17770:1 17861:1 17868:1 17870:2 17897:1 17904:1 17906:1 17963:1 17984:1 18000:1 18007:1 18025:1 18026:1 18050:1 18084:1 18109:1 18174:1 18291:1 18300:3 18358:1 18365:1 18367:1 18396:5 18415:1 18417:1 18420:7 18439:1 18451:1 18452:1 18477:1 18487:3 18616:1 18653:1 18655:1 18670:2 18687:1 18728:2 18793:2 18829:1 18839:2 18866:1 18872:1 18913:1 18922:1 18929:1 18936:1 18975:1 19022:1 19025:3 19069:1 19080:1 19082:1 19085:1 19139:1 19222:1 19323:1 19328:2 19416:1 19445:1 19454:2 19469:1 19478:1 19480:1 19506:1 19507:1 19508:2 19532:1 19535:1 19552:1 19576:1 19596:1 19670:1 19688:1 19754:1 19773:1 19779:1 19815:1 19832:4 19890:1 19902:1 19905:1 19914:1 19977:2 20050:1 20085:3 20096:1 20102:1 20172:1 20176:1 20206:1 20217:1 20221:1 20386:2 20449:1 20518:1 20521:1 20557:1 20635:2 20644:1 20661:1 20687:1 20722:1 20747:1 20749:2 20847:2 20863:1 20869:1 21044:1 21083:1 21099:2 21134:1 21198:1 21217:1 21256:1 21298:1 21335:2 21362:1 21364:1 21402:1 21423:1 21511:1 21521:1 21541:1 21548:1 21616:1 21668:1 21682:1 21698:1 21758:1 21762:1 21787:1 21805:1 21818:1 21819:2 21858:1 21879:1 21880:1 21882:1 21887:1 21888:1 21916:1 21952:2 21964:1 21999:1 22039:1 22050:1 22080:1 22092:1 22106:1 22110:1 22127:1 22133:2 22142:1 22158:1 22197:1 22209:1 22226:1 22240:1 22423:1 22488:1 22492:1 22506:1 22550:1 22553:1 22558:1 22560:2 22624:1 22659:1 22675:1 22699:1 22733:1 22777:1 22785:1 22807:1 22842:1 22885:1 22912:1 22966:1 23009:2 23026:1 23031:1075 23034:1 23050:1 23096:1 23174:1 23188:1 23299:2 23445:1 23478:1 23485:1 23523:1 23552:1 23563:1 23570:1 23654:3 23708:1 23730:1 23765:1 23770:1 23778:1 23816:1 23821:1 23835:1 23936:1 23939:1 24078:2 24098:1 24108:1 24176:1 24182:1 24192:1 24193:2 24197:1 24198:1 24219:1 24226:1 24249:1 24281:1 24282:1 24319:1 24326:1 24365:2 24370:1 24405:1 24417:1 24451:1 24543:1 24551:1 24609:2 24653:1 24660:1 24724:2 24728:1 24736:1 24737:1 24748:1 24755:1 24768:1 24772:2 24774:1 24811:2 24818:1 24832:1 24940:1 24948:2 24984:1 24988:1 25055:1 25111:1 25141:1 25157:1 25162:1 25175:1 25201:1 25205:1 25226:1 25236:1 25254:2 25267:1 25271:1 25283:1 25340:1 25400:1 25402:1 25458:1 25516:1 25546:2 25556:1 25571:1 25582:1 25591:1 25612:1 25656:1 25662:1 25665:2 25669:1 25685:1 25686:1 25760:1 25857:1 25866:1 25891:1 25923:1 25976:1 26024:1 26066:1 26095:1 26153:1 26161:1 26212:2 26218:1 26219:4 26221:1 26274:1 26339:1 26355:1 26358:1 26364:1 26403:1 26437:1 26472:1 26482:1 26492:1 26497:1 26604:1 26615:2 26634:1 26644:1 26702:1 26715:1 26741:1 26746:1 26777:2 26781:1 26785:3 26793:1 26807:1 26817:1 26830:2 26853:1 26920:1 26945:2 26977:1 26983:1 27003:2 27036:2 27070:1 27091:2 27103:1 27109:1 27177:1 27189:2 27223:1 27231:1 27247:1 27257:1 27302:1 27329:1 27338:1 27339:1 27392:2 27406:1 27408:1 27455:3 27459:1 27472:1 27473:2 27563:1 27564:2 27586:3 27609:1 27638:1 27684:1 27704:1 27738:2 27743:1 27755:1 27756:1 27833:1 27840:1 27866:1 27869:2 27877:1 27914:2 27948:1 27963:1 27971:1 27977:1 28007:1 28013:1 28035:1 28048:1 28060:1 28074:1 28084:1 28093:1 28145:1 28166:1 28193:1 28236:1 28265:1 28286:1 28398:1 28422:1 28456:2 28508:2 28531:3 28581:1 28641:1 28655:1 28656:2 28670:1 28675:1 28676:1 28695:1 28724:1 28728:1 28763:1 28793:1 28798:1 28804:1 28830:1 28843:1 28979:1 28985:1 29000:2 29011:3 29065:1 29095:1 29104:1 29111:2 29160:1 29173:1 29177:1 29181:1 29203:2 29219:1 29240:1 29267:3 29270:1 29281:2 29315:1 29359:1 29439:2 29497:2 29500:1 29516:3 29532:1 29539:1 29540:2 29607:1 29634:1 29684:1 29711:1 29826:1 29832:2 29845:1 29848:2 29858:2 29874:1 30016:1 30049:2 30092:1 30131:1 30133:1 30150:2 30159:1 30161:1 30186:1 30192:1 30214:1 30222:1 30237:1 30249:1 30307:1 30469:2 30485:1 30520:1 30522:1 30542:1 30553:1 30625:1 30662:2 30714:1 30717:1 30797:1 30798:1 30837:2 30869:1 30900:1 30922:1 30963:1 30969:1 31060:1 31079:2 31102:3 31103:1 31128:1 31147:3 31155:3 31186:1 31195:1 31227:1 31274:2 31275:1 31323:1 31333:1 31364:1 31377:1 31421:1 31485:1 31504:2 31513:1 31571:1 31578:1 31610:2 31646:1 31650:1 31686:1 31770:1 31773:1 31863:1 31899:2 31909:1 31933:1 32026:1 32033:1 32059:1 32166:1 32223:1 32234:1 32235:2 32252:1 32283:1 32287:1 32289:3 32328:1 32341:2 32344:1 32402:1 32411:1 32417:2 32423:1 32505:2 32566:1 32571:1 32623:1 32648:1 32660:1 32686:3 32690:1 32714:1 32729:1 32754:1 32804:1 32843:1 32875:1 32883:1 32910:1 32949:1 32959:1 32976:1 33032:1 33057:2 33072:2 33110:1 33131:1 33137:1 33277:1 33324:1 33371:2 33387:1 33440:2 33447:1 33448:1 33466:1 33489:1 33520:1 33521:1 33533:1 33555:1 33572:2 33622:1 33732:2 33739:1 33741:1 33805:2 33816:1 33831:1 33832:1 33849:1 33870:2 33877:1 33881:1 33889:2 33896:1 33942:1 33988:1 34012:1 34049:1 34081:1 34147:2 34181:2 34188:1 34223:1 34263:1 34270:1 34286:1 34311:1 34357:2 34389:5 34411:2 34440:4 34450:1 34464:1 34506:1 34611:2 34624:1 34637:1 34646:1 34689:2 34712:1 34724:1 34728:1 34761:1 34860:3 34956:3 35001:2 35017:1 35029:1 35033:1 35059:1 35079:1 35117:1 35139:1 35154:1 35180:1 35196:1 35233:1 35252:1 35261:1 35286:1 35324:1 35376:1 35445:1 35452:1 35593:2 35658:3 35670:1 35673:1 35682:1 35724:1 35728:1 35731:1 35756:1 35765:1 35795:1 35810:2 35818:1 35836:1 35849:1 35851:1 35855:1 35858:2 35911:1 35919:2 35921:1 35929:1 35983:1 35986:2 35987:1 35998:1 36001:1 36014:1
17 19:2 29:1 49:1 64:1 91:1 125:1 186:2 196:1 248:1 279:2 332:1 381:1 390:1 436:2 439:1 452:1 456:1 538:2 626:1 643:1 690:1 742:1 771:1 779:1 900:1 907:1 935:1 954:3 1025:2 1026:1 1032:1 1071:1 1083:3 1084:1 1094:4 1099:1 1100:1 1109:1 1113:1 1119:2 1122:2 1141:1 1148:2 1149:1 1153:1 1160:1 1223:1 1225:2 1266:1 1269:1 1280:1 1301:1 1308:1 1318:1 1337:1 1343:1 1350:1 1356:1 1367:1 1390:1 1402:1 1412:1 1492:1 1535:1 1559:1 1576:1 1601:1 1639:1 1756:1 1798:1 1832:2 1839:1 1867:1 1872:1 1894:1 1916:1 1919:1 1976:1 2002:1 2009:1 2041:1 2045:1 2056:1 2073:1 2077:1 2083:1 2129:1 2138:1 2145:1 2156:3 2166:1 2168:1 2171:1 2182:1 2195:1 2203:1 2208:2 2212:2 2221:1 2289:2 2301:1 2358:1 2381:1 2391:1 2412:1 2425:1 2428:1 2455:1 2525:1 2536:1 2574:1 2720:1 2771:1 2796:1 2863:1 2868:2 2869:1 2887:2 2893:1 2898:1 2901:1 2912:1 2915:1 2934:1 2949:2 2995:1 3062:1 3064:1 3089:1 3107:3 3109:1 3132:1 3159:2 3163:1 3164:1 3171:1 3181:1 3188:2 3194:1 3202:1 3254:1 3336:1 3361:1 3425:1 3426:2 3463:1 3502:1 3512:2 3539:1 3552:1 3556:1 3562:1 3598:3 3607:3 3617:2 3652:1 3662:2 3723:1 3727:2 3734:1 3737:1 3760:1 3803:1 3836:1 3855:1 3862:1 3912:1 3962:1 4016:1 4050:1 4090:1 4157:2 4247:2 4275:1 4276:3 4299:1 4353:1 4359:1 4390:2 4408:1 4424:1 4525:1 4577:1 4588:1 4599:1 4609:1 4639:1 4643:1 4668:1 4679:2 4681:1 4687:1 4773:1 4775:2 4780:3 4809:1 4852:1 4856:1 4860:1 4872:1 4876:1 4933:1 4935:1 5052:1 5057:1 5059:1 5081:1 5088:1 5090:1 5117:1 5124:1 5147:2 5158:2 5240:1 5293:1 5366:1 5408:1 5417:1 5431:2 5434:1 5450:1 5463:3 5528:1 5529:1 5545:1 5602:1 5640:1 5666:1 5696:1 5700:1 5701:3 5720:1 5734:1 5749:1 5781:1 5801:3 5889:1 5913:1 5920:1 5925:3 5930:1 5932:3 5959:1 5974:1 6004:1 6051:1 6071:1 6072:1 6085:1 6087:1 6105:1 6113:1 6122:1 6125:1 6133:1 6134:1 6201:1 6234:1 6322:1 6358:2 6363:1 6367:1 6395:1 6409:2 6433:1 6483:1 6488:1 6510:1 6527:1 6585:1 6587:1 6607:1 6624:1 6716:1 6729:1 6730:1 6733:1 6741:1 6798:1 6861:1 6880:1 6882:1 6925:2 6954:1 6971:1 7046:1 7064:1 7102:2 7104:1 7111:1 7133:1 7138:1 7142:1 7152:1 7174:1 7182:1 7185:1 7196:1 7201:1 7206:1 7211:1 7212:7 7221:1 7244:2 7255:1 7351:2 7379:1 7384:2 7393:1 7394:3 7406:1 7413:1 7414:1 7433:1 7449:1 7486:1 7509:2 7534:2 7542:1 7553:1 7557:1 7575:1 7644:1 7647:1 7657:1 7660:1 7691:2 7717:1 7757:1 7771:1 7823:2 7841:1 7863:2 7869:2 7874:1 7883:2 7884:1 7933:1 7951:1 7982:1 8044:1 8109:1 8142:1 8151:1 8161:2 8217:3 8234:1 8266:1 8279:1 8288:1 8337:1 8345:1 8381:3 8386:1 8409:1 8436:1 8469:1 8481:1 8510:1 8512:1 8519:2 8719:3 8739:1 8762:1 8783:1 8787:1 8803:1 8883:1 8889:1 8907:1 8921:1 8940:1 8941:1 8961:1 8962:2 9012:1 9112:1 9118:1 9127:1 9135:1 9193:1 9205:1 9224:1 9255:1 9263:1 9269:1 9308:3 9337:1 9338:2 9341:1 9347:1 9349:1 9360:1 9361:1 9364:1 9382:1 9418:3 9436:1 9458:1 9523:1 9524:1 9529:1 9544:1 9568:2 9589:1 9610:1 9611:2 9655:7 9685:3 9687:2 9693:1 9745:1 9769:1 9821:1 9891:1 9917:1 9942:1 9956:1 9990:1 10021:1 10123:2 10136:1 10137:2 10156:1 10185:1 10216:1 10266:1 10283:1 10292:1 10293:1 10322:1 10352:2 10414:1 10421:1 10439:1 10442:1 10458:1 10497:1 10505:1 10507:1 10515:1 10522:1 10559:1 10565:1 10567:1 10600:1 10603:1 10651:1 10657:1 10690:2 10702:1 10754:1 10763:3 10769:1 10776:1 10816:1 10885:1 10910:1 10980:2 10989:2 11010:1 11120:1 11126:1 11129:1 11142:1 11165:1 11250:3 11251:1 11279:1 11318:1 11321:1 11328:1 11345:1 11410:1 11459:1 11528:2 11570:1 11603:1 11682:1 11706:2 11716:1 11767:1 11813:1 11836:2 11866:1 11886:1 11906:1 11918:1 11922:1 11950:1 11951:1 11990:1 12032:1 12047:3 12048:1 12051:2 12054:1 12069:1 12084:1 12107:1 12113:1 12119:1 12134:1 12162:1 12182:1 12188:1 12193:1 12212:4 12234:1 12237:1 12353:1 12475:1 12478:1 12483:1 12543:1 12554:1 12562:3 12570:1 12571:1 12615:1 12618:1 12623:1 12626:1 12643:1 12651:1 12671:3 12737:1 12758:1 12765:1 12777:1 12848:1 12852:2 12866:2 12895:1 12901:1 12959:1 12976:1 13004:1 13006:1 13022:1 13024:1 13085:3 13088:1 13089:1 13094:2 13101:1 13107:1 13129:1 13147:1 13165:1 13244:1 13288:1 13355:2 13399:1 13405:1 13434:1 13505:1 13523:1 13586:2 13707:1 13728:2 13737:1 13744:1 13753:2 13764:1 13771:1 13772:1 13787:1 13788:4 13819:2 13828:1 13837:1 13893:1 13907:1 13989:3 13991:1 14002:1 14022:1 14027:1 14037:1 14073:1 14128:1 14129:1 14163:1 14171:1 14200:1 14218:1 14219:1 14227:1 14244:1 14250:1 14277:1 14307:1 14408:1 14510:1 14513:1 14552:1 14581:1 14585:1 14589:1 14648:1 14653:2 14661:1 14727:1 14793:1 14826:1 14835:1 14858:1 14859:1 14898:1 14904:2 14907:1 14908:2 14919:2 14921:1 15019:1 15023:1 15029:1 15058:1 15063:1 15068:1 15070:2 15132:1 15140:1 15160:1 15167:1 15185:1 15316:1 15336:2 15348:1 15360:1 15419:1 15424:1 15426:1 15432:1 15461:1 15493:1 15538:1 15544:1 15556:1 15569:1 15646:2 15666:1 15675:1 15705:2 15719:1 15784:1 15811:3 15840:1 15843:1 15921:2 15925:1 15945:2 15963:1 15968:2 15982:1 16214:1 16222:1 16311:1 16312:1 16335:1 16379:2 16388:2 16436:2 16483:1 16542:1 16584:1 16663:1 16775:1 16820:1 16833:1 16847:1 16873:2 16900:2 16960:1 16964:5 17006:1 17017:1 17042:1 17048:1 17057:1 17066:1 17094:1 17100:1 17106:1 17170:1 17210:1 17237:2 17387:1 17392:1 17443:1 17467:1 17470:1 17495:1 17530:1 17558:1 17582:1 17616:1 17632:2 17651:1 17668:1 17701:1 17705:1 17706:1 17720:1 17725:1 17741:1 17770:1 17861:1 17868:1 17870:3 17897:1 17904:1 17906:1 17963:1 17972:1 17984:1 18000:1 18007:1 18025:1 18026:1 18050:1 18084:1 18109:1 18174:1 18291:1 18300:3 18348:1 18358:1 18365:1 18367:1 18396:7 18415:1 18417:1 18420:10 18439:1 18451:1 18452:1 18477:1 18487:3 18616:1 18653:1 18655:1 18670:2 18674:1 18687:1 18728:3 18793:2 18829:1 18839:2 18866:1 18872:1 18913:1 18922:1 18929:1 18936:1 18975:1 19022:1 19025:3 19069:1 19080:1 19082:1 19085:1 19139:1 19222:1 19323:1 19328:2 19416:1 19445:1 19454:2 19469:1 19478:1 19480:1 19506:1 19507:1 19508:2 19532:1 19535:1 19552:1 19576:1 19596:1 19670:1 19688:1 19728:1 19754:1 19761:1 19773:1 19779:1 19815:1 19832:4 19890:1 19902:1 19905:1 19914:2 19977:2 20050:1 20085:3 20096:1 20102:1 20172:1 20176:1 20206:1 20217:1 20221:1 20284:1 20386:2 20437:1 20449:1 20518:1 20521:1 20557:1 20560:1 20616:1 20635:2 20644:1 20648:1 20661:1 20664:1 20687:1 20722:1 20747:1 20749:2 20847:2 20863:1 20869:1 21044:1 21083:1 21099:2 21134:1 21198:1 21217:1 21256:1 21298:1 21335:2 21362:1 21364:1 21401:1 21402:1 21423:1 21484:1 21511:1 21521:1 21541:1 21548:1 21616:1 21653:1 21668:1 21682:1 21698:1 21758:1 21762:1 21787:1 21805:1 21811:1 21818:1 21819:2 21837:1 21858:1 21879:1 21880:1 21882:1 21887:1 21888:1 21916:1 21952:2 21964:1 21999:1 22039:1 22050:1 22080:1 22092:1 22106:1 22110:1 22127:1 22133:4 22142:1 22158:1 22175:1 22197:1 22209:1 22226:1 22240:1 22423:1 22488:1 22492:1 22506:1 22550:1 22553:1 22558:1 22560:2 22624:1 22659:1 22675:1 22699:1 22703:1 22733:1 22751:1 22777:1 22785:1 22807:1 22842:1 22885:1 22912:1 22966:1 23009:2 23026:1 23031:1154 23034:1 23050:1 23096:1 23100:1 23174:1 23188:1 23204:1 23299:2 23445:2 23478:1 23485:1 23523:1 23531:1 23552:1 23563:1 23570:1 23654:3 23708:1 23730:1 23765:1 23770:1 23778:1 23816:1 23821:1 23835:1 23936:1 23939:1 24078:2 24098:1 24108:1 24176:1 24182:2 24192:1 24193:2 24197:1 24198:1 24219:1 24226:1 24249:1 24281:1 24282:1 24319:1 24326:1 24365:2 24370:1 24405:1 24417:1 24451:1 24543:1 24551:1 24609:2 24653:1 24660:1 24724:2 24728:1 24736:1 24737:1 24748:1 24755:1 24768:1 24772:2 24774:1 24776:1 24811:2 24818:1 24832:1 24940:1 24948:2 24984:1 24988:1 25055:1 25111:1 25141:1 25157:1 25162:1 25175:1 25201:1 25205:1 25226:1 25236:1 25254:2 25267:1 25271:1 25283:2 25340:1 25400:1 25402:1 25458:1 25516:1 25546:2 25556:1 25571:1 25582:1 25591:1 25612:1 25656:1 25662:1 25665:2 25669:1 25685:1 25686:1 25760:1 25857:1 25866:1 25891:2 25923:1 25976:1 26024:1 26066:1 26095:1 26153:2 26161:1 26212:2 26218:1 26219:4 26221:1 26274:1 26293:1 26339:1 26355:1 26358:1 26364:1 26403:1 26434:1 26437:2 26440:1 26472:1 26482:1 26492:1 26497:1 26604:1 26615:2 26634:1 26644:1 26702:1 26715:1 26741:1 26746:1 26777:2 26781:1 26785:3 26793:1 26807:1 26817:1 26830:2 26853:1 26920:1 26945:2 26977:1 26983:1 27003:2 27036:2 27070:1 27091:2 27103:1 27109:1 27177:1 27189:2 27223:1 27231:1 27247:1 27257:1 27302:1 27329:1 27338:1 27339:1 27344:1 27392:2 27406:1 27408:1 27455:3 27459:1 27472:1 27473:2 27563:1 27564:2 27586:4 27609:1 27638:1 27684:1 27698:1 27704:1 27738:2 27743:1 27755:1 27756:1 27833:1 27840:1 27846:1 27866:1 27869:2 27877:1 27900:1 27914:3 27948:1 27963:1 27971:1 27977:1 28007:1 28013:1 28035:1 28043:1 28048:1 28060:1 28074:2 28084:1 28093:1 28145:1 28166:1 28193:1 28236:1 28265:1 28286:1 28398:1 28422:1 28456:2 28508:2 28531:3 28581:1 28641:1 28655:1 28656:2 28670:1 28675:1 28676:1 28695:1 28724:1 28728:1 28763:1 28793:1 28798:2 28804:1 28830:1 28843:1 28979:2 28985:1 29000:2 29011:3 29065:1 29095:1 29104:1 29111:2 29160:1 29173:1 29177:1 29181:1 29203:2 29217:1 29219:1 29240:1 29267:3 29270:1 29281:2 29315:1 29359:1 29439:2 29497:2 29500:1 29516:3 29532:1 29539:1 29540:2 29607:1 29634:1 29684:1 29711:1 29826:1 29832:2 29845:1 29848:2 29858:2 29874:1 29981:1 30016:1 30049:2 30092:1 30131:1 30133:1 30150:2 30159:1 30161:1 30186:1 30192:1 30214:1 30222:1 30223:1 30237:1 30249:1 30307:1 30469:2 30485:1 30520:1 30522:1 30542:1 30553:1 30625:1 30662:2 30714:1 30717:1 30797:1 30798:1 30837:2 30869:1 30900:1 30922:1 30963:1 30969:1 31060:1 31079:2 31102:3 31103:1 31128:1 31147:3 31155:3 31186:2 31195:1 31227:1 31274:2 31275:1 31323:1 31333:1 31364:1 31377:1 31421:1 31485:1 31504:2 31513:1 31571:1 31578:1 31610:3 31646:1 31650:1 31686:1 31716:1 31770:1 31773:1 31863:1 31899:2 31909:1 31933:1 31934:1 31960:1 31991:1 32026:1 32033:1 32043:1 32059:1 32166:1 32223:1 32234:1 32235:2 32252:1 32283:1 32287:1 32289:3 32328:1 32341:2 32344:1 32393:1 32402:2 32411:1 32417:2 32423:1 32504:1 32505:2 32566:1 32571:1 32623:1 32648:1 32660:1 32686:3 32690:1 32714:1 32729:1 32754:1 32804:1 32843:1 32875:1 32883:1 32910:1 32949:1 32959:1 32976:1 33032:1 33057:2 33072:2 33110:1 33131:1 33137:1 33277:1 33324:1 33371:2 33387:1 33440:2 33447:1 33448:1 33466:1 33489:1 33520:1 33521:1 33533:1 33555:1 33572:2 33622:1 33732:2 33739:1 33741:1 33805:2 33816:1 33831:1 33832:1 33849:1 33870:2 33877:1 33881:1 33889:2 33896:1 33942:1 33988:1 34012:1 34049:1 34081:1 34147:2 34181:2 34188:2 34223:1 34263:1 34270:1 34286:1 34311:1 34357:2 34389:5 34411:2 34440:4 34450:1 34464:1 34506:1 34611:3 34624:1 34637:1 34646:1 34676:1 34689:2 34712:1 34724:1 34728:1 34761:1 34805:1 34860:3 34919:1 34956:3 35001:2 35017:1 35029:1 35033:1 35059:1 35079:1 35117:1 35139:1 35154:1 35180:1 35196:1 35233:1 35252:1 35261:1 35286:1 35324:1 35376:1 35445:1 35452:1 35593:2 35658:4 35670:1 35673:1 35682:1 35724:1 35728:1 35731:1 35756:1 35765:1 35795:1 35810:2 35818:1 35836:1 35849:1 35851:1 35855:1 35858:2 35911:1 35919:2 35921:1 35929:1 35983:1 35986:2 35987:1 35998:1 36001:1 36014:1
17 19:2 29:1 49:1 64:1 91:1 125:1 186:2 196:1 248:1 279:2 332:1 371:1 381:1 390:1 436:2 439:1 452:1 456:1 538:2 626:1 643:1 690:1 742:1 757:1 771:1 779:1 900:1 907:1 935:1 954:3 1025:2 1026:1 1032:1 1071:1 1083:3 1084:1 1094:4 1099:1 1100:1 1109:1 1113:1 1119:2 1122:2 1141:1 1148:2 1149:1 1153:1 1160:1 1223:1 1225:2 1266:1 1269:1 1280:1 1301:1 1308:1 1318:1 1337:1 1343:1 1350:1 1356:1 1367:1 1390:1 1402:1 1412:1 1492:1 1535:1 1559:1 1576:1 1601:1 1639:1 1756:1 1798:1 1832:2 1839:1 1867:1 1872:1 1894:1 1916:1 1919:1 1976:1 2002:1 2009:1 2041:1 2045:1 2056:1 2073:1 2077:1 2083:1 2129:1 2138:1 2145:1 2156:3 2166:1 2168:1 2171:1 2182:1 2195:1 2203:1 2208:2 2212:2 2221:1 2289:2 2301:1 2358:1 2381:1 2391:1 2412:1 2425:1 2428:1 2455:1 2525:1 2536:1 2574:1 2720:1 2771:1 2796:1 2863:1 2868:2 2869:1 2887:2 2893:1 2898:1 2901:1 2912:1 2915:1 2934:1 2949:2 2995:1 3062:1 3064:1 3089:1 3107:3 3109:1 3132:1 3159:2 3163:1 3164:1 3171:1 3181:1 3188:2 3194:1 3202:1 3254:1 3336:1 3361:1 3425:1 3426:2 3463:1 3502:1 3512:2 3539:1 3552:1 3556:1 3562:1 3598:3 3607:3 3617:2 3652:1 3662:2 3723:1 3727:2 3734:1 3737:1 3760:1 3803:1 3836:1 3855:1 3862:1 3912:1 3962:1 4016:1 4050:1 4090:1 4157:2 4247:2 4275:1 4276:3 4299:1 4353:1 4359:1 4390:3 4408:1 4424:1 4525:1 4531:1 4577:1 4588:1 4599:1 4609:1 4639:1 4643:1 4668:1 4679:2 4681:1 4687:1 4773:1 4775:2 4780:3 4809:1 4852:1 4856:1 4860:1 4872:1 4876:1 4933:1 4935:1 4984:1 5052:1 5057:1 5059:1 5081:1 5088:1 5090:1 5117:1 5124:1 5147:2 5158:2 5240:1 5243:1 5293:1 5366:1 5408:1 5417:1 5431:2 5434:1 5435:1 5450:1 5463:3 5528:1 5529:1 5545:1 5602:1 5640:1 5666:1 5668:1 5696:1 5700:1 5701:3 5720:1 5734:1 5749:1 5781:1 5801:3 5889:1 5895:1 5913:1 5920:1 5925:3 5930:1 5932:3 5959:1 5974:1 6004:1 6051:1 6071:1 6072:1 6085:1 6087:1 6105:1 6113:1 6122:1 6125:1 6133:1 6134:1 6201:1 6234:1 6322:1 6358:2 6363:1 6367:1 6395:1 6409:2 6433:1 6483:1 6488:1 6510:1 6527:1 6551:1 6585:1 6587:1 6607:1 6624:1 6716:1 6729:1 6730:1 6733:1 6741:1 6798:1 6861:1 6880:1 6882:1 6925:2 6954:1 6971:1 7046:1 7064:1 7102:2 7104:1 7111:1 7133:1 7138:1 7142:1 7152:1 7174:1 7182:1 7185:1 7196:1 7201:1 7206:1 7211:1 7212:7 7221:1 7244:2 7255:1 7351:2 7379:1 7384:2 7393:1 7394:3 7406:1 7413:1 7414:1 7433:2 7449:1 7486:1 7509:2 7534:2 7542:1 7553:1 7557:1 7575:1 7644:1 7647:1 7657:1 7660:1 7691:2 7717:1 7757:1 7771:1 7823:2 7841:1 7863:2 7869:2 7874:1 7883:2 7884:1 7933:1 7951:1 7982:1 8044:1 8109:1 8142:1 8151:1 8161:2 8193:1 8217:3 8234:1 8266:1 8279:1 8288:1 8337:1 8345:1 8381:3 8386:1 8409:1 8436:1 8438:1 8469:1 8481:1 8510:1 8512:1 8519:2 8719:3 8739:1 8762:1 8783:1 8787:1 8803:1 8883:1 8889:1 8907:1 8921:1 8940:1 8941:1 8961:1 8962:2 9012:1 9112:1 9118:1 9127:1 9135:1 9193:1 9205:1 9224:1 9255:1 9263:1 9269:1 9308:3 9337:1 9338:2 9341:1 9347:1 9349:1 9360:1 9361:1 9364:1 9382:1 9418:3 9436:1 9458:1 9523:1 9524:1 9529:1 9544:1 9568:2 9589:1 9610:1 9611:2 9655:7 9685:3 9687:2 9693:1 9745:1 9769:1 9821:1 9891:1 9917:1 9942:1 9956:1 9990:1 10021:1 10123:2 10136:1 10137:2 10156:1 10163:1 10185:1 10216:1 10266:1 10283:1 10292:1 10293:2 10322:1 10352:2 10414:1 10421:1 10439:1 10442:1 10458:1 10497:1 10505:1 10507:1 10515:1 10522:1 10559:1 10565:1 10567:1 10600:1 10603:1 10651:1 10657:1 10690:2 10702:1 10754:1 10763:3 10769:1 10776:1 10816:1 10885:1 10910:1 10980:2 10989:2 11010:1 11120:1 11126:1 11129:1 11142:1 11165:1 11250:3 11251:1 11279:1 11318:1 11321:1 11328:1 11345:1 11410:1 11459:1 11528:2 11570:1 11603:1 11656:1 11682:1 11706:2 11716:1 11767:1 11813:1 11836:2 11866:1 11886:1 11906:1 11918:1 11922:1 11950:1 11951:1 11990:1 12032:1 12047:3 12048:1 12051:2 12054:1 12069:1 12084:1 12107:1 12113:1 12119:1 12134:1 12162:1 12182:1 12188:1 12193:1 12212:4 12234:1 12237:1 12353:1 12452:1 12475:1 12478:1 12483:1 12543:1 12554:1 12562:3 12570:1 12571:1 12615:1 12618:1 12623:1 12626:1 12643:1 12651:1 12671:3 12737:1 12758:1 12765:1 12777:1 12848:1 12852:2 12866:2 12895:1 12901:1 12959:1 12963:1 12976:1 13004:1 13006:1 13022:1 13024:1 13085:3 13088:1 13089:1 13094:2 13101:1 13107:1 13129:1 13147:1 13165:1 13174:1 13244:1 13288:1 13355:2 13399:1 13405:1 13434:1 13505:1 13523:1 13571:1 13586:2 13672:1 13707:1 13728:2 13737:1 13744:1 13753:2 13764:1 13771:1 13772:1 13787:1 13788:4 13819:2 13828:1 13837:1 13893:1 13907:1 13927:1 13989:3 13991:1 14002:1 14022:1 14027:1 14037:1 14073:1 14128:1 14129:1 14163:1 14171:1 14200:1 14218:1 14219:1 14227:1 14244:1 14250:1 14266:1 14277:1 14307:1 14408:1 14510:1 14513:1 14552:1 14581:1 14585:1 14589:1 14648:1 14653:2 14661:1 14727:1 14793:1 14826:1 14835:1 14858:1 14859:1 14898:1 14904:2 14907:1 14908:2 14919:2 14921:1 15019:1 15023:1 15029:1 15058:1 15063:1 15068:1 15070:2 15132:1 15140:1 15160:1 15167:1 15185:1 15206:1 15207:1 15316:1 15336:2 15348:1 15360:1 15419:1 15424:1 15426:1 15432:1 15461:1 15493:1 15538:1 15544:1 15556:1 15569:1 15646:2 15666:1 15675:1 15686:1 15705:2 15719:1 15784:1 15811:3 15840:1 15843:1 15847:1 15921:2 15925:1 15945:2 15963:1 15968:2 15982:1 16214:1 16222:1 16311:1 16312:1 16335:1 16379:2 16388:2 16436:2 16483:1 16542:1 16584:1 16663:1 16775:1 16820:1 16833:1 16847:1 16873:2 16900:2 16902:1 16960:1 16964:5 17006:1 17017:1 17042:1 17048:1 17057:1 17066:1 17094:1 17100:1 17106:1 17170:1 17210:1 17237:2 17387:1 17392:1 17443:1 17467:1 17470:1 17495:1 17530:1 17558:1 17582:1 17616:1 17632:2 17651:1 17668:1 17701:1 17705:1 17706:1 17720:1 17725:1 17741:1 17770:1 17861:1 17868:1 17870:3 17897:1 17904:1 17906:1 17963:1 17972:1 17984:1 18000:1 18007:1 18025:1 18026:1 18050:1 18084:1 18109:1 18127:1 18174:1 18291:1 18300:3 18348:1 18358:1 18365:1 18367:1 18396:7 18415:1 18417:1 18420:10 18439:1 18451:1 18452:1 18477:1 18487:3 18537:1 18616:1 18653:1 18655:1 18670:2 18674:1 18687:1 18728:3 18793:2 18829:1 18839:2 18866:1 18872:1 18913:1 18922:1 18929:1 18936:1 18975:1 19022:1 19025:3 19069:1 19080:1 19082:1 19085:1 19139:1 19222:1 19272:1 19323:1 19328:2 19416:1 19445:1 19454:2 19469:1 19478:1 19480:1 19506:1 19507:1 19508:2 19532:1 19535:1 19552:1 19576:1 19596:1 19634:1 19670:1 19688:1 19728:1 19754:1 19761:1 19773:1 19779:1 19808:1 19815:1 19832:4 19890:1 19902:1 19905:1 19914:2 19977:2 20050:1 20085:3 20096:1 20102:1 20172:1 20176:1 20206:1 20217:1 20221:1 20284:1 20386:2 20437:1 20449:1 20518:1 20521:1 20557:1 20560:1 20616:1 20635:2 20644:1 20648:1 20661:1 20664:1 20687:1 20722:1 20747:1 20749:2 20847:2 20863:1 20869:1 20985:1 21009:1 21044:1 21083:1 21099:2 21134:1 21169:1 21198:1 21217:1 21256:1 21298:1 21335:2 21362:1 21364:1 21401:1 21402:1 21423:1 21484:1 21511:1 21521:1 21541:1 21548:1 21616:1 21653:1 21668:1 21682:1 21698:1 21758:1 21762:1 21787:1 21805:1 21811:1 21818:1 21819:2 21837:1 21846:1 21858:1 21879:1 21880:1 21882:1 21887:1 21888:1 21916:1 21952:2 21964:1 21999:1 22039:1 22050:1 22080:1 22092:1 22106:1 22110:1 22127:1 22133:4 22142:1 22158:1 22175:1 22197:1 22209:1 22226:1 22237:1 22240:1 22423:1 22488:1 22492:1 22506:1 22550:1 22553:1 22558:1 22560:2 22595:1 22624:1 22659:1 22675:1 22699:1 22703:1 22733:1 22751:1 22777:1 22785:1 22807:1 22842:1 22885:1 22912:1 22966:1 23009:2 23026:1 23031:1207 23034:1 23050:1 23096:1 23100:1 23174:1 23188:1 23204:1 23299:2 23445:2 23478:1 23485:1 23523:1 23531:2 23552:1 23563:1 23570:1 23654:3 23662:1 23708:1 23730:1 23765:1 23770:1 23778:1 23816:1 23821:1 23835:1 23936:1 23939:1 24078:2 24098:1 24106:1 24108:1 24176:1 24182:2 24192:1 24193:2 24197:1 24198:1 24219:1 24226:1 24249:1 24281:1 24282:1 24319:1 24326:1 24365:2 24370:1 24405:1 24417:1 24451:1 24475:1 24543:1 24551:1 24609:2 24653:1 24660:1 24670:1 24724:2 24728:1 24736:1 24737:1 24748:1 24755:1 24768:1 24772:2 24774:1 24776:1 24811:2 24818:1 24832:1 24940:1 24948:2 24984:1 24988:1 25055:1 25111:1 25141:1 25157:1 25162:1 25175:1 25177:1 25201:1 25205:1 25226:1 25236:1 25254:2 25267:1 25271:1 25283:2 25340:1 25400:1 25402:1 25458:1 25516:1 25546:2 25556:1 25571:1 25582:1 25591:1 25612:1 25656:1 25662:1 25665:2 25669:1 25685:1 25686:1 25760:1 25857:1 25866:1 25891:2 25923:1 25976:1 26024:1 26066:1 26095:1 26153:2 26161:1 26212:2 26218:1 26219:4 26221:1 26274:1 26293:1 26339:1 26355:1 26358:1 26364:1 26403:1 26434:1 26437:2 26440:1 26472:1 26482:1 26492:1 26497:1 26604:1 26615:2 26634:1 26644:1 26702:1 26715:1 26741:1 26746:1 26777:2 26781:1 26785:3 26793:1 26807:1 26817:1 26830:2 26853:1 26920:1 26945:2 26977:1 26983:1 27003:2 27036:2 27070:1 27091:2 27103:1 27109:1 27177:1 27189:2 27223:1 27231:1 27247:1 27257:1 27302:1 27329:1 27332:1 27338:1 27339:1 27344:1 27392:2 27406:1 27408:1 27455:3 27459:1 27472:1 27473:2 27563:1 27564:2 27586:4 27609:1 27638:1 27684:1 27698:1 27704:1 27738:2 27743:1 27755:1 27756:1 27833:1 27840:1 27846:1 27866:1 27869:2 27877:1 27900:1 27914:3 27948:1 27955:1 27963:1 27971:1 27977:1 28007:1 28013:1 28035:1 28043:1 28048:1 28060:1 28074:2 28084:1 28093:1 28145:1 28166:1 28193:1 28236:1 28265:1 28286:1 28398:1 28422:1 28456:2 28508:2 28531:3 28581:1 28625:1 28641:1 28655:1 28656:2 28670:1 28675:1 28676:1 28695:1 28724:1 28728:1 28763:1 28793:1 28798:2 28804:1 28830:1 28843:1 28979:2 28985:1 29000:2 29011:3 29065:1 29095:1 29104:1 29111:2 29160:1 29173:1 29177:1 29181:1 29203:2 29217:1 29219:1 29240:1 29267:3 29270:1 29281:2 29315:1 29359:1 29439:2 29497:2 29500:1 29516:3 29532:1 29539:1 29540:2 29607:1 29634:1 29684:1 29690:1 29711:1 29826:1 29832:2 29845:1 29848:2 29858:2 29874:1 29943:1 29981:1 30016:1 30049:2 30092:1 30131:1 30133:1 30150:2 30159:1 30161:1 30186:1 30192:1 30214:1 30222:1 30223:1 30237:1 30249:1 30307:1 30409:1 30469:2 30485:1 30520:1 30522:1 30542:1 30553:1 30625:1 30662:2 30714:1 30717:1 30797:1 30798:1 30837:2 30869:1 30900:1 30922:1 30963:1 30969:1 31018:1 31060:1 31079:2 31102:3 31103:1 31128:1 31147:3 31155:3 31186:2 31195:1 31227:1 31274:2 31275:1 31276:1 31323:1 31333:1 31364:1 31377:1 31421:1 31444:1 31485:1 31504:2 31513:1 31571:1 31578:1 31610:3 31646:1 31650:1 31686:1 31716:1 31770:1 31773:1 31863:1 31899:2 31909:1 31933:1 31934:1 31960:1 31991:1 32026:1 32033:1 32043:1 32059:1 32166:1 32223:1 32234:1 32235:2 32252:1 32283:1 32287:1 32289:3 32328:1 32341:2 32344:1 32393:2 32402:2 32411:1 32417:2 32423:1 32504:1 32505:2 32566:1 32571:1 32623:1 32648:1 32660:1 32686:3 32690:1 32714:1 32729:1 32754:1 32804:1 32843:1 32875:1 32883:1 32910:1 32949:1 32959:1 32976:1 33032:1 33057:2 33072:2 33110:1 33131:1 33137:1 33277:1 33324:1 33371:2 33376:1 33387:1 33440:2 33447:1 33448:1 33466:1 33489:1 33520:1 33521:1 33533:1 33555:1 33572:2 33601:1 33622:1 33732:2 33739:1 33741:1 33805:2 33816:1 33831:1 33832:1 33849:1 33854:1 33870:2 33877:1 33881:1 33889:2 33896:1 33942:1 33988:1 34012:1 34049:1 34081:1 34147:2 34181:2 34188:2 34223:1 34263:1 34270:1 34286:1 34311:1 34357:2 34389:5 34411:2 34440:4 34450:1 34464:1 34506:1 34559:1 34611:3 34624:1 34637:1 34646:1 34676:1 34689:2 34712:1 34724:1 34728:1 34761:1 34805:1 34860:3 34919:1 34956:3 35001:2 35017:1 35029:1 35033:1 35059:1 35079:1 35117:1 35139:1 35154:1 35180:1 35196:1 35233:1 35252:1 35261:1 35286:1 35324:1 35376:1 35445:1 35452:1 35593:2 35658:4 35670:1 35673:1 35682:1 35724:1 35728:1 35731:1 35756:1 35765:1 35795:1 35810:2 35818:1 35836:1 35849:1 35851:1 35855:1 35858:2 35911:1 35919:2 35921:1 35929:1 35983:1 35986:2 35987:1 35998:1 36001:1 36014:1
17 19:2 29:1 49:1 64:1 91:1 112:1 125:1 186:2 196:1 248:1 279:2 332:1 371:1 381:1 388:1 390:1 436:2 439:1 452:1 456:1 538:2 626:1 643:1 690:1 742:1 757:1 771:1 779:1 900:1 907:1 935:2 954:4 1025:2 1026:1 1032:1 1071:1 1075:1 1083:4 1084:2 1088:1 1094:4 1099:1 1100:1 1109:1 1113:1 1119:2 1122:2 1141:1 1148:2 1149:1 1153:1 1160:1 1223:1 1225:2 1266:1 1269:1 1280:1 1301:1 1308:1 1318:1 1337:1 1343:1 1350:1 1356:1 1367:1 1390:1 1402:1 1412:1 1492:1 1535:1 1559:1 1576:1 1601:1 1639:1 1756:1 1798:1 1832:2 1839:1 1867:1 1872:1 1894:1 1916:1 1919:1 1938:1 1976:1 2002:2 2009:1 2041:1 2045:1 2056:1 2073:1 2077:1 2083:1 2129:2 2138:1 2145:1 2156:3 2166:1 2168:1 2171:1 2182:1 2195:1 2203:1 2208:2 2210:1 2212:2 2221:1 2289:2 2301:1 2358:1 2381:1 2391:1 2412:1 2425:1 2428:1 2455:1 2525:1 2536:1 2574:1 2720:1 2771:1 2796:1 2839:1 2863:1 2868:2 2869:1 2887:2 2893:1 2898:1 2901:1 2912:1 2914:1 2915:1 2934:1 2949:2 2995:1 3062:1 3064:1 3089:1 3107:4 3109:1 3132:1 3159:2 3163:1 3164:1 3171:1 3181:1 3188:2 3194:1 3202:1 3237:1 3254:1 3317:1 3336:1 3361:1 3425:1 3426:2 3463:1 3502:1 3512:2 3539:1 3552:1 3556:1 3562:1 3598:3 3607:3 3617:2 3652:1 3662:2 3723:1 3727:2 3734:1 3737:1 3760:1 3803:1 3836:1 3855:1 3862:1 3912:1 3962:1 4016:1 4050:1 4090:1 4157:2 4247:2 4275:1 4276:3 4299:1 4353:1 4359:1 4390:3 4408:1 4424:1 4440:1 4484:1 4525:1 4531:1 4541:1 4577:2 4588:1 4599:1 4609:1 4639:1 4643:1 4668:1 4679:2 4681:1 4687:1 4773:1 4775:2 4780:3 4809:1 4852:1 4856:1 4860:1 4872:1 4876:1 4933:1 4935:1 4984:1 5052:1 5057:1 5059:1 5081:1 5088:1 5090:1 5117:1 5124:1 5147:2 5158:2 5240:1 5243:1 5293:1 5366:1 5408:1 5417:1 5431:2 5434:1 5435:1 5450:1 5463:3 5528:1 5529:1 5545:1 5591:1 5602:1 5611:1 5640:1 5666:1 5668:1 5696:1 5700:1 5701:4 5720:1 5734:1 5749:1 5781:1 5801:3 5820:1 5889:1 5895:1 5913:1 5920:1 5925:3 5930:1 5932:4 5959:1 5974:1 6004:1 6051:1 6071:1 6072:1 6085:1 6087:1 6105:1 6113:1 6122:1 6125:1 6133:1 6134:1 6201:1 6205:1 6234:1 6322:1 6328:1 6358:2 6363:1 6367:1 6395:1 6409:2 6433:1 6483:1 6488:1 6510:1 6527:1 6551:1 6585:1 6587:1 6603:1 6607:1 6624:1 6716:1 6729:1 6730:1 6733:1 6741:1 6798:1 6861:1 6880:1 6882:1 6925:2 6954:2 6971:1 7046:1 7064:1 7102:2 7104:1 7111:1 7133:1 7138:1 7142:1 7152:1 7174:1 7182:1 7185:1 7196:1 7201:1 7206:1 7211:1 7212:7 7221:2 7244:2 7255:1 7316:1 7349:1 7351:2 7379:1 7384:2 7393:1 7394:3 7406:1 7413:1 7414:1 7433:2 7449:1 7486:1 7509:2 7534:2 7542:1 7553:1 7557:1 7575:1 7644:2 7647:1 7657:1 7660:1 7691:2 7717:1 7757:1 7771:1 7823:3 7841:1 7863:2 7869:2 7874:1 7883:2 7884:1 7928:1 7933:1 7951:1 7982:1 8044:1 8058:1 8109:1 8142:1 8151:1 8161:2 8193:1 8217:3 8234:1 8266:1 8279:1 8288:1 8337:1 8345:1 8381:3 8386:1 8409:1 8436:1 8438:1 8469:1 8481:1 8510:1 8512:1 8519:2 8693:1 8719:3 8739:2 8762:1 8783:1 8787:1 8803:1 8848:1 8883:1 8889:1 8907:1 8921:1 8940:1 8941:1 8961:1 8962:2 9012:1 9060:1 9112:1 9118:1 9127:1 9135:1 9193:1 9205:1 9224:1 9255:1 9263:1 9269:1 9308:3 9337:1 9338:2 9341:1 9347:1 9349:1 9360:1 9361:1 9364:2 9382:1 9418:3 9436:1 9458:1 9523:1 9524:1 9529:1 9544:1 9568:2 9589:1 9610:1 9611:2 9655:7 9685:3 9687:2 9693:1 9745:1 9769:1 9821:1 9891:1 9917:1 9942:1 9956:1 9990:1 10021:1 10123:3 10136:1 10137:2 10156:1 10163:1 10185:1 10216:1 10266:1 10283:1 10292:1 10293:2 10322:1 10352:2 10414:1 10421:1 10439:1 10442:1 10458:1 10491:1 10497:1 10505:1 10507:1 10515:1 10522:1 10559:1 10565:1 10567:1 10600:1 10603:1 10651:2 10657:1 10690:3 10702:1 10754:1 10763:3 10769:1 10776:1 10816:1 10885:1 10890:1 10910:1 10980:2 10989:2 11010:1 11120:1 11126:1 11129:1 11142:1 11165:1 11250:4 11251:1 11279:1 11292:1 11318:1 11321:1 11328:1 11345:1 11410:1 11459:1 11473:1 11528:2 11570:1 11603:1 11656:1 11682:1 11706:2 11716:1 11767:1 11813:1 11836:2 11866:1 11886:1 11906:1 11918:1 11922:1 11929:1 11950:1 11951:1 11990:1 12032:1 12047:3 12048:1 12051:2 12054:1 12069:1 12084:1 12107:1 12113:1 12119:1 12134:1 12162:1 12182:1 12188:1 12193:1 12212:4 12234:1 12237:2 12353:1 12452:1 12475:1 12478:1 12483:1 12543:1 12554:1 12562:3 12566:1 12570:1 12571:1 12615:1 12618:1 12623:1 12625:1 12626:1 12643:1 12651:1 12671:3 12737:1 12758:1 12765:1 12777:1 12848:1 12852:2 12866:2 12893:1 12895:1 12901:1 12959:1 12963:1 12976:1 13004:1 13006:1 13022:1 13024:1 13085:3 13088:1 13089:1 13094:2 13101:1 13107:1 13129:1 13147:1 13165:1 13174:1 13244:1 13288:1 13355:2 13399:1 13405:1 13434:2 13505:1 13523:1 13571:1 13586:2 13672:1 13707:1 13728:3 13729:1 13737:1 13744:1 13752:1 13753:2 13764:1 13771:1 13772:1 13787:1 13788:4 13819:3 13828:1 13837:1 13893:1 13907:1 13927:1 13989:3 13991:1 14002:1 14022:1 14027:1 14037:1 14073:1 14080:1 14128:1 14129:1 14163:1 14171:1 14179:1 14200:1 14218:1 14219:1 14227:1 14244:1 14250:1 14266:1 14277:1 14307:1 14408:1 14472:1 14510:1 14513:1 14552:1 14581:1 14585:1 14589:1 14619:1 14648:1 14653:2 14661:1 14727:1 14793:1 14826:1 14835:1 14858:1 14859:1 14895:1 14898:1 14904:2 14907:1 14908:3 14919:2 14921:1 15015:1 15019:1 15023:1 15029:1 15058:1 15063:1 15068:1 15070:2 15125:1 15132:1 15137:1 15140:1 15160:1 15167:1 15185:1 15206:1 15207:1 15316:1 15336:2 15348:1 15360:1 15419:1 15424:1 15426:1 15432:1 15461:1 15493:1 15538:1 15544:1 15556:1 15569:1 15646:2 15666:1 15675:1 15686:1 15705:2 15719:1 15784:1 15811:4 15840:1 15843:1 15847:1 15849:1 15921:2 15925:1 15945:2 15961:1 15963:1 15968:2 15982:1 16214:1 16222:1 16311:1 16312:1 16335:1 16379:2 16388:2 16436:2 16483:1 16542:1 16584:1 16663:1 16670:1 16692:1 16775:1 16820:2 16833:1 16847:1 16868:1 16873:2 16900:2 16902:1 16960:1 16964:6 17006:1 17017:1 17042:1 17048:1 17057:1 17066:1 17094:1 17100:1 17106:1 17170:1 17210:1 17237:2 17387:1 17392:1 17443:1 17467:1 17470:1 17495:1 17530:1 17558:1 17582:1 17616:1 17632:2 17651:1 17668:1 17701:1 17705:1 17706:1 17720:1 17725:1 17741:1 17770:1 17838:1 17861:1 17868:1 17870:3 17897:1 17904:1 17906:1 17940:1 17963:1 17972:1 17984:1 18000:1 18007:1 18025:1 18026:1 18050:1 18084:1 18109:1 18127:1 18174:1 18291:1 18300:3 18348:1 18358:1 18365:1 18367:1 18396:7 18415:1 18417:1 18420:11 18439:2 18451:1 18452:1 18477:1 18487:3 18537:1 18616:1 18635:1 18653:1 18655:1 18670:2 18674:1 18687:1 18728:3 18781:1 18793:2 18820:1 18829:1 18839:2 18866:1 18872:1 18913:1 18922:1 18929:1 18936:1 18975:1 19022:1 19025:4 19069:1 19080:1 19082:1 19085:1 19139:1 19177:1 19222:1 19272:1 19323:1 19328:2 19416:1 19445:1 19454:2 19469:1 19478:1 19480:1 19506:1 19507:1 19508:2 19532:1 19535:1 19552:1 19576:1 19596:1 19634:1 19670:1 19688:1 19728:1 19754:1 19761:1 19773:1 19779:1 19808:1 19813:1 19815:1 19832:4 19890:1 19902:1 19905:1 19914:2 19977:2 20050:1 20085:3 20096:1 20102:2 20172:2 20176:1 20206:1 20217:1 20221:1 20284:1 20386:2 20437:1 20449:1 20508:1 20513:1 20518:1 20521:1 20557:1 20560:1 20616:1 20635:2 20644:1 20648:2 20661:2 20664:1 20687:1 20722:1 20747:1 20749:2 20835:1 20847:2 20863:1 20869:1 20902:1 20985:1 21009:1 21044:1 21083:1 21099:2 21134:1 21169:1 21198:1 21217:1 21256:1 21298:1 21335:2 21355:1 21362:1 21364:1 21401:1 21402:1 21423:1 21484:1 21511:1 21521:1 21541:1 21548:1 21616:1 21653:1 21668:1 21682:1 21698:1 21758:1 21762:1 21787:1 21805:1 21811:1 21818:1 21819:2 21837:1 21846:1 21858:1 21879:1 21880:1 21882:1 21887:1 21888:1 21916:1 21952:2 21964:1 21999:1 22039:1 22050:1 22080:1 22092:1 22106:1 22110:1 22127:1 22133:4 22142:1 22158:1 22175:1 22197:1 22209:1 22226:1 22237:1 22240:1 22423:2 22488:1 22492:1 22506:1 22550:1 22553:1 22558:1 22560:2 22595:1 22624:1 22659:1 22675:1 22699:1 22703:1 22733:1 22751:1 22777:1 22785:1 22807:1 22842:1 22885:1 22912:1 22966:1 23009:2 23026:1 23031:1293 23034:1 23050:1 23096:1 23100:1 23174:1 23188:1 23204:1 23299:2 23445:2 23478:1 23485:1 23523:1 23531:2 23552:1 23563:1 23570:1 23635:1 23654:3 23662:1 23708:1 23730:1 23765:1 23770:1 23778:1 23816:2 23821:1 23835:1 23936:1 23939:1 24078:2 24098:1 24106:1 24108:1 24176:1 24182:2 24192:1 24193:2 24197:1 24198:1 24219:1 24226:1 24249:1 24281:1 24282:1 24319:1 24326:1 24365:2 24370:1 24405:1 24417:1 24451:1 24475:1 24543:1 24551:1 24609:2 24653:1 24660:1 24669:1 24670:1 24724:2 24728:1 24736:1 24737:1 24748:1 24755:1 24768:2 24772:2 24774:1 24776:1 24788:1 24811:2 24818:1 24832:1 24940:1 24948:2 24984:1 24988:1 25055:1 25111:1 25141:1 25157:1 25162:1 25175:1 25177:1 25201:1 25205:1 25226:1 25236:1 25254:2 25267:1 25271:1 25283:2 25340:1 25400:1 25402:1 25431:1 25458:1 25486:1 25516:1 25546:2 25556:1 25571:1 25582:1 25591:1 25612:1 25656:1 25662:1 25665:2 25669:1 25685:1 25686:1 25760:1 25814:1 25857:1 25866:1 25891:2 25923:1 25976:1 26024:1 26066:1 26095:1 26153:2 26161:1 26212:2 26218:1 26219:5 26221:1 26274:1 26293:1 26339:1 26355:1 26358:1 26364:1 26403:1 26434:1 26437:2 26440:1 26472:1 26482:1 26492:1 26497:1 26604:1 26615:2 26634:1 26644:1 26702:1 26715:1 26741:1 26746:1 26777:2 26781:1 26785:4 26793:1 26807:1 26817:1 26830:2 26853:1 26920:1 26931:1 26945:2 26977:1 26983:1 27003:2 27021:1 27036:2 27070:1 27091:2 27103:1 27109:1 27177:1 27189:3 27223:1 27231:1 27247:1 27257:1 27302:1 27329:1 27332:1 27338:1 27339:1 27344:1 27392:2 27406:1 27408:1 27455:3 27459:1 27464:1 27472:1 27473:2 27563:1 27564:2 27586:4 27609:1 27638:1 27684:1 27698:1 27704:1 27710:1 27738:3 27743:1 27755:1 27756:1 27833:1 27840:1 27846:1 27866:1 27869:2 27877:1 27900:1 27914:3 27948:1 27955:1 27963:1 27971:1 27977:1 28007:1 28013:1 28035:1 28043:1 28048:1 28060:1 28074:2 28084:1 28093:1 28145:1 28166:1 28189:1 28193:1 28202:1 28236:1 28265:1 28286:1 28398:1 28422:1 28456:2 28508:2 28531:3 28581:1 28625:1 28641:1 28655:1 28656:2 28660:1 28670:1 28675:2 28676:2 28695:1 28724:1 28728:1 28763:1 28793:1 28798:2 28804:1 28827:1 28830:1 28843:1 28979:2 28985:1 28987:1 29000:2 29011:4 29065:1 29095:1 29104:1 29111:2 29160:1 29173:1 29177:1 29181:1 29203:2 29217:1 29219:1 29240:1 29267:3 29270:1 29281:2 29315:1 29359:1 29439:2 29497:2 29500:1 29516:4 29532:1 29539:1 29540:2 29607:1 29634:1 29684:1 29690:1 29711:1 29826:1 29832:2 29845:1 29848:2 29858:2 29874:1 29943:1 29981:1 30010:1 30014:1 30016:1 30049:2 30092:1 30131:1 30133:1 30150:2 30159:1 30161:1 30186:1 30192:1 30214:2 30222:1 30223:1 30237:1 30249:1 30307:1 30409:1 30469:2 30472:1 30485:1 30520:1 30522:1 30542:1 30553:1 30625:1 30662:2 30714:1 30717:1 30745:1 30797:1 30798:1 30837:2 30869:1 30900:1 30922:1 30963:1 30969:1 31018:1 31060:1 31079:2 31090:1 31102:3 31103:1 31116:1 31128:1 31139:1 31147:3 31155:3 31186:2 31195:1 31227:1 31274:2 31275:2 31276:1 31323:1 31333:1 31364:1 31377:1 31421:1 31444:1 31485:1 31504:2 31513:1 31571:1 31578:1 31610:3 31646:1 31650:1 31686:1 31716:1 31770:1 31773:1 31863:1 31899:2 31909:1 31933:1 31934:1 31960:1 31991:1 31997:2 32026:1 32033:1 32043:1 32059:1 32074:1 32166:1 32223:1 32234:1 32235:2 32252:1 32283:1 32287:1 32289:3 32328:2 32341:2 32344:1 32393:2 32402:2 32411:1 32417:2 32423:1 32504:1 32505:3 32566:1 32571:1 32623:1 32648:1 32660:1 32686:3 32690:1 32714:1 32729:1 32754:1 32804:1 32843:1 32875:1 32883:2 32910:1 32949:1 32959:1 32976:1 33032:1 33057:2 33059:1 33072:2 33110:1 33131:1 33137:1 33277:1 33324:1 33362:1 33371:2 33376:1 33387:1 33440:2 33447:1 33448:1 33466:1 33489:1 33520:1 33521:1 33533:1 33555:1 33572:2 33590:1 33601:1 33622:1 33732:2 33739:1 33741:1 33805:2 33816:1 33831:1 33832:1 33849:1 33854:1 33870:2 33877:1 33881:1 33889:2 33896:1 33942:1 33967:1 33988:1 34012:1 34049:1 34081:1 34147:2 34181:2 34188:2 34223:1 34263:1 34270:1 34286:1 34311:1 34357:2 34389:5 34411:2 34440:4 34450:1 34464:1 34506:1 34559:1 34611:3 34624:1 34637:1 34646:1 34676:1 34689:2 34712:1 34724:1 34728:1 34761:1 34805:1 34860:3 34919:1 34956:3 35001:2 35017:1 35029:2 35033:2 35059:1 35079:1 35117:1 35139:1 35154:1 35180:1 35196:1 35233:2 35252:1 35261:1 35286:1 35324:1 35376:1 35445:1 35452:1 35593:2 35658:4 35670:1 35673:1 35682:1 35724:1 35728:1 35731:1 35756:1 35765:1 35795:1 35810:2 35818:1 35836:1 35849:1 35851:1 35855:1 35858:2 35911:1 35919:2 35921:1 35929:1 35983:1 35986:3 35987:1 35998:1 36001:1 36014:1
17 19:2 29:1 30:1 49:1 64:1 91:1 112:1 125:1 186:2 196:1 205:1 208:1 248:1 279:2 332:1 371:1 381:1 388:1 390:1 436:2 439:1 452:1 456:1 538:2 626:1 643:1 690:1 742:1 757:2 771:1 779:1 900:1 907:1 935:2 954:4 1025:2 1026:1 1032:1 1071:1 1075:1 1083:4 1084:2 1088:1 1094:4 1099:1 1100:1 1109:1 1113:1 1119:2 1122:2 1141:1 1148:2 1149:1 1153:1 1160:1 1221:1 1223:1 1225:2 1266:1 1269:1 1280:1 1301:1 1308:1 1318:1 1337:1 1343:1 1350:1 1356:1 1367:1 1390:1 1402:1 1412:1 1492:2 1535:1 1556:1 1559:1 1572:1 1576:1 1601:1 1639:1 1751:1 1756:1 1798:1 1832:2 1839:1 1867:1 1872:1 1894:1 1911:1 1916:1 1919:1 1938:1 1976:1 2002:2 2009:1 2028:1 2041:1 2045:1 2056:1 2073:1 2077:1 2083:1 2095:1 2129:2 2138:1 2145:1 2156:3 2166:1 2168:1 2171:1 2182:1 2195:1 2203:1 2208:2 2210:1 2212:2 2221:1 2251:1 2282:1 2289:2 2301:1 2336:1 2358:1 2381:1 2391:1 2412:1 2425:1 2428:1 2455:1 2525:1 2536:1 2574:1 2720:2 2771:1 2796:1 2839:1 2863:1 2864:1 2868:2 2869:1 2887:3 2893:1 2898:1 2901:1 2902:1 2912:1 2914:1 2915:1 2934:1 2949:2 2990:1 2995:1 3062:1 3064:1 3089:1 3107:4 3109:1 3132:1 3159:2 3163:1 3164:1 3171:1 3181:1 3188:2 3194:1 3202:1 3237:1 3254:1 3317:1 3336:1 3361:1 3377:1 3425:1 3426:2 3463:1 3502:1 3512:2 3515:1 3539:1 3552:1 3556:1 3562:1 3598:3 3607:3 3617:3 3636:1 3652:1 3662:2 3723:1 3727:2 3734:1 3737:1 3760:1 3803:1 3836:1 3855:1 3862:1 3912:1 3962:1 4016:1 4050:1 4090:1 4157:2 4247:2 4275:1 4276:3 4299:1 4314:1 4353:1 4354:1 4359:1 4390:3 4408:1 4424:1 4440:1 4484:1 4497:1 4525:1 4531:1 4541:1 4577:2 4588:1 4599:1 4609:1 4639:1 4643:1 4668:1 4679:2 4681:1 4687:1 4773:1 4775:2 4780:3 4809:1 4852:1 4856:1 4860:1 4872:1 4876:1 4933:1 4935:1 4984:1 5052:1 5057:1 5059:1 5081:1 5088:1 5090:1 5117:1 5124:1 5147:2 5158:2 5240:1 5243:1 5293:1 5301:1 5366:1 5408:1 5417:1 5431:2 5434:1 5435:1 5450:1 5463:3 5501:1 5528:1 5529:1 5545:1 5591:1 5602:1 5611:1 5640:1 5666:1 5668:1 5696:1 5700:1 5701:4 5720:1 5734:1 5749:1 5781:1 5801:3 5807:1 5820:1 5889:1 5895:1 5902:1 5913:1 5920:1 5925:3 5930:1 5932:4 5959:1 5974:1 6004:1 6051:1 6071:2 6072:1 6085:1 6087:1 6104:1 6105:1 6113:1 6122:2 6125:2 6133:1 6134:1 6201:1 6205:1 6234:1 6322:1 6328:1 6358:2 6363:1 6367:1 6395:1 6409:2 6433:1 6483:1 6488:1 6510:1 6527:1 6551:1 6585:1 6587:1 6603:1 6607:1 6624:1 6716:1 6729:1 6730:1 6733:1 6741:1 6798:1 6861:1 6880:1 6882:1 6925:2 6954:2 6971:1 7046:1 7058:2 7064:1 7102:2 7104:1 7111:1 7133:1 7138:1 7142:1 7152:1 7174:1 7182:1 7185:1 7196:1 7201:1 7206:1 7211:1 7212:7 7221:2 7244:2 7255:1 7313:1 7316:1 7349:1 7351:2 7379:1 7384:2 7393:1 7394:3 7406:1 7413:1 7414:1 7433:2 7449:1 7486:1 7509:2 7511:1 7534:2 7542:1 7553:1 7557:1 7575:2 7644:2 7647:1 7657:1 7660:1 7691:2 7717:1 7739:1 7757:1 7771:1 7823:3 7841:1 7863:2 7869:2 7874:1 7880:1 7883:2 7884:1 7928:1 7933:1 7951:1 7982:1 8044:1 8058:1 8109:1 8142:1 8151:1 8161:2 8193:1 8217:3 8219:1 8234:1 8266:1 8278:1 8279:1 8288:1 8337:1 8345:1 8381:3 8386:1 8409:1 8436:1 8438:1 8469:1 8481:1 8510:1 8512:1 8519:2 8693:1 8719:3 8739:2 8744:1 8762:1 8769:1 8783:1 8787:1 8803:1 8848:1 8883:1 8889:1 8907:1 8921:1 8940:1 8941:1 8961:1 8962:2 8994:1 9012:1 9060:1 9112:1 9118:1 9127:1 9135:1 9168:1 9193:1 9205:1 9224:1 9255:1 9263:1 9269:1 9308:3 9337:1 9338:2 9341:1 9347:1 9349:1 9360:1 9361:1 9364:2 9382:1 9418:3 9436:1 9458:1 9523:1 9524:1 9529:1 9544:1 9568:2 9589:1 9610:1 9611:2 9641:1 9655:8 9685:3 9687:2 9693:1 9745:1 9769:1 9821:1 9891:1 9911:1 9917:1 9942:1 9956:1 9990:1 10021:1 10123:3 10136:1 10137:2 10156:1 10163:1 10185:1 10192:1 10216:1 10266:1 10283:1 10292:1 10293:2 10322:1 10352:2 10414:1 10421:1 10439:1 10442:1 10458:1 10491:2 10497:1 10505:1 10507:1 10515:1 10522:1 10559:1 10565:1 10567:1 10600:1 10603:1 10651:2 10657:1 10690:3 10702:1 10754:1 10763:3 10769:1 10776:1 10816:1 10885:1 10890:1 10910:1 10980:2 10989:2 11010:1 11120:1 11126:1 11129:1 11142:1 11165:1 11250:4 11251:1 11279:1 11292:1 11302:1 11318:1 11321:1 11328:1 11345:1 11410:1 11459:1 11473:1 11518:1 11528:2 11570:1 11603:1 11656:1 11682:1 11706:2 11716:1 11767:1 11813:1 11836:2 11866:1 11886:1 11906:1 11907:1 11918:1 11922:1 11929:1 11950:1 11951:1 11990:1 12032:1 12047:3 12048:1 12051:2 12054:1 12069:1 12084:1 12107:1 12113:1 12119:1 12134:1 12162:1 12182:1 12188:1 12193:1 12212:4 12234:1 12237:2 12353:1 12452:1 12475:1 12478:1 12483:1 12543:1 12554:1 12562:3 12566:1 12570:1 12571:1 12615:1 12618:1 12623:1 12625:1 12626:1 12643:2 12651:1 12671:3 12737:1 12758:1 12765:1 12777:1 12848:1 12852:2 12866:2 12893:1 12895:1 12901:1 12959:1 12963:1 12976:1 13004:1 13006:1 13022:1 13024:1 13085:3 13088:1 13089:1 13094:2 13101:1 13107:1 13129:1 13147:1 13165:2 13174:1 13244:1 13270:1 13288:1 13355:2 13399:1 13405:1 13434:2 13505:1 13523:1 13571:1 13586:2 13672:1 13693:1 13707:1 13728:3 13729:1 13737:1 13744:1 13752:1 13753:2 13764:1 13771:1 13772:1 13787:1 13788:4 13819:3 13828:1 13837:1 13840:1 13893:1 13907:1 13927:1 13989:3 13991:1 14002:1 14013:1 14022:1 14027:1 14037:1 14073:1 14080:1 14128:1 14129:1 14163:1 14171:1 14179:1 14200:1 14213:1 14218:1 14219:1 14227:1 14244:1 14250:1 14266:1 14277:1 14307:1 14408:1 14472:1 14510:1 14513:1 14552:1 14581:1 14585:1 14589:1 14619:1 14648:1 14653:2 14661:1 14727:1 14768:1 14793:1 14826:1 14835:1 14858:1 14859:1 14895:1 14898:1 14904:2 14907:1 14908:3 14919:2 14921:1 15015:1 15019:1 15023:1 15029:1 15058:1 15063:1 15068:1 15070:2 15125:1 15132:1 15137:1 15140:1 15160:1 15167:2 15185:1 15206:1 15207:1 15300:1 15316:1 15336:2 15348:1 15360:1 15419:1 15424:1 15426:1 15432:1 15442:1 15461:1 15493:1 15538:1 15544:1 15556:1 15569:1 15571:1 15646:2 15666:1 15675:1 15686:1 15705:2 15719:1 15784:1 15811:4 15840:1 15843:1 15847:1 15849:1 15921:3 15925:1 15945:2 15961:1 15963:1 15968:2 15982:1 15985:1 16120:1 16214:1 16222:1 16311:1 16312:1 16335:1 16379:2 16388:2 16412:1 16436:2 16483:1 16485:1 16542:1 16556:1 16584:1 16653:1 16663:1 16670:1 16692:1 16775:1 16820:2 16833:1 16847:1 16868:1 16873:2 16890:1 16900:2 16902:1 16960:1 16964:6 17006:1 17017:1 17020:1 17042:1 17048:1 17057:1 17066:1 17094:1 17100:1 17106:1 17149:1 17170:1 17179:1 17210:1 17237:2 17365:1 17387:1 17392:1 17441:1 17443:1 17467:1 17470:1 17495:1 17530:1 17550:1 17558:1 17582:1 17583:1 17616:1 17632:2 17651:1 17668:1 17701:1 17705:1 17706:1 17720:1 17725:1 17741:1 17770:1 17838:1 17861:1 17868:1 17870:3 17897:1 17904:1 17906:1 17940:1 17963:1 17972:1 17984:1 18000:1 18007:1 18025:1 18026:1 18050:1 18084:1 18109:1 18127:1 18174:1 18291:1 18300:3 18348:1 18358:1 18365:1 18367:1 18396:7 18415:1 18417:1 18420:11 18439:2 18451:1 18452:1 18477:1 18487:3 18500:1 18537:1 18616:1 18635:1 18648:1 18653:1 18655:2 18670:2 18674:1 18687:1 18728:3 18781:1 18791:1 18793:2 18820:1 18829:1 18839:2 18866:1 18872:1 18913:1 18922:1 18929:1 18936:1 18975:1 19022:1 19025:4 19069:1 19080:1 19082:1 19085:1 19109:1 19139:1 19177:1 19222:1 19272:1 19285:1 19323:1 19328:2 19329:1 19416:1 19445:2 19454:2 19469:1 19478:1 19480:1 19506:1 19507:1 19508:2 19532:1 19535:1 19545:1 19552:1 19576:1 19596:1 19634:1 19670:1 19688:1 19728:1 19754:1 19761:1 19773:1 19779:1 19808:1 19813:1 19815:1 19832:4 19890:1 19902:2 19905:1 19914:2 19977:2 20050:1 20085:3 20096:1 20102:2 20172:2 20176:1 20206:1 20217:1 20221:1 20284:1 20386:2 20437:1 20449:1 20508:1 20513:1 20518:1 20521:1 20557:1 20560:1 20616:1 20635:2 20644:1 20648:2 20661:2 20664:1 20687:1 20722:1 20747:1 20749:2 20835:1 20847:2 20863:1 20869:1 20902:1 20921:1 20963:1 20985:1 20996:1 21009:1 21044:1 21083:1 21099:2 21134:1 21169:1 21198:1 21217:1 21256:1 21298:1 21318:1 21335:2 21355:1 21362:1 21364:1 21401:1 21402:1 21423:1 21484:1 21511:1 21521:1 21541:1 21548:1 21549:1 21592:1 21616:1 21653:1 21668:1 21682:1 21698:1 21758:1 21762:1 21787:1 21805:1 21811:1 21818:1 21819:2 21837:1 21846:1 21858:1 21879:1 21880:1 21882:1 21887:1 21888:1 21916:1 21952:2 21964:1 21999:1 22039:1 22050:1 22080:1 22092:1 22106:1 22110:1 22127:1 22133:4 22142:1 22158:1 22175:1 22197:1 22209:1 22226:1 22237:1 22240:1 22359:1 22423:2 22488:1 22492:1 22506:1 22550:1 22553:1 22558:1 22560:2 22595:1 22624:1 22659:1 22675:1 22699:1 22703:1 22733:1 22751:1 22777:1 22785:1 22798:1 22807:1 22842:1 22885:1 22912:1 22965:1 22966:1 23009:2 23026:1 23031:1372 23034:1 23050:1 23096:1 23100:1 23174:1 23188:1 23204:1 23299:2 23445:2 23478:1 23485:1 23523:1 23531:2 23552:1 23563:1 23570:1 23635:1 23654:3 23662:1 23708:1 23730:1 23765:1 23770:1 23778:1 23816:2 23821:1 23835:1 23879:1 23936:1 23939:1 24071:1 24078:2 24098:1 24106:1 24108:1 24176:1 24182:2 24192:1 24193:2 24197:1 24198:1 24219:1 24226:1 24249:1 24281:1 24282:1 24319:1 24326:1 24365:2 24370:1 24405:1 24417:1 24451:1 24475:1 24543:1 24551:1 24609:2 24653:1 24660:1 24669:1 24670:1 24724:2 24728:1 24736:1 24737:1 24748:1 24755:1 24768:2 24772:2 24774:1 24776:1 24788:1 24811:2 24818:1 24832:1 24940:1 24948:2 24984:1 24988:1 25055:1 25111:1 25116:1 25125:1 25141:1 25147:1 25157:1 25162:1 25175:1 25177:1 25201:2 25205:1 25226:1 25236:1 25254:2 25267:1 25271:1 25283:2 25340:1 25400:1 25402:1 25431:1 25436:1 25447:1 25458:1 25486:1 25516:1 25546:2 25556:1 25571:1 25582:1 25591:1 25612:1 25656:1 25662:1 25665:2 25669:1 25685:1 25686:1 25760:1 25814:1 25850:1 25857:1 25866:1 25891:2 25923:1 25976:1 26024:1 26066:1 26095:1 26153:2 26161:1 26178:1 26212:2 26218:1 26219:5 26221:1 26274:1 26293:1 26339:1 26355:1 26358:1 26364:1 26403:1 26429:1 26434:1 26437:2 26440:1 26472:1 26482:1 26492:1 26497:1 26604:1 26611:1 26615:2 26634:1 26644:1 26702:1 26715:1 26741:1 26746:1 26777:2 26781:1 26785:4 26793:1 26807:1 26817:1 26830:2 26853:1 26920:1 26931:1 26945:2 26977:1 26983:1 27003:2 27004:1 27021:1 27036:2 27064:1 27070:1 27091:2 27103:2 27109:1 27140:1 27177:1 27189:3 27223:1 27231:1 27247:1 27257:1 27258:1 27302:1 27329:1 27332:1 27338:1 27339:1 27344:1 27392:2 27406:1 27408:1 27455:3 27459:1 27464:1 27472:1 27473:2 27563:1 27564:2 27586:4 27609:1 27638:1 27684:1 27698:1 27704:1 27710:1 27738:3 27743:1 27755:1 27756:1 27833:1 27840:1 27846:1 27866:1 27869:2 27877:1 27900:1 27914:3 27948:1 27955:1 27963:1 27971:1 27977:1 28007:1 28013:1 28035:1 28043:1 28048:1 28060:1 28074:2 28084:1 28093:1 28145:1 28166:1 28189:1 28193:1 28202:1 28236:1 28265:1 28286:1 28398:1 28422:1 28456:2 28474:1 28508:2 28527:1 28531:3 28581:1 28612:1 28625:1 28641:2 28655:1 28656:3 28660:1 28670:1 28675:3 28676:2 28695:1 28724:1 28728:1 28763:1 28793:1 28798:2 28804:1 28827:1 28830:1 28843:1 28979:2 28985:1 28987:1 29000:2 29011:4 29030:1 29065:1 29095:1 29104:1 29111:2 29160:1 29173:1 29177:1 29181:1 29203:2 29217:1 29219:1 29240:1 29252:1 29267:3 29270:1 29281:2 29315:1 29343:1 29359:1 29439:2 29497:2 29500:1 29516:4 29532:1 29539:1 29540:2 29607:1 29634:1 29684:1 29690:1 29711:1 29750:1 29826:1 29832:2 29844:1 29845:1 29848:2 29858:2 29874:1 29943:1 29981:1 30010:1 30014:1 30016:1 30043:1 30049:2 30075:1 30092:1 30131:1 30133:1 30150:2 30159:1 30161:1 30186:1 30192:1 30214:2 30222:1 30223:1 30237:1 30249:1 30307:1 30409:1 30469:2 30472:1 30485:1 30520:1 30522:1 30542:1 30553:1 30582:1 30625:1 30662:2 30714:1 30717:1 30745:1 30797:1 30798:1 30837:2 30869:1 30900:1 30922:1 30963:1 30969:1 31018:1 31060:1 31079:2 31090:1 31102:3 31103:1 31116:1 31128:1 31139:1 31147:3 31155:3 31186:2 31195:1 31211:1 31227:1 31274:2 31275:2 31276:1 31323:1 31325:1 31333:1 31364:1 31377:1 31421:1 31444:1 31462:1 31485:1 31504:2 31513:1 31571:1 31578:1 31610:3 31646:1 31650:1 31686:1 31716:1 31770:1 31773:1 31863:1 31899:2 31909:1 31933:1 31934:1 31960:1 31965:1 31970:1 31991:1 31997:2 32026:1 32033:1 32043:1 32059:1 32074:1 32166:1 32223:1 32234:1 32235:2 32252:1 32283:1 32287:1 32289:3 32295:1 32328:2 32341:2 32344:1 32393:2 32402:2 32411:1 32417:2 32423:1 32474:1 32504:1 32505:3 32566:1 32571:1 32623:1 32648:1 32660:1 32686:3 32690:1 32714:1 32729:1 32754:1 32804:1 32843:1 32875:1 32883:2 32910:1 32949:1 32959:1 32976:1 33032:1 33052:2 33057:2 33059:1 33072:2 33110:1 33131:1 33137:1 33236:1 33277:1 33324:1 33362:1 33371:2 33376:1 33387:1 33440:2 33447:1 33448:1 33458:1 33466:1 33489:1 33520:1 33521:1 33522:1 33533:1 33555:1 33572:2 33590:1 33601:1 33622:1 33732:2 33739:1 33741:1 33805:2 33816:1 33831:1 33832:1 33849:1 33854:1 33870:2 33877:1 33881:1 33889:2 33896:1 33942:1 33967:1 33988:1 33997:1 34012:1 34049:1 34081:1 34147:2 34181:2 34188:2 34223:1 34252:1 34263:1 34270:1 34286:1 34311:1 34357:2 34389:5 34411:2 34440:4 34450:1 34464:1 34506:1 34559:1 34611:3 34624:1 34637:1 34646:1 34674:1 34676:1 34689:2 34712:1 34724:1 34728:1 34761:1 34805:1 34860:3 34864:1 34919:1 34956:3 35001:2 35017:1 35029:2 35033:2 35059:1 35076:1 35079:1 35117:1 35139:1 35154:1 35180:1 35192:1 35196:1 35233:2 35252:1 35261:1 35286:1 35289:1 35324:1 35376:1 35412:1 35445:1 35452:1 35559:1 35593:2 35658:4 35670:1 35673:1 35682:1 35724:2 35728:1 35731:1 35756:1 35765:1 35795:1 35810:2 35818:1 35836:1 35849:1 35851:1 35855:1 35858:2 35911:1 35919:2 35921:1 35929:2 35983:1 35986:3 35987:1 35998:1 36001:1 36014:1
17 19:2 29:1 30:1 49:1 64:1 91:1 112:1 125:1 186:2 196:1 205:1 208:1 244:1 248:1 279:2 332:1 371:1 381:1 388:1 390:1 436:2 439:1 452:1 456:1 538:2 626:1 643:1 681:1 690:1 695:1 742:1 757:2 771:1 779:1 900:1 907:1 935:2 954:4 1025:2 1026:1 1032:1 1071:1 1075:1 1083:4 1084:2 1088:1 1094:4 1099:1 1100:1 1109:1 1113:1 1119:2 1122:2 1141:1 1148:2 1149:1 1153:1 1160:1 1221:1 1223:1 1225:2 1266:1 1269:1 1280:1 1301:1 1308:1 1309:1 1318:1 1337:1 1343:1 1350:1 1356:1 1367:1 1390:1 1402:1 1412:1 1492:2 1535:1 1556:1 1559:1 1572:1 1576:1 1601:1 1639:1 1751:1 1756:1 1798:1 1832:2 1839:1 1867:1 1872:1 1894:1 1911:1 1916:1 1919:1 1938:1 1976:1 2002:2 2009:1 2028:1 2041:1 2045:1 2056:1 2073:1 2077:1 2083:1 2095:1 2129:2 2138:1 2145:1 2156:3 2166:1 2168:1 2171:1 2182:1 2195:1 2203:1 2208:2 2210:1 2212:2 2221:1 2251:1 2282:1 2289:2 2301:1 2336:1 2358:1 2381:1 2391:1 2412:1 2425:1 2428:1 2455:1 2525:1 2536:1 2574:1 2720:2 2771:1 2796:1 2839:1 2863:1 2864:1 2868:2 2869:1 2887:3 2893:1 2898:1 2901:1 2902:1 2912:1 2914:1 2915:3 2934:1 2949:2 2990:1 2995:1 3062:1 3064:1 3089:1 3107:4 3109:1 3132:1 3159:2 3163:1 3164:1 3171:1 3181:1 3188:2 3194:1 3202:1 3237:1 3254:1 3317:1 3336:1 3361:1 3377:1 3425:1 3426:2 3463:1 3502:1 3512:2 3515:1 3539:1 3552:1 3556:1 3562:1 3598:3 3607:3 3617:3 3636:1 3652:1 3662:2 3723:1 3727:2 3734:1 3737:1 3760:1 3803:1 3836:1 3855:1 3862:1 3912:1 3918:1 3962:1 4016:1 4050:1 4090:1 4157:2 4247:2 4275:1 4276:3 4299:1 4314:1 4353:1 4354:1 4359:1 4390:3 4408:1 4424:1 4440:1 4484:1 4497:1 4525:1 4531:1 4541:1 4577:2 4588:1 4599:1 4609:1 4639:1 4643:1 4668:1 4679:2 4681:1 4687:1 4773:1 4775:2 4780:3 4809:1 4852:1 4856:1 4860:1 4872:1 4876:1 4933:1 4935:1 4984:1 5052:1 5057:1 5059:1 5081:1 5088:1 5090:1 5117:1 5124:1 5147:2 5158:2 5240:1 5243:1 5287:1 5293:1 5301:1 5366:1 5408:1 5417:1 5431:3 5434:1 5435:1 5450:1 5463:3 5494:1 5501:1 5528:1 5529:1 5545:1 5591:1 5602:1 5611:1 5640:1 5666:1 5668:1 5696:1 5700:1 5701:4 5720:1 5734:1 5749:1 5781:1 5801:3 5807:1 5820:1 5889:1 5895:1 5902:1 5913:1 5920:1 5925:3 5930:1 5932:4 5959:1 5974:1 6004:1 6051:1 6071:2 6072:1 6085:1 6087:1 6104:1 6105:1 6113:1 6122:2 6125:2 6133:1 6134:1 6180:1 6201:1 6205:1 6234:1 6322:1 6328:1 6358:2 6363:1 6367:1 6395:1 6409:2 6413:1 6419:1 6433:1 6483:1 6488:1 6510:1 6527:1 6538:1 6551:1 6585:1 6587:1 6603:1 6607:1 6624:1 6716:1 6729:1 6730:1 6733:1 6741:1 6798:1 6861:1 6880:1 6882:1 6925:2 6954:2 6971:1 7031:1 7046:1 7058:2 7064:1 7102:2 7104:1 7111:1 7133:1 7138:1 7142:1 7152:1 7174:1 7182:1 7185:1 7196:1 7201:1 7206:1 7211:1 7212:7 7221:2 7244:2 7255:1 7313:1 7316:2 7349:1 7351:2 7379:1 7384:2 7393:1 7394:3 7406:1 7413:1 7414:1 7433:2 7449:1 7486:1 7509:2 7511:3 7534:2 7542:1 7553:1 7557:1 7575:2 7644:2 7647:1 7657:1 7660:1 7691:2 7717:1 7739:1 7757:1 7771:1 7823:3 7841:1 7863:2 7869:2 7874:1 7880:1 7883:2 7884:1 7928:1 7933:1 7939:1 7951:1 7982:1 8044:1 8058:1 8109:1 8142:1 8151:1 8161:2 8193:1 8213:1 8217:3 8219:1 8234:1 8266:1 8278:1 8279:1 8288:1 8337:1 8345:1 8381:3 8386:1 8409:1 8436:1 8438:1 8469:1 8481:1 8510:1 8512:1 8519:2 8693:1 8719:3 8739:2 8744:1 8762:1 8767:1 8769:1 8783:1 8787:1 8803:1 8848:1 8883:1 8889:1 8907:1 8921:1 8940:1 8941:1 8961:1 8962:2 8994:1 9012:1 9060:1 9112:1 9118:1 9127:1 9135:1 9168:1 9193:1 9205:1 9224:1 9255:1 9263:1 9269:1 9308:3 9337:1 9338:2 9341:1 9347:2 9349:1 9360:1 9361:1 9364:2 9382:1 9418:3 9436:1 9458:1 9523:1 9524:1 9529:1 9544:1 9568:2 9589:1 9610:1 9611:2 9641:1 9655:8 9685:3 9687:2 9693:1 9720:1 9745:1 9769:1 9821:1 9891:1 9911:1 9917:1 9942:1 9956:1 9990:1 10021:1 10123:3 10136:1 10137:2 10156:1 10163:1 10185:1 10192:1 10216:1 10266:1 10283:1 10292:1 10293:2 10322:1 10352:2 10414:1 10421:1 10439:1 10442:1 10458:1 10491:2 10497:1 10505:1 10507:1 10515:1 10522:1 10559:1 10565:1 10567:1 10600:1 10603:1 10651:2 10657:1 10690:3 10702:1 10754:1 10756:1 10763:3 10769:1 10776:1 10816:1 10885:1 10890:1 10910:1 10917:1 10980:2 10989:2 11010:1 11120:1 11126:1 11129:1 11142:1 11165:1 11250:4 11251:1 11279:1 11292:1 11302:1 11318:1 11321:1 11328:1 11345:1 11374:1 11392:1 11410:1 11459:1 11473:1 11494:1 11518:1 11528:2 11570:1 11603:1 11656:1 11682:1 11706:2 11716:1 11767:1 11813:1 11836:2 11866:1 11886:1 11894:1 11906:1 11907:1 11918:1 11922:1 11929:1 11950:1 11951:1 11990:1 12032:1 12047:3 12048:1 12051:2 12054:1 12069:1 12084:1 12107:1 12113:1 12119:1 12134:1 12162:1 12182:1 12188:1 12193:1 12212:4 12234:1 12237:2 12353:1 12452:1 12475:1 12478:1 12483:1 12543:1 12554:1 12562:3 12566:1 12570:1 12571:1 12615:1 12618:1 12623:1 12625:1 12626:1 12629:1 12643:2 12651:1 12666:1 12671:3 12737:1 12758:1 12765:1 12769:1 12777:1 12848:1 12852:2 12866:2 12893:1 12895:1 12901:1 12941:1 12959:1 12963:1 12976:1 13004:1 13006:1 13022:1 13024:1 13085:4 13088:1 13089:1 13094:2 13101:1 13107:1 13129:1 13147:1 13165:2 13174:1 13244:1 13270:1 13288:1 13338:1 13355:2 13382:1 13399:1 13405:1 13434:3 13505:1 13523:1 13571:1 13586:2 13672:1 13693:1 13707:1 13728:3 13729:1 13737:1 13744:1 13752:1 13753:2 13764:1 13771:1 13772:1 13787:1 13788:4 13819:3 13828:1 13837:1 13840:3 13893:1 13907:1 13927:1 13989:3 13991:1 14002:1 14013:1 14022:1 14027:1 14037:1 14073:1 14080:1 14128:1 14129:1 14163:1 14171:1 14179:1 14200:1 14213:1 14218:1 14219:1 14227:1 14244:1 14250:1 14266:1 14277:1 14307:1 14408:1 14472:1 14510:1 14513:1 14552:1 14581:1 14585:1 14589:1 14619:1 14648:1 14653:2 14661:1 14727:1 14768:1 14793:1 14826:1 14835:1 14858:1 14859:1 14895:1 14898:1 14904:2 14907:1 14908:3 14919:2 14921:1 15015:1 15019:1 15023:1 15029:1 15058:1 15063:1 15068:1 15070:2 15125:1 15132:1 15137:1 15140:1 15155:1 15160:1 15167:2 15185:1 15206:1 15207:1 15300:1 15316:1 15336:2 15348:1 15360:1 15419:1 15424:1 15426:1 15432:1 15442:1 15461:1 15493:1 15538:1 15544:1 15556:1 15569:1 15571:1 15646:2 15666:1 15675:1 15686:1 15705:2 15719:1 15784:1 15811:4 15840:1 15843:1 15847:1 15849:1 15921:3 15925:1 15945:2 15961:1 15963:1 15968:2 15982:1 15985:1 16120:1 16214:1 16222:1 16311:1 16312:1 16335:1 16379:2 16388:2 16392:1 16393:1 16412:1 16436:2 16483:1 16485:1 16542:1 16556:1 16584:1 16653:1 16663:1 16670:1 16692:1 16775:1 16820:2 16833:1 16847:1 16868:1 16873:2 16890:1 16900:2 16902:1 16960:1 16964:6 17006:1 17017:1 17020:1 17042:1 17048:1 17057:1 17066:1 17094:1 17100:1 17106:1 17149:1 17170:1 17179:1 17210:1 17237:2 17365:1 17387:1 17392:1 17441:1 17443:1 17467:1 17470:2 17495:1 17530:1 17550:1 17558:1 17582:1 17583:1 17616:1 17632:2 17651:1 17668:1 17701:1 17705:1 17706:1 17720:1 17725:1 17741:1 17770:1 17838:1 17843:1 17861:1 17868:1 17870:3 17897:1 17904:1 17906:1 17940:1 17963:1 17972:1 17984:1 18000:1 18007:1 18025:1 18026:1 18050:1 18084:1 18109:1 18118:1 18127:1 18174:1 18291:1 18300:3 18348:1 18358:1 18365:2 18367:1 18396:7 18412:1 18415:1 18417:1 18420:12 18439:2 18451:1 18452:1 18477:1 18487:3 18496:1 18500:1 18537:1 18616:1 18635:2 18648:1 18653:1 18655:2 18670:2 18674:1 18687:1 18728:3 18781:1 18791:1 18793:2 18820:1 18829:1 18839:2 18866:1 18872:1 18913:1 18922:1 18929:1 18936:1 18975:1 19007:1 19022:1 19025:4 19054:1 19069:1 19080:1 19082:1 19085:1 19109:1 19139:1 19177:2 19222:1 19272:1 19285:1 19323:1 19328:2 19329:1 19416:1 19445:2 19454:2 19469:1 19478:1 19480:1 19506:1 19507:1 19508:2 19532:1 19535:1 19545:1 19552:1 19576:1 19596:1 19634:1 19670:1 19688:1 19728:1 19754:1 19761:1 19773:1 19779:1 19808:1 19813:1 19815:1 19832:4 19890:1 19902:2 19905:1 19914:2 19977:2 20050:1 20085:3 20096:1 20102:2 20172:2 20176:1 20206:1 20217:1 20221:1 20284:1 20386:2 20437:1 20449:1 20508:1 20513:1 20518:1 20521:1 20544:1 20557:1 20560:1 20616:1 20635:2 20644:1 20648:2 20661:2 20664:1 20687:1 20722:1 20747:1 20749:2 20835:1 20847:2 20863:1 20869:1 20902:1 20921:1 20963:1 20985:1 20996:1 21009:1 21044:1 21064:1 21083:1 21099:2 21134:1 21169:1 21198:1 21217:1 21256:1 21298:1 21318:1 21335:2 21355:1 21357:1 21362:1 21364:1 21401:1 21402:1 21423:1 21484:1 21511:1 21521:1 21541:1 21548:1 21549:1 21592:1 21616:1 21653:1 21668:1 21682:1 21698:1 21758:1 21762:1 21787:1 21805:1 21811:1 21818:1 21819:2 21837:1 21846:1 21858:1 21879:1 21880:1 21882:1 21887:1 21888:1 21916:1 21952:2 21962:1 21964:1 21999:1 22039:1 22050:1 22080:1 22092:1 22106:1 22110:1 22127:1 22133:4 22142:1 22158:2 22175:1 22197:1 22209:1 22226:1 22237:1 22240:1 22359:1 22423:2 22464:1 22488:1 22492:1 22506:1 22550:1 22553:1 22558:1 22560:2 22595:1 22624:1 22659:1 22675:1 22699:1 22703:1 22733:1 22751:1 22777:1 22785:1 22798:1 22807:1 22842:1 22885:1 22912:1 22965:1 22966:1 23009:2 23026:1 23031:1435 23034:1 23050:1 23096:1 23100:1 23174:1 23188:1 23204:1 23299:2 23445:2 23478:1 23485:1 23523:1 23531:2 23552:1 23563:1 23570:1 23635:1 23654:3 23662:1 23708:1 23730:1 23765:1 23770:1 23778:1 23816:2 23821:1 23835:1 23879:1 23936:1 23939:1 23971:1 24071:1 24078:2 24098:1 24106:1 24108:1 24176:1 24182:2 24192:1 24193:2 24197:1 24198:1 24219:1 24226:1 24249:1 24281:1 24282:1 24319:1 24326:1 24365:2 24370:1 24405:1 24417:1 24422:1 24451:1 24475:1 24543:1 24551:1 24609:2 24653:1 24660:1 24669:1 24670:1 24687:1 24724:2 24728:1 24736:1 24737:1 24748:1 24755:1 24768:2 24772:2 24774:1 24776:1 24788:1 24811:2 24818:1 24832:1 24918:1 24940:1 24948:2 24984:1 24988:1 25055:1 25111:1 25116:1 25125:1 25141:1 25147:1 25157:1 25162:1 25175:1 25177:1 25188:1 25201:2 25205:1 25226:1 25236:1 25254:2 25267:1 25271:2 25283:2 25340:1 25400:1 25402:1 25431:1 25436:1 25447:1 25458:1 25486:1 25516:1 25546:2 25556:1 25571:1 25582:2 25591:1 25612:1 25656:1 25662:1 25665:2 25669:1 25685:1 25686:1 25760:1 25814:1 25850:1 25857:1 25866:1 25891:2 25923:1 25976:1 26024:1 26066:1 26095:1 26153:2 26161:1 26178:1 26212:2 26218:1 26219:5 26221:1 26274:1 26293:1 26339:1 26355:1 26358:1 26364:1 26403:1 26429:1 26434:1 26437:2 26440:1 26472:1 26482:1 26492:1 26497:1 26604:1 26611:1 26615:2 26634:1 26644:1 26702:1 26715:1 26741:1 26746:1 26777:2 26781:1 26785:4 26793:1 26807:1 26817:1 26830:2 26853:1 26920:1 26931:1 26945:2 26977:1 26983:1 27003:2 27004:1 27021:1 27036:2 27064:1 27070:1 27091:2 27103:2 27109:1 27140:1 27177:1 27189:3 27223:1 27231:1 27247:1 27257:1 27258:1 27302:1 27329:1 27332:1 27338:1 27339:1 27344:1 27392:2 27406:1 27408:1 27455:3 27459:1 27464:1 27472:1 27473:3 27563:1 27564:2 27586:4 27609:1 27638:1 27684:1 27698:1 27704:1 27710:1 27738:3 27743:1 27755:1 27756:1 27833:1 27840:1 27846:1 27866:1 27869:2 27877:1 27900:1 27914:3 27948:1 27955:1 27963:1 27971:1 27977:1 28007:1 28013:1 28035:1 28043:1 28048:1 28060:1 28074:2 28084:1 28093:1 28145:1 28166:1 28189:1 28193:1 28202:2 28236:1 28265:1 28286:1 28398:1 28422:2 28456:2 28474:1 28508:3 28527:1 28531:3 28581:1 28612:1 28625:1 28641:2 28655:1 28656:3 28660:2 28670:1 28675:3 28676:3 28695:1 28724:1 28728:1 28763:1 28771:1 28793:1 28798:2 28804:1 28827:1 28830:1 28843:1 28979:2 28985:1 28987:1 29000:2 29011:4 29021:2 29030:1 29065:1 29095:1 29104:1 29111:2 29160:1 29173:1 29177:1 29181:2 29203:2 29217:1 29219:1 29240:1 29252:1 29267:3 29270:1 29281:2 29315:1 29343:1 29359:1 29439:2 29497:2 29500:1 29516:4 29532:1 29539:1 29540:2 29607:1 29627:1 29634:1 29684:1 29690:1 29711:1 29750:1 29826:1 29832:2 29844:1 29845:1 29848:2 29858:2 29874:1 29943:1 29981:1 30010:1 30014:2 30016:1 30043:1 30049:2 30075:1 30092:1 30131:1 30133:1 30150:2 30159:1 30161:1 30186:1 30192:1 30214:2 30222:1 30223:1 30237:1 30249:1 30307:1 30409:1 30469:2 30472:1 30485:1 30520:1 30522:1 30542:1 30553:1 30582:1 30625:1 30662:2 30714:1 30717:1 30745:1 30797:1 30798:1 30837:2 30869:1 30900:1 30922:1 30963:1 30969:1 31018:1 31060:1 31077:1 31079:2 31090:1 31102:3 31103:1 31116:1 31128:1 31139:1 31147:3 31155:3 31186:2 31195:1 31211:1 31227:1 31274:2 31275:2 31276:1 31323:1 31325:1 31333:1 31364:1 31377:1 31421:1 31444:1 31462:1 31485:1 31504:2 31513:1 31571:1 31578:1 31610:3 31646:1 31650:1 31686:1 31716:1 31770:1 31773:1 31863:1 31899:2 31909:1 31933:1 31934:1 31960:1 31965:1 31970:1 31991:1 31997:2 32026:1 32033:1 32043:1 32059:1 32074:1 32166:1 32223:1 32234:1 32235:2 32252:1 32283:1 32287:1 32289:3 32295:1 32328:2 32341:2 32344:1 32393:2 32402:2 32410:1 32411:1 32417:2 32423:1 32474:1 32504:1 32505:3 32566:1 32571:1 32623:1 32648:1 32660:1 32686:3 32690:1 32714:1 32729:1 32754:1 32783:1 32804:1 32831:1 32838:1 32843:1 32875:1 32883:2 32910:1 32949:1 32959:1 32976:1 33032:1 33052:2 33057:2 33059:1 33072:2 33080:1 33110:1 33131:2 33137:1 33236:1 33277:1 33324:1 33362:1 33371:2 33376:1 33387:1 33440:2 33447:1 33448:1 33458:1 33466:1 33489:1 33520:1 33521:1 33522:1 33533:1 33555:1 33572:2 33590:1 33601:1 33622:1 33732:2 33739:1 33741:1 33805:2 33816:1 33831:1 33832:1 33849:1 33854:1 33870:2 33877:1 33881:1 33889:2 33896:1 33942:1 33967:1 33988:1 33997:1 34012:1 34049:1 34081:1 34147:2 34181:2 34188:2 34223:1 34252:1 34263:1 34270:1 34286:1 34311:1 34357:2 34389:6 34404:1 34411:2 34440:4 34450:1 34464:1 34483:1 34506:1 34559:1 34611:3 34624:1 34637:1 34646:1 34674:1 34676:1 34689:2 34712:1 34724:1 34728:1 34761:1 34805:1 34860:3 34864:1 34919:1 34956:3 35001:2 35017:1 35029:2 35033:2 35059:1 35076:1 35079:1 35117:1 35139:1 35154:1 35180:1 35192:1 35196:1 35233:2 35252:1 35261:1 35286:1 35289:1 35324:1 35376:1 35412:1 35445:1 35452:1 35559:1 35593:2 35658:4 35670:1 35673:1 35682:1 35724:2 35728:1 35731:1 35756:1 35765:1 35795:1 35810:2 35818:1 35836:1 35849:1 35851:1 35855:1 35858:2 35874:1 35911:1 35919:2 35921:1 35929:2 35983:1 35986:3 35987:1 35998:1 36001:1 36014:1
17 19:2 29:1 30:1 49:1 64:1 86:1 91:1 112:1 125:1 163:1 186:2 196:1 205:1 208:1 244:1 248:1 257:1 279:2 332:2 371:1 381:1 388:1 390:1 436:2 439:1 449:1 452:1 456:1 538:2 546:1 626:1 643:1 681:1 690:1 695:1 742:1 757:2 771:1 779:1 900:1 907:1 935:2 954:4 1025:2 1026:1 1032:1 1071:1 1075:1 1083:4 1084:2 1088:1 1094:4 1098:1 1099:1 1100:1 1109:1 1113:1 1119:2 1122:2 1141:1 1148:2 1149:1 1153:1 1160:1 1191:2 1221:1 1223:1 1225:2 1266:1 1269:1 1280:1 1301:1 1307:1 1308:1 1309:1 1318:1 1337:1 1343:1 1350:1 1356:1 1367:1 1390:1 1402:1 1412:1 1492:2 1535:1 1556:1 1559:1 1572:1 1576:1 1601:1 1639:1 1681:1 1751:1 1756:2 1798:1 1819:1 1832:2 1839:1 1867:1 1872:1 1894:1 1911:1 1916:1 1919:1 1938:1 1976:1 2002:2 2009:1 2028:1 2041:1 2045:1 2056:1 2073:1 2077:1 2083:1 2095:1 2129:2 2138:1 2145:1 2156:3 2166:1 2168:1 2171:1 2182:1 2195:1 2203:1 2208:2 2210:1 2212:2 2221:1 2251:1 2259:1 2282:1 2289:2 2301:1 2336:1 2358:1 2381:1 2391:1 2407:1 2412:1 2425:1 2428:1 2455:1 2476:1 2525:1 2536:1 2557:1 2574:1 2587:1 2612:1 2720:2 2771:1 2796:1 2800:1 2839:1 2854:1 2863:1 2864:1 2868:2 2869:1 2887:3 2893:1 2897:1 2898:1 2901:1 2902:1 2912:1 2914:1 2915:3 2934:1 2949:2 2990:1 2995:1 3062:1 3064:1 3089:1 3107:4 3109:1 3132:1 3159:2 3163:1 3164:1 3171:1 3181:1 3188:2 3194:1 3198:1 3202:1 3237:1 3252:1 3254:1 3317:1 3336:1 3361:1 3377:1 3399:1 3416:1 3425:1 3426:2 3463:1 3502:1 3512:2 3515:1 3539:1 3552:1 3556:1 3562:1 3598:3 3607:4 3617:3 3636:1 3652:1 3662:2 3723:1 3727:2 3734:1 3737:1 3760:1 3803:1 3816:1 3836:1 3855:1 3862:1 3863:1 3907:1 3912:1 3918:1 3919:1 3962:1 4016:1 4050:1 4090:1 4157:2 4247:2 4275:1 4276:3 4299:1 4314:1 4353:1 4354:1 4359:1 4390:3 4408:1 4424:1 4440:1 4484:1 4497:1 4525:1 4531:1 4541:1 4577:2 4588:1 4599:1 4609:1 4639:1 4643:1 4668:1 4679:2 4681:1 4687:1 4773:1 4775:2 4780:3 4809:1 4852:1 4856:1 4860:1 4872:1 4876:1 4910:1 4933:1 4935:1 4984:1 5052:1 5057:1 5059:1 5081:1 5088:1 5090:1 5117:1 5124:2 5134:1 5147:2 5158:2 5240:1 5243:1 5287:1 5293:1 5301:1 5366:1 5408:1 5417:1 5431:3 5434:1 5435:1 5450:1 5463:3 5494:1 5501:1 5528:1 5529:1 5545:1 5591:1 5602:1 5611:1 5640:1 5666:1 5668:1 5696:1 5700:1 5701:4 5720:1 5734:1 5749:1 5781:1 5801:3 5807:1 5820:1 5889:1 5895:2 5902:1 5904:1 5913:1 5920:1 5925:3 5930:1 5932:4 5959:1 5974:1 6004:1 6051:1 6071:2 6072:1 6085:1 6087:1 6088:1 6104:1 6105:1 6113:1 6122:2 6125:2 6133:1 6134:1 6175:1 6180:1 6201:1 6205:1 6234:1 6322:1 6328:1 6358:2 6363:1 6367:1 6395:1 6409:2 6413:1 6419:1 6433:1 6483:1 6488:1 6510:1 6527:1 6538:1 6551:1 6585:1 6587:1 6603:1 6607:1 6624:1 6716:1 6729:1 6730:1 6733:1 6741:1 6798:1 6861:1 6865:1 6866:1 6880:1 6882:1 6925:2 6954:3 6971:1 7031:1 7035:1 7046:1 7058:2 7064:1 7102:2 7104:1 7111:1 7133:1 7138:1 7142:2 7152:1 7174:1 7182:1 7185:1 7196:1 7201:2 7206:1 7211:1 7212:7 7221:2 7244:2 7255:1 7313:1 7316:2 7349:1 7351:2 7379:1 7384:2 7393:1 7394:3 7406:1 7413:1 7414:1 7433:3 7449:1 7480:1 7486:1 7509:2 7511:3 7534:2 7542:1 7553:1 7557:1 7575:2 7644:2 7647:1 7657:1 7660:1 7691:2 7717:1 7739:1 7757:1 7771:1 7823:5 7841:1 7863:2 7869:2 7874:1 7880:1 7883:2 7884:1 7928:1 7933:1 7939:1 7946:1 7951:1 7982:1 7989:1 8044:1 8049:1 8058:1 8109:1 8142:1 8151:1 8161:2 8193:1 8213:1 8217:3 8219:1 8234:1 8266:1 8278:1 8279:1 8288:1 8337:1 8345:1 8381:3 8386:1 8409:1 8436:1 8438:1 8468:1 8469:1 8481:1 8510:1 8512:1 8519:2 8631:1 8693:1 8719:4 8739:2 8744:1 8762:1 8767:1 8769:1 8783:1 8787:1 8798:1 8803:1 8848:1 8883:1 8889:1 8907:1 8921:1 8940:1 8941:1 8961:1 8962:2 8994:1 9012:1 9054:1 9056:1 9060:1 9112:1 9118:1 9127:1 9135:1 9168:1 9193:1 9205:1 9224:1 9255:1 9263:1 9269:1 9308:3 9337:1 9338:2 9341:1 9347:3 9349:1 9354:1 9360:1 9361:1 9364:3 9382:1 9418:3 9436:1 9458:1 9523:1 9524:1 9529:1 9544:1 9568:2 9589:1 9610:1 9611:2 9641:1 9655:10 9685:4 9687:2 9693:1 9720:1 9745:1 9769:1 9821:1 9891:1 9911:1 9917:2 9942:1 9956:1 9990:1 10021:1 10083:1 10123:3 10136:1 10137:2 10156:1 10163:2 10185:1 10192:1 10216:1 10266:1 10283:1 10292:1 10293:2 10322:1 10352:2 10414:1 10421:1 10439:1 10442:1 10457:1 10458:1 10491:2 10497:1 10505:1 10507:1 10515:1 10522:1 10559:1 10565:1 10567:1 10600:1 10603:1 10619:1 10651:2 10657:1 10690:4 10702:1 10754:1 10756:1 10757:1 10763:4 10769:1 10776:1 10816:1 10885:1 10890:1 10910:1 10917:1 10926:1 10980:2 10989:2 11006:1 11010:1 11120:1 11126:1 11129:1 11142:1 11165:1 11176:1 11250:4 11251:1 11279:1 11292:1 11302:1 11318:1 11321:1 11328:1 11345:1 11374:1 11392:1 11410:1 11459:1 11473:1 11494:1 11506:1 11518:1 11528:2 11570:2 11603:1 11656:1 11682:1 11706:2 11716:1 11767:1 11779:1 11813:1 11836:2 11866:1 11886:1 11894:1 11906:1 11907:1 11918:2 11922:1 11929:1 11950:1 11951:1 11990:1 12032:1 12047:3 12048:1 12051:2 12054:1 12069:1 12084:1 12107:1 12113:1 12119:1 12134:1 12162:1 12182:1 12188:1 12193:1 12212:4 12234:1 12237:2 12353:1 12384:1 12452:1 12475:1 12478:1 12483:1 12543:1 12554:1 12562:3 12566:1 12570:1 12571:1 12615:1 12618:1 12623:1 12625:1 12626:1 12629:1 12643:2 12651:1 12666:1 12671:3 12737:1 12758:1 12765:1 12769:1 12777:1 12848:1 12852:3 12866:2 12878:1 12893:1 12895:1 12901:1 12941:1 12959:1 12963:1 12976:1 13004:1 13006:1 13022:1 13024:1 13085:4 13088:1 13089:1 13094:2 13101:1 13107:1 13129:1 13147:1 13165:3 13174:1 13181:1 13244:1 13251:1 13270:1 13288:1 13338:1 13354:1 13355:2 13382:1 13394:1 13399:1 13405:1 13422:1 13434:3 13440:1 13505:1 13523:1 13571:1 13586:2 13672:1 13693:1 13707:1 13728:3 13729:1 13737:1 13744:1 13752:1 13753:2 13764:1 13771:1 13772:1 13787:1 13788:4 13815:1 13819:3 13828:1 13837:1 13840:3 13893:1 13907:1 13927:1 13989:3 13991:1 14002:1 14013:1 14022:1 14027:1 14037:1 14073:2 14080:1 14128:1 14129:1 14163:1 14171:1 14179:1 14200:1 14213:1 14218:1 14219:1 14227:1 14244:1 14250:1 14266:1 14277:1 14307:1 14408:1 14472:1 14510:1 14513:1 14526:1 14552:1 14581:1 14585:1 14589:1 14602:1 14619:1 14648:1 14653:2 14661:1 14727:1 14756:1 14768:1 14793:1 14826:1 14835:1 14858:1 14859:1 14895:1 14898:1 14904:2 14907:1 14908:3 14919:2 14921:1 15015:1 15019:1 15023:1 15029:1 15058:1 15063:1 15068:1 15070:2 15125:1 15132:1 15137:1 15140:1 15155:2 15160:1 15167:2 15185:1 15206:1 15207:1 15224:1 15297:1 15300:1 15316:1 15336:2 15348:1 15360:1 15419:1 15424:1 15426:1 15432:1 15442:1 15461:1 15493:1 15538:1 15544:1 15545:1 15556:1 15561:1 15569:1 15571:1 15646:2 15666:1 15675:1 15686:1 15705:2 15719:1 15749:1 15784:1 15811:4 15840:1 15843:1 15847:1 15849:1 15921:3 15925:1 15945:2 15961:1 15963:1 15968:2 15982:1 15985:1 16120:1 16214:1 16222:1 16311:1 16312:1 16335:1 16379:3 16388:2 16392:1 16393:1 16412:1 16436:2 16483:1 16485:1 16488:1 16542:1 16556:1 16584:1 16653:1 16663:1 16670:1 16692:1 16775:1 16820:2 16833:1 16847:1 16868:1 16873:2 16890:1 16900:2 16902:1 16922:1 16960:1 16964:6 17006:1 17017:1 17020:1 17042:1 17048:1 17057:1 17066:1 17093:1 17094:1 17100:1 17106:1 17149:1 17170:1 17179:1 17210:1 17237:2 17365:1 17387:1 17392:1 17441:1 17443:1 17467:1 17470:2 17495:1 17530:1 17550:1 17558:1 17582:1 17583:1 17616:1 17628:1 17632:2 17651:1 17668:1 17701:1 17705:1 17706:1 17720:1 17725:1 17727:1 17741:1 17770:1 17838:1 17843:1 17852:1 17861:1 17865:1 17868:1 17870:3 17874:1 17897:1 17904:1 17906:1 17940:1 17963:1 17972:1 17984:1 18000:1 18007:1 18025:1 18026:1 18050:1 18069:1 18084:1 18109:1 18118:1 18127:1 18174:1 18291:1 18300:3 18348:1 18358:1 18365:2 18367:1 18396:7 18412:1 18415:1 18417:1 18418:1 18420:14 18439:2 18451:1 18452:1 18477:1 18487:3 18496:1 18500:1 18537:1 18553:1 18616:1 18635:2 18648:1 18653:1 18655:2 18670:2 18674:1 18687:1 18728:3 18781:1 18791:1 18793:2 18820:1 18829:1 18839:2 18866:1 18872:1 18913:1 18922:1 18929:1 18936:1 18975:1 19007:1 19022:1 19025:4 19054:1 19069:1 19072:1 19080:1 19082:1 19085:1 19109:1 19139:1 19177:2 19222:1 19232:1 19272:1 19285:1 19323:1 19328:2 19329:1 19416:1 19445:2 19454:2 19469:1 19478:1 19480:1 19506:1 19507:1 19508:2 19532:1 19535:1 19545:1 19552:1 19576:1 19596:1 19634:1 19635:1 19638:1 19670:1 19688:1 19728:1 19754:1 19761:1 19773:1 19779:1 19808:1 19813:1 19815:1 19832:4 19890:1 19902:2 19905:1 19914:2 19977:2 20049:1 20050:1 20085:3 20096:1 20102:2 20172:2 20176:1 20206:1 20217:1 20221:1 20284:1 20294:1 20345:1 20386:2 20437:1 20449:1 20468:1 20479:1 20508:1 20513:1 20518:1 20521:1 20544:1 20557:1 20560:1 20616:1 20635:2 20644:1 20648:2 20661:2 20664:1 20687:1 20722:1 20747:1 20749:2 20835:1 20847:2 20863:1 20869:1 20902:1 20921:1 20963:1 20985:1 20996:1 21009:1 21044:1 21064:1 21083:1 21099:2 21134:1 21169:1 21198:1 21217:1 21256:1 21294:1 21298:1 21318:2 21335:2 21355:1 21357:1 21362:1 21364:1 21401:1 21402:1 21423:1 21484:1 21498:1 21511:1 21521:1 21541:1 21548:1 21549:1 21592:1 21616:1 21653:2 21668:1 21682:1 21698:1 21733:1 21758:1 21762:1 21787:1 21805:1 21811:1 21818:1 21819:2 21837:1 21846:1 21858:1 21877:1 21879:1 21880:1 21882:1 21887:1 21888:1 21916:1 21952:2 21962:1 21964:1 21999:1 22002:1 22039:1 22050:1 22080:1 22092:1 22106:1 22110:1 22127:1 22133:5 22142:1 22158:2 22175:1 22197:1 22209:1 22226:1 22237:1 22240:1 22359:1 22423:2 22464:1 22488:1 22492:1 22506:1 22527:1 22550:1 22553:1 22558:1 22560:2 22595:1 22624:1 22642:1 22659:1 22675:1 22690:1 22699:1 22703:1 22733:1 22751:1 22777:1 22785:1 22798:1 22807:2 22842:1 22885:1 22912:1 22965:1 22966:1 23009:2 23026:1 23031:1535 23034:1 23050:1 23096:1 23100:1 23174:1 23188:1 23204:1 23299:2 23429:1 23445:2 23478:1 23485:1 23523:1 23531:2 23552:1 23563:1 23570:1 23635:1 23654:3 23662:1 23708:1 23730:1 23765:1 23770:1 23778:1 23816:2 23821:1 23829:1 23835:1 23879:1 23903:1 23936:1 23939:2 23971:1 24071:1 24078:2 24098:1 24106:1 24108:1 24132:1 24176:1 24182:3 24192:1 24193:2 24197:1 24198:1 24219:1 24226:1 24232:1 24249:1 24281:1 24282:1 24319:1 24326:1 24365:2 24370:1 24405:1 24417:1 24422:1 24451:1 24475:1 24543:1 24551:1 24609:2 24653:1 24660:1 24669:1 24670:1 24687:1 24724:2 24728:1 24730:2 24736:1 24737:1 24739:1 24748:1 24755:1 24768:2 24772:2 24774:1 24776:1 24788:1 24811:2 24818:1 24832:1 24865:1 24881:1 24883:1 24918:1 24940:1 24948:2 24984:1 24988:1 25055:1 25104:1 25111:1 25116:1 25125:1 25141:1 25147:1 25157:1 25162:1 25175:1 25177:1 25188:1 25201:2 25205:1 25226:1 25236:1 25254:2 25267:1 25271:2 25283:2 25340:1 25400:1 25402:1 25431:1 25436:1 25447:1 25458:1 25486:1 25516:1 25546:3 25556:1 25571:1 25582:2 25591:1 25612:1 25656:1 25662:1 25665:2 25669:1 25685:1 25686:1 25716:1 25746:1 25760:1 25814:1 25850:1 25857:1 25866:1 25891:2 25923:1 25976:1 26024:1 26066:1 26095:1 26150:1 26153:2 26161:1 26178:1 26212:2 26218:1 26219:5 26221:1 26274:1 26293:1 26339:1 26355:1 26358:1 26364:1 26403:1 26429:1 26434:1 26437:2 26440:1 26472:1 26482:1 26492:1 26497:1 26604:1 26611:1 26615:2 26634:1 26644:1 26702:1 26715:1 26721:1 26741:1 26746:1 26777:2 26781:1 26785:4 26793:1 26803:1 26807:1 26817:1 26830:2 26853:1 26858:1 26920:1 26931:1 26945:2 26977:1 26983:1 27003:2 27004:1 27021:1 27036:2 27064:1 27070:1 27091:2 27103:2 27109:1 27140:1 27177:1 27189:3 27223:1 27231:1 27247:1 27257:1 27258:1 27302:1 27329:1 27332:1 27338:1 27339:1 27343:1 27344:1 27392:2 27406:1 27408:1 27455:3 27459:1 27464:1 27472:1 27473:3 27561:1 27563:1 27564:3 27586:4 27609:1 27638:1 27684:1 27698:1 27704:1 27710:1 27738:4 27743:1 27755:1 27756:1 27833:1 27840:1 27846:1 27866:1 27869:2 27877:1 27900:2 27914:3 27948:1 27955:1 27963:1 27971:1 27977:1 28007:1 28013:1 28035:1 28043:1 28048:1 28060:1 28074:2 28084:1 28093:1 28145:1 28166:1 28189:1 28193:1 28202:2 28236:1 28265:1 28286:1 28398:1 28422:2 28456:2 28474:1 28508:3 28527:1 28531:3 28581:1 28612:1 28625:1 28641:2 28655:1 28656:3 28660:2 28670:1 28675:3 28676:3 28695:1 28724:1 28728:1 28763:1 28771:1 28793:1 28798:2 28804:1 28827:1 28830:1 28843:1 28885:1 28979:2 28985:1 28987:1 29000:2 29011:4 29021:2 29030:1 29065:1 29095:1 29104:1 29111:2 29160:1 29173:1 29175:1 29177:1 29181:2 29203:2 29217:1 29219:1 29233:1 29240:1 29252:1 29267:3 29270:1 29281:2 29315:1 29343:1 29359:1 29439:2 29497:2 29500:1 29516:4 29532:1 29539:1 29540:2 29607:1 29627:1 29634:1 29641:1 29684:1 29685:1 29690:1 29711:1 29750:1 29826:1 29832:2 29844:1 29845:1 29848:2 29858:2 29874:1 29943:1 29948:1 29981:1 30010:1 30014:2 30016:1 30043:1 30049:2 30075:1 30092:1 30131:1 30133:1 30150:2 30159:1 30160:1 30161:1 30167:1 30186:1 30192:1 30214:2 30222:1 30223:1 30237:1 30249:1 30268:1 30269:1 30307:1 30409:1 30469:2 30472:1 30485:1 30520:1 30522:1 30542:1 30553:1 30582:1 30625:1 30662:2 30714:1 30717:1 30745:1 30797:1 30798:1 30837:2 30869:1 30900:1 30922:1 30963:1 30969:1 31018:1 31031:1 31060:1 31077:1 31079:2 31090:1 31102:3 31103:1 31116:1 31128:1 31139:1 31147:3 31155:3 31186:2 31195:1 31211:1 31227:1 31249:1 31274:2 31275:2 31276:1 31323:1 31325:1 31333:1 31364:1 31377:1 31421:1 31444:1 31462:1 31485:1 31504:2 31513:1 31571:1 31578:1 31610:3 31646:1 31650:1 31653:1 31686:1 31716:1 31770:1 31773:1 31793:1 31809:1 31863:1 31899:2 31903:1 31909:1 31933:1 31934:1 31960:1 31965:1 31970:1 31991:1 31997:2 32026:1 32033:1 32043:1 32059:1 32074:1 32166:1 32223:1 32234:1 32235:2 32252:1 32283:1 32287:2 32289:3 32295:1 32328:2 32341:2 32344:1 32393:2 32402:2 32410:1 32411:1 32412:1 32417:2 32423:1 32474:1 32504:2 32505:3 32566:1 32571:1 32623:1 32648:1 32660:1 32686:4 32690:1 32714:1 32729:1 32754:1 32783:1 32804:1 32831:1 32838:1 32843:1 32875:1 32883:2 32910:1 32949:1 32959:1 32976:1 33032:1 33052:2 33057:2 33059:1 33072:2 33080:1 33110:1 33131:2 33137:1 33193:1 33236:1 33277:1 33324:1 33362:1 33371:2 33376:1 33387:1 33413:1 33440:2 33447:1 33448:1 33458:1 33466:1 33489:1 33520:1 33521:1 33522:1 33533:1 33555:1 33572:2 33590:1 33601:2 33622:1 33732:2 33739:1 33741:1 33805:2 33816:1 33831:1 33832:1 33849:1 33854:1 33870:2 33877:1 33881:1 33889:2 33896:1 33942:1 33967:1 33988:1 33997:1 34012:1 34020:1 34049:1 34081:1 34147:2 34181:2 34188:2 34223:1 34252:1 34263:1 34270:1 34286:1 34311:1 34342:1 34357:2 34389:8 34404:1 34411:2 34440:4 34450:1 34464:1 34483:1 34506:1 34559:1 34611:3 34624:1 34637:1 34646:1 34674:1 34676:1 34689:2 34712:1 34724:1 34728:1 34761:1 34805:1 34831:1 34860:3 34864:1 34891:1 34919:1 34956:3 35001:2 35017:1 35029:2 35033:2 35059:1 35076:1 35079:1 35117:1 35139:1 35154:1 35180:1 35192:1 35196:1 35233:2 35252:1 35261:1 35286:1 35289:1 35324:1 35376:1 35412:1 35445:1 35452:2 35559:1 35593:2 35658:4 35670:1 35673:1 35682:1 35724:2 35728:1 35731:1 35756:1 35765:1 35795:1 35810:2 35818:1 35836:1 35849:1 35851:1 35855:1 35858:2 35874:1 35911:1 35919:2 35921:1 35929:2 35983:1 35986:3 35987:1 35998:1 36001:1 36014:1
17 19:2 29:1 30:1 49:1 64:2 86:1 91:1 112:1 125:1 163:1 186:2 196:1 205:1 208:1 244:1 248:1 257:1 279:2 332:2 371:1 381:1 388:1 390:1 434:1 436:2 439:1 449:1 452:1 456:1 538:2 546:1 626:1 643:1 681:1 690:1 695:1 742:1 757:2 771:1 779:1 900:1 907:1 935:2 954:4 1025:2 1026:1 1032:1 1071:1 1075:1 1083:4 1084:2 1088:1 1094:4 1098:1 1099:1 1100:1 1109:1 1113:1 1119:2 1122:2 1141:1 1148:2 1149:1 1153:1 1160:1 1191:2 1221:1 1223:1 1225:2 1266:1 1269:1 1280:1 1301:1 1307:1 1308:1 1309:1 1318:1 1337:1 1343:1 1350:1 1356:1 1367:1 1368:1 1369:1 1390:1 1402:1 1412:1 1492:2 1514:1 1531:1 1535:1 1556:1 1559:1 1572:1 1576:1 1601:1 1639:1 1668:1 1681:1 1751:1 1756:2 1798:1 1819:1 1832:2 1839:1 1867:1 1872:1 1894:1 1911:1 1916:1 1919:1 1938:1 1976:1 2002:2 2009:1 2028:1 2041:1 2045:1 2056:2 2073:1 2077:1 2083:1 2095:1 2129:2 2138:1 2145:1 2156:3 2166:1 2168:1 2171:1 2182:1 2195:1 2203:1 2208:2 2210:1 2212:2 2221:1 2251:1 2259:1 2282:1 2289:2 2301:1 2336:1 2358:1 2381:1 2391:1 2407:1 2412:1 2425:1 2428:1 2455:1 2476:1 2525:1 2527:1 2536:1 2557:1 2574:1 2587:1 2612:1 2720:2 2771:1 2796:1 2800:1 2839:1 2854:1 2863:2 2864:1 2868:2 2869:1 2887:3 2893:1 2897:1 2898:1 2901:1 2902:1 2912:1 2914:1 2915:4 2934:1 2949:2 2968:1 2990:1 2995:1 3062:1 3064:1 3089:1 3107:4 3109:1 3132:1 3159:2 3163:1 3164:1 3171:1 3181:1 3188:2 3194:1 3198:1 3202:1 3237:1 3252:1 3254:1 3278:1 3317:1 3336:1 3361:1 3377:1 3399:1 3416:1 3425:1 3426:2 3463:1 3502:1 3510:1 3512:2 3515:1 3539:1 3552:1 3556:1 3562:1 3598:3 3607:4 3617:3 3636:1 3652:1 3662:2 3705:1 3723:1 3727:2 3734:1 3737:1 3760:1 3803:1 3816:1 3836:1 3855:1 3862:1 3863:1 3907:1 3912:1 3918:1 3919:1 3962:1 3963:1 4005:1 4016:1 4050:1 4090:1 4157:2 4245:1 4247:2 4275:1 4276:3 4299:1 4314:1 4353:1 4354:1 4359:1 4375:1 4390:3 4408:1 4424:1 4440:1 4484:1 4497:1 4525:1 4531:1 4541:1 4546:1 4577:2 4588:1 4599:1 4609:1 4639:1 4643:1 4668:1 4679:2 4681:1 4687:1 4773:1 4775:2 4780:3 4809:1 4852:1 4856:1 4860:1 4872:1 4876:1 4910:1 4933:1 4935:1 4984:1 5052:1 5057:1 5059:1 5081:1 5088:1 5090:1 5117:1 5124:2 5134:1 5147:2 5158:2 5240:1 5243:1 5287:1 5293:1 5301:1 5366:1 5369:1 5408:1 5417:1 5431:3 5434:1 5435:1 5450:1 5463:3 5494:1 5501:1 5528:1 5529:1 5545:1 5591:1 5602:1 5611:1 5640:1 5666:1 5668:1 5686:1 5696:1 5700:1 5701:4 5720:1 5734:1 5749:1 5781:1 5801:3 5807:1 5820:2 5863:1 5889:1 5895:4 5902:1 5904:1 5913:1 5920:1 5925:3 5930:1 5932:4 5959:1 5974:1 6004:1 6051:1 6071:2 6072:1 6085:1 6087:1 6088:1 6104:1 6105:1 6113:1 6122:2 6125:2 6133:1 6134:1 6175:1 6180:1 6201:1 6205:1 6234:1 6322:1 6328:1 6358:2 6363:1 6367:1 6395:1 6409:2 6413:1 6419:1 6433:1 6483:1 6488:1 6510:1 6527:1 6538:1 6551:3 6585:1 6587:1 6603:1 6607:1 6624:1 6716:1 6729:1 6730:1 6733:1 6741:1 6798:1 6861:1 6865:1 6866:1 6880:1 6882:1 6925:2 6954:3 6971:1 7031:1 7035:1 7046:1 7058:2 7064:1 7076:1 7102:2 7104:1 7111:1 7133:1 7138:1 7142:2 7152:1 7174:1 7182:1 7185:1 7196:1 7201:2 7206:1 7211:2 7212:7 7221:2 7244:2 7255:1 7313:1 7316:2 7349:1 7351:2 7379:1 7384:2 7393:1 7394:3 7406:1 7413:1 7414:1 7433:3 7449:1 7480:1 7486:1 7509:2 7511:3 7534:2 7542:1 7553:1 7557:1 7575:2 7644:2 7647:1 7657:1 7660:1 7691:2 7717:1 7739:1 7757:1 7771:1 7823:5 7841:1 7856:1 7863:2 7869:2 7874:1 7880:1 7883:2 7884:1 7928:1 7933:1 7939:1 7946:1 7951:1 7960:1 7982:1 7989:1 8044:1 8049:1 8058:1 8109:1 8142:1 8151:1 8161:2 8193:1 8213:1 8217:3 8219:1 8234:1 8266:1 8278:1 8279:1 8288:1 8337:1 8345:1 8381:3 8386:1 8409:1 8436:1 8438:1 8468:1 8469:1 8481:1 8510:1 8512:1 8519:2 8631:1 8693:1 8719:4 8739:2 8744:1 8762:1 8767:1 8769:1 8783:1 8787:1 8798:1 8803:1 8848:1 8883:1 8889:1 8907:1 8921:1 8934:1 8940:1 8941:1 8961:1 8962:2 8994:1 9012:1 9054:1 9056:1 9060:1 9083:1 9112:2 9118:1 9127:1 9135:1 9168:1 9193:1 9205:1 9224:1 9231:1 9255:1 9263:1 9269:1 9303:1 9308:3 9309:1 9337:1 9338:2 9341:1 9347:3 9349:1 9354:1 9360:1 9361:1 9363:1 9364:3 9382:1 9418:3 9436:1 9458:1 9523:1 9524:1 9529:1 9544:1 9568:2 9589:2 9610:1 9611:2 9641:1 9655:11 9685:4 9687:2 9693:1 9720:1 9737:1 9745:1 9769:1 9821:1 9891:1 9911:1 9917:2 9942:1 9956:1 9990:1 10021:1 10083:1 10123:3 10136:1 10137:2 10156:1 10163:4 10185:1 10192:1 10216:1 10266:1 10283:1 10292:1 10293:3 10322:1 10352:2 10414:1 10421:1 10439:1 10442:1 10457:1 10458:1 10491:2 10497:1 10505:1 10507:1 10515:1 10522:1 10559:1 10565:1 10567:1 10600:1 10603:1 10619:1 10651:2 10657:1 10690:4 10702:1 10754:1 10756:1 10757:1 10763:4 10769:1 10776:1 10816:1 10885:1 10890:1 10910:1 10917:2 10926:1 10980:2 10989:3 11006:1 11010:1 11120:1 11126:1 11129:1 11142:1 11165:1 11176:1 11181:1 11250:4 11251:1 11278:1 11279:1 11292:1 11302:1 11318:1 11321:1 11328:1 11345:1 11361:1 11374:1 11392:1 11410:1 11459:1 11473:1 11494:1 11506:1 11518:1 11528:2 11570:2 11603:1 11616:1 11656:1 11682:1 11706:2 11716:1 11767:1 11779:1 11813:1 11836:2 11866:1 11886:1 11894:1 11906:1 11907:1 11918:2 11922:1 11929:1 11950:1 11951:1 11990:1 12028:1 12032:1 12047:3 12048:1 12051:2 12054:1 12069:1 12084:1 12107:1 12113:1 12116:1 12119:1 12134:1 12162:1 12182:1 12188:1 12193:1 12212:4 12234:1 12237:2 12353:1 12384:1 12452:1 12475:1 12478:1 12483:1 12543:1 12554:1 12562:3 12566:1 12570:1 12571:1 12615:1 12618:1 12623:1 12625:1 12626:1 12629:1 12643:2 12651:1 12666:1 12671:3 12732:1 12737:1 12758:1 12765:1 12769:1 12777:1 12848:1 12852:3 12866:2 12878:1 12893:1 12895:1 12901:1 12918:1 12941:2 12959:1 12963:1 12976:1 13004:1 13006:1 13022:1 13024:1 13063:1 13085:4 13088:1 13089:1 13094:3 13101:1 13107:1 13129:1 13147:1 13165:3 13174:1 13181:1 13244:1 13251:1 13253:1 13270:1 13288:1 13338:1 13354:1 13355:2 13382:1 13394:1 13399:1 13405:1 13422:1 13434:3 13440:1 13445:1 13471:1 13505:1 13523:2 13564:1 13571:1 13586:2 13672:1 13693:1 13707:1 13728:3 13729:1 13737:1 13744:1 13752:1 13753:2 13764:1 13771:1 13772:1 13787:1 13788:4 13811:1 13815:1 13819:3 13828:1 13837:1 13840:3 13893:1 13907:1 13927:1 13989:3 13991:1 14002:1 14013:1 14022:1 14027:1 14033:1 14037:1 14073:2 14080:1 14128:1 14129:1 14163:1 14171:1 14179:1 14200:1 14213:1 14218:1 14219:1 14227:1 14244:1 14250:1 14266:1 14277:1 14307:1 14408:1 14472:1 14510:1 14513:1 14526:1 14552:1 14581:1 14585:1 14589:1 14602:1 14614:1 14619:1 14636:1 14648:1 14653:2 14661:1 14727:1 14756:1 14768:1 14793:1 14826:1 14835:1 14853:1 14858:1 14859:1 14895:1 14898:1 14904:2 14907:1 14908:3 14919:2 14921:1 15015:1 15019:1 15023:1 15029:1 15058:1 15063:1 15068:1 15070:2 15125:1 15132:1 15137:1 15140:1 15155:2 15160:1 15167:2 15185:1 15206:1 15207:1 15224:1 15297:1 15300:1 15316:1 15336:2 15348:1 15360:1 15419:1 15424:1 15426:1 15432:1 15442:1 15461:1 15493:1 15538:1 15544:1 15545:1 15556:1 15561:1 15569:1 15571:1 15646:2 15666:1 15675:1 15686:1 15705:2 15719:1 15749:1 15784:1 15811:4 15840:1 15843:1 15847:1 15849:1 15921:3 15925:1 15945:2 15961:1 15963:1 15968:2 15982:1 15985:1 16120:1 16214:1 16222:1 16311:1 16312:1 16335:1 16379:3 16388:2 16392:1 16393:1 16412:1 16436:2 16483:1 16485:1 16488:1 16542:1 16556:1 16584:1 16653:1 16663:1 16670:1 16692:1 16775:1 16820:2 16833:1 16847:1 16868:1 16873:2 16890:1 16900:2 16902:1 16922:1 16960:1 16964:6 17006:1 17017:1 17020:1 17042:1 17048:2 17057:1 17066:1 17093:1 17094:1 17100:1 17106:1 17149:1 17170:1 17179:1 17210:2 17237:2 17365:1 17387:1 17392:1 17441:1 17443:1 17467:1 17470:2 17495:1 17530:1 17550:1 17555:1 17558:1 17582:1 17583:1 17616:1 17628:1 17632:2 17644:1 17651:1 17668:1 17701:1 17705:1 17706:1 17720:1 17725:1 17727:1 17741:1 17770:1 17838:1 17843:1 17852:1 17861:1 17865:1 17868:1 17870:3 17874:1 17892:1 17897:1 17904:1 17906:1 17940:1 17963:1 17972:1 17984:1 18000:1 18007:1 18025:1 18026:1 18050:1 18069:1 18084:1 18109:1 18118:1 18127:1 18153:1 18174:1 18291:1 18300:3 18305:1 18348:1 18358:1 18365:3 18367:1 18396:7 18412:1 18415:1 18417:1 18418:2 18420:15 18439:2 18451:1 18452:1 18477:1 18487:3 18496:1 18500:1 18537:1 18553:1 18616:1 18635:2 18648:1 18653:1 18655:2 18663:1 18670:2 18674:1 18687:1 18728:3 18781:1 18791:1 18793:2 18807:1 18820:1 18829:1 18839:2 18866:1 18872:1 18880:1 18913:1 18922:1 18929:1 18936:1 18975:1 19007:1 19022:1 19025:4 19054:1 19069:1 19072:1 19080:1 19082:1 19085:1 19109:1 19139:1 19177:2 19222:1 19232:1 19272:1 19285:1 19323:1 19328:2 19329:1 19416:1 19445:2 19454:2 19469:1 19478:1 19480:1 19506:1 19507:1 19508:2 19532:1 19535:1 19545:1 19552:1 19576:1 19596:1 19634:1 19635:1 19638:1 19670:1 19688:1 19728:1 19754:1 19761:1 19773:1 19779:1 19808:1 19813:1 19815:1 19819:1 19832:4 19890:1 19902:2 19905:1 19914:2 19973:1 19977:2 20049:1 20050:1 20085:3 20096:1 20102:2 20172:2 20176:1 20206:1 20207:1 20217:1 20221:1 20284:1 20294:1 20345:1 20386:2 20408:1 20437:1 20449:1 20468:1 20479:1 20508:1 20513:1 20518:1 20521:1 20544:1 20557:2 20560:1 20573:1 20616:1 20635:2 20644:1 20648:2 20661:2 20664:1 20687:1 20722:1 20747:1 20749:2 20752:1 20835:1 20847:2 20863:1 20869:1 20902:1 20921:1 20963:1 20985:1 20996:1 21009:1 21044:1 21064:1 21083:1 21099:2 21134:1 21169:1 21198:1 21217:1 21256:1 21294:1 21298:1 21314:1 21318:2 21335:2 21355:1 21357:1 21362:1 21364:1 21400:1 21401:1 21402:1 21423:1 21484:1 21498:1 21511:1 21521:1 21541:1 21548:2 21549:1 21592:1 21616:1 21653:2 21668:1 21682:1 21698:1 21700:1 21733:1 21758:1 21762:1 21787:1 21805:1 21811:1 21818:1 21819:2 21837:1 21846:1 21858:1 21877:1 21879:1 21880:1 21882:1 21887:1 21888:1 21916:1 21952:2 21962:1 21964:1 21999:1 22002:1 22019:1 22039:1 22045:1 22050:1 22080:1 22092:1 22106:1 22110:1 22127:1 22133:5 22142:1 22158:2 22175:1 22197:1 22209:1 22226:1 22237:1 22240:1 22359:1 22401:1 22423:2 22428:1 22464:1 22488:1 22492:1 22506:1 22527:1 22550:1 22553:1 22558:1 22560:2 22595:1 22624:1 22642:1 22659:1 22675:1 22690:1 22699:1 22703:1 22733:1 22751:1 22777:1 22785:1 22798:1 22807:2 22842:1 22885:1 22912:1 22959:1 22965:1 22966:1 23006:1 23009:2 23026:1 23031:1624 23034:1 23050:1 23096:1 23100:1 23174:1 23188:1 23201:1 23204:1 23299:2 23429:1 23445:2 23478:1 23485:1 23523:1 23531:2 23552:1 23563:1 23570:1 23607:1 23629:1 23635:1 23654:3 23662:1 23708:1 23730:1 23765:1 23770:1 23778:1 23816:2 23821:1 23829:1 23835:1 23879:1 23886:1 23903:1 23936:1 23939:3 23971:1 24071:1 24078:2 24098:1 24106:1 24108:1 24132:1 24155:1 24176:1 24182:3 24192:1 24193:2 24197:1 24198:1 24219:1 24226:1 24232:1 24248:1 24249:1 24281:1 24282:1 24319:1 24326:1 24365:2 24370:1 24405:1 24417:1 24422:1 24451:1 24452:1 24475:1 24543:1 24551:1 24609:2 24653:1 24660:1 24662:1 24669:1 24670:1 24687:1 24724:2 24728:1 24730:2 24736:1 24737:1 24739:1 24748:1 24755:1 24768:2 24772:2 24774:1 24776:1 24788:1 24811:2 24818:1 24832:1 24865:1 24881:1 24883:1 24918:1 24940:1 24948:2 24984:1 24988:1 25055:1 25104:1 25111:1 25116:1 25125:1 25141:1 25147:1 25157:1 25162:1 25175:1 25177:2 25188:1 25201:2 25205:1 25226:1 25236:1 25254:2 25267:1 25271:2 25283:2 25340:1 25400:1 25402:1 25417:1 25431:1 25436:1 25447:1 25458:1 25486:1 25516:1 25546:3 25556:1 25571:1 25582:2 25591:1 25612:1 25656:1 25662:1 25664:1 25665:2 25669:1 25685:1 25686:1 25716:1 25746:1 25760:1 25814:1 25850:1 25857:1 25866:1 25891:2 25923:1 25976:1 26024:1 26066:1 26095:1 26150:1 26153:2 26161:1 26178:1 26212:2 26218:1 26219:5 26221:1 26264:1 26274:1 26293:1 26313:1 26339:1 26355:1 26358:1 26364:1 26403:1 26423:1 26429:1 26434:1 26437:2 26440:1 26472:1 26482:1 26492:1 26497:1 26549:1 26604:1 26611:1 26615:2 26634:1 26644:1 26702:1 26715:1 26721:1 26741:1 26746:1 26777:2 26781:1 26785:4 26793:1 26803:1 26807:1 26817:1 26830:2 26853:1 26858:1 26920:1 26931:1 26945:2 26977:1 26983:1 27003:2 27004:1 27021:1 27036:2 27064:1 27070:1 27091:2 27103:2 27109:1 27140:1 27177:1 27189:3 27203:1 27223:1 27231:1 27247:1 27257:1 27258:1 27302:1 27329:1 27332:1 27338:1 27339:1 27343:1 27344:1 27392:2 27406:1 27408:1 27455:3 27459:1 27464:1 27472:1 27473:3 27561:1 27563:1 27564:3 27586:5 27609:1 27638:1 27656:1 27684:1 27698:1 27704:1 27710:1 27738:4 27743:1 27755:1 27756:1 27833:1 27840:1 27846:1 27866:1 27869:2 27877:1 27900:2 27914:3 27948:1 27955:1 27963:1 27971:1 27977:1 28007:1 28013:1 28035:1 28043:1 28048:1 28060:1 28074:2 28084:1 28093:1 28145:1 28166:1 28189:1 28193:1 28202:2 28236:1 28265:1 28286:1 28398:1 28422:2 28456:2 28474:1 28508:3 28527:1 28531:3 28581:1 28612:1 28625:1 28641:2 28655:1 28656:3 28660:2 28670:1 28675:3 28676:3 28695:1 28696:1 28724:1 28728:1 28746:1 28750:1 28763:1 28771:1 28793:1 28798:2 28804:1 28827:1 28830:1 28843:1 28885:1 28979:2 28985:1 28987:1 28998:1 29000:2 29011:4 29021:2 29030:1 29065:1 29095:1 29104:1 29111:2 29160:1 29173:1 29175:1 29177:1 29181:2 29203:2 29217:1 29219:1 29233:1 29240:1 29248:1 29252:1 29267:3 29270:1 29281:2 29315:1 29343:1 29359:1 29439:2 29497:2 29500:1 29516:4 29532:1 29536:1 29539:1 29540:2 29599:1 29607:1 29627:1 29634:1 29641:1 29684:1 29685:1 29690:1 29711:1 29750:1 29826:1 29832:3 29844:1 29845:1 29848:2 29858:2 29874:1 29943:1 29948:1 29981:1 30010:1 30014:2 30016:1 30043:1 30049:2 30075:1 30092:1 30115:1 30131:1 30133:1 30150:2 30159:1 30160:1 30161:1 30167:1 30186:1 30192:1 30214:2 30222:1 30223:1 30237:1 30249:1 30268:1 30269:1 30307:1 30409:1 30469:2 30472:1 30478:1 30485:1 30520:1 30522:1 30542:1 30553:1 30582:1 30625:1 30662:2 30700:1 30714:1 30717:1 30745:1 30797:1 30798:1 30836:1 30837:2 30869:1 30900:1 30922:1 30963:1 30969:1 31018:1 31031:1 31045:1 31060:1 31077:1 31079:2 31090:1 31102:3 31103:1 31116:1 31128:1 31139:1 31147:3 31155:3 31186:2 31195:1 31211:1 31227:1 31249:1 31274:2 31275:2 31276:2 31323:1 31325:1 31333:1 31364:1 31377:1 31393:1 31421:1 31444:1 31462:1 31485:1 31504:2 31513:1 31571:1 31578:1 31610:3 31646:1 31650:1 31653:1 31686:1 31716:1 31770:1 31773:1 31778:1 31793:1 31807:1 31809:1 31863:1 31899:2 31903:1 31909:1 31933:1 31934:1 31960:1 31965:1 31970:1 31991:1 31997:2 32026:1 32033:1 32043:1 32059:1 32074:1 32166:1 32223:1 32234:1 32235:2 32252:1 32278:1 32283:1 32287:2 32289:3 32295:1 32328:2 32341:2 32344:1 32393:2 32402:2 32404:1 32410:1 32411:1 32412:1 32417:2 32423:1 32474:1 32504:2 32505:3 32566:1 32571:1 32623:1 32648:1 32660:1 32686:4 32690:1 32714:1 32729:1 32754:1 32755:1 32783:1 32804:1 32831:1 32838:1 32843:1 32875:1 32883:2 32910:1 32949:1 32959:1 32976:1 33032:1 33052:2 33057:2 33059:1 33072:2 33080:1 33103:1 33110:1 33131:2 33137:1 33157:1 33193:1 33236:1 33277:1 33324:1 33362:1 33371:2 33376:1 33387:1 33413:1 33436:1 33440:2 33447:1 33448:1 33458:1 33466:1 33489:1 33520:1 33521:1 33522:1 33533:1 33555:1 33572:2 33590:1 33601:3 33622:1 33732:2 33739:1 33741:2 33805:2 33816:1 33831:1 33832:1 33849:1 33854:1 33870:2 33877:1 33881:1 33889:2 33896:1 33942:1 33967:1 33988:1 33997:1 34012:1 34020:1 34049:1 34081:1 34147:2 34181:2 34188:2 34223:1 34252:1 34263:1 34270:1 34286:1 34311:1 34342:1 34343:1 34357:2 34389:8 34404:1 34411:2 34440:4 34450:1 34464:2 34483:1 34506:1 34559:1 34611:3 34624:1 34637:2 34646:1 34674:1 34676:1 34684:1 34689:2 34712:1 34724:1 34728:1 34761:1 34805:1 34831:1 34860:3 34864:1 34891:1 34919:1 34956:3 35001:2 35002:1 35017:1 35029:2 35033:2 35059:1 35076:1 35079:1 35117:1 35139:1 35154:1 35180:1 35192:1 35196:1 35233:2 35252:1 35261:1 35286:1 35289:1 35324:1 35376:1 35412:1 35445:1 35452:2 35559:1 35593:2 35658:4 35670:1 35673:1 35682:1 35724:3 35728:1 35731:1 35756:1 35758:1 35765:1 35787:1 35795:1 35810:2 35818:1 35836:1 35849:1 35851:1 35855:1 35858:2 35870:1 35874:1 35911:1 35919:2 35921:1 35929:2 35983:1 35986:3 35987:1 35998:1 36001:1 36014:1
17 19:2 29:1 30:1 49:1 64:2 86:1 91:1 112:1 125:1 163:1 186:2 196:1 205:1 208:1 244:1 248:1 257:1 279:2 294:1 332:2 371:1 381:1 388:1 390:1 434:1 436:2 439:1 449:1 452:1 456:1 538:2 546:1 626:1 643:1 681:1 690:1 695:1 742:1 745:1 757:2 771:1 779:1 900:1 907:1 935:2 954:4 1025:2 1026:1 1032:1 1071:1 1075:1 1083:4 1084:2 1088:1 1094:4 1098:1 1099:1 1100:1 1109:1 1113:1 1119:2 1122:2 1141:1 1148:2 1149:1 1153:1 1160:1 1191:2 1221:1 1223:1 1225:2 1266:1 1269:1 1280:1 1288:1 1301:1 1307:1 1308:1 1309:1 1318:1 1337:1 1343:1 1350:1 1356:1 1367:1 1368:1 1369:1 1390:1 1402:1 1412:1 1492:2 1514:1 1531:1 1535:1 1556:1 1559:1 1572:1 1576:1 1601:1 1639:1 1655:1 1668:1 1681:1 1751:1 1756:2 1798:1 1819:1 1832:2 1839:1 1867:1 1872:1 1894:1 1911:1 1916:1 1919:1 1920:1 1938:1 1976:1 2002:2 2009:1 2028:1 2041:1 2045:1 2056:2 2073:1 2077:1 2083:1 2095:1 2129:2 2138:1 2145:1 2156:3 2166:1 2168:1 2171:1 2182:1 2195:1 2203:1 2208:2 2210:1 2212:2 2221:1 2251:1 2259:1 2282:1 2289:2 2301:1 2336:1 2358:1 2381:1 2391:1 2407:1 2412:1 2425:1 2428:1 2455:1 2476:1 2525:1 2527:1 2536:1 2557:1 2574:1 2587:1 2612:1 2720:2 2771:1 2796:1 2800:1 2839:1 2854:1 2863:2 2864:1 2868:2 2869:1 2887:3 2893:1 2897:1 2898:1 2901:1 2902:1 2912:1 2914:1 2915:4 2934:1 2949:2 2968:1 2990:1 2995:1 3062:1 3064:1 3089:1 3107:4 3109:1 3132:1 3159:2 3163:1 3164:1 3171:1 3181:1 3188:2 3194:1 3198:1 3202:1 3237:1 3252:1 3254:1 3278:1 3317:1 3336:1 3361:1 3377:1 3399:1 3416:1 3425:1 3426:2 3463:1 3502:1 3510:1 3512:2 3515:1 3539:1 3552:1 3556:1 3562:1 3598:3 3607:4 3617:3 3636:1 3652:1 3662:2 3668:1 3705:1 3723:1 3727:2 3734:1 3737:1 3760:1 3803:1 3816:1 3836:1 3855:1 3862:1 3863:1 3907:1 3912:1 3918:1 3919:1 3962:1 3963:1 4005:1 4016:1 4050:1 4090:1 4157:2 4245:1 4247:2 4275:1 4276:3 4299:1 4314:1 4353:1 4354:1 4359:1 4375:1 4385:1 4390:3 4408:1 4424:1 4440:1 4484:1 4497:1 4525:1 4531:1 4541:1 4546:1 4577:2 4588:1 4599:1 4609:1 4639:1 4643:1 4668:1 4679:2 4681:1 4687:1 4773:1 4775:2 4780:3 4809:1 4843:1 4852:1 4856:1 4860:1 4872:1 4876:1 4910:1 4933:1 4935:1 4984:1 5052:1 5057:1 5059:1 5081:1 5088:1 5090:1 5117:1 5124:2 5134:1 5147:2 5158:2 5240:1 5243:1 5287:1 5293:1 5301:1 5366:1 5369:1 5408:1 5417:1 5431:3 5434:1 5435:1 5450:1 5463:3 5494:1 5501:1 5528:1 5529:1 5545:1 5591:1 5602:1 5611:1 5640:1 5666:1 5668:1 5686:1 5696:1 5700:1 5701:4 5720:1 5734:1 5749:1 5781:1 5801:3 5807:1 5820:2 5863:1 5889:1 5895:4 5902:1 5904:1 5913:1 5920:1 5925:3 5930:1 5932:4 5959:1 5974:1 6004:1 6051:1 6071:2 6072:1 6085:1 6087:1 6088:1 6104:1 6105:1 6113:1 6122:2 6125:2 6133:1 6134:1 6175:1 6180:1 6201:1 6205:1 6234:1 6322:1 6328:1 6358:2 6363:1 6367:1 6395:1 6409:2 6413:1 6419:1 6433:1 6483:1 6488:1 6510:1 6527:1 6538:1 6551:3 6585:1 6587:1 6603:1 6607:1 6624:1 6641:1 6716:1 6729:1 6730:1 6733:1 6741:1 6798:1 6861:1 6865:1 6866:1 6880:1 6882:1 6925:2 6954:3 6971:1 7031:1 7035:1 7046:1 7058:2 7064:1 7076:1 7102:2 7104:1 7111:1 7133:1 7138:1 7142:2 7152:1 7174:1 7182:1 7185:1 7196:1 7201:2 7206:1 7211:2 7212:7 7221:2 7244:2 7255:1 7313:1 7316:2 7349:1 7351:2 7379:1 7384:2 7393:1 7394:3 7406:1 7413:1 7414:1 7433:3 7449:1 7480:1 7486:1 7509:2 7511:3 7534:2 7542:1 7553:1 7557:1 7575:2 7644:2 7647:1 7657:1 7660:1 7691:2 7717:1 7739:1 7757:1 7771:1 7823:6 7841:1 7856:1 7863:2 7869:2 7874:1 7880:1 7883:2 7884:1 7928:1 7933:1 7939:1 7946:1 7951:1 7960:1 7982:1 7989:1 8044:1 8049:1 8058:1 8109:1 8142:1 8151:1 8161:2 8193:1 8213:1 8217:3 8219:1 8234:1 8266:1 8278:1 8279:1 8288:1 8337:1 8345:1 8381:3 8386:1 8409:1 8436:1 8438:1 8468:1 8469:1 8481:1 8500:1 8510:1 8512:1 8519:2 8631:1 8682:1 8693:1 8719:4 8739:2 8744:1 8762:1 8767:1 8769:1 8783:1 8787:1 8798:1 8803:1 8848:1 8883:1 8889:1 8907:1 8921:1 8934:1 8940:1 8941:1 8961:1 8962:2 8994:1 9012:1 9054:1 9056:1 9060:1 9083:1 9112:2 9118:1 9127:1 9135:1 9168:1 9193:2 9205:1 9224:1 9231:1 9255:1 9263:1 9269:1 9303:1 9308:3 9309:1 9310:1 9337:1 9338:2 9341:1 9347:4 9349:1 9354:1 9360:1 9361:1 9363:1 9364:3 9382:1 9418:3 9436:1 9458:1 9523:1 9524:1 9529:1 9544:1 9568:2 9589:2 9610:1 9611:2 9641:1 9655:11 9685:4 9687:2 9693:1 9720:1 9737:1 9745:1 9769:1 9821:1 9891:1 9911:1 9917:2 9942:1 9956:1 9990:1 10021:1 10083:1 10123:3 10136:1 10137:2 10156:1 10163:4 10185:1 10192:1 10216:1 10248:1 10266:1 10283:1 10292:1 10293:3 10322:1 10352:2 10414:1 10421:1 10439:1 10442:1 10457:1 10458:1 10491:2 10497:1 10505:1 10507:1 10515:1 10522:1 10559:1 10565:1 10567:1 10600:1 10603:1 10619:1 10651:2 10657:1 10690:4 10702:1 10754:1 10756:1 10757:1 10761:1 10763:4 10769:1 10776:1 10816:1 10885:1 10890:1 10910:1 10917:2 10926:1 10980:2 10989:3 11006:1 11010:1 11120:1 11126:1 11129:1 11142:1 11165:1 11176:1 11181:1 11250:4 11251:1 11278:1 11279:1 11292:1 11302:1 11318:1 11321:1 11328:1 11345:1 11361:1 11374:1 11392:1 11410:1 11459:1 11473:1 11494:1 11506:1 11518:1 11528:2 11570:2 11603:1 11616:1 11656:1 11682:1 11706:2 11716:1 11767:1 11779:1 11813:1 11836:2 11866:1 11886:1 11894:1 11906:1 11907:1 11918:2 11922:1 11929:1 11950:1 11951:1 11990:1 12028:1 12032:1 12047:3 12048:1 12051:2 12054:1 12069:1 12084:1 12107:1 12113:1 12116:1 12119:1 12134:1 12162:1 12182:1 12188:1 12193:1 12212:4 12234:1 12237:2 12353:1 12384:1 12452:1 12475:1 12478:1 12483:1 12543:1 12554:1 12562:4 12566:1 12570:1 12571:1 12615:1 12616:1 12618:1 12623:1 12625:1 12626:1 12629:1 12643:2 12651:1 12666:1 12671:3 12732:1 12737:1 12758:1 12765:1 12769:1 12777:1 12848:1 12852:3 12866:2 12878:1 12893:1 12895:1 12901:1 12918:1 12941:2 12959:1 12963:1 12976:1 13004:1 13006:1 13022:1 13024:1 13063:1 13085:4 13088:1 13089:1 13094:3 13101:1 13107:1 13129:1 13147:1 13165:3 13174:1 13181:1 13244:1 13251:1 13253:1 13270:1 13288:1 13338:1 13354:1 13355:2 13382:1 13394:1 13399:1 13405:1 13422:1 13434:4 13440:1 13445:1 13471:1 13505:1 13523:2 13564:1 13571:1 13586:2 13672:1 13693:1 13707:1 13728:3 13729:1 13737:1 13744:1 13752:1 13753:2 13764:1 13771:1 13772:1 13787:1 13788:4 13811:1 13815:1 13819:3 13828:1 13837:1 13840:3 13877:1 13893:1 13907:1 13927:1 13989:3 13991:1 14002:1 14013:1 14022:1 14027:1 14033:1 14037:1 14073:2 14077:1 14080:1 14128:1 14129:1 14163:1 14171:1 14179:1 14200:1 14213:1 14218:1 14219:1 14227:1 14244:1 14250:1 14266:1 14277:1 14307:1 14408:1 14472:1 14510:1 14513:1 14526:1 14552:1 14581:1 14585:1 14589:1 14602:1 14614:1 14619:1 14636:1 14648:1 14653:2 14661:1 14727:1 14756:1 14768:1 14793:1 14826:1 14835:1 14853:1 14858:1 14859:1 14895:1 14898:1 14904:2 14907:1 14908:3 14919:2 14921:1 15015:1 15019:1 15023:2 15029:1 15058:1 15063:1 15068:1 15070:2 15125:1 15132:1 15137:1 15140:1 15155:2 15160:1 15167:2 15185:1 15206:1 15207:1 15224:1 15297:1 15300:1 15316:1 15336:2 15348:1 15360:1 15419:1 15424:1 15426:1 15432:1 15442:1 15461:1 15493:1 15538:1 15544:2 15545:1 15556:1 15561:1 15569:1 15571:1 15646:2 15666:1 15675:1 15686:1 15705:2 15719:1 15749:1 15784:1 15811:4 15840:1 15843:1 15847:1 15849:1 15921:3 15925:1 15945:2 15961:1 15963:1 15968:2 15982:1 15985:1 16120:1 16214:1 16222:1 16311:1 16312:1 16335:1 16379:3 16388:2 16392:1 16393:1 16412:1 16436:3 16483:1 16485:1 16488:1 16542:1 16556:1 16584:1 16653:1 16663:2 16670:1 16692:1 16775:1 16820:2 16833:1 16847:1 16868:1 16873:2 16890:1 16900:2 16902:1 16922:1 16960:1 16964:6 17006:1 17017:1 17020:1 17042:1 17048:2 17057:1 17066:1 17093:1 17094:1 17100:1 17106:1 17149:1 17170:1 17179:1 17210:2 17237:2 17365:1 17387:1 17392:1 17441:1 17443:1 17467:1 17470:2 17495:1 17530:1 17550:1 17555:1 17558:1 17582:1 17583:1 17616:1 17628:1 17632:2 17644:1 17651:1 17668:1 17701:1 17705:1 17706:1 17720:1 17725:1 17727:1 17741:1 17770:1 17838:1 17843:1 17852:1 17861:1 17865:1 17868:1 17870:3 17874:1 17892:1 17897:1 17904:1 17906:1 17940:1 17963:1 17972:1 17984:1 18000:1 18007:1 18025:1 18026:1 18050:1 18069:1 18084:1 18109:1 18118:1 18127:1 18131:1 18153:1 18174:1 18291:1 18300:3 18305:1 18348:1 18358:1 18365:3 18367:1 18396:7 18402:1 18412:1 18415:1 18417:1 18418:2 18420:16 18439:2 18451:1 18452:1 18477:1 18487:3 18496:1 18500:1 18537:1 18553:1 18616:1 18635:2 18648:1 18653:1 18655:2 18663:1 18670:2 18674:1 18687:1 18728:3 18781:1 18791:1 18793:2 18807:1 18820:1 18829:1 18839:2 18866:1 18872:1 18880:1 18913:1 18922:1 18929:1 18936:1 18975:1 19007:1 19022:1 19025:4 19054:1 19069:1 19072:1 19080:1 19082:1 19085:1 19109:1 19139:1 19177:2 19222:1 19232:1 19272:1 19285:1 19323:1 19328:2 19329:1 19416:1 19445:2 19454:2 19469:1 19478:1 19480:1 19506:1 19507:1 19508:2 19532:1 19535:1 19545:1 19552:1 19576:1 19596:1 19634:1 19635:1 19638:1 19670:1 19688:1 19728:1 19754:1 19761:1 19773:1 19779:1 19808:1 19813:1 19815:1 19819:1 19832:4 19890:2 19902:2 19905:1 19914:2 19973:1 19977:2 20047:1 20049:1 20050:1 20085:3 20096:1 20102:2 20172:2 20176:1 20206:1 20207:1 20217:1 20221:1 20284:1 20294:1 20345:1 20386:2 20408:1 20437:1 20449:1 20468:1 20479:1 20508:1 20513:1 20518:1 20521:1 20544:1 20552:1 20557:2 20560:1 20573:1 20616:1 20635:2 20644:1 20648:2 20661:2 20664:1 20687:1 20722:1 20747:1 20749:2 20752:1 20835:1 20847:2 20863:1 20869:1 20902:1 20921:1 20963:1 20985:1 20996:1 21009:1 21044:1 21064:1 21083:1 21099:2 21134:1 21169:1 21198:1 21217:1 21256:1 21294:1 21298:1 21314:1 21318:2 21335:2 21355:1 21357:1 21362:1 21364:1 21391:1 21400:1 21401:1 21402:1 21423:1 21484:1 21498:1 21511:1 21521:1 21541:1 21548:2 21549:1 21592:1 21616:1 21653:2 21668:1 21682:1 21698:1 21700:1 21733:1 21758:1 21762:1 21787:1 21805:1 21811:1 21818:1 21819:2 21837:1 21846:1 21858:1 21877:1 21879:1 21880:1 21882:1 21887:1 21888:1 21916:1 21952:2 21962:1 21964:1 21999:1 22002:1 22019:1 22039:1 22045:1 22050:1 22080:1 22092:1 22106:1 22110:1 22127:1 22133:5 22142:1 22158:2 22175:1 22197:1 22209:1 22226:1 22237:1 22240:1 22359:1 22401:1 22423:2 22428:1 22464:1 22488:1 22492:1 22506:1 22527:1 22550:1 22553:1 22558:1 22560:3 22595:1 22624:1 22642:1 22659:1 22675:1 22690:1 22699:1 22703:1 22733:1 22751:1 22777:1 22785:1 22798:1 22807:2 22842:1 22884:1 22885:1 22912:1 22959:1 22965:1 22966:1 23006:1 23009:2 23026:1 23031:1687 23034:1 23050:1 23096:1 23100:1 23174:1 23188:1 23201:1 23204:1 23299:2 23429:1 23445:2 23478:1 23485:1 23523:1 23531:2 23552:1 23563:1 23570:1 23607:1 23629:1 23635:1 23654:3 23662:1 23708:1 23730:1 23765:1 23770:1 23778:1 23816:2 23821:1 23829:1 23835:1 23879:1 23886:1 23903:1 23936:1 23939:3 23971:1 24071:1 24078:2 24098:1 24106:1 24108:1 24126:1 24132:1 24155:1 24170:1 24176:1 24182:3 24192:1 24193:2 24197:1 24198:1 24219:1 24226:1 24232:1 24248:1 24249:1 24281:1 24282:1 24319:1 24326:1 24365:2 24370:1 24405:1 24417:1 24422:1 24451:1 24452:1 24475:1 24543:1 24551:1 24572:1 24609:2 24653:1 24660:1 24662:1 24669:1 24670:1 24687:1 24724:2 24728:1 24730:2 24736:1 24737:1 24739:1 24748:1 24755:1 24768:2 24772:2 24774:1 24776:1 24788:1 24802:1 24811:2 24818:1 24832:1 24865:1 24881:1 24883:1 24918:1 24940:1 24948:2 24984:1 24988:1 25055:1 25104:1 25111:1 25116:1 25125:1 25141:1 25147:1 25157:1 25162:1 25175:1 25177:2 25188:1 25201:2 25205:1 25226:1 25236:1 25254:2 25267:1 25271:2 25283:2 25340:1 25400:1 25402:1 25417:1 25431:1 25436:1 25447:1 25450:1 25458:1 25486:1 25516:1 25546:3 25556:1 25571:1 25582:2 25591:1 25612:1 25656:1 25662:1 25664:1 25665:2 25669:1 25685:1 25686:1 25716:1 25746:1 25760:1 25814:1 25850:1 25857:1 25866:1 25891:2 25923:1 25976:1 26024:1 26066:1 26095:1 26150:1 26153:2 26161:1 26178:1 26212:2 26218:1 26219:5 26221:1 26264:1 26274:1 26293:1 26313:1 26339:1 26355:1 26358:1 26364:1 26403:1 26423:1 26429:1 26434:1 26437:2 26440:1 26472:1 26482:1 26492:1 26497:1 26549:1 26604:1 26611:1 26615:2 26634:1 26644:1 26702:1 26715:1 26721:1 26741:1 26746:1 26777:2 26781:1 26785:4 26793:1 26803:1 26807:1 26817:1 26830:2 26853:1 26858:1 26920:1 26931:1 26945:2 26977:1 26983:1 27003:2 27004:1 27021:1 27036:2 27064:1 27070:1 27072:1 27091:2 27103:2 27109:1 27129:1 27140:1 27177:1 27189:3 27203:1 27223:1 27231:1 27247:1 27257:1 27258:1 27302:1 27329:1 27332:1 27338:1 27339:1 27343:1 27344:1 27392:2 27406:1 27408:1 27455:3 27459:1 27464:1 27472:1 27473:3 27561:1 27563:1 27564:3 27586:5 27609:1 27638:1 27656:1 27684:1 27698:1 27704:1 27710:1 27738:4 27743:1 27755:1 27756:1 27833:1 27840:1 27846:1 27866:1 27869:2 27877:1 27900:2 27914:3 27948:1 27955:1 27963:1 27971:1 27977:1 28007:1 28013:1 28035:1 28043:1 28048:1 28060:1 28074:2 28084:1 28093:1 28145:1 28166:1 28189:1 28193:1 28202:2 28236:1 28265:1 28286:1 28398:1 28422:2 28456:2 28474:1 28508:3 28527:1 28531:3 28581:1 28612:1 28625:1 28641:2 28655:1 28656:3 28660:2 28670:1 28675:3 28676:4 28695:1 28696:1 28724:1 28728:1 28746:1 28750:1 28763:1 28771:2 28793:1 28798:2 28804:1 28827:1 28830:1 28843:1 28885:1 28979:2 28985:1 28987:1 28998:1 29000:2 29011:4 29021:2 29030:1 29065:1 29095:1 29104:1 29111:2 29160:1 29173:1 29175:1 29177:1 29181:2 29203:2 29217:1 29219:1 29233:1 29240:1 29248:1 29252:1 29267:3 29270:1 29281:2 29315:1 29343:1 29359:1 29439:2 29497:2 29500:1 29516:4 29532:1 29536:1 29539:1 29540:2 29599:1 29607:1 29627:1 29634:1 29641:1 29684:1 29685:1 29690:1 29711:1 29750:1 29826:1 29832:3 29844:1 29845:1 29848:2 29858:2 29874:1 29943:1 29948:1 29981:1 30010:1 30014:2 30016:1 30043:1 30049:2 30075:1 30092:1 30115:1 30131:1 30133:1 30150:2 30159:1 30160:1 30161:1 30167:1 30186:1 30192:1 30214:2 30222:1 30223:1 30237:1 30249:1 30253:1 30268:1 30269:1 30307:1 30409:1 30469:2 30472:1 30478:1 30485:2 30520:1 30522:1 30542:1 30553:1 30582:1 30625:1 30662:2 30700:1 30714:1 30717:1 30745:1 30770:1 30797:1 30798:1 30836:1 30837:2 30869:1 30900:1 30906:1 30922:1 30963:1 30969:1 31018:1 31031:1 31045:1 31060:1 31077:1 31079:2 31090:1 31102:3 31103:1 31116:1 31128:1 31139:1 31147:3 31155:3 31186:2 31195:1 31211:1 31227:1 31249:1 31274:2 31275:2 31276:2 31323:1 31325:1 31333:1 31364:1 31377:1 31393:1 31421:1 31444:1 31462:1 31485:1 31504:2 31513:1 31571:1 31578:1 31610:3 31646:1 31650:1 31653:1 31686:1 31706:1 31716:1 31770:1 31773:1 31778:1 31793:1 31807:1 31809:1 31863:1 31899:3 31903:1 31909:1 31933:1 31934:1 31960:1 31965:1 31969:1 31970:1 31991:1 31997:2 32026:1 32033:1 32043:1 32050:1 32059:1 32074:1 32166:1 32223:1 32234:2 32235:2 32252:1 32278:1 32283:1 32287:2 32289:3 32295:1 32328:2 32341:2 32344:1 32393:2 32402:2 32404:1 32410:1 32411:1 32412:1 32417:2 32423:1 32474:1 32504:2 32505:3 32566:1 32571:1 32573:1 32623:1 32648:1 32660:1 32686:4 32690:1 32714:1 32729:1 32754:1 32755:1 32783:1 32804:1 32831:1 32838:1 32843:1 32874:1 32875:1 32883:2 32910:1 32949:1 32959:1 32976:1 33032:1 33052:2 33057:2 33059:1 33072:3 33080:1 33103:1 33110:1 33131:2 33137:1 33157:1 33193:1 33236:1 33277:1 33324:1 33362:1 33371:2 33376:1 33387:1 33413:1 33436:1 33440:2 33447:1 33448:1 33458:1 33466:1 33489:1 33520:1 33521:1 33522:1 33533:1 33555:1 33572:2 33590:1 33601:3 33622:1 33732:2 33739:1 33741:2 33805:2 33816:1 33831:1 33832:1 33849:1 33854:1 33870:2 33877:1 33881:1 33889:2 33896:1 33942:1 33967:1 33988:1 33997:1 34012:1 34020:1 34049:1 34081:1 34147:2 34181:2 34188:2 34223:1 34252:1 34263:1 34270:1 34286:1 34311:1 34342:1 34343:1 34357:2 34389:9 34394:1 34404:1 34411:2 34421:1 34440:4 34450:1 34464:2 34483:1 34506:1 34559:1 34611:3 34624:1 34637:2 34646:1 34650:1 34674:1 34676:1 34684:1 34689:2 34712:1 34724:1 34728:1 34761:1 34805:1 34831:1 34860:3 34864:1 34876:1 34891:1 34919:1 34956:3 35001:2 35002:1 35017:1 35029:2 35033:2 35059:1 35076:1 35079:1 35117:1 35139:1 35154:1 35180:1 35192:1 35196:1 35233:2 35252:1 35261:1 35286:1 35289:1 35324:1 35376:1 35412:1 35445:1 35452:2 35559:1 35593:2 35658:4 35670:1 35673:1 35682:1 35724:3 35728:1 35731:1 35756:1 35758:1 35765:1 35787:1 35795:1 35810:2 35818:1 35836:1 35849:1 35851:1 35855:1 35858:2 35870:1 35874:1 35911:2 35919:2 35921:1 35929:2 35983:1 35986:3 35987:1 35998:1 36001:1 36014:1
17 19:2 29:1 30:1 49:1 64:2 86:1 91:1 112:1 125:1 163:1 186:2 196:1 205:1 208:1 244:1 248:1 257:1 279:2 294:1 301:2 332:2 371:1 381:1 388:1 390:1 434:1 436:2 439:1 449:1 452:1 456:1 538:2 546:1 626:1 643:1 681:1 690:1 695:1 742:1 745:1 754:1 757:2 771:1 779:2 854:1 900:1 907:1 935:2 954:4 1025:2 1026:1 1032:1 1071:1 1075:2 1083:4 1084:2 1086:1 1088:2 1094:4 1098:1 1099:1 1100:1 1109:1 1113:1 1114:1 1118:1 1119:2 1122:2 1141:1 1148:2 1149:1 1153:1 1160:1 1191:2 1221:1 1223:1 1225:2 1266:1 1269:1 1280:1 1288:1 1301:1 1307:1 1308:1 1309:1 1318:1 1337:1 1343:1 1350:1 1356:1 1367:1 1368:1 1369:1 1390:1 1398:1 1402:1 1412:1 1492:2 1514:1 1531:1 1535:1 1556:1 1559:1 1572:1 1575:1 1576:1 1601:1 1639:1 1655:1 1668:1 1681:1 1751:1 1756:2 1798:1 1819:1 1832:2 1839:1 1867:1 1872:1 1894:1 1911:1 1916:1 1919:1 1920:1 1938:1 1976:1 2002:2 2009:1 2028:1 2041:1 2045:1 2056:2 2073:1 2077:1 2083:1 2095:1 2129:2 2138:1 2145:1 2156:3 2166:1 2168:1 2171:1 2182:1 2195:1 2203:1 2208:2 2210:1 2212:2 2221:1 2251:1 2259:1 2282:1 2289:2 2301:1 2336:1 2358:1 2381:1 2391:1 2407:1 2412:1 2425:1 2428:1 2455:1 2476:1 2525:1 2527:1 2536:1 2557:1 2574:1 2587:1 2612:1 2720:2 2771:1 2796:1 2800:1 2839:2 2854:1 2863:2 2864:1 2868:2 2869:1 2887:3 2893:1 2897:1 2898:1 2901:1 2902:1 2912:1 2914:1 2915:5 2934:1 2949:2 2968:1 2990:1 2995:1 3005:1 3062:1 3064:1 3067:2 3089:1 3107:4 3109:1 3132:1 3159:2 3163:1 3164:1 3171:1 3181:1 3188:2 3194:1 3198:1 3202:1 3237:1 3252:1 3254:1 3278:1 3317:1 3336:1 3361:1 3377:1 3399:1 3416:1 3420:1 3425:1 3426:2 3463:1 3502:1 3510:1 3512:2 3515:1 3539:1 3552:1 3556:1 3558:1 3562:1 3598:3 3607:4 3617:3 3636:1 3652:1 3653:1 3662:2 3668:1 3705:1 3723:1 3727:2 3734:1 3737:1 3760:1 3803:1 3816:1 3836:1 3855:1 3862:3 3863:1 3907:1 3912:1 3918:1 3919:1 3962:1 3963:1 4005:1 4016:1 4050:1 4090:1 4157:2 4245:1 4247:2 4254:1 4275:1 4276:3 4295:1 4299:1 4314:1 4353:1 4354:1 4359:1 4375:2 4385:1 4390:3 4408:1 4424:1 4440:1 4453:1 4484:1 4497:1 4525:1 4531:1 4541:1 4546:1 4577:2 4588:1 4599:1 4609:1 4638:1 4639:1 4643:1 4668:1 4679:2 4681:1 4687:1 4773:1 4775:2 4780:3 4809:1 4843:1 4852:2 4856:1 4860:1 4872:1 4876:1 4910:1 4933:1 4935:1 4984:1 5052:1 5057:1 5059:1 5081:1 5088:1 5090:1 5117:1 5124:2 5134:1 5147:2 5158:2 5238:1 5240:1 5243:1 5287:1 5293:1 5301:1 5366:1 5369:1 5408:1 5417:1 5431:3 5434:1 5435:1 5450:1 5461:1 5463:3 5494:1 5501:1 5528:1 5529:1 5544:2 5545:1 5591:1 5602:1 5611:1 5640:1 5666:1 5668:1 5686:1 5696:1 5700:1 5701:4 5720:1 5734:1 5749:1 5781:1 5801:3 5807:1 5820:2 5839:1 5863:1 5889:1 5895:4 5902:1 5904:1 5913:1 5920:1 5925:3 5930:1 5932:4 5959:1 5974:1 6004:1 6051:1 6071:2 6072:1 6085:1 6087:1 6088:1 6104:1 6105:1 6113:1 6122:2 6125:2 6133:1 6134:1 6175:1 6180:1 6201:1 6205:1 6234:1 6322:1 6328:1 6358:2 6363:1 6367:1 6395:1 6409:2 6413:1 6419:1 6433:1 6483:1 6488:1 6510:1 6527:1 6538:1 6551:3 6585:1 6587:1 6603:1 6607:1 6624:1 6629:1 6641:1 6716:1 6729:1 6730:1 6733:1 6741:1 6798:1 6861:1 6865:1 6866:1 6880:1 6882:1 6925:2 6954:3 6971:1 7031:1 7035:1 7046:1 7058:2 7064:1 7076:1 7102:2 7104:1 7111:1 7133:1 7138:1 7142:2 7152:1 7174:1 7182:1 7185:1 7196:1 7201:2 7206:1 7211:2 7212:8 7221:2 7244:2 7255:1 7279:1 7313:1 7316:2 7349:1 7351:2 7379:1 7384:2 7393:1 7394:3 7406:1 7413:1 7414:1 7433:3 7449:1 7475:1 7480:1 7486:1 7509:2 7511:3 7515:1 7534:2 7542:1 7553:1 7557:1 7575:2 7639:1 7644:2 7647:1 7657:1 7660:1 7691:2 7717:1 7739:1 7757:1 7771:1 7823:6 7841:1 7856:1 7863:2 7869:2 7871:1 7874:1 7880:1 7883:2 7884:1 7912:1 7928:1 7933:1 7939:1 7946:1 7951:1 7960:1 7966:1 7982:1 7989:1 8044:1 8049:1 8058:1 8109:1 8142:1 8151:1 8161:2 8193:1 8213:1 8217:3 8219:1 8234:1 8263:1 8266:1 8278:1 8279:1 8288:1 8337:1 8345:1 8381:3 8386:1 8409:1 8436:1 8438:1 8468:1 8469:1 8481:1 8500:1 8510:1 8512:1 8519:2 8631:1 8682:1 8693:1 8719:4 8739:2 8744:1 8762:1 8767:1 8769:1 8783:1 8787:1 8793:1 8798:1 8803:1 8848:1 8852:2 8883:1 8889:1 8907:1 8921:1 8934:1 8940:1 8941:1 8961:1 8962:2 8987:1 8994:1 9012:1 9054:1 9056:1 9060:1 9083:1 9112:2 9118:1 9127:1 9135:1 9168:1 9193:2 9205:1 9224:1 9231:1 9255:1 9263:1 9269:2 9303:1 9308:3 9309:1 9310:1 9337:2 9338:4 9341:1 9344:1 9347:4 9349:1 9350:1 9354:1 9360:2 9361:1 9363:1 9364:3 9365:1 9382:1 9418:3 9436:1 9458:1 9523:1 9524:1 9529:1 9544:1 9568:2 9589:2 9610:1 9611:2 9641:1 9655:11 9685:4 9687:2 9693:1 9720:1 9737:1 9745:1 9769:1 9821:1 9891:1 9911:1 9917:2 9942:1 9956:1 9984:1 9990:1 10021:1 10083:1 10088:1 10123:4 10136:1 10137:2 10156:1 10163:4 10185:1 10192:1 10216:1 10248:1 10266:1 10283:1 10292:1 10293:3 10322:1 10352:2 10414:1 10421:1 10439:1 10442:2 10446:1 10457:1 10458:1 10491:2 10497:2 10505:1 10507:1 10515:1 10522:1 10559:1 10565:1 10567:1 10600:1 10603:1 10619:1 10651:2 10657:1 10690:4 10702:1 10754:1 10756:1 10757:1 10761:1 10763:4 10769:1 10776:1 10816:1 10885:1 10890:1 10910:1 10917:2 10926:1 10933:1 10980:2 10989:3 11006:1 11010:1 11120:1 11126:1 11129:1 11142:1 11165:1 11176:1 11181:1 11250:4 11251:1 11278:1 11279:1 11292:1 11302:1 11318:1 11321:1 11328:1 11345:1 11361:1 11374:1 11392:1 11410:1 11459:1 11473:1 11494:1 11506:1 11518:1 11528:2 11570:2 11603:1 11616:1 11630:1 11656:1 11682:1 11706:2 11716:1 11767:1 11779:1 11813:1 11836:2 11866:1 11886:1 11894:1 11906:1 11907:1 11918:2 11922:1 11929:1 11950:1 11951:1 11990:1 12028:1 12032:1 12047:3 12048:1 12051:2 12054:1 12063:1 12067:1 12069:1 12084:1 12094:1 12107:1 12113:1 12116:1 12119:1 12131:2 12134:1 12162:1 12182:1 12188:1 12193:1 12212:4 12234:1 12237:2 12353:1 12384:1 12452:1 12475:1 12478:1 12483:1 12543:1 12554:1 12562:4 12566:1 12570:1 12571:1 12615:1 12616:1 12618:1 12623:1 12625:1 12626:1 12629:1 12643:2 12651:1 12666:1 12671:3 12697:1 12732:1 12737:1 12758:1 12765:1 12769:1 12777:1 12848:1 12852:3 12866:2 12878:1 12893:1 12895:1 12901:1 12918:1 12941:2 12959:1 12963:1 12976:1 13004:1 13006:1 13022:1 13024:1 13063:1 13085:4 13088:1 13089:1 13094:3 13101:1 13107:1 13129:1 13145:1 13147:1 13165:3 13174:1 13181:1 13244:1 13251:1 13253:1 13270:1 13288:1 13338:1 13354:1 13355:2 13382:1 13394:1 13399:1 13405:1 13422:1 13434:4 13440:1 13445:1 13451:1 13471:1 13505:1 13523:2 13555:1 13564:1 13571:1 13586:2 13629:1 13672:1 13693:1 13707:1 13728:3 13729:1 13737:1 13744:1 13752:1 13753:2 13764:1 13771:1 13772:1 13787:1 13788:4 13811:1 13815:1 13819:4 13828:1 13837:1 13840:3 13877:1 13893:1 13907:1 13927:1 13989:3 13991:1 14002:1 14013:1 14022:1 14027:1 14033:1 14037:2 14040:1 14073:2 14077:1 14080:1 14128:1 14129:1 14163:2 14171:1 14179:1 14200:1 14213:1 14218:1 14219:1 14227:1 14244:1 14250:1 14266:1 14277:1 14307:1 14313:1 14408:1 14472:2 14510:1 14513:1 14526:1 14552:1 14581:1 14585:1 14589:1 14602:1 14614:1 14619:1 14636:1 14648:1 14653:2 14661:1 14727:1 14756:1 14768:1 14793:1 14826:1 14835:1 14853:1 14858:1 14859:1 14864:1 14895:1 14898:1 14899:1 14904:3 14907:1 14908:3 14910:1 14919:2 14921:1 14976:1 15011:1 15015:1 15019:1 15023:2 15029:1 15058:1 15063:1 15068:1 15070:2 15119:1 15125:1 15132:1 15137:1 15140:1 15155:2 15160:1 15167:2 15177:2 15185:1 15206:1 15207:1 15224:1 15297:1 15300:1 15316:1 15336:2 15348:1 15353:1 15360:1 15400:1 15419:1 15424:1 15426:1 15432:1 15442:1 15461:1 15493:1 15538:1 15544:2 15545:1 15556:1 15561:1 15569:1 15571:1 15646:2 15666:1 15667:1 15675:1 15680:1 15686:1 15705:2 15719:1 15749:1 15784:1 15811:4 15840:1 15843:1 15847:1 15849:1 15921:3 15925:1 15945:2 15961:2 15963:1 15968:3 15982:1 15985:1 16120:1 16214:1 16222:1 16311:1 16312:1 16335:1 16379:3 16388:2 16392:1 16393:1 16412:1 16436:3 16483:1 16485:1 16488:1 16533:1 16542:1 16556:1 16584:1 16653:1 16663:2 16670:1 16692:1 16775:1 16820:2 16833:1 16847:1 16868:1 16873:2 16890:1 16900:2 16902:1 16922:1 16960:1 16964:6 17006:1 17017:1 17020:1 17041:1 17042:1 17048:2 17057:1 17066:1 17093:1 17094:1 17100:1 17106:1 17149:1 17170:2 17179:1 17210:2 17237:2 17365:1 17387:1 17392:1 17441:1 17443:1 17467:1 17470:2 17495:1 17530:1 17550:1 17555:1 17558:1 17582:1 17583:1 17594:1 17616:1 17628:1 17632:2 17644:1 17651:1 17668:1 17701:1 17705:1 17706:1 17720:1 17725:1 17727:1 17741:1 17770:1 17838:1 17843:1 17852:1 17861:1 17865:1 17868:1 17870:3 17874:1 17892:1 17897:1 17904:1 17906:1 17940:1 17963:1 17972:1 17984:1 18000:1 18007:1 18025:1 18026:1 18050:1 18069:1 18084:1 18109:1 18118:1 18127:1 18131:1 18153:1 18174:1 18189:1 18291:1 18298:1 18300:3 18305:1 18338:1 18348:1 18358:1 18363:1 18365:3 18367:1 18396:8 18402:1 18412:1 18415:1 18417:1 18418:2 18420:22 18437:1 18439:2 18451:1 18452:1 18477:1 18487:3 18496:1 18500:1 18537:1 18553:1 18616:1 18635:2 18648:1 18653:1 18655:2 18663:1 18670:2 18674:1 18687:1 18724:1 18728:3 18781:1 18791:1 18793:2 18807:1 18820:1 18829:1 18839:2 18866:1 18872:1 18880:1 18913:1 18922:1 18929:1 18936:1 18975:1 18993:2 19007:1 19022:1 19025:5 19054:1 19069:1 19072:1 19080:1 19082:1 19085:1 19109:1 19139:1 19177:2 19222:1 19232:1 19272:1 19285:1 19323:1 19324:1 19328:2 19329:1 19416:1 19445:2 19454:2 19469:1 19478:1 19480:1 19506:1 19507:1 19508:2 19532:1 19535:1 19545:1 19552:1 19576:1 19596:1 19631:2 19634:1 19635:1 19638:1 19670:1 19688:1 19728:1 19754:1 19761:1 19773:1 19779:1 19808:1 19813:1 19815:1 19819:1 19832:7 19890:2 19902:2 19905:1 19914:2 19973:1 19977:2 20047:1 20049:1 20050:1 20085:3 20096:1 20102:2 20172:2 20176:1 20206:1 20207:1 20217:1 20221:1 20284:1 20294:1 20345:1 20346:1 20386:2 20408:1 20437:1 20449:1 20455:1 20468:1 20479:1 20508:1 20513:1 20518:1 20521:1 20544:1 20552:1 20557:2 20560:1 20573:1 20592:1 20616:1 20635:2 20644:1 20648:2 20661:2 20664:1 20687:1 20722:1 20743:1 20744:1 20747:1 20749:2 20752:1 20779:1 20835:1 20847:2 20863:1 20869:1 20902:2 20921:1 20963:1 20979:1 20985:1 20996:1 21009:1 21044:1 21064:1 21083:1 21099:2 21123:1 21134:1 21169:1 21198:1 21217:1 21256:1 21294:1 21298:1 21314:1 21318:2 21335:2 21355:1 21357:1 21362:1 21364:1 21391:1 21400:1 21401:1 21402:1 21423:1 21484:1 21498:1 21511:1 21521:1 21541:1 21548:2 21549:1 21592:1 21616:1 21653:2 21656:1 21668:1 21682:1 21698:1 21700:1 21733:1 21758:1 21762:1 21787:1 21798:1 21805:1 21811:1 21818:1 21819:2 21837:1 21846:1 21858:1 21877:1 21879:1 21880:1 21882:1 21887:1 21888:1 21916:1 21952:2 21962:1 21964:1 21999:1 22002:1 22019:1 22039:1 22045:1 22050:1 22067:1 22080:1 22092:1 22106:1 22110:1 22127:1 22133:5 22142:1 22158:2 22175:1 22197:1 22209:1 22226:1 22237:1 22240:1 22339:1 22359:1 22401:1 22423:2 22428:1 22464:1 22488:1 22492:1 22506:1 22527:1 22550:1 22553:1 22558:1 22560:3 22595:1 22624:1 22642:1 22659:1 22675:1 22690:1 22699:1 22703:1 22733:1 22751:1 22777:1 22785:1 22798:1 22807:2 22842:1 22884:1 22885:1 22912:1 22959:1 22965:1 22966:1 23006:1 23009:2 23026:1 23031:1787 23034:1 23050:1 23096:1 23100:1 23174:1 23188:1 23201:1 23204:1 23299:2 23429:1 23445:2 23478:1 23485:1 23523:1 23531:2 23552:1 23563:1 23570:1 23607:1 23629:1 23635:1 23654:3 23662:1 23708:1 23730:1 23765:1 23770:2 23778:1 23816:2 23821:1 23829:1 23835:1 23879:1 23886:1 23903:1 23936:1 23939:3 23971:1 24024:1 24071:1 24078:2 24092:1 24098:1 24106:1 24108:1 24126:1 24132:1 24155:1 24170:1 24176:1 24182:3 24192:2 24193:2 24197:1 24198:1 24199:1 24219:1 24226:1 24232:1 24248:1 24249:1 24281:1 24282:1 24319:1 24326:1 24365:2 24370:1 24405:1 24417:1 24422:1 24451:1 24452:1 24475:1 24543:1 24551:1 24572:1 24604:1 24605:1 24609:2 24653:1 24660:1 24662:1 24669:1 24670:1 24687:1 24724:2 24728:1 24730:2 24736:1 24737:1 24739:1 24748:1 24755:1 24768:2 24772:2 24774:1 24776:1 24788:1 24802:1 24811:2 24818:1 24832:1 24865:1 24881:1 24883:1 24918:1 24940:1 24948:2 24976:2 24984:1 24988:1 25055:3 25104:1 25111:1 25116:1 25125:1 25141:1 25147:1 25157:1 25162:1 25175:2 25177:2 25188:1 25201:2 25205:1 25226:1 25236:1 25254:2 25267:2 25271:2 25283:2 25340:1 25400:1 25402:1 25417:1 25431:1 25436:1 25447:1 25450:1 25458:1 25459:1 25486:1 25516:1 25546:3 25556:1 25571:1 25582:2 25591:1 25612:1 25656:1 25662:1 25664:1 25665:2 25669:1 25685:1 25686:1 25687:2 25716:1 25746:1 25760:1 25814:1 25850:1 25857:1 25866:1 25891:2 25923:1 25976:1 26024:1 26066:1 26095:1 26150:1 26153:2 26161:1 26178:1 26212:2 26218:1 26219:6 26221:1 26264:1 26274:1 26293:1 26313:1 26339:1 26355:1 26358:1 26364:1 26403:1 26423:1 26429:1 26434:1 26437:2 26440:1 26472:1 26482:1 26492:1 26497:1 26549:1 26604:1 26611:1 26615:2 26634:1 26643:1 26644:1 26702:1 26715:1 26721:1 26741:1 26746:1 26777:2 26781:1 26785:4 26793:1 26803:1 26807:1 26817:1 26830:2 26853:1 26858:1 26920:1 26931:1 26945:2 26977:1 26983:1 27003:2 27004:1 27021:1 27036:2 27064:1 27070:1 27072:1 27091:2 27103:2 27109:1 27125:2 27129:1 27140:1 27177:1 27189:3 27203:1 27223:1 27231:1 27247:1 27257:1 27258:1 27302:1 27329:1 27332:1 27338:1 27339:1 27343:1 27344:1 27392:2 27406:1 27408:1 27455:3 27459:1 27464:1 27472:1 27473:3 27561:1 27563:1 27564:3 27586:5 27609:1 27638:1 27656:1 27684:1 27698:1 27704:1 27710:1 27738:4 27743:1 27755:1 27756:1 27833:1 27837:1 27840:1 27846:1 27866:1 27869:2 27877:1 27900:2 27914:3 27948:1 27955:1 27963:1 27971:1 27977:1 27987:1 28007:1 28013:1 28035:1 28043:1 28048:1 28060:1 28074:2 28084:1 28093:1 28145:1 28166:1 28188:1 28189:2 28193:1 28202:2 28204:1 28226:1 28236:1 28265:1 28286:1 28379:1 28398:1 28422:2 28456:2 28474:1 28508:3 28527:1 28531:4 28581:1 28612:1 28625:1 28641:2 28655:1 28656:3 28660:2 28670:1 28675:3 28676:4 28695:1 28696:1 28724:1 28728:1 28746:1 28750:1 28763:1 28771:2 28793:1 28798:2 28804:1 28819:2 28827:1 28830:1 28843:1 28885:1 28979:2 28985:1 28987:2 28998:1 29000:2 29011:4 29021:2 29030:1 29065:2 29085:1 29095:1 29104:1 29111:2 29160:1 29173:1 29175:1 29177:2 29181:3 29203:2 29217:1 29219:1 29233:1 29240:1 29246:1 29248:1 29252:1 29267:3 29270:1 29281:2 29310:1 29315:1 29343:1 29359:1 29439:2 29497:2 29500:1 29516:4 29532:1 29536:1 29539:1 29540:2 29599:1 29607:1 29627:1 29634:1 29641:1 29684:1 29685:1 29690:1 29711:1 29750:1 29826:1 29832:3 29844:1 29845:1 29848:2 29858:2 29874:1 29943:1 29948:1 29981:1 30010:1 30014:2 30016:1 30043:1 30049:2 30075:1 30092:1 30115:1 30127:2 30131:1 30133:1 30150:2 30159:1 30160:1 30161:1 30167:1 30186:1 30192:1 30214:2 30222:1 30223:1 30237:1 30249:1 30253:1 30268:1 30269:1 30307:1 30361:1 30409:1 30411:1 30469:2 30472:1 30478:1 30485:2 30520:1 30522:1 30542:1 30553:1 30582:1 30625:1 30662:2 30700:1 30714:1 30717:1 30745:1 30770:1 30797:1 30798:1 30836:1 30837:2 30869:1 30900:1 30906:1 30922:1 30963:1 30969:1 31018:1 31031:1 31045:1 31060:1 31077:1 31079:2 31090:1 31102:3 31103:1 31112:1 31116:2 31128:1 31139:1 31147:3 31155:3 31186:2 31195:1 31211:1 31227:1 31249:1 31274:2 31275:2 31276:2 31323:1 31325:1 31333:1 31364:1 31377:1 31393:1 31421:1 31444:1 31462:1 31485:1 31498:1 31504:2 31513:1 31571:1 31578:1 31610:3 31646:1 31650:1 31653:1 31686:1 31706:1 31716:1 31728:1 31770:1 31773:1 31778:1 31793:1 31807:1 31809:1 31863:1 31899:3 31903:1 31909:1 31933:1 31934:1 31960:1 31965:1 31969:1 31970:1 31989:1 31991:1 31997:2 32026:1 32033:1 32043:1 32050:1 32059:1 32074:1 32166:1 32222:1 32223:1 32234:2 32235:2 32252:1 32278:1 32283:1 32287:2 32289:3 32295:1 32328:2 32341:2 32344:1 32393:2 32402:2 32404:1 32410:1 32411:1 32412:1 32417:2 32423:1 32474:1 32504:2 32505:3 32566:1 32571:1 32573:1 32623:1 32625:1 32648:1 32660:1 32686:4 32690:1 32694:1 32714:1 32729:1 32754:1 32755:1 32783:1 32804:1 32831:1 32838:1 32843:1 32871:1 32874:1 32875:1 32883:2 32910:1 32949:1 32959:1 32976:1 33032:1 33052:2 33057:2 33059:1 33072:3 33080:1 33103:1 33110:1 33131:2 33137:1 33157:1 33193:1 33236:1 33277:1 33324:1 33362:1 33371:2 33376:1 33387:1 33413:1 33436:1 33440:2 33447:1 33448:1 33458:1 33466:1 33489:1 33520:1 33521:1 33522:1 33533:1 33551:1 33555:1 33572:2 33590:1 33601:3 33622:1 33708:1 33732:2 33739:1 33741:2 33805:2 33816:1 33831:1 33832:1 33849:1 33854:1 33870:2 33877:1 33881:1 33889:2 33896:1 33942:1 33967:1 33968:1 33988:1 33997:1 34012:1 34020:1 34049:1 34081:1 34147:2 34181:2 34188:2 34223:1 34252:1 34263:1 34270:1 34286:1 34311:1 34342:1 34343:1 34346:1 34357:2 34389:9 34394:1 34404:1 34411:2 34421:1 34440:4 34441:2 34450:1 34464:2 34483:1 34506:1 34559:1 34611:3 34624:1 34637:2 34646:1 34650:1 34674:1 34676:1 34684:1 34689:2 34712:1 34724:1 34728:1 34761:1 34793:1 34805:1 34831:1 34860:3 34864:1 34876:1 34891:1 34899:1 34919:1 34956:3 35001:2 35002:1 35017:1 35029:2 35033:2 35059:1 35076:1 35079:1 35117:1 35139:1 35154:1 35180:1 35192:1 35196:1 35233:2 35245:1 35252:1 35261:1 35286:1 35289:1 35294:2 35324:1 35376:1 35412:1 35445:1 35452:2 35559:1 35593:2 35658:4 35670:1 35673:1 35682:1 35724:3 35728:1 35731:1 35756:1 35758:1 35765:1 35787:1 35795:1 35810:2 35818:1 35836:1 35849:1 35851:1 35855:1 35858:2 35870:1 35874:1 35911:2 35919:2 35921:1 35929:2 35983:1 35986:3 35987:1 35998:1 36001:1 36014:1
17 19:2 29:1 30:1 49:1 64:2 86:1 91:1 112:1 125:1 163:1 177:1 186:3 196:1 205:1 208:1 244:1 248:1 257:1 279:2 294:1 301:2 332:2 371:1 381:1 388:1 390:1 434:1 436:2 439:1 449:1 452:1 456:1 523:1 538:2 546:1 626:1 643:1 681:1 690:1 695:1 742:1 745:1 754:1 757:2 771:1 779:2 854:1 900:1 907:1 935:2 954:4 1025:2 1026:1 1032:1 1071:1 1075:2 1083:4 1084:2 1086:1 1088:2 1094:4 1098:1 1099:1 1100:1 1109:1 1113:1 1114:2 1118:1 1119:2 1122:2 1141:1 1148:2 1149:1 1153:1 1160:1 1191:3 1221:1 1223:1 1225:2 1266:1 1269:1 1280:1 1288:1 1301:1 1307:1 1308:1 1309:1 1318:1 1337:1 1343:1 1350:1 1356:1 1367:1 1368:1 1369:1 1390:1 1398:1 1402:1 1412:1 1492:2 1514:1 1531:1 1535:1 1556:1 1559:1 1572:1 1575:1 1576:1 1601:1 1639:1 1655:1 1668:1 1681:1 1751:1 1756:2 1798:1 1809:1 1819:1 1832:2 1839:1 1867:1 1872:1 1894:1 1911:1 1916:1 1919:1 1920:1 1938:1 1954:1 1976:1 2002:2 2009:1 2028:1 2041:1 2045:1 2056:2 2073:1 2077:1 2083:1 2095:1 2129:2 2138:1 2145:1 2156:3 2158:1 2166:1 2168:1 2171:1 2182:1 2195:1 2203:1 2208:2 2210:1 2212:2 2221:1 2251:1 2259:1 2282:1 2289:2 2301:1 2336:1 2355:1 2358:1 2381:1 2391:1 2407:1 2412:1 2425:1 2428:1 2455:1 2476:2 2525:1 2527:1 2536:1 2557:1 2574:1 2587:1 2612:1 2720:2 2771:1 2796:1 2800:1 2839:2 2844:1 2854:1 2863:3 2864:1 2868:2 2869:1 2887:4 2893:1 2897:2 2898:1 2901:1 2902:1 2912:1 2914:1 2915:5 2934:1 2949:2 2968:1 2990:1 2995:1 3005:1 3062:1 3064:1 3067:2 3089:1 3107:4 3109:1 3132:1 3159:2 3163:1 3164:1 3171:1 3181:1 3188:2 3194:1 3198:1 3202:1 3237:1 3252:1 3254:2 3278:1 3317:1 3336:1 3361:1 3377:1 3399:1 3416:1 3420:1 3425:1 3426:2 3463:1 3502:1 3510:1 3512:2 3515:1 3539:1 3552:1 3556:1 3558:1 3562:1 3598:3 3607:4 3617:3 3636:1 3652:1 3653:1 3662:2 3668:1 3687:1 3705:1 3723:1 3727:2 3734:1 3737:2 3742:1 3760:1 3803:1 3816:1 3836:1 3855:1 3862:3 3863:1 3907:1 3912:1 3918:1 3919:2 3948:1 3962:1 3963:1 4005:1 4016:1 4050:1 4090:1 4157:2 4205:1 4245:1 4247:2 4254:1 4275:1 4276:3 4295:1 4299:1 4314:1 4353:1 4354:1 4359:1 4375:2 4385:1 4390:3 4408:1 4424:1 4440:1 4453:1 4484:1 4497:1 4525:1 4531:1 4541:1 4546:1 4577:2 4588:1 4599:1 4609:1 4638:1 4639:1 4643:1 4668:1 4679:2 4681:1 4687:1 4773:1 4775:2 4780:3 4809:1 4843:1 4852:2 4856:1 4860:1 4872:1 4876:1 4910:1 4933:1 4935:1 4984:1 5052:1 5057:1 5059:1 5081:1 5088:1 5090:1 5117:1 5124:2 5134:1 5147:2 5158:2 5238:1 5240:1 5243:1 5287:1 5293:1 5301:1 5316:1 5366:1 5369:1 5408:1 5417:1 5431:3 5434:1 5435:1 5450:1 5461:1 5463:3 5494:1 5501:1 5528:1 5529:1 5544:2 5545:1 5591:1 5602:1 5611:1 5640:1 5666:1 5668:1 5686:2 5696:1 5700:1 5701:4 5720:2 5734:1 5749:1 5781:1 5801:3 5807:1 5820:2 5839:1 5863:1 5889:1 5895:4 5902:1 5904:1 5913:1 5920:1 5925:3 5930:1 5932:4 5959:1 5974:1 6004:1 6051:1 6071:2 6072:1 6085:1 6087:1 6088:1 6104:1 6105:2 6113:1 6122:2 6125:2 6133:1 6134:1 6175:1 6180:1 6201:1 6205:1 6234:1 6322:1 6328:1 6358:2 6363:1 6367:1 6395:1 6409:2 6413:1 6419:1 6433:1 6483:2 6488:1 6510:1 6527:1 6538:1 6551:3 6567:1 6585:1 6587:1 6603:1 6607:1 6624:1 6629:1 6641:1 6716:1 6729:1 6730:1 6733:1 6741:1 6798:1 6861:1 6865:1 6866:1 6880:1 6882:1 6896:1 6925:2 6954:3 6971:1 7031:1 7035:1 7046:1 7058:2 7064:1 7076:1 7102:2 7104:1 7111:1 7133:1 7138:1 7142:2 7152:1 7174:1 7182:1 7185:1 7196:1 7201:2 7206:1 7211:2 7212:8 7221:2 7244:2 7255:1 7279:1 7313:1 7316:2 7349:1 7351:2 7379:1 7384:2 7393:1 7394:3 7406:1 7413:1 7414:1 7433:3 7449:1 7475:1 7480:1 7486:1 7509:2 7511:3 7515:1 7534:2 7542:1 7553:1 7557:1 7575:2 7639:1 7644:2 7647:1 7657:1 7660:1 7691:2 7717:1 7739:1 7757:1 7771:1 7823:6 7841:1 7856:1 7863:2 7869:2 7871:1 7874:1 7880:1 7883:2 7884:1 7912:1 7928:1 7933:1 7939:1 7944:1 7946:1 7951:1 7960:1 7966:1 7982:1 7989:1 8044:1 8049:1 8058:1 8109:1 8142:1 8151:1 8161:2 8193:1 8213:1 8217:3 8219:1 8234:1 8263:1 8266:1 8278:1 8279:1 8288:1 8337:1 8345:1 8381:3 8386:1 8409:1 8423:1 8436:1 8438:1 8468:1 8469:1 8481:1 8500:1 8510:1 8512:1 8519:2 8631:1 8682:1 8693:1 8719:4 8739:2 8744:1 8762:1 8767:1 8769:1 8783:1 8787:1 8793:1 8798:1 8803:1 8848:1 8852:2 8883:1 8889:1 8907:1 8921:1 8934:1 8940:1 8941:1 8961:1 8962:2 8987:1 8994:1 9012:1 9054:1 9056:1 9060:1 9062:1 9083:1 9093:1 9112:2 9118:1 9127:1 9135:1 9168:1 9193:2 9198:1 9205:1 9224:1 9231:1 9255:1 9263:1 9269:2 9303:1 9308:3 9309:1 9310:1 9337:2 9338:4 9341:1 9344:1 9347:4 9349:1 9350:1 9354:1 9360:2 9361:1 9363:1 9364:3 9365:1 9382:1 9418:3 9436:1 9458:1 9523:1 9524:1 9529:1 9544:1 9568:2 9589:2 9610:1 9611:2 9641:1 9655:13 9685:4 9687:2 9693:1 9720:1 9737:1 9745:1 9769:1 9821:1 9891:1 9911:1 9917:2 9942:1 9956:1 9984:1 9990:1 10021:1 10083:1 10088:1 10123:4 10136:1 10137:2 10156:1 10163:4 10185:1 10192:1 10216:1 10248:1 10266:1 10283:1 10292:1 10293:4 10322:1 10352:2 10396:1 10414:1 10421:1 10439:1 10442:2 10446:1 10457:1 10458:1 10491:2 10497:2 10505:1 10507:1 10515:1 10522:1 10559:1 10565:1 10567:1 10600:1 10603:1 10619:1 10651:2 10657:1 10690:4 10702:1 10754:1 10756:1 10757:1 10761:1 10763:4 10769:1 10776:1 10816:1 10845:1 10885:1 10890:1 10910:1 10917:2 10926:1 10933:1 10980:2 10989:4 11006:1 11010:1 11052:1 11120:1 11126:1 11129:1 11133:1 11142:1 11165:1 11176:1 11181:1 11250:4 11251:1 11278:1 11279:1 11292:1 11302:1 11318:1 11321:1 11328:1 11345:1 11361:1 11374:1 11392:1 11410:1 11459:1 11473:1 11494:1 11506:1 11518:1 11528:2 11570:2 11603:2 11616:1 11630:1 11656:1 11682:1 11706:2 11716:1 11767:1 11779:1 11813:1 11836:2 11866:1 11886:1 11894:1 11906:1 11907:1 11918:2 11922:1 11929:1 11950:1 11951:1 11990:2 12028:1 12032:1 12047:3 12048:1 12051:2 12054:1 12063:1 12067:1 12069:1 12084:1 12094:1 12107:1 12113:1 12116:1 12119:2 12131:2 12134:1 12162:1 12182:1 12188:1 12193:1 12212:4 12234:1 12237:2 12353:1 12384:1 12452:1 12475:1 12478:1 12483:1 12528:1 12543:1 12554:1 12562:4 12566:1 12570:1 12571:1 12615:1 12616:1 12618:1 12623:1 12625:1 12626:1 12629:2 12643:2 12651:1 12666:1 12671:3 12697:1 12732:1 12737:1 12758:1 12765:1 12769:1 12777:1 12848:1 12852:3 12866:2 12878:1 12893:1 12895:1 12901:1 12918:1 12941:2 12959:1 12963:1 12976:1 13004:1 13006:1 13022:1 13024:1 13063:1 13085:4 13088:1 13089:1 13094:3 13101:1 13107:1 13129:1 13145:1 13147:1 13165:3 13174:1 13181:1 13244:1 13251:1 13253:1 13270:1 13288:1 13338:1 13354:1 13355:2 13382:1 13394:1 13399:1 13405:1 13422:1 13434:4 13440:1 13445:1 13451:1 13471:1 13505:1 13523:2 13555:1 13564:1 13571:1 13578:1 13586:2 13629:1 13672:1 13693:1 13707:1 13728:3 13729:1 13737:1 13744:1 13752:1 13753:2 13764:1 13771:1 13772:1 13787:1 13788:4 13811:1 13815:1 13819:4 13828:1 13837:1 13840:3 13877:1 13893:1 13907:1 13927:1 13989:3 13991:1 14002:1 14013:1 14022:1 14027:1 14033:1 14037:2 14040:1 14073:2 14077:1 14080:1 14128:1 14129:1 14163:2 14171:1 14179:1 14200:1 14213:1 14218:1 14219:1 14227:1 14244:1 14250:1 14266:2 14277:1 14307:1 14313:1 14351:1 14408:1 14419:1 14467:1 14472:2 14510:1 14513:1 14526:1 14552:1 14581:1 14585:1 14589:1 14602:1 14614:1 14619:1 14636:1 14648:1 14653:2 14661:1 14727:1 14738:1 14756:1 14768:1 14793:1 14826:1 14835:1 14853:1 14858:1 14859:1 14864:1 14895:1 14898:1 14899:1 14904:3 14907:1 14908:3 14910:1 14919:2 14921:1 14976:1 14988:1 15011:1 15015:1 15019:1 15023:2 15029:1 15058:1 15063:1 15068:1 15070:2 15119:1 15125:1 15132:1 15137:1 15140:1 15155:2 15160:1 15167:2 15177:2 15185:1 15206:1 15207:1 15224:1 15297:1 15300:1 15316:1 15336:2 15348:1 15349:1 15353:1 15360:1 15400:1 15419:1 15424:1 15426:1 15432:1 15442:1 15461:1 15493:1 15538:1 15544:2 15545:1 15556:1 15561:1 15569:1 15571:1 15646:2 15666:1 15667:1 15675:1 15680:1 15686:1 15705:2 15719:1 15749:1 15784:1 15811:4 15840:1 15843:1 15847:1 15849:1 15921:3 15925:1 15945:2 15961:2 15963:1 15968:3 15982:1 15985:1 16120:1 16214:1 16222:1 16311:1 16312:1 16335:2 16379:4 16388:2 16392:1 16393:1 16397:1 16412:1 16436:3 16483:1 16485:1 16488:1 16533:1 16542:1 16556:1 16584:1 16653:1 16663:3 16670:1 16692:1 16775:1 16820:2 16833:1 16847:1 16868:1 16873:2 16890:1 16900:2 16902:1 16922:1 16960:1 16964:6 17006:1 17017:1 17020:1 17041:1 17042:1 17048:2 17057:1 17066:1 17093:1 17094:1 17100:1 17106:1 17149:1 17170:2 17179:1 17210:3 17237:2 17365:1 17387:1 17392:1 17441:1 17443:1 17467:1 17470:2 17495:1 17530:1 17550:1 17555:1 17558:1 17582:1 17583:1 17594:1 17605:1 17607:1 17616:1 17628:1 17632:3 17644:1 17647:1 17651:1 17668:1 17701:1 17705:1 17706:1 17710:1 17720:1 17725:1 17727:1 17741:1 17770:1 17771:1 17820:1 17838:1 17843:1 17852:1 17861:1 17865:1 17868:1 17870:3 17874:1 17892:1 17897:1 17904:2 17906:1 17940:1 17963:1 17972:1 17984:1 18000:1 18007:1 18025:1 18026:1 18050:1 18069:1 18071:1 18084:1 18109:1 18118:1 18127:1 18131:1 18153:1 18174:1 18189:1 18291:1 18298:1 18300:3 18305:1 18338:1 18348:1 18358:1 18363:1 18365:3 18367:1 18396:8 18402:1 18412:1 18415:1 18417:1 18418:2 18420:22 18437:1 18439:2 18451:1 18452:1 18477:1 18487:3 18496:1 18500:1 18537:1 18553:1 18616:1 18635:2 18648:1 18653:1 18655:2 18663:1 18670:2 18674:1 18687:1 18724:1 18728:3 18781:1 18791:1 18793:2 18807:1 18820:1 18829:1 18839:2 18866:2 18872:1 18880:1 18913:1 18922:1 18929:1 18936:1 18975:1 18993:2 19007:1 19022:1 19025:5 19054:1 19069:1 19072:1 19080:1 19082:1 19085:1 19109:1 19139:1 19177:2 19222:1 19232:1 19272:1 19285:1 19323:1 19324:1 19328:2 19329:1 19416:1 19445:2 19454:2 19469:1 19478:1 19480:1 19506:1 19507:1 19508:2 19532:1 19535:1 19545:1 19552:1 19576:1 19596:1 19631:2 19634:1 19635:1 19638:1 19670:1 19688:1 19728:1 19754:1 19761:1 19773:1 19779:1 19808:1 19813:1 19815:1 19819:1 19832:7 19890:3 19902:2 19905:1 19914:2 19973:1 19977:2 20047:1 20049:1 20050:1 20085:3 20096:1 20102:2 20172:2 20176:1 20206:1 20207:1 20209:1 20217:1 20221:1 20255:1 20284:1 20294:1 20345:1 20346:1 20386:2 20408:1 20437:1 20449:1 20455:1 20468:1 20479:1 20508:1 20513:1 20518:1 20521:1 20544:1 20552:1 20557:2 20560:1 20573:1 20592:1 20616:1 20635:2 20644:1 20648:2 20655:1 20661:2 20664:1 20687:1 20722:1 20743:1 20744:1 20747:1 20749:2 20752:1 20779:1 20835:1 20847:2 20863:1 20869:1 20902:2 20921:1 20963:1 20979:1 20985:1 20996:1 21009:1 21044:1 21064:1 21083:1 21099:2 21123:1 21134:1 21169:1 21198:1 21217:1 21256:1 21294:1 21298:1 21310:1 21314:1 21318:2 21335:2 21355:1 21357:1 21362:1 21364:1 21391:1 21400:1 21401:1 21402:1 21423:1 21484:1 21498:1 21511:1 21521:1 21541:1 21548:2 21549:1 21592:1 21616:1 21653:2 21656:1 21668:1 21682:1 21698:1 21700:1 21733:1 21758:1 21762:1 21787:1 21798:1 21805:1 21811:1 21818:1 21819:2 21837:1 21846:1 21858:1 21877:1 21879:1 21880:1 21882:1 21887:1 21888:1 21916:1 21952:2 21962:1 21964:1 21999:1 22002:1 22019:1 22039:1 22045:1 22050:1 22067:1 22080:1 22092:1 22106:1 22110:1 22127:1 22133:5 22142:1 22158:2 22175:1 22197:1 22209:1 22226:1 22237:1 22240:1 22280:1 22339:1 22359:1 22401:1 22423:2 22428:1 22464:1 22472:1 22488:1 22492:1 22506:1 22527:1 22550:1 22553:1 22558:1 22560:3 22595:1 22624:1 22642:1 22659:1 22675:1 22690:1 22699:1 22703:1 22733:1 22751:1 22777:1 22785:1 22798:1 22807:3 22842:1 22847:1 22884:1 22885:1 22912:1 22959:1 22965:1 22966:1 23006:1 23009:2 23026:1 23031:1888 23034:1 23050:1 23096:1 23100:1 23174:1 23188:1 23196:1 23201:1 23204:1 23299:2 23309:1 23401:1 23429:1 23445:2 23478:1 23485:1 23507:1 23523:2 23531:2 23552:1 23563:1 23570:1 23607:1 23629:1 23635:1 23654:3 23662:1 23708:1 23730:1 23758:1 23765:1 23770:2 23778:1 23816:2 23821:1 23829:2 23835:1 23874:1 23879:1 23886:1 23903:1 23936:1 23939:4 23971:1 24024:1 24071:1 24078:2 24092:1 24098:1 24106:1 24108:1 24126:1 24132:1 24155:1 24170:1 24176:1 24182:3 24192:2 24193:2 24197:1 24198:1 24199:1 24219:1 24226:1 24232:1 24248:1 24249:1 24281:1 24282:1 24319:1 24326:1 24365:2 24370:1 24405:1 24417:1 24422:1 24451:1 24452:1 24475:1 24543:1 24551:1 24572:1 24604:1 24605:1 24609:2 24653:1 24660:1 24662:1 24667:1 24669:1 24670:1 24687:1 24724:2 24728:1 24730:3 24736:1 24737:1 24739:1 24748:1 24755:1 24768:2 24772:2 24774:1 24776:1 24788:1 24802:1 24811:2 24818:1 24832:1 24865:1 24881:1 24883:1 24918:1 24940:1 24948:2 24976:2 24984:1 24988:1 24991:1 25055:3 25104:1 25111:1 25116:1 25125:1 25137:1 25141:1 25147:1 25157:1 25162:1 25175:2 25177:2 25188:1 25201:2 25205:1 25226:1 25236:1 25254:2 25267:2 25271:2 25283:2 25340:1 25374:1 25400:1 25402:1 25417:1 25431:1 25436:1 25447:1 25450:1 25458:1 25459:1 25477:1 25486:1 25516:1 25546:3 25556:1 25571:1 25582:2 25591:1 25612:1 25656:1 25662:1 25664:1 25665:2 25669:1 25685:1 25686:1 25687:2 25716:1 25746:1 25760:1 25814:1 25850:1 25857:1 25866:1 25891:2 25923:1 25976:1 26016:1 26024:1 26066:1 26095:1 26150:1 26153:2 26161:1 26178:1 26212:2 26218:1 26219:7 26221:1 26243:1 26264:1 26274:1 26293:1 26313:1 26322:1 26339:1 26355:1 26358:1 26364:1 26403:1 26423:1 26429:1 26434:1 26437:2 26440:1 26472:1 26482:1 26492:1 26497:1 26549:1 26604:2 26611:1 26615:2 26634:1 26643:1 26644:1 26658:1 26702:1 26715:1 26721:1 26741:1 26746:1 26777:2 26781:1 26785:4 26793:1 26803:1 26807:1 26817:1 26830:2 26853:1 26858:1 26920:1 26931:1 26945:2 26977:1 26983:1 27003:2 27004:1 27021:1 27027:1 27036:2 27064:1 27070:1 27072:1 27091:2 27103:2 27109:1 27125:2 27129:1 27140:1 27177:1 27189:3 27203:1 27223:1 27231:1 27247:1 27257:1 27258:1 27289:1 27302:1 27329:1 27332:1 27338:1 27339:1 27343:1 27344:1 27392:2 27406:1 27408:1 27455:3 27459:1 27464:1 27472:1 27473:3 27559:1 27561:1 27563:1 27564:4 27586:5 27609:1 27638:1 27656:1 27684:1 27698:1 27704:1 27710:1 27738:4 27743:1 27755:1 27756:1 27833:1 27837:1 27840:1 27846:1 27866:1 27869:2 27877:1 27900:2 27914:3 27948:1 27955:2 27963:1 27971:1 27977:1 27987:1 28007:1 28013:1 28017:1 28035:1 28043:1 28048:1 28060:1 28074:2 28084:1 28093:1 28145:1 28166:1 28188:1 28189:2 28193:1 28202:2 28204:1 28226:1 28236:1 28265:1 28280:1 28286:1 28379:1 28398:1 28422:2 28456:2 28474:1 28508:3 28527:1 28531:4 28581:1 28612:1 28625:1 28641:3 28655:1 28656:3 28660:2 28670:1 28673:1 28675:3 28676:4 28695:1 28696:1 28724:1 28728:1 28746:1 28750:1 28763:1 28771:2 28793:1 28798:2 28804:1 28819:2 28827:1 28830:1 28843:1 28885:1 28927:1 28979:2 28985:1 28987:2 28998:1 29000:2 29011:4 29021:2 29030:1 29048:1 29065:2 29085:1 29095:1 29104:1 29111:2 29160:1 29173:1 29175:1 29177:2 29181:3 29203:2 29217:1 29219:1 29233:1 29240:1 29246:1 29248:1 29252:1 29267:3 29270:1 29281:2 29310:1 29315:1 29343:1 29359:1 29422:1 29439:2 29497:2 29500:1 29516:4 29532:1 29536:1 29539:1 29540:2 29599:1 29607:1 29627:1 29634:1 29641:1 29684:1 29685:1 29690:1 29711:1 29750:1 29826:1 29832:4 29844:1 29845:1 29848:2 29858:2 29874:1 29943:1 29948:1 29981:1 30006:1 30010:1 30014:2 30016:1 30043:1 30049:2 30075:1 30092:1 30115:1 30127:2 30131:1 30133:1 30150:2 30159:1 30160:1 30161:1 30167:1 30186:1 30192:1 30214:2 30222:1 30223:1 30237:1 30249:1 30253:1 30268:1 30269:1 30307:1 30361:1 30409:1 30411:1 30469:2 30472:1 30478:1 30485:2 30520:1 30522:1 30542:1 30553:1 30582:1 30625:1 30662:2 30700:1 30714:1 30717:1 30745:1 30753:1 30770:1 30797:1 30798:1 30836:1 30837:2 30869:1 30900:1 30906:1 30922:1 30963:1 30969:1 31018:1 31031:1 31045:1 31060:1 31077:1 31079:2 31090:1 31102:3 31103:1 31112:1 31116:2 31128:1 31139:1 31147:3 31152:1 31155:3 31186:2 31195:1 31211:1 31227:1 31249:1 31274:2 31275:2 31276:2 31323:1 31325:1 31333:1 31360:1 31364:1 31377:1 31393:1 31421:1 31444:2 31462:1 31485:1 31498:1 31504:2 31513:1 31571:1 31578:1 31610:3 31646:1 31650:1 31653:1 31686:1 31706:1 31716:1 31728:1 31770:1 31773:1 31778:1 31793:1 31807:1 31809:1 31863:1 31899:3 31903:1 31909:1 31933:1 31934:1 31960:1 31965:1 31969:1 31970:1 31989:1 31991:1 31997:2 32026:1 32033:1 32043:1 32050:1 32059:1 32074:1 32166:1 32222:1 32223:1 32234:2 32235:2 32252:1 32278:1 32283:1 32287:2 32288:1 32289:3 32295:1 32328:2 32341:2 32344:1 32391:1 32393:2 32402:2 32404:1 32410:1 32411:1 32412:1 32417:2 32423:1 32474:1 32504:2 32505:3 32566:1 32571:1 32573:1 32619:1 32623:1 32625:1 32648:1 32660:1 32686:4 32690:1 32694:1 32714:1 32729:1 32754:1 32755:1 32783:1 32804:1 32831:1 32832:1 32838:1 32843:1 32871:1 32874:1 32875:1 32883:2 32910:1 32949:1 32959:1 32976:1 33032:1 33052:2 33057:2 33059:1 33072:3 33080:1 33103:1 33110:1 33131:2 33137:1 33157:1 33192:1 33193:1 33236:1 33277:1 33324:1 33362:1 33371:2 33376:1 33387:1 33413:1 33436:1 33440:2 33447:1 33448:1 33458:1 33466:1 33489:1 33520:1 33521:1 33522:1 33533:1 33551:1 33555:1 33572:2 33590:1 33601:3 33622:1 33708:1 33732:2 33739:1 33741:2 33805:2 33816:1 33831:1 33832:1 33849:1 33854:1 33870:2 33877:1 33881:1 33889:2 33896:1 33942:1 33967:1 33968:1 33988:1 33997:1 34012:1 34020:1 34049:1 34081:1 34147:2 34181:2 34188:2 34223:1 34252:1 34263:1 34270:1 34286:1 34298:1 34311:1 34342:1 34343:1 34346:1 34357:2 34389:9 34394:1 34404:1 34406:1 34411:2 34421:1 34440:4 34441:2 34450:1 34464:2 34483:1 34506:1 34518:1 34559:1 34611:3 34624:1 34637:2 34646:1 34650:1 34674:1 34676:1 34684:1 34689:2 34712:1 34724:1 34728:1 34761:1 34793:1 34805:1 34831:1 34860:3 34864:1 34876:1 34891:1 34899:1 34919:1 34956:3 35001:2 35002:1 35017:1 35029:2 35033:2 35059:1 35076:1 35079:1 35117:1 35139:1 35154:1 35180:1 35192:1 35196:1 35233:2 35245:1 35252:1 35261:1 35286:1 35289:1 35294:2 35324:1 35376:1 35412:1 35445:1 35452:2 35493:1 35559:1 35593:2 35658:4 35670:1 35673:1 35682:1 35717:1 35724:3 35728:1 35731:1 35756:1 35758:1 35765:1 35787:1 35795:1 35810:2 35818:1 35836:1 35849:1 35851:2 35855:1 35858:3 35870:1 35874:1 35911:2 35919:2 35921:1 35929:2 35983:1 35986:3 35987:1 35998:1 36001:1 36014:1
17 19:2 29:1 30:1 49:1 64:2 86:1 91:1 112:1 125:1 163:1 177:1 186:3 196:1 205:1 208:1 244:1 248:1 257:1 279:2 294:1 301:2 332:2 371:1 381:1 388:1 390:1 434:1 436:2 439:1 449:1 452:1 456:1 523:1 536:1 538:2 546:1 626:1 643:1 681:1 690:1 695:1 742:1 745:1 754:1 757:2 771:1 779:2 854:1 900:1 907:1 929:1 935:2 954:4 1025:2 1026:1 1032:1 1071:1 1075:2 1083:4 1084:2 1086:1 1088:2 1094:4 1098:1 1099:1 1100:1 1109:1 1113:1 1114:2 1118:1 1119:2 1122:2 1141:1 1148:2 1149:1 1153:1 1160:1 1191:3 1221:1 1223:1 1225:2 1266:1 1269:1 1280:1 1288:1 1301:1 1307:1 1308:1 1309:1 1318:1 1337:1 1343:1 1350:1 1356:1 1367:1 1368:1 1369:1 1390:1 1398:1 1402:1 1410:1 1412:1 1492:2 1514:1 1531:1 1535:1 1556:1 1559:1 1572:1 1575:1 1576:1 1601:1 1639:1 1655:1 1668:1 1681:1 1728:1 1751:1 1756:2 1798:1 1809:1 1819:1 1832:2 1839:1 1867:1 1872:1 1894:3 1908:1 1911:1 1916:1 1919:1 1920:1 1938:1 1954:1 1976:1 1994:1 2002:2 2009:2 2028:1 2041:1 2045:1 2056:2 2073:1 2077:1 2083:1 2095:1 2129:2 2138:1 2145:1 2156:3 2158:1 2166:1 2168:1 2171:1 2182:1 2195:1 2203:1 2208:2 2210:1 2212:2 2221:1 2251:1 2259:1 2282:1 2289:2 2301:1 2336:1 2355:1 2358:1 2381:1 2391:1 2407:1 2412:1 2425:1 2428:1 2455:1 2476:2 2525:1 2527:2 2536:1 2557:1 2574:1 2587:1 2612:1 2720:2 2761:1 2771:1 2796:1 2800:1 2839:2 2844:1 2854:1 2863:4 2864:1 2868:2 2869:1 2887:4 2893:1 2897:2 2898:1 2901:1 2902:1 2905:1 2912:1 2914:1 2915:5 2934:1 2949:2 2968:2 2990:1 2995:1 3005:1 3062:1 3064:1 3067:2 3089:1 3107:4 3109:1 3132:1 3159:2 3163:1 3164:1 3171:1 3181:1 3188:2 3194:1 3198:1 3202:1 3237:1 3252:1 3254:2 3278:1 3317:1 3336:1 3361:1 3377:1 3399:1 3416:1 3420:1 3425:1 3426:2 3463:1 3502:1 3510:1 3512:2 3515:2 3539:1 3552:1 3556:1 3558:1 3562:1 3580:1 3598:3 3607:4 3617:3 3636:1 3652:1 3653:1 3662:2 3668:1 3687:1 3705:1 3723:1 3727:2 3734:1 3737:2 3742:1 3760:1 3803:1 3816:1 3836:1 3855:1 3862:3 3863:1 3907:1 3912:1 3918:1 3919:2 3948:1 3962:1 3963:1 4005:1 4016:1 4050:1 4090:1 4157:2 4205:1 4245:1 4247:2 4254:1 4275:1 4276:3 4295:1 4298:1 4299:1 4314:1 4353:1 4354:1 4359:1 4375:2 4385:1 4390:3 4408:1 4424:1 4440:2 4453:1 4484:1 4497:1 4525:1 4531:1 4541:1 4546:1 4577:2 4588:1 4599:1 4609:1 4638:1 4639:1 4643:1 4668:1 4679:2 4681:1 4687:1 4773:1 4775:2 4780:3 4809:1 4843:1 4852:2 4856:1 4860:1 4872:1 4876:1 4909:1 4910:1 4933:1 4935:1 4984:1 5052:1 5057:1 5059:1 5081:1 5088:1 5090:1 5117:1 5124:2 5134:1 5147:2 5158:2 5238:1 5240:1 5243:1 5274:1 5287:1 5293:1 5301:1 5316:1 5366:1 5369:2 5408:1 5417:1 5431:3 5434:1 5435:1 5450:1 5461:1 5463:3 5494:1 5501:1 5528:1 5529:1 5544:2 5545:1 5591:1 5602:1 5611:1 5640:1 5666:1 5668:1 5686:2 5687:1 5696:1 5700:1 5701:4 5720:2 5729:1 5734:1 5749:1 5781:1 5801:3 5807:1 5820:2 5839:1 5863:1 5889:1 5895:5 5902:1 5904:1 5913:1 5920:1 5925:3 5930:1 5932:4 5959:1 5972:1 5974:1 6004:1 6051:1 6071:2 6072:1 6085:1 6087:1 6088:1 6104:1 6105:2 6113:1 6122:2 6125:2 6133:1 6134:1 6175:1 6180:1 6201:1 6205:1 6234:1 6322:1 6328:1 6358:2 6363:1 6367:1 6395:1 6409:2 6413:1 6419:1 6433:1 6483:2 6488:1 6510:1 6527:1 6538:1 6551:4 6567:1 6585:1 6587:1 6603:1 6607:1 6624:1 6629:1 6641:1 6716:1 6729:1 6730:1 6733:1 6741:1 6765:1 6798:1 6861:1 6865:1 6866:1 6880:1 6882:1 6896:1 6925:2 6954:3 6971:1 7031:1 7035:1 7046:1 7058:2 7064:1 7076:1 7102:2 7104:1 7111:1 7133:1 7138:1 7142:2 7152:1 7174:1 7182:1 7185:1 7196:1 7201:2 7206:1 7211:2 7212:8 7221:2 7244:2 7255:1 7279:1 7313:1 7316:2 7349:1 7351:2 7379:1 7384:2 7393:1 7394:3 7406:1 7413:1 7414:1 7433:3 7449:1 7475:1 7480:1 7486:1 7509:2 7511:3 7515:1 7534:2 7542:1 7553:1 7557:1 7575:2 7602:1 7639:1 7644:2 7647:1 7657:1 7660:1 7691:2 7717:1 7739:1 7757:1 7771:1 7774:1 7823:6 7841:1 7856:1 7863:2 7869:2 7871:1 7874:1 7880:1 7883:2 7884:2 7888:1 7912:1 7928:1 7933:1 7939:1 7944:1 7946:1 7951:1 7960:2 7966:1 7982:1 7989:1 8044:1 8049:1 8058:1 8109:1 8142:1 8151:1 8161:2 8193:1 8213:1 8217:3 8219:1 8234:1 8263:1 8266:1 8278:1 8279:1 8288:1 8337:1 8345:1 8381:3 8386:1 8409:1 8423:1 8436:1 8438:1 8468:1 8469:1 8481:1 8500:1 8510:1 8512:1 8519:2 8631:1 8682:1 8693:1 8719:4 8739:2 8744:1 8762:1 8767:1 8769:1 8783:1 8787:1 8793:1 8798:1 8803:1 8848:2 8852:2 8883:1 8889:1 8907:1 8921:1 8934:1 8940:1 8941:1 8961:1 8962:2 8987:1 8994:1 9012:1 9054:1 9056:1 9060:1 9062:1 9083:1 9093:1 9112:2 9118:1 9127:1 9135:1 9168:1 9193:2 9198:1 9205:1 9224:1 9231:2 9255:1 9263:1 9269:2 9303:2 9308:3 9309:1 9310:1 9337:2 9338:4 9341:1 9344:1 9347:4 9349:1 9350:1 9354:1 9360:2 9361:1 9363:1 9364:3 9365:1 9382:1 9418:3 9436:1 9458:1 9523:1 9524:1 9529:1 9544:1 9568:2 9589:2 9610:1 9611:2 9641:1 9655:14 9685:4 9687:2 9693:1 9720:1 9737:1 9745:1 9769:1 9821:1 9891:1 9911:1 9917:2 9942:1 9956:1 9984:1 9990:1 10021:1 10083:1 10088:1 10123:4 10136:1 10137:2 10156:1 10163:5 10185:1 10192:1 10216:1 10248:1 10266:1 10283:1 10292:1 10293:5 10322:1 10352:2 10396:1 10414:1 10421:1 10439:1 10442:2 10446:1 10457:1 10458:1 10491:2 10497:2 10505:1 10507:1 10515:1 10522:1 10559:1 10565:1 10567:1 10600:1 10603:1 10619:1 10651:2 10657:1 10690:4 10702:1 10754:1 10756:1 10757:1 10761:1 10763:4 10769:1 10776:1 10816:1 10845:1 10885:1 10890:1 10910:1 10917:2 10926:1 10933:1 10980:2 10989:4 11006:1 11010:1 11052:1 11120:1 11126:1 11129:1 11133:1 11142:1 11165:1 11176:1 11181:1 11250:4 11251:1 11278:2 11279:1 11292:1 11302:1 11318:1 11321:1 11328:1 11345:1 11361:1 11374:1 11392:1 11410:1 11459:1 11473:1 11494:1 11506:1 11518:1 11528:2 11568:1 11570:2 11603:3 11616:1 11630:1 11656:1 11682:1 11706:2 11716:1 11743:1 11767:1 11779:1 11813:1 11836:2 11866:1 11886:1 11894:1 11906:1 11907:1 11918:2 11922:1 11929:1 11950:1 11951:1 11990:3 12028:2 12032:1 12047:3 12048:1 12051:2 12054:1 12063:1 12067:1 12069:1 12084:1 12094:1 12107:1 12113:1 12116:1 12119:2 12131:2 12134:1 12162:1 12182:1 12188:1 12193:1 12212:4 12234:1 12237:2 12353:1 12384:1 12452:1 12475:1 12478:1 12483:1 12528:1 12543:1 12554:2 12562:4 12566:1 12570:1 12571:1 12615:1 12616:1 12618:1 12623:1 12625:1 12626:1 12629:2 12643:2 12651:1 12666:1 12671:3 12697:1 12701:1 12732:1 12737:1 12758:1 12765:1 12769:1 12777:1 12826:1 12835:1 12848:1 12852:3 12864:1 12866:2 12878:1 12893:1 12895:1 12901:1 12918:1 12941:2 12959:1 12963:1 12976:1 13004:1 13006:1 13022:1 13024:1 13063:1 13085:4 13088:1 13089:1 13094:3 13101:1 13107:1 13129:1 13145:1 13147:1 13165:3 13174:1 13181:1 13244:1 13251:1 13253:1 13270:2 13288:1 13338:1 13354:1 13355:2 13382:1 13394:1 13399:1 13405:1 13422:1 13434:4 13440:1 13445:2 13451:1 13471:2 13505:1 13523:2 13555:1 13564:1 13571:1 13578:1 13586:2 13629:1 13672:1 13693:1 13705:1 13707:1 13728:3 13729:1 13737:1 13744:1 13752:1 13753:2 13764:1 13771:1 13772:1 13787:1 13788:4 13811:1 13815:1 13819:4 13828:1 13837:1 13840:3 13877:1 13893:1 13907:1 13927:1 13989:3 13991:1 14002:1 14013:1 14017:1 14022:1 14027:1 14033:1 14037:2 14040:1 14071:1 14073:2 14077:1 14080:1 14117:1 14128:1 14129:1 14163:2 14171:1 14179:1 14200:1 14213:1 14218:1 14219:1 14227:1 14244:1 14250:1 14266:2 14277:1 14307:1 14313:1 14351:1 14408:1 14419:1 14467:1 14472:2 14510:1 14513:2 14526:1 14552:1 14581:1 14585:1 14589:1 14602:1 14614:1 14619:2 14636:1 14648:1 14653:3 14655:1 14661:1 14727:1 14738:1 14756:1 14768:1 14793:1 14826:1 14835:1 14853:1 14858:1 14859:1 14864:1 14895:1 14898:1 14899:1 14904:3 14907:1 14908:3 14910:1 14919:2 14921:1 14976:1 14988:1 15011:1 15012:1 15015:1 15019:1 15023:2 15029:1 15058:1 15063:1 15068:1 15070:2 15119:1 15125:1 15132:1 15137:1 15140:1 15155:2 15160:1 15167:2 15177:2 15185:1 15206:1 15207:1 15224:1 15297:1 15300:1 15316:1 15336:2 15341:1 15348:1 15349:1 15353:1 15360:1 15374:1 15400:1 15419:1 15424:1 15426:1 15432:1 15442:1 15461:1 15493:1 15538:1 15544:2 15545:1 15556:1 15561:1 15569:1 15571:1 15646:2 15666:2 15667:1 15675:1 15680:1 15686:1 15705:2 15719:1 15749:1 15784:1 15811:4 15840:1 15843:1 15847:1 15849:1 15921:3 15925:1 15945:2 15961:2 15963:1 15968:3 15982:1 15985:2 16120:1 16214:1 16222:1 16311:1 16312:1 16335:2 16379:4 16388:2 16392:1 16393:1 16397:1 16412:1 16436:3 16483:1 16485:1 16488:1 16533:1 16542:1 16556:1 16584:1 16653:1 16663:3 16670:1 16692:1 16775:1 16820:2 16833:1 16841:1 16847:1 16868:1 16873:2 16890:1 16900:2 16902:1 16922:1 16938:1 16960:1 16964:6 17006:1 17017:1 17020:1 17039:1 17041:1 17042:1 17048:2 17057:1 17066:1 17093:1 17094:1 17100:1 17106:1 17149:1 17170:2 17179:1 17210:4 17237:2 17365:1 17387:1 17392:1 17441:1 17443:1 17464:1 17467:1 17470:2 17495:1 17530:1 17550:1 17555:1 17558:1 17582:1 17583:1 17594:1 17605:1 17607:1 17616:1 17628:1 17632:3 17644:1 17647:1 17651:1 17668:1 17701:1 17705:1 17706:1 17710:1 17719:1 17720:1 17725:1 17727:1 17741:1 17770:1 17771:1 17820:1 17838:1 17843:1 17852:1 17861:1 17865:1 17868:1 17870:3 17874:1 17892:1 17897:1 17904:2 17906:1 17940:1 17963:1 17972:1 17984:1 18000:1 18007:1 18025:1 18026:1 18050:1 18069:1 18071:1 18084:1 18109:1 18112:1 18118:1 18127:1 18131:1 18153:1 18174:1 18189:1 18291:1 18298:1 18300:3 18305:1 18338:1 18348:1 18358:1 18363:1 18365:3 18367:1 18396:8 18402:1 18412:1 18415:1 18417:1 18418:3 18420:22 18437:1 18439:2 18451:1 18452:1 18477:1 18487:3 18496:1 18500:1 18537:1 18553:1 18616:1 18635:2 18648:1 18653:1 18655:2 18663:1 18670:2 18674:1 18687:1 18724:1 18728:3 18781:1 18791:1 18793:2 18807:1 18820:1 18829:1 18839:2 18866:2 18872:1 18880:2 18913:1 18922:1 18929:1 18936:1 18975:1 18993:2 18994:1 19007:1 19022:1 19025:5 19054:1 19069:1 19072:1 19080:1 19082:1 19085:1 19109:1 19139:1 19177:2 19222:1 19232:1 19272:1 19285:1 19323:1 19324:1 19328:2 19329:1 19416:1 19445:2 19454:2 19469:1 19478:1 19480:1 19506:1 19507:1 19508:2 19532:1 19535:1 19545:1 19552:1 19576:1 19596:1 19631:2 19634:1 19635:1 19638:1 19670:1 19688:1 19702:1 19728:1 19739:1 19754:1 19761:1 19773:1 19779:1 19808:1 19813:1 19815:1 19819:1 19832:7 19890:3 19902:2 19905:1 19914:2 19973:1 19977:3 20047:1 20049:1 20050:1 20085:3 20096:1 20102:2 20141:1 20172:2 20176:1 20198:1 20206:1 20207:1 20209:1 20217:1 20221:1 20255:1 20284:1 20294:1 20345:1 20346:1 20386:2 20408:1 20437:1 20444:1 20449:1 20455:1 20468:1 20479:1 20508:1 20513:1 20518:1 20521:1 20544:1 20552:1 20557:2 20560:1 20573:1 20592:1 20616:1 20635:2 20644:1 20648:2 20655:1 20661:2 20664:1 20687:1 20722:1 20743:1 20744:1 20747:1 20749:2 20752:1 20779:1 20835:1 20847:2 20863:1 20869:1 20902:2 20921:1 20963:1 20979:1 20985:1 20996:1 21009:1 21044:1 21064:1 21083:1 21099:2 21123:1 21134:1 21169:1 21198:1 21217:1 21256:1 21294:1 21298:1 21310:1 21314:1 21318:2 21335:2 21355:1 21357:1 21362:1 21364:1 21391:1 21400:1 21401:1 21402:1 21423:1 21484:1 21498:1 21511:1 21521:1 21541:1 21548:3 21549:1 21592:1 21616:1 21653:2 21656:1 21668:1 21682:1 21698:1 21700:1 21733:1 21758:1 21762:1 21787:1 21798:1 21805:1 21811:1 21818:1 21819:2 21837:1 21846:1 21858:1 21877:1 21879:1 21880:1 21882:1 21887:1 21888:1 21916:1 21952:2 21962:1 21964:1 21999:1 22002:1 22019:1 22039:1 22045:1 22050:1 22067:1 22080:1 22092:1 22106:1 22110:1 22127:1 22133:5 22142:1 22158:2 22175:1 22197:1 22209:1 22226:1 22237:1 22240:1 22280:1 22298:1 22339:1 22359:1 22401:1 22423:2 22428:1 22464:1 22472:1 22488:1 22492:1 22506:1 22527:1 22550:1 22553:1 22558:1 22560:3 22595:1 22624:1 22642:1 22659:1 22675:1 22690:1 22699:1 22703:1 22733:1 22751:1 22777:1 22785:1 22798:1 22807:3 22820:1 22832:1 22842:1 22847:1 22884:1 22885:1 22912:1 22959:1 22965:1 22966:1 23006:1 23009:2 23026:1 23031:1956 23034:1 23050:1 23096:1 23100:1 23174:1 23188:1 23196:1 23201:1 23204:1 23299:2 23309:1 23379:1 23401:1 23429:1 23445:2 23478:1 23485:1 23507:1 23523:3 23531:2 23552:1 23563:1 23570:1 23607:1 23629:1 23635:1 23654:3 23662:1 23708:1 23730:1 23758:1 23765:1 23770:3 23778:1 23816:2 23821:1 23829:2 23835:1 23874:1 23879:1 23886:1 23903:1 23936:1 23939:4 23971:1 24024:1 24071:1 24078:2 24092:1 24098:1 24106:1 24108:1 24126:1 24132:1 24155:1 24170:1 24176:1 24182:3 24192:2 24193:2 24197:1 24198:1 24199:1 24201:1 24219:1 24226:1 24232:1 24248:1 24249:1 24281:1 24282:1 24319:1 24326:1 24365:2 24370:1 24405:1 24417:1 24422:1 24451:1 24452:1 24475:1 24543:1 24551:1 24572:1 24604:1 24605:1 24609:2 24653:1 24660:1 24662:1 24667:1 24669:1 24670:1 24687:1 24724:2 24728:1 24730:3 24736:1 24737:1 24739:1 24748:1 24755:1 24768:2 24772:2 24774:2 24776:1 24788:1 24802:1 24811:2 24818:2 24827:1 24832:1 24865:1 24881:1 24883:1 24918:1 24940:1 24948:2 24976:2 24984:1 24988:1 24991:1 25055:3 25104:1 25111:1 25116:1 25125:1 25137:1 25141:1 25147:1 25157:1 25162:1 25175:2 25177:2 25188:1 25201:2 25205:1 25226:1 25236:1 25254:2 25267:2 25271:2 25283:2 25340:1 25374:1 25400:1 25402:1 25417:1 25431:1 25436:1 25447:1 25450:1 25458:1 25459:1 25477:1 25486:1 25516:1 25546:3 25556:1 25566:1 25571:1 25582:2 25591:1 25612:1 25656:1 25662:1 25664:1 25665:2 25669:1 25685:1 25686:1 25687:2 25716:1 25746:2 25760:1 25814:1 25850:1 25857:1 25866:1 25891:2 25923:1 25976:1 26016:1 26024:1 26066:1 26095:1 26150:1 26153:2 26161:1 26178:1 26212:2 26218:1 26219:7 26221:1 26243:1 26264:1 26274:1 26293:1 26313:1 26322:1 26339:1 26355:1 26358:1 26364:1 26403:1 26423:1 26429:1 26434:1 26437:2 26440:1 26472:1 26482:1 26492:1 26497:1 26542:1 26549:1 26604:3 26611:1 26615:2 26634:1 26643:1 26644:1 26658:1 26702:1 26715:1 26721:1 26741:1 26746:1 26777:2 26781:1 26785:4 26793:1 26803:1 26807:1 26817:1 26830:2 26831:1 26853:1 26858:1 26904:1 26920:1 26931:1 26945:2 26977:1 26983:1 27003:2 27004:1 27021:1 27027:1 27036:2 27064:1 27070:1 27072:1 27091:2 27103:2 27109:1 27125:2 27129:2 27140:1 27177:1 27189:3 27203:1 27223:1 27231:1 27247:1 27257:1 27258:1 27289:1 27302:1 27309:1 27329:1 27332:1 27338:1 27339:1 27343:1 27344:1 27392:2 27406:1 27408:1 27455:3 27459:1 27464:1 27472:1 27473:3 27530:1 27540:1 27559:1 27561:1 27563:1 27564:4 27575:1 27586:5 27609:1 27638:1 27656:1 27684:1 27698:1 27704:1 27710:1 27738:4 27743:1 27755:1 27756:1 27833:1 27837:1 27840:1 27846:1 27866:1 27869:2 27877:1 27900:2 27914:3 27948:1 27955:2 27963:1 27971:1 27977:1 27983:1 27987:1 28007:1 28013:1 28017:1 28035:1 28043:1 28048:1 28060:1 28074:2 28084:1 28093:1 28145:1 28166:1 28188:1 28189:2 28193:1 28202:2 28204:1 28226:1 28236:1 28265:1 28280:1 28286:1 28379:1 28398:1 28422:2 28456:2 28474:1 28508:3 28527:1 28531:4 28581:1 28612:1 28625:1 28641:3 28655:1 28656:3 28660:2 28670:1 28673:1 28675:3 28676:4 28695:1 28696:1 28724:1 28728:1 28746:1 28750:1 28763:1 28771:2 28793:1 28798:2 28804:1 28819:2 28827:1 28830:1 28843:1 28885:1 28927:1 28979:2 28985:1 28987:2 28998:1 29000:2 29011:4 29021:2 29030:1 29048:1 29065:2 29085:1 29095:1 29104:1 29111:2 29160:1 29173:1 29175:1 29177:2 29181:3 29187:1 29203:2 29217:1 29219:1 29233:1 29240:1 29246:1 29248:1 29252:1 29267:3 29270:1 29281:2 29310:1 29315:1 29343:1 29359:1 29399:1 29422:1 29439:2 29497:2 29500:1 29516:4 29532:1 29536:1 29539:1 29540:2 29599:1 29607:1 29627:1 29634:1 29641:1 29684:1 29685:1 29690:1 29711:1 29750:1 29826:1 29832:4 29844:1 29845:1 29848:2 29858:2 29861:1 29874:1 29943:1 29948:1 29981:1 30006:1 30010:1 30014:2 30016:1 30043:1 30049:3 30075:1 30092:1 30115:1 30127:2 30131:1 30133:1 30150:2 30159:1 30160:1 30161:1 30167:1 30186:1 30192:1 30214:2 30222:1 30223:1 30237:1 30249:1 30253:1 30268:1 30269:1 30307:1 30361:1 30409:1 30411:1 30469:2 30472:2 30478:1 30485:2 30520:1 30522:1 30542:1 30553:1 30582:1 30625:1 30662:2 30700:1 30714:1 30717:2 30745:1 30753:1 30770:1 30797:1 30798:1 30836:1 30837:2 30869:1 30871:1 30900:1 30906:1 30922:1 30963:1 30969:1 31018:1 31031:1 31045:2 31060:1 31077:1 31079:2 31090:2 31102:3 31103:1 31112:1 31116:2 31128:1 31139:1 31147:3 31152:1 31155:3 31186:2 31195:1 31211:1 31227:1 31249:1 31274:2 31275:2 31276:2 31323:1 31325:2 31333:1 31360:1 31364:1 31377:1 31393:1 31421:1 31444:2 31462:1 31485:1 31498:1 31504:2 31513:1 31571:1 31578:1 31610:3 31646:1 31650:1 31653:1 31686:1 31706:1 31716:1 31728:1 31770:1 31773:1 31778:1 31793:1 31807:1 31809:1 31863:1 31899:3 31903:1 31909:1 31933:1 31934:1 31960:1 31965:2 31969:1 31970:1 31989:1 31991:1 31997:2 32026:1 32033:1 32043:1 32050:1 32059:1 32074:1 32166:1 32168:1 32222:1 32223:1 32234:2 32235:2 32252:1 32278:1 32283:1 32287:2 32288:1 32289:3 32295:1 32328:2 32341:2 32344:1 32391:2 32393:2 32402:2 32404:1 32410:1 32411:1 32412:2 32417:2 32423:1 32474:1 32504:2 32505:3 32566:1 32571:1 32573:1 32619:1 32623:1 32625:1 32648:1 32660:1 32686:4 32690:1 32694:1 32714:1 32729:1 32754:1 32755:1 32783:1 32804:1 32831:1 32832:2 32838:1 32843:1 32871:1 32874:1 32875:1 32883:2 32910:1 32913:1 32949:1 32959:1 32976:1 33032:1 33052:2 33057:2 33059:1 33072:3 33080:1 33103:1 33110:1 33131:2 33137:1 33157:1 33192:2 33193:1 33236:1 33248:1 33277:1 33324:1 33362:1 33371:2 33376:1 33386:1 33387:1 33413:1 33436:2 33440:2 33447:1 33448:1 33458:1 33466:2 33489:1 33520:1 33521:1 33522:1 33533:1 33551:1 33555:1 33572:2 33590:1 33592:1 33601:3 33622:1 33708:1 33732:2 33739:1 33741:2 33805:2 33816:1 33831:1 33832:1 33849:1 33854:1 33870:2 33877:1 33881:1 33889:2 33896:1 33942:1 33967:1 33968:1 33988:1 33997:1 34012:1 34020:1 34049:1 34081:1 34147:2 34181:2 34188:2 34223:1 34224:1 34252:1 34263:1 34270:1 34286:1 34298:1 34311:1 34342:1 34343:2 34346:1 34357:2 34389:9 34394:1 34404:1 34406:1 34411:2 34418:1 34421:1 34440:4 34441:2 34447:1 34450:1 34464:3 34483:1 34506:1 34518:1 34559:1 34611:3 34624:1 34637:2 34646:1 34650:1 34674:1 34676:1 34684:1 34689:2 34712:1 34724:1 34728:1 34761:1 34793:1 34798:1 34805:1 34831:1 34860:3 34864:1 34876:1 34891:1 34899:1 34919:1 34956:3 35001:2 35002:1 35017:1 35029:2 35033:2 35059:1 35076:1 35079:1 35115:1 35117:1 35139:1 35154:1 35180:1 35192:1 35196:1 35233:2 35245:1 35252:1 35261:1 35286:1 35289:1 35294:2 35324:1 35376:1 35412:1 35445:1 35452:2 35493:1 35559:1 35593:2 35609:1 35658:4 35670:1 35673:1 35682:1 35717:1 35724:4 35728:1 35731:1 35756:1 35758:2 35765:1 35787:2 35795:1 35810:2 35818:1 35836:1 35849:1 35851:2 35855:1 35858:3 35870:1 35874:1 35911:2 35919:2 35921:1 35929:2 35983:1 35986:3 35987:1 35998:1 36001:1 36014:1
17 19:2 29:1 30:1 49:1 64:2 86:1 91:1 112:1 125:1 163:1 177:1 186:3 196:1 205:1 208:1 244:1 248:1 257:1 279:2 294:1 301:2 332:2 336:1 371:1 381:1 388:1 390:1 434:1 436:2 439:1 449:1 452:1 456:1 523:1 536:1 538:2 546:1 626:1 643:1 681:1 687:1 690:1 695:1 742:1 745:1 754:1 757:2 771:1 779:2 854:1 900:1 907:1 929:1 935:2 954:4 1025:2 1026:1 1032:1 1071:1 1075:2 1083:4 1084:2 1086:1 1088:2 1094:4 1098:1 1099:2 1100:1 1109:1 1113:1 1114:2 1118:1 1119:2 1122:2 1141:1 1148:2 1149:1 1153:1 1160:1 1191:3 1221:1 1223:1 1225:2 1247:1 1266:1 1269:1 1280:1 1288:1 1301:1 1307:1 1308:1 1309:1 1318:1 1337:1 1343:1 1350:1 1356:1 1367:1 1368:1 1369:1 1390:1 1398:1 1402:1 1410:1 1412:1 1492:2 1501:1 1514:1 1531:1 1535:1 1556:1 1559:1 1572:1 1575:1 1576:1 1601:1 1639:1 1655:1 1668:1 1681:1 1728:1 1751:1 1756:2 1798:1 1809:1 1819:1 1832:2 1839:1 1867:1 1872:1 1894:3 1908:1 1911:1 1916:1 1919:1 1920:1 1923:1 1938:1 1954:1 1976:1 1994:1 2002:2 2009:2 2028:1 2041:1 2045:1 2056:2 2073:1 2077:1 2083:1 2095:1 2129:2 2138:1 2145:1 2156:3 2158:1 2166:1 2168:1 2171:1 2182:1 2195:1 2203:1 2208:2 2210:1 2212:2 2221:1 2251:1 2259:1 2282:1 2289:2 2301:1 2336:1 2355:1 2358:1 2381:1 2391:1 2407:1 2412:1 2413:1 2425:1 2428:1 2455:1 2476:2 2525:1 2527:2 2536:1 2557:1 2564:1 2574:1 2587:1 2612:1 2720:2 2761:1 2771:1 2796:1 2800:1 2839:2 2844:1 2854:1 2863:4 2864:1 2868:2 2869:1 2887:4 2893:1 2897:2 2898:1 2901:1 2902:1 2905:1 2912:1 2914:1 2915:5 2934:1 2949:2 2968:2 2990:1 2995:1 3005:1 3062:1 3064:1 3067:2 3089:1 3107:4 3109:1 3132:1 3159:2 3163:1 3164:1 3171:1 3181:1 3188:2 3194:1 3198:1 3202:1 3237:1 3252:1 3254:2 3278:1 3317:1 3336:1 3361:1 3377:1 3399:1 3416:1 3420:1 3425:1 3426:2 3463:1 3502:1 3510:1 3512:2 3515:2 3523:1 3539:1 3552:1 3556:1 3558:1 3562:1 3580:1 3581:1 3598:3 3607:4 3617:3 3636:1 3652:1 3653:1 3662:2 3668:1 3687:1 3705:1 3723:1 3727:2 3730:1 3734:1 3737:2 3742:1 3760:1 3803:1 3816:1 3836:1 3855:1 3862:3 3863:1 3907:1 3912:1 3918:1 3919:2 3948:1 3962:1 3963:1 4005:1 4016:1 4050:1 4090:1 4157:2 4205:1 4245:1 4247:2 4254:1 4275:1 4276:3 4295:1 4298:1 4299:1 4314:1 4353:1 4354:1 4359:1 4375:2 4385:1 4389:1 4390:4 4408:1 4424:1 4440:2 4453:1 4484:1 4497:1 4525:1 4531:1 4541:1 4546:1 4577:2 4588:1 4599:1 4609:1 4638:1 4639:1 4643:1 4668:1 4679:2 4681:1 4686:1 4687:1 4773:1 4775:2 4780:3 4809:1 4832:1 4843:1 4852:2 4856:1 4860:1 4872:1 4876:1 4909:1 4910:1 4933:1 4935:1 4984:1 5052:1 5057:1 5059:1 5081:1 5088:1 5090:1 5104:1 5117:1 5124:2 5134:1 5147:2 5158:2 5238:1 5240:1 5243:1 5274:1 5287:1 5290:1 5293:1 5295:1 5301:1 5316:1 5366:1 5369:2 5408:1 5417:1 5431:3 5434:1 5435:1 5450:1 5461:1 5463:3 5494:1 5501:1 5528:1 5529:1 5544:2 5545:1 5591:1 5602:1 5611:1 5640:1 5642:1 5666:1 5668:1 5686:2 5687:1 5696:1 5700:1 5701:4 5720:2 5729:1 5734:1 5749:1 5781:2 5801:3 5807:1 5820:2 5839:1 5863:1 5889:1 5895:5 5902:1 5904:1 5913:1 5920:1 5925:3 5930:1 5932:4 5954:1 5959:1 5972:1 5974:1 6004:1 6051:1 6071:2 6072:1 6085:1 6087:1 6088:1 6104:1 6105:2 6113:1 6122:2 6125:2 6133:1 6134:1 6175:1 6180:1 6201:1 6205:1 6234:1 6322:1 6328:1 6358:2 6363:1 6367:1 6395:1 6409:2 6413:1 6419:1 6433:1 6483:2 6488:1 6510:1 6527:1 6538:2 6551:4 6567:1 6585:1 6587:1 6603:1 6607:1 6624:1 6629:1 6641:1 6716:1 6729:1 6730:1 6733:1 6741:1 6765:1 6789:1 6798:1 6861:1 6865:1 6866:1 6880:1 6882:1 6896:1 6925:2 6954:3 6971:1 7031:1 7035:1 7046:1 7058:2 7064:1 7076:1 7102:2 7104:1 7111:1 7133:1 7138:1 7142:2 7152:1 7174:1 7182:1 7185:1 7196:1 7201:2 7206:1 7211:2 7212:8 7221:2 7244:2 7255:1 7279:1 7313:1 7316:2 7349:1 7351:2 7379:1 7384:2 7393:1 7394:3 7406:1 7413:1 7414:1 7433:3 7449:1 7475:1 7480:1 7486:1 7509:2 7511:3 7515:1 7534:2 7542:1 7553:1 7557:1 7575:3 7602:1 7639:1 7644:2 7647:2 7657:1 7660:1 7691:2 7717:1 7739:1 7757:1 7771:1 7774:1 7823:6 7841:1 7856:1 7863:2 7869:2 7871:1 7874:1 7880:1 7883:2 7884:2 7888:1 7912:1 7928:1 7933:1 7939:1 7944:1 7946:1 7951:1 7960:2 7966:1 7982:1 7989:1 8044:1 8049:1 8058:1 8109:1 8142:1 8151:1 8161:2 8193:1 8213:1 8217:3 8219:1 8234:1 8263:1 8266:1 8278:1 8279:1 8288:1 8337:1 8345:1 8381:3 8386:1 8409:1 8423:1 8436:1 8438:1 8468:1 8469:1 8481:1 8500:1 8510:1 8512:1 8519:2 8631:1 8682:1 8693:1 8719:4 8739:2 8744:1 8762:1 8767:1 8769:1 8783:1 8787:1 8793:1 8798:1 8803:1 8848:2 8852:2 8883:1 8889:1 8907:1 8921:1 8932:1 8934:1 8940:1 8941:1 8961:1 8962:2 8987:1 8994:1 9012:1 9054:1 9056:1 9060:1 9062:1 9083:1 9093:1 9112:2 9118:1 9127:1 9135:1 9138:1 9168:1 9193:2 9198:1 9205:1 9224:1 9231:2 9255:1 9263:1 9269:2 9303:2 9308:3 9309:1 9310:1 9337:2 9338:5 9341:1 9344:1 9347:4 9349:1 9350:1 9354:1 9360:2 9361:1 9363:1 9364:3 9365:1 9382:1 9418:3 9436:1 9458:1 9523:1 9524:1 9529:1 9544:1 9568:2 9589:2 9610:1 9611:2 9641:1 9655:14 9685:4 9687:2 9693:1 9715:1 9720:1 9737:1 9745:1 9760:1 9769:1 9821:1 9839:1 9891:1 9911:1 9917:2 9942:1 9956:1 9984:1 9990:1 10021:1 10083:1 10088:1 10123:4 10136:1 10137:2 10156:1 10163:5 10185:1 10192:1 10216:1 10228:1 10240:1 10248:1 10266:1 10283:1 10292:1 10293:5 10322:1 10352:2 10394:1 10396:1 10414:1 10421:1 10439:1 10442:2 10446:1 10457:1 10458:1 10491:2 10497:2 10505:1 10507:1 10515:1 10522:1 10559:1 10565:1 10567:1 10600:1 10603:1 10619:1 10651:2 10657:1 10690:4 10702:1 10754:1 10756:1 10757:1 10761:1 10763:4 10769:1 10776:1 10816:1 10845:1 10853:1 10885:1 10890:1 10910:1 10917:2 10926:1 10933:1 10980:2 10989:4 11006:1 11010:1 11052:1 11120:1 11126:1 11129:1 11133:1 11142:1 11165:1 11176:1 11181:1 11250:4 11251:1 11278:2 11279:1 11292:1 11302:1 11318:1 11321:1 11328:1 11345:1 11361:1 11374:1 11392:1 11410:1 11459:1 11473:1 11494:1 11506:1 11518:1 11528:2 11568:1 11570:2 11603:3 11616:1 11630:1 11656:1 11682:1 11706:2 11716:1 11742:1 11743:1 11767:1 11779:1 11813:1 11824:1 11836:2 11866:1 11886:1 11894:1 11906:1 11907:1 11918:2 11922:1 11929:1 11950:1 11951:1 11990:3 12028:2 12032:1 12047:3 12048:1 12051:2 12054:1 12063:1 12067:1 12069:1 12084:1 12094:1 12107:1 12113:1 12116:1 12119:2 12131:2 12134:1 12162:1 12182:1 12188:1 12193:1 12212:4 12234:1 12237:2 12353:1 12384:1 12452:1 12475:1 12478:1 12483:1 12528:1 12543:1 12554:2 12562:4 12566:1 12570:1 12571:1 12615:1 12616:1 12617:1 12618:1 12623:1 12625:1 12626:1 12629:2 12643:3 12651:1 12666:1 12671:3 12697:1 12701:1 12732:1 12737:1 12758:1 12765:1 12769:2 12777:1 12826:1 12835:1 12848:1 12852:3 12864:1 12866:2 12878:1 12891:1 12893:1 12895:1 12901:1 12918:1 12941:2 12959:1 12960:1 12963:1 12976:1 13004:1 13006:1 13022:1 13024:1 13031:1 13063:1 13085:4 13088:1 13089:1 13094:3 13101:1 13107:1 13129:1 13145:1 13147:1 13165:3 13174:1 13181:1 13244:1 13251:1 13253:1 13270:2 13288:1 13338:1 13354:1 13355:2 13382:1 13394:1 13399:1 13405:1 13422:1 13434:4 13440:1 13445:2 13451:1 13471:2 13505:1 13523:2 13555:1 13564:1 13571:1 13578:1 13581:1 13586:2 13629:1 13672:1 13693:1 13705:1 13707:1 13728:3 13729:1 13737:1 13744:1 13752:1 13753:2 13764:1 13771:1 13772:1 13787:1 13788:4 13811:1 13815:1 13819:4 13828:1 13837:1 13840:3 13877:1 13893:1 13907:1 13927:1 13989:3 13991:1 14002:1 14013:1 14017:1 14022:1 14027:1 14033:1 14037:2 14040:1 14071:1 14073:2 14077:1 14080:1 14117:1 14128:1 14129:1 14163:2 14171:1 14179:1 14200:1 14213:1 14218:2 14219:1 14227:1 14244:1 14250:1 14266:2 14277:1 14307:1 14313:1 14351:1 14408:1 14419:1 14467:1 14472:2 14493:1 14510:1 14513:2 14526:1 14552:1 14581:1 14585:1 14589:1 14602:1 14614:1 14619:2 14636:1 14648:1 14653:3 14655:1 14661:1 14727:1 14731:1 14738:1 14756:1 14768:1 14793:1 14826:1 14835:1 14853:1 14858:1 14859:1 14864:1 14895:1 14898:1 14899:1 14904:3 14907:1 14908:3 14910:1 14919:2 14921:1 14976:1 14988:1 15011:1 15012:1 15015:1 15019:1 15023:2 15029:1 15058:1 15063:1 15068:1 15070:2 15119:1 15125:1 15132:1 15137:1 15140:1 15155:2 15160:2 15167:2 15177:2 15185:1 15206:1 15207:1 15224:1 15297:1 15300:1 15316:1 15327:1 15336:2 15341:1 15348:1 15349:1 15353:1 15360:1 15374:1 15389:1 15400:1 15419:1 15424:1 15426:1 15432:1 15442:1 15461:1 15493:1 15538:1 15544:2 15545:1 15556:1 15561:1 15569:1 15571:1 15646:2 15666:2 15667:1 15675:1 15680:1 15686:1 15705:2 15716:1 15719:1 15749:2 15784:1 15811:4 15840:1 15843:1 15847:1 15849:1 15921:3 15925:1 15945:2 15961:2 15963:1 15968:3 15982:1 15985:2 16107:1 16120:1 16156:1 16214:1 16222:1 16311:1 16312:1 16335:2 16379:4 16388:2 16392:1 16393:1 16397:1 16412:1 16436:3 16483:1 16485:1 16488:1 16533:1 16542:1 16556:1 16584:1 16653:1 16663:3 16670:1 16692:1 16775:1 16820:2 16833:1 16841:1 16847:1 16868:1 16873:2 16890:1 16900:2 16902:1 16922:1 16938:1 16960:1 16964:6 17006:1 17017:1 17020:1 17039:1 17041:1 17042:1 17048:2 17057:1 17066:1 17093:1 17094:1 17100:1 17106:1 17149:1 17170:2 17179:1 17210:4 17237:2 17365:1 17387:1 17392:1 17441:1 17443:1 17464:1 17467:1 17470:2 17495:1 17530:1 17550:1 17555:1 17558:1 17582:1 17583:1 17594:1 17605:1 17607:1 17616:1 17628:1 17632:3 17644:1 17647:1 17651:1 17668:1 17701:1 17705:1 17706:1 17710:1 17719:1 17720:1 17725:1 17727:1 17741:1 17770:1 17771:1 17820:1 17838:1 17843:1 17852:1 17861:1 17865:1 17868:1 17870:3 17874:1 17892:1 17897:1 17904:3 17906:1 17940:1 17963:1 17972:1 17984:1 18000:1 18007:1 18025:1 18026:1 18050:2 18069:1 18071:1 18084:1 18109:1 18112:1 18118:1 18127:1 18131:1 18153:1 18174:1 18189:1 18291:1 18298:1 18300:3 18305:1 18338:1 18348:1 18358:1 18363:1 18365:3 18367:1 18396:8 18402:1 18412:1 18413:1 18415:1 18417:1 18418:3 18420:23 18434:1 18437:1 18439:2 18451:1 18452:1 18477:1 18487:3 18496:1 18500:2 18537:1 18553:1 18616:1 18635:2 18648:1 18653:1 18655:2 18663:1 18670:2 18674:1 18687:1 18724:1 18728:3 18781:1 18791:1 18793:2 18807:1 18820:1 18829:1 18839:2 18866:2 18872:1 18880:2 18913:1 18922:1 18929:1 18936:1 18975:1 18993:2 18994:1 19007:1 19022:1 19025:5 19054:1 19069:1 19072:1 19080:1 19082:1 19085:1 19108:1 19109:1 19139:1 19177:2 19222:1 19232:1 19272:1 19285:1 19323:1 19324:1 19328:2 19329:1 19416:1 19445:2 19454:2 19469:1 19478:1 19480:1 19506:1 19507:1 19508:2 19532:1 19535:1 19545:1 19552:1 19576:1 19596:1 19631:2 19634:1 19635:1 19638:1 19670:1 19688:1 19702:1 19728:1 19739:1 19754:1 19761:1 19773:1 19779:1 19808:1 19813:1 19815:1 19819:1 19832:7 19890:3 19902:2 19905:1 19914:2 19973:1 19977:3 20047:1 20049:1 20050:1 20085:3 20096:1 20102:2 20141:1 20172:2 20176:1 20198:1 20206:1 20207:1 20209:1 20217:1 20221:1 20255:1 20284:1 20294:1 20345:1 20346:1 20386:2 20408:1 20437:1 20444:1 20449:1 20455:1 20468:1 20479:1 20508:1 20513:1 20518:1 20521:1 20544:1 20552:1 20557:2 20560:1 20573:1 20592:1 20616:1 20635:2 20637:1 20644:1 20648:2 20655:1 20661:2 20664:1 20687:1 20722:1 20743:1 20744:1 20747:1 20749:3 20752:1 20779:1 20835:1 20847:2 20863:1 20869:1 20902:2 20921:1 20963:1 20979:1 20985:1 20996:1 21009:1 21044:1 21064:1 21083:1 21087:1 21099:2 21123:1 21129:1 21134:1 21169:1 21198:1 21217:1 21256:1 21284:1 21294:1 21298:1 21310:1 21314:1 21317:1 21318:2 21335:2 21355:1 21357:1 21362:1 21364:1 21391:1 21400:1 21401:1 21402:1 21423:1 21463:1 21484:1 21498:1 21511:1 21521:1 21533:1 21541:1 21548:3 21549:1 21592:1 21616:1 21653:2 21656:1 21668:1 21682:1 21698:1 21700:1 21733:1 21738:1 21758:1 21762:1 21787:1 21798:1 21805:1 21811:1 21818:1 21819:2 21837:1 21846:1 21858:1 21877:1 21879:1 21880:1 21882:1 21887:1 21888:1 21916:1 21952:2 21962:1 21964:1 21999:1 22002:1 22019:1 22039:1 22045:1 22050:1 22067:1 22080:1 22092:1 22106:1 22110:1 22127:1 22133:6 22142:1 22158:2 22175:1 22197:1 22209:1 22226:1 22237:1 22240:1 22280:1 22298:1 22339:1 22359:2 22401:1 22423:2 22428:1 22464:1 22472:1 22488:1 22492:1 22506:1 22527:1 22550:1 22553:1 22558:1 22560:3 22595:1 22624:1 22642:1 22659:1 22675:1 22690:1 22699:1 22703:1 22733:1 22751:1 22777:1 22785:1 22798:1 22807:3 22820:1 22832:1 22837:1 22842:1 22847:1 22884:1 22885:1 22912:1 22959:1 22965:1 22966:1 23006:1 23009:2 23026:1 23031:2059 23034:1 23050:1 23096:1 23100:1 23108:1 23156:1 23174:1 23188:1 23196:1 23201:1 23204:1 23299:2 23309:1 23379:1 23384:1 23401:1 23429:1 23445:2 23478:1 23485:1 23507:2 23523:3 23531:2 23552:1 23563:1 23570:1 23607:1 23629:1 23635:1 23654:3 23662:1 23708:1 23730:1 23758:1 23765:1 23770:3 23778:1 23816:2 23821:1 23829:2 23835:1 23874:1 23879:1 23886:1 23903:1 23936:1 23939:4 23971:1 24024:1 24071:1 24078:2 24092:1 24098:1 24106:1 24108:1 24126:1 24132:1 24155:1 24170:1 24176:1 24182:3 24192:2 24193:2 24197:1 24198:1 24199:1 24201:1 24219:1 24226:1 24232:2 24248:1 24249:1 24281:1 24282:1 24319:1 24326:1 24365:2 24370:1 24405:1 24417:1 24422:1 24451:1 24452:1 24475:1 24543:1 24551:1 24572:1 24604:1 24605:1 24609:2 24653:1 24660:1 24662:1 24667:1 24669:1 24670:1 24687:1 24724:2 24728:1 24730:3 24736:1 24737:1 24739:1 24748:1 24755:1 24768:2 24772:2 24774:2 24776:1 24788:1 24802:1 24811:2 24818:2 24827:1 24832:1 24865:1 24881:1 24883:1 24918:1 24940:1 24948:2 24976:2 24984:1 24988:1 24991:1 25055:3 25104:1 25111:1 25116:1 25125:1 25137:1 25141:1 25147:1 25157:1 25162:1 25175:2 25177:2 25188:1 25201:2 25205:1 25226:1 25236:1 25254:2 25267:2 25271:2 25283:2 25340:1 25374:1 25400:1 25402:1 25417:1 25431:1 25436:1 25447:1 25450:1 25458:1 25459:1 25477:1 25486:1 25516:1 25546:3 25556:1 25566:1 25571:1 25582:2 25591:1 25612:1 25656:1 25662:1 25664:1 25665:2 25669:1 25685:1 25686:1 25687:2 25716:1 25746:2 25760:1 25814:2 25850:1 25857:1 25866:1 25891:2 25923:1 25976:1 26016:1 26024:1 26066:1 26095:1 26150:1 26153:2 26161:1 26165:1 26176:1 26178:2 26212:2 26218:1 26219:7 26221:1 26243:1 26264:1 26274:1 26293:1 26313:1 26322:1 26339:1 26355:1 26358:1 26364:1 26403:1 26423:1 26429:1 26434:1 26437:2 26440:1 26454:1 26472:1 26482:1 26492:1 26497:1 26542:1 26549:1 26604:3 26611:1 26615:2 26634:1 26643:1 26644:1 26658:1 26702:1 26713:1 26715:1 26721:1 26741:1 26746:1 26777:2 26781:1 26785:4 26793:1 26803:1 26807:1 26817:1 26830:2 26831:1 26853:1 26858:1 26904:1 26920:1 26931:1 26945:2 26954:1 26977:1 26983:1 27003:2 27004:1 27021:1 27027:1 27036:2 27064:1 27070:1 27072:1 27091:2 27103:2 27109:1 27125:2 27129:2 27140:1 27177:1 27189:3 27203:1 27223:1 27231:1 27247:1 27257:1 27258:1 27289:1 27302:1 27309:1 27322:1 27329:1 27332:1 27338:1 27339:1 27343:1 27344:1 27392:2 27406:1 27408:1 27455:3 27459:1 27464:1 27472:1 27473:3 27530:1 27540:1 27559:1 27561:1 27563:1 27564:4 27575:1 27586:5 27609:1 27638:1 27656:1 27684:1 27698:1 27704:1 27710:1 27738:5 27743:1 27755:1 27756:1 27833:1 27837:1 27840:1 27846:1 27866:1 27869:2 27877:1 27900:2 27914:3 27948:1 27955:2 27963:1 27971:1 27977:1 27983:1 27987:1 28007:1 28013:1 28017:1 28035:1 28043:1 28048:1 28060:1 28074:2 28084:1 28093:1 28124:1 28145:1 28166:1 28188:1 28189:2 28193:1 28202:2 28204:1 28226:1 28236:1 28265:1 28280:1 28286:1 28379:1 28398:1 28422:2 28456:2 28474:1 28508:3 28527:1 28531:4 28565:1 28581:1 28612:1 28625:1 28641:3 28655:1 28656:3 28660:2 28670:1 28673:1 28675:3 28676:4 28695:1 28696:1 28724:1 28728:1 28746:1 28750:1 28763:1 28771:2 28793:1 28798:2 28804:1 28819:2 28827:1 28830:1 28843:1 28885:1 28927:1 28979:2 28985:1 28987:2 28992:1 28998:1 29000:2 29011:4 29021:2 29030:1 29048:1 29065:2 29085:1 29095:1 29104:1 29111:2 29160:1 29173:1 29175:1 29177:2 29181:3 29187:1 29203:2 29217:1 29219:1 29233:1 29240:1 29246:1 29248:1 29252:1 29267:3 29270:1 29281:2 29310:1 29315:1 29335:1 29343:1 29359:1 29399:1 29422:1 29439:2 29497:2 29500:1 29516:4 29532:1 29536:1 29539:1 29540:2 29599:1 29607:1 29627:1 29634:1 29641:1 29684:1 29685:1 29690:1 29711:1 29750:1 29826:1 29832:4 29835:1 29844:1 29845:2 29848:2 29858:2 29861:1 29874:1 29943:1 29948:1 29981:1 30006:1 30010:1 30014:2 30016:1 30043:1 30049:3 30075:1 30092:1 30115:1 30127:2 30131:1 30133:1 30150:2 30159:1 30160:1 30161:1 30167:1 30186:1 30192:1 30214:2 30222:1 30223:1 30237:1 30240:1 30249:1 30253:1 30268:1 30269:1 30307:1 30361:1 30406:1 30409:1 30411:1 30469:2 30472:2 30478:1 30485:2 30520:1 30522:1 30542:1 30553:1 30582:1 30625:1 30662:2 30700:1 30714:1 30717:2 30745:1 30753:1 30770:1 30797:1 30798:1 30836:1 30837:2 30869:1 30871:1 30900:1 30906:1 30922:1 30963:1 30969:1 31018:1 31031:1 31045:2 31060:1 31077:1 31079:2 31090:2 31102:3 31103:1 31112:1 31116:2 31128:1 31139:1 31147:3 31152:1 31155:3 31186:2 31195:1 31211:1 31227:1 31249:1 31274:2 31275:2 31276:2 31323:1 31325:2 31333:1 31360:1 31364:1 31377:1 31393:1 31421:1 31444:2 31462:1 31485:1 31498:1 31504:2 31513:2 31571:1 31578:1 31610:3 31646:1 31650:1 31653:1 31686:1 31706:1 31716:1 31728:1 31770:1 31773:1 31778:1 31793:2 31804:1 31807:1 31809:1 31863:1 31899:3 31903:1 31909:1 31933:1 31934:1 31960:1 31965:2 31969:1 31970:1 31989:1 31991:1 31997:2 32026:1 32033:1 32043:1 32050:1 32059:1 32074:1 32166:1 32168:1 32222:1 32223:1 32234:2 32235:2 32252:1 32278:1 32283:1 32287:2 32288:1 32289:3 32295:1 32328:2 32341:2 32344:1 32374:1 32391:2 32393:2 32402:2 32404:1 32410:1 32411:1 32412:2 32417:2 32423:1 32474:1 32483:1 32504:2 32505:3 32566:1 32571:1 32573:1 32619:1 32623:1 32625:1 32648:1 32660:1 32686:4 32690:1 32694:1 32714:1 32729:1 32754:1 32755:1 32783:1 32804:1 32831:1 32832:2 32838:2 32843:1 32871:1 32874:1 32875:1 32883:2 32910:1 32913:1 32949:1 32959:1 32976:1 33032:1 33052:2 33057:2 33059:1 33072:3 33080:1 33103:1 33110:1 33131:2 33137:1 33157:1 33180:1 33192:2 33193:1 33236:1 33248:1 33277:1 33324:1 33362:1 33371:2 33376:1 33386:1 33387:1 33413:1 33436:2 33440:2 33447:1 33448:1 33458:1 33466:2 33489:1 33520:1 33521:1 33522:1 33533:1 33551:1 33555:1 33572:2 33590:1 33592:1 33601:3 33622:1 33708:1 33732:2 33739:1 33741:2 33805:2 33816:1 33831:1 33832:1 33849:1 33853:1 33854:1 33870:2 33877:1 33881:1 33889:2 33896:1 33942:1 33967:1 33968:1 33988:1 33997:1 34012:1 34020:1 34049:1 34081:1 34147:2 34181:2 34188:2 34205:1 34223:1 34224:1 34252:1 34263:1 34270:2 34286:1 34298:1 34311:1 34342:1 34343:2 34346:1 34357:2 34389:9 34394:1 34404:1 34406:1 34411:2 34418:1 34421:1 34440:4 34441:2 34447:1 34450:1 34452:1 34464:3 34483:1 34501:1 34506:1 34518:1 34559:1 34611:3 34624:1 34637:2 34646:1 34650:1 34674:1 34676:1 34684:1 34689:2 34712:1 34724:1 34728:1 34761:1 34776:1 34793:1 34798:1 34805:1 34831:1 34860:3 34864:1 34876:1 34891:1 34899:1 34919:1 34949:1 34956:3 35001:2 35002:1 35017:1 35029:2 35033:2 35059:1 35076:1 35079:1 35115:1 35117:1 35139:1 35154:1 35180:1 35192:1 35196:1 35233:2 35245:1 35252:1 35261:1 35286:1 35289:1 35294:2 35324:1 35376:1 35412:1 35445:1 35452:2 35493:1 35559:1 35593:2 35609:1 35658:4 35670:1 35673:1 35682:1 35717:1 35724:4 35728:1 35731:1 35756:1 35758:2 35765:1 35787:2 35795:1 35810:2 35818:1 35836:1 35849:1 35851:2 35855:1 35858:3 35870:1 35874:1 35911:2 35919:2 35921:1 35929:2 35983:1 35986:3 35987:1 35998:1 36001:1 36014:1 36034:1
17 19:2 29:1 30:1 49:1 64:2 86:1 91:1 112:1 125:1 163:1 177:1 186:3 196:1 205:1 208:1 244:1 248:1 257:1 279:2 294:1 301:2 332:2 336:1 371:1 381:1 388:1 390:1 434:1 436:2 439:1 449:1 452:1 456:1 523:1 536:1 538:2 546:1 626:1 643:1 681:1 687:1 690:1 695:1 742:1 745:1 754:1 757:2 771:1 779:2 854:1 900:1 907:1 929:1 935:2 954:4 1025:2 1026:1 1032:1 1071:1 1075:2 1083:4 1084:2 1086:1 1088:2 1094:4 1098:1 1099:2 1100:1 1109:1 1113:1 1114:2 1118:1 1119:2 1122:2 1141:1 1148:2 1149:1 1153:1 1160:1 1191:3 1219:1 1221:1 1223:1 1225:2 1245:1 1247:1 1254:1 1266:1 1269:1 1280:1 1288:1 1301:1 1307:1 1308:1 1309:1 1318:1 1337:1 1343:1 1350:1 1356:1 1367:1 1368:1 1369:1 1390:1 1398:1 1402:1 1410:1 1412:1 1492:2 1497:1 1501:1 1514:1 1529:1 1531:1 1535:1 1556:1 1559:1 1572:1 1575:1 1576:1 1601:1 1637:1 1639:1 1655:1 1668:1 1681:1 1728:1 1751:1 1756:2 1798:1 1809:1 1819:1 1832:2 1837:1 1839:1 1867:1 1872:1 1894:3 1908:1 1911:1 1916:1 1919:1 1920:1 1923:1 1938:1 1954:1 1976:1 1994:1 1999:1 2002:2 2009:2 2028:1 2041:1 2045:1 2056:2 2073:1 2077:1 2083:1 2095:1 2129:2 2138:1 2145:1 2156:3 2158:1 2166:1 2168:1 2169:1 2171:1 2182:1 2195:1 2203:1 2208:2 2210:1 2212:2 2221:1 2251:1 2259:1 2282:1 2289:2 2299:1 2301:1 2309:1 2336:1 2355:1 2358:1 2381:1 2391:1 2407:1 2412:1 2413:1 2425:1 2428:1 2455:1 2476:2 2525:1 2527:2 2536:1 2557:1 2564:1 2574:1 2587:1 2612:1 2720:2 2761:1 2771:1 2796:1 2800:1 2839:2 2844:1 2854:1 2863:4 2864:1 2868:2 2869:1 2887:5 2893:1 2897:2 2898:1 2901:2 2902:1 2905:1 2912:1 2914:1 2915:5 2934:1 2949:2 2968:2 2990:1 2995:1 3005:1 3062:1 3064:1 3067:2 3089:1 3107:4 3109:1 3132:2 3159:2 3163:1 3164:1 3171:1 3181:1 3188:2 3194:1 3198:1 3202:1 3237:1 3252:1 3254:2 3278:1 3317:1 3336:1 3361:1 3377:1 3387:1 3399:1 3416:1 3420:1 3425:1 3426:3 3463:1 3502:1 3510:1 3512:2 3515:2 3523:1 3539:1 3552:1 3556:1 3558:1 3562:1 3580:1 3581:1 3598:4 3607:4 3617:3 3636:1 3652:1 3653:1 3662:2 3668:1 3687:1 3705:1 3723:1 3727:2 3730:1 3734:1 3737:2 3742:1 3760:1 3803:1 3816:1 3836:1 3855:1 3862:3 3863:1 3907:1 3909:1 3912:1 3918:1 3919:2 3948:1 3962:1 3963:1 4005:1 4016:1 4050:1 4090:1 4157:2 4205:1 4245:1 4247:2 4254:1 4272:1 4275:1 4276:3 4295:1 4298:1 4299:1 4314:1 4353:1 4354:1 4359:1 4375:2 4385:1 4389:1 4390:5 4408:1 4424:1 4440:2 4453:1 4484:1 4497:1 4525:1 4531:1 4541:1 4546:1 4577:2 4588:1 4599:1 4608:1 4609:1 4638:1 4639:1 4643:1 4668:1 4679:2 4681:1 4686:1 4687:1 4773:2 4775:2 4780:3 4809:1 4832:1 4843:1 4852:2 4856:1 4860:1 4872:1 4876:1 4909:1 4910:1 4933:1 4935:1 4984:1 5052:1 5057:1 5059:1 5081:1 5088:1 5090:1 5104:1 5117:1 5124:2 5134:1 5147:2 5148:1 5158:2 5209:1 5238:1 5240:1 5243:1 5274:1 5287:1 5290:1 5293:1 5295:1 5301:1 5316:1 5366:2 5369:2 5408:1 5417:1 5431:4 5434:1 5435:1 5441:1 5450:1 5461:1 5463:3 5494:1 5497:1 5501:1 5517:1 5528:1 5529:1 5544:2 5545:1 5591:1 5602:1 5604:1 5611:1 5640:1 5642:1 5666:1 5668:1 5686:2 5687:1 5696:1 5700:1 5701:4 5720:2 5729:1 5734:1 5749:1 5781:2 5801:3 5807:1 5820:2 5839:1 5863:1 5889:1 5895:5 5902:1 5904:1 5913:1 5920:1 5925:3 5930:1 5932:4 5954:1 5959:1 5972:1 5974:1 6004:1 6051:1 6071:2 6072:1 6085:1 6087:1 6088:1 6089:1 6104:1 6105:2 6110:1 6113:1 6122:2 6125:2 6133:1 6134:1 6175:1 6180:1 6201:1 6205:1 6234:1 6322:1 6328:1 6358:2 6363:1 6367:1 6395:1 6409:2 6413:1 6419:1 6433:1 6466:1 6483:2 6488:1 6510:1 6527:1 6538:2 6551:4 6567:1 6585:1 6587:1 6603:1 6607:1 6624:1 6629:1 6641:1 6716:1 6729:2 6730:1 6733:1 6741:1 6765:1 6789:1 6798:1 6861:1 6865:1 6866:1 6880:1 6882:1 6896:1 6925:2 6954:3 6971:1 7031:1 7035:1 7046:1 7058:2 7064:1 7076:1 7102:2 7104:1 7111:1 7133:1 7138:1 7142:2 7152:1 7174:1 7182:1 7185:1 7196:1 7201:2 7206:1 7211:2 7212:8 7221:2 7244:2 7255:1 7279:1 7313:1 7316:2 7349:1 7351:2 7379:1 7384:2 7393:1 7394:3 7406:1 7413:1 7414:1 7433:3 7449:2 7475:1 7480:1 7486:1 7509:2 7511:3 7515:1 7534:2 7542:1 7553:1 7557:1 7575:4 7602:1 7639:1 7644:2 7647:2 7657:1 7660:1 7691:2 7717:1 7733:1 7739:1 7757:1 7771:1 7774:1 7823:6 7841:1 7856:1 7863:2 7869:2 7871:1 7874:1 7880:1 7883:2 7884:2 7888:1 7912:1 7928:1 7933:1 7939:1 7944:1 7946:1 7951:1 7960:2 7966:1 7982:1 7989:1 8044:1 8049:1 8058:1 8071:1 8109:1 8142:1 8148:1 8151:1 8161:2 8172:1 8193:1 8213:1 8217:4 8219:1 8234:1 8263:1 8266:1 8278:1 8279:1 8288:1 8337:1 8345:1 8381:3 8386:1 8409:1 8423:1 8436:1 8438:1 8468:2 8469:1 8481:1 8500:1 8503:1 8510:1 8512:1 8519:2 8550:1 8631:2 8682:1 8693:1 8719:4 8739:2 8744:1 8762:1 8767:1 8769:1 8783:1 8787:1 8793:1 8798:1 8803:1 8848:2 8852:2 8883:1 8889:1 8902:1 8907:2 8921:1 8932:1 8934:1 8940:1 8941:1 8961:1 8962:2 8987:1 8994:1 9012:1 9032:2 9054:1 9056:1 9060:1 9062:1 9083:1 9093:1 9112:2 9118:1 9127:1 9135:1 9138:1 9168:1 9193:2 9198:1 9205:1 9224:1 9231:2 9255:1 9263:1 9269:2 9303:2 9308:3 9309:1 9310:1 9337:2 9338:5 9341:1 9344:1 9347:4 9349:1 9350:1 9354:1 9360:2 9361:1 9363:1 9364:3 9365:1 9382:1 9418:3 9436:1 9458:1 9523:1 9524:1 9529:1 9544:1 9568:2 9589:2 9610:1 9611:2 9641:1 9643:1 9655:15 9685:4 9687:2 9693:1 9715:1 9720:1 9737:1 9745:1 9760:1 9769:1 9821:1 9839:1 9891:1 9911:1 9917:2 9942:1 9956:1 9984:1 9990:1 10021:1 10083:1 10088:1 10102:1 10123:4 10136:1 10137:2 10156:1 10163:5 10185:1 10192:1 10216:1 10228:1 10240:1 10248:1 10266:1 10283:1 10292:1 10293:6 10322:1 10352:2 10394:1 10396:1 10414:1 10421:1 10439:1 10442:2 10446:1 10457:1 10458:1 10491:2 10497:2 10505:1 10507:1 10515:1 10522:1 10559:1 10565:1 10567:1 10600:1 10603:1 10619:1 10651:2 10657:1 10690:4 10702:1 10754:1 10756:1 10757:2 10761:1 10763:4 10766:1 10769:1 10776:1 10816:1 10845:1 10853:1 10885:1 10890:1 10910:1 10917:2 10926:1 10933:1 10980:2 10989:4 11006:1 11010:1 11052:1 11120:1 11126:1 11129:1 11133:1 11142:1 11156:1 11165:1 11176:1 11181:1 11250:4 11251:2 11278:2 11279:1 11292:1 11302:1 11318:1 11321:1 11328:1 11345:1 11361:1 11374:1 11392:1 11410:1 11459:1 11473:1 11494:1 11506:1 11518:1 11528:3 11568:1 11570:2 11603:3 11616:1 11630:1 11656:1 11682:1 11706:2 11716:1 11732:1 11742:1 11743:1 11767:1 11779:1 11813:1 11824:1 11836:2 11866:1 11886:1 11894:1 11906:1 11907:1 11918:2 11922:1 11929:1 11950:1 11951:1 11990:3 11997:1 12028:2 12032:1 12047:4 12048:1 12051:2 12054:1 12063:1 12067:1 12069:1 12084:1 12094:1 12107:1 12109:1 12113:1 12116:1 12119:2 12131:2 12134:1 12162:1 12182:1 12188:1 12193:1 12212:5 12234:1 12237:2 12279:1 12353:1 12377:1 12384:1 12452:1 12475:1 12478:1 12483:1 12528:1 12543:1 12554:2 12562:4 12566:1 12570:1 12571:1 12615:1 12616:1 12617:1 12618:1 12623:1 12625:1 12626:1 12629:2 12643:4 12651:1 12666:1 12671:4 12697:1 12701:1 12732:1 12737:1 12758:1 12765:1 12769:2 12777:1 12826:1 12835:1 12848:1 12852:3 12864:1 12866:2 12878:1 12891:1 12893:1 12895:1 12901:1 12918:1 12941:2 12959:1 12960:1 12963:1 12976:1 13004:1 13006:1 13022:2 13024:1 13031:1 13063:1 13085:4 13088:1 13089:1 13094:3 13101:1 13107:1 13118:1 13129:1 13145:1 13147:1 13159:1 13165:3 13174:1 13181:1 13244:1 13251:1 13253:1 13270:2 13288:1 13338:1 13354:1 13355:2 13382:1 13394:1 13399:1 13405:1 13422:1 13434:4 13440:1 13445:2 13451:1 13471:2 13505:1 13523:2 13555:1 13564:1 13571:1 13578:1 13581:1 13586:2 13629:1 13647:1 13672:1 13680:1 13693:1 13705:1 13707:1 13728:3 13729:1 13737:1 13744:1 13752:1 13753:2 13764:1 13771:1 13772:1 13787:1 13788:4 13811:1 13815:1 13819:4 13828:1 13837:1 13840:3 13877:1 13893:1 13907:1 13927:1 13989:3 13991:1 14002:1 14013:1 14017:1 14022:1 14027:1 14033:1 14037:2 14040:1 14071:1 14073:2 14077:1 14080:1 14117:1 14128:1 14129:1 14163:2 14171:1 14179:1 14200:1 14213:1 14218:3 14219:1 14227:1 14244:1 14250:1 14266:2 14277:1 14307:1 14313:1 14351:1 14408:1 14419:1 14467:1 14472:2 14493:1 14510:1 14513:2 14526:1 14552:1 14581:1 14585:1 14589:1 14602:1 14614:1 14619:2 14636:1 14648:1 14653:3 14655:1 14661:1 14664:1 14727:1 14731:1 14738:1 14756:1 14768:1 14793:1 14826:1 14835:1 14853:1 14858:1 14859:1 14864:1 14895:1 14898:1 14899:1 14904:3 14907:1 14908:3 14910:1 14919:2 14921:1 14960:1 14976:1 14988:1 15011:1 15012:1 15015:1 15019:1 15023:2 15029:1 15058:1 15063:1 15068:1 15070:2 15119:1 15125:1 15132:1 15137:1 15140:1 15155:2 15160:2 15167:2 15177:2 15185:1 15206:1 15207:1 15224:1 15297:1 15300:1 15316:1 15327:1 15336:2 15341:1 15348:1 15349:1 15353:1 15360:1 15374:1 15389:1 15400:1 15419:1 15424:1 15426:1 15432:1 15442:1 15461:1 15493:1 15538:1 15544:2 15545:1 15556:1 15561:1 15569:1 15571:1 15620:1 15646:2 15666:2 15667:1 15675:1 15680:1 15686:1 15705:2 15716:1 15719:1 15749:2 15784:1 15811:4 15840:1 15843:1 15847:1 15849:1 15921:3 15925:1 15945:2 15961:2 15963:1 15968:3 15982:1 15985:2 16107:1 16120:1 16156:1 16214:1 16222:1 16311:1 16312:1 16335:2 16379:4 16388:2 16392:1 16393:1 16397:1 16412:1 16436:3 16447:1 16483:1 16485:1 16488:1 16533:1 16542:1 16556:1 16584:1 16653:1 16663:3 16670:1 16692:1 16775:1 16820:2 16833:1 16841:1 16847:1 16868:1 16873:2 16890:1 16900:2 16902:1 16922:1 16938:1 16960:1 16964:6 17006:1 17017:1 17020:1 17024:1 17039:1 17041:1 17042:1 17048:2 17057:1 17066:1 17093:1 17094:1 17100:1 17106:1 17149:1 17170:2 17179:1 17210:4 17237:2 17315:1 17365:1 17387:1 17392:1 17441:1 17443:1 17464:1 17467:1 17470:2 17495:1 17530:1 17550:1 17555:1 17558:1 17582:1 17583:1 17594:1 17605:1 17607:1 17616:1 17628:1 17632:3 17644:1 17647:1 17651:1 17668:1 17701:1 17705:1 17706:1 17710:1 17719:1 17720:1 17725:1 17727:1 17741:1 17770:1 17771:1 17820:1 17838:1 17843:1 17852:1 17861:1 17865:1 17868:1 17870:3 17874:1 17892:1 17897:1 17904:3 17906:1 17940:1 17963:1 17972:1 17984:1 18000:1 18007:1 18025:1 18026:1 18050:2 18069:1 18071:1 18084:1 18109:1 18112:1 18118:1 18127:1 18131:1 18153:1 18174:1 18189:1 18291:1 18298:1 18300:3 18305:1 18338:1 18348:1 18358:1 18363:1 18365:3 18367:1 18396:8 18402:1 18412:1 18413:1 18415:1 18417:1 18418:3 18420:23 18434:1 18437:1 18439:2 18451:1 18452:1 18477:1 18487:3 18496:1 18500:2 18537:1 18553:1 18616:1 18635:2 18648:1 18653:1 18655:2 18663:1 18670:2 18674:1 18687:1 18724:1 18728:3 18781:1 18791:1 18793:2 18807:1 18820:1 18829:1 18839:2 18866:2 18872:1 18880:2 18913:1 18922:1 18929:1 18936:1 18975:1 18993:2 18994:1 19007:1 19022:1 19025:5 19054:1 19069:1 19072:1 19080:1 19082:1 19085:1 19108:1 19109:1 19139:1 19177:2 19222:1 19232:1 19272:1 19285:1 19323:1 19324:1 19328:2 19329:1 19416:1 19445:2 19454:2 19469:1 19478:1 19480:1 19506:1 19507:1 19508:2 19532:1 19535:1 19545:1 19552:1 19576:1 19596:1 19631:2 19634:1 19635:1 19638:1 19670:1 19688:1 19702:1 19728:1 19739:1 19754:1 19761:1 19773:1 19779:1 19808:1 19813:1 19815:1 19819:1 19832:7 19837:1 19890:3 19902:2 19905:1 19914:2 19973:1 19977:3 20047:1 20049:1 20050:1 20085:3 20096:1 20102:2 20141:1 20172:2 20176:1 20198:1 20206:1 20207:1 20209:2 20217:1 20221:1 20255:1 20284:1 20294:1 20345:1 20346:1 20386:2 20408:1 20437:1 20444:1 20449:1 20455:1 20468:1 20479:1 20508:1 20513:1 20518:1 20521:1 20544:1 20552:1 20557:2 20560:1 20573:1 20588:1 20592:1 20616:1 20635:2 20637:1 20644:1 20648:2 20655:1 20661:2 20664:1 20687:1 20722:1 20743:1 20744:1 20747:1 20749:3 20752:1 20779:1 20835:1 20847:2 20863:1 20869:1 20902:2 20921:1 20963:1 20979:1 20985:1 20996:1 21009:1 21020:1 21044:1 21064:1 21083:1 21087:1 21099:2 21123:1 21129:1 21134:1 21169:1 21198:1 21217:1 21256:1 21284:1 21294:1 21298:1 21310:1 21314:1 21317:1 21318:2 21335:2 21355:1 21357:1 21362:1 21364:1 21391:1 21400:1 21401:1 21402:1 21423:1 21463:1 21484:1 21498:1 21511:2 21521:1 21533:1 21541:1 21548:3 21549:1 21592:1 21616:1 21653:2 21656:1 21668:1 21682:1 21698:1 21700:1 21731:1 21733:1 21738:1 21758:1 21762:1 21787:1 21798:1 21805:1 21811:1 21818:1 21819:2 21837:1 21846:1 21858:1 21877:1 21879:1 21880:1 21882:1 21887:1 21888:1 21916:1 21952:2 21962:1 21964:1 21999:1 22002:1 22019:1 22039:1 22045:1 22050:1 22067:1 22080:1 22092:1 22106:1 22110:1 22127:1 22133:6 22142:1 22158:2 22175:1 22197:1 22209:1 22226:1 22237:1 22240:1 22280:1 22298:1 22339:1 22359:2 22401:1 22423:2 22428:1 22464:1 22472:1 22474:1 22488:1 22492:1 22506:1 22527:1 22550:1 22553:1 22558:1 22560:3 22595:1 22624:1 22642:1 22659:1 22671:1 22675:1 22690:1 22699:1 22703:1 22733:1 22751:1 22777:1 22785:1 22798:1 22807:4 22820:1 22832:1 22837:1 22842:1 22847:1 22884:1 22885:1 22912:1 22959:1 22965:1 22966:1 23006:1 23009:2 23026:1 23031:2124 23034:1 23050:1 23096:1 23100:1 23108:1 23156:1 23174:1 23188:1 23196:1 23201:1 23204:1 23299:2 23309:1 23379:1 23384:1 23401:1 23429:1 23445:2 23478:1 23485:1 23507:2 23523:3 23531:2 23552:1 23563:1 23570:1 23607:1 23629:1 23635:1 23654:3 23662:1 23708:1 23730:1 23758:1 23765:1 23770:3 23778:1 23816:2 23821:1 23829:3 23835:1 23874:1 23879:1 23886:1 23903:2 23936:1 23939:4 23971:1 24024:1 24033:1 24071:1 24078:2 24092:1 24098:1 24106:1 24108:1 24126:1 24132:1 24155:1 24170:1 24176:1 24182:3 24192:2 24193:2 24197:1 24198:1 24199:1 24201:1 24219:1 24226:1 24232:2 24248:1 24249:1 24281:1 24282:1 24319:1 24326:1 24365:2 24370:1 24405:1 24417:1 24422:1 24451:1 24452:1 24475:1 24543:1 24551:1 24572:1 24604:1 24605:1 24609:2 24653:1 24660:1 24662:1 24667:1 24669:1 24670:1 24687:1 24724:2 24728:1 24730:3 24736:1 24737:1 24739:1 24748:1 24755:1 24768:2 24772:2 24774:2 24776:1 24788:1 24802:1 24811:2 24818:2 24827:1 24832:1 24837:1 24865:1 24881:1 24883:1 24918:1 24940:1 24948:2 24976:2 24984:1 24988:1 24991:1 25055:3 25104:1 25111:1 25116:1 25125:1 25137:1 25141:1 25147:1 25157:1 25162:1 25175:2 25177:2 25188:1 25201:2 25205:1 25226:1 25236:1 25254:2 25267:2 25271:2 25283:2 25340:1 25374:1 25400:1 25402:1 25417:1 25431:1 25436:1 25447:1 25450:1 25458:1 25459:1 25477:1 25486:1 25516:1 25546:3 25556:1 25566:1 25571:1 25582:2 25591:2 25596:1 25612:1 25656:1 25662:1 25664:1 25665:2 25669:1 25685:1 25686:1 25687:2 25716:1 25746:2 25760:1 25814:2 25850:1 25857:1 25866:1 25891:2 25923:1 25976:1 26016:1 26024:1 26066:1 26095:1 26150:1 26153:2 26161:1 26165:1 26176:1 26178:2 26212:2 26218:1 26219:7 26221:1 26243:1 26264:1 26274:1 26293:1 26313:1 26322:1 26339:1 26355:1 26358:1 26364:1 26403:1 26423:1 26429:1 26434:1 26437:2 26440:1 26441:1 26454:1 26472:1 26482:1 26492:1 26497:1 26542:1 26549:1 26604:3 26611:1 26615:2 26634:1 26643:1 26644:1 26658:1 26702:1 26713:1 26715:1 26721:1 26741:1 26746:1 26777:2 26781:1 26785:4 26793:1 26803:1 26807:1 26817:1 26830:2 26831:1 26853:1 26858:1 26891:1 26904:1 26920:1 26931:1 26945:2 26954:1 26977:1 26983:1 27003:2 27004:1 27021:1 27027:1 27036:2 27064:1 27070:1 27072:1 27091:2 27103:2 27109:1 27125:2 27129:2 27140:1 27177:2 27189:3 27203:1 27223:1 27231:1 27247:1 27257:2 27258:1 27278:1 27289:1 27302:1 27309:1 27322:1 27329:1 27332:1 27338:1 27339:1 27343:1 27344:1 27392:2 27406:1 27408:1 27455:3 27459:1 27464:1 27472:1 27473:4 27530:1 27540:1 27559:1 27561:1 27563:1 27564:4 27575:1 27586:5 27609:1 27638:1 27656:1 27684:1 27698:1 27704:1 27710:1 27738:5 27743:1 27755:1 27756:1 27833:1 27837:1 27840:1 27846:1 27866:1 27869:2 27877:1 27900:2 27914:3 27948:1 27955:2 27963:1 27971:1 27977:1 27983:1 27987:1 28007:1 28013:1 28017:1 28035:1 28043:1 28048:2 28060:1 28074:2 28084:1 28093:1 28124:1 28128:1 28145:1 28166:1 28188:1 28189:2 28193:1 28202:2 28204:1 28226:1 28236:1 28265:1 28280:1 28286:1 28379:1 28394:1 28398:1 28422:2 28456:2 28474:1 28508:4 28527:1 28531:4 28565:1 28581:1 28612:1 28625:1 28641:4 28655:1 28656:3 28660:2 28670:1 28673:1 28675:3 28676:4 28695:1 28696:1 28724:1 28728:1 28746:1 28750:1 28763:1 28771:2 28793:1 28798:2 28804:1 28819:2 28827:1 28830:1 28843:1 28885:1 28927:1 28979:2 28985:1 28987:2 28992:1 28998:1 29000:2 29011:4 29021:2 29030:1 29048:1 29065:2 29085:1 29095:1 29104:1 29111:2 29160:1 29173:1 29175:1 29177:2 29181:3 29187:1 29203:3 29217:1 29219:1 29233:1 29240:1 29246:1 29248:1 29252:1 29267:3 29270:1 29281:2 29310:1 29315:1 29335:1 29343:1 29359:1 29399:1 29422:1 29439:2 29497:2 29500:1 29516:4 29532:1 29536:1 29539:1 29540:3 29599:1 29607:1 29627:1 29634:1 29641:1 29684:1 29685:1 29690:1 29711:1 29750:1 29826:1 29832:4 29835:1 29844:1 29845:2 29848:2 29858:2 29861:1 29874:1 29943:1 29948:1 29959:1 29981:1 30006:1 30010:1 30014:2 30016:1 30043:1 30049:3 30075:1 30092:1 30115:1 30127:2 30131:1 30133:1 30150:2 30159:1 30160:1 30161:1 30167:1 30181:1 30186:1 30192:1 30214:2 30222:1 30223:1 30237:1 30240:1 30249:1 30253:1 30268:1 30269:1 30293:1 30307:1 30361:1 30406:1 30409:1 30411:1 30437:1 30461:1 30469:2 30472:2 30478:1 30485:2 30520:1 30522:1 30542:1 30553:1 30582:1 30625:1 30662:2 30700:1 30714:1 30717:2 30745:1 30753:1 30770:1 30797:1 30798:1 30836:1 30837:2 30869:1 30871:1 30900:1 30906:1 30922:1 30963:1 30969:1 31018:1 31031:1 31045:2 31060:1 31077:1 31079:2 31090:2 31102:3 31103:1 31112:1 31116:2 31128:1 31139:1 31147:3 31152:1 31155:3 31186:2 31195:1 31211:1 31227:1 31249:1 31274:2 31275:2 31276:2 31323:1 31325:2 31333:1 31360:1 31364:1 31377:1 31393:1 31421:1 31444:2 31462:1 31485:1 31498:1 31504:2 31513:2 31538:1 31571:1 31578:1 31610:3 31646:1 31650:1 31653:1 31686:1 31706:1 31716:1 31728:1 31770:1 31773:1 31778:1 31793:2 31804:1 31807:1 31809:1 31863:1 31899:3 31903:1 31909:1 31933:1 31934:1 31960:1 31965:2 31969:1 31970:1 31989:1 31991:1 31997:2 32026:1 32033:1 32043:1 32050:1 32059:1 32074:1 32166:1 32168:1 32222:1 32223:1 32234:2 32235:2 32252:1 32275:1 32278:1 32283:1 32287:2 32288:1 32289:3 32295:1 32328:2 32341:2 32344:1 32374:1 32391:2 32393:2 32402:2 32404:1 32410:1 32411:1 32412:2 32417:2 32423:1 32474:1 32483:1 32504:2 32505:3 32566:1 32571:1 32573:1 32619:1 32623:1 32625:1 32648:1 32660:1 32686:4 32690:1 32694:1 32714:1 32729:1 32754:1 32755:1 32783:1 32804:1 32831:1 32832:2 32838:2 32843:1 32871:1 32874:1 32875:1 32883:2 32910:1 32913:1 32949:1 32954:1 32959:1 32976:1 33032:1 33052:2 33057:2 33059:1 33072:3 33080:1 33103:1 33110:1 33131:2 33137:1 33157:1 33180:1 33192:2 33193:1 33236:1 33248:1 33277:1 33295:1 33324:1 33362:1 33371:2 33376:1 33386:1 33387:1 33413:1 33436:2 33440:2 33447:2 33448:1 33458:1 33466:2 33489:1 33520:1 33521:1 33522:1 33533:1 33551:1 33555:1 33572:2 33590:1 33592:1 33601:3 33622:1 33695:1 33708:1 33732:2 33739:1 33741:2 33754:1 33805:2 33816:1 33831:1 33832:1 33849:1 33853:1 33854:1 33870:2 33877:1 33881:1 33889:2 33896:1 33942:1 33967:1 33968:1 33988:1 33997:1 34012:1 34020:1 34049:1 34081:1 34131:1 34147:2 34181:2 34188:2 34205:1 34223:1 34224:1 34252:2 34263:1 34270:2 34286:1 34298:1 34311:1 34342:1 34343:2 34346:1 34357:2 34389:11 34394:1 34404:1 34406:1 34411:2 34418:1 34421:1 34440:6 34441:2 34447:1 34450:1 34452:1 34464:3 34483:1 34501:1 34506:1 34518:1 34559:1 34611:3 34624:1 34637:2 34646:1 34650:1 34674:1 34676:1 34684:1 34689:2 34712:1 34724:1 34728:1 34761:1 34776:1 34793:1 34798:1 34805:1 34831:1 34858:1 34860:3 34864:1 34876:1 34891:1 34899:1 34919:1 34949:1 34956:3 35001:2 35002:1 35017:1 35029:2 35033:2 35059:1 35076:1 35079:1 35115:1 35117:1 35139:1 35154:1 35180:1 35192:1 35196:1 35233:2 35245:1 35252:1 35261:1 35286:1 35289:1 35294:2 35324:1 35376:1 35412:1 35445:1 35452:2 35459:1 35493:1 35559:1 35593:2 35609:1 35658:4 35670:1 35673:1 35682:1 35717:1 35724:5 35728:1 35731:1 35756:1 35758:2 35765:1 35787:2 35795:1 35810:2 35818:1 35836:1 35849:1 35851:2 35855:1 35858:3 35870:1 35874:1 35911:2 35919:2 35921:1 35929:2 35983:1 35986:3 35987:1 35998:1 36001:1 36014:1 36034:1
17 19:2 29:1 30:1 49:1 64:2 86:1 91:1 112:1 125:1 163:1 177:1 186:5 196:1 201:2 205:1 208:1 244:1 248:1 257:1 279:2 294:1 301:2 332:2 336:2 371:1 381:1 388:1 390:1 434:1 436:2 439:1 449:1 452:1 456:1 523:1 536:1 538:2 546:1 551:1 626:1 643:1 681:1 687:1 690:1 695:1 742:1 745:1 754:1 757:2 771:1 779:2 854:1 900:1 907:1 929:1 935:2 954:4 962:1 1025:2 1026:1 1032:1 1071:1 1072:1 1075:2 1083:4 1084:2 1086:1 1088:2 1094:4 1098:1 1099:2 1100:1 1109:1 1113:1 1114:2 1118:1 1119:2 1122:2 1141:1 1148:3 1149:1 1153:1 1160:1 1191:3 1219:1 1221:1 1223:1 1225:2 1245:1 1247:1 1254:1 1266:1 1269:1 1280:1 1288:1 1301:1 1307:1 1308:1 1309:1 1318:1 1337:1 1343:1 1350:1 1356:1 1367:1 1368:1 1369:1 1390:1 1398:1 1402:1 1410:1 1412:2 1492:2 1497:1 1501:1 1514:1 1529:1 1531:1 1535:1 1556:1 1559:1 1572:1 1575:1 1576:1 1601:1 1637:1 1639:1 1655:1 1668:1 1681:1 1728:1 1751:1 1756:2 1798:1 1809:1 1819:1 1832:2 1837:1 1839:1 1867:1 1872:1 1894:3 1908:1 1911:1 1916:1 1919:1 1920:1 1923:1 1938:1 1954:1 1976:1 1994:1 1999:1 2002:2 2009:2 2028:1 2041:1 2045:1 2056:2 2073:1 2077:1 2083:1 2095:1 2129:2 2138:1 2145:1 2156:3 2158:1 2166:1 2168:1 2169:1 2171:1 2182:1 2195:1 2203:1 2208:2 2210:1 2212:2 2221:1 2251:1 2259:1 2282:1 2289:2 2299:1 2301:1 2309:1 2336:1 2355:1 2358:1 2381:1 2391:1 2407:1 2412:1 2413:1 2425:1 2428:1 2446:1 2447:1 2455:1 2476:2 2525:1 2527:2 2536:1 2557:1 2564:1 2574:1 2587:1 2612:1 2720:2 2761:1 2771:1 2796:1 2800:1 2804:1 2839:2 2844:1 2854:1 2863:4 2864:1 2868:2 2869:1 2887:5 2893:1 2897:2 2898:1 2901:2 2902:1 2905:1 2912:1 2914:1 2915:5 2934:1 2949:2 2968:2 2985:1 2990:1 2995:1 3005:1 3062:1 3064:1 3067:2 3089:1 3107:4 3109:1 3132:2 3159:2 3163:1 3164:1 3171:1 3181:1 3188:2 3194:1 3198:1 3202:1 3237:1 3252:1 3254:2 3278:1 3317:1 3336:1 3361:1 3377:1 3387:1 3399:1 3416:1 3420:1 3425:1 3426:3 3463:1 3502:1 3510:1 3512:2 3515:2 3523:1 3539:1 3552:1 3556:1 3558:1 3562:1 3580:1 3581:1 3598:4 3607:4 3617:4 3636:1 3652:1 3653:1 3662:2 3668:1 3687:1 3705:1 3723:1 3727:2 3730:1 3734:1 3737:2 3742:1 3760:1 3803:1 3816:1 3836:1 3855:1 3862:3 3863:1 3907:1 3909:1 3912:1 3918:1 3919:2 3948:1 3962:1 3963:1 4005:1 4016:1 4050:1 4090:1 4157:2 4205:1 4245:1 4247:2 4254:1 4272:1 4275:1 4276:3 4295:1 4298:1 4299:1 4314:1 4353:1 4354:1 4359:1 4375:3 4385:1 4389:1 4390:5 4408:1 4424:1 4440:2 4453:1 4484:1 4497:1 4525:1 4531:1 4541:1 4546:1 4577:2 4588:1 4599:1 4608:1 4609:1 4638:1 4639:1 4643:1 4668:1 4679:2 4681:1 4686:1 4687:1 4773:2 4775:2 4780:3 4809:1 4832:1 4843:1 4852:2 4856:1 4860:1 4872:1 4876:1 4909:1 4910:1 4924:1 4933:1 4935:1 4984:1 5052:1 5057:1 5059:1 5081:1 5088:1 5090:1 5096:1 5104:1 5117:1 5124:2 5134:1 5147:2 5148:1 5158:2 5209:1 5238:1 5240:1 5243:1 5274:1 5282:1 5287:1 5290:1 5293:1 5295:1 5301:1 5316:1 5366:2 5369:2 5408:1 5417:1 5431:4 5434:1 5435:1 5441:1 5450:2 5461:1 5463:3 5494:1 5497:1 5501:1 5517:1 5528:1 5529:1 5544:2 5545:1 5591:1 5602:1 5604:1 5611:1 5640:1 5642:1 5666:1 5668:1 5686:2 5687:1 5696:1 5700:1 5701:4 5720:2 5729:1 5734:1 5738:1 5749:1 5781:2 5801:3 5807:1 5820:2 5839:1 5863:1 5889:1 5895:5 5902:1 5904:1 5913:1 5920:1 5925:3 5930:1 5932:4 5954:1 5959:1 5972:1 5974:1 5999:1 6004:1 6051:1 6071:2 6072:1 6085:1 6087:1 6088:1 6089:1 6104:1 6105:2 6110:2 6113:1 6122:2 6125:2 6133:1 6134:1 6175:1 6180:1 6201:1 6205:1 6234:1 6241:1 6322:1 6328:1 6358:2 6363:1 6367:1 6375:1 6395:1 6409:2 6413:1 6419:1 6433:1 6462:1 6466:1 6483:2 6488:1 6510:1 6527:1 6538:2 6551:4 6567:1 6585:1 6587:1 6603:1 6607:1 6624:1 6629:1 6641:1 6716:1 6729:2 6730:1 6733:1 6741:1 6748:1 6765:1 6789:1 6798:1 6861:1 6865:1 6866:1 6880:1 6882:1 6896:1 6925:2 6954:3 6971:1 7031:1 7035:1 7046:1 7058:2 7064:1 7076:1 7102:2 7104:1 7111:1 7133:1 7138:1 7142:2 7152:1 7153:1 7174:1 7182:1 7185:1 7196:1 7201:2 7206:1 7211:2 7212:8 7221:2 7244:2 7255:1 7279:1 7313:1 7316:2 7349:1 7351:2 7379:1 7384:2 7393:1 7394:3 7406:1 7413:1 7414:1 7433:3 7449:2 7475:1 7480:1 7486:1 7509:2 7511:3 7515:1 7534:2 7542:1 7549:1 7553:1 7557:1 7575:4 7602:1 7639:1 7644:2 7647:2 7655:1 7657:1 7660:1 7691:2 7717:1 7733:1 7739:1 7757:1 7771:1 7774:1 7823:6 7841:1 7856:1 7863:2 7869:2 7871:1 7874:1 7880:1 7883:2 7884:2 7888:1 7912:1 7928:1 7933:1 7939:1 7944:1 7946:1 7951:1 7960:2 7966:1 7982:1 7989:1 8044:1 8049:1 8058:1 8071:1 8109:1 8142:1 8148:1 8151:1 8161:2 8172:1 8193:1 8213:2 8217:4 8219:1 8234:1 8263:1 8266:1 8278:1 8279:1 8288:1 8337:1 8345:1 8381:3 8386:1 8409:1 8423:1 8436:1 8438:1 8468:2 8469:1 8481:1 8500:1 8503:1 8510:1 8512:1 8519:2 8550:1 8584:1 8631:2 8682:1 8693:1 8719:4 8739:2 8744:1 8762:1 8767:1 8769:1 8783:1 8787:1 8793:1 8798:1 8803:1 8848:2 8852:2 8883:1 8889:1 8902:1 8907:2 8921:1 8932:1 8934:1 8940:1 8941:1 8961:1 8962:2 8987:1 8994:1 9012:1 9032:2 9054:1 9056:1 9060:1 9062:1 9083:1 9093:1 9112:2 9118:1 9127:1 9135:1 9138:1 9168:1 9193:4 9198:1 9205:1 9224:1 9231:2 9235:1 9255:1 9263:1 9269:2 9303:2 9308:3 9309:1 9310:1 9334:1 9337:2 9338:5 9341:1 9344:1 9347:4 9349:1 9350:1 9354:1 9360:2 9361:1 9363:1 9364:3 9365:1 9382:1 9418:3 9436:1 9458:1 9523:1 9524:1 9529:1 9544:1 9568:2 9589:2 9610:1 9611:2 9641:1 9643:1 9655:15 9685:4 9687:2 9693:1 9715:1 9720:1 9737:1 9745:1 9760:2 9769:1 9821:1 9839:1 9874:1 9891:1 9911:1 9917:2 9942:1 9956:3 9969:1 9984:1 9990:1 10021:1 10083:1 10088:1 10102:1 10123:4 10136:1 10137:2 10156:1 10163:5 10171:1 10185:1 10192:1 10216:1 10228:1 10240:1 10248:1 10266:1 10283:1 10292:1 10293:6 10322:1 10352:2 10394:1 10396:1 10414:1 10421:1 10439:1 10442:2 10446:1 10457:1 10458:1 10491:2 10497:2 10505:1 10507:1 10515:1 10522:1 10530:1 10559:1 10565:1 10567:1 10593:1 10600:1 10603:1 10619:1 10644:1 10651:2 10657:1 10681:1 10690:4 10702:1 10754:1 10756:1 10757:2 10761:1 10763:4 10766:1 10769:1 10776:1 10816:1 10845:1 10853:1 10885:1 10890:1 10910:1 10917:2 10926:1 10933:1 10980:2 10989:4 11006:1 11010:1 11052:1 11109:1 11120:1 11126:1 11129:1 11133:1 11142:1 11156:1 11165:1 11176:1 11181:1 11250:4 11251:2 11278:2 11279:1 11292:1 11302:1 11318:1 11321:1 11328:1 11345:1 11361:1 11374:1 11387:1 11392:1 11410:1 11459:1 11473:1 11494:1 11506:1 11518:1 11528:3 11568:1 11570:2 11603:3 11616:1 11621:1 11624:1 11630:1 11656:1 11682:1 11706:2 11716:1 11732:1 11742:1 11743:1 11767:1 11779:1 11813:1 11824:1 11836:2 11866:1 11886:1 11894:1 11903:1 11906:1 11907:1 11918:2 11922:1 11929:1 11950:1 11951:1 11990:3 11997:1 12028:2 12032:1 12047:4 12048:1 12051:2 12054:1 12063:1 12067:1 12069:1 12084:1 12094:1 12107:1 12109:1 12113:1 12116:1 12119:2 12131:2 12134:1 12162:1 12182:1 12188:1 12193:1 12212:5 12234:1 12237:2 12279:1 12326:1 12353:1 12363:1 12377:1 12384:1 12452:1 12475:1 12478:1 12483:1 12528:1 12543:1 12554:2 12562:4 12565:1 12566:1 12568:1 12570:1 12571:1 12615:1 12616:1 12617:1 12618:1 12623:1 12625:1 12626:1 12629:2 12643:4 12651:1 12666:1 12671:4 12697:1 12701:1 12732:1 12737:1 12758:1 12765:1 12769:2 12777:1 12826:1 12835:1 12848:1 12852:3 12864:1 12866:2 12878:1 12891:2 12893:1 12895:1 12901:1 12918:1 12941:2 12959:1 12960:1 12963:1 12976:1 13004:1 13006:1 13022:2 13023:1 13024:1 13031:1 13063:1 13085:4 13088:1 13089:1 13094:3 13101:1 13107:1 13118:1 13129:1 13145:1 13147:1 13159:1 13165:3 13174:1 13181:1 13244:1 13251:1 13253:1 13270:2 13288:1 13338:1 13354:1 13355:2 13382:1 13394:1 13395:1 13399:1 13405:1 13422:1 13434:4 13440:1 13445:2 13451:1 13471:2 13505:1 13523:2 13555:1 13564:1 13571:1 13578:1 13581:1 13586:2 13629:1 13647:1 13672:1 13680:1 13693:1 13705:1 13707:1 13728:3 13729:1 13737:1 13744:1 13752:1 13753:2 13764:1 13771:1 13772:1 13787:1 13788:5 13811:1 13815:1 13819:4 13828:1 13837:1 13840:3 13877:1 13893:1 13907:1 13927:1 13989:3 13991:1 14002:1 14013:1 14017:1 14022:1 14027:1 14033:1 14037:2 14040:1 14071:1 14073:2 14077:1 14080:1 14117:1 14128:1 14129:1 14163:2 14171:1 14179:1 14200:1 14213:1 14218:3 14219:1 14227:1 14244:1 14250:1 14266:2 14277:1 14307:1 14313:1 14351:1 14408:1 14419:1 14467:1 14472:2 14493:1 14510:1 14513:2 14526:1 14552:1 14581:1 14585:1 14589:1 14602:1 14614:1 14619:2 14636:1 14648:1 14653:3 14655:1 14661:1 14664:1 14727:1 14731:1 14738:1 14756:1 14768:1 14793:1 14826:1 14835:1 14853:1 14858:1 14859:1 14864:1 14895:1 14898:1 14899:1 14901:1 14904:3 14907:1 14908:3 14910:1 14919:2 14921:1 14960:2 14976:1 14988:1 15011:1 15012:1 15015:1 15019:1 15023:2 15029:1 15058:1 15063:1 15068:1 15070:2 15119:1 15125:1 15132:1 15137:1 15140:1 15155:2 15160:2 15167:2 15177:2 15185:1 15206:1 15207:1 15224:1 15297:1 15300:1 15316:1 15327:1 15336:2 15341:1 15348:1 15349:1 15353:1 15360:1 15374:1 15389:1 15400:1 15419:1 15424:1 15426:1 15432:1 15442:1 15461:1 15493:1 15516:1 15538:1 15544:2 15545:1 15556:1 15561:1 15569:1 15571:1 15616:1 15620:1 15646:2 15666:2 15667:1 15675:1 15680:1 15686:1 15705:2 15716:1 15719:1 15749:2 15784:1 15811:4 15840:1 15843:1 15847:1 15849:1 15921:4 15925:1 15945:2 15961:2 15963:1 15968:3 15982:1 15985:2 16107:1 16120:1 16156:1 16214:1 16222:1 16311:1 16312:1 16335:2 16379:4 16388:2 16392:1 16393:2 16397:1 16412:1 16436:3 16447:1 16483:1 16485:1 16488:1 16533:1 16542:1 16556:1 16584:1 16653:1 16663:3 16670:1 16692:1 16775:1 16820:2 16833:1 16841:1 16847:1 16868:1 16873:2 16890:1 16900:2 16902:1 16922:1 16938:1 16960:1 16964:6 17006:1 17017:1 17020:1 17024:1 17039:1 17041:1 17042:1 17048:2 17057:1 17066:1 17093:1 17094:1 17100:1 17106:1 17149:1 17170:2 17179:1 17210:4 17237:2 17315:1 17365:1 17387:1 17392:1 17441:1 17443:1 17464:1 17467:1 17470:2 17495:1 17530:1 17550:1 17555:1 17558:1 17573:1 17582:1 17583:1 17594:1 17605:1 17607:1 17616:1 17628:1 17632:3 17644:1 17647:1 17651:1 17668:1 17701:1 17705:1 17706:1 17710:1 17719:1 17720:1 17725:1 17727:1 17741:1 17770:1 17771:1 17820:1 17838:1 17843:1 17852:1 17861:1 17865:1 17868:1 17870:3 17874:1 17883:1 17888:1 17892:1 17897:1 17904:3 17906:1 17940:1 17963:1 17972:1 17984:1 18000:1 18007:1 18025:1 18026:1 18038:1 18050:3 18069:1 18071:1 18084:1 18109:1 18112:1 18118:1 18124:1 18127:1 18131:1 18153:1 18174:1 18189:1 18291:1 18298:1 18300:3 18305:1 18338:1 18348:1 18358:1 18363:1 18365:3 18367:1 18396:8 18402:1 18412:1 18413:1 18415:1 18417:1 18418:3 18420:24 18434:1 18437:1 18439:2 18451:1 18452:1 18477:1 18487:3 18496:1 18500:2 18537:1 18553:1 18610:1 18616:1 18635:2 18648:1 18653:1 18655:2 18663:1 18670:2 18674:1 18687:1 18724:1 18728:3 18781:1 18791:1 18793:2 18807:1 18820:1 18829:1 18839:2 18866:2 18872:1 18880:2 18913:1 18922:1 18929:1 18936:1 18975:1 18993:2 18994:1 19007:1 19022:1 19025:5 19054:1 19069:1 19072:1 19080:1 19082:1 19085:1 19108:1 19109:1 19139:1 19177:2 19222:1 19232:1 19272:1 19285:1 19323:1 19324:1 19328:2 19329:1 19416:1 19445:2 19452:1 19454:2 19469:1 19478:1 19480:1 19506:1 19507:1 19508:2 19532:1 19535:1 19545:1 19552:1 19576:1 19596:1 19628:1 19631:2 19634:1 19635:1 19638:1 19670:1 19688:1 19702:1 19728:1 19739:1 19754:1 19761:1 19773:1 19779:1 19794:1 19808:1 19813:1 19815:1 19819:1 19832:7 19837:1 19890:3 19902:2 19905:1 19914:2 19927:1 19973:1 19977:3 20047:1 20049:1 20050:1 20085:3 20096:1 20102:2 20141:1 20172:2 20176:1 20198:1 20206:1 20207:1 20209:2 20217:1 20221:1 20255:1 20284:1 20294:1 20345:1 20346:1 20386:2 20408:1 20437:1 20444:2 20449:1 20455:1 20468:1 20479:1 20508:1 20513:1 20518:1 20521:1 20536:1 20544:1 20552:1 20557:2 20560:1 20573:1 20588:1 20592:1 20616:1 20635:2 20637:1 20644:1 20648:2 20655:1 20661:2 20664:1 20687:1 20722:1 20743:1 20744:1 20747:1 20749:3 20752:1 20779:1 20824:1 20835:1 20847:2 20863:1 20869:1 20902:2 20921:1 20963:1 20979:1 20985:1 20996:1 21009:1 21020:1 21044:1 21064:1 21083:1 21087:1 21095:1 21099:2 21123:1 21129:1 21134:1 21169:1 21198:1 21217:1 21238:2 21256:1 21284:1 21294:1 21298:1 21310:1 21314:1 21317:1 21318:2 21335:2 21355:1 21357:1 21362:1 21364:1 21391:1 21400:1 21401:1 21402:1 21423:1 21463:1 21469:1 21484:2 21498:1 21511:2 21521:1 21533:1 21541:1 21548:3 21549:1 21592:1 21616:1 21653:2 21656:1 21668:1 21682:1 21698:1 21700:1 21731:1 21733:1 21738:1 21758:1 21762:1 21787:1 21798:1 21805:1 21811:1 21818:1 21819:2 21837:1 21846:1 21858:1 21877:1 21879:1 21880:1 21882:1 21887:1 21888:1 21916:1 21952:2 21962:1 21964:1 21999:1 22002:1 22019:1 22039:1 22045:1 22050:1 22067:1 22080:1 22092:1 22106:1 22110:1 22127:1 22133:7 22142:1 22158:2 22175:1 22197:1 22209:1 22226:1 22237:1 22240:1 22280:1 22297:1 22298:2 22339:1 22359:2 22401:1 22423:2 22427:1 22428:1 22464:1 22472:1 22474:1 22488:1 22492:1 22506:1 22521:1 22527:1 22550:1 22553:1 22554:1 22558:1 22560:3 22595:1 22624:1 22642:1 22659:1 22671:1 22675:1 22690:1 22699:1 22703:1 22733:1 22751:1 22777:1 22785:1 22798:1 22807:4 22820:2 22832:1 22837:2 22842:1 22847:1 22884:1 22885:1 22912:1 22959:1 22965:1 22966:1 23006:1 23009:2 23026:1 23031:2220 23034:1 23050:1 23096:1 23100:1 23108:1 23156:1 23174:1 23188:1 23196:1 23201:1 23204:1 23296:1 23299:2 23309:1 23379:1 23384:1 23401:1 23429:1 23445:2 23478:1 23485:1 23507:2 23523:3 23531:2 23552:1 23563:1 23570:1 23607:1 23629:1 23635:1 23644:1 23654:3 23662:1 23708:1 23730:1 23758:1 23765:1 23770:3 23778:1 23816:2 23821:1 23829:3 23835:1 23874:1 23879:1 23886:1 23903:2 23936:1 23939:4 23971:1 24024:1 24033:1 24071:1 24078:3 24092:1 24098:1 24106:1 24108:1 24126:1 24132:1 24155:1 24170:1 24176:1 24182:3 24192:2 24193:2 24197:1 24198:1 24199:1 24201:1 24219:1 24226:1 24232:2 24248:1 24249:1 24281:1 24282:1 24319:1 24326:1 24365:2 24370:1 24374:1 24405:1 24417:1 24422:1 24451:1 24452:1 24475:1 24543:1 24551:1 24572:1 24604:1 24605:1 24609:2 24653:1 24660:1 24662:1 24667:1 24669:1 24670:1 24687:1 24724:2 24728:1 24730:3 24736:1 24737:1 24739:1 24748:1 24755:1 24768:2 24772:2 24774:2 24776:1 24788:1 24802:1 24811:2 24818:2 24827:1 24832:1 24837:1 24865:1 24881:1 24883:1 24918:1 24940:1 24948:2 24976:2 24984:1 24988:1 24991:1 25055:3 25104:1 25111:1 25116:1 25118:2 25125:1 25137:1 25141:1 25147:1 25157:1 25162:1 25175:2 25177:2 25188:1 25201:2 25205:1 25226:1 25236:1 25254:2 25267:2 25271:2 25283:2 25340:1 25374:1 25400:1 25402:1 25417:1 25431:1 25436:1 25447:1 25450:1 25458:1 25459:1 25477:1 25486:1 25516:1 25546:3 25556:1 25566:1 25571:1 25582:2 25591:2 25596:1 25598:1 25612:1 25656:1 25662:1 25664:1 25665:2 25669:1 25685:1 25686:1 25687:2 25716:1 25746:2 25760:1 25814:2 25850:1 25857:1 25866:1 25891:2 25923:1 25976:1 25977:1 26016:1 26024:1 26066:1 26095:1 26150:1 26153:2 26161:1 26165:1 26176:2 26178:2 26212:2 26218:1 26219:7 26221:1 26243:1 26264:1 26274:1 26290:1 26293:1 26313:1 26322:1 26339:1 26346:1 26355:1 26358:1 26364:1 26385:1 26403:1 26423:1 26429:1 26434:2 26437:2 26440:1 26441:1 26454:1 26472:1 26482:1 26492:1 26497:1 26542:1 26549:1 26604:3 26611:1 26615:2 26634:1 26643:1 26644:1 26658:1 26702:1 26713:1 26715:1 26721:1 26741:1 26746:1 26777:2 26781:1 26785:4 26793:1 26803:1 26807:1 26817:1 26830:2 26831:1 26853:1 26858:1 26891:2 26904:1 26920:1 26931:1 26945:2 26954:1 26977:1 26983:1 27003:2 27004:1 27021:1 27027:1 27036:2 27064:1 27070:1 27072:1 27091:2 27103:2 27109:1 27125:2 27129:2 27140:1 27177:2 27189:3 27203:1 27223:1 27231:1 27247:1 27257:2 27258:1 27278:1 27289:1 27302:1 27309:1 27322:1 27329:1 27332:1 27338:1 27339:1 27343:1 27344:1 27392:2 27406:1 27408:1 27455:3 27459:1 27464:1 27472:1 27473:4 27530:1 27540:1 27559:1 27561:1 27563:1 27564:4 27575:1 27586:5 27609:1 27638:1 27656:1 27684:1 27698:1 27704:1 27710:1 27738:5 27743:1 27755:1 27756:1 27833:1 27837:1 27840:1 27846:1 27866:1 27869:2 27877:1 27900:2 27914:3 27948:1 27955:2 27963:1 27971:1 27977:1 27983:1 27987:1 28007:1 28013:1 28017:1 28035:1 28043:1 28048:2 28060:1 28074:2 28084:1 28093:1 28094:1 28124:1 28128:1 28145:1 28166:1 28188:1 28189:2 28193:1 28202:2 28204:1 28226:1 28236:1 28265:1 28280:1 28286:1 28379:1 28394:1 28398:1 28422:2 28456:2 28474:1 28508:4 28527:1 28531:4 28565:1 28581:1 28612:1 28625:1 28641:4 28655:1 28656:3 28660:2 28670:1 28673:1 28675:3 28676:4 28695:1 28696:1 28724:1 28728:1 28746:1 28750:1 28763:1 28771:2 28793:1 28798:2 28804:1 28819:2 28827:1 28830:1 28843:1 28885:1 28927:1 28979:2 28985:1 28987:2 28992:1 28998:1 29000:2 29011:4 29021:2 29030:1 29048:1 29065:2 29085:1 29095:1 29104:1 29111:2 29160:1 29173:1 29175:1 29177:2 29181:3 29187:1 29203:3 29217:1 29219:1 29233:1 29240:1 29246:1 29248:1 29252:1 29267:3 29270:1 29281:2 29310:1 29315:1 29335:1 29343:1 29359:1 29399:1 29422:1 29439:2 29497:2 29500:1 29516:4 29532:1 29536:1 29539:1 29540:3 29599:1 29607:1 29627:1 29634:1 29641:1 29684:1 29685:1 29690:1 29711:1 29726:2 29750:1 29826:1 29832:4 29835:1 29844:1 29845:2 29848:2 29858:2 29861:1 29874:1 29943:1 29948:1 29959:1 29981:1 30006:1 30010:1 30014:2 30016:1 30043:1 30049:3 30075:1 30092:1 30115:1 30127:2 30131:1 30133:1 30150:2 30159:1 30160:1 30161:1 30167:1 30181:1 30186:1 30192:1 30214:2 30222:1 30223:1 30237:1 30240:1 30249:1 30253:1 30268:1 30269:1 30293:1 30307:1 30338:1 30361:1 30406:2 30409:1 30411:1 30437:1 30461:1 30469:2 30472:2 30478:1 30485:2 30520:1 30522:2 30542:1 30549:1 30553:1 30582:1 30625:1 30662:2 30700:1 30714:1 30717:2 30745:1 30753:1 30761:1 30770:1 30797:1 30798:1 30836:1 30837:2 30869:1 30871:1 30900:1 30906:1 30918:1 30922:1 30963:1 30969:1 31018:1 31031:1 31045:2 31060:1 31077:2 31079:2 31090:2 31102:3 31103:1 31112:1 31116:2 31128:1 31139:1 31147:3 31152:1 31155:3 31186:2 31195:1 31205:1 31211:1 31227:1 31249:1 31274:2 31275:2 31276:2 31323:1 31325:2 31333:1 31360:1 31364:1 31377:1 31382:1 31393:1 31421:1 31444:2 31462:1 31485:1 31498:1 31504:2 31513:2 31538:1 31571:1 31578:1 31610:3 31646:1 31650:1 31653:1 31686:1 31706:1 31716:1 31728:1 31770:1 31773:1 31778:1 31793:2 31804:1 31807:1 31809:1 31863:1 31899:3 31903:1 31909:1 31933:1 31934:1 31960:1 31965:3 31969:1 31970:1 31989:1 31991:1 31997:2 32026:1 32033:1 32043:1 32050:1 32059:1 32074:1 32166:1 32168:1 32222:1 32223:1 32234:2 32235:2 32252:1 32275:1 32278:1 32283:1 32287:2 32288:1 32289:3 32295:1 32328:2 32341:2 32344:1 32374:1 32379:1 32391:2 32393:2 32402:2 32404:1 32410:2 32411:1 32412:2 32417:2 32423:1 32474:1 32483:1 32504:2 32505:3 32566:1 32571:1 32573:1 32619:1 32623:1 32625:1 32648:1 32660:1 32686:4 32690:1 32694:1 32714:1 32729:1 32754:1 32755:1 32783:1 32804:1 32831:1 32832:2 32838:2 32843:1 32850:1 32871:1 32874:1 32875:1 32883:2 32910:1 32913:1 32949:1 32954:1 32959:1 32976:1 33021:1 33032:1 33052:2 33057:2 33059:1 33072:4 33080:1 33103:1 33110:1 33131:2 33137:1 33157:1 33180:1 33192:2 33193:1 33236:1 33248:1 33277:1 33295:1 33324:1 33362:1 33371:2 33373:1 33376:1 33386:1 33387:1 33413:1 33436:2 33440:2 33447:2 33448:1 33458:1 33466:2 33486:1 33489:1 33520:1 33521:1 33522:1 33533:1 33551:1 33555:1 33572:2 33590:1 33592:2 33601:3 33622:1 33695:1 33708:1 33732:2 33739:1 33741:2 33754:1 33805:2 33816:1 33831:1 33832:1 33849:1 33853:1 33854:1 33870:2 33877:1 33881:1 33889:2 33896:1 33942:1 33954:1 33967:1 33968:1 33988:1 33993:1 33997:1 34012:1 34020:1 34049:1 34081:1 34131:1 34147:2 34181:2 34188:2 34205:1 34223:1 34224:1 34252:2 34263:1 34270:2 34286:1 34298:1 34311:1 34342:1 34343:2 34346:1 34357:2 34389:11 34394:1 34400:1 34404:1 34406:1 34411:2 34418:1 34421:1 34440:6 34441:2 34447:1 34450:1 34452:1 34464:3 34483:1 34501:1 34506:1 34518:1 34559:1 34611:3 34624:1 34637:2 34640:1 34646:1 34650:1 34674:1 34676:1 34684:1 34689:2 34712:1 34717:1 34724:1 34728:1 34761:1 34776:1 34793:1 34798:1 34805:1 34831:1 34858:1 34860:3 34864:1 34876:1 34891:1 34899:1 34919:1 34949:1 34956:3 35001:2 35002:1 35017:1 35029:2 35033:2 35058:1 35059:1 35076:1 35079:1 35115:1 35117:1 35139:1 35154:1 35180:1 35192:1 35196:1 35233:2 35245:1 35249:1 35252:1 35261:1 35269:1 35286:1 35289:1 35294:2 35324:1 35376:1 35412:1 35445:1 35452:2 35459:1 35493:1 35559:1 35593:2 35609:1 35658:4 35670:1 35673:1 35682:1 35690:1 35717:1 35724:5 35728:1 35731:1 35756:1 35758:2 35765:1 35787:2 35795:1 35810:2 35818:1 35836:1 35849:1 35851:2 35855:1 35858:3 35870:1 35874:1 35911:4 35919:2 35921:1 35929:2 35983:1 35986:3 35987:1 35998:1 36001:1 36014:1 36034:1
17 19:2 29:1 30:1 49:1 64:2 86:1 91:1 112:1 125:1 163:1 177:1 186:6 196:1 201:2 205:1 208:1 220:1 244:1 248:1 257:1 279:2 294:1 301:2 332:2 336:2 371:1 381:1 388:2 390:1 434:1 436:2 439:1 449:1 452:1 456:1 523:1 536:1 538:2 546:1 551:1 626:1 643:1 681:2 687:1 690:1 695:1 715:1 742:1 745:1 754:1 757:2 771:1 779:2 854:1 900:1 907:1 929:1 935:3 954:5 962:1 1025:2 1026:1 1032:1 1071:1 1072:1 1075:2 1083:6 1084:3 1086:1 1088:2 1094:4 1098:1 1099:3 1100:1 1109:1 1113:1 1114:2 1118:1 1119:2 1122:2 1141:1 1148:3 1149:1 1153:1 1160:1 1191:3 1219:1 1221:1 1223:1 1225:2 1245:1 1247:1 1254:1 1266:1 1269:1 1280:1 1288:1 1301:1 1307:1 1308:1 1309:2 1318:1 1337:1 1343:1 1350:1 1356:1 1367:1 1368:1 1369:1 1390:1 1398:1 1402:1 1410:1 1412:2 1492:2 1497:1 1501:1 1514:1 1529:1 1531:1 1535:1 1556:1 1559:1 1572:1 1575:1 1576:1 1601:1 1637:1 1639:1 1655:1 1668:1 1672:1 1681:1 1728:1 1731:1 1751:1 1756:2 1798:1 1805:1 1809:1 1819:1 1832:2 1837:1 1839:1 1867:1 1872:1 1894:3 1908:1 1911:1 1916:1 1919:1 1920:1 1923:1 1938:2 1954:1 1976:1 1994:1 1999:1 2002:2 2009:3 2028:1 2041:1 2045:1 2056:2 2073:1 2077:1 2083:1 2089:1 2095:1 2098:1 2129:2 2138:1 2145:1 2156:3 2158:1 2166:1 2168:1 2169:1 2171:1 2182:1 2195:1 2203:1 2208:2 2210:1 2212:2 2221:1 2224:1 2251:1 2259:1 2282:1 2289:2 2299:1 2301:1 2309:1 2336:1 2355:1 2358:1 2381:1 2391:1 2407:1 2412:1 2413:2 2425:1 2428:1 2446:1 2447:1 2455:1 2476:2 2525:1 2527:2 2536:1 2557:1 2564:1 2574:1 2587:1 2612:1 2667:1 2720:2 2761:1 2771:1 2796:1 2800:1 2804:1 2839:2 2844:1 2854:1 2863:4 2864:1 2868:2 2869:1 2887:5 2893:1 2897:2 2898:1 2901:2 2902:1 2905:1 2912:1 2914:1 2915:5 2934:1 2949:2 2968:2 2985:1 2990:1 2995:1 3005:1 3062:1 3064:1 3067:2 3089:1 3107:5 3109:2 3132:2 3159:2 3163:1 3164:1 3171:1 3181:1 3188:2 3194:1 3198:1 3202:1 3237:1 3252:1 3254:2 3278:1 3317:2 3336:1 3361:1 3377:1 3387:1 3399:1 3416:1 3420:1 3425:1 3426:3 3463:1 3502:1 3510:1 3512:2 3515:2 3523:1 3534:1 3539:1 3552:1 3556:1 3558:1 3562:1 3580:1 3581:1 3598:4 3607:4 3617:4 3636:1 3652:1 3653:1 3662:2 3668:1 3687:1 3705:1 3723:1 3727:2 3730:1 3734:1 3737:2 3742:1 3760:1 3803:1 3816:1 3836:1 3855:1 3862:3 3863:1 3907:1 3909:1 3912:1 3918:1 3919:2 3948:1 3962:1 3963:1 4005:1 4016:3 4050:1 4090:1 4157:2 4205:1 4245:1 4247:2 4254:1 4272:1 4275:1 4276:3 4295:1 4298:1 4299:1 4314:1 4353:1 4354:1 4359:1 4375:3 4385:1 4389:1 4390:5 4408:1 4424:1 4440:2 4453:1 4484:1 4497:1 4525:1 4531:1 4541:2 4546:1 4567:1 4577:2 4588:1 4599:2 4608:1 4609:1 4638:1 4639:1 4643:1 4668:1 4679:2 4681:1 4686:1 4687:1 4750:1 4773:2 4775:2 4780:3 4809:1 4832:1 4843:1 4852:2 4856:1 4860:1 4872:1 4876:2 4909:1 4910:1 4924:1 4933:1 4935:1 4984:1 5031:1 5052:1 5057:1 5059:1 5081:1 5088:1 5090:1 5096:1 5104:1 5117:1 5124:2 5134:1 5147:2 5148:1 5158:2 5209:1 5238:1 5240:1 5243:1 5274:1 5282:1 5287:1 5290:1 5293:1 5295:1 5301:1 5316:1 5366:2 5369:2 5408:1 5417:1 5431:4 5434:1 5435:1 5441:1 5450:2 5461:1 5463:3 5494:1 5497:1 5501:1 5517:1 5528:1 5529:1 5544:2 5545:1 5591:1 5602:1 5604:1 5611:1 5640:1 5642:1 5666:1 5668:1 5679:1 5680:1 5686:2 5687:1 5696:1 5700:1 5701:5 5720:2 5729:1 5734:1 5738:1 5749:1 5781:2 5801:3 5807:1 5820:2 5839:1 5863:1 5889:1 5895:5 5902:1 5904:1 5913:1 5920:1 5925:3 5930:1 5932:4 5954:1 5959:1 5972:1 5974:1 5999:1 6004:1 6051:1 6071:2 6072:1 6085:1 6087:1 6088:1 6089:1 6104:1 6105:2 6110:2 6113:1 6122:2 6125:2 6133:1 6134:1 6175:1 6180:1 6201:1 6205:1 6234:1 6241:1 6294:1 6322:1 6328:1 6358:2 6363:1 6367:1 6375:1 6395:2 6409:2 6413:1 6419:1 6433:1 6462:1 6466:1 6483:2 6488:1 6510:1 6527:1 6538:2 6551:4 6567:1 6585:1 6587:1 6603:2 6607:1 6624:1 6629:1 6641:1 6716:1 6729:2 6730:1 6733:1 6741:1 6748:1 6765:1 6789:1 6798:1 6861:1 6865:1 6866:1 6880:1 6882:1 6896:1 6925:2 6954:4 6971:1 7031:1 7035:1 7046:1 7058:2 7064:1 7076:1 7102:2 7104:1 7111:1 7133:1 7138:1 7142:2 7152:1 7153:1 7174:1 7182:1 7185:1 7196:1 7201:2 7206:1 7211:2 7212:9 7221:2 7244:2 7255:1 7279:1 7313:1 7316:3 7349:1 7351:2 7379:1 7384:2 7393:1 7394:3 7406:1 7413:1 7414:1 7433:3 7449:2 7475:1 7480:1 7486:1 7509:2 7511:3 7515:1 7534:2 7542:1 7549:1 7553:1 7557:1 7575:4 7602:1 7639:1 7644:2 7647:2 7655:2 7657:1 7660:1 7669:1 7691:2 7717:1 7733:1 7739:1 7757:1 7771:1 7774:1 7823:7 7835:1 7841:1 7856:1 7863:2 7869:2 7871:1 7874:1 7880:1 7883:2 7884:2 7888:1 7912:1 7928:1 7933:1 7939:1 7944:1 7946:1 7951:1 7960:2 7966:1 7982:1 7989:1 8044:1 8049:1 8058:2 8071:1 8109:1 8118:1 8142:1 8148:1 8151:1 8161:2 8172:1 8193:1 8213:2 8217:4 8219:1 8234:1 8263:1 8266:1 8278:1 8279:1 8288:1 8337:1 8345:1 8381:3 8386:1 8409:1 8423:1 8436:1 8438:1 8468:2 8469:1 8481:1 8500:1 8503:1 8510:1 8512:1 8519:2 8550:1 8584:1 8631:2 8682:1 8693:1 8696:1 8719:4 8739:2 8744:1 8762:1 8767:1 8769:1 8776:1 8783:1 8787:1 8793:1 8798:1 8803:1 8848:2 8852:2 8883:1 8889:1 8902:1 8907:2 8921:1 8932:1 8934:1 8940:1 8941:1 8961:1 8962:2 8987:1 8994:1 9012:1 9032:2 9054:1 9056:1 9060:1 9062:1 9083:1 9093:1 9112:2 9118:1 9127:1 9135:1 9138:1 9168:1 9193:4 9196:1 9198:1 9205:1 9224:1 9231:2 9235:1 9255:1 9263:1 9269:2 9303:2 9308:3 9309:1 9310:1 9334:1 9337:2 9338:5 9341:1 9344:1 9347:5 9349:1 9350:1 9354:1 9360:2 9361:1 9363:1 9364:4 9365:1 9382:1 9418:3 9436:1 9458:1 9523:1 9524:1 9529:1 9544:1 9568:2 9589:2 9610:1 9611:2 9641:1 9643:1 9655:15 9685:4 9687:2 9693:1 9715:1 9720:2 9737:1 9745:1 9760:2 9769:1 9821:1 9839:1 9874:1 9891:1 9911:1 9917:2 9942:1 9956:3 9969:1 9984:1 9990:1 10021:1 10065:1 10083:1 10088:1 10102:1 10123:5 10136:1 10137:2 10156:1 10163:5 10171:1 10185:1 10192:1 10216:1 10228:1 10240:1 10248:1 10266:1 10283:1 10292:1 10293:6 10322:1 10352:2 10369:1 10394:1 10396:1 10414:1 10421:1 10439:1 10442:2 10446:1 10457:1 10458:1 10491:2 10497:2 10505:1 10507:1 10515:1 10522:1 10530:2 10559:1 10565:1 10567:1 10593:1 10600:1 10603:1 10615:1 10619:1 10644:1 10651:2 10657:1 10681:1 10690:5 10702:1 10754:1 10756:1 10757:2 10761:1 10763:4 10766:1 10769:1 10776:1 10816:1 10845:1 10853:1 10885:1 10890:2 10910:1 10917:2 10926:1 10933:1 10980:2 10989:4 11006:1 11010:1 11019:1 11052:1 11109:2 11120:1 11126:1 11129:1 11133:1 11142:1 11156:1 11165:1 11174:1 11176:1 11181:1 11250:5 11251:2 11278:2 11279:1 11292:1 11302:1 11318:1 11321:1 11328:1 11345:1 11361:1 11374:1 11387:1 11392:2 11393:1 11410:1 11459:1 11473:1 11494:1 11506:1 11518:1 11523:1 11528:3 11568:1 11570:2 11603:3 11616:1 11621:1 11624:1 11630:1 11656:1 11682:1 11706:2 11711:1 11716:1 11732:1 11742:1 11743:1 11767:1 11779:1 11813:1 11824:1 11836:2 11866:1 11886:1 11894:1 11903:1 11906:1 11907:1 11918:2 11922:1 11929:1 11950:1 11951:1 11990:3 11997:1 12028:2 12032:1 12041:1 12047:4 12048:1 12051:2 12054:1 12063:1 12067:1 12069:1 12084:1 12094:1 12107:1 12109:1 12113:1 12116:1 12119:2 12131:2 12134:1 12162:1 12182:1 12188:1 12193:1 12212:5 12234:1 12237:2 12277:1 12279:1 12326:1 12331:1 12353:1 12363:1 12377:1 12384:1 12452:1 12475:1 12478:1 12483:1 12528:1 12543:1 12554:2 12562:4 12565:1 12566:1 12568:2 12570:1 12571:1 12615:1 12616:1 12617:1 12618:1 12623:1 12625:2 12626:1 12629:2 12643:4 12651:1 12666:2 12671:4 12697:1 12701:1 12732:1 12737:1 12758:1 12765:1 12769:2 12777:1 12826:1 12835:1 12848:1 12852:3 12864:1 12866:2 12878:1 12891:2 12893:1 12895:1 12901:1 12918:1 12941:2 12959:1 12960:1 12963:1 12976:1 13004:1 13006:1 13022:2 13023:1 13024:1 13031:1 13063:1 13085:4 13088:1 13089:1 13094:3 13101:1 13107:1 13118:1 13129:1 13131:1 13145:1 13147:1 13159:1 13165:3 13174:1 13181:1 13244:1 13251:1 13253:1 13270:2 13288:1 13338:1 13354:1 13355:2 13382:1 13394:1 13395:1 13399:1 13405:1 13422:1 13434:5 13440:1 13445:2 13451:1 13471:2 13505:1 13523:2 13555:1 13564:1 13571:1 13578:1 13581:1 13586:2 13629:1 13647:1 13672:1 13680:1 13693:1 13705:1 13707:1 13728:4 13729:2 13737:1 13744:2 13752:1 13753:2 13764:1 13771:1 13772:1 13787:1 13788:5 13811:1 13815:1 13819:4 13828:1 13837:1 13840:3 13856:1 13877:1 13893:1 13907:1 13927:1 13957:1 13989:3 13991:1 14002:1 14013:1 14017:1 14022:1 14027:1 14033:1 14037:2 14040:1 14071:1 14073:2 14077:1 14080:1 14117:1 14128:1 14129:1 14163:2 14171:1 14179:2 14200:1 14213:1 14218:3 14219:1 14227:1 14244:1 14250:1 14266:2 14277:1 14307:1 14313:1 14351:1 14408:1 14419:1 14467:1 14472:2 14493:1 14510:1 14513:2 14526:1 14552:1 14581:1 14585:1 14589:1 14602:1 14614:1 14619:2 14636:1 14648:1 14653:3 14655:1 14661:1 14664:1 14676:1 14727:1 14731:1 14738:1 14754:1 14756:1 14768:1 14771:1 14793:1 14826:1 14835:1 14853:1 14858:1 14859:1 14864:1 14895:2 14898:1 14899:1 14901:1 14904:3 14907:1 14908:5 14910:1 14911:1 14919:2 14921:1 14960:2 14976:1 14988:1 15011:1 15012:1 15015:2 15019:1 15023:2 15029:1 15058:1 15062:2 15063:1 15068:1 15070:2 15119:1 15125:1 15132:1 15137:1 15140:1 15155:2 15160:3 15167:2 15177:2 15185:1 15206:1 15207:1 15224:1 15272:1 15297:2 15300:1 15316:1 15327:1 15336:2 15341:1 15348:1 15349:1 15353:1 15360:1 15374:1 15389:1 15400:1 15419:1 15424:1 15426:1 15432:1 15442:1 15461:1 15493:1 15516:1 15535:1 15538:1 15544:2 15545:1 15556:1 15561:1 15569:1 15571:1 15616:1 15620:1 15646:2 15666:2 15667:1 15675:1 15680:1 15686:1 15705:2 15716:1 15719:1 15749:2 15751:1 15784:1 15811:5 15840:2 15843:1 15847:1 15849:2 15921:4 15925:1 15945:2 15961:2 15963:1 15968:3 15982:1 15985:2 16107:1 16120:1 16156:1 16214:1 16222:1 16246:1 16311:1 16312:1 16330:1 16335:2 16379:4 16388:2 16392:1 16393:3 16397:1 16412:1 16436:3 16447:1 16483:1 16485:1 16488:1 16533:1 16542:1 16556:1 16584:1 16653:1 16663:3 16670:1 16692:1 16775:1 16820:2 16833:1 16841:1 16847:1 16858:1 16868:2 16873:2 16890:1 16900:2 16902:1 16922:1 16938:1 16960:1 16964:7 17006:1 17017:1 17020:1 17024:1 17039:1 17041:1 17042:1 17048:2 17057:1 17066:1 17093:1 17094:1 17100:1 17106:2 17149:1 17170:2 17172:1 17179:1 17210:4 17237:2 17260:1 17315:1 17365:1 17387:1 17392:1 17441:1 17443:1 17464:1 17467:1 17470:2 17495:1 17530:1 17550:1 17555:1 17558:1 17573:1 17582:1 17583:1 17594:1 17605:1 17607:1 17616:1 17628:1 17632:3 17644:1 17647:1 17651:1 17668:1 17701:1 17705:1 17706:1 17710:1 17719:1 17720:1 17725:1 17727:1 17741:1 17770:1 17771:1 17820:1 17838:2 17843:1 17852:1 17861:1 17865:1 17868:1 17870:3 17874:1 17883:1 17888:1 17892:1 17897:1 17904:3 17906:1 17940:1 17963:1 17972:1 17984:1 18000:1 18007:1 18025:1 18026:1 18038:1 18050:3 18069:1 18071:1 18084:1 18109:1 18112:1 18118:1 18124:1 18127:1 18131:1 18153:1 18174:1 18189:1 18291:1 18298:1 18300:3 18305:1 18338:1 18348:1 18358:1 18363:1 18365:3 18367:1 18396:9 18402:1 18404:1 18412:1 18413:1 18415:1 18417:1 18418:3 18420:25 18434:1 18437:1 18439:2 18451:1 18452:1 18477:1 18487:3 18496:1 18500:2 18537:1 18553:1 18583:1 18610:1 18616:1 18635:3 18648:1 18653:1 18655:2 18663:1 18670:2 18674:1 18687:1 18724:1 18728:3 18781:1 18791:1 18793:2 18807:1 18820:1 18829:1 18839:2 18866:2 18872:1 18880:2 18913:1 18922:1 18929:1 18936:1 18975:1 18993:2 18994:1 19007:1 19022:1 19025:5 19054:1 19069:1 19072:1 19080:1 19082:1 19085:1 19108:1 19109:1 19139:1 19177:3 19222:1 19232:1 19272:1 19285:1 19323:1 19324:1 19328:2 19329:1 19416:1 19445:2 19452:1 19454:2 19469:1 19478:1 19480:1 19506:1 19507:1 19508:2 19532:1 19535:1 19545:1 19552:1 19576:1 19596:1 19628:1 19631:2 19634:1 19635:1 19638:1 19670:1 19688:1 19702:1 19728:1 19739:1 19754:1 19761:1 19773:1 19779:1 19794:1 19808:1 19813:1 19815:1 19819:1 19832:7 19837:1 19890:3 19902:2 19905:1 19914:2 19927:1 19973:1 19977:3 20047:1 20049:1 20050:1 20085:3 20096:1 20102:2 20141:1 20172:2 20176:1 20198:1 20206:1 20207:1 20209:2 20217:1 20221:1 20255:1 20270:1 20284:1 20294:1 20320:1 20345:1 20346:1 20386:2 20408:1 20437:1 20444:2 20449:1 20455:1 20468:1 20479:1 20508:1 20513:2 20518:1 20521:1 20536:1 20544:1 20552:2 20557:2 20560:1 20573:1 20588:1 20592:1 20616:1 20635:2 20637:1 20644:1 20648:3 20655:1 20661:2 20664:1 20666:1 20687:1 20722:1 20743:1 20744:1 20747:1 20749:3 20752:1 20779:1 20824:2 20835:1 20847:2 20863:1 20869:1 20902:2 20921:1 20951:1 20963:1 20979:1 20985:1 20996:1 21009:1 21020:1 21044:1 21064:1 21083:1 21087:1 21095:1 21099:2 21123:1 21129:1 21134:1 21169:1 21198:1 21217:1 21238:2 21256:1 21284:1 21294:1 21298:1 21310:1 21314:1 21317:1 21318:2 21335:2 21355:2 21357:1 21362:1 21364:1 21391:1 21400:1 21401:1 21402:1 21423:1 21463:1 21469:1 21484:4 21498:1 21511:2 21521:1 21533:1 21541:1 21548:3 21549:1 21592:1 21616:1 21653:2 21656:1 21668:1 21682:1 21698:1 21700:1 21731:1 21733:1 21738:1 21758:1 21762:1 21787:1 21798:1 21805:1 21811:1 21818:1 21819:2 21837:1 21846:1 21858:1 21877:1 21879:1 21880:1 21882:1 21887:1 21888:1 21916:1 21952:2 21962:1 21964:1 21999:1 22002:1 22019:1 22039:1 22045:1 22050:1 22067:1 22080:1 22092:1 22106:1 22110:1 22127:1 22133:7 22142:1 22158:2 22175:1 22197:1 22209:1 22226:1 22237:1 22240:1 22280:1 22297:1 22298:2 22339:1 22359:2 22401:1 22423:2 22427:1 22428:1 22464:1 22472:1 22474:1 22488:1 22492:1 22506:1 22521:1 22527:1 22550:1 22553:1 22554:1 22558:1 22560:3 22595:1 22624:1 22642:1 22659:1 22671:1 22675:1 22690:1 22699:1 22703:1 22733:1 22751:2 22777:1 22785:1 22798:1 22807:4 22820:2 22832:1 22837:2 22842:1 22847:1 22884:1 22885:1 22912:1 22959:1 22965:1 22966:1 23006:1 23009:2 23026:1 23031:2326 23034:1 23050:1 23096:1 23100:1 23108:2 23156:1 23174:1 23188:1 23196:1 23201:1 23204:1 23229:1 23245:1 23296:1 23299:2 23309:1 23379:1 23384:1 23401:1 23429:1 23445:2 23448:1 23478:1 23485:1 23507:2 23523:3 23531:2 23552:1 23563:1 23570:1 23607:1 23629:1 23635:2 23644:1 23654:3 23662:1 23708:1 23730:1 23758:1 23765:1 23770:3 23778:1 23816:3 23821:1 23829:3 23835:1 23874:1 23879:1 23886:1 23903:2 23919:1 23936:1 23939:4 23971:2 24024:1 24033:1 24071:1 24078:3 24092:1 24098:1 24106:1 24108:1 24126:1 24132:1 24155:1 24170:1 24176:1 24182:3 24192:2 24193:2 24197:1 24198:1 24199:1 24201:1 24219:1 24226:1 24232:2 24248:1 24249:1 24281:1 24282:1 24319:1 24326:1 24365:2 24370:1 24374:1 24405:1 24417:1 24422:1 24451:1 24452:1 24475:1 24543:1 24551:1 24572:1 24604:1 24605:1 24609:2 24628:1 24653:1 24660:1 24662:1 24667:1 24669:2 24670:1 24687:1 24724:2 24728:1 24730:3 24736:1 24737:1 24739:1 24748:1 24755:1 24766:1 24768:2 24772:2 24774:2 24776:1 24788:1 24791:1 24802:1 24811:2 24818:2 24827:1 24832:1 24837:1 24865:1 24881:1 24883:1 24918:1 24940:1 24948:2 24976:2 24984:1 24988:1 24991:1 25055:3 25104:1 25111:1 25116:1 25118:2 25125:1 25137:1 25141:1 25147:1 25157:1 25162:1 25175:2 25177:2 25188:1 25201:2 25205:1 25226:1 25236:1 25237:1 25254:2 25267:2 25271:2 25283:2 25340:1 25374:1 25400:1 25402:1 25417:1 25431:1 25436:1 25447:1 25450:1 25458:1 25459:1 25477:1 25486:2 25516:1 25546:3 25556:1 25566:1 25571:1 25582:2 25591:2 25596:1 25598:1 25612:1 25656:1 25662:1 25664:2 25665:2 25669:1 25685:1 25686:1 25687:2 25692:1 25716:1 25746:2 25760:1 25814:2 25850:1 25857:1 25866:1 25891:2 25923:1 25976:1 25977:1 26000:1 26016:1 26024:1 26066:1 26095:1 26150:1 26153:2 26161:1 26165:1 26176:2 26178:2 26212:2 26218:1 26219:8 26221:1 26243:1 26264:1 26274:1 26290:1 26293:1 26313:1 26322:1 26339:1 26346:1 26355:1 26358:1 26364:1 26385:1 26403:1 26423:1 26429:1 26434:2 26437:2 26440:1 26441:1 26454:1 26472:1 26482:1 26492:1 26497:1 26542:1 26549:1 26604:3 26611:1 26615:2 26634:1 26643:1 26644:1 26658:1 26702:1 26713:1 26715:1 26721:1 26741:1 26746:1 26777:2 26781:1 26785:5 26793:1 26803:1 26807:1 26817:1 26830:2 26831:1 26853:1 26858:1 26891:2 26904:1 26920:1 26931:1 26945:2 26954:1 26977:1 26983:1 27003:2 27004:1 27021:2 27027:1 27036:2 27064:1 27070:1 27072:1 27091:2 27103:2 27109:1 27125:2 27129:2 27140:1 27145:1 27177:2 27189:3 27203:1 27212:1 27223:1 27231:1 27247:1 27257:2 27258:1 27278:1 27289:1 27302:1 27309:1 27322:1 27329:1 27332:1 27338:1 27339:1 27343:1 27344:1 27392:2 27406:1 27408:1 27455:3 27459:1 27464:1 27472:1 27473:4 27530:1 27540:1 27559:1 27561:1 27563:1 27564:4 27575:1 27586:5 27609:1 27638:1 27656:1 27684:1 27698:1 27704:1 27710:1 27738:6 27743:1 27755:1 27756:1 27833:1 27837:1 27840:1 27846:1 27866:1 27869:2 27877:1 27900:2 27914:3 27948:1 27955:2 27963:1 27971:1 27977:1 27983:1 27985:1 27987:1 28007:1 28013:1 28017:1 28031:1 28035:1 28043:1 28048:2 28060:1 28074:2 28084:1 28093:1 28094:1 28124:1 28128:1 28145:1 28166:1 28188:1 28189:2 28193:1 28202:3 28204:1 28226:1 28236:1 28265:1 28280:1 28286:1 28379:1 28394:1 28398:1 28408:1 28422:2 28456:2 28474:1 28508:4 28527:1 28531:5 28539:1 28565:1 28581:1 28612:1 28625:1 28641:4 28655:1 28656:3 28660:3 28670:1 28673:1 28675:3 28676:5 28695:1 28696:1 28724:1 28728:1 28746:1 28750:1 28763:1 28771:3 28793:1 28798:2 28804:1 28819:2 28827:1 28830:1 28843:1 28885:1 28927:1 28979:2 28985:2 28987:2 28992:2 28998:1 29000:2 29011:5 29021:2 29030:1 29048:1 29065:2 29085:1 29095:1 29104:1 29111:2 29160:1 29173:1 29175:1 29177:2 29181:3 29187:1 29203:3 29217:1 29219:1 29233:1 29240:1 29246:1 29248:1 29252:1 29267:3 29270:1 29281:2 29310:1 29315:1 29335:1 29343:1 29359:1 29399:1 29419:1 29422:1 29439:2 29497:2 29500:1 29516:5 29532:1 29536:1 29539:1 29540:3 29599:1 29607:1 29627:1 29634:1 29641:1 29684:1 29685:1 29690:1 29711:1 29726:2 29750:1 29826:1 29832:4 29835:1 29844:1 29845:2 29848:2 29858:2 29861:1 29874:1 29943:1 29948:1 29959:1 29981:1 30006:1 30010:2 30014:3 30016:1 30043:1 30049:3 30075:1 30092:1 30115:1 30127:2 30131:1 30133:1 30150:2 30151:1 30159:1 30160:1 30161:1 30167:1 30181:1 30186:1 30192:1 30214:2 30222:1 30223:1 30237:1 30240:1 30249:1 30253:1 30268:1 30269:1 30293:1 30307:1 30338:1 30361:1 30395:1 30406:2 30409:1 30411:1 30437:1 30461:1 30469:2 30472:2 30478:1 30485:2 30520:1 30522:2 30542:1 30549:1 30553:1 30582:1 30625:1 30662:2 30700:1 30714:1 30717:2 30745:1 30753:1 30761:1 30770:1 30797:1 30798:1 30836:1 30837:2 30869:1 30871:1 30900:1 30906:1 30918:1 30922:1 30963:1 30969:1 31018:1 31031:1 31045:2 31060:1 31077:2 31079:2 31090:2 31094:2 31102:3 31103:1 31112:1 31116:2 31128:1 31139:1 31147:3 31152:1 31155:3 31186:2 31195:1 31205:2 31211:1 31227:1 31249:1 31274:2 31275:2 31276:2 31323:1 31325:2 31333:1 31360:1 31364:1 31377:1 31382:1 31393:1 31421:1 31444:2 31462:1 31485:1 31498:1 31504:2 31513:2 31538:1 31571:1 31578:1 31610:3 31646:1 31650:1 31653:1 31686:1 31706:1 31716:1 31728:1 31770:1 31773:1 31778:1 31793:2 31804:1 31807:1 31809:1 31863:1 31899:3 31903:1 31909:1 31933:1 31934:1 31960:1 31965:3 31969:1 31970:1 31989:1 31991:1 31997:4 32026:1 32033:1 32043:1 32050:1 32059:1 32074:1 32166:1 32168:1 32222:1 32223:1 32234:2 32235:2 32252:1 32275:1 32278:1 32283:1 32287:2 32288:1 32289:3 32295:1 32328:2 32341:2 32344:1 32367:2 32374:1 32379:1 32391:2 32393:2 32402:2 32404:1 32410:3 32411:1 32412:2 32417:2 32423:1 32474:1 32483:1 32504:2 32505:5 32566:1 32571:1 32573:1 32619:1 32623:1 32625:1 32648:1 32660:1 32686:4 32690:1 32694:1 32714:1 32719:1 32729:1 32754:1 32755:1 32783:1 32804:1 32831:1 32832:2 32838:2 32843:1 32850:1 32871:1 32874:1 32875:1 32883:2 32894:1 32910:1 32913:1 32949:1 32954:1 32959:1 32976:1 33021:1 33032:1 33052:2 33057:2 33059:1 33072:4 33080:1 33103:1 33110:1 33131:2 33137:1 33157:1 33180:1 33192:2 33193:1 33236:1 33248:1 33277:1 33295:1 33312:1 33324:1 33362:1 33371:2 33373:1 33376:1 33386:1 33387:1 33413:1 33436:2 33440:2 33447:2 33448:1 33458:1 33466:2 33486:1 33489:1 33520:1 33521:1 33522:1 33533:1 33551:1 33555:1 33572:2 33590:1 33592:2 33601:3 33622:1 33695:1 33708:1 33732:2 33739:1 33741:2 33754:1 33805:2 33816:1 33831:1 33832:1 33849:1 33853:1 33854:1 33870:2 33877:1 33881:1 33889:2 33896:1 33942:1 33954:1 33967:1 33968:1 33988:1 33993:1 33997:1 34012:1 34020:1 34049:1 34081:1 34131:1 34147:2 34172:1 34181:2 34188:2 34205:1 34223:1 34224:1 34252:2 34263:1 34270:2 34286:1 34298:1 34311:1 34330:1 34342:1 34343:2 34346:1 34357:2 34389:11 34394:1 34400:1 34404:1 34406:1 34411:2 34418:1 34421:1 34440:6 34441:2 34447:1 34450:1 34452:1 34464:3 34483:1 34501:1 34506:1 34518:1 34559:1 34611:3 34624:1 34637:2 34640:1 34646:1 34650:1 34674:1 34676:1 34684:1 34689:2 34712:1 34717:1 34724:1 34728:1 34761:1 34776:1 34793:1 34798:1 34805:1 34814:1 34831:1 34858:1 34860:3 34864:1 34876:1 34891:1 34899:1 34919:1 34949:1 34956:3 35001:2 35002:1 35017:1 35029:2 35033:2 35058:1 35059:1 35076:1 35079:1 35115:1 35117:1 35139:1 35140:1 35154:1 35180:1 35192:1 35196:1 35226:1 35233:2 35245:1 35249:1 35252:1 35261:1 35269:1 35286:1 35289:1 35294:2 35324:1 35376:1 35409:1 35410:1 35412:1 35445:1 35452:2 35459:1 35493:1 35559:1 35593:2 35598:1 35609:1 35658:4 35670:1 35673:1 35682:1 35690:1 35717:1 35724:5 35728:1 35731:1 35749:1 35756:1 35758:2 35765:1 35787:2 35795:1 35810:2 35818:1 35836:1 35849:1 35851:2 35855:1 35858:3 35870:1 35874:1 35911:4 35919:2 35921:1 35929:2 35983:1 35986:3 35987:1 35998:1 36001:1 36014:1 36034:1
17 19:2 29:1 30:1 40:1 49:1 64:2 72:1 86:1 91:1 112:1 125:1 163:1 177:1 186:7 196:1 201:2 205:1 208:1 220:1 244:1 248:1 250:1 257:1 279:2 294:1 301:2 332:2 336:2 371:1 375:1 381:1 388:2 390:1 434:1 436:2 439:1 449:1 452:1 456:1 523:1 536:1 538:2 546:1 551:1 626:1 643:1 681:2 687:1 690:1 695:1 715:1 742:1 745:1 754:1 757:2 771:1 779:2 854:1 897:1 900:1 907:1 929:1 935:3 954:5 962:1 1025:2 1026:1 1032:1 1071:1 1072:1 1075:2 1083:6 1084:3 1086:1 1088:2 1092:1 1094:4 1098:1 1099:3 1100:1 1109:1 1113:1 1114:2 1118:1 1119:2 1122:2 1141:1 1148:3 1149:1 1153:1 1160:1 1191:3 1219:1 1221:1 1223:1 1225:2 1245:1 1247:1 1249:1 1254:1 1266:1 1269:1 1280:1 1288:1 1301:1 1307:1 1308:1 1309:2 1318:1 1337:1 1343:1 1350:1 1356:1 1367:1 1368:1 1369:1 1390:1 1398:1 1402:1 1410:1 1412:2 1477:1 1481:1 1492:2 1497:1 1501:1 1514:1 1529:1 1531:1 1535:1 1556:1 1559:1 1572:1 1575:1 1576:1 1601:1 1602:1 1637:1 1639:1 1655:1 1668:1 1672:1 1673:1 1681:1 1728:1 1731:1 1751:1 1755:1 1756:2 1798:1 1805:1 1809:1 1819:1 1832:2 1837:1 1839:1 1867:1 1872:1 1894:3 1908:1 1911:1 1916:1 1919:1 1920:1 1923:1 1938:2 1954:1 1976:1 1994:1 1999:1 2002:2 2009:3 2028:1 2041:1 2045:1 2056:2 2073:1 2077:1 2083:1 2085:1 2089:1 2094:1 2095:1 2098:1 2129:2 2136:1 2138:1 2145:1 2156:3 2158:1 2166:1 2168:1 2169:1 2171:1 2182:1 2195:1 2203:1 2208:2 2210:1 2212:2 2221:1 2224:1 2251:1 2259:1 2282:1 2289:2 2299:1 2301:1 2309:1 2336:1 2355:1 2358:1 2381:1 2391:1 2407:1 2412:1 2413:2 2425:1 2428:1 2446:1 2447:1 2455:1 2476:2 2525:1 2527:2 2536:1 2557:2 2564:1 2574:1 2587:1 2612:1 2667:1 2720:2 2761:1 2771:1 2796:1 2800:1 2804:1 2839:2 2844:1 2854:1 2863:4 2864:1 2868:2 2869:1 2887:5 2893:1 2897:2 2898:1 2901:2 2902:1 2905:1 2912:1 2914:1 2915:5 2934:1 2949:2 2968:2 2985:1 2990:1 2995:1 3005:1 3062:1 3064:1 3067:2 3089:1 3107:5 3109:2 3132:2 3141:1 3148:1 3159:2 3163:1 3164:1 3171:1 3181:1 3188:3 3194:1 3198:1 3202:1 3237:1 3252:1 3254:2 3278:1 3317:2 3336:1 3361:1 3377:1 3387:1 3399:1 3416:1 3420:1 3425:1 3426:3 3463:1 3487:1 3502:1 3505:1 3510:1 3512:2 3515:2 3523:1 3534:1 3539:1 3552:1 3556:1 3558:1 3562:1 3580:1 3581:1 3598:4 3607:4 3617:4 3636:1 3652:1 3653:1 3662:2 3668:1 3687:1 3705:1 3723:1 3727:3 3730:1 3734:1 3737:2 3742:1 3760:1 3803:1 3816:1 3836:1 3855:1 3862:3 3863:1 3907:1 3909:1 3912:1 3918:1 3919:2 3948:1 3962:1 3963:1 4005:1 4016:3 4050:1 4090:1 4136:1 4157:2 4205:1 4245:1 4247:2 4254:1 4272:1 4275:1 4276:3 4295:1 4298:1 4299:1 4314:1 4353:2 4354:1 4359:1 4375:3 4385:1 4389:1 4390:5 4408:1 4416:1 4424:1 4440:2 4453:1 4484:1 4497:1 4525:1 4531:1 4541:2 4546:1 4561:2 4567:1 4577:2 4588:1 4599:2 4608:1 4609:1 4638:1 4639:1 4643:1 4668:1 4679:3 4681:1 4686:1 4687:1 4711:1 4750:1 4773:2 4775:2 4780:3 4809:1 4832:1 4843:1 4852:2 4856:1 4860:1 4872:1 4876:2 4886:1 4909:1 4910:1 4924:1 4933:1 4935:1 4984:1 5031:1 5052:1 5057:1 5059:1 5081:1 5088:1 5090:1 5096:1 5104:1 5117:1 5124:2 5134:1 5147:2 5148:1 5153:1 5158:2 5209:1 5238:1 5240:1 5243:1 5274:1 5282:1 5287:1 5290:1 5293:1 5295:1 5301:1 5316:1 5366:2 5369:2 5408:1 5417:1 5431:4 5434:1 5435:1 5441:1 5450:2 5451:1 5461:1 5463:3 5494:1 5497:1 5501:1 5517:1 5528:1 5529:1 5544:2 5545:1 5591:1 5602:1 5604:1 5611:1 5627:1 5640:1 5642:1 5666:1 5668:1 5679:1 5680:1 5686:2 5687:1 5696:1 5700:1 5701:5 5720:2 5729:1 5734:1 5738:1 5749:1 5781:2 5801:3 5807:1 5820:2 5839:1 5863:1 5889:2 5895:5 5902:1 5904:1 5913:1 5920:1 5925:3 5930:1 5932:4 5954:1 5959:1 5972:1 5974:2 5999:1 6004:1 6051:1 6071:2 6072:1 6085:1 6087:1 6088:1 6089:1 6104:1 6105:2 6110:2 6113:1 6122:2 6125:2 6133:1 6134:1 6175:1 6180:1 6201:1 6205:1 6234:1 6241:1 6294:1 6316:1 6322:1 6328:1 6358:2 6363:1 6367:1 6375:1 6395:2 6409:3 6413:1 6419:1 6433:1 6462:1 6466:1 6483:2 6488:1 6510:1 6527:1 6538:2 6551:4 6567:1 6585:1 6587:1 6603:2 6607:1 6624:1 6629:1 6641:2 6659:1 6716:1 6718:1 6729:2 6730:1 6733:1 6741:1 6748:1 6765:1 6789:1 6798:1 6861:1 6865:1 6866:1 6880:1 6882:3 6896:1 6925:2 6954:4 6971:1 7031:1 7035:1 7046:1 7058:2 7064:1 7076:1 7102:2 7104:1 7111:1 7133:1 7138:1 7142:2 7152:1 7153:1 7174:1 7182:1 7185:1 7192:1 7196:1 7201:2 7206:2 7211:2 7212:9 7221:2 7244:2 7255:1 7279:1 7313:1 7316:3 7349:1 7351:2 7379:1 7384:2 7393:1 7394:3 7406:1 7413:1 7414:1 7433:3 7449:2 7475:1 7480:1 7486:1 7487:1 7509:2 7511:3 7515:1 7534:2 7542:1 7549:1 7553:1 7557:1 7575:4 7602:1 7639:1 7644:2 7647:2 7655:2 7657:1 7660:1 7669:1 7691:2 7717:1 7733:1 7739:1 7757:2 7771:1 7774:1 7823:7 7835:1 7841:1 7856:1 7863:2 7869:2 7871:1 7874:1 7880:1 7883:2 7884:2 7888:1 7912:1 7928:1 7933:1 7939:1 7944:1 7946:1 7951:1 7953:1 7960:2 7966:1 7982:1 7989:1 8044:1 8049:1 8058:2 8071:1 8100:1 8109:1 8118:2 8142:1 8148:1 8151:1 8161:2 8172:1 8193:1 8213:2 8217:4 8219:1 8234:1 8263:1 8266:1 8278:1 8279:1 8288:1 8337:1 8345:1 8357:1 8381:3 8386:1 8409:1 8423:1 8436:1 8438:1 8468:2 8469:1 8481:1 8500:1 8503:1 8510:1 8512:1 8519:2 8525:1 8550:1 8584:1 8631:2 8682:1 8693:1 8696:1 8698:1 8719:4 8739:2 8744:1 8762:1 8767:1 8769:1 8776:1 8783:1 8787:1 8793:1 8798:1 8803:1 8845:1 8848:2 8852:2 8883:1 8889:1 8902:1 8907:2 8921:1 8932:1 8934:1 8940:1 8941:1 8961:1 8962:2 8987:1 8994:1 9012:1 9032:2 9054:1 9056:1 9060:1 9062:1 9083:1 9093:1 9112:2 9118:2 9127:1 9135:1 9138:1 9168:1 9193:4 9196:1 9198:1 9205:1 9224:1 9231:2 9235:1 9236:1 9255:1 9263:1 9269:2 9303:2 9308:3 9309:1 9310:1 9334:1 9337:2 9338:7 9341:1 9344:1 9347:5 9349:1 9350:1 9354:1 9360:2 9361:1 9363:1 9364:4 9365:2 9382:1 9418:3 9436:1 9448:1 9458:1 9523:1 9524:1 9529:1 9544:1 9568:2 9589:2 9610:1 9611:2 9641:1 9643:1 9655:15 9685:4 9687:2 9693:2 9715:1 9720:2 9737:1 9745:2 9754:1 9760:3 9769:1 9821:1 9839:1 9874:1 9891:1 9911:1 9917:2 9942:1 9956:3 9969:1 9973:1 9984:1 9990:1 10021:1 10065:1 10083:1 10088:1 10102:1 10123:5 10136:1 10137:2 10156:1 10163:5 10171:1 10176:1 10185:1 10192:1 10216:1 10224:1 10228:1 10240:1 10248:1 10266:1 10283:1 10292:1 10293:6 10322:1 10352:2 10369:1 10394:1 10396:1 10414:1 10421:1 10439:1 10442:2 10446:1 10457:1 10458:1 10491:2 10497:3 10505:1 10507:1 10513:1 10515:1 10522:1 10530:2 10559:1 10565:1 10567:1 10593:1 10600:1 10603:1 10615:1 10619:1 10622:1 10644:1 10651:2 10657:1 10681:1 10690:5 10702:1 10754:1 10756:1 10757:2 10761:1 10763:4 10766:1 10769:1 10776:1 10816:1 10845:1 10853:1 10857:1 10885:1 10890:2 10910:1 10917:2 10926:1 10933:1 10935:1 10980:2 10989:6 11006:1 11010:1 11019:1 11052:1 11109:2 11120:1 11126:1 11129:1 11133:1 11142:1 11156:1 11165:1 11174:1 11176:1 11181:1 11195:1 11250:5 11251:2 11278:2 11279:1 11292:1 11302:1 11318:1 11321:1 11328:1 11345:1 11361:1 11368:1 11374:1 11387:1 11392:2 11393:1 11410:1 11459:1 11473:1 11494:1 11502:1 11506:1 11518:1 11523:1 11528:3 11568:1 11570:2 11603:4 11610:1 11616:1 11621:1 11624:1 11630:1 11656:1 11682:1 11706:3 11711:1 11716:1 11732:1 11742:1 11743:1 11767:1 11779:1 11813:1 11824:1 11836:2 11866:1 11886:1 11894:1 11903:1 11906:1 11907:1 11916:1 11918:2 11922:1 11929:1 11950:1 11951:1 11990:3 11997:1 12028:2 12032:1 12041:1 12047:4 12048:1 12051:2 12054:1 12063:1 12067:1 12069:1 12084:1 12094:1 12107:1 12109:1 12113:1 12116:1 12119:3 12131:3 12134:1 12162:1 12182:1 12188:1 12193:1 12212:5 12216:1 12234:1 12237:2 12277:2 12279:1 12326:1 12331:1 12353:1 12363:1 12365:1 12377:1 12384:1 12452:1 12475:1 12478:1 12483:1 12528:1 12543:2 12554:2 12562:4 12565:1 12566:2 12568:2 12570:1 12571:1 12615:1 12616:1 12617:1 12618:1 12623:1 12625:2 12626:1 12629:2 12630:1 12643:4 12651:1 12666:2 12671:5 12697:1 12701:1 12732:1 12737:1 12758:1 12765:1 12769:2 12777:1 12826:1 12835:1 12848:1 12852:3 12864:1 12866:2 12878:1 12891:2 12893:1 12895:1 12901:1 12918:1 12941:2 12959:1 12960:1 12963:1 12976:1 13004:1 13006:1 13022:2 13023:1 13024:1 13031:1 13063:1 13085:5 13088:1 13089:1 13094:3 13101:1 13107:1 13118:1 13129:1 13131:1 13141:1 13145:1 13147:1 13159:1 13163:1 13165:3 13174:1 13181:1 13244:1 13251:1 13253:1 13270:2 13288:1 13338:1 13354:1 13355:2 13382:1 13394:1 13395:1 13399:1 13405:1 13422:1 13434:5 13440:1 13445:2 13451:1 13471:2 13505:1 13523:2 13555:1 13564:1 13571:1 13578:1 13581:1 13586:2 13629:1 13647:1 13672:1 13680:1 13693:1 13705:1 13707:1 13728:4 13729:2 13737:1 13744:2 13752:1 13753:2 13764:1 13771:1 13772:1 13787:1 13788:5 13811:1 13815:1 13818:1 13819:4 13828:1 13837:1 13840:3 13856:1 13877:1 13882:1 13893:1 13907:1 13927:1 13957:1 13989:3 13991:1 14002:1 14013:1 14014:1 14017:1 14022:1 14027:1 14033:1 14037:2 14040:1 14071:1 14073:2 14077:1 14080:1 14117:1 14128:1 14129:1 14135:1 14163:2 14171:1 14179:2 14200:1 14213:1 14218:3 14219:1 14227:1 14244:1 14250:2 14266:2 14277:1 14307:1 14313:1 14351:1 14408:1 14419:1 14467:1 14472:2 14493:1 14510:1 14513:2 14526:1 14552:1 14581:1 14585:1 14589:1 14602:1 14614:1 14619:2 14636:1 14648:1 14653:3 14655:1 14661:1 14664:1 14676:1 14727:1 14731:1 14738:1 14754:1 14756:1 14768:1 14771:1 14793:1 14826:1 14835:1 14853:1 14858:1 14859:1 14864:1 14895:2 14898:1 14899:1 14901:1 14904:3 14907:1 14908:5 14910:1 14911:1 14919:2 14921:1 14960:2 14970:1 14976:1 14988:1 15011:1 15012:1 15013:1 15015:2 15019:1 15023:2 15029:1 15058:1 15062:2 15063:1 15068:1 15070:2 15119:1 15125:1 15132:1 15137:1 15140:1 15154:1 15155:2 15160:3 15167:2 15177:2 15185:1 15206:1 15207:1 15224:1 15272:1 15297:2 15300:1 15316:1 15327:1 15336:2 15341:1 15342:1 15348:1 15349:1 15353:1 15360:1 15374:1 15389:1 15400:1 15419:1 15424:1 15426:1 15432:1 15442:1 15461:1 15493:1 15516:1 15535:1 15538:1 15544:2 15545:1 15556:1 15561:1 15569:1 15571:1 15616:1 15620:1 15646:2 15666:2 15667:1 15675:1 15680:1 15686:1 15705:2 15716:1 15719:1 15749:2 15751:1 15784:1 15811:5 15840:2 15843:1 15847:1 15849:2 15921:4 15925:1 15945:2 15961:2 15963:1 15968:3 15982:1 15985:2 16017:1 16107:1 16120:1 16156:1 16214:1 16222:1 16246:1 16311:1 16312:1 16330:1 16335:2 16379:4 16388:2 16392:1 16393:3 16397:1 16412:1 16436:3 16447:1 16483:1 16485:1 16488:1 16533:1 16542:1 16556:1 16584:1 16653:1 16663:3 16670:1 16692:1 16775:1 16820:2 16833:1 16841:1 16847:1 16858:1 16868:2 16873:3 16890:2 16900:2 16902:1 16922:1 16938:1 16960:1 16964:7 17006:1 17009:1 17017:1 17020:1 17024:1 17039:1 17041:1 17042:1 17048:2 17057:1 17066:1 17093:1 17094:1 17100:1 17106:2 17149:1 17170:2 17172:1 17179:1 17210:4 17237:2 17260:1 17315:1 17365:1 17387:1 17392:2 17441:1 17443:1 17464:1 17467:1 17470:2 17495:1 17530:1 17550:1 17555:1 17558:1 17573:1 17582:1 17583:1 17594:1 17605:1 17607:1 17616:1 17628:1 17632:3 17644:1 17647:1 17651:1 17668:1 17701:1 17705:1 17706:1 17710:1 17714:1 17719:1 17720:1 17725:1 17727:1 17741:1 17770:1 17771:1 17793:1 17820:1 17838:2 17843:1 17852:1 17861:1 17863:1 17865:1 17868:1 17870:3 17874:1 17883:1 17888:1 17892:1 17897:1 17904:4 17906:2 17912:1 17940:1 17963:1 17972:1 17984:1 18000:1 18005:1 18007:1 18025:1 18026:1 18038:1 18046:1 18047:1 18050:4 18069:1 18071:1 18084:1 18109:1 18112:1 18118:2 18124:1 18127:1 18131:1 18153:1 18174:1 18189:1 18266:1 18291:1 18298:2 18300:3 18305:1 18338:1 18348:1 18358:1 18363:1 18365:3 18367:1 18396:9 18402:2 18404:1 18412:1 18413:1 18415:1 18417:1 18418:3 18420:28 18434:1 18437:1 18439:2 18451:1 18452:1 18477:1 18487:3 18496:2 18500:2 18537:1 18553:1 18583:3 18610:1 18616:1 18635:3 18648:1 18653:1 18655:2 18663:1 18670:2 18674:1 18687:1 18724:1 18728:3 18781:1 18791:1 18793:2 18807:1 18820:1 18829:1 18839:2 18866:2 18872:1 18880:2 18913:1 18922:1 18929:1 18936:1 18975:1 18993:2 18994:1 19007:1 19022:1 19025:8 19047:1 19054:1 19069:1 19072:1 19080:1 19082:1 19085:1 19108:1 19109:1 19139:1 19177:3 19219:1 19222:1 19232:1 19272:1 19285:1 19323:1 19324:1 19328:2 19329:1 19407:1 19408:1 19416:1 19445:2 19452:1 19454:2 19469:1 19478:1 19480:1 19506:1 19507:1 19508:2 19532:1 19535:1 19545:1 19552:1 19576:1 19596:1 19628:1 19631:2 19632:1 19634:1 19635:1 19638:1 19670:1 19688:1 19702:1 19728:1 19739:1 19754:1 19757:1 19761:1 19773:1 19779:2 19794:1 19808:1 19813:1 19815:1 19819:1 19832:8 19837:1 19890:3 19902:2 19905:1 19914:3 19927:1 19973:1 19977:3 20047:1 20049:1 20050:1 20071:1 20085:3 20096:1 20102:2 20141:1 20172:2 20176:1 20198:1 20206:1 20207:1 20209:2 20217:1 20221:1 20255:1 20270:1 20284:1 20294:1 20320:1 20345:1 20346:1 20386:2 20408:1 20437:1 20444:2 20449:1 20451:1 20455:1 20468:1 20479:1 20508:1 20513:2 20518:1 20521:1 20536:1 20544:1 20552:2 20557:2 20560:1 20573:1 20588:1 20592:1 20616:1 20635:2 20637:1 20644:1 20648:3 20655:1 20661:2 20664:1 20666:1 20687:1 20695:1 20722:1 20743:1 20744:2 20747:1 20749:3 20752:1 20779:1 20813:1 20824:2 20835:1 20847:2 20863:1 20869:1 20902:2 20921:1 20951:1 20963:1 20979:1 20985:1 20996:1 21009:1 21020:1 21044:1 21064:1 21083:1 21087:1 21095:1 21099:2 21123:1 21129:1 21134:1 21169:1 21198:1 21217:1 21238:2 21256:1 21284:1 21294:1 21298:1 21310:1 21314:1 21317:1 21318:2 21335:2 21355:2 21357:1 21362:1 21364:1 21391:1 21400:1 21401:1 21402:1 21423:1 21463:1 21469:1 21484:4 21498:1 21511:2 21521:1 21533:1 21541:1 21548:3 21549:1 21592:1 21616:1 21653:2 21656:1 21668:1 21682:1 21698:1 21700:1 21731:1 21733:1 21738:1 21757:1 21758:1 21762:1 21787:1 21798:1 21805:1 21811:1 21818:1 21819:2 21837:1 21846:1 21858:1 21877:1 21879:1 21880:1 21882:1 21887:1 21888:2 21916:1 21952:2 21962:1 21964:1 21999:1 22002:1 22019:1 22039:1 22045:1 22050:1 22067:1 22080:1 22092:1 22106:1 22110:1 22127:1 22133:7 22142:1 22158:2 22175:1 22197:1 22209:1 22226:1 22237:1 22240:1 22280:1 22297:1 22298:2 22339:1 22359:2 22401:1 22417:1 22423:2 22427:1 22428:1 22441:1 22464:1 22472:1 22474:1 22488:1 22492:1 22506:1 22521:1 22527:1 22550:1 22553:1 22554:1 22558:1 22560:3 22595:1 22624:1 22638:1 22642:1 22659:1 22671:1 22675:1 22690:1 22699:1 22703:1 22733:1 22751:2 22777:1 22785:1 22798:1 22807:4 22820:2 22832:1 22837:2 22842:1 22847:1 22884:1 22885:1 22912:1 22959:1 22965:1 22966:1 23006:1 23009:2 23026:1 23031:2428 23034:1 23050:1 23064:1 23096:1 23100:1 23108:2 23156:1 23174:1 23188:2 23196:1 23201:1 23204:1 23229:2 23245:1 23296:1 23299:2 23309:1 23379:1 23384:1 23401:1 23429:1 23445:2 23448:1 23478:1 23480:1 23485:1 23507:2 23523:3 23531:2 23552:1 23563:1 23570:1 23607:1 23629:1 23635:2 23644:1 23654:3 23662:1 23708:1 23730:1 23758:1 23765:1 23770:3 23778:1 23816:3 23821:1 23829:3 23835:1 23874:1 23879:1 23886:1 23903:2 23919:1 23936:1 23939:4 23971:2 24024:1 24033:1 24071:1 24078:3 24092:1 24098:1 24106:1 24108:1 24126:1 24132:1 24155:1 24170:1 24176:1 24182:3 24192:2 24193:2 24197:1 24198:1 24199:1 24201:1 24219:1 24226:1 24232:2 24248:1 24249:1 24259:1 24281:1 24282:1 24319:1 24326:1 24365:2 24370:1 24374:1 24383:1 24405:1 24417:1 24422:1 24451:1 24452:1 24475:1 24543:1 24551:1 24572:1 24604:1 24605:1 24609:2 24628:1 24653:1 24660:1 24662:1 24665:1 24667:1 24669:2 24670:1 24687:1 24692:1 24724:2 24728:1 24730:3 24736:1 24737:1 24739:1 24748:1 24754:1 24755:1 24766:1 24768:2 24772:2 24774:2 24776:1 24788:1 24791:1 24802:1 24811:2 24818:2 24827:1 24832:1 24837:1 24865:1 24881:1 24883:1 24918:1 24940:1 24948:2 24976:2 24984:1 24988:1 24991:1 25055:3 25104:1 25111:1 25116:1 25118:2 25125:1 25137:1 25141:1 25147:1 25157:1 25162:1 25175:2 25177:2 25188:1 25201:2 25205:1 25226:1 25236:1 25237:1 25254:2 25267:2 25271:2 25283:2 25340:1 25374:1 25400:1 25402:1 25417:1 25431:1 25436:1 25447:1 25450:1 25458:1 25459:1 25477:1 25486:2 25516:1 25546:3 25556:1 25566:1 25571:1 25582:2 25591:2 25596:1 25598:1 25612:1 25614:2 25656:1 25662:1 25664:2 25665:2 25669:1 25685:1 25686:1 25687:2 25692:1 25716:1 25729:1 25746:2 25760:1 25769:1 25814:2 25850:1 25852:1 25857:1 25866:1 25891:2 25923:1 25976:1 25977:1 26000:1 26016:1 26024:1 26066:1 26095:1 26150:1 26153:2 26161:1 26165:1 26176:2 26178:2 26204:1 26212:2 26218:1 26219:8 26221:1 26243:1 26264:1 26274:1 26290:1 26293:1 26313:1 26322:1 26339:1 26346:1 26347:1 26355:2 26358:1 26364:1 26385:1 26403:1 26423:1 26429:1 26434:2 26437:2 26440:1 26441:1 26454:1 26472:1 26482:1 26492:1 26497:1 26542:1 26545:1 26549:1 26604:3 26611:1 26615:2 26634:1 26643:1 26644:1 26658:1 26687:1 26702:1 26713:1 26715:1 26721:1 26741:1 26746:1 26777:2 26781:1 26785:5 26793:1 26803:1 26807:1 26817:1 26830:2 26831:1 26853:1 26858:1 26891:2 26904:1 26920:1 26931:1 26945:2 26954:1 26977:1 26983:1 27003:2 27004:1 27021:2 27027:1 27036:2 27064:1 27070:1 27072:1 27091:2 27103:2 27109:1 27125:2 27129:2 27140:1 27145:1 27177:2 27189:3 27203:1 27212:1 27223:1 27231:1 27247:1 27257:2 27258:1 27278:1 27289:1 27302:1 27309:1 27322:1 27329:1 27332:1 27338:1 27339:1 27343:1 27344:1 27392:2 27406:1 27408:1 27455:3 27459:1 27464:1 27472:1 27473:4 27530:1 27540:1 27559:2 27561:1 27563:1 27564:4 27575:1 27586:5 27604:1 27609:1 27638:1 27656:1 27684:1 27698:1 27704:1 27710:1 27738:6 27743:1 27755:1 27756:1 27833:1 27837:1 27840:1 27846:1 27866:1 27869:2 27877:1 27900:2 27914:3 27948:1 27955:2 27963:1 27971:1 27977:1 27983:1 27985:1 27987:1 28007:1 28013:1 28017:1 28031:1 28035:1 28043:1 28048:2 28060:1 28074:3 28084:1 28093:1 28094:1 28124:1 28128:1 28145:1 28166:1 28188:1 28189:2 28193:1 28202:3 28204:1 28226:1 28236:1 28265:1 28280:1 28286:1 28334:1 28362:1 28379:1 28394:1 28398:1 28408:3 28422:2 28456:2 28474:1 28508:4 28527:1 28531:5 28539:1 28565:1 28581:1 28612:1 28625:1 28639:1 28641:4 28655:2 28656:3 28660:3 28670:1 28673:1 28675:3 28676:5 28695:1 28696:1 28724:1 28728:1 28746:1 28750:1 28755:1 28763:1 28771:3 28793:1 28798:2 28804:1 28819:2 28827:1 28830:1 28843:1 28885:1 28927:1 28979:2 28985:2 28987:2 28992:2 28998:1 29000:2 29011:5 29021:2 29030:1 29048:1 29065:4 29085:1 29095:1 29104:1 29111:2 29160:1 29173:2 29175:1 29177:2 29181:4 29187:1 29203:3 29217:1 29219:1 29233:1 29240:1 29246:1 29248:1 29252:1 29261:1 29267:3 29270:1 29281:2 29310:1 29315:1 29335:1 29343:1 29359:1 29399:1 29406:1 29419:1 29422:1 29439:2 29497:2 29500:1 29516:5 29532:1 29536:1 29539:1 29540:3 29599:1 29607:1 29627:1 29634:1 29641:1 29684:1 29685:1 29690:1 29711:1 29726:2 29750:1 29826:1 29832:7 29835:1 29844:1 29845:2 29848:2 29858:2 29861:1 29874:1 29943:1 29948:1 29959:1 29979:1 29981:1 30006:1 30010:2 30014:3 30016:2 30043:1 30049:3 30075:1 30092:1 30115:1 30127:2 30131:1 30133:1 30150:2 30151:1 30159:1 30160:1 30161:1 30167:1 30181:1 30186:1 30192:1 30214:2 30222:1 30223:1 30237:1 30240:1 30249:1 30253:1 30268:1 30269:1 30293:1 30307:1 30338:1 30361:1 30395:1 30406:2 30409:1 30411:1 30437:1 30461:1 30469:2 30472:2 30478:1 30485:2 30520:1 30522:2 30542:1 30549:1 30553:1 30582:1 30597:1 30625:1 30662:2 30700:1 30714:1 30717:2 30745:1 30753:1 30761:1 30770:2 30797:1 30798:1 30836:1 30837:2 30869:1 30871:1 30900:1 30906:1 30918:1 30922:1 30963:1 30969:1 31018:1 31031:1 31045:2 31060:1 31062:1 31077:2 31079:2 31090:2 31091:1 31094:2 31102:3 31103:1 31112:1 31116:2 31128:1 31139:1 31147:3 31152:1 31155:3 31186:2 31195:2 31205:2 31211:1 31226:1 31227:1 31249:1 31274:2 31275:2 31276:2 31323:1 31325:2 31333:1 31360:1 31364:1 31377:1 31382:1 31393:1 31421:1 31444:2 31462:1 31485:1 31498:1 31504:2 31513:2 31538:1 31546:1 31571:1 31578:1 31610:3 31646:1 31650:1 31653:1 31686:1 31706:1 31716:1 31728:1 31770:1 31773:1 31778:1 31793:2 31804:1 31807:1 31809:1 31863:1 31899:3 31903:1 31909:1 31933:1 31934:1 31960:1 31965:3 31969:1 31970:1 31989:1 31991:1 31997:4 32026:1 32033:1 32043:1 32050:1 32059:1 32074:1 32166:1 32168:1 32222:1 32223:1 32234:2 32235:2 32252:1 32275:1 32278:1 32283:1 32287:2 32288:1 32289:3 32295:1 32328:2 32341:2 32344:1 32367:2 32374:1 32379:1 32388:1 32391:2 32393:2 32402:2 32404:1 32410:3 32411:1 32412:2 32417:2 32423:1 32474:1 32483:1 32504:2 32505:5 32566:1 32571:1 32573:1 32619:1 32623:1 32625:1 32648:1 32660:1 32685:1 32686:4 32690:1 32694:1 32714:1 32719:1 32729:1 32741:1 32754:1 32755:1 32783:1 32804:1 32831:1 32832:2 32838:2 32841:1 32843:1 32850:1 32871:1 32874:1 32875:1 32883:3 32894:1 32910:1 32913:1 32949:1 32954:1 32955:1 32959:1 32976:1 33021:1 33032:1 33037:1 33052:2 33057:2 33059:1 33072:4 33080:1 33103:1 33110:1 33131:2 33137:1 33157:1 33177:1 33180:1 33192:2 33193:1 33236:1 33248:1 33277:1 33295:1 33312:1 33324:1 33362:1 33371:2 33373:1 33376:1 33386:1 33387:1 33413:1 33436:2 33440:2 33447:2 33448:1 33458:1 33466:2 33486:1 33489:1 33520:1 33521:1 33522:1 33527:1 33533:1 33551:1 33555:1 33572:2 33590:1 33592:2 33601:3 33622:1 33695:1 33708:1 33732:2 33739:1 33741:2 33754:1 33805:2 33816:1 33831:1 33832:1 33849:1 33853:1 33854:1 33870:2 33877:1 33881:1 33889:2 33896:1 33942:1 33954:1 33967:1 33968:1 33980:1 33988:1 33993:1 33997:1 34012:1 34020:1 34049:1 34081:1 34131:1 34143:1 34147:2 34172:1 34181:2 34188:2 34205:1 34223:1 34224:1 34252:2 34263:1 34270:2 34280:1 34286:1 34298:1 34311:1 34330:1 34342:1 34343:2 34346:1 34357:2 34389:11 34394:1 34400:1 34404:1 34406:1 34411:2 34418:1 34421:1 34440:6 34441:2 34447:1 34450:1 34452:1 34464:3 34483:1 34501:1 34506:1 34518:1 34559:1 34611:3 34624:1 34637:2 34640:1 34646:1 34650:1 34674:1 34676:1 34684:1 34689:2 34712:1 34717:1 34724:1 34728:1 34761:1 34776:1 34793:1 34798:1 34805:1 34814:1 34831:1 34858:1 34860:3 34864:1 34876:1 34886:1 34891:1 34899:1 34919:1 34949:1 34956:3 35001:2 35002:1 35017:1 35029:2 35033:2 35058:1 35059:1 35076:1 35079:1 35115:1 35117:1 35139:1 35140:1 35154:1 35180:1 35192:1 35196:1 35226:1 35233:2 35245:1 35249:1 35252:1 35261:1 35269:1 35286:1 35289:1 35294:2 35324:1 35376:1 35409:1 35410:1 35412:1 35445:1 35452:2 35459:1 35493:1 35559:1 35593:2 35598:1 35609:1 35658:4 35670:1 35673:1 35682:1 35690:1 35717:1 35724:5 35728:1 35731:1 35735:1 35749:1 35756:1 35758:2 35765:1 35787:2 35795:1 35810:2 35818:1 35836:1 35849:1 35851:2 35855:1 35858:3 35870:1 35874:1 35902:1 35911:4 35919:2 35921:1 35929:2 35983:1 35986:3 35987:1 35998:1 36001:1 36003:1 36006:1 36014:1 36034:1
17 19:2 29:1 30:1 40:1 49:1 64:2 72:1 86:1 91:1 112:1 125:1 163:1 177:1 186:7 196:1 201:2 205:1 208:1 220:1 244:1 248:1 250:1 257:1 279:2 294:1 301:2 332:2 336:2 371:1 375:1 381:1 388:2 390:1 434:1 436:2 439:1 449:1 452:1 456:1 523:1 536:1 538:2 546:1 551:1 626:1 643:1 681:2 687:1 690:1 695:1 715:1 742:1 745:1 754:1 757:3 771:1 779:2 854:1 897:1 900:1 907:1 929:1 935:3 954:5 962:1 1025:2 1026:1 1032:1 1033:1 1071:1 1072:1 1075:2 1083:6 1084:3 1086:1 1088:2 1092:1 1094:4 1098:2 1099:3 1100:1 1109:1 1113:1 1114:2 1118:1 1119:2 1122:2 1141:1 1148:4 1149:1 1153:1 1160:1 1191:3 1219:1 1221:2 1223:1 1225:2 1245:1 1247:1 1249:1 1254:1 1266:1 1269:1 1280:1 1288:1 1301:1 1307:1 1308:1 1309:2 1318:1 1337:1 1343:1 1350:1 1356:1 1367:1 1368:1 1369:1 1376:1 1390:1 1398:1 1402:1 1410:2 1412:2 1465:1 1477:1 1481:1 1492:2 1497:1 1501:1 1514:1 1529:1 1531:1 1535:1 1556:1 1559:1 1572:1 1575:1 1576:1 1601:1 1602:1 1637:1 1639:1 1655:1 1668:1 1672:1 1673:1 1681:1 1728:1 1731:1 1751:1 1755:1 1756:2 1798:1 1805:1 1806:1 1809:1 1819:1 1832:2 1837:1 1839:1 1867:1 1872:1 1894:4 1908:1 1911:1 1916:1 1919:1 1920:1 1923:1 1938:2 1954:1 1976:1 1994:1 1999:1 2002:2 2007:1 2009:3 2028:1 2041:1 2044:1 2045:1 2056:2 2068:1 2073:1 2077:1 2083:1 2085:1 2089:1 2093:1 2094:1 2095:1 2098:1 2129:2 2136:1 2138:1 2145:1 2146:1 2156:3 2158:1 2166:1 2168:1 2169:1 2171:1 2182:1 2195:1 2203:1 2208:2 2210:1 2212:2 2221:1 2224:1 2251:1 2259:1 2276:1 2282:2 2289:2 2299:1 2301:1 2309:1 2336:1 2355:1 2358:1 2381:1 2391:1 2393:1 2407:1 2412:1 2413:2 2425:1 2428:1 2446:1 2447:1 2455:1 2476:2 2525:1 2527:2 2536:1 2557:2 2564:1 2574:1 2587:1 2612:1 2667:1 2720:2 2761:1 2771:1 2796:1 2800:1 2804:1 2839:2 2844:1 2854:1 2863:4 2864:1 2868:2 2869:1 2871:1 2887:5 2893:1 2897:2 2898:2 2901:2 2902:1 2905:1 2912:1 2914:1 2915:5 2934:1 2949:2 2968:2 2985:1 2990:1 2995:1 3005:1 3062:1 3064:1 3067:2 3089:1 3107:5 3109:2 3132:2 3141:1 3148:1 3157:1 3159:2 3163:1 3164:1 3171:1 3181:1 3182:1 3188:3 3194:1 3198:1 3202:1 3237:1 3252:1 3254:2 3278:1 3317:2 3336:1 3361:1 3377:1 3387:1 3398:1 3399:1 3416:1 3417:1 3420:1 3425:1 3426:3 3443:1 3463:1 3487:1 3502:1 3505:1 3510:1 3512:2 3515:2 3523:1 3534:1 3539:1 3552:1 3556:1 3558:1 3562:1 3580:1 3581:1 3598:4 3607:4 3617:4 3636:1 3652:1 3653:1 3662:2 3668:1 3687:1 3705:1 3723:1 3727:3 3730:2 3734:1 3737:2 3742:1 3760:1 3803:1 3816:1 3836:1 3855:1 3862:3 3863:1 3907:1 3909:1 3912:1 3918:1 3919:2 3948:1 3962:1 3963:1 4005:1 4016:3 4039:2 4050:1 4090:1 4136:1 4157:2 4205:1 4245:1 4247:2 4254:1 4272:1 4275:1 4276:3 4295:1 4298:1 4299:1 4314:1 4353:2 4354:1 4359:1 4375:3 4385:1 4389:1 4390:5 4408:1 4416:1 4424:1 4440:2 4453:1 4484:1 4497:1 4525:1 4531:1 4541:2 4546:1 4561:2 4567:1 4577:2 4588:1 4599:2 4608:1 4609:1 4638:1 4639:1 4643:1 4650:1 4668:1 4679:3 4681:1 4686:1 4687:1 4711:1 4750:1 4773:2 4775:2 4780:3 4809:1 4832:1 4843:1 4852:3 4856:1 4860:1 4872:1 4876:2 4886:1 4909:1 4910:1 4922:1 4924:1 4933:1 4935:1 4984:1 5031:1 5052:1 5057:1 5059:1 5081:1 5088:1 5090:1 5096:1 5104:1 5117:1 5124:2 5134:1 5147:2 5148:1 5153:1 5158:2 5209:1 5238:1 5240:1 5243:1 5274:1 5282:1 5287:1 5290:1 5293:1 5295:1 5301:1 5316:1 5366:2 5369:2 5408:1 5417:1 5431:4 5434:1 5435:1 5441:1 5450:2 5451:1 5461:1 5463:3 5494:1 5497:1 5501:1 5517:1 5528:1 5529:1 5544:2 5545:1 5591:1 5602:1 5604:1 5611:1 5627:1 5640:1 5642:1 5666:1 5668:1 5679:1 5680:1 5686:2 5687:1 5696:1 5700:1 5701:5 5720:2 5729:1 5734:1 5738:1 5749:1 5781:2 5801:3 5807:1 5820:2 5839:1 5863:1 5889:2 5895:5 5902:1 5904:1 5913:1 5917:1 5920:1 5925:3 5930:1 5932:4 5954:1 5959:1 5972:2 5974:2 5999:1 6004:1 6051:1 6071:2 6072:1 6085:1 6087:1 6088:1 6089:1 6104:1 6105:2 6110:2 6113:1 6122:2 6125:2 6133:1 6134:1 6175:1 6180:1 6201:1 6205:1 6234:1 6241:1 6294:1 6316:1 6322:1 6328:1 6358:2 6363:1 6367:1 6375:1 6395:2 6409:3 6413:1 6419:1 6433:1 6462:1 6466:1 6483:2 6488:1 6510:1 6527:1 6538:2 6551:4 6567:1 6571:1 6585:1 6587:1 6603:2 6607:1 6624:1 6629:1 6641:2 6659:1 6716:1 6718:1 6729:2 6730:1 6733:1 6741:1 6748:1 6765:1 6789:1 6798:1 6861:2 6865:1 6866:1 6880:1 6882:3 6896:1 6925:2 6954:4 6971:1 7031:1 7035:1 7046:1 7058:2 7064:1 7076:1 7102:2 7104:1 7111:1 7133:1 7138:1 7142:2 7152:1 7153:1 7174:1 7182:1 7185:1 7192:1 7196:1 7201:2 7206:2 7211:2 7212:9 7221:2 7244:2 7255:1 7279:1 7313:1 7316:3 7349:1 7351:2 7379:1 7384:2 7393:1 7394:3 7406:1 7413:1 7414:1 7433:3 7449:2 7475:1 7480:1 7486:1 7487:1 7509:2 7511:3 7515:1 7534:2 7542:1 7549:1 7553:1 7557:1 7563:1 7575:4 7578:1 7602:1 7639:1 7644:2 7647:2 7655:2 7657:1 7660:1 7669:1 7691:2 7717:1 7733:1 7739:1 7757:2 7771:1 7774:1 7823:7 7835:1 7841:1 7854:1 7856:1 7863:2 7869:2 7871:1 7874:1 7880:1 7883:2 7884:2 7888:1 7912:1 7928:1 7933:1 7939:1 7944:1 7946:1 7951:1 7953:1 7960:2 7966:1 7982:1 7989:1 8044:1 8049:1 8058:2 8071:1 8100:1 8109:1 8118:2 8142:1 8148:1 8151:1 8161:2 8172:1 8193:1 8213:2 8217:4 8219:1 8234:1 8263:1 8266:1 8269:1 8278:1 8279:1 8288:1 8337:1 8345:1 8357:1 8381:3 8386:1 8409:1 8423:1 8436:1 8438:1 8468:2 8469:1 8481:1 8500:1 8503:1 8510:1 8512:1 8519:2 8525:1 8550:1 8584:1 8631:2 8682:1 8693:1 8696:1 8698:1 8719:4 8739:2 8744:1 8762:1 8767:1 8769:1 8776:1 8783:1 8787:1 8793:1 8798:1 8803:1 8845:1 8848:2 8852:2 8883:1 8889:1 8902:1 8907:2 8921:1 8932:1 8934:1 8940:1 8941:1 8961:1 8962:2 8987:1 8994:1 9012:1 9032:2 9054:1 9056:1 9060:1 9062:1 9083:1 9093:1 9112:2 9118:2 9127:1 9135:1 9138:1 9168:1 9193:4 9196:1 9198:1 9205:1 9224:1 9231:2 9235:1 9236:1 9255:1 9263:1 9269:2 9291:1 9303:2 9308:3 9309:1 9310:1 9334:1 9337:2 9338:7 9341:1 9344:1 9347:5 9349:1 9350:1 9354:1 9360:2 9361:2 9363:1 9364:4 9365:2 9382:1 9418:3 9426:1 9436:1 9438:1 9448:1 9458:1 9523:1 9524:1 9529:1 9544:1 9568:2 9589:2 9610:1 9611:2 9641:1 9643:1 9655:17 9661:1 9685:4 9687:2 9693:2 9715:1 9720:2 9737:1 9745:2 9754:1 9760:3 9769:1 9821:1 9839:1 9874:1 9891:1 9911:1 9917:2 9942:1 9956:3 9969:1 9973:1 9984:1 9990:1 10021:1 10065:1 10083:1 10088:1 10102:1 10123:5 10136:1 10137:2 10156:1 10163:6 10171:1 10176:1 10185:1 10192:1 10216:1 10224:1 10228:1 10231:1 10240:1 10248:1 10266:1 10283:1 10292:1 10293:6 10322:1 10352:2 10369:1 10394:1 10396:1 10414:1 10421:1 10439:1 10442:2 10446:1 10457:1 10458:1 10491:2 10497:3 10505:1 10507:1 10513:1 10515:1 10522:1 10530:2 10544:1 10559:1 10565:1 10567:1 10593:1 10600:1 10603:1 10615:1 10619:1 10622:1 10641:1 10644:1 10646:1 10649:1 10651:2 10657:1 10668:1 10681:1 10690:5 10702:1 10754:1 10756:1 10757:2 10761:1 10763:4 10766:1 10769:1 10776:1 10792:1 10799:1 10816:1 10845:1 10853:1 10857:1 10885:1 10890:2 10910:1 10917:2 10926:1 10933:1 10935:1 10980:2 10983:1 10989:7 11006:1 11010:1 11019:1 11052:1 11088:1 11109:2 11120:1 11123:1 11126:1 11129:1 11133:1 11142:1 11150:1 11156:1 11165:1 11174:1 11176:1 11181:1 11195:1 11250:5 11251:2 11278:2 11279:1 11292:1 11302:1 11318:1 11321:1 11328:1 11345:1 11361:1 11368:1 11374:1 11387:1 11392:2 11393:1 11410:1 11423:1 11424:1 11459:1 11473:1 11494:1 11502:1 11506:1 11518:1 11523:1 11528:3 11568:1 11570:2 11603:4 11605:1 11610:1 11616:1 11621:1 11624:1 11630:1 11647:1 11656:1 11666:1 11682:1 11706:3 11711:1 11716:1 11732:1 11742:1 11743:2 11767:1 11779:1 11813:1 11824:1 11836:2 11866:1 11886:1 11894:1 11903:1 11906:1 11907:1 11916:1 11918:2 11922:1 11929:1 11950:1 11951:1 11990:3 11997:1 12028:2 12032:1 12041:1 12047:4 12048:1 12051:2 12054:1 12063:1 12067:1 12069:1 12084:1 12094:1 12101:1 12107:1 12109:1 12113:1 12116:1 12119:3 12131:3 12134:1 12162:1 12182:1 12188:1 12193:1 12212:5 12216:1 12234:1 12237:2 12277:2 12279:1 12326:1 12331:1 12353:1 12363:1 12365:1 12377:1 12384:1 12401:1 12444:1 12452:1 12475:1 12478:1 12483:1 12528:1 12543:2 12554:2 12562:4 12565:1 12566:2 12568:2 12570:1 12571:1 12615:1 12616:1 12617:1 12618:1 12623:1 12625:2 12626:1 12629:2 12630:1 12643:4 12651:1 12666:2 12671:5 12697:1 12701:1 12711:2 12732:1 12737:1 12758:1 12765:1 12769:2 12777:1 12826:1 12835:1 12848:1 12852:3 12864:3 12866:2 12878:1 12891:2 12893:1 12895:1 12901:1 12918:1 12941:2 12959:1 12960:1 12963:1 12976:1 13004:1 13006:1 13022:2 13023:1 13024:1 13031:1 13063:1 13085:5 13088:1 13089:1 13094:3 13101:1 13107:1 13111:1 13118:1 13129:1 13131:1 13141:1 13145:1 13147:1 13159:1 13163:1 13165:3 13174:1 13181:1 13244:1 13251:1 13253:2 13270:2 13288:1 13338:1 13348:1 13354:1 13355:2 13382:1 13394:1 13395:1 13399:1 13405:1 13422:1 13434:5 13440:1 13445:2 13451:1 13471:2 13496:1 13505:1 13523:2 13555:1 13564:1 13571:1 13578:1 13581:1 13586:2 13629:1 13647:1 13672:1 13680:1 13693:1 13705:1 13707:1 13728:4 13729:2 13737:1 13744:2 13752:1 13753:2 13764:1 13771:1 13772:1 13787:1 13788:5 13811:1 13815:1 13818:1 13819:4 13828:1 13837:1 13840:3 13856:1 13877:1 13882:1 13893:1 13907:1 13927:1 13957:1 13989:3 13991:1 14002:1 14013:1 14014:1 14017:1 14022:1 14027:1 14033:2 14037:2 14040:1 14071:1 14073:2 14077:1 14080:1 14117:1 14128:1 14129:1 14135:1 14163:2 14171:1 14179:2 14200:1 14213:1 14218:3 14219:1 14227:1 14234:1 14244:1 14250:2 14266:3 14277:1 14307:1 14313:1 14351:1 14354:1 14408:1 14419:1 14467:1 14472:2 14493:1 14510:1 14513:4 14526:1 14552:1 14581:1 14585:1 14589:1 14602:1 14614:1 14619:2 14636:1 14648:1 14653:3 14655:1 14661:1 14664:1 14676:1 14727:1 14731:1 14738:1 14754:1 14756:1 14768:1 14771:1 14793:1 14826:1 14835:1 14853:1 14858:1 14859:1 14864:1 14895:2 14898:1 14899:1 14901:1 14904:3 14907:1 14908:5 14910:1 14911:1 14919:2 14921:1 14960:2 14970:1 14976:1 14988:1 15011:1 15012:1 15013:1 15015:2 15019:1 15023:2 15029:1 15058:1 15062:2 15063:1 15068:1 15070:2 15119:1 15125:1 15132:1 15137:1 15140:1 15154:1 15155:2 15157:1 15160:3 15167:2 15177:2 15185:1 15206:1 15207:1 15224:1 15272:1 15297:2 15300:1 15316:1 15327:1 15336:2 15341:1 15342:1 15348:1 15349:1 15353:1 15360:1 15374:1 15389:1 15400:1 15419:1 15424:1 15426:1 15432:1 15442:1 15461:1 15493:1 15516:1 15535:1 15538:1 15544:2 15545:1 15556:1 15561:1 15569:1 15571:1 15616:1 15620:1 15646:2 15666:2 15667:1 15675:1 15680:1 15686:1 15705:2 15716:1 15719:1 15749:2 15751:1 15784:1 15811:5 15840:2 15843:1 15847:1 15849:2 15921:4 15925:1 15942:1 15945:2 15961:2 15963:1 15968:4 15982:1 15985:2 16017:1 16028:1 16107:1 16120:1 16156:1 16214:1 16222:1 16246:1 16262:1 16311:1 16312:1 16330:2 16335:2 16379:4 16388:2 16392:1 16393:3 16397:1 16412:1 16436:3 16447:1 16448:1 16483:1 16485:1 16488:1 16533:1 16542:1 16556:1 16584:1 16653:1 16663:4 16670:1 16692:1 16775:1 16820:2 16833:1 16841:1 16847:1 16858:1 16868:2 16873:3 16890:3 16900:2 16902:1 16922:1 16938:1 16960:1 16964:7 16975:2 17006:1 17009:1 17017:1 17020:1 17024:1 17039:1 17041:1 17042:1 17048:2 17057:1 17066:1 17093:1 17094:1 17100:1 17106:2 17149:1 17170:2 17172:1 17179:1 17210:4 17237:2 17260:1 17315:1 17365:1 17387:1 17392:2 17441:1 17443:1 17450:1 17464:1 17467:1 17470:2 17495:1 17530:1 17550:1 17555:1 17558:1 17573:1 17582:1 17583:1 17594:1 17605:1 17607:1 17616:1 17628:1 17632:3 17644:1 17647:1 17651:1 17668:1 17701:1 17705:1 17706:1 17710:1 17714:1 17719:1 17720:1 17725:1 17727:1 17741:1 17770:1 17771:1 17793:1 17820:1 17838:2 17843:1 17852:1 17861:1 17863:1 17865:1 17868:1 17870:3 17874:1 17883:1 17888:1 17892:1 17897:1 17904:4 17906:2 17912:1 17940:1 17963:1 17972:1 17984:1 18000:1 18005:1 18007:1 18025:1 18026:1 18038:1 18046:1 18047:1 18050:4 18069:1 18071:1 18081:1 18084:1 18109:1 18112:2 18118:2 18124:1 18127:1 18131:1 18153:1 18174:1 18189:1 18266:1 18291:1 18298:2 18300:3 18305:1 18338:1 18348:1 18358:1 18363:1 18365:3 18367:1 18382:1 18396:9 18402:2 18404:1 18412:1 18413:1 18415:1 18417:1 18418:3 18420:29 18434:1 18437:1 18439:2 18451:1 18452:1 18477:1 18487:3 18496:2 18500:2 18537:1 18553:1 18583:3 18610:1 18616:1 18635:3 18648:1 18653:1 18655:2 18663:1 18670:2 18674:1 18687:1 18688:1 18724:1 18728:3 18776:1 18781:1 18791:1 18793:2 18807:1 18820:1 18829:1 18839:2 18866:2 18872:1 18880:2 18913:1 18922:1 18929:1 18936:1 18975:1 18993:2 18994:1 19007:1 19022:1 19025:8 19047:1 19054:1 19069:1 19072:1 19080:1 19082:1 19085:1 19108:1 19109:1 19139:1 19177:3 19219:1 19222:1 19232:1 19260:1 19272:1 19285:1 19323:1 19324:1 19328:2 19329:1 19407:1 19408:1 19416:1 19445:2 19452:1 19454:2 19469:1 19478:1 19480:1 19498:1 19506:1 19507:1 19508:2 19532:1 19535:1 19544:1 19545:1 19552:1 19576:1 19596:1 19628:1 19631:2 19632:1 19634:1 19635:1 19638:1 19670:1 19685:1 19688:1 19702:2 19728:1 19739:1 19754:1 19757:1 19761:1 19773:1 19779:2 19784:1 19794:1 19808:1 19813:1 19815:1 19819:1 19832:8 19837:1 19890:4 19902:2 19905:1 19914:3 19927:1 19973:1 19977:3 20047:1 20049:1 20050:1 20071:1 20085:3 20096:1 20102:2 20108:1 20141:1 20172:2 20176:1 20198:1 20206:1 20207:1 20209:2 20217:1 20221:1 20255:1 20270:1 20284:1 20294:1 20320:1 20345:1 20346:1 20386:2 20390:1 20408:1 20437:1 20444:2 20449:1 20451:1 20455:1 20468:1 20479:1 20508:1 20513:2 20518:1 20521:1 20536:1 20544:1 20552:2 20557:2 20560:1 20569:1 20573:1 20588:1 20592:1 20616:1 20635:2 20637:1 20644:1 20648:3 20655:1 20661:2 20663:1 20664:1 20666:1 20687:1 20695:1 20722:1 20743:1 20744:2 20747:1 20749:3 20752:1 20779:1 20813:1 20824:2 20835:1 20847:2 20863:1 20869:1 20902:2 20921:1 20951:1 20963:1 20979:1 20985:1 20996:1 21009:1 21020:1 21044:1 21064:1 21083:1 21087:1 21095:1 21099:2 21123:1 21129:1 21134:1 21169:1 21198:1 21217:1 21238:2 21256:1 21284:1 21294:1 21298:1 21310:1 21314:1 21317:1 21318:2 21335:2 21355:2 21357:1 21362:1 21364:1 21391:1 21400:1 21401:1 21402:1 21423:1 21463:1 21469:1 21484:4 21498:1 21511:2 21521:1 21533:1 21541:1 21548:3 21549:1 21592:1 21616:1 21653:2 21656:1 21668:1 21682:1 21698:1 21700:1 21731:1 21733:1 21738:1 21757:1 21758:1 21762:1 21787:1 21798:1 21805:1 21811:1 21818:1 21819:2 21837:1 21846:1 21858:1 21877:1 21879:1 21880:1 21882:1 21887:1 21888:2 21916:1 21952:2 21962:1 21964:1 21999:1 22002:1 22019:1 22039:1 22045:1 22050:1 22067:1 22080:1 22092:1 22106:1 22110:1 22127:1 22133:7 22142:1 22158:2 22175:1 22197:1 22209:1 22226:1 22237:1 22240:1 22280:1 22297:1 22298:2 22339:1 22359:2 22401:1 22417:1 22423:2 22427:1 22428:1 22441:1 22464:1 22472:1 22474:1 22488:1 22492:1 22506:1 22521:1 22527:1 22550:1 22553:1 22554:1 22558:1 22560:3 22595:1 22624:1 22638:1 22642:1 22659:1 22671:1 22675:1 22690:1 22699:1 22703:1 22733:1 22751:2 22774:1 22777:1 22785:1 22798:1 22807:4 22820:2 22832:1 22837:2 22842:1 22847:1 22884:1 22885:1 22912:1 22959:1 22965:1 22966:1 23006:1 23009:2 23026:1 23031:2515 23034:1 23050:1 23064:1 23096:1 23100:1 23108:2 23156:1 23174:1 23188:2 23196:1 23201:1 23204:1 23229:2 23239:1 23245:1 23296:1 23299:2 23309:1 23352:1 23379:1 23384:1 23401:1 23429:1 23438:1 23445:2 23448:1 23478:1 23480:1 23485:1 23507:2 23523:3 23531:2 23552:1 23563:1 23570:1 23607:1 23629:1 23635:2 23644:1 23654:3 23662:1 23705:1 23708:1 23730:1 23758:1 23765:1 23770:3 23778:1 23816:3 23821:1 23829:3 23835:1 23874:1 23879:1 23886:1 23903:2 23919:1 23936:1 23939:6 23971:2 24024:1 24033:1 24071:1 24078:4 24092:1 24098:2 24106:1 24108:1 24126:1 24132:1 24155:1 24170:1 24176:1 24182:3 24192:2 24193:2 24197:1 24198:1 24199:1 24201:1 24219:1 24226:1 24232:2 24248:1 24249:1 24259:1 24281:1 24282:1 24319:1 24326:1 24365:2 24370:1 24374:1 24383:1 24405:1 24417:1 24422:1 24451:1 24452:1 24475:1 24543:1 24551:1 24572:1 24604:1 24605:1 24609:2 24628:1 24653:1 24660:1 24662:1 24665:2 24667:1 24669:2 24670:1 24687:1 24692:1 24724:2 24728:1 24730:3 24736:1 24737:1 24739:1 24748:1 24754:1 24755:1 24766:1 24768:2 24772:2 24774:2 24776:1 24787:1 24788:1 24791:1 24802:1 24811:2 24818:2 24827:3 24832:1 24837:1 24865:1 24881:1 24882:1 24883:1 24918:1 24940:1 24948:2 24976:2 24984:1 24988:1 24991:1 25055:3 25104:1 25111:1 25116:1 25118:2 25125:1 25137:1 25141:1 25147:1 25157:1 25162:1 25175:2 25177:2 25188:1 25201:2 25205:1 25226:1 25236:1 25237:1 25254:2 25267:2 25268:1 25271:2 25283:2 25340:1 25374:1 25400:1 25402:1 25404:1 25417:1 25431:1 25436:1 25447:1 25450:1 25458:1 25459:1 25477:1 25486:2 25516:1 25546:3 25556:1 25566:1 25571:1 25582:2 25591:2 25596:1 25598:1 25612:1 25614:2 25656:1 25662:1 25664:2 25665:2 25669:1 25685:1 25686:1 25687:2 25692:1 25716:1 25729:1 25746:2 25760:1 25769:1 25814:2 25850:1 25852:1 25857:1 25866:1 25891:2 25923:1 25955:1 25976:1 25977:1 26000:1 26016:1 26024:1 26066:1 26095:1 26150:1 26153:2 26161:1 26165:1 26176:2 26178:2 26204:1 26212:2 26218:1 26219:8 26221:1 26243:1 26264:1 26274:1 26290:1 26293:1 26313:1 26322:1 26339:1 26346:1 26347:1 26355:2 26358:1 26364:1 26385:1 26403:1 26423:1 26429:1 26434:2 26437:2 26440:1 26441:1 26454:1 26472:1 26482:1 26492:1 26497:1 26542:1 26545:1 26549:1 26604:3 26611:1 26615:2 26634:1 26643:1 26644:1 26658:1 26670:1 26687:1 26702:1 26713:1 26715:1 26721:1 26741:1 26746:1 26777:2 26781:1 26785:5 26793:1 26803:1 26807:1 26817:1 26830:2 26831:3 26853:1 26858:1 26891:2 26897:1 26904:1 26920:1 26931:1 26945:2 26954:1 26977:1 26983:1 27003:2 27004:1 27021:2 27027:1 27036:2 27064:1 27070:1 27072:1 27091:2 27103:2 27109:1 27125:2 27129:2 27140:1 27145:1 27177:2 27189:3 27203:1 27212:1 27223:1 27231:1 27247:1 27257:2 27258:1 27278:1 27289:1 27302:1 27309:1 27322:1 27329:1 27332:1 27338:1 27339:1 27343:1 27344:1 27392:2 27406:1 27408:1 27455:3 27459:1 27464:1 27472:1 27473:4 27530:1 27540:1 27559:2 27561:1 27563:1 27564:4 27575:1 27586:5 27604:1 27609:1 27638:1 27656:1 27684:1 27698:1 27704:1 27710:1 27738:6 27743:1 27755:1 27756:1 27759:1 27833:1 27837:1 27840:1 27846:1 27866:1 27869:2 27877:1 27900:2 27914:3 27948:1 27955:2 27961:1 27963:1 27966:1 27971:1 27977:1 27983:1 27985:1 27987:1 28007:1 28013:1 28017:1 28031:1 28035:1 28043:1 28048:2 28060:1 28074:3 28084:1 28093:1 28094:1 28124:1 28128:1 28145:1 28166:1 28188:1 28189:2 28193:1 28202:3 28204:1 28226:1 28236:1 28265:1 28280:1 28286:1 28334:1 28339:1 28362:1 28379:1 28394:1 28398:1 28408:3 28422:2 28456:2 28474:1 28503:1 28508:4 28527:1 28531:5 28539:1 28565:1 28581:1 28612:1 28625:1 28639:1 28641:4 28655:2 28656:3 28660:3 28670:1 28673:1 28675:3 28676:5 28695:1 28696:1 28724:1 28728:1 28746:2 28750:1 28755:1 28763:1 28771:3 28793:1 28798:2 28804:1 28819:2 28827:1 28830:1 28843:1 28885:1 28927:1 28979:2 28982:1 28985:2 28987:2 28992:2 28998:1 29000:2 29011:5 29021:2 29030:1 29048:1 29065:4 29085:1 29095:1 29104:1 29111:2 29160:1 29173:2 29175:1 29177:2 29181:4 29187:1 29203:3 29214:1 29217:1 29219:1 29231:1 29233:1 29240:1 29246:1 29248:1 29252:1 29261:1 29267:3 29270:1 29281:2 29310:1 29315:1 29335:1 29343:1 29359:1 29399:1 29406:1 29419:1 29422:1 29439:2 29497:2 29500:1 29508:1 29516:5 29532:1 29536:1 29539:1 29540:3 29599:1 29607:1 29627:1 29634:1 29641:1 29684:1 29685:1 29690:1 29711:1 29726:2 29750:1 29826:1 29832:8 29835:1 29844:1 29845:2 29848:2 29858:2 29861:1 29874:1 29943:1 29948:1 29959:1 29979:1 29981:1 29989:1 29997:1 30006:1 30010:2 30014:3 30016:2 30043:1 30049:3 30075:1 30092:1 30115:1 30127:2 30131:1 30133:1 30150:2 30151:1 30159:1 30160:1 30161:1 30167:1 30181:1 30186:1 30192:1 30214:2 30222:1 30223:1 30237:1 30240:1 30249:1 30253:1 30268:1 30269:1 30293:1 30307:1 30338:1 30361:1 30395:1 30406:2 30409:1 30411:1 30437:1 30461:1 30469:2 30472:2 30478:1 30485:4 30520:1 30522:2 30523:1 30542:1 30549:1 30553:1 30582:1 30597:1 30625:1 30662:2 30700:1 30714:1 30717:4 30745:1 30753:1 30761:1 30770:2 30795:1 30797:1 30798:1 30836:1 30837:2 30869:1 30871:1 30900:1 30906:1 30918:1 30922:1 30963:1 30969:1 31018:1 31031:1 31045:2 31060:1 31062:1 31077:2 31079:2 31090:2 31091:1 31094:2 31102:3 31103:1 31110:1 31112:1 31116:2 31128:1 31139:1 31147:3 31152:1 31155:3 31186:2 31195:2 31205:2 31211:1 31226:1 31227:1 31249:1 31274:2 31275:2 31276:2 31323:1 31325:2 31333:1 31360:1 31364:1 31377:1 31382:1 31393:1 31421:1 31444:2 31462:1 31485:1 31498:1 31504:2 31513:2 31538:1 31546:1 31571:1 31578:1 31610:3 31646:1 31650:1 31653:1 31686:1 31706:1 31716:1 31728:1 31770:1 31773:1 31778:1 31793:2 31804:1 31807:1 31809:1 31863:1 31899:3 31903:1 31909:1 31933:1 31934:1 31960:1 31965:3 31969:1 31970:1 31989:1 31991:1 31997:4 32026:1 32033:1 32043:1 32050:1 32059:1 32074:1 32112:1 32166:1 32168:1 32222:1 32223:1 32234:2 32235:2 32252:1 32264:2 32275:1 32278:1 32283:1 32287:2 32288:1 32289:3 32295:1 32328:2 32341:2 32344:1 32367:2 32374:1 32379:1 32388:1 32391:2 32393:2 32394:1 32402:2 32404:1 32410:3 32411:1 32412:2 32417:2 32422:1 32423:1 32446:1 32474:1 32483:1 32504:2 32505:5 32566:1 32571:1 32573:1 32619:1 32623:1 32625:1 32648:1 32650:1 32660:1 32685:1 32686:4 32690:1 32694:1 32714:1 32719:1 32729:1 32741:1 32754:1 32755:1 32783:1 32785:1 32786:1 32804:1 32831:1 32832:2 32838:2 32841:1 32843:1 32850:1 32871:1 32874:1 32875:1 32883:4 32894:1 32910:1 32913:1 32949:1 32954:1 32955:1 32959:1 32976:1 33021:1 33032:1 33037:1 33052:2 33057:2 33059:1 33072:4 33080:1 33103:1 33110:1 33131:2 33137:1 33157:1 33177:1 33180:1 33192:2 33193:1 33236:1 33248:1 33277:1 33295:1 33312:1 33324:1 33362:1 33371:2 33373:1 33376:1 33386:1 33387:2 33405:1 33413:1 33436:2 33440:2 33444:1 33447:2 33448:1 33458:1 33466:3 33486:1 33489:1 33520:1 33521:1 33522:1 33527:1 33533:1 33551:1 33555:1 33572:2 33590:1 33592:2 33601:4 33622:1 33695:1 33708:1 33732:2 33739:1 33741:2 33754:1 33805:2 33816:1 33831:1 33832:1 33849:1 33853:1 33854:1 33870:2 33877:1 33881:1 33889:2 33896:1 33942:1 33954:1 33967:1 33968:1 33980:1 33988:1 33993:1 33997:1 34012:1 34020:1 34049:1 34081:1 34131:1 34143:1 34147:2 34172:1 34181:2 34188:2 34205:1 34223:1 34224:1 34252:2 34263:1 34270:2 34280:1 34286:1 34298:1 34311:1 34330:1 34342:1 34343:2 34346:1 34357:2 34389:11 34394:1 34400:1 34404:1 34406:1 34411:2 34418:1 34421:1 34440:6 34441:2 34447:1 34450:2 34452:1 34464:3 34483:1 34501:1 34506:1 34518:1 34559:1 34564:1 34611:3 34624:1 34637:2 34640:1 34646:1 34650:1 34674:1 34676:1 34684:1 34689:2 34712:1 34717:1 34724:1 34728:1 34761:1 34776:1 34793:1 34798:1 34805:1 34814:1 34831:1 34858:1 34860:3 34864:1 34876:1 34886:1 34891:1 34899:1 34919:1 34940:1 34949:1 34956:3 35001:2 35002:1 35017:1 35029:2 35033:2 35058:1 35059:1 35076:1 35079:1 35115:1 35117:1 35139:1 35140:1 35154:1 35180:1 35192:1 35196:1 35226:1 35233:2 35245:1 35249:1 35252:1 35261:1 35269:1 35286:1 35289:1 35294:2 35324:1 35376:1 35409:1 35410:1 35412:1 35445:1 35452:2 35459:1 35493:1 35535:1 35559:1 35593:2 35598:1 35609:1 35658:4 35670:1 35673:1 35682:1 35690:1 35717:1 35724:5 35728:1 35731:1 35735:1 35749:1 35756:1 35758:2 35765:1 35787:2 35795:1 35810:2 35818:1 35836:1 35849:1 35851:2 35855:1 35858:3 35870:1 35874:1 35902:1 35911:4 35919:2 35921:1 35929:2 35983:1 35986:3 35987:1 35998:1 36001:1 36003:1 36006:1 36014:1 36034:1
17 19:2 29:1 30:1 40:1 49:1 64:2 72:1 86:1 91:1 112:1 125:1 163:1 177:1 186:7 196:1 201:2 205:1 208:1 220:1 244:1 248:1 250:1 257:1 279:2 294:1 301:2 332:2 336:2 371:1 375:1 381:1 388:2 390:1 434:1 436:2 439:1 449:1 452:1 456:1 523:1 536:1 538:2 546:1 551:1 626:1 643:1 681:3 687:1 690:1 695:1 715:1 742:1 745:1 754:1 757:3 771:1 779:2 854:1 874:1 897:1 900:1 907:1 929:1 935:3 954:5 962:1 1025:2 1026:1 1032:1 1033:1 1071:1 1072:1 1075:2 1083:6 1084:3 1086:1 1088:2 1092:1 1094:4 1098:2 1099:3 1100:1 1109:1 1113:1 1114:2 1118:1 1119:2 1122:2 1141:1 1148:4 1149:1 1153:2 1160:1 1191:3 1219:1 1221:2 1223:1 1225:2 1245:1 1247:1 1249:1 1254:1 1266:1 1269:1 1280:1 1288:1 1301:1 1307:1 1308:1 1309:3 1318:1 1337:1 1343:1 1350:1 1356:1 1367:1 1368:1 1369:1 1376:1 1390:1 1398:1 1402:1 1410:2 1412:2 1465:1 1477:1 1481:1 1492:2 1497:1 1501:1 1514:1 1529:1 1531:1 1535:1 1556:1 1559:1 1572:1 1575:1 1576:1 1601:1 1602:1 1609:1 1637:1 1639:1 1655:1 1668:1 1672:1 1673:1 1680:1 1681:1 1728:1 1731:1 1751:1 1755:1 1756:2 1798:1 1801:1 1805:1 1806:1 1809:1 1819:1 1832:2 1837:1 1839:1 1867:1 1872:1 1894:4 1908:1 1911:1 1916:1 1919:1 1920:1 1923:1 1938:2 1954:1 1976:1 1994:1 1999:2 2002:2 2007:1 2009:3 2028:1 2037:1 2041:1 2044:1 2045:1 2056:2 2068:1 2073:1 2077:1 2083:1 2085:1 2089:1 2093:1 2094:1 2095:1 2098:1 2129:2 2136:1 2138:1 2145:1 2146:1 2156:3 2158:1 2166:1 2168:1 2169:1 2171:1 2182:1 2195:1 2203:1 2208:2 2210:1 2212:2 2221:1 2224:1 2251:1 2259:1 2276:1 2282:3 2289:2 2299:2 2301:1 2309:1 2336:1 2355:1 2358:1 2381:1 2391:2 2393:1 2407:1 2412:1 2413:2 2425:1 2428:1 2446:1 2447:1 2455:1 2476:2 2525:1 2527:2 2536:1 2557:2 2564:1 2574:1 2587:1 2612:1 2667:1 2720:2 2761:1 2771:1 2796:1 2800:1 2804:1 2837:1 2839:2 2844:1 2854:1 2863:4 2864:1 2868:2 2869:1 2871:1 2887:5 2893:1 2897:2 2898:2 2901:2 2902:1 2905:1 2912:1 2914:1 2915:5 2934:1 2949:2 2968:2 2985:1 2990:1 2995:1 3005:1 3062:1 3064:1 3067:2 3089:1 3107:5 3109:2 3132:2 3141:1 3148:1 3157:1 3159:2 3163:1 3164:1 3171:1 3181:1 3182:1 3188:3 3194:1 3198:1 3202:1 3237:1 3252:1 3254:2 3278:1 3317:2 3323:1 3336:1 3361:1 3377:1 3387:1 3398:1 3399:1 3416:1 3417:1 3420:1 3425:1 3426:3 3443:1 3463:1 3487:1 3502:1 3505:1 3510:1 3512:2 3515:2 3523:1 3534:1 3539:1 3552:1 3556:1 3558:1 3562:1 3580:1 3581:1 3598:4 3607:4 3617:5 3636:1 3652:1 3653:1 3662:2 3668:1 3687:1 3704:1 3705:1 3723:2 3727:3 3730:2 3734:1 3737:2 3742:1 3760:1 3803:1 3816:1 3836:1 3855:1 3862:3 3863:1 3907:1 3909:1 3912:1 3918:1 3919:2 3948:1 3962:1 3963:1 4005:1 4016:3 4039:2 4050:1 4090:1 4136:1 4157:2 4205:1 4245:1 4247:2 4254:1 4272:1 4275:1 4276:3 4295:1 4298:1 4299:1 4314:1 4353:2 4354:1 4359:1 4375:3 4385:1 4387:1 4389:1 4390:5 4408:1 4416:1 4424:1 4440:2 4453:1 4484:1 4497:1 4525:1 4531:1 4541:3 4546:1 4561:2 4567:1 4577:2 4588:1 4599:2 4608:1 4609:1 4638:1 4639:1 4643:1 4650:1 4668:1 4679:3 4681:1 4686:1 4687:1 4711:2 4750:1 4773:2 4775:2 4780:3 4809:1 4832:1 4843:1 4852:3 4856:1 4860:1 4872:1 4876:2 4886:1 4909:1 4910:1 4922:1 4924:1 4933:1 4935:1 4984:1 5031:1 5052:1 5057:1 5059:1 5081:1 5088:1 5090:1 5096:1 5104:1 5117:1 5124:2 5134:1 5147:2 5148:1 5153:1 5158:2 5209:1 5238:1 5240:1 5243:1 5274:1 5282:1 5287:2 5290:1 5293:1 5294:1 5295:1 5301:1 5316:1 5366:2 5369:2 5408:1 5417:1 5431:4 5434:1 5435:1 5441:1 5450:2 5451:1 5461:1 5463:3 5494:1 5497:1 5501:1 5517:1 5528:1 5529:1 5544:2 5545:1 5591:1 5602:1 5604:1 5611:1 5627:1 5640:1 5642:1 5666:1 5668:1 5675:1 5679:1 5680:1 5686:2 5687:1 5696:1 5700:1 5701:5 5720:2 5729:1 5734:1 5738:1 5749:1 5781:2 5801:3 5807:1 5820:2 5839:1 5863:1 5889:2 5895:5 5902:1 5904:1 5913:1 5917:1 5920:1 5925:3 5930:1 5932:4 5948:1 5954:1 5959:1 5972:2 5974:2 5999:1 6004:1 6051:1 6071:2 6072:1 6085:1 6087:1 6088:1 6089:1 6095:1 6102:1 6104:1 6105:2 6110:2 6113:1 6122:2 6125:2 6132:1 6133:1 6134:1 6175:1 6180:1 6201:1 6205:1 6234:1 6241:1 6294:1 6316:1 6322:1 6328:1 6358:2 6363:1 6367:1 6375:1 6395:2 6409:3 6413:1 6419:1 6433:1 6462:1 6466:1 6483:2 6488:1 6510:1 6527:1 6538:2 6551:4 6567:1 6571:1 6585:1 6587:1 6603:2 6607:1 6624:1 6629:1 6641:2 6659:1 6716:1 6718:1 6729:2 6730:1 6733:1 6741:1 6748:1 6765:1 6789:1 6798:1 6861:2 6865:1 6866:1 6880:1 6882:3 6896:1 6925:2 6954:4 6971:1 7031:1 7035:1 7046:1 7058:2 7064:1 7076:1 7102:2 7104:1 7111:1 7133:1 7138:1 7142:2 7152:1 7153:1 7174:1 7182:1 7185:1 7192:1 7196:1 7201:2 7206:2 7211:2 7212:9 7221:2 7244:2 7255:1 7279:1 7313:1 7316:3 7349:1 7351:2 7379:1 7384:2 7393:1 7394:3 7406:2 7413:1 7414:1 7433:3 7449:2 7475:1 7480:1 7486:1 7487:1 7509:2 7511:3 7515:1 7534:2 7542:1 7549:1 7553:1 7557:1 7563:1 7575:4 7578:1 7602:1 7639:1 7644:2 7647:2 7655:2 7657:1 7660:1 7669:1 7691:2 7717:1 7733:1 7739:1 7757:4 7771:1 7774:1 7823:7 7835:1 7841:1 7854:1 7856:1 7863:2 7869:2 7871:1 7874:1 7880:1 7883:2 7884:2 7888:1 7912:1 7928:1 7933:1 7939:1 7944:1 7946:1 7951:1 7953:1 7960:2 7966:1 7982:1 7989:1 8044:1 8049:1 8058:2 8062:1 8071:1 8100:1 8109:1 8118:2 8142:1 8148:1 8151:1 8161:2 8172:1 8193:1 8213:2 8217:4 8219:1 8234:1 8263:1 8266:1 8269:1 8278:1 8279:1 8288:1 8337:1 8345:1 8357:1 8381:3 8386:1 8387:1 8409:1 8423:1 8436:1 8438:1 8463:3 8468:2 8469:1 8481:1 8500:1 8503:1 8510:1 8512:1 8519:2 8525:2 8550:1 8584:1 8631:2 8682:1 8693:1 8696:1 8698:1 8719:4 8739:2 8744:1 8762:1 8767:1 8769:1 8776:1 8783:1 8787:1 8793:1 8798:1 8803:1 8845:1 8848:2 8852:2 8883:1 8889:1 8902:1 8907:2 8921:1 8932:1 8934:1 8940:1 8941:1 8944:1 8961:1 8962:2 8987:1 8994:1 9012:1 9032:2 9054:1 9056:1 9060:1 9062:1 9083:1 9093:1 9112:2 9118:2 9127:1 9135:1 9138:1 9168:1 9193:4 9196:1 9198:1 9205:1 9224:1 9231:2 9235:1 9236:1 9255:1 9263:1 9269:2 9291:1 9303:2 9308:3 9309:1 9310:1 9334:2 9337:2 9338:7 9341:1 9344:1 9347:6 9349:1 9350:1 9354:1 9360:2 9361:2 9363:1 9364:4 9365:2 9382:1 9418:3 9426:1 9436:1 9438:1 9448:1 9458:1 9523:1 9524:1 9529:1 9544:1 9568:2 9589:2 9610:1 9611:2 9641:1 9643:1 9655:17 9661:1 9685:4 9687:2 9693:2 9715:1 9720:2 9737:1 9745:2 9754:1 9760:3 9769:1 9821:1 9839:1 9874:1 9891:1 9911:1 9917:2 9942:1 9956:3 9969:1 9973:1 9975:1 9984:1 9990:1 10021:1 10065:2 10083:1 10088:1 10102:1 10123:5 10136:1 10137:2 10156:1 10163:6 10171:1 10176:1 10185:1 10192:1 10216:1 10224:1 10228:1 10231:1 10240:1 10248:1 10266:1 10283:1 10292:1 10293:6 10322:1 10352:2 10369:2 10394:1 10396:1 10414:1 10421:1 10439:1 10442:2 10446:1 10457:1 10458:1 10491:2 10497:3 10505:1 10507:1 10513:1 10515:1 10522:1 10530:2 10544:1 10559:1 10565:1 10567:1 10593:1 10600:1 10603:1 10615:2 10619:1 10622:1 10641:1 10644:1 10646:1 10649:1 10651:2 10657:1 10668:1 10681:1 10690:5 10702:1 10754:1 10756:1 10757:2 10761:1 10763:4 10766:1 10769:1 10776:1 10785:1 10792:2 10799:1 10816:1 10845:1 10853:1 10857:1 10885:1 10890:2 10903:1 10910:1 10917:2 10926:1 10933:1 10935:1 10980:2 10983:1 10989:7 11006:1 11010:1 11019:1 11052:1 11088:1 11109:2 11120:1 11123:1 11126:1 11129:1 11133:1 11142:1 11150:1 11156:1 11165:1 11174:1 11176:1 11181:1 11195:1 11234:1 11250:5 11251:2 11278:2 11279:1 11292:1 11302:1 11318:1 11321:1 11328:1 11345:1 11361:1 11368:1 11374:1 11387:1 11392:3 11393:1 11410:1 11423:1 11424:1 11459:1 11473:1 11494:1 11502:1 11506:1 11518:1 11523:1 11528:3 11568:1 11570:2 11603:4 11605:1 11610:1 11616:1 11621:1 11624:1 11630:1 11647:1 11656:1 11666:1 11682:1 11695:1 11706:3 11711:1 11716:1 11732:1 11742:1 11743:2 11748:1 11767:1 11779:1 11813:1 11824:1 11836:2 11866:1 11886:1 11891:1 11894:1 11903:1 11906:1 11907:1 11916:1 11918:2 11922:1 11929:1 11950:1 11951:1 11990:3 11997:1 12028:2 12032:1 12034:1 12041:1 12047:4 12048:1 12051:2 12054:1 12063:1 12067:1 12069:1 12084:1 12094:1 12101:1 12107:1 12109:1 12113:1 12116:1 12117:1 12119:3 12131:3 12134:1 12162:1 12182:1 12188:1 12193:1 12212:5 12216:1 12234:1 12237:2 12277:2 12279:1 12326:1 12331:1 12353:1 12363:1 12365:1 12377:1 12384:1 12387:1 12401:1 12430:1 12444:1 12452:1 12475:1 12478:1 12483:1 12528:1 12531:1 12543:2 12554:2 12562:4 12565:1 12566:2 12568:2 12570:1 12571:1 12615:1 12616:1 12617:1 12618:1 12623:1 12625:2 12626:1 12629:3 12630:1 12643:4 12651:1 12666:3 12671:5 12697:1 12701:1 12711:2 12732:1 12737:1 12758:1 12765:1 12769:2 12777:1 12826:1 12835:1 12848:1 12852:3 12864:3 12866:2 12878:1 12891:2 12893:1 12895:1 12901:1 12918:1 12941:2 12959:1 12960:1 12963:1 12976:1 13004:1 13006:1 13021:1 13022:2 13023:1 13024:1 13031:1 13063:1 13085:5 13088:1 13089:1 13094:3 13101:1 13107:1 13111:1 13118:1 13129:1 13131:1 13141:1 13145:1 13147:1 13159:1 13163:1 13165:3 13174:1 13181:1 13244:1 13251:1 13253:2 13270:2 13288:1 13338:1 13348:1 13354:1 13355:2 13382:1 13394:1 13395:1 13399:1 13405:1 13422:1 13434:6 13440:1 13445:2 13451:1 13471:2 13496:1 13505:1 13523:2 13555:1 13564:1 13571:1 13578:1 13581:1 13586:2 13629:1 13647:1 13672:1 13680:1 13693:1 13705:1 13707:1 13728:4 13729:3 13737:1 13744:2 13752:1 13753:2 13764:1 13771:1 13772:2 13787:1 13788:5 13811:1 13815:1 13818:1 13819:4 13828:1 13837:1 13840:3 13856:1 13877:1 13882:1 13893:1 13907:1 13927:2 13957:1 13989:3 13991:1 14002:1 14013:1 14014:1 14017:1 14022:1 14027:1 14033:2 14037:2 14040:1 14071:1 14073:2 14077:1 14080:1 14115:1 14117:1 14128:1 14129:1 14135:1 14160:1 14163:2 14171:1 14179:2 14200:1 14213:1 14218:3 14219:1 14227:1 14234:2 14244:1 14250:2 14266:4 14277:1 14290:1 14307:1 14313:1 14351:1 14354:1 14408:1 14419:1 14467:1 14472:2 14493:1 14510:1 14513:4 14526:1 14552:1 14581:1 14585:1 14589:1 14602:1 14614:1 14619:2 14636:1 14648:1 14653:3 14655:1 14661:1 14664:1 14669:1 14676:1 14727:1 14731:1 14738:1 14754:1 14756:1 14768:1 14771:1 14793:1 14826:1 14835:1 14853:1 14858:1 14859:1 14864:1 14895:2 14898:1 14899:1 14901:1 14904:3 14907:1 14908:5 14910:1 14911:1 14919:2 14921:1 14960:2 14970:1 14976:1 14988:1 15011:1 15012:2 15013:1 15015:2 15019:1 15023:2 15029:1 15058:1 15062:2 15063:1 15068:1 15070:2 15119:1 15125:1 15132:1 15137:1 15140:1 15154:1 15155:2 15157:1 15160:3 15167:2 15177:2 15185:1 15206:1 15207:1 15224:1 15272:1 15297:2 15300:1 15316:1 15327:1 15336:2 15341:1 15342:1 15348:1 15349:1 15353:1 15360:1 15374:1 15389:1 15400:1 15419:1 15424:1 15426:1 15432:1 15442:1 15461:1 15493:1 15516:1 15535:1 15538:1 15542:1 15544:2 15545:1 15556:2 15561:1 15569:1 15571:1 15616:1 15620:1 15646:2 15666:2 15667:1 15675:1 15680:1 15686:1 15705:2 15716:1 15719:1 15749:2 15751:1 15784:1 15811:5 15840:2 15843:1 15847:1 15849:2 15921:5 15925:1 15942:1 15945:2 15961:2 15963:1 15968:4 15982:1 15985:2 16017:1 16028:1 16107:1 16112:1 16120:1 16156:1 16214:1 16222:1 16246:1 16262:1 16311:1 16312:1 16330:2 16335:2 16376:1 16379:5 16388:2 16392:1 16393:3 16397:1 16412:1 16436:3 16447:2 16448:1 16483:1 16485:1 16488:1 16533:1 16542:1 16556:1 16579:1 16584:1 16619:1 16653:1 16663:4 16670:1 16675:1 16692:1 16745:1 16775:1 16820:2 16833:1 16841:1 16847:1 16858:1 16868:2 16873:3 16890:3 16900:2 16902:1 16917:1 16922:1 16938:1 16960:1 16964:7 16975:2 17006:1 17009:1 17017:1 17020:1 17024:1 17039:1 17041:1 17042:1 17045:1 17048:2 17057:1 17066:1 17093:1 17094:1 17100:1 17106:2 17149:1 17170:2 17172:1 17179:1 17210:4 17237:2 17260:1 17290:1 17315:1 17365:1 17387:1 17392:2 17441:1 17443:1 17450:1 17464:1 17467:1 17470:2 17495:1 17530:1 17550:1 17555:1 17558:1 17573:1 17582:1 17583:1 17594:1 17605:1 17607:1 17616:1 17628:1 17632:3 17644:1 17647:1 17651:1 17668:1 17701:1 17705:1 17706:1 17710:1 17714:1 17719:1 17720:1 17725:1 17727:1 17741:1 17770:1 17771:1 17793:1 17820:1 17838:2 17843:1 17852:1 17857:1 17861:1 17863:1 17865:1 17868:1 17870:3 17874:1 17883:1 17888:1 17892:1 17897:1 17904:4 17906:2 17912:1 17940:1 17963:1 17972:1 17984:1 18000:1 18005:1 18007:1 18025:1 18026:1 18038:1 18046:1 18047:1 18050:4 18069:1 18071:1 18081:1 18084:1 18109:1 18112:2 18118:2 18124:1 18127:1 18131:1 18153:1 18174:1 18189:1 18266:1 18291:1 18298:2 18300:3 18305:1 18338:1 18348:1 18358:1 18363:1 18365:3 18367:1 18382:1 18396:9 18402:2 18404:1 18412:1 18413:1 18415:1 18417:1 18418:3 18420:31 18434:1 18437:1 18439:2 18451:1 18452:1 18477:1 18487:3 18496:2 18500:2 18537:1 18553:1 18583:3 18598:1 18610:1 18616:1 18635:3 18648:1 18653:1 18655:2 18663:1 18670:2 18674:1 18687:1 18688:1 18724:1 18728:3 18730:1 18776:1 18781:1 18791:1 18793:2 18807:1 18820:1 18829:1 18839:2 18866:2 18872:1 18880:2 18913:1 18922:1 18929:1 18936:1 18975:1 18993:2 18994:1 19007:1 19022:1 19025:8 19047:1 19054:1 19069:1 19072:1 19080:1 19082:1 19085:1 19108:1 19109:1 19139:1 19177:3 19219:1 19222:1 19232:1 19260:1 19272:1 19285:1 19323:1 19324:1 19328:2 19329:1 19340:1 19407:1 19408:1 19416:1 19420:1 19445:2 19452:1 19454:2 19469:1 19478:1 19480:1 19498:1 19506:1 19507:1 19508:2 19532:1 19535:1 19544:1 19545:1 19552:1 19576:1 19596:1 19628:1 19631:2 19632:1 19634:1 19635:1 19638:1 19670:1 19685:1 19688:1 19702:2 19728:1 19739:1 19754:1 19757:1 19761:1 19773:1 19779:2 19784:1 19794:1 19808:1 19813:1 19815:1 19819:1 19832:9 19837:1 19890:4 19902:2 19905:1 19914:3 19927:2 19930:1 19966:1 19973:1 19977:3 20047:1 20049:1 20050:1 20071:1 20084:1 20085:3 20096:1 20102:2 20108:1 20141:1 20172:2 20176:1 20198:1 20206:1 20207:1 20209:2 20217:1 20221:1 20253:1 20255:1 20270:1 20284:1 20294:1 20320:1 20345:1 20346:1 20352:1 20386:2 20390:1 20408:1 20437:1 20444:2 20449:1 20451:1 20455:1 20468:1 20479:1 20508:1 20513:2 20518:1 20521:1 20536:1 20544:1 20552:3 20557:2 20560:1 20569:1 20572:2 20573:1 20582:1 20588:1 20592:1 20616:1 20635:2 20637:1 20644:1 20648:3 20655:1 20661:2 20663:1 20664:1 20666:1 20687:1 20695:1 20722:1 20743:1 20744:2 20747:1 20749:3 20752:1 20779:1 20813:1 20824:2 20835:1 20847:2 20863:1 20869:1 20902:2 20921:1 20951:2 20963:1 20979:1 20985:1 20996:1 21009:1 21020:1 21044:1 21064:1 21083:1 21087:1 21095:1 21099:2 21123:1 21129:1 21134:1 21169:1 21176:1 21198:1 21217:1 21238:2 21256:1 21284:1 21294:1 21298:1 21310:1 21314:1 21317:1 21318:2 21335:2 21355:2 21357:1 21362:1 21364:1 21391:1 21400:1 21401:1 21402:2 21423:1 21463:1 21469:1 21484:4 21498:1 21511:2 21521:1 21533:1 21541:1 21548:3 21549:1 21592:1 21616:1 21653:2 21656:1 21668:1 21682:1 21698:1 21700:2 21731:1 21733:1 21738:1 21757:1 21758:1 21762:1 21787:1 21798:1 21805:1 21811:1 21818:1 21819:2 21837:1 21846:1 21858:1 21877:1 21879:1 21880:1 21882:1 21887:1 21888:2 21902:1 21916:1 21937:1 21949:1 21951:1 21952:2 21962:1 21964:1 21999:1 22002:1 22019:1 22039:1 22045:1 22050:1 22067:1 22080:1 22092:1 22106:1 22110:1 22127:1 22133:8 22142:1 22158:2 22175:1 22197:1 22209:1 22226:1 22237:1 22240:1 22280:1 22282:1 22297:1 22298:2 22339:1 22359:2 22401:1 22417:1 22423:2 22427:1 22428:1 22441:1 22464:1 22472:1 22474:1 22488:1 22492:1 22506:1 22519:1 22521:1 22527:1 22545:1 22550:1 22553:1 22554:1 22558:2 22560:3 22585:1 22595:1 22598:1 22624:1 22638:1 22642:1 22659:1 22671:1 22675:1 22690:1 22699:1 22703:1 22733:1 22751:2 22774:1 22777:1 22785:1 22798:1 22807:4 22820:2 22832:1 22837:2 22842:1 22847:1 22884:1 22885:1 22912:1 22959:1 22965:2 22966:1 22978:1 23006:1 23009:3 23026:1 23031:2568 23034:1 23050:1 23064:1 23096:1 23100:1 23108:2 23156:1 23174:1 23188:2 23196:1 23201:1 23204:1 23229:2 23239:2 23245:1 23296:1 23299:2 23309:1 23342:2 23352:1 23379:2 23384:1 23401:1 23429:1 23438:1 23445:2 23448:1 23478:1 23480:1 23485:1 23507:2 23523:3 23531:2 23552:1 23563:1 23570:1 23607:1 23629:1 23635:2 23644:1 23654:3 23662:1 23705:1 23708:1 23730:1 23758:1 23765:1 23770:3 23778:1 23808:1 23816:3 23821:1 23829:3 23835:1 23857:1 23874:1 23879:1 23886:1 23903:2 23919:1 23936:1 23939:6 23971:2 24024:1 24033:1 24071:1 24078:4 24092:1 24098:2 24106:1 24108:1 24126:1 24132:1 24155:1 24170:1 24176:1 24182:3 24192:2 24193:2 24197:1 24198:1 24199:1 24201:1 24219:1 24226:1 24232:2 24248:1 24249:1 24259:1 24281:1 24282:1 24319:1 24326:1 24365:2 24370:1 24374:1 24383:1 24405:1 24409:1 24417:1 24422:1 24451:1 24452:1 24475:1 24543:1 24551:1 24572:1 24604:1 24605:1 24609:2 24628:1 24653:1 24660:1 24662:1 24665:2 24667:1 24669:2 24670:1 24687:1 24692:1 24724:2 24728:1 24730:3 24736:1 24737:1 24739:1 24748:1 24754:1 24755:1 24757:1 24766:1 24768:2 24772:2 24774:2 24776:1 24787:1 24788:1 24791:1 24802:1 24811:2 24818:2 24827:3 24832:1 24837:1 24865:1 24881:1 24882:1 24883:1 24918:1 24940:1 24948:2 24976:2 24984:1 24988:1 24991:1 25055:3 25104:1 25111:1 25116:1 25118:2 25121:1 25125:1 25137:1 25141:1 25147:2 25157:1 25162:1 25175:2 25177:2 25188:1 25201:2 25205:1 25226:1 25236:2 25237:2 25254:2 25267:2 25268:1 25271:2 25283:2 25340:1 25374:1 25400:1 25402:1 25404:1 25405:1 25417:1 25431:1 25436:1 25447:1 25450:1 25458:1 25459:1 25474:1 25477:1 25486:2 25516:1 25546:3 25556:1 25566:1 25571:1 25582:2 25591:2 25596:1 25598:1 25612:1 25614:2 25617:1 25656:1 25662:1 25664:3 25665:2 25669:1 25675:1 25685:1 25686:1 25687:2 25692:1 25716:1 25729:2 25746:2 25760:1 25769:1 25814:2 25850:1 25852:2 25857:1 25866:1 25891:2 25923:1 25955:1 25976:1 25977:1 26000:1 26016:1 26024:1 26066:1 26095:1 26150:1 26153:2 26161:1 26165:1 26176:2 26178:2 26204:1 26212:2 26218:1 26219:8 26221:1 26243:1 26264:1 26274:1 26290:1 26293:1 26313:1 26322:1 26330:1 26339:1 26346:1 26347:1 26355:2 26358:1 26364:1 26385:1 26403:1 26423:1 26429:1 26433:1 26434:2 26437:2 26440:1 26441:1 26454:1 26472:1 26482:1 26492:1 26497:1 26542:1 26545:1 26549:1 26604:3 26611:1 26615:2 26634:1 26643:1 26644:1 26658:1 26670:1 26687:1 26702:1 26713:1 26715:1 26721:1 26741:1 26746:1 26777:2 26781:1 26785:5 26793:1 26803:1 26807:1 26817:1 26830:2 26831:3 26853:1 26858:1 26891:2 26897:1 26904:1 26920:1 26931:1 26945:2 26954:1 26977:1 26983:1 27003:2 27004:1 27021:2 27027:1 27036:2 27064:1 27070:1 27072:1 27091:2 27103:2 27109:1 27124:1 27125:2 27129:2 27140:1 27145:1 27177:2 27189:3 27203:1 27212:1 27223:1 27231:1 27247:2 27257:2 27258:1 27267:1 27278:1 27289:1 27302:1 27309:1 27322:1 27329:1 27332:1 27338:1 27339:1 27343:1 27344:1 27392:2 27406:1 27408:1 27455:3 27456:1 27459:1 27464:1 27472:1 27473:4 27530:1 27540:1 27559:2 27561:1 27563:1 27564:5 27575:1 27586:5 27604:1 27609:1 27638:1 27644:1 27656:1 27684:1 27698:1 27704:1 27710:1 27738:6 27743:1 27755:1 27756:1 27759:1 27833:1 27837:1 27840:1 27846:1 27866:1 27869:2 27877:1 27900:2 27914:3 27948:1 27955:2 27961:1 27963:1 27966:1 27971:1 27977:1 27983:1 27985:1 27987:1 28007:1 28013:1 28017:1 28031:1 28035:1 28043:1 28048:2 28060:1 28074:3 28084:1 28093:1 28094:1 28124:1 28128:1 28145:1 28166:1 28188:1 28189:2 28193:1 28202:3 28204:1 28226:1 28232:1 28236:1 28265:1 28280:1 28286:1 28293:1 28334:1 28339:1 28362:1 28379:1 28394:1 28398:1 28408:3 28422:2 28456:2 28474:1 28503:1 28508:4 28527:1 28531:5 28539:1 28565:1 28581:1 28612:1 28625:1 28639:1 28641:4 28655:2 28656:3 28660:3 28670:1 28673:1 28675:3 28676:6 28695:1 28696:1 28724:1 28728:1 28746:2 28750:1 28755:1 28763:1 28771:4 28793:1 28798:2 28804:1 28819:2 28827:1 28830:1 28843:1 28878:1 28885:1 28927:1 28979:2 28982:1 28985:2 28987:2 28992:2 28998:1 29000:2 29011:5 29021:2 29030:1 29048:1 29065:4 29085:1 29095:1 29104:1 29111:3 29160:1 29173:2 29175:1 29177:2 29181:4 29187:1 29203:3 29214:1 29217:1 29219:1 29231:1 29233:1 29240:1 29242:1 29246:1 29248:1 29252:1 29261:1 29267:3 29270:1 29281:2 29310:1 29315:1 29335:1 29343:1 29359:1 29399:1 29401:1 29406:1 29419:1 29422:1 29439:2 29497:2 29500:1 29508:1 29516:5 29532:1 29536:1 29539:1 29540:3 29599:1 29607:1 29625:2 29627:1 29634:1 29641:1 29684:1 29685:1 29690:1 29700:1 29711:1 29726:2 29750:1 29826:1 29832:8 29835:1 29844:1 29845:2 29848:2 29858:2 29861:1 29874:1 29906:1 29943:1 29948:1 29959:1 29979:1 29981:1 29989:1 29997:1 30006:1 30010:2 30014:3 30016:2 30043:1 30049:3 30075:1 30092:1 30097:1 30115:1 30127:2 30131:1 30133:1 30150:2 30151:1 30159:1 30160:1 30161:1 30167:1 30181:1 30186:1 30192:1 30214:2 30222:1 30223:1 30237:1 30240:1 30249:1 30253:1 30268:1 30269:1 30293:1 30307:1 30338:1 30361:1 30395:1 30406:2 30409:1 30411:1 30437:1 30461:1 30469:2 30472:2 30478:1 30485:4 30520:1 30522:2 30523:1 30542:1 30549:1 30553:1 30582:1 30597:1 30625:1 30662:2 30677:1 30700:1 30714:1 30717:4 30745:1 30753:1 30761:1 30770:2 30795:1 30797:1 30798:1 30836:2 30837:2 30869:1 30871:1 30874:1 30900:2 30906:1 30918:1 30922:1 30963:1 30969:1 31018:1 31031:1 31045:2 31060:1 31062:1 31077:2 31079:2 31090:2 31091:2 31094:2 31102:3 31103:1 31110:1 31112:1 31116:2 31128:1 31139:1 31147:3 31152:1 31155:3 31186:2 31195:4 31205:2 31211:1 31226:1 31227:2 31249:1 31266:1 31274:2 31275:2 31276:2 31323:1 31325:2 31333:1 31360:1 31364:2 31377:1 31382:2 31393:1 31421:1 31426:1 31444:3 31462:1 31485:1 31498:1 31504:2 31513:2 31538:1 31546:2 31571:1 31578:1 31610:3 31646:1 31650:1 31653:1 31686:1 31706:1 31716:1 31728:1 31770:1 31773:1 31778:1 31793:2 31804:1 31807:1 31809:1 31863:1 31899:3 31903:1 31909:1 31933:1 31934:1 31960:1 31965:3 31969:1 31970:1 31989:1 31991:1 31997:4 32026:1 32033:1 32043:1 32050:1 32059:1 32074:1 32112:1 32166:1 32168:1 32173:1 32222:1 32223:1 32234:2 32235:2 32252:1 32264:2 32275:1 32278:1 32283:1 32287:2 32288:1 32289:3 32295:1 32328:2 32341:2 32344:1 32367:2 32371:1 32374:1 32379:1 32380:1 32388:1 32391:2 32393:2 32394:1 32402:2 32404:1 32410:3 32411:1 32412:2 32417:2 32422:1 32423:1 32443:1 32446:1 32474:1 32483:1 32504:2 32505:5 32566:1 32571:1 32573:1 32619:1 32623:1 32625:1 32648:1 32650:1 32655:1 32660:1 32685:1 32686:4 32690:2 32694:1 32714:1 32719:1 32729:1 32741:1 32754:1 32755:1 32783:1 32785:1 32786:1 32804:1 32831:1 32832:2 32838:2 32841:1 32843:1 32850:1 32871:2 32874:1 32875:1 32883:4 32894:1 32910:1 32913:1 32939:1 32949:1 32954:1 32955:1 32959:1 32976:1 33021:1 33032:1 33037:1 33052:2 33057:2 33059:1 33072:4 33080:1 33103:1 33110:1 33131:2 33137:1 33157:1 33177:1 33180:1 33192:2 33193:1 33236:1 33248:1 33277:1 33289:1 33295:1 33312:1 33324:1 33362:1 33371:2 33373:1 33376:1 33386:1 33387:2 33405:1 33413:1 33436:2 33440:2 33444:1 33447:2 33448:2 33458:1 33466:3 33486:1 33489:1 33520:1 33521:1 33522:1 33527:1 33533:1 33551:1 33555:1 33572:2 33590:1 33592:2 33601:4 33622:1 33695:1 33708:1 33732:2 33739:1 33741:2 33754:1 33805:2 33816:1 33831:1 33832:1 33849:1 33853:1 33854:1 33870:2 33877:1 33881:1 33889:2 33896:1 33942:1 33954:1 33967:1 33968:1 33980:1 33988:1 33993:1 33997:1 34012:1 34020:1 34049:1 34081:1 34131:1 34143:1 34147:2 34172:1 34181:2 34188:2 34205:1 34223:1 34224:1 34252:2 34263:1 34270:2 34280:1 34286:1 34298:2 34311:2 34330:1 34342:1 34343:2 34346:1 34357:2 34389:11 34394:1 34400:1 34404:1 34406:2 34411:2 34418:1 34421:1 34440:6 34441:2 34447:1 34450:2 34452:1 34464:3 34483:1 34501:1 34506:1 34518:1 34559:1 34564:1 34586:1 34611:3 34624:1 34637:2 34640:1 34646:1 34650:1 34674:1 34676:2 34684:1 34689:2 34712:1 34717:1 34724:1 34728:1 34732:1 34737:1 34761:1 34776:1 34793:1 34798:1 34805:1 34814:1 34831:1 34858:1 34860:3 34864:1 34876:1 34886:1 34891:1 34899:1 34919:1 34940:1 34949:1 34956:3 35001:2 35002:1 35017:1 35029:2 35033:2 35043:1 35058:1 35059:1 35076:1 35079:1 35115:1 35117:1 35139:1 35140:1 35154:1 35180:1 35183:1 35192:1 35196:1 35226:1 35233:2 35235:1 35245:1 35249:1 35252:1 35261:1 35269:1 35286:1 35289:1 35294:2 35324:1 35376:1 35409:1 35410:1 35412:1 35445:1 35452:2 35459:1 35493:1 35535:1 35559:1 35593:2 35598:1 35609:1 35658:4 35670:1 35673:1 35682:1 35690:1 35717:1 35724:5 35728:1 35731:1 35735:1 35749:1 35756:1 35758:2 35765:1 35787:2 35795:1 35810:2 35818:1 35836:1 35849:1 35851:2 35855:1 35858:3 35870:1 35874:1 35902:1 35911:4 35919:2 35921:1 35929:2 35983:1 35986:3 35987:1 35998:1 36001:1 36003:1 36006:1 36014:1 36034:1
17 19:2 29:1 30:1 40:1 49:1 64:2 72:1 86:1 91:1 112:1 125:1 163:1 177:1 186:7 196:1 201:2 205:1 208:1 220:1 244:1 248:1 250:1 257:1 279:2 294:1 301:2 332:2 336:2 371:1 375:1 381:1 388:2 390:1 434:1 436:2 439:1 449:1 452:1 456:1 523:1 536:1 538:2 546:1 551:1 626:1 643:1 681:3 687:1 690:1 695:1 715:1 742:1 745:1 754:1 757:3 771:1 779:2 854:1 874:1 897:1 900:1 907:1 929:1 935:3 954:5 962:1 1025:2 1026:1 1032:1 1033:1 1071:1 1072:1 1075:2 1083:6 1084:3 1086:1 1088:2 1092:1 1094:4 1098:2 1099:3 1100:1 1109:1 1113:1 1114:2 1118:1 1119:2 1122:2 1141:1 1148:4 1149:2 1153:2 1160:1 1191:3 1219:1 1221:2 1223:1 1225:2 1245:1 1247:1 1249:1 1254:1 1266:1 1269:1 1280:1 1288:1 1301:1 1307:1 1308:1 1309:3 1318:1 1336:1 1337:1 1343:1 1350:1 1356:1 1367:1 1368:1 1369:1 1376:1 1390:1 1398:1 1402:1 1410:2 1412:2 1465:1 1477:1 1481:1 1492:2 1497:1 1501:1 1514:1 1529:1 1531:1 1535:1 1556:1 1559:1 1572:1 1575:1 1576:1 1601:1 1602:1 1609:1 1637:1 1639:1 1655:1 1668:1 1672:1 1673:1 1680:1 1681:1 1728:1 1731:1 1751:1 1755:1 1756:2 1798:1 1801:1 1805:1 1806:1 1809:1 1819:1 1832:2 1837:1 1839:1 1867:1 1872:1 1894:4 1908:1 1911:1 1916:1 1919:1 1920:1 1923:1 1938:2 1954:1 1976:1 1994:1 1999:2 2002:2 2007:1 2009:3 2028:1 2037:1 2041:1 2044:1 2045:1 2056:2 2068:1 2073:1 2077:1 2083:1 2085:1 2089:1 2093:1 2094:1 2095:1 2098:1 2129:2 2136:1 2138:1 2145:1 2146:1 2156:3 2158:1 2166:1 2168:1 2169:1 2171:1 2182:1 2195:1 2203:1 2208:2 2210:1 2212:2 2221:1 2224:1 2251:1 2259:1 2276:1 2282:3 2289:2 2299:2 2301:1 2309:1 2336:1 2355:1 2358:1 2381:1 2391:2 2393:1 2407:1 2412:1 2413:2 2425:1 2428:1 2446:1 2447:1 2455:1 2476:2 2525:1 2527:2 2536:1 2557:2 2564:1 2574:1 2587:1 2612:1 2667:1 2720:2 2761:1 2771:1 2796:1 2800:1 2804:1 2837:1 2839:2 2844:1 2854:1 2863:4 2864:1 2868:2 2869:1 2871:1 2887:5 2893:1 2897:2 2898:2 2901:2 2902:1 2905:1 2912:1 2914:1 2915:5 2934:1 2949:2 2968:2 2985:1 2990:1 2995:1 3005:1 3062:1 3064:1 3067:2 3089:1 3107:5 3109:2 3132:2 3141:1 3148:1 3157:1 3159:2 3163:1 3164:1 3171:1 3181:1 3182:1 3188:3 3194:1 3198:1 3202:1 3237:1 3252:1 3254:2 3278:1 3317:2 3323:1 3336:1 3361:1 3377:1 3387:1 3398:1 3399:1 3416:1 3417:1 3420:1 3425:1 3426:3 3443:1 3463:1 3487:1 3502:1 3505:1 3510:1 3512:2 3515:2 3523:1 3534:1 3539:1 3552:1 3556:1 3558:1 3562:1 3580:1 3581:1 3588:1 3598:4 3607:4 3617:5 3636:1 3649:1 3652:1 3653:1 3662:2 3668:1 3687:1 3704:1 3705:1 3723:2 3727:3 3730:2 3734:1 3737:2 3742:1 3760:1 3803:1 3816:1 3836:1 3855:1 3862:3 3863:1 3907:1 3909:1 3912:1 3918:1 3919:2 3948:1 3962:1 3963:1 4005:1 4016:3 4039:2 4050:1 4090:1 4136:1 4157:2 4205:1 4245:1 4247:2 4254:1 4272:1 4275:1 4276:3 4295:1 4298:1 4299:1 4314:1 4353:2 4354:1 4359:1 4375:3 4385:1 4387:1 4389:1 4390:5 4408:1 4416:1 4424:1 4440:2 4453:1 4484:1 4497:1 4525:1 4531:1 4541:3 4546:1 4561:2 4567:1 4577:2 4588:1 4599:2 4608:1 4609:1 4638:1 4639:1 4643:1 4650:1 4668:1 4679:3 4681:1 4686:1 4687:1 4711:2 4750:1 4773:2 4775:2 4780:3 4809:1 4832:1 4843:1 4852:3 4856:1 4860:1 4872:1 4876:2 4886:1 4909:1 4910:1 4922:1 4924:1 4933:1 4935:1 4984:1 5031:1 5052:1 5057:1 5059:1 5081:1 5088:1 5090:1 5096:1 5104:1 5117:1 5124:2 5134:1 5147:2 5148:1 5153:1 5158:2 5209:1 5238:1 5240:1 5243:1 5274:1 5282:1 5287:2 5290:1 5293:1 5294:1 5295:1 5301:1 5316:1 5366:2 5369:3 5408:1 5417:1 5431:4 5434:1 5435:1 5441:1 5450:2 5451:1 5461:1 5463:3 5494:1 5497:1 5501:1 5517:1 5528:1 5529:1 5544:2 5545:1 5591:1 5602:1 5604:1 5611:1 5627:1 5640:1 5642:1 5666:1 5668:1 5675:1 5679:1 5680:1 5686:2 5687:1 5696:1 5700:1 5701:5 5720:2 5729:1 5734:1 5738:1 5749:1 5781:2 5801:3 5807:1 5820:2 5839:1 5863:1 5889:2 5895:5 5902:1 5904:1 5913:1 5917:1 5920:1 5925:3 5930:1 5932:4 5948:1 5954:1 5959:1 5972:2 5974:2 5999:1 6004:1 6051:1 6071:2 6072:1 6085:1 6086:1 6087:1 6088:1 6089:1 6095:1 6102:1 6104:1 6105:2 6110:2 6113:1 6122:2 6125:2 6132:1 6133:1 6134:1 6175:1 6180:1 6201:1 6205:1 6234:1 6241:1 6294:1 6316:1 6322:1 6328:1 6358:2 6363:1 6367:1 6375:1 6395:2 6409:3 6413:1 6419:1 6433:1 6462:1 6466:1 6483:2 6488:1 6510:1 6527:1 6538:2 6551:4 6567:1 6571:1 6585:1 6587:1 6603:2 6607:1 6624:1 6629:1 6641:2 6659:1 6716:1 6718:1 6729:2 6730:1 6733:1 6741:1 6748:1 6765:1 6789:1 6798:1 6861:2 6865:1 6866:1 6880:1 6882:3 6896:1 6925:2 6954:4 6971:1 7022:1 7031:1 7035:1 7046:1 7058:2 7064:1 7076:1 7102:2 7104:1 7111:1 7133:1 7138:1 7142:2 7152:1 7153:1 7174:1 7182:1 7185:1 7192:1 7196:1 7201:2 7206:2 7211:2 7212:9 7221:2 7244:2 7255:1 7279:1 7313:1 7316:3 7349:1 7351:2 7379:1 7384:2 7393:1 7394:3 7406:2 7413:1 7414:1 7433:3 7449:2 7475:1 7480:1 7486:1 7487:1 7509:2 7511:3 7515:1 7534:2 7542:1 7549:1 7553:1 7557:1 7563:1 7575:4 7578:1 7602:1 7639:1 7644:2 7647:2 7655:2 7657:1 7660:1 7669:1 7691:2 7717:1 7733:1 7739:1 7757:4 7771:1 7774:1 7782:1 7795:1 7823:7 7835:1 7841:1 7854:1 7856:1 7863:3 7869:2 7871:1 7874:1 7880:1 7883:3 7884:2 7888:1 7912:1 7928:1 7933:1 7939:1 7944:1 7946:1 7951:1 7953:1 7960:2 7966:1 7982:1 7989:1 8044:1 8049:1 8058:2 8062:1 8071:1 8100:1 8109:1 8118:2 8142:1 8148:1 8151:1 8161:2 8172:1 8193:1 8213:2 8217:4 8219:1 8234:1 8263:1 8266:1 8269:1 8278:1 8279:1 8288:1 8337:1 8345:1 8357:1 8381:3 8386:1 8387:1 8409:1 8423:1 8436:1 8438:1 8463:3 8468:2 8469:1 8481:1 8500:1 8503:1 8510:1 8512:1 8519:2 8525:2 8550:1 8584:1 8631:2 8682:1 8693:1 8696:1 8698:1 8719:4 8739:2 8744:1 8762:1 8767:1 8769:1 8776:1 8783:1 8787:1 8793:1 8798:1 8803:1 8845:1 8848:2 8852:2 8883:1 8889:1 8902:1 8907:3 8921:1 8932:1 8934:1 8940:1 8941:1 8944:1 8961:1 8962:2 8987:1 8994:1 9012:1 9032:2 9054:1 9056:1 9060:1 9062:1 9083:1 9093:1 9112:2 9118:2 9127:1 9135:1 9138:1 9168:1 9193:4 9196:1 9198:1 9205:1 9224:1 9231:2 9235:1 9236:1 9255:1 9263:1 9269:2 9291:1 9303:2 9308:3 9309:1 9310:1 9334:2 9337:2 9338:7 9341:1 9344:1 9347:6 9349:1 9350:1 9354:1 9360:2 9361:2 9363:1 9364:4 9365:2 9382:1 9418:3 9426:1 9436:1 9438:1 9448:1 9458:1 9471:1 9523:1 9524:1 9529:1 9544:1 9568:2 9589:2 9610:1 9611:2 9641:1 9643:1 9655:17 9661:1 9685:4 9687:2 9693:2 9715:1 9720:2 9737:1 9745:2 9754:1 9760:3 9769:1 9821:1 9839:1 9874:1 9891:1 9911:1 9917:2 9942:1 9956:3 9969:1 9973:1 9975:1 9984:1 9990:1 10021:1 10065:2 10066:1 10083:1 10088:1 10102:1 10123:5 10136:1 10137:2 10156:1 10163:6 10171:1 10176:1 10185:1 10192:1 10216:1 10224:1 10228:1 10231:1 10240:1 10248:1 10266:1 10283:1 10292:1 10293:6 10322:1 10352:2 10369:2 10394:1 10396:1 10414:1 10421:1 10439:1 10442:2 10446:1 10457:1 10458:1 10491:2 10497:3 10505:1 10507:1 10513:1 10515:1 10522:1 10530:2 10544:1 10559:1 10565:1 10567:1 10587:1 10593:1 10600:1 10603:1 10615:2 10619:1 10622:1 10641:1 10644:1 10646:1 10649:1 10651:2 10657:1 10668:1 10681:1 10690:5 10702:1 10754:1 10756:1 10757:2 10761:1 10763:4 10766:1 10769:1 10776:1 10785:1 10792:2 10799:1 10816:1 10845:1 10853:1 10857:1 10885:1 10890:2 10903:1 10910:1 10917:2 10926:1 10933:1 10934:1 10935:1 10980:2 10983:1 10989:7 11006:1 11010:1 11019:1 11052:1 11088:1 11109:2 11120:1 11123:1 11126:1 11129:1 11133:1 11142:1 11150:1 11156:1 11165:1 11174:1 11176:1 11181:1 11195:1 11234:1 11250:5 11251:2 11278:2 11279:1 11292:1 11302:1 11318:1 11321:1 11328:1 11345:1 11361:1 11368:1 11374:1 11387:1 11392:3 11393:1 11410:1 11423:1 11424:1 11459:1 11473:1 11494:1 11502:1 11506:1 11518:1 11523:1 11528:3 11568:1 11570:2 11603:4 11605:1 11610:1 11616:1 11621:1 11624:1 11630:1 11647:1 11656:1 11666:1 11682:1 11695:1 11706:3 11711:1 11716:1 11732:1 11742:1 11743:2 11748:1 11767:1 11779:1 11813:1 11824:1 11836:2 11866:1 11886:1 11891:1 11894:1 11903:1 11906:1 11907:1 11916:1 11918:2 11922:1 11929:1 11950:1 11951:1 11990:3 11997:1 12028:2 12032:1 12034:1 12041:1 12047:4 12048:1 12051:2 12054:1 12063:1 12067:1 12069:1 12082:1 12084:1 12094:1 12101:1 12107:1 12109:1 12113:1 12116:1 12117:1 12119:3 12131:3 12134:1 12162:1 12182:1 12188:1 12193:1 12212:6 12216:1 12234:1 12237:2 12277:2 12279:1 12326:1 12331:1 12353:1 12363:1 12365:1 12377:1 12384:1 12387:1 12401:1 12430:1 12431:1 12444:1 12452:1 12475:1 12478:1 12483:1 12528:1 12531:1 12532:1 12543:2 12554:2 12562:4 12565:1 12566:2 12568:2 12570:1 12571:1 12615:1 12616:1 12617:1 12618:1 12623:1 12625:2 12626:1 12629:3 12630:1 12643:4 12651:1 12666:3 12671:5 12697:1 12701:1 12711:2 12732:1 12737:1 12758:1 12765:1 12769:2 12777:1 12826:1 12835:1 12848:1 12852:3 12864:3 12866:2 12878:1 12891:2 12893:1 12895:1 12901:1 12918:1 12941:2 12959:1 12960:1 12963:1 12976:1 13004:1 13006:1 13021:1 13022:2 13023:1 13024:1 13031:1 13058:1 13063:1 13085:5 13088:1 13089:1 13094:3 13101:1 13107:1 13111:1 13118:1 13129:2 13131:1 13141:1 13145:1 13147:1 13159:1 13163:1 13165:3 13174:1 13181:1 13244:1 13251:1 13253:2 13263:1 13270:2 13288:1 13338:1 13348:1 13354:1 13355:2 13382:1 13394:1 13395:1 13399:1 13405:1 13422:2 13434:6 13440:1 13445:2 13451:1 13471:2 13496:1 13505:1 13523:2 13555:1 13564:1 13571:1 13578:1 13581:1 13586:2 13629:1 13647:1 13672:1 13680:1 13693:1 13705:1 13707:1 13728:4 13729:3 13737:1 13744:2 13752:1 13753:2 13764:1 13771:1 13772:2 13787:1 13788:5 13811:1 13815:1 13818:1 13819:4 13828:1 13837:1 13840:3 13856:1 13877:1 13882:1 13893:1 13907:1 13927:2 13957:1 13989:3 13991:1 14002:1 14013:1 14014:1 14017:1 14022:1 14027:1 14033:2 14037:2 14040:1 14071:1 14073:2 14077:1 14080:1 14115:1 14117:1 14128:1 14129:1 14135:1 14160:1 14163:2 14171:1 14179:2 14200:1 14213:1 14218:3 14219:1 14227:1 14234:2 14244:1 14250:2 14266:4 14277:1 14290:1 14307:1 14313:1 14351:1 14354:1 14408:1 14419:1 14467:1 14472:2 14493:1 14510:1 14513:4 14526:1 14552:1 14581:1 14585:1 14589:1 14602:1 14614:1 14619:2 14636:1 14648:1 14653:3 14655:1 14661:1 14664:1 14669:1 14676:1 14727:1 14731:1 14738:1 14754:1 14756:1 14768:1 14771:1 14793:1 14816:1 14826:1 14835:1 14853:1 14858:1 14859:1 14864:1 14895:2 14898:1 14899:1 14901:1 14904:3 14907:1 14908:5 14910:1 14911:1 14919:2 14921:1 14960:2 14970:1 14976:1 14988:1 15011:1 15012:2 15013:1 15015:2 15019:1 15023:2 15029:1 15058:1 15062:2 15063:1 15068:1 15070:2 15102:1 15119:1 15125:1 15132:1 15137:1 15140:1 15154:1 15155:2 15157:1 15160:3 15167:2 15177:2 15185:1 15206:1 15207:1 15224:1 15235:1 15272:1 15297:2 15300:1 15316:1 15327:1 15336:2 15341:1 15342:1 15348:1 15349:1 15353:1 15360:1 15374:1 15389:1 15400:1 15419:1 15424:1 15426:1 15432:1 15442:1 15461:1 15493:1 15500:1 15516:1 15535:1 15538:1 15542:1 15544:2 15545:1 15556:2 15561:1 15569:1 15571:1 15616:1 15620:1 15646:2 15666:2 15667:1 15675:1 15680:1 15686:1 15705:2 15716:1 15719:1 15749:2 15751:1 15784:1 15811:5 15840:2 15843:1 15847:1 15849:2 15921:5 15925:1 15942:1 15945:2 15961:2 15963:1 15968:4 15982:1 15985:2 16017:1 16028:1 16107:1 16112:1 16120:1 16156:1 16214:1 16222:1 16246:1 16262:1 16311:1 16312:1 16330:2 16335:2 16376:1 16379:5 16388:2 16392:1 16393:3 16397:1 16412:1 16436:3 16447:2 16448:1 16483:1 16485:1 16488:1 16533:1 16542:1 16556:1 16579:1 16584:1 16619:1 16624:1 16653:1 16663:4 16670:1 16675:1 16692:1 16745:1 16775:1 16820:2 16833:1 16841:1 16847:1 16858:1 16868:2 16873:3 16890:3 16900:2 16902:1 16917:1 16922:1 16938:1 16960:1 16964:7 16975:2 17006:1 17009:1 17017:1 17020:1 17024:1 17039:1 17041:1 17042:1 17045:1 17048:2 17057:1 17066:1 17093:1 17094:1 17100:1 17106:2 17149:1 17170:2 17172:1 17179:1 17210:4 17237:2 17260:1 17290:1 17315:1 17365:1 17387:1 17392:2 17441:1 17443:1 17450:1 17464:1 17467:1 17470:2 17495:1 17518:1 17530:1 17550:1 17555:1 17558:1 17573:1 17582:1 17583:1 17594:1 17605:1 17607:1 17616:1 17628:1 17632:3 17644:1 17647:1 17651:1 17668:1 17701:1 17705:1 17706:1 17710:1 17714:1 17719:1 17720:1 17725:1 17727:1 17741:1 17770:1 17771:1 17793:1 17820:1 17838:2 17843:1 17852:1 17857:1 17861:1 17863:1 17865:1 17868:1 17870:4 17874:1 17883:1 17888:1 17892:1 17897:1 17904:4 17906:2 17912:1 17940:1 17963:1 17972:1 17984:1 18000:1 18005:1 18007:1 18025:1 18026:1 18038:1 18046:1 18047:1 18050:4 18069:1 18071:1 18081:1 18084:1 18109:2 18112:2 18118:2 18124:1 18127:1 18131:1 18153:1 18174:1 18189:1 18266:1 18291:1 18298:2 18300:3 18305:1 18338:1 18348:1 18358:1 18363:1 18365:3 18367:1 18382:1 18396:9 18402:2 18404:1 18412:1 18413:1 18415:1 18417:1 18418:4 18420:31 18434:1 18437:1 18439:2 18451:1 18452:1 18477:1 18487:3 18496:2 18500:2 18537:1 18553:1 18583:3 18598:1 18610:1 18616:1 18632:1 18635:3 18648:1 18653:1 18655:2 18663:1 18670:2 18674:1 18687:1 18688:1 18724:1 18728:3 18730:1 18741:1 18776:1 18781:1 18791:1 18793:2 18807:1 18820:1 18829:1 18839:2 18866:2 18872:1 18880:2 18913:1 18922:1 18929:1 18936:1 18949:1 18975:1 18993:2 18994:1 19007:1 19022:1 19025:8 19047:1 19054:1 19069:1 19072:1 19080:1 19082:1 19085:1 19108:1 19109:1 19139:1 19177:3 19219:1 19222:1 19232:1 19260:1 19272:1 19285:1 19323:1 19324:1 19328:2 19329:1 19340:1 19407:1 19408:1 19416:1 19420:1 19445:2 19452:1 19454:2 19469:1 19478:1 19480:1 19498:1 19506:1 19507:1 19508:2 19532:1 19535:1 19544:1 19545:1 19552:1 19576:1 19596:1 19628:1 19631:2 19632:1 19634:1 19635:1 19638:1 19670:1 19685:1 19688:1 19702:2 19728:1 19739:1 19754:1 19757:1 19761:1 19773:1 19779:2 19784:1 19794:1 19808:1 19813:1 19815:1 19819:1 19832:9 19837:1 19890:4 19902:2 19905:1 19914:3 19927:2 19930:1 19966:1 19973:1 19977:3 20047:1 20049:1 20050:1 20071:1 20084:1 20085:3 20096:1 20102:2 20108:1 20141:1 20172:2 20176:1 20198:1 20206:1 20207:1 20209:2 20217:1 20221:1 20253:1 20255:1 20270:1 20284:1 20294:1 20320:1 20345:1 20346:1 20352:1 20386:2 20390:1 20408:1 20437:1 20444:2 20449:1 20451:1 20455:1 20468:1 20479:1 20508:1 20513:2 20518:1 20521:1 20536:1 20544:1 20552:3 20557:2 20560:1 20569:1 20572:2 20573:1 20582:1 20588:1 20592:1 20616:1 20635:2 20637:1 20644:1 20648:3 20655:1 20661:2 20663:1 20664:1 20666:1 20687:1 20695:1 20722:1 20743:1 20744:2 20747:1 20749:3 20752:1 20779:1 20813:1 20824:2 20835:1 20847:2 20863:1 20869:1 20902:2 20921:1 20951:2 20963:1 20979:1 20985:1 20996:1 21009:1 21020:1 21044:1 21064:1 21083:1 21087:1 21095:1 21099:2 21123:1 21129:1 21134:1 21169:1 21176:1 21198:1 21217:1 21238:2 21256:1 21284:1 21294:1 21298:1 21310:1 21314:1 21317:1 21318:2 21335:2 21355:2 21357:1 21362:1 21364:1 21391:1 21400:1 21401:1 21402:2 21423:1 21463:1 21469:1 21484:4 21498:1 21511:2 21521:1 21533:1 21541:1 21548:3 21549:1 21592:1 21616:1 21653:2 21656:1 21668:1 21682:1 21698:1 21700:2 21731:1 21733:1 21738:1 21757:1 21758:1 21762:1 21787:1 21798:1 21805:1 21811:1 21818:1 21819:2 21837:1 21846:1 21858:1 21877:1 21879:1 21880:1 21882:1 21887:1 21888:2 21890:1 21902:1 21916:1 21937:1 21949:1 21951:1 21952:2 21962:1 21964:1 21999:1 22002:1 22019:1 22039:1 22045:1 22050:1 22067:1 22080:1 22092:1 22106:1 22110:1 22127:1 22133:8 22142:1 22149:1 22158:2 22175:1 22197:1 22209:1 22226:1 22237:1 22240:1 22280:1 22282:1 22297:1 22298:2 22339:1 22359:2 22401:1 22417:1 22423:2 22427:1 22428:1 22441:1 22464:1 22472:1 22474:1 22488:1 22492:1 22506:1 22519:1 22521:1 22527:1 22545:1 22550:1 22553:1 22554:1 22558:2 22560:3 22585:1 22595:1 22598:1 22624:1 22638:1 22639:1 22642:1 22659:1 22671:1 22675:1 22690:1 22699:1 22703:1 22733:1 22751:2 22774:1 22777:1 22785:1 22798:1 22807:4 22820:2 22832:1 22837:2 22842:1 22847:1 22884:1 22885:1 22912:1 22959:1 22965:2 22966:1 22978:1 22990:1 23006:1 23009:3 23026:1 23031:2646 23034:1 23050:1 23064:1 23096:1 23100:1 23108:2 23156:1 23174:1 23188:2 23196:1 23201:1 23204:1 23229:2 23239:2 23245:1 23296:1 23299:2 23309:1 23342:2 23352:1 23379:2 23384:1 23401:1 23429:1 23438:1 23445:2 23448:1 23478:1 23480:1 23485:1 23507:2 23523:3 23531:2 23552:1 23563:1 23570:1 23607:1 23629:1 23635:2 23644:1 23654:3 23662:1 23705:1 23708:1 23730:1 23758:1 23765:1 23770:3 23778:1 23808:1 23816:3 23821:1 23829:3 23835:1 23857:1 23874:1 23879:1 23886:1 23903:2 23919:1 23936:1 23939:6 23971:2 24024:1 24033:1 24071:1 24078:4 24092:1 24098:2 24106:1 24108:1 24126:1 24132:1 24155:1 24170:1 24176:1 24182:3 24192:2 24193:2 24197:1 24198:1 24199:1 24201:1 24219:1 24226:1 24232:2 24248:1 24249:1 24259:1 24281:1 24282:1 24319:1 24326:1 24365:2 24370:1 24374:1 24383:1 24405:1 24409:1 24417:1 24422:1 24451:1 24452:1 24475:1 24543:1 24551:1 24572:1 24604:1 24605:1 24609:2 24628:1 24653:1 24660:1 24662:1 24665:2 24667:1 24669:2 24670:1 24687:1 24692:1 24724:2 24728:1 24730:3 24736:1 24737:1 24739:1 24748:1 24754:1 24755:1 24757:1 24766:1 24768:2 24772:2 24774:2 24776:1 24787:1 24788:1 24791:1 24802:1 24811:2 24818:2 24827:3 24832:1 24837:1 24865:1 24881:1 24882:1 24883:1 24918:1 24940:1 24948:2 24976:2 24984:1 24988:1 24991:1 25055:3 25104:1 25111:1 25116:1 25118:2 25121:1 25125:1 25137:1 25141:1 25147:2 25157:1 25162:1 25175:2 25177:2 25188:1 25201:2 25205:1 25226:1 25236:2 25237:2 25254:2 25267:2 25268:1 25271:2 25283:2 25340:1 25374:1 25400:1 25402:1 25404:1 25405:1 25417:1 25431:1 25436:1 25447:1 25450:1 25458:1 25459:1 25474:1 25477:1 25486:2 25516:1 25546:3 25556:1 25566:1 25571:1 25582:2 25591:2 25596:1 25598:1 25612:1 25614:2 25617:1 25656:1 25662:1 25664:3 25665:2 25669:1 25675:1 25685:1 25686:2 25687:2 25692:1 25716:1 25729:2 25746:2 25760:1 25769:1 25814:2 25850:1 25852:2 25857:1 25866:1 25891:2 25923:1 25955:1 25976:1 25977:1 26000:1 26016:1 26024:1 26066:1 26095:1 26111:1 26150:1 26153:2 26161:1 26165:1 26176:2 26178:2 26204:1 26212:2 26218:2 26219:8 26221:1 26243:1 26264:1 26274:1 26290:1 26293:1 26313:1 26322:1 26330:1 26339:1 26346:1 26347:1 26355:2 26358:1 26364:1 26385:1 26403:1 26423:1 26429:1 26433:1 26434:2 26437:2 26440:1 26441:1 26454:1 26472:1 26482:1 26492:1 26497:1 26542:1 26545:1 26549:1 26604:3 26611:1 26615:2 26624:1 26634:1 26643:1 26644:1 26658:1 26670:1 26687:1 26702:1 26713:1 26715:1 26721:1 26741:1 26746:1 26777:2 26781:1 26783:1 26785:5 26793:1 26803:1 26807:1 26817:1 26830:2 26831:3 26853:1 26858:1 26891:2 26897:1 26904:1 26920:1 26931:1 26945:2 26954:1 26977:1 26983:1 27003:2 27004:1 27017:1 27021:2 27027:1 27036:2 27064:1 27070:1 27072:1 27091:2 27103:2 27109:1 27124:1 27125:2 27129:2 27140:1 27145:1 27177:2 27189:3 27203:1 27212:1 27222:1 27223:1 27231:1 27247:2 27257:2 27258:1 27267:1 27278:1 27289:1 27302:1 27309:1 27322:1 27329:1 27332:1 27338:1 27339:1 27343:2 27344:1 27392:2 27406:1 27408:1 27455:3 27456:1 27459:1 27464:1 27472:1 27473:4 27523:1 27530:1 27540:1 27559:2 27561:1 27563:1 27564:5 27575:1 27586:5 27604:1 27609:1 27638:1 27644:1 27656:1 27684:1 27698:1 27704:1 27710:1 27738:6 27743:1 27755:1 27756:1 27759:1 27833:1 27837:1 27840:1 27846:1 27866:1 27869:2 27877:1 27900:2 27914:4 27948:1 27955:2 27961:1 27963:1 27966:1 27971:1 27977:1 27983:1 27985:1 27987:1 28007:1 28013:1 28017:1 28031:1 28035:1 28043:1 28048:2 28060:1 28074:3 28084:1 28093:1 28094:1 28124:1 28128:1 28145:1 28166:1 28188:1 28189:2 28193:1 28202:3 28204:1 28226:1 28232:1 28236:1 28265:1 28280:1 28286:1 28293:1 28334:1 28339:1 28362:1 28379:1 28394:1 28398:1 28408:3 28422:2 28456:2 28474:1 28503:1 28508:4 28527:1 28531:5 28539:1 28565:1 28581:1 28612:1 28625:1 28639:1 28641:4 28655:2 28656:3 28660:3 28670:1 28673:1 28675:3 28676:6 28695:1 28696:1 28724:1 28728:1 28746:2 28750:1 28755:1 28763:1 28771:4 28793:1 28798:2 28804:1 28816:1 28819:2 28827:1 28829:1 28830:1 28843:1 28878:1 28885:1 28927:1 28979:2 28982:1 28985:2 28987:2 28992:2 28998:1 29000:2 29011:5 29021:2 29030:1 29048:1 29065:4 29085:1 29095:1 29104:1 29111:3 29160:1 29173:2 29175:1 29177:2 29181:4 29187:1 29203:3 29214:1 29217:1 29219:1 29231:1 29233:1 29240:1 29242:1 29246:1 29248:1 29252:1 29261:1 29267:3 29270:1 29281:2 29310:1 29315:1 29335:1 29343:1 29359:1 29399:1 29401:1 29406:1 29419:1 29422:1 29439:2 29497:2 29500:1 29508:1 29516:5 29532:1 29536:1 29539:1 29540:3 29599:1 29607:1 29625:2 29627:1 29634:1 29641:1 29684:1 29685:1 29690:1 29700:1 29711:1 29726:2 29750:1 29826:1 29832:8 29835:1 29844:1 29845:2 29848:2 29858:2 29861:1 29874:1 29906:1 29943:1 29948:1 29959:1 29979:1 29981:1 29989:1 29997:1 30006:1 30010:2 30014:3 30016:2 30043:1 30049:3 30075:1 30092:1 30097:1 30115:1 30127:2 30131:1 30133:1 30150:2 30151:1 30159:1 30160:1 30161:1 30167:1 30181:1 30186:1 30192:1 30214:2 30222:1 30223:1 30237:1 30240:1 30249:1 30253:1 30268:1 30269:1 30293:1 30307:1 30338:1 30361:1 30395:1 30406:2 30409:1 30411:1 30437:1 30461:1 30469:2 30472:2 30478:1 30485:4 30520:1 30522:2 30523:1 30542:1 30549:1 30553:1 30582:1 30597:1 30625:1 30662:2 30677:1 30700:1 30714:1 30717:4 30745:1 30753:1 30761:1 30770:2 30795:1 30797:1 30798:1 30836:2 30837:2 30869:1 30871:1 30874:1 30900:2 30906:1 30918:1 30922:1 30963:1 30969:2 31018:1 31031:1 31045:2 31060:1 31062:1 31077:2 31079:2 31090:2 31091:2 31094:2 31102:3 31103:1 31110:1 31112:1 31116:2 31128:1 31139:1 31147:3 31152:1 31155:3 31186:2 31195:4 31205:2 31211:1 31226:1 31227:2 31249:1 31266:1 31274:2 31275:2 31276:2 31323:1 31325:2 31333:1 31360:1 31364:2 31377:1 31382:2 31393:1 31421:1 31426:1 31444:3 31462:1 31485:1 31498:1 31504:2 31513:2 31538:1 31546:2 31571:1 31578:1 31610:3 31646:1 31650:1 31653:1 31686:1 31706:1 31716:1 31728:1 31770:1 31773:1 31778:1 31793:2 31804:1 31807:1 31809:1 31863:1 31899:3 31903:1 31909:1 31933:1 31934:1 31960:1 31965:3 31969:1 31970:1 31989:1 31991:1 31997:4 32026:1 32033:1 32043:1 32050:1 32059:1 32074:1 32097:1 32112:1 32166:1 32168:1 32173:1 32222:1 32223:1 32234:2 32235:2 32252:1 32264:2 32271:1 32275:1 32278:1 32283:1 32287:2 32288:1 32289:3 32295:1 32328:2 32341:2 32344:1 32367:2 32371:1 32374:2 32379:1 32380:1 32388:1 32391:2 32393:2 32394:1 32402:2 32404:1 32410:3 32411:1 32412:2 32417:2 32422:1 32423:1 32443:1 32446:1 32474:1 32483:1 32504:2 32505:5 32566:1 32571:1 32573:1 32619:1 32623:1 32625:1 32648:1 32650:1 32655:1 32660:1 32685:1 32686:4 32690:2 32694:1 32714:1 32719:1 32729:1 32741:1 32754:1 32755:1 32783:1 32785:1 32786:1 32804:1 32831:1 32832:2 32838:2 32841:1 32843:1 32850:1 32871:2 32874:1 32875:1 32883:4 32894:1 32910:1 32913:1 32939:1 32949:1 32954:1 32955:1 32959:1 32976:1 33021:1 33032:1 33037:1 33052:2 33057:2 33059:1 33061:1 33072:4 33080:1 33103:1 33110:1 33131:2 33137:1 33157:1 33177:1 33180:1 33192:2 33193:1 33236:1 33248:1 33277:1 33289:1 33295:1 33312:1 33324:1 33362:1 33371:2 33373:1 33376:1 33386:1 33387:2 33405:1 33413:1 33436:2 33440:2 33444:1 33447:2 33448:2 33458:1 33466:3 33486:1 33489:1 33520:1 33521:1 33522:1 33527:1 33533:1 33551:1 33555:1 33572:2 33588:1 33590:1 33592:2 33601:4 33622:1 33695:1 33708:1 33732:2 33739:1 33741:2 33754:1 33805:2 33816:1 33831:1 33832:1 33849:1 33853:1 33854:1 33870:2 33877:1 33881:1 33889:2 33896:1 33942:1 33954:1 33967:1 33968:1 33980:1 33988:1 33993:1 33997:1 34012:1 34020:1 34049:1 34081:1 34131:1 34143:1 34147:2 34172:1 34181:2 34188:2 34205:1 34223:1 34224:1 34252:2 34261:1 34263:1 34270:2 34280:1 34286:1 34298:2 34311:2 34328:1 34330:1 34342:2 34343:2 34346:1 34357:2 34389:11 34394:1 34400:1 34404:1 34406:2 34411:2 34418:1 34421:1 34440:7 34441:2 34447:1 34450:2 34452:1 34464:3 34483:1 34501:1 34506:1 34518:1 34559:1 34564:1 34586:1 34611:3 34624:1 34637:2 34640:1 34646:2 34650:1 34674:1 34676:2 34684:1 34689:2 34712:1 34717:1 34724:1 34728:1 34732:1 34737:1 34761:1 34776:1 34793:1 34798:1 34805:1 34814:1 34831:1 34858:1 34860:3 34864:1 34876:1 34886:1 34891:1 34899:1 34919:1 34940:1 34949:1 34956:3 35001:2 35002:1 35017:1 35029:2 35033:2 35043:1 35058:1 35059:1 35076:1 35079:1 35115:1 35117:1 35139:1 35140:1 35154:1 35180:1 35183:1 35192:1 35196:1 35226:1 35230:1 35233:2 35235:1 35245:1 35249:1 35252:1 35261:1 35269:1 35286:1 35289:1 35294:2 35314:1 35319:1 35324:1 35376:1 35409:1 35410:1 35412:1 35445:1 35452:2 35459:1 35493:1 35535:1 35559:1 35593:2 35598:1 35609:1 35658:4 35670:1 35673:1 35682:1 35690:1 35717:1 35724:5 35728:1 35731:1 35735:1 35749:1 35756:1 35758:2 35765:1 35787:2 35795:1 35810:2 35818:1 35836:1 35842:1 35849:1 35851:2 35855:1 35858:3 35870:1 35874:1 35902:1 35911:4 35919:2 35921:1 35929:2 35983:1 35986:3 35987:1 35998:1 36001:1 36003:1 36006:1 36014:1 36034:1
17 19:2 29:1 30:1 40:1 42:1 49:1 64:2 72:1 86:1 91:1 112:1 125:1 163:1 177:1 186:7 196:1 201:2 205:1 208:1 220:1 244:1 248:1 250:1 257:1 279:2 294:1 301:4 332:2 336:2 371:1 375:1 381:1 388:2 390:1 434:1 436:2 439:1 449:1 452:1 456:1 523:1 536:1 538:2 546:1 551:1 558:1 626:1 643:1 681:3 687:1 690:1 695:1 715:1 742:1 745:1 754:1 757:3 771:1 779:2 854:1 874:1 897:1 900:1 907:1 929:1 935:3 954:5 962:1 1025:2 1026:1 1032:1 1033:1 1071:1 1072:1 1075:2 1083:6 1084:3 1086:1 1088:2 1092:1 1094:4 1098:2 1099:3 1100:1 1109:1 1113:1 1114:2 1118:1 1119:2 1122:2 1141:1 1148:4 1149:2 1153:2 1160:1 1191:3 1219:1 1221:2 1223:1 1225:2 1245:1 1247:1 1249:1 1254:1 1266:1 1269:1 1280:1 1288:1 1301:1 1307:1 1308:1 1309:3 1318:1 1336:1 1337:1 1343:1 1350:1 1356:1 1367:1 1368:1 1369:2 1376:1 1390:1 1398:1 1402:1 1410:2 1412:2 1465:1 1477:1 1481:1 1492:2 1497:1 1501:1 1514:1 1529:1 1531:1 1535:1 1556:1 1559:1 1572:1 1575:1 1576:1 1601:1 1602:1 1609:1 1637:1 1639:1 1655:1 1668:1 1672:1 1673:1 1680:1 1681:1 1728:1 1731:1 1751:1 1755:1 1756:2 1798:1 1801:1 1805:1 1806:1 1809:1 1819:1 1832:2 1837:1 1839:1 1867:1 1872:1 1894:4 1908:1 1911:1 1916:1 1919:1 1920:1 1923:1 1938:2 1954:1 1976:1 1994:1 1999:2 2002:2 2007:1 2009:3 2028:1 2037:1 2041:1 2044:1 2045:1 2056:2 2068:1 2073:1 2077:1 2083:1 2085:1 2089:1 2093:1 2094:1 2095:1 2098:1 2129:2 2136:1 2138:1 2145:1 2146:1 2156:3 2158:1 2166:1 2168:1 2169:1 2171:1 2182:1 2195:1 2203:1 2205:1 2208:2 2210:1 2212:2 2221:1 2224:1 2251:1 2259:1 2262:1 2276:1 2282:3 2289:2 2299:2 2301:1 2309:1 2336:1 2355:1 2358:1 2374:1 2381:1 2391:2 2393:1 2407:1 2412:1 2413:2 2425:1 2428:1 2446:1 2447:1 2455:1 2476:2 2525:1 2527:2 2536:1 2557:2 2564:1 2574:1 2587:1 2612:1 2667:1 2720:2 2761:1 2771:1 2796:1 2800:1 2804:1 2837:1 2839:2 2844:1 2854:1 2863:4 2864:1 2868:2 2869:1 2871:1 2887:5 2893:1 2897:2 2898:2 2901:2 2902:1 2905:1 2912:1 2914:1 2915:5 2934:1 2949:2 2968:2 2985:1 2987:1 2990:1 2995:1 3005:1 3062:1 3064:1 3067:2 3089:1 3107:5 3109:2 3132:2 3141:1 3148:1 3157:1 3159:2 3163:1 3164:1 3171:1 3181:1 3182:1 3184:1 3188:3 3194:1 3198:1 3202:1 3237:1 3252:1 3254:2 3278:1 3317:2 3323:1 3333:1 3336:1 3361:1 3377:1 3387:1 3398:1 3399:1 3416:1 3417:1 3420:1 3425:1 3426:3 3443:1 3463:1 3487:1 3502:1 3505:1 3510:1 3512:2 3515:2 3523:1 3534:1 3539:1 3552:1 3556:1 3558:1 3562:1 3580:1 3581:1 3588:1 3598:4 3607:4 3617:5 3636:1 3649:1 3652:1 3653:1 3662:2 3668:1 3687:1 3700:1 3704:1 3705:1 3723:2 3727:3 3730:2 3734:1 3737:2 3742:1 3760:1 3803:1 3816:1 3836:1 3855:1 3862:3 3863:1 3907:1 3909:1 3912:1 3918:1 3919:2 3948:1 3962:1 3963:1 4005:1 4016:3 4039:2 4050:1 4090:1 4136:1 4157:2 4205:1 4245:1 4247:2 4254:1 4272:1 4275:1 4276:3 4295:1 4298:1 4299:1 4314:1 4353:2 4354:1 4359:1 4375:3 4385:1 4387:1 4389:1 4390:5 4408:1 4416:1 4424:1 4440:2 4453:1 4484:1 4497:1 4525:1 4531:1 4541:3 4546:1 4561:2 4567:1 4577:2 4588:1 4599:2 4608:1 4609:1 4638:1 4639:1 4643:1 4650:1 4668:1 4679:3 4681:1 4686:1 4687:1 4711:2 4750:1 4773:2 4775:2 4780:3 4809:1 4822:1 4832:1 4843:1 4852:3 4856:1 4860:1 4872:1 4876:2 4886:1 4909:1 4910:1 4922:1 4924:1 4933:1 4935:1 4984:1 5031:1 5052:1 5057:1 5059:1 5081:1 5088:1 5090:1 5096:1 5104:1 5117:1 5124:2 5134:1 5147:2 5148:1 5153:1 5158:2 5209:1 5238:1 5240:1 5243:1 5274:1 5282:1 5287:2 5290:1 5293:1 5294:1 5295:1 5301:1 5316:1 5366:2 5369:3 5408:1 5417:1 5431:4 5434:1 5435:1 5441:1 5450:2 5451:1 5461:1 5463:3 5494:1 5497:1 5501:1 5517:1 5522:1 5528:1 5529:1 5544:2 5545:1 5591:1 5602:2 5604:1 5611:1 5627:1 5640:1 5642:1 5666:1 5668:1 5675:1 5679:1 5680:1 5686:2 5687:1 5696:1 5700:1 5701:5 5720:2 5729:1 5734:1 5738:1 5749:1 5781:2 5801:3 5807:1 5820:2 5839:1 5863:1 5889:2 5895:5 5902:1 5904:1 5913:1 5917:1 5920:1 5925:3 5930:1 5932:4 5948:1 5954:1 5959:1 5972:2 5974:2 5999:1 6004:1 6051:1 6071:2 6072:1 6085:1 6086:1 6087:1 6088:1 6089:1 6095:1 6102:1 6104:1 6105:2 6110:2 6113:1 6122:2 6125:2 6132:1 6133:1 6134:1 6175:1 6180:1 6201:1 6205:1 6234:1 6241:1 6294:1 6316:1 6322:1 6328:1 6358:2 6363:1 6367:1 6375:1 6395:2 6409:3 6413:1 6419:1 6433:1 6462:1 6466:1 6483:2 6488:1 6510:1 6527:1 6538:2 6551:4 6567:1 6571:1 6585:1 6587:1 6603:2 6607:1 6624:1 6629:1 6641:2 6659:1 6716:1 6718:1 6729:2 6730:1 6733:1 6741:1 6748:1 6765:1 6789:1 6798:1 6861:2 6865:1 6866:1 6880:1 6882:3 6896:1 6925:2 6937:1 6954:5 6971:1 7022:1 7031:1 7035:1 7046:1 7058:2 7064:1 7067:1 7076:1 7099:1 7102:2 7104:1 7111:1 7133:1 7138:1 7142:2 7152:1 7153:1 7174:1 7182:1 7185:1 7192:1 7196:1 7201:2 7206:2 7211:2 7212:9 7221:2 7244:2 7255:1 7279:1 7313:1 7316:3 7349:1 7351:2 7379:1 7384:2 7393:1 7394:3 7406:2 7413:1 7414:1 7433:3 7449:2 7475:1 7480:1 7486:1 7487:1 7509:2 7511:3 7515:1 7534:2 7542:1 7549:1 7553:1 7557:1 7563:1 7575:4 7578:1 7602:1 7639:1 7644:2 7647:2 7655:2 7657:1 7660:1 7669:1 7691:2 7717:1 7724:1 7733:1 7739:1 7744:1 7757:4 7771:1 7774:1 7782:1 7795:1 7823:8 7835:1 7841:1 7854:1 7856:1 7863:3 7869:2 7871:1 7874:1 7880:1 7883:3 7884:2 7888:1 7912:1 7928:1 7933:1 7939:1 7944:1 7946:1 7951:1 7953:1 7960:2 7966:1 7982:1 7989:1 8044:1 8049:1 8058:2 8062:1 8071:1 8095:1 8100:1 8109:1 8118:2 8142:1 8148:1 8151:1 8161:2 8172:1 8193:1 8213:2 8217:4 8219:1 8234:1 8263:1 8266:1 8269:1 8278:1 8279:1 8288:1 8337:1 8345:1 8357:1 8381:3 8386:1 8387:1 8409:1 8423:1 8436:1 8438:1 8463:3 8468:2 8469:1 8481:1 8500:1 8503:1 8510:1 8512:1 8519:2 8525:2 8530:1 8550:1 8584:1 8631:2 8682:1 8693:2 8696:1 8698:1 8719:4 8739:2 8744:1 8762:1 8767:1 8769:1 8776:1 8783:1 8787:1 8793:1 8798:1 8803:1 8845:1 8848:2 8852:2 8883:1 8889:1 8902:1 8907:3 8921:1 8932:1 8934:1 8940:1 8941:1 8944:1 8961:2 8962:2 8987:1 8994:1 9012:1 9032:2 9054:1 9056:1 9060:1 9062:1 9083:1 9093:1 9112:2 9118:2 9127:1 9135:1 9138:1 9168:1 9193:4 9196:1 9198:1 9205:1 9209:1 9224:1 9231:2 9235:1 9236:1 9255:1 9263:1 9269:2 9281:1 9291:1 9303:2 9308:3 9309:1 9310:1 9334:2 9337:2 9338:7 9340:1 9341:1 9344:2 9347:6 9349:1 9350:1 9354:1 9360:2 9361:3 9363:1 9364:4 9365:2 9382:1 9418:3 9426:1 9436:1 9438:1 9448:1 9458:1 9471:1 9523:1 9524:1 9529:1 9536:1 9544:1 9568:2 9589:2 9610:1 9611:2 9641:1 9643:1 9655:17 9661:1 9685:4 9687:2 9693:2 9715:1 9720:2 9737:1 9745:2 9754:1 9760:3 9769:1 9821:1 9839:1 9874:1 9891:1 9908:1 9911:1 9917:2 9942:1 9956:3 9969:1 9973:1 9975:1 9984:1 9990:1 10021:1 10065:2 10066:1 10083:1 10088:1 10102:1 10123:5 10128:1 10136:1 10137:2 10156:1 10163:6 10171:1 10175:1 10176:1 10185:1 10192:1 10216:1 10224:1 10228:1 10231:1 10240:1 10248:1 10266:1 10283:1 10292:1 10293:6 10322:1 10352:2 10369:2 10394:1 10396:1 10414:1 10421:1 10439:1 10442:2 10446:1 10457:1 10458:1 10491:2 10497:3 10505:1 10507:1 10513:1 10515:1 10522:1 10530:2 10544:1 10559:1 10565:1 10567:1 10587:1 10593:1 10600:1 10603:1 10615:2 10619:1 10622:1 10641:1 10644:1 10646:1 10649:1 10651:2 10657:1 10668:1 10681:1 10690:5 10700:1 10702:2 10754:1 10756:1 10757:2 10761:1 10763:4 10766:1 10769:1 10776:1 10785:1 10792:2 10799:1 10816:1 10845:1 10853:1 10857:1 10885:1 10890:2 10903:1 10910:1 10917:2 10926:1 10933:1 10934:1 10935:1 10980:2 10983:1 10989:7 11006:1 11010:1 11019:1 11052:1 11088:1 11109:2 11120:1 11123:1 11126:1 11129:1 11133:1 11142:1 11150:1 11156:1 11165:1 11174:1 11176:1 11181:1 11195:1 11234:1 11250:5 11251:2 11278:2 11279:1 11292:1 11302:1 11318:1 11321:1 11328:1 11345:1 11361:1 11368:1 11374:1 11387:1 11392:3 11393:1 11410:1 11423:1 11424:1 11459:1 11473:1 11494:1 11502:1 11506:1 11518:1 11523:1 11528:3 11568:1 11570:2 11603:4 11605:1 11610:1 11616:1 11621:1 11624:1 11630:1 11647:1 11656:1 11666:1 11682:1 11695:1 11706:3 11711:1 11716:1 11732:1 11742:1 11743:2 11748:1 11767:1 11779:1 11811:1 11813:1 11824:1 11836:2 11855:1 11866:1 11886:1 11891:1 11894:1 11903:1 11906:1 11907:1 11916:1 11918:2 11922:1 11929:1 11950:1 11951:1 11990:3 11997:1 12024:1 12028:2 12032:1 12034:1 12041:1 12047:4 12048:1 12051:2 12054:1 12063:1 12067:1 12069:1 12082:1 12084:1 12094:1 12101:1 12107:1 12109:1 12113:1 12116:1 12117:1 12119:3 12131:3 12134:1 12162:1 12182:1 12188:1 12193:1 12212:6 12216:1 12234:1 12237:2 12277:2 12279:1 12326:1 12331:1 12353:1 12363:1 12365:1 12377:1 12384:1 12387:1 12401:1 12430:1 12431:1 12444:1 12452:1 12475:1 12478:1 12483:2 12528:1 12531:1 12532:1 12543:2 12554:2 12562:4 12565:1 12566:2 12568:2 12570:1 12571:1 12615:1 12616:1 12617:1 12618:1 12623:1 12625:2 12626:1 12629:3 12630:1 12643:4 12651:1 12665:1 12666:3 12671:5 12697:1 12701:1 12711:2 12732:1 12737:1 12758:1 12765:1 12769:2 12777:1 12826:1 12835:1 12848:1 12852:3 12864:3 12866:2 12878:1 12891:2 12893:1 12895:1 12901:1 12918:1 12941:2 12959:1 12960:1 12963:1 12976:1 13004:1 13006:1 13021:1 13022:2 13023:1 13024:1 13031:1 13058:1 13063:1 13085:5 13088:1 13089:1 13094:3 13101:1 13107:1 13111:1 13118:1 13128:1 13129:2 13131:1 13141:1 13145:1 13147:1 13159:1 13163:1 13165:3 13174:1 13181:1 13204:1 13244:1 13251:1 13253:2 13263:1 13270:2 13288:1 13338:1 13348:1 13354:1 13355:2 13382:1 13394:1 13395:1 13399:1 13405:1 13422:2 13434:6 13440:1 13445:2 13451:1 13471:2 13496:1 13505:1 13523:2 13555:1 13564:1 13571:1 13578:1 13581:1 13586:2 13629:1 13647:1 13672:1 13680:1 13693:1 13705:1 13707:1 13728:4 13729:3 13737:1 13744:2 13752:1 13753:2 13764:1 13771:1 13772:2 13787:1 13788:5 13811:1 13815:1 13818:1 13819:4 13828:1 13837:1 13840:3 13856:1 13877:1 13882:1 13893:1 13899:1 13907:1 13927:2 13957:1 13989:3 13991:1 14002:1 14013:1 14014:1 14017:1 14022:1 14027:1 14033:2 14037:2 14040:2 14071:1 14073:2 14077:1 14080:1 14102:1 14115:1 14117:1 14128:1 14129:1 14135:1 14160:1 14163:2 14171:1 14179:2 14200:1 14213:1 14218:3 14219:1 14227:1 14234:2 14244:1 14250:2 14266:4 14277:1 14290:1 14307:1 14313:1 14331:1 14351:1 14354:1 14408:1 14419:1 14467:1 14472:2 14493:1 14510:1 14513:4 14526:1 14536:1 14552:1 14581:1 14585:1 14589:1 14602:1 14614:1 14619:2 14636:1 14648:1 14653:3 14655:1 14661:1 14664:1 14669:1 14676:1 14727:1 14731:1 14738:1 14754:1 14756:1 14768:1 14771:2 14793:1 14816:1 14826:1 14835:1 14853:1 14858:1 14859:1 14864:1 14895:3 14898:1 14899:1 14901:1 14904:3 14907:1 14908:5 14910:1 14911:1 14919:2 14921:2 14960:2 14970:1 14976:1 14988:1 15011:1 15012:2 15013:1 15015:2 15019:1 15023:2 15029:1 15058:1 15062:2 15063:1 15068:1 15070:2 15102:1 15119:1 15125:1 15132:1 15137:1 15140:1 15154:1 15155:2 15157:1 15160:3 15167:2 15177:3 15185:1 15206:1 15207:1 15224:1 15235:1 15272:1 15297:2 15300:1 15316:1 15327:1 15336:2 15341:1 15342:1 15348:1 15349:1 15353:1 15360:1 15374:1 15389:1 15400:1 15419:1 15424:1 15426:1 15432:1 15442:1 15461:1 15493:1 15500:1 15516:1 15535:1 15538:1 15542:1 15544:2 15545:1 15556:2 15561:1 15569:1 15571:1 15616:1 15620:1 15646:2 15666:2 15667:1 15675:1 15680:1 15686:1 15705:2 15716:1 15719:1 15749:2 15751:1 15784:1 15811:5 15840:2 15843:1 15847:1 15849:2 15921:5 15925:1 15942:1 15945:2 15961:2 15963:1 15968:6 15982:1 15985:2 16017:1 16028:1 16107:1 16112:1 16120:1 16156:1 16214:1 16222:1 16246:1 16262:1 16311:1 16312:1 16330:2 16335:2 16376:1 16379:5 16388:2 16392:1 16393:3 16397:1 16412:1 16436:3 16447:2 16448:1 16473:1 16483:1 16485:1 16488:1 16533:1 16542:1 16556:1 16579:1 16584:1 16619:1 16624:1 16653:1 16663:4 16670:1 16675:1 16692:1 16745:1 16775:1 16820:2 16833:1 16841:1 16847:1 16858:1 16868:2 16873:3 16890:3 16900:2 16902:1 16917:1 16922:1 16938:1 16960:1 16964:8 16975:2 16984:1 17006:1 17009:1 17017:1 17020:1 17024:1 17039:1 17041:1 17042:1 17045:1 17048:2 17057:1 17066:1 17093:1 17094:1 17100:1 17106:2 17149:1 17170:2 17172:1 17179:1 17210:4 17237:2 17260:1 17290:1 17315:1 17365:1 17387:1 17392:2 17441:1 17443:1 17450:1 17464:1 17467:1 17470:2 17495:1 17518:1 17530:1 17550:1 17555:1 17558:1 17573:1 17582:1 17583:1 17594:1 17605:1 17607:1 17616:1 17628:1 17632:3 17644:1 17647:1 17651:1 17668:1 17701:1 17705:1 17706:1 17710:1 17714:1 17719:1 17720:1 17725:1 17727:1 17741:1 17770:1 17771:1 17793:1 17820:1 17838:2 17843:1 17852:1 17857:1 17861:1 17863:1 17865:1 17868:1 17870:4 17872:1 17874:1 17883:1 17888:1 17892:1 17897:1 17904:4 17906:2 17908:1 17912:1 17940:2 17963:1 17972:1 17984:1 17998:1 18000:1 18005:1 18007:1 18025:1 18026:1 18038:1 18046:1 18047:1 18050:4 18069:1 18071:1 18081:1 18084:1 18109:2 18112:2 18118:2 18124:1 18127:1 18131:1 18153:1 18174:1 18189:1 18266:1 18291:1 18298:2 18300:3 18305:1 18338:1 18348:1 18356:1 18358:1 18363:1 18365:3 18367:1 18382:1 18396:9 18402:2 18404:1 18412:1 18413:1 18415:1 18417:1 18418:4 18420:34 18434:1 18437:1 18439:2 18451:1 18452:1 18477:1 18487:3 18496:2 18500:2 18537:1 18553:1 18583:3 18598:1 18610:1 18616:1 18632:1 18635:3 18648:1 18653:1 18655:2 18663:1 18670:2 18674:1 18687:1 18688:1 18724:1 18728:3 18730:1 18741:1 18776:1 18781:1 18791:1 18793:2 18807:1 18820:1 18829:1 18839:2 18866:2 18872:1 18880:2 18913:1 18922:1 18929:1 18936:1 18949:1 18975:1 18993:2 18994:1 19007:1 19022:1 19025:8 19047:1 19054:1 19069:1 19072:1 19080:1 19082:1 19085:1 19108:1 19109:1 19139:1 19177:3 19219:1 19222:1 19232:1 19260:1 19272:1 19285:1 19323:1 19324:2 19328:2 19329:1 19340:1 19407:1 19408:1 19416:1 19420:1 19445:2 19452:1 19454:2 19469:1 19478:1 19480:1 19498:1 19506:1 19507:1 19508:2 19532:1 19535:1 19544:1 19545:1 19552:1 19576:1 19596:1 19628:1 19631:4 19632:1 19634:1 19635:1 19638:1 19640:1 19670:1 19685:1 19688:1 19702:2 19727:1 19728:1 19739:1 19754:1 19757:1 19761:1 19773:1 19779:2 19784:1 19794:1 19808:1 19813:1 19815:1 19819:1 19832:11 19837:1 19890:4 19902:2 19905:1 19914:3 19927:2 19930:1 19966:1 19973:1 19977:3 20047:1 20049:1 20050:1 20071:1 20084:1 20085:3 20096:1 20102:2 20108:1 20141:1 20172:2 20176:1 20198:1 20206:1 20207:1 20209:2 20217:1 20221:1 20253:1 20255:1 20270:1 20284:1 20294:1 20320:1 20345:1 20346:1 20352:1 20386:2 20390:1 20408:1 20437:1 20444:2 20449:1 20451:1 20455:1 20468:1 20479:1 20508:1 20513:2 20518:1 20521:1 20536:1 20544:1 20552:3 20557:2 20560:1 20569:1 20572:2 20573:1 20582:1 20588:1 20592:1 20598:1 20616:1 20623:1 20635:2 20637:1 20644:1 20648:3 20655:1 20661:2 20663:1 20664:2 20666:1 20687:1 20695:1 20722:1 20735:1 20743:1 20744:2 20747:1 20749:3 20752:1 20779:2 20813:1 20824:2 20835:2 20847:2 20863:1 20869:1 20902:2 20921:1 20951:2 20963:1 20979:1 20985:1 20996:1 21009:1 21020:1 21044:1 21064:1 21083:1 21087:1 21095:1 21099:2 21123:1 21129:1 21134:1 21169:1 21176:1 21198:1 21217:1 21238:2 21256:1 21284:1 21294:1 21298:1 21310:1 21314:1 21317:1 21318:2 21335:2 21355:2 21357:1 21362:1 21364:1 21391:1 21400:1 21401:1 21402:2 21423:1 21463:1 21469:1 21484:4 21498:1 21511:2 21521:1 21533:1 21541:1 21548:3 21549:1 21575:1 21592:1 21616:1 21653:2 21656:1 21668:1 21682:1 21698:1 21700:2 21731:1 21733:1 21738:1 21757:1 21758:1 21762:1 21787:1 21798:1 21805:1 21811:1 21818:1 21819:2 21837:1 21846:1 21858:1 21877:1 21879:1 21880:1 21882:1 21887:1 21888:2 21890:1 21902:1 21916:1 21937:1 21949:1 21951:1 21952:2 21962:1 21964:1 21999:1 22002:1 22019:1 22039:1 22045:1 22050:1 22067:1 22080:1 22092:1 22106:1 22110:1 22127:1 22133:8 22142:1 22149:1 22158:2 22175:1 22197:1 22209:1 22226:1 22237:1 22240:1 22280:1 22282:1 22297:1 22298:2 22339:1 22359:2 22401:1 22417:1 22423:2 22427:1 22428:1 22441:1 22464:1 22472:1 22474:1 22488:1 22492:1 22506:1 22519:1 22521:1 22527:1 22545:1 22550:1 22553:1 22554:1 22558:2 22560:3 22585:1 22595:1 22598:1 22624:1 22638:1 22639:1 22642:1 22659:1 22671:1 22675:1 22690:1 22699:1 22703:1 22733:1 22751:2 22774:1 22777:1 22785:1 22798:1 22807:4 22820:2 22832:1 22837:2 22842:1 22847:1 22884:1 22885:1 22912:1 22959:1 22965:2 22966:1 22978:1 22990:1 23006:1 23009:3 23026:1 23031:2765 23034:1 23050:1 23064:1 23096:1 23100:1 23108:2 23156:1 23174:1 23188:2 23196:1 23201:1 23204:1 23229:2 23239:2 23245:1 23296:1 23299:2 23309:1 23342:2 23352:1 23379:2 23384:1 23401:1 23429:1 23438:1 23445:2 23448:1 23467:1 23478:1 23480:1 23485:1 23507:2 23523:3 23531:2 23552:1 23563:1 23570:1 23607:1 23629:1 23635:2 23644:1 23654:3 23662:1 23705:1 23708:1 23730:1 23733:1 23758:1 23765:1 23770:3 23778:1 23808:1 23816:3 23821:1 23829:3 23835:1 23857:1 23874:1 23879:1 23886:1 23903:2 23919:1 23936:1 23939:6 23971:2 24024:1 24033:1 24071:1 24078:4 24092:1 24098:2 24106:1 24108:1 24126:1 24132:1 24155:1 24170:1 24176:1 24182:3 24192:2 24193:2 24197:2 24198:1 24199:1 24201:1 24219:1 24226:1 24232:2 24248:1 24249:1 24259:1 24281:1 24282:1 24319:1 24326:1 24365:2 24370:1 24374:1 24383:1 24405:1 24409:1 24417:1 24422:1 24451:1 24452:1 24475:1 24543:1 24551:1 24572:1 24604:1 24605:1 24609:2 24628:1 24653:1 24660:1 24662:1 24665:2 24667:1 24669:2 24670:1 24687:1 24692:1 24724:2 24728:1 24730:3 24736:1 24737:1 24739:1 24748:1 24754:1 24755:1 24757:1 24766:1 24768:2 24772:2 24774:2 24776:1 24787:1 24788:1 24791:1 24802:1 24811:2 24818:2 24827:3 24832:1 24837:1 24865:1 24881:1 24882:1 24883:1 24918:1 24940:1 24948:2 24976:2 24984:1 24988:1 24991:1 25055:3 25104:1 25111:1 25116:1 25118:2 25121:1 25125:2 25137:1 25141:1 25147:2 25157:1 25162:1 25175:2 25177:2 25188:1 25200:1 25201:2 25205:1 25226:1 25236:2 25237:2 25254:2 25267:2 25268:1 25271:2 25283:2 25340:1 25374:1 25400:1 25402:1 25404:1 25405:1 25417:1 25431:1 25436:1 25447:1 25450:1 25458:1 25459:1 25474:1 25477:1 25486:2 25516:1 25525:1 25546:3 25556:1 25566:1 25571:1 25582:2 25591:2 25596:1 25598:1 25612:1 25614:2 25617:1 25656:1 25662:1 25664:3 25665:2 25669:1 25675:1 25685:1 25686:2 25687:2 25692:1 25716:1 25729:2 25746:2 25760:1 25769:1 25814:2 25850:1 25852:2 25857:1 25866:1 25891:2 25923:1 25955:1 25976:1 25977:1 26000:1 26016:1 26024:1 26066:1 26095:1 26111:1 26150:1 26153:2 26161:1 26165:1 26176:2 26178:2 26204:1 26212:2 26218:2 26219:8 26221:1 26243:1 26264:1 26274:1 26290:1 26293:1 26294:1 26313:1 26322:1 26330:1 26339:1 26346:1 26347:1 26355:2 26358:1 26364:1 26385:1 26403:1 26423:1 26429:1 26433:1 26434:2 26437:2 26440:1 26441:1 26454:1 26472:1 26482:1 26492:1 26497:1 26542:1 26545:1 26549:1 26604:3 26611:1 26615:2 26624:1 26634:1 26643:1 26644:1 26658:1 26670:1 26687:1 26702:1 26713:1 26715:1 26721:1 26741:1 26746:1 26777:2 26781:1 26783:1 26785:5 26793:1 26803:1 26807:1 26817:1 26830:2 26831:3 26853:1 26858:1 26891:2 26897:1 26904:1 26920:1 26931:1 26945:2 26954:1 26977:1 26983:1 27003:3 27004:1 27017:1 27021:2 27027:1 27036:2 27064:1 27070:1 27072:1 27091:2 27103:2 27109:1 27124:1 27125:2 27129:2 27140:1 27145:1 27177:2 27189:3 27203:1 27212:1 27222:1 27223:1 27231:1 27247:2 27257:2 27258:1 27267:1 27278:1 27289:1 27302:1 27309:1 27322:1 27329:1 27332:1 27338:1 27339:1 27343:2 27344:1 27392:2 27406:1 27408:1 27428:1 27455:3 27456:1 27459:2 27464:1 27472:1 27473:4 27523:1 27530:1 27540:1 27559:2 27561:1 27563:1 27564:5 27575:1 27586:5 27604:1 27609:1 27638:1 27644:1 27656:1 27684:1 27698:1 27704:1 27710:1 27711:1 27738:6 27743:1 27755:1 27756:1 27759:1 27833:1 27837:1 27840:2 27846:1 27866:1 27869:2 27877:1 27900:2 27913:1 27914:4 27948:1 27955:2 27957:1 27961:1 27963:1 27966:1 27971:1 27977:1 27983:1 27985:1 27987:1 28007:1 28013:1 28017:1 28031:1 28035:1 28043:1 28048:2 28060:1 28074:4 28084:1 28090:1 28093:1 28094:1 28124:1 28128:1 28145:1 28166:1 28188:1 28189:2 28193:1 28202:3 28204:1 28226:1 28232:1 28236:1 28265:1 28280:1 28286:1 28293:1 28334:1 28339:1 28362:1 28379:1 28394:1 28398:2 28408:3 28422:2 28456:2 28474:1 28503:1 28508:4 28527:1 28531:6 28539:1 28565:1 28581:1 28612:1 28625:1 28639:1 28641:4 28655:2 28656:3 28660:3 28670:1 28673:1 28675:3 28676:6 28695:1 28696:1 28724:1 28728:1 28746:2 28750:1 28755:1 28763:1 28771:4 28793:1 28798:2 28804:1 28816:1 28819:2 28827:1 28829:1 28830:1 28843:1 28878:1 28885:1 28927:1 28979:2 28982:1 28985:2 28987:2 28992:2 28998:1 29000:2 29011:5 29021:2 29030:1 29048:1 29065:4 29085:1 29095:1 29104:1 29111:3 29160:1 29173:2 29175:1 29177:2 29181:4 29187:1 29203:3 29214:1 29217:1 29219:1 29231:1 29233:1 29240:1 29242:1 29246:1 29248:1 29252:1 29261:1 29267:3 29270:1 29281:2 29310:1 29315:2 29335:1 29343:1 29359:1 29399:1 29401:1 29406:1 29419:1 29422:1 29439:2 29497:2 29500:1 29508:1 29516:5 29532:1 29536:1 29539:1 29540:3 29599:1 29607:1 29625:2 29627:1 29634:1 29641:1 29684:1 29685:1 29690:1 29700:1 29711:1 29726:2 29750:1 29826:1 29832:9 29835:1 29844:1 29845:2 29848:2 29858:2 29861:1 29874:1 29888:1 29906:1 29943:1 29948:1 29959:1 29979:1 29981:1 29989:1 29997:1 30006:1 30010:2 30014:4 30016:2 30043:1 30049:3 30075:1 30092:1 30097:1 30115:1 30127:2 30131:1 30133:1 30150:2 30151:1 30159:1 30160:1 30161:1 30167:1 30181:1 30186:1 30192:1 30214:2 30222:1 30223:1 30237:1 30240:1 30249:1 30253:1 30268:1 30269:1 30293:1 30307:1 30338:1 30361:1 30395:1 30406:2 30409:1 30411:1 30437:1 30461:1 30469:2 30472:2 30478:1 30485:4 30520:1 30522:2 30523:1 30542:1 30549:1 30553:1 30582:1 30597:1 30625:1 30662:2 30677:1 30700:1 30714:1 30717:4 30745:2 30753:1 30761:1 30770:2 30795:1 30797:1 30798:1 30836:2 30837:2 30869:1 30871:1 30874:1 30900:2 30906:1 30918:1 30922:1 30938:1 30963:1 30969:2 30983:1 31018:1 31031:1 31045:2 31060:1 31062:1 31077:2 31079:2 31090:2 31091:2 31094:2 31102:3 31103:1 31110:1 31112:1 31116:2 31128:1 31139:1 31147:3 31152:1 31155:3 31186:2 31195:4 31205:2 31211:1 31226:1 31227:2 31249:1 31266:1 31274:2 31275:2 31276:2 31323:1 31325:2 31333:1 31360:1 31364:2 31377:1 31382:2 31393:1 31421:1 31426:1 31444:3 31462:1 31485:1 31498:1 31504:2 31513:2 31538:1 31546:2 31571:1 31578:1 31610:3 31646:1 31650:1 31653:1 31686:1 31706:1 31716:1 31728:1 31770:1 31773:1 31778:1 31793:2 31804:1 31807:1 31809:1 31863:1 31899:3 31903:1 31909:1 31933:1 31934:1 31960:1 31965:3 31969:1 31970:1 31989:1 31991:1 31997:4 32026:1 32033:1 32043:1 32050:1 32059:1 32074:1 32097:1 32112:1 32166:1 32168:1 32173:1 32222:1 32223:1 32234:2 32235:2 32252:1 32264:2 32271:1 32275:1 32278:1 32283:1 32287:2 32288:1 32289:3 32295:1 32328:3 32341:2 32344:1 32367:2 32371:1 32374:2 32379:1 32380:1 32388:1 32391:2 32393:2 32394:1 32402:2 32404:1 32410:3 32411:1 32412:2 32417:2 32422:1 32423:1 32443:1 32446:1 32449:1 32474:1 32483:1 32504:2 32505:5 32566:1 32571:1 32573:1 32619:1 32623:1 32625:1 32648:1 32650:1 32655:1 32660:1 32685:1 32686:4 32690:2 32694:1 32714:1 32719:1 32729:1 32741:1 32754:1 32755:1 32783:1 32785:1 32786:1 32804:1 32831:1 32832:2 32838:2 32841:1 32843:1 32850:1 32871:2 32874:1 32875:1 32883:4 32894:1 32910:1 32913:1 32925:1 32939:1 32949:1 32954:1 32955:1 32959:1 32976:1 33021:1 33032:1 33037:1 33052:2 33057:2 33059:1 33061:1 33072:4 33080:1 33103:1 33110:1 33131:2 33137:1 33157:1 33177:1 33180:1 33192:2 33193:1 33236:1 33248:1 33277:1 33289:1 33295:1 33312:1 33324:1 33362:1 33371:2 33373:1 33376:1 33386:1 33387:2 33405:1 33413:1 33436:2 33440:2 33444:1 33447:2 33448:2 33458:1 33466:3 33486:1 33489:1 33520:1 33521:1 33522:1 33527:1 33533:1 33551:1 33555:1 33572:2 33588:1 33589:1 33590:1 33592:2 33601:4 33622:1 33695:1 33708:1 33732:2 33739:1 33741:2 33754:1 33805:2 33816:1 33831:1 33832:1 33849:1 33853:1 33854:1 33870:2 33877:1 33881:1 33889:2 33896:1 33942:1 33954:1 33967:1 33968:2 33980:1 33988:1 33993:1 33997:1 34012:1 34020:1 34049:1 34081:1 34131:1 34143:1 34147:2 34172:1 34181:2 34188:2 34205:1 34223:1 34224:1 34252:2 34261:1 34263:1 34270:2 34280:1 34286:1 34298:2 34311:2 34328:1 34330:1 34342:2 34343:2 34346:1 34357:2 34389:11 34394:1 34400:1 34404:1 34406:2 34411:2 34418:1 34421:1 34440:7 34441:2 34447:1 34450:2 34452:1 34464:3 34483:1 34501:1 34506:1 34518:1 34559:1 34564:1 34586:1 34611:3 34624:1 34637:2 34640:1 34646:2 34650:1 34664:1 34674:1 34676:2 34684:1 34689:2 34712:1 34717:1 34724:1 34728:1 34732:1 34737:1 34761:1 34776:1 34793:1 34798:1 34805:1 34814:1 34818:1 34831:1 34858:1 34860:3 34864:1 34876:1 34886:1 34891:1 34899:1 34919:1 34940:1 34949:1 34956:3 35001:2 35002:1 35017:1 35029:2 35033:2 35043:1 35058:1 35059:1 35076:1 35079:1 35115:1 35117:1 35139:1 35140:1 35154:1 35158:1 35180:1 35183:1 35192:1 35196:1 35226:1 35230:1 35233:2 35235:1 35245:1 35249:1 35252:1 35261:1 35269:1 35286:1 35289:1 35294:2 35314:1 35319:1 35324:1 35376:1 35409:1 35410:1 35412:1 35445:1 35452:2 35459:1 35493:1 35525:1 35535:1 35559:1 35593:2 35598:1 35609:1 35658:4 35670:1 35673:1 35682:1 35690:1 35717:1 35724:5 35728:1 35731:1 35735:1 35749:1 35756:1 35758:2 35765:1 35787:2 35795:1 35810:2 35818:1 35836:1 35842:1 35849:1 35851:2 35855:1 35858:3 35870:1 35874:1 35902:1 35911:4 35919:2 35921:1 35929:2 35983:1 35986:3 35987:1 35998:1 36001:1 36003:1 36006:1 36014:1 36034:1
17 19:2 29:1 30:1 40:1 42:1 49:1 64:2 72:1 86:1 91:1 112:1 125:1 163:1 177:1 186:7 196:1 201:2 205:1 208:1 220:1 244:1 248:1 250:1 257:1 279:2 294:1 301:4 332:2 336:2 371:1 375:1 381:1 388:2 390:1 434:1 436:2 439:1 449:1 452:1 456:1 523:1 536:1 538:2 546:1 551:1 552:1 558:1 626:1 643:1 681:3 687:1 690:1 695:1 715:1 742:1 745:1 754:1 757:3 771:1 779:2 854:1 874:1 897:1 900:1 907:1 918:1 929:1 935:3 954:5 962:1 1025:2 1026:1 1032:1 1033:1 1071:1 1072:1 1075:2 1083:6 1084:3 1086:1 1088:2 1092:1 1094:4 1098:2 1099:3 1100:1 1109:1 1113:1 1114:2 1118:1 1119:2 1122:2 1141:1 1148:4 1149:2 1153:2 1160:1 1191:3 1219:1 1221:2 1223:1 1225:2 1245:1 1247:1 1249:1 1254:1 1266:1 1269:1 1280:1 1288:1 1301:1 1307:1 1308:1 1309:3 1318:1 1336:1 1337:1 1343:1 1350:1 1356:1 1367:1 1368:1 1369:2 1376:1 1390:1 1398:1 1402:1 1410:2 1412:2 1465:1 1477:1 1481:1 1492:2 1497:1 1501:1 1514:1 1529:1 1531:1 1535:1 1556:1 1559:1 1572:1 1575:1 1576:1 1601:1 1602:1 1609:1 1637:1 1639:1 1655:1 1668:1 1672:1 1673:1 1680:1 1681:1 1728:1 1731:1 1751:1 1755:1 1756:2 1798:1 1801:1 1805:1 1806:1 1809:1 1819:1 1832:2 1837:1 1839:1 1867:2 1872:1 1894:4 1908:1 1909:1 1911:1 1916:1 1919:1 1920:1 1923:1 1938:2 1954:1 1976:1 1994:1 1999:2 2002:2 2007:1 2009:3 2028:1 2037:1 2041:1 2044:1 2045:1 2056:2 2068:1 2073:1 2077:1 2083:1 2085:1 2089:1 2093:1 2094:1 2095:1 2098:1 2129:2 2136:1 2138:1 2145:1 2146:1 2156:3 2158:1 2166:1 2168:1 2169:1 2171:1 2182:1 2195:1 2203:1 2205:1 2208:2 2210:1 2212:2 2221:1 2224:1 2251:1 2259:1 2262:1 2276:1 2282:3 2289:2 2299:2 2301:1 2309:1 2336:1 2355:1 2358:1 2374:1 2381:1 2391:2 2393:1 2407:1 2412:1 2413:2 2425:1 2428:1 2446:1 2447:1 2455:1 2476:2 2525:1 2527:2 2536:1 2557:2 2564:1 2574:1 2587:1 2612:1 2667:1 2720:2 2761:1 2771:1 2796:1 2800:1 2804:1 2837:1 2839:2 2844:1 2854:1 2863:4 2864:1 2868:2 2869:1 2871:1 2887:5 2893:1 2897:2 2898:2 2901:2 2902:1 2905:1 2912:1 2914:1 2915:6 2934:1 2949:2 2968:2 2985:1 2987:1 2990:1 2995:1 3005:1 3062:1 3064:1 3067:2 3089:1 3107:5 3109:2 3132:2 3141:1 3148:1 3157:1 3159:2 3163:1 3164:1 3171:1 3181:1 3182:1 3184:1 3188:3 3194:1 3198:1 3202:1 3237:1 3252:1 3254:2 3278:1 3317:2 3323:1 3333:1 3336:1 3361:1 3377:1 3387:1 3398:1 3399:1 3416:1 3417:1 3420:1 3425:1 3426:3 3443:1 3463:1 3487:1 3502:1 3505:1 3510:1 3512:2 3515:2 3523:1 3534:1 3539:1 3552:1 3556:1 3558:1 3562:1 3580:1 3581:1 3588:1 3598:4 3607:4 3617:5 3636:1 3649:1 3652:1 3653:1 3662:2 3668:1 3687:1 3700:1 3704:1 3705:1 3723:2 3727:3 3730:2 3734:1 3737:2 3742:1 3760:1 3803:1 3816:1 3836:1 3855:1 3862:3 3863:1 3907:1 3909:1 3912:1 3918:1 3919:2 3948:1 3962:1 3963:1 4005:1 4016:3 4039:2 4050:1 4090:1 4136:1 4157:2 4205:1 4245:1 4247:2 4254:1 4272:1 4275:1 4276:3 4295:1 4298:1 4299:1 4314:1 4353:2 4354:1 4359:1 4375:3 4385:1 4387:1 4389:1 4390:5 4408:1 4416:1 4424:1 4440:2 4453:1 4484:1 4497:1 4525:1 4531:1 4541:3 4546:1 4561:2 4567:1 4577:2 4588:1 4599:2 4608:1 4609:1 4638:1 4639:1 4643:1 4650:1 4668:1 4679:3 4681:1 4686:1 4687:1 4711:2 4718:1 4750:1 4773:2 4775:2 4780:3 4809:1 4822:1 4832:1 4843:1 4852:3 4856:1 4860:1 4872:1 4876:2 4886:1 4909:1 4910:1 4922:1 4924:1 4933:1 4935:1 4984:1 5020:2 5031:1 5052:1 5057:1 5059:1 5081:1 5088:1 5090:1 5096:1 5104:1 5117:1 5124:2 5134:1 5147:2 5148:1 5153:1 5158:2 5209:1 5238:1 5240:1 5243:1 5274:1 5282:1 5287:2 5290:1 5293:1 5294:1 5295:1 5301:1 5316:1 5366:2 5369:3 5408:1 5417:1 5431:4 5434:1 5435:1 5441:1 5450:2 5451:1 5461:1 5463:4 5494:1 5497:1 5501:1 5517:1 5522:1 5528:1 5529:1 5544:2 5545:1 5591:1 5602:2 5604:1 5611:1 5627:1 5640:1 5642:1 5666:1 5668:1 5675:1 5679:1 5680:1 5686:2 5687:1 5696:1 5700:1 5701:5 5720:2 5729:1 5734:1 5738:1 5749:1 5781:2 5801:4 5807:1 5820:2 5839:1 5863:1 5889:2 5895:5 5902:1 5904:1 5913:1 5917:1 5920:1 5925:3 5930:1 5932:4 5948:1 5954:1 5959:1 5972:2 5974:2 5999:1 6004:1 6051:1 6071:2 6072:1 6085:1 6086:1 6087:1 6088:1 6089:1 6095:1 6102:1 6104:1 6105:2 6110:2 6113:1 6122:2 6125:2 6132:1 6133:1 6134:1 6175:1 6180:1 6201:1 6205:1 6234:1 6241:1 6294:1 6316:1 6322:1 6328:1 6358:2 6363:1 6367:1 6375:1 6395:2 6409:3 6413:1 6419:1 6433:1 6462:1 6466:1 6483:2 6488:1 6510:1 6527:1 6538:2 6551:4 6567:1 6571:1 6585:1 6587:1 6603:2 6607:1 6624:1 6629:1 6641:2 6659:1 6716:1 6718:1 6729:2 6730:1 6733:1 6741:1 6748:1 6765:1 6789:1 6798:1 6861:2 6865:1 6866:1 6880:1 6882:3 6896:1 6925:2 6937:1 6954:6 6971:1 7022:1 7031:1 7035:1 7046:1 7058:2 7064:1 7067:1 7076:1 7099:1 7102:2 7104:1 7111:1 7133:1 7138:1 7142:2 7152:1 7153:1 7174:1 7182:1 7185:1 7192:1 7196:1 7201:2 7206:2 7211:2 7212:9 7221:2 7244:2 7250:1 7255:1 7279:1 7313:1 7316:3 7349:1 7351:2 7379:1 7384:2 7393:1 7394:4 7406:2 7413:1 7414:1 7433:3 7449:2 7475:1 7480:1 7486:1 7487:1 7509:2 7511:3 7515:1 7534:2 7542:1 7549:1 7553:1 7557:1 7563:1 7575:4 7578:1 7602:1 7639:1 7644:2 7647:2 7655:2 7657:1 7660:1 7669:1 7691:2 7717:1 7724:1 7733:1 7739:1 7744:1 7757:4 7771:1 7774:1 7782:1 7795:1 7823:9 7835:1 7841:1 7854:1 7856:1 7863:3 7869:2 7871:1 7874:1 7880:1 7883:3 7884:2 7888:1 7912:1 7928:1 7933:1 7939:1 7944:1 7946:1 7951:1 7953:1 7960:2 7966:1 7982:1 7989:1 8044:1 8049:1 8058:2 8062:1 8071:1 8095:1 8100:1 8109:1 8118:2 8142:1 8148:1 8151:1 8161:2 8172:1 8193:1 8213:2 8217:4 8219:1 8234:1 8263:1 8266:1 8269:1 8278:1 8279:1 8288:1 8337:1 8345:1 8357:1 8381:3 8386:1 8387:1 8409:1 8423:1 8436:1 8438:1 8463:3 8468:2 8469:1 8481:1 8500:1 8503:1 8510:1 8512:1 8519:2 8525:3 8530:1 8550:1 8584:1 8621:1 8631:2 8682:1 8693:2 8696:1 8698:1 8719:4 8739:2 8744:1 8762:1 8767:1 8769:1 8776:1 8783:1 8787:1 8793:1 8798:1 8803:1 8845:1 8848:2 8852:2 8883:1 8889:1 8902:1 8907:3 8921:1 8932:1 8934:1 8940:1 8941:1 8944:1 8961:2 8962:2 8987:1 8994:1 9012:1 9032:2 9054:1 9056:1 9060:1 9062:1 9083:1 9086:1 9093:1 9112:2 9118:2 9127:1 9135:1 9138:1 9168:1 9193:4 9196:1 9198:1 9205:1 9209:1 9224:1 9231:2 9235:1 9236:1 9253:1 9255:1 9263:1 9269:2 9281:1 9291:1 9303:2 9308:3 9309:1 9310:1 9334:3 9337:2 9338:7 9340:2 9341:1 9343:1 9344:2 9347:6 9349:1 9350:1 9354:1 9360:2 9361:3 9363:1 9364:4 9365:2 9382:1 9418:3 9426:1 9436:1 9438:1 9448:1 9458:1 9471:1 9523:1 9524:1 9529:1 9536:1 9544:1 9568:2 9589:2 9610:1 9611:2 9641:1 9643:1 9655:17 9661:1 9685:4 9687:2 9693:2 9715:1 9720:2 9737:1 9745:2 9754:1 9760:3 9769:1 9821:1 9839:1 9874:1 9891:1 9908:1 9911:1 9917:2 9942:1 9956:3 9969:1 9973:1 9975:1 9984:1 9990:1 10021:1 10065:2 10066:1 10083:1 10088:1 10102:1 10123:5 10128:1 10136:1 10137:2 10156:1 10163:6 10171:1 10175:1 10176:1 10185:1 10192:1 10216:1 10224:1 10228:1 10231:1 10240:1 10248:1 10266:1 10283:1 10292:1 10293:6 10322:1 10352:2 10369:2 10394:1 10396:1 10414:1 10421:1 10439:1 10442:2 10446:1 10457:1 10458:1 10491:2 10497:3 10505:1 10507:1 10513:1 10515:1 10522:1 10530:2 10544:1 10559:1 10565:1 10567:1 10587:1 10593:1 10600:1 10603:1 10615:2 10619:1 10622:1 10641:1 10644:1 10646:1 10649:1 10651:2 10657:1 10668:1 10681:1 10690:5 10700:1 10702:2 10754:1 10756:1 10757:2 10761:1 10763:4 10766:1 10769:1 10776:1 10785:1 10792:2 10799:1 10816:1 10845:1 10853:1 10857:1 10885:1 10890:2 10903:1 10910:1 10917:2 10926:1 10933:1 10934:1 10935:1 10980:2 10983:1 10989:7 11006:1 11010:1 11019:1 11052:1 11088:1 11109:2 11120:1 11123:1 11126:1 11129:1 11133:1 11142:1 11150:1 11156:1 11165:1 11174:1 11176:1 11181:1 11195:1 11234:1 11250:5 11251:2 11278:2 11279:1 11292:1 11302:1 11318:1 11321:1 11328:1 11345:1 11361:1 11368:1 11374:1 11387:1 11392:3 11393:1 11410:1 11423:1 11424:1 11459:1 11473:1 11494:1 11502:1 11506:1 11518:1 11523:1 11528:3 11568:1 11570:2 11603:4 11605:1 11610:1 11616:1 11621:1 11624:1 11630:2 11647:1 11656:1 11666:1 11682:1 11695:1 11706:3 11711:1 11716:1 11732:1 11742:1 11743:2 11748:1 11767:1 11779:1 11811:1 11813:1 11824:1 11836:2 11855:1 11866:1 11886:1 11891:1 11894:1 11903:1 11906:1 11907:1 11916:1 11918:2 11922:1 11929:1 11950:1 11951:1 11990:3 11997:1 12024:1 12028:2 12032:1 12034:1 12041:1 12047:4 12048:1 12051:2 12054:1 12063:1 12067:1 12069:1 12082:1 12084:1 12094:1 12101:1 12107:1 12109:1 12113:1 12116:1 12117:1 12119:3 12131:3 12134:1 12162:1 12182:1 12188:1 12193:1 12212:6 12216:1 12234:1 12237:2 12277:2 12279:1 12326:1 12331:1 12353:1 12363:1 12365:1 12377:1 12384:1 12387:1 12401:1 12425:1 12430:1 12431:1 12444:1 12452:1 12475:1 12478:1 12483:2 12528:1 12531:1 12532:1 12543:2 12548:1 12554:2 12562:4 12565:1 12566:2 12568:2 12570:1 12571:1 12615:1 12616:1 12617:1 12618:1 12623:1 12625:2 12626:1 12629:3 12630:1 12643:4 12651:1 12665:1 12666:3 12671:5 12697:1 12701:1 12711:2 12732:1 12737:1 12758:1 12765:1 12769:2 12777:1 12826:1 12835:1 12848:1 12852:3 12864:3 12866:2 12878:1 12891:2 12893:1 12895:1 12901:1 12918:1 12941:2 12959:1 12960:1 12963:1 12976:1 13004:1 13006:1 13021:1 13022:2 13023:1 13024:1 13031:1 13058:1 13063:1 13085:5 13088:1 13089:1 13094:3 13101:1 13107:1 13111:1 13118:1 13128:1 13129:2 13131:1 13141:1 13145:1 13147:1 13159:1 13163:1 13165:3 13174:1 13181:1 13204:1 13244:1 13251:1 13253:2 13263:1 13270:2 13288:1 13338:1 13348:1 13354:1 13355:2 13382:1 13394:1 13395:1 13399:1 13405:1 13422:2 13434:6 13440:1 13445:2 13451:1 13471:2 13496:1 13505:1 13523:2 13555:1 13564:1 13571:1 13578:1 13581:1 13586:2 13629:1 13647:1 13672:1 13680:1 13693:1 13705:1 13707:1 13728:4 13729:3 13737:1 13744:2 13752:1 13753:2 13764:1 13771:1 13772:2 13787:1 13788:5 13811:1 13815:1 13818:1 13819:4 13828:1 13837:1 13840:3 13856:1 13877:1 13882:1 13893:1 13899:1 13907:1 13927:2 13957:1 13989:3 13991:1 14002:1 14013:1 14014:1 14017:1 14022:1 14027:1 14033:2 14037:3 14040:2 14071:1 14073:2 14077:1 14080:1 14102:1 14115:1 14117:1 14128:1 14129:1 14135:1 14160:1 14163:3 14171:1 14179:2 14200:1 14213:1 14218:3 14219:1 14227:1 14234:2 14244:1 14250:2 14266:4 14277:1 14290:1 14307:1 14313:1 14331:1 14351:1 14354:1 14408:1 14419:1 14467:1 14472:2 14493:1 14510:1 14513:5 14526:1 14536:1 14552:1 14581:1 14585:1 14589:1 14595:1 14602:1 14614:1 14619:2 14636:1 14648:1 14653:3 14655:1 14661:1 14664:1 14669:1 14676:1 14727:1 14731:1 14738:1 14754:1 14756:1 14768:1 14771:2 14793:1 14816:1 14826:1 14835:1 14853:1 14858:1 14859:1 14864:1 14895:3 14898:1 14899:1 14901:1 14904:3 14907:1 14908:5 14910:1 14911:1 14919:2 14921:2 14960:2 14970:1 14976:1 14988:1 15011:1 15012:2 15013:1 15015:2 15019:1 15023:2 15029:1 15058:1 15062:2 15063:1 15068:1 15070:2 15102:1 15119:1 15125:1 15132:1 15137:1 15140:1 15154:1 15155:2 15157:1 15160:3 15167:2 15177:3 15185:1 15206:1 15207:1 15224:1 15235:1 15272:1 15297:2 15300:1 15316:1 15327:1 15336:2 15341:1 15342:1 15348:1 15349:1 15353:1 15360:1 15374:1 15389:1 15400:1 15419:1 15424:1 15426:1 15432:1 15442:1 15461:1 15493:1 15500:1 15516:1 15535:1 15538:1 15542:1 15544:2 15545:1 15556:2 15561:1 15569:1 15571:1 15616:1 15620:1 15646:2 15666:2 15667:1 15675:1 15680:1 15686:1 15705:2 15716:1 15719:1 15730:1 15749:2 15751:1 15784:1 15811:5 15840:2 15843:1 15847:1 15849:2 15921:5 15925:1 15942:1 15945:2 15961:2 15963:1 15968:6 15982:1 15985:2 16017:1 16028:1 16107:1 16112:1 16120:1 16156:1 16214:1 16222:1 16246:1 16262:1 16311:1 16312:1 16330:2 16335:2 16376:1 16379:5 16388:2 16392:1 16393:3 16397:1 16412:1 16436:3 16447:2 16448:1 16473:1 16483:1 16485:1 16488:1 16533:1 16542:1 16556:1 16579:1 16584:1 16619:1 16624:1 16653:1 16663:4 16670:1 16675:2 16692:1 16744:1 16745:1 16775:1 16820:2 16833:1 16841:1 16847:1 16858:1 16868:2 16873:3 16890:3 16900:2 16902:1 16917:1 16922:1 16938:1 16960:1 16964:8 16975:2 16984:1 17006:1 17009:1 17017:1 17020:1 17024:1 17039:1 17041:1 17042:1 17045:1 17048:2 17057:1 17066:1 17093:1 17094:1 17100:1 17106:2 17149:1 17170:2 17172:1 17179:1 17210:4 17237:2 17260:1 17290:1 17315:1 17365:1 17387:1 17392:2 17441:1 17443:1 17450:1 17464:1 17467:1 17470:2 17495:1 17518:1 17530:1 17550:1 17555:1 17558:1 17573:1 17582:1 17583:1 17594:1 17605:1 17607:1 17616:1 17628:1 17632:3 17644:1 17647:1 17651:1 17668:1 17701:1 17705:1 17706:1 17710:1 17714:1 17719:1 17720:1 17725:1 17727:1 17741:1 17770:1 17771:1 17793:1 17820:1 17838:2 17843:1 17852:1 17857:1 17861:1 17863:1 17865:1 17868:1 17870:4 17872:1 17874:1 17883:1 17888:1 17892:1 17897:1 17904:4 17906:2 17908:1 17912:1 17940:2 17963:1 17972:1 17984:1 17998:1 18000:1 18005:1 18007:1 18025:1 18026:1 18038:1 18046:1 18047:1 18050:4 18069:1 18071:1 18081:1 18084:1 18109:2 18112:2 18118:2 18124:1 18127:1 18131:1 18153:1 18174:1 18183:1 18189:1 18266:1 18291:1 18298:2 18300:4 18305:1 18338:1 18348:1 18356:1 18358:1 18363:1 18365:3 18367:1 18382:1 18396:9 18402:2 18404:1 18412:1 18413:1 18415:1 18417:1 18418:4 18420:37 18434:1 18437:1 18439:2 18451:1 18452:1 18477:1 18487:3 18496:2 18500:2 18537:1 18553:1 18583:3 18598:1 18610:1 18616:1 18632:1 18635:3 18648:1 18653:1 18655:2 18663:1 18670:2 18674:1 18687:1 18688:1 18724:1 18728:3 18730:1 18741:1 18776:1 18781:1 18791:1 18793:2 18807:1 18820:1 18829:1 18839:2 18866:2 18872:1 18880:2 18913:1 18922:1 18929:1 18936:1 18949:1 18975:1 18993:2 18994:1 19007:1 19022:1 19025:8 19047:1 19054:1 19069:1 19072:1 19080:1 19082:1 19085:1 19108:1 19109:1 19139:1 19177:3 19219:1 19222:1 19232:1 19260:1 19272:1 19285:1 19323:1 19324:2 19328:2 19329:1 19340:2 19407:1 19408:1 19416:1 19420:1 19445:2 19452:1 19454:2 19469:1 19478:1 19480:1 19498:1 19506:1 19507:1 19508:2 19532:1 19535:1 19544:1 19545:1 19552:1 19576:1 19596:1 19628:1 19631:4 19632:1 19634:1 19635:1 19638:1 19640:1 19670:1 19685:1 19688:1 19702:2 19727:1 19728:1 19739:1 19754:1 19757:1 19761:1 19773:1 19779:2 19784:1 19794:1 19808:1 19813:1 19815:1 19819:1 19832:11 19837:1 19878:1 19890:4 19902:2 19905:1 19914:3 19927:2 19930:1 19966:1 19973:1 19977:3 20030:1 20047:1 20049:1 20050:1 20071:1 20084:1 20085:3 20096:1 20102:2 20108:1 20141:1 20172:2 20176:1 20198:1 20206:1 20207:1 20209:2 20217:1 20221:1 20253:1 20255:1 20270:1 20284:1 20294:1 20320:1 20345:1 20346:1 20352:1 20386:2 20390:1 20408:1 20437:1 20444:2 20449:1 20451:1 20455:1 20468:1 20479:1 20508:1 20513:2 20518:1 20521:1 20536:1 20544:1 20552:3 20557:2 20560:1 20569:1 20572:2 20573:1 20582:1 20588:1 20592:1 20598:1 20616:1 20623:1 20635:2 20637:1 20644:1 20648:3 20655:1 20661:2 20663:1 20664:2 20666:1 20687:1 20695:1 20722:1 20735:2 20743:1 20744:2 20747:1 20749:3 20752:1 20779:2 20809:1 20813:1 20824:2 20835:2 20847:2 20863:1 20869:1 20902:2 20921:1 20951:2 20963:1 20979:1 20985:1 20996:1 21009:1 21020:1 21044:1 21064:1 21077:1 21083:1 21087:1 21095:1 21099:2 21123:1 21129:1 21134:1 21169:1 21176:1 21198:1 21217:1 21238:2 21256:1 21284:1 21294:1 21298:1 21310:1 21314:1 21317:1 21318:2 21335:2 21355:2 21357:1 21362:1 21364:1 21391:1 21400:1 21401:1 21402:2 21423:1 21463:1 21469:1 21484:4 21498:1 21511:2 21521:1 21533:1 21541:1 21548:3 21549:1 21575:1 21592:1 21616:1 21653:2 21656:1 21668:1 21682:1 21698:1 21700:2 21731:1 21733:1 21738:1 21757:1 21758:1 21762:1 21787:1 21798:1 21805:1 21811:1 21818:1 21819:2 21837:1 21846:1 21858:1 21877:1 21879:1 21880:1 21882:1 21887:1 21888:2 21890:1 21902:1 21916:1 21937:1 21949:1 21951:1 21952:2 21962:1 21964:1 21999:1 22002:1 22019:1 22039:1 22045:1 22050:1 22067:1 22080:1 22092:1 22106:1 22110:1 22127:1 22133:8 22142:1 22149:1 22158:2 22175:2 22197:1 22209:1 22226:1 22237:1 22240:1 22280:1 22282:1 22297:1 22298:2 22339:1 22359:2 22401:1 22417:1 22423:2 22427:1 22428:1 22441:1 22464:1 22472:1 22474:1 22488:1 22492:1 22506:1 22519:1 22521:1 22527:1 22545:1 22550:1 22553:1 22554:1 22558:2 22560:3 22585:1 22595:1 22598:1 22624:1 22638:1 22639:1 22642:1 22659:1 22671:1 22675:1 22690:1 22699:1 22702:1 22703:1 22733:1 22751:2 22774:1 22777:1 22785:1 22798:1 22807:4 22820:2 22832:1 22837:2 22842:1 22847:1 22884:1 22885:1 22912:1 22918:1 22959:1 22965:2 22966:1 22978:1 22982:1 22990:1 23006:1 23009:3 23026:1 23031:2818 23034:1 23050:1 23064:1 23096:1 23100:1 23108:2 23156:1 23174:1 23188:2 23196:1 23201:1 23204:1 23229:2 23239:2 23245:1 23296:1 23299:2 23309:1 23342:2 23352:1 23379:2 23384:1 23401:1 23429:1 23438:1 23445:2 23448:1 23467:1 23478:1 23480:1 23485:1 23507:2 23523:3 23531:2 23550:1 23552:1 23563:1 23570:1 23607:1 23629:1 23635:2 23644:1 23654:4 23662:1 23705:1 23708:1 23730:1 23733:1 23758:1 23765:1 23770:3 23778:1 23808:1 23816:3 23821:1 23829:3 23835:1 23857:1 23874:1 23879:1 23886:1 23903:2 23919:1 23936:1 23939:6 23971:2 24024:1 24033:1 24071:1 24078:4 24092:1 24098:2 24106:1 24108:1 24126:1 24132:1 24155:1 24170:1 24176:1 24182:3 24192:2 24193:2 24197:2 24198:1 24199:1 24201:1 24219:1 24226:1 24232:2 24248:1 24249:1 24259:1 24281:1 24282:1 24319:1 24326:1 24365:2 24370:1 24374:1 24383:1 24405:1 24409:1 24417:1 24422:1 24451:1 24452:1 24475:1 24543:1 24551:1 24572:1 24604:1 24605:1 24609:2 24628:1 24653:1 24660:1 24662:1 24665:2 24667:1 24669:2 24670:1 24687:1 24692:1 24724:2 24728:1 24730:3 24736:1 24737:1 24739:1 24748:1 24754:1 24755:1 24757:1 24766:1 24768:2 24772:2 24774:2 24776:1 24787:1 24788:1 24791:1 24802:1 24811:2 24818:2 24827:3 24832:1 24837:1 24865:1 24881:1 24882:1 24883:1 24918:1 24940:1 24948:2 24976:2 24984:1 24988:1 24991:1 25055:3 25104:1 25111:1 25116:1 25118:2 25121:1 25125:2 25137:1 25141:1 25147:2 25157:1 25162:1 25175:2 25176:1 25177:2 25188:1 25200:1 25201:2 25205:1 25226:1 25236:2 25237:2 25254:2 25267:2 25268:1 25271:2 25283:2 25340:1 25374:1 25400:1 25402:1 25404:1 25405:1 25417:1 25431:1 25436:1 25447:1 25450:1 25458:1 25459:1 25474:1 25477:1 25486:2 25494:1 25499:1 25516:1 25525:1 25546:3 25556:1 25566:1 25571:1 25582:2 25591:2 25596:1 25598:1 25612:1 25614:2 25617:1 25656:1 25662:1 25664:3 25665:2 25669:1 25675:1 25685:1 25686:2 25687:2 25692:1 25716:1 25729:3 25746:2 25760:1 25769:1 25814:2 25850:1 25852:2 25857:1 25866:1 25891:2 25923:1 25955:1 25976:1 25977:1 26000:1 26016:1 26024:1 26066:1 26095:1 26111:1 26150:1 26153:2 26161:1 26165:1 26176:2 26178:2 26204:1 26212:2 26218:2 26219:8 26221:1 26243:1 26264:1 26274:1 26290:1 26293:1 26294:1 26313:1 26322:1 26330:1 26339:1 26346:1 26347:1 26355:2 26358:1 26364:1 26385:1 26403:1 26423:1 26429:1 26433:1 26434:2 26437:2 26440:1 26441:1 26454:1 26472:1 26482:1 26492:1 26497:1 26539:1 26542:1 26545:1 26549:1 26604:3 26611:1 26615:2 26624:1 26634:1 26643:1 26644:1 26658:1 26670:1 26687:1 26702:1 26713:1 26715:1 26721:1 26741:1 26746:1 26777:2 26781:1 26783:1 26785:5 26793:2 26803:1 26807:1 26817:1 26830:2 26831:3 26853:1 26858:1 26891:2 26897:1 26904:1 26920:1 26931:1 26945:2 26954:1 26977:1 26983:1 27003:3 27004:1 27017:1 27021:2 27027:1 27036:2 27064:1 27070:1 27072:1 27091:2 27103:2 27109:1 27124:1 27125:2 27129:2 27140:1 27145:1 27177:2 27189:3 27203:1 27212:1 27222:1 27223:1 27231:1 27247:2 27257:2 27258:1 27267:1 27278:1 27289:1 27302:1 27309:1 27322:1 27329:1 27332:1 27338:1 27339:1 27343:2 27344:1 27392:2 27406:1 27408:1 27428:1 27455:3 27456:1 27459:2 27464:1 27472:1 27473:4 27523:1 27530:1 27540:1 27559:2 27561:1 27563:1 27564:5 27575:1 27586:5 27604:1 27609:1 27638:1 27644:1 27656:1 27684:1 27698:1 27704:2 27710:1 27711:1 27738:6 27743:1 27755:1 27756:1 27759:1 27833:1 27837:1 27840:2 27846:1 27866:1 27869:2 27877:1 27900:2 27913:1 27914:4 27948:1 27955:2 27957:1 27961:1 27963:1 27966:1 27971:1 27977:1 27983:1 27985:1 27987:1 28007:1 28013:1 28017:1 28031:1 28035:1 28043:1 28048:2 28060:1 28074:4 28084:1 28090:1 28093:1 28094:1 28124:1 28128:1 28145:1 28166:1 28188:1 28189:2 28193:1 28202:3 28204:1 28226:1 28232:1 28236:1 28265:1 28280:1 28286:1 28293:1 28334:1 28339:1 28362:1 28379:1 28394:1 28398:2 28408:3 28422:2 28456:2 28474:1 28503:1 28508:4 28527:1 28531:6 28539:1 28565:1 28581:1 28612:1 28625:1 28639:1 28641:4 28655:2 28656:3 28660:3 28670:1 28673:1 28675:3 28676:6 28695:1 28696:1 28724:1 28728:1 28746:2 28750:1 28755:1 28763:1 28771:4 28793:1 28798:2 28804:1 28816:1 28819:2 28827:1 28829:1 28830:1 28843:1 28878:1 28885:1 28927:1 28979:2 28982:1 28985:2 28987:2 28992:2 28998:1 29000:2 29011:5 29021:2 29030:1 29048:1 29065:4 29085:1 29095:1 29104:1 29111:3 29160:1 29173:2 29175:1 29177:2 29181:4 29187:1 29203:3 29214:1 29217:1 29219:1 29231:1 29233:1 29240:1 29242:1 29246:1 29248:1 29252:1 29261:1 29267:3 29270:1 29281:2 29310:1 29315:2 29335:1 29343:1 29359:1 29399:1 29401:1 29406:1 29419:1 29422:1 29439:2 29497:2 29500:1 29508:1 29516:5 29532:1 29536:1 29539:1 29540:3 29599:1 29607:1 29625:2 29627:1 29634:1 29641:1 29684:1 29685:1 29690:1 29700:1 29711:1 29726:2 29750:1 29826:1 29832:9 29835:1 29844:1 29845:2 29848:2 29858:2 29861:1 29874:1 29888:1 29906:1 29943:1 29948:1 29959:1 29979:1 29981:1 29989:1 29997:1 30006:1 30010:2 30014:4 30016:2 30043:1 30049:3 30075:1 30077:1 30092:1 30097:1 30115:1 30127:2 30131:1 30133:1 30150:2 30151:1 30159:1 30160:1 30161:1 30167:1 30181:1 30186:1 30192:1 30214:2 30222:1 30223:1 30237:1 30240:1 30249:1 30253:1 30268:1 30269:1 30293:1 30307:1 30338:1 30361:1 30395:1 30406:2 30409:1 30411:1 30437:1 30461:1 30469:2 30472:2 30478:1 30485:4 30520:1 30522:2 30523:1 30542:1 30549:1 30553:1 30582:1 30597:1 30625:1 30662:2 30677:1 30700:1 30714:1 30717:5 30745:2 30753:1 30761:1 30770:2 30795:1 30797:1 30798:1 30836:2 30837:2 30869:1 30871:1 30874:1 30900:3 30906:1 30918:1 30922:1 30938:1 30963:1 30969:2 30983:1 31018:1 31031:1 31045:2 31060:1 31062:1 31077:2 31079:2 31090:2 31091:3 31094:2 31102:3 31103:1 31110:1 31112:1 31116:2 31128:1 31139:1 31147:3 31152:1 31155:3 31186:2 31195:4 31205:2 31211:1 31213:1 31226:1 31227:2 31249:1 31266:1 31274:2 31275:2 31276:2 31323:1 31325:2 31333:1 31360:1 31364:2 31377:1 31382:2 31393:1 31421:1 31426:1 31444:3 31462:1 31485:1 31498:1 31504:2 31513:2 31538:1 31546:3 31571:1 31578:1 31610:3 31646:1 31650:1 31653:1 31686:1 31706:1 31716:1 31728:1 31770:1 31773:1 31778:1 31793:2 31804:1 31807:1 31809:1 31863:1 31899:3 31903:1 31909:1 31933:1 31934:1 31960:1 31965:3 31969:1 31970:1 31989:1 31991:1 31997:4 32026:1 32033:1 32043:1 32050:1 32059:1 32074:1 32097:1 32112:1 32166:1 32168:1 32173:1 32222:1 32223:1 32234:2 32235:2 32252:1 32264:2 32271:1 32275:1 32278:1 32283:1 32287:2 32288:1 32289:3 32295:1 32328:3 32341:2 32344:1 32367:2 32371:1 32374:2 32379:1 32380:1 32388:1 32391:2 32393:2 32394:1 32402:2 32404:1 32410:3 32411:1 32412:2 32417:2 32422:1 32423:1 32443:1 32446:1 32449:1 32474:1 32483:1 32504:2 32505:5 32566:1 32571:1 32573:1 32619:1 32623:1 32625:1 32648:1 32650:1 32655:1 32660:1 32685:1 32686:4 32690:2 32694:1 32714:1 32719:1 32729:1 32741:1 32754:1 32755:1 32783:1 32785:1 32786:1 32804:1 32831:1 32832:2 32838:2 32841:1 32843:1 32850:1 32871:2 32874:1 32875:1 32883:4 32894:1 32910:1 32913:1 32925:1 32939:1 32949:1 32954:1 32955:1 32959:1 32976:1 33021:1 33032:1 33037:1 33052:2 33057:2 33059:1 33061:1 33072:4 33080:1 33103:1 33110:1 33131:2 33137:1 33157:1 33177:1 33180:1 33192:2 33193:1 33236:1 33248:1 33277:1 33289:1 33295:1 33312:1 33324:1 33362:1 33371:2 33373:1 33376:1 33386:1 33387:2 33405:1 33413:1 33436:2 33440:2 33444:1 33447:2 33448:2 33458:1 33466:3 33486:1 33489:1 33520:1 33521:1 33522:1 33527:1 33533:1 33551:1 33555:1 33572:2 33588:1 33589:1 33590:1 33592:2 33601:4 33622:1 33695:1 33708:1 33732:2 33739:1 33741:2 33754:1 33805:2 33816:2 33831:1 33832:1 33849:1 33853:1 33854:1 33870:2 33877:1 33881:1 33889:2 33896:1 33942:1 33954:1 33967:1 33968:2 33980:1 33988:1 33993:1 33997:1 34012:1 34020:1 34049:1 34081:1 34131:1 34143:1 34147:2 34172:1 34181:2 34188:2 34205:1 34223:1 34224:1 34252:2 34261:1 34263:1 34270:2 34280:1 34286:1 34298:2 34311:2 34328:1 34330:1 34342:2 34343:2 34346:1 34357:2 34389:11 34394:1 34400:1 34404:1 34406:2 34411:2 34418:1 34421:1 34440:7 34441:2 34447:1 34450:2 34452:1 34464:3 34483:1 34501:1 34506:3 34518:1 34559:1 34564:1 34586:1 34611:3 34624:1 34637:2 34640:1 34646:2 34650:1 34664:1 34674:1 34676:2 34684:1 34689:2 34712:1 34717:1 34724:1 34728:1 34732:1 34737:2 34761:1 34776:1 34793:1 34798:1 34805:1 34814:1 34818:1 34831:1 34858:1 34860:3 34864:1 34876:1 34886:1 34891:1 34899:1 34919:1 34922:1 34940:1 34949:1 34956:3 35001:2 35002:1 35017:1 35029:2 35033:2 35043:1 35058:1 35059:1 35076:1 35079:1 35115:1 35117:1 35139:1 35140:1 35154:1 35158:1 35180:1 35183:1 35186:1 35192:1 35196:1 35226:1 35230:1 35233:2 35235:1 35245:1 35249:1 35252:1 35261:1 35269:1 35286:1 35289:1 35294:2 35314:1 35319:1 35324:1 35376:1 35409:1 35410:1 35412:1 35445:1 35452:2 35459:1 35493:1 35525:1 35535:1 35559:1 35593:2 35598:1 35609:1 35658:4 35670:1 35673:1 35682:1 35690:1 35717:1 35724:5 35728:1 35731:1 35735:1 35749:1 35756:1 35758:2 35765:1 35787:2 35795:1 35810:2 35818:1 35836:1 35842:1 35849:1 35851:2 35855:1 35858:3 35870:1 35874:1 35888:1 35902:1 35911:4 35919:2 35921:1 35929:2 35983:1 35986:3 35987:1 35998:1 36001:1 36003:1 36006:1 36014:1 36034:1
17 19:2 29:1 30:1 40:1 42:1 49:1 64:2 72:1 86:1 91:1 112:1 125:1 163:1 177:1 186:7 196:1 201:2 205:1 208:1 220:1 244:1 248:1 250:1 257:1 279:2 294:1 301:4 332:2 336:2 371:1 375:1 381:1 388:2 390:1 434:1 436:2 439:1 449:1 452:1 456:1 523:1 536:1 538:2 546:1 551:1 552:1 558:1 626:1 643:1 681:3 687:1 690:1 695:1 715:1 742:1 745:1 754:1 757:4 771:1 779:2 803:1 854:1 874:1 897:1 900:1 907:1 918:1 929:1 935:3 954:5 962:1 1025:2 1026:1 1032:1 1033:1 1071:1 1072:1 1075:2 1083:6 1084:3 1086:1 1088:2 1092:1 1094:4 1098:2 1099:3 1100:1 1109:1 1113:1 1114:2 1118:1 1119:2 1122:2 1141:1 1148:4 1149:2 1153:2 1156:1 1160:1 1191:3 1219:1 1221:2 1223:1 1225:2 1245:1 1247:1 1249:1 1254:1 1266:1 1269:1 1280:1 1288:1 1301:1 1307:1 1308:1 1309:3 1318:1 1336:1 1337:1 1343:1 1350:1 1356:1 1367:1 1368:1 1369:2 1376:1 1390:1 1398:1 1402:1 1410:2 1412:2 1425:1 1465:1 1477:1 1481:1 1492:2 1497:1 1501:1 1514:1 1522:1 1529:1 1531:1 1535:1 1556:1 1559:1 1572:1 1575:1 1576:1 1601:1 1602:1 1609:1 1637:1 1639:1 1655:1 1668:1 1672:1 1673:1 1680:1 1681:1 1728:1 1731:1 1751:1 1755:1 1756:2 1798:1 1801:1 1805:1 1806:1 1809:1 1819:1 1832:2 1837:1 1839:1 1867:2 1872:1 1894:4 1908:1 1909:1 1911:1 1916:1 1919:1 1920:1 1923:1 1938:2 1954:1 1976:1 1994:1 1999:2 2002:2 2007:1 2009:3 2028:1 2037:1 2041:1 2044:1 2045:1 2056:2 2068:1 2073:1 2077:1 2083:1 2085:1 2089:1 2093:1 2094:1 2095:1 2098:1 2129:2 2136:1 2138:1 2145:1 2146:1 2156:3 2158:1 2166:1 2168:1 2169:1 2171:1 2182:1 2195:1 2203:1 2205:1 2208:2 2210:1 2212:2 2221:1 2224:1 2251:1 2259:1 2262:1 2276:1 2282:3 2289:2 2299:2 2301:1 2302:1 2309:1 2336:1 2355:1 2358:1 2374:1 2381:1 2391:2 2393:1 2407:1 2412:1 2413:2 2425:1 2428:1 2446:1 2447:1 2455:1 2476:2 2525:1 2527:2 2536:1 2557:2 2564:1 2574:1 2585:1 2587:1 2612:1 2667:1 2720:2 2761:1 2771:1 2796:1 2800:1 2804:1 2837:1 2839:2 2844:1 2854:1 2863:4 2864:1 2868:2 2869:1 2871:1 2887:5 2893:1 2897:2 2898:2 2901:3 2902:1 2905:1 2912:1 2914:1 2915:6 2934:1 2949:2 2968:2 2985:1 2987:1 2988:1 2990:1 2995:1 3005:1 3062:1 3064:1 3067:2 3089:1 3107:5 3109:2 3132:2 3141:1 3148:1 3157:1 3159:2 3163:1 3164:1 3171:1 3181:1 3182:1 3184:1 3188:3 3194:1 3198:1 3202:1 3237:1 3248:1 3252:1 3254:2 3278:1 3317:2 3323:1 3333:1 3336:1 3361:1 3377:1 3387:1 3389:1 3398:1 3399:1 3416:1 3417:1 3420:1 3425:1 3426:3 3443:1 3463:1 3487:1 3502:1 3505:1 3510:1 3512:2 3515:2 3523:1 3534:1 3539:1 3552:1 3556:1 3558:1 3562:1 3580:1 3581:1 3588:1 3598:4 3607:4 3617:5 3636:1 3649:1 3652:1 3653:2 3662:2 3668:1 3687:1 3700:1 3704:1 3705:1 3723:2 3727:3 3730:2 3734:1 3737:2 3742:1 3760:2 3803:1 3816:1 3836:1 3855:1 3862:3 3863:1 3892:1 3907:1 3909:1 3912:1 3918:1 3919:2 3948:1 3962:1 3963:1 4005:1 4016:3 4039:2 4050:1 4090:1 4136:1 4157:2 4205:1 4245:1 4247:2 4254:1 4272:1 4275:1 4276:3 4295:1 4298:1 4299:1 4314:1 4353:2 4354:1 4359:1 4375:3 4385:1 4387:1 4389:1 4390:5 4408:1 4416:1 4424:1 4440:2 4453:1 4484:1 4497:1 4525:1 4531:1 4541:3 4546:1 4561:2 4567:1 4577:2 4588:1 4599:2 4608:1 4609:1 4638:1 4639:1 4643:1 4650:1 4668:1 4679:3 4681:1 4686:1 4687:1 4711:2 4718:1 4750:1 4773:2 4775:2 4780:3 4809:1 4822:2 4832:1 4843:1 4852:3 4856:1 4860:1 4872:1 4876:2 4886:2 4909:1 4910:1 4922:1 4924:1 4933:1 4935:1 4984:1 5020:2 5031:1 5052:1 5057:1 5059:1 5067:1 5081:1 5088:1 5090:1 5096:1 5104:1 5117:1 5124:2 5134:1 5147:2 5148:1 5153:1 5158:2 5209:1 5238:1 5240:1 5243:1 5274:1 5282:1 5287:2 5290:1 5293:1 5294:1 5295:1 5301:1 5316:1 5366:2 5369:3 5408:1 5414:1 5417:1 5431:4 5434:1 5435:1 5441:1 5450:2 5451:1 5461:1 5463:4 5494:1 5497:1 5501:1 5517:1 5522:1 5528:1 5529:1 5544:2 5545:1 5591:1 5602:2 5604:1 5611:1 5627:1 5640:1 5642:1 5666:1 5668:1 5675:1 5679:1 5680:1 5686:2 5687:1 5696:1 5700:1 5701:5 5720:3 5729:1 5734:1 5738:1 5749:1 5781:2 5801:4 5807:1 5820:2 5837:1 5839:1 5863:1 5889:2 5895:5 5902:1 5904:1 5913:1 5917:1 5920:1 5925:3 5930:1 5932:4 5948:1 5954:1 5959:1 5972:2 5974:2 5999:1 6004:1 6051:1 6071:2 6072:1 6085:1 6086:1 6087:1 6088:1 6089:1 6095:1 6102:1 6104:1 6105:2 6110:2 6113:1 6122:2 6125:2 6132:1 6133:1 6134:1 6175:1 6180:1 6201:1 6205:1 6234:1 6241:1 6294:1 6316:1 6322:1 6328:1 6358:2 6363:1 6367:1 6375:1 6395:2 6409:3 6413:1 6419:1 6433:1 6462:1 6466:1 6483:2 6488:1 6510:1 6527:1 6538:2 6551:4 6567:1 6571:1 6585:1 6587:1 6603:2 6607:1 6624:1 6629:1 6641:2 6659:1 6716:1 6718:2 6729:2 6730:1 6733:1 6741:1 6748:1 6765:1 6789:1 6798:1 6861:2 6865:1 6866:1 6880:1 6882:3 6896:1 6925:2 6937:1 6954:6 6971:1 7010:1 7022:1 7031:1 7035:1 7046:1 7058:2 7064:1 7067:1 7076:1 7099:1 7102:2 7104:1 7111:1 7133:1 7138:1 7142:2 7145:1 7152:1 7153:1 7174:1 7182:1 7185:1 7192:1 7196:1 7201:2 7206:2 7211:2 7212:9 7221:2 7244:2 7250:1 7255:1 7279:1 7313:1 7316:3 7349:1 7351:2 7379:1 7384:2 7393:1 7394:4 7406:2 7413:1 7414:1 7433:3 7449:2 7475:1 7480:1 7486:1 7487:1 7509:2 7511:3 7515:1 7534:2 7542:1 7549:1 7553:1 7557:1 7563:1 7575:4 7578:1 7602:1 7639:1 7644:2 7647:2 7655:2 7657:1 7660:1 7669:1 7691:2 7717:1 7724:1 7733:1 7739:1 7744:1 7757:4 7771:1 7774:1 7782:1 7795:1 7823:9 7835:1 7841:1 7854:1 7856:1 7863:3 7869:2 7871:1 7874:1 7880:1 7883:3 7884:2 7888:1 7912:1 7928:1 7933:1 7939:1 7944:1 7946:1 7951:1 7953:1 7960:2 7966:1 7982:1 7989:1 8044:1 8049:1 8058:2 8062:1 8071:1 8074:1 8095:1 8100:1 8109:1 8118:2 8142:1 8148:1 8151:1 8161:2 8172:1 8193:1 8213:2 8217:4 8219:1 8234:1 8263:1 8266:1 8269:1 8278:1 8279:1 8285:1 8288:1 8337:1 8345:1 8357:1 8381:3 8386:1 8387:1 8409:1 8423:1 8436:1 8438:1 8443:1 8463:3 8468:2 8469:1 8481:1 8500:1 8503:1 8510:1 8512:1 8519:2 8525:3 8530:1 8540:1 8550:1 8584:1 8621:1 8631:2 8637:1 8672:1 8682:2 8693:2 8696:1 8698:1 8719:4 8739:2 8744:1 8762:1 8767:1 8769:1 8776:1 8783:1 8787:1 8793:1 8798:1 8803:1 8845:1 8848:2 8852:2 8883:1 8889:1 8902:1 8907:3 8921:1 8932:1 8934:1 8940:1 8941:1 8944:1 8961:2 8962:2 8987:1 8994:1 9012:1 9032:2 9054:1 9056:1 9060:1 9062:1 9083:1 9086:1 9093:1 9112:2 9118:2 9127:1 9135:1 9138:1 9168:1 9193:4 9196:1 9198:1 9205:1 9209:1 9224:1 9231:2 9235:1 9236:1 9253:1 9255:1 9263:1 9269:2 9281:1 9291:1 9303:2 9308:3 9309:1 9310:1 9334:3 9337:2 9338:7 9340:3 9341:1 9343:1 9344:2 9347:6 9349:1 9350:1 9354:1 9356:1 9360:2 9361:3 9363:1 9364:4 9365:2 9382:1 9418:3 9426:1 9436:1 9438:1 9448:1 9458:1 9471:1 9523:1 9524:1 9529:1 9536:1 9544:1 9568:2 9589:2 9610:1 9611:2 9641:1 9643:1 9655:18 9661:1 9685:4 9687:2 9693:2 9715:1 9720:2 9737:1 9745:2 9754:1 9760:4 9769:1 9821:1 9839:1 9874:1 9891:1 9908:1 9911:1 9917:2 9942:1 9956:3 9969:1 9973:1 9975:1 9984:1 9990:1 10021:1 10065:2 10066:1 10083:1 10088:1 10102:1 10123:5 10128:1 10136:1 10137:2 10156:1 10163:6 10168:1 10171:1 10175:1 10176:1 10185:1 10192:1 10216:1 10224:1 10228:1 10231:1 10240:1 10248:1 10266:1 10283:1 10292:1 10293:6 10322:1 10343:1 10352:2 10369:2 10394:1 10396:1 10414:1 10421:1 10439:1 10442:2 10446:1 10457:1 10458:1 10491:2 10497:3 10505:1 10507:1 10513:1 10515:1 10522:1 10530:2 10544:1 10559:1 10565:1 10566:1 10567:1 10587:1 10593:1 10600:1 10603:1 10615:2 10619:1 10622:1 10641:1 10644:1 10646:1 10649:1 10651:2 10657:1 10668:1 10681:1 10690:5 10700:1 10702:2 10754:1 10756:1 10757:2 10761:2 10763:4 10766:1 10769:1 10776:1 10785:1 10792:2 10799:1 10816:1 10845:1 10853:1 10857:1 10885:1 10890:2 10903:1 10910:1 10917:2 10926:1 10933:1 10934:1 10935:1 10980:2 10983:1 10989:7 11006:1 11010:1 11019:1 11052:1 11088:1 11109:2 11120:1 11123:1 11126:1 11129:1 11133:1 11142:1 11150:1 11156:1 11165:1 11174:1 11176:1 11181:1 11195:1 11234:1 11250:5 11251:2 11278:2 11279:1 11292:1 11302:1 11318:1 11321:1 11328:1 11345:1 11361:1 11368:1 11374:1 11387:1 11392:3 11393:1 11410:1 11423:1 11424:1 11459:2 11473:1 11494:1 11502:1 11506:1 11518:1 11523:1 11528:3 11568:1 11570:2 11603:4 11605:1 11610:1 11616:1 11621:1 11624:1 11630:2 11647:1 11656:1 11666:1 11682:1 11690:1 11695:1 11706:3 11711:1 11716:1 11732:1 11739:1 11742:1 11743:2 11748:1 11767:1 11779:1 11801:1 11811:1 11813:1 11824:1 11836:2 11849:1 11855:1 11866:1 11886:1 11891:1 11894:1 11903:1 11906:1 11907:1 11916:2 11918:2 11922:1 11929:1 11950:1 11951:1 11960:2 11990:3 11997:1 12024:2 12028:2 12032:1 12034:1 12041:1 12047:4 12048:1 12051:3 12054:1 12063:1 12067:1 12069:1 12082:1 12084:1 12094:1 12101:1 12107:1 12109:1 12113:1 12116:1 12117:1 12119:3 12131:3 12134:1 12154:1 12162:1 12182:1 12188:1 12193:1 12212:6 12216:1 12234:1 12237:2 12244:1 12277:3 12279:1 12326:1 12331:1 12353:1 12363:1 12365:1 12377:1 12384:1 12387:1 12401:1 12425:1 12430:1 12431:1 12444:1 12452:1 12475:1 12478:1 12483:2 12528:1 12531:1 12532:1 12543:2 12548:1 12554:2 12562:4 12565:1 12566:2 12568:2 12570:1 12571:1 12615:1 12616:1 12617:1 12618:1 12623:1 12625:2 12626:1 12629:3 12630:1 12643:4 12651:1 12665:1 12666:3 12671:5 12697:1 12701:1 12711:2 12732:1 12737:1 12758:1 12765:1 12769:2 12777:1 12826:1 12835:1 12848:1 12852:3 12864:3 12866:2 12869:1 12878:1 12891:2 12893:1 12895:1 12901:1 12918:1 12941:2 12949:1 12959:1 12960:1 12963:1 12976:1 13004:1 13006:1 13021:1 13022:2 13023:1 13024:1 13031:1 13058:1 13063:1 13085:5 13087:1 13088:1 13089:1 13094:3 13101:1 13107:1 13111:1 13118:1 13128:1 13129:2 13131:1 13141:1 13145:1 13147:1 13159:1 13163:1 13165:3 13174:1 13181:1 13204:1 13244:1 13251:1 13253:2 13263:1 13270:2 13288:1 13338:1 13348:1 13354:1 13355:2 13382:1 13394:1 13395:1 13399:1 13405:1 13422:2 13434:6 13440:1 13445:2 13451:1 13471:2 13496:1 13505:1 13523:2 13555:1 13564:1 13571:1 13578:1 13581:1 13586:2 13629:1 13647:1 13672:1 13680:1 13693:1 13705:1 13707:1 13715:1 13728:4 13729:3 13737:1 13744:2 13752:1 13753:2 13764:1 13771:1 13772:2 13787:1 13788:5 13811:1 13815:1 13818:1 13819:4 13822:1 13828:1 13837:1 13840:3 13856:1 13877:1 13882:1 13893:1 13899:1 13907:2 13927:2 13957:1 13989:3 13991:1 14002:1 14013:1 14014:1 14017:1 14022:1 14027:1 14033:2 14037:3 14040:2 14071:1 14073:2 14077:1 14080:1 14102:1 14115:1 14117:1 14128:1 14129:1 14135:1 14160:1 14163:3 14171:1 14179:2 14200:1 14213:1 14218:3 14219:1 14227:1 14234:2 14244:1 14250:2 14266:4 14277:1 14290:1 14307:1 14313:1 14331:1 14351:1 14354:1 14408:1 14416:1 14419:1 14467:1 14472:2 14493:1 14510:1 14513:5 14526:1 14536:1 14547:1 14552:1 14581:1 14585:1 14589:1 14595:1 14602:1 14614:1 14619:2 14636:1 14648:1 14653:3 14655:1 14661:1 14664:1 14669:1 14676:1 14727:1 14731:1 14738:1 14754:1 14756:1 14768:1 14771:2 14793:1 14816:1 14826:1 14835:1 14853:1 14858:1 14859:1 14864:1 14895:3 14898:1 14899:1 14901:1 14904:3 14907:1 14908:5 14910:1 14911:1 14919:2 14921:2 14924:1 14960:2 14970:1 14976:1 14988:1 15011:1 15012:2 15013:1 15015:2 15019:1 15023:2 15029:1 15058:1 15062:2 15063:1 15068:1 15070:2 15102:1 15119:1 15125:1 15132:1 15137:1 15140:1 15154:1 15155:2 15157:1 15160:3 15167:2 15177:3 15185:1 15206:1 15207:1 15224:1 15235:1 15272:1 15297:2 15300:1 15316:1 15327:1 15336:2 15341:1 15342:1 15348:1 15349:1 15353:1 15360:1 15374:1 15389:1 15400:1 15419:1 15424:2 15426:1 15432:1 15442:1 15461:1 15493:1 15500:1 15516:1 15535:1 15538:1 15542:1 15544:2 15545:1 15556:2 15561:1 15569:1 15571:1 15616:1 15620:1 15646:2 15666:2 15667:1 15675:1 15680:1 15686:1 15705:2 15716:1 15719:1 15730:1 15749:2 15751:1 15784:1 15811:5 15838:1 15840:2 15843:1 15847:1 15849:2 15921:5 15925:1 15942:1 15945:2 15961:2 15963:1 15968:6 15982:1 15985:2 16017:1 16023:1 16028:1 16107:1 16112:1 16120:1 16156:1 16214:1 16222:1 16246:1 16262:1 16297:1 16311:1 16312:1 16330:2 16335:2 16376:1 16379:5 16388:2 16392:1 16393:3 16397:1 16412:1 16436:3 16447:3 16448:1 16473:1 16483:1 16485:1 16488:1 16533:1 16542:1 16556:1 16579:1 16584:1 16619:1 16624:1 16653:1 16663:5 16670:1 16671:1 16674:1 16675:2 16692:1 16739:1 16744:1 16745:1 16775:1 16820:2 16833:1 16841:1 16847:1 16858:1 16868:2 16873:3 16890:3 16900:2 16902:1 16917:1 16922:1 16938:1 16960:1 16964:8 16975:2 16984:1 16990:1 17006:1 17009:1 17017:1 17020:1 17024:1 17039:1 17041:1 17042:1 17045:1 17048:2 17057:1 17066:1 17093:1 17094:1 17100:1 17106:2 17149:1 17170:2 17172:1 17179:1 17210:4 17237:2 17260:1 17290:1 17315:1 17365:1 17387:1 17392:2 17441:1 17443:1 17450:1 17464:1 17467:1 17470:2 17495:1 17518:1 17530:1 17550:1 17555:1 17558:1 17573:1 17582:1 17583:1 17594:1 17605:1 17607:1 17616:1 17628:1 17632:3 17644:1 17647:1 17651:1 17668:1 17701:1 17705:1 17706:1 17710:1 17714:1 17719:1 17720:1 17725:1 17727:1 17741:1 17770:1 17771:1 17793:1 17809:1 17820:2 17838:2 17843:1 17852:1 17857:1 17861:1 17863:1 17865:1 17868:1 17870:5 17872:1 17874:1 17883:1 17888:1 17892:1 17893:1 17897:1 17904:4 17906:2 17908:1 17912:1 17940:2 17963:1 17972:1 17984:1 17998:1 18000:1 18005:2 18007:1 18025:1 18026:2 18038:1 18046:1 18047:1 18050:5 18069:1 18071:1 18081:1 18084:1 18109:2 18112:2 18118:2 18124:1 18127:1 18131:1 18153:1 18174:1 18183:1 18189:1 18266:1 18291:1 18298:2 18300:4 18305:1 18338:1 18348:1 18356:1 18358:1 18363:1 18365:3 18367:1 18382:1 18396:9 18402:2 18404:1 18412:1 18413:1 18415:1 18417:1 18418:4 18420:38 18434:1 18437:1 18439:2 18451:1 18452:1 18477:1 18487:3 18496:2 18500:2 18537:1 18546:1 18553:1 18583:3 18598:1 18610:1 18616:1 18632:1 18635:3 18648:1 18653:1 18655:2 18663:1 18670:3 18674:1 18687:1 18688:1 18724:1 18728:3 18730:1 18741:1 18776:1 18781:1 18791:1 18793:2 18807:1 18820:1 18829:1 18839:3 18866:2 18872:1 18880:2 18881:1 18913:1 18922:1 18929:1 18936:1 18949:1 18975:1 18989:1 18993:2 18994:1 19007:1 19022:1 19025:9 19047:1 19054:1 19069:1 19072:1 19080:1 19082:1 19085:1 19108:2 19109:1 19139:1 19177:3 19219:1 19222:1 19232:1 19255:1 19260:1 19272:1 19285:1 19323:1 19324:2 19328:2 19329:1 19340:2 19407:1 19408:1 19416:1 19420:1 19445:2 19452:1 19454:2 19469:1 19478:1 19480:1 19498:2 19506:1 19507:1 19508:2 19532:1 19535:1 19544:1 19545:1 19552:1 19576:1 19596:1 19628:1 19631:5 19632:1 19634:1 19635:1 19638:1 19640:1 19670:1 19685:1 19688:1 19702:2 19727:1 19728:1 19739:2 19754:1 19757:1 19761:1 19773:1 19779:2 19784:1 19794:1 19808:1 19813:1 19815:1 19819:1 19832:12 19837:1 19878:1 19890:5 19902:2 19905:1 19914:3 19927:2 19930:1 19966:1 19973:1 19977:3 20030:1 20047:1 20049:1 20050:1 20071:1 20084:1 20085:3 20096:1 20102:2 20106:1 20108:1 20141:1 20172:2 20176:1 20198:1 20206:1 20207:1 20209:2 20217:1 20221:1 20253:1 20255:1 20270:1 20284:1 20294:1 20320:1 20345:1 20346:1 20352:1 20386:2 20390:1 20408:1 20437:1 20444:2 20449:1 20451:1 20455:1 20468:1 20479:1 20490:1 20508:1 20513:2 20518:1 20521:1 20536:1 20544:1 20552:3 20557:2 20560:1 20569:1 20572:2 20573:1 20582:1 20588:1 20592:1 20598:1 20616:1 20623:1 20635:2 20637:1 20644:1 20648:3 20655:1 20661:2 20663:1 20664:2 20666:1 20687:1 20695:1 20722:1 20735:2 20736:1 20743:1 20744:2 20747:1 20749:3 20752:1 20779:2 20809:1 20813:1 20824:2 20835:2 20847:2 20863:1 20869:1 20902:2 20921:1 20951:2 20963:1 20979:1 20985:1 20996:1 21009:1 21020:1 21044:1 21062:1 21064:1 21077:1 21083:1 21087:1 21095:1 21099:2 21123:1 21129:1 21134:1 21169:1 21176:1 21198:1 21217:1 21238:2 21256:1 21284:1 21294:1 21298:1 21310:1 21314:1 21317:1 21318:2 21335:2 21355:2 21357:1 21362:1 21364:1 21391:1 21400:1 21401:1 21402:2 21423:1 21463:1 21469:1 21484:4 21498:1 21511:2 21521:1 21533:1 21541:1 21548:3 21549:1 21575:1 21592:1 21616:1 21653:2 21656:1 21668:1 21682:1 21687:1 21698:1 21700:2 21731:1 21733:1 21738:1 21757:1 21758:1 21762:1 21787:1 21798:1 21805:1 21811:1 21818:1 21819:2 21837:1 21846:1 21858:1 21877:1 21879:1 21880:1 21882:1 21887:1 21888:2 21890:1 21902:1 21916:1 21937:1 21949:1 21951:1 21952:2 21962:1 21964:1 21999:1 22002:1 22019:1 22039:2 22042:1 22045:1 22050:1 22067:1 22080:1 22092:1 22106:1 22110:1 22127:1 22133:8 22142:1 22149:1 22150:1 22158:2 22175:2 22197:1 22209:1 22226:1 22237:1 22240:1 22250:1 22280:1 22282:1 22297:1 22298:2 22339:1 22359:2 22401:1 22417:1 22423:2 22427:1 22428:1 22441:1 22464:1 22472:1 22474:1 22488:1 22492:1 22506:1 22519:1 22521:1 22527:1 22545:1 22550:1 22553:1 22554:1 22558:2 22560:3 22585:1 22592:1 22595:1 22598:1 22624:1 22638:1 22639:1 22642:1 22659:1 22671:1 22675:1 22690:1 22699:1 22702:1 22703:1 22733:1 22751:2 22774:1 22777:1 22785:1 22798:1 22807:4 22820:2 22832:1 22837:2 22842:1 22847:1 22884:1 22885:1 22912:1 22918:1 22959:1 22965:2 22966:1 22978:1 22982:1 22990:1 23006:1 23009:3 23026:1 23031:2946 23034:1 23050:1 23064:1 23096:1 23100:1 23108:2 23156:1 23174:1 23188:2 23196:1 23201:1 23204:1 23229:2 23239:2 23245:1 23296:1 23299:2 23309:1 23339:1 23342:2 23352:1 23379:2 23384:1 23401:1 23429:1 23438:1 23445:2 23448:1 23467:1 23478:1 23480:1 23485:1 23507:2 23523:3 23531:2 23550:1 23552:1 23563:1 23570:1 23607:1 23629:1 23635:2 23644:1 23654:4 23662:1 23705:1 23708:1 23730:1 23733:1 23758:1 23765:1 23770:3 23778:1 23808:1 23816:3 23821:1 23829:3 23835:1 23857:1 23874:1 23879:1 23886:1 23903:2 23919:1 23936:1 23939:6 23971:2 24024:1 24033:1 24071:1 24078:4 24092:1 24098:2 24106:1 24108:1 24126:1 24132:1 24155:1 24170:1 24176:1 24182:3 24192:2 24193:2 24197:2 24198:1 24199:1 24201:1 24219:1 24226:1 24232:2 24248:1 24249:1 24259:1 24281:1 24282:1 24319:1 24326:1 24365:2 24370:1 24374:1 24383:1 24405:1 24409:1 24417:1 24422:1 24451:1 24452:1 24475:1 24510:1 24543:1 24551:1 24572:1 24604:1 24605:1 24609:2 24628:1 24653:1 24660:1 24662:1 24665:2 24667:1 24669:2 24670:1 24687:1 24692:1 24722:1 24724:2 24728:1 24730:3 24736:1 24737:1 24739:1 24748:1 24754:1 24755:1 24757:1 24766:1 24768:2 24772:2 24774:2 24776:1 24787:1 24788:1 24791:1 24802:1 24811:3 24818:2 24827:3 24832:1 24837:1 24865:1 24881:1 24882:1 24883:1 24918:1 24940:1 24948:2 24976:2 24984:1 24988:1 24991:1 25055:3 25087:1 25104:1 25111:1 25116:1 25118:2 25121:1 25125:2 25137:1 25141:1 25147:2 25154:1 25157:1 25162:1 25175:2 25176:1 25177:2 25188:1 25200:1 25201:2 25205:1 25226:1 25236:2 25237:2 25254:2 25267:2 25268:1 25271:2 25283:2 25340:1 25374:1 25400:1 25402:1 25404:1 25405:1 25417:1 25431:1 25436:1 25447:1 25450:1 25458:1 25459:1 25474:1 25477:1 25486:2 25494:1 25499:1 25516:1 25525:1 25546:3 25556:1 25566:1 25571:1 25582:2 25591:2 25596:1 25598:1 25612:1 25614:2 25617:1 25656:1 25662:1 25664:3 25665:2 25669:1 25675:1 25685:1 25686:2 25687:2 25692:1 25701:1 25716:1 25729:3 25746:2 25760:1 25769:1 25814:2 25850:1 25852:2 25857:1 25866:1 25891:2 25923:1 25955:1 25976:1 25977:1 26000:1 26016:1 26024:1 26066:1 26095:1 26111:1 26150:1 26153:2 26161:1 26165:1 26176:2 26178:2 26204:1 26212:2 26218:2 26219:8 26221:1 26243:1 26264:1 26274:1 26290:1 26293:1 26294:1 26313:1 26322:1 26330:1 26339:1 26346:1 26347:1 26355:2 26358:1 26364:1 26385:1 26403:1 26423:1 26429:1 26433:1 26434:2 26437:2 26440:1 26441:1 26454:1 26472:1 26482:1 26492:1 26497:1 26539:1 26542:1 26545:1 26549:1 26604:3 26611:1 26615:2 26624:1 26634:1 26643:1 26644:1 26658:1 26670:1 26687:1 26702:1 26713:1 26715:1 26721:1 26741:1 26746:1 26777:2 26781:1 26783:1 26785:5 26793:2 26803:1 26807:1 26817:1 26830:2 26831:3 26853:1 26858:1 26891:2 26897:1 26904:1 26920:1 26931:1 26945:2 26954:1 26957:1 26977:1 26983:1 27003:3 27004:1 27017:1 27021:2 27027:1 27036:2 27064:1 27070:1 27072:2 27091:2 27103:2 27109:1 27124:1 27125:2 27129:2 27140:1 27145:1 27166:1 27177:2 27189:3 27203:1 27212:1 27222:1 27223:1 27231:1 27247:2 27257:2 27258:1 27267:1 27278:1 27289:1 27302:1 27309:1 27322:1 27329:1 27332:1 27338:1 27339:1 27343:2 27344:1 27392:2 27406:1 27408:1 27423:1 27428:1 27455:3 27456:1 27459:2 27464:1 27472:1 27473:4 27523:1 27530:1 27540:1 27559:2 27561:2 27563:1 27564:5 27575:1 27586:5 27604:1 27609:1 27638:1 27644:1 27656:1 27684:1 27698:1 27704:2 27710:1 27711:1 27738:6 27743:1 27755:1 27756:1 27759:1 27763:1 27764:1 27833:1 27837:1 27840:2 27846:1 27855:1 27866:1 27869:2 27877:1 27900:2 27913:1 27914:4 27948:1 27955:2 27957:1 27961:1 27963:1 27966:1 27971:1 27977:1 27983:1 27985:1 27987:1 28007:1 28013:1 28017:1 28031:1 28035:2 28043:1 28048:2 28060:1 28074:4 28084:1 28090:1 28093:1 28094:1 28124:1 28128:1 28145:1 28166:1 28188:1 28189:2 28193:1 28202:3 28204:1 28219:1 28226:1 28232:1 28236:1 28265:1 28280:1 28286:1 28293:1 28334:1 28339:1 28362:1 28379:1 28394:1 28398:2 28408:3 28422:2 28456:2 28474:1 28503:1 28508:4 28527:1 28531:6 28539:1 28565:1 28581:1 28612:1 28625:1 28639:1 28641:4 28655:2 28656:3 28660:3 28670:1 28673:1 28675:3 28676:6 28695:1 28696:1 28724:1 28728:1 28746:2 28750:1 28755:1 28763:1 28771:4 28793:1 28798:2 28804:1 28816:1 28819:2 28827:1 28829:1 28830:1 28843:1 28878:1 28885:1 28927:1 28951:1 28979:2 28982:1 28985:2 28987:2 28992:2 28998:1 29000:2 29011:5 29021:2 29030:1 29048:1 29065:5 29085:1 29095:1 29104:1 29111:3 29127:1 29160:1 29173:2 29175:1 29177:2 29181:4 29187:1 29203:3 29214:1 29217:1 29219:1 29227:1 29231:1 29233:1 29240:1 29242:1 29246:1 29248:1 29252:1 29261:1 29267:3 29270:1 29281:2 29310:1 29315:2 29335:1 29343:1 29359:1 29399:1 29401:1 29406:1 29419:1 29422:1 29439:2 29497:2 29500:1 29508:1 29516:5 29532:1 29536:1 29539:1 29540:3 29599:1 29607:1 29625:2 29627:1 29634:1 29641:1 29684:1 29685:1 29690:1 29700:1 29711:1 29726:2 29750:1 29826:1 29832:9 29835:1 29844:1 29845:2 29848:2 29858:2 29861:1 29874:1 29888:1 29906:1 29943:1 29948:1 29959:1 29979:1 29981:1 29989:1 29997:1 30006:1 30010:2 30014:4 30016:2 30043:1 30049:3 30075:1 30077:1 30092:1 30097:1 30115:1 30127:2 30131:1 30133:1 30150:2 30151:1 30159:1 30160:1 30161:1 30167:1 30181:1 30186:1 30192:1 30214:2 30222:1 30223:1 30237:1 30240:1 30249:1 30253:1 30268:1 30269:1 30293:1 30307:1 30323:1 30338:1 30361:1 30395:1 30406:2 30409:1 30411:1 30426:1 30437:1 30461:1 30469:2 30472:2 30478:1 30485:4 30520:1 30522:2 30523:1 30542:1 30549:1 30553:1 30582:1 30597:1 30625:1 30662:2 30677:1 30700:1 30714:1 30717:5 30745:2 30753:2 30761:1 30770:2 30795:1 30797:1 30798:1 30836:2 30837:2 30869:1 30871:1 30874:2 30900:3 30906:1 30918:1 30922:1 30935:1 30938:1 30963:1 30969:2 30983:1 31018:1 31031:1 31045:2 31060:1 31062:1 31077:2 31079:3 31090:2 31091:3 31094:2 31102:3 31103:1 31110:1 31112:1 31116:2 31128:1 31139:1 31147:3 31152:1 31155:5 31186:2 31195:4 31205:2 31211:1 31213:1 31226:1 31227:2 31233:1 31249:1 31266:1 31274:2 31275:2 31276:2 31323:1 31325:2 31333:1 31360:1 31364:2 31377:1 31382:2 31393:1 31421:1 31426:1 31444:3 31462:1 31485:1 31498:1 31504:3 31513:2 31538:1 31546:3 31571:1 31578:1 31610:3 31646:1 31650:1 31653:1 31686:1 31706:1 31716:1 31728:1 31770:1 31773:1 31778:1 31793:2 31804:1 31807:1 31809:1 31863:1 31899:3 31903:1 31909:1 31933:1 31934:1 31960:1 31965:3 31969:1 31970:1 31989:1 31991:1 31997:4 32026:1 32033:1 32043:1 32050:1 32059:1 32074:1 32097:1 32112:1 32166:1 32168:1 32173:1 32222:1 32223:1 32234:2 32235:2 32252:1 32264:2 32271:1 32275:1 32278:1 32283:1 32287:2 32288:1 32289:4 32295:1 32328:3 32341:2 32344:1 32367:2 32371:1 32374:2 32379:1 32380:1 32388:1 32391:2 32393:2 32394:1 32402:2 32404:1 32410:3 32411:1 32412:2 32417:2 32422:1 32423:1 32443:1 32446:1 32448:1 32449:1 32474:1 32483:1 32504:2 32505:5 32566:1 32571:1 32573:1 32619:1 32623:1 32625:1 32642:1 32648:1 32650:1 32655:1 32660:1 32685:1 32686:4 32690:2 32694:1 32714:1 32719:1 32729:1 32741:1 32754:1 32755:1 32783:1 32785:1 32786:1 32804:1 32831:1 32832:2 32838:2 32841:1 32843:1 32850:1 32871:2 32874:1 32875:1 32883:4 32894:1 32910:1 32913:1 32925:1 32939:1 32949:1 32954:1 32955:1 32959:1 32976:1 33021:1 33032:1 33037:1 33052:2 33057:2 33059:1 33061:1 33072:4 33080:1 33103:1 33110:1 33131:2 33137:1 33157:1 33172:1 33177:1 33180:1 33192:2 33193:1 33236:1 33248:1 33277:1 33289:1 33295:1 33312:1 33324:1 33362:1 33371:2 33373:1 33376:1 33386:1 33387:2 33405:1 33413:1 33436:3 33440:2 33444:1 33447:2 33448:2 33458:1 33466:3 33486:1 33489:1 33520:1 33521:1 33522:1 33527:1 33533:1 33551:1 33555:1 33572:2 33588:1 33589:1 33590:1 33592:2 33601:4 33622:1 33695:1 33708:1 33732:2 33739:1 33741:2 33754:1 33770:1 33805:2 33816:2 33831:1 33832:1 33849:1 33853:1 33854:1 33870:2 33877:1 33881:1 33889:2 33896:1 33942:1 33954:1 33967:1 33968:2 33980:1 33988:1 33993:1 33997:1 34012:1 34020:1 34049:1 34064:1 34081:1 34131:1 34143:1 34147:2 34172:1 34181:2 34188:2 34205:1 34223:1 34224:1 34252:2 34261:1 34263:1 34270:2 34280:1 34286:1 34298:2 34299:1 34311:2 34328:1 34330:1 34342:2 34343:2 34346:1 34357:2 34389:12 34394:1 34400:1 34404:1 34406:2 34411:2 34418:1 34421:1 34440:7 34441:2 34447:1 34450:2 34452:1 34464:3 34483:1 34501:1 34506:3 34518:1 34559:1 34564:1 34586:1 34611:3 34624:1 34637:2 34640:1 34646:2 34650:1 34664:1 34674:1 34676:2 34684:1 34689:2 34712:1 34717:1 34724:1 34728:1 34732:1 34737:2 34761:1 34776:1 34793:1 34798:1 34805:1 34814:1 34818:1 34831:1 34837:1 34858:1 34860:3 34864:1 34876:1 34886:1 34891:1 34899:1 34919:1 34922:1 34940:1 34949:1 34956:3 34970:1 35001:2 35002:1 35017:1 35029:2 35033:2 35043:1 35058:1 35059:1 35076:1 35079:1 35115:1 35117:1 35139:1 35140:1 35154:1 35158:1 35180:1 35183:1 35186:1 35192:1 35196:1 35226:1 35230:1 35233:2 35235:1 35245:1 35249:1 35252:1 35261:1 35269:1 35286:1 35289:1 35294:2 35314:1 35319:1 35324:1 35376:1 35409:1 35410:1 35412:1 35445:1 35452:2 35459:1 35493:1 35525:1 35535:1 35559:1 35593:2 35598:1 35609:1 35658:4 35670:1 35673:1 35682:1 35690:1 35717:1 35724:5 35728:1 35731:1 35735:1 35749:1 35756:1 35758:2 35765:1 35787:2 35795:1 35796:1 35810:2 35818:1 35836:1 35842:1 35849:1 35851:2 35852:1 35855:1 35858:4 35870:1 35874:1 35888:1 35902:1 35911:4 35919:2 35921:1 35929:2 35983:1 35986:3 35987:1 35998:2 36001:1 36003:1 36006:1 36014:1 36034:1
17 19:2 29:1 30:1 40:1 42:1 49:1 64:2 72:1 86:1 91:1 112:1 125:1 155:1 163:1 177:1 186:7 196:1 201:2 205:1 208:1 220:1 244:1 248:1 250:1 257:1 279:2 294:1 301:4 332:2 336:2 371:1 375:1 381:1 388:3 390:1 434:1 436:2 439:1 449:1 452:1 456:1 523:1 536:1 538:2 546:1 551:1 552:1 558:1 626:1 643:1 681:3 687:1 690:1 695:1 715:1 742:1 745:1 754:1 757:4 771:1 779:2 803:1 854:1 874:1 897:1 900:1 907:1 918:1 929:1 935:3 954:6 962:1 1025:2 1026:1 1032:1 1033:1 1071:1 1072:1 1075:2 1083:6 1084:3 1086:1 1088:2 1092:1 1094:5 1098:2 1099:3 1100:1 1109:1 1113:1 1114:2 1118:1 1119:2 1122:2 1141:1 1148:4 1149:2 1153:2 1156:1 1160:1 1191:3 1219:1 1221:2 1223:1 1225:2 1245:1 1247:1 1249:1 1254:1 1266:1 1269:1 1280:1 1288:1 1301:1 1307:1 1308:1 1309:3 1318:1 1336:1 1337:1 1343:1 1350:1 1356:1 1367:1 1368:1 1369:2 1376:1 1390:1 1398:1 1402:1 1410:2 1412:2 1425:1 1465:1 1477:1 1481:1 1492:2 1497:1 1501:1 1514:1 1522:1 1529:1 1531:1 1535:1 1556:1 1559:1 1572:1 1575:1 1576:1 1601:1 1602:1 1609:1 1637:1 1639:1 1655:1 1668:1 1672:1 1673:1 1674:1 1680:1 1681:1 1728:1 1731:1 1751:1 1755:1 1756:2 1780:1 1798:1 1801:1 1805:1 1806:1 1809:1 1819:1 1832:2 1837:1 1839:1 1867:2 1872:1 1894:4 1908:1 1909:1 1911:1 1916:1 1919:1 1920:1 1923:1 1938:2 1954:1 1976:1 1994:1 1999:2 2002:2 2007:1 2009:3 2028:1 2037:1 2041:1 2044:1 2045:1 2056:2 2068:1 2073:1 2077:1 2083:1 2085:1 2089:1 2093:1 2094:1 2095:1 2098:1 2129:2 2136:1 2138:1 2145:2 2146:1 2156:3 2158:1 2166:1 2168:1 2169:1 2171:1 2182:1 2195:1 2203:1 2205:1 2208:3 2210:1 2212:2 2221:1 2224:1 2251:1 2259:1 2262:1 2264:1 2276:1 2282:3 2289:2 2299:2 2301:1 2302:1 2309:1 2336:1 2355:1 2358:1 2374:1 2381:1 2391:2 2393:1 2407:1 2412:1 2413:2 2425:1 2428:1 2446:1 2447:1 2455:1 2469:1 2476:2 2525:1 2527:2 2536:1 2557:2 2564:1 2574:1 2585:1 2587:1 2612:1 2667:1 2720:2 2761:1 2771:1 2796:1 2800:1 2804:1 2837:1 2839:2 2844:1 2854:1 2863:4 2864:1 2868:2 2869:1 2871:1 2877:1 2887:5 2893:1 2897:2 2898:2 2901:3 2902:1 2905:1 2912:1 2914:1 2915:6 2934:1 2949:2 2968:2 2985:1 2987:1 2988:1 2990:1 2995:1 3005:1 3025:1 3062:1 3064:1 3067:2 3089:1 3107:6 3109:2 3132:2 3141:1 3148:1 3157:1 3159:2 3163:1 3164:1 3171:1 3181:1 3182:1 3184:1 3188:3 3194:1 3198:1 3202:1 3237:1 3248:1 3252:1 3254:2 3278:1 3317:2 3323:1 3333:1 3336:1 3361:1 3377:1 3387:1 3389:1 3398:1 3399:1 3416:1 3417:1 3420:1 3425:1 3426:3 3443:1 3463:1 3487:1 3502:1 3505:1 3510:1 3512:2 3515:2 3523:1 3534:1 3539:1 3552:1 3556:1 3558:1 3562:1 3580:1 3581:1 3588:1 3598:4 3607:4 3617:5 3636:1 3649:1 3652:1 3653:2 3662:2 3668:1 3687:1 3700:1 3704:1 3705:1 3723:2 3727:3 3730:2 3734:1 3737:2 3742:1 3760:2 3803:1 3816:1 3836:1 3855:1 3862:3 3863:1 3892:1 3907:1 3909:1 3912:1 3918:1 3919:2 3948:1 3962:1 3963:1 3967:1 4005:1 4006:1 4016:3 4039:2 4050:1 4090:1 4136:1 4157:2 4205:1 4245:1 4247:2 4254:1 4272:1 4275:1 4276:3 4295:1 4298:1 4299:1 4314:1 4353:2 4354:1 4359:1 4375:3 4385:1 4387:1 4389:1 4390:5 4408:1 4416:1 4424:1 4440:2 4453:1 4484:1 4497:1 4519:1 4525:1 4531:1 4541:3 4546:1 4561:2 4565:1 4567:1 4577:2 4588:1 4599:2 4608:1 4609:1 4638:1 4639:1 4643:1 4650:1 4668:1 4679:3 4681:1 4686:1 4687:1 4711:2 4718:1 4750:1 4773:2 4775:2 4780:3 4800:1 4809:1 4822:2 4832:1 4843:1 4852:3 4856:1 4860:1 4872:1 4876:2 4886:2 4909:1 4910:1 4922:1 4924:1 4933:1 4935:1 4984:1 5020:2 5031:1 5052:1 5057:1 5059:1 5067:1 5081:1 5088:1 5090:1 5096:1 5104:1 5117:1 5124:2 5134:1 5147:2 5148:1 5153:1 5158:2 5209:1 5238:1 5240:1 5243:1 5274:1 5282:1 5287:2 5290:2 5293:1 5294:1 5295:1 5301:1 5316:1 5366:2 5369:3 5408:1 5414:1 5417:1 5431:4 5434:1 5435:1 5437:1 5441:1 5450:2 5451:1 5461:1 5463:4 5494:1 5497:1 5501:1 5517:1 5522:1 5528:1 5529:1 5544:2 5545:1 5591:1 5602:2 5604:1 5611:1 5627:1 5640:1 5642:1 5666:1 5668:1 5675:1 5679:1 5680:1 5686:2 5687:1 5696:1 5700:1 5701:6 5720:3 5729:1 5734:1 5738:1 5749:1 5781:2 5801:4 5807:1 5820:2 5837:1 5839:1 5863:1 5889:2 5895:5 5902:1 5904:1 5913:1 5917:1 5920:1 5922:1 5925:3 5930:1 5932:4 5948:1 5954:1 5959:1 5972:2 5974:2 5999:1 6004:1 6051:1 6071:2 6072:1 6085:1 6086:1 6087:1 6088:1 6089:1 6095:1 6102:1 6104:1 6105:2 6110:2 6113:1 6122:2 6125:2 6132:1 6133:1 6134:1 6175:1 6180:1 6201:1 6205:1 6234:1 6241:1 6294:1 6316:1 6322:1 6328:1 6356:1 6358:2 6363:1 6367:1 6375:1 6395:2 6409:3 6413:1 6419:1 6433:1 6462:1 6466:1 6483:2 6488:1 6510:1 6527:1 6538:2 6551:4 6567:1 6571:1 6585:1 6587:1 6603:2 6607:1 6624:1 6629:1 6641:2 6659:1 6716:1 6718:2 6729:2 6730:1 6733:1 6741:1 6748:1 6759:1 6765:1 6789:1 6798:1 6861:2 6865:1 6866:1 6880:1 6882:3 6896:1 6925:2 6937:1 6954:6 6971:1 6986:1 7004:1 7010:1 7022:1 7031:1 7035:1 7046:1 7051:1 7058:2 7060:1 7064:1 7067:1 7076:1 7099:1 7102:2 7104:1 7111:1 7133:1 7138:1 7142:2 7145:1 7152:1 7153:1 7174:1 7182:1 7185:1 7192:1 7196:1 7201:2 7206:2 7211:2 7212:9 7220:1 7221:2 7244:2 7250:1 7255:1 7279:1 7313:1 7316:3 7349:1 7351:2 7379:1 7384:2 7393:1 7394:4 7406:2 7413:1 7414:1 7433:3 7449:2 7475:1 7480:1 7486:1 7487:1 7509:2 7511:3 7515:1 7534:2 7542:1 7549:1 7553:1 7557:1 7563:1 7575:4 7578:1 7602:1 7639:1 7644:2 7647:2 7655:2 7657:1 7660:1 7669:1 7691:2 7717:1 7724:1 7733:1 7739:1 7744:1 7757:4 7771:1 7774:1 7782:1 7795:1 7823:9 7835:1 7841:1 7854:1 7856:1 7863:3 7869:2 7871:1 7874:1 7880:1 7883:3 7884:2 7888:1 7912:1 7928:1 7933:1 7939:1 7944:1 7946:1 7951:1 7953:1 7960:3 7966:1 7982:1 7989:1 8035:1 8044:1 8049:1 8058:3 8062:1 8071:1 8074:1 8095:1 8100:1 8109:1 8118:2 8142:1 8148:2 8151:1 8161:2 8172:1 8193:1 8213:2 8217:4 8219:1 8234:1 8263:1 8266:1 8269:1 8276:1 8278:1 8279:1 8285:1 8288:1 8337:1 8345:1 8357:1 8365:1 8381:3 8386:1 8387:1 8409:1 8423:1 8436:1 8438:1 8443:1 8463:3 8468:2 8469:1 8481:1 8500:1 8503:1 8510:1 8512:1 8519:2 8525:3 8530:1 8540:1 8550:1 8556:1 8584:1 8621:1 8631:2 8637:1 8672:1 8682:2 8693:2 8696:1 8698:1 8719:4 8739:2 8744:1 8762:1 8767:1 8769:1 8776:2 8783:1 8787:1 8793:1 8798:1 8803:1 8845:1 8848:2 8852:2 8883:1 8889:1 8902:1 8907:3 8921:1 8932:1 8934:1 8940:1 8941:1 8944:1 8961:2 8962:2 8987:1 8994:1 9012:1 9032:2 9054:1 9056:1 9060:1 9062:1 9083:1 9086:1 9093:1 9112:2 9118:2 9127:1 9135:1 9138:1 9168:1 9193:4 9196:1 9198:1 9205:1 9209:1 9224:1 9231:2 9235:1 9236:1 9253:1 9255:1 9263:1 9269:2 9281:1 9291:1 9303:2 9308:3 9309:1 9310:1 9334:3 9337:2 9338:7 9340:3 9341:1 9343:1 9344:2 9347:6 9349:1 9350:1 9354:1 9356:1 9360:2 9361:3 9363:1 9364:4 9365:2 9382:1 9418:3 9426:1 9436:1 9438:1 9448:1 9458:1 9471:1 9504:1 9523:1 9524:1 9529:1 9536:1 9544:1 9547:1 9568:2 9589:2 9610:1 9611:2 9641:1 9643:1 9655:18 9661:1 9685:4 9687:2 9693:2 9715:1 9720:2 9737:1 9745:2 9754:1 9760:4 9769:1 9780:1 9821:1 9839:1 9874:1 9891:1 9908:1 9911:1 9917:2 9942:1 9956:3 9969:1 9973:1 9975:1 9984:1 9990:1 10021:1 10065:2 10066:1 10083:1 10088:1 10102:1 10123:5 10128:1 10136:1 10137:2 10156:1 10163:6 10168:1 10171:1 10175:1 10176:1 10185:1 10192:1 10216:1 10224:1 10228:1 10231:1 10233:1 10240:1 10248:1 10266:1 10283:1 10288:1 10292:1 10293:6 10322:1 10343:2 10352:2 10369:2 10394:1 10396:1 10414:1 10421:1 10439:1 10442:2 10446:1 10457:1 10458:1 10484:1 10491:2 10497:3 10505:1 10507:1 10513:1 10515:1 10522:1 10530:2 10544:1 10547:1 10559:1 10564:1 10565:1 10566:1 10567:1 10587:1 10593:1 10600:1 10603:1 10615:2 10619:1 10622:1 10641:1 10644:1 10646:1 10649:1 10651:2 10657:1 10668:1 10681:1 10690:5 10700:1 10702:2 10754:1 10756:1 10757:2 10761:2 10763:4 10766:1 10769:1 10776:1 10785:1 10792:2 10799:1 10816:1 10845:1 10853:1 10857:1 10885:1 10890:3 10903:1 10910:1 10917:2 10926:1 10933:1 10934:1 10935:1 10937:1 10980:2 10983:1 10989:7 11006:1 11010:1 11019:1 11052:1 11088:1 11109:2 11120:1 11123:1 11126:1 11129:1 11133:1 11142:1 11150:1 11156:1 11165:1 11174:2 11176:1 11181:1 11195:1 11234:1 11250:6 11251:2 11278:2 11279:1 11283:1 11292:1 11302:1 11303:1 11318:1 11321:1 11328:1 11345:1 11361:1 11368:1 11374:1 11387:1 11392:3 11393:1 11410:1 11423:1 11424:1 11459:3 11473:1 11494:1 11502:1 11506:1 11518:1 11523:1 11528:3 11568:1 11570:2 11598:1 11603:4 11605:1 11610:1 11616:1 11621:1 11624:1 11630:2 11647:1 11656:1 11666:1 11682:1 11690:1 11695:1 11706:3 11711:1 11716:1 11732:1 11739:1 11742:1 11743:2 11748:1 11767:1 11779:1 11801:1 11803:1 11811:1 11813:1 11824:1 11836:2 11849:1 11855:1 11866:1 11886:1 11891:1 11894:1 11903:1 11906:1 11907:1 11916:2 11917:1 11918:2 11922:1 11929:1 11950:1 11951:1 11960:2 11990:3 11997:1 12024:2 12028:2 12032:1 12034:1 12041:1 12047:4 12048:1 12051:3 12054:1 12063:1 12067:1 12069:1 12082:1 12084:1 12094:1 12101:1 12107:1 12109:1 12113:1 12116:1 12117:1 12119:3 12131:3 12134:1 12154:1 12162:1 12182:1 12188:1 12193:1 12212:6 12216:1 12234:1 12237:2 12244:1 12277:3 12279:1 12326:1 12331:1 12353:1 12363:1 12365:1 12377:1 12384:1 12387:1 12401:1 12425:1 12430:1 12431:1 12444:1 12452:1 12475:1 12478:1 12483:2 12528:1 12531:1 12532:1 12543:2 12548:1 12554:2 12562:4 12565:1 12566:2 12568:2 12570:1 12571:1 12615:1 12616:1 12617:1 12618:1 12623:1 12625:2 12626:1 12629:3 12630:1 12643:4 12651:2 12665:1 12666:3 12671:5 12697:1 12701:1 12711:2 12732:1 12737:1 12758:4 12765:1 12769:2 12777:1 12826:1 12835:1 12848:1 12852:3 12864:3 12866:2 12869:1 12878:1 12891:2 12893:1 12895:1 12901:1 12918:1 12941:2 12949:1 12959:2 12960:1 12963:1 12976:1 13004:1 13006:1 13021:1 13022:2 13023:1 13024:1 13031:1 13058:1 13063:1 13085:5 13087:1 13088:1 13089:1 13094:3 13101:1 13107:1 13111:1 13118:1 13128:1 13129:2 13131:1 13141:1 13145:1 13147:1 13159:1 13163:1 13165:3 13174:1 13181:1 13204:1 13244:1 13251:1 13253:2 13263:1 13270:2 13288:1 13338:1 13348:1 13354:1 13355:2 13382:1 13394:1 13395:1 13399:1 13405:1 13422:2 13434:6 13440:1 13445:2 13451:1 13471:2 13487:1 13496:1 13505:1 13523:2 13555:1 13564:1 13571:1 13578:1 13581:1 13586:2 13629:1 13647:1 13672:1 13680:1 13693:1 13705:1 13707:1 13715:1 13728:4 13729:3 13737:1 13744:2 13752:1 13753:2 13764:1 13771:1 13772:2 13787:1 13788:5 13811:1 13815:1 13818:1 13819:4 13822:1 13828:1 13837:1 13840:3 13856:1 13866:1 13877:1 13882:1 13893:1 13899:1 13907:2 13927:2 13957:1 13989:3 13991:1 14002:1 14013:1 14014:1 14017:1 14022:1 14027:1 14033:2 14037:3 14040:2 14071:1 14073:2 14077:1 14080:1 14102:1 14115:1 14117:1 14128:1 14129:1 14135:1 14160:2 14163:3 14171:1 14179:3 14200:1 14211:1 14213:1 14218:3 14219:1 14227:1 14234:2 14244:1 14250:2 14266:4 14277:1 14290:1 14307:4 14313:1 14331:1 14351:1 14354:1 14408:1 14416:1 14419:1 14467:1 14472:2 14493:1 14510:1 14513:5 14526:1 14536:1 14547:1 14552:1 14581:1 14585:1 14589:1 14595:1 14602:1 14614:1 14619:2 14636:1 14648:1 14653:3 14655:1 14661:1 14664:1 14669:2 14676:1 14727:1 14731:1 14738:1 14754:1 14756:1 14768:1 14771:2 14793:1 14816:1 14826:1 14835:1 14853:1 14858:1 14859:1 14864:1 14893:1 14895:3 14898:1 14899:1 14901:1 14904:3 14907:1 14908:5 14910:1 14911:1 14919:2 14921:2 14924:1 14960:2 14970:1 14976:1 14988:1 15011:1 15012:2 15013:1 15015:2 15019:1 15023:2 15029:1 15058:1 15062:2 15063:1 15068:1 15070:2 15102:1 15119:1 15125:1 15132:1 15137:1 15140:1 15154:1 15155:2 15157:1 15160:3 15167:2 15177:3 15185:1 15206:1 15207:1 15224:1 15235:1 15272:1 15297:2 15300:1 15316:1 15327:1 15336:2 15341:1 15342:1 15348:1 15349:1 15353:1 15360:1 15374:1 15389:1 15400:1 15419:1 15424:2 15426:1 15432:1 15442:1 15461:1 15493:1 15500:1 15516:1 15535:1 15538:1 15542:1 15544:2 15545:1 15556:2 15561:1 15569:1 15571:1 15616:1 15620:1 15646:2 15666:2 15667:1 15675:1 15680:1 15686:1 15705:2 15716:1 15719:1 15730:1 15749:2 15751:1 15784:1 15811:6 15838:1 15840:2 15843:1 15847:1 15849:3 15921:5 15925:1 15942:1 15945:2 15961:2 15963:1 15968:6 15982:1 15985:2 16017:1 16023:1 16028:1 16107:1 16112:1 16120:1 16156:1 16214:1 16222:1 16246:1 16262:1 16297:1 16311:1 16312:1 16330:2 16335:2 16376:1 16379:5 16388:2 16392:1 16393:3 16397:1 16412:1 16432:1 16436:3 16447:3 16448:1 16473:1 16483:1 16485:1 16488:1 16533:1 16542:1 16556:1 16579:1 16584:1 16619:1 16624:1 16653:1 16663:5 16670:1 16671:1 16674:1 16675:2 16692:1 16739:1 16744:1 16745:1 16775:1 16820:2 16833:1 16841:1 16847:1 16858:1 16868:2 16873:3 16890:3 16900:2 16902:1 16917:1 16922:1 16938:1 16941:1 16960:1 16964:8 16975:2 16984:1 16990:1 17006:1 17009:1 17017:1 17020:1 17024:1 17039:1 17041:1 17042:1 17045:1 17048:2 17057:1 17066:1 17093:1 17094:1 17100:1 17106:2 17149:1 17170:2 17172:1 17179:1 17210:4 17237:2 17260:1 17290:1 17302:1 17315:1 17365:1 17369:1 17387:1 17392:2 17441:1 17443:1 17450:1 17464:1 17467:1 17470:2 17495:1 17518:1 17530:1 17540:1 17550:1 17555:1 17558:1 17573:1 17582:1 17583:1 17594:1 17605:1 17607:1 17616:1 17628:1 17632:3 17644:1 17647:1 17651:1 17668:1 17701:1 17705:2 17706:1 17710:1 17714:1 17719:1 17720:1 17725:1 17727:1 17741:1 17770:1 17771:1 17793:1 17809:1 17820:2 17838:2 17843:1 17852:1 17857:1 17861:1 17863:1 17865:1 17868:1 17870:5 17872:1 17874:1 17883:1 17888:1 17892:1 17893:1 17897:1 17904:4 17906:2 17908:1 17912:1 17940:2 17963:1 17972:1 17984:1 17998:1 18000:1 18005:2 18007:1 18025:1 18026:2 18038:1 18046:1 18047:1 18050:5 18069:1 18071:1 18081:1 18084:1 18109:2 18112:2 18118:2 18124:1 18127:1 18131:1 18153:1 18174:1 18183:1 18189:1 18266:1 18291:1 18298:3 18300:4 18305:1 18338:1 18348:1 18356:1 18358:1 18363:1 18365:3 18367:1 18382:1 18396:9 18402:2 18404:1 18412:1 18413:1 18415:1 18417:1 18418:4 18420:38 18434:1 18437:1 18438:1 18439:2 18451:1 18452:1 18477:1 18487:3 18496:2 18500:2 18537:1 18546:1 18553:1 18583:3 18598:1 18610:1 18616:1 18632:1 18635:3 18648:1 18653:1 18655:2 18663:1 18670:4 18674:1 18687:1 18688:1 18724:1 18728:3 18730:1 18741:1 18776:1 18781:1 18791:1 18793:2 18807:1 18820:1 18829:1 18839:4 18846:1 18866:2 18872:1 18880:2 18881:1 18913:1 18922:1 18929:1 18936:1 18949:1 18975:1 18989:1 18993:2 18994:1 19007:1 19022:1 19025:9 19047:1 19054:1 19069:1 19072:1 19080:1 19082:1 19085:1 19108:2 19109:1 19139:1 19177:3 19219:1 19222:1 19232:1 19245:1 19255:1 19260:1 19272:1 19285:1 19323:1 19324:2 19328:2 19329:1 19340:2 19361:1 19407:1 19408:1 19416:1 19420:1 19445:2 19452:1 19454:2 19469:1 19478:1 19480:1 19498:2 19506:1 19507:1 19508:2 19532:1 19535:1 19544:1 19545:1 19552:1 19576:1 19596:1 19628:1 19631:5 19632:1 19634:1 19635:1 19638:1 19640:1 19670:1 19685:1 19688:1 19702:2 19727:1 19728:1 19739:2 19754:1 19757:1 19761:1 19773:1 19779:2 19784:1 19794:1 19808:1 19813:1 19815:1 19819:1 19832:12 19837:1 19878:1 19890:5 19902:2 19905:1 19914:3 19927:2 19930:1 19966:1 19973:1 19977:3 20030:1 20047:1 20049:1 20050:1 20071:1 20084:1 20085:3 20096:1 20102:2 20106:1 20108:1 20141:1 20172:2 20176:1 20198:1 20206:1 20207:1 20209:2 20217:1 20221:1 20253:1 20255:1 20270:1 20284:1 20294:1 20320:1 20345:1 20346:1 20352:1 20386:2 20390:1 20408:1 20437:1 20444:2 20449:1 20451:1 20455:1 20468:1 20479:1 20490:1 20508:1 20513:3 20518:1 20521:1 20536:1 20544:1 20552:3 20557:2 20560:1 20569:1 20572:2 20573:1 20582:1 20588:1 20592:1 20598:1 20616:1 20623:1 20635:2 20637:1 20644:1 20648:3 20655:1 20661:2 20663:1 20664:2 20666:1 20687:1 20695:1 20722:1 20735:2 20736:1 20743:1 20744:2 20747:1 20749:3 20752:1 20771:1 20779:2 20809:1 20813:1 20824:2 20835:2 20847:2 20863:1 20869:1 20902:2 20921:1 20951:2 20963:1 20979:1 20985:1 20996:1 21009:1 21020:1 21044:1 21062:1 21064:1 21077:1 21083:1 21087:1 21095:1 21099:2 21123:1 21129:1 21134:1 21169:1 21176:1 21198:1 21217:1 21238:2 21256:1 21284:1 21294:1 21298:1 21310:1 21314:1 21317:1 21318:2 21335:2 21355:2 21357:1 21362:1 21364:1 21391:1 21400:1 21401:1 21402:2 21423:1 21463:1 21469:1 21484:4 21498:1 21511:2 21521:1 21533:1 21541:1 21548:3 21549:1 21575:1 21592:1 21616:1 21653:2 21656:1 21668:1 21682:1 21687:1 21698:1 21700:2 21731:1 21733:1 21738:1 21757:1 21758:1 21762:1 21787:1 21798:1 21805:1 21811:1 21818:1 21819:2 21837:1 21846:1 21858:1 21877:1 21879:1 21880:1 21882:1 21887:1 21888:2 21890:1 21902:1 21916:1 21932:1 21937:1 21949:1 21951:1 21952:2 21962:1 21964:1 21979:1 21999:1 22002:1 22019:1 22039:2 22042:1 22045:1 22050:1 22067:1 22080:1 22092:1 22106:1 22110:1 22127:1 22133:8 22142:1 22149:1 22150:1 22158:2 22175:2 22197:1 22209:1 22226:1 22237:1 22240:1 22250:1 22280:1 22282:1 22297:1 22298:2 22339:1 22359:2 22401:1 22417:1 22423:2 22427:1 22428:1 22441:1 22464:1 22472:1 22474:1 22488:1 22492:1 22506:1 22519:1 22521:1 22527:1 22545:1 22550:1 22553:1 22554:1 22558:2 22560:3 22585:1 22592:1 22595:1 22598:1 22624:1 22638:1 22639:1 22642:1 22659:1 22671:1 22675:1 22690:1 22699:1 22702:1 22703:1 22733:1 22751:2 22774:1 22777:1 22785:1 22798:1 22807:4 22820:2 22832:1 22837:2 22842:1 22847:1 22884:1 22885:1 22912:1 22918:1 22959:1 22965:2 22966:1 22978:1 22982:1 22990:1 23006:1 23009:3 23026:1 23031:3076 23034:1 23050:1 23064:1 23096:1 23100:1 23108:2 23156:1 23174:1 23188:2 23196:1 23201:1 23204:1 23229:2 23239:2 23245:1 23296:1 23299:2 23309:1 23339:1 23342:2 23352:1 23379:2 23384:1 23401:1 23429:1 23438:1 23445:2 23448:1 23453:1 23467:1 23478:1 23480:1 23485:1 23507:2 23523:3 23531:2 23550:1 23552:1 23563:1 23570:1 23607:1 23629:1 23635:3 23644:1 23654:4 23662:1 23705:1 23708:1 23730:1 23733:1 23758:1 23765:1 23770:3 23778:1 23808:1 23816:3 23821:1 23829:3 23835:1 23857:1 23874:1 23879:1 23886:1 23903:2 23919:1 23936:1 23939:6 23971:2 24024:1 24033:1 24066:1 24071:1 24078:4 24092:1 24098:2 24106:1 24108:1 24126:1 24132:1 24155:1 24170:1 24176:1 24182:3 24192:2 24193:2 24197:2 24198:1 24199:1 24201:1 24219:1 24226:1 24232:2 24248:1 24249:1 24259:1 24281:1 24282:1 24319:1 24326:1 24365:2 24370:1 24374:1 24383:1 24405:1 24409:1 24417:1 24422:1 24451:1 24452:1 24475:1 24510:1 24543:1 24551:1 24572:1 24578:1 24604:1 24605:1 24609:2 24628:1 24653:1 24660:1 24662:1 24665:2 24667:1 24669:2 24670:1 24687:1 24692:1 24722:1 24724:2 24728:1 24730:3 24736:1 24737:1 24739:1 24748:1 24754:1 24755:1 24757:1 24766:1 24768:2 24772:2 24774:2 24776:1 24787:1 24788:1 24791:1 24802:1 24811:3 24818:2 24827:3 24832:1 24837:1 24865:1 24881:1 24882:1 24883:1 24918:1 24940:1 24948:2 24976:2 24984:1 24988:1 24991:1 25055:3 25087:1 25104:1 25111:1 25116:1 25118:2 25121:1 25125:2 25137:1 25141:1 25147:2 25154:1 25157:1 25162:1 25175:2 25176:1 25177:2 25188:1 25200:1 25201:2 25205:1 25226:1 25236:2 25237:2 25254:2 25267:2 25268:1 25271:2 25283:2 25340:1 25374:1 25400:1 25402:1 25404:1 25405:1 25417:1 25431:1 25436:1 25447:1 25450:1 25458:1 25459:1 25474:1 25477:1 25486:3 25494:1 25499:1 25516:1 25525:1 25546:3 25556:1 25566:1 25571:1 25582:2 25591:2 25596:1 25598:1 25612:1 25614:2 25617:1 25656:1 25662:1 25664:3 25665:2 25669:1 25675:1 25685:1 25686:2 25687:2 25692:1 25701:1 25716:1 25729:3 25746:2 25760:1 25769:1 25814:2 25850:1 25852:2 25857:1 25866:1 25891:2 25923:1 25955:1 25976:1 25977:1 26000:1 26016:1 26024:1 26066:1 26095:1 26111:1 26150:1 26153:2 26161:1 26165:1 26176:2 26178:2 26204:1 26212:2 26218:2 26219:8 26221:1 26243:1 26264:1 26274:1 26290:1 26293:1 26294:1 26313:1 26322:1 26330:1 26339:1 26346:1 26347:1 26355:2 26358:1 26364:1 26385:1 26403:1 26423:1 26429:1 26433:1 26434:2 26437:2 26440:1 26441:1 26454:1 26472:1 26482:1 26492:1 26497:1 26539:1 26542:1 26545:1 26549:1 26560:1 26572:1 26604:3 26611:1 26615:2 26624:1 26634:1 26643:1 26644:1 26658:1 26670:1 26687:2 26702:1 26713:1 26715:1 26721:1 26741:1 26746:1 26777:2 26781:1 26783:1 26785:6 26793:2 26803:1 26807:1 26817:1 26830:2 26831:3 26853:1 26858:1 26891:2 26897:1 26904:1 26920:1 26931:1 26945:2 26954:1 26957:1 26977:1 26983:1 27003:3 27004:1 27017:1 27021:2 27027:1 27036:2 27064:1 27070:1 27072:2 27091:2 27103:2 27109:1 27124:1 27125:2 27129:2 27140:1 27145:1 27166:1 27177:2 27189:3 27203:1 27212:1 27222:1 27223:1 27231:1 27247:2 27257:2 27258:1 27267:1 27274:1 27278:1 27289:1 27302:1 27309:1 27322:1 27329:1 27332:1 27338:1 27339:1 27343:2 27344:1 27392:2 27406:1 27408:1 27423:1 27428:1 27455:3 27456:1 27459:2 27464:1 27472:1 27473:4 27523:1 27530:1 27540:1 27559:2 27561:2 27563:1 27564:5 27575:1 27586:5 27604:1 27609:1 27638:1 27644:1 27656:1 27684:1 27698:1 27704:2 27710:1 27711:1 27738:7 27743:1 27755:1 27756:2 27759:1 27763:1 27764:1 27833:1 27837:1 27840:2 27846:1 27855:1 27866:1 27869:2 27877:1 27900:2 27913:1 27914:4 27948:1 27955:2 27957:1 27961:1 27963:1 27966:1 27971:1 27977:1 27983:1 27985:1 27987:1 28007:1 28013:1 28017:1 28031:1 28035:2 28043:1 28048:2 28060:1 28061:1 28074:4 28084:1 28090:1 28093:1 28094:1 28124:1 28128:1 28145:1 28166:1 28188:1 28189:2 28193:1 28202:3 28204:1 28219:1 28226:1 28232:1 28236:1 28265:1 28280:1 28286:1 28293:1 28334:1 28339:1 28362:1 28379:1 28394:1 28398:2 28408:3 28422:3 28456:2 28474:1 28503:1 28508:4 28527:1 28531:7 28539:1 28565:1 28581:1 28612:1 28625:1 28639:1 28641:4 28655:2 28656:3 28660:3 28670:1 28673:1 28675:3 28676:6 28695:1 28696:1 28724:1 28728:1 28746:2 28750:1 28755:1 28763:1 28771:4 28793:1 28798:2 28804:1 28816:1 28819:2 28827:1 28829:1 28830:1 28843:1 28878:1 28885:1 28927:1 28951:1 28979:2 28982:1 28985:2 28987:2 28992:2 28998:1 29000:2 29011:5 29021:2 29030:1 29048:1 29065:5 29085:1 29095:1 29104:1 29111:3 29127:1 29160:1 29173:2 29175:1 29177:2 29181:4 29187:1 29203:3 29214:1 29217:1 29219:1 29227:1 29231:1 29233:1 29240:1 29242:1 29246:1 29248:1 29252:1 29261:1 29267:3 29270:1 29281:2 29310:1 29315:2 29335:1 29343:1 29359:1 29399:1 29401:1 29406:1 29419:1 29422:1 29439:2 29497:2 29500:1 29508:1 29516:6 29532:1 29536:1 29539:1 29540:3 29599:1 29607:1 29625:2 29627:1 29634:1 29641:1 29684:1 29685:1 29690:1 29700:1 29711:1 29726:2 29750:1 29781:1 29799:1 29826:1 29832:10 29835:1 29844:1 29845:2 29848:2 29858:2 29861:1 29874:1 29888:1 29906:1 29943:1 29948:1 29959:1 29979:1 29981:1 29989:1 29997:1 30006:1 30010:2 30014:4 30016:2 30043:1 30049:3 30075:1 30077:1 30092:1 30097:1 30115:1 30127:2 30131:1 30133:1 30150:2 30151:1 30159:1 30160:1 30161:1 30167:1 30181:1 30186:1 30192:1 30214:2 30222:1 30223:1 30237:1 30240:1 30249:1 30253:1 30268:1 30269:1 30293:1 30307:1 30323:1 30338:1 30361:1 30395:1 30406:2 30409:1 30411:1 30426:1 30437:1 30461:1 30469:2 30472:2 30478:1 30485:4 30520:1 30522:2 30523:1 30542:1 30549:1 30553:1 30582:1 30597:1 30625:1 30639:1 30662:2 30677:1 30700:1 30714:1 30717:5 30745:2 30753:2 30761:1 30770:2 30795:1 30797:1 30798:1 30836:2 30837:2 30869:1 30871:1 30874:2 30900:3 30906:1 30918:1 30922:1 30935:1 30938:1 30963:1 30969:2 30983:1 31018:1 31031:1 31045:2 31060:1 31062:1 31077:2 31079:4 31090:2 31091:3 31094:2 31102:3 31103:1 31110:1 31112:1 31116:2 31128:1 31139:1 31147:3 31152:1 31155:5 31186:2 31195:4 31205:2 31211:1 31213:1 31226:1 31227:2 31233:1 31249:1 31266:1 31274:2 31275:2 31276:2 31323:1 31325:2 31333:1 31360:1 31364:2 31377:1 31382:2 31393:1 31421:1 31426:1 31432:1 31444:3 31462:1 31485:1 31498:1 31504:3 31513:2 31538:1 31546:3 31571:1 31578:1 31610:3 31646:1 31650:1 31653:1 31686:1 31706:1 31716:1 31728:1 31770:1 31773:1 31778:1 31793:2 31804:1 31807:1 31809:1 31863:1 31899:3 31903:1 31909:1 31933:1 31934:1 31960:1 31965:3 31969:1 31970:1 31989:1 31991:1 31997:4 32026:1 32033:1 32043:1 32050:1 32059:1 32074:1 32097:1 32112:1 32125:1 32166:1 32168:1 32173:1 32222:1 32223:1 32234:2 32235:2 32252:1 32264:2 32271:1 32275:1 32278:1 32283:1 32287:2 32288:1 32289:4 32295:1 32328:3 32341:2 32344:1 32367:2 32371:1 32374:2 32377:1 32379:1 32380:1 32388:1 32391:2 32393:2 32394:1 32402:2 32404:1 32410:3 32411:1 32412:2 32417:2 32422:1 32423:1 32443:1 32446:1 32448:1 32449:1 32474:1 32483:1 32504:2 32505:5 32566:1 32571:1 32573:1 32619:1 32623:1 32625:1 32637:1 32642:1 32648:1 32650:1 32655:1 32660:1 32685:1 32686:4 32690:2 32694:1 32714:1 32719:1 32729:1 32741:1 32754:1 32755:1 32783:1 32785:1 32786:1 32804:1 32831:1 32832:2 32838:2 32841:1 32843:1 32850:1 32871:2 32874:1 32875:1 32883:4 32894:1 32910:1 32913:1 32925:1 32939:1 32949:1 32954:1 32955:1 32959:1 32976:1 33021:1 33032:1 33037:1 33052:2 33057:2 33059:1 33061:1 33072:4 33080:1 33091:1 33103:1 33110:1 33131:2 33137:1 33157:1 33172:1 33177:1 33180:1 33192:2 33193:1 33236:1 33248:1 33277:1 33289:1 33295:1 33312:1 33324:1 33362:1 33371:2 33373:1 33376:1 33386:1 33387:2 33405:1 33413:1 33436:3 33440:2 33444:1 33447:2 33448:2 33458:1 33466:3 33486:1 33489:1 33520:1 33521:1 33522:1 33527:1 33533:1 33551:1 33555:1 33572:2 33588:1 33589:1 33590:1 33592:2 33601:4 33622:1 33695:1 33708:1 33732:2 33739:1 33741:2 33754:1 33770:1 33805:2 33816:2 33831:1 33832:1 33849:1 33853:1 33854:1 33870:2 33877:1 33881:1 33889:2 33896:1 33942:1 33954:1 33967:1 33968:2 33980:1 33988:1 33993:1 33997:1 34012:1 34020:1 34049:1 34064:1 34081:1 34131:1 34143:1 34147:2 34172:1 34181:2 34188:2 34205:1 34206:1 34223:1 34224:1 34252:2 34261:1 34263:1 34270:2 34280:1 34286:1 34298:2 34299:1 34311:2 34328:1 34330:1 34342:2 34343:2 34346:1 34357:2 34389:12 34394:1 34400:1 34404:1 34406:2 34411:2 34418:1 34421:1 34440:7 34441:2 34447:1 34450:2 34452:1 34464:3 34483:1 34501:1 34506:3 34518:1 34559:1 34564:1 34586:1 34611:3 34624:1 34637:2 34640:1 34646:2 34650:1 34664:1 34674:1 34676:2 34684:1 34689:2 34712:1 34717:1 34724:1 34728:1 34732:1 34737:2 34761:1 34776:1 34793:1 34798:1 34805:1 34814:1 34818:1 34831:1 34837:1 34858:1 34860:3 34864:1 34876:1 34886:1 34891:1 34899:1 34919:1 34922:1 34940:1 34949:1 34956:3 34970:1 35001:2 35002:1 35017:1 35029:2 35033:2 35043:1 35058:1 35059:1 35076:1 35079:1 35115:1 35117:1 35139:1 35140:1 35154:1 35158:1 35180:1 35183:1 35186:1 35192:1 35196:1 35226:1 35230:1 35233:2 35235:1 35245:1 35249:1 35252:1 35261:1 35269:1 35286:1 35289:1 35294:2 35314:1 35319:1 35324:1 35376:1 35409:1 35410:1 35412:1 35445:1 35452:2 35459:1 35493:1 35525:1 35535:1 35559:1 35593:2 35598:1 35609:1 35658:4 35670:1 35673:1 35682:1 35690:1 35717:1 35724:5 35728:1 35731:1 35735:1 35749:1 35756:1 35758:2 35765:1 35787:2 35795:1 35796:1 35810:2 35818:1 35836:1 35842:1 35849:1 35851:2 35852:1 35855:1 35858:4 35870:1 35874:1 35888:1 35902:1 35911:4 35919:2 35921:1 35929:2 35983:1 35986:3 35987:1 35998:2 36001:1 36003:1 36006:1 36014:1 36034:2
17 13:1 19:2 29:1 30:1 40:1 42:1 49:1 64:2 72:1 86:1 91:1 112:1 125:1 155:1 163:1 177:1 186:7 196:1 201:2 205:1 208:1 220:1 244:1 248:1 250:1 257:1 279:2 294:1 301:4 332:2 336:2 371:1 375:1 381:1 388:3 390:1 434:1 436:2 439:1 449:1 452:1 456:1 523:1 536:1 538:2 546:1 551:1 552:1 558:2 564:1 626:1 643:1 659:1 681:3 687:1 690:1 695:1 699:1 715:1 742:1 745:1 754:1 757:4 771:1 779:2 803:1 854:1 874:1 897:1 900:1 907:1 918:1 929:1 935:3 954:6 962:1 1025:2 1026:1 1032:1 1033:1 1071:1 1072:1 1075:2 1083:6 1084:3 1086:1 1088:2 1092:1 1094:5 1098:2 1099:3 1100:1 1109:1 1113:1 1114:2 1118:1 1119:2 1122:2 1141:1 1148:4 1149:2 1153:2 1156:1 1160:1 1191:3 1219:1 1221:2 1223:1 1225:2 1245:1 1247:1 1249:1 1254:1 1266:1 1269:1 1280:1 1288:1 1301:1 1307:1 1308:1 1309:3 1318:1 1336:1 1337:1 1343:1 1350:1 1356:1 1367:1 1368:1 1369:2 1376:1 1390:1 1398:1 1402:1 1410:2 1412:2 1425:1 1465:1 1477:1 1481:1 1492:2 1497:1 1501:1 1514:1 1522:1 1529:1 1531:1 1535:1 1556:1 1559:1 1572:1 1575:1 1576:1 1577:1 1601:1 1602:1 1604:1 1609:1 1637:1 1639:1 1655:1 1668:1 1672:1 1673:3 1674:1 1680:1 1681:1 1728:1 1731:1 1742:1 1751:1 1755:1 1756:4 1780:1 1798:1 1801:1 1805:1 1806:1 1809:1 1819:1 1832:2 1837:1 1839:1 1867:2 1872:1 1894:4 1908:1 1909:1 1911:1 1916:1 1919:1 1920:1 1923:1 1938:2 1954:1 1976:1 1994:1 1999:2 2002:2 2007:1 2009:3 2028:1 2037:1 2041:1 2044:1 2045:1 2056:2 2068:1 2073:1 2077:1 2083:1 2085:1 2089:1 2093:1 2094:1 2095:1 2098:1 2129:2 2136:1 2138:1 2145:2 2146:1 2156:3 2158:1 2166:1 2168:1 2169:1 2171:1 2182:1 2195:1 2203:1 2205:2 2208:3 2210:1 2212:2 2221:1 2224:1 2228:1 2251:1 2259:1 2262:1 2264:1 2276:1 2282:3 2289:2 2299:2 2301:1 2302:1 2309:1 2336:1 2355:1 2358:1 2374:1 2381:1 2391:2 2393:1 2407:1 2412:1 2413:2 2425:1 2428:1 2446:1 2447:1 2455:1 2469:1 2476:2 2525:1 2527:2 2536:1 2557:2 2564:1 2574:1 2585:1 2587:1 2612:1 2667:1 2720:3 2761:1 2771:1 2796:1 2800:1 2804:1 2837:1 2839:2 2844:1 2854:1 2863:4 2864:1 2868:2 2869:1 2871:1 2877:1 2887:5 2893:1 2897:2 2898:2 2901:3 2902:1 2905:1 2912:1 2914:1 2915:6 2934:1 2949:2 2968:2 2985:1 2987:1 2988:1 2990:1 2995:1 3005:1 3025:1 3062:1 3064:1 3067:2 3089:1 3107:6 3109:2 3132:2 3141:1 3142:1 3148:1 3157:1 3159:2 3163:1 3164:1 3171:1 3181:1 3182:1 3184:1 3188:3 3194:1 3198:1 3202:1 3237:1 3248:1 3252:1 3254:2 3278:1 3317:2 3323:1 3333:1 3336:1 3361:1 3377:1 3387:1 3389:1 3398:1 3399:1 3416:1 3417:1 3420:1 3425:1 3426:3 3443:1 3463:1 3487:1 3502:1 3505:1 3510:1 3512:2 3515:2 3523:1 3534:1 3539:1 3552:1 3556:1 3558:1 3562:1 3580:1 3581:1 3588:1 3598:4 3607:5 3617:5 3636:1 3649:1 3652:1 3653:2 3662:2 3668:1 3687:1 3700:1 3704:1 3705:1 3723:2 3727:3 3730:2 3734:1 3737:2 3742:1 3760:2 3803:1 3816:1 3836:1 3855:1 3862:3 3863:1 3892:1 3907:1 3909:1 3912:1 3918:1 3919:2 3948:1 3962:1 3963:1 3967:1 4005:1 4006:1 4016:3 4039:2 4050:1 4090:1 4136:1 4157:2 4205:1 4245:1 4247:2 4254:1 4272:1 4275:1 4276:3 4295:1 4298:1 4299:1 4314:1 4353:2 4354:1 4359:1 4375:3 4385:1 4387:1 4389:1 4390:5 4408:1 4416:1 4424:1 4440:2 4453:1 4484:1 4497:1 4519:3 4525:1 4531:1 4541:3 4546:1 4561:2 4565:1 4567:1 4577:2 4588:1 4599:2 4608:1 4609:1 4638:1 4639:1 4643:1 4650:1 4668:1 4679:3 4681:1 4686:1 4687:1 4711:2 4718:1 4750:1 4773:2 4775:2 4780:3 4800:1 4809:1 4822:2 4824:1 4832:1 4843:1 4852:3 4856:1 4860:1 4872:1 4876:2 4886:2 4909:1 4910:1 4922:1 4924:1 4933:1 4935:1 4984:1 5020:2 5031:1 5052:1 5057:1 5059:1 5067:1 5081:1 5088:1 5090:1 5096:1 5104:1 5117:1 5124:2 5134:1 5147:2 5148:1 5153:1 5158:2 5209:1 5238:1 5240:1 5243:1 5274:1 5282:1 5287:2 5290:2 5293:1 5294:1 5295:1 5301:1 5316:1 5366:2 5369:3 5408:1 5414:1 5417:1 5431:4 5434:1 5435:1 5437:1 5441:1 5450:2 5451:1 5461:1 5463:4 5494:1 5497:1 5501:1 5517:1 5522:1 5528:1 5529:1 5544:2 5545:1 5591:1 5602:2 5604:1 5611:1 5627:1 5640:1 5642:1 5666:1 5668:1 5675:1 5679:1 5680:1 5686:2 5687:1 5696:1 5700:1 5701:6 5720:3 5729:1 5734:1 5738:1 5749:1 5781:2 5801:4 5807:1 5820:2 5837:1 5839:1 5863:1 5889:2 5895:5 5902:1 5904:1 5913:1 5917:2 5920:1 5922:1 5925:3 5930:1 5932:4 5948:1 5954:1 5959:1 5972:2 5974:2 5999:1 6004:1 6051:1 6071:2 6072:1 6085:1 6086:1 6087:1 6088:1 6089:1 6095:1 6102:1 6104:1 6105:2 6110:2 6113:1 6122:3 6125:2 6132:1 6133:1 6134:1 6160:1 6175:1 6180:1 6201:1 6205:1 6234:1 6241:1 6294:1 6316:1 6322:1 6328:1 6356:1 6358:2 6363:1 6367:1 6375:1 6395:2 6409:3 6413:1 6419:1 6433:1 6462:1 6466:1 6483:2 6488:1 6510:1 6527:1 6538:2 6551:4 6567:1 6571:1 6585:1 6587:1 6603:2 6607:1 6624:1 6629:1 6641:2 6659:1 6716:1 6718:2 6729:2 6730:1 6733:1 6741:1 6748:1 6759:1 6765:1 6789:1 6798:1 6861:2 6865:1 6866:1 6880:1 6882:4 6896:1 6925:2 6937:1 6954:6 6971:1 6986:1 7004:1 7010:1 7022:1 7031:1 7035:1 7046:1 7051:3 7058:2 7060:1 7064:1 7067:1 7076:1 7099:1 7102:2 7104:1 7111:1 7133:1 7138:1 7142:2 7145:1 7152:1 7153:1 7174:1 7182:1 7185:1 7192:1 7196:1 7201:2 7206:2 7211:2 7212:9 7220:1 7221:2 7244:2 7250:1 7255:1 7279:1 7313:1 7316:3 7349:1 7351:2 7379:1 7384:2 7393:1 7394:4 7406:2 7413:1 7414:1 7433:4 7449:2 7475:1 7480:1 7486:1 7487:1 7509:2 7511:3 7515:1 7534:2 7542:1 7549:1 7553:1 7557:1 7563:1 7575:4 7578:1 7602:1 7639:1 7644:2 7647:2 7655:2 7657:1 7660:1 7669:1 7691:2 7717:1 7724:1 7733:1 7739:1 7744:1 7757:4 7771:1 7774:1 7782:1 7795:1 7823:9 7835:1 7841:1 7854:1 7856:1 7863:3 7869:2 7871:1 7874:1 7880:1 7883:3 7884:2 7888:1 7912:1 7928:1 7933:1 7939:1 7944:1 7946:1 7951:1 7953:1 7960:3 7966:1 7982:1 7989:1 8035:1 8044:1 8049:1 8058:3 8062:1 8071:1 8074:1 8095:1 8100:1 8109:1 8118:2 8142:1 8148:2 8151:1 8161:2 8172:1 8193:1 8213:2 8217:4 8219:1 8234:1 8263:1 8266:1 8269:1 8276:1 8278:1 8279:1 8285:1 8288:1 8337:1 8345:1 8357:1 8365:1 8381:3 8386:1 8387:1 8409:1 8423:1 8436:1 8438:1 8443:1 8463:3 8468:2 8469:1 8481:1 8500:1 8503:1 8510:1 8512:1 8519:2 8525:3 8530:1 8540:1 8550:1 8556:1 8584:1 8621:1 8631:2 8637:1 8672:1 8682:2 8693:2 8696:1 8698:1 8719:4 8739:2 8744:1 8762:1 8767:1 8769:1 8776:2 8783:1 8787:1 8793:1 8798:1 8803:1 8845:1 8848:2 8852:2 8883:1 8889:1 8902:1 8907:3 8921:1 8932:1 8934:1 8940:1 8941:1 8944:1 8961:2 8962:2 8987:1 8994:1 9012:1 9032:2 9054:1 9056:1 9060:1 9062:1 9083:1 9086:1 9093:1 9112:2 9118:2 9127:1 9135:1 9138:1 9168:1 9193:4 9196:1 9198:1 9205:1 9209:1 9224:1 9231:3 9235:1 9236:1 9253:1 9255:1 9263:1 9269:2 9281:1 9291:1 9303:2 9304:1 9308:3 9309:1 9310:1 9334:3 9337:2 9338:7 9340:3 9341:1 9343:1 9344:2 9347:6 9349:1 9350:1 9354:1 9356:1 9360:2 9361:3 9363:1 9364:4 9365:2 9382:1 9408:1 9418:3 9426:1 9436:1 9438:1 9448:1 9458:1 9471:1 9504:1 9523:1 9524:1 9529:1 9536:1 9544:1 9547:1 9568:2 9589:2 9610:1 9611:2 9641:1 9643:1 9655:18 9661:1 9685:5 9687:2 9693:2 9715:1 9720:2 9737:1 9745:2 9754:1 9760:4 9769:1 9780:1 9821:1 9839:1 9874:1 9891:1 9908:1 9911:1 9917:2 9942:1 9956:3 9969:1 9973:1 9975:1 9984:1 9990:1 10021:1 10065:2 10066:1 10083:1 10088:1 10102:1 10123:5 10128:1 10136:1 10137:2 10156:1 10163:7 10168:1 10171:1 10175:1 10176:1 10185:1 10192:1 10216:1 10224:1 10228:1 10231:2 10233:1 10240:1 10248:1 10266:1 10283:1 10288:1 10292:1 10293:6 10322:1 10343:2 10352:2 10369:2 10394:1 10396:1 10414:1 10421:1 10439:1 10442:2 10446:1 10457:1 10458:1 10484:1 10491:3 10497:3 10505:1 10507:1 10513:1 10515:1 10522:1 10530:2 10544:1 10547:1 10559:1 10564:1 10565:1 10566:1 10567:1 10587:1 10593:1 10600:1 10603:1 10615:2 10619:1 10622:1 10641:1 10644:1 10646:1 10649:1 10651:2 10657:1 10668:1 10681:1 10690:5 10700:1 10702:2 10754:1 10756:1 10757:2 10761:2 10763:4 10766:1 10769:1 10776:1 10785:1 10792:2 10799:1 10816:1 10845:1 10853:1 10857:1 10885:1 10890:3 10903:1 10910:1 10917:2 10926:1 10933:1 10934:1 10935:1 10937:1 10980:2 10983:1 10989:7 11006:1 11010:1 11019:1 11052:1 11088:1 11109:2 11120:1 11123:1 11126:1 11129:1 11133:1 11142:1 11150:1 11156:1 11165:1 11174:2 11176:1 11181:1 11195:1 11234:1 11250:6 11251:2 11278:2 11279:1 11283:1 11292:1 11302:1 11303:1 11318:1 11321:1 11328:2 11345:1 11361:1 11368:1 11374:1 11387:1 11392:3 11393:1 11410:1 11423:1 11424:1 11459:3 11473:1 11494:1 11496:1 11500:1 11502:1 11506:1 11518:1 11523:1 11528:3 11568:1 11570:2 11598:1 11603:4 11605:1 11610:1 11616:1 11621:1 11624:1 11630:2 11647:1 11656:1 11666:1 11682:1 11690:1 11695:1 11706:3 11711:1 11716:1 11732:1 11739:1 11742:1 11743:2 11748:1 11767:1 11779:1 11801:1 11803:1 11811:1 11813:1 11824:1 11836:2 11849:1 11855:1 11866:1 11886:1 11891:1 11894:1 11903:1 11906:1 11907:1 11916:2 11917:1 11918:2 11922:1 11929:1 11950:1 11951:1 11960:2 11990:3 11992:1 11997:1 12024:2 12028:3 12032:1 12034:1 12041:1 12047:4 12048:1 12051:3 12054:1 12063:1 12067:1 12069:1 12082:2 12084:1 12094:1 12101:1 12107:1 12109:1 12113:1 12116:1 12117:1 12119:3 12131:3 12134:1 12154:1 12162:1 12182:1 12188:1 12193:1 12212:6 12216:1 12234:1 12237:2 12244:1 12277:3 12279:1 12326:1 12331:1 12353:1 12363:1 12365:1 12377:1 12384:1 12387:1 12401:1 12425:1 12430:1 12431:1 12444:1 12452:1 12475:1 12478:1 12483:2 12528:1 12531:1 12532:1 12543:2 12548:1 12554:2 12562:4 12565:1 12566:2 12568:2 12570:1 12571:1 12615:1 12616:1 12617:1 12618:1 12623:1 12625:2 12626:1 12629:3 12630:1 12643:4 12651:2 12665:1 12666:3 12671:5 12697:1 12701:1 12711:2 12732:1 12737:1 12758:4 12765:1 12769:2 12777:1 12826:1 12835:1 12848:1 12852:3 12864:3 12866:2 12869:1 12878:1 12891:2 12893:1 12895:1 12901:1 12918:1 12941:2 12949:1 12959:2 12960:1 12963:1 12976:1 13004:1 13006:1 13021:1 13022:2 13023:1 13024:1 13031:1 13058:1 13063:1 13085:5 13087:1 13088:1 13089:1 13094:3 13101:1 13107:1 13111:1 13118:1 13120:1 13128:1 13129:2 13131:1 13141:1 13145:1 13147:1 13159:1 13163:1 13165:3 13174:1 13181:1 13204:1 13244:1 13251:1 13253:2 13263:1 13270:2 13288:1 13338:1 13348:1 13354:1 13355:2 13382:1 13394:1 13395:1 13399:1 13405:1 13422:2 13434:6 13440:1 13445:2 13451:1 13471:2 13487:1 13496:1 13505:1 13523:3 13555:1 13564:1 13571:1 13578:1 13581:1 13586:2 13629:1 13647:1 13672:1 13680:1 13693:1 13705:1 13707:1 13715:1 13728:4 13729:3 13737:1 13744:2 13752:1 13753:2 13764:1 13771:1 13772:2 13787:1 13788:5 13811:1 13815:1 13818:1 13819:4 13822:1 13828:1 13837:1 13840:3 13856:1 13866:1 13877:1 13882:1 13893:1 13899:1 13907:2 13926:1 13927:2 13957:1 13989:3 13991:1 14002:1 14013:1 14014:1 14017:1 14022:1 14027:1 14033:2 14037:3 14040:2 14071:1 14073:4 14077:1 14080:1 14102:1 14115:1 14117:1 14128:1 14129:1 14135:1 14160:2 14163:3 14171:1 14179:3 14200:1 14211:1 14213:1 14218:3 14219:1 14227:1 14234:2 14244:1 14250:2 14266:4 14277:1 14290:1 14307:4 14313:1 14331:1 14351:1 14354:1 14408:1 14416:1 14419:1 14467:1 14472:2 14493:1 14510:1 14513:6 14526:1 14536:1 14541:1 14547:1 14552:1 14581:1 14585:1 14589:1 14595:1 14602:1 14614:1 14619:2 14636:1 14648:2 14653:3 14655:1 14661:1 14664:1 14669:2 14676:1 14727:1 14731:1 14738:1 14754:1 14756:1 14768:1 14771:2 14793:1 14816:1 14826:1 14835:1 14853:1 14858:1 14859:1 14864:1 14893:1 14895:3 14898:1 14899:1 14901:1 14904:3 14907:1 14908:5 14910:1 14911:1 14919:2 14921:2 14924:1 14960:2 14970:1 14976:1 14988:1 15011:1 15012:2 15013:1 15015:2 15019:1 15023:2 15029:1 15058:1 15062:2 15063:1 15068:1 15070:2 15102:2 15119:1 15125:1 15132:1 15137:1 15140:1 15154:1 15155:2 15157:1 15160:3 15167:2 15177:3 15185:1 15206:1 15207:1 15224:1 15235:1 15272:1 15297:2 15300:1 15316:1 15327:1 15336:2 15341:1 15342:1 15348:1 15349:1 15353:1 15360:1 15374:1 15389:1 15400:1 15419:1 15424:2 15426:1 15432:1 15442:1 15461:1 15493:1 15500:1 15516:1 15535:1 15538:1 15542:1 15544:2 15545:1 15556:2 15561:1 15569:1 15571:1 15616:1 15620:1 15646:2 15666:2 15667:1 15675:1 15680:1 15686:1 15705:2 15716:1 15719:1 15730:1 15749:2 15751:1 15784:1 15811:6 15838:1 15840:2 15843:1 15847:1 15849:3 15921:5 15925:1 15942:1 15945:2 15961:2 15963:1 15968:6 15982:1 15985:2 16017:1 16023:1 16028:1 16091:1 16107:1 16112:1 16120:1 16156:1 16214:1 16222:1 16246:1 16262:1 16297:1 16311:1 16312:1 16330:2 16335:2 16376:1 16379:5 16388:2 16392:1 16393:3 16397:1 16412:1 16432:1 16436:3 16447:3 16448:1 16473:1 16483:1 16485:1 16488:1 16533:1 16542:1 16551:1 16556:1 16579:1 16584:1 16619:1 16624:1 16653:1 16663:6 16670:1 16671:1 16674:1 16675:2 16692:1 16739:1 16744:1 16745:1 16775:1 16820:2 16833:1 16841:1 16847:1 16858:1 16865:1 16868:2 16873:3 16890:3 16900:2 16902:1 16917:1 16922:1 16938:1 16941:1 16960:1 16964:8 16975:2 16984:1 16990:1 17006:1 17009:1 17017:1 17020:1 17024:1 17039:1 17041:1 17042:1 17045:1 17048:2 17057:1 17066:1 17093:1 17094:1 17097:1 17100:1 17106:2 17149:1 17170:2 17172:1 17179:1 17210:4 17237:2 17260:1 17290:1 17302:1 17315:1 17365:1 17369:1 17387:1 17392:2 17441:1 17443:1 17450:1 17464:1 17467:1 17470:2 17495:1 17518:1 17530:1 17540:1 17550:1 17555:1 17558:1 17573:1 17582:1 17583:1 17594:1 17605:1 17607:1 17616:1 17628:1 17632:3 17644:1 17647:1 17651:1 17668:1 17701:1 17705:2 17706:1 17710:1 17714:1 17719:1 17720:1 17725:1 17727:1 17741:1 17770:1 17771:1 17793:1 17809:1 17820:2 17836:1 17838:2 17843:1 17852:1 17857:1 17861:1 17863:1 17865:1 17868:1 17870:6 17872:1 17874:1 17883:1 17888:1 17892:1 17893:1 17897:1 17904:4 17906:2 17908:1 17912:1 17940:2 17963:1 17972:1 17984:1 17998:1 18000:1 18005:2 18007:1 18025:1 18026:2 18038:1 18046:1 18047:1 18050:5 18069:1 18071:1 18081:1 18084:1 18109:2 18112:2 18118:2 18124:1 18127:1 18131:1 18153:1 18174:1 18183:1 18189:1 18266:1 18289:1 18291:1 18298:3 18300:4 18305:1 18338:1 18348:1 18356:1 18358:1 18363:1 18365:3 18367:1 18382:1 18396:9 18402:2 18404:1 18412:1 18413:1 18415:1 18417:1 18418:4 18420:38 18434:1 18437:1 18438:1 18439:2 18451:1 18452:1 18477:1 18487:3 18496:2 18500:2 18537:1 18546:1 18549:2 18553:1 18583:3 18598:1 18610:1 18616:1 18632:1 18635:3 18648:1 18653:1 18655:2 18663:1 18670:4 18674:1 18687:1 18688:1 18724:1 18728:3 18730:1 18741:1 18776:1 18781:2 18791:1 18793:2 18807:1 18820:1 18829:1 18839:4 18846:1 18866:2 18872:1 18880:2 18881:1 18913:1 18922:1 18929:1 18936:1 18949:1 18975:1 18989:1 18993:2 18994:1 19007:1 19022:1 19025:9 19047:1 19054:1 19069:1 19072:1 19080:1 19082:1 19085:1 19108:2 19109:1 19116:1 19139:1 19177:3 19219:1 19222:1 19232:1 19245:1 19255:1 19260:1 19272:1 19285:1 19323:1 19324:2 19328:2 19329:1 19340:2 19361:1 19407:1 19408:1 19416:1 19420:1 19445:2 19452:1 19454:2 19469:1 19478:1 19480:1 19498:2 19506:1 19507:1 19508:2 19532:1 19535:1 19544:1 19545:1 19552:1 19576:1 19595:1 19596:1 19628:1 19631:5 19632:1 19634:1 19635:1 19638:1 19640:1 19670:1 19685:1 19688:1 19702:2 19727:1 19728:1 19739:2 19754:1 19757:1 19761:1 19773:1 19779:2 19784:1 19794:1 19808:1 19813:1 19815:1 19819:1 19832:12 19837:1 19878:1 19890:6 19902:2 19905:1 19914:3 19927:2 19930:1 19966:1 19973:1 19977:3 20030:1 20047:1 20049:1 20050:1 20071:1 20084:1 20085:3 20096:1 20102:2 20106:1 20108:1 20141:1 20172:2 20176:1 20198:1 20206:1 20207:1 20209:2 20217:1 20221:1 20253:1 20255:1 20270:1 20284:1 20294:1 20320:1 20345:1 20346:1 20352:1 20386:2 20390:2 20408:1 20437:1 20444:2 20449:1 20451:1 20455:1 20468:1 20479:1 20490:1 20508:1 20513:3 20518:1 20521:1 20536:1 20544:1 20552:3 20557:2 20560:1 20569:1 20572:2 20573:1 20577:1 20582:1 20588:1 20592:1 20598:1 20616:1 20623:1 20635:2 20637:2 20644:1 20648:3 20655:1 20661:2 20663:1 20664:2 20666:1 20687:1 20695:1 20722:1 20735:2 20736:1 20743:1 20744:2 20747:1 20749:3 20752:1 20771:1 20779:2 20809:1 20813:1 20824:2 20835:2 20847:2 20863:1 20869:1 20902:2 20921:1 20951:2 20963:1 20979:1 20985:1 20996:1 21009:1 21020:1 21035:1 21044:1 21061:1 21062:1 21064:1 21077:1 21083:1 21087:1 21095:1 21099:2 21123:1 21129:1 21134:1 21169:1 21176:1 21198:1 21217:1 21238:2 21256:1 21284:1 21294:1 21298:1 21310:1 21314:1 21317:1 21318:2 21335:2 21355:2 21357:1 21362:1 21364:1 21391:1 21400:1 21401:1 21402:2 21423:1 21463:1 21469:1 21484:4 21498:1 21511:2 21521:1 21533:1 21541:1 21548:3 21549:1 21575:1 21592:1 21616:1 21653:2 21656:1 21668:1 21682:1 21687:1 21698:1 21700:2 21731:1 21733:1 21738:1 21757:1 21758:1 21762:1 21787:1 21798:1 21805:1 21811:1 21818:1 21819:2 21837:1 21846:1 21858:1 21877:1 21879:1 21880:1 21882:1 21887:1 21888:2 21890:1 21902:1 21916:1 21932:1 21937:1 21949:1 21951:1 21952:2 21962:1 21964:1 21979:1 21999:1 22002:1 22019:1 22039:2 22042:1 22045:1 22050:1 22067:1 22080:1 22092:1 22106:1 22110:1 22127:1 22133:8 22142:1 22149:1 22150:1 22158:2 22175:2 22197:1 22209:1 22226:1 22237:1 22240:1 22250:1 22280:1 22282:1 22297:1 22298:2 22339:1 22359:2 22401:1 22417:1 22423:2 22427:1 22428:1 22435:1 22441:1 22464:1 22472:1 22474:1 22484:1 22488:1 22492:1 22506:1 22519:1 22521:1 22527:1 22545:1 22550:1 22553:1 22554:1 22558:2 22560:3 22585:1 22592:1 22595:1 22598:1 22624:1 22638:1 22639:1 22642:1 22659:1 22671:1 22675:1 22690:1 22699:1 22702:1 22703:1 22733:1 22751:2 22774:1 22777:1 22785:1 22798:1 22807:4 22820:2 22832:1 22837:2 22842:1 22847:1 22884:2 22885:1 22912:1 22918:1 22959:1 22965:2 22966:1 22978:1 22982:2 22990:1 23006:1 23009:3 23026:1 23031:3118 23034:1 23050:1 23064:1 23087:1 23096:1 23100:1 23108:2 23156:1 23174:1 23188:2 23196:1 23201:1 23204:1 23229:2 23239:2 23245:1 23296:1 23299:2 23309:1 23339:1 23342:2 23352:2 23379:2 23384:1 23389:1 23401:1 23429:1 23438:1 23445:2 23448:1 23453:1 23467:1 23478:1 23480:1 23485:1 23507:2 23523:3 23531:2 23550:1 23552:1 23563:1 23570:1 23607:1 23629:1 23635:3 23644:1 23654:4 23662:1 23705:1 23708:1 23730:1 23733:1 23758:1 23765:1 23770:3 23778:1 23808:1 23816:3 23821:1 23829:3 23835:1 23857:1 23874:1 23879:1 23886:1 23903:2 23919:1 23936:1 23939:6 23971:2 24024:1 24033:1 24066:1 24071:1 24078:4 24092:1 24098:3 24106:1 24108:1 24126:1 24132:1 24155:1 24170:2 24176:1 24182:3 24192:2 24193:2 24197:2 24198:1 24199:1 24201:1 24219:1 24226:1 24232:2 24248:1 24249:1 24259:1 24281:1 24282:1 24319:1 24326:1 24365:2 24370:1 24374:1 24383:1 24405:1 24409:1 24417:1 24422:1 24451:1 24452:1 24475:1 24510:1 24543:1 24551:1 24572:1 24578:1 24604:1 24605:1 24609:2 24628:1 24653:1 24660:1 24662:1 24665:2 24667:1 24669:2 24670:1 24687:1 24692:1 24722:1 24724:2 24728:1 24730:3 24736:1 24737:1 24739:1 24748:1 24754:1 24755:1 24757:1 24766:1 24768:2 24772:2 24774:2 24776:1 24787:1 24788:1 24791:1 24802:1 24811:3 24818:2 24827:3 24832:1 24837:1 24865:1 24881:1 24882:1 24883:1 24918:1 24933:1 24940:1 24948:2 24976:2 24984:1 24988:1 24991:1 25055:3 25087:1 25104:1 25111:1 25116:1 25118:2 25121:1 25125:2 25137:1 25141:1 25147:2 25154:1 25157:1 25162:1 25175:2 25176:1 25177:2 25188:1 25200:1 25201:3 25205:1 25226:1 25236:2 25237:2 25254:2 25267:2 25268:1 25271:2 25283:2 25340:1 25374:1 25400:1 25402:1 25404:1 25405:1 25417:1 25431:1 25436:1 25447:1 25450:1 25458:1 25459:1 25474:1 25477:1 25486:3 25494:1 25499:1 25516:1 25525:1 25526:1 25546:3 25549:1 25556:1 25566:1 25571:1 25582:2 25591:2 25596:1 25598:1 25612:1 25614:2 25617:1 25656:1 25662:1 25664:3 25665:2 25669:1 25675:1 25685:1 25686:2 25687:2 25692:1 25701:1 25716:1 25729:3 25746:2 25760:1 25769:1 25814:2 25850:1 25852:2 25857:1 25866:1 25891:2 25923:1 25955:1 25976:1 25977:1 26000:1 26016:1 26024:1 26066:1 26095:1 26111:1 26150:1 26153:2 26161:1 26165:1 26176:2 26178:3 26204:1 26212:2 26218:2 26219:8 26221:1 26243:1 26264:1 26274:1 26290:1 26293:1 26294:1 26313:1 26322:1 26330:1 26339:1 26346:1 26347:1 26355:2 26358:1 26364:1 26385:1 26403:1 26423:1 26429:1 26433:1 26434:2 26437:2 26440:1 26441:1 26454:1 26472:1 26482:1 26492:1 26497:1 26539:1 26542:1 26545:1 26549:1 26560:1 26572:1 26604:3 26611:1 26615:2 26624:1 26634:1 26643:1 26644:1 26658:1 26670:1 26687:2 26702:1 26713:1 26715:1 26721:1 26741:1 26746:1 26777:2 26781:1 26783:1 26785:6 26793:3 26803:1 26807:1 26817:1 26830:2 26831:3 26853:1 26858:1 26891:2 26897:1 26904:1 26920:1 26931:2 26945:2 26954:1 26957:1 26977:1 26983:1 27003:3 27004:1 27008:1 27017:1 27021:2 27027:1 27036:2 27064:1 27070:2 27072:2 27091:2 27103:2 27109:1 27124:1 27125:2 27129:2 27140:1 27145:1 27166:1 27177:2 27189:3 27203:1 27212:1 27222:1 27223:1 27231:1 27247:2 27257:2 27258:1 27267:1 27274:1 27278:1 27289:1 27302:1 27309:1 27322:1 27329:1 27332:1 27338:2 27339:1 27343:2 27344:1 27392:2 27406:1 27408:1 27423:1 27428:1 27455:3 27456:1 27459:2 27464:1 27472:1 27473:4 27523:1 27530:1 27540:1 27559:2 27561:2 27563:1 27564:5 27575:1 27586:5 27604:1 27609:1 27638:1 27644:1 27656:1 27684:1 27698:1 27704:2 27710:1 27711:1 27738:7 27743:1 27755:1 27756:2 27759:1 27763:1 27764:1 27819:1 27833:1 27837:1 27840:2 27846:1 27855:1 27866:1 27869:2 27877:1 27900:2 27913:1 27914:4 27948:1 27955:2 27957:1 27961:1 27963:1 27966:1 27971:1 27977:1 27983:1 27985:1 27987:1 28007:1 28013:1 28017:1 28031:1 28035:2 28043:1 28048:2 28060:1 28061:1 28074:4 28084:1 28090:1 28093:1 28094:1 28124:1 28128:1 28145:1 28166:1 28188:1 28189:2 28193:2 28202:3 28204:1 28219:1 28226:1 28232:1 28236:1 28265:1 28280:1 28286:1 28293:1 28334:1 28339:1 28362:1 28379:1 28394:1 28398:2 28408:3 28422:3 28456:2 28474:1 28503:1 28508:4 28527:1 28531:7 28539:1 28565:1 28581:1 28612:1 28625:1 28639:1 28641:4 28655:2 28656:3 28660:3 28670:1 28673:1 28675:3 28676:6 28695:1 28696:1 28703:1 28724:1 28728:1 28746:2 28750:1 28755:1 28763:1 28771:4 28793:1 28798:2 28804:1 28816:1 28819:2 28827:1 28829:1 28830:1 28835:1 28843:1 28878:1 28885:1 28927:1 28951:1 28979:2 28982:1 28985:2 28987:2 28992:2 28998:1 29000:2 29011:5 29021:2 29030:1 29048:1 29065:5 29085:1 29095:1 29104:1 29111:3 29127:1 29160:1 29173:2 29175:1 29177:2 29181:4 29187:1 29203:3 29214:1 29217:1 29219:1 29227:1 29231:1 29233:1 29240:1 29242:1 29246:1 29248:1 29252:1 29261:1 29267:3 29270:1 29281:2 29310:1 29315:2 29335:1 29343:1 29359:1 29399:1 29401:1 29406:1 29419:1 29422:1 29439:2 29497:2 29500:1 29508:1 29516:6 29532:1 29533:1 29536:1 29539:1 29540:3 29599:1 29607:1 29625:2 29627:1 29634:1 29641:1 29684:1 29685:1 29690:1 29700:1 29711:1 29726:2 29750:1 29781:1 29799:1 29826:1 29832:10 29835:1 29844:1 29845:2 29848:2 29858:2 29861:1 29874:1 29888:1 29906:1 29943:1 29948:1 29959:1 29979:1 29981:1 29989:1 29997:2 30006:1 30010:2 30014:4 30016:2 30043:1 30049:3 30075:1 30077:1 30092:1 30097:1 30115:1 30127:2 30131:1 30133:1 30150:2 30151:1 30159:1 30160:1 30161:1 30167:1 30181:1 30186:1 30192:1 30193:1 30214:2 30222:1 30223:1 30235:1 30237:1 30240:1 30249:1 30253:1 30268:1 30269:1 30293:1 30307:1 30323:1 30338:1 30361:1 30395:1 30406:2 30409:1 30411:1 30426:1 30437:1 30461:1 30469:2 30472:2 30478:1 30485:4 30520:1 30522:2 30523:1 30542:1 30549:1 30553:1 30582:1 30597:1 30625:1 30639:1 30662:2 30677:1 30700:1 30714:1 30717:6 30745:2 30753:2 30761:1 30770:2 30795:1 30797:1 30798:1 30836:2 30837:2 30869:1 30871:1 30874:2 30900:3 30906:1 30918:1 30922:1 30935:1 30938:1 30963:1 30969:2 30983:1 31018:1 31031:1 31045:2 31060:1 31062:1 31077:2 31079:4 31090:2 31091:3 31094:2 31102:3 31103:1 31110:1 31112:1 31116:2 31128:1 31139:1 31147:3 31152:1 31155:5 31186:2 31195:4 31205:2 31211:1 31213:1 31226:1 31227:2 31233:1 31249:1 31266:1 31274:2 31275:2 31276:2 31323:1 31325:2 31333:1 31360:1 31364:2 31377:1 31382:2 31393:1 31421:1 31426:1 31432:1 31444:3 31462:1 31485:1 31498:1 31504:3 31513:2 31520:1 31538:1 31546:3 31571:1 31578:1 31610:3 31646:1 31650:1 31653:1 31686:1 31706:1 31716:1 31728:1 31770:1 31773:1 31778:1 31793:2 31804:1 31807:1 31809:1 31863:1 31899:3 31903:1 31909:1 31933:1 31934:1 31960:1 31965:3 31969:1 31970:1 31989:1 31991:2 31997:4 32026:2 32033:1 32043:1 32050:1 32059:1 32074:1 32091:1 32096:1 32097:2 32112:1 32125:1 32166:1 32168:1 32171:1 32173:1 32222:1 32223:1 32234:2 32235:2 32252:1 32264:2 32271:1 32275:1 32278:1 32283:1 32287:2 32288:1 32289:4 32295:1 32328:3 32341:2 32344:1 32367:2 32371:1 32374:2 32377:1 32379:1 32380:1 32388:1 32391:2 32393:2 32394:1 32402:2 32404:1 32410:3 32411:1 32412:2 32417:2 32422:1 32423:1 32443:1 32446:1 32448:1 32449:1 32474:1 32483:1 32504:2 32505:5 32566:1 32571:1 32573:1 32619:1 32623:1 32625:1 32637:1 32642:1 32648:1 32650:1 32655:1 32660:1 32685:1 32686:4 32690:2 32694:1 32714:1 32719:1 32729:1 32741:1 32754:1 32755:1 32783:1 32785:1 32786:1 32804:1 32831:1 32832:2 32838:2 32841:1 32843:1 32850:1 32871:2 32874:1 32875:1 32883:4 32894:1 32910:1 32913:1 32925:1 32939:1 32949:1 32954:1 32955:1 32959:1 32976:1 33021:1 33032:1 33037:1 33052:2 33057:2 33059:1 33060:1 33061:1 33072:4 33080:1 33091:1 33103:1 33110:1 33131:2 33137:1 33157:1 33172:1 33177:1 33180:1 33192:2 33193:1 33236:1 33248:1 33277:1 33289:1 33295:1 33312:1 33324:1 33362:1 33371:2 33373:1 33376:1 33386:1 33387:2 33405:1 33413:1 33436:3 33440:2 33444:1 33447:2 33448:2 33458:1 33466:3 33486:1 33489:1 33498:1 33520:1 33521:1 33522:1 33527:1 33533:1 33551:1 33555:1 33572:3 33588:1 33589:1 33590:1 33592:2 33597:1 33601:5 33622:1 33695:1 33708:1 33732:2 33739:1 33741:2 33754:1 33770:1 33805:2 33816:2 33831:1 33832:1 33849:1 33853:1 33854:1 33870:2 33877:1 33881:1 33889:2 33896:1 33942:1 33954:1 33967:1 33968:2 33980:1 33988:1 33993:1 33997:1 34012:1 34020:1 34049:1 34064:1 34081:1 34131:1 34143:1 34147:2 34172:1 34181:2 34188:2 34205:1 34206:1 34223:1 34224:1 34252:2 34261:1 34263:1 34270:2 34280:1 34286:1 34298:2 34299:1 34311:2 34328:1 34330:1 34342:2 34343:2 34346:1 34357:2 34389:12 34394:1 34400:1 34404:1 34406:2 34411:2 34418:1 34421:1 34440:7 34441:2 34447:1 34450:3 34452:1 34464:3 34483:1 34501:1 34506:3 34518:1 34559:1 34564:1 34586:1 34611:3 34624:1 34637:2 34640:1 34646:2 34650:1 34664:1 34674:1 34676:2 34684:1 34689:2 34712:1 34717:1 34724:1 34728:1 34732:1 34737:2 34761:1 34776:1 34793:1 34798:1 34805:1 34814:1 34818:1 34831:1 34837:1 34850:1 34858:1 34860:3 34864:1 34876:1 34886:1 34891:1 34899:1 34919:1 34921:1 34922:1 34929:1 34940:1 34949:1 34956:3 34970:1 35001:2 35002:1 35017:1 35029:2 35033:2 35043:1 35058:1 35059:1 35076:1 35079:1 35115:1 35117:1 35118:1 35139:1 35140:1 35154:1 35158:1 35180:1 35183:1 35186:1 35192:1 35196:1 35226:1 35230:1 35233:2 35235:1 35245:1 35249:1 35252:1 35261:1 35269:1 35286:1 35289:1 35294:2 35314:1 35319:1 35324:1 35376:1 35409:1 35410:1 35412:1 35445:1 35452:2 35459:1 35493:1 35525:1 35535:1 35559:1 35593:2 35598:1 35609:1 35658:4 35670:1 35673:1 35682:1 35690:1 35717:1 35724:5 35728:1 35731:1 35735:1 35749:1 35756:1 35758:2 35765:1 35787:2 35795:1 35796:1 35810:2 35818:1 35836:1 35842:1 35849:1 35851:2 35852:1 35855:1 35858:4 35870:1 35874:1 35888:1 35902:1 35911:4 35919:2 35921:1 35929:2 35983:1 35986:3 35987:1 35998:2 36001:1 36003:1 36006:1 36014:1 36034:2
17 13:1 19:2 29:1 30:1 40:1 42:1 49:1 64:2 72:1 86:1 91:1 112:1 125:1 155:1 163:1 177:1 186:7 196:1 201:2 205:1 208:1 220:1 244:1 248:1 250:1 257:1 279:2 294:1 301:4 316:1 332:2 336:2 371:1 375:1 381:1 388:3 390:1 434:1 436:2 439:1 449:1 452:1 456:1 523:1 536:1 538:2 546:1 551:1 552:1 558:3 564:1 626:1 643:1 659:1 681:3 687:1 690:1 695:1 699:1 715:1 742:1 745:1 754:1 757:4 771:1 779:3 803:1 854:1 874:1 897:1 900:1 907:1 918:1 929:1 935:3 954:6 962:1 1025:2 1026:1 1032:1 1033:1 1071:1 1072:1 1075:2 1083:6 1084:3 1086:1 1088:2 1092:1 1094:5 1098:2 1099:3 1100:1 1109:1 1113:1 1114:2 1118:1 1119:2 1122:2 1141:1 1148:4 1149:2 1153:2 1156:1 1160:1 1191:3 1215:1 1219:1 1221:2 1223:1 1225:2 1245:1 1247:1 1249:1 1254:1 1266:1 1269:1 1280:1 1288:1 1301:1 1307:1 1308:1 1309:3 1318:1 1336:1 1337:1 1343:1 1350:1 1356:1 1367:1 1368:1 1369:2 1376:1 1390:1 1398:1 1402:1 1410:2 1412:2 1425:1 1465:1 1477:1 1481:1 1492:2 1497:1 1501:1 1514:1 1522:1 1529:1 1531:1 1535:1 1556:1 1559:1 1572:1 1575:1 1576:1 1577:1 1601:1 1602:1 1604:1 1609:1 1629:1 1637:1 1639:1 1655:1 1668:1 1672:1 1673:3 1674:1 1675:1 1680:1 1681:1 1728:1 1731:1 1742:1 1751:1 1755:1 1756:4 1780:1 1798:1 1801:1 1805:1 1806:1 1809:1 1819:1 1832:2 1837:1 1839:1 1848:1 1867:2 1872:1 1894:4 1908:1 1909:1 1911:1 1916:1 1919:1 1920:1 1923:1 1938:2 1954:1 1976:1 1994:1 1999:2 2002:2 2007:1 2008:1 2009:3 2028:1 2037:1 2041:1 2044:1 2045:1 2056:2 2066:1 2068:1 2073:1 2077:1 2083:1 2085:2 2089:1 2093:1 2094:1 2095:1 2098:1 2129:2 2136:1 2138:1 2145:2 2146:1 2156:3 2158:1 2166:1 2168:1 2169:1 2171:1 2182:1 2195:1 2203:1 2205:2 2208:3 2210:1 2212:2 2221:1 2224:1 2228:1 2251:1 2259:1 2262:1 2264:1 2276:1 2282:3 2289:2 2299:2 2301:1 2302:1 2309:1 2336:1 2355:1 2358:1 2374:1 2381:1 2391:2 2393:1 2407:1 2412:1 2413:2 2425:1 2428:1 2439:2 2446:1 2447:1 2455:1 2469:1 2476:2 2525:1 2527:2 2536:1 2557:2 2564:1 2574:1 2585:1 2587:1 2612:1 2667:1 2720:3 2761:1 2771:1 2796:1 2800:1 2804:1 2837:1 2839:2 2844:1 2854:1 2863:4 2864:1 2868:2 2869:1 2871:1 2877:1 2887:5 2893:1 2897:2 2898:2 2901:3 2902:1 2905:1 2912:1 2914:1 2915:6 2934:1 2949:2 2968:2 2985:1 2987:2 2988:1 2990:1 2995:1 3005:1 3025:1 3062:1 3064:1 3067:2 3089:1 3107:6 3109:2 3132:2 3141:1 3142:1 3148:1 3157:1 3159:2 3163:1 3164:1 3171:1 3181:1 3182:1 3184:1 3188:3 3194:1 3198:1 3202:1 3237:1 3248:1 3252:1 3254:2 3278:1 3280:1 3317:2 3323:1 3331:1 3333:1 3336:1 3361:1 3377:1 3387:1 3389:1 3398:1 3399:1 3416:1 3417:1 3420:1 3425:1 3426:3 3443:1 3463:1 3487:1 3502:1 3505:1 3510:1 3512:2 3515:2 3523:1 3534:1 3539:1 3552:1 3556:1 3558:1 3562:1 3580:1 3581:1 3588:1 3598:4 3607:5 3617:5 3636:1 3649:1 3652:1 3653:2 3662:2 3668:1 3687:1 3700:1 3704:1 3705:1 3723:3 3727:3 3730:2 3734:1 3737:2 3742:1 3760:2 3803:1 3816:1 3836:1 3855:1 3862:3 3863:1 3892:1 3907:1 3909:1 3912:1 3918:1 3919:2 3948:1 3962:1 3963:1 3967:1 4005:1 4006:1 4016:3 4039:2 4050:1 4090:1 4136:1 4157:2 4172:1 4205:1 4245:1 4247:2 4254:1 4272:1 4275:1 4276:3 4295:1 4298:1 4299:1 4314:1 4353:2 4354:1 4359:1 4375:3 4385:1 4387:1 4389:1 4390:5 4408:1 4416:1 4424:1 4440:2 4453:1 4484:1 4497:1 4519:3 4525:1 4531:1 4541:3 4546:1 4561:2 4565:1 4567:1 4577:2 4588:1 4599:2 4608:1 4609:1 4638:1 4639:1 4643:1 4650:1 4668:1 4679:3 4681:1 4686:1 4687:1 4711:3 4718:1 4750:1 4773:2 4775:2 4780:3 4800:1 4809:1 4822:3 4824:1 4831:1 4832:1 4843:1 4852:3 4856:1 4860:1 4872:1 4876:2 4886:2 4909:1 4910:1 4922:1 4924:1 4933:1 4935:1 4984:1 5020:2 5031:1 5052:1 5057:1 5059:1 5067:1 5081:1 5088:1 5090:1 5096:1 5104:1 5117:1 5124:2 5134:1 5147:2 5148:1 5153:1 5158:3 5209:1 5238:1 5240:1 5243:1 5274:1 5282:1 5287:2 5290:2 5293:1 5294:1 5295:1 5301:1 5316:1 5366:2 5369:3 5408:1 5414:1 5417:1 5431:4 5434:1 5435:1 5437:1 5441:1 5450:2 5451:1 5461:1 5463:5 5494:1 5497:1 5501:1 5517:1 5522:2 5528:1 5529:1 5544:2 5545:1 5591:1 5602:2 5604:1 5611:1 5627:1 5640:1 5642:1 5666:1 5668:1 5675:1 5679:1 5680:1 5686:2 5687:1 5696:1 5700:1 5701:6 5720:3 5729:1 5734:1 5738:1 5749:1 5781:2 5801:5 5807:1 5820:2 5837:1 5839:1 5863:1 5889:2 5895:5 5902:1 5904:1 5913:1 5917:2 5920:1 5922:1 5925:3 5930:1 5932:4 5948:1 5954:1 5959:1 5972:2 5974:2 5999:1 6004:1 6051:1 6071:2 6072:1 6085:1 6086:1 6087:1 6088:1 6089:1 6095:1 6102:1 6104:1 6105:2 6110:2 6113:1 6122:3 6125:2 6132:1 6133:1 6134:1 6160:1 6175:1 6180:1 6201:1 6205:1 6234:1 6241:1 6294:1 6316:1 6322:1 6328:1 6356:1 6358:2 6363:1 6367:1 6375:1 6395:2 6409:5 6413:1 6419:1 6433:1 6462:1 6466:1 6483:2 6488:1 6510:1 6527:1 6538:2 6551:4 6567:1 6571:1 6585:1 6587:1 6603:2 6607:1 6624:1 6629:1 6641:2 6659:1 6716:1 6718:2 6729:2 6730:1 6733:1 6741:1 6748:1 6759:1 6765:1 6789:1 6798:1 6861:2 6865:1 6866:1 6880:1 6882:4 6896:1 6925:2 6937:1 6954:6 6971:1 6986:1 7004:1 7010:1 7022:1 7031:1 7035:1 7046:1 7051:3 7058:2 7060:1 7064:1 7067:2 7076:1 7099:1 7102:2 7104:1 7111:1 7133:1 7138:1 7142:2 7145:1 7152:1 7153:1 7174:1 7182:1 7185:1 7192:1 7196:1 7201:2 7206:3 7211:2 7212:9 7220:1 7221:2 7244:2 7250:1 7255:1 7279:1 7313:1 7316:3 7349:1 7351:2 7379:1 7384:2 7393:1 7394:5 7406:2 7413:1 7414:1 7433:4 7449:2 7475:1 7480:1 7486:1 7487:1 7509:2 7511:3 7515:1 7534:2 7542:1 7549:1 7553:1 7557:1 7563:1 7575:4 7578:1 7602:1 7639:1 7644:3 7647:2 7655:2 7657:1 7660:1 7669:1 7674:1 7691:2 7717:1 7724:1 7733:1 7739:1 7744:1 7757:4 7771:1 7774:1 7782:1 7795:1 7823:9 7835:1 7841:1 7854:1 7856:1 7863:3 7869:2 7871:1 7874:1 7880:1 7883:3 7884:2 7888:1 7912:1 7928:1 7933:1 7939:1 7944:1 7946:1 7951:1 7953:1 7960:3 7966:1 7982:1 7989:1 8035:1 8044:1 8049:1 8058:3 8062:1 8071:1 8074:1 8095:1 8100:2 8106:1 8109:1 8118:2 8142:1 8148:2 8151:1 8161:2 8172:1 8193:1 8213:2 8217:4 8219:1 8234:1 8263:1 8266:1 8269:1 8276:1 8278:1 8279:1 8285:1 8288:1 8337:1 8345:1 8357:1 8365:1 8381:3 8386:1 8387:1 8409:1 8423:1 8436:1 8438:1 8443:1 8463:3 8468:2 8469:1 8481:1 8500:1 8503:1 8510:1 8512:1 8519:2 8525:4 8530:1 8540:1 8550:1 8556:1 8584:1 8621:1 8631:2 8637:1 8672:1 8682:2 8693:2 8696:1 8698:2 8719:4 8739:2 8744:1 8754:1 8762:1 8767:1 8769:1 8776:2 8783:1 8787:1 8793:1 8798:1 8803:1 8845:1 8848:2 8852:2 8871:1 8883:1 8889:1 8902:1 8907:3 8921:1 8932:1 8934:1 8940:1 8941:1 8944:1 8961:2 8962:2 8987:1 8994:1 9012:1 9032:2 9054:1 9056:1 9060:1 9062:1 9071:1 9083:1 9086:1 9093:1 9112:2 9118:2 9127:1 9135:1 9138:1 9168:1 9193:4 9196:1 9198:1 9205:1 9209:1 9224:1 9231:3 9235:1 9236:1 9253:1 9255:1 9263:1 9269:2 9281:1 9291:1 9303:2 9304:1 9308:3 9309:1 9310:1 9334:3 9337:2 9338:8 9340:3 9341:1 9343:1 9344:2 9347:6 9349:1 9350:1 9354:1 9356:1 9360:2 9361:3 9363:1 9364:4 9365:2 9382:1 9408:1 9418:3 9426:1 9436:1 9438:1 9448:1 9458:1 9471:1 9504:1 9523:1 9524:1 9529:1 9536:2 9544:1 9547:1 9568:2 9589:2 9610:1 9611:2 9641:1 9643:1 9655:18 9661:1 9685:5 9687:2 9693:2 9715:1 9720:2 9737:1 9745:2 9754:1 9760:4 9769:2 9780:1 9810:1 9821:1 9839:1 9874:1 9891:1 9908:1 9911:1 9917:2 9942:1 9956:3 9969:1 9973:1 9975:1 9984:1 9990:1 10021:1 10065:2 10066:1 10083:1 10088:1 10102:1 10123:5 10128:1 10136:1 10137:2 10156:1 10163:7 10168:1 10171:1 10175:2 10176:1 10185:1 10192:1 10216:1 10224:1 10228:1 10231:2 10233:1 10240:1 10248:1 10266:1 10283:1 10288:1 10292:1 10293:6 10322:1 10343:2 10352:2 10360:1 10369:2 10394:1 10396:1 10414:1 10421:1 10439:1 10442:2 10446:1 10457:1 10458:1 10484:1 10491:3 10497:3 10505:1 10507:1 10513:1 10515:1 10522:1 10530:2 10544:1 10547:1 10559:1 10564:1 10565:1 10566:1 10567:1 10587:1 10593:1 10600:1 10603:1 10615:2 10619:1 10622:1 10641:1 10644:1 10646:1 10649:1 10651:2 10657:1 10668:1 10681:1 10690:5 10700:1 10702:2 10703:1 10754:1 10756:1 10757:2 10761:2 10763:4 10766:1 10769:1 10776:1 10785:1 10792:2 10799:1 10816:1 10845:1 10853:1 10857:1 10885:1 10890:3 10903:1 10910:1 10917:2 10926:1 10933:1 10934:1 10935:1 10937:1 10980:2 10983:1 10989:7 11006:1 11010:1 11019:1 11052:1 11088:1 11109:2 11120:1 11123:1 11126:1 11129:1 11133:1 11142:1 11150:1 11156:1 11165:2 11174:2 11176:1 11181:1 11195:1 11234:1 11250:6 11251:2 11278:2 11279:1 11283:1 11292:1 11302:1 11303:1 11318:1 11321:1 11328:2 11345:1 11361:1 11368:2 11374:1 11387:1 11392:3 11393:1 11410:1 11423:1 11424:1 11459:3 11473:1 11494:1 11496:1 11500:1 11502:1 11506:1 11518:1 11523:1 11528:3 11568:1 11570:2 11598:1 11603:4 11605:1 11610:1 11616:1 11621:1 11624:1 11630:2 11647:1 11656:1 11666:1 11682:1 11690:1 11695:1 11706:5 11711:1 11716:1 11732:1 11739:1 11742:1 11743:2 11748:1 11767:1 11779:1 11801:1 11803:1 11811:2 11813:1 11824:1 11836:2 11849:1 11855:1 11866:1 11886:1 11891:1 11894:1 11903:1 11906:1 11907:1 11916:2 11917:1 11918:2 11922:1 11929:1 11950:1 11951:1 11960:2 11990:3 11992:1 11997:1 12024:3 12028:3 12032:1 12034:1 12041:1 12047:4 12048:1 12051:3 12054:1 12063:1 12067:1 12069:1 12082:2 12084:2 12094:1 12101:1 12107:1 12109:1 12113:1 12116:1 12117:1 12119:3 12131:3 12134:1 12154:1 12162:1 12182:1 12188:1 12193:1 12212:6 12216:1 12234:1 12237:2 12244:1 12277:3 12279:1 12326:1 12331:1 12353:1 12363:1 12365:1 12377:1 12384:1 12387:1 12401:1 12425:1 12430:1 12431:1 12444:1 12452:1 12475:1 12478:1 12483:3 12528:1 12531:1 12532:1 12543:2 12548:1 12554:2 12562:4 12565:1 12566:2 12568:2 12570:1 12571:1 12615:1 12616:1 12617:1 12618:1 12623:1 12625:2 12626:1 12629:3 12630:1 12643:4 12651:2 12663:1 12665:1 12666:3 12671:5 12697:1 12701:1 12711:2 12732:1 12737:1 12758:5 12765:1 12769:2 12777:1 12826:1 12835:1 12848:1 12852:3 12864:3 12866:2 12869:1 12878:1 12891:2 12893:1 12895:1 12901:1 12918:1 12941:2 12949:1 12959:2 12960:1 12963:1 12976:1 13004:1 13006:1 13021:1 13022:2 13023:1 13024:1 13031:1 13058:1 13063:1 13085:5 13087:1 13088:1 13089:1 13094:3 13101:1 13107:1 13111:1 13118:1 13120:1 13128:1 13129:2 13131:1 13141:1 13145:1 13147:1 13159:1 13163:1 13165:3 13174:1 13181:1 13204:1 13244:1 13251:1 13253:2 13263:1 13270:2 13288:1 13338:1 13348:1 13354:1 13355:2 13382:1 13394:1 13395:1 13399:1 13405:1 13422:2 13434:7 13440:1 13445:2 13451:1 13471:2 13487:1 13496:1 13505:1 13523:3 13555:1 13564:1 13571:1 13578:1 13581:1 13586:2 13629:1 13647:1 13655:1 13672:1 13680:1 13693:1 13699:1 13705:1 13707:1 13715:1 13728:4 13729:3 13737:1 13744:2 13752:1 13753:2 13764:1 13771:1 13772:3 13787:1 13788:5 13811:1 13815:1 13818:1 13819:4 13822:1 13828:1 13837:1 13840:3 13856:1 13866:1 13877:1 13882:1 13893:1 13899:1 13907:2 13926:1 13927:2 13957:1 13989:3 13991:1 14002:1 14013:1 14014:1 14017:1 14022:1 14027:1 14033:2 14037:3 14040:2 14071:1 14073:4 14077:1 14080:1 14102:1 14115:1 14117:1 14128:1 14129:1 14135:1 14160:2 14163:3 14171:1 14179:3 14200:1 14211:1 14213:1 14218:3 14219:1 14227:1 14234:2 14244:1 14250:2 14266:4 14277:1 14290:1 14307:5 14313:1 14331:1 14351:1 14354:1 14408:1 14416:1 14419:1 14467:1 14472:2 14493:1 14510:1 14513:6 14526:1 14536:1 14541:1 14547:1 14552:1 14581:1 14585:1 14589:1 14595:1 14602:1 14614:1 14619:2 14624:1 14636:1 14648:2 14653:3 14655:1 14661:1 14664:1 14669:2 14676:1 14727:1 14731:1 14738:1 14754:1 14756:1 14768:1 14771:2 14793:1 14816:1 14826:1 14835:1 14853:1 14858:1 14859:1 14864:1 14893:1 14895:3 14898:1 14899:1 14901:1 14904:3 14907:1 14908:5 14910:1 14911:1 14914:1 14919:2 14921:2 14924:1 14960:2 14970:1 14976:1 14978:1 14988:1 15011:1 15012:2 15013:2 15015:2 15019:1 15023:2 15029:1 15058:1 15062:2 15063:1 15068:1 15070:2 15102:2 15119:1 15125:1 15132:1 15137:1 15140:1 15152:1 15154:2 15155:2 15157:1 15160:3 15167:2 15177:3 15185:1 15206:1 15207:1 15224:1 15235:1 15272:1 15297:2 15300:1 15316:1 15327:1 15336:2 15341:1 15342:1 15348:1 15349:1 15353:1 15360:1 15374:1 15389:1 15392:1 15400:1 15419:1 15424:2 15426:1 15432:1 15442:1 15461:1 15493:1 15500:1 15509:1 15516:1 15535:1 15538:1 15542:1 15544:2 15545:1 15556:2 15561:1 15569:1 15571:1 15616:1 15620:1 15646:2 15666:2 15667:1 15675:1 15680:1 15686:1 15705:3 15716:1 15719:1 15730:1 15749:2 15751:1 15784:1 15811:6 15838:1 15840:2 15843:1 15847:1 15849:3 15921:5 15925:1 15942:1 15945:2 15961:2 15963:1 15968:6 15982:1 15985:2 16017:1 16023:1 16028:1 16091:1 16107:1 16112:1 16120:1 16156:1 16214:1 16222:1 16246:1 16262:1 16297:1 16311:1 16312:1 16330:2 16335:2 16376:1 16379:5 16388:2 16392:1 16393:3 16397:1 16412:1 16432:1 16436:3 16447:3 16448:1 16473:1 16483:1 16485:1 16488:1 16533:1 16542:1 16551:1 16556:1 16579:1 16584:1 16619:1 16624:1 16653:1 16663:6 16670:1 16671:1 16674:1 16675:2 16692:1 16739:1 16744:1 16745:1 16760:1 16775:1 16820:2 16833:1 16841:1 16847:1 16858:1 16865:1 16868:2 16873:5 16890:3 16900:2 16902:1 16917:1 16922:1 16938:1 16941:1 16960:1 16964:8 16975:2 16984:1 16990:1 17006:1 17009:2 17017:1 17020:1 17024:1 17039:1 17041:1 17042:1 17045:1 17048:2 17057:1 17066:1 17093:1 17094:1 17097:1 17100:1 17106:2 17149:1 17170:2 17172:1 17179:1 17210:4 17237:2 17260:1 17290:1 17302:1 17315:1 17365:1 17369:1 17387:1 17392:2 17441:1 17443:1 17450:1 17464:1 17467:1 17470:2 17495:1 17518:1 17530:1 17540:1 17550:1 17555:1 17558:1 17573:1 17582:1 17583:1 17594:1 17605:1 17607:1 17616:1 17628:1 17632:3 17644:1 17647:1 17651:1 17668:1 17701:2 17705:2 17706:1 17710:1 17714:1 17719:1 17720:1 17725:1 17727:1 17741:1 17770:1 17771:1 17793:1 17809:1 17820:2 17836:1 17838:2 17843:1 17852:1 17857:1 17861:1 17863:1 17865:1 17868:1 17870:7 17872:1 17874:1 17883:1 17888:1 17892:1 17893:1 17897:1 17904:4 17906:2 17908:2 17912:1 17940:2 17963:1 17972:1 17980:1 17984:1 17998:2 18000:1 18005:2 18007:1 18025:1 18026:2 18038:1 18045:1 18046:1 18047:1 18050:5 18069:1 18071:1 18081:1 18084:1 18109:2 18112:2 18118:2 18124:1 18127:1 18131:1 18153:1 18174:1 18183:1 18189:1 18266:1 18289:1 18291:1 18298:3 18300:4 18305:1 18338:1 18348:1 18356:1 18358:1 18363:1 18365:3 18367:1 18382:1 18396:9 18402:2 18404:1 18412:1 18413:1 18415:1 18417:1 18418:4 18420:39 18434:1 18437:1 18438:1 18439:2 18451:1 18452:1 18477:1 18487:3 18496:2 18500:2 18537:1 18546:1 18549:2 18553:1 18583:3 18598:1 18610:1 18616:1 18632:1 18635:3 18648:1 18653:1 18655:2 18663:1 18670:4 18674:1 18687:1 18688:1 18724:1 18728:3 18730:1 18741:1 18776:1 18781:2 18791:1 18793:2 18807:1 18820:1 18829:1 18839:4 18846:1 18866:2 18872:1 18880:2 18881:1 18913:1 18922:1 18929:1 18936:1 18949:1 18975:1 18989:1 18993:2 18994:1 19007:1 19022:1 19025:9 19047:2 19054:1 19069:1 19072:1 19080:1 19082:1 19085:1 19108:2 19109:1 19116:1 19130:1 19139:1 19177:3 19219:1 19222:1 19232:1 19245:1 19255:1 19260:1 19272:1 19285:1 19323:1 19324:2 19328:2 19329:1 19340:2 19361:1 19407:2 19408:1 19416:1 19420:1 19445:2 19452:1 19454:2 19469:1 19478:1 19480:1 19498:2 19506:1 19507:1 19508:2 19532:1 19535:1 19544:1 19545:1 19552:1 19576:1 19595:1 19596:1 19628:1 19631:5 19632:1 19634:1 19635:1 19638:1 19640:1 19670:1 19685:1 19688:1 19702:2 19727:1 19728:1 19739:2 19754:1 19757:1 19761:1 19773:1 19779:2 19784:1 19794:1 19808:1 19813:1 19815:1 19819:1 19832:12 19837:1 19878:1 19890:6 19902:2 19905:1 19914:3 19927:2 19930:1 19966:1 19973:1 19977:3 20030:1 20047:1 20049:1 20050:1 20071:1 20084:1 20085:3 20096:1 20102:3 20106:1 20108:1 20141:1 20147:1 20172:2 20176:1 20198:1 20206:1 20207:1 20209:2 20217:1 20221:1 20253:1 20255:1 20270:1 20284:1 20294:1 20320:1 20345:1 20346:1 20352:1 20386:2 20390:2 20408:1 20437:1 20444:2 20449:1 20451:1 20455:1 20468:1 20479:1 20490:1 20508:1 20513:3 20518:1 20521:1 20536:1 20544:1 20552:3 20557:2 20560:1 20569:1 20572:2 20573:1 20577:1 20582:1 20588:1 20592:1 20598:1 20616:1 20623:1 20635:2 20637:2 20644:1 20648:3 20655:1 20661:2 20663:1 20664:2 20666:1 20687:1 20695:1 20722:1 20735:2 20736:1 20743:1 20744:2 20747:1 20749:4 20752:1 20771:1 20779:2 20809:1 20813:1 20824:2 20835:2 20847:2 20863:1 20869:1 20902:2 20921:1 20951:2 20963:1 20979:1 20985:1 20996:1 21009:1 21020:1 21035:1 21044:1 21061:1 21062:1 21064:1 21077:1 21083:1 21087:1 21095:1 21099:2 21123:1 21129:1 21134:1 21169:1 21176:1 21198:1 21217:1 21238:2 21256:1 21284:1 21294:1 21298:1 21310:1 21314:1 21317:1 21318:2 21335:2 21355:2 21357:1 21362:1 21364:1 21391:1 21400:1 21401:1 21402:2 21418:1 21423:1 21463:1 21469:1 21484:4 21498:1 21511:2 21521:1 21533:1 21541:1 21548:3 21549:1 21575:1 21592:1 21616:1 21653:2 21656:1 21668:1 21673:1 21682:1 21687:1 21698:1 21700:2 21731:1 21733:1 21738:1 21757:1 21758:1 21762:1 21787:1 21798:1 21805:1 21811:1 21818:1 21819:2 21837:1 21846:1 21858:1 21877:1 21879:1 21880:1 21882:1 21887:1 21888:2 21890:1 21902:1 21916:1 21932:1 21937:1 21949:1 21951:1 21952:2 21962:1 21964:1 21979:1 21999:1 22002:1 22019:1 22039:2 22042:1 22045:1 22050:1 22067:1 22080:1 22092:1 22106:1 22110:1 22127:1 22133:8 22142:1 22149:1 22150:1 22158:2 22175:2 22197:1 22209:1 22226:1 22237:1 22240:1 22250:1 22280:1 22282:1 22297:1 22298:2 22339:1 22359:2 22401:1 22417:1 22423:2 22427:1 22428:1 22435:1 22441:1 22464:1 22472:1 22474:1 22484:1 22488:1 22492:1 22506:1 22519:1 22521:1 22527:1 22545:1 22550:1 22553:1 22554:1 22558:2 22560:3 22585:1 22592:1 22595:1 22598:1 22624:1 22638:1 22639:1 22642:1 22659:1 22671:1 22675:1 22690:1 22699:1 22702:1 22703:1 22733:1 22751:2 22774:1 22777:1 22785:1 22798:1 22807:4 22820:2 22832:1 22837:2 22842:1 22847:1 22884:2 22885:1 22912:1 22918:1 22959:1 22965:2 22966:1 22978:1 22982:2 22990:1 23006:1 23009:3 23026:1 23031:3202 23034:1 23050:1 23064:1 23087:1 23096:1 23100:1 23108:2 23156:1 23174:1 23188:2 23196:1 23201:1 23204:1 23229:3 23239:2 23245:1 23296:1 23299:2 23309:1 23339:1 23342:2 23352:2 23379:2 23384:1 23389:1 23401:1 23429:1 23438:1 23445:2 23448:1 23453:1 23467:1 23478:1 23480:1 23485:1 23507:2 23523:3 23531:2 23550:1 23552:1 23563:1 23570:1 23607:1 23629:1 23635:3 23644:1 23654:5 23662:1 23705:1 23708:1 23730:1 23733:1 23758:1 23765:1 23770:3 23778:1 23808:1 23816:3 23821:1 23829:3 23835:1 23857:1 23874:1 23879:1 23886:1 23903:2 23919:1 23936:1 23939:6 23958:1 23961:1 23971:2 24024:1 24033:1 24066:1 24071:1 24078:4 24092:1 24098:3 24106:1 24108:1 24126:1 24132:1 24155:1 24170:2 24176:1 24182:3 24192:2 24193:2 24197:2 24198:1 24199:1 24201:1 24219:1 24226:1 24232:2 24248:1 24249:1 24259:1 24281:1 24282:1 24293:1 24319:1 24326:1 24365:2 24370:1 24374:1 24383:1 24405:1 24409:1 24417:1 24422:1 24451:1 24452:1 24475:1 24510:1 24543:1 24551:1 24572:1 24578:1 24604:1 24605:1 24609:2 24628:1 24653:1 24660:1 24662:1 24665:2 24667:1 24669:2 24670:1 24687:1 24692:1 24722:1 24724:2 24728:1 24730:3 24736:1 24737:1 24739:1 24748:1 24754:2 24755:1 24757:1 24766:1 24768:3 24772:2 24774:2 24776:1 24787:1 24788:1 24791:1 24802:1 24811:3 24818:2 24827:3 24832:1 24837:1 24865:1 24881:1 24882:1 24883:1 24918:1 24933:1 24940:1 24948:2 24976:2 24984:1 24988:1 24991:1 25055:3 25087:1 25104:1 25111:1 25116:1 25118:2 25121:1 25125:2 25137:1 25141:1 25147:2 25154:1 25157:1 25162:1 25175:2 25176:1 25177:2 25188:1 25200:1 25201:3 25205:1 25226:1 25236:2 25237:2 25254:2 25267:2 25268:1 25271:2 25283:2 25340:1 25374:1 25400:1 25402:1 25404:1 25405:1 25417:1 25431:1 25436:1 25447:1 25450:1 25458:1 25459:1 25474:1 25477:1 25486:3 25494:1 25499:1 25516:1 25525:1 25526:1 25546:3 25549:1 25556:1 25566:1 25571:1 25582:2 25591:2 25596:1 25598:1 25612:1 25614:2 25617:1 25656:1 25662:1 25664:3 25665:2 25669:1 25675:1 25685:1 25686:2 25687:2 25692:1 25701:1 25716:1 25729:4 25746:2 25760:1 25769:1 25814:2 25850:1 25852:3 25857:1 25866:1 25891:2 25923:1 25955:1 25976:1 25977:1 26000:1 26016:1 26024:1 26066:1 26095:1 26111:1 26150:1 26153:2 26161:1 26165:1 26176:2 26178:3 26204:1 26212:2 26218:2 26219:8 26221:1 26243:1 26264:1 26274:1 26290:1 26293:1 26294:2 26313:1 26322:1 26330:1 26339:1 26346:1 26347:1 26355:2 26358:1 26364:1 26385:1 26403:1 26423:1 26429:1 26433:1 26434:2 26437:2 26440:1 26441:1 26454:1 26472:1 26482:1 26492:1 26497:1 26539:1 26542:1 26545:1 26549:1 26560:1 26572:1 26604:3 26611:1 26615:2 26624:1 26634:1 26643:1 26644:1 26658:1 26670:1 26687:2 26702:1 26713:1 26715:1 26721:1 26741:1 26746:1 26777:3 26781:1 26783:1 26785:6 26793:3 26803:1 26807:1 26817:1 26827:1 26830:2 26831:3 26853:1 26858:1 26891:2 26897:1 26904:1 26920:1 26931:2 26945:2 26954:1 26957:1 26977:1 26983:1 27003:3 27004:1 27008:1 27017:1 27021:2 27027:1 27036:2 27064:1 27070:2 27072:2 27091:2 27103:2 27109:1 27124:1 27125:2 27129:2 27140:1 27145:1 27166:1 27177:2 27189:3 27203:1 27212:1 27222:1 27223:1 27231:1 27247:2 27257:2 27258:1 27267:1 27274:1 27278:1 27289:1 27302:1 27309:1 27322:1 27329:1 27332:1 27338:2 27339:1 27343:2 27344:1 27391:1 27392:2 27406:1 27408:1 27423:1 27428:2 27455:3 27456:1 27459:2 27464:1 27472:1 27473:4 27523:1 27530:1 27540:1 27559:2 27561:2 27563:1 27564:5 27575:1 27586:5 27604:1 27609:1 27638:1 27644:1 27656:1 27684:1 27698:1 27704:2 27709:1 27710:1 27711:1 27738:7 27743:1 27755:1 27756:2 27759:1 27763:1 27764:1 27819:1 27833:1 27837:1 27840:2 27846:1 27855:1 27866:1 27869:2 27877:1 27900:2 27913:2 27914:4 27948:1 27955:2 27957:1 27961:1 27963:1 27966:1 27971:1 27977:1 27983:1 27985:1 27987:1 28007:1 28013:1 28017:1 28020:1 28031:1 28035:2 28043:1 28046:1 28048:2 28060:1 28061:1 28074:4 28084:1 28090:1 28093:2 28094:1 28124:1 28128:1 28145:1 28166:1 28188:1 28189:2 28193:2 28202:3 28204:1 28219:1 28226:1 28232:1 28236:1 28265:1 28280:1 28286:1 28293:1 28334:1 28339:1 28362:1 28379:1 28394:1 28398:2 28408:3 28422:3 28425:1 28456:2 28474:1 28503:1 28508:4 28527:1 28531:7 28539:1 28565:1 28581:1 28612:1 28625:1 28639:2 28641:4 28655:3 28656:4 28660:3 28670:1 28673:1 28675:3 28676:7 28695:1 28696:1 28703:1 28724:1 28728:1 28746:2 28750:1 28755:1 28763:1 28771:4 28793:1 28798:2 28804:1 28816:1 28819:2 28827:1 28829:1 28830:1 28835:1 28843:1 28878:1 28885:1 28927:1 28951:1 28979:2 28982:1 28985:2 28987:2 28992:2 28998:1 29000:2 29011:5 29021:2 29030:1 29033:1 29048:1 29065:5 29085:1 29095:1 29104:1 29111:3 29127:1 29160:1 29173:2 29175:1 29177:2 29181:4 29187:1 29203:3 29214:1 29217:1 29219:1 29227:1 29231:1 29233:1 29240:1 29242:1 29246:1 29248:1 29252:1 29261:1 29267:3 29270:1 29281:3 29310:2 29315:2 29335:1 29343:1 29359:1 29399:1 29401:1 29406:1 29419:1 29422:1 29439:2 29497:2 29500:1 29508:1 29516:6 29532:1 29533:1 29536:1 29539:1 29540:3 29599:1 29607:1 29625:2 29627:1 29634:1 29641:1 29684:1 29685:1 29690:1 29700:1 29711:1 29726:2 29750:1 29781:1 29799:1 29826:1 29832:10 29835:1 29842:1 29844:1 29845:2 29848:2 29858:2 29861:1 29874:1 29888:1 29906:1 29943:1 29948:1 29959:1 29979:1 29981:1 29989:1 29997:2 30006:1 30010:2 30014:5 30016:2 30043:1 30049:3 30075:1 30077:1 30079:1 30092:1 30097:1 30115:1 30127:2 30131:1 30133:1 30150:2 30151:1 30159:1 30160:1 30161:1 30167:1 30181:1 30186:1 30192:1 30193:1 30214:2 30222:1 30223:1 30235:1 30237:1 30240:1 30249:1 30253:1 30268:1 30269:1 30293:1 30307:1 30309:1 30323:1 30338:1 30361:1 30395:1 30406:2 30409:1 30411:1 30426:1 30437:1 30461:1 30469:2 30472:2 30478:1 30485:4 30520:1 30522:2 30523:1 30542:1 30549:1 30553:1 30582:1 30597:2 30625:1 30639:1 30662:2 30677:1 30700:1 30714:1 30717:6 30745:2 30753:2 30761:1 30770:2 30795:1 30797:1 30798:1 30836:2 30837:2 30869:1 30871:1 30874:2 30900:3 30906:1 30918:1 30922:1 30935:1 30938:2 30963:1 30969:2 30983:1 31018:1 31031:1 31045:2 31060:1 31062:1 31077:2 31079:4 31090:2 31091:4 31094:2 31102:3 31103:1 31108:1 31110:1 31112:1 31116:2 31128:1 31139:1 31147:3 31152:1 31155:5 31186:2 31195:4 31205:2 31211:1 31213:1 31226:1 31227:2 31233:1 31249:1 31266:1 31274:2 31275:2 31276:2 31323:1 31325:2 31333:1 31360:1 31364:2 31377:1 31382:2 31393:1 31421:1 31426:1 31432:1 31444:3 31462:1 31485:1 31498:1 31504:3 31513:2 31520:1 31538:1 31546:4 31571:1 31578:1 31610:3 31646:1 31650:1 31653:1 31686:1 31706:1 31716:1 31728:1 31770:1 31773:1 31778:1 31793:2 31804:1 31807:1 31809:1 31845:1 31863:1 31899:3 31903:1 31909:1 31933:1 31934:1 31960:1 31965:3 31969:1 31970:1 31989:1 31991:2 31997:4 32026:2 32033:1 32043:1 32050:1 32059:1 32074:1 32091:1 32096:1 32097:2 32112:1 32125:1 32166:1 32168:1 32171:1 32173:1 32222:1 32223:1 32234:2 32235:2 32252:1 32260:1 32264:2 32271:1 32275:1 32278:1 32283:1 32287:2 32288:1 32289:4 32295:1 32328:3 32341:2 32344:1 32367:2 32371:1 32374:2 32377:1 32379:1 32380:1 32388:1 32391:2 32393:2 32394:1 32402:2 32404:1 32410:3 32411:1 32412:2 32417:2 32422:1 32423:1 32424:1 32443:1 32446:1 32448:1 32449:1 32474:1 32483:1 32504:2 32505:5 32566:1 32571:1 32573:1 32619:1 32623:1 32625:1 32637:1 32642:1 32648:1 32650:1 32655:1 32660:1 32685:1 32686:4 32690:3 32694:1 32714:1 32719:1 32729:1 32741:2 32754:1 32755:1 32783:1 32785:1 32786:1 32804:1 32831:1 32832:2 32838:2 32841:3 32843:1 32850:1 32871:2 32874:1 32875:1 32883:4 32894:1 32910:1 32913:1 32925:1 32939:1 32949:1 32954:1 32955:1 32959:1 32976:1 33021:1 33032:1 33037:2 33052:2 33057:2 33059:1 33060:1 33061:1 33072:4 33080:1 33091:1 33103:1 33110:1 33131:2 33137:1 33157:1 33172:1 33177:1 33180:1 33192:2 33193:1 33236:1 33248:1 33277:1 33289:1 33295:1 33312:1 33324:1 33362:1 33371:2 33373:1 33376:1 33386:1 33387:2 33405:1 33413:1 33436:3 33440:2 33444:1 33447:2 33448:2 33458:1 33466:3 33486:1 33489:1 33498:1 33520:1 33521:1 33522:1 33527:1 33533:1 33551:1 33555:1 33572:3 33588:1 33589:1 33590:1 33592:2 33597:1 33601:5 33622:1 33695:1 33698:1 33708:1 33732:2 33739:1 33741:2 33754:1 33770:1 33805:2 33816:2 33831:1 33832:1 33849:1 33853:1 33854:1 33870:2 33877:1 33881:1 33889:2 33896:1 33942:1 33954:1 33967:1 33968:2 33980:2 33988:1 33993:1 33997:1 34012:1 34020:1 34049:1 34064:1 34081:1 34131:1 34143:1 34147:2 34172:1 34181:2 34188:2 34205:1 34206:1 34223:1 34224:1 34252:2 34261:1 34263:1 34270:2 34280:1 34286:1 34298:2 34299:1 34311:2 34328:1 34330:1 34342:2 34343:2 34346:1 34357:2 34389:12 34394:1 34400:1 34404:1 34406:2 34411:2 34418:1 34421:1 34440:7 34441:2 34447:1 34450:3 34452:1 34464:3 34483:1 34501:1 34506:3 34518:1 34559:1 34564:1 34586:1 34611:3 34624:1 34637:2 34638:1 34640:1 34646:2 34650:1 34664:1 34674:1 34676:2 34684:1 34689:2 34712:1 34717:1 34724:1 34728:1 34732:1 34737:2 34761:1 34776:1 34793:1 34798:1 34805:1 34814:1 34818:1 34831:1 34837:1 34850:1 34858:1 34860:3 34864:1 34876:1 34886:1 34891:1 34899:1 34919:1 34921:1 34922:1 34929:1 34940:1 34949:1 34956:3 34970:1 35001:2 35002:1 35017:1 35029:2 35033:2 35043:1 35058:1 35059:1 35076:1 35079:1 35115:1 35117:1 35118:1 35139:1 35140:1 35154:1 35158:1 35180:1 35183:1 35186:1 35192:1 35196:1 35226:1 35230:1 35233:2 35235:1 35245:1 35249:1 35252:1 35261:1 35269:1 35286:1 35289:1 35294:2 35314:1 35319:1 35324:1 35376:1 35396:1 35399:1 35409:1 35410:1 35412:1 35437:1 35445:1 35452:2 35459:1 35493:1 35525:1 35535:1 35559:1 35593:2 35598:1 35609:1 35658:4 35670:1 35673:1 35682:1 35690:1 35717:1 35724:5 35728:1 35731:1 35735:1 35749:1 35756:1 35758:2 35765:1 35787:2 35795:1 35796:1 35810:2 35818:1 35836:1 35842:1 35849:1 35851:2 35852:1 35855:1 35858:4 35870:1 35874:1 35888:1 35902:1 35911:4 35919:2 35921:1 35929:2 35983:1 35986:3 35987:1 35998:2 36001:1 36003:1 36006:1 36014:1 36034:2
17 13:1 19:2 29:1 30:1 32:1 40:1 42:1 49:2 64:2 72:1 86:1 91:1 112:1 125:1 155:1 163:1 177:1 186:7 196:1 201:2 205:1 208:1 220:1 244:1 248:1 250:1 256:1 257:1 279:2 294:1 301:4 316:1 332:2 336:2 371:1 375:1 381:1 388:3 390:1 434:1 436:2 439:1 449:1 452:1 456:1 523:1 536:1 538:2 546:1 551:1 552:1 558:3 564:1 626:1 643:1 659:1 681:3 687:1 690:1 695:1 699:1 715:1 742:1 745:1 754:1 757:4 771:1 779:3 803:1 854:1 874:2 897:1 900:1 907:1 918:1 929:1 935:3 954:6 962:1 994:1 1025:2 1026:1 1032:1 1033:1 1071:1 1072:1 1075:2 1083:6 1084:3 1086:1 1088:2 1092:1 1094:5 1098:2 1099:3 1100:1 1109:1 1113:1 1114:2 1118:1 1119:2 1122:2 1141:1 1148:4 1149:2 1153:2 1156:1 1160:1 1191:3 1215:1 1219:2 1221:2 1223:1 1225:2 1245:1 1247:1 1249:1 1254:1 1266:1 1269:1 1280:1 1288:1 1301:1 1307:1 1308:1 1309:3 1318:1 1336:1 1337:1 1343:1 1350:1 1356:1 1367:2 1368:1 1369:2 1376:1 1390:1 1398:1 1402:1 1410:2 1412:2 1425:1 1465:1 1477:1 1481:1 1492:2 1497:1 1501:1 1514:1 1522:1 1529:1 1531:1 1535:1 1556:1 1559:1 1572:1 1575:1 1576:1 1577:1 1601:1 1602:1 1604:1 1609:1 1629:1 1637:1 1639:1 1655:1 1668:1 1672:1 1673:3 1674:1 1675:1 1680:1 1681:1 1719:1 1728:1 1731:1 1742:1 1751:1 1755:1 1756:4 1780:1 1798:1 1801:1 1805:1 1806:1 1809:1 1819:1 1832:2 1837:1 1839:1 1848:1 1853:1 1867:2 1872:1 1894:5 1908:1 1909:1 1911:1 1916:1 1919:1 1920:1 1923:1 1928:1 1938:2 1954:1 1976:1 1994:1 1999:2 2002:2 2007:1 2008:1 2009:3 2028:1 2029:1 2037:1 2041:1 2044:1 2045:1 2056:2 2066:1 2068:1 2073:1 2077:1 2083:1 2085:2 2089:1 2093:1 2094:1 2095:1 2098:1 2129:2 2136:1 2138:1 2145:2 2146:1 2156:3 2158:1 2166:1 2168:1 2169:1 2171:1 2182:1 2195:1 2203:1 2205:2 2208:3 2210:1 2212:2 2221:1 2224:1 2228:1 2251:1 2259:1 2262:1 2264:1 2276:1 2282:3 2289:2 2299:2 2301:1 2302:1 2309:1 2336:1 2355:1 2358:1 2374:1 2381:1 2391:2 2393:1 2407:1 2412:1 2413:2 2425:1 2428:1 2439:2 2446:1 2447:1 2455:1 2469:1 2476:2 2525:1 2527:2 2536:1 2557:2 2564:1 2574:1 2585:1 2587:1 2612:1 2667:1 2720:3 2761:1 2771:1 2796:1 2800:1 2804:1 2811:1 2837:2 2839:2 2844:1 2854:1 2863:4 2864:1 2868:2 2869:1 2871:1 2877:1 2887:5 2893:1 2897:2 2898:2 2901:3 2902:1 2905:1 2906:1 2912:1 2914:1 2915:6 2934:1 2949:2 2968:2 2985:1 2987:2 2988:1 2990:1 2995:1 3005:1 3025:1 3062:1 3064:1 3067:2 3089:2 3107:6 3109:2 3132:2 3141:1 3142:1 3148:1 3157:1 3159:3 3163:1 3164:1 3171:1 3181:1 3182:1 3184:1 3188:3 3194:1 3198:1 3202:1 3237:1 3248:1 3252:1 3254:2 3278:1 3280:1 3317:2 3323:1 3331:1 3333:1 3336:1 3361:1 3377:1 3387:1 3389:1 3398:1 3399:1 3416:1 3417:1 3420:1 3425:1 3426:3 3443:1 3463:1 3487:1 3502:1 3505:1 3510:1 3512:2 3515:2 3523:1 3534:1 3539:1 3552:1 3556:1 3558:1 3562:1 3580:1 3581:1 3588:1 3598:4 3607:5 3617:5 3636:1 3649:1 3652:1 3653:2 3662:2 3668:1 3687:1 3700:1 3704:1 3705:1 3723:3 3727:3 3730:2 3734:1 3737:2 3742:1 3760:2 3803:1 3816:1 3836:1 3855:1 3862:3 3863:1 3892:1 3907:1 3909:2 3912:1 3918:1 3919:2 3948:1 3962:1 3963:1 3967:1 4005:1 4006:1 4016:3 4039:2 4050:1 4076:1 4090:1 4136:1 4157:2 4172:1 4205:1 4245:1 4247:2 4254:1 4272:1 4275:1 4276:4 4295:1 4298:1 4299:1 4314:1 4353:2 4354:1 4359:1 4375:3 4385:1 4387:1 4389:1 4390:5 4408:1 4416:1 4424:1 4440:2 4453:1 4484:1 4497:1 4517:1 4519:3 4525:1 4531:1 4541:3 4546:1 4561:2 4565:1 4567:1 4577:2 4588:1 4599:2 4608:1 4609:1 4638:1 4639:1 4643:1 4650:1 4668:1 4679:3 4681:1 4686:1 4687:1 4711:4 4718:1 4750:1 4773:2 4775:2 4780:3 4800:1 4809:1 4822:3 4824:1 4831:1 4832:1 4843:1 4852:3 4856:1 4860:1 4872:1 4876:2 4886:2 4909:1 4910:1 4922:1 4924:1 4933:1 4935:1 4984:1 5020:2 5031:1 5052:1 5057:1 5059:1 5067:1 5081:1 5088:1 5090:1 5096:1 5104:1 5117:1 5124:2 5134:1 5147:2 5148:1 5153:1 5158:3 5209:1 5238:1 5240:1 5243:1 5274:1 5282:1 5287:2 5290:2 5293:1 5294:1 5295:1 5301:1 5316:1 5366:2 5369:3 5408:1 5414:1 5417:1 5431:5 5434:1 5435:1 5437:1 5441:1 5450:2 5451:1 5461:1 5463:5 5494:1 5497:1 5501:1 5517:1 5522:2 5528:1 5529:1 5544:2 5545:1 5591:1 5602:2 5604:1 5611:1 5627:1 5640:1 5642:1 5666:1 5668:1 5675:1 5679:1 5680:1 5686:2 5687:1 5696:1 5700:1 5701:6 5720:3 5729:1 5734:1 5738:1 5749:1 5781:2 5801:5 5806:1 5807:1 5820:2 5837:1 5839:1 5863:1 5889:2 5895:5 5902:1 5904:1 5913:1 5917:2 5920:1 5922:1 5925:3 5930:1 5932:4 5948:1 5954:1 5959:1 5972:2 5974:2 5989:1 5999:1 6004:1 6051:1 6071:2 6072:1 6085:1 6086:1 6087:1 6088:1 6089:1 6095:1 6102:1 6104:1 6105:2 6110:2 6113:1 6122:3 6125:2 6132:2 6133:1 6134:1 6160:1 6175:1 6180:1 6201:1 6205:1 6234:1 6241:1 6294:1 6316:1 6322:1 6328:1 6356:1 6358:2 6363:1 6367:1 6375:1 6395:2 6409:5 6413:1 6419:1 6433:1 6462:1 6466:1 6483:2 6488:1 6510:1 6527:1 6538:2 6551:4 6567:1 6571:1 6585:1 6587:1 6603:2 6607:1 6624:1 6629:1 6641:2 6659:1 6716:1 6718:2 6729:2 6730:1 6733:1 6741:1 6748:1 6759:1 6765:1 6789:1 6798:1 6861:2 6865:1 6866:1 6880:1 6882:4 6896:1 6925:2 6937:1 6938:1 6954:7 6971:1 6986:1 7004:1 7010:1 7022:1 7030:1 7031:1 7035:1 7037:1 7046:1 7051:3 7058:4 7060:1 7064:1 7067:2 7076:1 7099:1 7102:2 7104:1 7111:1 7133:1 7138:1 7142:2 7145:1 7152:1 7153:1 7174:1 7182:1 7185:1 7192:1 7196:1 7201:2 7206:3 7211:2 7212:9 7220:1 7221:2 7244:2 7250:1 7255:1 7279:1 7313:1 7316:3 7349:1 7351:2 7379:1 7384:2 7393:1 7394:5 7406:2 7413:1 7414:1 7433:4 7449:2 7475:1 7480:1 7486:1 7487:1 7509:2 7511:3 7515:1 7534:2 7542:1 7549:1 7553:1 7557:1 7563:1 7575:4 7578:1 7602:1 7639:1 7644:3 7647:2 7655:2 7657:1 7660:2 7669:1 7674:1 7691:2 7717:1 7724:1 7733:1 7739:1 7740:1 7744:1 7757:4 7771:1 7774:1 7782:1 7795:1 7823:10 7835:1 7841:1 7854:1 7856:1 7863:3 7869:2 7871:1 7874:1 7878:1 7880:1 7883:3 7884:2 7888:1 7912:1 7928:1 7933:1 7939:1 7944:1 7946:1 7951:1 7953:1 7960:3 7966:1 7982:1 7989:1 8035:1 8044:1 8049:1 8058:3 8062:1 8071:1 8074:1 8095:1 8100:2 8106:1 8109:1 8118:2 8142:2 8148:2 8151:1 8161:2 8172:1 8193:1 8206:1 8213:2 8217:4 8219:1 8234:1 8263:1 8266:1 8269:1 8276:1 8278:1 8279:1 8285:1 8288:1 8337:1 8345:1 8357:1 8365:1 8381:3 8386:1 8387:1 8409:1 8423:1 8436:1 8438:1 8443:1 8463:4 8468:2 8469:1 8481:1 8500:1 8503:1 8510:1 8512:1 8519:2 8525:5 8530:1 8540:1 8550:1 8556:1 8584:1 8617:1 8621:1 8631:2 8637:1 8672:1 8682:2 8693:2 8696:1 8698:2 8719:4 8739:2 8744:1 8754:1 8762:1 8767:1 8769:1 8776:2 8783:1 8787:1 8788:1 8793:1 8798:1 8803:1 8845:1 8848:2 8852:2 8871:1 8883:1 8889:1 8902:1 8907:3 8921:1 8932:1 8934:1 8940:1 8941:1 8944:1 8952:1 8961:2 8962:2 8987:1 8994:1 9012:1 9032:2 9054:1 9056:1 9060:1 9062:1 9071:1 9077:1 9083:1 9086:1 9093:1 9112:2 9118:2 9127:1 9135:1 9138:1 9168:1 9193:4 9196:1 9198:1 9205:1 9209:1 9224:1 9231:3 9235:1 9236:1 9253:1 9255:1 9263:1 9269:2 9281:1 9291:1 9303:2 9304:1 9308:3 9309:1 9310:2 9334:3 9337:3 9338:8 9340:4 9341:1 9343:2 9344:2 9347:6 9349:1 9350:1 9354:1 9356:1 9360:2 9361:3 9363:1 9364:4 9365:2 9382:1 9408:1 9418:3 9426:1 9436:3 9438:1 9448:1 9458:1 9471:1 9504:1 9523:1 9524:1 9529:1 9536:2 9544:1 9547:1 9568:2 9589:3 9610:1 9611:2 9641:1 9643:1 9655:18 9661:1 9685:5 9687:2 9693:2 9715:1 9720:2 9737:1 9745:2 9754:1 9760:4 9769:2 9780:1 9810:1 9821:1 9839:1 9874:1 9891:1 9905:1 9908:1 9911:1 9917:2 9942:1 9956:3 9969:1 9973:1 9975:1 9984:1 9990:1 10021:1 10065:2 10066:1 10083:1 10088:1 10102:1 10123:5 10128:1 10136:1 10137:2 10156:1 10163:7 10168:1 10171:1 10175:2 10176:1 10185:2 10192:1 10216:1 10224:1 10228:1 10231:2 10233:1 10240:1 10248:1 10266:1 10283:1 10288:1 10292:1 10293:6 10322:1 10343:2 10352:2 10360:1 10369:2 10394:1 10396:1 10414:1 10421:1 10439:1 10442:2 10446:1 10457:1 10458:1 10484:1 10491:3 10497:3 10505:1 10507:1 10513:1 10515:1 10522:1 10530:2 10544:1 10547:1 10559:1 10564:1 10565:1 10566:1 10567:1 10587:1 10593:1 10600:1 10603:1 10615:2 10619:1 10622:1 10641:1 10644:1 10646:1 10649:1 10651:2 10657:1 10668:1 10681:1 10690:5 10700:1 10702:2 10703:1 10751:1 10754:1 10755:1 10756:1 10757:2 10761:2 10763:4 10766:1 10769:1 10776:1 10785:1 10792:2 10799:1 10816:1 10845:1 10853:1 10857:1 10885:1 10890:3 10903:1 10910:1 10917:2 10926:1 10929:1 10933:1 10934:1 10935:1 10937:1 10980:2 10983:1 10989:7 11006:1 11010:1 11019:1 11052:1 11088:1 11109:2 11120:1 11123:1 11126:1 11129:1 11133:1 11142:1 11150:1 11156:1 11165:2 11174:2 11176:1 11181:1 11195:1 11234:2 11250:6 11251:2 11278:2 11279:1 11283:1 11292:1 11302:1 11303:1 11318:1 11321:1 11328:2 11345:1 11361:1 11368:2 11374:1 11387:1 11392:3 11393:1 11410:1 11423:1 11424:1 11459:3 11473:1 11485:1 11494:1 11496:1 11500:1 11502:1 11506:1 11518:1 11523:1 11528:3 11568:1 11570:2 11596:1 11598:1 11603:4 11605:1 11610:1 11616:1 11621:2 11624:1 11630:2 11647:1 11656:1 11666:1 11682:1 11690:1 11695:1 11706:5 11711:1 11716:1 11732:1 11739:1 11742:1 11743:2 11748:2 11767:1 11779:1 11801:1 11803:1 11811:2 11813:1 11824:1 11836:2 11849:1 11855:1 11866:1 11886:1 11891:1 11894:1 11903:1 11906:1 11907:1 11916:2 11917:1 11918:2 11922:1 11929:1 11950:1 11951:1 11960:2 11990:3 11992:1 11997:2 12024:3 12026:1 12028:3 12032:1 12034:1 12041:1 12047:4 12048:1 12051:3 12054:1 12063:1 12067:1 12069:1 12082:2 12084:2 12094:1 12101:1 12107:1 12109:1 12113:1 12116:1 12117:1 12119:3 12131:3 12134:1 12154:1 12162:1 12182:1 12188:1 12193:1 12212:6 12216:1 12234:1 12237:2 12244:1 12277:3 12279:2 12326:1 12331:1 12353:1 12363:1 12365:1 12377:1 12384:1 12387:2 12401:1 12425:1 12430:1 12431:1 12444:1 12452:1 12475:1 12478:1 12483:3 12528:1 12531:1 12532:1 12543:2 12548:1 12554:2 12562:4 12565:1 12566:2 12568:2 12570:1 12571:1 12590:1 12615:1 12616:1 12617:1 12618:1 12623:1 12625:2 12626:1 12629:3 12630:1 12643:4 12651:2 12663:1 12665:1 12666:3 12671:5 12697:1 12701:1 12711:3 12732:1 12737:1 12758:5 12765:1 12769:2 12777:1 12826:1 12835:1 12848:1 12852:3 12864:3 12865:1 12866:2 12869:1 12878:1 12891:2 12893:1 12895:1 12901:1 12918:1 12929:1 12941:2 12949:1 12959:2 12960:1 12963:1 12976:1 13004:1 13006:1 13021:1 13022:2 13023:1 13024:1 13031:1 13058:1 13063:1 13085:5 13087:1 13088:1 13089:1 13094:3 13101:1 13107:1 13111:1 13118:1 13120:1 13128:1 13129:2 13131:1 13141:1 13145:1 13147:1 13159:1 13163:1 13165:3 13174:1 13181:1 13204:1 13244:1 13251:1 13253:2 13263:1 13270:2 13288:1 13338:1 13348:1 13354:1 13355:2 13382:1 13394:1 13395:1 13399:1 13405:1 13422:2 13434:7 13439:1 13440:1 13445:2 13451:1 13471:2 13487:1 13496:1 13505:1 13523:3 13528:1 13555:1 13564:1 13571:1 13578:1 13581:1 13586:2 13629:1 13647:1 13653:1 13655:1 13672:1 13680:1 13693:1 13699:1 13705:1 13707:1 13715:1 13722:1 13728:4 13729:3 13737:1 13744:2 13748:1 13752:1 13753:2 13764:1 13771:1 13772:3 13775:1 13787:1 13788:5 13811:1 13815:1 13818:1 13819:4 13822:1 13828:1 13837:1 13840:3 13856:1 13866:1 13877:1 13882:1 13893:1 13899:1 13907:2 13926:1 13927:2 13957:1 13989:3 13991:1 14002:1 14013:1 14014:1 14017:1 14022:1 14027:1 14033:2 14037:3 14040:3 14071:1 14073:4 14077:1 14080:1 14102:1 14115:1 14117:1 14125:1 14128:1 14129:1 14135:1 14160:2 14163:3 14171:1 14179:3 14200:2 14211:1 14213:1 14218:3 14219:1 14227:1 14234:2 14244:1 14250:2 14266:4 14277:1 14290:1 14307:5 14313:1 14331:1 14338:1 14348:1 14349:1 14351:1 14354:1 14408:1 14416:1 14419:1 14467:1 14472:2 14493:1 14510:1 14513:7 14526:1 14536:1 14541:1 14547:1 14552:1 14581:1 14585:1 14589:1 14595:1 14602:1 14614:1 14619:2 14624:1 14636:1 14648:2 14653:3 14655:1 14661:1 14664:3 14669:2 14676:1 14727:1 14731:1 14738:1 14754:1 14756:1 14768:1 14771:3 14793:1 14816:1 14826:1 14835:1 14853:1 14858:1 14859:1 14864:1 14893:2 14895:4 14898:1 14899:1 14901:1 14904:3 14907:1 14908:5 14910:1 14911:1 14914:1 14919:2 14921:2 14924:1 14960:2 14970:1 14976:1 14978:1 14988:1 15011:1 15012:3 15013:2 15015:2 15019:1 15023:2 15029:1 15058:1 15062:2 15063:1 15068:1 15070:2 15102:2 15105:1 15119:1 15125:1 15132:1 15137:1 15140:1 15152:1 15154:2 15155:2 15157:1 15160:3 15167:2 15177:4 15185:1 15206:1 15207:1 15224:1 15235:1 15272:1 15297:2 15300:1 15316:1 15327:1 15336:2 15341:1 15342:1 15348:1 15349:1 15353:1 15360:1 15374:1 15389:1 15392:1 15400:1 15419:1 15424:2 15426:1 15432:1 15442:1 15461:1 15493:1 15500:1 15509:1 15516:1 15535:1 15538:1 15542:1 15544:2 15545:1 15556:2 15561:1 15569:1 15571:1 15616:1 15620:1 15646:2 15666:2 15667:1 15675:1 15680:1 15686:1 15705:3 15716:1 15719:1 15730:1 15749:2 15751:1 15784:1 15811:6 15838:1 15840:2 15843:1 15847:1 15849:3 15921:5 15925:1 15942:1 15945:2 15961:2 15963:1 15968:6 15982:1 15985:2 16017:1 16023:1 16028:1 16091:1 16107:1 16112:1 16120:1 16156:1 16214:1 16222:1 16246:1 16262:1 16297:1 16311:1 16312:1 16330:2 16335:2 16376:2 16379:5 16388:2 16392:1 16393:3 16397:1 16412:1 16414:1 16432:1 16436:3 16447:3 16448:1 16473:1 16483:1 16485:1 16488:1 16505:1 16533:1 16542:1 16551:1 16556:1 16579:1 16584:1 16619:1 16624:1 16653:1 16663:6 16670:1 16671:1 16674:1 16675:3 16692:1 16739:1 16744:1 16745:2 16760:1 16775:1 16820:2 16833:1 16841:1 16847:1 16858:1 16865:1 16868:2 16873:5 16890:3 16900:2 16902:1 16917:1 16922:1 16938:1 16941:1 16960:1 16964:8 16975:2 16984:2 16990:1 17006:1 17009:2 17017:1 17020:1 17024:2 17039:1 17041:1 17042:1 17045:1 17048:2 17057:1 17066:1 17093:1 17094:1 17097:1 17100:1 17106:2 17149:1 17170:2 17172:1 17179:1 17210:5 17237:2 17260:1 17285:1 17290:1 17302:2 17315:1 17365:1 17369:1 17387:1 17392:2 17441:1 17443:1 17450:1 17464:1 17467:1 17470:2 17495:1 17518:1 17530:1 17540:1 17550:1 17555:1 17558:1 17573:1 17582:1 17583:1 17594:1 17605:1 17607:1 17616:1 17628:1 17632:3 17644:1 17647:1 17651:1 17668:1 17701:2 17705:2 17706:1 17710:1 17714:1 17719:1 17720:1 17725:1 17727:1 17741:1 17770:1 17771:1 17793:1 17809:1 17818:1 17820:2 17836:1 17838:2 17843:1 17852:1 17857:1 17861:1 17863:1 17865:1 17868:1 17870:7 17872:1 17874:1 17883:1 17888:1 17892:1 17893:1 17897:1 17904:4 17906:2 17908:2 17912:1 17940:2 17963:1 17972:1 17980:1 17984:1 17998:2 18000:1 18005:2 18007:1 18025:1 18026:2 18038:1 18045:1 18046:1 18047:1 18050:5 18069:1 18071:1 18081:1 18084:1 18109:2 18112:2 18118:2 18124:1 18127:1 18131:2 18153:1 18174:1 18183:1 18189:1 18266:1 18289:1 18291:1 18298:3 18300:4 18305:1 18338:1 18348:1 18356:1 18358:1 18363:1 18365:3 18367:1 18382:1 18396:9 18402:2 18404:1 18412:1 18413:2 18415:1 18417:1 18418:4 18420:42 18434:1 18437:1 18438:1 18439:2 18451:1 18452:1 18477:1 18487:3 18496:2 18500:2 18537:1 18546:1 18549:2 18553:1 18583:3 18598:1 18610:1 18616:1 18632:1 18635:3 18648:1 18653:1 18655:2 18663:1 18670:4 18674:2 18687:2 18688:1 18724:1 18728:3 18730:1 18741:1 18776:1 18781:2 18791:1 18793:2 18807:1 18820:1 18829:1 18839:4 18846:1 18866:2 18872:1 18880:2 18881:1 18913:1 18922:1 18929:1 18936:1 18949:1 18975:1 18989:1 18993:2 18994:1 19007:1 19022:1 19025:9 19047:2 19054:1 19069:1 19072:1 19080:1 19082:1 19085:1 19108:2 19109:1 19116:1 19130:1 19139:1 19177:3 19219:1 19222:1 19232:1 19245:1 19255:1 19260:1 19272:1 19285:1 19323:1 19324:3 19328:2 19329:2 19340:3 19361:1 19407:2 19408:1 19416:1 19420:2 19445:2 19452:1 19454:2 19469:1 19478:1 19480:1 19498:2 19506:1 19507:1 19508:2 19532:1 19535:1 19544:1 19545:1 19552:1 19566:1 19573:1 19576:1 19595:1 19596:1 19628:1 19631:5 19632:1 19634:1 19635:1 19638:1 19640:1 19670:1 19685:1 19688:1 19702:2 19727:1 19728:1 19739:2 19754:1 19757:1 19761:1 19773:1 19779:2 19784:1 19794:1 19808:1 19813:1 19815:1 19819:1 19832:14 19837:1 19878:1 19890:6 19902:2 19905:1 19914:3 19927:2 19930:1 19966:1 19973:1 19977:3 20030:1 20047:1 20049:1 20050:1 20071:1 20084:1 20085:3 20096:1 20102:3 20106:1 20108:1 20141:1 20147:1 20172:2 20176:1 20198:1 20206:1 20207:1 20209:2 20217:1 20221:1 20253:1 20255:1 20270:1 20284:1 20294:1 20320:1 20345:1 20346:1 20352:1 20386:2 20390:2 20408:1 20437:1 20444:2 20449:1 20451:1 20455:1 20468:1 20479:1 20490:1 20504:1 20508:1 20513:3 20518:1 20521:1 20536:1 20544:1 20552:3 20557:2 20560:1 20569:1 20572:2 20573:1 20577:1 20582:2 20588:1 20592:1 20598:1 20616:1 20623:1 20635:2 20637:2 20644:1 20648:3 20655:1 20661:2 20663:1 20664:2 20666:1 20687:2 20695:1 20722:1 20735:3 20736:1 20743:1 20744:2 20747:1 20749:4 20752:1 20771:1 20779:2 20809:1 20813:1 20824:2 20835:2 20847:2 20863:1 20869:1 20902:2 20921:1 20951:2 20963:1 20979:1 20985:1 20996:1 21009:1 21020:1 21035:1 21044:1 21061:1 21062:1 21064:1 21077:1 21083:1 21087:1 21095:1 21099:2 21123:1 21129:1 21134:1 21169:1 21176:1 21198:1 21217:1 21238:2 21256:1 21269:1 21284:1 21294:1 21298:1 21310:1 21314:1 21317:1 21318:2 21335:2 21355:2 21357:1 21362:1 21364:1 21391:2 21400:1 21401:1 21402:2 21418:1 21423:1 21463:1 21469:1 21484:4 21498:1 21511:2 21521:1 21533:1 21541:1 21548:3 21549:1 21575:1 21592:1 21616:1 21653:2 21656:1 21668:1 21673:1 21682:1 21687:1 21698:1 21700:2 21731:1 21733:1 21738:1 21757:1 21758:1 21762:1 21787:1 21798:1 21805:1 21811:1 21818:1 21819:2 21837:1 21846:1 21858:1 21877:1 21879:1 21880:1 21882:1 21887:1 21888:2 21890:1 21902:1 21916:1 21932:1 21937:1 21949:1 21951:2 21952:2 21962:1 21964:1 21979:1 21999:1 22002:1 22019:1 22039:2 22042:1 22045:1 22050:1 22067:1 22080:1 22092:1 22104:1 22106:1 22110:1 22127:1 22133:9 22142:1 22149:1 22150:1 22158:2 22175:2 22197:1 22209:1 22226:1 22237:1 22240:1 22250:1 22251:1 22280:1 22282:1 22297:1 22298:2 22339:1 22359:2 22401:1 22417:1 22423:2 22427:1 22428:1 22435:1 22441:1 22464:1 22472:1 22474:1 22484:1 22488:1 22492:1 22506:1 22511:1 22519:1 22521:1 22527:1 22545:1 22550:1 22553:1 22554:1 22558:2 22560:3 22585:1 22592:1 22595:1 22598:1 22624:1 22638:1 22639:1 22642:1 22659:1 22671:1 22675:1 22690:1 22699:1 22702:1 22703:1 22733:1 22751:2 22774:1 22777:1 22785:1 22798:1 22807:4 22820:2 22832:1 22837:2 22842:1 22847:1 22884:2 22885:1 22912:1 22918:1 22959:1 22965:2 22966:1 22978:1 22982:2 22990:1 23006:1 23009:3 23026:1 23031:3241 23034:1 23050:1 23064:1 23087:1 23096:1 23100:1 23108:2 23156:1 23174:1 23188:2 23196:1 23201:1 23204:1 23229:3 23239:2 23244:1 23245:1 23296:1 23299:2 23309:1 23339:1 23342:2 23352:2 23379:2 23384:1 23389:1 23401:1 23429:1 23438:1 23445:2 23448:1 23453:1 23467:1 23478:1 23480:1 23485:1 23507:2 23523:3 23531:2 23550:1 23552:1 23563:1 23570:1 23607:1 23629:1 23635:3 23644:1 23654:5 23662:1 23705:1 23708:1 23730:1 23733:1 23758:1 23765:1 23770:3 23778:1 23808:1 23816:3 23821:1 23829:3 23835:1 23857:1 23874:1 23879:1 23886:1 23903:2 23919:1 23936:1 23939:6 23958:1 23961:1 23971:2 23987:1 24024:1 24033:1 24066:1 24071:1 24078:4 24092:1 24098:3 24106:1 24108:1 24126:1 24132:1 24155:1 24170:2 24176:1 24182:4 24192:2 24193:2 24197:2 24198:1 24199:1 24201:1 24219:1 24222:1 24226:1 24232:2 24248:1 24249:1 24259:1 24281:1 24282:1 24293:1 24319:1 24326:1 24365:2 24370:1 24374:1 24383:1 24405:1 24409:2 24417:1 24422:1 24451:1 24452:1 24460:1 24475:1 24510:1 24543:1 24551:1 24572:1 24578:1 24604:1 24605:1 24609:2 24628:1 24653:1 24660:1 24662:1 24665:2 24667:1 24669:2 24670:1 24687:1 24692:1 24722:1 24724:2 24728:1 24730:3 24736:1 24737:1 24739:1 24748:1 24754:2 24755:1 24757:1 24766:1 24768:3 24772:2 24774:2 24776:1 24787:1 24788:1 24791:1 24802:1 24811:3 24818:2 24827:3 24832:1 24837:1 24865:1 24881:1 24882:1 24883:1 24918:1 24933:1 24940:1 24943:1 24948:2 24976:2 24984:1 24988:1 24991:1 25055:3 25087:1 25104:1 25111:1 25116:1 25118:2 25121:2 25125:2 25137:1 25141:1 25147:2 25154:1 25157:1 25162:1 25175:2 25176:1 25177:2 25188:1 25190:1 25200:1 25201:3 25205:2 25226:1 25236:3 25237:2 25254:2 25267:2 25268:1 25271:2 25283:2 25340:1 25374:1 25400:1 25402:1 25404:1 25405:1 25417:1 25431:1 25436:1 25447:1 25450:2 25458:1 25459:1 25474:1 25477:1 25486:3 25494:1 25499:1 25516:1 25525:1 25526:1 25546:3 25549:1 25556:1 25566:1 25571:2 25582:2 25586:1 25591:2 25596:1 25598:1 25612:1 25614:2 25617:1 25656:1 25662:1 25664:3 25665:2 25669:1 25675:1 25685:1 25686:2 25687:2 25692:1 25701:1 25716:1 25729:5 25746:2 25760:1 25769:1 25814:2 25850:1 25852:4 25857:1 25866:1 25891:2 25923:1 25955:1 25976:1 25977:1 26000:1 26016:1 26024:1 26042:1 26066:1 26095:1 26111:1 26150:1 26153:2 26161:1 26165:1 26176:2 26178:3 26204:1 26212:2 26218:2 26219:8 26221:1 26243:1 26264:1 26274:1 26290:1 26293:1 26294:2 26313:1 26322:1 26330:1 26339:1 26346:1 26347:1 26355:2 26358:1 26364:1 26385:1 26403:1 26423:1 26429:1 26433:1 26434:2 26437:2 26440:1 26441:1 26454:1 26463:1 26472:1 26482:1 26492:1 26497:1 26539:1 26542:1 26545:1 26549:1 26560:1 26572:1 26589:1 26604:3 26611:1 26615:2 26624:1 26634:1 26643:1 26644:1 26658:1 26670:1 26672:1 26687:2 26702:1 26713:1 26715:1 26721:1 26741:1 26746:1 26777:3 26781:1 26783:1 26785:6 26793:3 26803:1 26807:1 26815:1 26817:1 26827:1 26830:2 26831:3 26853:1 26858:1 26891:2 26897:1 26904:1 26905:1 26920:1 26931:2 26945:2 26954:1 26957:1 26977:1 26983:1 27003:3 27004:1 27008:1 27017:1 27021:2 27027:1 27036:2 27064:1 27070:2 27072:2 27091:2 27103:2 27109:1 27124:1 27125:2 27129:2 27140:1 27145:1 27166:1 27177:2 27189:3 27203:1 27212:1 27222:1 27223:1 27231:1 27247:3 27257:2 27258:1 27267:1 27274:1 27278:1 27289:1 27302:1 27309:1 27322:1 27329:1 27332:1 27338:2 27339:1 27343:2 27344:1 27373:1 27391:1 27392:2 27406:1 27408:1 27423:1 27428:2 27455:3 27456:1 27459:2 27464:1 27472:1 27473:5 27523:1 27530:1 27540:1 27559:2 27561:2 27563:1 27564:5 27575:1 27586:5 27604:1 27609:1 27638:1 27644:1 27656:1 27684:1 27698:1 27703:1 27704:2 27709:1 27710:1 27711:1 27738:7 27743:1 27755:2 27756:2 27759:1 27763:1 27764:1 27819:1 27833:1 27837:1 27840:2 27846:1 27855:1 27866:1 27869:2 27877:1 27900:2 27913:2 27914:4 27948:1 27955:2 27957:1 27961:1 27963:1 27966:1 27971:1 27977:1 27983:1 27985:1 27987:1 28007:1 28013:1 28017:1 28020:1 28031:1 28035:2 28043:1 28046:1 28048:2 28060:1 28061:1 28074:4 28084:1 28090:1 28093:2 28094:1 28124:1 28128:1 28145:1 28166:1 28188:1 28189:2 28193:2 28202:3 28204:1 28219:1 28226:1 28232:1 28236:1 28265:1 28280:1 28286:1 28293:1 28334:1 28339:1 28362:1 28379:1 28394:1 28398:2 28408:3 28422:3 28425:1 28456:2 28474:1 28503:1 28508:4 28527:1 28531:8 28539:1 28565:1 28581:1 28612:1 28625:1 28639:2 28641:4 28655:3 28656:4 28660:3 28670:1 28673:1 28675:3 28676:7 28695:1 28696:1 28703:1 28724:1 28728:1 28746:2 28750:1 28755:1 28763:1 28771:4 28776:1 28793:1 28798:2 28802:1 28804:1 28816:1 28819:2 28827:1 28829:1 28830:1 28835:1 28843:1 28878:1 28885:1 28927:1 28951:1 28979:3 28982:1 28985:2 28987:2 28992:2 28998:1 29000:2 29011:5 29021:2 29030:1 29033:1 29040:1 29048:1 29065:5 29085:1 29095:1 29104:1 29111:3 29127:1 29140:1 29160:1 29173:2 29175:1 29177:2 29181:4 29187:1 29203:3 29214:1 29217:1 29219:1 29227:1 29231:1 29233:1 29240:1 29242:1 29246:1 29248:1 29252:1 29261:1 29267:3 29270:1 29281:3 29310:2 29315:2 29332:1 29335:1 29343:1 29359:1 29399:1 29401:1 29406:1 29419:1 29422:1 29439:2 29497:2 29500:1 29508:1 29516:6 29532:1 29533:1 29536:1 29539:1 29540:3 29599:1 29607:1 29625:2 29627:1 29634:1 29641:1 29684:1 29685:1 29690:1 29700:1 29711:1 29726:2 29750:1 29781:1 29799:1 29826:2 29832:10 29835:1 29842:1 29844:1 29845:2 29848:2 29858:2 29861:1 29874:1 29888:1 29906:1 29943:1 29948:2 29959:1 29979:1 29981:2 29989:1 29997:2 30006:1 30010:2 30014:5 30016:2 30043:1 30049:3 30075:1 30077:1 30079:1 30092:1 30097:1 30115:1 30127:2 30131:1 30133:1 30136:1 30150:2 30151:1 30159:1 30160:1 30161:1 30167:1 30181:1 30186:1 30192:1 30193:1 30214:2 30222:1 30223:1 30235:1 30237:1 30240:1 30249:1 30253:1 30268:1 30269:1 30293:1 30307:1 30309:1 30323:1 30338:1 30361:1 30395:1 30406:2 30409:1 30411:1 30426:1 30437:1 30461:1 30469:2 30472:2 30478:1 30485:4 30520:1 30522:2 30523:1 30542:1 30549:1 30553:1 30582:1 30597:2 30625:1 30639:1 30662:2 30677:2 30700:1 30714:1 30717:7 30745:2 30753:2 30761:1 30770:2 30795:1 30797:1 30798:1 30836:2 30837:2 30869:1 30871:1 30874:2 30900:3 30906:2 30918:1 30922:1 30935:1 30938:2 30963:1 30969:2 30972:1 30983:1 31018:1 31031:1 31045:2 31060:1 31062:1 31074:1 31077:2 31079:4 31090:2 31091:5 31094:2 31102:3 31103:1 31108:1 31110:1 31112:1 31116:2 31125:1 31128:1 31139:1 31147:3 31152:1 31155:5 31186:2 31195:4 31205:2 31211:1 31213:1 31226:1 31227:2 31233:1 31249:1 31266:1 31274:2 31275:2 31276:2 31323:1 31325:2 31333:1 31360:1 31364:3 31377:1 31382:2 31393:1 31421:1 31426:1 31432:1 31444:3 31462:1 31485:1 31498:1 31504:3 31513:2 31520:1 31538:1 31546:5 31557:1 31571:1 31578:1 31610:3 31646:1 31650:1 31653:1 31686:1 31706:1 31716:1 31728:1 31770:1 31773:1 31778:1 31793:2 31804:1 31807:1 31809:1 31845:1 31863:1 31899:3 31903:1 31909:1 31933:1 31934:1 31960:1 31965:3 31969:1 31970:1 31989:1 31991:2 31997:4 32026:2 32033:1 32043:1 32050:2 32059:1 32074:1 32091:1 32096:1 32097:2 32112:1 32125:1 32166:1 32168:1 32171:1 32173:2 32222:1 32223:1 32234:2 32235:2 32252:1 32260:1 32264:2 32271:1 32275:1 32278:1 32283:1 32287:2 32288:1 32289:4 32295:1 32328:3 32341:2 32344:1 32367:2 32371:1 32374:3 32377:1 32379:1 32380:2 32388:1 32391:2 32393:2 32394:1 32402:2 32404:1 32410:3 32411:1 32412:2 32417:2 32422:1 32423:1 32424:1 32443:1 32446:1 32448:1 32449:1 32474:1 32477:1 32483:1 32504:2 32505:5 32566:1 32571:1 32573:1 32619:1 32623:1 32625:1 32633:1 32637:1 32642:1 32648:1 32650:1 32655:1 32660:1 32685:1 32686:4 32690:3 32694:1 32714:1 32719:1 32729:1 32741:2 32754:1 32755:1 32783:1 32785:1 32786:1 32804:1 32831:1 32832:2 32838:2 32841:3 32843:1 32850:1 32871:2 32874:1 32875:1 32883:4 32894:1 32910:1 32913:1 32925:1 32939:2 32949:1 32954:1 32955:1 32959:1 32976:1 33021:1 33032:1 33037:2 33052:4 33057:2 33059:1 33060:1 33061:1 33072:4 33075:1 33080:2 33091:1 33103:1 33110:1 33131:2 33137:1 33157:1 33172:1 33177:1 33180:1 33192:2 33193:1 33236:1 33248:1 33277:1 33289:1 33295:1 33312:1 33324:1 33362:1 33371:2 33373:1 33376:1 33386:1 33387:2 33405:1 33413:1 33436:3 33440:2 33444:1 33447:2 33448:2 33458:1 33466:3 33486:1 33489:1 33498:1 33520:1 33521:1 33522:1 33524:1 33527:1 33533:1 33551:1 33555:1 33572:3 33588:1 33589:1 33590:1 33592:2 33597:1 33601:5 33622:1 33632:1 33695:1 33698:1 33708:1 33732:2 33739:1 33741:2 33754:2 33770:1 33805:2 33816:2 33831:1 33832:1 33849:1 33853:1 33854:1 33870:2 33877:1 33881:1 33889:2 33896:1 33942:1 33954:1 33967:1 33968:2 33980:2 33988:1 33993:1 33997:1 34012:1 34020:1 34049:1 34064:1 34081:1 34131:1 34143:1 34147:2 34172:1 34181:2 34188:2 34205:1 34206:1 34208:1 34223:1 34224:1 34245:1 34252:2 34261:1 34263:1 34270:2 34280:1 34286:1 34298:2 34299:1 34311:3 34320:1 34324:1 34328:1 34330:1 34342:2 34343:2 34346:1 34357:2 34389:14 34394:1 34400:1 34404:1 34406:2 34411:2 34418:1 34421:2 34426:1 34440:8 34441:2 34447:1 34450:3 34452:1 34464:3 34483:1 34501:1 34506:3 34518:1 34559:1 34564:1 34586:1 34611:3 34624:1 34637:3 34638:1 34640:1 34646:2 34650:1 34664:1 34674:1 34676:2 34684:1 34689:2 34712:1 34717:1 34724:1 34728:1 34729:1 34732:1 34737:3 34761:1 34776:1 34793:1 34798:1 34805:1 34814:1 34818:1 34831:1 34837:1 34850:1 34858:1 34860:3 34864:1 34876:2 34886:1 34891:1 34899:1 34919:1 34921:1 34922:1 34929:1 34939:1 34940:1 34949:1 34956:3 34970:1 35001:2 35002:1 35017:1 35029:2 35033:2 35043:1 35058:1 35059:1 35076:1 35079:1 35115:1 35117:1 35118:1 35139:1 35140:1 35154:1 35158:1 35180:1 35183:2 35186:1 35192:1 35196:1 35226:1 35230:1 35233:2 35235:2 35245:1 35249:1 35252:1 35261:1 35269:1 35286:1 35289:1 35294:2 35314:1 35319:1 35324:1 35376:1 35396:1 35399:1 35409:1 35410:1 35412:1 35437:1 35445:1 35452:2 35459:1 35493:1 35525:1 35535:1 35559:1 35593:2 35598:1 35609:1 35658:4 35670:1 35673:1 35682:1 35690:1 35717:1 35724:5 35728:1 35731:1 35734:1 35735:1 35749:1 35752:1 35756:1 35758:2 35765:1 35787:2 35795:1 35796:1 35810:2 35818:1 35836:1 35842:1 35849:1 35851:2 35852:1 35855:1 35858:4 35870:1 35874:1 35888:1 35902:1 35911:4 35919:2 35921:1 35929:2 35983:1 35986:3 35987:1 35998:2 36001:1 36003:1 36006:1 36014:1 36034:2
|
998d85185542f871f0a9711aadf2a7016eb625a4 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set6/s_Electronic_Circuits_M._H._Tooley_995.zip/Electronic_Circuits_M._H._Tooley_995/CH13/EX13.3/Ex13_3.sce | 59cceef57068b4610f2ac976868f8e5aef92e528 | [] | 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 | 131 | sce | Ex13_3.sce | errcatch(-1,"stop");mode(2);//Ex:13.3
;
;
wl=8;
f=30*10^6;
v=f*wl;
printf("The veocity of propagation =%d m/s",v);
exit();
|
a711976676f5c9b99441151817daa5dc539f7de8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2066/CH3/EX3.5/3_5.sce | 4e71e18f26d196c5c28d4de5e0f45cb74f2593cb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 204 | sce | 3_5.sce | clc
clear
//Initialization of variables
x=3
y=1
//calculations
u=-3*y^2
v=-6*x
//results
printf("Horizontal component of velocity = %d ",u)
printf("\n vertical component of velocity = %d ",v)
|
1778a72a33e036155df48e1eaa5cc6aa549d0d64 | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/PG22.prev.tst | d5e56ffcaab3d90ab82ef41bd86e0518b83a8c6b | [
"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 | 7,862 | tst | PG22.prev.tst | /* Generated at yyyy-mm-dd hh:mm by
java -cp dist/ramath.jar org.teherba.ramath.ProgramGenerator -l 2 -f test/PG22.data.tmp pident
Do N O T edit this file, but ProgramGenerator.java instead!
*/
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[]) {
int reslines = 0;
printf("#---> start of results ----\n");
/* simplified and grouped:
[0] + m^2 (A14*A14 + A24*A24 - A34*A34) 3{A14,A24,A34}
[1] + 2*m^3 (A11*A14 + A21*A24 - A31*A34) 6{A11,A14,A21,A24,A31,A34}
[2] + m^4 (A11*A11 + A21*A21 - A31*A31) 3{A11,A21,A31}
[3] + 2*m*n (A14*A15 + A24*A25 - A34*A35) 6{A14,A15,A24,A25,A34,A35}
[4] + 2*m^2*n (A12*A14 + A11*A15 + A22*A24 + A21*A25 - A32*A34 - A31*A35) 12{A11,A12,A14,A15,A21,A22,A24,A25,A31,A32,A34,A35}
[5] + 2*m^3*n (A11*A12 + A21*A22 - A31*A32) 6{A11,A12,A21,A22,A31,A32}
[6] + n^2 (A15*A15 + A25*A25 - A35*A35) 3{A15,A25,A35}
[7] + 2*m*n^2 (A13*A14 + A12*A15 + A23*A24 + A22*A25 - A33*A34 - A32*A35) 12{A12,A13,A14,A15,A22,A23,A24,A25,A32,A33,A34,A35}
[8] + m^2*n^2 (A12*A12 + 2*A11*A13 + A22*A22 + 2*A21*A23 - A32*A32 - 2*A31*A33) 9{A11,A12,A13,A21,A22,A23,A31,A32,A33}
[9] + 2*n^3 (A13*A15 + A23*A25 - A33*A35) 6{A13,A15,A23,A25,A33,A35}
[10] + 2*m*n^3 (A12*A13 + A22*A23 - A32*A33) 6{A12,A13,A22,A23,A32,A33}
[11] + n^4 (A13*A13 + A23*A23 - A33*A33) 3{A13,A23,A33}
minSize=3, maxSize=12
#---> nrows=3
#---> ncols=5
#---> isolated=a,b,c
#---> parameter=m,n
#---> rset0=a - A14*m - A11*m^2 - A15*n - A12*m*n - A13*n^2; b - A24*m - A21*m^2 - A25*n - A22*m*n - A23*n^2; c - A34*m - A31*m^2 - A35*n - A32*m*n - A33*n^2; a^2 + b^2 - c^2
#---> poly1=A14^2*m^2 + A24^2*m^2 - A34^2*m^2 + 2*A11*A14*m^3 + 2*A21*A24*m^3 - 2*A31*A34*m^3 + A11^2*m^4 + A21^2*m^4 - A31^2*m^4 + 2*A14*A15*m*n + 2*A24*A25*m*n - 2*A34*A35*m*n + 2*A12*A14*m^2*n + 2*A11*A15*m^2*n + 2*A22*A24*m^2*n + 2*A21*A25*m^2*n - 2*A32*A34*m^2*n - 2*A31*A35*m^2*n + 2*A11*A12*m^3*n + 2*A21*A22*m^3*n - 2*A31*A32*m^3*n + A15^2*n^2 + A25^2*n^2 - A35^2*n^2 + 2*A13*A14*m*n^2 + 2*A12*A15*m*n^2 + 2*A23*A24*m*n^2 + 2*A22*A25*m*n^2 - 2*A33*A34*m*n^2 - 2*A32*A35*m*n^2 + A12^2*m^2*n^2 + 2*A11*A13*m^2*n^2 + A22^2*m^2*n^2 + 2*A21*A23*m^2*n^2 - A32^2*m^2*n^2 - 2*A31*A33*m^2*n^2 + 2*A13*A15*n^3 + 2*A23*A25*n^3 - 2*A33*A35*n^3 + 2*A12*A13*m*n^3 + 2*A22*A23*m*n^3 - 2*A32*A33*m*n^3 + A13^2*n^4 + A23^2*n^4 - A33^2*n^4
#---> powerSum=a^2 + b^2 - c^2
#---> exponent=2
#---> pmat=[[A11,A12,A13,A14,A15],[A21,A22,A23,A24,A25],[A31,A32,A33,A34,A35]]
*/
int A11,A12,A13,A14,A15,A21,A22,A23,A24,A25,A31,A32,A33,A34,A35;
int sum0 = 0;
for (A14 = -2; A14 < 3; A14++) {
for (A24 = -2; A24 < 3; A24++) {
for (A34 = -2; A34 < 3; A34++) {
if (A14*A14 + A24*A24 - A34*A34 == 0) /* [0], minSize = 3 */ {
for (A11 = -2; A11 < 3; A11++) {
for (A21 = -2; A21 < 3; A21++) {
for (A31 = -2; A31 < 3; A31++) {
if (A11*A11 + A21*A21 - A31*A31 == 0) /* [2], minSize = 3 */ {
for (A15 = -2; A15 < 3; A15++) {
for (A25 = -2; A25 < 3; A25++) {
for (A35 = -2; A35 < 3; A35++) {
if (A15*A15 + A25*A25 - A35*A35 == 0) /* [6], minSize = 3 */ {
for (A13 = -2; A13 < 3; A13++) {
for (A23 = -2; A23 < 3; A23++) {
for (A33 = -2; A33 < 3; A33++) {
if (A13*A13 + A23*A23 - A33*A33 == 0) /* [11], minSize = 3 */ {
if (A11*A14 + A21*A24 - A31*A34 == 0) /* [1], minSize = 6 */ {
if (A14*A15 + A24*A25 - A34*A35 == 0) /* [3], minSize = 6 */ {
for (A12 = -2; A12 < 3; A12++) {
for (A22 = -2; A22 < 3; A22++) {
for (A32 = -2; A32 < 3; A32++) {
if (A11*A12 + A21*A22 - A31*A32 == 0) /* [5], minSize = 6 */ {
if (A13*A15 + A23*A25 - A33*A35 == 0) /* [9], minSize = 6 */ {
if (A12*A13 + A22*A23 - A32*A33 == 0) /* [10], minSize = 6 */ {
if (A12*A12 + 2*A11*A13 + A22*A22 + 2*A21*A23 - A32*A32 - 2*A31*A33 == 0) /* [8], minSize = 9 */ {
if (A12*A14 + A11*A15 + A22*A24 + A21*A25 - A32*A34 - A31*A35 == 0) /* [4], minSize = 12 */ {
if (A13*A14 + A12*A15 + A23*A24 + A22*A25 - A33*A34 - A32*A35 == 0) /* [7], minSize = 12 */ {
if (A11 != 0 || A12 != 0 || A13 != 0 || A14 != 0 || A15 != 0) /* row 1 != 0 */ {
if (A21 != 0 || A22 != 0 || A23 != 0 || A24 != 0 || A25 != 0) /* row 2 != 0 */ {
if (A31 != 0 || A32 != 0 || A33 != 0 || A34 != 0 || A35 != 0) /* row 3 != 0 */ {
printf("[");
printf("[%d,%d,%d,%d,%d]",A11,A12,A13,A14,A15);
printf(",");
printf("[%d,%d,%d,%d,%d]",A21,A22,A23,A24,A25);
printf(",");
printf("[%d,%d,%d,%d,%d]",A31,A32,A33,A34,A35);
printf("]");
reslines ++;
printf("\n");
}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}
printf("#---> reslines=%d\n", reslines);
} /* main */
#---> start of results ----
[[-2,-2,0,0,0],[0,-2,-1,0,0],[-2,-2,-1,0,0]]
[[-2,2,0,0,0],[0,2,-1,0,0],[-2,2,-1,0,0]]
[[-2,-2,0,0,0],[0,2,1,0,0],[-2,-2,-1,0,0]]
[[-2,2,0,0,0],[0,-2,1,0,0],[-2,2,-1,0,0]]
[[-2,-2,0,0,0],[0,-2,-1,0,0],[2,2,1,0,0]]
[[-2,2,0,0,0],[0,2,-1,0,0],[2,-2,1,0,0]]
[[-2,-2,0,0,0],[0,2,1,0,0],[2,2,1,0,0]]
[[-2,2,0,0,0],[0,-2,1,0,0],[2,-2,1,0,0]]
[[-1,-2,0,0,0],[0,-2,-2,0,0],[-1,-2,-2,0,0]]
[[-1,2,0,0,0],[0,2,-2,0,0],[-1,2,-2,0,0]]
[[-1,-2,0,0,0],[0,2,2,0,0],[-1,-2,-2,0,0]]
[[-1,2,0,0,0],[0,-2,2,0,0],[-1,2,-2,0,0]]
[[-1,0,1,0,0],[0,-2,0,0,0],[-1,0,-1,0,0]]
[[-1,0,1,0,0],[0,2,0,0,0],[-1,0,-1,0,0]]
[[-1,-2,0,0,0],[0,-2,-2,0,0],[1,2,2,0,0]]
[[-1,2,0,0,0],[0,2,-2,0,0],[1,-2,2,0,0]]
[[-1,-2,0,0,0],[0,2,2,0,0],[1,2,2,0,0]]
[[-1,2,0,0,0],[0,-2,2,0,0],[1,-2,2,0,0]]
[[-1,0,1,0,0],[0,-2,0,0,0],[1,0,1,0,0]]
[[-1,0,1,0,0],[0,2,0,0,0],[1,0,1,0,0]]
[[0,-2,-1,0,0],[-2,-2,0,0,0],[-2,-2,-1,0,0]]
[[0,2,-1,0,0],[-2,2,0,0,0],[-2,2,-1,0,0]]
[[0,-2,1,0,0],[-2,2,0,0,0],[-2,2,-1,0,0]]
[[0,2,1,0,0],[-2,-2,0,0,0],[-2,-2,-1,0,0]]
[[0,-2,-1,0,0],[-2,-2,0,0,0],[2,2,1,0,0]]
[[0,2,-1,0,0],[-2,2,0,0,0],[2,-2,1,0,0]]
[[0,-2,1,0,0],[-2,2,0,0,0],[2,-2,1,0,0]]
[[0,2,1,0,0],[-2,-2,0,0,0],[2,2,1,0,0]]
[[0,-2,-2,0,0],[-1,-2,0,0,0],[-1,-2,-2,0,0]]
[[0,2,-2,0,0],[-1,2,0,0,0],[-1,2,-2,0,0]]
[[0,-2,0,0,0],[-1,0,1,0,0],[-1,0,-1,0,0]]
[[0,2,0,0,0],[-1,0,1,0,0],[-1,0,-1,0,0]]
[[0,-2,2,0,0],[-1,2,0,0,0],[-1,2,-2,0,0]]
[[0,2,2,0,0],[-1,-2,0,0,0],[-1,-2,-2,0,0]]
[[0,-2,-2,0,0],[-1,-2,0,0,0],[1,2,2,0,0]]
[[0,2,-2,0,0],[-1,2,0,0,0],[1,-2,2,0,0]]
[[0,-2,0,0,0],[-1,0,1,0,0],[1,0,1,0,0]]
[[0,2,0,0,0],[-1,0,1,0,0],[1,0,1,0,0]]
[[0,-2,2,0,0],[-1,2,0,0,0],[1,-2,2,0,0]]
[[0,2,2,0,0],[-1,-2,0,0,0],[1,2,2,0,0]]
[[0,-2,-2,0,0],[1,2,0,0,0],[-1,-2,-2,0,0]]
[[0,2,-2,0,0],[1,-2,0,0,0],[-1,2,-2,0,0]]
[[0,-2,0,0,0],[1,0,-1,0,0],[-1,0,-1,0,0]]
[[0,2,0,0,0],[1,0,-1,0,0],[-1,0,-1,0,0]]
[[0,-2,2,0,0],[1,-2,0,0,0],[-1,2,-2,0,0]]
[[0,2,2,0,0],[1,2,0,0,0],[-1,-2,-2,0,0]]
[[0,-2,-2,0,0],[1,2,0,0,0],[1,2,2,0,0]]
[[0,2,-2,0,0],[1,-2,0,0,0],[1,-2,2,0,0]]
[[0,-2,0,0,0],[1,0,-1,0,0],[1,0,1,0,0]]
[[0,2,0,0,0],[1,0,-1,0,0],[1,0,1,0,0]]
[[0,-2,2,0,0],[1,-2,0,0,0],[1,-2,2,0,0]]
[[0,2,2,0,0],[1,2,0,0,0],[1,2,2,0,0]]
[[0,-2,-1,0,0],[2,2,0,0,0],[-2,-2,-1,0,0]]
[[0,2,-1,0,0],[2,-2,0,0,0],[-2,2,-1,0,0]]
[[0,-2,1,0,0],[2,-2,0,0,0],[-2,2,-1,0,0]]
[[0,2,1,0,0],[2,2,0,0,0],[-2,-2,-1,0,0]]
[[0,-2,-1,0,0],[2,2,0,0,0],[2,2,1,0,0]]
[[0,2,-1,0,0],[2,-2,0,0,0],[2,-2,1,0,0]]
[[0,-2,1,0,0],[2,-2,0,0,0],[2,-2,1,0,0]]
[[0,2,1,0,0],[2,2,0,0,0],[2,2,1,0,0]]
[[1,0,-1,0,0],[0,-2,0,0,0],[-1,0,-1,0,0]]
[[1,0,-1,0,0],[0,2,0,0,0],[-1,0,-1,0,0]]
[[1,-2,0,0,0],[0,2,-2,0,0],[-1,2,-2,0,0]]
[[1,2,0,0,0],[0,-2,-2,0,0],[-1,-2,-2,0,0]]
[[1,-2,0,0,0],[0,-2,2,0,0],[-1,2,-2,0,0]]
[[1,2,0,0,0],[0,2,2,0,0],[-1,-2,-2,0,0]]
[[1,0,-1,0,0],[0,-2,0,0,0],[1,0,1,0,0]]
[[1,0,-1,0,0],[0,2,0,0,0],[1,0,1,0,0]]
[[1,-2,0,0,0],[0,2,-2,0,0],[1,-2,2,0,0]]
[[1,2,0,0,0],[0,-2,-2,0,0],[1,2,2,0,0]]
[[1,-2,0,0,0],[0,-2,2,0,0],[1,-2,2,0,0]]
[[1,2,0,0,0],[0,2,2,0,0],[1,2,2,0,0]]
[[2,-2,0,0,0],[0,2,-1,0,0],[-2,2,-1,0,0]]
[[2,2,0,0,0],[0,-2,-1,0,0],[-2,-2,-1,0,0]]
[[2,-2,0,0,0],[0,-2,1,0,0],[-2,2,-1,0,0]]
[[2,2,0,0,0],[0,2,1,0,0],[-2,-2,-1,0,0]]
[[2,-2,0,0,0],[0,2,-1,0,0],[2,-2,1,0,0]]
[[2,2,0,0,0],[0,-2,-1,0,0],[2,2,1,0,0]]
[[2,-2,0,0,0],[0,-2,1,0,0],[2,-2,1,0,0]]
[[2,2,0,0,0],[0,2,1,0,0],[2,2,1,0,0]]
#---> reslines=80
|
21217644cdf94b5372402c369754a3a954b50c49 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1583/CH11/EX11.3/PA_Ex_11_3.sce | dfb8e5762badcfb478cdd8f898ac538341c5410a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 419 | sce | PA_Ex_11_3.sce | clc
//Chapter 11:Power amplifiers
//example 11.2 page no 474
//given
Po=5//max power in watts
Rl=50//load resistance in ohm
f=1e6//operating frequency in hertz
Vcc=sqrt(2*Rl*Po)
Ptmax=0.1*Po//allowable power dissipation
I_m=0.5
Im=(2*%pi*Vcc*I_m)/Rl//peak collector current
mprintf('required supply voltage is %f V \n max allowable power dissipation is %f W \n peak collector current is %f A',Vcc,Ptmax,Im)
|
fc2289091befc1d7060231a7ee9e88b4fd83f90b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1652/CH15/EX15.7/15_7.sce | d21aae072646d08eb49ffa1e22ed0dc9c65990ab | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 206 | sce | 15_7.sce | clc
//Initialization of variables
aZn=0.1
aCu=0.01
e1=0.763 //volt
e2=0.337 //volt
//calculations
e0=e1+e2
Q=aZn/aCu
E=e0- 0.05915*log10(Q) /2
//results
printf("Emf of the cell = %.3f volts",E)
|
39b347271ec738e90ecd96a4b8ed870ac77e0818 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2330/CH7/EX7.4/ex7_4.sce | d6ebdaba03f6176680e28dca669882f6358bc5e2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 314 | sce | ex7_4.sce | // Example 7.4
format('v',6)
clc;
clear;
close;
// given data
R_E= 430;// in Ω
R_L= 100;// in Ω
R1= 10*10^3;// in Ω
R2= 10*10^3;// in Ω
bita= 200;
r_e= 2.5;// in Ω
// The load resistance
r_L= R_E*R_L/(R_E+R_L);// in Ω
// The power gain
G= bita*r_L/(r_L+r_e);
disp(G,"The power gain is : ")
|
e33b5dec9ea376f5525df1e8364bc69eb83ca5b3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1730/CH2/EX2.15/Exa2_15.sce | c61b9c427405dffbb4719c5c612fae5b318d940b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 280 | sce | Exa2_15.sce | //Exa2.15
clc;
clear;
close;
//given data
alpha0=0.0038;// in ohm/ohm/degree C
t1=20; //in degree C
alpha20=1/(1/alpha0+t1);
R1=400;//in ohm
//Formula R2=R1*[1+alpha20*(t2-t1)]
R2=R1*[1+alpha20*(80-20)];
disp("Resistance of wire at 80 degree C si : "+string(R2)+" ohm") |
0f5682a94a1af24a3c8abf31e62ca605e0c21ccb | 449d555969bfd7befe906877abab098c6e63a0e8 | /42/CH12/EX12.8/sadiku_12_8.sce | 462d63fda414075a48805c78cc04c8b8a4749c3b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 212 | sce | sadiku_12_8.sce | clear;
clc;
a=5*10^-2,b=4*10^-2,c=10*10^-2,C=5.8*10^7,Uo=4*%pi*10^-7;
f101=3.335*10^9;
d=sqrt(1/(%pi*f101*Uo*C));
Q=(a*a+c*c)*a*b*c/(d*(2*b*(a^3 + c^3)+a*c*(a*a+c*c)));
disp(Q,'Quality factor of TE101 = '); |
e73973bfecfcd6cbbcca31753bce090779b2671b | 449d555969bfd7befe906877abab098c6e63a0e8 | /704/CH2/EX2.48/2_48.txt | b2acbfd8e5f7e92d7282b37609a66d2464aac254 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 579 | txt | 2_48.txt | //Caption:Determine the internal losses,torque & efficiency of the motor
//Exam:2.48
clc;
clear;
close;
V=240;//supply voltage(in V)
I=80;//motor taking current(in Amp)
H.p=20;//motor giving H.P.
I_p=V*I;//input (in watts)
O_p=H.p*735.5;//output (in watts)
L_i=I_p-O_p;//internal losses(in watts)
disp(L_i,'internal losses in motor(in watts)=');
N=1300;//motor speed (in rpm)
T=O_p*60/(2*3.14*N);//torque generated in motor(in Nw-m)
disp(T,'torque generated in motor(in Nw-m)=');
E=(O_p/I_p)*100;//efficiency of the motor
disp(E,'efficiency of the motor(in %)='); |
11d764f0617cdb8e7d7cee9b56466912f6f4c038 | 54f3222a5a49395dd0c45740d310603d1aec44a4 | /Scenarios/Bisection Task with Dynanometer.sce | fa3a681d7558a7c4571718076c9397cdb6e9e10b | [] | no_license | emailyc/Bisection-Task | abbf12ceef2751ded6d6003fb768d5e5e492a379 | a8076ce4938e1fa1fc7dd6370d9aa5877acb7caf | refs/heads/master | 2020-03-27T12:32:03.184992 | 2018-10-12T10:00:54 | 2018-10-12T10:00:54 | 146,552,234 | 0 | 1 | null | 2018-11-18T08:35:54 | 2018-08-29T05:59:05 | Scilab | UTF-8 | Scilab | false | false | 5,749 | sce | Bisection Task with Dynanometer.sce | # -------------------------- Header Parameters --------------------------
scenario = "Bisection Task";
#write_codes = EXPARAM( "Send ERP Codes" );
max_y = 100;
active_buttons = 2;
button_codes= 1, 2;
response_matching = simple_matching;
event_code_delimiter = ";";
no_logfile = false;
response_logging = log_active;
write_codes = true;
response_port_output = false;
stimulus_properties =
event_cond, string,
subject_id, number,
block_name, string,
block_number, number,
trial_number, number,
probe, number,
ITI, number,
correctAns, number,
resp, number,
accuracy, number,
short, string;
# ------------------------------- SDL Part ------------------------------
begin;
#Set default picture so can make it white later in PCL
picture {} default;
# ----------------------------- Stimuli -----------------------------
array {
sound { wavefile { filename = "1000.wav"; preload = false; }; };
sound { wavefile { filename = "1200.wav"; preload = false; }; };
sound { wavefile { filename = "1441.wav"; preload = false; }; };
sound { wavefile { filename = "1730.wav"; preload = false; }; };
sound { wavefile { filename = "2077.wav"; preload = false; }; };
sound { wavefile { filename = "2493.wav"; preload = false; }; };
sound { wavefile { filename = "2993.wav"; preload = false; }; };
} sounds;
# ------------------------------- Trials ------------------------------
trial {
trial_duration = forever;
trial_type = specific_response;
terminator_button = 1; # only SPACE
stimulus_event{
picture {
text {
caption = " ";
preload = false;
font_size = 4.5;
} instruct_text;
x = 0;
y = 0;
};
port_code = 3;
code = "Instruction";
} instruct_event;
} instruct_trial; # for practice instr and test instr, manually replace caption
trial {
clear_active_stimuli = false;
monitor_sounds = false; # sounds are not terminated if a trial ends
all_responses = false; # response during stimuli presentation is disabled
stimulus_event {
sound {
wavefile {
filename = "";
preload = false;
};
} sound_anchors;
code = "";
} sound_event;
stimulus_event {
picture {
text {
caption = "";
preload = false;
font_size = 6;
} anchor_text;
x = 0;
y = 0;
} label_anchors;
} sound_label_event;
} sound_trial;
trial {
stimulus_event {
picture{};
code = "ITI";
} ITI_event;
}ITI_trial;
trial {
trial_duration = forever;
trial_type = specific_response;
terminator_button = 1, 2; # press SPACE to end break, R to repeat
stimulus_event {
picture {
text {
caption = "";
preload = false;
font_size = 6;
} end_block_text;
x = 0;
y = 0;
} end_block_pic;
code = "End_Block";
} end_block_event;
} end_block_trial;
trial {
trial_duration = 700;
stimulus_event {
picture {
text {
caption = "";
preload = false;
font_size = 6;
} fb_text;
x = 0;
y = 0;
}fb_pic;
code = "Feedback";
} feedback_event;
} fb_trial;
trial{
trial_type = specific_response;
terminator_button = 1;
trial_duration = forever;
stimulus_event {
picture {
text {
caption = " ";
preload = false;
font_size = 30;
}caption_1;
x = 0; y =0;
text {
caption = "(Press SPACE to move on)";
font_size = 5;
}caption_2;
x = 0; y = -85;
} break_pic;
code = "Break";
}break_event;
} break_trial;
picture {
text {
caption = "Enter participant number:";
font_size = 5 ;
};
x = 0; y = 0;
text { caption = " "; font_size = 2;} parti_num_text;
x = 0; y = -20;
} parti_num;
# ----------------------------- PCL Program -----------------------------
begin_pcl;
if (input_port_manager.port_count() < 1) then
exit( "Something wrong with Dynomometer or SensorDAQ, Presentation cannot detect port device." )
end;
input_port port = input_port_manager.get_port( 1 );
#Constant Integers
int MIDDLE_IDX = 4; #First 4 stimulus are short, the rest are long
int ONE_SEC = 1000;
int TWO_SEC = 2000;
# ----------------------------- Participant Number -----------------------------
include_once "..\\PCLs\\Participant Number.pcl";
# ----------------------------- Functions -----------------------------
include_once "..\\PCLs\\Import_Functions.pcl";
# ----------------------------- Import Message File -----------------------------
language_file lang = new language_file;
lang.load( stimulus_directory + "English.xml" );
# ----------------------------- Study Block -----------------------------
play_instruct_trial( lang.get_text( "Instructions" ) );
include_once "..\\PCLs\\Study_Block.pcl";
anchor_text.set_caption( "" ); #reset caption since in practice phase we don't show caption along with stimuli
play_break_trial( "BREAK" );
play_ITI_trial( ONE_SEC ); #Just a short blank screen between blocks
# ----------------------------- PRACTICE Block -----------------------------
play_instruct_trial( lang.get_text( "Practice Start" ) );
play_instruct_trial( lang.get_text( "Response Prompt Caption" ) );
include_once "..\\PCLs\\Practice_Block.pcl";
play_break_trial( "BREAK" );
play_instruct_trial( lang.get_text("Practice Complete Caption" ) );
play_ITI_trial( ONE_SEC ); #Just a short blank screen between blocks
# ----------------------------- TEST Block -----------------------------
play_instruct_trial( lang.get_text( "Test Start" ) );
include_once "..\\PCLs\\Test_Block.pcl";
# ----------------------------- END -----------------------------
play_instruct_trial( lang.get_text( "Completion Screen Caption" ) );
|
0cb1261ba68fe1e8cabebc1a34b0bef90140e0d4 | b4e34afbccba260cb01882a6e81a58851bc6ee2c | /edo.sce | 903ada6daab8b966ee4dddcc505ed66fc39943c2 | [] | no_license | gabrielseibel1/num | 258ce3b7a99a3bcd091ba4791be6f48de60a49c2 | 088ae943687d83d1cf4a84e59bcb70af1eea6ee5 | refs/heads/master | 2020-06-11T14:52:40.461998 | 2019-06-27T23:10:50 | 2019-06-27T23:10:50 | 194,003,761 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,305 | sce | edo.sce | function y = ode_euler(t, a, f)
// Solve ODE with Euler's method
// y' = f(t, y(t))
// y(1) = a
//set N and h
N = size(t,1)
h = (t(N) - t(1)) / (N-1)
//init y
y = zeros(N) ; y(1) = a
//fill y with Euler's method
for n = 1:N-1
y(n+1) = y(n) + h*f(t(n), y(n))
end
endfunction
function y = ode_heun(t, a, f)
// Solve ODE with Heun's method
// y' = f(t, y(t))
// y(1) = a
//set N and h
N = size(t,1)
h = (t(N) - t(1)) / (N-1)
//init y
y = zeros(N) ; y(1) = a
//fill y with Heun's method
for n = 1:N-1
fa = f(t(n), y(n))
fb = f(t(n+1), y(n)+h*fa)
y(n+1) = y(n) + h*(fa+fb)/2
end
endfunction
function y = ode_taylor(t, a, varargin)
// Solve ODE with Taylor's method
// y' = f(t, y(t))
// y(1) = a
// varargin are the derivatives of f starting from order 1 (first is f)
//set N, h and order
N = size(t,1)
h = (t(N) - t(1)) / (N-1)
order = argn(2) - 2
//init y
y = zeros(N) ; y(1) = a
//fill y with Taylor's method
for n = 1:N-1
y(n+1) = y(n)
//enhance with Taylor (starting from first derivative)
for i = 1:order
y(n+1) = y(n+1) + (h^i/factorial(i)) * varargin(i)(t(n), y(n))
end
end
endfunction
|
9e995e4d03bf55b8e1e527f88c24ea9394019293 | 449d555969bfd7befe906877abab098c6e63a0e8 | /24/CH42/EX42.1/Example42_1.sce | 7e08a4f459bd64eeba4d0da9fbd096b178e55d86 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 234 | sce | Example42_1.sce | //Given that
T = 300 //in K
e = 1.6*10^-19 //in coulomb
Eg = 5.5*e //in J
K = 8.62*10^-5*e //in J/K
//Sample Problem 42-1
printf("**Sample Problem 42-1**\n")
P = %e^(-Eg/(K*T))
printf("The probability is equal to %e", P) |
7ae3efb08d6de57ed55f3f7d237e3011d3e4939b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2045/CH5/EX5.18/Ex5_18.sce | 0c725eb4df2b096179161870bc4942629c5cf600 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 969 | sce | Ex5_18.sce | //pagenumber 297 example 18
clear
hie=3.2*10^3;//ohm
hfe=100;
r=40*10^3;//ohm
r1=4.7*10^3;//ohm
colres=4*10^3;//ohm
rb=r*r1/(r+r1);
zi=hie*rb/(hie+rb);
z=colres;
re=1.2*10^3;//ohm
volgai=-hfe*colres/hie;
disp("input impedance = "+string((zi))+"ohm");
disp("output impedance = "+string((z))+"ohm");
disp("voltage gain = "+string((volgai)));
curgai=-hfe*rb/(rb+hie);
disp("current gain = "+string((curgai)));
hie=833;
//(1) load open
vi=1;
ib=vi/hie;
volgai=hfe*ib*1.5*10^3;
//load closed
hoe=50;
r2=2*10^3;//ohm
ib=vi/(r2+hie);
vb=1.682;
ib=(vb-0.6)/(rb+(1+hfe)*(re));
ic=hfe*ib;
ie=ic+ib;
re=0.026/ie;
zi=rb*hfe*re/((rb)+(hfe*re));
disp("parameters in re");
disp("input impedance = "+string((zi))+"ohm");
z=colres;
disp("output impedance = "+string((z))+"ohm");
volgai=colres/(-re);
disp("voltage gain = "+string((volgai)));
curgai=-hfe*rb/(rb+hfe*re);
disp("current gain = "+string((curgai)));
|
b37dff67b7c1437e8815df7e3571359bb34fc9d5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1682/CH6/EX6.8/Exa6_8.sce | c1332af3ca708119e555504abb925721fc609f6c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,040 | sce | Exa6_8.sce | //Exa 6.8
clc;
clear;
close;
//Machine A :
disp("Machine A : ");
IC=300000;//in Rs
n=4;//in years
S=200000;//in Rs
AM=30000;//in Rs
i=15;//in % per annum
//Formula : (A/F,i,n) : (i/100)/(((1+i/100)^n)-1)
//Formula : (A/P,i,n) : ((i/100)*(1+i/100)^n)/(((1+i/100)^n)-1)
AE_A=IC*((i/100)*(1+i/100)^n)/(((1+i/100)^n)-1)+AM-S*(i/100)/(((1+i/100)^n)-1);//in RS
disp(AE_A,"The Annual equivalent cost of machine X in RS. : ");
//Machine B :
disp("Machine B : ");
IC=600000;//in Rs
n=4;//in years
S=300000;//in Rs
AM=0;//in Rs
i=15;//in % per annum
//Formula : (A/F,i,n) : (i/100)/(((1+i/100)^n)-1)
//Formula : (A/P,i,n) : ((i/100)*(1+i/100)^n)/(((1+i/100)^n)-1)
AE_B=IC*((i/100)*(1+i/100)^n)/(((1+i/100)^n)-1)+AM-S*(i/100)/(((1+i/100)^n)-1);//in RS
disp(AE_B,"The Annual equivalent cost of machine X in RS. : ");
disp("The annual equivalent cost of machine A is less than that of machine B.So machine A is more cost effective machine. It is advised to buy machine A ");
//Note : Calculation in the book is not accurate. |
1770869d10570f1d930182de41ad8214d9fdf370 | 6bd47868c9c7b3e9469b27f60a4757816a62060b | /Integrasi Numerik/reimann.sci | 9477367e6ced4e1e2f70566ef0840aef6d665eab | [] | no_license | fahrioghanial/Program-Metode-Numerik | 555401132e47516ff38ab7d38e1056c16e45ab1a | 83cfe9144c72a3adbabbe71923f32ab6209b02e8 | refs/heads/master | 2023-02-28T16:14:24.353765 | 2021-02-04T08:04:46 | 2021-02-04T08:04:46 | 335,882,015 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 489 | sci | reimann.sci | /*
Nama : Mohamad Fahrio Ghanial Fatihah
NPM : 140810190005
Deskripsi : Program
*/
clear;
clc;
printf('\nProgram Integrasi Numerik Metode Reimann\n');
X = [1.0 1.3 1.6 1.9 2.2];
Y = [3.0 4.0 6.0 5.0 7.0];
printf('Diketahui Data Berikut:\n');
//Menampilkan data
for i=1:5
printf('n = %d\t x = %.2f\t f(x) = %.6f\n',i-1, X(i),Y(i));
end
a=X(1);
b=X(5);
n = 4;
h = (b-a)/n;
sigma=0;
for r=1:n+1
sigma=sigma+Y(r);
end
I=h*sigma;
printf('\nJadi luas daerahnya adalah : %.6f', I);
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.