blob_id
stringlengths 40
40
| directory_id
stringlengths 40
40
| path
stringlengths 4
214
| content_id
stringlengths 40
40
| detected_licenses
sequencelengths 0
50
| license_type
stringclasses 2
values | repo_name
stringlengths 6
115
| snapshot_id
stringlengths 40
40
| revision_id
stringlengths 40
40
| branch_name
stringclasses 21
values | visit_date
timestamp[us] | revision_date
timestamp[us] | committer_date
timestamp[us] | github_id
int64 141k
586M
⌀ | star_events_count
int64 0
30.4k
| fork_events_count
int64 0
9.67k
| gha_license_id
stringclasses 8
values | gha_event_created_at
timestamp[us] | gha_created_at
timestamp[us] | gha_language
stringclasses 50
values | src_encoding
stringclasses 23
values | language
stringclasses 1
value | is_vendor
bool 1
class | is_generated
bool 1
class | length_bytes
int64 5
10.4M
| extension
stringclasses 29
values | filename
stringlengths 2
96
| content
stringlengths 5
10.4M
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
43a6b86159884353ab01db607e8b155376609745 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/fftfilt/fftfilt8.sce | e7aa81c2bbfbc6d18e46c34f16cb6a58ec7df7c6 | [] | no_license | deecube/fosseetesting | ce66f691121021fa2f3474497397cded9d57658c | e353f1c03b0c0ef43abf44873e5e477b6adb6c7e | refs/heads/master | 2021-01-20T11:34:43.535019 | 2016-09-27T05:12:48 | 2016-09-27T05:12:48 | 59,456,386 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 334 | sce | fftfilt8.sce | //i/p arg b has complex elements
x=[1 2 3 4 5 6 6];
b=[0.1 2 3 4 5+0.12*%i];
y=fftfilt(b,x);
disp(y);
// column 1 to 2
//
// 0.1 + 1.443D-15i 2.2 - 4.163D-17i
//
// column 3 to 4
//
// 7.3 - 3.331D-16i 16.4 + 9.992D-16i
//
// column 5 to 7
//
// 30.5 - 0.12i 44.6 - 0.24i 58.6 - 0.36i
|
9e58378ae0f8baa7aa78e07fdea80ab21b2b5fc7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3718/CH13/EX13.7/Ex13_7.sce | 3c51b354c137e1b35736e86df2c8776cdc4826a7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 251 | sce | Ex13_7.sce | //Chapter 13: Fuel and Combustions
//Problem: 7
clc;
// Solution
wt_O = 2 * 32 / 12.0
wt_a = wt_O * 100 / 23.2
vol_a = wt_a / 28.94 * 22.4
mprintf("Volume of air needed for the complete combustion of 2kg coke is %.3f litres at NTP",vol_a)
|
0edded65373e904ca815c6ebed3067301a708901 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2243/CH5/EX5.7/Ex5_7.sce | e70dd95f0bfdc2b7f9a072d477186202646dfdbd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 736 | sce | Ex5_7.sce | clc();
clear;
//Given :
lambda = 5890; //Wavelength in A
//(a)Calcite crystal
mu1_o = 1.658;//refractive index for ordinary ray
mu1_e = 1.486;//refractive index for extraordinary ray
t1 = 0.0052 ; //thickness in mm
// 1 A = 1.0*10^-7 mm
alpha1 = ((2*%pi*(mu1_o-mu1_e)*t1)/(lambda*10^-7)); // phase difference in radians
//(b) Quartz crystal
mu2_o = 1.544; //refractive index for ordinary ray
mu2_e = 1.553; //refractive index for extraordinary ray
t2 = 0.0234;//thickness in mm
alpha2 = ((2*%pi*(mu2_e-mu2_o)*t2)/(lambda*10^-7)); // phase difference in radians
printf("(a)Calcite crystal : \n Phase difference is %.3f radians \n",alpha1);
printf("(a)Quartz crystal : \n Phase difference is %.3f radians",alpha2);
|
f18fe27e58ebecd78bf87e143e36f7e9de08fdb8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1736/CH9/EX9.2/Ch09Ex2.sce | ae0c971eaf65c06f3280d236c934bc95b3aa4b75 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 499 | sce | Ch09Ex2.sce | // Scilab Code Ex9.2 Page:278 (2006)
clc; clear;
H0 = 1970; // Critical field at absolute zero, Oe
T_c = 9.25; // Transition temperature of specimen Nb, Kelvin
T = 4; // Temperature at which destruction of superconductivity is to be found, Kelvin
H_c = H0*[1-(T/T_c)^2]; // Limiting magnetic field, Oe
printf("\nLimiting magnetic field of Nb to serve as superconductor = %4d Oe", round(H_c));
// Result
// Limiting magnetic field of Nb to serve as superconductor = 1602 Oe
|
a97cb2972f5acdb086d9419d76d4e3bf33e4e3cc | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /TF2 Sniper Bounce.sce | 8b651130a24adf5dd72d04de5f0434ef60791277 | [] | 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 | 32,027 | sce | TF2 Sniper Bounce.sce | Name=TF2 Sniper Bounce
PlayerCharacters=Character Profile
BotCharacters=Pigeon.bot;Pigeon.bot;Pigeon.bot;Pigeon.bot;Pigeon.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=Character Profile
AddedBots=Pigeon.bot;Pigeon.bot;Pigeon.bot;Pigeon.bot
PlayerMaxLives=0
BotMaxLives=0;0;0;0
PlayerTeam=1
BotTeams=2;2;2;2
MapName=longrange.map
MapScale=4.0
BlockProjectilePredictors=true
BlockCheats=true
InvinciblePlayer=true
InvincibleBots=false
Timescale=0.85
BlockHealthbars=true
TimeRefilledByKill=0.0
ScoreToWin=100000.0
ScorePerDamage=0.0
ScorePerKill=1.0
ScorePerMidairDirect=0.0
ScorePerAnyDirect=0.0
ScorePerTime=0.0
ScoreLossPerDamageTaken=0.0
ScoreLossPerDeath=0.0
ScoreLossPerMidairDirected=0.0
ScoreLossPerAnyDirected=0.0
ScoreMultAccuracy=true
ScoreMultDamageEfficiency=false
ScoreMultKillEfficiency=false
GameTag=TF2
WeaponHeroTag=Sniper
DifficultyTag=2
AuthorsTag=snow
BlockHitMarkers=false
BlockHitSounds=false
BlockMissSounds=true
BlockFCT=false
Description=For use with zoom_sensitivity_ratio 0.7934
GameVersion=1.0.7.1
ScorePerDistance=0.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=Pigeon
DodgeProfileNames=Long Strafes Jumping
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=2.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=Clay Pigeon
SeeThroughWalls=true
NoDodging=false
NoAiming=false
[Character Profile]
Name=Character Profile
MaxHealth=100.0
WeaponProfileNames=sniptf2;;;;;;;
MinRespawnDelay=0.1
MaxRespawnDelay=0.1
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=8.0
MovementType=Base
MaxSpeed=1000.0
MaxCrouchSpeed=500.0
Acceleration=16000.0
AirAcceleration=16000.0
Friction=8.0
BrakingFrictionFactor=2.0
JumpVelocity=800.0
Gravity=0.0
AirControl=0.25
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=255.000 Y=255.000 Z=255.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=230.0
MainBBRadius=55.0
MainBBHasHead=true
MainBBHeadRadius=45.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=true
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.1
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.25
ThirdPersonCamera=false
TPSArmLength=500.0
TPSOffset=X=0.000 Y=125.000 Z=40.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
[Character Profile]
Name=Clay Pigeon
MaxHealth=30.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=8.0
MovementType=Base
MaxSpeed=1100.0
MaxCrouchSpeed=500.0
Acceleration=12000.0
AirAcceleration=16000.0
Friction=8.0
BrakingFrictionFactor=4.0
JumpVelocity=2000.0
Gravity=4.0
AirControl=0.2
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=255.000 Y=255.000 Z=255.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Spheroid
MainBBHeight=150.0
MainBBRadius=45.0
MainBBHasHead=false
MainBBHeadRadius=10.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=50.0
ProjBBRadius=25.0
ProjBBHasHead=false
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.05
StrafeSpeedMult=1.2
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.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=0.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=2048.0
VerticalSpawnOffset=10.0
[Dodge Profile]
Name=Long Strafes Jumping
MaxTargetDistance=3000.0
MinTargetDistance=500.0
ToggleLeftRight=true
ToggleForwardBack=true
MinLRTimeChange=0.5
MaxLRTimeChange=3.0
MinFBTimeChange=0.5
MaxFBTimeChange=1.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.5
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.1
MaxJumpTime=0.1
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
[Weapon Profile]
Name=sniptf2
Type=Hitscan
ShotsPerClick=1
DamagePerShot=50.0
KnockbackFactor=4.0
TimeBetweenShots=0.01
Pierces=false
Category=SemiAuto
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=3.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=25.0
DelayBeforeShot=0.0
HitscanVisualEffect=None
ProjectileGraphic=Ball
VisualLifetime=0.1
WallParticleEffect=None
HitParticleEffect=None
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=true
ADSZoomDelay=0.1
ADSZoomSensFactor=1.0
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=true
ShootingBlocksADS=false
KnockbackFactorAir=4.0
RecoilNegatable=false
DecalType=0
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=TF2asd
StunDuration=0.0
CircularSpread=false
SpreadStationaryVelocity=1000000.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.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=1
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=95
ADSFOVOverride=20.0
ADSFOVScale=Quake/Source
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=0.0,0.1,0.0,0.0
SpreadSCA=0.0,0.1,0.0,0.0
SpreadMSA=0.0,0.1,0.0,0.0
SpreadMCA=0.0,0.1,0.0,0.0
SpreadSSH=0.0,0.1,0.0,0.0
SpreadSCH=0.0,0.1,0.0,0.0
SpreadMSH=0.0,0.1,0.0,0.0
SpreadMCH=0.0,0.1,0.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.01
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=1.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.1
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=true
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
[Weapon Profile]
Name=TF2asd
Type=Hitscan
ShotsPerClick=1
DamagePerShot=50.0
KnockbackFactor=4.0
TimeBetweenShots=0.01
Pierces=false
Category=SemiAuto
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=3.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=25.0
DelayBeforeShot=0.0
HitscanVisualEffect=Tracer
ProjectileGraphic=Ball
VisualLifetime=0.1
WallParticleEffect=None
HitParticleEffect=None
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=true
ADSZoomDelay=0.0
ADSZoomSensFactor=1.0
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=4.0
RecoilNegatable=false
DecalType=0
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=false
SpreadStationaryVelocity=300.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.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=1
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=20.0
ADSFOVScale=Quake/Source
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=0.0,0.1,0.0,0.0
SpreadSCA=0.0,0.1,0.0,0.0
SpreadMSA=0.0,0.1,0.0,0.0
SpreadMCA=0.0,0.1,0.0,0.0
SpreadSSH=0.0,0.1,0.0,0.0
SpreadSCH=0.0,0.1,0.0,0.0
SpreadMSH=0.0,0.1,0.0,0.0
SpreadMCH=0.0,0.1,0.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
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
String32 targetGameOverCamera end
UInt8 playersMin 1
UInt8 playersMax 16
brush
vertices
-576.000000 0.000000 256.000000
448.000000 0.000000 256.000000
448.000000 0.000000 -768.000000
-576.000000 0.000000 -768.000000
-576.000000 -16.000000 256.000000
448.000000 -16.000000 256.000000
448.000000 -16.000000 -768.000000
-576.000000 -16.000000 -768.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-576.000000 0.000000 1280.000000
448.000000 0.000000 1280.000000
448.000000 0.000000 256.000000
-576.000000 0.000000 256.000000
-576.000000 -16.000000 1280.000000
448.000000 -16.000000 1280.000000
448.000000 -16.000000 256.000000
-576.000000 -16.000000 256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-576.000000 0.000000 -768.000000
448.000000 0.000000 -768.000000
448.000000 0.000000 -1792.000000
-576.000000 0.000000 -1792.000000
-576.000000 -16.000000 -768.000000
448.000000 -16.000000 -768.000000
448.000000 -16.000000 -1792.000000
-576.000000 -16.000000 -1792.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-576.000000 272.000000 -1792.000000
448.000000 272.000000 -1792.000000
448.000000 272.000000 -1808.000000
-576.000000 272.000000 -1808.000000
-576.000000 0.000000 -1792.000000
448.000000 0.000000 -1792.000000
448.000000 0.000000 -1808.000000
-576.000000 0.000000 -1808.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-576.000000 272.000000 1296.000000
448.000000 272.000000 1296.000000
448.000000 272.000000 1280.000000
-576.000000 272.000000 1280.000000
-576.000000 0.000000 1296.000000
448.000000 0.000000 1296.000000
448.000000 0.000000 1280.000000
-576.000000 0.000000 1280.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
448.000000 272.000000 1280.000000
464.000000 272.000000 1280.000000
464.000000 272.000000 -1792.000000
448.000000 272.000000 -1792.000000
448.000000 0.000000 1280.000000
464.000000 0.000000 1280.000000
464.000000 0.000000 -1792.000000
448.000000 0.000000 -1792.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-592.000000 272.000000 1280.000000
-576.000000 272.000000 1280.000000
-576.000000 272.000000 -1792.000000
-592.000000 272.000000 -1792.000000
-592.000000 0.000000 1280.000000
-576.000000 0.000000 1280.000000
-576.000000 0.000000 -1792.000000
-592.000000 0.000000 -1792.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-576.000000 704.000000 1296.000000
448.000000 704.000000 1296.000000
448.000000 704.000000 1280.000000
-576.000000 704.000000 1280.000000
-576.000000 272.000000 1296.000000
448.000000 272.000000 1296.000000
448.000000 272.000000 1280.000000
-576.000000 272.000000 1280.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-576.000000 704.000000 -1792.000000
448.000000 704.000000 -1792.000000
448.000000 704.000000 -1808.000000
-576.000000 704.000000 -1808.000000
-576.000000 272.000000 -1792.000000
448.000000 272.000000 -1792.000000
448.000000 272.000000 -1808.000000
-576.000000 272.000000 -1808.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-592.000000 704.000000 1280.000000
-576.000000 704.000000 1280.000000
-576.000000 704.000000 -1792.000000
-592.000000 704.000000 -1792.000000
-592.000000 272.000000 1280.000000
-576.000000 272.000000 1280.000000
-576.000000 272.000000 -1792.000000
-592.000000 272.000000 -1792.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
448.000000 704.000000 1280.000000
464.000000 704.000000 1280.000000
464.000000 704.000000 -1792.000000
448.000000 704.000000 -1792.000000
448.000000 272.000000 1280.000000
464.000000 272.000000 1280.000000
464.000000 272.000000 -1792.000000
448.000000 272.000000 -1792.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-576.000000 720.000000 1280.000000
448.000000 720.000000 1280.000000
448.000000 720.000000 -1792.000000
-576.000000 720.000000 -1792.000000
-576.000000 704.000000 1280.000000
448.000000 704.000000 1280.000000
448.000000 704.000000 -1792.000000
-576.000000 704.000000 -1792.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-576.000000 32.000000 528.000000
448.000000 32.000000 528.000000
448.000000 32.000000 512.000000
-576.000000 32.000000 512.000000
-576.000000 0.000000 528.000000
448.000000 0.000000 528.000000
448.000000 0.000000 512.000000
-576.000000 0.000000 512.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-576.000000 704.000000 528.000000
448.000000 704.000000 528.000000
448.000000 704.000000 512.000000
-576.000000 704.000000 512.000000
-576.000000 32.000000 528.000000
448.000000 32.000000 528.000000
448.000000 32.000000 512.000000
-576.000000 32.000000 512.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-576.000000 32.000000 -1024.000000
448.000000 32.000000 -1024.000000
448.000000 32.000000 -1040.000000
-576.000000 32.000000 -1040.000000
-576.000000 0.000000 -1024.000000
448.000000 0.000000 -1024.000000
448.000000 0.000000 -1040.000000
-576.000000 0.000000 -1040.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-576.000000 704.000000 -1024.000000
448.000000 704.000000 -1024.000000
448.000000 704.000000 -1040.000000
-576.000000 704.000000 -1040.000000
-576.000000 32.000000 -1024.000000
448.000000 32.000000 -1024.000000
448.000000 32.000000 -1040.000000
-576.000000 32.000000 -1040.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
entity
type PlayerSpawn
Vector3 position -64.000000 0.000000 -1760.000000
Bool8 teamA 0
entity
type CameraPath
UInt32 entityIdAttachedTo 5
UInt8 posLerp 2
UInt8 angleLerp 2
entity
type Effect
Vector3 position 0.000000 256.000000 0.000000
String64 effectName internal/misc/reflectionprobe
entity
type Target
Vector3 position 320.000000 256.000000 320.000000
Vector3 angles -135.000000 30.000000 0.000000
String32 name end
entity
type PlayerSpawn
Vector3 position -64.000000 0.000000 1248.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position -128.000000 0.000000 1248.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position -192.000000 0.000000 1248.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position -256.000000 0.000000 1248.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position -320.000000 0.000000 1248.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position -384.000000 0.000000 1248.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position -448.000000 0.000000 1248.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position -512.000000 0.000000 1248.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position 0.000000 0.000000 1248.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position 64.000000 0.000000 1248.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position 128.000000 0.000000 1248.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position 192.000000 0.000000 1248.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position 256.000000 0.000000 1248.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position 320.000000 0.000000 1248.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position 384.000000 0.000000 1248.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position 0.000000 0.000000 -1760.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 0.000000 -1760.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 0.000000 -1760.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 0.000000 -1760.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 0.000000 -1760.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 0.000000 -1760.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 0.000000 -1760.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 0.000000 -1760.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 0.000000 -1760.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 0.000000 -1760.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 0.000000 -1760.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 0.000000 -1760.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 0.000000 -1760.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 0.000000 -1760.000000
Bool8 teamA 0
|
0851746dc52e9004e32828e91e1892fb8189e8cc | 449d555969bfd7befe906877abab098c6e63a0e8 | /2522/CH14/EX14.1/exm14_1.sce | fecdf39bdbbce431f90b939eea5bee4208667a61 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 393 | sce | exm14_1.sce | // page no 414
// example no 14.1
// INITIALIZE HYPOTHETICAL CHIP AS OUTPUT BUFFER
clc;
printf('MVI A,01H \n'); // Set D0=1, D1 through D7 are don't care lines.
a=hex2dec(['1']);
b=dec2bin(a,8);
printf('A--> ')
disp(b);
printf('\n \n OUT FFH \n \n'); // write in the control register.
printf('MVI A,BYTE1 \n \n'); // load data byte.
printf('OUT FEH'); // send data out.
|
820f66cbaa18fe71f08700afd056d33b85a075b6 | b972a9f3f59e83d23d3b6c8a1e1d81e9af564c7e | /SYS/TP3/tp3t3.tst | d550be7914ae3bc134d11ffd47dfc1690be8da7d | [] | no_license | AmarOk1412/TPS | 7b47c90894de882a9c199d11f968a1b349801bc8 | c50bde184133bf20bafe0ced7feebe8342ffc3c3 | refs/heads/master | 2021-01-01T17:10:55.333202 | 2015-06-05T09:05:05 | 2015-06-05T09:05:05 | 31,963,746 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 54 | tst | tp3t3.tst | l001234567890
l01azertyuiop
c000102c020203c030304
q |
e8c9ee6838ea9849a70f3301dc5cf9702465abad | 449d555969bfd7befe906877abab098c6e63a0e8 | /1379/CH5/EX5.1.8/example5_8.sce | 47945281f6757d303bb5826ed23b4615209ad8a0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 528 | sce | example5_8.sce |
//exapple 5.8
clc; funcprot(0);
// Initialization of Variable
pi=3.14;
theta=pi/3;
h=1/tan(theta);
B=0.845;
E=0.375;
g=9.81;
//calculation
//part1
//deducing a polynomial(quadratic) in Dc
a=5*h;
b=3*B-4*h*E;
c=-2*E*B;
y=poly([c b a],'x','coeff');
x=roots(y);
disp(x(2),"critical depth in (m):");
//part2
Ac=x(2)*(B+x(2)*tan(theta/2));
Btc=B+x(2)*tan(theta/2)*2;
Dcbar=Ac/Btc;
uc=sqrt(g*Dcbar);
disp(uc,"critical velocity (m/s):");
//part3
Qc=Ac*uc;
disp(Qc,"Critical volumetric flow (m^3/s):");
|
5a3b13932f4d136ed8becaefae7813a814f96dbb | 449d555969bfd7befe906877abab098c6e63a0e8 | /1658/CH3/EX3.12/Ex3_12.sce | 49a0abd28506e6144ac808b63907e498329dbf52 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 237 | sce | Ex3_12.sce | clc;
//ex3.12
d=0.001;
q=1.6*10**-19;
ND=10**20;
R=1000;
mun=0.1;
n=ND;//number of free electrons
sigma=q*n*mun;//conductivity
disp('S/m',sigma*1,"sigma=");
a=(1/sigma)*(1/(%pi*(0.001^2)/4));
l=R/a;
disp('mm',l*10**3,"l=");
|
39a63bf9fa477206ff091973abc9f46b77a681e0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1373/CH10/EX10.21/Chapter10_Example21.sce | c607e8d8ce317e4aa774f4f291a53851f64d1018 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 599 | sce | Chapter10_Example21.sce | //Chapter-10, Example 10.21, Page 434
//=============================================================================
clc
clear
//INPUT DATA
T1=127+273;//Temperature of the outer side of the brick setting in K
T2=50+273;//Temperature of the inside of the steel plate in K
e1=0.6;//Emissivity of steel
e2=0.8;//Emissivity of fireclay
//CALCULATIONS
Q=((5.67*10^-8*(T1^4-T2^4))/((1/e1)+((1/e2))-1));//Net radiant heat exchange in W/m^2
//OUTPUT
mprintf('Net radiant heat exchange is %3.0f W/m^2',Q)
//=================================END OF PROGRAM==============================
|
69ce0b9a1dc0571e5a336a6dc55697148e27d7d9 | 717ddeb7e700373742c617a95e25a2376565112c | /3424/CH2/EX2.7/Ex2_7.sce | 7b79afc5857da963b5d3418f832b34139e62fe98 | [] | no_license | appucrossroads/Scilab-TBC-Uploads | b7ce9a8665d6253926fa8cc0989cda3c0db8e63d | 1d1c6f68fe7afb15ea12fd38492ec171491f8ce7 | refs/heads/master | 2021-01-22T04:15:15.512674 | 2017-09-19T11:51:56 | 2017-09-19T11:51:56 | 92,444,732 | 0 | 0 | null | 2017-05-25T21:09:20 | 2017-05-25T21:09:19 | null | UTF-8 | Scilab | false | false | 215 | sce | Ex2_7.sce | clc
//Initialization of variables
Ws = 1.3 //lb
Fv = 22 //lb
yW = 64.0 // lb/ft^3
yF = 2.0 // lb/ft^3
// Calculations
Vr = (Ws + Fv)/(yW-yF)
//results
printf(" the minimum volume of foam is %.3f ft^3",Vr)
|
b359b77b60914a8f0d58447a2633b1e3fb328bec | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/JY25NGP/ATWM1_Working_Memory_MEG_JY25NGP_Session2/ATWM1_Working_Memory_MEG_Salient_Cued_Run2.sce | 6feba1037f60e2a2550bf9b0d8706aff0e91dbea | [] | 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,383 | sce | ATWM1_Working_Memory_MEG_Salient_Cued_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;
41 62 292 292 399 125 1842 2992 2592 fixation_cross gabor_081 gabor_104 gabor_019 gabor_170 gabor_081_alt gabor_104 gabor_019_alt gabor_170 "2_1_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2600_gabor_patch_orientation_081_104_019_170_target_position_1_3_retrieval_position_1" gabor_081_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_1_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_081_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 1792 2992 2442 fixation_cross gabor_052 gabor_001 gabor_071 gabor_114 gabor_052_alt gabor_001 gabor_071_alt gabor_114 "2_2_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2450_gabor_patch_orientation_052_001_071_114_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_024_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_2_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_024_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 1792 2992 2342 fixation_cross gabor_121 gabor_063 gabor_101 gabor_040 gabor_121 gabor_063_alt gabor_101 gabor_040_alt "2_3_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2350_gabor_patch_orientation_121_063_101_040_target_position_2_4_retrieval_position_2" gabor_circ gabor_015_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_3_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_015_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 1842 2992 2292 fixation_cross gabor_093 gabor_162 gabor_140 gabor_072 gabor_093 gabor_162_alt gabor_140 gabor_072_alt "2_4_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2300_gabor_patch_orientation_093_162_140_072_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_121_framed blank blank blank blank fixation_cross_target_position_2_4 "2_4_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_121_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 2142 2992 2042 fixation_cross gabor_085 gabor_100 gabor_022 gabor_041 gabor_085_alt gabor_100_alt gabor_022 gabor_041 "2_5_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2150_3000_2050_gabor_patch_orientation_085_100_022_041_target_position_1_2_retrieval_position_2" gabor_circ gabor_149_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_5_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_149_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 2342 fixation_cross gabor_043 gabor_121 gabor_010 gabor_157 gabor_043_alt gabor_121 gabor_010 gabor_157_alt "2_6_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2350_gabor_patch_orientation_043_121_010_157_target_position_1_4_retrieval_position_1" gabor_043_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_6_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_043_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 2542 fixation_cross gabor_119 gabor_094 gabor_051 gabor_168 gabor_119 gabor_094 gabor_051_alt gabor_168_alt "2_7_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_2550_gabor_patch_orientation_119_094_051_168_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_030_framed blank blank blank blank fixation_cross_target_position_3_4 "2_7_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_030_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 1942 2992 2042 fixation_cross gabor_122 gabor_006 gabor_081 gabor_062 gabor_122 gabor_006 gabor_081_alt gabor_062_alt "2_8_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_300_300_399_1950_3000_2050_gabor_patch_orientation_122_006_081_062_target_position_3_4_retrieval_position_2" gabor_circ gabor_006_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_8_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_006_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 2242 fixation_cross gabor_023 gabor_112 gabor_140 gabor_006 gabor_023_alt gabor_112 gabor_140 gabor_006_alt "2_9_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_2250_gabor_patch_orientation_023_112_140_006_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_006_framed blank blank blank blank fixation_cross_target_position_1_4 "2_9_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_006_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 2142 2992 2242 fixation_cross gabor_093 gabor_010 gabor_032 gabor_138 gabor_093_alt gabor_010 gabor_032 gabor_138_alt "2_10_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2150_3000_2250_gabor_patch_orientation_093_010_032_138_target_position_1_4_retrieval_position_1" gabor_048_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_10_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_048_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 1992 2992 2492 fixation_cross gabor_046 gabor_100 gabor_167 gabor_084 gabor_046 gabor_100 gabor_167_alt gabor_084_alt "2_11_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2500_gabor_patch_orientation_046_100_167_084_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_134_framed blank blank blank blank fixation_cross_target_position_3_4 "2_11_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_134_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 63 292 292 399 125 2042 2992 2442 fixation_cross gabor_064 gabor_021 gabor_111 gabor_140 gabor_064 gabor_021_alt gabor_111_alt gabor_140 "2_12_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_300_300_399_2050_3000_2450_gabor_patch_orientation_064_021_111_140_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_091_framed blank blank blank blank fixation_cross_target_position_2_3 "2_12_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_091_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 2092 fixation_cross gabor_104 gabor_177 gabor_022 gabor_087 gabor_104_alt gabor_177 gabor_022_alt gabor_087 "2_13_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2100_gabor_patch_orientation_104_177_022_087_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_022_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_13_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_022_retrieval_position_3" 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 1992 fixation_cross gabor_010 gabor_119 gabor_174 gabor_056 gabor_010_alt gabor_119 gabor_174_alt gabor_056 "2_14_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2000_gabor_patch_orientation_010_119_174_056_target_position_1_3_retrieval_position_1" gabor_146_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_14_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_146_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 2242 fixation_cross gabor_088 gabor_019 gabor_109 gabor_131 gabor_088 gabor_019_alt gabor_109 gabor_131_alt "2_15_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2250_gabor_patch_orientation_088_019_109_131_target_position_2_4_retrieval_position_2" gabor_circ gabor_019_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_15_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_019_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 63 292 292 399 125 2092 2992 2542 fixation_cross gabor_080 gabor_096 gabor_163 gabor_035 gabor_080_alt gabor_096_alt gabor_163 gabor_035 "2_16_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_300_300_399_2100_3000_2550_gabor_patch_orientation_080_096_163_035_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_115_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_16_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_115_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 2542 fixation_cross gabor_168 gabor_062 gabor_085 gabor_022 gabor_168_alt gabor_062_alt gabor_085 gabor_022 "2_17_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2550_gabor_patch_orientation_168_062_085_022_target_position_1_2_retrieval_position_2" gabor_circ gabor_062_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_17_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_062_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 1892 fixation_cross gabor_085 gabor_171 gabor_121 gabor_064 gabor_085_alt gabor_171_alt gabor_121 gabor_064 "2_18_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_1900_gabor_patch_orientation_085_171_121_064_target_position_1_2_retrieval_position_1" gabor_038_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_18_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_038_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 1992 2992 2442 fixation_cross gabor_006 gabor_166 gabor_080 gabor_055 gabor_006_alt gabor_166 gabor_080 gabor_055_alt "2_19_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_300_300_399_2000_3000_2450_gabor_patch_orientation_006_166_080_055_target_position_1_4_retrieval_position_2" gabor_circ gabor_031_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_19_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_031_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 1892 2992 2042 fixation_cross gabor_163 gabor_047 gabor_023 gabor_088 gabor_163_alt gabor_047 gabor_023_alt gabor_088 "2_20_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2050_gabor_patch_orientation_163_047_023_088_target_position_1_3_retrieval_position_1" gabor_113_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_20_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_113_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 1942 fixation_cross gabor_003 gabor_140 gabor_171 gabor_110 gabor_003 gabor_140_alt gabor_171 gabor_110_alt "2_21_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_1950_gabor_patch_orientation_003_140_171_110_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_110_framed blank blank blank blank fixation_cross_target_position_2_4 "2_21_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_110_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 2492 fixation_cross gabor_140 gabor_002 gabor_109 gabor_170 gabor_140_alt gabor_002 gabor_109 gabor_170_alt "2_22_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2500_gabor_patch_orientation_140_002_109_170_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_031_framed blank blank blank blank fixation_cross_target_position_1_4 "2_22_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_031_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 2192 fixation_cross gabor_091 gabor_137 gabor_162 gabor_118 gabor_091 gabor_137_alt gabor_162 gabor_118_alt "2_23_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2200_gabor_patch_orientation_091_137_162_118_target_position_2_4_retrieval_position_2" gabor_circ gabor_001_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_23_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_001_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 2142 2992 2092 fixation_cross gabor_044 gabor_062 gabor_173 gabor_022 gabor_044_alt gabor_062_alt gabor_173 gabor_022 "2_24_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2150_3000_2100_gabor_patch_orientation_044_062_173_022_target_position_1_2_retrieval_position_1" gabor_093_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_24_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_093_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 2342 fixation_cross gabor_138 gabor_098 gabor_158 gabor_078 gabor_138 gabor_098_alt gabor_158 gabor_078_alt "2_25_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_2350_gabor_patch_orientation_138_098_158_078_target_position_2_4_retrieval_position_2" gabor_circ gabor_098_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_25_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_098_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 1892 2992 2192 fixation_cross gabor_087 gabor_072 gabor_177 gabor_159 gabor_087 gabor_072_alt gabor_177_alt gabor_159 "2_26_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2200_gabor_patch_orientation_087_072_177_159_target_position_2_3_retrieval_position_2" gabor_circ gabor_121_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_26_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_121_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 1942 fixation_cross gabor_109 gabor_050 gabor_091 gabor_024 gabor_109 gabor_050_alt gabor_091 gabor_024_alt "2_27_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_1950_gabor_patch_orientation_109_050_091_024_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_024_framed blank blank blank blank fixation_cross_target_position_2_4 "2_27_Retrieval_Working_Memory_MEG_P2_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 63 292 292 399 125 1742 2992 1992 fixation_cross gabor_137 gabor_029 gabor_097 gabor_160 gabor_137_alt gabor_029_alt gabor_097 gabor_160 "2_28_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_300_300_399_1750_3000_2000_gabor_patch_orientation_137_029_097_160_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_113_framed blank blank blank blank fixation_cross_target_position_1_2 "2_28_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_113_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 1892 2992 2042 fixation_cross gabor_070 gabor_112 gabor_140 gabor_050 gabor_070 gabor_112_alt gabor_140 gabor_050_alt "2_29_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2050_gabor_patch_orientation_070_112_140_050_target_position_2_4_retrieval_position_2" gabor_circ gabor_112_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_29_Retrieval_Working_Memory_MEG_P2_LR_Salient_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;
41 62 292 292 399 125 1942 2992 2392 fixation_cross gabor_116 gabor_174 gabor_148 gabor_041 gabor_116_alt gabor_174 gabor_148_alt gabor_041 "2_30_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2400_gabor_patch_orientation_116_174_148_041_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_148_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_30_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_148_retrieval_position_3" 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 2142 fixation_cross gabor_049 gabor_163 gabor_105 gabor_087 gabor_049_alt gabor_163 gabor_105 gabor_087_alt "2_31_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2150_gabor_patch_orientation_049_163_105_087_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_133_framed blank blank blank blank fixation_cross_target_position_1_4 "2_31_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_133_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 2192 2992 2392 fixation_cross gabor_060 gabor_170 gabor_094 gabor_124 gabor_060 gabor_170_alt gabor_094_alt gabor_124 "2_32_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_2400_gabor_patch_orientation_060_170_094_124_target_position_2_3_retrieval_position_2" gabor_circ gabor_034_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_32_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_034_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 2592 fixation_cross gabor_164 gabor_132 gabor_089 gabor_058 gabor_164 gabor_132_alt gabor_089_alt gabor_058 "2_33_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_300_300_399_2150_3000_2600_gabor_patch_orientation_164_132_089_058_target_position_2_3_retrieval_position_1" gabor_024_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_33_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_024_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 1992 fixation_cross gabor_011 gabor_179 gabor_036 gabor_061 gabor_011_alt gabor_179 gabor_036_alt gabor_061 "2_34_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2000_gabor_patch_orientation_011_179_036_061_target_position_1_3_retrieval_position_1" gabor_011_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_34_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_011_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 1992 2992 2192 fixation_cross gabor_106 gabor_126 gabor_179 gabor_019 gabor_106_alt gabor_126_alt gabor_179 gabor_019 "2_35_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_300_300_399_2000_3000_2200_gabor_patch_orientation_106_126_179_019_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_019_framed blank blank blank blank fixation_cross_target_position_1_2 "2_35_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_019_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 2142 2992 2542 fixation_cross gabor_058 gabor_179 gabor_022 gabor_041 gabor_058 gabor_179_alt gabor_022 gabor_041_alt "2_36_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2550_gabor_patch_orientation_058_179_022_041_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_041_framed blank blank blank blank fixation_cross_target_position_2_4 "2_36_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_041_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 1842 2992 1942 fixation_cross gabor_169 gabor_105 gabor_146 gabor_126 gabor_169_alt gabor_105 gabor_146 gabor_126_alt "2_37_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_1950_gabor_patch_orientation_169_105_146_126_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_126_framed blank blank blank blank fixation_cross_target_position_1_4 "2_37_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_126_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 2142 fixation_cross gabor_001 gabor_039 gabor_155 gabor_086 gabor_001 gabor_039_alt gabor_155_alt gabor_086 "2_38_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2150_gabor_patch_orientation_001_039_155_086_target_position_2_3_retrieval_position_2" gabor_circ gabor_039_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_38_Retrieval_Working_Memory_MEG_P2_LR_Salient_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;
41 63 292 292 399 125 1892 2992 2292 fixation_cross gabor_179 gabor_018 gabor_055 gabor_145 gabor_179 gabor_018 gabor_055_alt gabor_145_alt "2_39_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_300_300_399_1900_3000_2300_gabor_patch_orientation_179_018_055_145_target_position_3_4_retrieval_position_1" gabor_039_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_39_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_039_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 1742 2992 1892 fixation_cross gabor_094 gabor_061 gabor_077 gabor_151 gabor_094_alt gabor_061 gabor_077_alt gabor_151 "2_40_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_1900_gabor_patch_orientation_094_061_077_151_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_077_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_40_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_077_retrieval_position_3" 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 2092 fixation_cross gabor_097 gabor_038 gabor_017 gabor_070 gabor_097_alt gabor_038 gabor_017_alt gabor_070 "2_41_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2100_gabor_patch_orientation_097_038_017_070_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_153_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_41_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_153_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 2242 2992 2442 fixation_cross gabor_026 gabor_137 gabor_094 gabor_050 gabor_026_alt gabor_137 gabor_094_alt gabor_050 "2_42_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_2450_gabor_patch_orientation_026_137_094_050_target_position_1_3_retrieval_position_1" gabor_026_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_42_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_026_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 2242 2992 1892 fixation_cross gabor_156 gabor_024 gabor_113 gabor_050 gabor_156_alt gabor_024_alt gabor_113 gabor_050 "2_43_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_1900_gabor_patch_orientation_156_024_113_050_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 "2_43_Retrieval_Working_Memory_MEG_P2_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 62 292 292 399 125 1892 2992 2392 fixation_cross gabor_046 gabor_157 gabor_078 gabor_098 gabor_046_alt gabor_157 gabor_078_alt gabor_098 "2_44_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2400_gabor_patch_orientation_046_157_078_098_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_078_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_44_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_078_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 1942 2992 2592 fixation_cross gabor_061 gabor_178 gabor_006 gabor_032 gabor_061 gabor_178_alt gabor_006_alt gabor_032 "2_45_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2600_gabor_patch_orientation_061_178_006_032_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_006_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_45_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_006_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 1942 2992 2342 fixation_cross gabor_107 gabor_022 gabor_174 gabor_047 gabor_107_alt gabor_022 gabor_174 gabor_047_alt "2_46_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_300_300_399_1950_3000_2350_gabor_patch_orientation_107_022_174_047_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_128_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_46_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_128_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 2042 2992 2492 fixation_cross gabor_174 gabor_056 gabor_144 gabor_120 gabor_174 gabor_056_alt gabor_144 gabor_120_alt "2_47_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2500_gabor_patch_orientation_174_056_144_120_target_position_2_4_retrieval_position_2" gabor_circ gabor_056_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_47_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_056_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 2192 2992 2192 fixation_cross gabor_070 gabor_004 gabor_027 gabor_156 gabor_070 gabor_004_alt gabor_027 gabor_156_alt "2_48_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2200_gabor_patch_orientation_070_004_027_156_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_156_framed blank blank blank blank fixation_cross_target_position_2_4 "2_48_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_156_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 2142 fixation_cross gabor_132 gabor_098 gabor_015 gabor_058 gabor_132_alt gabor_098_alt gabor_015 gabor_058 "2_49_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2150_gabor_patch_orientation_132_098_015_058_target_position_1_2_retrieval_position_2" gabor_circ gabor_148_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_49_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_148_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 1942 2992 1892 fixation_cross gabor_029 gabor_044 gabor_101 gabor_161 gabor_029_alt gabor_044 gabor_101_alt gabor_161 "2_50_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_300_300_399_1950_3000_1900_gabor_patch_orientation_029_044_101_161_target_position_1_3_retrieval_position_2" gabor_circ gabor_044_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_50_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_044_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 1892 2992 2292 fixation_cross gabor_050 gabor_175 gabor_138 gabor_113 gabor_050_alt gabor_175 gabor_138 gabor_113_alt "2_51_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2300_gabor_patch_orientation_050_175_138_113_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_113_framed blank blank blank blank fixation_cross_target_position_1_4 "2_51_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_113_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 1892 fixation_cross gabor_121 gabor_016 gabor_176 gabor_065 gabor_121 gabor_016_alt gabor_176_alt gabor_065 "2_52_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_1900_gabor_patch_orientation_121_016_176_065_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_038_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_52_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_038_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 2392 fixation_cross gabor_090 gabor_139 gabor_179 gabor_028 gabor_090 gabor_139_alt gabor_179 gabor_028_alt "2_53_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2400_gabor_patch_orientation_090_139_179_028_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_073_framed blank blank blank blank fixation_cross_target_position_2_4 "2_53_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_073_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 1842 2992 2242 fixation_cross gabor_175 gabor_023 gabor_129 gabor_113 gabor_175 gabor_023_alt gabor_129 gabor_113_alt "2_54_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_300_300_399_1850_3000_2250_gabor_patch_orientation_175_023_129_113_target_position_2_4_retrieval_position_1" gabor_175_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_54_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_175_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 1792 2992 2292 fixation_cross gabor_094 gabor_072 gabor_047 gabor_012 gabor_094 gabor_072_alt gabor_047 gabor_012_alt "2_55_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2300_gabor_patch_orientation_094_072_047_012_target_position_2_4_retrieval_position_2" gabor_circ gabor_072_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_55_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_072_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 2192 2992 2142 fixation_cross gabor_170 gabor_093 gabor_030 gabor_135 gabor_170_alt gabor_093_alt gabor_030 gabor_135 "2_56_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2150_gabor_patch_orientation_170_093_030_135_target_position_1_2_retrieval_position_2" gabor_circ gabor_093_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_56_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_093_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 1792 2992 2242 fixation_cross gabor_134 gabor_045 gabor_099 gabor_024 gabor_134_alt gabor_045 gabor_099 gabor_024_alt "2_57_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2250_gabor_patch_orientation_134_045_099_024_target_position_1_4_retrieval_position_1" gabor_134_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_57_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_134_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 2342 fixation_cross gabor_080 gabor_009 gabor_054 gabor_124 gabor_080 gabor_009_alt gabor_054 gabor_124_alt "2_58_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2350_gabor_patch_orientation_080_009_054_124_target_position_2_4_retrieval_position_2" gabor_circ gabor_144_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_58_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_144_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 2042 2992 2092 fixation_cross gabor_168 gabor_146 gabor_038 gabor_001 gabor_168 gabor_146_alt gabor_038_alt gabor_001 "2_59_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2100_gabor_patch_orientation_168_146_038_001_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_083_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_59_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_083_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 2092 fixation_cross gabor_053 gabor_143 gabor_162 gabor_034 gabor_053_alt gabor_143_alt gabor_162 gabor_034 "2_60_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2100_gabor_patch_orientation_053_143_162_034_target_position_1_2_retrieval_position_2" gabor_circ gabor_004_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_60_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_004_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 2042 2992 2592 fixation_cross gabor_006 gabor_082 gabor_038 gabor_160 gabor_006_alt gabor_082_alt gabor_038 gabor_160 "2_61_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2600_gabor_patch_orientation_006_082_038_160_target_position_1_2_retrieval_position_1" gabor_006_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_61_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_006_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 1942 fixation_cross gabor_059 gabor_146 gabor_101 gabor_130 gabor_059 gabor_146 gabor_101_alt gabor_130_alt "2_62_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_300_300_399_2250_3000_1950_gabor_patch_orientation_059_146_101_130_target_position_3_4_retrieval_position_1" gabor_059_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_62_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_059_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 1742 2992 1992 fixation_cross gabor_009 gabor_061 gabor_115 gabor_174 gabor_009_alt gabor_061_alt gabor_115 gabor_174 "2_63_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2000_gabor_patch_orientation_009_061_115_174_target_position_1_2_retrieval_position_1" gabor_144_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_63_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_144_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 1992 2992 2042 fixation_cross gabor_048 gabor_090 gabor_115 gabor_157 gabor_048_alt gabor_090_alt gabor_115 gabor_157 "2_64_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2050_gabor_patch_orientation_048_090_115_157_target_position_1_2_retrieval_position_1" gabor_003_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_64_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_003_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 1842 2992 2142 fixation_cross gabor_028 gabor_076 gabor_013 gabor_099 gabor_028_alt gabor_076_alt gabor_013 gabor_099 "2_65_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2150_gabor_patch_orientation_028_076_013_099_target_position_1_2_retrieval_position_1" gabor_166_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_65_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_166_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 1742 2992 1992 fixation_cross gabor_128 gabor_094 gabor_146 gabor_023 gabor_128 gabor_094_alt gabor_146 gabor_023_alt "2_66_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2000_gabor_patch_orientation_128_094_146_023_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_071_framed blank blank blank blank fixation_cross_target_position_2_4 "2_66_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_071_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 2092 2992 1942 fixation_cross gabor_168 gabor_110 gabor_127 gabor_041 gabor_168_alt gabor_110_alt gabor_127 gabor_041 "2_67_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_1950_gabor_patch_orientation_168_110_127_041_target_position_1_2_retrieval_position_2" gabor_circ gabor_060_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_67_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_060_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 2092 2992 2292 fixation_cross gabor_072 gabor_110 gabor_157 gabor_178 gabor_072 gabor_110_alt gabor_157_alt gabor_178 "2_68_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_300_300_399_2100_3000_2300_gabor_patch_orientation_072_110_157_178_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_178_framed blank blank blank blank fixation_cross_target_position_2_3 "2_68_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_178_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 1792 2992 2192 fixation_cross gabor_172 gabor_109 gabor_144 gabor_067 gabor_172_alt gabor_109 gabor_144_alt gabor_067 "2_69_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2200_gabor_patch_orientation_172_109_144_067_target_position_1_3_retrieval_position_1" gabor_172_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_69_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_172_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 2092 2992 2492 fixation_cross gabor_114 gabor_150 gabor_077 gabor_165 gabor_114 gabor_150_alt gabor_077 gabor_165_alt "2_70_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_300_300_399_2100_3000_2500_gabor_patch_orientation_114_150_077_165_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_077_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_70_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_077_retrieval_position_3" 1 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;
}; |
897e14fd4eb4184a3cf33bd36b338fc1e24f2030 | 8d3c087a2901691e2dfc69e29dc8a1f9ba67ed57 | /EEGetMouvementSimple.sce | fac1b1af839874b9bc06876b82b2f8f03e6917db | [] | no_license | EmSavalle/Expe2Simple | a1807cc29ba6120de057ee4cf60146821641f442 | 78fb663aae07eca32c014bafeb8822100e30b8ae | refs/heads/main | 2023-04-03T22:27:02.041471 | 2021-04-20T09:21:20 | 2021-04-20T09:21:20 | 359,751,249 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 38,933 | sce | EEGetMouvementSimple.sce | scenario = "EEGetMouvementSimple";
response_matching = simple_matching;
default_background_color = 255,255,255;
active_buttons =14;
button_codes = 1,2,3,4,5,6,7,8,9,10,11,12,13,14;
#pulse_out = false;
pulse_value = 5;
pulse_width = 20; # if using parallel port
#-----------------Définition des variables--------------------------------------
begin;
#-----------------Chargement des sons--------------------------------
sound { wavefile { filename = "800ms/audioMosquito24_0.wav";};} sCalib;
sound { wavefile { filename = "800ms/audioMosquito0_m50.wav";};} stimPos;
sound { wavefile { filename = "800ms/audioMosquito0_1.wav";};} stimNeg;
sound { wavefile { filename = "800ms/audioMosquito0_m50.wav";};} stimPosGauche;
sound { wavefile { filename = "800ms/audioMosquito0_1.wav";};} stimNegGauche;
sound { wavefile { filename = "800ms/audioMosquito0_50.wav";};} stimPosDroite;
sound { wavefile { filename = "800ms/audioMosquito0_m1.wav";};} stimNegDroite;
array{
sound { wavefile { filename = "800ms/audioMosquito0_m5.wav";};} sound0_m5;
sound { wavefile { filename = "800ms/audioMosquito3_m4.wav";};} sound3_m4;
sound { wavefile { filename = "800ms/audioMosquito4_m2.wav";};} sound4_m2;
sound { wavefile { filename = "800ms/audioMosquito5_0.wav";};} sound5_0;
sound { wavefile { filename = "800ms/audioMosquito4_2.wav";};} sound4_2;
sound { wavefile { filename = "800ms/audioMosquito3_4.wav";};} sound3_4;
sound { wavefile { filename = "800ms/audioMosquito0_5.wav";};} sound0_5;
sound { wavefile { filename = "800ms/audioMosquito0_m8.wav";};} sound0_m8;
sound { wavefile { filename = "800ms/audioMosquito4_m7.wav";};} sound4_m7;
sound { wavefile { filename = "800ms/audioMosquito7_m4.wav";};} sound7_m4;
sound { wavefile { filename = "800ms/audioMosquito8_0.wav";};} sound8_0;
sound { wavefile { filename = "800ms/audioMosquito7_4.wav";};} sound7_4;
sound { wavefile { filename = "800ms/audioMosquito4_7.wav";};} sound4_7;
sound { wavefile { filename = "800ms/audioMosquito0_8.wav";};} sound0_8;
sound { wavefile { filename = "800ms/audioMosquito0_m14.wav";};} sound0_m14;
sound { wavefile { filename = "800ms/audioMosquito7_m12.wav";};} sound7_m12;
sound { wavefile { filename = "800ms/audioMosquito12_m7.wav";};} sound12_m7;
sound { wavefile { filename = "800ms/audioMosquito14_0.wav";};} sound14_0;
sound { wavefile { filename = "800ms/audioMosquito12_7.wav";};} sound12_7;
sound { wavefile { filename = "800ms/audioMosquito7_12.wav";};} sound7_12;
sound { wavefile { filename = "800ms/audioMosquito0_14.wav";};} sound0_14;
sound { wavefile { filename = "800ms/audioMosquito0_m24.wav";};} sound0_m24;
sound { wavefile { filename = "800ms/audioMosquito12_m21.wav";};} sound12_m21;
sound { wavefile { filename = "800ms/audioMosquito21_m12.wav";};} sound21_m12;
sound { wavefile { filename = "800ms/audioMosquito24_0.wav";};} sound24_0;
sound { wavefile { filename = "800ms/audioMosquito21_12.wav";};} sound21_12;
sound { wavefile { filename = "800ms/audioMosquito12_21.wav";};} sound12_21;
sound { wavefile { filename = "800ms/audioMosquito0_24.wav";};} sound0_24;
sound { wavefile { filename = "800ms/audioMosquito0_m41.wav";};} sound0_m41;
sound { wavefile { filename = "800ms/audioMosquito21_m36.wav";};} sound21_m36;
sound { wavefile { filename = "800ms/audioMosquito36_m20.wav";};} sound36_m20;
sound { wavefile { filename = "800ms/audioMosquito41_0.wav";};} sound41_0;
sound { wavefile { filename = "800ms/audioMosquito36_20.wav";};} sound36_20;
sound { wavefile { filename = "800ms/audioMosquito21_36.wav";};} sound21_36;
sound { wavefile { filename = "800ms/audioMosquito0_41.wav";};} sound0_41;
}sounds;
picture {box { height = 100; width = 100; color = 255,0,0; };x=0;y=0;}red;
picture {box { height = 100; width = 100; color = 0,255,0; };x=0;y=0;}green;
box { height = 1080; width = 1920; color = 255,0,0; }redbox;
box { height = 1080; width = 1920; color = 0,255,0; }greenbox;
box { height = 1080; width = 1920; color = 0,0,0; }blackbox;
#Trial de reponse pendant la trajectoire
picture{
display_index = 1;
bitmap {
filename = "QuestionGauche.png";
}bp;
x = 0 ; y = 0;
}picQuestion;
#Trial de pause
picture{
text{
caption ="C'est le moment de faire une pause!\n Prenez le temps qu'il vous faut pour souffler,\n et lorsque vous êtes prêt à repartir, appuyez sur [Entrée]";
font_size = 40;
font_color = 0,0,0;
text_align = align_center;
};
x = 0 ; y = 0;
}picPause;
#Trial de question sur l'anxiété en fin de trajectoire
text {
caption = "A quel point cette trajectoire a été désagréable?\n 1 : Pas désagréable du tout - 9 : Très désagréable";
font_size = 40;
font_color = 0,0,0;
text_align = align_center;
}ecranDesagreable;
#---------------Trials-------------
#Trials d'initialisation
trial{ #Choix de la latéralité de la cible négative
stimulus_event{
picture{
text{
caption = "Choisissez le timing de réponse :\n 1 : Attente de réponse \n 2 : 700ms max pour répondre";
font_color = 0,0,0;
font_size = 40;
};
x = 0 ; y = 0 ;
};
response_active = true;
duration = response;
deltat = 10;
};
}trialTiming;
trial{ #Choix de la latéralité de la cible négative
stimulus_event{
picture{
text{
caption = "Choisissez la position cible :\n 1 : Gauche \n 2 : Droite";
font_color = 0,0,0;
font_size = 40;
};
x = 0 ; y = 0 ;
};
response_active = true;
duration = response;
deltat = 10;
};
}trialInit;
trial{ #Information sur la main dominante du sujet
stimulus_event{
picture{
text{
caption = "Quel est la main dominante du sujet :\n 1 : Gauche \n 2 : Droite";
font_color = 0,0,0;
font_size = 40;
};
x = 0 ; y = 0 ;
};
response_active = true;
duration = response;
deltat = 10;
};
}trialMain;
#Trial d'explication de l'expérience
trial{
picture{ bitmap { filename = "Preparation/Preparation1.png";};x = 0 ; y = 0;};
time = 0;
duration = response;
picture{bitmap { filename = "Preparation/InfoTraj.png";};x = 0 ; y = 0;};
deltat = 0;
duration = response;
picture{bitmap { filename = "Preparation/InfoTraj2.png";};x = 0 ; y = 0;};
deltat = 0;
duration = response;
picture{bitmap { filename = "Preparation/InfoTraj3.png";};x = 0 ; y = 0;};
deltat = 0;
duration = response;
picture{bitmap { filename = "Preparation/InstructionQuestion.png";};x = 0 ; y = 0;};
deltat = 0;
duration = response;
}trialPreparation;
#Trial calibration
trial {
stimulus_event{
picture{
bitmap { filename = "Preparation/EssaiTest.png";};
x = 0; y = 0;
};
duration = 1500;
time = 0;
};
}trialCalibration;
trial {
picture{bitmap { filename = "Preparation/EssaiTest.png";};x = 0 ; y = 0;};
deltat = 0;
duration = response;
}essaiTest;
trial {
picture{bitmap { filename = "Preparation/FinPreparation.png";};x = 0 ; y = 0;};
deltat = 0;
duration = response;
}trialDebutExpe;
#Trials de calibration de niveaux de son
trial{
stimulus_event{
picture{
text{
caption = "Nous allons calibrer l'experience en fonction de vos capacitées auditives\nConcentrez vous sur ce que vous entendez et suivez les instructions\nAppuyez sur [Entrée] pour commencer la calibration";
font_color = 0,0,0;
font_size = 40;
}te;
x = 0 ; y = 0 ;
};
response_active = true;
duration = response;
deltat = 10;
};
}trialDebCalib;
trial{
stimulus_event{
picture{
text{
caption = "Appuyez sur [Entrée] pour passer à la suite";
font_color = 0,0,0;
font_size = 40;
}tPrep;
x = 0 ; y = 0 ;
};
response_active = true;
duration = response;
deltat = 10;
};
}trialPrep;
trial{
sound sCalib;
time = 0;
duration = 1000;
picture{
text{
caption = "Appuyez sur [Entrée] dès que vous entendez un son";
font_color = 0,0,0;
font_size = 40;
}t;
x = 0; y = 0;
};
deltat=0;
}
trialCalib;
#Trial de debut de trajectoire
trial{
stimulus_event{
picture{
text{
caption = "Début de la trajectoire";
font_color = 0,0,0;
font_size = 40;
};
x = 0 ; y = 0 ;
};
duration = 1000;
};
}trialDebutTrajectoire;
# Trial presentant un son de moustique
trial{
stimulus_event{
sound sound36_20;
time = 0;
#duration = 800;
}s1;
}trialSon;
#Trial de pause entre sons
trial{
stimulus_event{
picture picPause;
};
}trialPause;
#Trial posant la question lié au risque de piqûre
trial{
#Question sur le déplacement
stimulus_event{
picture picQuestion;
response_active = true;
target_button = 2;
duration = 700;
}eventQuestion;
}trialQuestionTimed;
trial{
#Question sur le déplacement
stimulus_event{
picture picQuestion;
response_active = true;
target_button = 2;
duration = response;
};
}trialQuestion;
trial{
#Question sur le déplacement
stimulus_event{
picture {
bitmap{filename="blank.png";};
x = 0 ; y = 0;
};
response_active = true;
target_button = 2;
duration = 500;
};
}trialPremiereQuestion;
#Trial portant le stimulus final (a modifier avec le stimulateur)
trial{
picture {
box blackbox;
x = 0 ; y = 0 ;
} pic2;
stimulus_event{
picture{
text{
caption = "Fin de trajectoires";
font_color = 0,0,0;
font_size = 40;
}tF;
x = 0 ; y = 0 ;
};
time=0;
duration = 1000;
}seFinal;
}trialStimulusFinal;
#Trial pour la stimulation électrique
trial{
picture {
box blackbox;
x = 0 ; y = 0 ;
} picPiqure;
stimulus_event{
nothing{};
port_code = 1;
port = 1;
time = 0;
code = "stim 1";
}sePiqure;
}trialPiqure;
#Trial pour la question sur l'anxiété post trajectoire
trial{
stimulus_event{
picture {
text ecranDesagreable;
x = 0 ; y = 0 ;
}pictureDesagreable;
time = 0;
response_active = true;
duration = response;
}seDesagreable;
}trialDesagreable;
#Trial de fin de trajectoire
trial{
stimulus_event{
picture{
text{
caption = "Fin de trajectoires";
font_color = 0,0,0;
font_size = 40;
};
x = 0 ; y = 0 ;
};
duration = 1000;
};
}trialFinTrajectoire;
begin_pcl;
#Fonctions de marquage
sub int triggerTrajectoire (int traj_num)
begin
return traj_num*2+2;
end;
sub int triggerSon (int son_num)
begin
return 2;
end;
sub int triggerTrajectoireV2(bool valence, bool valenceReel, bool longueur, int chance)
begin
int vval = 0,vvalR = 0,vLong = 0, vChance = 0;
if(valence == true) then
vval=1;
end;
if(valenceReel == true) then
vvalR=1;
end;
if(longueur == true) then
vLong=1;
end;
if(chance == 90) then
vChance=1;
end;
int trig = 128 + vval*64 + vvalR * 32 + vLong * 16 + vChance*8;
return trig;
end;
sub int triggerSonV2(int position)
begin
return position *2;
end;
sub presentationTrajectoire(bool essai,int trajNum, bool outputAvailable,output_file ofile1,output_port output, int positionCible,array <int> trajectoires[100][12],array <bool> indic[100][2],array <string> conversionMvmIntStr[9],array <int> mouvements[100][11],array <int> convMouvementValence[9],array <int> convMouvementValenceInv[9],array <int> positions[35][2],int modeReponse)
begin
int i = trajNum;
#Presentation trial début de trajectoire
if(essai == false)then
ofile1.print("Trajectoire "+string(i)+"\n");
end;
int valence = -1;
int longueur = 0;
bool v = indic[i][1];
if(v == true) then
valence = 1;
else
valence = 0;
end;
loop int k = 1 until k > trajectoires[i].count()
begin
k=k+1;
longueur = k;
if(k <= trajectoires[i].count())then
if(trajectoires[i][k] == -1) then
break;
end;
end;
end;
if(valence == 0)then
if(essai == false)then
ofile1.print("ValenceTraj Negatif\n");
end;
pic2.set_part(1,redbox);
picPiqure.set_part(1,redbox);
else
if(essai == false)then
ofile1.print("ValenceTraj Positif\n");
end;
pic2.set_part(1,greenbox);
picPiqure.set_part(1,greenbox);
end;
#Marquage des données EEG pour indiquer quel est la trajectoire actuelle
bool vval = false;
if(valence == 1) then
vval=true;
end;
#TODO redifinir trigger de trajectoire
if(outputAvailable == true) then
if(essai == false)then
output.send_code(triggerTrajectoire(i));
end;
end;
if(essai == false)then
ofile1.print("TriggerTraj "+string(triggerTrajectoire(i))+"\n");
end;
int positionx = 0;
int positiony = 0;
int lastRep = -1;
#Boucle intra-trajectoire
loop int j = 1 until j == trajectoires[i].count()
begin
if(essai == false)then
ofile1.print("Son\nNumero "+string(j)+"\n");
end;
if(j != 1 && essai == false)then
ofile1.print("Mouvement "+conversionMvmIntStr[mouvements[i][j-1]]+"\n");
#Ajout valence du mouvement
if(positionCible == 1)then
ofile1.print("Valence "+string(convMouvementValence[mouvements[i][j-1]])+"\n");
else
ofile1.print("Valence "+string(convMouvementValenceInv[mouvements[i][j-1]])+"\n");
end;
end;
if(trajectoires[i][j] != -1)then
positionx = positions[trajectoires[i][j]][1];
positiony = positions[trajectoires[i][j]][2];
if(essai == false)then
ofile1.print("Position "+string(positionx)+"_"+string(positiony)+"\n");
end;
end;
#Choix du stimulus audio
sound sd1 = sounds[trajectoires[i][j]];
s1.set_stimulus(sd1);
#Marker pour capture EEG
if(outputAvailable == true && essai==false) then
output.send_code(triggerSon(j));
end;
if(essai == false)then
ofile1.print("TriggerSon "+string(triggerSon(j))+"\n");
end;
#Presentation stimulus audio
trialSon.present();
if(j != 1)then
if(modeReponse == 1)then
trialQuestion.present();
else
trialQuestionTimed.present();
end;
else
trialPremiereQuestion.present();
end;
#Recolte de la réponse donnée
int reponse = response_manager.last_response();
stimulus_data last = stimulus_manager.last_stimulus_data();
if(reponse == 10) then
if(positionCible == 1)then
reponse = 1;
else
reponse = -1;
end;
elseif(reponse == 11) then
if(positionCible == 1)then
reponse = -1;
else
reponse = 1;
end;
elseif(reponse == 12 ||reponse == 13) then
reponse = 0;
end;
if(j != 1 && reponse < 2 && essai == false)then
ofile1.print("Reponse "+string(reponse)+"\n");
ofile1.print("ReactionTime"+string(last.reaction_time())+"\n");
end;
j=j+1;
if(j <= trajectoires[i].count())then
if(trajectoires[i][j] == -1) then
break;
end;
end;
end;
if(essai == false)then
ofile1.print("FinSon \n");
end;
#Presentation du stimulus final
if(valence == 0) then
seFinal.set_stimulus(stimNeg);
else
seFinal.set_stimulus(stimPos);
end;
if(valence == 0)then
#Activation du stimulus electrique
if(outputAvailable == true) then
output.send_code(1);
end;
end;
trialStimulusFinal.present();
#Presentation de la question sur le ressenti
trialDesagreable.present();
int desagreable=response_manager.last_response();
if(essai == false)then
ofile1.print("Desagreable "+string(desagreable)+"\n");
end;
if(essai == false)then
ofile1.print("Fin\n");
end;
end;
#Chargement du fichier log
output_file ofile1 = new output_file;
string nameFile = logfile.subject()+"ReponseStimuli";
string nameFileTest = nameFile;
int cptname = 1;
loop until !file_exists(logfile_directory +nameFileTest+".txt") begin
nameFileTest = nameFile+string(cptname);
cptname=cptname+1;
end;
ofile1.open(nameFileTest+".txt" , true );
set_system_volume(1,1);
int count = response_manager.total_response_count( 14 );
bool calibSonore = true;
bool presentation = false;
bool essaiT = true;
int nbEssai = 4;
bool outputAvailable = false;
bool mosquitoCartoon = true; #Ajoute l'image du moustique gentil/méchant dans les infos de traj
#Gestion de la souris
mouse mse = response_manager.get_mouse( 1 );
int max_x = display_device.width() / 2;
int min_x = -max_x;
int max_y = display_device.height() / 2;
int min_y = -max_y;
mse.set_min_max( 1, min_x, max_x );
mse.set_min_max( 2, min_y, max_y );
mse.set_restricted( 1, true );
mse.set_restricted( 2, true );
#Ouverture du port parallel
#if(outputAvailable == true) then
#output_port output = output_port_manager.get_port(1);
output_port output;
#end;
#Tableaux contenant les informations de trajectoires
array <int> positions[35][2] = {{0,-5},{3,-4},{4,-2},{5,0},{4,2},{3,4},{0,5},{0,-8},{4,-7},{7,-4},{8,0},{7,4},{4,7},{0,8},{0,-14},{7,-12},{12,-7},{14,0},{12,7},{7,12},{0,14},{0,-24},{12,-21},{21,-12},{24,0},{21,12},{12,21},{0,24},{0,-41},{21,-36},{36,-20},{41,0},{36,20},{21,36},{0,41}};
array <int> trajectoiresN[100][12] ={{25,18,19,25,33,25,24,30,-1,-1,-1,-1},{25,17,16,10,17,16,23,29,-1,-1,-1,-1},{25,33,25,24,16,24,25,19,13,7,-1,-1},{25,26,25,19,25,24,17,11,12,6,-1,-1},{25,31,25,26,33,34,27,21,14,20,13,7},{25,33,26,25,32,24,18,12,6,-1,-1,-1},{25,24,31,24,30,23,31,30,-1,-1,-1,-1},{25,17,10,18,25,18,19,13,7,-1,-1,-1},{25,24,30,22,16,17,23,30,-1,-1,-1,-1},{25,33,26,18,26,20,12,19,13,6,-1,-1},{25,26,33,26,25,32,31,32,25,17,23,29},{25,17,23,30,29,22,29,30,23,31,23,29},{25,33,32,25,33,32,24,17,18,12,13,7},{25,32,26,32,33,25,31,24,30,-1,-1,-1},{25,24,18,24,32,33,27,26,18,12,6,-1},{25,19,25,24,32,31,23,29,-1,-1,-1,-1},{25,19,18,25,18,25,24,30,-1,-1,-1,-1},{25,33,34,28,20,26,33,25,24,30,-1,-1},{25,31,32,26,34,27,21,13,6,-1,-1,-1},{25,18,10,3,9,10,16,23,29,-1,-1,-1},{25,33,25,24,30,22,29,22,16,23,29,-1},{25,24,25,24,17,11,18,12,6,-1,-1,-1},{25,17,10,17,23,17,25,17,16,23,29,-1},{25,32,26,33,34,33,26,25,18,12,6,-1},{25,24,16,22,15,23,30,31,25,19,13,7},{25,17,23,17,16,8,16,22,29,-1,-1,-1},{25,26,32,24,32,24,23,17,24,17,23,30},{25,32,26,32,24,31,24,31,30,-1,-1,-1},{25,19,27,28,27,21,20,26,18,24,30,-1},{25,33,34,26,20,19,25,24,30,-1,-1,-1},{25,19,26,25,33,25,32,25,19,13,7,-1},{25,31,24,31,25,19,13,7,-1,-1,-1,-1},{25,18,19,18,10,18,19,13,7,-1,-1,-1},{25,19,27,34,35,28,34,26,32,31,23,29},{25,32,31,25,18,12,13,7,-1,-1,-1,-1},{25,24,31,32,24,18,24,31,25,19,13,7},{25,26,25,32,25,17,11,19,11,5,6,-1},{25,24,16,9,17,9,16,17,23,30,-1,-1},{25,33,32,24,31,32,26,32,24,30,-1,-1},{25,26,33,27,28,27,35,27,21,13,7,-1},{25,19,18,24,25,31,32,24,17,23,22,29},{25,24,32,33,26,25,18,12,13,7,-1,-1},{25,33,25,32,31,25,18,12,6,-1,-1,-1},{25,19,20,14,13,5,11,10,18,12,6,-1},{25,18,24,18,25,17,23,17,24,18,12,6},{25,17,16,9,15,16,22,30,-1,-1,-1,-1},{25,24,32,25,17,18,24,30,-1,-1,-1,-1},{25,24,25,19,26,32,31,32,24,25,31,30},{25,31,23,24,31,23,17,9,17,23,30,-1},{25,31,25,18,17,24,16,10,11,5,6,-1},{25,18,26,18,24,18,12,6,-1,-1,-1,-1},{25,19,27,19,26,25,31,23,29,-1,-1,-1},{25,31,24,25,18,25,24,30,29,-1,-1,-1},{25,24,25,24,32,31,24,30,24,23,29,-1},{25,24,17,9,10,16,24,31,24,18,12,6},{25,24,32,24,31,25,26,20,13,7,-1,-1},{25,26,33,26,25,18,25,24,30,29,-1,-1},{25,31,23,31,24,18,12,6,-1,-1,-1,-1},{25,19,18,24,32,25,19,13,7,-1,-1,-1},{25,32,25,32,26,25,26,25,31,24,23,29},{25,17,24,23,16,10,3,4,12,13,7,-1},{25,24,17,24,17,18,11,12,6,-1,-1,-1},{25,31,25,26,32,25,24,30,29,-1,-1,-1},{25,18,12,4,11,17,24,30,-1,-1,-1,-1},{25,26,19,13,21,20,14,6,-1,-1,-1,-1},{25,31,23,30,23,17,25,19,13,7,-1,-1},{25,17,25,24,16,17,10,4,12,6,7,-1},{25,24,32,25,32,25,26,33,25,18,12,6},{25,32,31,24,30,22,15,16,22,15,22,29},{25,19,26,20,19,26,20,27,20,14,6,-1},{25,24,25,24,32,25,19,13,7,-1,-1,-1},{25,32,24,17,18,17,10,17,11,12,6,-1},{25,17,10,11,18,11,5,6,-1,-1,-1,-1},{25,33,26,18,24,32,25,31,24,30,-1,-1},{25,32,31,32,26,19,13,7,-1,-1,-1,-1},{25,33,26,20,21,27,19,25,24,30,-1,-1},{25,33,32,26,19,18,12,5,6,-1,-1,-1},{25,32,24,18,17,10,11,18,12,6,-1,-1},{25,26,34,35,27,34,26,32,24,30,-1,-1},{25,31,25,32,25,32,33,26,18,24,23,29},{25,33,34,27,19,20,14,7,-1,-1,-1,-1},{25,31,25,33,27,26,32,31,30,-1,-1,-1},{25,32,24,17,9,8,1,9,15,22,29,-1},{25,19,18,24,32,25,19,12,20,14,7,-1},{25,24,16,23,17,10,16,23,29,30,-1,-1},{25,26,25,32,25,32,24,30,-1,-1,-1,-1},{25,19,18,19,11,5,6,14,7,-1,-1,-1},{25,24,17,11,12,18,17,23,17,18,12,6},{25,18,17,11,19,11,12,4,5,13,6,-1},{25,24,17,11,3,9,8,16,23,31,30,29},{25,24,17,25,18,19,13,7,-1,-1,-1,-1},{25,24,17,24,18,24,18,26,33,32,24,30},{25,19,11,10,3,11,17,18,24,30,-1,-1},{25,24,17,16,9,3,10,16,24,30,-1,-1},{25,31,24,18,19,25,26,20,12,6,-1,-1},{25,17,24,25,24,25,24,18,12,6,-1,-1},{25,17,18,11,17,25,24,18,17,23,30,-1},{25,17,24,18,26,19,13,6,-1,-1,-1,-1},{25,31,24,23,30,23,31,25,19,13,7,-1},{25,19,26,20,19,25,24,30,-1,-1,-1,-1}};
array <int> trajectoiresInv[100][12] ={{25,18,17,25,31,25,26,34,-1,-1,-1,-1},{25,19,20,12,19,20,27,35,-1,-1,-1,-1},{25,31,25,26,20,26,25,17,9,1,-1,-1},{25,24,25,17,25,26,19,11,10,2,-1,-1},{25,33,25,24,31,30,23,15,8,16,9,1},{25,31,24,25,32,26,18,10,2,-1,-1,-1},{25,26,33,26,34,27,33,34,-1,-1,-1,-1},{25,19,12,18,25,18,17,9,1,-1,-1,-1},{25,26,34,28,20,19,27,34,-1,-1,-1,-1},{25,31,24,18,24,16,10,17,9,2,-1,-1},{25,24,31,24,25,32,33,32,25,19,27,35},{25,19,27,34,35,28,35,34,27,33,27,35},{25,31,32,25,31,32,26,19,18,10,9,1},{25,32,24,32,31,25,33,26,34,-1,-1,-1},{25,26,18,26,32,31,23,24,18,10,2,-1},{25,17,25,26,32,33,27,35,-1,-1,-1,-1},{25,17,18,25,18,25,26,34,-1,-1,-1,-1},{25,31,30,22,16,24,31,25,26,34,-1,-1},{25,33,32,24,30,23,15,9,2,-1,-1,-1},{25,18,12,5,13,12,20,27,35,-1,-1,-1},{25,31,25,26,34,28,35,28,20,27,35,-1},{25,26,25,26,19,11,18,10,2,-1,-1,-1},{25,19,12,19,27,19,25,19,20,27,35,-1},{25,32,24,31,30,31,24,25,18,10,2,-1},{25,26,20,28,21,27,34,33,25,17,9,1},{25,19,27,19,20,14,20,28,35,-1,-1,-1},{25,24,32,26,32,26,27,19,26,19,27,34},{25,32,24,32,26,33,26,33,34,-1,-1,-1},{25,17,23,22,23,15,16,24,18,26,34,-1},{25,31,30,24,16,17,25,26,34,-1,-1,-1},{25,17,24,25,31,25,32,25,17,9,1,-1},{25,33,26,33,25,17,9,1,-1,-1,-1,-1},{25,18,17,18,12,18,17,9,1,-1,-1,-1},{25,17,23,30,29,22,30,24,32,33,27,35},{25,32,33,25,18,10,9,1,-1,-1,-1,-1},{25,26,33,32,26,18,26,33,25,17,9,1},{25,24,25,32,25,19,11,17,11,3,2,-1},{25,26,20,13,19,13,20,19,27,34,-1,-1},{25,31,32,26,33,32,24,32,26,34,-1,-1},{25,24,31,23,22,23,29,23,15,9,1,-1},{25,17,18,26,25,33,32,26,19,27,28,35},{25,26,32,31,24,25,18,10,9,1,-1,-1},{25,31,25,32,33,25,18,10,2,-1,-1,-1},{25,17,16,8,9,3,11,12,18,10,2,-1},{25,18,26,18,25,19,27,19,26,18,10,2},{25,19,20,13,21,20,28,34,-1,-1,-1,-1},{25,26,32,25,19,18,26,34,-1,-1,-1,-1},{25,26,25,17,24,32,33,32,26,25,33,34},{25,33,27,26,33,27,19,13,19,27,34,-1},{25,33,25,18,19,26,20,12,11,3,2,-1},{25,18,24,18,26,18,10,2,-1,-1,-1,-1},{25,17,23,17,24,25,33,27,35,-1,-1,-1},{25,33,26,25,18,25,26,34,35,-1,-1,-1},{25,26,25,26,32,33,26,34,26,27,35,-1},{25,26,19,13,12,20,26,33,26,18,10,2},{25,26,32,26,33,25,24,16,9,1,-1,-1},{25,24,31,24,25,18,25,26,34,35,-1,-1},{25,33,27,33,26,18,10,2,-1,-1,-1,-1},{25,17,18,26,32,25,17,9,1,-1,-1,-1},{25,32,25,32,24,25,24,25,33,26,27,35},{25,19,26,27,20,12,5,4,10,9,1,-1},{25,26,19,26,19,18,11,10,2,-1,-1,-1},{25,33,25,24,32,25,26,34,35,-1,-1,-1},{25,18,10,4,11,19,26,34,-1,-1,-1,-1},{25,24,17,9,15,16,8,2,-1,-1,-1,-1},{25,33,27,34,27,19,25,17,9,1,-1,-1},{25,19,25,26,20,19,12,4,10,2,1,-1},{25,26,32,25,32,25,24,31,25,18,10,2},{25,32,33,26,34,28,21,20,28,21,28,35},{25,17,24,16,17,24,16,23,16,8,2,-1},{25,26,25,26,32,25,17,9,1,-1,-1,-1},{25,32,26,19,18,19,12,19,11,10,2,-1},{25,19,12,11,18,11,3,2,-1,-1,-1,-1},{25,31,24,18,26,32,25,33,26,34,-1,-1},{25,32,33,32,24,17,9,1,-1,-1,-1,-1},{25,31,24,16,15,23,17,25,26,34,-1,-1},{25,31,32,24,17,18,10,3,2,-1,-1,-1},{25,32,26,18,19,12,11,18,10,2,-1,-1},{25,24,30,29,23,30,24,32,26,34,-1,-1},{25,33,25,32,25,32,31,24,18,26,27,35},{25,31,30,23,17,16,8,1,-1,-1,-1,-1},{25,33,25,31,23,24,32,33,34,-1,-1,-1},{25,32,26,19,13,14,7,13,21,28,35,-1},{25,17,18,26,32,25,17,10,16,8,1,-1},{25,26,20,27,19,12,20,27,35,34,-1,-1},{25,24,25,32,25,32,26,34,-1,-1,-1,-1},{25,17,18,17,11,3,2,8,1,-1,-1,-1},{25,26,19,11,10,18,19,27,19,18,10,2},{25,18,19,11,17,11,10,4,3,9,2,-1},{25,26,19,11,5,13,14,20,27,33,34,35},{25,26,19,25,18,17,9,1,-1,-1,-1,-1},{25,26,19,26,18,26,18,24,31,32,26,34},{25,17,11,12,5,11,19,18,26,34,-1,-1},{25,26,19,20,13,5,12,20,26,34,-1,-1},{25,33,26,18,17,25,24,16,10,2,-1,-1},{25,19,26,25,26,25,26,18,10,2,-1,-1},{25,19,18,11,19,25,26,18,19,27,34,-1},{25,19,26,18,24,17,9,2,-1,-1,-1,-1},{25,33,26,27,34,27,33,25,17,9,1,-1},{25,17,24,16,17,25,26,34,-1,-1,-1,-1}};
array <int> mouvementsN[100][11] ={{2,4,9,7,3,6,9,-1,-1,-1,-1},{3,6,1,8,6,8,9,-1,-1,-1,-1},{7,3,6,3,7,4,1,1,1,-1,-1},{4,6,1,9,6,2,1,4,1,-1,-1},{9,1,4,8,4,2,1,2,9,2,1},{7,2,6,8,3,1,1,1,-1,-1,-1},{6,8,2,9,2,7,6,-1,-1,-1,-1},{3,2,7,8,2,4,1,1,-1,-1,-1},{6,9,3,1,4,9,8,-1,-1,-1,-1},{7,2,3,7,1,3,8,1,2,-1,-1},{4,8,2,6,8,6,4,2,3,9,9},{3,9,8,6,2,8,4,2,7,3,9},{7,6,2,7,6,3,2,4,1,4,1},{8,1,9,4,3,9,2,9,-1,-1,-1},{6,1,9,7,4,1,6,3,1,1,-1},{1,9,6,7,6,3,9,-1,-1,-1,-1},{1,6,8,2,8,6,9,-1,-1,-1,-1},{7,4,1,3,9,8,3,6,9,-1,-1},{9,4,1,7,2,1,3,2,-1,-1,-1},{2,3,2,9,4,9,8,9,-1,-1,-1},{7,3,6,9,3,8,2,1,8,9,-1},{6,4,6,2,1,8,1,1,-1,-1,-1},{3,2,8,9,1,7,3,6,8,9,-1},{8,1,8,4,6,2,6,2,1,1,-1},{6,3,9,2,7,8,4,1,1,1,1},{3,9,1,6,3,7,9,8,-1,-1,-1},{4,9,3,7,3,6,1,8,2,9,8},{8,1,9,3,8,2,8,6,-1,-1,-1},{1,7,4,6,1,6,9,3,9,9,-1},{7,4,3,1,6,9,6,9,-1,-1,-1},{1,8,6,7,3,8,2,1,1,1,-1},{9,2,8,1,1,1,1,-1,-1,-1,-1},{2,4,6,3,7,4,1,1,-1,-1,-1},{1,7,8,4,2,9,3,9,6,3,9},{8,6,1,2,1,4,1,-1,-1,-1,-1},{6,8,4,3,1,9,8,1,1,1,1},{4,6,8,2,3,1,7,3,1,4,-1},{6,3,2,7,3,8,4,9,8,-1,-1},{7,6,3,8,4,1,9,3,9,-1,-1},{4,8,1,4,6,7,3,1,3,1,-1},{1,6,9,4,9,4,3,2,9,6,8},{6,7,4,2,6,2,1,4,1,-1,-1},{7,3,8,6,1,2,1,1,-1,-1,-1},{1,4,1,6,3,9,6,7,1,1,-1},{2,9,1,8,3,9,1,8,1,1,1},{3,6,2,9,4,9,7,-1,-1,-1,-1},{6,7,2,3,4,9,9,-1,-1,-1,-1},{6,4,1,8,9,6,4,3,4,9,6},{9,3,4,8,3,1,3,7,9,8,-1},{9,1,2,6,8,3,1,4,1,4,-1},{2,7,3,9,1,1,1,-1,-1,-1,-1},{1,7,3,8,6,9,3,9,-1,-1,-1},{9,2,4,2,8,6,9,6,-1,-1,-1},{6,4,6,7,6,2,9,1,6,9,-1},{6,2,3,4,9,7,8,2,1,1,1},{6,7,3,8,1,4,1,2,1,-1,-1},{4,8,2,6,2,8,6,9,6,-1,-1},{9,3,7,2,1,1,1,-1,-1,-1,-1},{1,6,9,7,2,1,1,1,-1,-1,-1},{8,2,8,1,6,4,6,9,2,6,9},{3,8,6,2,1,2,4,7,4,1,-1},{6,2,8,2,4,2,4,1,-1,-1,-1},{9,1,4,9,2,6,9,6,-1,-1,-1},{2,1,3,8,9,8,9,-1,-1,-1,-1},{4,2,1,7,6,1,3,-1,-1,-1,-1},{9,3,8,2,1,7,1,1,1,-1,-1},{3,7,6,3,4,2,1,7,1,4,-1},{6,7,2,8,2,4,8,3,2,1,1},{8,6,2,9,3,2,4,9,2,8,8},{1,8,1,6,8,1,8,2,1,3,-1},{6,4,6,7,2,1,1,1,-1,-1,-1},{8,3,2,4,6,2,8,1,4,1,-1},{3,2,4,8,2,1,4,-1,-1,-1,-1},{7,2,3,9,7,2,9,2,9,-1,-1},{8,6,4,1,2,1,1,-1,-1,-1,-1},{7,2,1,4,9,3,9,6,9,-1,-1},{7,6,1,2,6,1,2,4,-1,-1,-1},{8,3,1,6,2,4,8,1,1,-1,-1},{4,7,4,3,8,3,9,3,9,-1,-1},{9,1,8,2,8,4,2,3,9,6,9},{7,4,2,3,4,1,2,-1,-1,-1,-1},{9,1,7,1,6,9,6,6,-1,-1,-1},{8,3,2,3,6,2,7,9,8,8,-1},{1,6,9,7,2,1,2,7,1,2,-1},{6,3,8,1,2,9,8,9,4,-1,-1},{4,6,8,2,8,3,9,-1,-1,-1,-1},{1,6,4,3,1,4,7,2,-1,-1,-1},{6,2,1,4,9,6,9,1,4,1,1},{2,6,1,7,3,4,3,4,7,2,-1},{6,2,1,3,9,6,7,8,7,6,6},{6,2,7,2,4,1,1,-1,-1,-1,-1},{6,2,8,1,9,1,7,8,6,3,9},{1,3,6,2,7,9,4,9,9,-1,-1},{6,2,6,2,1,8,9,7,9,-1,-1},{9,2,1,4,9,4,1,3,1,-1,-1},{3,8,4,6,4,6,1,1,1,-1,-1},{3,4,2,9,7,6,1,6,9,8,-1},{3,8,1,7,2,1,2,-1,-1,-1,-1},{9,2,6,8,2,7,1,1,1,1,-1},{1,8,1,6,9,6,9,-1,-1,-1,-1}};
array <int> mouvementsInv[100][11] ={{2,6,7,9,1,4,7,-1,-1,-1,-1},{1,4,3,8,4,8,7,-1,-1,-1,-1},{9,1,4,1,9,6,3,3,3,-1,-1},{6,4,3,7,4,2,3,6,3,-1,-1},{7,3,6,8,6,2,3,2,7,2,3},{9,2,4,8,1,3,3,3,-1,-1,-1},{4,8,2,7,2,9,4,-1,-1,-1,-1},{1,2,9,8,2,6,3,3,-1,-1,-1},{4,7,1,3,6,7,8,-1,-1,-1,-1},{9,2,1,9,3,1,8,3,2,-1,-1},{6,8,2,4,8,4,6,2,1,7,7},{1,7,8,4,2,8,6,2,9,1,7},{9,4,2,9,4,1,2,6,3,6,3},{8,3,7,6,1,7,2,7,-1,-1,-1},{4,3,7,9,6,3,4,1,3,3,-1},{3,7,4,9,4,1,7,-1,-1,-1,-1},{3,4,8,2,8,4,7,-1,-1,-1,-1},{9,6,3,1,7,8,1,4,7,-1,-1},{7,6,3,9,2,3,1,2,-1,-1,-1},{2,1,2,7,6,7,8,7,-1,-1,-1},{9,1,4,7,1,8,2,3,8,7,-1},{4,6,4,2,3,8,3,3,-1,-1,-1},{1,2,8,7,3,9,1,4,8,7,-1},{8,3,8,6,4,2,4,2,3,3,-1},{4,1,7,2,9,8,6,3,3,3,3},{1,7,3,4,1,9,7,8,-1,-1,-1},{6,7,1,9,1,4,3,8,2,7,8},{8,3,7,1,8,2,8,4,-1,-1,-1},{3,9,6,4,3,4,7,1,7,7,-1},{9,6,1,3,4,7,4,7,-1,-1,-1},{3,8,4,9,1,8,2,3,3,3,-1},{7,2,8,3,3,3,3,-1,-1,-1,-1},{2,6,4,1,9,6,3,3,-1,-1,-1},{3,9,8,6,2,7,1,7,4,1,7},{8,4,3,2,3,6,3,-1,-1,-1,-1},{4,8,6,1,3,7,8,3,3,3,3},{6,4,8,2,1,3,9,1,3,6,-1},{4,1,2,9,1,8,6,7,8,-1,-1},{9,4,1,8,6,3,7,1,7,-1,-1},{6,8,3,6,4,9,1,3,1,3,-1},{3,4,7,6,7,6,1,2,7,4,8},{4,9,6,2,4,2,3,6,3,-1,-1},{9,1,8,4,3,2,3,3,-1,-1,-1},{3,6,3,4,1,7,4,9,3,3,-1},{2,7,3,8,1,7,3,8,3,3,3},{1,4,2,7,6,7,9,-1,-1,-1,-1},{4,9,2,1,6,7,7,-1,-1,-1,-1},{4,6,3,8,7,4,6,1,6,7,4},{7,1,6,8,1,3,1,9,7,8,-1},{7,3,2,4,8,1,3,6,3,6,-1},{2,9,1,7,3,3,3,-1,-1,-1,-1},{3,9,1,8,4,7,1,7,-1,-1,-1},{7,2,6,2,8,4,7,4,-1,-1,-1},{4,6,4,9,4,2,7,3,4,7,-1},{4,2,1,6,7,9,8,2,3,3,3},{4,9,1,8,3,6,3,2,3,-1,-1},{6,8,2,4,2,8,4,7,4,-1,-1},{7,1,9,2,3,3,3,-1,-1,-1,-1},{3,4,7,9,2,3,3,3,-1,-1,-1},{8,2,8,3,4,6,4,7,2,4,7},{1,8,4,2,3,2,6,9,6,3,-1},{4,2,8,2,6,2,6,3,-1,-1,-1},{7,3,6,7,2,4,7,4,-1,-1,-1},{2,3,1,8,7,8,7,-1,-1,-1,-1},{6,2,3,9,4,3,1,-1,-1,-1,-1},{7,1,8,2,3,9,3,3,3,-1,-1},{1,9,4,1,6,2,3,9,3,6,-1},{4,9,2,8,2,6,8,1,2,3,3},{8,4,2,7,1,2,6,7,2,8,8},{3,8,3,4,8,3,8,2,3,1,-1},{4,6,4,9,2,3,3,3,-1,-1,-1},{8,1,2,6,4,2,8,3,6,3,-1},{1,2,6,8,2,3,6,-1,-1,-1,-1},{9,2,1,7,9,2,7,2,7,-1,-1},{8,4,6,3,2,3,3,-1,-1,-1,-1},{9,2,3,6,7,1,7,4,7,-1,-1},{9,4,3,2,4,3,2,6,-1,-1,-1},{8,1,3,4,2,6,8,3,3,-1,-1},{6,9,6,1,8,1,7,1,7,-1,-1},{7,3,8,2,8,6,2,1,7,4,7},{9,6,2,1,6,3,2,-1,-1,-1,-1},{7,3,9,3,4,7,4,4,-1,-1,-1},{8,1,2,1,4,2,9,7,8,8,-1},{3,4,7,9,2,3,2,9,3,2,-1},{4,1,8,3,2,7,8,7,6,-1,-1},{6,4,8,2,8,1,7,-1,-1,-1,-1},{3,4,6,1,3,6,9,2,-1,-1,-1},{4,2,3,6,7,4,7,3,6,3,3},{2,4,3,9,1,6,1,6,9,2,-1},{4,2,3,1,7,4,9,8,9,4,4},{4,2,9,2,6,3,3,-1,-1,-1,-1},{4,2,8,3,7,3,9,8,4,1,7},{3,1,4,2,9,7,6,7,7,-1,-1},{4,2,4,2,3,8,7,9,7,-1,-1},{7,2,3,6,7,6,3,1,3,-1,-1},{1,8,6,4,6,4,3,3,3,-1,-1},{1,6,2,7,9,4,3,4,7,8,-1},{1,8,3,9,2,3,2,-1,-1,-1,-1},{7,2,4,8,2,9,3,3,3,3,-1},{3,8,3,4,7,4,7,-1,-1,-1,-1}};
array <int> pourcent[100]={70,90,90,70,70,70,70,90,70,90,70,90,90,90,90,70,70,70,70,70,70,70,70,90,70,90,70,70,70,70,90,70,90,90,90,70,90,70,90,70,70,90,70,90,70,90,90,90,70,90,90,90,90,70,90,90,90,70,70,70,70,90,70,70,70,90,70,70,70,70,70,70,90,70,90,90,70,70,90,90,70,70,90,90,90,90,90,90,70,90,70,90,70,90,90,70,90,70,90,90};
array <bool> indic[100][2] ={{true,false},{true,true},{false,true},{false,true},{false,false},{false,true},{true,true},{false,true},{true,true},{false,true},{true,true},{true,true},{false,false},{true,true},{false,true},{true,true},{true,true},{true,true},{false,true},{true,true},{true,false},{false,true},{true,true},{false,true},{false,false},{true,true},{true,true},{true,false},{true,true},{true,true},{false,true},{false,true},{false,true},{true,true},{false,true},{false,false},{false,true},{true,true},{true,true},{false,true},{true,true},{false,true},{false,false},{false,true},{false,true},{true,true},{true,true},{true,true},{true,true},{false,true},{false,true},{true,true},{true,true},{true,false},{false,true},{false,true},{true,true},{false,false},{false,true},{true,true},{false,true},{false,true},{true,true},{true,true},{false,true},{false,true},{false,true},{false,false},{true,true},{false,true},{false,true},{false,true},{false,true},{true,true},{false,true},{true,true},{false,true},{false,false},{true,false},{true,true},{false,true},{true,false},{true,true},{false,false},{true,true},{true,false},{false,true},{false,true},{false,true},{true,true},{false,false},{true,true},{true,false},{true,true},{false,true},{false,false},{true,true},{false,true},{false,true},{true,false}};
array <string> conversionMvmIntStr[9] = {"Approche Gauche","Approche","Approche Droite","Gauche","Neutre","Droite","Eloignement Gauche","Eloignement","Eloignement Droite"};
array <int> trajectoires[100][12] ={{25,18,12,11,4,12,18,24,30,-1,-1,-1},{25,17,11,4,12,19,11,5,4,12,6,-1},{25,33,32,33,25,24,30,22,29,-1,-1,-1},{25,33,27,33,25,19,25,18,24,30,-1,-1},{25,33,25,33,26,32,24,30,24,18,12,6},{25,33,34,26,25,26,19,13,6,-1,-1,-1},{25,32,25,19,11,17,24,30,29,-1,-1,-1},{25,24,18,25,26,19,26,25,18,12,6,-1},{25,19,26,34,33,25,31,24,30,-1,-1,-1},{25,31,23,16,24,17,11,12,6,-1,-1,-1},{25,24,16,23,22,15,9,15,23,30,-1,-1},{25,24,18,25,24,30,31,25,19,13,7,-1},{25,18,26,25,26,25,17,24,30,24,23,29},{25,26,25,18,19,18,24,31,23,29,-1,-1},{25,18,17,25,17,16,23,31,30,29,-1,-1},{25,31,24,18,19,13,7,-1,-1,-1,-1,-1},{25,32,31,32,25,26,18,19,12,6,-1,-1},{25,32,26,18,19,12,6,-1,-1,-1,-1,-1},{25,33,34,26,33,26,20,13,7,-1,-1,-1},{25,19,26,34,35,34,26,25,31,30,-1,-1},{25,32,33,32,33,25,18,12,5,6,-1,-1},{25,31,32,26,19,13,7,-1,-1,-1,-1,-1},{25,19,18,25,26,34,33,25,31,30,29,-1},{25,19,25,32,25,19,13,7,-1,-1,-1,-1},{25,17,23,30,31,23,31,30,-1,-1,-1,-1},{25,18,19,11,17,18,12,6,-1,-1,-1,-1},{25,31,25,18,19,13,7,-1,-1,-1,-1,-1},{25,33,26,20,19,12,18,24,30,-1,-1,-1},{25,18,10,9,16,24,30,-1,-1,-1,-1,-1},{25,33,26,18,17,23,29,-1,-1,-1,-1,-1}};
array <int> mouvements[100][11] ={{2,1,6,2,7,9,9,9,-1,-1,-1},{3,1,2,7,8,3,1,6,7,1,-1},{7,6,4,3,6,9,3,8,-1,-1,-1},{7,1,9,3,1,9,2,9,9,-1,-1},{7,3,7,2,9,3,9,1,1,1,1},{7,4,3,6,4,2,1,2,-1,-1,-1},{8,2,1,3,9,8,9,6,-1,-1,-1},{6,1,8,4,2,8,6,2,1,1,-1},{1,8,7,6,3,9,2,9,-1,-1,-1},{9,3,2,7,2,1,4,1,-1,-1,-1},{6,3,8,6,2,1,9,7,8,-1,-1},{6,1,8,6,9,4,1,1,1,1,-1},{2,7,6,4,6,3,8,9,1,6,9},{4,6,2,4,6,9,8,3,9,-1,-1},{2,6,7,3,6,8,7,6,6,-1,-1},{9,2,1,4,1,1,-1,-1,-1,-1,-1},{8,6,4,2,4,3,4,2,1,-1,-1},{8,1,3,4,2,1,-1,-1,-1,-1,-1},{7,4,3,8,2,1,2,1,-1,-1,-1},{1,8,7,4,6,3,6,9,6,-1,-1},{8,4,6,4,3,2,1,2,4,-1,-1},{9,4,1,2,1,1,-1,-1,-1,-1,-1},{1,6,8,4,7,6,3,9,6,6,-1},{1,9,8,2,1,1,1,-1,-1,-1,-1},{3,9,8,4,3,7,6,-1,-1,-1,-1},{2,4,3,9,4,1,1,-1,-1,-1,-1},{9,1,2,4,1,1,-1,-1,-1,-1,-1},{7,2,1,6,2,9,9,9,-1,-1,-1},{2,3,6,8,7,9,-1,-1,-1,-1,-1},{7,2,3,6,9,9,-1,-1,-1,-1,-1}};
array <int> convMouvementValence[9] = {-1,-1,0,-1,0,1,0,1,1};
array <int> convMouvementValenceInv[9] = {0,-1,-1,1,0,-1,1,1,0};
#Choix du mode de réponse
trialTiming.present();
int modeReponse=response_manager.last_response();
#Recupération de la position de la cible négative
trialInit.present();
int positionCible=response_manager.last_response();
if(positionCible == 1) then
ofile1.print("Cible Gauche"+"\n");
trajectoires = trajectoiresN;
mouvements=mouvementsN;
stimPos = stimPosGauche;
stimNeg = stimNegGauche;
bp.set_filename("QuestionGauche.png");
bp.load();
else
ofile1.print("Cible Droite"+"\n");
trajectoires = trajectoiresInv;
mouvements=mouvementsInv;
stimPos = stimPosDroite;
stimNeg = stimNegDroite;
bp.set_filename("QuestionDroite.png");
bp.load();
end;
#Récupération de la main dominante du sujet
trialMain.present();
int main=response_manager.last_response();
string mainDominante = "";
if(main == 1)then
mainDominante = "Gauche";
else
mainDominante = "Droite";
end;
ofile1.print("Main "+mainDominante+"\nFin\n");
#Calibration du niveau de son
if(calibSonore) then
output_file ofileCalib = new output_file;
ofileCalib.open("Calib"+ logfile.subject()+"ApprocheReponseStimuli.txt", true );
trialDebCalib.present();
sCalib.set_attenuation(0.5);
double deltaAtt = 0.025;
double att = 0.7;
double attFinale = 0;
int nombreRepetCalib = 2;
int rep = 0;
double smallOffset = 0.05;
loop until rep == nombreRepetCalib
begin
att = 0.8+smallOffset;
count = response_manager.total_response_count( 14 );
#Produit un son de moustique de moins en moins atténué jusqu'a ce que l'utilisateur appuie sur Entree lorsqu'il entend le son
loop bool endL = false until endL == true
begin
att = att-deltaAtt;
sCalib.set_attenuation(att);
t.set_caption("Phase ascendante\nAppuyez sur [Entrée] dès que vous entendez un son",true);
trialCalib.present();
if(att <= 0 || count != response_manager.total_response_count( 14 ))then
endL = true;
end;
end;
double attApparition = att;
attFinale = attFinale+att;
ofileCalib.print("AttenuationApparition "+string(att)+"\n");
trialPrep.present();
#Produit un son de moustique de plus en plus atténué jusqu'à ce que l'utilisateur appuie sur Entree lorsqu'il entend le son
sCalib.set_attenuation(att/2);
att = att/2;
count = response_manager.total_response_count( 14 );
loop bool endL = false until endL == true
begin
att = att+deltaAtt;
sCalib.set_attenuation(att);
t.set_caption("Phase descendante\nAppuyez sur [Entrée] dès que vous n'entendez plus le son",true);
trialCalib.present();
if(att == 1 || count != response_manager.total_response_count( 14 ))then
endL = true;
end;
end;
double attDisparition = att;
attFinale = attFinale+att;
ofileCalib.print("AttenuationDisparition "+string(att)+"\n");
trialPrep.present();
rep = rep+1;
smallOffset=smallOffset+0.05
end;
#Rep
attFinale = attFinale/((rep)*2);
#Calcul atténuation finale
#L'atténuation déterminé est la moyenne des deux attenuations détérminé par l'appuie de la touche [Entrée] par l'utilisateur auquel on soustrait 0.2
ofileCalib.print("AttenuationFinale "+string(attFinale));
deltaAtt = 0.3;
attFinale = attFinale-deltaAtt;
if((attFinale <=0))then
attFinale = 0;
end;
#Application de l'attenuation déterminée
loop int s = 1 until s > sounds.count()
begin
sounds[s].set_attenuation(attFinale);
s=s+1;
end;
stimPos.set_attenuation(attFinale);
stimNeg.set_attenuation(attFinale);
stimPosGauche.set_attenuation(attFinale);
stimNegGauche.set_attenuation(attFinale);
stimPosDroite.set_attenuation(attFinale);
stimNegDroite.set_attenuation(attFinale);
#te.set_caption(string(att)+"\nAppuyez sur [Entrée]",true);
#trialDebCalib.present();
else
double attFinale = 0.5;
loop int s = 1 until s > sounds.count()
begin
sounds[s].set_attenuation(attFinale);
s=s+1;
end;
stimPos.set_attenuation(attFinale);
stimNeg.set_attenuation(attFinale);
stimPosGauche.set_attenuation(attFinale);
stimNegGauche.set_attenuation(attFinale);
stimPosDroite.set_attenuation(attFinale);
stimNegDroite.set_attenuation(attFinale);
end;
if(presentation) then
trialPreparation.present();
end;
if(essaiT) then
essaiTest.present();
int essaiEf = 0;
int idTraj = 1;
bool valTraj = indic[idTraj][1];
loop until essaiEf>=nbEssai
begin
presentationTrajectoire(true,idTraj, outputAvailable, ofile1, output, positionCible,trajectoires,indic,conversionMvmIntStr,mouvements,convMouvementValence,convMouvementValenceInv,positions,modeReponse);
essaiEf = essaiEf+1;
loop until valTraj != indic[idTraj][1]
begin
idTraj=idTraj+1;
end;
valTraj = indic[idTraj][1];
end
end;
trialDebutExpe.present();
#Présentation des trajectoires
loop int i = 1 until i > trajectoires.count()
begin
presentationTrajectoire(false,i, outputAvailable, ofile1, output, positionCible,trajectoires,indic,conversionMvmIntStr,mouvements,convMouvementValence,convMouvementValenceInv,positions,modeReponse);
#Pause
if(i%(trajectoires.count()/5) == 0 && i != trajectoires.count()) then
trialPause.present();
end;
i=i+1;
end;
|
0e2ffdfb90a69d8c560216b586bdcc526334ef40 | c3f30c57c194640b9ce943b27456d4d7bd7a6706 | /exp6/arithmetic_mean.sce | a4c7907e0d8acd80b2dd2317007f56086c7b375b | [] | no_license | dikshitakambri/Image-Processing-Using-Scilab | af7d2f738c271edb0f12c9825b7a044233668f67 | 9cb0a7f2b0ac402c54bd297f28d578a2905c3da8 | refs/heads/master | 2023-04-18T00:11:42.093266 | 2021-04-27T08:23:52 | 2021-04-27T08:23:52 | 362,016,834 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 717 | sce | arithmetic_mean.sce | //Arithmetic Mean Filter
// Dikshita Kambri 118A2044
clc;
clear all;
im = imread("C:\Users\hp\Documents\Image Processing-Scilab\Images\coins.png");
imng=imnoise(im,'gaussian',0,0.01);
imng-double(imng);
[r c]=size(imng);
//zero pad the image
imgpad=zeros (r+2,c+2);
out=zeros(r,c);
outp=zeros(r+2,c+2);
rp=r+2;
cp=c+2;
imgpad(2:rp-1,2:cp-1)=imng;
//a=Z
//[rp cp]=size(imgpad);
for i=2:rp-1
for j=2:cp-1
x=imgpad (i-1:i+1,j-1:j+1)
outp(i,j)=sum(x)/9;
end
end
out=outp(2:rp-1,2:cp-1);
//subplot(1,3,1)
figure (1)
title('Original Image');
imshow(im);
figure (2)
//subplot(1,3,2)
title('Noisy Image');
imshow(uint8(imng));
//subplot(1,3,3)
figure(3)
title('Output Image');
imshow(uint8(out));
|
c4de724e3a323099a028d48e205c9406fb54ffd8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3428/CH22/EX14.22.8/Ex14_22_8.sce | 6875cc020895c300748dbc51a68a6e27bf5b3943 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 390 | sce | Ex14_22_8.sce | //Section-14,Example-1,Page no.-PC.61
//To find absolute viscosity of liquid.
clc;
d_s=8*10^3 //kg/m^3
d_l=2*10^3 //kg/m^3
r=10^-3 //m
l=0.1 //m
t=20 //s
g=9.8 //m/s^2
n_l=(2*g*r^2*(d_s-d_l))/(9*(l/t))
disp(n_l,'Absolute viscosity of liquid(Pa s)')
|
0975398619ba4cb01287534306db5696928ddb73 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1835/CH12/EX12.1/Ex12_1.sce | cfaf5994f370cb086f767b5aa24cdaaa2bb355db | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 928 | sce | Ex12_1.sce | //CHAPTER 12 ILLUSRTATION 1 PAGE NO 310
//TITLE:Balancing of reciprocating of masses
clc
clear
pi=3.141
N=250// speed of the reciprocating engine in rpm
s=18// length of stroke in mm
mR=120// mass of reciprocating parts in kg
m=70// mass of revolving parts in kg
r=.09// radius of revolution of revolving parts in m
b=.15// distance at which balancing mass located in m
c=2/3// portion of reciprocating mass balanced
teeta=30// crank angle from inner dead centre in degrees
//===============================
B=r*(m+c*mR)/b// balance mass required in kg
w=2*pi*N/60// angular speed in rad/s
F=mR*w^2*r*(((1-c)^2*(cosd(teeta))^2)+(c^2*(sind(teeta))^2))^.5// residual unbalanced forces in N
printf('Magnitude of balance mass required= %.0f kg\n Residual unbalanced forces= %.3f N',B,F)
|
1029f4d59f7d9b571cd2f3ac9774c7104cca4e11 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2150/CH4/EX4.26/ex4_26.sce | 41abe15af759bbb78258fb76341f946fb456b02f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 543 | sce | ex4_26.sce | // Exa 4.26
clc;
clear;
close;
// Given data
V_CC = 10;// in V
V_BE = 0.7;// in V
R_B = 250;// in kohm
R_B= R_B*10^3;// in ohm
bita = 90;
R_C = 4.7;// in kohm
R_C= R_C*10^3;// in ohm
R_E = 1.2;// in kohm
R_E= R_E*10^3;// in ohm
I_BQ = (V_CC - V_BE)/(R_B + bita*(R_C+R_E));// in A
disp(I_BQ*10^6,"The base current at Q-point in µA is");
I_CQ = bita*I_BQ;// in A
disp(I_CQ*10^3,"The collector current at Q-point in mA is");
V_CEQ = V_CC - (I_CQ*(R_C+R_E));// in V
disp(V_CEQ,"Collector emitter voltage at Q point in V is");
|
94235a6c55e1db9556cf27c67b7aac6bb37b26c9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2219/CH10/EX10.3/Ex10_3.sce | 7cf37dc6aad65d5ecf306820662f3c50595154ff | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 607 | sce | Ex10_3.sce | // Chapter 10 example 3
//------------------------------------------------------------------------------
clc;
clear;
Vr = 150
c = 3*10^8
df1= 10^6;
// Given data
// fd = (2*Vr)/lamda = (2*Vr*f)/c
// for 'Vr' and 'c' as constant(for a given radial velocity,Vr is constant)
// fd = K.f where 'f' is the operating frequency and K = (2*Vr)/c
// Therefore df = ± 1 Mhz around the center frequency
k = (2*Vr)/c
df_d = df1*k
// Output
mprintf('Doppler shift due to carrier frequency sweep = ±%d Hz',df_d);
//------------------------------------------------------------------------------
|
00e2ed6c1e3e5949f85913be15e7cb59b738a62f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2078/CH10/EX10.1/Example10_1.sce | 792de019dd3c0c6ca21161330692e1e71660326c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 135 | sce | Example10_1.sce | //Exa 10.1
clc;
clear;
close;
//Given data :
L=200;//m
w=0.7;//kg
T=1400;//kg
S=w*L^2/(8*T);//,m
disp(S,"maximum sag(m) :");
|
da83f64331c74f6854542e66c84897d7bf3205ee | 5c3c77ebd04dfec23026ec2f7fe0be63be48176b | /Assignment_2/Q2_subspaces.sce | dbed2a599efbf50391c01ecfeadd4a657d81a590 | [] | no_license | Jagadish-Rathod/Scilab-Assignment1 | 89248a09ac71d59bb3845d778f53f06f6827d54c | 9b3a9cfda12dff0842c1b1f6e4d816d2360b18ce | refs/heads/master | 2020-12-31T10:23:06.391194 | 2020-04-09T14:43:41 | 2020-04-09T14:43:41 | 238,998,568 | 0 | 2 | null | 2020-03-30T16:46:49 | 2020-02-07T18:38:11 | Scilab | UTF-8 | Scilab | false | false | 973 | sce | Q2_subspaces.sce | clc;clear;close;
function [A]=SubSpaces(A,b)
A = [A b]
disp(A,'A=');
[m,n] = size(A);
[v,pivot]=rref(A);
disp(v);
r = length(pivot);
disp(r,'rank=')
cs = A(:,pivot);
disp(cs,'Column Space=');
ns = kernel(A);
disp(ns,'Null Space=');
rs=v(1:r,:)';
disp(rs,'Row Space=')
lns=kernel(A');
disp(lns,'Left Null Space=');
endfunction
function main()
A=[0,0,0;0,0,0;0,0,0]
A(1,1)=input("enter a11: ")
A(1,2)=input("enter a12: ")
A(1,3)=input("enter a13: ")
A(2,1)=input("enter a21: ")
A(2,2)=input("enter a22: ")
A(2,3)=input("enter a23: ")
A(3,1)=input("enter a31: ")
A(3,2)=input("enter a32: ")
A(3,3)=input("enter a33: ")
disp('Four fundamental Subspaces\n')
b=[0;0;0]
b(1,1)=input("enter b1: ")
b(2,1)=input("enter b2: ")
b(3,1)=input("enter b3: ")
[A] = SubSpaces(A,b)
endfunction
main();
|
02931b3c96c964b592c69ecc1540bc5308ce1db2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1952/CH12/EX12.18/Ex18.sce | 7265c8952cb58f3bd0598b5c2701289e698996e8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex18.sce | // Additional solved examples , Example 18 , pg 339
r=1.575 *10^-10 //radius of atom (in m)
a=2*r//lattice constant (for HCP structure) (in m)
c=a*sqrt(8/3) //(in m)
V=(3*sqrt(3)*a^2*c)/2 //volume of unit cell
printf("volume of unit cell(in m^3)\n")
disp(V)
|
d425016a066201cd0b2524f4deb3f269cc689600 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.2/Unix/scilab-2.2/macros/signal/cheb2mag.sci | 18ebf25c263c0f68f2789e7806aa964e1a361afb | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain",
"MIT"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 684 | sci | cheb2mag.sci | function [h2]=cheb2mag(n,omegar,A,sample)
//<h2>=cheb2mag(n,omegar,A,sample)
//Square magnitude response of a type 1 Chebyshev filter
//omegar = stopband edge
//sample = vector of frequencies where the square magnitude
//h2 is desired.
// n :Filter order
// omegar :Cut-off frequency
// A :Attenuation in stop band
// sample :Vector of frequency where cheb2mag is evaluated
// h2 :Chebyshev II filter values at sample points
//
//!
//Author F.D.
[n1,n2]=size(sample);
un=ones(n1,n2);
Tn=chepol(n,'x'); //n-th Chebyshev polynomial
frd=freq(Tn,1,omegar*un./sample); //frd=Tn(omegar/sample)
h2=un./(un+(A*A-1)*un./real(frd.*frd))
|
c7b1731d7f9ac08feec7a87b9aedd4934985bcd2 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set5/s_Electrical_And_Electronic_Principles_And_Technology_J._Bird_1529.zip/Electrical_And_Electronic_Principles_And_Technology_J._Bird_1529/CH7/EX7.8/7_08.sce | 1296af348e393cfac3cfb8db1065b05eabbb2728 | [] | 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 | 422 | sce | 7_08.sce | errcatch(-1,"stop");mode(2);//Chapter 7, Problem 8
;
A=10*10^-4; //cross-sectional area
l=0.2; //mean circumference in meter
phi=0.3*10^-3; //flux
B=phi/A; //flux density
H=1000;
mmf=H*l; //magnetomotive force
disp("From the magnetisation curve for cast iron on page74,")
printf("m.m.f = %f A",mmf);
exit();
|
2615f91c170ca6ccffa0170b707d763ecafa964e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1958/CH12/EX12.e.3/Chapter12_example3.sce | 3faeacb43d4ad8530187af9ea7e10bc773afc004 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Chapter12_example3.sce | clc
clear
//Input data
R=[4,12,2,12]//Resistances from circuit diagram 12.12 on page no. 177 in ohms
V=12//Voltage in V from circuit diagram 12.12 on page no. 177
//Calculations
Rth=((R(1)+R(3))*R(2))/(R(1)+R(3)+R(2))//Equivalent resistance in ohms
Vth=(V*R(2))/(R(1)+R(3)+R(2))//Equivalent voltage in V
I=(Vth/(Rth+R(4)))//Current in A
//Output
printf('The current through the resistor is %3.1f A',I)
|
1cbe1533a5dcdd072943d9535a35002ce33f3786 | 099b4b0f30eafd7a0e9eac539caf7578b0e562fd | /Projets/simulation of the temperature evolution in a material/scilab/animFer2D.sce | 92bd5ba6b2deaf2e1d0780f8ca6925df314e19a2 | [] | no_license | Mehdikossir/Projects | 2c60cd6ff0ebbeda17d529d25c10d241a8eaf724 | a43366f4aa11f541b70209ba9778d8547cb8b025 | refs/heads/master | 2021-09-26T13:55:43.208141 | 2021-09-13T21:53:08 | 2021-09-13T21:53:08 | 240,940,996 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 212 | sce | animFer2D.sce | [fd,err] = mopen("fer2d","r")
fer2d = read("fer2d",10100,101)
mclose(fd)
x=[1:1:101]
y=[1:1:101]
for t=0:99
drawlater();
clf()
surf(fer2d(x+(t*101),y))
drawnow();
end
|
684ea1b0e43ec20d949a8cf73d7e7b62572813f7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1052/CH18/EX18.8/188.sce | eb94df2c2b1e64773f2f27d7bf23890fa8b283e2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 495 | sce | 188.sce | clc;
//Example 18.8
//page no 233
printf("\n Example 18.8 page no 233\n\n");
//refer to example no 18.7
rho=1000//density
g=9.807//gravitational acc.
h_f=38.39//head loss
P_rise=rho*g*h_f//pressure rise across the pump
P_rise=475000//in book by mistake this value instead original value
q=0.0126//flow rate from example 18.7
W_dot=q*P_rise//ideal pumping requirement(the fluid power)
printf("\n W_dot fluid power=%f kw",W_dot);//printing mistake in book in putting value of P_rise
|
51bd1794a0a1ba46ce60a8bba13d0575e8d43051 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2732/CH6/EX6.21/Ex6_21.sce | 3a36175bec74b2da6e4e3f56913c3d19b4f32774 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 431 | sce | Ex6_21.sce | clc
// initialization of variables
clear
D=5 //cm
d=2 //cm
t_y=3000 //kg/cm^2
// calculations
R=D/2
r=d/2
Tep=2*%pi*R^3*t_y/3-%pi*r^3*t_y/6
t_er=2*Tep/(%pi*R^3)
t_er1=t_er*r/R
prs=t_y-t_er1
nrs=t_er-t_y
// results
printf('Maximum +ve residual stress occurs at %d cm radius and is equal to \n %d kg/cm^2',r,prs)
printf('\n Maximum -ve residual stress occurs at %d cm radius and is equal to \n %d kg/cm^2',R,-nrs)
|
01021ad78f40fa839ddc6e8a97eb3540217c103e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2072/CH15/EX15.2/Ex15_2.sce | 20b5839fa3c919e43d79dbb83cf5a6790d2dd4fd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 225 | sce | Ex15_2.sce | //Example 15.2
clc
k_e=8.99*10^9 //N.m^2/c^2
q2=2*10^-9// in c
q3=5*10^-9// in c
r1=4//in m
F_23=(q2*q3*k_e)/(r1*r1)
disp(F_23,"The force in N= ")
q1=6*10^-9
r2=5//in m
F_13=(q1*q3*k_e)/(r2*r2)
disp(F_13,"The force in N= ")
|
fbc0242c31ec327e2d775723c01e36f36c4612f5 | 7d080f5a520b49242d8d5d362be8378358f324b5 | /matmul.sce | 7562e3a3f54c1eff8bbce420a7457a4dc02543d0 | [] | no_license | pradyumnaym/LA_Algos | 1d4cc539b531ffaea88ceb475ca3c4b59318270a | 561df9e8b2d706927c735f2b2e30db9ff1a45ade | refs/heads/master | 2020-12-29T16:50:23.235497 | 2020-02-06T11:41:10 | 2020-02-06T11:41:10 | 238,675,439 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 675 | sce | matmul.sce | n = int(input("Enter n : "));
p = int(input("Enter p : "));
m = int(input("Enter m :"));
A = zeros(n,p);
B = zeros(p,m);
disp("Enter elements of A :\n")
for i=1:n
for j=1:p
A(i,j) = int(input("enter element "+string(i)+","+string(j)+" : "));
end
end
disp("Enter elements of B :\n")
for i=1:p
for j=1:m
B(i,j) = int(input("enter element "+string(i)+","+string(j)+" : "));
end
end
C=zeros(n,m);
for i=1:n
for j=1:m
//C(i,j)=0;
for k=1:p
C(i,j) = C(i,j)+A(i,k)*B(k,j)
end
end
end
disp(A,"A = ")
disp(B,"B = ")
disp(C,"A*B = ")
disp(A*B,"Actual : ")
disp("Name :- Pruthvish \nSrn :- PES1201701629")
|
32db6150de4e2e459c782d656d2dbc36fbb29e33 | 449d555969bfd7befe906877abab098c6e63a0e8 | /509/CH9/EX9.2/9_2.sci | c800db793b809c5780f38cfa1b073f57a228b180 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 311 | sci | 9_2.sci | //Chapter 9 Example 2//
clc
clear
//let all the cpnductors are equally placed,so ds1=ds2=....=ds//
// self GMD of strand1=ds1 and assuming r=1,d=1//
k1=0.7788;//d11=d22=d33=d44=d55=d66=d77=k1//
ds1=(k1*1*sqrt(2)*1)^(1/4);
printf("\n Equivalent radius or self-GMD of conductors = %.3f r^1/4 d^3/4\n",ds1); |
d9fc9618b9ce029164597106d11d332731abd499 | e822c26ab557aca59a6a1da98e64e1490f3c521b | /ALU/MUX.tst | 5822f4139e07131c74d1907ddc823869dd19a828 | [] | no_license | imilicic/computer-circuits-hdl | 92e886422d182f9d2272f8a01a548b9ff0e9c005 | e21c052564976997ed176edeb3df4af67d1d2f98 | refs/heads/master | 2020-05-30T20:25:47.967396 | 2019-06-03T06:43:10 | 2019-06-03T06:43:10 | 189,949,252 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 386 | tst | MUX.tst | load MUX.hdl,
output-file MUX.out,
output-list a b s out;
set a 0, set b 0, set s 0, eval, output;
set a 0, set b 1, set s 0, eval, output;
set a 1, set b 0, set s 0, eval, output;
set a 1, set b 1, set s 0, eval, output;
set a 0, set b 0, set s 1, eval, output;
set a 0, set b 1, set s 1, eval, output;
set a 1, set b 0, set s 1, eval, output;
set a 1, set b 1, set s 1, eval, output; |
b111ea3efa042dec9f820dd75223327b2ab24885 | fe12be33b783b1c97dc63b619d60d64fb004c2d4 | /Cálculo-II/xicara_ciclo.sce | a324c764e3f172b5af013449f25f36db5d5c4532 | [] | no_license | josecleiton/scilab | 6b0c86068807596cd3852824de92d13f1a81f7b8 | 5ac1eaffb57fd7508024674fb5481a7c568d1069 | refs/heads/master | 2020-03-30T08:30:20.827333 | 2018-12-15T11:59:29 | 2018-12-15T11:59:29 | 151,020,551 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 560 | sce | xicara_ciclo.sce | // JOSÉ CLEITON
function xicara_ciclo()
k = -0.4 // k que depende de quanto café há na xícara
ta = 24 // temperatura ambiente 24º
dt = 0.1 // 10 medidas por segundo
T(1) = 90 // Café inicia em 90º
t(1) = 0 // tempo inicia em 0
clf() // limpa tela
for i=1:303
T(i+1) = (k*(T(i)-ta))*dt+T(i)
end
Tt(1) = (T(3)-2*T(2)+T(1))/(dt*dt) // condição inicial da segunda derivada
for i=1:300
Tt(i+1) = (T(i+2)-2*T(i+1)+T(i))/(dt*dt)
t(i+1) = t(i)+dt
end
plot2d(t, Tt, 2)
endfunction
|
9950e1b65f5e41c2f1647ff44dccfc2b0dfc5216 | 1ebbdce5d3f3daa6d9e8b439410e447941bc49f5 | /résolution numérique/simplifications de A, N.sce | 0fb68b8c068fe0069594722d89da5f4eddb8d7d6 | [] | no_license | sebastienbaur/legionella_proliferation_modeling | 2aff0e2499584e99c07116a700e43218976b9b12 | ae9b5d4dde1912a98584c6319eae41980355ef03 | refs/heads/master | 2020-03-07T15:25:49.881820 | 2018-03-31T17:27:52 | 2018-03-31T17:27:52 | 127,554,634 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 8,512 | sce | simplifications de A, N.sce | // -----------------------------------------------------------------------------
// VALEURS NUMERIQUES DES CONSTANTES DU PROBLEME
// -----------------------------------------------------------------------------
//Température
Temperature = 37.5;
T_opt_L = 37.5; // température optimale de croissance des légionnelles
T_i_L = 55; // paramètre d'ajustement de la courbe
T_opt_A = 43; // température optimale de croissance des amibes
T_i_A = 55; // paramètre d'ajustement de la courbe
// constantes de Monod :
k_1 = 15*10^(-5)*exp(-((Temperature - T_opt_L)/(T_i_L - T_opt_L))^2) ; // constante de vitesse légionnelle-nutriment
k_2 = 0.2 ;
k_3 = 20*10^(-5)*exp(-((Temperature - T_opt_L)/(T_i_L - T_opt_L))^2) ; // constante de vitesse légionnelle-amibe
k_4 = 0.2 ;
k_5 = 18*10^(-5)*exp(-((Temperature - T_opt_A)/(T_i_A - T_opt_A))^2) ; // constante de vitesse amibe-nutriment
k_6 = 0.2 ;
// masses volumiques
rho_A = 1;
rho_L = 1;
// coefficients de mortalité biocide-amibe et biocide-legionnelle
k_m_a = 0.0004;
k_m_l = 0.0004;
k = 0.0001;
// coefficient d'arrachement
lambda = 20;
// discrétisation du temps et de l'espace
nn = 3000;
M = 20;
T = 30000;
L = 10^(-6)*M;
t = linspace(0,T,nn+1);
z = linspace(0,L,M+1);
dt = t(2) - t(1);
dz = z(2) - z(1);
// VALEURS INITIALES DES VARIABLES, à t = 0
tCourant = 0;
L0 = zeros(M,1);
L0(1) = 1/2 ;// valeur du vecteur légionnelle à l'instant initial
L0(2) = 1/2;
L0(3) = 1/2;
L0(4) = 1/2;
LCourant = L0;
LAvant = L0;
A0 = zeros(M,1); // valeur du vecteur amibe à l'instant initial
A0(1) = 1/2 ;
A0(2)=1/2;
A0(3)=1/2;
A0(4) = 1/2;
ACourant = A0;
AAvant = A0;
B0 = zeros(M,1);
e0 = 4*dz; // épaisseur initiale
indiceEpaisseur = round(e0/dz);
eCourant = e0;
eAvant = e0;
detachement = [0]; // par unité de surface de biofilm
vitesse0 = zeros(M,1);
vitesseCourante = vitesse0;
multiplieur = ones(1,M);
// remarque : ci-dessous, la composante de la i_ème ligne, j_ème colonne des matrices l, a, S, et V donne les valeurs de l, a, N et V en z_i, à l'instant t_j
// remarque2 : ci-dessous, le vecteur ligne E contient à la j_ème colonne la valeur de l'épaisseur du biofilm à l'instant t_j
L = [L0];
A = [A0];
V = [vitesse0];
E = [e0];
indicesEpaisseur = [indiceEpaisseur]
// -----------------------------------------------------------------------------
// CONDITIONS AUX LIMITES DE DIRICHLET POUR LES NUTRIMENTS
// -----------------------------------------------------------------------------
NCourant = 10*ones(M,1);
//valeurAuBordB = 1; // on va plutôt faire un truc progressif sinon le biocide tue toutes les bactéries directement : le biofilm n'a pas le temps de croître
BCourant = zeros(M,1);
tau = 3600*5;
// -----------------------------------------------------------------------------
// QUELQUES MATRICES UTILES DANS LES CALCULS
// -----------------------------------------------------------------------------
// vecteurs pour construire des matrices
one = ones(M,1); // vecteur colonne à M lignes qui ne contient que des 1
anotherOne = ones(M-1,1);
// matrices pour construire des dérivées
identity = diag(one,0); // matrice identité de taille M
surDiag = diag(anotherOne,1); // matrice carrée de taille M dont la surdiagonale ne contient que des 1, le reste est nul
sousDiag = diag(anotherOne,-1); // matrice carrée de taille M dont la sousdiagonale ne contient que des 1, le reste est nul
// matrices pour calculer des dérivées.
// elles sont un peu modifiées pour prendre en compte des conditions aux limites
matriceDeriveePremiere_ini = surDiag - sousDiag; // pour calculer les dérivées de L,A,N
matriceDeriveePremiere_ini(1,2) = 0; // condition au bord de Neumann (flux nul)
matriceDeriveePremiere = matriceDeriveePremiere_ini;
matriceDeriveePremiere(round(e0/dz),round(e0/dz)+1) = 0; // condition au bord de Neumann (flux nul)
matriceDeriveePremiere(round(e0/dz),round(e0/dz)-1) = 0; // condition au bord de Neumann (flux nul)
// matrice utilisée pour calculer la valeur de l'intégrale de la dérivée de la vitesse par la méthode des rectangles à droite
matriceVitesse = identity;
for i = 1 : M
matriceVitesse = matriceVitesse + surDiag^i;
end
matriceVitesse = matriceVitesse';
// -----------------------------------------------------------------------------
// STOCKAGE DES VALEURS
// -----------------------------------------------------------------------------
// les valeurs par instant ne sont pas toutes stockées, on en garde que certaines
i=-1; // on compte chaque itération de la boucle pour savoir quelle valeur est enregistrée
frequenceStockage = 12; // on en garde 1/fréquenceStockage en fait
// -----------------------------------------------------------------------------------------------------------------
// BOUCLE QUI CALCULE LES DIFFERENTES VALEURS DES LEGIONNELLES, AMIBES, SUBSTRATS, VITESSE, ET EPAISSEUR DU BIOFILM
// -----------------------------------------------------------------------------------------------------------------
while (tCourant < T)
i=i+1;
BCourant = (1 - exp(-tCourant/tau))*ones(M,1);
// calcul des valeurs de A,L,N
LCourant = LCourant + dt * (-k_m_l*BCourant.*LCourant + monodL(NCourant, LCourant, ACourant) - deriveeVitesseAvecBiocide(NCourant, LCourant, ACourant,BCourant)) .* LCourant - dt * vitesseCourante.*((1/(2*dz))*matriceDeriveePremiere*LCourant) - k * dt * BCourant;
ACourant = ACourant + dt * (-k_m_a*BCourant.*ACourant + monodA(NCourant,LAvant,ACourant) - deriveeVitesseAvecBiocide(NCourant,LAvant,ACourant,BCourant)) .* ACourant - dt * vitesseCourante.*((1/(2*dz))*matriceDeriveePremiere*ACourant) - k * dt * BCourant;
LMortCourant = LMortCourant + dt * (k_m_l * BCourant.*LAvant - deriveeVitesseAvecBiocide(NCourant,LAvant,AAvant,BCourant) .* LMortCourant - vitesseCourante.*((1/(2*dz))*matriceDeriveePremiere*LMortCourant)) - k * dt * BCourant;
AMortCourant = AMortCourant + dt * (k_m_a * BCourant.*AAvant - deriveeVitesseAvecBiocide(NCourant,LAvant,AAvant,BCourant) .* AMortCourant - vitesseCourante.*((1/(2*dz))*matriceDeriveePremiere*AMortCourant)) - k * dt * BCourant;
// calcul de la quantité de légionnelles détachées
detachement = [detachement dt*lambda*eCourant*eCourant*LCourant(indiceEpaisseur,1)];
// calcul de l'épaisseur grâce à la condition à la limite de/dt = -lambda e^2 + u(t,e(t))
eCourant = eCourant + dt * (-lambda * eCourant*eCourant + vitesseCourante(indiceEpaisseur,1) );
indiceEpaisseur = round(eCourant/dz);
// calcul de la vitesse
vitesseCourante = dz * matriceVitesse * deriveeVitesseAvecBiocide(NCourant,LCourant,ACourant,BCourant);
// troncage des vecteurs au delà de l'épaisseur du biofilm (on peut pour cela se servir de la matrice matriceVitesse dont les lignes sont assez utiles pour faire ça )
LCourant = LCourant .* (matriceVitesse(indiceEpaisseur,:)');
ACourant = ACourant .* (matriceVitesse(indiceEpaisseur,:)');
vitesseCourante = vitesseCourante .* (matriceVitesse(indiceEpaisseur,:)');
// enregistrement des nouvelles valeurs des grandeurs observées
if modulo(i,frequenceStockage) == 0 then
A = [A ACourant];
L = [L LCourant];
E = [E eCourant];
indicesEpaisseur = [indicesEpaisseur indiceEpaisseur]
V = [V vitesseCourante];
end
// mise à jour des matrices de dérivée si l'épaisseur a augmenté
if (round(eAvant/dz) <> indiceEpaisseur) then
matriceDeriveePremiere = matriceDeriveePremiere_ini;
matriceDeriveePremiere(indiceEpaisseur,indiceEpaisseur+1) = 0;
matriceDeriveePremiere(indiceEpaisseur,indiceEpaisseur-1) = 0;
end
// mise à jour de AAvant, LAvant, eAvant
AAvant = ACourant;
LAvant = LCourant;
eAvant = eCourant;
// permet de tomber pile sur T à la fin
dt = min(dt, T - tCourant);
// incrémentation du temps
tCourant = tCourant + dt;
end
//plot2d(linspace(0,T,N+2)',[m_N(1,:)',m_L(1,:)',m_A(1,:)'],leg = "m_N@m_L@m_A");
//xtitle("avec amibes","t (en s)","m (en kg)")
//plot2d(linspace(0,T,N+1)',[m_N_relatif(1,:)',m_L_relatif(1,:)',m_A_relatif(1,:)'],leg="m_N@m_L@m_A");
//xtitle("évolution temporelle des masses relatives avec amibes","t (en s)","m/m0 (sans unité)");
//plot2d(linspace(0,T,N+2)',[S(1,:)',S(5,:)',S(7,:)',S(10,:)',S(12,:)',S(13,:)'],leg="z=0@z=5@z=7@z=10@z=12@z=13", rect = [0,0,1000,0.4]);
//xtitle("évolution temporelle de S(z,t) à différents z, ","t (en s)","C_s (en g/L)");
|
9615cec46c693ed373c246b9a0bfaec01a1a5ab6 | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /Ghost_Flick_Practice_1.sce | 20aafe4be6eb903e48f67853ecb87f34540b95e5 | [] | 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 | 9,845 | sce | Ghost_Flick_Practice_1.sce | Name=Ghost_Flick_Practice_1
PlayerCharacters=Ghost_Flick
BotCharacters=TileFrenzy Sphere.bot
IsChallenge=false
Timelimit=30.0
PlayerProfile=TileFrenzy Challenger
AddedBots=TileFrenzy Cube.bot;TileFrenzy Cube.bot;TileFrenzy Cube.bot
PlayerMaxLives=0
BotMaxLives=0;0;0
PlayerTeam=1
BotTeams=2;2;2
MapName=TileFrenzy_05x.map
MapScale=1.0
BlockProjectilePredictors=true
BlockCheats=true
InvinciblePlayer=true
InvincibleBots=false
Timescale=1.0
BlockHealthbars=true
TimeRefilledByKill=0.0
ScoreToWin=1.0
ScorePerDamage=0.0
ScorePerKill=1.0
ScorePerMidairDirect=0.0
ScorePerAnyDirect=0.0
ScorePerTime=0.0
ScoreLossPerDamageTaken=0.0
ScoreLossPerDeath=0.0
ScoreLossPerMidairDirected=0.0
ScoreLossPerAnyDirected=0.0
ScoreMultAccuracy=true
ScoreMultDamageEfficiency=false
ScoreMultKillEfficiency=false
GameTag=Flick
WeaponHeroTag=Pistol
DifficultyTag=2
AuthorsTag=
BlockHitMarkers=false
BlockHitSounds=false
BlockMissSounds=false
BlockFCT=true
Description=Flick between three cubes that respawn instantly upon death. Kill as many as you can within 30 seconds!
GameVersion=2.0.1.1
ScorePerDistance=0.0
MBSEnable=false
MBSTime1=0.25
MBSTime2=0.5
MBSTime3=0.75
MBSTime1Mult=1.0
MBSTime2Mult=2.0
MBSTime3Mult=3.0
MBSFBInstead=false
MBSRequireEnemyAlive=false
LockFOVRange=false
LockedFOVMin=60.0
LockedFOVMax=120.0
LockedFOVScale=Clamped Horizontal
[Aim Profile]
Name=_
MinReactionTime=0.000001
MaxReactionTime=0.000001
MinSelfMovementCorrectionTime=0.000001
MaxSelfMovementCorrectionTime=0.000001
FlickFOV=90.0
FlickSpeed=10.0
FlickError=0.0
TrackSpeed=10.0
TrackError=0.0
MaxTurnAngleFromPadCenter=360.0
MinRecenterTime=0.0
MaxRecenterTime=0.0
OptimalAimFOV=360.0
OuterAimPenalty=0.0
MaxError=0.0
ShootFOV=90.0
VerticalAimOffset=0.0
MaxTolerableSpread=0.0
MinTolerableSpread=0.0
TolerableSpreadDist=100000.0
MaxSpreadDistFactor=1.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Bot Profile]
Name=TileFrenzy Sphere
DodgeProfileNames=Nothing
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=100.0
DodgeProfileMinChangeTime=100.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=_;_;_;_;_;_;_;_
WeaponSwitchTime=60.0
UseWeapons=false
CharacterProfile=Ghost_Flick
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Character Profile]
Name=Ghost_Flick
MaxHealth=1.0
WeaponProfileNames=TileFrenzy Challenge;;;;;;;
MinRespawnDelay=0.000001
MaxRespawnDelay=0.000001
StepUpHeight=0.0
CrouchHeightModifier=1.0
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=0.0
Acceleration=0.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=0.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=255.000 Y=255.000 Z=255.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=true
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Spheroid
MainBBHeight=120.0
MainBBRadius=60.0
MainBBHasHead=false
MainBBHeadRadius=0.1
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=2.0
ProjBBRadius=1.0
ProjBBHasHead=false
ProjBBHeadRadius=0.1
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=false
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.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=0.0
VerticalSpawnOffset=-1.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Dodge Profile]
Name=Nothing
MaxTargetDistance=100000.0
MinTargetDistance=0.0
ToggleLeftRight=false
ToggleForwardBack=false
MinLRTimeChange=0.2
MaxLRTimeChange=0.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.0
DamageReactionMinimumDelay=0.1
DamageReactionMaximumDelay=0.15
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.0
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=100.0
MaxProfileChangeTime=100.0
MinCrouchTime=10.0
MaxCrouchTime=10.0
MinJumpTime=0.0
MaxJumpTime=0.0
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=10.0
StrafeSwapMaxPause=10.0
BlockedMovementPercent=0.0
BlockedMovementReactionMin=0.0
BlockedMovementReactionMax=0.0
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
ForwardTimeMult=1.0
BackTimeMult=1.0
DamageReactionChangesFB=false
[Weapon Profile]
Name=TileFrenzy Challenge
Type=Hitscan
ShotsPerClick=1
DamagePerShot=100.0
KnockbackFactor=4.0
TimeBetweenShots=0.1
Pierces=false
Category=SemiAuto
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=1000000.0
GravityScale=1.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.1
ReloadTimeFromPartial=0.1
DamageFalloffStartDistance=1000000.0
DamageFalloffStopDistance=1000000.0
DamageAtMaxRange=100.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=false
ADSZoomDelay=0.000001
ADSZoomSensFactor=1.0
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.1
HitSoundCooldown=0.1
HitscanVisualOffset=X=0.000 Y=0.000 Z=-100.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=4.0
RecoilNegatable=false
DecalType=1
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=0.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=false
AimPunchAmount=0.0
AimPunchResetTime=0.0
AimPunchCooldown=0.0
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=false
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=90.0
ADSFOVScale=Vertical (1:1)
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.0
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=Gunshot
ParticleBodyImpact=None
ParticleProjectileTrail=None
ParticleHitscanTrace=None
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=0.1
DamageAtCenter=0.0
DamageAtEdge=0.0
SelfDamageMultiplier=0.0
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=1.0,1.0,0.0,0.0
SpreadSCA=1.0,1.0,0.0,0.0
SpreadMSA=1.0,1.0,0.0,0.0
SpreadMCA=1.0,1.0,0.0,0.0
SpreadSSH=1.0,1.0,0.0,0.0
SpreadSCH=1.0,1.0,0.0,0.0
SpreadMSH=1.0,1.0,0.0,0.0
SpreadMCH=1.0,1.0,0.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.1
TimeToRecoilReset=0.1
AAMode=2
AAPreferClosestPlayer=false
AAAlpha=0.0
AAMaxSpeed=360.0
AADeadZone=0.0
AAFOV=360.0
AANeedsLOS=true
TrackHorizontal=false
TrackVertical=false
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=true
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.0
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.175
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Map Data]
|
471d1216be422dd478e37749f2548b6de411ae46 | c90039f74887835096a93884110d643c4823e530 | /doc/oficial/dados para treinamento RNA/RNA_ANALISE_TECNICA/BIN/rna.sce | 70d9b92f2e0c52eaf0976108045a3e3d3b997a0e | [] | no_license | igorlima/CellInvest | da991366b329b5d8021e9b949d7b726023489ec8 | c5411247e504b8a8d0ad77d32d41bbd2aee39930 | refs/heads/master | 2020-04-06T03:40:05.614164 | 2012-10-23T12:58:20 | 2012-10-23T12:58:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 471 | sce | rna.sce | clear;
path_rna = get_absolute_file_path('rna.sce');
exec( path_rna+"\_input_data_file.sce" );
exec( path_rna+"\..\RNA_ANALISE_TECNICA.sce" );
printf( 'Iniciando rna...\n' );
input_data = getInputDataFile();
output_data = rna_indicador(input_data(1),input_data(2),input_data(3),input_data(4),input_data(5),input_data(6),input_data(7),input_data(8),input_data(9));
gravarDados( path_rna + '\output_data.txt', output_data );
printf( 'Rna executada com sucesso.' );
exit;
|
8bcad0c1f96d52c1c017f0767bb81119a8486c76 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3822/CH9/EX9.7/Ex9_5_1.sce | 4e6359ab8173f6c777a1655aee71f061f1027cb7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 692 | sce | Ex9_5_1.sce |
//OptoElectronics and Fibre Optics Communication, by C.K Sarkar and B.C Sarkar
//Example 9.7
//OS=Windows 10
////Scilab version Scilab 6.0.0-beta-2(64 bit)
clc;
clear;
//given
P1=100;//power at the input in microwatts
P2=83.2;//power at the output in microwatts
P3=35.5;//power at the ouput after connector in microwatts
L=1.8;//length of the added fibre in Km
alpha=1.5;//fiber attenuation in dB/L;
//case 1:
Ls=-10*log10(P2/P1);//insertion loss of connector in dB
mprintf("\n The insertion loss of connector is=%.2f dB",Ls);
//case 2:
deltaLs=-10*log10(P3/P1)-Ls-alpha*L;//excess loss of the connector
mprintf("\n The excess loss of connector is=%.2f dB",deltaLs);
|
c83b349146c40b26f7e470e0171a5fda5513b7ff | 449d555969bfd7befe906877abab098c6e63a0e8 | /1427/CH35/EX35.4/35_4.sce | d74985f6509d2cc93e110bb42c383de5273590b1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 247 | sce | 35_4.sce | //ques-35.4
//Calculating reduced mass of CN molecule
clc
C=12.011;//atomic weight of C (in amu)
N=14.0067;//atomic weight of N (in amu)
r_m=(C*N)/((C+N)*6.023*10^23);
printf("The reduced mass of CN molecule is %.4f*10^-26 kg.",r_m*10^23);
|
c77730444888f87114096c3c8f3b367bd6c4f4d7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2444/CH1/EX1.12/ex1_12.sce | a882bd6e32cf55810e1682f8639f1d1950b3f8cb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 527 | sce | ex1_12.sce | // Exa 1.12
clc;
clear;
close;
format('v',7)
// Given data
n_i = 2.5*10^13;// in /cm^3
miu_e = 3800;//in cm^2/V-s
miu_h = 1800;// in m^2/V-s
e = 1.6*10^-19;// in C
sigma_i = n_i*e*(miu_e+miu_h);// in (ohm-cm)^-1
disp(sigma_i,"The intrinsic conductivity in (ohm-cm)^-1 is");
n = 4.4*10^22;
impurity = 10^-7;
N_D = n*impurity;// in /cm^3
n = N_D;// in /cm^3
p = (n_i^2)/N_D;// in holes/cm^3
sigma_n = e*N_D*miu_e;// in (ohm-cm)^-1
disp(sigma_n,"The conductivity in N-type Ge semiconductor in (ohm-cm)^-1 is");
|
734d0d8a5fd6fdcbcb49d70d4c1a883a98818e7b | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects - Kopie/CONT/RK17UPQ/ATWM1_Working_Memory_MEG_RK17UPQ_Session1/ATWM1_Working_Memory_MEG_Salient_Cued_Run1.sce | fde62a15cf71abfc9f0ecc9396341561d1815007 | [] | 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,384 | 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 = 28;
default_font = "Arial";
default_background_color = 0 ,0 ,0 ;
write_codes=true; # for MEG only
begin;
#Picture definitions
box { height = 300; width = 300; color = 0, 0, 0;} frame1;
box { height = 290; width = 290; color = 255, 255, 255;} frame2;
box { height = 30; width = 4; color = 0, 0, 0;} fix1;
box { height = 4; width = 30; color = 0, 0, 0;} fix2;
box { height = 30; width = 4; color = 255, 0, 0;} fix3;
box { height = 4; width = 30; color = 255, 0, 0;} fix4;
box { height = 290; width = 290; color = 128, 128, 128;} background;
TEMPLATE "StimuliDeclaration.tem" {};
trial {
sound sound_incorrect;
time = 0;
duration = 1;
} wrong;
trial {
sound sound_correct;
time = 0;
duration = 1;
} right;
trial {
sound sound_no_response;
time = 0;
duration = 1;
} miss;
# Start of experiment (MEG only) - sync with CTF software
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
} expStart;
time = 0;
duration = 1000;
code = "ExpStart";
port_code = 80;
};
# baselinePre (at the beginning of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
}default;
time = 0;
duration = 10000;
#mri_pulse = 1;
code = "BaselinePre";
port_code = 91;
};
TEMPLATE "ATWM1_Working_Memory_MEG.tem" {
trigger_encoding trigger_retrieval cue_time preparation_time encoding_time single_stimulus_presentation_time delay_time retrieval_time intertrial_interval alerting_cross stim_enc1 stim_enc2 stim_enc3 stim_enc4 stim_enc_alt1 stim_enc_alt2 stim_enc_alt3 stim_enc_alt4 trial_code stim_retr1 stim_retr2 stim_retr3 stim_retr4 stim_cue1 stim_cue2 stim_cue3 stim_cue4 fixationcross_cued retr_code the_target_button posX1 posY1 posX2 posY2 posX3 posY3 posX4 posY4;
41 61 292 292 399 125 2142 2992 2592 fixation_cross gabor_063 gabor_126 gabor_040 gabor_081 gabor_063 gabor_126_alt gabor_040 gabor_081_alt "1_1_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2150_3000_2600_gabor_patch_orientation_063_126_040_081_target_position_2_4_retrieval_position_2" gabor_circ gabor_171_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_1_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_171_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 61 292 292 399 125 1792 2992 2492 fixation_cross gabor_158 gabor_142 gabor_023 gabor_092 gabor_158_alt gabor_142 gabor_023_alt gabor_092 "1_2_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2500_gabor_patch_orientation_158_142_023_092_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_070_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_2_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_070_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 61 292 292 399 125 1942 2992 2292 fixation_cross gabor_057 gabor_023 gabor_087 gabor_175 gabor_057 gabor_023_alt gabor_087 gabor_175_alt "1_3_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2300_gabor_patch_orientation_057_023_087_175_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_039_framed blank blank blank blank fixation_cross_target_position_2_4 "1_3_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_039_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 62 292 292 399 125 1892 2992 2142 fixation_cross gabor_178 gabor_053 gabor_068 gabor_098 gabor_178_alt gabor_053_alt gabor_068 gabor_098 "1_4_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2150_gabor_patch_orientation_178_053_068_098_target_position_1_2_retrieval_position_1" gabor_178_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_4_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_178_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 64 292 292 399 125 1742 2992 2192 fixation_cross gabor_084 gabor_172 gabor_066 gabor_028 gabor_084 gabor_172 gabor_066_alt gabor_028_alt "1_5_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_UncuedRetriev_300_300_399_1750_3000_2200_gabor_patch_orientation_084_172_066_028_target_position_3_4_retrieval_position_1" gabor_084_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_5_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_084_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 61 292 292 399 125 2092 2992 2142 fixation_cross gabor_002 gabor_174 gabor_117 gabor_030 gabor_002_alt gabor_174_alt gabor_117 gabor_030 "1_6_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2150_gabor_patch_orientation_002_174_117_030_target_position_1_2_retrieval_position_1" gabor_049_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_6_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_049_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 61 292 292 399 125 2242 2992 2092 fixation_cross gabor_152 gabor_029 gabor_111 gabor_135 gabor_152_alt gabor_029_alt gabor_111 gabor_135 "1_7_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2100_gabor_patch_orientation_152_029_111_135_target_position_1_2_retrieval_position_2" gabor_circ gabor_079_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_7_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_079_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 62 292 292 399 125 1792 2992 1992 fixation_cross gabor_032 gabor_005 gabor_076 gabor_141 gabor_032 gabor_005 gabor_076_alt gabor_141_alt "1_8_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2000_gabor_patch_orientation_032_005_076_141_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_076_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_8_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_076_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 62 292 292 399 125 2042 2992 2542 fixation_cross gabor_113 gabor_095 gabor_153 gabor_176 gabor_113 gabor_095_alt gabor_153 gabor_176_alt "1_9_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2550_gabor_patch_orientation_113_095_153_176_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_176_framed blank blank blank blank fixation_cross_target_position_2_4 "1_9_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_176_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 62 292 292 399 125 1792 2992 2442 fixation_cross gabor_056 gabor_141 gabor_166 gabor_027 gabor_056_alt gabor_141_alt gabor_166 gabor_027 "1_10_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2450_gabor_patch_orientation_056_141_166_027_target_position_1_2_retrieval_position_2" gabor_circ gabor_141_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_10_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_141_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 62 292 292 399 125 1842 2992 2442 fixation_cross gabor_115 gabor_131 gabor_150 gabor_008 gabor_115_alt gabor_131 gabor_150_alt gabor_008 "1_11_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2450_gabor_patch_orientation_115_131_150_008_target_position_1_3_retrieval_position_1" gabor_115_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_11_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_115_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 61 292 292 399 125 2092 2992 2342 fixation_cross gabor_086 gabor_111 gabor_028 gabor_167 gabor_086 gabor_111_alt gabor_028 gabor_167_alt "1_12_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2350_gabor_patch_orientation_086_111_028_167_target_position_2_4_retrieval_position_2" gabor_circ gabor_061_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_12_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_061_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 63 292 292 399 125 2092 2992 2042 fixation_cross gabor_129 gabor_161 gabor_006 gabor_083 gabor_129_alt gabor_161_alt gabor_006 gabor_083 "1_13_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_UncuedRetriev_300_300_399_2100_3000_2050_gabor_patch_orientation_129_161_006_083_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_145_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_13_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_145_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 61 292 292 399 125 2092 2992 1942 fixation_cross gabor_115 gabor_044 gabor_178 gabor_161 gabor_115 gabor_044_alt gabor_178_alt gabor_161 "1_14_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_1950_gabor_patch_orientation_115_044_178_161_target_position_2_3_retrieval_position_2" gabor_circ gabor_090_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_14_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_090_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 62 292 292 399 125 2142 2992 2392 fixation_cross gabor_142 gabor_164 gabor_035 gabor_081 gabor_142 gabor_164_alt gabor_035 gabor_081_alt "1_15_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2400_gabor_patch_orientation_142_164_035_081_target_position_2_4_retrieval_position_2" gabor_circ gabor_164_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_15_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_164_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 64 292 292 399 125 1842 2992 2242 fixation_cross gabor_131 gabor_096 gabor_172 gabor_016 gabor_131 gabor_096 gabor_172_alt gabor_016_alt "1_16_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_UncuedRetriev_300_300_399_1850_3000_2250_gabor_patch_orientation_131_096_172_016_target_position_3_4_retrieval_position_2" gabor_circ gabor_096_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_16_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_096_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 61 292 292 399 125 1992 2992 1942 fixation_cross gabor_139 gabor_098 gabor_058 gabor_121 gabor_139_alt gabor_098 gabor_058 gabor_121_alt "1_17_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_1950_gabor_patch_orientation_139_098_058_121_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_171_framed blank blank blank blank fixation_cross_target_position_1_4 "1_17_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_171_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 61 292 292 399 125 2142 2992 2392 fixation_cross gabor_078 gabor_126 gabor_042 gabor_148 gabor_078 gabor_126_alt gabor_042 gabor_148_alt "1_18_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2150_3000_2400_gabor_patch_orientation_078_126_042_148_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_098_framed blank blank blank blank fixation_cross_target_position_2_4 "1_18_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_098_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 62 292 292 399 125 1992 2992 2242 fixation_cross gabor_026 gabor_011 gabor_099 gabor_068 gabor_026 gabor_011_alt gabor_099 gabor_068_alt "1_19_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_2250_gabor_patch_orientation_026_011_099_068_target_position_2_4_retrieval_position_2" gabor_circ gabor_011_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_19_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_011_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 62 292 292 399 125 1842 2992 2492 fixation_cross gabor_067 gabor_180 gabor_144 gabor_039 gabor_067_alt gabor_180 gabor_144 gabor_039_alt "1_20_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2500_gabor_patch_orientation_067_180_144_039_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_20_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_067_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 62 292 292 399 125 1942 2992 2442 fixation_cross gabor_016 gabor_062 gabor_078 gabor_123 gabor_016_alt gabor_062_alt gabor_078 gabor_123 "1_21_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2450_gabor_patch_orientation_016_062_078_123_target_position_1_2_retrieval_position_1" gabor_016_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_21_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_016_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 62 292 292 399 125 2192 2992 1942 fixation_cross gabor_062 gabor_040 gabor_147 gabor_091 gabor_062_alt gabor_040 gabor_147 gabor_091_alt "1_22_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_1950_gabor_patch_orientation_062_040_147_091_target_position_1_4_retrieval_position_1" gabor_062_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_22_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_062_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 63 292 292 399 125 1792 2992 2192 fixation_cross gabor_078 gabor_012 gabor_034 gabor_094 gabor_078_alt gabor_012 gabor_034_alt gabor_094 "1_23_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_UncuedRetriev_300_300_399_1800_3000_2200_gabor_patch_orientation_078_012_034_094_target_position_1_3_retrieval_position_2" gabor_circ gabor_151_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_23_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_151_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 62 292 292 399 125 1942 2992 2342 fixation_cross gabor_167 gabor_023 gabor_108 gabor_046 gabor_167 gabor_023 gabor_108_alt gabor_046_alt "1_24_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2350_gabor_patch_orientation_167_023_108_046_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_24_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_046_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 62 292 292 399 125 2242 2992 2442 fixation_cross gabor_151 gabor_103 gabor_072 gabor_041 gabor_151 gabor_103_alt gabor_072 gabor_041_alt "1_25_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_2450_gabor_patch_orientation_151_103_072_041_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_041_framed blank blank blank blank fixation_cross_target_position_2_4 "1_25_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_041_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 61 292 292 399 125 1992 2992 2242 fixation_cross gabor_179 gabor_109 gabor_064 gabor_048 gabor_179_alt gabor_109_alt gabor_064 gabor_048 "1_26_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2250_gabor_patch_orientation_179_109_064_048_target_position_1_2_retrieval_position_1" gabor_134_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_26_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_134_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 61 292 292 399 125 1892 2992 2292 fixation_cross gabor_018 gabor_150 gabor_127 gabor_037 gabor_018 gabor_150_alt gabor_127_alt gabor_037 "1_27_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2300_gabor_patch_orientation_018_150_127_037_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_077_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_27_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_077_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 63 292 292 399 125 1792 2992 2342 fixation_cross gabor_138 gabor_167 gabor_100 gabor_118 gabor_138 gabor_167 gabor_100_alt gabor_118_alt "1_28_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_UncuedRetriev_300_300_399_1800_3000_2350_gabor_patch_orientation_138_167_100_118_target_position_3_4_retrieval_position_2" gabor_circ gabor_031_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_28_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_031_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 62 292 292 399 125 1892 2992 2142 fixation_cross gabor_115 gabor_170 gabor_138 gabor_100 gabor_115 gabor_170_alt gabor_138 gabor_100_alt "1_29_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2150_gabor_patch_orientation_115_170_138_100_target_position_2_4_retrieval_position_2" gabor_circ gabor_170_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_29_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_170_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 62 292 292 399 125 2092 2992 2542 fixation_cross gabor_022 gabor_159 gabor_053 gabor_176 gabor_022_alt gabor_159 gabor_053 gabor_176_alt "1_30_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2550_gabor_patch_orientation_022_159_053_176_target_position_1_4_retrieval_position_1" gabor_022_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_30_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_022_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 63 292 292 399 125 1892 2992 1942 fixation_cross gabor_163 gabor_098 gabor_075 gabor_039 gabor_163 gabor_098_alt gabor_075 gabor_039_alt "1_31_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_UncuedRetriev_300_300_399_1900_3000_1950_gabor_patch_orientation_163_098_075_039_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_123_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_31_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_123_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 61 292 292 399 125 2242 2992 1992 fixation_cross gabor_180 gabor_143 gabor_006 gabor_115 gabor_180 gabor_143_alt gabor_006 gabor_115_alt "1_32_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2000_gabor_patch_orientation_180_143_006_115_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_069_framed blank blank blank blank fixation_cross_target_position_2_4 "1_32_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_069_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 62 292 292 399 125 2242 2992 2042 fixation_cross gabor_007 gabor_089 gabor_173 gabor_024 gabor_007_alt gabor_089_alt gabor_173 gabor_024 "1_33_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_2050_gabor_patch_orientation_007_089_173_024_target_position_1_2_retrieval_position_1" gabor_007_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_33_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_007_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 61 292 292 399 125 1742 2992 1992 fixation_cross gabor_039 gabor_148 gabor_058 gabor_073 gabor_039_alt gabor_148 gabor_058_alt gabor_073 "1_34_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2000_gabor_patch_orientation_039_148_058_073_target_position_1_3_retrieval_position_1" gabor_179_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_34_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_179_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 61 292 292 399 125 1742 2992 2192 fixation_cross gabor_166 gabor_141 gabor_080 gabor_010 gabor_166_alt gabor_141 gabor_080_alt gabor_010 "1_35_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2200_gabor_patch_orientation_166_141_080_010_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_035_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_35_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_035_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 62 292 292 399 125 2042 2992 2092 fixation_cross gabor_118 gabor_052 gabor_160 gabor_086 gabor_118_alt gabor_052 gabor_160 gabor_086_alt "1_36_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2100_gabor_patch_orientation_118_052_160_086_target_position_1_4_retrieval_position_1" gabor_118_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_36_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_118_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 62 292 292 399 125 2092 2992 2192 fixation_cross gabor_027 gabor_087 gabor_053 gabor_143 gabor_027_alt gabor_087 gabor_053 gabor_143_alt "1_37_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2200_gabor_patch_orientation_027_087_053_143_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_143_framed blank blank blank blank fixation_cross_target_position_1_4 "1_37_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_143_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 64 292 292 399 125 1742 2992 2342 fixation_cross gabor_001 gabor_154 gabor_065 gabor_039 gabor_001_alt gabor_154 gabor_065 gabor_039_alt "1_38_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_UncuedRetriev_300_300_399_1750_3000_2350_gabor_patch_orientation_001_154_065_039_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_065_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_38_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_065_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 61 292 292 399 125 2042 2992 2492 fixation_cross gabor_005 gabor_062 gabor_169 gabor_039 gabor_005_alt gabor_062 gabor_169_alt gabor_039 "1_39_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2500_gabor_patch_orientation_005_062_169_039_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_121_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_39_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_121_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 61 292 292 399 125 2042 2992 2542 fixation_cross gabor_152 gabor_046 gabor_115 gabor_131 gabor_152 gabor_046_alt gabor_115_alt gabor_131 "1_40_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2550_gabor_patch_orientation_152_046_115_131_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_070_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_40_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_070_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 63 292 292 399 125 2192 2992 2142 fixation_cross gabor_178 gabor_137 gabor_098 gabor_008 gabor_178 gabor_137_alt gabor_098_alt gabor_008 "1_41_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_UncuedRetriev_300_300_399_2200_3000_2150_gabor_patch_orientation_178_137_098_008_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_056_framed blank blank blank blank fixation_cross_target_position_2_3 "1_41_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_056_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 62 292 292 399 125 1942 2992 2142 fixation_cross gabor_082 gabor_016 gabor_142 gabor_105 gabor_082 gabor_016_alt gabor_142 gabor_105_alt "1_42_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2150_gabor_patch_orientation_082_016_142_105_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_105_framed blank blank blank blank fixation_cross_target_position_2_4 "1_42_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_105_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 62 292 292 399 125 2192 2992 2292 fixation_cross gabor_022 gabor_105 gabor_038 gabor_154 gabor_022_alt gabor_105 gabor_038_alt gabor_154 "1_43_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2300_gabor_patch_orientation_022_105_038_154_target_position_1_3_retrieval_position_1" gabor_022_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_43_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_022_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 61 292 292 399 125 1742 2992 2242 fixation_cross gabor_123 gabor_095 gabor_018 gabor_037 gabor_123 gabor_095 gabor_018_alt gabor_037_alt "1_44_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2250_gabor_patch_orientation_123_095_018_037_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_44_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_176_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 61 292 292 399 125 1992 2992 1892 fixation_cross gabor_154 gabor_048 gabor_133 gabor_026 gabor_154_alt gabor_048 gabor_133 gabor_026_alt "1_45_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_1900_gabor_patch_orientation_154_048_133_026_target_position_1_4_retrieval_position_1" gabor_105_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_45_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_105_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 64 292 292 399 125 2042 2992 2592 fixation_cross gabor_077 gabor_127 gabor_096 gabor_021 gabor_077_alt gabor_127_alt gabor_096 gabor_021 "1_46_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_UncuedRetriev_300_300_399_2050_3000_2600_gabor_patch_orientation_077_127_096_021_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_021_framed blank blank blank blank fixation_cross_target_position_1_2 "1_46_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_021_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 61 292 292 399 125 2192 2992 2092 fixation_cross gabor_151 gabor_179 gabor_091 gabor_063 gabor_151 gabor_179 gabor_091_alt gabor_063_alt "1_47_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_2100_gabor_patch_orientation_151_179_091_063_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_041_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_47_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_041_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 62 292 292 399 125 1842 2992 1892 fixation_cross gabor_167 gabor_149 gabor_134 gabor_009 gabor_167 gabor_149_alt gabor_134_alt gabor_009 "1_48_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_1900_gabor_patch_orientation_167_149_134_009_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_134_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_48_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_134_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 62 292 292 399 125 1842 2992 2392 fixation_cross gabor_093 gabor_013 gabor_051 gabor_159 gabor_093_alt gabor_013_alt gabor_051 gabor_159 "1_49_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2400_gabor_patch_orientation_093_013_051_159_target_position_1_2_retrieval_position_1" gabor_093_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_49_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_093_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 61 292 292 399 125 1792 2992 2292 fixation_cross gabor_173 gabor_037 gabor_062 gabor_124 gabor_173_alt gabor_037 gabor_062_alt gabor_124 "1_50_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2300_gabor_patch_orientation_173_037_062_124_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_014_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_50_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_014_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 61 292 292 399 125 2042 2992 2542 fixation_cross gabor_141 gabor_085 gabor_124 gabor_160 gabor_141 gabor_085_alt gabor_124_alt gabor_160 "1_51_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2550_gabor_patch_orientation_141_085_124_160_target_position_2_3_retrieval_position_2" gabor_circ gabor_035_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_51_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_035_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 63 292 292 399 125 1892 2992 1892 fixation_cross gabor_092 gabor_074 gabor_138 gabor_161 gabor_092_alt gabor_074 gabor_138 gabor_161_alt "1_52_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_UncuedRetriev_300_300_399_1900_3000_1900_gabor_patch_orientation_092_074_138_161_target_position_1_4_retrieval_position_2" gabor_circ gabor_027_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_52_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_027_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 61 292 292 399 125 2142 2992 2092 fixation_cross gabor_018 gabor_153 gabor_138 gabor_123 gabor_018 gabor_153_alt gabor_138 gabor_123_alt "1_53_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2150_3000_2100_gabor_patch_orientation_018_153_138_123_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_075_framed blank blank blank blank fixation_cross_target_position_2_4 "1_53_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_075_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 62 292 292 399 125 1742 2992 2242 fixation_cross gabor_162 gabor_107 gabor_177 gabor_046 gabor_162_alt gabor_107_alt gabor_177 gabor_046 "1_54_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2250_gabor_patch_orientation_162_107_177_046_target_position_1_2_retrieval_position_1" gabor_162_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_54_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_162_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 63 292 292 399 125 1992 2992 2092 fixation_cross gabor_131 gabor_098 gabor_023 gabor_045 gabor_131 gabor_098 gabor_023_alt gabor_045_alt "1_55_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_UncuedRetriev_300_300_399_2000_3000_2100_gabor_patch_orientation_131_098_023_045_target_position_3_4_retrieval_position_1" gabor_180_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_55_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_180_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 62 292 292 399 125 1942 2992 2042 fixation_cross gabor_141 gabor_054 gabor_113 gabor_028 gabor_141 gabor_054 gabor_113_alt gabor_028_alt "1_56_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2050_gabor_patch_orientation_141_054_113_028_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_028_framed blank blank blank blank fixation_cross_target_position_3_4 "1_56_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_028_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 61 292 292 399 125 2242 2992 2342 fixation_cross gabor_067 gabor_137 gabor_016 gabor_093 gabor_067_alt gabor_137 gabor_016_alt gabor_093 "1_57_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2350_gabor_patch_orientation_067_137_016_093_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_154_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_57_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_154_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 62 292 292 399 125 2142 2992 2192 fixation_cross gabor_151 gabor_136 gabor_088 gabor_169 gabor_151 gabor_136_alt gabor_088 gabor_169_alt "1_58_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2200_gabor_patch_orientation_151_136_088_169_target_position_2_4_retrieval_position_2" gabor_circ gabor_136_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_58_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_136_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 61 292 292 399 125 2242 2992 1992 fixation_cross gabor_005 gabor_134 gabor_113 gabor_152 gabor_005 gabor_134_alt gabor_113 gabor_152_alt "1_59_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2000_gabor_patch_orientation_005_134_113_152_target_position_2_4_retrieval_position_2" gabor_circ gabor_088_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_59_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_088_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 61 292 292 399 125 1742 2992 1942 fixation_cross gabor_087 gabor_060 gabor_177 gabor_138 gabor_087 gabor_060_alt gabor_177 gabor_138_alt "1_60_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_1950_gabor_patch_orientation_087_060_177_138_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_003_framed blank blank blank blank fixation_cross_target_position_2_4 "1_60_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_003_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 64 292 292 399 125 2192 2992 1892 fixation_cross gabor_121 gabor_104 gabor_076 gabor_166 gabor_121_alt gabor_104 gabor_076_alt gabor_166 "1_61_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_UncuedRetriev_300_300_399_2200_3000_1900_gabor_patch_orientation_121_104_076_166_target_position_1_3_retrieval_position_2" gabor_circ gabor_104_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_61_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_104_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 62 292 292 399 125 2192 2992 2292 fixation_cross gabor_180 gabor_064 gabor_136 gabor_018 gabor_180 gabor_064 gabor_136_alt gabor_018_alt "1_62_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2300_gabor_patch_orientation_180_064_136_018_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_136_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_62_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_136_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 61 292 292 399 125 1992 2992 2592 fixation_cross gabor_175 gabor_154 gabor_065 gabor_026 gabor_175_alt gabor_154_alt gabor_065 gabor_026 "1_63_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2600_gabor_patch_orientation_175_154_065_026_target_position_1_2_retrieval_position_2" gabor_circ gabor_107_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_63_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_107_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 64 292 292 399 125 1842 2992 2492 fixation_cross gabor_126 gabor_069 gabor_040 gabor_004 gabor_126 gabor_069_alt gabor_040_alt gabor_004 "1_64_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_UncuedRetriev_300_300_399_1850_3000_2500_gabor_patch_orientation_126_069_040_004_target_position_2_3_retrieval_position_1" gabor_126_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_64_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_126_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 62 292 292 399 125 1792 2992 1992 fixation_cross gabor_085 gabor_173 gabor_008 gabor_143 gabor_085 gabor_173_alt gabor_008_alt gabor_143 "1_65_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2000_gabor_patch_orientation_085_173_008_143_target_position_2_3_retrieval_position_2" gabor_circ gabor_173_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_65_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_173_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 61 292 292 399 125 1942 2992 1892 fixation_cross gabor_085 gabor_166 gabor_061 gabor_029 gabor_085_alt gabor_166 gabor_061_alt gabor_029 "1_66_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_1900_gabor_patch_orientation_085_166_061_029_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_011_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_66_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_011_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 62 292 292 399 125 2142 2992 2392 fixation_cross gabor_088 gabor_047 gabor_113 gabor_028 gabor_088_alt gabor_047_alt gabor_113 gabor_028 "1_67_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2400_gabor_patch_orientation_088_047_113_028_target_position_1_2_retrieval_position_1" gabor_088_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_67_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_088_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 62 292 292 399 125 1842 2992 2042 fixation_cross gabor_079 gabor_006 gabor_115 gabor_168 gabor_079_alt gabor_006 gabor_115 gabor_168_alt "1_68_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2050_gabor_patch_orientation_079_006_115_168_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_168_framed blank blank blank blank fixation_cross_target_position_1_4 "1_68_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_168_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 64 292 292 399 125 1892 2992 2592 fixation_cross gabor_034 gabor_001 gabor_152 gabor_177 gabor_034_alt gabor_001_alt gabor_152 gabor_177 "1_69_Encoding_Working_Memory_MEG_P3_RL_Salient_NoChange_UncuedRetriev_300_300_399_1900_3000_2600_gabor_patch_orientation_034_001_152_177_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_152_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_69_Retrieval_Working_Memory_MEG_P3_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_152_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
41 61 292 292 399 125 1892 2992 2042 fixation_cross gabor_109 gabor_040 gabor_085 gabor_172 gabor_109_alt gabor_040 gabor_085 gabor_172_alt "1_70_Encoding_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2050_gabor_patch_orientation_109_040_085_172_target_position_1_4_retrieval_position_1" gabor_154_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_70_Retrieval_Working_Memory_MEG_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_154_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
};
# baselinePost (at the end of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
};
time = 0;
duration = 5000;
code = "BaselinePost";
port_code = 92;
}; |
25d562bdd3352ec8618d8efa5f3dad43de2d5f19 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1109/CH4/EX4.6/4_6.sce | 58029d05f60db37cb6e02e67ea605c1870b26ff6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 4_6.sce | clear;
clc;
dia=2*(10^-2);f=50;d=3.5;
r=dia/2;
Cab=0.01207/(log10(d/r))*(10^-6);
Xc=1/(2*%pi*f*Cab);
Bc=(1/Xc)*10^6;
printf("Capacitive susceptance per km = %f * 10^-6 mho/km",round(Bc*100)/100);
|
a01ff5370af21e07dfdebaa98f633025f713104e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2096/CH2/EX2.11/ex_2_11.sce | 59298fb7b6ca6877157f3c878c333fcd900b4d66 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex_2_11.sce |
//Example 2.11 // determine the possible phase angles
clc;
clear;
close;
//given data :
y1=1.25; // division
y2=2.5; // division
pi=asind(y1/y2);
disp("the possible angles,pi(degree) "+string(pi)+" or "+string(360-pi)+" = ")
|
bb196c0ba24ce2ab60fc96916f7c7fe7bfa6b374 | 449d555969bfd7befe906877abab098c6e63a0e8 | /278/CH25/EX25.2/ex_25_2.sce | 8bd47e742e819cfaf9776bb05e55b98f62df5a0d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 304 | sce | ex_25_2.sce | //find..
clc
//solution
//given
d=250//mm
r=125//mm
q=%pi/4
P=700//N
u=0.35
ub=(4*u*sin(q))/(2*q+sin(2*q))//eqivalent coffint of friction
//Ft=ub*Rn
//taking moment abt O
//700*(250+200)+Ft*50=Rn*200=Ft/ub*200=520*Ft
Ft=700*(250+200)/470//N
Tb=Ft*r
printf("torque applied is,%f N-mm\n",Tb) |
fb4ff8def333731870d4159cdf2aaa1c53534ee8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3864/CH9/EX9.4/Ex9_4.sce | ea72d26dd6de285064ba57d42dde13646ce8842c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 835 | sce | Ex9_4.sce | clear
//
//
//Initilization of Variables
D=400 //mm //Overall Depth
//Flanges
b=300 //mm //Width
t=50 //mm //Thickness
t2=30 //mm //Web Thickness
dell=10 //mm //Deflection
w=40 //N/mm //Load
FOS=1.75 //Factor of safety
E=2*10**5 //N/mm**2
//Calculations
//M.I at x-x axis
I_x=1*12**-1*(b*D**3-(b-t2)*b**3) //mm**4
//Central Deflection
//dell=5*w*L**4*(384*E*I)**-1
//After sub values in above equation and further simplifying we get
L=(dell*384*E*I_x*(5*w)**-1)**0.25
//M.I aty-y axis
I=1*12**-1*t*b**3+1*12**-1*b*t2**3+1*12**-1*t*b**3 //mm**4
I_y=1*12**-1*t*b**3+1*12**-1*b*t2**3+1*12**-1*t*b**3 //mm**4
//Both the Ends of column are hinged
//Crippling Load
P=%pi**2*E*I*(L**2)**-1 //N
//Safe Load
S=P*(FOS)**-1*10**-3 //N
//Result
printf("\n Safe Load if I-section is used as column with both Ends hhinged %0.2f KN",S)
|
9869cf48719200b7f2f35c66e1fbed906be6dc11 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3885/CH5/EX5.18/Ex5_18.sci | d5327b7650fa5a9a5e7e13ae6338d6f173e46c43 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 426 | sci | Ex5_18.sci | //control systems by Nagoor Kani A
//Edition 3
//Year of publication 2015
//Scilab version 6.0.0
//operating systems windows 10
// Example 5.28
clc;
clear;
s=poly(0,'s')//defines s as poly nomial variable
h=syslin('c',(s+2)/(s+1)*(s-1))//the given transfer function assigned to variable h
scf()
nyquist(h)
show_margins(h,'nyquist')
disp('open loop system is unstable')
disp('closed loop system is stable;' )
|
9ba89c0f308e80f1f643106b3b9a61ec3794fb82 | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/PG20.prev.tst | 499194a190f81c6346531dded5e14f79be802030 | [
"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 | 4,847 | tst | PG20.prev.tst | /* Generated at yyyy-mm-dd hh:mm by
java -cp dist/ramath.jar org.teherba.ramath.ProgramGenerator -l 2 -f test/PG20.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] + 2*m (A12*A13 + A22*A23 - A32*A33) 6{A12,A13,A22,A23,A32,A33}
[1] + m^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}
[2] + 2*m^3 (A11*A12 + A21*A22 - A31*A32) 6{A11,A12,A21,A22,A31,A32}
[3] + m^4 (A11*A11 + A21*A21 - A31*A31) 3{A11,A21,A31}
[4] + 1 (A13*A13 + A23*A23 - A33*A33) 3{A13,A23,A33}
minSize=3, maxSize=9
#---> nrows=3
#---> ncols=3
#---> isolated=a,b,c
#---> parameter=m
#---> rset0= - A13 + a - A12*m - A11*m^2; - A23 + b - A22*m - A21*m^2; - A33 + c - A32*m - A31*m^2; a^2 + b^2 - c^2
#---> poly1=A13^2 + A23^2 - A33^2 + 2*A12*A13*m + 2*A22*A23*m - 2*A32*A33*m + A12^2*m^2 + 2*A11*A13*m^2 + A22^2*m^2 + 2*A21*A23*m^2 - A32^2*m^2 - 2*A31*A33*m^2 + 2*A11*A12*m^3 + 2*A21*A22*m^3 - 2*A31*A32*m^3 + A11^2*m^4 + A21^2*m^4 - A31^2*m^4
#---> powerSum=a^2 + b^2 - c^2
#---> exponent=2
#---> pmat=[[A11,A12,A13],[A21,A22,A23],[A31,A32,A33]]
*/
int A11,A12,A13,A21,A22,A23,A31,A32,A33;
int sum0 = 0;
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) /* [3], 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) /* [4], minSize = 3 */ {
for (A12 = -2; A12 < 3; A12++) {
for (A22 = -2; A22 < 3; A22++) {
for (A32 = -2; A32 < 3; A32++) {
if (A12*A13 + A22*A23 - A32*A33 == 0) /* [0], minSize = 6 */ {
if (A11*A12 + A21*A22 - A31*A32 == 0) /* [2], minSize = 6 */ {
if (A12*A12 + 2*A11*A13 + A22*A22 + 2*A21*A23 - A32*A32 - 2*A31*A33 == 0) /* [1], minSize = 9 */ {
if (A11 != 0 || A12 != 0 || A13 != 0) /* row 1 != 0 */ {
if (A21 != 0 || A22 != 0 || A23 != 0) /* row 2 != 0 */ {
if (A31 != 0 || A32 != 0 || A33 != 0) /* row 3 != 0 */ {
printf("[");
printf("[%d,%d,%d]",A11,A12,A13);
printf(",");
printf("[%d,%d,%d]",A21,A22,A23);
printf(",");
printf("[%d,%d,%d]",A31,A32,A33);
printf("]");
reslines ++;
printf("\n");
}}}}}}}}}}}}}}}}}
printf("#---> reslines=%d\n", reslines);
} /* main */
#---> start of results ----
[[-2,-2,0],[0,-2,-1],[-2,-2,-1]]
[[-2,2,0],[0,2,-1],[-2,2,-1]]
[[-2,-2,0],[0,2,1],[-2,-2,-1]]
[[-2,2,0],[0,-2,1],[-2,2,-1]]
[[-2,-2,0],[0,-2,-1],[2,2,1]]
[[-2,2,0],[0,2,-1],[2,-2,1]]
[[-2,-2,0],[0,2,1],[2,2,1]]
[[-2,2,0],[0,-2,1],[2,-2,1]]
[[-1,-2,0],[0,-2,-2],[-1,-2,-2]]
[[-1,2,0],[0,2,-2],[-1,2,-2]]
[[-1,-2,0],[0,2,2],[-1,-2,-2]]
[[-1,2,0],[0,-2,2],[-1,2,-2]]
[[-1,0,1],[0,-2,0],[-1,0,-1]]
[[-1,0,1],[0,2,0],[-1,0,-1]]
[[-1,-2,0],[0,-2,-2],[1,2,2]]
[[-1,2,0],[0,2,-2],[1,-2,2]]
[[-1,-2,0],[0,2,2],[1,2,2]]
[[-1,2,0],[0,-2,2],[1,-2,2]]
[[-1,0,1],[0,-2,0],[1,0,1]]
[[-1,0,1],[0,2,0],[1,0,1]]
[[0,-2,-1],[-2,-2,0],[-2,-2,-1]]
[[0,2,-1],[-2,2,0],[-2,2,-1]]
[[0,-2,1],[-2,2,0],[-2,2,-1]]
[[0,2,1],[-2,-2,0],[-2,-2,-1]]
[[0,-2,-1],[-2,-2,0],[2,2,1]]
[[0,2,-1],[-2,2,0],[2,-2,1]]
[[0,-2,1],[-2,2,0],[2,-2,1]]
[[0,2,1],[-2,-2,0],[2,2,1]]
[[0,-2,-2],[-1,-2,0],[-1,-2,-2]]
[[0,2,-2],[-1,2,0],[-1,2,-2]]
[[0,-2,0],[-1,0,1],[-1,0,-1]]
[[0,2,0],[-1,0,1],[-1,0,-1]]
[[0,-2,2],[-1,2,0],[-1,2,-2]]
[[0,2,2],[-1,-2,0],[-1,-2,-2]]
[[0,-2,-2],[-1,-2,0],[1,2,2]]
[[0,2,-2],[-1,2,0],[1,-2,2]]
[[0,-2,0],[-1,0,1],[1,0,1]]
[[0,2,0],[-1,0,1],[1,0,1]]
[[0,-2,2],[-1,2,0],[1,-2,2]]
[[0,2,2],[-1,-2,0],[1,2,2]]
[[0,-2,-2],[1,2,0],[-1,-2,-2]]
[[0,2,-2],[1,-2,0],[-1,2,-2]]
[[0,-2,0],[1,0,-1],[-1,0,-1]]
[[0,2,0],[1,0,-1],[-1,0,-1]]
[[0,-2,2],[1,-2,0],[-1,2,-2]]
[[0,2,2],[1,2,0],[-1,-2,-2]]
[[0,-2,-2],[1,2,0],[1,2,2]]
[[0,2,-2],[1,-2,0],[1,-2,2]]
[[0,-2,0],[1,0,-1],[1,0,1]]
[[0,2,0],[1,0,-1],[1,0,1]]
[[0,-2,2],[1,-2,0],[1,-2,2]]
[[0,2,2],[1,2,0],[1,2,2]]
[[0,-2,-1],[2,2,0],[-2,-2,-1]]
[[0,2,-1],[2,-2,0],[-2,2,-1]]
[[0,-2,1],[2,-2,0],[-2,2,-1]]
[[0,2,1],[2,2,0],[-2,-2,-1]]
[[0,-2,-1],[2,2,0],[2,2,1]]
[[0,2,-1],[2,-2,0],[2,-2,1]]
[[0,-2,1],[2,-2,0],[2,-2,1]]
[[0,2,1],[2,2,0],[2,2,1]]
[[1,0,-1],[0,-2,0],[-1,0,-1]]
[[1,0,-1],[0,2,0],[-1,0,-1]]
[[1,-2,0],[0,2,-2],[-1,2,-2]]
[[1,2,0],[0,-2,-2],[-1,-2,-2]]
[[1,-2,0],[0,-2,2],[-1,2,-2]]
[[1,2,0],[0,2,2],[-1,-2,-2]]
[[1,0,-1],[0,-2,0],[1,0,1]]
[[1,0,-1],[0,2,0],[1,0,1]]
[[1,-2,0],[0,2,-2],[1,-2,2]]
[[1,2,0],[0,-2,-2],[1,2,2]]
[[1,-2,0],[0,-2,2],[1,-2,2]]
[[1,2,0],[0,2,2],[1,2,2]]
[[2,-2,0],[0,2,-1],[-2,2,-1]]
[[2,2,0],[0,-2,-1],[-2,-2,-1]]
[[2,-2,0],[0,-2,1],[-2,2,-1]]
[[2,2,0],[0,2,1],[-2,-2,-1]]
[[2,-2,0],[0,2,-1],[2,-2,1]]
[[2,2,0],[0,-2,-1],[2,2,1]]
[[2,-2,0],[0,-2,1],[2,-2,1]]
[[2,2,0],[0,2,1],[2,2,1]]
#---> reslines=80
|
d325b774e6e9cf37c9d959681533fcfebfb0583d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2090/CH10/EX10.1/Chapter10_example1.sce | 891ce3361c146dd1c21464ce6e18b715dc4895fd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,407 | sce | Chapter10_example1.sce | clc
clear
//Input data
bsfc=0.3;//The brake specific fuel consumption in kg/kWh
bp=250;//The brake power in kW
N=1500;//Number of cycles per min in rpm
CA=15;//Crank angle in degrees
pi1=30;//The pressure of air in the cylinder at the beginning of the injection in bar
pi2=60;//The pressure of air in the cylinder at the end of the injection in bar
pf1=220;//The fuel injection pressure at the beginning in bar
pf2=550;//The fuel injection pressure at the end in bar
Cd=0.65;//The coefficient of discharge for the injector
df=850;//The density of the fuel in kg/m^3
p1=1.013;//The atmospheric pressure in bar
n=4;//The number of orifices used in the nozzle
x=6;//Number of cylinders
pi=3.141;//The mathematical constant of pi
//Calculations
mf=bsfc*bp/60;//The mass flow rate of fuel in kg/min
F=(mf/(N/2))*(1/x);//Fuel injected per cycle per cylinder in kg
s=(CA/360)/(N/60);//Duration of injection in s
mf1=F/s;//Mass of fuel injected per second
p1=pf1-pi1;//Pressure difference at the beginning in bar
p2=pf2-pi2;//Pressure difference at the end in bar
pa=(p1+p2)/2;//Average pressure difference in bar
Af=[mf1/(Cd*(2*df*pa*10^5)^(1/2))]*10^6;//Area of cross section of the nozzle in mm^2
do=[(Af/n)*(4/pi)]^(1/2);//The diameter of the orifice in mm
//Output
printf('The nozzle area required per injection = %3.3f mm^2 \n The diameter of the orifice = %3.2f mm ',Af,do)
|
c0cea0a2d0dc178da14f76aff39ec4b81bec2260 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1775/CH6/EX6.17/Chapter6_Example17.sce | 1699e40ee8a3b667c49437be8af7db1a60a7574b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,357 | sce | Chapter6_Example17.sce | //Chapter-6, Illustration 17, Page 324
//Title: Refrigeration cycles
//=============================================================================
clc
clear
//INPUT DATA
T1=271;//Temperature at point 1 in K
T=265;//Temperature at point 1' in K
Ta=303;//Temperature at point 2' in K
Cpv=0.733;//Specific heat of vapour in kJ/kg
Cpl=1.235;//Specific heat of liquid in kJ/kg
h=184.07;//Liquid enthalpy at T in kJ/kg
s=0.7;//Entropy at point 1' in kJ/kg-K
sa=0.685;//Vapour entropy at Ta in kJ/kg-K
ha=199.62;//Enthalpy at point 2' in kJ/kg
hfb=64.59;//Liquid enthalpy at Ta in kJ/kg
DT3=5;//Temperature difference in oC
Q=2532;//Refrigeration capacity in kJ/min
//CALCULATIONS
s2=s+(Cpv*((log(T1/T))/(log(2.718))));//Entropy at point 1 in kJ/kg-K
h1=h+(Cpv*(T1-T));//Enthalpy at point 1 in kJ/kg-K
T2=(2.718^((s2-sa)/Cpv))*Ta;//Temperature at point 2 in K
h2=ha+(Cpv*(T2-Ta));//Enthalpy at point 2 in kJ/kg
h4=hfb-(Cpl*DT3);//Enthalpy at point 4 in kJ/kg
COP=(h1-h4)/(h2-h1);//Co-efficient of performance
m=Q/(h1-h4);//Mass flow rate of refrigerant in kJ/min
P=(m*(h2-h1))/(60*12);//Power required in kW/TR
//OUTPUT
mprintf('COP is %3.2f \n Theoretical power required per tonne of refrigeration is %3.3f kW/TR',COP,P)
//==============================END OF PROGRAM=================================
|
5231269619cd01e6b055e4f41b6c019900d3d01f | 54796c49c1aae4debd3cc035d4916dcf776ef077 | /other-project-info/ExoBandits.sci | 100810694cbfb4896a72686fd56f150396ab6b58 | [
"MIT"
] | permissive | X3N0-Life-Form/one-max-genetic-stuff | 83200a648a34e851bcec0e30dae06919bd528bad | 3c72f115f42adb852ce65d04ef9bf7c24cc20647 | refs/heads/master | 2020-05-18T13:50:39.666986 | 2015-02-26T13:05:41 | 2015-02-26T13:05:41 | 30,019,905 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,177 | sci | ExoBandits.sci |
function [a]=select_greedy(R)
K=length(R);
if sum(R)==0 then
a = choix_uniforme(K),
else
Amax=ActionMax(R); // choix équitable
a=Amax(choix_uniforme(length(Amax)));
end;
endfunction
function [a]=select_egreedy(R,epsilon)
K=length(R);
greedy = rand()>epsilon;
if greedy then
a=select_greedy(R),
else
a = choix_uniforme(K),
end;
endfunction
function [a]=UCB1(R,iter,Actions)
for i=1:length(R)
TempReward(i)=R(i)+sqrt((2*log10(iter))/(Actions(i)+1)),
end;
Amax=ActionMax(TempReward); // choix équitable
a=Amax(choix_uniforme(length(Amax)));
endfunction
function[a,NewProba]=roulette_adaptative(R,Proba,Pmin)
K=length(R);
if sum(R)==0 then
a = tirage_aleatoire(Proba),
NewProba = Proba,
else
for i=1:K
NewProba(i)= Pmin + ((1-K*Pmin)*(R(i)/sum(R))),
end,
a = tirage_aleatoire(NewProba),
end;
endfunction
function [a,NewProba]=adaptive_pursuit(R,Proba,Pmin,alpha)
K=length(Proba);
Pmax=1-((K-1)*Pmin);
// m à j des probabilités de sélection
[Best,Nbest]=max(R);
NewProba(Nbest)= Proba(Nbest) + alpha*(Pmax-Proba(Nbest));
for i=1:K
if i<>Nbest then
NewProba(i)= Proba(i) + alpha*(Pmin - Proba(i))
end
end;
// tirage aléatoire
a=tirage_aleatoire(NewProba);
endfunction
function [a]=choix_uniforme(nba)
a = floor(1+(nba)*rand()),
endfunction
function Amax=ActionMax(E)
valmax=E(1);
Amax(1)=1;
j=1;
for i=2:length(E)
if E(i)>valmax then
clear Amax,
Amax(1)=i,
valmax=E(i),
j=1,
else
if E(i)==valmax then
j=j+1;
Amax(j)=i;
end,
end;
end;
endfunction;
function [a]=tirage_aleatoire(Proba)
nba=length(Proba),
base=0;
for i=1:nba,
Wheel(i)=base+Proba(i),
base=base+Proba(i),
end;
candidats=find(Wheel>rand());
a=candidats(1);
endfunction
|
05e013d6da542284853a884880e1686d149cd021 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1619/CH4/EX4.6.1/Example4_6_1.sce | 5273570fc7543ce143e51b39b607cb00f6a7c82e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 698 | sce | Example4_6_1.sce | //Example 4.6.1 page 4.34
clc;
clear;
lamda = 1300*10^-9;
Id= 4*10^-9;
n=0.9;
Rl= 1000;
Pincident= 300*10^-9;
BW= 20*10^6;
q= 1.602*10^-19;
h= 6.625*10^-34;
v= 3*10^8;
Iq= sqrt((q*Pincident*n*lamda)/(h*v));
Iq= sqrt(Iq);
Iq=Iq*100; //converting in proper format for displaying...
printf("Mean square quantum noise current is %.2fx10^11 Amp",Iq);
I_dark= 2*q*BW*Id;
I_dark=I_dark*10^19;//converting in proper format for displaying...
printf("\n\nMean square dark current is %.3fx10^-19 Amp",I_dark);
k= 1.38*10^-23;
T= 25+273;
It= 4*k*T*BW/Rl;
It=It*10^16;//converting in proper format for displaying...
printf("\n\nMean square thermal nise current is %.2fx10^-16 Amp",It)
|
d4c9d2c072896abdab8e35b108f4f5bbefb3b020 | 449d555969bfd7befe906877abab098c6e63a0e8 | /172/CH17/EX17.7/ex7.sce | 37ad710db5b5be012936081dcea3d0881b4b275c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,075 | sce | ex7.sce | //ques7
//determining exit properties in a control volume
clear
clc
Po=1000;//stagnation pressure in kPa
To=360;//stagnation temperature in K
//when diverging section acting as nozzle
Pe1=0.0939*Po;//exit pressure of air in kPa
Te1=0.5089*To;//exit temperature in K
k=1.4;//constant
R=0.287;//gas constant for air
ce=sqrt(k*R*Te1*1000);//velocity of sound in exit section in m/s
Me=2.197;//mach number from table
ve1=Me*ce;//velocity of air at exit section in m/s
disp(" When diverging section act as a nozzle :-");
printf('Exit pressure = %.1f kPa \n',Pe1);
printf('Exit Temperature = %.1f K \n',Te1);
printf('Exit velocity = %.1f m/s \n',ve1);
//when diverging section act as diffuser
Me=0.308;
Pe2=0.0936*Po;//exit pressure of air in kPa
Te2=0.9812*To;//exit temperature in K
ce=sqrt(k*R*Te2*1000);//velocity of sound in exit section in m/s
ve2=Me*ce;
disp(" When diverging section act as a diffuser :-");
printf('Exit pressure = %.1f kPa \n',Pe2);
printf('Exit Temperature = %.1f K \n',Te2);
printf('Exit velocity = %.1f m/s \n',ve2);
|
b7af9cc0311f332b6c6dca53f58cc14ed4893758 | 449d555969bfd7befe906877abab098c6e63a0e8 | /572/CH13/EX13.2/c13_2.sce | d5a00f2cffca847462e322ba7a26f8752fa8359e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,728 | sce | c13_2.sce | //(13.2) Methane, CH4, is burned with dry air. The molar analysis of the products on a dry basis is CO2, 9.7%; CO, 0.5%; O2, 2.95%; and N2, 86.85%. Determine (a) the air–fuel ratio on both a molar and a mass basis, (b) the percent theoretical air, (c) the dew point temperature of the products, in C, if the mixture were cooled at 1 atm.
//solution
//part(a)
//The chemical equation
//a CH4 + b*(O2 + 3.76N2) ---> 9.7CO2 + .5CO + 2.95O2 + 86.85N2 + cH2O
//applying conservation of mass
a = 9.7 + .5
c = 2*a
b = [9.7*2+.5+2*2.95+c]/2
Ma = 28.97 //molar mass of air
MCH4 = 16.04 //molar mass of methane
//On a molar basis, the air–fuel ratio is
AFbar = b*(1+3.76)/a
//On a mass basis
AF = AFbar*(Ma/MCH4)
printf('the air-fuel ratio on a molar basis is: %f',AFbar)
printf('\nthe air-fuel ratio on a mass basis is: %f',AF)
//part(b)
//The balanced chemical equation for the complete combustion of methane with the theoretical amount of air is
//CH4 + 2(O2 + 3.76N2) ---> CO2 + 2H2O + 7.52N2
//The theoretical air–fuel ratio on a molar basis is
AFbartheo = 2*(1+3.76)/1
//The percent theoretical air is
Ta = AFbar/AFbartheo
printf('\n\nthe percent theoretical air is: %f',Ta*100)
//part(c)
//the mole fraction of the water vapor is
yv = 20.4/(100+20.4)
pv = yv*1
//Interpolating in Table A-2,
T = 57 //in degree celcius
printf('\n\nthe dew point temperature of the products, in C, if the mixture were cooled at 1 atm is: %f',T)
|
7bfcd470ff4f88046b9a27111238c81ede23ef8e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2102/CH4/EX4.29/exa_4_29.sce | 99f2d39898f63b06797fe7c60512be48f5a3c70a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 403 | sce | exa_4_29.sce | // Exa 4.29
clc;
clear;
close;
k= 1.38*10^-23;
T= 300;// in K (assume)
V_D= 0.7;// The depletion voltage for silicon
e=1.6*10^-19;// in C
// n_n/n_p= p_p/p_n = %e^(e*V_D/(k*T))
ratio= %e^(e*V_D/(k*T));// ratio of majority to minority charge carriers in n and p of a silicon semiconductor
disp(ratio,"Ratio of majority to minority charge carriers in n and p of a silicon semiconductor is : ")
|
2a64ef6e58dad5a507c503832a5444c3d48b00da | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set12/s_Higher_Engineering_Mathematics_B._S._Grewal_149.zip/Higher_Engineering_Mathematics_B._S._Grewal_149/CH2/EX2.3/ex3.sce | a5a52e2ea5b574c62621ef0d53bc6355c83142c0 | [] | 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 | 113 | sce | ex3.sce | errcatch(-1,"stop");mode(2);
syms a;
syms b;
syms c;
A=[a a^2 a^3-1;b b^2 b^3-1;c c^2 c^3-1]
det(A)
exit();
|
c1353e60c85d2ac1ba584fb91c9fa8c619decb12 | 449d555969bfd7befe906877abab098c6e63a0e8 | /779/CH15/EX15.1/15_1.sce | 2d2edc8b7e42f4317f97c7f06fd319cc2821f3f0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 865 | sce | 15_1.sce | Ps = 0.033363; P = 1.0132;
W2 = (0.622*Ps)/(P-Ps);
hfg2 = 2439.9; hf2 = 109.1; cpa = 1.005;
hg = 2559.9; hw1 = hg;
T2 = 25+273; T1 = 32+273;
W1 = (cpa*(T2-T1)+(W2*hfg2))/(hw1-hf2);
Pw = ((W1/0.622)*P)/(1+(W1/0.622));
disp("kg vap./kg dry air",W1,"Specific humidity is")
disp("bar",Pw,"Partial pressure of water vapour is")
disp("degree",24.1,"Dew point temperature is") // saturation temperature at 0.03 bar
Psat = 0.048; // at 32 degree
fi = Pw/Psat;
disp("%",fi*100,"Relative humidity is")
mu = (Pw/Ps)*((P-Ps)/(P-Pw));
disp(mu,"Degree of saturation is")
Pa = P-Pw;
Ra = 0.287; Tab = T1;
rho_a = (Pa*100)/(Ra*Tab);
disp("kg/m3",rho_a,"Density of dry air is")
rho_w = W1*rho_a;
disp("kg/m3",rho_w,"Density of water vapour is")
ta = 32; tdb = 32; tdp = 24.1;
h = cpa*ta + W1*(hg+1.88*(tdb-tdp));
disp("kJ/kg",h,"Enthalpy of the mixture is")
|
70d6b2ffb83671e7ed0927debcdc47a8dbe7ce7a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3428/CH12/EX6.12.3/Ex6_12_3.sce | ad40293a0c216bf4722ab0f838a32d99c89d9679 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 252 | sce | Ex6_12_3.sce | //Section-6,Example-3,Page no.-P.32
//To find the Mole fraction of glycine in given aqueous solution.
clc;
m_g=0.1*1 //moles of glycine
m_w=10^3/18 //moles of water in 1 kg of water
m_f=m_g/(m_g+m_w)
disp(m_f,'Mole fraction of glycine')
|
a835c91109908c88475bbe8a847c02fac1530229 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3809/CH18/EX18.7/EX18_7.sce | fbd0af61c69a2d163a9d2209bf4bdfd9d5c8e83f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,081 | sce | EX18_7.sce | //Chapter 18, Example 18.7
clc
//Initialisation
vcc=15 //voltage
RC=5.6*10**3 //resistance in ohm
RE=1.3*10**3 //resistance in ohm
R2=13*10**3 //resistance in ohm,
R1=82*10**3 //resistance in ohm
pi=3.14 //pi
fc=10 //frequency in hertz
VBE=0.7 //base to emitter voltage
//Calculation
VB=vcc*(R2/(R1+R2)) //Quiescent base voltage
VE=VB-VBE //Quiescent emitter voltage
IE=VE/RE //Quiescent emitter current
IC=IE //Quiescent collector current
VO=vcc-(IC*RC) //Quiescent collector voltage
//Results
printf("Quiescent base voltage = %.2f V\n",VB)
printf("Quiescent emitter voltage = %.2f V\n",VE)
printf("Quiescent emitter current = %.2f mA\n",IE*1000)
printf("Quiescent collector current = %.2f mA\n",IC*1000)
printf("Quiescent collector voltage = %.1f V\n",VO)
|
93d2700da2d1b165f2bd97920919110b5818e39e | 14b30ff5ef57588ecd4f45401bb9086e3888e8e1 | /edsonjParameters.sce | ce885e9ee1ebdf8c601d4888fe815f05562db213 | [] | no_license | Ivanobrc/L_P_I | d2fb06c0816bbb74d498733a272eca572d93c502 | dff17b6c142e8f2fa58d0e07334042d1db4c1330 | refs/heads/master | 2022-11-17T17:21:37.458719 | 2020-07-13T03:11:31 | 2020-07-13T03:11:31 | 279,197,157 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 564 | sce | edsonjParameters.sce | //Parametros del Pendulo
//masa del carro 0.696 kg, masa de la parte superior 0.017 kg, longitud de la barra 0.3 m,
//inercia del péndulo 0.0011 kg/m2. Este modelo presenta dos sensores, un ultrasónico
//HC-SR04 que mide la posición del carro y un sensor tipo MEMS MPU-6050 que mide el ángulo del péndulo.
//Parameters model of pendulum
M=0.696 //Mass of the cart(Kg)
m=0.017 //Pedulum mass(Kg)
l=0.3 //Pendulum length(m)
I=0.0011 //Inertia of the pendulum(Kgm2)
b=0.001 //Friction coefficient(Ns/m)
g=9.81 //Grvitational acceleration(m/s2)
|
6169733bbb3d5aedf248910e705de74b44ff4c1c | 3797f4ae070f4a8e41c7db3b7f424f98ca8e5459 | /Oracle.sce | 3a8cb7380a74c0d38492e1cc5604436c3a31198c | [] | no_license | bastiendechamps/OptiHydro | dc59dca84fb4c35e1c4ee42e21aae6d87ba0fe62 | 02bb24fb5117464d35731e9795be0375b657f1a2 | refs/heads/master | 2021-09-13T11:51:49.173927 | 2018-04-29T13:34:49 | 2018-04-29T13:34:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,368 | sce | Oracle.sce | // Premier oracle (fonction + gradient)
function [F,G,ind] = OraclePG(qc, ind)
q = q0+B*qc;
if ind == 2 then
F = (1/3)*q'*(r.*q.*abs(q)) + pr'*(Ar*q);
G = zeros(n-md,1);
elseif ind == 3 then
F = 0;
G = B'*((r.*q.*abs(q)) + Ar'*pr);
else
F = (1/3)*q'*(r.*q.*abs(q)) + pr'*(Ar*q);
G = B'*((r.*q.*abs(q)) + Ar'*pr);
end
endfunction
// Second oracle (fonction + gradient + hessienne)
function [F,G,H,ind] = OraclePH(qc, ind)
q = q0+B*qc;
if ind == 2 then
F = (1/3)*q'*(r.*q.*abs(q)) + pr'*(Ar*q);
G = zeros(n-md,1);
H = zeros(n-md,n-md);
elseif ind == 3 then
F = 0;
G = B'*((r.*q.*abs(q)) + Ar'*pr);
H = zeros(n,n);
elseif ind == 4 then
F = (1/3)*q'*(r.*q.*abs(q)) + pr'*(Ar*q);
G = B'*((r.*q.*abs(q)) + Ar'*pr);
H = zeros(n-md,n-md);
elseif ind == 5 then
F = 0;
G = zeros(n-md,1);
H = 2*B'*diag(r.*abs(q))*B;
elseif ind == 6 then
F = 0;
G = B'*((r.*q.*abs(q)) + Ar'*pr);
H = 2*B'*diag(r.*abs(q))*B;
elseif ind == 7 then
F = (1/3)*q'*(r.*q.*abs(q)) + pr'*(Ar*q);
G = B'*((r.*q.*abs(q)) + Ar'*pr);
H = 2*B'*diag(r.*abs(q))*B;
end
endfunction
|
27fc158180f7d5f282f554c9c9bcdea25996de3b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2453/CH8/EX8.11/8_11.sce | f6602264ad0131acb5512abebc62c867488b9020 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 331 | sce | 8_11.sce | //To calculate the electron concentration
Na = 5*10^23; //atoms of boron
Nd = 3*10^23; //arsenic atoms
p = 2*(Na-Nd)/2; //hole concentration per m^3
ni = 2*10^16; //intrinsic charge carriers per m^3
n = ni^2/p; //electron concentration per m^3
printf("electron concentration per m^3 is");
disp(n);
|
2991cca79b8b061c89f426b37117f6881915ae5d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1301/CH25/EX25.11/ex25_11.sce | daf88b0ba628fbd76838a78e7e48c7d45adb21fd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 340 | sce | ex25_11.sce | clc;
c=12.01; //mass of carbon
h=1.008; //mass of hydrogen
mass=((2*c)+(2*h)); //calculating mass
o=16.00; //mass of oxygen
moles=200/mass; //moles
mo=2*o*19.20; //mass of O2
disp(mo,"Mass of O2 in g= "); //displaying result
mc=((2*o)+c)*15.36; //mass of CO2;
disp(mc,"Mass of CO2 in g= "); //displaying result |
efbc23b578a54c62e78d7e50c40882940f1d1260 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2579/CH4/EX4.44/Ex4_44.txt | f4e939590540f5503d11f09a4f83a255b499c52a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 371 | txt | Ex4_44.txt | //Ex:4.44
clc;
clear;
close;
f=3*10^3;// frequency in MHz
y=300/f;// wavelength in m
Ap=26;// power gain in dB
Ap1=10^(Ap/10);// power gain
D=sqrt((Ap1*y^2)/6);// diameter of antenna in m
hpbw=(58*y)/D;// the half power point beam width in degree
printf("The diameter of antenna = %f cm", D*100);
printf("\n The half power point beam width = %f degree", hpbw); |
565e0cb37291344a3d9d995de9791c1d3f31f7c4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2198/CH1/EX1.11.6/Ex1_11_6.sce | 4b8550f77e967f5dc3616fd65bca390536c11f0a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 352 | sce | Ex1_11_6.sce | //Ex 1.11.6
clc;clear;close;
format('v',9);
//Given :
A=2.5*10^-4;//m^2
n=1.5*10^16;//per m^3
q=1.6*10^-19;//Coulomb
mu_n=0.14;//m^2/V-s
mu_p=0.05;//m^2/V-s
I=1.2*10^-3;//A
V=9;//Volts
ni=n;// per m^3
sigma_i=ni*q*(mu_n+mu_p);//(ohm-m)^-1
rho_i=1/sigma_i;//ohm-m
R=V/I;//ohm
l=R*A/rho_i;//m
disp(l*1000,"Length of the bar(mm) : ");
|
c553dac71a6cbe23d54060ab4f33967dcb7bbed6 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.18_4.tst | 27417b1084c3bf7d78a1074344c5d6959ff58d72 | [] | 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 | 542,081 | tst | 5.18_4.tst | 18 208:2 275:1 283:1 620:1 664:1 799:1 816:1 1296:2 1327:1 1328:1 1365:1 1719:1 1932:2 2148:1 2432:1 2466:1 2497:1 2531:2 2551:1 2659:2 2743:1 2783:1 2797:1 2817:1 2824:1 2996:1 3203:1 3404:1 3558:1 4148:1 4181:1 4230:1 4279:1 4281:1 4846:1 4953:1 5023:1 5414:1 5765:1 5773:1 6025:1 6173:1 6299:1 6545:1 6811:1 6826:1 6854:1 7027:1 7482:3 7683:1 7718:1 8218:1 8313:1 8657:1 8664:1 8690:1 9577:3 10090:1 10105:1 10269:1 10535:1 10729:1 10809:2 11033:1 11204:2 11937:1 12044:3 12205:1 12849:1 12991:1 13397:1 13453:1 13731:1 14017:1 14585:1 14647:2 14668:1 15099:1 15197:1 15273:1 15376:1 15506:1 15746:1 15882:1 15943:1 15961:2 15966:1 16428:1 16542:1 16549:1 16626:2 16632:1 17086:1 17276:1 17315:1 17340:1 17388:1 17617:1 17634:1 17846:1 17892:1 18445:2 18807:1 19093:1 19118:1 19259:1 19319:1 19570:1 19621:1 19740:1 19836:2 19852:1 19855:1 20121:1 20214:2 20271:2 20572:2 20590:1 20622:56 20956:1 21259:2 21415:1 21595:1 21638:1 22076:1 22117:1 22192:1 22557:1 22593:1 22660:1 22664:2 22673:1 22748:1 22890:2 23048:1 23081:1 23188:1 23517:1 23563:1 23671:1 23702:1 23780:2 24020:1 24281:1 24385:1 24462:1 24496:1 24613:1 24629:1 24666:1 24847:1 24855:1 24926:2 25006:1 25011:1 25021:1 25081:1 25190:1 25228:1 25294:1 25320:2 25499:1 25634:1 25707:1 25759:1 25883:1 26001:1 26041:2 26160:1 26402:1 26488:1 26549:1 26645:1 26822:1 27047:1 27060:1 27318:1 27327:1 27428:2 27521:1 27692:1 27814:1 27905:1 27915:1 28055:1 28072:1 28534:1 28745:1 28802:3 28986:1 29116:3 29159:1 29175:1 29183:2 29294:1 29392:1 29409:1 29606:1 29655:1 29669:1 29710:2 30230:1 30486:1 30582:1 30713:2 31069:1 31683:1 31744:1 31770:1 31902:1
18 136:1 208:4 275:1 283:2 620:1 664:1 784:1 799:1 816:1 936:1 1064:1 1296:4 1327:2 1328:1 1365:2 1525:1 1572:1 1719:1 1793:1 1932:4 2081:1 2148:2 2244:1 2249:1 2432:1 2438:1 2466:2 2478:1 2497:1 2531:3 2551:2 2659:4 2743:1 2783:2 2797:1 2817:2 2824:2 2963:1 2996:1 3203:1 3316:1 3330:1 3404:2 3558:1 4148:1 4181:1 4230:1 4279:2 4281:1 4542:1 4846:2 4953:2 5023:2 5414:1 5701:1 5765:1 5773:2 5917:1 6025:1 6173:2 6299:1 6545:1 6625:1 6794:1 6811:2 6826:1 6854:2 7027:1 7038:1 7044:1 7149:1 7156:1 7320:1 7482:5 7511:1 7683:1 7718:1 8218:1 8313:1 8636:1 8657:1 8664:2 8690:2 8894:1 9171:1 9475:1 9546:1 9577:5 9656:1 9687:1 10090:1 10105:2 10269:1 10535:1 10568:1 10729:2 10809:4 11033:1 11175:1 11204:3 11937:1 12044:5 12205:1 12664:1 12849:1 12991:1 13377:1 13397:1 13453:2 13731:2 13899:1 14017:2 14585:1 14647:4 14668:2 14806:1 15099:1 15197:2 15247:1 15273:1 15336:1 15376:1 15506:2 15746:1 15882:1 15943:1 15961:3 15966:2 16428:2 16542:2 16549:1 16610:1 16626:3 16632:2 17086:1 17162:2 17276:1 17315:2 17340:1 17388:1 17446:1 17617:2 17634:1 17820:1 17846:2 17892:1 18164:1 18315:1 18445:4 18772:2 18807:2 18968:1 19093:1 19118:1 19259:2 19319:2 19570:1 19621:2 19740:2 19836:4 19852:1 19855:2 20121:1 20163:1 20172:1 20214:4 20271:3 20572:3 20590:2 20622:131 20759:1 20956:1 21259:4 21415:1 21595:3 21638:2 21739:1 22076:1 22117:1 22192:1 22461:1 22557:2 22593:2 22660:1 22664:4 22673:2 22748:1 22890:3 23032:1 23048:1 23081:1 23188:1 23243:1 23517:1 23563:1 23671:2 23702:2 23780:4 24020:2 24281:1 24333:1 24385:1 24386:1 24462:2 24496:1 24613:2 24629:1 24666:2 24847:2 24855:2 24926:3 25006:1 25011:1 25021:2 25081:2 25190:1 25228:2 25263:1 25294:1 25320:4 25499:1 25634:2 25646:1 25707:2 25759:2 25883:1 26001:2 26041:4 26160:2 26402:2 26488:2 26549:1 26645:2 26704:1 26822:1 27047:2 27060:2 27318:1 27327:2 27428:4 27521:2 27577:1 27692:1 27814:1 27819:1 27887:1 27905:2 27915:2 28055:2 28072:1 28534:1 28745:1 28802:5 28838:1 28986:1 29116:5 29159:1 29175:1 29183:3 29294:1 29392:1 29409:1 29606:2 29655:2 29669:1 29710:4 30230:1 30458:1 30486:1 30519:1 30523:1 30582:1 30713:4 31069:2 31683:2 31701:1 31744:2 31770:2 31902:2
18 136:1 208:4 275:1 283:2 339:1 620:1 664:1 677:1 784:1 799:1 816:1 936:1 1064:1 1296:4 1327:2 1328:1 1365:2 1511:1 1512:1 1525:1 1564:1 1572:1 1623:1 1719:1 1793:1 1932:4 2081:1 2118:1 2148:2 2244:1 2249:1 2259:1 2307:1 2358:1 2406:1 2424:1 2432:1 2438:1 2466:2 2478:1 2497:1 2531:4 2551:2 2602:1 2659:4 2743:1 2783:2 2797:1 2815:1 2817:2 2824:2 2940:1 2963:1 2996:1 3066:1 3171:1 3203:1 3316:1 3330:1 3404:2 3423:1 3478:1 3528:1 3558:1 3981:1 4148:1 4181:1 4230:1 4279:2 4281:1 4542:1 4573:1 4846:2 4953:2 5023:2 5050:1 5214:1 5223:1 5414:1 5701:1 5765:1 5773:2 5917:1 6025:1 6173:2 6299:1 6545:1 6625:1 6727:1 6783:1 6794:1 6811:2 6826:1 6854:2 6924:1 6956:1 7007:1 7027:2 7038:1 7044:1 7138:1 7149:1 7156:1 7320:1 7482:5 7511:1 7543:1 7683:1 7718:1 8218:2 8306:1 8313:1 8636:1 8657:1 8663:1 8664:2 8690:2 8894:1 9100:1 9171:1 9303:1 9475:1 9546:1 9577:5 9656:1 9687:1 9860:1 10021:1 10090:1 10105:2 10269:1 10535:1 10568:1 10729:2 10809:4 11033:1 11175:1 11204:4 11937:1 12044:5 12205:1 12246:1 12427:1 12495:1 12664:1 12849:1 12933:1 12991:1 13046:1 13137:1 13377:1 13397:1 13453:2 13731:2 13899:1 14017:2 14085:1 14351:1 14585:1 14647:4 14668:2 14806:1 15010:1 15099:1 15197:2 15247:1 15273:2 15336:1 15376:1 15506:2 15746:1 15882:1 15943:1 15961:4 15966:2 16077:1 16081:1 16268:1 16428:2 16538:1 16542:2 16549:1 16570:1 16571:1 16610:1 16626:3 16632:2 17086:1 17162:3 17192:1 17226:1 17276:1 17315:2 17340:1 17388:1 17446:1 17617:2 17634:1 17820:1 17846:2 17892:1 18164:1 18315:1 18445:4 18700:1 18772:3 18807:2 18968:1 19093:1 19118:1 19123:1 19173:1 19259:2 19319:2 19391:1 19404:1 19570:1 19621:2 19740:2 19836:4 19842:1 19852:1 19855:2 20121:1 20163:1 20172:1 20214:4 20271:4 20572:4 20590:2 20622:261 20759:1 20956:1 21259:4 21415:1 21501:1 21595:4 21638:2 21739:1 22076:1 22090:1 22117:1 22192:1 22461:1 22557:2 22593:2 22660:1 22664:4 22673:2 22748:1 22773:1 22890:3 23032:1 23037:1 23048:1 23081:1 23188:1 23243:1 23487:1 23494:1 23517:1 23563:1 23671:2 23702:2 23780:4 24020:2 24281:1 24333:1 24385:1 24386:1 24462:2 24496:1 24510:1 24613:2 24629:1 24666:2 24847:2 24855:2 24926:3 25006:1 25011:1 25021:2 25081:2 25190:1 25228:2 25263:1 25294:1 25320:4 25499:1 25634:2 25646:1 25707:2 25759:2 25883:1 26001:2 26021:1 26041:4 26160:2 26328:1 26402:2 26488:2 26496:1 26549:1 26645:2 26704:1 26822:1 26878:1 27028:1 27047:2 27060:2 27318:1 27327:2 27428:4 27521:2 27577:1 27692:1 27790:1 27814:1 27819:1 27884:1 27887:1 27905:2 27915:2 28009:1 28055:2 28072:1 28085:1 28312:1 28534:1 28745:1 28802:5 28838:1 28986:1 29116:5 29159:1 29175:1 29183:4 29294:1 29392:1 29409:1 29506:1 29606:2 29655:2 29669:1 29710:4 30040:1 30230:1 30458:1 30486:1 30506:1 30519:1 30523:1 30567:1 30582:1 30713:4 31069:2 31683:2 31701:1 31744:2 31770:2 31902:2
18 136:1 208:4 275:1 283:2 339:1 372:1 620:1 664:1 677:1 707:1 784:1 799:1 816:1 936:1 1001:1 1064:1 1296:4 1327:2 1328:1 1331:1 1365:2 1400:1 1511:1 1512:1 1525:1 1564:2 1572:1 1584:1 1623:1 1719:1 1793:1 1871:1 1932:4 2081:1 2118:1 2148:2 2244:1 2249:1 2259:1 2307:1 2358:1 2406:2 2418:1 2424:1 2432:1 2438:1 2466:2 2478:1 2497:1 2516:1 2531:5 2551:2 2602:2 2659:4 2743:1 2783:2 2797:1 2815:1 2817:2 2824:2 2940:1 2963:1 2996:1 3066:1 3171:2 3203:1 3279:1 3316:1 3330:1 3404:2 3423:1 3478:1 3528:1 3558:1 3981:1 4136:1 4145:1 4148:1 4171:1 4181:1 4230:1 4279:2 4281:1 4423:1 4542:1 4573:1 4817:1 4846:2 4851:1 4953:2 5023:2 5050:1 5098:1 5214:1 5223:1 5315:1 5414:1 5701:1 5765:1 5773:2 5883:1 5917:1 6025:1 6173:2 6299:1 6399:1 6412:1 6545:1 6625:1 6727:1 6783:1 6794:1 6811:2 6826:1 6854:2 6924:1 6956:1 7007:1 7027:2 7038:1 7042:1 7044:1 7138:1 7149:1 7156:1 7320:1 7482:5 7511:1 7543:1 7635:1 7683:1 7718:1 7722:1 8134:1 8218:2 8306:1 8313:1 8636:1 8657:1 8663:1 8664:2 8690:2 8877:1 8894:1 9100:1 9171:1 9221:1 9274:1 9303:2 9313:1 9316:1 9475:1 9546:1 9577:5 9656:1 9687:1 9860:1 10021:1 10054:1 10081:1 10090:1 10105:2 10269:1 10535:1 10568:1 10729:3 10809:4 11033:1 11051:1 11175:1 11204:5 11375:1 11688:1 11937:1 11990:1 12044:5 12205:1 12246:1 12385:1 12427:1 12495:1 12664:1 12849:1 12933:1 12991:1 13046:1 13058:1 13089:1 13137:1 13377:1 13397:1 13430:1 13436:1 13446:1 13453:2 13731:2 13899:1 14017:2 14085:1 14351:2 14585:1 14647:4 14668:2 14773:1 14806:1 14844:1 14875:1 14906:1 14914:1 15010:1 15099:1 15103:1 15197:2 15247:1 15273:2 15284:1 15336:1 15376:1 15506:2 15637:1 15684:1 15746:1 15882:1 15888:1 15943:1 15961:5 15966:2 16022:1 16077:1 16081:1 16268:1 16428:2 16538:1 16542:2 16549:1 16570:1 16571:1 16610:1 16626:3 16632:2 16809:1 16891:1 17086:1 17162:3 17192:1 17226:1 17276:1 17315:2 17340:1 17388:1 17446:1 17617:2 17634:1 17799:1 17820:1 17846:2 17892:1 18152:1 18164:1 18181:1 18315:1 18445:4 18700:1 18772:3 18807:2 18968:1 18984:1 19093:1 19118:1 19123:1 19173:1 19259:2 19313:1 19319:2 19364:1 19391:1 19404:1 19450:1 19570:1 19605:1 19621:2 19740:2 19750:1 19785:1 19807:1 19836:4 19842:1 19852:1 19855:2 19906:1 19928:1 20121:2 20163:1 20172:1 20214:4 20271:5 20386:1 20572:5 20590:2 20622:399 20759:1 20956:1 21089:1 21259:4 21415:1 21419:1 21501:1 21595:4 21638:2 21739:1 21990:1 22076:1 22090:1 22117:1 22192:1 22282:1 22461:1 22557:2 22593:2 22660:1 22664:4 22673:2 22748:1 22773:1 22890:3 23032:1 23037:1 23048:1 23081:1 23187:1 23188:1 23243:1 23295:1 23474:1 23487:1 23494:1 23517:1 23563:1 23658:1 23671:2 23702:2 23780:4 23908:1 24020:2 24205:1 24256:1 24281:1 24333:1 24385:1 24386:1 24462:2 24496:1 24510:1 24612:1 24613:2 24629:1 24666:2 24847:2 24855:2 24926:3 24956:1 25006:1 25011:1 25021:2 25081:2 25158:1 25190:1 25228:2 25263:1 25294:2 25320:4 25347:1 25499:1 25514:1 25610:1 25625:1 25634:2 25646:1 25655:1 25707:2 25759:2 25811:1 25883:1 26001:2 26021:1 26041:4 26160:2 26328:1 26378:1 26402:2 26488:2 26496:1 26544:1 26549:1 26645:2 26704:1 26822:1 26878:1 26902:1 27028:1 27047:2 27060:2 27318:1 27327:2 27337:1 27428:4 27521:2 27526:1 27577:1 27692:1 27790:1 27814:1 27819:1 27884:1 27887:1 27905:2 27915:2 28009:1 28055:2 28072:1 28085:1 28230:1 28312:1 28534:1 28569:1 28733:1 28745:1 28802:5 28838:1 28986:1 29116:5 29159:1 29175:1 29183:5 29236:1 29294:1 29392:1 29409:1 29496:1 29506:1 29573:1 29606:2 29655:2 29669:1 29683:1 29710:4 30040:1 30230:1 30458:1 30486:1 30506:1 30519:1 30523:1 30567:2 30582:1 30711:1 30713:4 30758:1 30972:1 31069:2 31204:1 31599:1 31683:2 31685:1 31701:1 31724:1 31744:2 31770:2 31902:2
18 8:1 136:1 208:4 253:1 275:1 283:2 299:1 339:1 372:1 620:1 635:1 647:1 664:1 677:1 707:1 784:1 799:1 816:1 936:1 964:1 1001:1 1030:1 1064:1 1237:1 1296:4 1327:2 1328:1 1331:1 1365:2 1400:1 1511:1 1512:1 1525:1 1564:2 1572:1 1584:1 1623:2 1710:1 1719:1 1793:1 1868:1 1871:2 1932:4 2081:1 2093:1 2118:1 2148:2 2244:1 2249:1 2254:1 2259:1 2307:1 2358:1 2374:1 2406:2 2418:1 2424:1 2428:1 2432:1 2438:1 2466:2 2478:1 2497:2 2516:1 2531:7 2551:2 2602:2 2613:1 2659:4 2743:1 2751:1 2783:2 2797:1 2815:1 2817:2 2824:2 2940:2 2963:1 2996:1 3066:2 3170:1 3171:2 3203:1 3279:1 3316:1 3330:1 3404:2 3423:1 3478:1 3528:1 3558:1 3934:1 3981:1 4017:1 4043:1 4136:1 4145:1 4148:1 4171:1 4181:2 4230:1 4279:2 4281:1 4423:1 4542:1 4573:1 4817:1 4846:2 4851:1 4953:2 5023:2 5050:1 5098:1 5214:1 5223:1 5315:1 5368:1 5414:1 5576:1 5701:1 5765:1 5773:2 5852:1 5883:2 5917:1 6025:1 6173:2 6299:1 6399:1 6412:1 6545:1 6625:1 6727:1 6783:1 6794:1 6811:2 6826:1 6854:2 6924:1 6956:1 7007:1 7027:2 7038:1 7042:1 7044:1 7062:1 7138:1 7149:1 7156:1 7320:1 7452:1 7482:5 7511:1 7543:1 7635:1 7678:1 7681:1 7683:1 7718:1 7722:1 8134:1 8218:2 8306:1 8313:1 8340:1 8597:1 8614:1 8636:1 8657:2 8663:1 8664:2 8683:1 8690:3 8877:1 8894:1 9100:1 9171:1 9221:1 9263:1 9274:2 9303:2 9310:1 9313:1 9316:1 9475:1 9528:1 9546:1 9577:5 9656:1 9668:1 9687:1 9773:1 9792:1 9860:2 10021:1 10028:1 10054:1 10081:1 10090:1 10105:2 10269:1 10535:1 10568:1 10711:1 10729:3 10809:4 10854:1 11033:1 11051:1 11175:1 11204:7 11375:1 11618:1 11688:2 11796:1 11902:1 11937:1 11990:2 12044:5 12205:2 12234:1 12246:1 12385:1 12427:1 12495:1 12664:1 12849:1 12933:1 12984:1 12991:1 13045:1 13046:2 13058:1 13089:1 13137:1 13377:1 13397:2 13430:1 13436:1 13446:1 13453:2 13558:1 13688:1 13731:2 13899:1 14017:2 14085:1 14113:1 14351:2 14416:1 14585:1 14647:4 14667:1 14668:2 14773:2 14806:1 14844:1 14875:1 14906:1 14914:1 14944:1 15010:1 15099:1 15103:1 15197:2 15247:1 15273:2 15284:1 15336:1 15376:1 15506:2 15637:1 15684:1 15746:1 15882:1 15888:1 15943:1 15961:7 15966:2 16022:1 16077:2 16081:1 16268:1 16428:2 16538:1 16542:2 16549:1 16570:1 16571:1 16610:1 16626:3 16632:2 16809:1 16891:2 16944:1 17086:1 17162:4 17192:1 17226:1 17276:1 17311:1 17315:2 17340:1 17388:1 17446:1 17492:1 17514:1 17617:2 17634:1 17799:1 17820:1 17846:2 17892:1 17894:1 18052:1 18152:1 18164:1 18181:1 18315:1 18439:1 18445:4 18700:1 18772:4 18807:2 18968:1 18984:1 18990:1 19093:1 19118:1 19123:1 19173:1 19259:2 19313:1 19319:2 19349:1 19364:1 19381:1 19391:1 19396:1 19404:1 19450:1 19558:1 19570:1 19605:1 19621:2 19740:2 19750:1 19779:1 19785:1 19807:2 19836:4 19842:1 19852:1 19855:2 19906:1 19928:1 20121:4 20163:1 20172:1 20214:4 20271:7 20386:1 20572:7 20590:2 20622:508 20759:1 20825:1 20877:1 20956:1 21086:1 21089:1 21190:1 21259:4 21303:1 21311:1 21324:1 21415:1 21419:1 21501:1 21595:6 21638:2 21644:1 21686:1 21739:1 21990:1 22008:1 22076:1 22083:1 22090:1 22093:1 22117:1 22192:1 22282:1 22461:1 22509:1 22557:2 22593:2 22660:1 22664:4 22673:2 22748:1 22763:1 22773:1 22890:3 23032:1 23037:1 23048:1 23081:1 23187:1 23188:1 23243:1 23295:1 23474:1 23487:1 23494:1 23517:1 23563:1 23658:1 23671:2 23702:2 23723:1 23780:4 23908:1 24020:2 24205:1 24222:1 24256:1 24281:1 24333:1 24385:1 24386:1 24462:2 24496:1 24510:1 24612:1 24613:2 24629:1 24666:2 24847:2 24855:2 24926:3 24949:1 24956:1 25006:1 25011:1 25021:2 25081:2 25158:1 25169:1 25190:1 25228:2 25263:1 25294:3 25320:4 25347:2 25499:1 25508:1 25514:2 25610:1 25625:1 25634:2 25646:1 25655:1 25707:2 25759:2 25811:1 25883:1 26001:2 26021:1 26041:4 26160:2 26328:1 26332:1 26378:1 26402:2 26488:2 26496:1 26544:1 26549:1 26645:2 26704:1 26822:1 26878:1 26892:1 26902:1 27028:1 27047:2 27060:2 27318:1 27327:2 27337:1 27387:1 27428:4 27521:2 27526:1 27539:1 27577:1 27616:1 27692:1 27790:1 27814:1 27819:1 27884:1 27887:1 27905:2 27915:2 28009:1 28055:2 28072:1 28085:1 28230:1 28312:1 28449:1 28490:1 28534:1 28569:1 28684:1 28733:1 28745:1 28802:5 28838:1 28986:1 29043:1 29055:1 29116:5 29159:1 29175:1 29183:7 29236:1 29294:1 29392:1 29409:1 29496:1 29497:1 29506:1 29573:1 29606:2 29644:1 29655:2 29669:1 29683:1 29710:4 29887:1 29938:1 30040:1 30224:1 30230:1 30458:2 30486:1 30495:1 30506:1 30519:1 30523:1 30538:1 30567:2 30582:1 30653:1 30657:1 30711:1 30713:4 30758:1 30873:1 30908:1 30972:1 31069:2 31204:1 31257:1 31374:1 31599:1 31683:2 31685:1 31701:1 31724:1 31744:2 31770:2 31902:2
18 8:1 19:1 136:1 208:4 238:1 253:1 275:1 283:2 299:1 334:1 339:1 372:1 620:1 635:1 642:1 647:1 664:1 677:1 707:1 716:1 784:1 799:2 816:1 836:1 936:1 964:2 1001:1 1030:1 1064:1 1237:1 1296:4 1326:1 1327:2 1328:1 1331:1 1365:2 1392:1 1400:1 1511:1 1512:1 1525:1 1564:2 1572:1 1584:1 1623:2 1710:1 1719:1 1781:1 1793:1 1868:1 1871:3 1932:4 2081:1 2084:1 2093:1 2118:1 2148:2 2174:1 2181:1 2244:1 2249:1 2254:2 2259:1 2307:1 2358:1 2374:1 2406:2 2418:1 2422:1 2424:1 2428:1 2432:1 2438:1 2466:2 2478:1 2480:1 2497:2 2516:1 2517:1 2531:7 2551:2 2602:3 2613:1 2644:1 2659:4 2740:1 2743:1 2751:1 2783:2 2797:1 2799:1 2815:1 2817:2 2824:2 2940:2 2941:1 2963:1 2996:1 3066:2 3170:1 3171:2 3203:1 3279:1 3316:1 3330:1 3404:2 3423:1 3478:1 3528:1 3549:1 3558:1 3576:1 3632:1 3934:1 3981:1 3995:1 4017:2 4043:1 4136:1 4145:1 4148:1 4171:1 4181:2 4230:1 4279:2 4281:1 4367:1 4371:1 4423:1 4542:1 4573:1 4817:1 4846:2 4851:1 4895:1 4953:2 5018:1 5023:2 5050:1 5098:1 5107:1 5121:1 5185:1 5214:1 5223:1 5315:1 5368:2 5414:1 5417:1 5576:1 5592:1 5602:1 5701:2 5765:1 5773:2 5852:1 5883:2 5917:1 6025:1 6041:1 6085:1 6161:1 6173:2 6299:1 6399:1 6412:1 6545:1 6582:1 6625:1 6727:1 6783:1 6792:1 6794:1 6811:2 6826:1 6854:2 6924:1 6956:1 7007:1 7027:2 7038:1 7042:1 7044:2 7062:1 7138:1 7149:1 7156:1 7159:1 7320:1 7452:1 7482:5 7511:1 7543:1 7635:1 7678:1 7681:1 7683:1 7718:1 7722:1 7770:1 7814:1 7885:1 8134:1 8218:2 8251:1 8306:1 8313:1 8340:2 8597:1 8614:1 8636:1 8657:2 8663:1 8664:2 8683:1 8690:4 8877:1 8894:1 9100:1 9171:1 9221:2 9263:1 9274:2 9303:2 9310:1 9313:1 9316:1 9475:1 9528:2 9546:1 9577:5 9656:1 9668:1 9671:1 9672:1 9687:1 9773:1 9792:1 9860:2 10021:1 10028:1 10054:1 10081:1 10090:1 10105:2 10248:1 10269:1 10535:1 10568:1 10711:1 10729:3 10809:4 10854:1 11033:1 11051:1 11099:1 11175:1 11204:7 11355:1 11375:1 11524:1 11618:1 11688:2 11796:2 11902:1 11937:1 11990:2 12044:5 12205:2 12208:1 12233:1 12234:1 12246:1 12385:1 12405:1 12427:1 12495:1 12664:1 12849:1 12933:1 12984:1 12991:1 13045:1 13046:2 13058:1 13089:1 13137:1 13377:1 13397:2 13430:1 13436:1 13446:1 13453:2 13540:1 13558:1 13688:1 13731:2 13899:1 14017:2 14085:1 14113:1 14190:1 14200:1 14351:2 14416:1 14421:1 14574:1 14585:1 14598:1 14647:4 14667:1 14668:2 14747:1 14773:2 14806:1 14821:1 14844:1 14875:1 14906:1 14914:1 14944:1 15010:1 15021:1 15099:1 15103:1 15182:1 15197:2 15247:1 15273:2 15284:1 15336:1 15376:1 15506:2 15556:1 15637:1 15684:1 15746:1 15882:1 15888:1 15907:1 15943:1 15961:7 15966:2 16017:1 16022:1 16077:2 16081:1 16143:1 16268:1 16428:2 16538:1 16542:2 16549:1 16570:1 16571:1 16610:1 16626:4 16632:2 16809:1 16861:1 16891:2 16944:1 17086:1 17162:4 17192:1 17226:1 17276:1 17311:1 17315:2 17340:1 17388:1 17446:1 17492:1 17514:1 17617:2 17634:1 17646:1 17697:1 17722:1 17799:1 17818:1 17820:1 17846:2 17892:1 17894:1 18052:1 18152:1 18164:1 18181:1 18315:1 18359:1 18439:1 18445:4 18700:1 18772:4 18807:2 18968:1 18984:1 18990:1 19076:1 19093:1 19118:1 19123:1 19173:1 19259:2 19313:1 19319:2 19335:1 19339:1 19349:1 19362:1 19364:1 19381:1 19391:1 19396:1 19404:1 19450:1 19558:1 19570:2 19605:1 19621:2 19740:2 19750:1 19779:1 19785:1 19807:2 19836:4 19842:1 19852:1 19855:2 19906:1 19928:1 20121:4 20163:1 20172:1 20177:1 20214:4 20271:7 20386:1 20480:1 20572:7 20590:2 20622:662 20704:1 20759:1 20825:1 20877:1 20956:1 21086:1 21089:1 21190:1 21259:4 21303:1 21311:1 21324:1 21329:1 21405:1 21415:1 21419:1 21501:1 21511:1 21572:1 21595:7 21638:3 21644:1 21686:1 21739:1 21812:1 21990:1 22008:1 22038:1 22076:1 22083:1 22090:1 22093:1 22117:1 22192:1 22228:1 22282:1 22295:1 22379:1 22461:1 22509:1 22557:2 22593:2 22660:1 22664:4 22673:2 22748:1 22763:1 22773:1 22835:1 22890:4 23032:1 23037:1 23048:1 23064:1 23081:1 23104:1 23187:1 23188:1 23191:1 23243:1 23295:1 23474:1 23487:1 23494:1 23517:1 23563:1 23658:1 23671:2 23702:2 23714:1 23723:1 23764:1 23780:4 23908:1 24020:2 24205:1 24222:1 24256:1 24281:1 24333:1 24385:1 24386:1 24462:2 24496:2 24510:1 24519:1 24562:1 24594:1 24612:1 24613:2 24629:1 24666:2 24715:1 24810:1 24847:2 24851:1 24855:2 24860:1 24893:1 24926:4 24949:1 24956:1 24993:1 25001:1 25006:1 25011:1 25014:1 25021:2 25081:2 25158:1 25169:1 25190:1 25228:2 25253:1 25263:1 25294:3 25320:4 25347:3 25432:1 25483:1 25499:1 25507:1 25508:1 25514:2 25610:1 25625:1 25634:2 25646:1 25655:1 25707:2 25759:2 25811:1 25883:1 26001:2 26021:1 26041:4 26083:1 26160:2 26328:1 26332:1 26378:1 26402:2 26408:1 26488:2 26496:1 26544:1 26549:1 26645:2 26699:1 26704:1 26822:1 26878:1 26880:1 26892:1 26902:1 27028:1 27047:2 27060:2 27318:1 27327:2 27337:1 27387:1 27428:4 27521:2 27526:1 27539:1 27577:1 27616:1 27692:1 27790:1 27814:1 27819:1 27884:1 27887:1 27905:2 27915:2 28009:1 28055:2 28072:1 28085:1 28128:1 28230:1 28276:1 28312:1 28325:1 28372:1 28411:1 28449:1 28490:1 28534:1 28569:1 28684:1 28733:1 28745:1 28802:5 28838:1 28851:1 28986:1 29043:1 29055:1 29116:5 29159:1 29163:1 29175:1 29183:7 29236:1 29280:1 29294:1 29305:1 29339:1 29392:1 29409:1 29496:1 29497:1 29506:1 29530:1 29557:1 29573:1 29606:2 29644:1 29655:2 29669:1 29683:1 29710:4 29887:1 29938:1 29969:1 30040:1 30131:1 30187:1 30224:1 30230:1 30308:1 30443:1 30458:4 30486:1 30495:1 30504:1 30506:1 30519:1 30523:1 30538:1 30567:2 30582:1 30605:1 30653:1 30657:1 30711:1 30713:4 30758:1 30763:1 30873:1 30908:1 30972:1 31069:2 31125:1 31204:1 31257:1 31374:1 31599:1 31683:2 31685:1 31701:1 31724:1 31744:2 31770:2 31774:1 31902:2
18 8:1 19:1 136:1 208:4 237:1 238:1 253:1 275:1 283:2 299:1 334:1 339:1 372:1 555:1 620:1 635:1 642:1 647:1 664:1 677:1 707:1 716:1 784:1 799:2 816:1 836:1 936:1 964:2 1000:1 1001:1 1030:1 1064:1 1165:1 1237:1 1296:4 1326:1 1327:2 1328:1 1331:1 1348:1 1365:2 1392:1 1400:1 1492:1 1511:1 1512:1 1525:1 1564:2 1572:1 1584:1 1623:2 1703:1 1710:1 1719:1 1781:1 1793:1 1868:1 1871:3 1932:4 1977:1 2081:1 2084:1 2093:1 2118:1 2148:2 2174:1 2181:1 2241:1 2244:1 2249:1 2254:3 2259:1 2307:1 2358:1 2374:1 2383:1 2406:2 2418:1 2422:1 2424:1 2428:1 2432:1 2438:1 2466:2 2478:1 2480:1 2481:1 2497:2 2516:1 2517:1 2531:8 2551:2 2602:3 2613:1 2644:1 2659:4 2740:1 2743:1 2751:1 2763:1 2783:2 2796:1 2797:1 2799:1 2815:1 2817:2 2824:2 2940:2 2941:1 2963:1 2996:1 3066:2 3170:2 3171:2 3203:1 3279:1 3316:1 3328:1 3330:1 3404:2 3423:1 3478:1 3528:1 3549:1 3558:1 3576:1 3632:1 3934:1 3981:1 3995:1 4017:2 4043:1 4136:1 4145:1 4148:1 4171:1 4181:2 4230:1 4279:2 4281:1 4367:1 4371:1 4423:1 4466:1 4542:1 4549:1 4573:1 4651:1 4817:1 4846:2 4851:1 4895:1 4953:2 5018:1 5023:2 5050:1 5098:1 5107:1 5121:1 5185:1 5214:1 5223:1 5315:1 5368:2 5414:4 5417:1 5576:1 5592:1 5602:1 5690:1 5701:2 5765:1 5773:2 5852:1 5883:2 5917:1 6025:1 6041:1 6085:1 6161:1 6173:2 6299:1 6399:1 6412:1 6545:1 6582:1 6625:1 6727:1 6768:1 6783:1 6792:1 6794:2 6811:2 6826:1 6854:2 6924:1 6956:1 7007:1 7027:2 7038:1 7042:1 7044:2 7062:1 7138:1 7149:1 7156:1 7159:1 7320:1 7452:1 7482:5 7511:1 7543:1 7635:1 7678:1 7681:1 7683:1 7718:1 7722:1 7770:1 7794:1 7814:1 7885:1 7992:1 8034:1 8134:1 8218:2 8251:1 8306:1 8313:1 8340:3 8471:1 8597:1 8614:1 8636:1 8642:2 8657:2 8663:1 8664:2 8669:1 8683:1 8690:5 8776:1 8877:1 8894:1 9077:1 9100:1 9171:1 9221:2 9249:1 9263:1 9274:2 9303:2 9310:1 9313:1 9316:1 9475:1 9528:3 9546:1 9577:5 9656:1 9668:1 9671:1 9672:1 9676:1 9687:1 9773:1 9792:1 9860:2 10021:1 10028:1 10044:1 10054:1 10081:1 10090:1 10105:2 10164:1 10196:1 10248:1 10269:1 10405:1 10535:1 10568:1 10576:1 10617:1 10711:1 10729:3 10809:4 10854:1 10962:1 11033:1 11051:1 11099:1 11175:1 11204:8 11323:1 11355:1 11375:1 11524:1 11537:1 11582:1 11617:1 11618:1 11628:2 11688:2 11796:3 11841:1 11884:1 11902:2 11937:1 11983:1 11990:2 12044:5 12118:1 12205:2 12208:1 12233:1 12234:1 12246:1 12385:1 12405:1 12427:1 12441:1 12495:1 12664:1 12762:1 12849:1 12933:1 12959:1 12984:1 12991:2 13009:1 13021:1 13045:1 13046:2 13058:1 13089:1 13137:1 13377:1 13397:2 13430:1 13436:1 13446:1 13453:2 13540:1 13558:1 13688:1 13731:2 13899:1 14017:2 14085:1 14113:2 14190:1 14200:1 14341:1 14351:2 14416:1 14421:1 14551:1 14574:1 14585:1 14598:1 14647:4 14657:1 14667:1 14668:2 14747:1 14773:2 14806:1 14821:2 14844:1 14875:1 14906:1 14914:1 14944:1 15010:1 15021:1 15099:1 15103:1 15182:1 15197:2 15247:1 15273:2 15284:1 15336:1 15376:1 15385:1 15431:1 15506:2 15556:1 15637:1 15684:1 15746:1 15878:1 15882:1 15888:1 15907:1 15943:1 15961:8 15966:2 16017:1 16022:1 16077:2 16081:1 16143:1 16268:1 16419:1 16428:2 16538:1 16542:2 16549:1 16570:1 16571:1 16610:1 16626:4 16632:2 16809:1 16861:1 16873:1 16891:2 16944:1 17086:1 17162:4 17192:1 17226:1 17276:1 17311:1 17315:2 17340:1 17348:1 17388:1 17446:1 17492:1 17514:1 17554:1 17617:2 17634:1 17646:2 17697:1 17722:1 17799:1 17818:1 17820:1 17846:2 17892:1 17894:1 17925:1 18051:1 18052:1 18152:1 18164:1 18181:1 18210:1 18315:1 18359:1 18439:1 18445:4 18572:1 18700:1 18703:1 18772:4 18807:2 18968:1 18984:2 18990:1 19063:2 19076:1 19093:1 19118:1 19123:1 19173:1 19233:1 19259:2 19313:1 19319:2 19335:1 19339:1 19341:1 19349:2 19362:1 19364:1 19381:1 19391:1 19396:1 19404:1 19450:1 19504:1 19558:1 19570:2 19605:1 19621:2 19725:1 19740:2 19750:1 19779:1 19785:1 19797:1 19807:2 19836:4 19842:1 19852:1 19853:1 19855:2 19906:1 19928:1 20121:4 20163:1 20172:1 20177:1 20214:4 20271:8 20386:1 20480:1 20572:8 20590:2 20622:752 20704:1 20759:1 20825:1 20859:1 20873:1 20877:1 20956:1 21086:1 21089:1 21119:1 21190:1 21259:4 21303:1 21311:1 21324:1 21329:1 21350:1 21400:1 21405:2 21415:1 21419:1 21479:1 21501:1 21511:1 21531:1 21572:1 21595:7 21638:3 21644:1 21686:1 21739:1 21812:1 21974:1 21990:1 22008:1 22038:1 22076:1 22083:1 22090:1 22093:1 22117:1 22192:1 22228:1 22256:1 22282:1 22295:1 22379:1 22461:2 22509:1 22545:1 22557:2 22593:2 22660:1 22664:4 22673:2 22748:1 22749:1 22763:1 22773:1 22806:1 22835:1 22890:4 23004:1 23032:1 23037:1 23048:1 23064:1 23081:1 23104:1 23187:1 23188:1 23191:1 23243:1 23295:2 23474:1 23487:1 23494:1 23517:1 23556:1 23563:1 23617:1 23658:1 23671:2 23702:2 23714:1 23723:1 23764:1 23780:4 23860:1 23908:1 23954:1 23997:1 24020:2 24032:1 24154:1 24205:1 24222:1 24256:1 24262:1 24281:1 24333:1 24382:1 24385:1 24386:1 24414:1 24462:2 24496:2 24510:1 24519:1 24562:1 24591:1 24594:1 24612:1 24613:2 24629:1 24666:2 24715:1 24810:1 24847:2 24851:1 24855:2 24860:1 24893:1 24926:4 24949:1 24956:1 24993:1 25001:1 25006:1 25011:1 25014:1 25021:2 25081:2 25158:1 25169:1 25190:1 25228:2 25239:1 25253:1 25263:1 25294:3 25320:4 25347:3 25432:1 25483:1 25499:1 25507:1 25508:1 25514:2 25585:1 25610:1 25625:1 25634:2 25646:1 25655:1 25707:2 25759:2 25787:1 25811:1 25883:1 26001:2 26021:1 26041:4 26083:1 26092:1 26149:1 26160:2 26244:1 26328:1 26332:1 26378:1 26402:2 26408:1 26488:2 26496:1 26544:1 26549:1 26556:1 26645:2 26699:1 26704:1 26822:1 26878:1 26880:1 26892:1 26893:1 26902:1 27028:1 27047:2 27060:2 27143:1 27263:1 27318:1 27327:2 27337:1 27357:1 27387:1 27428:4 27521:2 27526:1 27539:1 27577:1 27616:1 27692:1 27790:1 27814:1 27819:1 27884:1 27887:1 27905:2 27915:2 27973:1 28009:1 28055:2 28059:1 28072:1 28085:1 28128:1 28230:1 28276:1 28312:1 28325:1 28372:1 28411:1 28425:1 28449:1 28490:1 28534:1 28569:1 28684:1 28733:1 28745:1 28802:5 28838:1 28851:1 28986:1 29012:1 29043:1 29055:1 29116:5 29159:1 29163:1 29175:1 29183:8 29236:1 29280:1 29294:1 29305:1 29339:1 29392:1 29409:1 29496:1 29497:1 29506:1 29530:1 29557:1 29573:1 29606:2 29644:1 29655:2 29669:1 29683:1 29710:4 29776:1 29833:1 29887:1 29938:1 29941:1 29952:1 29969:1 30040:1 30131:1 30187:1 30224:1 30230:1 30308:1 30443:1 30458:5 30466:1 30486:1 30495:1 30501:1 30504:1 30506:1 30519:1 30523:1 30538:1 30567:2 30582:1 30592:1 30605:1 30653:1 30657:1 30711:1 30713:4 30758:1 30763:1 30873:1 30908:1 30972:1 31069:2 31125:1 31201:1 31204:1 31257:1 31374:2 31599:1 31636:1 31659:1 31683:2 31685:1 31701:1 31724:1 31744:2 31760:1 31770:2 31774:1 31902:2
18 8:1 19:1 62:1 136:1 208:4 237:1 238:1 253:1 275:1 283:2 288:1 299:1 334:1 339:2 372:1 555:1 620:1 635:1 642:1 647:1 664:1 677:1 707:1 716:1 774:1 784:1 799:2 816:1 836:1 915:1 936:1 964:2 1000:1 1001:1 1030:1 1064:1 1165:1 1237:1 1296:4 1326:1 1327:2 1328:1 1331:2 1348:1 1365:2 1392:1 1400:1 1492:1 1504:1 1511:1 1512:1 1525:1 1564:2 1572:1 1584:1 1623:2 1703:1 1710:1 1719:1 1781:1 1793:1 1796:1 1868:1 1871:3 1932:4 1977:1 2081:1 2084:1 2093:1 2118:1 2148:2 2174:1 2181:1 2241:1 2244:1 2249:1 2254:3 2259:1 2282:1 2307:1 2358:1 2374:1 2383:1 2406:2 2418:1 2422:1 2424:1 2428:2 2432:1 2438:1 2466:2 2478:1 2480:1 2481:1 2497:2 2516:1 2517:1 2531:9 2551:2 2602:4 2613:1 2641:1 2644:1 2659:4 2740:1 2743:1 2751:1 2763:1 2783:2 2796:1 2797:1 2799:1 2815:1 2817:2 2824:2 2940:2 2941:1 2963:1 2996:1 3066:2 3077:1 3170:2 3171:3 3203:1 3212:1 3279:1 3316:1 3328:1 3330:1 3404:2 3423:2 3478:1 3528:1 3532:1 3549:1 3558:1 3576:1 3614:1 3632:1 3934:1 3981:1 3995:1 4017:2 4043:1 4090:1 4136:1 4145:1 4148:1 4171:1 4181:2 4230:1 4279:2 4281:1 4292:1 4367:1 4371:1 4423:1 4428:1 4442:1 4466:1 4542:1 4549:1 4573:1 4651:1 4817:1 4846:2 4851:1 4895:1 4953:2 5018:1 5023:2 5050:2 5079:1 5098:1 5107:1 5121:1 5185:1 5214:1 5223:1 5302:1 5315:1 5368:2 5414:4 5417:1 5540:1 5576:1 5592:1 5602:1 5690:1 5701:2 5733:1 5765:1 5773:2 5852:1 5883:2 5917:1 5935:1 6025:1 6041:1 6077:1 6085:1 6133:1 6161:1 6173:2 6208:1 6299:1 6399:1 6412:1 6545:2 6582:1 6625:1 6727:1 6768:1 6783:1 6792:1 6794:2 6811:2 6826:1 6854:2 6924:1 6956:2 7007:1 7027:3 7038:1 7042:1 7044:2 7062:1 7138:1 7149:1 7150:1 7156:1 7159:1 7320:1 7331:1 7452:1 7482:5 7511:1 7543:1 7635:1 7678:1 7681:1 7683:1 7718:1 7722:1 7770:1 7794:1 7814:1 7885:1 7926:1 7992:1 8034:1 8134:1 8218:2 8251:1 8306:1 8313:2 8340:3 8471:1 8597:1 8614:1 8636:1 8642:2 8657:2 8663:1 8664:2 8669:1 8677:1 8683:1 8690:5 8718:1 8776:1 8877:1 8894:1 9042:1 9077:1 9100:1 9147:1 9171:1 9221:2 9249:2 9263:1 9274:2 9303:2 9310:1 9313:1 9316:1 9475:1 9528:3 9546:1 9577:5 9656:1 9668:1 9671:1 9672:1 9676:1 9687:1 9773:1 9792:1 9860:2 10021:1 10028:1 10044:1 10054:1 10081:1 10090:1 10105:2 10143:1 10164:2 10196:1 10248:1 10269:1 10405:1 10535:1 10568:1 10576:1 10617:1 10711:1 10729:3 10809:4 10854:1 10881:1 10962:1 11016:1 11033:1 11051:1 11090:1 11099:1 11167:1 11175:1 11204:9 11323:1 11355:1 11375:1 11524:1 11537:1 11582:1 11617:2 11618:1 11628:2 11688:2 11727:1 11796:3 11814:1 11841:1 11884:1 11902:2 11937:1 11983:1 11990:2 12044:5 12118:1 12205:2 12208:1 12230:1 12233:2 12234:1 12236:1 12241:1 12246:1 12385:1 12395:1 12405:1 12427:1 12441:1 12495:1 12573:1 12664:1 12721:1 12762:1 12849:1 12933:1 12959:1 12984:1 12991:2 13009:1 13021:1 13045:1 13046:2 13058:1 13081:1 13089:1 13137:1 13340:1 13377:1 13397:2 13430:1 13436:1 13446:1 13453:2 13540:1 13558:1 13688:1 13714:1 13731:2 13899:1 14017:2 14085:1 14113:2 14146:1 14190:1 14200:1 14341:1 14351:2 14416:1 14421:1 14551:1 14574:1 14585:1 14598:1 14647:4 14657:1 14667:1 14668:2 14747:1 14773:2 14806:1 14821:2 14844:1 14875:1 14906:1 14914:1 14944:1 15010:1 15021:1 15099:1 15103:1 15182:1 15197:2 15240:1 15247:1 15273:3 15284:1 15336:1 15376:1 15385:1 15431:1 15506:2 15556:1 15637:1 15684:1 15746:1 15878:1 15882:1 15888:1 15907:1 15943:1 15961:9 15966:2 16017:1 16022:1 16077:2 16081:1 16143:1 16268:1 16322:1 16419:1 16428:2 16538:1 16542:2 16549:1 16570:1 16571:1 16573:1 16610:1 16625:1 16626:4 16632:2 16693:1 16809:1 16861:1 16873:1 16891:2 16944:1 17067:1 17086:1 17162:4 17192:1 17226:1 17276:1 17311:1 17315:2 17340:1 17348:1 17388:1 17446:1 17492:1 17514:1 17554:1 17617:2 17634:1 17646:2 17697:1 17722:1 17799:2 17818:1 17820:1 17846:2 17892:1 17894:1 17925:1 17950:1 18035:1 18051:1 18052:1 18124:1 18152:1 18164:1 18181:1 18210:1 18315:1 18359:1 18368:1 18439:1 18445:4 18499:1 18572:1 18700:1 18703:1 18762:1 18772:4 18807:2 18968:1 18984:2 18990:1 19063:2 19076:1 19093:1 19118:2 19123:1 19173:1 19233:1 19259:2 19313:1 19319:2 19335:1 19339:1 19341:1 19349:2 19362:1 19364:1 19381:1 19391:1 19396:1 19404:1 19450:1 19504:1 19558:1 19570:2 19605:1 19621:2 19637:1 19707:1 19725:1 19740:2 19750:1 19779:1 19785:1 19797:1 19807:2 19836:4 19842:1 19852:1 19853:1 19855:2 19906:1 19928:1 20010:1 20079:1 20121:4 20163:1 20172:1 20177:1 20214:4 20271:9 20386:1 20430:1 20480:1 20572:9 20590:2 20622:857 20704:1 20759:1 20825:1 20849:1 20859:1 20873:1 20877:1 20956:1 21086:1 21089:1 21119:1 21190:1 21259:4 21303:1 21311:1 21324:1 21329:1 21350:1 21400:1 21405:2 21415:1 21419:1 21479:1 21501:2 21511:1 21531:1 21538:1 21539:1 21572:1 21595:7 21638:3 21644:1 21686:1 21739:1 21750:1 21812:1 21819:1 21969:1 21974:1 21990:1 22008:1 22038:1 22076:1 22083:1 22090:1 22093:1 22117:1 22192:1 22228:1 22256:1 22266:1 22282:1 22295:1 22379:1 22461:2 22509:1 22545:1 22557:2 22593:2 22660:1 22664:4 22673:2 22748:1 22749:1 22763:1 22773:1 22806:1 22835:1 22853:1 22890:5 22961:1 23004:1 23032:1 23037:1 23048:1 23064:1 23081:1 23104:1 23187:1 23188:2 23191:1 23243:1 23289:1 23295:3 23353:1 23455:1 23474:1 23487:1 23494:1 23517:1 23555:1 23556:1 23563:1 23617:1 23658:1 23671:2 23702:2 23714:1 23723:1 23764:1 23780:4 23860:1 23908:1 23954:1 23997:1 24020:2 24032:1 24154:1 24205:1 24222:1 24256:1 24262:1 24281:1 24333:1 24382:1 24385:1 24386:1 24414:1 24462:2 24486:1 24496:2 24510:1 24519:1 24549:1 24562:1 24591:1 24594:1 24612:1 24613:2 24629:1 24666:2 24715:1 24808:1 24810:1 24847:2 24851:1 24855:2 24860:1 24893:1 24926:4 24949:1 24956:1 24993:1 25001:1 25006:1 25011:1 25014:1 25021:2 25081:2 25158:1 25169:1 25190:1 25228:2 25239:1 25253:1 25263:2 25294:3 25320:4 25347:3 25416:1 25432:1 25483:1 25499:1 25507:1 25508:1 25514:2 25585:1 25610:1 25625:1 25634:2 25646:1 25655:1 25707:2 25759:2 25787:1 25811:1 25883:2 26001:2 26021:1 26041:4 26083:1 26092:1 26103:1 26149:1 26160:2 26168:1 26244:1 26328:1 26332:1 26378:2 26402:2 26408:1 26488:2 26496:1 26544:1 26549:1 26556:1 26645:2 26699:1 26704:1 26822:1 26832:1 26852:1 26873:1 26878:1 26880:1 26892:1 26893:1 26902:1 27028:2 27047:2 27060:2 27143:1 27263:1 27318:1 27327:2 27337:1 27357:1 27387:1 27428:4 27521:2 27526:1 27539:1 27577:1 27616:1 27692:1 27790:1 27814:1 27819:1 27884:1 27887:1 27905:2 27915:2 27973:1 28009:1 28055:2 28059:1 28072:1 28085:2 28128:1 28230:1 28276:1 28312:1 28325:1 28372:1 28411:1 28425:1 28449:1 28490:1 28534:1 28569:1 28684:1 28733:1 28745:1 28802:5 28823:1 28838:1 28851:1 28986:1 29012:1 29021:1 29043:1 29055:1 29116:5 29159:1 29163:1 29175:1 29183:9 29211:1 29236:1 29280:1 29282:1 29294:2 29305:1 29339:1 29392:1 29409:1 29496:1 29497:1 29506:1 29526:1 29530:1 29557:1 29573:1 29606:2 29644:1 29655:2 29669:1 29683:1 29710:4 29776:1 29833:1 29838:1 29887:1 29938:1 29941:2 29952:1 29969:1 30039:1 30040:1 30131:1 30187:1 30224:1 30230:1 30308:1 30343:1 30443:1 30458:5 30466:1 30486:1 30495:1 30501:1 30504:1 30506:1 30519:1 30523:1 30538:1 30567:2 30577:1 30582:1 30592:1 30605:1 30653:1 30657:1 30711:1 30713:4 30758:2 30763:1 30873:1 30900:1 30908:1 30972:1 31069:2 31125:1 31161:1 31201:1 31204:1 31257:1 31317:1 31374:2 31599:1 31636:1 31659:1 31683:2 31685:1 31701:1 31724:1 31744:2 31760:1 31770:2 31774:1 31830:1 31902:2
18 8:1 19:1 62:1 136:1 208:4 237:1 238:1 253:2 275:1 283:2 288:1 299:1 334:1 339:2 372:1 555:1 620:1 635:1 642:1 647:1 664:1 677:1 697:1 707:1 716:1 774:1 784:1 799:2 816:1 836:1 915:1 936:1 964:3 1000:1 1001:1 1030:1 1064:1 1165:1 1205:1 1237:1 1296:4 1326:1 1327:2 1328:1 1331:2 1348:1 1365:2 1392:1 1400:1 1492:1 1504:1 1511:1 1512:1 1519:1 1525:1 1564:2 1572:1 1584:1 1623:2 1628:1 1635:1 1703:2 1710:1 1719:1 1781:1 1793:1 1796:1 1868:1 1871:3 1932:4 1977:1 2055:1 2081:1 2084:1 2093:2 2118:1 2148:2 2174:1 2181:1 2241:1 2244:1 2249:1 2254:3 2259:1 2282:1 2296:1 2307:1 2358:1 2374:1 2383:1 2406:3 2418:1 2422:1 2424:1 2428:2 2432:1 2438:1 2466:2 2476:1 2478:1 2480:1 2481:1 2487:1 2497:2 2503:2 2516:1 2517:2 2531:9 2540:1 2551:2 2602:4 2613:1 2641:1 2644:1 2659:4 2717:1 2740:1 2743:1 2751:1 2763:1 2783:2 2796:1 2797:1 2799:1 2815:1 2817:2 2824:2 2834:1 2932:1 2940:2 2941:1 2963:1 2996:1 3011:1 3066:2 3077:1 3097:1 3170:2 3171:3 3203:1 3212:1 3279:1 3316:1 3328:1 3330:1 3404:2 3423:3 3478:1 3528:1 3532:1 3549:1 3558:1 3576:1 3614:1 3632:1 3934:1 3981:1 3995:1 4017:2 4043:1 4090:1 4136:1 4145:1 4148:1 4171:1 4177:1 4181:2 4230:1 4279:2 4281:1 4283:1 4292:1 4367:1 4371:1 4402:1 4423:2 4428:1 4442:1 4444:1 4466:1 4472:1 4497:1 4536:1 4542:1 4549:1 4573:1 4651:1 4817:1 4846:2 4851:1 4895:1 4953:2 5018:1 5023:2 5050:2 5079:1 5098:1 5107:1 5121:1 5185:1 5214:1 5223:1 5254:1 5302:1 5315:1 5351:1 5368:2 5414:5 5417:1 5540:1 5560:1 5576:1 5592:1 5602:1 5690:1 5701:2 5733:1 5765:1 5773:2 5852:1 5883:2 5912:1 5917:1 5924:1 5935:1 5996:2 6025:1 6041:1 6077:1 6085:1 6133:1 6161:1 6173:2 6208:1 6299:1 6399:1 6412:1 6465:1 6545:2 6582:1 6625:1 6727:1 6768:2 6783:1 6792:1 6794:2 6811:2 6826:1 6854:2 6902:1 6924:1 6956:2 7007:1 7027:3 7038:2 7042:1 7044:2 7062:1 7138:1 7149:1 7150:1 7156:1 7159:1 7320:1 7331:1 7349:2 7452:1 7482:5 7511:1 7543:1 7635:1 7678:1 7681:2 7683:1 7718:1 7722:1 7770:1 7792:2 7794:1 7814:1 7885:1 7926:1 7992:1 8034:1 8134:1 8218:2 8251:1 8304:1 8306:1 8313:2 8340:3 8471:1 8558:1 8597:1 8604:1 8614:1 8636:1 8642:2 8657:2 8663:1 8664:2 8669:1 8677:1 8683:1 8690:8 8718:1 8776:1 8877:1 8894:1 8914:1 9042:1 9077:1 9100:1 9147:1 9171:1 9221:2 9249:3 9263:1 9274:2 9303:2 9310:1 9313:1 9316:1 9475:1 9528:3 9546:1 9577:5 9656:1 9668:1 9671:1 9672:1 9676:1 9687:1 9773:1 9792:1 9860:2 9888:2 10021:1 10028:1 10044:1 10054:1 10081:1 10090:1 10105:2 10143:1 10164:2 10196:1 10248:1 10269:1 10405:1 10535:1 10568:1 10576:1 10608:1 10617:1 10711:1 10729:3 10809:4 10854:1 10881:1 10962:1 11016:1 11033:1 11051:1 11090:1 11099:1 11120:1 11141:1 11167:1 11175:1 11204:9 11323:1 11355:1 11375:1 11441:2 11524:1 11537:1 11582:1 11617:2 11618:1 11628:2 11688:2 11727:1 11796:3 11814:1 11841:1 11884:2 11902:2 11918:1 11937:1 11983:1 11990:2 12044:5 12064:1 12118:1 12205:2 12208:1 12230:1 12233:2 12234:1 12236:1 12241:1 12246:1 12385:1 12395:1 12405:1 12427:1 12441:1 12495:1 12573:1 12664:1 12721:1 12762:1 12849:1 12933:1 12943:1 12959:1 12984:1 12991:2 13009:1 13019:1 13021:1 13045:1 13046:2 13058:1 13069:1 13081:1 13089:1 13137:1 13201:1 13242:1 13340:1 13377:1 13397:2 13430:1 13436:1 13446:1 13453:2 13540:1 13558:1 13561:1 13582:1 13688:1 13714:1 13731:2 13899:1 14017:2 14044:1 14085:1 14113:2 14146:1 14190:1 14200:1 14332:1 14341:1 14351:2 14416:1 14421:1 14551:1 14574:1 14585:1 14598:1 14616:1 14647:4 14657:1 14667:1 14668:2 14739:1 14747:1 14773:2 14806:1 14821:2 14844:1 14875:1 14906:1 14914:1 14944:1 15010:1 15021:1 15099:1 15103:1 15151:1 15182:1 15197:2 15240:1 15247:1 15273:3 15284:1 15336:1 15376:1 15385:1 15431:1 15476:1 15506:2 15556:1 15637:1 15684:1 15746:1 15785:2 15801:1 15878:1 15882:1 15888:1 15907:1 15943:1 15961:9 15966:2 16017:1 16022:1 16077:2 16081:1 16143:1 16268:1 16322:1 16419:1 16428:2 16515:1 16538:1 16542:2 16549:1 16570:1 16571:1 16573:2 16610:1 16625:1 16626:4 16632:2 16693:1 16722:1 16809:1 16854:1 16861:1 16873:1 16891:2 16944:1 17067:1 17086:1 17123:1 17162:5 17180:1 17192:1 17226:1 17276:1 17311:1 17315:2 17340:1 17348:1 17388:1 17446:1 17467:1 17492:1 17514:1 17554:1 17617:2 17634:1 17646:2 17697:1 17722:1 17799:2 17818:1 17820:1 17846:2 17854:1 17892:1 17894:1 17925:1 17943:1 17950:1 18035:1 18051:1 18052:1 18124:1 18152:1 18163:1 18164:1 18181:1 18210:1 18315:1 18359:1 18368:1 18439:1 18445:4 18499:1 18572:1 18700:1 18703:1 18762:1 18772:5 18792:1 18807:2 18968:1 18984:2 18990:1 19063:2 19076:1 19093:1 19118:2 19123:1 19173:1 19233:1 19259:2 19313:2 19319:2 19335:1 19339:1 19341:1 19349:2 19362:1 19364:1 19381:1 19391:1 19396:1 19404:1 19438:1 19450:1 19459:1 19504:1 19558:1 19567:1 19570:2 19605:1 19621:2 19637:1 19707:1 19725:1 19740:2 19750:1 19779:1 19785:1 19797:1 19807:2 19836:4 19842:1 19852:1 19853:1 19855:2 19892:1 19906:1 19928:1 20010:1 20079:1 20121:4 20163:1 20172:1 20177:1 20214:4 20271:9 20386:1 20407:1 20430:1 20480:1 20572:9 20590:2 20622:977 20704:1 20759:1 20794:2 20825:1 20849:1 20859:1 20873:1 20877:1 20890:1 20956:1 21086:1 21089:1 21119:1 21190:1 21259:4 21303:1 21311:1 21324:1 21329:1 21350:1 21400:1 21405:2 21415:1 21419:2 21479:2 21501:3 21511:1 21530:1 21531:1 21538:1 21539:1 21572:1 21595:8 21638:3 21644:2 21686:1 21739:1 21750:2 21812:1 21819:1 21965:1 21969:1 21974:1 21990:1 22008:2 22038:1 22076:1 22083:1 22090:1 22093:1 22117:1 22192:1 22228:1 22256:1 22266:1 22282:1 22295:1 22379:1 22461:2 22509:1 22510:1 22545:1 22557:2 22593:2 22660:1 22664:4 22673:2 22748:1 22749:1 22763:1 22773:1 22806:1 22835:1 22853:1 22869:1 22890:5 22961:1 23004:1 23032:1 23037:1 23048:1 23064:1 23081:1 23104:1 23145:1 23187:1 23188:2 23191:1 23243:1 23289:1 23295:3 23323:1 23353:1 23455:1 23471:1 23474:2 23487:1 23494:1 23517:1 23531:1 23555:1 23556:1 23563:1 23595:1 23617:1 23658:2 23671:2 23702:2 23714:1 23723:1 23764:1 23780:4 23860:1 23908:1 23935:1 23954:1 23997:1 24020:2 24032:1 24115:2 24154:1 24205:1 24222:1 24256:1 24262:1 24281:1 24333:1 24382:1 24385:1 24386:1 24400:1 24414:1 24462:2 24486:1 24496:2 24510:1 24519:1 24549:1 24562:1 24591:1 24594:1 24612:1 24613:2 24629:1 24666:2 24692:1 24715:1 24807:1 24808:1 24810:1 24847:2 24851:1 24855:2 24860:1 24866:1 24893:1 24926:4 24949:1 24956:1 24993:1 25001:1 25006:1 25011:1 25014:1 25021:2 25081:2 25158:1 25169:1 25190:1 25228:2 25239:1 25253:1 25263:3 25294:3 25320:4 25347:3 25399:1 25416:1 25432:1 25483:1 25499:1 25507:1 25508:1 25514:2 25557:1 25585:1 25610:1 25625:1 25634:2 25646:1 25655:1 25687:1 25707:2 25712:1 25759:2 25787:1 25811:1 25883:2 26001:2 26021:1 26041:4 26083:1 26092:1 26103:1 26149:1 26160:2 26168:1 26234:1 26244:1 26309:1 26328:1 26332:1 26378:2 26386:1 26393:1 26402:2 26408:1 26488:2 26496:1 26544:1 26549:1 26556:2 26645:2 26699:1 26704:1 26822:1 26832:1 26852:1 26857:1 26873:1 26878:1 26880:1 26892:1 26893:1 26902:1 27016:1 27028:2 27047:2 27060:2 27143:1 27263:1 27312:1 27318:1 27327:2 27337:1 27357:1 27387:1 27428:4 27521:2 27526:1 27539:1 27577:1 27616:1 27650:1 27692:1 27790:1 27794:1 27814:1 27819:1 27884:1 27887:1 27905:2 27915:2 27973:1 28009:1 28055:2 28059:1 28072:1 28085:3 28128:1 28230:1 28276:1 28296:1 28312:1 28325:1 28372:1 28411:1 28425:1 28449:1 28490:1 28534:2 28569:1 28684:1 28733:1 28745:1 28802:5 28823:1 28838:1 28851:1 28925:1 28986:1 29002:1 29012:2 29021:1 29036:2 29043:1 29055:1 29116:5 29159:1 29163:1 29175:1 29183:9 29211:1 29236:1 29280:1 29282:1 29294:2 29305:1 29339:1 29352:1 29392:1 29409:1 29496:1 29497:1 29506:1 29526:1 29530:1 29557:1 29573:1 29606:2 29644:1 29655:2 29669:1 29683:1 29710:4 29752:2 29776:1 29833:1 29838:1 29887:1 29938:1 29941:2 29952:1 29969:1 30039:1 30040:1 30096:2 30131:1 30187:1 30224:1 30230:1 30308:1 30343:1 30394:1 30443:1 30458:5 30466:1 30486:1 30495:1 30501:1 30504:1 30506:1 30519:1 30523:1 30538:1 30550:1 30567:2 30577:1 30582:1 30592:1 30605:1 30630:1 30653:1 30657:1 30711:1 30713:4 30758:2 30763:1 30766:1 30873:1 30900:1 30908:1 30972:1 31069:2 31125:1 31161:1 31179:1 31201:1 31204:1 31247:1 31257:1 31290:1 31317:1 31374:2 31599:1 31612:1 31636:1 31659:1 31683:2 31685:1 31701:1 31724:1 31744:2 31760:1 31770:2 31774:1 31830:1 31902:2
18 8:1 19:1 62:1 136:1 208:4 231:1 237:1 238:1 253:2 275:1 283:2 288:1 299:1 334:1 339:2 372:1 555:1 620:1 635:1 642:1 647:1 664:1 677:1 697:1 707:1 716:4 756:1 774:1 784:1 799:2 816:1 836:1 915:1 936:1 964:3 1000:1 1001:2 1030:1 1032:1 1064:1 1165:1 1205:1 1237:1 1296:4 1326:1 1327:2 1328:1 1331:2 1348:1 1365:2 1391:1 1392:1 1400:1 1492:1 1504:1 1511:1 1512:1 1519:1 1525:1 1564:2 1572:1 1584:1 1623:2 1624:1 1628:1 1635:1 1703:3 1710:1 1719:1 1742:1 1781:1 1793:1 1796:1 1868:1 1871:3 1932:4 1977:1 2055:1 2064:1 2081:1 2084:1 2093:2 2118:1 2148:2 2174:1 2181:1 2241:1 2244:1 2249:1 2254:3 2259:1 2282:1 2296:1 2307:1 2358:1 2374:1 2383:1 2406:3 2418:1 2422:1 2424:1 2428:2 2432:1 2438:1 2466:2 2476:1 2478:1 2480:1 2481:1 2487:1 2488:1 2497:2 2503:2 2516:1 2517:2 2531:9 2540:1 2551:2 2602:4 2613:1 2641:1 2644:1 2659:4 2717:1 2740:1 2743:1 2751:1 2763:1 2783:2 2796:1 2797:1 2799:1 2815:1 2817:2 2824:2 2834:1 2932:1 2940:2 2941:1 2963:1 2996:1 3011:1 3066:2 3077:1 3097:1 3170:2 3171:3 3203:1 3212:1 3219:1 3251:1 3279:1 3316:1 3328:1 3330:1 3404:2 3423:3 3478:1 3528:1 3532:1 3549:1 3558:1 3571:1 3576:1 3577:1 3614:1 3632:1 3855:1 3934:1 3981:1 3995:1 4017:2 4043:1 4090:1 4091:1 4136:1 4145:2 4148:1 4171:1 4177:1 4181:2 4230:1 4267:1 4279:2 4281:1 4283:1 4292:1 4367:1 4371:1 4402:1 4423:2 4428:1 4442:1 4444:1 4466:1 4472:1 4497:1 4536:1 4542:1 4549:1 4573:1 4614:1 4617:1 4651:1 4817:2 4846:2 4851:1 4895:1 4953:2 5018:1 5023:2 5035:1 5050:2 5078:1 5079:1 5098:1 5107:1 5121:1 5151:1 5185:1 5214:1 5223:1 5254:1 5302:1 5315:1 5351:1 5368:2 5414:5 5417:1 5540:1 5560:1 5576:1 5592:1 5602:1 5690:1 5694:1 5701:2 5733:1 5765:1 5773:2 5852:2 5883:2 5912:1 5917:1 5924:1 5935:1 5996:3 6025:1 6041:1 6077:1 6085:1 6133:1 6161:1 6168:1 6173:2 6208:1 6299:1 6399:1 6412:1 6465:1 6545:2 6582:1 6625:1 6727:1 6768:2 6783:1 6792:1 6794:2 6811:2 6826:1 6854:2 6902:1 6924:1 6956:3 7007:1 7027:3 7038:2 7042:1 7044:2 7062:1 7138:1 7149:1 7150:1 7156:1 7159:1 7320:1 7331:1 7349:3 7452:1 7482:5 7511:1 7543:1 7635:1 7678:1 7681:2 7683:1 7718:1 7722:1 7745:1 7770:1 7792:2 7794:1 7814:1 7885:1 7926:1 7992:1 8034:1 8134:2 8218:3 8251:1 8304:1 8306:1 8313:2 8340:3 8471:1 8558:1 8597:1 8604:1 8614:1 8636:1 8642:2 8657:2 8663:1 8664:2 8669:1 8677:1 8683:1 8690:9 8718:1 8776:1 8797:1 8877:1 8894:1 8914:1 9042:1 9077:1 9100:1 9147:1 9171:1 9221:2 9249:3 9263:1 9274:2 9303:2 9310:1 9313:2 9316:1 9475:1 9528:3 9546:1 9577:5 9656:1 9668:1 9671:1 9672:1 9676:1 9687:1 9773:1 9792:1 9846:1 9860:2 9888:2 10021:1 10028:1 10044:1 10054:1 10081:1 10090:1 10105:2 10143:1 10151:1 10164:2 10196:1 10248:1 10269:1 10405:1 10535:1 10568:1 10576:1 10608:1 10617:1 10711:1 10729:3 10748:1 10809:4 10854:1 10870:1 10881:1 10915:1 10962:1 11016:1 11033:1 11051:1 11057:1 11090:1 11099:1 11120:1 11141:2 11167:1 11175:1 11204:9 11323:1 11355:1 11375:1 11441:2 11524:1 11537:1 11582:1 11617:2 11618:1 11628:2 11634:1 11688:2 11727:1 11796:3 11814:1 11841:1 11884:2 11902:2 11918:2 11937:1 11983:1 11990:2 11992:1 12044:5 12064:1 12118:1 12151:1 12205:2 12208:1 12230:1 12233:2 12234:1 12236:1 12241:1 12246:1 12385:1 12395:1 12405:1 12427:1 12441:1 12451:1 12495:1 12573:1 12608:1 12664:1 12721:1 12762:1 12849:1 12915:1 12933:1 12943:1 12959:1 12984:1 12991:2 13009:1 13019:1 13021:1 13045:1 13046:2 13058:2 13069:1 13081:2 13089:1 13137:1 13201:1 13242:1 13250:1 13340:1 13377:1 13397:2 13430:1 13436:1 13446:1 13453:2 13540:1 13558:1 13561:1 13582:1 13688:1 13714:1 13731:2 13899:1 14017:2 14044:1 14085:1 14113:2 14146:1 14190:1 14200:1 14332:1 14341:1 14351:2 14416:1 14421:1 14551:1 14574:1 14585:1 14598:1 14616:1 14647:4 14657:1 14667:1 14668:2 14739:1 14747:1 14773:2 14806:1 14813:1 14821:2 14844:1 14875:1 14906:1 14914:1 14944:1 15010:1 15021:1 15099:1 15103:1 15151:1 15182:1 15197:2 15240:1 15247:1 15273:3 15284:2 15336:1 15376:1 15385:1 15431:1 15476:1 15506:2 15556:1 15637:2 15684:1 15746:1 15785:3 15801:1 15878:1 15882:1 15888:1 15907:1 15943:1 15961:9 15966:2 16017:1 16022:1 16077:2 16081:1 16142:1 16143:1 16268:1 16322:1 16419:1 16428:2 16515:1 16538:1 16542:2 16549:1 16570:1 16571:1 16573:2 16610:1 16625:1 16626:4 16632:2 16693:1 16722:1 16809:1 16854:1 16861:1 16873:1 16891:3 16944:1 17062:2 17067:1 17086:1 17123:1 17162:5 17180:1 17192:1 17211:1 17226:1 17276:1 17311:1 17315:2 17340:1 17348:1 17388:1 17446:1 17467:1 17492:1 17514:1 17550:1 17554:2 17617:2 17634:1 17646:2 17697:1 17722:1 17799:3 17818:1 17820:1 17846:2 17854:2 17892:1 17894:1 17925:1 17943:1 17950:1 17994:1 18035:1 18051:1 18052:1 18124:1 18152:1 18163:2 18164:1 18181:2 18192:1 18210:1 18315:1 18359:1 18368:1 18439:1 18445:4 18499:1 18572:1 18617:1 18700:1 18703:1 18762:1 18772:5 18792:1 18807:2 18968:1 18984:2 18990:1 19063:2 19076:1 19079:1 19093:1 19118:2 19123:1 19173:1 19233:1 19259:2 19278:1 19305:1 19313:2 19319:2 19335:1 19339:1 19341:1 19349:2 19362:1 19364:1 19381:2 19384:2 19391:1 19396:1 19404:1 19438:1 19450:1 19459:1 19504:1 19558:1 19567:1 19570:2 19605:2 19621:2 19637:1 19707:1 19725:1 19740:2 19750:1 19779:1 19785:1 19797:1 19807:2 19836:4 19842:1 19852:1 19853:1 19855:2 19892:1 19906:1 19928:1 20010:1 20079:1 20121:4 20163:1 20172:1 20177:1 20214:4 20271:9 20386:2 20407:1 20430:1 20480:1 20572:9 20590:2 20622:1101 20704:1 20755:1 20759:1 20794:2 20815:1 20825:1 20849:1 20859:1 20873:1 20877:1 20890:1 20956:1 21086:1 21089:1 21095:1 21119:1 21190:1 21259:4 21303:1 21311:1 21324:1 21329:1 21350:1 21392:1 21400:1 21405:2 21415:1 21419:3 21479:3 21501:3 21511:1 21530:1 21531:1 21538:1 21539:1 21572:1 21595:8 21638:3 21644:2 21686:1 21739:1 21750:2 21812:1 21819:1 21965:1 21969:1 21974:1 21990:1 22008:2 22038:1 22076:1 22083:1 22090:1 22093:1 22117:1 22192:1 22228:1 22256:1 22266:1 22282:1 22295:1 22379:1 22461:2 22494:1 22509:1 22510:1 22545:1 22557:2 22593:2 22627:1 22660:1 22664:4 22673:2 22748:1 22749:1 22763:1 22773:1 22806:1 22835:1 22853:1 22869:1 22890:5 22961:1 23004:1 23031:1 23032:1 23037:1 23048:1 23064:1 23081:1 23104:1 23145:1 23187:1 23188:2 23191:1 23215:1 23243:1 23289:1 23295:3 23323:1 23353:1 23455:1 23471:1 23474:2 23487:1 23494:1 23517:1 23531:1 23555:1 23556:1 23563:1 23595:1 23617:1 23658:3 23671:2 23702:2 23714:1 23723:1 23764:1 23772:1 23780:4 23810:1 23860:1 23908:2 23935:1 23954:1 23997:1 24020:2 24032:1 24067:1 24115:3 24154:1 24205:1 24222:1 24256:1 24262:1 24281:1 24333:1 24382:1 24385:1 24386:1 24400:1 24414:1 24462:2 24486:1 24496:2 24510:1 24519:1 24549:1 24562:1 24591:1 24594:1 24612:1 24613:2 24629:1 24666:2 24692:1 24715:1 24807:1 24808:1 24810:1 24847:2 24851:1 24855:2 24860:1 24866:1 24893:1 24926:4 24949:1 24956:1 24993:1 25001:1 25006:1 25011:1 25014:1 25021:2 25081:2 25158:1 25169:1 25190:1 25228:2 25239:1 25253:1 25263:3 25294:3 25308:1 25310:1 25320:4 25347:3 25399:1 25416:1 25432:1 25483:1 25499:1 25507:1 25508:1 25514:2 25557:1 25585:1 25610:1 25625:1 25634:2 25646:1 25655:2 25687:1 25707:2 25712:1 25759:2 25787:1 25811:1 25883:2 26001:2 26021:1 26030:1 26041:4 26083:1 26092:1 26103:1 26149:1 26160:2 26168:1 26234:1 26244:1 26309:1 26328:1 26332:1 26376:1 26378:2 26386:1 26393:1 26402:2 26408:1 26488:2 26496:1 26544:1 26549:1 26556:3 26645:2 26699:1 26704:1 26822:1 26832:1 26852:1 26857:1 26873:1 26878:1 26880:1 26892:1 26893:1 26902:1 27016:1 27028:3 27047:2 27060:2 27097:1 27143:1 27263:1 27312:2 27318:1 27327:2 27337:1 27357:1 27387:1 27428:4 27498:1 27521:2 27526:1 27539:1 27577:1 27616:1 27650:1 27692:1 27790:1 27794:1 27814:1 27819:1 27831:1 27884:1 27887:1 27905:2 27915:2 27973:1 28009:1 28055:2 28059:1 28072:1 28085:3 28128:1 28178:1 28230:1 28276:1 28296:1 28312:1 28325:1 28372:1 28387:1 28411:1 28425:1 28449:1 28490:1 28534:2 28545:1 28569:1 28684:1 28733:1 28745:1 28802:5 28823:1 28838:1 28851:1 28925:1 28986:1 29002:1 29012:2 29021:1 29036:3 29043:1 29055:1 29116:5 29159:1 29163:1 29175:1 29183:9 29211:1 29236:1 29280:1 29282:1 29294:2 29305:1 29339:1 29352:1 29392:1 29409:1 29496:2 29497:1 29506:1 29526:1 29530:1 29557:1 29573:1 29594:1 29606:2 29644:1 29655:2 29669:1 29683:1 29710:4 29752:2 29776:1 29833:3 29838:1 29887:1 29938:1 29941:2 29952:1 29969:1 30039:1 30040:1 30050:1 30096:3 30131:1 30187:1 30188:1 30224:1 30230:1 30296:1 30308:1 30343:1 30394:1 30443:1 30458:5 30466:1 30486:1 30495:1 30501:1 30504:1 30506:1 30519:1 30523:1 30538:1 30550:1 30567:2 30577:1 30582:1 30592:1 30605:1 30630:1 30653:1 30657:1 30711:1 30713:4 30758:2 30763:1 30766:1 30873:2 30900:1 30908:1 30972:1 31069:2 31125:1 31161:2 31179:1 31201:1 31204:1 31247:1 31257:1 31290:1 31317:1 31374:2 31393:1 31484:1 31599:1 31612:2 31636:1 31659:1 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31760:1 31770:2 31774:1 31830:1 31902:2
18 8:1 19:1 62:1 136:1 208:4 231:1 237:1 238:1 241:1 253:2 275:1 283:2 288:1 299:1 334:1 339:2 372:1 555:1 618:1 620:1 635:1 642:1 647:1 664:1 677:1 697:1 707:1 716:4 730:1 756:1 774:1 784:1 799:2 816:1 836:1 915:1 936:1 964:3 979:1 1000:1 1001:2 1030:1 1032:1 1064:1 1165:1 1205:1 1237:1 1296:4 1326:1 1327:2 1328:1 1331:2 1348:1 1365:2 1391:1 1392:1 1400:1 1492:1 1504:1 1511:1 1512:1 1519:1 1525:1 1564:2 1572:1 1584:1 1623:2 1624:1 1628:1 1635:1 1703:3 1710:1 1719:1 1742:1 1781:1 1793:1 1796:1 1868:1 1871:3 1932:4 1977:1 2055:1 2064:1 2081:1 2084:1 2093:2 2118:1 2148:2 2174:1 2181:1 2241:1 2244:1 2249:1 2254:4 2259:1 2282:1 2296:1 2307:1 2358:1 2374:1 2383:1 2406:3 2418:1 2422:1 2424:1 2428:2 2432:1 2437:1 2438:1 2466:2 2467:1 2476:1 2478:1 2480:1 2481:1 2487:1 2488:1 2497:2 2503:3 2516:1 2517:2 2531:10 2540:1 2551:2 2602:4 2613:1 2641:1 2644:1 2659:4 2717:1 2740:1 2743:1 2751:1 2763:1 2783:2 2796:1 2797:1 2799:1 2815:1 2817:2 2824:2 2834:1 2932:1 2940:2 2941:1 2963:1 2996:1 3011:1 3066:3 3077:1 3097:1 3170:2 3171:3 3203:1 3212:2 3219:1 3251:1 3279:1 3316:1 3328:1 3330:1 3404:2 3423:3 3478:1 3528:1 3532:1 3549:1 3558:1 3571:1 3576:1 3577:1 3614:1 3625:2 3632:1 3653:1 3684:1 3855:1 3934:1 3981:1 3995:2 4017:2 4043:2 4090:1 4091:1 4136:1 4145:2 4148:1 4171:1 4177:1 4181:2 4211:1 4225:1 4230:1 4267:1 4279:2 4281:1 4283:1 4292:1 4367:1 4371:1 4402:1 4423:2 4428:1 4442:1 4444:1 4466:1 4472:1 4497:1 4536:1 4542:1 4549:1 4573:1 4614:1 4617:1 4651:1 4774:1 4817:2 4846:2 4851:1 4895:1 4953:2 5018:1 5023:2 5035:1 5050:2 5078:1 5079:1 5098:1 5107:1 5120:1 5121:1 5151:1 5185:1 5214:1 5223:1 5254:1 5302:1 5315:1 5351:1 5368:3 5414:6 5417:1 5477:1 5540:1 5560:1 5576:1 5592:1 5602:1 5690:1 5694:1 5701:2 5733:1 5765:1 5773:2 5852:2 5883:2 5912:1 5917:1 5924:1 5935:1 5996:3 6025:1 6041:1 6077:1 6085:1 6133:1 6161:1 6162:1 6168:1 6173:2 6208:1 6276:1 6299:1 6399:1 6412:1 6465:1 6545:2 6557:1 6582:1 6625:1 6727:1 6768:2 6783:1 6792:1 6794:2 6811:2 6826:1 6854:2 6902:1 6924:1 6956:3 7007:1 7027:3 7038:2 7041:1 7042:1 7044:2 7062:1 7132:1 7133:1 7138:1 7149:1 7150:1 7156:1 7159:1 7320:1 7331:1 7349:3 7452:1 7482:5 7511:1 7543:2 7635:1 7678:1 7681:2 7683:1 7718:1 7722:1 7745:1 7770:1 7792:2 7794:1 7814:1 7885:1 7926:1 7992:1 8034:1 8134:2 8218:3 8251:1 8304:1 8306:1 8313:2 8340:4 8471:1 8531:1 8558:1 8597:2 8604:1 8614:1 8636:1 8639:1 8642:3 8657:2 8658:1 8663:1 8664:2 8669:1 8677:1 8683:1 8690:9 8718:2 8776:1 8797:1 8877:1 8894:1 8914:1 9042:1 9077:1 9100:1 9147:1 9171:1 9221:2 9249:4 9263:1 9274:2 9303:3 9310:1 9313:2 9316:1 9356:1 9475:1 9528:4 9546:1 9577:5 9656:1 9668:1 9671:1 9672:1 9676:1 9687:1 9757:1 9767:1 9773:1 9792:1 9846:1 9860:2 9888:2 10021:1 10028:1 10044:1 10054:1 10080:1 10081:1 10090:1 10098:2 10105:2 10143:1 10151:1 10164:2 10196:1 10203:1 10248:2 10269:1 10405:1 10535:1 10568:1 10576:1 10608:1 10617:1 10711:1 10729:3 10748:1 10809:4 10854:1 10870:1 10881:1 10915:1 10962:1 11016:1 11033:1 11051:1 11057:1 11090:1 11099:1 11120:1 11141:2 11167:1 11175:1 11204:10 11323:1 11355:1 11375:1 11441:2 11524:1 11537:1 11582:1 11617:2 11618:1 11628:2 11634:1 11688:2 11712:1 11727:1 11796:4 11814:1 11841:1 11884:2 11902:2 11918:2 11937:1 11983:1 11990:2 11992:1 12044:5 12064:1 12118:1 12151:1 12191:1 12205:2 12208:1 12230:1 12233:2 12234:1 12236:1 12241:1 12246:1 12385:1 12395:1 12405:1 12426:1 12427:1 12441:1 12451:1 12495:1 12573:1 12608:1 12664:1 12721:1 12762:1 12849:1 12902:1 12915:1 12933:1 12943:1 12959:1 12984:1 12991:2 12993:1 13009:1 13019:1 13021:1 13045:1 13046:3 13058:2 13069:1 13081:2 13089:1 13137:1 13201:1 13242:1 13250:1 13340:1 13377:1 13397:2 13423:1 13430:1 13436:1 13446:1 13453:2 13536:1 13540:1 13558:1 13561:1 13582:1 13688:1 13714:1 13731:2 13899:1 14017:2 14044:1 14085:1 14113:2 14146:1 14190:1 14200:1 14332:1 14341:1 14351:3 14396:1 14416:1 14421:1 14551:1 14574:1 14585:1 14598:1 14616:1 14647:4 14657:1 14667:1 14668:2 14739:1 14747:1 14773:2 14806:1 14813:1 14821:2 14826:1 14844:1 14863:1 14875:1 14906:1 14914:2 14944:1 15010:1 15021:1 15099:1 15103:1 15151:1 15182:1 15197:2 15240:1 15247:1 15273:3 15284:2 15336:1 15376:1 15385:1 15431:1 15476:1 15506:2 15556:1 15566:1 15637:2 15684:1 15746:1 15785:3 15801:1 15878:1 15882:1 15888:1 15907:1 15911:1 15943:1 15961:10 15966:2 16017:1 16022:1 16077:2 16081:1 16115:1 16123:1 16142:1 16143:1 16268:1 16322:1 16419:1 16428:2 16515:1 16538:1 16542:2 16549:1 16570:1 16571:1 16573:2 16610:1 16625:1 16626:5 16632:2 16693:1 16722:2 16809:1 16818:1 16854:1 16861:1 16873:1 16891:3 16944:1 17062:2 17067:1 17077:1 17086:1 17123:1 17162:5 17180:1 17192:1 17211:1 17226:1 17276:1 17311:1 17315:2 17340:1 17348:1 17388:1 17446:1 17467:1 17492:1 17514:2 17550:1 17554:2 17617:2 17634:1 17646:2 17697:2 17722:1 17799:3 17818:1 17820:1 17846:2 17854:2 17892:1 17894:1 17925:1 17943:2 17950:1 17969:1 17994:1 18035:1 18051:1 18052:1 18096:1 18124:1 18152:1 18163:2 18164:1 18181:2 18192:1 18210:1 18315:1 18359:1 18368:1 18405:1 18439:1 18445:4 18499:1 18572:1 18617:1 18700:1 18703:1 18762:1 18772:5 18792:2 18807:2 18968:1 18984:2 18990:1 19063:2 19076:1 19079:1 19093:1 19118:2 19123:1 19173:1 19233:1 19250:1 19259:2 19278:1 19305:1 19313:2 19319:2 19335:1 19339:1 19341:1 19349:2 19362:1 19364:1 19381:2 19384:2 19391:1 19396:2 19404:1 19438:2 19450:1 19459:1 19504:1 19558:1 19567:1 19570:2 19605:2 19621:2 19637:1 19707:1 19725:1 19740:2 19750:1 19779:1 19785:1 19797:1 19807:2 19836:4 19842:1 19852:1 19853:1 19855:2 19892:1 19906:1 19928:1 20010:1 20079:1 20121:5 20130:1 20163:1 20172:1 20177:1 20214:4 20254:1 20271:10 20373:1 20386:2 20407:1 20430:1 20480:1 20572:10 20590:2 20622:1206 20704:1 20755:1 20759:1 20794:2 20815:1 20825:1 20849:1 20859:1 20873:1 20877:1 20890:1 20956:1 21086:1 21089:1 21095:1 21119:1 21176:1 21190:1 21259:4 21303:2 21311:1 21324:1 21329:1 21350:1 21392:1 21400:1 21405:2 21415:1 21419:3 21479:3 21501:3 21511:1 21530:2 21531:1 21538:1 21539:1 21572:1 21582:1 21595:8 21638:3 21644:2 21686:1 21739:1 21750:2 21772:1 21812:1 21819:1 21965:1 21969:1 21974:1 21990:1 22008:2 22038:1 22076:1 22083:1 22090:1 22093:1 22117:1 22191:1 22192:1 22228:1 22256:1 22266:1 22282:1 22295:1 22316:1 22350:1 22379:1 22461:2 22494:1 22509:1 22510:1 22545:1 22557:2 22564:1 22593:2 22627:1 22660:1 22664:4 22673:2 22748:1 22749:1 22763:1 22773:2 22806:1 22835:1 22853:1 22863:1 22869:1 22890:5 22951:1 22961:1 23004:1 23031:1 23032:1 23037:1 23048:1 23064:1 23081:1 23104:1 23145:1 23187:1 23188:2 23191:1 23215:1 23243:1 23289:1 23295:3 23323:1 23353:1 23394:1 23450:1 23455:1 23471:1 23474:2 23487:1 23494:1 23517:1 23531:1 23555:1 23556:1 23563:1 23595:1 23617:1 23658:3 23671:2 23702:2 23714:1 23723:2 23763:1 23764:1 23772:1 23780:4 23810:1 23860:1 23908:2 23935:1 23954:1 23997:1 24020:2 24032:1 24058:1 24067:1 24091:1 24115:3 24154:1 24205:1 24222:1 24225:2 24256:1 24262:1 24281:1 24333:1 24382:1 24385:1 24386:1 24400:1 24414:1 24462:2 24486:1 24496:2 24510:2 24519:1 24535:1 24549:1 24562:1 24591:1 24594:1 24612:1 24613:2 24629:1 24666:2 24692:1 24715:1 24807:1 24808:1 24810:2 24847:2 24851:1 24855:2 24860:1 24866:1 24893:1 24916:1 24926:4 24949:1 24956:1 24993:1 25001:1 25006:1 25011:1 25014:1 25021:2 25081:2 25158:1 25169:1 25190:1 25228:2 25239:1 25253:1 25263:3 25294:4 25308:1 25310:1 25320:4 25347:3 25399:1 25416:1 25432:1 25483:1 25499:1 25507:1 25508:1 25514:2 25557:2 25567:1 25585:1 25610:1 25625:1 25634:2 25646:1 25655:2 25687:1 25707:2 25712:1 25759:2 25787:1 25811:1 25883:2 25941:1 26001:2 26021:1 26030:1 26041:4 26083:1 26092:1 26103:1 26149:1 26160:2 26168:1 26234:1 26244:1 26309:1 26328:1 26332:1 26337:1 26376:1 26378:2 26386:1 26393:1 26402:2 26408:1 26488:2 26496:1 26510:1 26544:1 26549:1 26556:3 26645:2 26699:1 26704:1 26822:1 26832:1 26852:1 26857:1 26860:1 26873:1 26878:1 26880:1 26892:1 26893:1 26902:1 27016:1 27028:3 27047:2 27060:2 27097:1 27143:1 27161:1 27263:1 27312:3 27318:1 27327:2 27337:1 27357:1 27387:1 27428:4 27498:1 27521:2 27526:1 27539:1 27577:1 27616:1 27650:2 27692:1 27700:1 27778:1 27790:1 27794:1 27814:1 27819:1 27831:1 27884:1 27887:1 27905:2 27915:2 27973:1 28009:1 28055:2 28059:1 28072:1 28085:3 28128:1 28178:1 28230:1 28276:1 28296:1 28312:1 28325:1 28365:1 28372:1 28387:1 28411:1 28425:1 28449:1 28490:2 28534:2 28545:1 28569:1 28684:1 28733:1 28745:1 28802:5 28823:1 28838:1 28851:1 28925:1 28986:1 29002:1 29012:4 29021:1 29036:3 29043:2 29055:1 29083:1 29116:5 29159:1 29163:1 29175:1 29183:10 29211:1 29236:1 29280:1 29282:1 29294:2 29305:1 29339:1 29352:1 29392:1 29409:1 29496:2 29497:1 29506:1 29526:1 29530:1 29557:1 29573:1 29594:1 29606:2 29644:1 29655:2 29669:1 29683:1 29710:4 29752:2 29776:1 29833:3 29838:1 29887:1 29938:1 29941:2 29952:1 29969:1 30039:1 30040:1 30050:1 30096:3 30131:1 30187:1 30188:1 30224:1 30230:1 30296:1 30308:1 30343:1 30394:1 30443:1 30458:5 30466:1 30486:1 30495:1 30501:1 30504:1 30506:1 30519:1 30523:1 30538:1 30550:1 30567:3 30577:1 30582:1 30592:1 30605:1 30630:1 30653:1 30657:1 30711:1 30713:4 30758:2 30763:1 30766:1 30873:2 30900:1 30908:1 30972:1 31069:2 31125:2 31161:2 31179:1 31201:1 31204:1 31247:1 31257:1 31290:1 31317:1 31374:2 31393:1 31481:1 31484:1 31591:1 31599:1 31612:2 31636:1 31659:1 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31760:1 31770:2 31774:1 31830:1 31902:2
18 8:1 19:1 62:1 136:1 208:4 231:1 237:1 238:1 241:1 253:2 275:1 283:2 288:1 299:1 334:1 339:2 372:1 555:1 618:1 620:1 635:1 642:1 647:1 664:1 677:1 697:1 707:1 716:5 730:1 756:1 774:2 784:1 799:2 816:1 836:1 915:1 936:1 940:1 964:3 979:1 1000:1 1001:2 1030:1 1032:1 1064:2 1165:1 1205:1 1237:1 1296:4 1326:1 1327:2 1328:1 1331:2 1348:1 1365:2 1391:1 1392:1 1400:2 1492:1 1504:1 1511:1 1512:1 1519:1 1525:1 1564:2 1572:1 1584:1 1623:2 1624:1 1628:1 1635:1 1703:3 1710:1 1719:1 1742:1 1781:1 1793:1 1796:1 1868:1 1871:3 1932:4 1977:1 2055:1 2064:1 2078:1 2081:1 2084:1 2093:2 2118:1 2148:2 2174:1 2181:1 2241:1 2244:1 2249:1 2254:4 2259:1 2282:1 2296:1 2307:1 2358:1 2374:1 2383:1 2406:3 2409:1 2418:1 2422:1 2424:1 2428:2 2432:1 2437:1 2438:1 2447:1 2466:2 2467:1 2476:1 2478:1 2480:1 2481:1 2487:1 2488:1 2497:2 2503:3 2509:1 2516:1 2517:2 2531:11 2540:1 2551:2 2602:4 2613:1 2641:1 2644:1 2659:4 2706:1 2717:1 2740:1 2743:1 2751:1 2763:1 2783:2 2796:1 2797:1 2799:1 2815:1 2817:2 2824:2 2834:1 2932:1 2940:2 2941:1 2963:1 2996:1 3011:1 3066:3 3077:1 3097:1 3159:1 3170:2 3171:3 3203:1 3212:2 3218:1 3219:1 3251:1 3279:1 3316:1 3328:1 3330:1 3404:2 3423:3 3478:1 3528:1 3532:1 3549:1 3558:1 3571:1 3576:1 3577:1 3614:1 3625:2 3632:1 3653:1 3684:1 3855:1 3934:1 3981:1 3995:2 4017:2 4043:2 4090:1 4091:1 4136:1 4145:2 4148:1 4171:1 4177:1 4181:2 4211:2 4225:1 4230:1 4267:1 4279:2 4281:1 4283:1 4292:1 4367:1 4371:1 4402:1 4423:2 4428:1 4442:1 4444:1 4466:1 4472:1 4497:1 4507:1 4536:1 4542:1 4549:1 4573:1 4614:1 4617:1 4651:1 4774:1 4817:2 4846:2 4851:1 4868:1 4895:1 4953:2 5018:1 5023:2 5035:1 5050:2 5078:1 5079:2 5098:1 5107:1 5120:1 5121:1 5151:1 5185:1 5214:1 5223:1 5254:1 5302:1 5315:1 5351:1 5368:3 5414:7 5417:1 5477:1 5540:1 5560:1 5576:1 5592:1 5602:1 5690:1 5694:1 5701:2 5733:1 5765:1 5773:2 5852:2 5883:2 5912:1 5917:1 5919:1 5924:2 5935:1 5996:4 6025:1 6041:1 6077:1 6085:1 6133:1 6161:1 6162:1 6168:1 6173:2 6208:1 6212:1 6276:1 6299:1 6399:1 6412:1 6465:1 6545:2 6557:2 6582:1 6625:1 6727:1 6729:1 6768:2 6783:1 6792:1 6794:2 6811:2 6826:1 6854:2 6902:1 6924:1 6956:4 7007:1 7027:3 7038:2 7041:1 7042:1 7044:3 7062:1 7091:1 7132:1 7133:1 7138:1 7149:1 7150:1 7156:1 7159:1 7320:1 7331:2 7349:4 7452:1 7482:5 7511:1 7543:3 7575:1 7635:1 7678:2 7681:2 7683:1 7718:1 7722:1 7745:1 7770:1 7792:2 7794:1 7814:1 7885:1 7926:1 7992:1 8034:1 8134:2 8218:4 8251:1 8304:1 8306:1 8313:2 8340:4 8386:1 8471:1 8477:1 8531:1 8558:2 8597:2 8604:1 8614:2 8636:2 8639:1 8642:3 8657:2 8658:2 8663:1 8664:2 8669:1 8677:1 8683:1 8690:10 8718:2 8728:1 8776:1 8797:1 8877:1 8894:1 8914:1 8916:1 9042:1 9077:1 9094:1 9100:1 9147:1 9171:1 9221:2 9249:4 9263:1 9274:2 9303:3 9310:1 9313:2 9316:1 9356:1 9460:1 9475:1 9528:4 9546:1 9577:5 9656:1 9668:1 9671:1 9672:1 9676:1 9687:1 9757:1 9767:1 9773:1 9792:1 9846:1 9860:2 9888:2 10021:1 10028:1 10044:1 10054:1 10069:1 10080:1 10081:1 10090:2 10098:2 10105:2 10143:1 10151:1 10164:2 10196:1 10203:1 10248:2 10269:1 10405:1 10473:1 10535:1 10568:1 10576:1 10608:1 10617:1 10711:1 10729:3 10748:1 10809:4 10854:1 10870:1 10881:1 10915:1 10962:1 11016:1 11033:1 11051:1 11057:1 11090:1 11099:1 11120:1 11141:2 11167:1 11175:2 11178:1 11204:11 11323:1 11355:1 11375:1 11441:2 11460:1 11524:1 11537:1 11582:1 11617:2 11618:1 11628:2 11634:1 11688:2 11712:1 11727:1 11796:4 11814:1 11841:1 11845:1 11884:2 11902:2 11918:2 11937:1 11983:1 11990:2 11992:1 12044:5 12064:1 12118:1 12151:1 12174:1 12191:2 12205:2 12208:1 12230:1 12233:2 12234:1 12236:1 12241:1 12246:1 12385:1 12395:3 12405:1 12426:1 12427:1 12441:1 12451:1 12495:1 12573:1 12608:1 12664:1 12721:1 12762:1 12830:1 12849:1 12902:1 12915:1 12933:1 12943:1 12959:1 12984:1 12991:2 12993:1 13009:1 13019:2 13021:1 13028:1 13045:1 13046:3 13058:2 13069:1 13081:2 13089:1 13137:1 13201:1 13242:1 13250:1 13340:1 13377:1 13397:2 13423:2 13430:1 13436:1 13446:1 13453:2 13536:1 13540:1 13558:1 13561:1 13582:1 13688:1 13714:1 13731:2 13899:1 13959:1 14017:2 14044:1 14085:1 14113:2 14146:1 14190:1 14200:1 14332:1 14341:1 14351:3 14396:1 14416:1 14421:1 14551:1 14574:1 14585:1 14598:1 14616:1 14647:4 14657:1 14667:1 14668:2 14695:1 14739:1 14747:1 14773:2 14806:1 14813:1 14821:2 14826:1 14844:1 14863:1 14875:1 14876:1 14906:1 14914:2 14944:1 15010:1 15021:1 15099:1 15103:1 15151:1 15182:1 15197:2 15240:1 15247:1 15273:3 15284:2 15336:1 15376:1 15385:1 15411:1 15431:1 15476:1 15506:2 15556:1 15566:1 15637:2 15684:1 15746:1 15785:4 15801:1 15851:1 15878:1 15882:1 15888:1 15907:1 15911:1 15943:1 15961:11 15966:2 16017:1 16019:1 16022:1 16077:2 16081:1 16115:1 16123:1 16142:1 16143:1 16268:1 16322:1 16419:1 16428:2 16515:1 16538:1 16542:2 16549:1 16570:1 16571:1 16573:2 16610:1 16625:1 16626:5 16632:2 16693:1 16722:2 16809:1 16818:1 16854:1 16861:1 16873:1 16891:3 16944:1 17062:2 17067:1 17077:1 17086:1 17123:1 17162:5 17180:1 17192:1 17211:1 17226:1 17276:1 17311:1 17315:2 17340:1 17348:1 17388:1 17446:1 17467:1 17492:1 17514:2 17550:1 17554:2 17604:1 17617:2 17634:1 17646:2 17697:2 17722:1 17799:3 17818:1 17820:1 17846:2 17854:2 17892:1 17894:1 17925:1 17943:2 17950:1 17969:1 17994:1 18035:1 18051:1 18052:1 18096:1 18124:1 18152:1 18163:2 18164:1 18181:2 18192:1 18210:1 18315:1 18354:1 18359:1 18368:1 18405:1 18439:1 18445:4 18499:1 18572:1 18617:1 18700:1 18703:1 18762:1 18772:5 18792:2 18807:2 18968:1 18984:2 18990:1 19063:2 19076:1 19079:1 19093:1 19118:2 19123:1 19173:1 19233:1 19250:1 19259:2 19278:1 19294:1 19305:1 19313:2 19319:2 19335:1 19339:1 19341:1 19349:2 19362:1 19364:1 19381:2 19384:3 19391:1 19396:2 19404:1 19438:2 19445:2 19450:1 19459:1 19504:1 19558:1 19567:1 19570:2 19605:2 19621:2 19637:2 19707:1 19725:1 19740:2 19750:1 19779:1 19785:1 19797:1 19807:2 19836:4 19842:1 19852:1 19853:1 19855:2 19892:2 19906:1 19928:1 19979:1 20010:1 20079:1 20121:6 20130:1 20163:1 20172:1 20177:1 20214:4 20254:1 20271:11 20373:1 20386:2 20407:1 20430:2 20480:1 20572:11 20590:2 20622:1343 20704:1 20755:1 20759:1 20794:3 20815:1 20825:1 20849:1 20859:1 20873:1 20877:1 20890:1 20956:1 21086:1 21089:1 21095:1 21119:1 21176:1 21190:1 21259:4 21303:2 21311:1 21324:1 21329:1 21350:1 21364:1 21392:1 21400:1 21405:2 21415:1 21419:3 21472:1 21479:3 21501:3 21511:1 21530:2 21531:2 21538:1 21539:1 21572:1 21582:1 21595:8 21634:1 21638:3 21644:2 21686:1 21739:1 21750:2 21772:1 21802:1 21812:1 21819:1 21897:1 21965:1 21969:1 21974:1 21990:1 22008:2 22038:1 22076:1 22083:1 22090:1 22093:1 22117:1 22191:2 22192:1 22197:1 22228:1 22256:1 22266:1 22282:1 22295:1 22316:1 22350:1 22379:1 22461:2 22494:1 22509:1 22510:1 22545:1 22555:1 22557:2 22564:2 22593:2 22627:1 22660:1 22664:4 22673:2 22748:1 22749:1 22763:1 22773:2 22806:1 22835:1 22853:1 22863:1 22869:1 22890:6 22951:1 22961:1 23004:1 23031:1 23032:1 23033:1 23037:1 23048:1 23064:1 23081:1 23104:1 23145:1 23187:1 23188:2 23191:1 23215:1 23243:1 23289:1 23295:3 23323:1 23353:1 23394:1 23450:1 23455:1 23471:1 23474:2 23487:1 23494:1 23517:1 23531:1 23555:1 23556:1 23563:1 23595:1 23617:1 23658:3 23671:2 23702:2 23714:1 23723:2 23763:1 23764:1 23772:1 23780:4 23810:1 23860:1 23908:2 23935:1 23954:1 23997:1 24020:2 24032:1 24058:1 24067:1 24091:1 24115:4 24149:1 24154:1 24205:1 24222:1 24225:2 24256:1 24262:1 24281:1 24333:1 24382:1 24385:1 24386:1 24400:1 24414:1 24457:1 24462:2 24486:1 24496:2 24507:1 24510:2 24519:1 24535:1 24549:1 24562:1 24591:1 24594:1 24612:1 24613:2 24629:1 24666:2 24692:1 24715:1 24807:1 24808:1 24810:3 24847:2 24851:1 24855:2 24860:1 24866:1 24882:1 24893:1 24916:1 24926:4 24949:1 24956:1 24993:1 25001:1 25006:1 25011:1 25014:1 25021:2 25081:2 25158:1 25169:1 25190:1 25228:2 25239:1 25240:1 25253:1 25263:3 25294:5 25299:1 25308:1 25310:1 25320:4 25347:3 25399:1 25416:1 25432:1 25483:1 25499:1 25507:1 25508:1 25514:2 25557:2 25567:1 25585:1 25610:1 25625:1 25627:1 25634:2 25646:1 25655:2 25687:1 25707:2 25712:1 25759:2 25787:1 25811:1 25883:2 25934:1 25941:1 26001:2 26021:1 26030:1 26041:4 26083:1 26092:1 26103:1 26149:1 26160:2 26168:1 26234:1 26244:1 26309:1 26328:1 26332:1 26337:1 26376:1 26378:2 26386:1 26393:1 26402:2 26408:1 26477:1 26488:2 26496:1 26510:1 26544:1 26549:1 26556:3 26645:2 26699:1 26704:1 26822:1 26832:1 26852:1 26857:1 26860:1 26873:1 26878:1 26880:1 26892:1 26893:1 26902:1 27016:1 27028:5 27047:2 27060:2 27097:1 27143:1 27161:1 27263:1 27266:1 27312:3 27318:1 27327:2 27337:1 27357:1 27366:1 27387:1 27428:4 27498:1 27521:2 27526:1 27539:1 27561:1 27577:1 27616:1 27650:2 27692:1 27700:2 27778:1 27790:1 27794:1 27814:1 27819:1 27831:2 27884:1 27887:1 27905:2 27915:2 27973:1 28009:1 28027:1 28055:2 28059:1 28072:1 28085:4 28128:1 28178:1 28230:1 28276:1 28296:1 28312:1 28325:2 28365:1 28372:1 28387:1 28399:1 28411:1 28425:1 28449:1 28490:2 28534:2 28545:1 28569:1 28684:1 28733:1 28745:1 28802:5 28823:1 28838:1 28851:1 28925:2 28986:1 29002:1 29012:5 29021:1 29036:4 29043:2 29055:1 29068:1 29083:1 29116:5 29159:1 29163:1 29175:1 29183:11 29211:1 29236:1 29244:1 29280:1 29282:1 29294:2 29305:1 29339:1 29352:1 29392:1 29409:1 29496:2 29497:1 29506:1 29526:1 29530:1 29557:1 29573:1 29594:1 29606:2 29644:1 29655:2 29669:1 29683:1 29710:4 29752:2 29776:1 29817:1 29833:3 29838:1 29887:1 29938:1 29941:2 29952:1 29969:1 30036:1 30039:1 30040:1 30050:1 30096:4 30131:1 30187:1 30188:1 30224:1 30230:1 30296:1 30308:1 30343:1 30394:1 30443:1 30458:5 30466:1 30486:1 30495:1 30501:2 30504:1 30506:1 30519:1 30523:1 30538:1 30550:1 30567:3 30577:1 30582:1 30592:1 30605:1 30609:1 30630:1 30653:2 30657:1 30711:1 30713:4 30758:2 30763:1 30766:2 30873:2 30878:1 30900:1 30908:1 30972:1 31069:2 31125:2 31161:2 31176:1 31178:1 31179:1 31201:1 31204:1 31247:1 31257:1 31290:1 31317:1 31374:2 31393:1 31481:1 31484:1 31591:1 31599:1 31612:2 31636:1 31639:1 31659:1 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31760:1 31770:2 31774:1 31778:1 31830:1 31902:2
18 8:1 19:1 62:1 136:1 208:4 231:1 237:1 238:1 241:1 253:2 275:1 283:2 288:1 299:1 317:1 334:1 339:2 352:1 372:1 555:1 618:1 620:1 635:1 642:1 647:1 664:1 677:2 697:1 707:1 716:5 730:1 756:1 774:3 784:1 799:2 816:1 836:1 915:1 929:1 936:1 940:1 964:3 979:1 1000:1 1001:2 1030:1 1032:1 1064:2 1165:1 1205:1 1237:1 1296:4 1326:1 1327:2 1328:1 1331:2 1348:1 1365:2 1391:1 1392:1 1400:2 1492:1 1504:1 1511:1 1512:2 1519:1 1525:1 1564:2 1572:1 1584:1 1623:2 1624:1 1628:1 1635:1 1685:1 1703:3 1710:1 1719:1 1742:1 1781:1 1793:1 1796:1 1868:1 1871:3 1932:4 1977:1 2055:1 2064:1 2078:2 2081:1 2084:1 2093:2 2118:1 2148:2 2174:1 2181:1 2199:1 2241:1 2244:1 2249:1 2254:4 2259:1 2282:1 2296:1 2307:1 2358:1 2374:1 2383:1 2406:3 2409:1 2418:1 2422:1 2424:1 2428:2 2432:1 2437:1 2438:1 2447:1 2466:2 2467:1 2476:1 2478:1 2480:1 2481:1 2482:1 2487:1 2488:1 2497:2 2503:3 2509:2 2516:1 2517:2 2524:1 2531:12 2540:1 2551:2 2602:4 2613:1 2641:1 2644:1 2648:1 2659:4 2706:1 2717:1 2740:1 2743:1 2751:1 2763:1 2783:2 2796:1 2797:1 2799:1 2815:1 2817:2 2824:2 2834:1 2932:1 2940:2 2941:1 2963:1 2996:1 3011:1 3066:3 3077:2 3097:1 3159:2 3170:2 3171:3 3203:1 3212:3 3218:1 3219:1 3251:1 3279:1 3316:1 3328:1 3330:1 3404:2 3423:5 3478:3 3489:1 3528:1 3532:1 3549:1 3558:1 3571:1 3576:1 3577:1 3614:1 3625:2 3632:1 3653:1 3669:1 3684:1 3698:1 3855:1 3920:1 3934:1 3981:1 3995:2 4017:2 4043:2 4090:1 4091:1 4136:1 4145:2 4148:1 4171:1 4177:1 4181:2 4211:2 4225:1 4230:1 4267:1 4274:1 4279:2 4281:1 4283:1 4292:1 4367:1 4371:1 4402:1 4423:2 4428:1 4442:1 4444:1 4466:1 4472:1 4497:1 4507:1 4536:1 4542:1 4549:1 4573:1 4614:1 4617:1 4651:1 4665:1 4729:1 4774:1 4817:2 4846:2 4851:1 4868:1 4895:1 4953:2 5018:1 5023:2 5035:1 5050:2 5078:1 5079:3 5098:1 5107:1 5120:1 5121:1 5151:1 5185:1 5202:1 5214:1 5223:1 5254:1 5302:1 5315:1 5351:1 5368:3 5414:9 5417:1 5477:1 5540:1 5560:1 5576:1 5592:1 5602:1 5690:1 5694:1 5701:2 5733:1 5765:2 5773:2 5852:2 5883:2 5912:1 5917:1 5919:1 5924:2 5935:1 5996:4 6025:1 6032:1 6041:1 6054:1 6077:1 6085:1 6133:1 6161:1 6162:1 6168:1 6173:2 6208:1 6212:2 6276:1 6299:1 6399:1 6412:1 6465:1 6545:2 6557:2 6582:1 6625:1 6727:1 6729:1 6768:2 6783:2 6792:1 6794:2 6811:2 6826:1 6854:2 6902:1 6924:1 6956:4 7007:1 7027:3 7038:2 7041:1 7042:1 7044:3 7062:1 7091:1 7132:1 7133:1 7138:1 7149:1 7150:1 7156:1 7159:1 7320:1 7331:3 7349:4 7418:1 7436:1 7452:1 7468:1 7482:5 7511:1 7543:4 7575:1 7635:1 7678:2 7681:2 7683:1 7686:1 7718:1 7722:1 7745:1 7770:1 7792:2 7794:1 7814:1 7885:1 7926:1 7992:1 8034:1 8134:2 8218:4 8251:1 8304:1 8306:1 8313:2 8340:4 8386:1 8471:1 8477:1 8531:1 8558:2 8597:2 8604:1 8614:3 8636:2 8639:1 8642:3 8657:2 8658:2 8663:1 8664:2 8669:1 8677:1 8683:1 8690:12 8718:3 8728:1 8753:1 8776:1 8797:1 8877:1 8894:1 8914:1 8916:2 9042:1 9077:1 9094:1 9100:2 9147:2 9171:1 9178:1 9221:2 9226:1 9249:4 9263:1 9274:2 9303:4 9310:1 9313:2 9316:1 9356:1 9436:1 9460:1 9475:1 9501:1 9528:4 9546:1 9577:5 9656:1 9668:1 9671:1 9672:1 9676:1 9687:1 9757:1 9767:1 9773:1 9792:1 9846:1 9860:2 9888:2 10017:1 10021:2 10028:1 10044:1 10054:1 10069:1 10080:1 10081:1 10090:2 10098:2 10105:2 10143:1 10151:1 10164:2 10196:1 10203:1 10248:2 10255:1 10269:1 10405:1 10473:1 10535:1 10568:1 10574:1 10576:1 10608:1 10617:1 10711:1 10729:3 10748:1 10809:4 10854:1 10870:1 10881:1 10915:1 10962:1 11016:1 11033:1 11051:1 11057:1 11090:1 11099:1 11120:1 11141:2 11167:1 11175:2 11178:1 11204:12 11323:1 11355:1 11375:1 11439:1 11441:2 11460:1 11524:1 11537:1 11546:1 11582:1 11617:2 11618:1 11628:2 11634:1 11688:2 11712:1 11727:1 11796:4 11814:1 11841:1 11845:1 11881:1 11884:2 11902:2 11918:2 11937:1 11983:1 11990:2 11992:1 12044:5 12064:1 12118:1 12151:1 12174:1 12191:2 12205:2 12208:1 12230:1 12233:2 12234:1 12236:1 12241:1 12246:1 12382:1 12385:1 12395:4 12405:1 12426:1 12427:1 12441:1 12451:1 12495:1 12573:1 12608:1 12664:1 12721:1 12762:1 12830:1 12849:1 12902:1 12915:1 12933:1 12943:1 12959:1 12984:1 12991:2 12993:1 12997:1 13009:1 13019:3 13021:1 13028:2 13045:1 13046:3 13058:2 13069:1 13081:2 13089:1 13137:1 13201:1 13242:1 13250:1 13340:1 13377:1 13397:2 13423:2 13430:1 13436:1 13446:1 13453:2 13536:1 13540:1 13558:2 13561:1 13582:1 13688:1 13698:1 13714:1 13731:2 13899:1 13959:1 14017:2 14044:1 14085:1 14113:2 14146:1 14168:1 14183:1 14190:1 14200:1 14332:1 14341:1 14351:3 14396:2 14416:1 14421:1 14551:1 14574:1 14585:2 14598:1 14616:1 14647:4 14657:1 14667:1 14668:2 14695:1 14738:1 14739:1 14747:1 14773:2 14806:1 14813:1 14821:2 14826:1 14844:1 14863:1 14875:1 14876:1 14906:1 14914:2 14944:1 15010:2 15021:1 15099:1 15103:1 15151:1 15182:1 15197:2 15240:1 15247:1 15266:1 15273:3 15284:2 15336:1 15376:1 15385:1 15411:1 15431:1 15476:1 15506:2 15556:1 15566:1 15637:2 15684:1 15722:1 15746:1 15785:4 15801:1 15851:1 15878:1 15882:1 15888:1 15907:1 15911:1 15943:1 15961:12 15966:2 16017:1 16019:1 16022:1 16077:2 16081:1 16115:1 16123:1 16142:1 16143:1 16268:1 16322:1 16419:1 16428:2 16515:1 16538:1 16542:2 16549:1 16554:1 16570:1 16571:1 16573:2 16607:1 16610:1 16625:1 16626:5 16632:2 16693:1 16706:1 16722:2 16809:1 16818:1 16854:1 16861:1 16873:1 16891:3 16944:1 16949:1 17062:2 17067:1 17077:1 17086:1 17123:1 17162:6 17164:1 17180:1 17192:1 17211:1 17226:1 17276:1 17307:1 17311:1 17315:2 17340:1 17348:1 17388:1 17392:1 17446:1 17467:1 17492:1 17514:2 17550:1 17554:2 17558:1 17604:1 17617:2 17634:1 17646:2 17697:2 17722:1 17799:3 17818:1 17820:1 17846:2 17854:2 17892:1 17894:1 17925:1 17943:2 17950:1 17969:1 17994:1 18035:1 18051:1 18052:1 18096:1 18124:1 18152:1 18163:2 18164:1 18181:2 18192:1 18210:1 18315:1 18354:1 18359:1 18368:1 18405:1 18431:1 18439:1 18445:4 18499:1 18572:1 18617:1 18700:1 18703:1 18762:1 18772:6 18792:2 18807:2 18968:1 18984:2 18990:1 19063:2 19076:1 19079:1 19093:1 19118:2 19123:1 19173:1 19233:1 19250:1 19259:2 19278:1 19294:2 19305:1 19313:2 19319:2 19335:1 19339:1 19341:1 19349:2 19362:1 19364:1 19381:2 19384:3 19391:1 19396:2 19404:2 19438:2 19445:2 19450:1 19459:1 19481:1 19504:1 19558:1 19567:1 19570:2 19605:2 19621:2 19637:2 19707:1 19725:1 19740:2 19750:1 19761:1 19779:1 19785:1 19797:1 19807:2 19836:4 19842:1 19852:1 19853:1 19855:2 19892:2 19906:2 19928:1 19979:1 20004:1 20010:1 20079:1 20121:6 20130:1 20163:1 20172:1 20177:1 20214:4 20254:1 20271:12 20329:1 20373:1 20386:2 20407:1 20430:3 20480:1 20572:12 20590:2 20622:1499 20704:1 20755:1 20759:1 20794:3 20815:1 20825:1 20849:1 20859:1 20873:1 20877:1 20880:1 20890:1 20956:1 21086:1 21089:1 21095:1 21119:1 21176:1 21190:1 21259:4 21303:2 21311:1 21324:1 21329:1 21350:1 21364:1 21392:1 21400:1 21405:2 21415:1 21419:3 21448:1 21472:1 21479:3 21501:6 21511:1 21530:2 21531:2 21538:1 21539:1 21572:1 21582:1 21595:9 21634:1 21638:3 21644:2 21652:1 21686:1 21698:1 21739:1 21750:2 21772:1 21802:1 21812:1 21819:1 21877:1 21897:1 21965:1 21969:1 21974:1 21990:1 22008:2 22038:1 22076:1 22083:1 22090:2 22093:1 22109:1 22117:1 22191:2 22192:1 22197:1 22228:1 22256:1 22266:1 22282:1 22295:1 22316:2 22350:1 22379:1 22461:2 22494:1 22509:1 22510:1 22545:1 22555:1 22557:2 22564:2 22585:1 22593:2 22627:1 22660:1 22664:4 22673:2 22714:1 22748:1 22749:1 22763:1 22773:2 22806:1 22814:1 22835:1 22849:1 22853:1 22863:1 22869:1 22879:1 22890:6 22951:1 22961:1 22972:1 23004:1 23031:1 23032:1 23033:1 23037:2 23048:1 23064:1 23081:1 23104:1 23145:1 23187:1 23188:2 23191:1 23215:1 23232:1 23243:1 23289:1 23295:4 23323:1 23353:1 23394:1 23450:1 23455:1 23471:1 23474:2 23487:1 23494:1 23517:1 23531:1 23555:1 23556:1 23563:1 23595:1 23617:1 23658:3 23671:2 23702:2 23714:1 23723:2 23763:1 23764:1 23772:1 23780:4 23810:1 23860:1 23908:2 23935:1 23954:1 23997:1 24020:2 24032:1 24058:1 24067:1 24091:1 24115:4 24149:1 24154:1 24205:1 24222:1 24225:2 24256:1 24262:1 24281:1 24333:1 24382:1 24385:1 24386:1 24400:1 24414:1 24457:1 24462:2 24486:1 24496:2 24507:2 24510:2 24519:1 24535:1 24549:1 24562:1 24591:1 24594:1 24612:1 24613:2 24629:2 24655:1 24666:2 24692:1 24715:2 24807:1 24808:1 24810:3 24847:2 24851:1 24855:2 24860:1 24866:1 24882:1 24893:1 24916:1 24926:4 24949:1 24956:1 24993:1 25001:1 25006:1 25011:1 25014:1 25021:2 25081:2 25084:1 25158:1 25169:1 25190:1 25228:2 25239:1 25240:1 25253:1 25263:3 25294:5 25299:1 25308:1 25310:1 25320:4 25347:3 25384:1 25399:1 25416:1 25432:1 25483:1 25499:1 25507:1 25508:1 25514:2 25557:2 25567:2 25585:1 25593:1 25610:1 25625:1 25627:1 25634:2 25646:1 25655:2 25687:1 25707:2 25712:1 25759:2 25787:1 25811:1 25883:2 25934:1 25941:1 26001:2 26021:1 26030:1 26041:4 26083:1 26092:1 26103:1 26149:1 26160:2 26168:1 26169:1 26234:1 26244:1 26309:1 26328:1 26332:1 26337:1 26376:1 26378:3 26386:1 26389:1 26393:1 26399:1 26402:2 26408:1 26418:1 26464:1 26477:1 26488:2 26496:2 26510:1 26544:1 26549:1 26556:4 26645:2 26699:1 26704:1 26822:1 26832:1 26852:1 26857:1 26860:1 26873:1 26878:2 26880:1 26892:1 26893:1 26902:1 26912:1 27016:1 27028:5 27047:2 27060:2 27097:1 27132:1 27143:1 27161:1 27260:1 27262:1 27263:1 27266:1 27312:3 27318:1 27327:2 27337:1 27357:1 27366:1 27387:1 27428:4 27498:1 27521:3 27526:2 27539:1 27561:1 27577:1 27616:1 27646:1 27650:2 27692:1 27700:2 27778:1 27790:1 27794:2 27814:1 27819:1 27831:2 27884:1 27887:1 27905:2 27915:2 27973:1 28009:1 28027:1 28055:3 28059:1 28072:1 28085:6 28128:1 28178:1 28230:1 28276:1 28296:1 28312:1 28325:2 28365:1 28372:1 28387:1 28399:1 28411:1 28425:1 28449:1 28490:2 28534:2 28545:1 28569:1 28684:1 28733:1 28745:1 28802:5 28823:1 28838:1 28851:1 28925:2 28986:1 29002:1 29012:5 29021:1 29036:4 29043:2 29055:1 29068:1 29083:1 29116:5 29159:1 29163:1 29175:1 29183:12 29211:1 29236:1 29244:2 29280:1 29282:1 29294:2 29305:1 29339:1 29352:1 29392:1 29409:1 29496:2 29497:1 29506:2 29526:1 29530:1 29557:1 29573:1 29594:1 29606:2 29644:2 29655:2 29669:1 29683:1 29710:4 29752:2 29776:1 29817:1 29833:3 29838:1 29887:1 29938:1 29941:2 29952:1 29969:1 30014:1 30036:1 30039:1 30040:1 30050:1 30078:1 30096:4 30131:1 30187:1 30188:1 30224:1 30230:1 30296:1 30299:1 30308:1 30343:1 30366:1 30394:2 30443:1 30458:5 30466:1 30486:2 30495:1 30501:2 30504:1 30506:2 30519:1 30523:1 30538:1 30550:1 30567:3 30577:1 30582:1 30592:1 30605:1 30609:1 30630:1 30653:3 30657:1 30711:1 30713:4 30758:3 30763:1 30766:2 30777:1 30873:2 30878:1 30900:1 30908:1 30972:1 31069:2 31125:2 31161:2 31176:1 31178:1 31179:1 31201:1 31204:1 31247:1 31257:1 31290:1 31317:1 31374:2 31393:1 31481:1 31484:1 31525:1 31591:1 31599:1 31612:2 31636:1 31639:1 31659:1 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31760:1 31770:2 31774:1 31778:1 31830:1 31902:2
18 8:1 19:1 23:1 62:1 136:1 208:4 231:2 237:1 238:1 241:1 253:2 275:1 283:2 288:1 299:1 317:1 334:1 339:2 352:1 372:1 462:1 555:1 618:2 620:1 635:1 642:1 647:1 664:1 677:2 697:1 707:1 716:5 730:1 756:1 774:3 784:1 799:2 816:1 836:1 915:1 929:1 936:1 940:1 964:3 979:1 1000:1 1001:2 1030:1 1032:1 1064:2 1165:1 1205:1 1237:1 1296:4 1326:1 1327:2 1328:1 1331:2 1348:1 1365:2 1391:1 1392:1 1400:2 1492:1 1504:1 1511:1 1512:2 1519:1 1525:1 1564:2 1572:1 1584:1 1623:2 1624:1 1628:1 1635:1 1685:1 1703:4 1710:1 1719:1 1742:1 1781:1 1793:1 1796:1 1868:1 1871:3 1932:4 1977:1 2055:1 2064:1 2078:2 2081:1 2084:1 2093:2 2118:1 2148:2 2174:1 2181:1 2199:1 2241:1 2244:1 2249:1 2254:4 2259:1 2282:1 2296:1 2307:1 2358:1 2374:1 2383:1 2406:3 2409:1 2418:1 2420:1 2422:1 2424:1 2428:2 2432:1 2437:1 2438:1 2447:1 2466:2 2467:1 2471:1 2476:1 2478:1 2480:1 2481:1 2482:1 2487:1 2488:1 2497:2 2503:3 2509:2 2516:1 2517:2 2524:1 2531:13 2540:1 2551:2 2602:4 2613:1 2641:1 2644:1 2648:1 2659:4 2706:1 2717:1 2740:1 2743:1 2751:1 2763:1 2783:2 2796:1 2797:1 2799:1 2815:1 2817:2 2824:2 2834:1 2932:1 2940:2 2941:1 2963:1 2996:1 3011:1 3066:3 3077:2 3097:1 3159:2 3170:3 3171:3 3203:1 3212:3 3218:1 3219:1 3230:1 3251:1 3279:1 3316:1 3328:1 3330:1 3404:2 3423:6 3478:3 3489:1 3528:1 3532:1 3547:1 3549:1 3558:1 3571:1 3576:1 3577:1 3614:1 3625:2 3632:1 3653:1 3669:1 3684:1 3698:1 3855:1 3920:1 3934:1 3981:1 3995:2 4017:2 4043:2 4090:1 4091:1 4136:1 4145:2 4148:1 4171:1 4177:1 4181:2 4211:2 4225:1 4226:1 4230:1 4267:1 4274:1 4279:2 4281:1 4283:1 4292:1 4367:1 4371:1 4394:1 4402:1 4423:2 4428:1 4442:1 4444:1 4466:1 4472:2 4497:1 4507:1 4536:1 4542:1 4549:1 4573:1 4614:1 4617:1 4651:1 4665:1 4729:1 4774:1 4817:2 4846:2 4851:1 4868:1 4877:1 4895:1 4953:2 5018:1 5023:2 5035:1 5050:2 5078:1 5079:3 5098:1 5107:1 5120:1 5121:1 5151:1 5185:1 5202:1 5214:1 5223:1 5254:1 5302:1 5315:1 5351:1 5368:3 5414:9 5417:1 5477:1 5540:1 5560:1 5576:1 5592:1 5602:1 5690:1 5694:1 5701:2 5733:1 5765:2 5773:2 5815:1 5852:2 5883:2 5912:1 5917:1 5919:1 5924:2 5935:1 5996:4 6025:1 6032:1 6041:1 6054:1 6077:1 6085:1 6133:1 6161:1 6162:1 6168:1 6173:2 6208:1 6212:2 6276:1 6299:1 6399:1 6412:1 6465:1 6545:2 6557:2 6582:1 6625:1 6727:1 6729:1 6768:2 6783:2 6792:1 6794:2 6811:2 6814:1 6826:1 6854:2 6902:1 6924:1 6956:4 7007:1 7027:4 7038:2 7041:1 7042:1 7044:3 7062:1 7091:1 7132:1 7133:1 7138:1 7149:1 7150:1 7156:1 7159:1 7320:1 7331:3 7349:4 7418:1 7436:1 7452:1 7468:1 7482:5 7511:1 7543:4 7561:1 7575:1 7635:1 7678:2 7681:2 7683:1 7686:1 7718:1 7722:1 7745:1 7770:1 7792:2 7794:1 7814:1 7885:1 7926:1 7992:2 8034:1 8073:1 8134:2 8172:1 8218:4 8251:1 8304:1 8306:1 8313:2 8340:4 8386:1 8471:1 8477:1 8531:1 8558:2 8597:2 8604:1 8614:3 8636:2 8639:1 8642:3 8657:2 8658:2 8663:1 8664:2 8669:1 8677:1 8682:1 8683:1 8690:12 8718:3 8728:1 8753:1 8776:1 8797:1 8827:1 8877:1 8894:1 8914:1 8916:2 9042:1 9077:1 9094:1 9100:2 9147:2 9171:1 9178:1 9221:2 9226:1 9249:4 9263:1 9274:2 9303:4 9310:2 9313:2 9316:1 9356:1 9357:1 9436:1 9460:1 9473:1 9475:1 9501:1 9528:4 9546:1 9577:5 9656:1 9668:1 9671:1 9672:1 9676:1 9687:1 9693:1 9757:1 9767:1 9773:1 9792:1 9846:1 9860:2 9888:2 10017:1 10021:2 10028:1 10044:1 10054:1 10069:1 10080:1 10081:1 10090:2 10098:2 10105:2 10143:1 10151:1 10164:2 10196:1 10201:1 10203:1 10248:2 10255:1 10269:1 10405:1 10473:1 10535:1 10568:1 10574:1 10576:1 10608:1 10617:1 10711:1 10729:3 10741:1 10748:1 10773:1 10809:4 10854:1 10870:1 10881:1 10915:1 10962:1 11016:1 11033:2 11051:1 11057:1 11090:1 11099:1 11120:1 11141:2 11167:1 11175:3 11178:1 11204:13 11323:1 11355:1 11375:1 11439:1 11441:2 11460:1 11524:1 11537:1 11546:1 11582:1 11617:2 11618:1 11628:2 11634:1 11640:1 11688:2 11712:1 11727:1 11796:4 11814:1 11841:1 11845:1 11881:1 11884:2 11902:2 11918:2 11937:1 11983:1 11990:2 11992:1 12044:5 12064:1 12118:1 12151:1 12174:1 12191:2 12205:2 12208:1 12230:1 12233:2 12234:1 12236:1 12241:1 12246:1 12382:1 12385:1 12395:4 12405:1 12426:1 12427:1 12441:1 12451:1 12495:1 12573:1 12608:1 12664:1 12721:1 12762:1 12830:1 12849:1 12902:1 12915:1 12933:1 12943:1 12959:1 12984:1 12991:2 12993:1 12997:1 13009:1 13019:3 13021:1 13028:2 13045:1 13046:3 13058:2 13069:1 13081:3 13089:1 13137:1 13168:1 13201:1 13242:1 13250:1 13340:1 13377:1 13397:2 13423:2 13430:1 13436:1 13446:1 13453:2 13536:1 13540:1 13558:2 13561:1 13582:1 13607:1 13688:1 13698:1 13714:1 13731:2 13738:1 13899:1 13959:1 13986:1 14017:2 14044:1 14085:1 14113:3 14146:1 14168:1 14183:1 14190:1 14200:1 14332:1 14335:1 14341:1 14351:4 14396:2 14416:1 14421:1 14551:1 14574:1 14585:2 14598:1 14616:1 14647:4 14657:1 14667:1 14668:2 14695:1 14738:1 14739:1 14747:1 14773:2 14791:1 14806:1 14813:1 14821:2 14826:1 14844:1 14863:1 14875:1 14876:1 14906:1 14914:2 14944:1 15010:2 15021:1 15099:1 15103:1 15151:1 15182:1 15197:2 15240:1 15247:1 15266:1 15273:4 15284:2 15336:1 15339:1 15376:1 15385:1 15411:1 15431:1 15476:1 15506:2 15543:1 15556:1 15562:1 15566:1 15637:2 15684:1 15722:1 15746:2 15785:4 15801:1 15851:1 15878:1 15882:2 15888:1 15906:1 15907:1 15911:1 15943:1 15961:13 15966:2 16017:1 16019:1 16022:1 16077:2 16081:1 16115:1 16123:1 16142:1 16143:1 16268:1 16322:1 16419:1 16428:2 16515:1 16517:1 16538:1 16542:2 16549:1 16554:1 16570:1 16571:2 16573:2 16607:1 16610:1 16625:1 16626:5 16632:2 16693:1 16706:1 16722:3 16809:1 16818:1 16854:1 16861:1 16873:1 16891:3 16944:1 16949:1 17062:2 17067:1 17077:1 17086:1 17123:1 17143:1 17162:7 17164:1 17180:1 17192:1 17211:1 17226:1 17276:1 17307:1 17311:1 17315:2 17340:1 17348:1 17388:1 17392:1 17446:1 17467:1 17492:1 17514:2 17550:1 17554:2 17558:1 17604:1 17617:2 17634:1 17646:2 17697:2 17710:1 17722:1 17799:3 17818:1 17820:1 17846:2 17854:2 17892:1 17894:1 17925:1 17943:2 17950:1 17969:1 17994:1 18035:1 18051:1 18052:1 18096:1 18124:1 18152:1 18163:2 18164:1 18181:2 18192:1 18210:1 18315:1 18354:1 18359:1 18368:1 18405:1 18431:1 18439:1 18445:4 18499:1 18572:1 18617:1 18700:1 18703:1 18762:1 18772:7 18792:2 18807:2 18968:1 18984:2 18990:1 19063:2 19076:1 19079:1 19093:1 19118:2 19123:1 19173:1 19233:1 19234:1 19250:1 19259:2 19278:1 19294:2 19305:1 19313:2 19319:2 19335:1 19339:1 19341:1 19349:2 19362:1 19364:1 19381:2 19384:3 19391:1 19396:2 19404:2 19438:2 19445:3 19450:1 19459:1 19481:1 19504:1 19558:1 19567:1 19570:2 19605:2 19621:2 19637:2 19707:1 19725:1 19740:2 19750:1 19761:1 19779:1 19782:1 19785:1 19797:1 19807:2 19836:4 19842:1 19848:1 19852:1 19853:1 19855:2 19892:2 19906:2 19928:1 19979:1 20004:1 20010:1 20015:1 20079:1 20121:6 20130:1 20163:1 20172:1 20177:1 20186:1 20214:4 20254:1 20271:13 20329:1 20373:1 20386:2 20407:1 20430:3 20480:1 20572:13 20590:2 20622:1617 20704:1 20755:1 20759:1 20794:3 20815:1 20825:1 20849:1 20859:2 20873:2 20877:1 20880:1 20890:1 20956:1 21018:1 21086:1 21089:1 21095:1 21119:1 21176:1 21190:1 21259:4 21303:2 21311:1 21324:1 21329:1 21350:1 21364:1 21392:1 21400:1 21405:2 21415:1 21419:3 21448:1 21472:1 21479:4 21501:6 21511:1 21530:3 21531:2 21538:1 21539:1 21553:1 21572:1 21582:1 21595:10 21634:1 21638:3 21644:2 21652:1 21686:1 21698:1 21739:1 21750:2 21772:1 21802:1 21812:1 21819:1 21877:1 21897:1 21965:1 21969:1 21974:1 21990:1 22008:2 22038:1 22076:1 22083:1 22090:2 22093:1 22109:1 22117:1 22191:2 22192:1 22197:1 22228:1 22256:1 22266:1 22282:1 22294:1 22295:1 22316:2 22350:1 22379:1 22461:2 22467:1 22494:1 22509:1 22510:1 22545:1 22555:1 22557:2 22564:2 22585:1 22593:2 22627:1 22660:1 22664:4 22673:2 22714:1 22748:1 22749:1 22763:1 22769:1 22773:2 22806:1 22814:1 22835:1 22849:1 22853:1 22863:1 22869:1 22879:1 22890:6 22950:1 22951:1 22961:1 22972:1 23004:1 23031:1 23032:1 23033:1 23037:2 23042:1 23048:1 23064:1 23081:1 23104:1 23105:1 23145:1 23187:1 23188:2 23191:1 23215:1 23232:1 23243:1 23289:1 23295:4 23323:1 23353:1 23394:1 23450:1 23455:1 23471:1 23474:2 23487:2 23494:1 23517:1 23531:1 23555:1 23556:1 23563:1 23595:1 23617:1 23658:3 23671:2 23702:2 23714:1 23723:2 23763:1 23764:1 23772:1 23780:4 23810:1 23858:1 23860:1 23908:2 23935:1 23954:1 23997:1 24020:2 24032:1 24058:1 24067:1 24091:1 24115:4 24149:1 24154:1 24161:1 24204:1 24205:1 24222:1 24225:2 24256:1 24262:1 24281:1 24333:1 24382:1 24385:1 24386:1 24400:1 24414:1 24457:1 24462:2 24486:1 24496:2 24507:2 24510:2 24519:1 24535:1 24549:1 24562:1 24591:1 24594:1 24612:1 24613:2 24614:1 24629:2 24655:1 24666:2 24692:1 24715:2 24753:1 24807:1 24808:1 24810:3 24814:1 24847:2 24851:1 24855:2 24860:1 24866:1 24882:1 24893:1 24916:1 24926:4 24949:1 24956:1 24993:1 25001:1 25006:1 25011:1 25013:1 25014:1 25021:2 25081:2 25084:1 25158:1 25169:1 25190:1 25228:2 25239:1 25240:1 25253:1 25263:3 25294:5 25299:1 25308:1 25310:1 25320:4 25347:3 25384:1 25399:1 25416:1 25432:1 25483:1 25499:1 25507:1 25508:1 25514:2 25557:2 25567:2 25585:1 25593:1 25610:1 25625:1 25627:1 25634:2 25646:1 25655:2 25687:1 25707:2 25712:1 25759:2 25787:1 25811:1 25883:2 25934:1 25941:1 26001:2 26021:1 26030:1 26041:4 26083:1 26092:1 26103:1 26149:1 26160:2 26168:1 26169:1 26234:1 26244:1 26309:1 26328:1 26332:1 26337:1 26376:1 26378:3 26381:1 26386:1 26389:1 26393:1 26399:1 26402:2 26408:1 26418:1 26464:1 26477:1 26488:2 26496:2 26510:1 26531:1 26544:1 26549:1 26556:5 26645:2 26699:1 26704:1 26822:1 26832:1 26852:1 26857:1 26860:1 26873:1 26878:2 26880:1 26892:1 26893:1 26902:1 26912:1 27016:1 27028:5 27047:2 27060:2 27097:1 27132:1 27143:1 27161:1 27260:1 27262:1 27263:1 27266:1 27312:3 27318:1 27327:2 27337:1 27357:1 27366:1 27387:1 27428:4 27498:1 27521:3 27526:2 27539:1 27561:1 27577:1 27616:1 27646:1 27650:3 27692:1 27700:2 27732:1 27778:1 27790:1 27794:2 27814:1 27819:1 27831:2 27884:1 27887:1 27905:2 27915:2 27973:1 28009:1 28027:1 28055:3 28059:1 28072:1 28085:7 28128:1 28174:1 28178:1 28230:1 28276:1 28296:1 28312:1 28325:2 28365:1 28372:1 28387:1 28399:1 28411:1 28425:1 28449:1 28490:2 28534:2 28545:1 28569:1 28684:1 28696:1 28733:1 28745:1 28802:5 28823:1 28838:1 28851:1 28925:2 28986:1 29002:1 29012:5 29021:1 29036:4 29043:2 29055:1 29068:1 29083:1 29116:5 29159:1 29163:1 29175:1 29183:13 29196:1 29211:1 29236:1 29244:2 29280:1 29282:1 29294:2 29305:1 29339:1 29352:1 29392:1 29409:1 29496:2 29497:1 29506:2 29526:1 29530:1 29557:1 29573:1 29594:1 29606:2 29615:1 29644:2 29655:2 29669:1 29683:1 29710:4 29752:2 29776:1 29817:1 29833:3 29838:1 29887:1 29938:1 29941:2 29952:1 29969:1 30014:1 30036:1 30039:1 30040:1 30050:1 30078:1 30096:4 30131:1 30187:1 30188:1 30224:1 30230:1 30296:1 30299:1 30308:1 30343:1 30366:1 30394:2 30430:1 30443:1 30458:6 30466:1 30486:3 30495:1 30501:2 30504:1 30506:2 30519:1 30523:1 30538:1 30550:1 30567:3 30577:1 30582:1 30592:1 30605:1 30607:1 30609:1 30630:1 30653:3 30657:1 30658:1 30711:1 30713:4 30758:3 30763:1 30766:2 30777:1 30873:2 30878:1 30900:1 30908:1 30972:1 31069:2 31125:2 31161:3 31176:1 31178:1 31179:1 31200:1 31201:1 31204:1 31247:1 31257:1 31290:1 31317:1 31374:2 31393:1 31481:1 31484:1 31525:1 31591:1 31599:1 31612:3 31636:1 31639:1 31659:1 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31752:1 31760:1 31770:2 31774:1 31778:1 31830:1 31902:2
18 8:1 19:1 23:1 62:1 136:1 208:4 231:2 237:1 238:1 241:1 253:2 275:1 283:2 288:1 299:1 317:1 334:1 339:2 352:1 372:1 398:1 462:1 555:1 591:1 618:2 620:1 635:1 642:1 647:1 664:1 677:2 697:1 707:1 716:5 730:1 756:1 774:3 784:1 799:2 801:1 816:1 836:1 915:1 929:1 936:1 940:1 963:1 964:3 979:1 1000:1 1001:2 1030:1 1032:1 1064:2 1165:1 1184:1 1205:1 1237:1 1296:4 1326:1 1327:2 1328:1 1331:2 1348:1 1365:2 1391:1 1392:1 1400:2 1492:1 1495:1 1504:1 1511:1 1512:2 1519:1 1525:1 1564:2 1572:1 1584:1 1621:1 1623:2 1624:1 1628:1 1635:1 1685:2 1692:1 1703:4 1710:1 1719:1 1742:1 1781:1 1793:1 1796:1 1868:1 1871:3 1932:4 1977:1 2055:1 2064:1 2078:2 2081:1 2084:1 2093:2 2118:1 2148:2 2174:1 2181:1 2199:1 2241:1 2244:1 2249:1 2254:4 2255:1 2259:1 2282:1 2296:1 2307:1 2358:1 2366:1 2374:1 2383:1 2406:3 2409:1 2418:1 2420:1 2422:1 2424:1 2428:2 2432:1 2436:1 2437:1 2438:1 2447:1 2466:2 2467:1 2471:1 2476:1 2478:1 2480:1 2481:1 2482:1 2487:1 2488:1 2493:1 2497:2 2503:3 2509:2 2516:1 2517:2 2524:1 2531:14 2540:1 2543:1 2551:2 2602:4 2613:1 2641:1 2644:1 2648:1 2659:4 2706:1 2717:1 2740:1 2743:1 2751:1 2763:1 2783:2 2796:1 2797:1 2799:1 2815:1 2817:2 2824:2 2834:1 2932:1 2940:2 2941:1 2963:1 2996:1 3011:1 3066:4 3077:2 3097:1 3159:2 3170:3 3171:3 3203:1 3212:4 3218:1 3219:1 3230:2 3251:1 3279:1 3316:1 3328:1 3330:1 3404:2 3423:6 3478:4 3489:1 3526:1 3528:1 3532:1 3547:1 3549:1 3558:1 3571:1 3576:1 3577:1 3614:1 3625:2 3632:1 3653:1 3669:1 3684:1 3698:1 3855:1 3920:1 3934:1 3981:1 3995:2 4017:2 4043:2 4090:1 4091:1 4133:1 4136:1 4145:2 4148:1 4170:1 4171:1 4177:1 4181:2 4211:2 4225:1 4226:2 4230:1 4267:1 4274:1 4279:2 4281:1 4283:1 4292:1 4367:1 4371:1 4394:1 4402:1 4423:2 4428:1 4442:1 4444:1 4466:1 4472:2 4497:1 4507:1 4536:1 4542:1 4549:1 4573:1 4614:1 4617:1 4651:1 4665:1 4729:2 4774:1 4817:2 4846:2 4851:1 4868:1 4877:1 4895:1 4953:2 5018:1 5023:2 5035:1 5050:2 5078:1 5079:3 5098:1 5107:1 5120:1 5121:1 5151:1 5185:1 5202:2 5214:1 5223:1 5254:1 5302:1 5315:1 5351:1 5368:3 5391:1 5414:9 5417:1 5427:1 5477:1 5540:1 5560:1 5576:1 5592:1 5602:1 5690:1 5694:1 5701:2 5703:1 5733:1 5765:2 5773:2 5815:1 5852:3 5883:2 5912:1 5917:1 5919:1 5924:2 5935:1 5969:1 5996:5 6025:1 6032:1 6041:1 6054:1 6077:1 6085:1 6133:1 6161:1 6162:1 6168:1 6173:2 6208:1 6212:2 6276:1 6299:1 6399:1 6412:1 6465:1 6545:2 6557:2 6582:1 6625:1 6727:1 6729:1 6768:2 6783:2 6792:1 6794:2 6811:2 6814:1 6826:1 6854:2 6902:1 6924:1 6956:4 7007:1 7027:4 7038:2 7041:1 7042:1 7044:3 7062:1 7091:1 7132:1 7133:1 7138:1 7149:1 7150:2 7156:1 7159:1 7304:1 7320:1 7331:3 7349:5 7418:1 7436:1 7452:1 7468:1 7482:5 7511:1 7543:4 7561:1 7575:1 7635:1 7678:2 7681:2 7683:1 7686:1 7718:1 7722:1 7745:1 7770:1 7792:2 7794:1 7814:1 7885:1 7926:1 7944:1 7992:2 8034:1 8073:1 8134:2 8172:1 8218:4 8251:1 8304:1 8306:1 8313:2 8340:4 8386:1 8407:1 8471:1 8477:1 8531:1 8558:2 8597:2 8604:1 8614:3 8636:2 8639:1 8642:3 8657:2 8658:2 8663:2 8664:2 8669:1 8677:1 8682:1 8683:1 8690:12 8718:4 8728:1 8753:1 8776:1 8797:2 8827:1 8877:1 8894:1 8914:1 8916:2 9042:1 9077:1 9094:1 9100:2 9114:1 9147:2 9171:1 9178:1 9221:2 9226:1 9249:4 9263:1 9274:2 9303:4 9310:2 9313:2 9316:1 9356:1 9357:1 9436:1 9460:1 9473:1 9475:1 9501:1 9528:4 9546:1 9577:5 9656:1 9668:1 9671:1 9672:1 9676:1 9687:1 9693:1 9757:1 9767:1 9773:1 9792:1 9846:1 9860:2 9888:2 10017:1 10021:2 10028:1 10044:1 10054:1 10069:1 10080:1 10081:1 10090:2 10098:2 10105:2 10143:1 10151:1 10164:2 10196:1 10201:1 10203:1 10248:2 10255:1 10269:1 10405:1 10473:2 10535:1 10568:1 10574:1 10576:1 10608:1 10617:1 10711:1 10729:3 10741:1 10748:1 10773:1 10809:4 10854:1 10870:1 10881:1 10910:1 10915:1 10962:1 11016:1 11033:2 11051:1 11057:1 11090:1 11099:1 11120:1 11141:3 11167:1 11175:3 11178:1 11201:1 11204:14 11323:1 11355:1 11375:1 11439:1 11441:2 11460:1 11524:1 11537:1 11546:1 11582:1 11617:2 11618:1 11628:2 11634:1 11640:1 11688:2 11712:1 11727:1 11783:1 11796:4 11814:1 11819:1 11841:1 11845:1 11881:1 11884:2 11902:2 11918:2 11937:1 11983:1 11990:2 11992:1 12044:5 12064:1 12118:1 12151:1 12174:1 12191:2 12202:1 12205:2 12208:1 12230:1 12233:2 12234:1 12236:1 12241:1 12246:1 12285:1 12382:1 12385:1 12395:4 12405:1 12426:1 12427:1 12441:1 12451:1 12495:1 12573:1 12608:1 12664:1 12721:1 12743:1 12762:1 12830:1 12849:1 12902:1 12915:1 12933:1 12943:1 12959:1 12984:1 12991:2 12993:1 12997:1 13009:1 13019:3 13021:1 13028:2 13045:1 13046:4 13058:2 13069:1 13081:3 13089:1 13137:1 13168:1 13201:1 13242:1 13250:1 13340:1 13377:1 13393:1 13397:2 13423:2 13430:1 13436:1 13446:1 13453:2 13489:1 13517:1 13536:1 13540:1 13558:2 13561:1 13582:1 13607:1 13688:1 13698:1 13714:1 13731:2 13738:1 13899:1 13959:1 13986:1 14017:2 14044:1 14085:1 14113:3 14146:1 14168:1 14183:1 14190:1 14200:1 14332:1 14335:1 14341:1 14351:4 14396:2 14416:1 14421:1 14551:1 14574:1 14585:2 14598:1 14616:1 14647:4 14657:1 14667:1 14668:2 14695:1 14738:1 14739:1 14747:1 14773:2 14791:1 14806:1 14813:1 14821:2 14826:1 14844:1 14863:1 14875:1 14876:1 14906:1 14914:2 14944:1 15010:3 15021:1 15061:1 15099:1 15103:2 15151:1 15182:1 15197:2 15240:1 15247:1 15266:1 15273:4 15284:2 15336:1 15339:1 15376:1 15385:1 15411:1 15431:1 15476:1 15506:2 15543:1 15556:1 15562:2 15566:1 15637:2 15684:1 15691:1 15722:1 15746:2 15785:5 15801:1 15851:1 15878:1 15882:2 15888:1 15894:1 15906:1 15907:1 15911:1 15943:1 15961:14 15966:2 16017:1 16019:1 16022:1 16077:3 16081:1 16115:1 16123:1 16142:1 16143:1 16268:1 16322:1 16419:2 16428:2 16515:1 16517:1 16538:1 16542:2 16549:1 16554:1 16570:1 16571:2 16573:2 16597:1 16607:1 16610:1 16625:1 16626:5 16632:2 16693:1 16706:1 16722:3 16809:1 16818:1 16843:1 16854:1 16861:1 16873:1 16891:4 16944:1 16949:1 16993:1 17062:2 17067:1 17077:1 17086:1 17123:1 17143:1 17162:7 17164:1 17180:1 17192:1 17211:1 17226:1 17276:1 17307:1 17311:1 17315:2 17324:1 17340:1 17348:1 17388:1 17392:1 17446:1 17467:1 17492:1 17514:2 17550:1 17554:2 17558:1 17604:1 17617:2 17634:1 17646:2 17697:2 17710:1 17722:1 17799:3 17818:1 17820:1 17846:2 17854:3 17892:1 17894:1 17925:1 17943:2 17950:1 17969:1 17994:1 18008:1 18035:1 18051:1 18052:1 18096:1 18124:1 18152:1 18162:1 18163:2 18164:1 18181:2 18192:1 18210:1 18315:1 18354:1 18359:1 18368:1 18405:1 18431:1 18439:1 18445:4 18499:2 18572:1 18617:1 18700:1 18703:1 18758:1 18762:1 18764:1 18772:7 18792:2 18807:2 18845:1 18968:1 18984:2 18990:1 19063:2 19076:1 19079:1 19086:1 19093:1 19118:2 19123:1 19173:1 19233:1 19234:1 19250:1 19259:2 19278:1 19294:2 19305:1 19313:2 19319:2 19335:1 19339:1 19341:1 19349:2 19362:1 19364:1 19381:3 19384:3 19391:1 19392:1 19396:2 19404:2 19438:2 19445:3 19450:1 19459:1 19481:1 19504:1 19558:1 19567:1 19570:2 19605:2 19621:2 19637:2 19707:1 19725:1 19740:2 19750:1 19761:1 19779:1 19782:1 19785:1 19797:1 19807:2 19836:4 19842:2 19848:1 19852:1 19853:1 19855:2 19892:3 19906:3 19928:1 19979:1 20004:1 20010:1 20015:1 20079:1 20121:6 20130:1 20163:1 20172:1 20177:1 20186:1 20214:4 20254:1 20271:14 20329:1 20373:1 20386:2 20407:1 20430:3 20480:1 20572:14 20590:2 20622:1713 20704:1 20755:1 20759:1 20794:3 20815:1 20822:1 20825:1 20849:1 20859:2 20873:2 20877:1 20880:1 20890:1 20956:1 21018:1 21086:1 21089:1 21095:1 21119:1 21176:1 21190:1 21259:4 21290:1 21303:2 21311:1 21324:1 21329:1 21350:1 21364:1 21392:1 21400:1 21405:2 21415:1 21419:3 21448:2 21472:1 21479:4 21501:6 21511:1 21523:1 21530:3 21531:2 21538:1 21539:1 21553:2 21572:1 21582:1 21595:10 21634:1 21638:3 21644:2 21652:1 21686:1 21698:1 21739:1 21750:2 21772:1 21802:1 21812:1 21819:1 21829:1 21877:1 21890:1 21897:1 21965:1 21969:1 21974:1 21990:1 22008:2 22038:1 22076:1 22083:1 22090:2 22093:1 22109:1 22117:1 22191:2 22192:1 22197:1 22228:1 22256:1 22266:2 22282:1 22294:1 22295:1 22316:2 22350:1 22379:1 22461:2 22467:1 22494:1 22509:1 22510:1 22545:1 22555:1 22557:2 22564:2 22585:1 22593:2 22627:1 22660:1 22664:4 22673:2 22704:1 22714:1 22748:1 22749:1 22763:1 22769:1 22773:2 22806:1 22814:1 22835:1 22849:1 22853:1 22863:1 22869:1 22879:1 22890:6 22893:1 22917:1 22950:1 22951:1 22961:1 22972:1 22976:1 23002:1 23004:1 23031:1 23032:1 23033:1 23037:2 23042:1 23048:1 23064:1 23081:1 23104:1 23105:1 23145:1 23187:1 23188:2 23191:1 23215:1 23223:1 23232:1 23243:1 23289:1 23295:4 23323:1 23338:1 23353:1 23394:1 23450:1 23455:1 23471:1 23474:2 23487:2 23494:1 23517:1 23531:1 23555:2 23556:1 23563:1 23595:1 23617:1 23658:3 23671:2 23702:2 23714:1 23723:2 23763:1 23764:1 23772:1 23780:4 23810:1 23858:1 23860:1 23908:2 23935:1 23954:1 23997:1 24020:2 24032:1 24058:1 24067:1 24091:1 24115:5 24149:1 24154:1 24161:1 24204:1 24205:1 24222:1 24225:2 24256:1 24262:1 24281:1 24333:1 24382:1 24385:1 24386:1 24400:1 24414:1 24457:1 24462:2 24486:1 24496:2 24507:2 24510:2 24519:1 24535:1 24549:1 24562:1 24591:1 24594:1 24612:1 24613:2 24614:1 24629:2 24655:1 24666:2 24692:1 24715:2 24735:1 24753:1 24779:1 24807:1 24808:1 24810:3 24814:1 24847:2 24851:1 24855:2 24860:1 24866:1 24882:1 24893:1 24916:1 24926:4 24949:1 24956:1 24993:1 25001:1 25006:1 25011:1 25013:1 25014:1 25021:2 25081:2 25084:1 25158:1 25169:1 25186:1 25190:1 25228:2 25239:1 25240:1 25253:1 25263:4 25294:5 25299:1 25308:1 25310:1 25320:4 25347:3 25384:1 25399:1 25403:1 25416:1 25432:1 25483:1 25499:1 25507:1 25508:1 25514:2 25557:2 25567:2 25585:1 25593:1 25610:1 25625:1 25627:1 25634:2 25646:1 25655:2 25687:1 25707:2 25712:1 25759:2 25787:1 25807:1 25811:1 25831:1 25883:2 25934:1 25941:1 26001:2 26008:1 26021:1 26030:1 26041:4 26083:1 26092:1 26103:1 26149:1 26160:2 26168:1 26169:1 26234:1 26244:1 26309:1 26328:1 26332:1 26337:1 26376:1 26378:3 26381:1 26386:1 26389:1 26393:1 26399:1 26402:2 26408:1 26418:1 26464:1 26477:1 26488:2 26496:3 26510:1 26531:1 26544:1 26549:1 26556:5 26645:2 26699:1 26704:1 26822:1 26832:1 26852:1 26857:1 26860:1 26873:1 26878:2 26880:1 26892:1 26893:1 26902:1 26912:1 27016:1 27028:5 27047:2 27060:2 27097:1 27132:1 27143:1 27161:1 27260:1 27262:1 27263:1 27266:1 27312:3 27318:1 27327:2 27337:1 27357:1 27366:1 27387:1 27428:4 27498:1 27521:3 27526:2 27539:1 27561:1 27577:1 27616:1 27646:1 27650:3 27692:1 27700:2 27732:1 27778:1 27790:1 27794:2 27814:1 27819:1 27831:2 27884:1 27887:1 27905:2 27915:2 27973:1 28009:1 28027:1 28055:3 28059:1 28072:1 28085:7 28128:1 28174:1 28178:1 28230:1 28276:1 28296:1 28312:1 28325:2 28365:1 28372:1 28387:1 28399:1 28411:1 28425:1 28449:1 28490:2 28534:2 28545:1 28569:1 28684:1 28696:1 28733:1 28745:1 28802:5 28823:1 28838:1 28851:1 28925:2 28986:1 29002:1 29012:6 29021:1 29036:5 29043:2 29055:1 29068:1 29083:1 29116:5 29159:1 29163:1 29175:1 29183:14 29196:1 29211:1 29236:1 29244:2 29280:1 29282:1 29294:2 29305:1 29339:1 29352:1 29392:1 29409:1 29478:1 29496:2 29497:1 29506:3 29526:1 29530:1 29557:1 29573:1 29594:1 29606:2 29615:1 29644:2 29655:2 29669:1 29683:1 29710:4 29752:2 29776:1 29817:1 29833:3 29838:1 29887:1 29938:1 29941:2 29952:1 29969:1 30014:1 30036:1 30039:1 30040:1 30050:1 30078:1 30096:5 30131:1 30143:1 30187:1 30188:1 30224:1 30230:1 30296:1 30299:1 30304:1 30308:1 30343:1 30366:2 30394:2 30430:1 30443:1 30458:6 30466:1 30486:3 30495:1 30501:2 30504:1 30506:2 30519:1 30523:1 30538:1 30550:1 30567:3 30577:1 30582:1 30592:1 30605:1 30607:1 30609:1 30630:1 30653:3 30657:1 30658:1 30711:1 30713:4 30758:3 30763:1 30766:2 30777:1 30873:2 30878:1 30900:1 30908:1 30972:1 31069:2 31125:2 31132:1 31161:3 31176:1 31178:1 31179:1 31200:1 31201:1 31204:1 31247:1 31257:1 31290:1 31317:1 31374:2 31393:1 31481:1 31484:1 31525:1 31591:1 31599:1 31612:3 31636:1 31639:1 31659:1 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31752:1 31760:1 31770:2 31774:1 31778:1 31826:1 31830:1 31842:1 31902:2
18 8:1 19:1 23:1 62:1 136:1 208:4 231:2 237:2 238:1 241:1 253:2 275:1 283:2 288:1 299:1 317:1 334:1 339:2 352:2 372:1 390:2 398:1 462:1 470:1 555:1 591:1 618:2 620:1 635:1 642:1 647:1 664:1 677:2 697:1 707:1 716:5 730:1 756:1 774:3 784:1 799:2 801:1 816:1 836:1 915:1 926:1 929:1 936:1 940:1 963:1 964:3 979:1 1000:1 1001:2 1030:1 1032:1 1064:2 1165:1 1184:1 1205:1 1237:1 1296:4 1326:1 1327:2 1328:1 1331:2 1348:1 1365:2 1391:1 1392:1 1400:2 1492:1 1495:1 1504:1 1511:1 1512:2 1519:1 1525:1 1564:2 1572:1 1584:1 1621:1 1623:2 1624:1 1628:1 1635:1 1665:1 1685:2 1692:1 1703:4 1710:1 1719:1 1739:1 1742:1 1781:1 1793:1 1796:1 1868:1 1871:3 1932:4 1977:1 2055:1 2064:1 2078:2 2081:1 2084:1 2093:2 2118:1 2148:2 2174:1 2181:1 2199:1 2241:1 2244:1 2249:1 2254:4 2255:1 2259:1 2282:1 2296:1 2307:1 2358:1 2366:1 2374:1 2383:1 2406:3 2409:1 2418:1 2420:2 2422:1 2424:1 2428:2 2432:1 2436:1 2437:1 2438:1 2447:1 2466:2 2467:1 2471:1 2476:1 2478:1 2480:1 2481:1 2482:1 2487:1 2488:1 2493:1 2497:2 2503:4 2509:2 2516:1 2517:2 2518:1 2524:1 2531:15 2540:1 2543:1 2551:2 2602:4 2613:1 2641:1 2644:1 2646:1 2648:1 2659:4 2706:1 2717:1 2740:1 2743:1 2751:1 2763:1 2783:2 2796:1 2797:1 2799:1 2815:1 2817:2 2824:2 2834:1 2932:1 2940:2 2941:1 2963:1 2996:1 3011:1 3045:1 3066:5 3077:2 3086:1 3097:1 3159:2 3170:3 3171:3 3203:1 3212:5 3218:1 3219:1 3230:2 3251:1 3279:1 3316:1 3328:1 3330:1 3404:2 3423:6 3478:4 3489:1 3526:1 3528:1 3532:1 3533:1 3547:1 3549:1 3558:1 3571:1 3576:1 3577:1 3614:2 3625:2 3632:1 3653:1 3669:1 3684:1 3698:1 3798:1 3855:1 3888:1 3920:1 3932:1 3934:1 3981:1 3995:2 4017:2 4043:2 4090:1 4091:1 4133:1 4136:1 4145:2 4148:1 4170:1 4171:1 4177:1 4181:2 4211:2 4225:1 4226:2 4230:1 4267:1 4274:1 4279:2 4281:1 4283:1 4292:1 4367:1 4371:1 4394:1 4402:1 4423:2 4428:1 4442:1 4444:1 4466:1 4472:2 4497:1 4507:1 4536:1 4542:1 4549:1 4573:1 4614:1 4617:1 4651:1 4665:1 4729:2 4774:1 4817:2 4846:2 4851:1 4868:1 4877:1 4895:1 4953:2 5018:1 5023:2 5035:1 5050:2 5078:1 5079:3 5098:1 5107:1 5120:1 5121:2 5151:1 5185:1 5202:2 5214:1 5223:1 5254:1 5302:1 5315:1 5351:1 5368:3 5391:1 5414:9 5417:1 5427:1 5477:1 5540:1 5560:1 5576:1 5592:1 5602:1 5650:1 5690:1 5694:1 5701:2 5703:1 5733:1 5765:2 5773:2 5815:1 5852:3 5883:2 5912:1 5917:1 5919:1 5924:2 5935:1 5969:1 5996:5 6025:1 6032:1 6041:1 6054:1 6077:1 6085:2 6133:1 6161:1 6162:1 6168:1 6173:2 6208:1 6212:2 6276:1 6299:1 6399:1 6412:1 6465:1 6518:1 6545:2 6557:2 6582:1 6611:1 6625:1 6727:1 6729:1 6768:2 6783:2 6792:1 6794:2 6811:2 6814:1 6826:1 6854:2 6902:1 6924:1 6956:4 7007:1 7027:4 7038:2 7041:1 7042:1 7044:3 7062:1 7091:1 7132:1 7133:1 7138:1 7149:1 7150:2 7156:1 7159:1 7304:1 7320:1 7331:3 7349:5 7418:1 7436:1 7452:1 7468:1 7482:5 7484:1 7511:1 7525:1 7543:4 7561:1 7575:1 7624:1 7635:1 7678:2 7681:2 7683:1 7686:1 7718:1 7722:1 7745:1 7770:1 7792:2 7794:1 7814:1 7885:1 7926:1 7944:1 7992:2 8034:1 8073:1 8134:2 8172:1 8218:4 8251:1 8304:1 8306:1 8313:2 8340:4 8349:1 8386:1 8407:1 8471:1 8477:1 8531:1 8558:2 8597:2 8604:1 8614:3 8636:2 8639:1 8642:3 8657:2 8658:2 8663:3 8664:2 8669:1 8677:1 8682:1 8683:1 8690:13 8718:5 8724:1 8728:1 8753:1 8776:1 8797:2 8827:1 8877:1 8894:1 8914:1 8916:2 9042:1 9077:1 9083:1 9094:1 9100:2 9114:1 9147:2 9171:1 9178:1 9221:2 9226:1 9249:5 9263:1 9274:2 9303:6 9310:2 9313:2 9316:1 9356:1 9357:1 9436:1 9460:1 9473:1 9475:1 9478:1 9501:1 9528:4 9546:1 9577:5 9656:1 9668:1 9671:1 9672:1 9676:1 9687:1 9693:1 9757:1 9767:1 9773:1 9792:1 9846:1 9860:2 9888:2 10017:1 10021:2 10028:1 10044:1 10054:1 10069:1 10080:1 10081:1 10090:2 10098:2 10105:2 10143:1 10151:1 10164:2 10196:1 10201:1 10203:1 10248:2 10255:1 10269:1 10405:1 10473:2 10535:1 10568:1 10574:1 10576:1 10608:1 10617:1 10711:1 10729:3 10741:1 10748:1 10773:1 10809:4 10854:1 10870:1 10881:1 10910:1 10915:1 10962:1 11016:1 11033:2 11051:1 11057:1 11090:1 11099:1 11120:1 11141:3 11167:1 11175:3 11178:1 11201:1 11204:15 11290:1 11323:1 11355:1 11375:1 11439:1 11441:2 11460:1 11524:1 11537:1 11546:1 11582:1 11617:2 11618:1 11628:2 11634:1 11640:1 11688:2 11712:1 11727:1 11783:1 11796:4 11814:1 11819:1 11841:1 11845:1 11881:1 11884:2 11902:2 11918:2 11937:1 11983:1 11990:2 11992:1 12044:5 12064:1 12118:1 12151:1 12174:1 12191:3 12202:1 12205:2 12208:1 12230:1 12233:3 12234:1 12236:1 12241:1 12246:1 12285:1 12382:1 12385:1 12395:4 12405:1 12426:1 12427:1 12441:1 12451:1 12495:1 12573:1 12608:1 12664:1 12721:1 12743:1 12762:1 12830:1 12849:1 12902:1 12915:1 12933:1 12943:1 12959:2 12984:1 12991:2 12993:1 12997:1 13009:1 13019:3 13021:1 13028:2 13045:1 13046:5 13058:2 13069:1 13081:3 13089:1 13137:1 13168:1 13201:1 13242:1 13250:1 13340:1 13371:1 13377:1 13393:1 13397:2 13423:2 13430:1 13436:1 13446:1 13453:2 13489:1 13517:1 13536:1 13540:1 13558:2 13561:1 13582:1 13607:1 13688:1 13698:2 13714:1 13731:2 13738:1 13899:1 13959:1 13986:1 14017:2 14044:1 14085:2 14113:3 14146:1 14168:1 14183:1 14190:1 14200:1 14332:1 14335:1 14341:1 14351:4 14396:3 14416:1 14421:1 14551:1 14574:1 14585:2 14590:1 14598:1 14616:1 14647:4 14657:1 14667:1 14668:2 14695:1 14738:1 14739:1 14747:1 14773:2 14791:1 14806:1 14813:1 14821:2 14826:1 14844:1 14863:1 14875:1 14876:1 14901:1 14906:1 14914:2 14944:1 15010:3 15021:1 15061:1 15087:1 15091:1 15099:1 15103:2 15111:1 15151:1 15182:1 15197:2 15240:1 15247:1 15266:1 15273:4 15284:2 15336:1 15339:1 15376:1 15385:1 15411:1 15431:1 15476:1 15506:2 15543:1 15556:1 15562:2 15566:1 15637:2 15684:1 15691:1 15722:1 15746:2 15785:5 15801:1 15851:1 15878:1 15882:2 15888:1 15894:1 15906:1 15907:1 15911:1 15943:1 15961:15 15966:2 16017:1 16019:1 16022:1 16077:4 16081:1 16115:1 16123:1 16142:1 16143:1 16268:1 16322:1 16419:2 16428:2 16515:1 16517:1 16538:1 16542:2 16549:1 16554:1 16570:1 16571:2 16573:2 16597:1 16607:1 16610:1 16625:1 16626:5 16632:2 16674:1 16693:1 16706:1 16722:3 16809:1 16818:1 16843:1 16854:1 16861:1 16873:1 16891:4 16944:1 16949:1 16993:1 17062:2 17067:1 17077:1 17086:1 17123:1 17143:1 17162:7 17164:1 17180:1 17192:1 17211:1 17226:1 17276:1 17307:1 17311:1 17315:2 17324:1 17340:1 17348:1 17388:1 17392:1 17412:1 17446:1 17467:1 17492:1 17514:2 17515:1 17550:1 17554:2 17558:1 17604:1 17617:2 17634:1 17646:2 17697:2 17710:1 17722:1 17799:3 17818:1 17820:1 17846:2 17854:3 17892:1 17894:1 17908:1 17925:1 17937:1 17943:2 17950:1 17969:1 17994:1 18008:1 18035:1 18051:1 18052:1 18096:1 18124:1 18152:1 18162:1 18163:2 18164:1 18181:2 18192:1 18210:1 18315:1 18354:1 18359:1 18368:1 18405:1 18431:1 18439:1 18445:4 18499:2 18572:1 18617:1 18665:1 18700:1 18703:1 18758:1 18762:1 18764:1 18772:7 18792:2 18807:2 18812:1 18845:1 18968:1 18984:2 18990:1 19063:2 19076:1 19079:1 19086:1 19093:1 19118:2 19123:1 19173:1 19233:1 19234:1 19250:1 19259:2 19278:1 19294:2 19305:1 19313:2 19319:2 19335:1 19339:1 19341:1 19349:2 19362:1 19364:1 19381:3 19384:3 19391:1 19392:1 19396:2 19404:2 19438:2 19445:3 19450:1 19459:1 19464:1 19481:1 19504:1 19558:1 19567:1 19570:2 19605:2 19621:2 19626:1 19637:2 19707:1 19725:1 19740:2 19750:1 19761:1 19779:1 19782:2 19785:1 19797:1 19807:2 19836:4 19842:3 19848:1 19852:1 19853:1 19855:2 19892:3 19906:3 19928:1 19979:1 20004:1 20010:1 20015:1 20079:1 20121:6 20130:1 20163:1 20172:1 20177:1 20186:1 20214:4 20254:1 20271:15 20329:1 20373:1 20386:2 20407:1 20430:3 20474:1 20480:1 20572:15 20590:2 20599:1 20622:1762 20704:1 20755:1 20759:1 20794:3 20815:1 20822:1 20825:1 20849:1 20859:2 20873:2 20877:1 20880:1 20890:1 20956:1 21018:1 21071:1 21086:1 21089:1 21095:1 21119:1 21176:1 21190:1 21259:4 21290:1 21303:2 21311:1 21324:1 21329:1 21350:1 21364:1 21392:1 21400:1 21405:2 21415:1 21419:3 21448:2 21472:1 21479:4 21501:6 21511:1 21523:1 21530:3 21531:2 21538:1 21539:1 21553:2 21572:1 21582:1 21595:11 21634:1 21638:3 21644:2 21652:1 21658:1 21686:1 21698:1 21739:1 21750:2 21772:1 21802:1 21812:1 21819:1 21829:1 21877:1 21890:1 21897:1 21965:1 21969:1 21970:1 21974:1 21990:1 22008:2 22038:1 22076:1 22083:1 22090:3 22093:1 22109:1 22117:1 22191:2 22192:1 22197:1 22228:1 22256:1 22266:2 22282:1 22294:1 22295:1 22316:3 22350:1 22379:1 22394:1 22461:2 22467:1 22494:1 22509:1 22510:2 22526:1 22545:1 22555:1 22557:2 22564:2 22585:1 22593:2 22627:1 22660:1 22664:4 22673:2 22704:1 22714:2 22748:1 22749:1 22763:1 22769:1 22773:2 22806:1 22814:1 22835:1 22849:1 22853:1 22863:1 22869:1 22879:1 22890:6 22893:1 22917:2 22950:1 22951:1 22961:1 22972:1 22976:1 23002:1 23004:1 23031:1 23032:1 23033:1 23037:2 23042:1 23048:1 23064:1 23067:1 23081:1 23104:1 23105:1 23145:1 23187:1 23188:2 23191:1 23215:1 23223:1 23232:1 23243:1 23289:1 23295:4 23323:1 23338:1 23353:1 23394:1 23450:1 23455:1 23471:1 23474:2 23487:2 23494:1 23517:1 23531:1 23555:2 23556:1 23563:1 23595:1 23617:1 23658:3 23671:2 23702:2 23708:1 23714:1 23723:2 23763:1 23764:1 23772:1 23780:4 23810:1 23858:1 23860:1 23908:2 23928:1 23935:1 23954:1 23997:1 24020:2 24032:1 24058:2 24067:1 24091:1 24115:5 24149:1 24154:1 24161:1 24204:1 24205:1 24222:1 24225:2 24256:1 24262:1 24281:1 24333:1 24382:1 24385:1 24386:1 24400:1 24414:1 24457:1 24462:2 24486:1 24496:2 24507:2 24510:2 24519:1 24535:1 24549:1 24562:1 24591:1 24594:1 24612:1 24613:2 24614:1 24624:1 24629:2 24655:1 24666:2 24692:1 24704:1 24706:1 24715:2 24735:1 24753:1 24779:1 24807:1 24808:1 24810:4 24814:1 24847:2 24851:1 24855:2 24860:1 24866:1 24882:1 24893:1 24916:1 24926:4 24949:1 24956:1 24993:1 25001:1 25006:1 25011:1 25013:1 25014:1 25021:2 25081:2 25084:1 25158:1 25169:1 25186:1 25190:1 25228:2 25239:1 25240:1 25253:1 25263:4 25294:5 25299:1 25308:1 25310:1 25320:4 25347:3 25384:1 25399:1 25403:1 25416:1 25432:1 25483:1 25499:1 25507:1 25508:1 25514:2 25557:2 25567:3 25585:1 25593:1 25610:1 25625:1 25627:1 25634:2 25646:1 25655:2 25687:1 25707:2 25712:1 25759:2 25787:1 25807:1 25811:1 25831:1 25883:2 25934:1 25941:1 26001:2 26008:1 26021:1 26030:1 26041:4 26083:1 26092:1 26103:1 26149:1 26160:2 26168:1 26169:1 26234:1 26244:1 26267:1 26309:1 26328:1 26332:1 26337:1 26376:1 26378:3 26381:1 26386:1 26389:1 26393:1 26399:1 26402:2 26408:1 26418:1 26464:1 26477:1 26488:2 26496:3 26510:1 26531:1 26544:1 26549:1 26556:5 26595:1 26645:2 26699:1 26704:1 26708:1 26729:1 26822:1 26832:1 26852:1 26857:1 26859:1 26860:1 26869:1 26873:1 26878:2 26880:1 26892:1 26893:1 26902:1 26912:2 27016:1 27028:5 27047:2 27060:2 27097:1 27132:1 27143:1 27161:1 27260:1 27262:1 27263:2 27266:1 27312:3 27318:1 27327:2 27337:1 27357:1 27366:1 27387:1 27428:4 27498:1 27521:3 27526:2 27539:1 27561:1 27577:1 27616:1 27646:1 27650:3 27692:1 27700:2 27732:1 27778:1 27790:1 27794:2 27814:1 27819:1 27831:2 27884:1 27887:1 27905:2 27915:2 27973:1 28009:1 28027:1 28055:3 28059:1 28072:1 28085:7 28128:1 28174:1 28178:1 28226:1 28230:1 28276:1 28296:1 28312:1 28325:2 28365:1 28372:1 28387:1 28399:1 28409:1 28411:1 28425:1 28449:1 28490:2 28534:2 28545:1 28569:1 28684:1 28696:1 28733:1 28745:1 28802:5 28823:1 28838:1 28851:1 28925:2 28986:1 29002:1 29012:6 29021:1 29036:5 29043:2 29055:1 29068:1 29083:1 29116:5 29159:1 29163:1 29175:1 29183:15 29196:1 29211:1 29236:1 29244:2 29280:1 29282:1 29294:2 29305:1 29339:1 29352:1 29392:1 29409:1 29478:1 29496:2 29497:1 29506:3 29526:1 29530:1 29557:1 29573:1 29594:1 29606:2 29615:1 29644:2 29655:2 29662:1 29669:1 29683:1 29695:1 29710:4 29752:2 29776:1 29817:1 29833:3 29838:1 29887:1 29938:1 29941:2 29952:1 29969:1 30014:1 30036:1 30039:1 30040:1 30050:1 30078:1 30096:5 30131:1 30143:1 30187:1 30188:1 30224:1 30230:1 30296:1 30299:1 30304:1 30308:1 30343:1 30366:2 30394:2 30430:1 30443:1 30458:6 30466:1 30486:3 30495:1 30501:2 30504:1 30506:2 30519:1 30523:1 30538:1 30550:1 30567:4 30577:1 30582:1 30592:1 30605:1 30607:1 30609:1 30630:1 30653:3 30657:1 30658:1 30711:1 30713:4 30758:3 30763:1 30766:2 30777:2 30848:1 30873:2 30878:1 30900:1 30908:1 30972:1 31069:2 31125:2 31132:1 31161:3 31176:1 31178:1 31179:1 31200:1 31201:1 31204:1 31247:1 31257:1 31290:1 31317:1 31361:1 31374:2 31393:1 31481:1 31484:1 31502:1 31525:1 31591:1 31599:1 31612:3 31636:1 31639:1 31659:1 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31752:1 31760:1 31770:2 31774:1 31778:1 31826:1 31830:1 31842:1 31902:2
18 8:1 19:1 23:1 62:1 136:1 208:4 231:2 237:2 238:1 241:1 253:2 275:1 283:2 288:1 299:1 317:1 334:1 339:2 352:2 372:1 390:2 398:1 462:1 470:1 555:1 591:1 618:2 620:1 635:1 642:1 647:1 664:1 677:2 697:1 707:1 716:5 730:1 731:1 756:1 774:3 784:1 799:2 801:1 816:1 836:1 915:1 926:1 929:1 936:1 940:1 963:1 964:3 979:1 1000:1 1001:2 1018:1 1030:1 1032:1 1064:2 1165:1 1167:1 1184:1 1205:1 1237:1 1296:4 1326:1 1327:2 1328:1 1331:2 1348:1 1365:2 1391:1 1392:1 1400:2 1492:1 1495:1 1504:1 1511:1 1512:2 1519:1 1525:1 1564:2 1572:1 1584:1 1621:1 1623:2 1624:1 1628:1 1635:1 1665:1 1685:2 1692:1 1703:4 1710:1 1719:1 1739:1 1742:1 1781:1 1793:1 1796:1 1868:1 1871:3 1932:4 1977:1 2055:1 2064:1 2078:2 2081:1 2084:1 2093:3 2118:1 2148:2 2174:1 2181:1 2199:1 2221:1 2241:1 2244:1 2249:1 2254:5 2255:1 2259:1 2282:1 2296:1 2307:1 2358:1 2366:1 2374:1 2383:1 2406:3 2409:1 2418:1 2420:2 2422:1 2424:1 2428:2 2432:1 2436:1 2437:1 2438:1 2447:1 2466:2 2467:1 2471:1 2476:1 2478:1 2480:1 2481:2 2482:1 2487:1 2488:1 2493:1 2497:2 2503:4 2509:2 2516:1 2517:2 2518:1 2524:1 2531:16 2540:1 2543:1 2551:2 2602:4 2613:1 2641:1 2644:1 2646:1 2648:1 2659:4 2706:1 2717:1 2740:1 2743:1 2751:1 2763:1 2783:2 2796:1 2797:1 2799:1 2815:1 2817:2 2824:2 2834:1 2932:1 2940:2 2941:1 2963:1 2996:1 3011:1 3045:1 3066:5 3077:2 3086:1 3097:1 3159:2 3170:3 3171:3 3203:1 3212:6 3218:1 3219:1 3230:2 3251:1 3279:1 3316:1 3328:1 3330:1 3404:2 3423:6 3478:4 3489:1 3526:1 3528:1 3532:1 3533:1 3547:1 3549:1 3558:1 3571:1 3576:1 3577:1 3614:2 3625:2 3632:1 3653:1 3669:1 3684:1 3698:1 3798:1 3855:1 3888:1 3920:1 3932:1 3934:1 3981:1 3995:2 4017:2 4043:2 4090:1 4091:1 4133:1 4136:1 4145:2 4148:1 4170:1 4171:1 4177:2 4181:2 4211:2 4225:1 4226:2 4230:1 4267:1 4274:1 4279:2 4281:1 4283:1 4292:1 4367:1 4371:1 4394:1 4402:1 4423:2 4428:1 4442:1 4444:1 4466:1 4472:2 4497:1 4507:1 4536:1 4542:1 4549:1 4573:1 4614:1 4617:1 4643:1 4651:1 4665:1 4729:2 4774:1 4817:2 4846:2 4851:1 4868:1 4877:1 4895:1 4953:2 5018:1 5023:2 5035:1 5050:2 5078:1 5079:3 5098:1 5107:1 5120:1 5121:2 5151:1 5185:1 5202:2 5210:1 5214:1 5223:1 5254:1 5302:1 5315:1 5351:1 5368:3 5391:1 5414:9 5417:1 5427:1 5477:1 5540:1 5560:1 5576:1 5592:1 5602:1 5650:1 5670:1 5690:1 5694:1 5701:2 5703:1 5733:1 5765:2 5773:2 5815:1 5852:3 5883:2 5912:1 5917:1 5919:1 5924:2 5935:1 5969:1 5996:5 6025:1 6032:1 6041:1 6054:1 6077:1 6085:2 6133:1 6161:1 6162:1 6168:1 6173:2 6208:1 6212:2 6276:1 6299:1 6399:1 6412:1 6465:1 6518:1 6545:2 6557:2 6582:1 6611:1 6625:1 6646:1 6727:1 6729:1 6768:2 6783:2 6792:1 6794:2 6811:2 6814:1 6826:1 6854:2 6902:1 6924:1 6956:4 7007:1 7027:4 7038:2 7041:1 7042:1 7044:3 7062:1 7091:1 7132:1 7133:1 7138:1 7149:1 7150:2 7156:1 7159:1 7304:1 7320:1 7331:3 7349:5 7418:1 7436:1 7452:1 7468:1 7482:5 7484:1 7511:1 7525:1 7543:4 7561:1 7575:1 7589:1 7624:1 7635:1 7678:2 7681:2 7683:1 7686:1 7718:1 7722:1 7745:1 7770:1 7792:2 7794:1 7814:1 7885:1 7926:1 7944:1 7992:2 8034:1 8073:1 8134:2 8172:1 8218:4 8251:1 8304:1 8306:1 8313:2 8340:5 8349:1 8386:1 8407:1 8471:1 8477:1 8531:1 8558:2 8597:2 8604:1 8614:3 8636:2 8639:1 8642:3 8657:2 8658:2 8663:4 8664:2 8669:1 8677:1 8682:1 8683:1 8690:14 8718:6 8724:1 8728:1 8753:1 8776:1 8797:2 8827:1 8877:1 8894:1 8914:1 8916:2 9042:1 9077:1 9083:1 9094:1 9100:2 9114:1 9147:2 9171:1 9178:1 9221:2 9226:1 9249:5 9263:1 9274:2 9303:6 9310:2 9313:2 9316:1 9356:1 9357:1 9436:1 9460:1 9473:1 9475:1 9478:1 9501:1 9528:5 9546:1 9577:5 9656:1 9668:1 9671:1 9672:1 9676:1 9687:1 9693:1 9757:1 9767:1 9773:1 9792:1 9846:1 9860:2 9888:2 10017:1 10021:2 10028:2 10044:1 10054:1 10069:1 10080:1 10081:1 10090:2 10098:2 10105:2 10143:1 10151:1 10164:2 10196:1 10201:1 10203:1 10248:2 10255:1 10269:1 10405:1 10473:3 10535:1 10568:1 10574:1 10576:1 10608:1 10617:1 10711:1 10729:3 10741:1 10748:1 10773:1 10809:4 10854:1 10870:1 10881:1 10910:1 10915:1 10962:1 11016:1 11033:2 11051:1 11057:1 11090:1 11099:1 11120:1 11141:3 11167:1 11175:3 11178:1 11201:2 11204:16 11290:1 11323:1 11355:1 11375:1 11439:1 11441:2 11460:1 11524:1 11537:1 11546:1 11582:1 11617:2 11618:1 11628:2 11634:1 11640:1 11688:2 11712:1 11727:2 11783:1 11796:5 11814:1 11819:1 11841:1 11845:1 11881:1 11884:2 11902:2 11918:2 11937:1 11983:1 11990:2 11992:1 12044:5 12064:1 12110:1 12118:1 12151:1 12174:1 12191:3 12202:1 12205:2 12208:1 12230:1 12233:3 12234:1 12236:1 12241:1 12246:1 12285:1 12382:1 12385:1 12395:4 12405:1 12426:1 12427:1 12441:1 12451:1 12495:1 12573:2 12578:1 12608:1 12664:1 12721:1 12743:1 12762:1 12830:1 12849:1 12902:1 12915:1 12933:1 12943:1 12959:2 12984:1 12991:2 12993:1 12997:1 13009:1 13019:3 13021:1 13028:2 13045:1 13046:5 13058:2 13069:1 13081:3 13089:1 13137:1 13168:1 13201:1 13242:1 13250:1 13340:1 13371:1 13377:1 13393:1 13397:2 13423:2 13430:1 13436:1 13446:1 13453:2 13489:1 13517:1 13536:1 13540:1 13558:2 13561:2 13582:2 13607:1 13688:1 13698:3 13714:1 13731:2 13738:1 13854:1 13899:1 13959:1 13986:1 14017:2 14044:1 14085:2 14113:3 14146:1 14168:1 14183:1 14190:1 14200:1 14203:1 14332:1 14335:1 14341:1 14351:4 14396:3 14416:1 14421:1 14551:1 14574:1 14585:2 14590:1 14598:1 14616:1 14647:4 14657:1 14667:1 14668:2 14695:1 14738:1 14739:1 14747:1 14773:2 14791:1 14806:1 14813:1 14821:2 14826:1 14844:1 14863:1 14875:1 14876:1 14901:1 14906:1 14914:2 14944:1 15010:3 15021:2 15061:1 15087:1 15091:1 15099:1 15103:2 15111:1 15151:1 15182:1 15197:2 15240:1 15247:1 15266:1 15273:4 15284:2 15336:1 15339:1 15376:1 15385:1 15411:1 15431:1 15476:1 15506:2 15543:1 15556:1 15562:2 15566:1 15599:1 15637:2 15684:1 15691:1 15722:1 15746:2 15785:5 15801:1 15851:1 15878:1 15882:2 15888:1 15894:1 15906:1 15907:1 15911:1 15943:1 15961:16 15966:2 16017:1 16019:1 16022:1 16077:4 16081:1 16115:1 16123:1 16142:1 16143:1 16268:1 16322:1 16419:2 16428:2 16515:1 16517:1 16538:1 16542:2 16549:1 16554:1 16570:1 16571:2 16573:2 16597:1 16607:1 16610:1 16625:1 16626:5 16632:2 16657:1 16674:1 16693:1 16706:1 16722:3 16809:1 16818:1 16843:1 16854:1 16861:1 16873:1 16891:4 16944:2 16949:1 16993:1 17062:2 17067:2 17077:1 17086:1 17123:1 17143:1 17162:7 17164:1 17180:1 17192:1 17211:1 17226:1 17276:1 17307:1 17311:1 17315:2 17324:1 17340:1 17348:1 17388:1 17392:1 17412:1 17446:1 17467:1 17492:1 17514:2 17515:1 17550:1 17554:2 17558:1 17604:1 17617:2 17634:1 17646:2 17697:2 17710:1 17722:1 17799:3 17818:1 17820:1 17846:2 17854:3 17892:1 17894:1 17908:1 17925:1 17937:1 17943:2 17950:1 17969:1 17994:1 18008:1 18035:1 18051:1 18052:1 18096:1 18124:1 18152:1 18162:1 18163:2 18164:1 18181:2 18192:1 18210:1 18315:1 18354:1 18359:1 18368:1 18405:1 18431:1 18439:1 18445:4 18499:2 18572:1 18617:1 18665:1 18700:1 18703:1 18758:1 18762:1 18764:1 18772:7 18792:2 18807:2 18812:1 18845:1 18948:1 18968:1 18984:2 18990:1 19063:2 19076:1 19079:1 19086:2 19093:1 19118:2 19123:1 19173:1 19233:1 19234:1 19250:1 19259:2 19278:1 19294:2 19305:1 19313:2 19319:2 19335:1 19339:1 19341:1 19349:2 19362:1 19364:1 19381:3 19384:3 19391:1 19392:1 19396:2 19404:2 19438:2 19445:4 19450:1 19459:1 19464:1 19481:1 19504:1 19558:1 19567:1 19570:2 19605:2 19621:2 19626:1 19637:2 19707:1 19725:1 19740:2 19750:1 19761:1 19779:1 19782:2 19785:1 19797:1 19807:2 19836:4 19842:4 19848:1 19852:1 19853:1 19855:2 19892:3 19906:3 19928:1 19979:1 20004:1 20010:1 20015:1 20079:1 20103:1 20121:6 20130:1 20163:1 20172:1 20177:1 20186:1 20214:4 20254:1 20271:16 20329:1 20373:1 20386:2 20407:1 20430:3 20474:1 20480:1 20572:16 20590:2 20599:1 20622:1829 20704:1 20755:1 20759:1 20794:3 20815:1 20822:1 20825:1 20849:1 20859:2 20873:2 20877:1 20880:1 20890:1 20956:1 21018:1 21071:1 21086:1 21089:1 21095:1 21119:1 21176:1 21190:1 21259:4 21290:1 21303:2 21311:1 21324:1 21329:1 21350:1 21364:1 21392:1 21400:1 21405:2 21415:1 21419:3 21448:2 21472:1 21479:4 21501:6 21511:1 21523:1 21530:3 21531:2 21538:1 21539:1 21553:2 21572:1 21582:1 21595:11 21634:1 21638:3 21644:2 21652:1 21658:1 21686:1 21698:1 21739:1 21750:2 21772:1 21802:1 21812:1 21819:1 21829:1 21877:1 21890:1 21897:1 21965:1 21969:1 21970:1 21974:1 21990:1 22008:2 22038:1 22076:1 22083:1 22090:3 22093:1 22109:1 22117:1 22191:2 22192:1 22197:1 22228:1 22256:1 22266:2 22282:1 22294:1 22295:1 22316:4 22350:1 22379:1 22394:1 22461:2 22467:1 22494:1 22509:1 22510:2 22526:1 22545:1 22555:1 22557:2 22564:2 22585:1 22593:2 22627:1 22660:1 22664:4 22673:2 22704:1 22714:2 22748:1 22749:1 22763:1 22769:1 22773:2 22806:1 22814:1 22835:1 22849:1 22853:1 22863:1 22869:2 22879:1 22890:6 22893:1 22917:3 22950:1 22951:1 22961:1 22972:1 22976:1 23002:1 23004:1 23031:1 23032:1 23033:1 23037:2 23042:1 23048:1 23064:1 23067:1 23081:1 23104:1 23105:1 23145:1 23187:1 23188:2 23191:1 23215:1 23223:1 23232:1 23243:1 23289:1 23295:4 23323:1 23338:1 23353:1 23394:1 23450:1 23455:1 23471:1 23474:2 23487:2 23494:1 23517:1 23531:1 23555:2 23556:1 23563:1 23595:1 23617:1 23658:3 23671:2 23702:2 23708:1 23714:1 23723:2 23763:1 23764:1 23772:1 23780:4 23810:1 23858:1 23860:1 23908:2 23928:1 23935:1 23954:1 23997:1 24020:2 24032:1 24058:2 24067:1 24091:1 24115:5 24149:1 24154:1 24161:1 24204:1 24205:1 24222:1 24225:2 24256:1 24262:1 24281:1 24333:1 24378:1 24382:1 24385:1 24386:1 24400:1 24414:1 24457:1 24462:2 24486:1 24496:2 24507:2 24510:2 24519:1 24535:1 24549:1 24562:1 24591:1 24594:1 24612:1 24613:2 24614:1 24624:1 24629:2 24655:1 24666:2 24692:1 24704:1 24706:1 24715:2 24735:1 24753:1 24779:1 24807:1 24808:1 24810:4 24814:1 24847:2 24851:1 24855:2 24860:1 24866:1 24882:1 24893:1 24916:1 24926:4 24949:1 24956:1 24993:1 25001:1 25006:1 25011:1 25013:1 25014:1 25021:2 25081:2 25084:1 25158:1 25169:1 25186:1 25190:1 25228:2 25239:1 25240:1 25253:1 25263:4 25294:5 25299:1 25308:1 25310:1 25320:4 25347:3 25384:1 25399:1 25403:1 25416:1 25432:1 25483:1 25499:1 25507:1 25508:1 25514:2 25557:2 25567:3 25585:1 25593:1 25610:1 25625:1 25627:1 25634:2 25646:1 25655:2 25687:1 25707:2 25712:1 25759:2 25787:1 25807:1 25811:1 25831:1 25883:2 25934:1 25941:1 26001:2 26008:1 26021:1 26030:1 26041:4 26083:1 26092:1 26103:1 26149:1 26160:2 26168:1 26169:1 26234:1 26244:1 26267:1 26309:1 26328:1 26332:1 26337:1 26359:1 26376:1 26378:3 26381:1 26386:1 26389:1 26393:1 26399:1 26402:2 26408:1 26418:1 26464:1 26477:1 26488:2 26496:3 26510:1 26531:1 26544:1 26549:1 26556:5 26595:1 26645:2 26699:1 26704:1 26708:1 26729:1 26822:1 26832:1 26852:1 26857:1 26859:1 26860:1 26869:1 26873:1 26878:2 26880:1 26892:1 26893:1 26902:1 26912:2 27016:1 27028:5 27047:2 27060:2 27097:1 27132:1 27143:1 27161:1 27260:1 27262:1 27263:2 27266:1 27301:1 27312:3 27318:1 27327:2 27337:1 27357:1 27366:1 27387:1 27428:4 27498:1 27521:3 27526:2 27539:1 27561:1 27577:1 27616:1 27646:1 27650:3 27652:1 27692:1 27700:2 27732:1 27778:1 27790:1 27794:2 27795:1 27814:1 27819:1 27831:2 27884:1 27887:1 27905:2 27915:2 27973:1 28009:1 28027:1 28029:1 28055:3 28059:1 28072:1 28085:7 28128:1 28174:1 28178:1 28226:1 28230:1 28276:1 28296:1 28312:1 28325:2 28365:1 28372:1 28387:1 28399:1 28409:1 28411:1 28425:1 28449:1 28477:1 28490:2 28534:2 28545:1 28569:1 28684:1 28696:1 28721:1 28733:1 28745:1 28802:5 28823:1 28838:1 28851:1 28925:2 28986:1 29002:1 29011:1 29012:6 29021:1 29036:5 29043:2 29055:1 29068:1 29083:1 29116:5 29159:1 29163:1 29175:1 29183:16 29196:1 29210:1 29211:1 29236:1 29244:2 29280:1 29282:1 29294:2 29305:1 29339:1 29352:1 29392:1 29409:1 29478:1 29496:2 29497:1 29506:3 29526:1 29530:1 29557:1 29573:1 29594:1 29606:2 29615:1 29644:2 29655:2 29662:1 29669:1 29683:1 29685:1 29695:1 29710:4 29752:2 29776:1 29817:1 29833:3 29838:1 29887:1 29938:1 29941:2 29952:1 29969:1 30014:1 30036:1 30039:1 30040:1 30050:1 30078:1 30096:5 30131:1 30143:1 30187:1 30188:1 30224:1 30230:1 30296:1 30299:1 30304:1 30308:1 30343:1 30366:2 30394:2 30430:1 30443:1 30458:6 30466:1 30486:3 30495:1 30501:2 30504:1 30506:2 30519:1 30523:1 30538:1 30550:1 30567:4 30577:1 30582:1 30592:1 30605:1 30607:1 30609:1 30630:1 30653:3 30657:1 30658:1 30711:1 30713:4 30758:3 30763:1 30766:2 30777:2 30848:1 30873:2 30878:1 30900:1 30908:1 30972:1 31005:1 31069:2 31125:2 31132:1 31161:3 31176:1 31178:1 31179:1 31200:1 31201:1 31204:1 31247:1 31257:1 31290:1 31317:1 31361:1 31374:2 31393:1 31481:1 31484:1 31502:1 31525:1 31591:1 31599:1 31612:3 31617:1 31636:1 31639:1 31659:1 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31752:1 31760:1 31770:2 31774:1 31778:1 31826:1 31830:1 31842:1 31902:2
18 8:1 19:1 23:1 62:1 136:1 208:4 231:2 237:2 238:1 241:1 253:2 275:1 283:2 288:1 299:1 317:1 334:1 339:2 352:3 372:1 390:4 398:1 462:3 470:1 555:1 591:1 618:3 620:1 635:1 642:1 647:1 664:1 677:2 697:1 707:1 716:5 730:1 731:1 756:1 774:3 784:1 799:2 801:1 816:1 829:1 836:1 915:1 926:2 929:1 936:1 940:1 963:1 964:3 967:1 979:1 1000:1 1001:2 1018:1 1030:1 1032:1 1064:2 1165:1 1167:1 1184:1 1205:1 1237:1 1296:4 1326:1 1327:2 1328:1 1331:2 1348:1 1365:2 1391:1 1392:1 1400:2 1492:1 1495:1 1504:1 1511:1 1512:2 1519:1 1525:1 1564:3 1572:1 1584:1 1621:1 1623:2 1624:1 1628:1 1635:1 1665:1 1685:2 1692:1 1703:4 1710:1 1719:2 1739:1 1742:1 1781:1 1793:1 1796:1 1825:1 1868:1 1871:3 1932:4 1977:1 2055:1 2064:1 2078:2 2081:1 2084:1 2093:3 2118:1 2148:2 2174:1 2181:1 2199:1 2221:1 2241:1 2244:1 2249:1 2254:5 2255:1 2259:1 2282:1 2296:1 2307:1 2358:1 2366:1 2374:1 2383:1 2406:3 2409:1 2418:1 2420:3 2422:1 2424:1 2428:2 2432:1 2436:1 2437:1 2438:1 2447:1 2466:2 2467:1 2471:1 2476:1 2478:1 2480:1 2481:2 2482:2 2487:1 2488:1 2493:1 2497:2 2501:1 2503:4 2509:2 2516:1 2517:2 2518:1 2524:1 2531:16 2540:1 2543:1 2551:2 2602:4 2613:1 2641:1 2644:1 2646:1 2648:1 2659:4 2706:1 2717:1 2740:1 2743:1 2751:1 2763:1 2783:2 2796:2 2797:1 2799:1 2815:1 2817:2 2824:2 2834:1 2853:1 2932:1 2940:2 2941:1 2963:1 2996:1 3011:1 3045:1 3066:5 3077:2 3086:1 3097:1 3159:2 3170:4 3171:3 3203:1 3212:6 3218:1 3219:2 3230:2 3251:1 3279:1 3316:1 3328:1 3330:1 3404:2 3423:6 3478:4 3489:1 3526:1 3528:1 3532:1 3533:2 3547:1 3549:1 3558:1 3571:1 3576:1 3577:1 3584:1 3614:2 3625:2 3632:1 3653:1 3669:1 3684:1 3698:1 3798:1 3855:1 3888:1 3920:1 3932:1 3934:1 3981:1 3995:2 4017:2 4043:2 4090:1 4091:1 4133:1 4136:1 4145:2 4148:1 4170:1 4171:1 4177:2 4181:2 4211:2 4225:1 4226:2 4230:2 4267:1 4274:1 4279:2 4281:1 4283:1 4292:1 4359:1 4367:1 4371:1 4394:1 4402:1 4423:2 4428:1 4442:1 4444:1 4466:1 4472:2 4497:1 4507:1 4536:1 4542:1 4549:1 4573:1 4587:1 4614:1 4617:1 4643:1 4651:1 4665:1 4729:2 4774:1 4817:2 4846:2 4851:1 4868:1 4877:2 4895:1 4953:2 5018:1 5023:2 5035:1 5050:2 5078:1 5079:3 5098:1 5107:1 5120:1 5121:3 5151:1 5185:1 5202:2 5210:1 5214:1 5219:1 5223:1 5254:1 5302:1 5315:1 5351:1 5368:3 5391:1 5414:10 5417:1 5427:1 5477:1 5540:1 5560:1 5576:1 5592:1 5602:1 5650:1 5670:1 5690:1 5694:1 5701:2 5703:1 5733:1 5765:2 5773:2 5815:1 5852:3 5876:1 5883:2 5912:1 5917:1 5919:1 5924:2 5935:1 5936:1 5969:1 5996:5 6025:1 6032:1 6041:1 6054:1 6077:1 6085:3 6099:1 6133:1 6161:1 6162:1 6168:1 6173:2 6208:1 6212:2 6276:1 6299:1 6399:1 6412:1 6465:1 6518:2 6545:2 6557:2 6582:1 6608:1 6611:1 6625:1 6646:1 6727:1 6729:1 6768:2 6783:2 6792:1 6794:3 6811:2 6814:2 6826:1 6854:2 6902:1 6924:1 6956:4 7007:1 7027:4 7038:2 7041:1 7042:1 7044:3 7062:1 7091:1 7132:1 7133:1 7138:1 7149:1 7150:2 7156:1 7159:2 7304:1 7320:1 7331:3 7349:5 7410:1 7418:1 7436:1 7452:1 7468:1 7482:5 7484:1 7511:1 7525:1 7543:4 7561:2 7575:1 7589:1 7624:1 7635:1 7678:2 7681:2 7683:1 7686:1 7718:1 7722:1 7745:1 7770:1 7792:2 7794:1 7814:1 7885:1 7926:1 7944:1 7992:3 8034:1 8069:1 8073:1 8134:2 8172:2 8218:4 8251:1 8304:1 8306:1 8313:2 8340:5 8349:2 8386:1 8407:1 8471:1 8477:1 8531:1 8558:2 8597:2 8604:1 8614:3 8636:2 8639:1 8642:3 8657:2 8658:2 8663:4 8664:2 8669:1 8677:1 8682:1 8683:1 8690:16 8718:6 8724:1 8728:1 8753:1 8776:1 8797:2 8827:2 8835:1 8869:1 8877:1 8894:1 8914:1 8916:2 8977:1 9042:1 9077:1 9083:1 9094:1 9100:2 9114:1 9147:2 9171:1 9178:1 9221:2 9226:1 9249:5 9263:1 9274:2 9303:8 9310:3 9313:2 9316:1 9356:1 9357:1 9436:1 9460:1 9473:1 9475:1 9478:2 9501:1 9528:5 9546:1 9577:5 9593:1 9656:1 9668:1 9671:1 9672:1 9676:1 9687:1 9693:2 9757:1 9767:1 9773:1 9792:1 9846:1 9860:2 9888:2 10017:1 10021:2 10028:2 10044:1 10054:1 10069:1 10080:1 10081:1 10090:2 10098:2 10105:2 10143:1 10151:1 10164:2 10196:1 10201:1 10203:1 10248:2 10255:1 10269:1 10274:1 10405:1 10455:1 10473:3 10535:1 10568:1 10574:1 10576:1 10608:2 10617:1 10711:1 10729:3 10734:1 10737:1 10741:1 10748:1 10773:1 10794:1 10809:4 10854:1 10870:1 10876:1 10881:1 10910:1 10915:1 10962:1 11016:1 11033:3 11051:1 11057:1 11090:1 11099:2 11120:1 11141:3 11167:1 11175:3 11178:1 11201:2 11204:16 11290:2 11323:1 11355:1 11359:1 11375:1 11439:1 11441:2 11460:1 11518:1 11524:1 11537:1 11546:1 11582:1 11617:2 11618:1 11628:2 11634:1 11640:2 11688:2 11712:1 11727:2 11783:1 11796:5 11814:1 11819:1 11841:2 11845:1 11881:1 11884:2 11902:2 11918:2 11937:1 11983:1 11990:2 11992:1 12044:5 12064:1 12110:1 12118:1 12151:1 12174:1 12191:3 12202:1 12205:2 12208:1 12222:1 12230:1 12233:3 12234:1 12236:1 12241:1 12246:1 12285:1 12382:1 12385:1 12395:4 12405:1 12426:1 12427:1 12441:1 12451:1 12495:1 12573:2 12578:1 12608:1 12664:1 12721:1 12743:1 12762:1 12830:1 12849:1 12902:1 12915:1 12933:1 12943:1 12959:2 12984:1 12991:2 12993:1 12997:1 13009:1 13019:3 13021:2 13028:2 13045:1 13046:5 13058:2 13069:1 13081:3 13089:1 13137:1 13168:2 13201:1 13242:1 13250:1 13340:1 13371:1 13377:1 13393:1 13397:2 13423:2 13430:1 13436:1 13446:1 13453:2 13489:1 13517:1 13536:1 13540:1 13558:2 13561:2 13582:2 13607:1 13668:1 13688:1 13698:3 13714:1 13731:2 13738:2 13761:1 13854:1 13893:1 13899:1 13959:1 13986:1 14017:2 14044:1 14085:2 14113:4 14146:1 14168:1 14183:1 14190:1 14200:1 14203:1 14316:1 14332:1 14335:1 14341:1 14351:5 14396:4 14416:1 14421:1 14551:1 14574:1 14585:2 14590:1 14598:1 14616:1 14647:4 14657:1 14667:1 14668:2 14695:1 14738:1 14739:1 14747:1 14773:2 14791:2 14806:1 14813:1 14821:2 14826:1 14844:1 14863:1 14875:1 14876:1 14901:1 14906:1 14914:2 14944:1 15010:3 15021:2 15061:1 15087:1 15091:2 15099:1 15103:2 15111:1 15151:2 15182:1 15197:2 15210:1 15240:1 15247:1 15266:1 15273:4 15284:2 15325:1 15336:1 15339:1 15376:1 15385:1 15411:1 15431:1 15476:2 15506:2 15543:1 15556:1 15562:2 15566:1 15599:1 15637:2 15684:1 15691:1 15722:1 15746:3 15785:5 15801:1 15851:1 15878:1 15882:3 15888:1 15894:1 15906:2 15907:1 15911:1 15943:1 15961:16 15966:2 16017:1 16019:1 16022:1 16077:4 16081:1 16115:1 16123:1 16142:1 16143:1 16268:1 16322:1 16419:2 16428:2 16515:1 16517:1 16538:1 16542:2 16549:1 16554:1 16570:1 16571:2 16573:2 16597:1 16607:1 16610:1 16625:1 16626:5 16632:2 16657:1 16674:1 16693:1 16706:1 16722:4 16809:1 16818:1 16843:1 16854:1 16861:1 16873:1 16891:4 16944:2 16949:1 16993:1 17062:2 17067:2 17077:1 17086:1 17123:1 17143:1 17162:7 17164:1 17180:1 17192:1 17211:1 17226:1 17276:1 17307:1 17311:1 17315:2 17324:1 17340:1 17348:1 17388:1 17392:1 17412:2 17446:1 17467:1 17492:1 17514:2 17515:2 17550:1 17554:2 17558:1 17579:1 17604:1 17617:2 17634:1 17639:1 17646:2 17697:2 17710:2 17722:1 17799:3 17818:1 17820:1 17846:2 17854:3 17892:1 17894:1 17897:1 17908:1 17925:1 17937:1 17943:2 17950:1 17969:1 17994:1 18008:1 18019:1 18035:1 18051:1 18052:1 18096:1 18124:1 18152:1 18162:1 18163:2 18164:1 18181:2 18192:1 18210:1 18315:1 18354:1 18359:1 18368:1 18405:1 18431:1 18439:1 18445:4 18499:2 18572:1 18617:1 18627:1 18665:1 18700:1 18703:1 18758:1 18762:1 18764:1 18772:7 18792:2 18807:2 18812:2 18845:1 18948:1 18968:1 18984:2 18990:1 19063:2 19076:1 19079:1 19086:2 19093:1 19118:2 19123:1 19173:1 19233:1 19234:1 19250:1 19259:2 19278:2 19294:2 19305:1 19313:2 19319:2 19335:1 19339:1 19341:1 19349:2 19362:1 19364:1 19381:3 19384:3 19391:1 19392:1 19396:2 19404:2 19438:2 19445:4 19450:1 19459:1 19464:1 19481:1 19504:1 19558:1 19567:1 19570:2 19605:2 19621:2 19626:1 19637:2 19707:1 19725:1 19740:2 19750:1 19761:1 19779:1 19782:3 19785:1 19797:1 19807:2 19836:4 19842:4 19848:2 19852:1 19853:1 19855:2 19892:3 19906:3 19928:1 19979:1 20004:1 20010:1 20015:1 20079:1 20103:1 20121:6 20130:1 20163:1 20172:1 20177:1 20186:1 20211:1 20214:4 20254:1 20271:16 20329:1 20334:1 20373:1 20386:2 20407:1 20430:3 20474:1 20480:1 20572:16 20590:2 20599:1 20622:1933 20670:1 20704:1 20755:1 20759:1 20794:3 20815:1 20822:1 20825:1 20849:1 20859:3 20873:3 20877:1 20880:1 20890:1 20956:1 21018:1 21071:1 21086:1 21089:1 21095:1 21119:1 21176:1 21190:1 21259:4 21290:1 21303:2 21311:1 21324:1 21329:1 21350:1 21364:1 21392:1 21400:1 21405:2 21406:1 21415:1 21419:3 21448:2 21472:1 21479:4 21501:6 21511:1 21523:1 21530:4 21531:2 21538:1 21539:1 21553:2 21572:1 21582:1 21595:12 21634:1 21638:3 21644:2 21652:1 21658:1 21686:1 21698:1 21739:1 21750:2 21772:1 21802:1 21812:1 21819:1 21829:1 21877:1 21890:1 21897:1 21965:1 21969:1 21970:2 21974:1 21990:1 22008:2 22038:1 22076:1 22083:1 22090:3 22093:1 22102:1 22109:1 22117:1 22145:1 22191:2 22192:1 22197:1 22228:1 22256:1 22266:2 22282:1 22294:2 22295:1 22316:4 22350:1 22379:1 22394:1 22461:2 22467:1 22494:2 22509:1 22510:2 22526:1 22545:1 22555:1 22557:2 22564:2 22585:1 22593:2 22627:1 22660:1 22664:4 22673:2 22704:1 22714:3 22748:1 22749:1 22763:1 22769:1 22773:2 22806:1 22814:1 22835:1 22849:1 22853:1 22863:1 22869:2 22879:1 22890:6 22893:1 22917:3 22950:1 22951:1 22961:1 22972:1 22976:1 23002:1 23004:1 23031:1 23032:1 23033:1 23037:2 23042:1 23048:1 23064:1 23067:1 23081:1 23104:1 23105:2 23145:1 23187:1 23188:2 23191:1 23215:1 23223:1 23232:1 23243:1 23289:1 23295:4 23323:1 23338:1 23353:1 23394:1 23441:1 23450:1 23455:1 23471:1 23474:2 23487:2 23494:1 23517:1 23531:1 23555:2 23556:1 23563:1 23595:1 23617:1 23658:3 23671:2 23692:1 23702:2 23708:2 23714:1 23723:2 23763:1 23764:2 23772:1 23780:4 23810:1 23858:1 23860:1 23908:2 23928:1 23935:1 23954:1 23997:1 24020:2 24032:1 24058:3 24067:1 24073:1 24091:1 24115:5 24149:1 24154:1 24161:1 24204:1 24205:1 24222:1 24225:2 24256:1 24262:1 24281:1 24333:1 24378:1 24382:1 24385:1 24386:1 24400:1 24414:1 24418:1 24457:1 24462:2 24486:1 24496:2 24507:2 24510:2 24519:1 24535:1 24549:1 24562:1 24591:1 24594:1 24612:1 24613:2 24614:3 24624:1 24629:2 24655:1 24666:2 24692:1 24704:1 24706:1 24715:2 24735:1 24753:1 24779:1 24795:1 24807:1 24808:1 24810:4 24814:2 24847:2 24851:1 24855:2 24860:1 24866:1 24882:1 24893:1 24916:1 24926:4 24949:1 24956:1 24993:1 24997:1 25001:1 25006:1 25011:1 25013:2 25014:1 25021:2 25081:2 25084:1 25158:1 25169:1 25186:1 25190:1 25228:2 25239:1 25240:1 25253:1 25263:4 25294:5 25299:1 25308:1 25310:1 25320:4 25347:3 25384:1 25399:1 25403:1 25416:1 25432:1 25483:1 25499:1 25507:1 25508:1 25514:2 25557:2 25567:4 25585:1 25593:1 25610:1 25625:1 25627:1 25634:2 25646:1 25655:2 25687:1 25707:2 25712:1 25759:2 25787:1 25807:1 25811:1 25831:1 25883:2 25934:1 25941:1 26001:2 26008:1 26021:1 26030:1 26041:4 26083:1 26092:1 26103:1 26149:1 26160:2 26168:1 26169:1 26234:1 26244:1 26267:1 26309:1 26328:1 26332:1 26337:1 26359:1 26376:1 26378:3 26381:1 26386:1 26389:1 26393:1 26399:1 26402:2 26408:1 26418:1 26464:1 26477:1 26488:2 26496:3 26510:1 26531:1 26544:1 26549:1 26556:5 26595:2 26645:2 26699:1 26704:1 26708:1 26729:1 26822:1 26832:1 26852:1 26857:1 26859:1 26860:1 26869:1 26873:1 26878:2 26880:1 26892:1 26893:1 26902:1 26912:3 26949:1 27002:1 27016:1 27028:5 27047:2 27060:2 27097:1 27132:1 27143:1 27161:1 27164:1 27260:1 27262:1 27263:2 27266:1 27301:1 27312:3 27318:1 27327:2 27337:1 27357:1 27366:1 27387:1 27428:4 27498:1 27521:3 27526:2 27539:1 27561:1 27577:2 27602:1 27616:1 27646:1 27650:4 27652:1 27692:1 27700:2 27732:2 27778:1 27790:1 27794:2 27795:1 27814:2 27819:1 27831:2 27884:1 27887:1 27905:2 27915:2 27973:1 28009:1 28027:1 28029:1 28055:3 28059:1 28072:1 28085:7 28128:1 28174:2 28178:1 28226:1 28230:1 28276:1 28296:1 28312:1 28325:2 28365:1 28372:1 28387:1 28399:1 28409:1 28411:1 28425:1 28449:1 28477:1 28490:2 28534:2 28545:1 28569:1 28684:1 28696:2 28721:1 28733:1 28745:1 28802:5 28823:1 28838:1 28851:1 28858:1 28925:2 28976:1 28986:1 29002:1 29011:1 29012:6 29021:1 29036:5 29043:2 29055:1 29068:1 29083:1 29116:5 29159:1 29163:1 29175:1 29183:16 29196:1 29210:1 29211:1 29236:1 29244:2 29280:1 29282:1 29294:2 29305:1 29339:1 29352:1 29392:1 29409:1 29478:1 29496:2 29497:1 29506:3 29526:1 29530:1 29557:1 29573:1 29594:2 29606:2 29615:1 29644:2 29655:2 29662:1 29669:1 29683:1 29685:1 29695:1 29710:4 29752:2 29776:1 29817:1 29833:3 29838:1 29887:1 29938:1 29941:2 29952:1 29969:1 30014:1 30036:1 30039:1 30040:1 30050:1 30078:1 30096:5 30131:1 30143:1 30187:1 30188:1 30224:1 30230:1 30296:1 30299:1 30304:1 30308:1 30343:1 30366:2 30394:2 30430:2 30443:1 30458:7 30466:1 30486:3 30495:1 30501:2 30504:1 30506:2 30519:1 30523:1 30538:1 30550:1 30567:5 30577:1 30582:1 30592:1 30594:1 30605:1 30607:1 30609:1 30630:1 30653:3 30657:1 30658:2 30711:1 30713:4 30758:3 30763:1 30766:2 30777:3 30848:1 30851:1 30873:2 30878:1 30900:1 30908:1 30972:1 31005:1 31041:1 31069:2 31097:1 31125:2 31132:1 31161:3 31176:1 31178:1 31179:1 31200:2 31201:1 31204:1 31247:1 31257:1 31290:1 31297:1 31317:1 31361:2 31374:2 31393:1 31481:1 31484:1 31502:2 31525:1 31591:1 31599:1 31612:3 31617:1 31636:1 31639:1 31659:1 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31752:2 31760:1 31770:2 31774:1 31778:1 31826:1 31830:1 31842:1 31902:2
18 8:1 19:1 23:1 62:1 136:1 208:4 231:2 237:2 238:1 241:1 253:2 275:1 283:2 288:1 299:1 317:1 334:1 339:2 352:3 372:1 390:4 398:1 462:3 470:1 555:1 591:1 618:3 620:1 635:1 642:2 647:1 664:1 677:2 697:1 707:1 716:5 730:1 731:1 756:1 774:3 784:1 799:2 801:1 816:1 829:1 836:1 842:1 915:1 926:2 929:1 936:1 940:1 963:1 964:3 967:1 979:1 1000:1 1001:2 1018:1 1030:1 1032:1 1064:2 1165:1 1167:1 1184:1 1205:1 1237:1 1296:4 1326:2 1327:2 1328:1 1331:2 1348:1 1365:2 1391:1 1392:1 1400:2 1492:1 1495:1 1504:1 1511:1 1512:2 1519:1 1525:1 1564:3 1572:1 1584:1 1621:1 1623:2 1624:1 1628:1 1635:1 1665:1 1685:2 1692:1 1703:4 1710:1 1719:2 1739:1 1742:1 1781:1 1783:1 1793:1 1796:1 1825:1 1868:1 1871:3 1908:1 1932:4 1977:1 2055:1 2064:1 2078:2 2081:1 2084:1 2093:3 2118:1 2148:2 2174:1 2181:1 2199:1 2221:1 2241:1 2244:1 2249:1 2254:6 2255:1 2259:1 2282:1 2296:1 2307:1 2358:1 2366:1 2374:1 2383:1 2406:3 2409:1 2418:1 2420:3 2422:1 2424:1 2428:3 2432:1 2436:1 2437:1 2438:2 2447:1 2466:2 2467:1 2471:1 2476:1 2478:1 2480:1 2481:2 2482:2 2487:1 2488:1 2493:1 2497:2 2501:2 2503:4 2509:2 2516:1 2517:2 2518:1 2524:1 2531:16 2540:1 2543:1 2551:2 2602:4 2613:1 2641:1 2644:1 2646:1 2648:1 2659:4 2706:1 2717:1 2740:1 2743:1 2751:1 2763:1 2783:2 2796:2 2797:1 2799:1 2815:1 2817:2 2824:2 2834:1 2853:2 2932:1 2940:2 2941:1 2963:1 2996:1 3011:1 3045:1 3066:5 3077:2 3086:1 3097:1 3159:2 3170:5 3171:3 3203:1 3212:6 3218:1 3219:2 3230:2 3251:1 3279:1 3316:1 3328:1 3330:1 3404:2 3423:6 3478:4 3489:1 3526:1 3528:1 3532:1 3533:2 3547:1 3549:1 3558:1 3571:1 3576:1 3577:1 3584:1 3614:2 3625:2 3632:1 3653:1 3669:1 3684:1 3698:1 3798:1 3855:1 3888:1 3919:1 3920:1 3932:1 3934:1 3981:1 3995:2 4017:2 4020:1 4043:2 4090:1 4091:1 4133:1 4136:1 4145:2 4148:1 4170:1 4171:1 4177:2 4181:2 4211:2 4225:1 4226:2 4230:2 4267:1 4274:1 4279:2 4281:1 4283:1 4292:1 4359:1 4367:1 4371:1 4394:1 4402:1 4423:2 4428:1 4442:1 4444:1 4466:1 4472:2 4497:1 4507:1 4536:1 4542:1 4549:1 4573:1 4587:2 4614:1 4617:1 4643:1 4651:1 4665:1 4729:2 4774:1 4817:2 4846:2 4851:1 4868:1 4877:3 4895:1 4953:2 5018:1 5023:2 5035:1 5050:2 5078:1 5079:3 5098:1 5107:1 5120:1 5121:3 5151:1 5185:1 5202:2 5210:1 5214:1 5219:2 5221:1 5223:1 5254:1 5302:1 5315:1 5351:1 5368:3 5391:1 5414:10 5417:1 5427:1 5477:1 5487:1 5540:1 5560:1 5576:1 5592:1 5602:1 5650:1 5670:1 5690:1 5694:1 5701:2 5703:1 5733:1 5765:2 5773:2 5815:1 5852:3 5876:1 5883:2 5912:1 5917:1 5919:1 5924:2 5935:1 5936:1 5949:1 5969:1 5996:5 6025:1 6032:1 6041:1 6054:1 6077:1 6085:3 6099:2 6133:1 6161:1 6162:1 6168:1 6173:2 6208:1 6212:2 6276:1 6299:1 6399:1 6412:1 6465:1 6518:2 6545:2 6557:2 6582:1 6608:2 6611:1 6625:1 6646:1 6727:1 6729:1 6768:2 6783:2 6792:1 6794:3 6811:2 6814:2 6826:1 6854:2 6878:1 6902:1 6924:1 6956:4 7007:1 7027:4 7038:2 7041:1 7042:1 7044:4 7062:1 7091:1 7113:1 7132:1 7133:1 7138:1 7149:1 7150:2 7156:1 7159:2 7239:1 7304:1 7320:1 7331:3 7349:5 7410:1 7418:1 7436:1 7452:1 7468:1 7482:5 7484:1 7511:1 7525:1 7543:5 7561:2 7575:1 7589:1 7624:1 7635:1 7678:2 7681:2 7683:1 7686:1 7718:1 7722:1 7745:1 7770:1 7792:2 7794:1 7814:1 7885:1 7926:1 7944:1 7992:3 8034:1 8069:2 8073:1 8134:2 8172:2 8218:4 8251:1 8304:1 8306:1 8313:2 8340:6 8349:2 8386:1 8407:1 8471:1 8477:1 8531:1 8558:2 8597:2 8604:1 8614:3 8636:2 8639:1 8642:3 8657:2 8658:2 8663:4 8664:2 8669:1 8677:1 8682:1 8683:1 8690:17 8718:6 8724:1 8728:1 8753:1 8776:1 8797:2 8827:2 8835:1 8869:1 8877:1 8894:1 8914:1 8916:2 8953:1 8977:1 9042:1 9077:1 9083:1 9094:1 9100:2 9114:1 9147:2 9155:1 9171:1 9178:1 9221:2 9226:1 9249:5 9263:1 9274:2 9303:8 9310:4 9313:2 9316:1 9356:1 9357:1 9436:1 9460:1 9473:1 9475:1 9478:2 9501:1 9528:6 9546:1 9577:5 9593:1 9656:1 9668:1 9671:1 9672:1 9676:1 9687:1 9693:2 9756:1 9757:1 9767:1 9773:1 9792:1 9833:1 9846:1 9860:2 9888:2 10017:1 10021:2 10028:2 10044:1 10054:1 10069:1 10080:1 10081:1 10090:2 10098:2 10105:2 10143:1 10151:1 10154:1 10164:2 10196:1 10201:1 10203:1 10248:2 10255:1 10269:1 10274:1 10322:1 10327:1 10405:1 10420:1 10455:1 10473:3 10535:1 10568:1 10574:1 10576:1 10608:3 10617:1 10711:1 10729:3 10734:4 10737:1 10739:1 10741:2 10748:1 10763:1 10773:2 10794:1 10809:4 10854:1 10870:1 10876:1 10881:1 10910:1 10915:1 10962:1 11016:1 11033:3 11051:1 11057:1 11090:1 11099:2 11120:1 11134:1 11141:3 11167:1 11175:3 11178:1 11201:2 11204:16 11290:2 11323:1 11355:1 11359:1 11375:1 11439:1 11441:2 11460:1 11518:1 11524:1 11537:1 11546:1 11582:1 11611:1 11617:2 11618:1 11628:2 11634:1 11640:2 11688:2 11712:1 11727:2 11783:1 11796:6 11800:1 11811:1 11814:1 11819:1 11841:2 11845:1 11881:1 11884:2 11902:2 11918:2 11937:1 11983:1 11990:2 11992:1 12036:1 12044:5 12064:1 12110:1 12118:1 12151:1 12174:1 12191:3 12202:2 12205:2 12207:1 12208:1 12222:1 12230:1 12233:3 12234:1 12236:1 12241:1 12246:1 12285:1 12382:1 12385:1 12395:4 12405:1 12426:1 12427:1 12441:1 12451:1 12452:1 12495:1 12512:1 12567:2 12573:2 12578:1 12582:1 12608:1 12664:1 12721:1 12743:1 12762:1 12830:1 12849:1 12902:1 12915:1 12933:1 12943:1 12959:2 12984:1 12991:2 12993:1 12997:1 13009:1 13019:3 13021:2 13028:2 13045:1 13046:5 13058:2 13069:1 13081:3 13089:1 13137:1 13168:2 13201:1 13242:1 13250:1 13340:1 13371:1 13377:1 13393:1 13397:2 13423:2 13430:1 13436:1 13446:1 13453:2 13489:1 13517:1 13536:1 13540:1 13558:2 13561:2 13582:2 13607:1 13668:1 13688:1 13698:3 13714:1 13731:2 13738:2 13761:1 13854:1 13893:2 13899:1 13959:1 13986:1 14017:2 14044:1 14085:3 14113:5 14146:1 14168:1 14183:1 14190:1 14200:1 14203:1 14316:1 14332:1 14335:1 14341:1 14351:6 14396:4 14416:1 14421:1 14551:1 14574:1 14585:2 14590:1 14598:1 14616:1 14647:4 14656:1 14657:1 14667:1 14668:2 14695:1 14738:1 14739:1 14747:1 14773:2 14791:2 14806:1 14813:1 14821:2 14826:1 14844:1 14863:1 14875:1 14876:1 14901:1 14906:1 14914:2 14944:1 14987:1 15010:3 15021:2 15061:1 15087:1 15091:2 15099:1 15103:2 15111:1 15151:3 15182:1 15197:2 15210:1 15240:1 15247:1 15266:1 15273:4 15284:2 15325:2 15336:1 15339:1 15376:1 15385:1 15411:1 15431:1 15476:3 15506:2 15543:1 15556:1 15562:2 15566:1 15599:1 15637:2 15684:1 15691:1 15722:1 15746:3 15785:5 15801:1 15851:1 15878:1 15882:3 15888:1 15894:1 15906:2 15907:1 15911:1 15943:1 15961:16 15966:2 16017:1 16019:1 16022:1 16077:4 16081:1 16115:1 16123:1 16142:1 16143:1 16268:1 16322:1 16419:2 16428:2 16515:1 16517:1 16538:1 16542:2 16549:1 16554:1 16570:1 16571:2 16573:2 16597:1 16607:1 16610:1 16625:1 16626:5 16632:2 16657:1 16674:1 16693:1 16706:1 16722:5 16809:1 16818:1 16843:1 16854:1 16861:1 16873:1 16891:4 16944:2 16949:1 16993:1 17062:2 17067:2 17077:1 17086:1 17123:1 17143:1 17162:9 17164:1 17180:1 17192:1 17211:1 17226:1 17276:1 17307:1 17311:1 17315:2 17324:1 17340:1 17348:1 17388:1 17392:1 17412:2 17446:1 17467:1 17492:1 17514:2 17515:2 17550:1 17554:2 17558:2 17579:1 17604:1 17617:2 17634:1 17639:1 17646:2 17697:2 17710:2 17722:1 17799:3 17818:1 17820:1 17846:2 17854:3 17855:1 17892:1 17894:1 17897:1 17908:1 17925:1 17937:1 17943:2 17950:1 17969:1 17994:1 18008:1 18019:1 18035:1 18051:1 18052:1 18096:1 18124:1 18152:1 18162:1 18163:2 18164:1 18181:2 18192:1 18210:1 18315:1 18354:1 18359:1 18368:1 18405:1 18431:1 18439:1 18445:4 18499:2 18572:1 18617:1 18627:1 18665:1 18700:1 18703:1 18758:1 18762:1 18764:1 18772:9 18786:1 18792:2 18807:2 18812:2 18820:1 18845:1 18948:1 18968:1 18972:1 18984:2 18990:1 19053:1 19063:2 19076:1 19079:1 19086:2 19093:1 19118:2 19123:1 19173:1 19233:1 19234:1 19250:1 19259:2 19278:2 19294:2 19305:1 19313:2 19319:2 19335:1 19339:1 19341:1 19347:1 19349:2 19362:1 19364:1 19381:3 19384:3 19391:1 19392:1 19396:2 19404:2 19438:2 19445:4 19450:1 19459:1 19464:1 19481:1 19504:1 19558:1 19567:1 19570:2 19605:2 19621:2 19624:1 19626:1 19637:2 19707:1 19725:1 19740:2 19750:1 19761:1 19779:1 19782:3 19785:1 19797:1 19807:2 19836:4 19842:4 19848:3 19852:1 19853:1 19855:2 19892:3 19906:3 19928:1 19979:1 20004:1 20010:1 20015:1 20079:1 20103:1 20121:6 20130:1 20163:1 20172:1 20177:1 20186:1 20211:1 20214:4 20254:1 20271:16 20329:1 20334:2 20373:1 20386:2 20390:1 20407:1 20430:3 20432:1 20474:1 20480:1 20572:16 20590:2 20599:1 20622:1992 20670:1 20681:1 20704:1 20755:1 20759:1 20794:3 20815:1 20822:1 20825:1 20849:1 20859:3 20873:3 20877:1 20880:1 20890:1 20899:1 20956:1 21018:1 21071:1 21086:1 21089:1 21095:1 21119:1 21176:1 21190:1 21259:4 21290:1 21303:2 21306:1 21311:1 21324:1 21329:1 21350:1 21364:1 21392:1 21400:1 21405:2 21406:1 21415:1 21419:4 21448:2 21472:1 21479:4 21501:6 21511:1 21523:1 21530:5 21531:2 21538:1 21539:1 21553:2 21572:1 21582:1 21595:14 21617:1 21634:1 21638:3 21644:2 21652:1 21658:1 21686:1 21698:1 21739:1 21750:2 21772:1 21802:1 21812:1 21819:1 21829:1 21877:1 21890:1 21897:1 21965:1 21969:1 21970:2 21974:1 21990:1 22008:2 22038:1 22076:1 22083:1 22090:3 22093:1 22102:1 22109:1 22117:1 22145:1 22191:2 22192:1 22197:1 22228:1 22256:1 22266:2 22282:1 22294:2 22295:1 22316:4 22350:1 22379:1 22394:1 22461:2 22467:1 22494:2 22509:1 22510:2 22526:1 22545:1 22555:1 22557:2 22564:2 22585:1 22593:2 22602:1 22627:1 22660:1 22664:4 22673:2 22704:1 22714:3 22748:1 22749:1 22763:1 22769:1 22773:2 22806:1 22814:1 22835:1 22849:1 22853:1 22863:1 22869:2 22879:1 22890:6 22893:1 22917:3 22950:1 22951:1 22961:1 22972:1 22976:1 23002:1 23004:1 23031:1 23032:1 23033:1 23037:3 23042:1 23048:1 23064:1 23067:1 23081:1 23086:1 23104:1 23105:2 23145:1 23187:1 23188:2 23191:1 23215:1 23223:1 23232:1 23243:1 23289:1 23295:4 23323:1 23338:1 23353:1 23382:1 23394:1 23441:1 23450:1 23455:1 23471:1 23474:2 23487:2 23494:1 23517:1 23531:1 23555:2 23556:1 23563:1 23595:1 23617:1 23658:3 23671:2 23692:1 23702:2 23708:2 23714:1 23723:2 23763:1 23764:2 23772:1 23780:4 23810:1 23858:1 23860:1 23908:2 23928:1 23935:1 23954:1 23997:1 24020:2 24032:1 24058:3 24067:1 24073:1 24091:1 24115:5 24149:1 24154:1 24161:1 24204:1 24205:1 24222:1 24225:2 24256:1 24262:1 24281:1 24333:1 24378:1 24382:1 24385:1 24386:1 24400:1 24414:1 24418:1 24457:1 24462:2 24486:1 24496:2 24506:1 24507:2 24510:2 24519:1 24535:1 24549:1 24562:1 24591:1 24594:1 24612:1 24613:2 24614:3 24624:1 24629:2 24655:1 24666:2 24692:1 24704:1 24706:1 24714:1 24715:3 24735:1 24753:1 24779:1 24795:1 24807:1 24808:1 24810:4 24814:2 24847:2 24851:1 24855:2 24860:1 24866:1 24882:1 24893:1 24916:1 24926:4 24949:1 24956:1 24993:1 24997:1 25001:1 25006:1 25011:1 25013:2 25014:1 25021:2 25081:2 25084:1 25158:1 25169:1 25186:1 25190:1 25228:2 25239:1 25240:1 25253:1 25263:5 25294:5 25299:1 25308:1 25310:1 25320:4 25347:3 25384:1 25399:1 25403:1 25416:1 25432:1 25483:1 25499:1 25507:1 25508:1 25514:2 25557:2 25567:4 25585:1 25593:1 25610:1 25625:1 25627:1 25634:2 25646:1 25655:2 25687:1 25707:2 25712:1 25759:2 25787:1 25807:1 25811:1 25831:1 25883:2 25934:1 25941:1 26001:2 26008:1 26021:1 26030:1 26041:4 26083:1 26092:1 26103:1 26149:1 26160:2 26168:1 26169:1 26234:1 26244:1 26267:1 26309:1 26328:1 26332:1 26337:1 26359:1 26376:1 26378:3 26381:1 26386:1 26389:1 26393:1 26399:1 26402:2 26408:1 26411:1 26418:1 26464:1 26477:1 26488:2 26496:3 26510:1 26531:1 26544:1 26549:1 26556:5 26595:2 26645:2 26699:1 26704:1 26708:1 26729:1 26822:1 26832:1 26852:1 26857:1 26859:1 26860:1 26869:1 26873:1 26878:2 26880:1 26892:1 26893:1 26902:1 26912:3 26947:1 26949:1 27000:1 27002:1 27016:1 27028:5 27047:2 27060:2 27097:1 27132:1 27143:1 27161:1 27164:1 27260:1 27262:1 27263:2 27266:1 27301:1 27312:3 27318:1 27327:2 27337:1 27357:1 27366:1 27387:1 27428:4 27498:1 27521:3 27526:2 27539:1 27561:1 27577:2 27602:1 27616:1 27646:1 27650:5 27652:1 27692:1 27700:2 27732:2 27778:1 27790:1 27794:2 27795:1 27802:1 27814:2 27819:1 27820:2 27831:2 27884:2 27887:1 27905:2 27915:2 27973:2 28009:1 28027:1 28029:1 28055:3 28059:1 28072:1 28085:7 28128:1 28174:2 28178:1 28226:1 28230:1 28276:1 28296:1 28312:1 28325:2 28365:1 28372:1 28387:1 28399:1 28409:1 28411:1 28425:1 28449:1 28477:1 28490:2 28534:2 28545:1 28569:1 28684:1 28696:2 28721:1 28733:1 28745:1 28802:5 28823:1 28838:1 28851:1 28858:1 28901:1 28925:2 28976:1 28986:1 29002:1 29011:1 29012:6 29021:1 29036:5 29043:2 29055:1 29068:1 29083:1 29116:5 29159:1 29163:1 29175:1 29183:16 29196:1 29210:1 29211:1 29236:1 29244:2 29280:1 29282:1 29294:2 29305:1 29339:1 29352:1 29392:1 29409:1 29478:1 29486:1 29496:2 29497:1 29506:3 29526:1 29530:1 29557:1 29573:1 29594:2 29606:2 29615:1 29644:2 29655:2 29662:1 29669:1 29683:1 29685:1 29695:1 29710:4 29752:2 29776:1 29817:1 29833:3 29838:1 29887:1 29938:1 29941:2 29952:1 29969:1 30014:1 30021:1 30036:1 30039:1 30040:1 30050:1 30078:1 30096:5 30131:1 30143:1 30187:1 30188:1 30224:1 30230:1 30296:1 30299:1 30304:1 30308:1 30343:1 30366:2 30394:2 30430:2 30443:1 30458:7 30466:1 30486:3 30495:1 30501:2 30504:1 30506:2 30519:1 30523:1 30538:1 30550:1 30567:5 30577:1 30582:1 30592:1 30594:1 30605:2 30607:1 30609:1 30630:1 30653:3 30657:1 30658:2 30711:1 30713:4 30758:3 30763:1 30766:2 30777:3 30848:1 30851:1 30873:2 30878:1 30900:1 30908:1 30972:1 31005:1 31007:2 31009:2 31041:2 31069:2 31097:1 31125:2 31132:1 31161:3 31176:1 31178:1 31179:1 31200:2 31201:1 31202:1 31204:1 31247:1 31257:1 31290:1 31297:1 31317:1 31361:2 31374:2 31393:1 31481:1 31484:1 31502:2 31525:1 31591:1 31599:1 31612:3 31617:1 31636:1 31639:1 31659:2 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31752:3 31760:1 31770:2 31774:1 31778:1 31826:1 31830:1 31842:1 31902:2
18 8:1 19:1 23:1 62:1 136:1 208:4 231:2 237:2 238:1 241:1 253:2 275:1 283:2 288:2 299:1 317:1 334:1 339:2 352:3 372:1 390:5 398:1 462:3 470:1 555:1 573:1 582:1 591:1 618:3 620:1 635:1 642:2 647:1 664:1 677:2 697:1 707:2 716:5 730:1 731:1 756:1 774:3 784:1 799:2 801:1 816:1 829:1 836:1 842:1 915:1 926:3 929:1 936:1 940:1 949:1 963:1 964:3 967:1 979:1 1000:1 1001:2 1018:1 1030:1 1032:1 1064:2 1165:1 1167:2 1184:1 1205:1 1237:1 1296:4 1326:2 1327:2 1328:1 1331:2 1348:1 1365:2 1391:1 1392:1 1400:2 1492:1 1495:1 1504:1 1511:1 1512:2 1519:1 1525:1 1564:3 1566:1 1572:1 1584:1 1588:1 1621:1 1623:2 1624:1 1628:1 1635:1 1665:1 1674:1 1685:2 1692:1 1703:4 1709:1 1710:1 1719:2 1739:1 1742:1 1763:1 1781:1 1783:1 1793:1 1796:1 1825:1 1868:1 1871:3 1908:1 1932:4 1977:1 2055:1 2064:1 2078:2 2081:1 2084:1 2093:3 2118:1 2148:2 2152:1 2174:1 2181:1 2199:1 2221:1 2241:1 2244:2 2249:1 2254:7 2255:1 2259:1 2282:1 2296:1 2307:1 2358:1 2366:1 2374:1 2383:1 2406:3 2409:1 2418:1 2420:3 2422:1 2424:1 2428:3 2432:1 2436:1 2437:1 2438:3 2447:1 2466:2 2467:1 2471:1 2476:1 2478:1 2480:1 2481:2 2482:2 2487:1 2488:1 2493:1 2497:2 2501:2 2503:4 2509:2 2516:1 2517:2 2518:1 2524:1 2531:16 2540:1 2543:1 2551:2 2602:4 2613:1 2641:1 2644:1 2646:1 2648:1 2659:4 2706:1 2717:1 2740:1 2743:1 2751:1 2763:1 2783:2 2796:2 2797:1 2799:1 2815:1 2817:2 2824:2 2834:1 2853:2 2932:1 2940:2 2941:1 2963:1 2996:1 3011:1 3045:1 3066:5 3077:2 3086:1 3097:1 3159:2 3170:7 3171:3 3203:1 3212:8 3218:1 3219:2 3230:2 3251:1 3279:1 3316:1 3328:1 3330:1 3404:2 3423:6 3478:4 3489:1 3526:1 3528:1 3532:1 3533:2 3547:1 3549:1 3558:1 3571:1 3576:1 3577:1 3584:1 3614:2 3625:2 3632:1 3653:1 3669:1 3684:1 3698:1 3798:1 3855:1 3888:1 3919:1 3920:1 3932:1 3934:1 3981:1 3995:2 4017:2 4020:2 4043:2 4090:1 4091:1 4133:1 4136:1 4145:2 4148:1 4170:1 4171:1 4177:2 4181:2 4211:2 4225:1 4226:2 4230:3 4267:1 4274:1 4279:2 4281:1 4283:1 4292:1 4300:1 4359:1 4367:1 4371:1 4394:1 4402:1 4423:2 4428:1 4442:1 4444:1 4466:1 4472:2 4497:1 4507:1 4536:1 4542:1 4549:1 4573:1 4587:2 4614:1 4617:1 4643:1 4651:1 4665:1 4729:2 4774:1 4817:2 4846:2 4851:1 4868:1 4877:4 4895:1 4953:2 5018:1 5023:2 5035:1 5050:2 5078:1 5079:3 5098:1 5107:1 5120:1 5121:4 5151:1 5185:1 5202:2 5210:1 5214:1 5219:2 5221:1 5223:1 5254:1 5302:1 5315:1 5351:1 5368:3 5391:1 5414:12 5417:1 5427:1 5470:1 5477:1 5487:1 5540:1 5560:1 5576:1 5592:1 5602:1 5650:1 5670:1 5690:1 5694:1 5697:1 5701:2 5703:1 5733:1 5765:2 5773:2 5815:1 5852:3 5876:1 5883:2 5912:1 5917:1 5919:1 5924:2 5935:1 5936:1 5949:1 5969:1 5996:5 6025:1 6032:1 6041:1 6054:1 6077:1 6085:4 6099:2 6133:1 6161:1 6162:1 6168:1 6173:2 6208:1 6212:2 6276:1 6299:1 6399:1 6412:1 6465:1 6518:3 6545:2 6557:2 6582:1 6608:2 6611:1 6625:1 6646:1 6727:1 6729:1 6768:2 6783:2 6792:1 6794:3 6811:2 6814:2 6826:1 6854:2 6878:1 6902:1 6924:1 6956:4 7007:1 7027:4 7038:2 7041:1 7042:1 7044:4 7062:1 7091:1 7113:1 7132:1 7133:1 7138:1 7149:1 7150:2 7156:1 7159:2 7239:1 7304:1 7320:1 7331:3 7349:5 7410:1 7418:1 7436:2 7445:1 7452:1 7468:1 7482:5 7484:1 7511:1 7525:1 7543:5 7561:2 7575:1 7589:1 7624:1 7635:1 7676:1 7678:2 7681:2 7683:1 7686:1 7718:1 7722:1 7745:1 7770:1 7792:2 7794:1 7814:1 7885:1 7926:1 7944:1 7992:5 8034:1 8069:2 8073:1 8134:2 8172:3 8218:4 8237:1 8251:1 8304:1 8306:1 8313:2 8340:7 8349:2 8386:1 8407:1 8471:1 8477:1 8531:1 8558:2 8597:2 8604:1 8614:3 8635:1 8636:2 8639:1 8642:3 8657:2 8658:2 8663:4 8664:2 8669:1 8677:1 8682:1 8683:1 8690:17 8718:8 8724:1 8728:1 8753:1 8766:1 8776:1 8797:2 8827:2 8835:1 8869:1 8877:1 8894:1 8914:1 8916:3 8953:1 8977:1 9035:1 9042:2 9077:1 9083:1 9094:1 9100:2 9114:1 9147:2 9155:1 9171:1 9178:1 9221:2 9226:1 9249:7 9263:1 9274:2 9303:9 9310:4 9313:2 9316:1 9356:1 9357:1 9436:1 9460:1 9473:1 9475:1 9478:3 9501:1 9528:7 9546:1 9577:5 9593:1 9656:1 9662:1 9668:1 9671:1 9672:1 9676:1 9687:1 9693:2 9734:1 9756:1 9757:1 9767:1 9773:1 9792:1 9833:1 9846:1 9860:2 9888:2 9934:1 10017:1 10021:2 10028:2 10044:1 10054:1 10069:1 10080:2 10081:1 10090:2 10098:2 10105:2 10143:1 10151:1 10154:1 10164:2 10196:1 10201:1 10203:1 10248:2 10255:1 10269:1 10274:1 10322:1 10327:1 10405:1 10420:1 10455:1 10473:3 10535:1 10545:1 10568:1 10574:1 10576:1 10608:3 10617:1 10711:1 10729:3 10734:4 10737:1 10739:1 10741:2 10748:1 10763:1 10773:2 10794:1 10809:4 10854:2 10870:1 10876:2 10881:1 10910:1 10915:1 10962:1 11015:1 11016:1 11033:3 11051:1 11057:1 11090:1 11099:2 11120:1 11134:1 11141:3 11167:1 11175:3 11178:1 11201:2 11204:16 11290:3 11323:1 11355:1 11359:1 11375:1 11439:1 11441:2 11460:1 11518:1 11524:1 11537:1 11546:1 11582:1 11611:1 11617:2 11618:1 11628:2 11634:1 11640:2 11688:2 11712:1 11727:2 11783:1 11796:7 11800:1 11811:1 11814:1 11819:1 11841:2 11845:1 11881:1 11884:2 11902:3 11918:2 11937:1 11983:1 11990:2 11992:1 12036:1 12044:5 12064:1 12110:1 12118:1 12151:1 12174:1 12191:3 12202:2 12205:2 12207:1 12208:1 12222:1 12230:1 12233:3 12234:1 12236:1 12241:1 12246:1 12285:1 12382:1 12385:1 12395:4 12405:1 12426:1 12427:1 12441:1 12451:1 12452:1 12474:1 12495:1 12512:1 12567:2 12573:2 12578:1 12582:1 12608:1 12664:1 12721:1 12743:1 12762:1 12773:1 12829:1 12830:1 12849:1 12902:1 12915:1 12933:1 12943:1 12959:2 12984:1 12991:2 12993:1 12997:1 13009:2 13019:4 13021:2 13028:3 13045:1 13046:5 13058:2 13069:1 13081:3 13089:1 13137:1 13168:3 13201:1 13242:1 13250:1 13340:1 13371:1 13377:1 13393:1 13397:2 13423:2 13430:1 13436:1 13446:1 13453:2 13489:1 13517:1 13536:1 13540:1 13558:2 13561:2 13582:2 13607:1 13617:1 13668:1 13688:1 13698:4 13714:1 13731:2 13738:2 13761:1 13854:1 13893:2 13899:1 13959:1 13986:1 14017:2 14044:1 14085:3 14113:7 14146:1 14168:1 14183:1 14190:1 14200:1 14203:1 14316:1 14332:1 14335:1 14341:1 14351:6 14396:4 14416:1 14421:1 14551:1 14574:1 14585:2 14590:1 14598:1 14616:1 14641:1 14647:4 14656:1 14657:1 14667:1 14668:2 14671:1 14695:1 14738:1 14739:1 14747:1 14773:2 14791:2 14806:1 14813:1 14821:2 14826:1 14844:1 14863:1 14875:1 14876:1 14878:1 14900:1 14901:1 14906:1 14914:2 14944:1 14987:1 15010:3 15021:3 15061:1 15087:1 15091:3 15099:1 15103:2 15111:1 15151:3 15182:1 15197:2 15210:1 15240:1 15247:1 15266:1 15273:4 15284:2 15325:2 15336:1 15339:1 15376:1 15385:1 15411:1 15431:1 15476:3 15506:2 15543:1 15556:1 15562:2 15566:1 15599:1 15637:2 15684:1 15691:1 15722:1 15746:4 15785:5 15801:1 15851:1 15858:1 15878:1 15882:3 15888:1 15894:1 15906:2 15907:1 15911:1 15943:1 15961:16 15966:2 16017:1 16019:1 16022:1 16077:4 16081:1 16115:1 16123:1 16142:1 16143:1 16268:1 16322:1 16419:3 16428:2 16515:1 16517:1 16538:1 16542:2 16549:1 16554:1 16570:1 16571:2 16573:2 16597:1 16607:1 16610:1 16625:1 16626:5 16632:2 16657:1 16674:1 16679:1 16693:1 16706:1 16722:6 16809:1 16818:1 16843:1 16854:1 16861:1 16873:1 16891:4 16944:2 16949:1 16993:1 17062:2 17067:2 17077:1 17086:1 17123:1 17143:1 17162:9 17164:1 17180:1 17192:1 17211:1 17226:1 17269:1 17276:1 17307:1 17311:1 17315:2 17324:1 17340:1 17348:1 17388:1 17392:1 17412:2 17446:1 17467:1 17492:1 17514:2 17515:3 17550:1 17554:2 17558:2 17579:1 17604:1 17617:2 17634:1 17639:1 17646:2 17697:2 17710:2 17722:1 17799:3 17818:1 17820:1 17826:1 17846:2 17854:3 17855:1 17892:1 17894:1 17897:1 17908:1 17925:1 17929:1 17937:1 17943:2 17950:1 17954:1 17969:1 17994:1 18008:1 18019:1 18035:1 18051:1 18052:1 18096:1 18124:1 18152:1 18162:1 18163:2 18164:1 18181:2 18192:1 18210:1 18315:1 18354:1 18359:1 18368:1 18405:1 18431:1 18439:1 18445:4 18499:3 18545:1 18572:1 18617:1 18627:1 18665:1 18700:1 18703:1 18758:1 18762:1 18764:1 18772:9 18774:1 18786:2 18792:2 18807:2 18812:3 18820:1 18845:1 18948:1 18968:1 18972:1 18976:1 18978:1 18984:2 18990:1 19053:1 19063:2 19076:1 19079:1 19086:2 19093:1 19118:2 19123:1 19128:1 19173:1 19233:1 19234:1 19250:1 19259:2 19278:2 19294:2 19305:1 19313:2 19319:2 19335:1 19339:1 19341:1 19347:1 19349:2 19362:1 19364:1 19381:3 19384:3 19391:1 19392:1 19396:2 19404:2 19438:2 19445:4 19450:1 19459:1 19464:1 19481:1 19504:1 19511:1 19558:1 19567:1 19570:2 19605:2 19621:2 19624:1 19626:1 19637:2 19707:1 19725:1 19730:1 19740:2 19750:1 19761:1 19779:1 19782:3 19785:1 19797:1 19807:2 19836:4 19842:4 19848:4 19852:1 19853:1 19855:2 19892:3 19906:3 19928:1 19979:1 20004:1 20010:1 20015:1 20079:1 20103:1 20121:6 20130:1 20163:1 20172:1 20177:1 20186:1 20211:1 20214:4 20254:1 20271:16 20329:1 20334:2 20373:1 20386:2 20390:1 20407:1 20430:3 20432:1 20474:1 20480:1 20572:16 20590:2 20599:1 20622:2080 20670:1 20681:1 20704:1 20755:1 20759:1 20794:3 20815:1 20822:1 20825:1 20849:1 20859:5 20873:5 20877:1 20880:1 20890:1 20899:1 20956:1 21018:1 21071:1 21086:1 21089:1 21095:1 21119:1 21176:1 21190:1 21259:4 21290:1 21303:3 21306:1 21311:1 21324:1 21329:1 21350:1 21364:1 21392:1 21400:1 21405:2 21406:1 21415:1 21419:4 21448:2 21472:1 21479:4 21501:6 21511:1 21523:1 21530:6 21531:2 21538:1 21539:1 21553:2 21572:1 21582:1 21595:15 21617:1 21634:1 21638:3 21644:2 21652:1 21658:1 21686:1 21698:1 21739:1 21750:2 21772:2 21802:1 21812:1 21819:1 21829:1 21831:1 21877:1 21890:1 21897:1 21965:1 21969:1 21970:3 21974:1 21990:1 22008:2 22038:1 22076:1 22083:1 22090:3 22093:1 22102:1 22109:1 22117:1 22145:1 22170:1 22191:2 22192:1 22197:1 22228:1 22256:1 22266:3 22282:1 22294:2 22295:1 22316:5 22350:1 22379:1 22394:1 22461:2 22467:1 22494:2 22509:1 22510:2 22526:1 22533:1 22545:3 22555:1 22557:2 22564:2 22585:1 22593:2 22602:1 22627:1 22660:1 22664:4 22673:2 22679:1 22704:1 22714:3 22748:1 22749:1 22763:1 22769:1 22773:2 22806:1 22814:1 22817:1 22835:1 22849:1 22853:1 22863:1 22869:2 22879:1 22890:6 22893:1 22917:4 22950:1 22951:1 22961:1 22972:1 22976:1 23002:1 23004:1 23031:1 23032:1 23033:1 23037:3 23042:1 23048:1 23064:1 23067:1 23081:1 23086:1 23104:1 23105:2 23145:1 23187:1 23188:2 23191:1 23215:1 23218:1 23223:1 23232:1 23243:1 23289:1 23295:4 23323:1 23338:1 23353:1 23382:1 23394:1 23441:1 23450:1 23455:1 23471:1 23474:2 23487:2 23494:1 23517:1 23531:1 23539:1 23555:2 23556:1 23563:1 23595:1 23600:1 23617:1 23658:3 23671:2 23692:1 23702:2 23708:2 23714:1 23723:2 23763:1 23764:2 23772:1 23780:4 23810:1 23812:1 23858:1 23860:1 23908:2 23928:1 23935:1 23954:1 23997:1 24020:2 24032:1 24058:3 24067:1 24068:1 24073:1 24091:1 24115:5 24149:1 24154:1 24161:1 24204:1 24205:1 24222:1 24225:2 24256:1 24262:1 24281:1 24333:1 24378:1 24382:1 24385:1 24386:1 24400:1 24414:1 24418:1 24457:1 24462:2 24486:1 24496:2 24506:1 24507:2 24510:2 24519:1 24535:1 24549:1 24562:1 24591:1 24594:1 24612:1 24613:2 24614:3 24624:1 24629:2 24655:1 24666:2 24692:1 24704:1 24706:1 24714:1 24715:3 24735:1 24753:1 24779:1 24795:1 24807:1 24808:1 24810:4 24814:2 24847:2 24851:1 24855:2 24860:1 24866:1 24882:1 24893:1 24916:1 24926:4 24949:1 24956:1 24993:1 24997:1 25001:1 25006:1 25011:1 25013:3 25014:1 25021:2 25081:2 25084:1 25158:1 25169:1 25186:1 25190:1 25228:2 25239:1 25240:1 25253:1 25263:6 25294:5 25299:1 25308:1 25310:1 25320:4 25347:3 25384:1 25399:1 25403:1 25416:1 25432:1 25483:1 25499:1 25507:1 25508:1 25514:2 25536:1 25557:2 25562:1 25567:4 25585:1 25593:1 25610:1 25625:1 25627:1 25634:2 25646:1 25655:2 25687:1 25707:2 25712:1 25759:2 25787:1 25807:1 25811:1 25831:1 25883:2 25934:1 25941:1 25972:1 26001:2 26008:1 26021:1 26030:1 26041:4 26083:1 26092:2 26103:1 26149:1 26160:2 26168:1 26169:1 26201:1 26234:1 26244:1 26267:1 26269:1 26288:1 26309:1 26328:1 26332:1 26337:1 26343:1 26359:1 26376:1 26378:3 26381:1 26386:1 26389:1 26393:1 26399:1 26402:2 26408:1 26411:1 26418:1 26422:1 26464:1 26477:1 26488:2 26496:3 26510:1 26531:1 26544:1 26549:1 26556:5 26595:2 26645:2 26699:1 26704:1 26708:1 26729:1 26815:1 26822:1 26832:1 26852:1 26857:1 26859:1 26860:1 26869:1 26873:1 26878:2 26880:1 26892:1 26893:1 26902:1 26912:3 26947:1 26949:1 27000:1 27002:1 27016:1 27028:5 27047:2 27060:2 27097:1 27124:1 27132:1 27143:1 27161:1 27164:1 27260:1 27262:1 27263:2 27266:1 27301:1 27312:3 27318:1 27327:2 27337:1 27357:1 27366:1 27387:1 27428:4 27498:1 27521:3 27526:2 27539:1 27561:1 27577:2 27602:1 27616:1 27646:1 27650:6 27652:1 27692:1 27700:2 27732:2 27778:1 27790:1 27794:2 27795:1 27802:1 27814:3 27819:1 27820:2 27831:2 27884:2 27887:2 27905:2 27915:2 27973:2 28009:1 28027:1 28029:1 28055:3 28059:1 28072:1 28085:7 28128:1 28174:3 28178:1 28226:1 28230:1 28276:1 28296:1 28312:1 28325:2 28365:1 28372:1 28387:1 28399:1 28409:1 28411:1 28425:1 28449:1 28477:1 28490:2 28534:2 28545:1 28569:1 28660:1 28684:1 28696:3 28721:1 28733:1 28745:1 28802:5 28823:1 28838:1 28851:1 28858:1 28901:1 28925:2 28976:1 28986:1 29002:1 29011:2 29012:6 29021:1 29022:1 29036:5 29043:2 29055:1 29068:1 29083:1 29116:5 29159:1 29163:1 29175:1 29183:16 29196:1 29210:1 29211:1 29236:1 29244:2 29280:1 29282:1 29294:2 29305:1 29312:1 29339:1 29352:1 29392:1 29409:1 29478:1 29486:1 29496:2 29497:1 29506:3 29526:1 29530:1 29557:1 29573:1 29594:2 29606:2 29615:1 29644:2 29655:2 29662:1 29669:1 29683:1 29685:2 29695:1 29710:4 29752:2 29776:1 29817:1 29833:3 29838:1 29887:1 29938:1 29941:2 29952:1 29969:1 30014:1 30021:1 30036:1 30039:1 30040:1 30050:1 30078:1 30096:5 30131:1 30143:1 30187:1 30188:1 30224:1 30230:1 30296:1 30299:1 30304:1 30308:1 30343:1 30366:2 30394:2 30430:3 30443:1 30458:9 30466:1 30486:3 30495:2 30501:2 30504:1 30506:2 30519:1 30523:1 30538:1 30550:1 30554:1 30567:6 30577:1 30582:1 30592:1 30594:1 30605:2 30607:1 30609:1 30630:1 30653:3 30657:1 30658:2 30711:1 30713:4 30758:3 30763:1 30766:2 30777:3 30848:1 30851:1 30873:2 30878:1 30900:1 30908:1 30972:1 31005:1 31007:2 31009:2 31041:2 31069:2 31097:1 31125:2 31132:1 31161:3 31176:1 31178:1 31179:1 31200:2 31201:1 31202:1 31203:1 31204:1 31225:1 31247:1 31257:1 31290:1 31297:1 31317:1 31361:3 31374:3 31393:1 31481:1 31484:1 31502:3 31525:1 31591:1 31599:1 31611:1 31612:3 31617:1 31633:1 31636:1 31639:1 31659:2 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31752:4 31760:1 31770:2 31774:1 31778:1 31826:1 31830:1 31842:1 31902:2
18 8:1 19:1 23:1 62:1 79:1 136:1 208:4 231:2 237:2 238:1 241:1 253:2 275:1 283:2 288:2 299:1 317:1 334:1 339:2 352:3 372:1 390:5 398:1 461:1 462:3 470:1 555:1 573:1 582:1 591:1 593:1 618:3 620:1 635:1 642:2 647:1 664:1 677:2 697:1 707:2 716:5 730:1 731:1 756:1 774:3 784:1 799:2 801:1 816:1 829:1 836:1 842:1 915:1 922:1 926:3 929:1 936:1 940:1 949:1 963:1 964:3 967:1 979:1 1000:1 1001:2 1014:1 1018:1 1030:1 1032:1 1064:2 1165:1 1167:3 1184:1 1205:1 1237:1 1296:4 1326:2 1327:2 1328:1 1331:2 1348:1 1365:2 1391:1 1392:1 1400:2 1492:1 1495:1 1504:1 1511:1 1512:2 1519:1 1525:1 1548:1 1564:3 1566:1 1572:1 1584:1 1588:1 1621:1 1623:2 1624:1 1628:1 1635:1 1665:1 1674:1 1685:2 1692:1 1703:4 1709:1 1710:1 1712:1 1719:2 1739:1 1742:1 1763:1 1781:1 1783:1 1793:1 1796:1 1825:1 1868:1 1871:3 1908:1 1932:4 1977:1 2055:1 2064:1 2078:2 2081:1 2084:1 2093:3 2118:1 2148:2 2152:1 2174:1 2181:1 2196:1 2199:1 2221:1 2241:1 2244:2 2249:1 2254:8 2255:1 2259:1 2282:1 2296:1 2307:1 2358:1 2366:1 2374:1 2383:1 2406:3 2409:1 2418:1 2420:3 2422:1 2424:1 2428:3 2432:1 2436:1 2437:1 2438:4 2447:1 2449:1 2466:2 2467:1 2471:1 2476:1 2478:1 2480:1 2481:3 2482:2 2487:1 2488:1 2493:1 2497:2 2501:2 2503:4 2509:2 2516:1 2517:2 2518:1 2524:1 2531:16 2540:1 2543:1 2551:2 2602:4 2613:1 2641:1 2644:1 2646:1 2648:1 2659:4 2706:1 2717:1 2740:1 2743:1 2751:1 2763:1 2783:2 2796:2 2797:1 2799:1 2815:1 2817:2 2824:2 2834:1 2853:2 2932:1 2940:2 2941:1 2963:1 2996:1 3011:1 3045:1 3066:5 3077:2 3086:1 3097:1 3159:2 3170:9 3171:3 3203:1 3212:8 3218:1 3219:2 3230:2 3251:1 3279:1 3316:1 3323:1 3328:1 3330:1 3404:2 3423:6 3478:4 3489:1 3526:1 3528:1 3532:1 3533:2 3547:1 3549:1 3558:1 3571:1 3576:1 3577:1 3584:1 3614:2 3625:2 3632:1 3653:1 3669:1 3684:1 3698:1 3798:1 3855:1 3888:1 3919:1 3920:1 3932:1 3934:1 3981:1 3995:2 4017:2 4020:2 4043:2 4090:1 4091:1 4099:1 4133:1 4136:1 4145:3 4146:1 4148:1 4170:1 4171:1 4177:2 4181:2 4211:2 4225:1 4226:2 4230:3 4267:1 4274:1 4279:2 4281:1 4283:1 4292:1 4300:1 4359:1 4367:1 4371:1 4394:1 4402:1 4423:2 4428:1 4442:1 4444:1 4466:1 4472:2 4497:1 4507:1 4536:1 4542:1 4549:1 4573:1 4587:2 4614:1 4617:1 4643:1 4651:1 4665:1 4729:2 4774:1 4817:2 4846:2 4851:1 4868:1 4877:4 4895:1 4953:2 5018:1 5021:1 5022:1 5023:2 5035:1 5050:2 5078:1 5079:3 5098:1 5107:1 5120:1 5121:4 5132:1 5151:1 5185:1 5202:2 5210:1 5214:1 5219:2 5221:1 5223:1 5254:1 5302:1 5315:1 5351:1 5368:3 5391:1 5414:13 5417:1 5427:1 5470:1 5477:1 5487:1 5540:1 5560:1 5576:1 5592:1 5602:1 5650:2 5670:1 5690:1 5694:1 5697:1 5701:2 5703:1 5733:1 5765:2 5773:2 5815:1 5852:3 5876:1 5883:2 5912:1 5917:1 5919:1 5924:2 5935:1 5936:1 5949:1 5969:1 5996:5 6025:1 6032:1 6041:1 6054:1 6077:1 6085:4 6099:2 6133:1 6161:1 6162:1 6168:1 6173:2 6208:1 6212:2 6276:2 6299:1 6399:1 6412:1 6465:1 6518:3 6545:2 6557:2 6582:1 6608:2 6611:1 6625:1 6646:1 6727:1 6729:1 6750:1 6768:2 6783:2 6792:1 6794:3 6811:2 6814:2 6826:1 6854:2 6878:2 6902:1 6924:1 6956:4 7007:1 7027:4 7038:2 7039:1 7041:1 7042:1 7044:4 7062:1 7091:1 7113:1 7132:1 7133:1 7138:1 7149:1 7150:2 7156:1 7159:2 7239:1 7304:1 7320:1 7331:3 7349:5 7410:1 7418:1 7436:2 7445:1 7452:1 7468:1 7482:5 7484:1 7511:1 7525:1 7543:7 7561:2 7575:1 7589:1 7624:1 7635:1 7676:1 7678:2 7681:2 7683:1 7686:1 7718:1 7722:1 7745:1 7770:1 7792:2 7794:1 7814:1 7885:1 7926:1 7944:1 7992:5 8034:1 8069:2 8073:1 8134:2 8172:3 8218:4 8237:1 8251:1 8304:1 8306:1 8313:2 8340:8 8349:2 8370:1 8386:1 8407:1 8464:1 8471:1 8477:1 8531:1 8558:2 8597:2 8604:1 8614:3 8635:1 8636:2 8639:1 8642:4 8657:2 8658:2 8663:4 8664:2 8669:1 8677:1 8682:1 8683:1 8690:18 8718:8 8724:1 8728:1 8753:1 8766:1 8776:1 8797:2 8827:2 8835:1 8869:1 8877:1 8894:1 8914:2 8916:3 8953:1 8977:1 9035:1 9042:2 9077:1 9083:1 9094:1 9100:2 9114:1 9147:2 9155:1 9171:1 9178:1 9221:2 9226:1 9249:8 9263:1 9274:2 9303:10 9310:4 9313:2 9316:1 9356:1 9357:1 9436:1 9460:1 9473:1 9475:1 9478:3 9501:1 9528:8 9546:1 9577:5 9593:1 9656:1 9659:1 9662:2 9668:1 9671:1 9672:1 9676:1 9687:1 9693:2 9734:1 9756:2 9757:3 9767:1 9773:1 9792:1 9833:1 9846:1 9860:2 9888:2 9934:1 10017:1 10021:2 10028:2 10044:1 10054:1 10069:1 10080:2 10081:1 10090:2 10098:2 10105:2 10143:1 10151:1 10154:1 10164:2 10196:1 10201:1 10203:1 10248:2 10255:1 10269:1 10274:1 10322:1 10327:1 10405:1 10420:1 10455:1 10473:3 10535:1 10545:1 10568:1 10574:1 10576:1 10608:3 10617:1 10711:1 10729:3 10734:4 10737:1 10739:1 10741:2 10748:1 10763:1 10773:2 10794:1 10809:4 10854:2 10870:1 10876:2 10881:1 10910:1 10915:1 10962:1 10974:1 11015:1 11016:1 11033:3 11051:1 11057:1 11090:1 11099:2 11120:1 11134:2 11141:3 11167:1 11175:3 11178:1 11201:2 11204:16 11290:3 11323:1 11355:1 11359:1 11375:1 11439:1 11441:2 11450:1 11460:1 11518:1 11524:1 11537:1 11546:1 11582:1 11611:1 11617:2 11618:1 11628:2 11634:1 11640:2 11688:2 11712:1 11727:2 11772:1 11783:1 11796:8 11800:1 11811:1 11814:1 11819:1 11841:2 11845:1 11881:1 11884:2 11902:3 11918:2 11937:1 11983:1 11990:2 11992:1 12026:1 12036:1 12044:5 12064:1 12101:1 12110:1 12118:1 12151:1 12174:1 12191:3 12202:3 12205:2 12207:1 12208:1 12222:1 12230:1 12233:3 12234:1 12236:1 12241:1 12246:1 12285:1 12382:1 12385:1 12395:4 12405:1 12426:1 12427:1 12441:1 12451:1 12452:1 12474:1 12495:1 12512:1 12567:2 12573:2 12578:1 12582:1 12608:1 12615:1 12664:1 12721:1 12743:1 12762:1 12773:1 12829:1 12830:1 12849:1 12902:1 12915:1 12933:1 12943:1 12959:2 12984:1 12991:2 12993:1 12997:1 13009:2 13019:5 13021:2 13028:3 13045:1 13046:5 13058:2 13069:1 13081:3 13089:1 13134:1 13137:1 13168:3 13201:1 13242:1 13250:1 13340:1 13371:1 13377:1 13393:1 13397:2 13423:2 13430:1 13436:1 13446:1 13453:2 13489:1 13517:1 13536:1 13540:1 13558:2 13561:2 13578:1 13582:2 13607:1 13617:1 13668:1 13688:1 13698:4 13714:1 13731:2 13738:2 13761:1 13854:1 13893:2 13899:1 13959:1 13986:1 14017:2 14044:1 14085:3 14113:9 14146:1 14168:1 14183:1 14190:1 14200:1 14203:1 14283:1 14287:1 14316:1 14332:1 14335:1 14341:1 14351:7 14396:4 14416:1 14421:1 14551:1 14574:1 14585:2 14590:1 14598:1 14616:1 14641:1 14647:4 14656:1 14657:1 14667:1 14668:2 14671:1 14695:1 14738:1 14739:1 14747:1 14773:2 14791:2 14806:1 14813:1 14821:2 14826:1 14844:1 14863:1 14875:1 14876:1 14878:1 14900:1 14901:1 14906:1 14914:2 14944:1 14987:1 15010:3 15021:4 15061:1 15087:1 15091:3 15099:1 15103:2 15111:1 15151:3 15182:1 15197:2 15210:1 15240:1 15247:1 15266:1 15273:4 15284:2 15325:2 15336:1 15339:1 15376:1 15385:1 15411:1 15431:1 15476:3 15506:2 15543:1 15556:1 15562:2 15566:1 15599:1 15637:2 15684:1 15691:1 15722:1 15746:4 15785:5 15801:1 15851:1 15858:1 15878:1 15882:3 15888:1 15894:1 15906:2 15907:1 15911:1 15943:1 15961:16 15966:2 16017:1 16019:1 16022:1 16077:4 16081:1 16115:1 16123:1 16142:1 16143:1 16215:1 16268:1 16322:1 16402:1 16419:3 16428:2 16515:1 16517:1 16538:1 16542:2 16549:1 16554:1 16570:1 16571:2 16573:2 16597:1 16607:1 16610:1 16625:1 16626:5 16632:2 16657:1 16674:1 16679:1 16693:1 16706:1 16722:9 16809:1 16818:1 16843:1 16854:1 16861:1 16873:1 16891:4 16944:2 16949:1 16962:1 16993:1 17062:2 17067:3 17077:2 17086:1 17123:1 17143:1 17162:9 17164:1 17180:1 17192:1 17211:1 17226:1 17269:2 17276:1 17307:1 17311:1 17315:2 17324:1 17340:1 17348:1 17388:1 17392:1 17412:2 17446:1 17467:1 17492:1 17514:2 17515:3 17550:1 17554:2 17558:2 17579:1 17604:1 17617:2 17634:1 17639:1 17646:2 17697:2 17710:2 17722:1 17762:1 17799:4 17818:1 17820:1 17826:1 17846:2 17854:3 17855:1 17892:1 17894:1 17897:1 17908:1 17925:1 17928:1 17929:1 17937:1 17943:2 17950:1 17954:1 17969:1 17994:1 18008:1 18019:1 18035:1 18051:1 18052:1 18096:1 18114:1 18124:1 18152:1 18162:1 18163:2 18164:1 18181:2 18192:1 18210:1 18315:1 18354:1 18359:1 18368:1 18405:1 18431:1 18433:1 18439:1 18445:4 18499:3 18545:1 18572:1 18617:1 18627:1 18665:1 18700:1 18703:1 18758:1 18762:1 18764:1 18772:9 18774:2 18786:2 18792:2 18807:2 18812:3 18820:1 18845:1 18948:1 18968:1 18972:1 18976:2 18978:1 18984:2 18990:1 19053:1 19063:2 19076:1 19079:1 19086:2 19093:1 19118:2 19123:1 19128:1 19133:1 19173:1 19233:1 19234:1 19250:1 19259:2 19278:2 19294:2 19305:1 19313:2 19319:2 19335:1 19339:1 19341:1 19347:1 19349:3 19362:1 19364:1 19381:3 19384:3 19391:1 19392:1 19396:2 19404:2 19438:2 19445:4 19450:1 19459:1 19464:1 19481:1 19504:1 19511:1 19558:1 19567:1 19570:2 19605:2 19621:2 19624:1 19626:1 19637:2 19707:1 19725:1 19730:1 19736:1 19740:2 19750:1 19761:1 19779:1 19782:3 19785:1 19797:1 19807:2 19836:4 19842:4 19848:4 19852:1 19853:1 19855:2 19891:1 19892:3 19906:3 19928:1 19979:1 20004:1 20010:1 20015:1 20079:1 20103:1 20121:6 20130:1 20163:1 20172:1 20177:1 20186:1 20211:1 20214:4 20254:1 20271:16 20329:1 20334:2 20373:2 20386:2 20390:1 20407:1 20430:3 20432:1 20474:2 20480:1 20572:16 20590:2 20599:1 20622:2149 20670:1 20681:1 20704:1 20755:1 20759:1 20794:3 20815:1 20822:1 20825:1 20849:1 20859:5 20869:1 20873:5 20877:1 20880:1 20890:1 20899:2 20956:1 21018:1 21071:1 21086:1 21089:1 21095:1 21119:1 21176:1 21190:1 21259:4 21290:1 21303:3 21306:1 21311:1 21324:1 21329:1 21350:1 21362:1 21364:1 21392:1 21400:1 21405:2 21406:1 21415:1 21419:5 21448:2 21472:1 21479:4 21501:6 21511:1 21523:1 21530:9 21531:2 21538:1 21539:1 21553:2 21572:1 21582:1 21595:15 21617:1 21634:1 21638:3 21644:2 21652:1 21658:1 21686:1 21698:1 21739:1 21750:2 21772:2 21802:1 21812:1 21819:1 21829:1 21831:1 21877:1 21890:1 21897:1 21965:1 21969:1 21970:3 21974:1 21990:1 22008:2 22038:1 22076:1 22077:1 22083:1 22090:3 22093:1 22102:1 22109:1 22117:1 22145:1 22170:1 22191:2 22192:1 22197:1 22228:1 22256:1 22266:3 22282:1 22294:2 22295:1 22316:5 22350:1 22379:1 22394:1 22461:2 22467:1 22494:2 22509:1 22510:2 22526:1 22533:1 22545:4 22555:1 22557:2 22564:3 22585:1 22593:2 22602:1 22627:1 22660:1 22664:4 22673:2 22679:1 22704:1 22714:3 22748:1 22749:1 22763:1 22769:1 22773:2 22806:1 22814:1 22817:1 22835:1 22849:1 22853:1 22863:1 22869:2 22879:1 22890:6 22893:1 22917:4 22950:1 22951:1 22961:1 22972:1 22976:1 23002:1 23004:1 23031:1 23032:1 23033:1 23037:4 23042:1 23048:1 23064:1 23067:1 23081:1 23086:2 23104:1 23105:2 23145:1 23187:1 23188:2 23191:1 23215:1 23218:1 23223:1 23232:1 23243:1 23289:1 23295:4 23323:1 23338:1 23353:1 23382:1 23394:1 23441:1 23450:1 23455:1 23471:1 23474:2 23487:2 23494:1 23517:1 23531:1 23539:1 23555:2 23556:1 23563:1 23595:1 23600:1 23617:1 23655:1 23658:3 23671:2 23692:1 23702:2 23708:2 23714:1 23723:2 23763:1 23764:2 23772:1 23780:4 23810:1 23812:1 23858:1 23860:1 23908:2 23928:1 23935:1 23954:1 23997:1 24020:2 24032:1 24058:3 24067:1 24068:1 24073:1 24091:1 24115:5 24149:1 24154:1 24161:1 24204:1 24205:1 24222:1 24225:2 24256:1 24262:1 24281:1 24333:1 24378:1 24382:1 24385:1 24386:1 24400:1 24410:1 24414:1 24418:1 24457:1 24462:2 24486:1 24496:2 24506:1 24507:2 24509:1 24510:3 24519:1 24535:1 24549:1 24562:1 24591:1 24594:1 24612:1 24613:2 24614:3 24624:1 24629:2 24655:1 24666:2 24692:1 24704:1 24706:1 24714:1 24715:3 24735:1 24753:1 24779:1 24795:1 24807:1 24808:1 24810:4 24814:2 24847:2 24851:1 24855:2 24860:1 24866:1 24868:1 24882:1 24893:1 24916:1 24926:4 24949:1 24956:1 24993:1 24997:1 25001:1 25006:1 25011:1 25013:3 25014:1 25021:2 25081:2 25084:1 25158:1 25169:1 25186:1 25190:1 25228:2 25239:1 25240:1 25253:1 25263:7 25294:5 25299:1 25308:1 25310:1 25320:4 25347:3 25384:1 25399:1 25403:1 25416:1 25432:1 25483:1 25499:1 25507:1 25508:1 25514:2 25536:1 25557:2 25562:1 25567:4 25585:1 25593:1 25610:1 25625:1 25627:1 25634:2 25646:1 25655:3 25687:1 25707:2 25712:1 25759:2 25787:1 25807:1 25811:1 25831:1 25883:2 25924:1 25934:1 25941:1 25972:1 25987:1 26001:2 26008:1 26021:1 26030:1 26041:4 26083:1 26092:2 26103:1 26149:1 26160:2 26168:1 26169:1 26201:1 26234:1 26244:1 26267:1 26269:1 26288:1 26309:1 26328:1 26332:1 26337:1 26343:1 26359:1 26376:1 26378:3 26381:1 26386:1 26389:1 26393:1 26399:1 26402:2 26408:1 26411:1 26418:1 26422:1 26464:1 26477:1 26488:2 26496:3 26510:1 26531:1 26544:1 26549:1 26556:5 26595:2 26645:3 26699:1 26704:1 26708:1 26729:1 26815:1 26822:1 26832:1 26852:1 26857:1 26859:1 26860:1 26869:1 26873:1 26878:2 26880:1 26892:1 26893:1 26902:1 26912:3 26947:1 26949:1 27000:1 27002:1 27016:1 27028:5 27047:3 27060:2 27097:1 27124:1 27132:2 27143:1 27161:1 27164:1 27260:1 27262:1 27263:2 27266:1 27301:1 27312:3 27316:1 27318:1 27327:2 27337:1 27357:1 27366:1 27387:1 27428:4 27498:1 27521:3 27526:2 27539:1 27561:1 27577:2 27602:1 27616:1 27646:1 27650:9 27652:1 27692:1 27700:2 27732:2 27778:1 27790:1 27794:2 27795:1 27802:2 27814:3 27819:1 27820:2 27831:2 27884:2 27887:2 27905:2 27915:2 27973:2 28009:1 28027:1 28029:1 28055:3 28059:1 28072:1 28085:7 28128:1 28174:3 28178:1 28221:1 28226:1 28230:1 28276:1 28296:1 28312:1 28325:2 28365:2 28372:1 28387:1 28399:1 28409:1 28411:1 28425:1 28449:1 28477:1 28490:2 28534:2 28545:1 28569:1 28660:1 28684:1 28696:3 28721:1 28733:1 28745:1 28802:5 28823:1 28838:1 28851:1 28858:1 28901:1 28925:2 28976:1 28986:1 29002:1 29011:2 29012:6 29021:1 29022:1 29036:5 29043:2 29055:1 29068:1 29083:1 29116:5 29159:1 29163:1 29175:1 29183:16 29196:1 29210:1 29211:1 29236:1 29244:2 29280:1 29282:1 29294:2 29305:1 29312:1 29339:1 29352:1 29392:1 29409:1 29421:1 29478:1 29486:1 29496:3 29497:1 29506:3 29526:1 29530:1 29557:1 29573:1 29594:2 29606:2 29615:1 29644:2 29655:2 29662:1 29669:1 29683:1 29685:3 29695:1 29710:4 29724:1 29752:2 29776:1 29817:1 29833:3 29838:1 29887:1 29938:1 29941:2 29952:1 29969:1 30014:1 30021:1 30036:1 30039:1 30040:1 30050:1 30078:1 30096:5 30131:1 30143:1 30171:1 30187:1 30188:1 30224:1 30230:1 30296:1 30299:1 30304:1 30308:1 30343:1 30366:2 30394:2 30430:3 30443:1 30458:10 30466:1 30486:3 30495:2 30501:2 30504:1 30506:2 30519:1 30523:1 30538:1 30550:1 30554:1 30565:1 30567:7 30577:1 30582:1 30592:1 30594:1 30605:2 30607:1 30609:1 30630:1 30653:3 30657:1 30658:2 30661:1 30711:1 30713:4 30758:3 30763:1 30766:2 30777:3 30848:1 30851:1 30873:2 30878:1 30900:1 30908:1 30972:1 31004:1 31005:1 31007:2 31009:2 31034:1 31041:2 31069:2 31097:1 31125:2 31132:1 31161:3 31176:1 31178:1 31179:1 31200:2 31201:1 31202:1 31203:1 31204:1 31225:1 31247:1 31257:1 31290:1 31297:1 31317:1 31361:3 31374:3 31393:1 31481:1 31484:1 31502:3 31525:1 31591:1 31599:1 31611:1 31612:3 31617:1 31633:1 31636:1 31639:1 31659:2 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31752:4 31760:1 31770:3 31774:1 31778:1 31826:1 31830:1 31842:1 31902:2
18 8:1 19:1 23:1 40:1 62:1 79:1 136:1 208:4 231:2 237:2 238:1 241:1 253:2 275:1 283:2 288:2 299:2 317:1 334:1 339:2 352:4 365:1 372:1 390:6 398:1 461:1 462:3 470:1 484:1 555:1 573:1 582:1 591:1 593:1 617:1 618:3 620:1 635:1 642:2 647:1 664:1 677:2 697:1 707:2 716:5 730:1 731:1 756:1 774:3 784:1 799:2 801:1 816:1 829:1 836:1 842:1 843:1 915:1 922:1 926:4 929:1 936:1 940:1 949:1 963:1 964:3 967:1 979:1 1000:1 1001:2 1014:1 1018:1 1030:1 1032:1 1064:2 1165:1 1167:3 1184:1 1205:1 1237:1 1296:4 1326:2 1327:2 1328:1 1331:2 1348:1 1365:2 1391:1 1392:1 1400:2 1492:1 1495:1 1504:1 1511:1 1512:2 1519:1 1525:1 1548:1 1564:3 1566:1 1572:1 1584:1 1588:1 1621:1 1623:2 1624:1 1628:1 1635:1 1665:1 1674:1 1685:2 1692:1 1703:4 1709:1 1710:1 1712:1 1719:2 1739:1 1742:1 1763:1 1781:1 1783:1 1793:1 1796:1 1825:1 1868:1 1871:3 1908:1 1932:4 1977:1 2055:1 2064:1 2078:2 2081:1 2084:1 2090:1 2093:3 2118:1 2148:2 2152:1 2174:1 2181:1 2196:1 2199:1 2221:1 2241:1 2244:3 2249:1 2254:12 2255:1 2259:1 2282:1 2296:1 2307:1 2331:1 2358:2 2366:1 2374:1 2383:1 2406:3 2409:1 2418:1 2420:3 2422:1 2424:1 2428:4 2432:1 2436:1 2437:1 2438:4 2447:1 2449:1 2466:2 2467:1 2471:1 2476:1 2478:1 2480:1 2481:3 2482:2 2487:1 2488:1 2493:1 2497:2 2501:2 2503:4 2509:2 2516:1 2517:2 2518:1 2524:1 2531:16 2540:1 2543:1 2551:3 2602:4 2613:1 2641:1 2644:1 2646:1 2648:1 2659:4 2682:1 2706:1 2717:1 2740:1 2743:1 2751:1 2763:1 2783:2 2796:2 2797:1 2799:1 2815:1 2817:2 2824:2 2834:1 2853:2 2904:1 2932:1 2940:2 2941:1 2963:1 2996:1 3004:1 3011:1 3045:1 3066:6 3077:2 3086:1 3097:1 3159:2 3170:9 3171:3 3203:1 3209:1 3212:10 3218:1 3219:2 3230:2 3251:1 3279:1 3281:1 3316:1 3323:1 3328:1 3330:1 3404:2 3423:6 3478:4 3489:1 3492:1 3526:1 3528:1 3532:1 3533:3 3547:1 3549:1 3558:1 3571:1 3576:1 3577:1 3584:1 3614:2 3625:2 3632:1 3653:1 3669:1 3684:1 3698:1 3798:1 3855:1 3865:1 3888:1 3919:1 3920:1 3932:1 3934:1 3981:1 3995:2 4017:2 4020:2 4043:2 4090:1 4091:1 4099:1 4133:1 4136:1 4145:3 4146:1 4148:1 4170:1 4171:1 4177:2 4181:2 4211:2 4225:1 4226:2 4230:3 4267:1 4274:1 4279:2 4281:1 4283:1 4292:1 4300:1 4332:1 4339:1 4359:1 4367:1 4371:1 4394:1 4402:1 4423:2 4428:1 4442:1 4444:1 4466:1 4472:2 4497:1 4507:1 4529:1 4536:2 4542:1 4549:1 4573:1 4587:2 4614:1 4617:1 4625:1 4643:1 4651:1 4665:1 4729:2 4774:1 4817:2 4846:2 4851:1 4868:1 4877:4 4895:1 4953:2 5018:1 5021:1 5022:1 5023:2 5035:1 5050:2 5078:1 5079:3 5098:1 5107:1 5120:1 5121:4 5132:1 5151:1 5185:1 5202:2 5210:1 5214:1 5219:2 5221:1 5223:1 5254:1 5302:1 5315:1 5351:1 5368:3 5391:1 5414:13 5417:1 5418:1 5427:1 5470:1 5477:1 5487:1 5540:1 5560:1 5576:1 5592:1 5602:1 5650:2 5670:1 5690:1 5694:1 5697:1 5701:2 5703:1 5733:1 5765:2 5773:2 5815:1 5852:3 5876:1 5883:2 5912:1 5917:1 5919:1 5924:2 5935:1 5936:1 5949:1 5969:1 5996:5 6025:1 6032:1 6041:1 6054:1 6077:1 6085:4 6099:2 6133:1 6146:1 6161:1 6162:1 6168:1 6173:2 6208:1 6212:2 6219:1 6276:2 6299:1 6399:1 6412:1 6465:1 6518:4 6545:2 6557:2 6582:1 6608:2 6611:1 6625:1 6646:1 6664:1 6727:1 6729:1 6746:1 6750:1 6768:2 6783:2 6792:1 6794:4 6811:2 6814:2 6826:1 6854:2 6878:2 6902:1 6924:1 6956:4 7007:1 7027:4 7038:2 7039:1 7041:1 7042:1 7044:4 7062:1 7091:1 7113:2 7132:3 7133:1 7138:1 7149:1 7150:2 7152:1 7156:1 7159:2 7239:1 7304:1 7320:1 7331:3 7349:5 7410:1 7418:1 7436:2 7445:1 7452:1 7468:1 7473:1 7482:5 7484:1 7511:1 7525:1 7543:7 7561:2 7575:1 7589:1 7624:1 7635:1 7676:1 7678:2 7681:2 7683:1 7686:1 7718:1 7722:1 7745:1 7770:1 7783:1 7792:2 7794:1 7814:1 7885:1 7926:1 7944:1 7992:5 8007:1 8034:1 8069:2 8073:1 8080:1 8134:2 8164:1 8172:3 8215:1 8218:4 8237:1 8250:1 8251:1 8304:1 8306:2 8313:2 8340:12 8349:2 8370:1 8386:1 8387:1 8407:1 8464:1 8471:1 8477:1 8531:1 8558:2 8597:2 8604:1 8614:3 8631:1 8635:1 8636:2 8639:1 8642:4 8648:1 8657:2 8658:2 8663:4 8664:2 8669:1 8677:1 8682:1 8683:1 8690:18 8718:10 8724:1 8728:1 8753:1 8766:1 8776:1 8797:2 8827:2 8835:1 8869:1 8877:1 8894:1 8914:2 8916:3 8953:1 8977:1 9013:1 9035:1 9042:3 9077:1 9083:1 9094:1 9100:2 9114:1 9147:2 9155:1 9171:1 9178:1 9221:2 9226:1 9249:8 9263:1 9274:2 9303:12 9310:5 9313:2 9315:1 9316:1 9356:1 9357:1 9436:1 9460:1 9473:1 9475:1 9478:4 9501:1 9528:12 9546:1 9577:5 9593:1 9656:1 9659:1 9662:2 9668:1 9671:1 9672:1 9673:1 9676:1 9687:1 9693:2 9734:1 9756:2 9757:3 9767:1 9773:1 9792:1 9833:1 9846:1 9860:2 9888:2 9891:1 9934:1 9961:1 10017:1 10021:2 10028:2 10044:1 10054:1 10069:1 10080:2 10081:1 10090:2 10098:2 10105:2 10143:1 10151:1 10154:1 10164:2 10196:1 10201:1 10203:1 10248:2 10255:1 10269:1 10274:1 10299:1 10322:1 10327:1 10405:1 10420:1 10455:1 10473:3 10495:1 10535:1 10545:1 10568:1 10574:1 10576:1 10608:3 10617:1 10637:1 10711:1 10729:3 10731:1 10734:6 10737:17 10739:1 10741:2 10748:1 10756:1 10763:1 10773:2 10794:1 10809:4 10854:2 10870:1 10876:2 10881:1 10910:1 10915:1 10962:1 10974:1 11015:1 11016:1 11033:3 11051:1 11057:1 11090:1 11099:2 11120:1 11134:2 11141:3 11167:1 11175:3 11178:1 11201:2 11204:16 11290:4 11323:1 11355:1 11359:1 11375:1 11439:1 11441:2 11450:1 11460:1 11518:1 11524:1 11537:1 11546:1 11582:1 11611:1 11617:2 11618:1 11628:2 11634:1 11640:2 11688:2 11712:1 11727:3 11772:1 11783:1 11796:12 11800:1 11811:1 11814:1 11819:1 11840:1 11841:2 11845:1 11881:1 11884:2 11902:3 11918:2 11937:1 11983:1 11990:2 11992:1 12026:1 12036:1 12044:5 12064:1 12101:1 12110:1 12118:1 12151:1 12174:1 12191:3 12202:3 12205:2 12207:1 12208:1 12222:1 12230:1 12233:3 12234:1 12236:1 12241:1 12246:1 12285:1 12358:1 12382:1 12385:1 12395:4 12405:1 12426:1 12427:1 12441:1 12451:1 12452:1 12474:1 12495:1 12512:1 12565:1 12567:2 12573:2 12578:1 12582:1 12608:1 12615:1 12664:1 12721:1 12743:1 12762:1 12773:1 12813:1 12829:1 12830:1 12849:1 12890:1 12902:1 12915:1 12933:1 12943:1 12959:2 12984:1 12991:2 12993:1 12997:1 13009:2 13019:5 13021:2 13028:3 13045:1 13046:6 13058:2 13069:1 13081:3 13089:1 13134:1 13137:1 13168:3 13201:1 13242:1 13250:1 13340:1 13371:1 13377:1 13393:1 13397:2 13401:1 13423:2 13430:1 13436:1 13446:1 13453:2 13489:1 13517:1 13536:1 13540:1 13558:2 13561:2 13578:1 13582:2 13607:1 13617:1 13668:1 13688:1 13698:5 13714:1 13731:2 13738:2 13761:1 13854:1 13893:2 13899:1 13959:1 13986:1 14017:2 14044:1 14085:4 14107:1 14113:9 14146:1 14168:1 14183:1 14190:1 14200:1 14203:1 14283:1 14287:1 14316:1 14332:1 14335:1 14341:1 14351:7 14396:5 14416:1 14421:1 14551:1 14574:1 14585:2 14590:1 14598:1 14616:1 14641:1 14647:4 14656:1 14657:1 14667:1 14668:2 14671:1 14695:1 14738:1 14739:1 14747:1 14773:2 14791:2 14806:1 14813:1 14821:2 14826:1 14844:1 14863:1 14875:1 14876:1 14878:1 14900:1 14901:1 14906:1 14914:2 14924:1 14944:1 14987:1 15008:1 15010:3 15021:4 15061:1 15087:1 15091:4 15099:1 15103:2 15111:1 15151:3 15182:1 15197:2 15210:1 15240:1 15247:1 15266:1 15273:4 15284:2 15325:2 15336:1 15339:1 15376:1 15385:1 15411:1 15431:1 15476:3 15506:2 15543:1 15556:1 15562:2 15566:1 15599:1 15637:2 15684:1 15691:1 15722:1 15746:4 15747:1 15785:5 15801:1 15851:1 15858:1 15878:1 15882:3 15888:1 15894:1 15906:2 15907:1 15911:1 15943:1 15961:16 15966:2 16017:1 16019:1 16022:1 16077:5 16081:1 16115:1 16123:1 16142:1 16143:1 16215:1 16222:1 16268:1 16322:1 16341:1 16402:1 16405:1 16408:1 16417:1 16419:3 16428:2 16515:1 16517:1 16538:1 16542:2 16549:1 16554:1 16570:1 16571:2 16573:2 16597:1 16607:1 16610:1 16625:1 16626:5 16632:2 16657:1 16674:1 16679:1 16693:1 16706:1 16722:9 16808:1 16809:1 16818:1 16828:1 16843:1 16854:1 16861:1 16873:1 16891:4 16944:2 16949:1 16962:1 16987:1 16990:1 16993:1 17062:2 17067:5 17069:1 17077:2 17086:1 17123:1 17143:1 17162:10 17164:1 17180:1 17192:1 17211:1 17226:1 17269:2 17276:1 17302:1 17307:1 17311:1 17315:2 17324:1 17340:1 17348:1 17388:1 17392:1 17412:2 17446:1 17467:1 17492:1 17514:2 17515:4 17550:1 17554:2 17556:1 17558:2 17579:1 17604:1 17617:2 17633:1 17634:1 17639:1 17646:2 17697:2 17710:2 17722:1 17762:1 17799:4 17818:1 17820:1 17826:1 17841:1 17846:2 17854:3 17855:1 17892:1 17894:1 17897:1 17908:1 17925:1 17928:1 17929:1 17937:1 17943:2 17950:1 17954:1 17969:1 17994:1 18008:1 18019:1 18035:1 18051:1 18052:1 18096:1 18114:1 18124:1 18152:1 18162:1 18163:2 18164:1 18181:2 18192:1 18210:1 18272:1 18285:1 18315:1 18354:1 18359:1 18368:1 18398:1 18405:1 18431:1 18433:1 18439:1 18445:4 18489:1 18499:4 18545:1 18572:1 18617:1 18627:1 18665:1 18697:1 18700:1 18703:1 18758:1 18762:1 18764:2 18772:10 18774:2 18786:2 18792:2 18807:2 18812:4 18820:1 18845:1 18948:1 18949:1 18968:1 18972:1 18976:2 18978:1 18984:2 18990:1 19053:1 19063:2 19076:1 19079:1 19086:2 19093:1 19118:2 19123:1 19128:1 19133:1 19173:1 19233:1 19234:1 19250:1 19259:2 19278:2 19294:2 19305:1 19313:2 19319:3 19335:1 19339:1 19341:1 19347:1 19349:3 19362:1 19364:1 19381:3 19384:3 19391:1 19392:1 19396:2 19404:2 19438:2 19445:4 19450:1 19459:1 19464:1 19481:1 19504:1 19511:1 19546:1 19558:1 19567:1 19570:2 19605:2 19621:2 19624:1 19626:1 19637:2 19707:1 19725:1 19730:1 19736:1 19740:2 19750:1 19761:1 19779:1 19782:3 19785:1 19797:1 19807:2 19836:4 19842:4 19848:4 19852:1 19853:1 19855:2 19891:1 19892:3 19906:3 19928:1 19979:1 19991:1 20004:1 20010:1 20015:1 20079:1 20103:1 20121:6 20130:1 20163:1 20172:1 20177:1 20180:1 20186:1 20211:1 20214:4 20234:1 20254:1 20271:16 20329:1 20334:2 20373:2 20386:2 20390:1 20407:1 20430:3 20432:1 20474:2 20480:1 20572:16 20590:2 20599:1 20620:1 20622:2211 20670:1 20676:1 20681:1 20704:1 20723:1 20755:1 20759:1 20794:3 20815:1 20822:1 20825:1 20849:1 20859:5 20869:1 20873:5 20877:1 20880:1 20890:1 20899:2 20956:1 20959:1 20962:1 21018:1 21071:1 21086:1 21089:1 21095:1 21119:1 21176:3 21190:1 21259:4 21290:1 21303:6 21306:2 21311:1 21324:1 21329:1 21350:2 21362:1 21364:1 21366:1 21392:1 21400:1 21405:2 21406:1 21415:1 21419:5 21448:2 21472:1 21479:4 21501:6 21511:1 21523:1 21530:9 21531:2 21538:1 21539:1 21553:2 21572:1 21582:1 21595:15 21617:1 21618:1 21634:1 21638:3 21644:2 21652:1 21658:1 21686:1 21698:1 21739:1 21750:2 21772:2 21802:1 21812:1 21819:2 21829:1 21831:1 21877:1 21890:1 21892:1 21897:1 21965:1 21969:1 21970:4 21974:1 21990:1 22008:2 22038:1 22076:1 22077:1 22083:1 22090:3 22093:1 22102:1 22109:1 22117:1 22145:1 22170:1 22191:2 22192:1 22197:1 22228:1 22256:1 22266:4 22282:1 22294:2 22295:1 22316:6 22350:1 22379:1 22394:1 22461:2 22467:1 22494:2 22509:1 22510:2 22526:1 22533:1 22545:4 22555:1 22557:2 22564:3 22585:1 22593:2 22602:1 22627:1 22660:1 22664:4 22673:2 22679:1 22704:1 22714:4 22742:1 22748:1 22749:1 22763:1 22769:1 22773:2 22806:1 22814:1 22817:1 22835:1 22849:1 22853:1 22863:1 22869:2 22879:1 22890:6 22893:1 22917:6 22950:1 22951:1 22961:1 22972:1 22976:1 23002:1 23004:1 23031:1 23032:1 23033:1 23037:4 23042:1 23048:1 23064:1 23067:1 23081:1 23086:2 23104:1 23105:2 23145:1 23187:1 23188:2 23191:1 23215:1 23218:1 23223:1 23232:1 23243:1 23289:1 23295:4 23323:1 23338:1 23353:1 23382:1 23394:1 23441:1 23450:1 23455:1 23471:1 23474:2 23487:2 23494:1 23517:1 23522:1 23531:1 23539:1 23555:2 23556:1 23563:1 23595:1 23600:1 23617:1 23655:1 23658:3 23671:2 23692:1 23702:2 23708:3 23714:1 23723:2 23763:1 23764:2 23772:1 23780:4 23810:1 23812:1 23858:1 23860:1 23908:2 23928:1 23935:1 23954:1 23997:1 24020:2 24032:1 24058:4 24067:1 24068:1 24073:1 24091:1 24115:5 24149:1 24154:1 24161:1 24204:1 24205:1 24222:1 24225:2 24256:1 24262:1 24281:1 24313:1 24333:1 24372:1 24378:1 24382:1 24385:1 24386:1 24400:1 24410:1 24414:1 24418:2 24457:1 24462:2 24486:1 24496:2 24506:1 24507:2 24509:1 24510:3 24519:1 24535:1 24549:1 24562:1 24591:1 24594:1 24612:1 24613:2 24614:3 24624:1 24629:2 24655:1 24666:2 24692:1 24704:1 24706:1 24714:1 24715:3 24735:1 24753:1 24779:1 24795:1 24807:1 24808:1 24810:4 24814:2 24847:2 24851:1 24855:2 24860:1 24866:1 24868:1 24882:1 24893:1 24898:1 24916:1 24926:4 24949:1 24956:1 24960:1 24993:1 24997:1 25001:1 25006:1 25011:1 25013:3 25014:1 25021:2 25081:2 25084:1 25158:1 25169:1 25186:1 25190:1 25228:2 25239:1 25240:1 25253:1 25263:7 25294:5 25299:1 25308:1 25310:1 25320:4 25347:3 25384:1 25399:1 25403:1 25416:1 25432:1 25483:1 25499:1 25507:1 25508:1 25514:2 25536:1 25537:1 25557:2 25562:1 25567:5 25585:1 25593:1 25610:1 25625:1 25627:1 25634:2 25646:1 25647:1 25655:3 25687:1 25707:2 25712:1 25727:1 25759:2 25776:1 25787:1 25807:1 25811:1 25831:1 25869:1 25883:2 25924:1 25934:1 25941:1 25972:1 25987:1 26001:2 26008:1 26021:1 26030:1 26041:4 26083:1 26092:2 26103:1 26149:1 26160:2 26168:1 26169:1 26201:1 26234:1 26244:1 26247:1 26262:1 26267:1 26269:1 26288:1 26309:1 26328:1 26332:1 26337:1 26343:1 26359:1 26376:1 26378:3 26381:1 26386:1 26389:1 26393:1 26399:1 26402:2 26408:1 26411:1 26418:1 26422:1 26464:1 26477:1 26488:2 26496:3 26510:1 26531:1 26544:1 26549:1 26556:5 26595:3 26645:3 26699:1 26704:1 26708:1 26729:1 26815:1 26822:1 26832:1 26852:1 26857:1 26859:1 26860:1 26869:1 26873:1 26878:2 26880:1 26892:1 26893:1 26902:1 26912:4 26918:1 26947:1 26949:1 26976:1 27000:1 27002:1 27016:1 27028:5 27047:3 27060:2 27097:1 27124:1 27132:2 27143:1 27161:1 27164:1 27260:1 27262:1 27263:2 27266:1 27301:1 27312:3 27316:1 27318:1 27327:2 27337:1 27351:1 27357:1 27366:1 27387:1 27428:4 27451:1 27498:1 27521:3 27526:2 27539:1 27561:1 27577:2 27602:1 27616:1 27640:1 27646:1 27650:9 27652:1 27692:1 27700:2 27732:2 27778:1 27790:1 27794:2 27795:1 27802:2 27814:3 27819:1 27820:2 27831:2 27884:4 27887:2 27905:2 27915:2 27973:2 28009:1 28027:1 28029:1 28055:3 28059:1 28072:1 28085:7 28128:1 28174:3 28178:1 28221:1 28226:1 28230:1 28276:1 28296:1 28312:1 28325:2 28365:2 28372:1 28387:1 28399:1 28409:1 28411:1 28425:1 28449:1 28454:1 28458:1 28477:1 28490:2 28534:2 28545:1 28569:1 28660:1 28684:1 28696:3 28721:1 28733:1 28745:1 28786:1 28802:5 28823:1 28838:1 28851:1 28858:1 28901:1 28925:2 28976:1 28986:1 29002:1 29011:2 29012:6 29021:1 29022:1 29036:5 29043:2 29055:1 29068:1 29083:1 29116:5 29159:1 29163:1 29175:1 29183:16 29196:1 29210:1 29211:1 29236:1 29244:2 29280:1 29282:1 29294:2 29305:1 29312:1 29324:1 29339:1 29352:1 29392:1 29409:1 29421:1 29445:1 29478:1 29486:1 29496:3 29497:1 29506:3 29526:1 29530:1 29557:1 29573:1 29594:2 29606:2 29615:1 29644:2 29655:2 29662:1 29669:1 29683:1 29685:3 29695:1 29710:4 29715:1 29724:1 29746:1 29752:2 29776:1 29812:1 29817:1 29833:3 29838:1 29887:1 29938:1 29941:2 29952:1 29969:1 29998:1 30014:1 30021:1 30036:1 30039:1 30040:1 30050:1 30078:2 30096:5 30131:1 30143:1 30171:1 30187:1 30188:1 30224:1 30230:1 30296:1 30299:1 30304:1 30308:1 30343:1 30366:2 30394:2 30430:3 30443:1 30458:11 30466:1 30480:1 30486:3 30495:2 30501:2 30504:1 30506:2 30519:1 30523:1 30538:1 30550:2 30554:1 30565:1 30567:8 30577:1 30582:1 30592:1 30594:1 30605:2 30607:1 30609:1 30630:1 30653:3 30657:1 30658:2 30661:1 30711:1 30713:4 30758:3 30763:1 30766:2 30777:4 30848:1 30851:1 30873:2 30878:1 30885:1 30900:1 30908:1 30972:1 31004:1 31005:1 31007:2 31009:2 31034:1 31041:2 31069:2 31097:1 31125:2 31132:1 31161:3 31176:1 31178:1 31179:1 31200:2 31201:1 31202:1 31203:1 31204:1 31225:1 31247:1 31257:1 31290:1 31297:1 31315:1 31317:1 31318:1 31361:4 31374:3 31393:1 31481:1 31484:1 31502:4 31525:1 31591:1 31599:1 31611:1 31612:3 31617:1 31633:1 31636:1 31639:1 31659:2 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31752:4 31760:1 31770:3 31774:1 31778:1 31826:1 31830:1 31842:1 31851:1 31902:2
18 8:1 19:1 23:1 40:1 62:1 79:1 88:1 136:1 208:4 231:2 237:2 238:1 241:1 253:2 275:1 283:2 288:2 299:2 317:1 334:1 339:2 352:4 365:1 372:1 373:1 390:6 398:1 461:1 462:3 470:1 484:1 555:1 573:1 582:1 591:1 593:1 617:1 618:3 620:1 635:1 642:2 647:1 664:1 677:2 697:1 707:2 716:5 730:1 731:1 756:1 774:3 784:1 799:2 801:1 814:1 816:1 829:1 836:1 842:1 843:1 904:1 915:1 922:1 926:4 929:1 936:1 940:1 949:1 963:1 964:3 967:1 979:2 1000:1 1001:2 1014:2 1018:1 1030:1 1032:1 1064:2 1165:1 1167:3 1184:1 1205:1 1237:1 1296:4 1317:1 1326:2 1327:2 1328:1 1331:2 1348:1 1365:2 1391:1 1392:1 1400:2 1492:1 1495:1 1504:1 1511:1 1512:2 1519:1 1525:1 1548:1 1564:3 1565:1 1566:1 1572:1 1584:1 1588:1 1621:1 1623:2 1624:1 1628:1 1635:1 1665:1 1674:1 1685:2 1692:1 1703:4 1709:1 1710:1 1712:1 1719:2 1739:1 1742:1 1763:1 1781:1 1783:1 1793:2 1796:1 1825:1 1868:1 1871:3 1908:1 1932:4 1977:1 2055:1 2064:1 2078:2 2081:1 2084:1 2090:1 2093:3 2118:1 2148:2 2152:1 2174:1 2181:1 2196:1 2199:1 2221:1 2241:1 2244:3 2249:1 2254:13 2255:1 2259:1 2282:1 2296:1 2307:1 2331:1 2358:2 2366:1 2374:1 2383:1 2406:3 2409:1 2418:1 2420:4 2422:1 2424:1 2428:4 2432:1 2436:1 2437:1 2438:4 2447:1 2449:1 2466:2 2467:1 2471:1 2476:1 2478:1 2480:1 2481:3 2482:2 2487:1 2488:1 2493:1 2497:2 2501:2 2503:4 2509:2 2516:1 2517:3 2518:1 2524:1 2531:17 2540:1 2543:1 2551:3 2602:4 2613:1 2641:1 2644:1 2646:1 2648:1 2659:4 2682:1 2706:1 2717:2 2740:1 2743:1 2751:1 2763:1 2783:2 2796:2 2797:1 2799:1 2815:1 2817:2 2824:2 2834:1 2853:2 2904:1 2932:2 2940:2 2941:1 2963:1 2996:1 3004:1 3011:1 3045:1 3066:6 3077:2 3086:1 3097:1 3159:2 3170:10 3171:3 3203:1 3209:1 3212:10 3218:1 3219:2 3230:2 3251:1 3279:1 3281:1 3316:1 3323:1 3328:1 3330:1 3404:2 3423:6 3478:4 3489:1 3492:1 3526:1 3528:1 3532:1 3533:3 3547:1 3549:1 3558:1 3571:1 3576:1 3577:1 3584:1 3614:2 3625:2 3632:1 3653:1 3669:1 3684:1 3698:1 3798:2 3855:1 3865:1 3888:1 3919:1 3920:1 3932:1 3934:1 3981:1 3995:2 4017:2 4020:2 4043:2 4090:1 4091:1 4099:2 4133:1 4136:1 4145:4 4146:2 4148:1 4170:1 4171:1 4177:2 4181:2 4211:3 4225:1 4226:2 4230:3 4267:1 4274:1 4279:2 4281:1 4283:1 4292:1 4300:1 4332:1 4339:1 4359:1 4367:1 4371:1 4394:1 4402:1 4423:2 4428:1 4442:1 4444:1 4466:1 4472:2 4497:1 4507:1 4529:1 4536:2 4542:1 4549:2 4573:1 4587:2 4614:1 4617:1 4625:1 4643:1 4651:1 4665:1 4729:2 4774:1 4817:2 4846:2 4851:1 4868:1 4877:4 4895:1 4953:2 5018:1 5021:1 5022:1 5023:2 5035:1 5050:2 5078:1 5079:3 5098:1 5107:1 5120:1 5121:4 5132:2 5151:1 5185:1 5202:2 5210:1 5214:1 5219:2 5221:1 5223:1 5254:1 5302:1 5315:2 5351:1 5368:3 5391:1 5414:14 5417:1 5418:1 5427:1 5470:1 5477:1 5487:1 5540:1 5560:1 5576:1 5592:1 5602:1 5650:2 5670:1 5690:1 5694:1 5697:1 5701:2 5703:1 5733:1 5765:2 5773:2 5815:1 5852:3 5876:1 5883:2 5912:1 5917:1 5919:1 5924:2 5935:1 5936:1 5949:1 5969:1 5996:6 6025:1 6032:1 6041:1 6054:1 6077:1 6085:4 6099:2 6133:1 6146:1 6161:1 6162:1 6168:1 6173:2 6208:1 6212:2 6219:1 6276:2 6299:1 6399:2 6412:1 6465:1 6469:1 6518:4 6545:2 6557:2 6582:1 6608:2 6611:1 6625:1 6635:1 6646:1 6664:1 6727:1 6729:1 6746:1 6750:1 6768:2 6783:2 6792:1 6794:4 6811:2 6814:2 6826:1 6854:2 6878:3 6902:1 6924:1 6956:4 7007:1 7027:4 7038:2 7039:1 7041:1 7042:1 7044:4 7062:1 7091:1 7113:3 7132:3 7133:1 7138:1 7149:1 7150:2 7152:1 7156:1 7159:2 7239:1 7304:1 7320:1 7331:3 7349:6 7410:1 7418:1 7436:2 7445:1 7452:1 7468:1 7473:1 7482:5 7484:1 7511:1 7525:1 7543:8 7561:2 7575:1 7589:1 7624:1 7635:1 7676:1 7678:2 7681:2 7683:1 7686:1 7718:1 7722:1 7745:1 7770:1 7783:1 7792:2 7794:1 7814:1 7885:1 7926:1 7944:1 7992:5 8007:1 8034:1 8069:2 8073:1 8080:1 8134:2 8164:1 8172:3 8215:1 8218:4 8237:1 8250:1 8251:1 8304:1 8306:2 8313:2 8340:13 8349:2 8370:1 8386:1 8387:1 8407:1 8464:1 8471:1 8477:1 8531:1 8558:2 8597:2 8604:1 8614:3 8631:1 8635:1 8636:2 8639:2 8642:5 8648:1 8657:2 8658:2 8663:5 8664:2 8669:1 8677:1 8682:1 8683:1 8690:19 8718:10 8724:1 8728:1 8753:1 8766:1 8776:1 8797:2 8803:1 8827:2 8835:1 8869:1 8877:1 8894:1 8914:3 8916:3 8953:1 8977:1 9013:1 9035:1 9042:3 9077:1 9083:1 9094:1 9100:2 9114:1 9147:2 9155:1 9171:1 9178:1 9216:1 9221:2 9226:1 9249:8 9263:1 9274:2 9303:12 9310:5 9313:2 9315:1 9316:1 9356:1 9357:1 9436:1 9460:1 9473:1 9475:1 9478:4 9501:1 9528:13 9546:1 9577:5 9593:1 9608:1 9655:1 9656:1 9659:1 9662:2 9668:1 9671:1 9672:1 9673:1 9676:1 9687:1 9693:2 9734:1 9756:2 9757:4 9767:1 9773:1 9792:1 9833:1 9846:1 9860:2 9882:1 9888:2 9891:1 9934:1 9961:1 10017:1 10021:2 10028:2 10044:1 10054:2 10069:1 10080:2 10081:1 10090:2 10098:2 10105:2 10143:1 10151:1 10154:1 10164:2 10196:1 10201:1 10203:1 10248:2 10255:1 10269:1 10274:1 10299:1 10322:1 10327:1 10405:1 10420:1 10455:1 10473:3 10495:1 10535:1 10545:1 10568:1 10574:1 10576:1 10608:3 10616:1 10617:1 10637:1 10711:1 10729:3 10731:1 10734:6 10737:17 10739:1 10741:2 10748:2 10756:1 10763:1 10773:2 10794:1 10809:4 10854:2 10870:1 10876:2 10881:2 10910:1 10915:1 10962:1 10974:2 11011:1 11015:1 11016:1 11033:3 11051:1 11057:1 11090:1 11099:2 11120:1 11134:3 11141:3 11167:1 11175:3 11178:1 11201:2 11204:17 11290:4 11323:1 11355:1 11359:1 11375:1 11439:1 11441:2 11450:1 11460:1 11518:1 11524:1 11537:1 11546:1 11582:1 11611:1 11617:2 11618:1 11628:2 11634:1 11640:2 11688:2 11712:1 11727:3 11772:1 11783:1 11796:13 11800:1 11811:1 11814:1 11819:1 11840:1 11841:2 11845:1 11881:1 11884:2 11902:3 11918:2 11937:1 11983:1 11990:2 11992:1 12026:1 12036:1 12044:5 12064:1 12101:1 12110:1 12118:1 12151:1 12174:1 12191:3 12202:3 12205:2 12207:1 12208:1 12222:1 12230:1 12233:3 12234:1 12236:1 12241:1 12246:1 12285:1 12358:1 12382:1 12385:1 12395:4 12405:1 12426:1 12427:1 12441:1 12451:1 12452:1 12474:1 12495:1 12512:1 12565:1 12567:2 12573:2 12578:1 12582:1 12608:1 12615:1 12664:1 12721:1 12743:1 12762:1 12773:1 12813:1 12829:1 12830:1 12849:1 12890:1 12902:1 12915:1 12933:1 12943:1 12959:2 12984:1 12991:2 12993:1 12997:1 13009:2 13019:6 13021:2 13028:3 13045:1 13046:6 13058:2 13069:1 13081:3 13089:1 13134:1 13137:1 13168:3 13201:1 13242:1 13250:1 13340:1 13371:1 13377:1 13393:1 13397:2 13401:1 13423:3 13430:1 13436:1 13446:1 13453:2 13489:1 13517:1 13536:1 13540:1 13558:2 13561:2 13578:2 13582:2 13607:1 13617:1 13668:1 13688:1 13698:5 13714:1 13731:2 13738:2 13761:1 13802:1 13854:1 13892:1 13893:2 13899:1 13959:1 13986:1 14017:2 14044:1 14085:5 14107:1 14113:10 14146:1 14168:1 14183:1 14190:1 14200:1 14203:1 14283:2 14287:1 14316:1 14332:1 14335:1 14341:1 14351:7 14396:5 14416:1 14421:1 14551:1 14574:1 14585:2 14590:1 14592:1 14598:1 14616:2 14641:1 14647:4 14654:1 14656:1 14657:1 14667:1 14668:2 14671:1 14695:1 14738:1 14739:1 14747:1 14773:2 14791:2 14806:1 14813:1 14821:2 14826:1 14844:1 14863:1 14875:1 14876:1 14878:1 14900:1 14901:1 14906:1 14914:2 14924:1 14944:1 14987:1 15008:1 15010:3 15021:4 15061:1 15087:1 15091:4 15099:1 15103:2 15111:1 15151:3 15182:1 15197:2 15203:1 15210:1 15240:1 15247:1 15266:1 15273:4 15284:2 15323:1 15325:2 15336:1 15339:1 15376:1 15385:1 15411:1 15431:1 15476:3 15506:2 15543:1 15556:1 15562:2 15566:1 15597:1 15599:1 15637:2 15684:1 15691:1 15722:1 15746:4 15747:1 15781:1 15785:6 15801:1 15851:1 15858:1 15878:1 15882:3 15888:1 15894:1 15906:2 15907:1 15911:1 15943:1 15961:17 15966:2 15967:1 16017:1 16019:1 16022:1 16077:5 16081:1 16115:1 16123:1 16142:1 16143:1 16215:1 16222:1 16268:1 16322:1 16341:1 16402:1 16405:1 16408:1 16411:1 16417:1 16419:3 16428:2 16515:1 16517:1 16537:1 16538:1 16542:2 16549:1 16554:1 16570:1 16571:2 16573:2 16597:1 16607:1 16610:1 16625:1 16626:5 16632:2 16657:1 16674:1 16679:1 16693:1 16706:1 16722:10 16808:1 16809:1 16818:1 16828:1 16843:1 16854:1 16861:1 16873:1 16891:4 16944:2 16949:1 16962:1 16987:1 16990:1 16993:1 17062:2 17067:5 17069:1 17077:2 17086:1 17118:1 17123:1 17143:1 17162:10 17164:1 17180:1 17192:1 17211:1 17226:1 17269:2 17276:1 17302:1 17307:1 17311:1 17315:2 17324:1 17340:1 17348:1 17388:1 17392:1 17412:2 17446:2 17467:1 17492:1 17514:2 17515:4 17550:1 17554:2 17556:1 17558:2 17579:1 17604:1 17617:2 17633:1 17634:1 17639:1 17646:2 17697:2 17710:2 17722:1 17762:1 17799:5 17818:1 17820:1 17826:1 17841:1 17846:2 17854:3 17855:1 17892:1 17894:1 17897:1 17908:1 17925:1 17928:1 17929:1 17937:1 17943:2 17950:1 17954:1 17969:1 17994:1 18008:1 18019:1 18035:1 18051:1 18052:1 18096:1 18114:1 18124:1 18152:1 18162:1 18163:2 18164:1 18181:2 18192:1 18210:1 18272:1 18285:1 18315:1 18354:1 18359:1 18368:1 18398:1 18405:1 18431:1 18433:2 18439:1 18445:4 18489:1 18499:4 18545:1 18572:1 18617:1 18627:1 18665:1 18697:1 18700:1 18703:1 18750:1 18758:1 18762:1 18764:2 18772:10 18774:2 18786:2 18792:2 18807:2 18812:4 18820:2 18845:1 18948:1 18949:1 18968:1 18972:1 18976:2 18978:1 18984:2 18990:1 19053:1 19063:2 19076:1 19079:1 19086:2 19093:1 19118:2 19123:1 19128:1 19133:1 19173:1 19233:1 19234:1 19250:1 19259:2 19278:2 19294:2 19305:1 19313:2 19319:3 19335:1 19339:1 19341:1 19347:1 19349:3 19362:1 19364:1 19381:3 19384:3 19391:1 19392:1 19396:2 19404:2 19438:2 19445:4 19450:1 19459:1 19464:1 19481:1 19504:1 19511:1 19546:1 19558:1 19567:1 19570:2 19605:2 19621:2 19624:1 19626:1 19637:2 19707:1 19725:1 19730:1 19736:1 19740:2 19750:1 19761:1 19779:1 19782:4 19785:1 19797:1 19807:2 19836:4 19842:4 19848:4 19852:1 19853:1 19855:2 19891:1 19892:3 19906:3 19928:1 19979:1 19991:1 20004:1 20010:1 20015:1 20079:1 20103:1 20121:6 20130:1 20163:1 20172:1 20177:1 20180:1 20186:1 20211:1 20214:4 20234:1 20254:1 20271:17 20329:1 20334:2 20373:2 20386:2 20390:1 20407:1 20430:3 20432:1 20474:2 20480:1 20572:17 20590:2 20599:1 20620:1 20622:2265 20670:1 20676:1 20681:2 20704:1 20723:1 20755:1 20759:1 20794:3 20815:1 20822:1 20825:1 20844:1 20849:1 20859:5 20869:1 20873:5 20877:1 20878:1 20880:1 20890:1 20899:2 20956:1 20959:1 20962:1 21018:1 21020:1 21071:1 21086:1 21089:1 21095:1 21119:1 21176:3 21190:1 21259:4 21290:1 21303:6 21306:3 21311:1 21324:1 21329:1 21350:2 21362:1 21364:1 21366:1 21392:1 21400:1 21405:2 21406:1 21415:1 21419:7 21448:2 21472:1 21479:4 21501:6 21511:1 21523:1 21530:10 21531:2 21538:1 21539:1 21553:2 21572:1 21582:1 21595:15 21617:1 21618:1 21634:1 21638:3 21644:2 21652:1 21658:1 21686:1 21698:1 21739:1 21750:2 21772:2 21802:1 21812:1 21819:2 21829:1 21831:1 21877:1 21890:1 21892:1 21897:1 21965:1 21969:1 21970:4 21974:1 21990:1 22008:2 22038:1 22076:1 22077:1 22083:1 22090:3 22093:1 22102:1 22109:1 22117:1 22145:1 22170:1 22191:2 22192:1 22197:1 22228:1 22256:1 22266:4 22282:1 22294:2 22295:1 22316:6 22350:1 22379:1 22394:1 22461:2 22467:1 22494:2 22509:1 22510:2 22526:1 22533:1 22545:4 22555:1 22557:2 22564:4 22585:1 22593:2 22602:1 22627:1 22660:1 22664:4 22673:2 22679:1 22704:1 22714:4 22742:1 22748:1 22749:1 22763:1 22769:1 22773:2 22806:1 22814:1 22817:1 22835:1 22849:1 22853:1 22863:1 22869:2 22879:1 22890:6 22893:1 22917:6 22950:1 22951:1 22961:1 22972:1 22976:1 23002:1 23004:1 23031:1 23032:1 23033:1 23037:4 23042:1 23048:1 23064:1 23067:1 23081:1 23086:2 23104:1 23105:2 23145:1 23187:1 23188:2 23191:1 23215:1 23218:1 23223:1 23232:1 23243:1 23289:1 23295:4 23323:1 23338:1 23353:1 23382:2 23394:1 23441:1 23450:1 23455:1 23471:1 23474:2 23487:2 23494:1 23517:1 23522:1 23531:1 23539:1 23555:2 23556:1 23563:1 23581:1 23595:1 23600:1 23617:1 23655:2 23658:3 23671:2 23692:1 23702:2 23708:3 23714:1 23723:2 23763:1 23764:2 23772:1 23780:4 23810:1 23812:1 23858:1 23860:1 23908:2 23928:1 23935:1 23954:1 23997:1 24020:2 24032:1 24058:4 24067:1 24068:1 24073:1 24084:1 24091:1 24115:6 24149:1 24154:1 24161:1 24204:1 24205:2 24222:1 24225:2 24256:1 24262:1 24281:1 24313:1 24333:1 24337:1 24372:1 24378:1 24382:1 24385:1 24386:1 24400:1 24410:1 24414:1 24418:2 24457:1 24462:2 24486:1 24496:2 24506:1 24507:2 24509:1 24510:3 24519:1 24535:1 24539:1 24549:1 24562:1 24591:1 24594:1 24605:1 24612:1 24613:2 24614:3 24624:1 24629:2 24655:1 24666:2 24692:1 24704:1 24706:1 24714:1 24715:3 24735:1 24753:1 24779:1 24795:1 24807:1 24808:1 24810:4 24814:2 24847:2 24851:1 24855:2 24860:1 24866:1 24868:1 24882:1 24893:1 24898:1 24916:1 24926:4 24949:1 24956:2 24960:1 24993:1 24997:1 25001:1 25006:1 25011:1 25013:3 25014:1 25021:2 25081:2 25084:1 25158:1 25169:1 25186:1 25190:1 25228:2 25239:1 25240:1 25253:1 25263:7 25294:5 25299:1 25308:1 25310:1 25320:4 25347:3 25384:1 25399:1 25403:1 25416:1 25432:1 25483:1 25499:1 25507:1 25508:1 25514:2 25536:1 25537:1 25557:2 25562:1 25567:5 25585:1 25593:1 25610:1 25625:1 25627:1 25634:2 25646:1 25647:1 25655:4 25687:1 25707:2 25712:1 25727:1 25759:2 25776:1 25787:1 25807:1 25811:1 25831:1 25869:1 25883:2 25924:2 25934:1 25941:1 25972:1 25987:1 26001:2 26008:1 26021:1 26030:1 26041:4 26083:1 26092:2 26103:1 26149:1 26160:2 26168:1 26169:1 26201:1 26234:1 26244:1 26247:1 26262:1 26267:1 26269:1 26288:1 26309:1 26328:1 26332:1 26337:1 26343:1 26355:1 26359:1 26376:1 26378:3 26381:1 26386:1 26389:1 26393:1 26399:1 26402:2 26408:1 26411:1 26418:1 26422:1 26464:1 26477:1 26488:2 26496:3 26510:1 26531:1 26544:1 26549:1 26556:5 26595:3 26645:3 26699:1 26704:1 26708:1 26729:1 26815:1 26822:1 26832:2 26852:1 26857:1 26859:1 26860:1 26869:1 26873:1 26878:2 26880:1 26892:1 26893:1 26902:1 26912:4 26918:1 26947:1 26949:1 26976:1 26986:1 27000:1 27002:1 27016:1 27028:5 27047:3 27060:2 27097:1 27124:1 27132:2 27143:1 27161:1 27164:1 27260:1 27262:1 27263:2 27266:1 27301:1 27312:3 27316:1 27318:1 27327:2 27337:1 27351:1 27357:1 27366:1 27387:1 27428:4 27451:1 27485:1 27498:1 27521:3 27526:2 27539:1 27561:1 27577:2 27602:1 27616:1 27640:1 27646:1 27650:10 27652:1 27676:1 27692:1 27700:2 27732:2 27778:1 27790:1 27794:2 27795:1 27802:2 27814:3 27819:1 27820:2 27831:2 27884:5 27887:2 27905:2 27915:2 27973:3 28009:1 28027:1 28029:1 28055:3 28059:1 28072:1 28085:7 28128:1 28174:3 28178:1 28221:1 28226:1 28230:1 28248:1 28276:1 28296:1 28312:1 28313:1 28325:2 28365:2 28372:1 28387:1 28399:1 28409:1 28411:1 28425:1 28449:1 28454:1 28458:1 28477:1 28490:2 28534:2 28545:1 28569:1 28660:1 28684:1 28696:3 28721:1 28733:1 28745:1 28786:1 28802:5 28823:1 28838:1 28851:1 28858:1 28901:1 28925:2 28976:1 28986:1 29002:1 29011:2 29012:6 29021:1 29022:1 29036:6 29043:2 29055:1 29068:1 29083:1 29116:5 29159:1 29163:1 29175:1 29178:1 29183:17 29196:1 29210:1 29211:1 29236:1 29244:2 29280:1 29282:1 29294:2 29305:1 29312:1 29324:1 29339:1 29352:1 29392:1 29409:1 29421:1 29445:1 29450:1 29478:1 29486:1 29496:4 29497:1 29506:3 29526:1 29530:1 29557:1 29573:1 29594:2 29606:2 29615:1 29644:2 29655:2 29662:1 29669:1 29683:1 29685:3 29695:1 29710:4 29715:1 29724:2 29746:1 29752:2 29776:1 29812:1 29817:1 29833:3 29838:1 29887:1 29938:1 29941:2 29952:1 29969:1 29998:1 30014:1 30021:1 30026:1 30036:1 30039:1 30040:1 30050:1 30078:2 30096:6 30131:1 30143:1 30171:1 30187:1 30188:1 30224:1 30230:1 30296:1 30299:1 30304:1 30308:1 30343:1 30366:2 30394:2 30430:3 30443:1 30458:11 30466:1 30480:1 30486:3 30495:2 30501:2 30504:1 30506:2 30519:1 30523:1 30538:1 30550:2 30554:1 30565:2 30567:8 30577:1 30582:1 30592:1 30594:1 30605:2 30607:1 30609:1 30630:1 30653:3 30657:1 30658:2 30661:2 30711:1 30713:4 30758:3 30763:1 30766:2 30777:4 30848:1 30851:1 30873:2 30878:1 30885:1 30900:1 30908:1 30972:1 30980:1 31004:1 31005:1 31007:2 31009:2 31034:2 31041:2 31069:2 31097:1 31125:2 31132:1 31161:3 31176:1 31178:1 31179:1 31200:2 31201:1 31202:1 31203:1 31204:1 31225:1 31247:1 31257:1 31290:1 31297:1 31315:1 31317:1 31318:1 31361:4 31374:3 31393:1 31420:1 31481:1 31484:1 31502:4 31525:1 31591:1 31599:1 31611:1 31612:3 31617:1 31633:1 31636:1 31639:1 31659:2 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31752:4 31760:1 31770:3 31774:1 31778:1 31826:1 31830:1 31842:1 31851:1 31902:2
18 8:1 19:1 23:1 40:1 62:1 79:1 88:1 136:1 208:4 231:2 237:2 238:1 241:1 253:2 275:1 283:2 288:2 299:2 317:1 334:1 339:2 352:4 365:1 372:1 373:1 390:6 398:1 461:1 462:3 470:1 484:1 488:1 504:1 555:1 573:1 582:1 591:1 593:1 617:1 618:3 620:1 635:1 642:2 647:1 664:1 677:2 697:1 707:2 716:5 730:1 731:1 756:1 774:3 784:1 799:2 801:1 814:1 816:1 829:1 836:1 842:1 843:1 904:1 915:1 922:1 926:4 929:3 936:1 940:1 949:1 963:1 964:3 967:1 979:2 1000:1 1001:2 1014:2 1018:1 1030:1 1032:1 1061:1 1064:2 1165:1 1167:3 1184:1 1205:1 1222:1 1237:1 1296:4 1317:1 1326:2 1327:2 1328:1 1331:2 1348:1 1365:2 1391:1 1392:1 1400:2 1403:1 1492:1 1495:1 1504:1 1511:1 1512:2 1519:1 1525:1 1548:1 1564:3 1565:1 1566:1 1572:1 1584:1 1588:1 1621:1 1623:2 1624:1 1628:1 1635:1 1665:1 1674:1 1685:2 1692:1 1703:4 1709:1 1710:1 1712:1 1719:2 1739:1 1742:1 1763:1 1781:1 1783:1 1793:2 1796:1 1825:1 1868:1 1871:3 1908:1 1932:4 1977:1 2055:1 2064:1 2078:2 2081:1 2084:1 2090:1 2093:3 2118:1 2148:2 2152:1 2174:1 2181:1 2196:1 2199:1 2221:1 2241:1 2244:3 2249:1 2254:14 2255:1 2259:1 2282:1 2296:1 2307:1 2331:1 2358:2 2366:1 2374:1 2383:1 2406:3 2409:1 2418:1 2420:4 2422:1 2424:1 2428:4 2432:1 2436:1 2437:1 2438:4 2442:1 2447:1 2449:2 2466:2 2467:1 2468:1 2471:1 2474:1 2476:1 2478:1 2480:1 2481:3 2482:2 2487:1 2488:1 2493:1 2497:2 2501:2 2503:4 2509:2 2516:1 2517:3 2518:1 2524:1 2531:19 2540:1 2543:1 2551:3 2602:4 2613:1 2641:1 2644:1 2646:1 2648:1 2659:4 2682:1 2706:1 2717:2 2740:1 2743:1 2751:1 2763:1 2783:2 2796:3 2797:1 2799:1 2815:1 2817:2 2824:2 2834:1 2853:2 2904:1 2932:2 2940:2 2941:1 2963:1 2996:1 3004:1 3011:1 3045:1 3050:1 3066:6 3077:2 3086:1 3097:1 3159:2 3170:10 3171:3 3203:1 3209:1 3212:12 3218:1 3219:2 3230:2 3244:1 3251:2 3279:1 3281:1 3316:1 3323:1 3328:1 3330:1 3404:2 3423:6 3478:4 3489:1 3492:1 3526:1 3528:1 3532:1 3533:3 3547:1 3549:1 3558:1 3571:1 3576:1 3577:1 3584:1 3614:2 3625:2 3632:1 3653:1 3669:1 3684:1 3698:1 3798:3 3855:1 3865:1 3888:1 3919:1 3920:1 3932:1 3934:1 3981:1 3995:2 4017:2 4020:2 4043:2 4090:1 4091:2 4099:2 4133:1 4136:1 4145:4 4146:2 4148:1 4170:1 4171:1 4177:2 4181:2 4211:3 4225:1 4226:2 4230:3 4267:1 4274:1 4279:2 4281:1 4283:1 4292:1 4300:1 4332:1 4339:1 4359:1 4367:1 4371:1 4394:1 4402:1 4423:2 4428:2 4442:1 4444:1 4466:1 4472:2 4497:1 4507:1 4529:1 4536:2 4542:1 4549:3 4556:1 4573:1 4587:2 4614:1 4617:1 4625:1 4643:1 4651:1 4665:1 4729:2 4763:1 4774:1 4817:2 4846:2 4851:1 4868:1 4877:4 4895:1 4953:2 4989:1 5018:1 5021:1 5022:1 5023:2 5035:1 5050:2 5078:1 5079:3 5098:1 5107:1 5120:1 5121:4 5132:2 5151:1 5185:1 5202:2 5210:1 5214:1 5219:2 5221:1 5223:1 5254:1 5302:1 5315:2 5351:1 5368:3 5391:1 5414:14 5417:1 5418:1 5427:1 5470:1 5477:1 5487:1 5540:1 5560:1 5576:1 5592:1 5602:1 5650:2 5670:1 5690:1 5694:1 5697:1 5701:2 5703:1 5733:1 5765:2 5773:2 5815:1 5852:3 5876:1 5883:2 5912:1 5917:1 5919:1 5924:2 5935:1 5936:1 5949:1 5969:1 5996:6 6025:1 6032:1 6041:1 6054:1 6077:1 6085:4 6099:2 6133:1 6146:1 6161:1 6162:1 6168:1 6173:2 6208:1 6212:2 6219:1 6276:2 6299:1 6368:1 6399:2 6412:1 6465:1 6469:1 6518:4 6545:2 6557:2 6582:1 6608:2 6611:1 6613:1 6625:1 6635:1 6646:1 6664:1 6727:1 6729:1 6746:1 6750:1 6768:2 6783:2 6792:1 6794:5 6811:2 6814:2 6826:1 6833:1 6854:2 6878:3 6902:1 6924:1 6956:4 7007:1 7027:4 7038:2 7039:1 7041:1 7042:1 7044:4 7062:1 7091:1 7113:3 7132:3 7133:1 7138:1 7149:1 7150:2 7152:1 7155:1 7156:1 7159:2 7239:1 7304:1 7320:2 7331:3 7349:6 7410:1 7418:1 7436:2 7445:1 7452:1 7468:1 7473:1 7482:6 7484:1 7511:1 7525:1 7543:8 7561:2 7575:1 7589:1 7624:1 7635:1 7652:1 7676:1 7678:2 7681:2 7683:1 7686:1 7718:1 7722:1 7745:1 7770:1 7783:1 7792:2 7794:1 7814:1 7885:1 7926:1 7944:1 7992:5 8007:1 8010:1 8034:1 8069:2 8073:1 8080:1 8134:2 8164:1 8172:3 8215:1 8218:4 8237:1 8250:1 8251:1 8304:1 8306:2 8313:2 8340:14 8349:2 8370:1 8386:1 8387:1 8407:1 8464:1 8471:1 8477:1 8531:2 8558:2 8597:2 8604:1 8614:3 8631:1 8635:1 8636:2 8639:2 8642:5 8648:1 8657:3 8658:2 8663:6 8664:2 8669:1 8677:1 8682:1 8683:1 8690:19 8718:12 8724:1 8728:1 8753:1 8766:1 8776:1 8797:2 8803:1 8827:2 8835:1 8869:1 8877:1 8894:1 8914:3 8916:3 8953:1 8977:1 9013:1 9035:1 9042:3 9077:1 9083:1 9094:1 9100:2 9114:1 9147:2 9155:1 9171:1 9178:1 9216:1 9221:2 9226:1 9249:10 9263:1 9274:2 9303:12 9310:5 9313:2 9315:1 9316:1 9342:1 9356:1 9357:1 9436:1 9460:1 9473:1 9475:1 9478:4 9501:1 9528:14 9546:1 9577:6 9593:1 9608:1 9655:1 9656:1 9659:1 9662:2 9668:1 9671:1 9672:1 9673:1 9676:1 9687:1 9693:2 9734:1 9756:2 9757:4 9767:1 9772:1 9773:1 9792:1 9833:1 9846:1 9859:1 9860:2 9882:1 9888:2 9891:1 9934:1 9961:1 10017:1 10021:2 10028:2 10044:1 10054:2 10069:1 10080:2 10081:1 10089:1 10090:2 10098:2 10105:2 10143:1 10151:1 10154:1 10164:2 10196:1 10201:1 10203:1 10248:2 10255:1 10269:1 10274:1 10299:1 10322:1 10327:1 10405:1 10420:1 10455:1 10473:3 10495:1 10535:1 10545:1 10568:1 10574:1 10576:1 10608:3 10616:1 10617:1 10637:1 10711:1 10729:3 10731:1 10734:6 10737:17 10739:1 10741:2 10748:2 10756:1 10763:1 10773:2 10794:1 10809:4 10854:2 10870:1 10876:2 10881:2 10910:1 10915:1 10962:1 10974:2 11011:1 11015:1 11016:1 11033:4 11051:1 11057:1 11090:1 11099:2 11116:1 11120:1 11134:3 11141:3 11167:1 11175:3 11178:1 11201:2 11204:19 11290:4 11323:1 11355:1 11359:1 11375:1 11423:1 11439:1 11441:2 11450:1 11460:1 11518:1 11524:1 11537:1 11546:1 11582:1 11611:1 11617:2 11618:1 11628:2 11634:1 11640:2 11688:2 11712:1 11727:3 11772:1 11783:1 11796:14 11800:1 11811:1 11814:1 11819:1 11840:1 11841:3 11845:1 11861:1 11881:1 11884:2 11902:3 11918:2 11937:1 11983:1 11990:2 11992:1 12026:1 12036:1 12044:6 12064:1 12101:1 12110:1 12118:1 12151:1 12174:1 12191:3 12202:4 12205:2 12207:1 12208:1 12222:1 12230:1 12233:3 12234:1 12236:1 12241:1 12246:1 12285:1 12358:1 12382:1 12385:1 12395:4 12405:1 12426:1 12427:1 12441:1 12451:1 12452:1 12474:1 12495:1 12512:1 12565:1 12567:2 12573:2 12578:1 12582:1 12608:1 12610:1 12615:1 12664:1 12721:1 12743:1 12762:1 12771:1 12773:1 12813:1 12829:1 12830:1 12849:1 12890:1 12902:2 12915:1 12933:1 12943:1 12959:2 12984:1 12991:2 12993:1 12997:1 13009:2 13019:6 13021:2 13028:3 13045:1 13046:6 13058:2 13069:1 13081:3 13089:1 13134:1 13137:1 13168:3 13201:1 13242:1 13250:1 13340:1 13371:1 13377:1 13393:1 13397:2 13401:1 13423:3 13430:1 13436:1 13446:1 13453:2 13489:1 13517:1 13536:1 13540:1 13558:2 13561:2 13578:2 13582:2 13607:1 13617:1 13668:1 13688:1 13698:6 13714:1 13731:2 13738:2 13761:1 13802:1 13854:1 13892:1 13893:2 13899:1 13959:1 13986:1 14017:2 14044:1 14085:6 14107:1 14113:10 14146:1 14168:1 14183:1 14190:1 14200:1 14203:1 14283:2 14287:1 14316:1 14332:1 14335:1 14336:1 14341:1 14351:7 14396:5 14416:1 14421:1 14551:1 14574:1 14585:2 14590:1 14592:1 14598:1 14616:2 14641:1 14647:4 14654:1 14656:1 14657:1 14667:1 14668:2 14671:1 14695:1 14738:1 14739:1 14747:1 14773:2 14791:2 14806:2 14813:1 14821:2 14826:1 14844:1 14863:1 14875:1 14876:1 14878:1 14900:1 14901:1 14906:1 14914:2 14924:1 14944:1 14987:1 15008:1 15010:3 15021:4 15057:1 15061:1 15077:1 15087:1 15091:4 15099:1 15103:2 15111:1 15151:3 15173:1 15182:1 15197:2 15203:1 15210:1 15234:1 15240:1 15247:1 15266:1 15273:4 15284:2 15323:1 15325:2 15336:1 15339:1 15376:1 15385:1 15411:1 15431:1 15476:3 15506:2 15543:1 15556:1 15562:2 15566:1 15597:1 15599:1 15637:2 15684:1 15691:1 15722:1 15746:4 15747:1 15781:1 15785:6 15801:1 15851:1 15858:1 15878:1 15882:3 15888:1 15894:1 15906:2 15907:1 15911:1 15943:1 15961:19 15966:2 15967:1 16017:1 16019:1 16022:1 16077:5 16081:1 16115:1 16123:1 16142:1 16143:1 16215:1 16222:1 16268:1 16322:1 16341:1 16402:1 16405:1 16408:1 16411:1 16417:1 16419:3 16428:2 16515:1 16517:1 16537:1 16538:1 16542:2 16546:1 16549:1 16554:1 16570:1 16571:2 16573:2 16597:1 16607:1 16610:1 16625:1 16626:6 16632:2 16657:1 16674:1 16679:1 16693:1 16706:1 16722:10 16808:1 16809:1 16818:1 16828:1 16843:1 16854:1 16861:1 16873:1 16891:4 16944:2 16949:1 16962:1 16987:1 16990:1 16993:1 17062:2 17067:5 17069:1 17077:2 17086:1 17118:1 17123:1 17143:1 17162:10 17164:1 17180:1 17192:1 17211:1 17226:1 17269:3 17276:1 17302:1 17307:1 17311:1 17315:2 17324:1 17340:1 17348:1 17388:1 17392:1 17412:2 17446:2 17467:1 17492:1 17510:1 17514:2 17515:4 17550:1 17554:2 17556:1 17558:2 17579:1 17604:1 17617:2 17633:1 17634:1 17639:1 17646:2 17697:2 17710:2 17722:1 17762:1 17799:5 17818:1 17820:1 17826:1 17841:1 17846:2 17854:3 17855:1 17892:1 17894:1 17897:1 17908:1 17925:1 17928:1 17929:1 17937:1 17943:2 17950:2 17954:1 17969:1 17994:1 18008:1 18019:1 18035:1 18051:1 18052:1 18096:1 18114:1 18124:1 18152:1 18162:1 18163:2 18164:1 18181:2 18192:1 18210:1 18272:1 18285:1 18315:2 18354:1 18359:1 18368:1 18398:1 18405:1 18431:1 18433:2 18439:1 18445:4 18489:1 18499:5 18545:1 18572:1 18617:1 18627:1 18665:1 18697:1 18700:1 18703:1 18750:1 18758:1 18762:1 18764:2 18772:10 18774:3 18786:2 18792:2 18807:2 18812:4 18820:2 18845:1 18948:1 18949:1 18968:1 18972:1 18976:2 18978:1 18984:2 18987:1 18990:1 19004:1 19053:1 19063:2 19076:1 19079:1 19086:2 19093:1 19118:2 19123:1 19128:1 19133:1 19162:1 19173:1 19233:1 19234:1 19250:1 19259:2 19278:2 19294:2 19305:1 19313:2 19319:3 19335:1 19339:1 19341:1 19347:1 19349:3 19362:1 19364:1 19381:3 19384:3 19391:1 19392:1 19396:2 19404:2 19438:2 19445:4 19450:1 19459:1 19464:1 19481:1 19504:1 19511:1 19546:1 19558:1 19567:1 19570:2 19605:2 19621:3 19624:1 19626:1 19637:2 19707:1 19725:1 19730:1 19736:1 19740:2 19750:1 19761:1 19779:1 19782:4 19785:1 19797:1 19807:2 19836:4 19842:5 19848:4 19852:1 19853:1 19855:2 19891:1 19892:3 19906:3 19928:1 19979:1 19991:1 20004:1 20010:1 20015:1 20079:1 20103:1 20121:6 20130:1 20163:1 20172:1 20177:1 20180:1 20186:1 20211:1 20214:4 20234:1 20254:2 20271:19 20329:1 20334:2 20373:2 20386:2 20390:1 20407:1 20430:3 20432:1 20474:2 20480:1 20572:19 20590:2 20599:1 20620:1 20622:2319 20670:1 20676:1 20681:2 20704:1 20723:1 20755:1 20759:1 20794:3 20815:1 20822:1 20825:1 20844:1 20849:1 20859:5 20869:1 20873:5 20877:1 20878:1 20880:1 20890:1 20899:2 20956:1 20959:1 20962:1 21018:1 21020:1 21071:1 21086:1 21089:1 21095:1 21119:1 21176:3 21190:1 21259:4 21290:1 21303:7 21306:3 21311:1 21324:1 21329:1 21350:2 21362:1 21364:1 21366:1 21370:1 21384:1 21392:1 21400:1 21405:2 21406:1 21415:1 21419:7 21448:2 21472:1 21479:4 21501:6 21511:1 21523:1 21530:10 21531:2 21538:1 21539:1 21553:2 21572:1 21582:1 21595:15 21617:1 21618:1 21634:1 21638:3 21644:2 21652:1 21658:1 21686:1 21698:1 21739:1 21750:2 21772:3 21802:1 21812:1 21819:2 21829:1 21831:2 21877:1 21890:1 21892:1 21897:1 21965:1 21969:1 21970:4 21974:1 21990:1 22008:2 22038:1 22076:1 22077:1 22083:1 22090:3 22093:1 22102:1 22109:1 22117:1 22145:1 22170:1 22191:2 22192:1 22197:1 22228:1 22256:1 22266:5 22282:1 22294:2 22295:1 22316:7 22350:1 22379:1 22394:1 22461:2 22467:1 22494:2 22509:1 22510:2 22526:1 22533:1 22545:4 22555:1 22557:2 22564:4 22585:1 22593:2 22602:1 22627:1 22660:1 22664:4 22673:2 22679:1 22704:1 22714:4 22742:1 22748:1 22749:1 22763:1 22769:1 22773:2 22806:1 22814:1 22817:1 22835:1 22849:1 22853:1 22863:1 22869:2 22879:1 22890:7 22893:1 22917:7 22950:1 22951:1 22961:1 22972:1 22976:1 23002:1 23004:1 23031:1 23032:1 23033:1 23037:4 23042:1 23048:1 23064:1 23067:1 23081:1 23086:2 23104:1 23105:2 23145:1 23187:1 23188:2 23191:1 23215:1 23218:1 23223:1 23232:2 23243:1 23289:1 23295:4 23323:1 23338:1 23353:1 23382:2 23394:1 23441:1 23450:1 23455:1 23471:1 23474:2 23487:2 23494:1 23517:1 23522:1 23531:1 23532:1 23539:1 23555:2 23556:1 23563:1 23581:1 23595:1 23600:1 23617:1 23655:2 23658:3 23671:2 23692:1 23702:2 23708:3 23714:1 23723:2 23733:1 23763:1 23764:2 23772:1 23780:4 23810:1 23812:1 23858:1 23860:1 23908:2 23928:1 23935:1 23954:1 23997:1 24020:2 24032:1 24058:4 24067:1 24068:1 24073:1 24084:1 24091:1 24115:6 24149:1 24154:1 24161:1 24204:1 24205:2 24222:1 24225:2 24236:1 24256:1 24262:1 24281:1 24313:1 24333:1 24337:1 24372:1 24378:1 24382:1 24385:1 24386:1 24400:1 24410:1 24414:2 24418:2 24457:1 24461:1 24462:2 24465:1 24486:1 24496:2 24506:1 24507:2 24509:1 24510:3 24519:1 24522:1 24535:1 24539:1 24544:1 24549:1 24562:1 24591:1 24594:1 24605:1 24612:1 24613:2 24614:3 24624:1 24629:2 24653:1 24655:1 24666:2 24692:1 24704:1 24706:1 24714:1 24715:3 24735:1 24753:1 24779:1 24795:1 24807:1 24808:1 24810:4 24814:2 24847:2 24851:1 24855:2 24860:1 24866:1 24868:1 24882:1 24893:1 24898:1 24916:1 24926:5 24949:1 24956:2 24960:1 24993:1 24997:1 25001:1 25006:1 25011:1 25013:3 25014:1 25021:2 25081:2 25084:1 25148:1 25158:1 25169:1 25186:1 25190:1 25228:2 25239:1 25240:1 25253:1 25263:8 25294:5 25299:1 25308:1 25310:1 25320:4 25347:3 25384:1 25399:1 25403:1 25410:1 25416:1 25432:1 25483:1 25499:1 25507:1 25508:1 25514:2 25536:1 25537:1 25557:2 25562:1 25567:5 25585:1 25593:1 25595:1 25610:1 25625:1 25627:1 25634:2 25646:1 25647:1 25655:4 25687:1 25707:2 25712:1 25727:1 25759:2 25776:1 25787:1 25807:1 25811:1 25831:1 25869:1 25883:2 25924:2 25934:1 25941:1 25972:1 25987:1 26001:2 26008:1 26021:1 26030:1 26041:4 26045:1 26083:1 26092:2 26103:2 26119:1 26149:1 26160:2 26168:1 26169:1 26201:1 26234:1 26244:1 26247:1 26262:1 26267:1 26269:1 26288:1 26309:1 26328:1 26332:1 26337:1 26343:1 26355:1 26359:1 26376:1 26378:3 26381:1 26386:1 26389:1 26393:1 26399:1 26402:2 26408:1 26411:1 26418:1 26422:1 26464:1 26477:1 26488:2 26496:3 26510:1 26518:1 26531:1 26544:1 26549:1 26556:5 26595:3 26645:3 26699:1 26704:1 26708:1 26729:1 26815:1 26822:1 26832:2 26852:1 26857:1 26859:1 26860:1 26869:1 26873:1 26878:2 26880:1 26892:1 26893:1 26902:1 26912:4 26918:1 26947:1 26949:1 26976:1 26986:1 27000:1 27002:1 27005:1 27016:1 27028:5 27047:3 27060:2 27097:1 27124:1 27132:2 27134:1 27143:1 27161:1 27164:1 27260:1 27262:1 27263:2 27266:1 27301:1 27312:3 27316:1 27318:1 27327:2 27337:1 27351:1 27357:1 27366:1 27387:1 27428:4 27451:1 27485:1 27498:1 27521:3 27526:2 27539:1 27561:1 27577:2 27602:1 27616:1 27640:1 27646:1 27650:10 27652:1 27676:1 27692:1 27700:2 27732:2 27778:1 27790:1 27794:2 27795:1 27802:2 27814:3 27819:1 27820:2 27831:2 27884:5 27887:2 27905:2 27915:2 27973:4 28009:1 28027:1 28029:1 28055:5 28059:1 28072:1 28085:7 28128:1 28174:3 28178:1 28221:1 28226:1 28230:1 28248:1 28276:1 28296:1 28312:1 28313:1 28325:2 28365:2 28372:1 28387:1 28399:1 28409:1 28411:1 28425:1 28449:1 28454:1 28458:1 28477:1 28490:2 28534:2 28545:1 28569:1 28660:1 28684:1 28696:3 28721:1 28733:1 28745:1 28758:1 28786:1 28802:6 28823:2 28838:1 28851:1 28858:1 28901:1 28925:2 28976:1 28986:1 29002:1 29011:2 29012:6 29021:1 29022:1 29036:6 29043:2 29055:1 29068:1 29083:1 29116:6 29159:1 29163:1 29175:1 29178:1 29183:19 29196:1 29210:1 29211:1 29236:1 29244:2 29280:1 29282:1 29294:2 29305:1 29312:2 29324:1 29339:1 29352:1 29392:1 29409:1 29421:1 29425:1 29445:1 29450:1 29478:1 29486:1 29496:4 29497:1 29506:3 29526:1 29530:2 29557:1 29573:1 29594:2 29606:2 29615:1 29644:2 29655:2 29662:1 29669:1 29683:1 29685:3 29695:1 29710:4 29715:1 29724:2 29746:1 29752:2 29776:1 29812:1 29817:1 29833:3 29838:1 29887:1 29938:1 29941:2 29952:1 29969:1 29994:1 29998:1 30014:1 30021:1 30026:1 30036:1 30039:1 30040:1 30050:1 30078:2 30096:6 30131:1 30143:1 30171:1 30187:1 30188:1 30224:1 30230:1 30296:1 30299:1 30304:1 30308:1 30343:1 30366:2 30394:2 30430:3 30443:1 30458:11 30466:1 30480:1 30486:3 30495:2 30501:2 30504:1 30506:2 30519:1 30523:1 30538:1 30550:2 30554:1 30565:2 30567:8 30577:1 30582:1 30592:1 30594:1 30605:2 30607:1 30609:1 30630:1 30653:3 30657:1 30658:2 30661:2 30711:1 30713:4 30758:3 30763:1 30766:2 30777:4 30848:1 30851:1 30873:2 30878:1 30885:1 30900:1 30908:1 30931:1 30972:1 30980:1 31004:1 31005:1 31007:2 31009:2 31034:2 31041:2 31069:2 31097:1 31125:2 31132:1 31161:3 31176:1 31178:1 31179:1 31200:2 31201:1 31202:1 31203:1 31204:1 31225:1 31246:1 31247:1 31257:1 31290:1 31297:1 31315:1 31317:1 31318:1 31361:4 31372:1 31374:3 31393:1 31420:1 31481:1 31484:1 31502:4 31525:1 31591:1 31599:1 31611:1 31612:3 31617:1 31633:1 31636:1 31639:1 31659:2 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31752:4 31760:1 31770:3 31774:1 31778:1 31826:1 31830:1 31842:1 31851:1 31902:2
18 8:1 19:1 23:1 40:1 62:1 79:1 88:1 136:1 208:4 231:2 237:2 238:1 241:1 253:2 275:1 283:2 288:2 299:2 317:1 334:1 339:2 352:4 365:1 372:1 373:1 390:6 398:1 461:1 462:3 470:1 484:1 488:1 504:1 555:1 573:1 582:1 591:1 593:1 617:1 618:3 620:1 635:1 642:2 647:1 664:1 677:2 697:1 707:2 716:5 730:1 731:1 756:1 774:3 784:1 799:2 801:1 814:1 816:1 829:1 836:1 842:1 843:1 904:1 915:1 922:1 926:4 929:3 936:1 940:1 949:1 963:1 964:3 967:1 979:2 1000:1 1001:2 1014:2 1018:1 1030:1 1032:1 1061:1 1064:2 1165:1 1167:3 1184:1 1205:1 1222:1 1237:1 1296:4 1317:1 1326:2 1327:2 1328:1 1331:2 1348:1 1365:2 1391:1 1392:1 1400:2 1403:1 1492:1 1495:1 1504:1 1511:1 1512:2 1519:1 1525:1 1548:1 1564:3 1565:1 1566:1 1572:1 1584:1 1588:1 1621:1 1623:2 1624:1 1628:1 1635:1 1665:1 1674:1 1685:2 1692:1 1703:4 1709:1 1710:1 1712:1 1719:2 1739:1 1742:1 1763:1 1781:1 1783:1 1793:2 1796:1 1825:1 1868:1 1871:3 1908:1 1932:4 1977:1 2055:1 2064:1 2078:2 2081:1 2084:1 2090:1 2093:3 2118:1 2148:2 2152:1 2174:1 2181:1 2196:1 2199:1 2221:1 2241:1 2244:3 2249:1 2254:14 2255:1 2259:1 2282:1 2296:1 2307:1 2331:1 2358:2 2366:2 2374:1 2383:1 2406:3 2409:1 2418:1 2420:4 2422:1 2424:1 2428:4 2432:1 2436:1 2437:1 2438:4 2442:2 2447:1 2449:2 2466:2 2467:1 2468:1 2471:1 2474:1 2476:1 2478:1 2480:1 2481:3 2482:2 2487:1 2488:1 2493:1 2497:2 2501:2 2503:4 2509:2 2516:1 2517:3 2518:1 2524:1 2531:20 2540:1 2543:1 2551:3 2556:1 2602:4 2613:1 2641:1 2644:1 2646:1 2648:1 2659:4 2682:1 2706:1 2717:2 2740:1 2743:1 2751:1 2763:1 2783:2 2796:3 2797:1 2799:1 2815:1 2817:2 2824:2 2834:1 2853:2 2904:1 2932:2 2940:2 2941:1 2963:1 2996:1 3004:1 3011:1 3045:1 3050:1 3066:6 3077:2 3086:1 3097:1 3159:2 3170:10 3171:3 3203:1 3209:1 3212:12 3218:1 3219:2 3230:2 3244:1 3251:2 3279:1 3281:1 3316:1 3323:1 3328:1 3330:1 3404:2 3423:6 3478:4 3489:1 3492:1 3526:1 3528:1 3532:1 3533:3 3547:1 3549:1 3558:1 3571:1 3576:3 3577:1 3584:1 3614:2 3625:2 3632:1 3653:1 3669:1 3684:1 3698:1 3798:3 3855:1 3865:1 3888:1 3898:1 3919:1 3920:1 3932:1 3934:1 3981:1 3995:2 4017:2 4020:2 4043:2 4090:1 4091:2 4099:2 4133:1 4136:1 4145:4 4146:2 4148:1 4170:1 4171:1 4177:2 4181:2 4211:3 4225:1 4226:2 4230:3 4267:1 4274:1 4279:2 4281:1 4283:1 4292:1 4300:1 4332:1 4339:1 4359:1 4367:1 4371:1 4394:1 4402:1 4423:2 4428:2 4442:1 4444:1 4466:1 4472:2 4497:1 4507:1 4529:1 4536:2 4542:1 4549:3 4556:1 4573:1 4587:2 4614:1 4617:1 4625:1 4643:1 4651:1 4665:1 4729:2 4763:1 4774:1 4817:2 4846:2 4851:1 4868:1 4877:4 4895:1 4953:2 4989:1 5018:1 5021:1 5022:1 5023:2 5035:1 5050:2 5078:1 5079:3 5098:1 5107:1 5120:1 5121:5 5132:2 5151:1 5185:1 5202:2 5210:1 5214:1 5219:2 5221:1 5223:1 5254:1 5302:1 5315:2 5351:1 5368:3 5375:1 5391:1 5414:14 5417:1 5418:1 5427:1 5470:1 5477:1 5487:1 5540:1 5560:1 5576:1 5592:1 5602:1 5650:2 5670:1 5690:1 5694:1 5697:1 5701:2 5703:1 5733:1 5765:2 5773:2 5815:1 5852:3 5876:1 5883:2 5912:1 5917:1 5919:1 5924:2 5935:1 5936:1 5949:1 5969:1 5996:6 6025:1 6032:1 6041:1 6054:1 6077:1 6085:5 6099:2 6133:1 6146:1 6161:1 6162:1 6168:1 6173:2 6208:1 6212:2 6219:1 6276:2 6299:1 6368:1 6399:2 6412:1 6465:1 6469:1 6518:4 6545:2 6557:2 6582:1 6608:2 6611:1 6613:1 6625:1 6635:1 6646:1 6664:1 6727:1 6729:1 6746:1 6750:1 6768:2 6783:2 6792:1 6794:5 6811:2 6814:2 6826:1 6833:1 6854:2 6878:3 6902:1 6924:1 6956:4 7007:1 7027:4 7038:2 7039:1 7041:1 7042:1 7044:4 7062:1 7091:1 7113:3 7132:3 7133:1 7138:1 7149:1 7150:2 7152:1 7155:1 7156:1 7159:2 7239:1 7245:1 7304:1 7320:2 7331:3 7349:6 7410:1 7418:1 7436:2 7445:1 7452:1 7468:1 7473:1 7482:6 7484:1 7511:1 7525:1 7543:8 7561:2 7575:1 7589:1 7624:1 7635:1 7652:1 7676:1 7678:2 7681:2 7683:1 7686:1 7718:1 7722:1 7745:1 7770:1 7783:1 7792:2 7794:1 7814:1 7885:1 7926:1 7944:1 7992:5 8007:1 8010:1 8034:1 8069:2 8073:1 8080:1 8134:2 8164:1 8172:3 8215:1 8218:4 8237:1 8250:2 8251:1 8304:1 8306:2 8313:2 8340:14 8349:2 8370:1 8386:1 8387:1 8407:1 8464:1 8471:1 8477:1 8531:2 8558:2 8597:2 8604:1 8614:3 8631:1 8635:1 8636:2 8639:2 8642:5 8648:1 8657:3 8658:2 8663:6 8664:2 8669:1 8677:1 8682:1 8683:1 8690:19 8718:12 8724:1 8728:1 8753:1 8766:1 8776:1 8797:2 8803:1 8827:2 8835:1 8869:1 8877:1 8894:1 8914:3 8916:3 8953:1 8977:1 9013:1 9035:1 9042:3 9077:1 9083:1 9094:1 9100:2 9114:1 9147:2 9155:1 9171:1 9178:1 9216:1 9221:2 9226:1 9249:10 9263:1 9274:2 9303:13 9310:5 9313:2 9315:1 9316:1 9342:1 9356:1 9357:1 9436:1 9460:1 9473:1 9475:1 9478:4 9501:1 9528:14 9546:1 9562:1 9577:6 9593:1 9608:1 9655:1 9656:1 9659:1 9662:2 9668:1 9671:1 9672:1 9673:1 9676:1 9687:1 9693:2 9734:1 9756:2 9757:4 9767:1 9772:1 9773:1 9792:1 9833:1 9846:1 9859:1 9860:2 9882:1 9888:2 9891:1 9926:1 9934:1 9961:2 10017:1 10021:2 10028:2 10044:1 10054:2 10069:1 10080:2 10081:1 10089:1 10090:2 10098:2 10105:2 10143:1 10151:1 10154:1 10164:2 10196:1 10201:1 10203:1 10248:2 10255:1 10269:1 10274:1 10299:2 10322:1 10327:1 10405:1 10420:1 10455:1 10473:3 10495:1 10535:1 10545:1 10568:1 10574:1 10576:1 10608:3 10616:1 10617:1 10637:1 10711:1 10729:3 10731:1 10734:6 10737:32 10739:1 10741:2 10744:1 10748:2 10756:1 10763:1 10773:2 10794:1 10809:4 10854:2 10870:1 10876:2 10881:2 10910:1 10915:1 10962:1 10974:2 11011:1 11015:1 11016:1 11033:4 11051:1 11057:1 11090:1 11099:2 11116:1 11120:2 11134:3 11141:3 11151:1 11167:1 11175:3 11178:1 11201:2 11204:20 11290:4 11323:1 11355:1 11359:1 11375:1 11423:1 11439:1 11441:2 11450:1 11460:1 11518:1 11524:1 11537:1 11546:1 11582:1 11611:1 11617:2 11618:1 11628:2 11634:1 11640:2 11688:2 11712:1 11727:3 11772:1 11783:2 11796:14 11800:1 11811:1 11814:1 11819:1 11840:1 11841:3 11845:1 11861:1 11881:1 11884:2 11902:3 11918:2 11937:1 11983:1 11990:2 11992:1 12026:1 12036:1 12044:6 12064:1 12101:1 12110:1 12118:1 12151:1 12174:1 12191:3 12202:4 12205:2 12207:1 12208:1 12222:1 12230:1 12233:3 12234:1 12236:1 12241:1 12246:1 12285:1 12358:1 12382:1 12385:1 12395:4 12405:1 12426:1 12427:1 12441:1 12451:1 12452:1 12474:1 12495:1 12512:1 12533:1 12565:1 12567:2 12573:2 12578:1 12582:1 12608:1 12610:1 12615:1 12664:1 12721:1 12743:1 12762:1 12771:1 12773:1 12813:1 12829:1 12830:1 12849:1 12890:2 12902:2 12915:1 12933:1 12943:1 12959:2 12984:1 12991:2 12993:1 12997:1 13009:2 13019:6 13021:2 13028:3 13045:1 13046:6 13058:2 13069:1 13081:3 13089:1 13134:1 13137:1 13168:3 13201:1 13242:1 13250:1 13340:1 13371:1 13377:1 13393:1 13397:2 13401:1 13423:3 13430:1 13436:1 13446:1 13453:2 13489:1 13517:1 13536:1 13540:1 13558:2 13561:2 13578:2 13582:2 13607:1 13617:1 13668:1 13688:1 13698:6 13709:1 13714:1 13731:2 13738:2 13761:1 13802:1 13829:1 13854:1 13892:1 13893:2 13899:1 13959:1 13986:1 13994:1 14017:2 14044:1 14085:6 14107:1 14113:10 14146:1 14168:1 14183:1 14190:1 14200:1 14203:1 14283:2 14287:1 14316:1 14332:1 14335:1 14336:1 14341:1 14351:8 14396:5 14416:1 14421:1 14551:1 14574:1 14585:2 14590:1 14592:1 14598:1 14616:2 14641:1 14647:4 14654:1 14656:1 14657:1 14667:1 14668:2 14671:1 14695:1 14738:1 14739:1 14747:1 14773:2 14791:2 14806:2 14813:1 14821:2 14826:1 14844:1 14863:1 14875:1 14876:1 14878:1 14900:1 14901:1 14906:1 14914:2 14924:1 14944:1 14987:1 15008:1 15010:3 15021:4 15057:1 15061:2 15077:1 15087:1 15091:4 15099:1 15103:2 15111:1 15151:3 15173:1 15182:1 15197:2 15203:1 15210:1 15234:1 15240:1 15247:1 15266:1 15273:4 15284:2 15323:1 15325:2 15336:1 15339:1 15376:1 15385:1 15411:1 15431:1 15476:3 15506:2 15543:1 15556:3 15562:2 15566:1 15597:1 15599:1 15637:2 15684:1 15691:1 15722:1 15746:4 15747:1 15781:1 15785:6 15801:1 15851:1 15858:1 15878:1 15882:3 15888:1 15894:1 15906:2 15907:1 15911:1 15943:1 15961:20 15966:2 15967:1 16017:2 16019:1 16022:1 16077:5 16081:1 16115:1 16123:1 16142:1 16143:1 16215:1 16222:1 16268:1 16322:1 16341:1 16402:1 16405:1 16408:1 16411:1 16417:1 16419:3 16428:2 16515:1 16517:1 16537:1 16538:1 16542:2 16546:1 16549:1 16554:1 16570:1 16571:2 16573:3 16597:1 16607:1 16610:1 16625:1 16626:6 16632:2 16657:1 16674:1 16679:1 16693:1 16706:1 16722:10 16808:1 16809:1 16818:1 16828:1 16843:1 16854:1 16861:1 16873:1 16891:4 16944:2 16949:1 16962:1 16987:1 16990:1 16993:1 17062:2 17067:5 17069:1 17077:2 17086:1 17118:1 17123:1 17143:1 17162:10 17164:1 17180:1 17192:1 17211:1 17226:1 17269:3 17276:1 17302:1 17307:1 17311:1 17315:2 17324:1 17340:1 17348:1 17388:1 17392:1 17412:2 17446:2 17467:1 17492:1 17510:1 17514:2 17515:4 17550:1 17554:2 17556:1 17558:2 17579:1 17604:1 17610:1 17617:2 17633:1 17634:1 17639:1 17646:2 17697:2 17710:2 17722:1 17762:1 17799:5 17818:1 17820:1 17826:1 17830:1 17841:1 17846:2 17854:3 17855:1 17892:1 17894:1 17897:1 17908:1 17925:1 17928:1 17929:1 17937:1 17943:2 17950:2 17954:1 17969:1 17994:1 18008:1 18019:1 18035:1 18051:1 18052:1 18096:1 18114:1 18124:1 18152:1 18162:1 18163:2 18164:1 18181:2 18192:1 18210:1 18261:1 18272:1 18285:1 18315:2 18354:1 18359:1 18368:1 18398:1 18405:1 18431:1 18433:2 18439:1 18445:4 18489:1 18499:5 18545:1 18547:1 18572:1 18617:1 18627:1 18665:1 18697:1 18700:1 18703:1 18750:1 18758:1 18762:1 18764:2 18772:10 18774:3 18786:3 18792:2 18807:2 18812:4 18820:2 18845:1 18948:1 18949:1 18968:1 18972:1 18976:2 18978:1 18984:2 18987:1 18990:1 19004:1 19053:1 19063:2 19076:1 19079:1 19086:2 19093:1 19118:2 19123:2 19128:1 19133:1 19162:1 19173:1 19233:1 19234:1 19250:1 19259:2 19278:2 19294:2 19305:2 19313:2 19319:3 19335:1 19339:1 19341:1 19347:1 19349:3 19362:1 19364:1 19381:3 19384:3 19391:1 19392:1 19396:2 19404:2 19438:2 19445:4 19450:1 19459:1 19464:1 19481:1 19504:1 19511:1 19546:1 19558:1 19567:1 19570:2 19605:2 19621:3 19624:1 19626:1 19637:2 19707:1 19725:1 19730:1 19736:1 19740:2 19750:1 19761:1 19779:1 19782:4 19785:1 19797:1 19807:2 19836:4 19842:5 19848:4 19852:1 19853:1 19855:2 19891:1 19892:3 19906:3 19928:1 19979:1 19991:1 20004:1 20010:1 20015:1 20079:2 20103:1 20121:6 20130:1 20163:1 20172:1 20177:1 20180:1 20186:1 20211:1 20214:4 20234:1 20254:2 20271:20 20329:1 20334:2 20373:2 20386:2 20390:1 20407:1 20430:3 20432:1 20474:2 20480:1 20572:20 20590:2 20599:1 20620:1 20622:2426 20670:1 20676:1 20681:2 20704:1 20723:1 20755:1 20759:2 20794:3 20815:1 20822:1 20825:1 20844:1 20849:1 20859:5 20869:1 20873:5 20877:1 20878:1 20880:1 20890:1 20899:2 20956:1 20959:1 20962:2 21018:1 21020:1 21071:1 21086:1 21089:1 21095:1 21119:1 21176:3 21190:1 21259:4 21290:1 21303:7 21306:3 21311:1 21324:1 21329:1 21350:2 21362:1 21364:1 21366:2 21370:1 21384:1 21392:1 21400:1 21405:2 21406:1 21415:1 21419:7 21448:2 21472:1 21479:4 21501:6 21511:1 21523:1 21530:10 21531:2 21538:1 21539:1 21553:2 21572:1 21582:1 21595:16 21617:1 21618:1 21634:1 21638:3 21644:2 21652:1 21658:1 21686:1 21698:1 21739:1 21750:3 21772:3 21802:1 21812:1 21819:2 21829:1 21831:2 21877:1 21890:1 21892:1 21897:1 21965:1 21969:1 21970:4 21974:1 21990:1 22008:2 22038:1 22076:1 22077:1 22083:1 22090:3 22093:1 22102:1 22109:1 22117:1 22145:1 22170:1 22191:2 22192:1 22197:1 22228:1 22256:1 22266:5 22282:1 22294:2 22295:1 22316:7 22350:1 22379:1 22394:1 22461:2 22467:1 22494:2 22509:1 22510:2 22526:1 22533:1 22545:4 22555:1 22557:2 22564:4 22585:1 22593:2 22602:1 22627:1 22660:1 22664:4 22673:2 22679:1 22704:1 22714:4 22742:1 22748:1 22749:1 22763:1 22769:1 22773:2 22806:1 22814:1 22817:1 22835:1 22849:1 22853:1 22863:1 22869:2 22879:1 22890:7 22893:1 22917:7 22950:1 22951:1 22961:1 22972:1 22976:1 23002:1 23004:1 23031:1 23032:1 23033:1 23037:4 23042:1 23048:1 23064:1 23067:1 23081:1 23086:2 23104:1 23105:2 23145:1 23187:1 23188:2 23191:1 23215:1 23218:1 23223:1 23232:2 23243:1 23289:1 23295:4 23323:1 23338:1 23353:1 23382:2 23394:1 23441:1 23450:1 23455:1 23469:1 23471:1 23474:2 23487:2 23494:1 23517:1 23522:1 23531:1 23532:1 23539:1 23555:2 23556:1 23563:1 23581:1 23595:1 23600:1 23617:1 23655:2 23658:3 23671:2 23692:1 23702:2 23708:3 23714:1 23723:2 23733:1 23763:1 23764:2 23772:1 23780:4 23810:1 23812:1 23858:1 23860:1 23908:2 23928:1 23935:1 23954:1 23997:1 24020:2 24032:1 24058:4 24067:1 24068:1 24073:1 24084:1 24091:1 24115:6 24149:1 24154:1 24161:1 24204:1 24205:2 24222:1 24225:2 24236:1 24256:1 24262:1 24273:1 24281:1 24313:1 24333:1 24337:1 24372:1 24378:1 24382:1 24385:1 24386:1 24399:1 24400:1 24410:1 24414:2 24418:2 24457:1 24461:1 24462:2 24465:1 24486:1 24496:2 24506:1 24507:2 24509:1 24510:3 24519:1 24522:1 24535:1 24539:1 24544:1 24549:1 24562:1 24591:1 24594:1 24605:2 24612:1 24613:2 24614:3 24624:1 24629:2 24653:1 24655:1 24666:2 24692:1 24704:1 24706:1 24714:1 24715:3 24735:1 24753:1 24779:1 24795:1 24807:1 24808:1 24810:4 24814:2 24847:2 24851:1 24855:2 24860:1 24866:1 24868:1 24882:1 24893:1 24898:1 24916:1 24926:5 24949:1 24956:2 24960:1 24993:1 24997:1 25001:1 25006:1 25011:1 25013:3 25014:1 25021:2 25081:2 25084:1 25148:1 25158:1 25169:1 25186:1 25190:1 25228:2 25239:1 25240:1 25253:1 25263:8 25275:1 25294:5 25299:1 25308:1 25310:1 25320:4 25347:3 25384:1 25399:1 25403:1 25410:1 25416:1 25432:1 25483:1 25499:1 25507:1 25508:1 25514:2 25536:1 25537:1 25557:2 25562:1 25567:5 25585:1 25593:1 25595:1 25610:1 25625:1 25627:1 25634:2 25646:1 25647:1 25655:4 25687:1 25707:2 25712:1 25727:1 25759:2 25776:1 25787:1 25807:1 25811:1 25831:1 25869:1 25883:2 25924:2 25934:1 25941:1 25972:1 25987:1 26001:2 26008:1 26021:1 26030:1 26041:4 26045:1 26083:1 26092:2 26103:2 26119:1 26149:1 26160:2 26168:1 26169:1 26201:1 26234:1 26244:1 26247:1 26262:1 26267:1 26269:1 26288:1 26309:1 26328:1 26332:1 26337:1 26343:1 26355:1 26359:1 26376:1 26378:3 26381:1 26386:1 26389:1 26393:1 26399:1 26402:2 26408:1 26411:1 26418:1 26422:1 26459:1 26464:1 26477:1 26488:2 26496:3 26510:1 26518:1 26531:1 26544:1 26549:1 26556:5 26595:3 26645:3 26699:1 26704:1 26708:1 26729:1 26815:1 26822:1 26832:2 26852:1 26857:1 26859:1 26860:1 26869:1 26873:1 26878:2 26880:1 26892:1 26893:1 26902:1 26912:4 26918:1 26947:1 26949:1 26976:1 26986:1 27000:1 27002:1 27005:1 27016:1 27028:5 27047:3 27060:2 27097:1 27124:1 27132:2 27134:1 27143:1 27161:1 27164:1 27260:1 27262:1 27263:2 27266:1 27301:1 27312:3 27316:1 27318:1 27327:2 27337:1 27351:1 27357:1 27366:1 27387:1 27428:4 27451:1 27485:1 27498:1 27521:3 27526:2 27539:1 27561:1 27577:2 27602:1 27616:1 27640:1 27646:1 27650:10 27652:1 27676:1 27692:1 27700:2 27732:2 27778:1 27790:1 27794:2 27795:1 27802:2 27814:3 27819:1 27820:2 27831:2 27884:5 27887:2 27905:2 27915:2 27973:4 28009:1 28027:1 28029:1 28055:5 28059:1 28072:1 28085:7 28128:1 28174:3 28178:1 28200:1 28221:1 28226:1 28230:1 28248:1 28276:1 28296:1 28312:1 28313:1 28325:2 28365:2 28372:1 28387:1 28399:1 28409:1 28411:1 28425:1 28449:1 28454:1 28458:1 28477:1 28490:2 28534:2 28545:1 28569:1 28660:1 28684:1 28696:3 28721:1 28733:1 28745:1 28754:1 28758:1 28786:2 28802:6 28823:2 28838:1 28851:1 28858:1 28901:1 28925:2 28976:1 28986:1 29002:1 29011:2 29012:6 29021:1 29022:1 29036:6 29043:2 29055:1 29068:1 29083:1 29116:6 29159:1 29163:1 29175:1 29178:1 29183:20 29196:1 29210:1 29211:1 29236:1 29244:2 29280:1 29282:1 29294:2 29305:1 29312:2 29324:1 29339:1 29352:1 29392:1 29409:1 29421:1 29425:1 29445:1 29450:1 29478:1 29486:1 29496:4 29497:1 29506:3 29526:1 29530:2 29557:1 29573:1 29594:2 29606:2 29615:1 29644:2 29655:2 29662:1 29669:1 29683:1 29685:3 29695:1 29710:4 29715:1 29724:2 29746:1 29752:2 29776:1 29812:2 29817:1 29833:3 29838:1 29887:1 29938:1 29941:2 29952:1 29969:1 29994:1 29998:1 30014:1 30021:1 30026:1 30036:1 30039:1 30040:1 30041:1 30050:1 30078:2 30096:6 30131:1 30143:1 30171:1 30187:1 30188:1 30224:1 30230:1 30296:1 30299:1 30304:1 30308:1 30343:1 30366:2 30394:3 30430:3 30443:1 30458:11 30466:1 30480:1 30486:3 30495:2 30501:2 30504:1 30506:2 30519:1 30523:1 30538:1 30550:2 30554:1 30565:2 30567:8 30577:1 30582:1 30592:1 30594:1 30605:2 30607:1 30609:1 30630:1 30653:3 30657:1 30658:2 30661:2 30711:1 30713:4 30758:3 30763:1 30766:2 30777:4 30848:1 30851:1 30873:2 30878:1 30885:1 30900:1 30908:1 30931:1 30972:1 30979:1 30980:1 31004:1 31005:1 31007:2 31009:2 31034:2 31041:2 31069:2 31097:1 31125:4 31132:1 31161:3 31176:1 31178:1 31179:1 31200:2 31201:1 31202:1 31203:1 31204:1 31225:1 31246:1 31247:1 31257:1 31290:1 31297:1 31315:1 31317:1 31318:1 31361:4 31372:1 31374:3 31393:1 31420:1 31481:1 31484:1 31502:4 31525:1 31591:1 31599:1 31611:1 31612:3 31617:1 31633:1 31636:1 31639:1 31659:2 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31752:4 31760:1 31770:3 31774:1 31778:1 31826:1 31830:1 31842:1 31851:1 31902:2
18 8:1 19:1 23:1 40:1 62:1 79:1 88:1 93:1 136:1 208:4 231:2 237:2 238:1 241:1 253:2 275:1 283:2 288:2 299:2 317:1 334:1 339:2 352:4 365:1 372:1 373:1 390:7 398:1 399:1 405:1 461:1 462:3 470:1 484:1 488:1 504:1 555:1 573:1 582:1 591:1 593:1 613:1 617:1 618:3 620:1 635:1 642:2 647:1 664:1 677:2 697:1 707:2 716:5 730:1 731:1 756:1 774:3 784:1 799:2 801:1 814:1 816:1 829:1 836:1 842:1 843:1 904:1 915:1 922:1 926:4 929:3 936:1 940:1 949:1 963:1 964:3 967:1 979:2 1000:1 1001:2 1014:2 1018:1 1030:1 1032:1 1061:1 1064:2 1165:1 1167:3 1184:1 1205:1 1222:1 1237:1 1296:4 1317:1 1326:2 1327:2 1328:1 1331:2 1348:1 1365:2 1381:1 1391:1 1392:1 1400:2 1403:1 1419:1 1492:1 1495:1 1504:1 1511:2 1512:2 1519:1 1525:1 1548:1 1564:3 1565:1 1566:1 1572:1 1584:1 1588:1 1621:1 1623:2 1624:1 1628:1 1635:1 1665:1 1674:1 1685:2 1692:1 1703:4 1709:1 1710:1 1712:1 1719:2 1739:1 1742:1 1763:1 1781:1 1783:1 1793:2 1796:1 1822:1 1825:1 1868:1 1871:3 1908:1 1932:4 1977:1 2055:1 2064:1 2078:2 2081:1 2084:1 2090:1 2093:3 2118:1 2148:2 2152:1 2174:1 2181:1 2196:1 2199:1 2221:1 2241:1 2244:3 2249:1 2254:14 2255:1 2256:1 2259:1 2282:1 2296:1 2307:1 2331:1 2358:2 2366:2 2374:1 2383:1 2406:3 2409:1 2418:1 2420:4 2422:1 2424:1 2427:1 2428:4 2432:1 2436:1 2437:1 2438:4 2442:2 2447:1 2449:2 2466:2 2467:1 2468:1 2471:1 2474:1 2476:1 2478:1 2480:1 2481:3 2482:2 2487:1 2488:1 2493:1 2497:2 2501:2 2503:4 2509:2 2516:1 2517:3 2518:1 2523:1 2524:1 2531:20 2540:1 2543:1 2551:3 2556:1 2602:4 2613:1 2641:1 2644:1 2646:1 2648:1 2659:4 2668:1 2682:1 2706:1 2717:2 2740:1 2743:1 2751:1 2763:1 2783:2 2796:3 2797:1 2799:1 2815:1 2817:2 2824:2 2834:1 2853:2 2904:1 2932:2 2940:2 2941:1 2963:1 2996:1 3004:1 3011:1 3045:1 3050:1 3066:6 3077:2 3086:1 3097:1 3159:2 3170:11 3171:3 3203:1 3209:1 3212:13 3218:1 3219:2 3230:2 3244:1 3251:2 3279:1 3281:1 3316:1 3323:1 3328:1 3330:1 3404:2 3423:6 3478:4 3489:1 3492:1 3526:1 3528:1 3532:1 3533:3 3547:1 3549:1 3558:1 3571:1 3576:3 3577:1 3584:1 3614:2 3625:2 3632:1 3653:1 3669:1 3684:1 3698:1 3798:3 3855:1 3865:1 3888:1 3898:1 3919:1 3920:1 3932:1 3934:1 3981:1 3995:2 4017:2 4020:2 4043:2 4090:1 4091:2 4099:2 4133:1 4136:1 4145:4 4146:2 4148:1 4170:1 4171:1 4177:2 4181:2 4211:3 4218:1 4225:1 4226:2 4230:3 4267:1 4274:1 4276:1 4279:2 4281:1 4283:1 4292:1 4300:1 4332:1 4339:1 4359:1 4367:1 4371:1 4394:1 4402:1 4423:2 4428:2 4442:1 4444:1 4466:1 4472:2 4497:1 4507:1 4529:1 4536:2 4542:1 4549:3 4556:1 4573:1 4587:2 4614:1 4617:1 4625:1 4643:1 4651:1 4665:1 4729:2 4763:1 4774:1 4817:2 4846:2 4851:1 4868:1 4877:4 4895:1 4953:2 4989:1 5018:1 5021:1 5022:1 5023:2 5035:1 5050:2 5078:1 5079:3 5098:1 5107:1 5120:1 5121:5 5132:2 5151:1 5185:1 5202:2 5210:1 5214:1 5219:2 5221:1 5223:1 5251:1 5254:1 5302:1 5315:2 5351:1 5368:3 5375:1 5391:1 5414:14 5417:2 5418:1 5427:1 5470:1 5477:1 5487:1 5540:1 5560:1 5576:1 5592:1 5602:1 5650:2 5670:1 5690:1 5694:1 5697:1 5701:3 5703:1 5733:1 5765:2 5773:2 5815:1 5852:3 5876:1 5879:1 5883:2 5912:1 5917:1 5919:1 5924:2 5935:1 5936:1 5949:1 5969:1 5996:6 6025:1 6032:1 6041:1 6054:1 6077:1 6085:5 6099:2 6133:1 6146:1 6161:1 6162:1 6168:1 6173:2 6186:1 6208:1 6212:2 6219:1 6254:1 6260:1 6276:2 6299:1 6368:1 6399:2 6412:1 6465:1 6469:1 6518:4 6545:2 6557:2 6582:1 6608:2 6611:1 6613:1 6625:1 6635:1 6646:1 6664:1 6727:2 6729:1 6746:1 6750:1 6761:1 6768:2 6783:2 6792:1 6794:5 6811:2 6814:2 6826:1 6833:1 6854:2 6878:3 6902:1 6924:1 6956:6 7007:1 7027:5 7038:2 7039:1 7041:1 7042:1 7044:4 7062:1 7091:1 7113:3 7132:3 7133:1 7138:1 7149:1 7150:2 7152:1 7155:1 7156:1 7158:1 7159:2 7239:1 7245:1 7304:1 7320:2 7326:1 7331:3 7349:6 7363:1 7410:1 7418:1 7436:2 7445:1 7452:1 7468:1 7473:1 7482:6 7484:1 7511:1 7525:1 7543:8 7561:2 7575:1 7589:1 7624:1 7635:1 7652:1 7676:1 7678:2 7681:2 7683:1 7686:1 7691:1 7718:1 7722:1 7745:1 7770:1 7783:1 7792:2 7794:1 7814:1 7885:1 7926:1 7944:1 7992:5 8007:1 8009:1 8010:1 8034:1 8039:1 8069:2 8073:1 8080:1 8134:2 8164:1 8172:3 8203:1 8215:1 8218:4 8237:1 8250:2 8251:1 8304:1 8306:2 8313:2 8340:14 8349:3 8370:1 8386:1 8387:1 8407:1 8464:1 8471:1 8477:1 8531:3 8558:2 8597:2 8604:1 8614:4 8631:1 8635:1 8636:2 8639:2 8642:5 8648:1 8657:3 8658:2 8663:6 8664:2 8669:1 8677:1 8682:1 8683:1 8690:19 8718:13 8724:1 8728:1 8753:1 8766:1 8776:1 8797:2 8803:1 8827:2 8835:1 8869:1 8877:1 8894:1 8914:3 8916:3 8953:1 8977:1 9013:1 9035:1 9042:3 9044:1 9077:1 9083:1 9094:1 9100:2 9114:1 9147:2 9155:1 9171:1 9178:1 9216:1 9221:2 9226:1 9249:10 9263:1 9274:2 9303:13 9310:6 9313:2 9315:1 9316:1 9342:1 9356:1 9357:1 9436:1 9460:1 9473:1 9475:1 9478:4 9501:1 9528:14 9546:1 9562:1 9577:6 9593:1 9608:1 9655:1 9656:1 9659:1 9662:2 9668:1 9671:1 9672:1 9673:1 9676:1 9687:1 9693:2 9734:1 9756:2 9757:5 9767:1 9772:1 9773:1 9780:1 9792:1 9833:1 9846:1 9859:1 9860:2 9882:1 9888:2 9891:1 9926:1 9933:1 9934:1 9961:2 10017:1 10021:2 10028:2 10044:1 10054:2 10069:1 10080:2 10081:1 10089:1 10090:2 10098:2 10105:2 10143:1 10151:1 10154:1 10164:2 10196:1 10201:1 10203:1 10248:2 10255:1 10269:1 10274:1 10299:2 10322:1 10327:1 10405:1 10420:1 10455:1 10473:3 10495:1 10535:1 10545:1 10547:1 10568:1 10574:1 10576:1 10608:3 10616:1 10617:1 10637:1 10711:1 10729:3 10731:1 10734:6 10737:32 10739:1 10741:2 10744:1 10748:2 10756:1 10759:1 10763:1 10773:2 10794:1 10809:4 10853:1 10854:2 10870:1 10876:2 10881:2 10910:1 10915:1 10962:1 10974:2 11011:1 11015:1 11016:1 11033:4 11051:1 11057:1 11090:1 11099:2 11116:1 11120:2 11134:3 11141:3 11151:1 11167:1 11175:3 11178:1 11184:1 11201:2 11204:20 11290:4 11323:1 11355:1 11359:1 11375:1 11423:1 11439:1 11441:2 11450:1 11460:1 11518:1 11524:1 11537:1 11546:1 11582:1 11611:1 11617:2 11618:1 11628:2 11634:1 11640:2 11688:2 11712:1 11727:3 11772:1 11783:2 11796:14 11800:1 11811:1 11814:1 11819:1 11840:1 11841:3 11845:1 11861:1 11881:1 11884:2 11902:4 11918:2 11937:1 11983:1 11990:2 11992:1 12026:1 12036:1 12044:6 12064:1 12101:1 12110:1 12118:1 12133:1 12151:1 12174:1 12191:3 12202:4 12205:2 12207:1 12208:1 12222:1 12230:1 12233:3 12234:1 12236:2 12241:2 12246:1 12251:1 12285:1 12358:1 12382:1 12385:1 12395:4 12405:1 12426:1 12427:1 12441:1 12451:1 12452:1 12474:1 12495:1 12512:1 12533:1 12565:1 12567:2 12573:2 12578:1 12582:1 12608:1 12610:1 12615:1 12664:1 12721:1 12743:1 12762:1 12771:1 12773:1 12813:1 12829:1 12830:1 12849:1 12861:1 12890:2 12902:3 12915:1 12933:1 12943:1 12959:2 12984:1 12991:3 12993:1 12997:1 13009:2 13019:6 13021:2 13028:3 13045:1 13046:6 13058:2 13069:1 13081:3 13089:1 13134:1 13137:1 13144:1 13168:3 13201:1 13242:1 13250:1 13340:1 13371:1 13377:1 13393:1 13397:2 13401:1 13423:3 13430:1 13436:1 13446:1 13453:2 13489:1 13517:1 13536:1 13540:1 13558:2 13561:2 13578:2 13582:2 13607:1 13617:1 13668:1 13688:1 13698:6 13709:1 13714:1 13731:2 13738:2 13761:1 13802:1 13829:1 13854:1 13892:1 13893:2 13899:1 13959:1 13986:1 13989:1 13994:1 14017:2 14044:1 14085:6 14107:1 14113:11 14146:1 14168:1 14183:1 14190:1 14200:1 14203:1 14283:2 14287:1 14316:1 14332:1 14335:1 14336:2 14341:1 14351:9 14396:5 14416:1 14421:1 14551:1 14574:1 14585:2 14590:1 14592:1 14598:1 14616:2 14641:1 14647:4 14654:1 14656:1 14657:1 14667:1 14668:2 14671:1 14695:1 14738:1 14739:1 14747:1 14773:2 14791:2 14806:2 14813:1 14821:2 14826:1 14844:1 14863:1 14875:1 14876:1 14878:1 14900:1 14901:1 14906:1 14914:2 14924:1 14944:1 14987:1 15008:1 15010:3 15021:4 15057:1 15061:2 15077:1 15087:1 15091:4 15099:1 15103:2 15111:1 15151:3 15173:1 15182:1 15197:2 15203:1 15210:2 15234:1 15240:1 15247:1 15266:1 15273:5 15284:2 15323:1 15325:2 15336:1 15339:1 15376:1 15385:1 15411:1 15431:1 15476:3 15496:1 15506:2 15543:1 15556:3 15562:2 15566:1 15597:1 15599:1 15637:2 15684:1 15691:1 15722:1 15746:4 15747:1 15781:1 15785:6 15801:1 15851:1 15858:1 15878:1 15882:3 15888:1 15894:1 15906:2 15907:1 15911:1 15943:1 15961:20 15966:2 15967:1 16017:3 16019:1 16022:1 16077:5 16081:1 16107:1 16115:1 16123:1 16142:1 16143:1 16215:1 16222:1 16268:1 16322:1 16341:1 16385:1 16402:1 16405:1 16408:1 16411:1 16417:1 16419:3 16428:2 16515:1 16517:1 16537:1 16538:1 16542:2 16543:1 16546:1 16549:1 16554:1 16570:1 16571:3 16573:3 16597:1 16607:1 16610:1 16625:1 16626:6 16632:2 16657:1 16674:1 16679:1 16693:1 16706:1 16722:11 16808:1 16809:1 16818:1 16828:1 16843:1 16854:1 16861:1 16873:1 16891:4 16944:2 16949:1 16962:1 16987:1 16990:1 16993:1 17062:2 17067:5 17069:1 17077:2 17086:1 17118:1 17123:1 17143:1 17162:10 17164:1 17180:1 17192:1 17211:1 17226:1 17269:4 17276:1 17302:1 17307:1 17311:1 17315:2 17324:1 17340:1 17348:1 17358:1 17388:1 17392:1 17412:3 17446:2 17467:1 17492:1 17510:1 17514:3 17515:4 17550:1 17554:2 17556:1 17558:2 17579:1 17604:1 17610:1 17617:2 17633:1 17634:1 17639:1 17646:2 17697:2 17710:2 17722:1 17762:1 17799:5 17818:1 17820:1 17826:1 17830:1 17841:1 17846:2 17854:3 17855:1 17892:1 17894:1 17897:1 17908:1 17925:1 17928:1 17929:1 17937:1 17943:2 17950:2 17954:1 17969:1 17994:1 18008:1 18019:2 18023:1 18035:1 18051:1 18052:1 18096:1 18114:1 18124:1 18152:1 18162:1 18163:2 18164:1 18181:2 18192:1 18210:1 18261:1 18272:1 18285:1 18315:2 18354:1 18359:1 18368:1 18398:1 18405:1 18431:1 18433:2 18439:1 18445:4 18489:1 18499:6 18545:1 18547:1 18572:1 18591:1 18617:1 18627:1 18665:1 18697:1 18700:1 18703:1 18750:1 18758:1 18762:1 18764:2 18772:10 18774:4 18786:4 18792:2 18807:2 18812:4 18820:2 18845:1 18948:1 18949:1 18968:1 18972:1 18976:2 18978:1 18984:2 18987:1 18990:1 19004:1 19053:1 19063:2 19076:1 19079:1 19086:2 19093:1 19118:2 19123:3 19128:1 19133:1 19162:1 19173:1 19233:1 19234:1 19250:1 19259:2 19278:2 19294:2 19305:2 19313:2 19319:3 19335:1 19339:1 19341:1 19347:1 19349:3 19362:1 19364:1 19381:3 19384:3 19391:1 19392:1 19396:2 19404:2 19438:2 19445:4 19450:1 19459:1 19464:1 19481:1 19504:1 19511:1 19546:1 19558:1 19567:1 19570:2 19605:2 19621:3 19624:1 19626:1 19637:2 19707:1 19725:1 19730:1 19736:1 19740:2 19750:2 19761:1 19779:1 19782:4 19785:1 19797:1 19807:2 19836:4 19842:5 19848:4 19852:1 19853:1 19855:2 19874:1 19891:1 19892:3 19906:4 19928:1 19979:1 19991:1 20004:1 20010:1 20015:1 20079:2 20103:1 20121:6 20130:1 20163:1 20172:1 20177:1 20180:1 20186:1 20211:1 20214:4 20225:1 20234:1 20254:3 20271:20 20329:1 20334:2 20373:2 20386:2 20390:1 20407:1 20430:4 20432:1 20474:2 20480:1 20572:20 20590:2 20599:1 20620:1 20622:2551 20670:1 20676:1 20681:2 20704:1 20723:1 20755:1 20759:2 20794:3 20815:1 20822:1 20825:1 20844:1 20849:2 20859:5 20869:1 20873:5 20877:1 20878:1 20880:1 20890:1 20895:1 20899:2 20956:1 20959:1 20962:2 21018:1 21020:1 21071:1 21086:1 21089:1 21095:1 21119:1 21124:1 21176:3 21190:1 21259:4 21290:1 21303:7 21306:3 21311:1 21324:1 21329:1 21330:1 21350:2 21362:1 21364:1 21366:2 21370:1 21384:1 21392:1 21400:1 21405:2 21406:1 21415:1 21419:7 21448:2 21462:1 21472:1 21479:4 21501:6 21511:1 21523:1 21530:11 21531:2 21538:1 21539:1 21553:2 21572:1 21582:1 21595:16 21617:1 21618:1 21634:1 21638:3 21644:2 21652:1 21658:1 21686:1 21698:1 21739:1 21750:3 21772:4 21802:1 21812:1 21819:2 21829:2 21831:2 21877:1 21890:1 21892:1 21897:1 21965:1 21969:1 21970:4 21974:1 21990:1 22008:2 22038:1 22076:1 22077:1 22083:1 22090:3 22093:1 22102:1 22109:1 22117:1 22145:1 22170:1 22191:2 22192:1 22197:1 22228:1 22237:1 22256:1 22266:6 22282:1 22294:2 22295:1 22316:7 22350:1 22379:1 22394:1 22461:2 22467:1 22494:2 22509:1 22510:2 22526:1 22533:1 22545:4 22555:1 22557:2 22564:4 22585:1 22593:2 22602:1 22627:1 22660:1 22664:4 22673:2 22679:1 22704:1 22714:4 22742:1 22748:1 22749:1 22763:2 22769:1 22773:2 22806:1 22814:1 22817:1 22835:1 22849:1 22853:1 22863:1 22869:2 22879:2 22890:7 22893:1 22916:1 22917:7 22950:1 22951:1 22961:1 22972:1 22976:1 23002:1 23004:1 23031:1 23032:1 23033:1 23037:4 23042:1 23048:2 23064:1 23067:1 23081:1 23086:2 23104:1 23105:2 23145:1 23187:1 23188:2 23190:1 23191:1 23215:1 23218:1 23223:1 23232:2 23243:1 23266:1 23289:1 23295:4 23323:1 23338:1 23353:1 23382:2 23394:1 23441:1 23450:1 23455:1 23469:1 23471:1 23474:2 23487:3 23494:1 23517:1 23522:1 23531:1 23532:1 23539:1 23555:2 23556:1 23563:1 23581:1 23595:1 23600:1 23617:1 23655:2 23658:3 23671:2 23692:1 23702:2 23708:3 23714:1 23723:2 23733:1 23745:1 23748:1 23763:1 23764:2 23772:1 23780:4 23810:1 23812:1 23858:1 23860:1 23908:2 23928:1 23935:1 23954:1 23997:1 24020:2 24032:1 24058:4 24067:1 24068:1 24073:1 24084:1 24091:1 24115:6 24149:1 24154:1 24161:1 24204:1 24205:2 24222:1 24225:2 24236:1 24256:1 24262:1 24273:1 24281:1 24313:1 24333:1 24337:1 24372:1 24378:1 24382:1 24385:1 24386:1 24399:1 24400:1 24410:1 24414:2 24418:2 24457:1 24461:1 24462:2 24465:1 24486:1 24496:2 24506:1 24507:2 24509:1 24510:3 24519:1 24522:1 24535:1 24539:1 24544:1 24549:1 24562:1 24567:1 24591:1 24594:1 24605:2 24612:1 24613:2 24614:3 24624:1 24629:2 24653:1 24655:1 24666:2 24692:1 24704:1 24706:1 24714:1 24715:3 24735:1 24753:1 24779:1 24795:1 24807:1 24808:1 24810:4 24814:2 24847:2 24851:1 24855:2 24860:1 24866:1 24868:1 24882:1 24893:1 24898:1 24916:1 24926:5 24949:1 24956:2 24960:1 24993:1 24997:1 25001:1 25006:1 25011:1 25013:3 25014:1 25021:2 25081:2 25084:1 25148:1 25158:1 25169:1 25186:1 25190:1 25228:2 25239:1 25240:1 25253:1 25255:1 25263:9 25275:1 25294:5 25299:1 25308:1 25310:1 25320:4 25347:3 25384:1 25399:1 25403:1 25410:1 25416:1 25432:1 25483:1 25499:1 25502:1 25507:1 25508:1 25514:2 25536:1 25537:1 25557:2 25562:1 25567:5 25585:1 25593:1 25595:1 25610:1 25625:1 25627:1 25634:2 25646:1 25647:1 25655:4 25687:1 25707:2 25712:1 25727:1 25759:2 25776:1 25787:1 25807:1 25811:1 25831:1 25869:1 25883:3 25924:2 25934:1 25941:1 25972:1 25987:1 26001:2 26008:1 26021:1 26030:1 26041:4 26045:1 26083:1 26092:2 26103:2 26119:1 26149:1 26160:2 26168:1 26169:1 26179:1 26201:1 26234:1 26244:1 26247:1 26262:1 26267:1 26269:1 26288:1 26309:1 26328:1 26332:1 26337:1 26343:1 26355:1 26359:1 26376:1 26378:3 26381:1 26386:1 26389:1 26393:2 26399:1 26402:2 26408:1 26411:1 26418:1 26422:1 26433:1 26459:2 26464:1 26477:1 26488:2 26496:3 26510:1 26518:1 26531:1 26544:1 26549:1 26556:5 26595:3 26645:3 26699:1 26704:1 26708:1 26729:1 26815:1 26822:1 26832:2 26852:1 26857:1 26859:1 26860:1 26869:1 26873:1 26878:2 26880:1 26892:1 26893:1 26902:1 26912:4 26918:1 26947:1 26949:1 26976:1 26986:1 27000:1 27002:1 27005:1 27009:1 27016:1 27028:7 27047:3 27060:2 27097:1 27124:1 27132:2 27134:1 27143:1 27161:1 27164:1 27260:1 27262:1 27263:2 27266:1 27301:1 27312:3 27316:1 27318:1 27327:2 27337:1 27351:1 27357:1 27366:1 27387:1 27424:1 27428:4 27451:1 27485:1 27498:1 27521:3 27526:2 27539:1 27561:1 27577:2 27590:1 27602:1 27616:1 27623:1 27640:1 27646:1 27650:10 27652:1 27676:1 27692:1 27700:2 27732:2 27761:1 27778:1 27790:1 27794:2 27795:1 27802:2 27814:3 27819:1 27820:2 27831:2 27884:6 27887:2 27905:2 27915:2 27918:1 27973:4 28009:1 28027:1 28029:1 28055:5 28059:1 28072:1 28085:7 28122:1 28128:1 28174:3 28178:1 28200:1 28221:1 28226:1 28230:1 28248:1 28276:1 28296:1 28312:1 28313:1 28325:2 28336:1 28365:2 28372:1 28387:1 28399:1 28409:1 28411:1 28425:1 28449:1 28454:1 28458:1 28477:1 28490:2 28534:2 28545:1 28565:1 28569:1 28660:1 28684:1 28696:3 28721:1 28733:1 28745:1 28754:1 28758:1 28760:1 28786:2 28802:6 28823:2 28838:1 28851:1 28858:1 28901:1 28925:2 28976:1 28986:1 29002:1 29011:2 29012:6 29021:1 29022:1 29036:6 29043:2 29055:1 29068:1 29083:1 29116:6 29159:1 29163:1 29175:1 29178:1 29183:20 29196:1 29210:1 29211:1 29236:1 29244:2 29280:1 29282:1 29294:2 29305:1 29312:2 29324:1 29339:1 29352:1 29392:1 29409:1 29421:1 29425:1 29445:1 29450:1 29478:1 29486:1 29496:4 29497:1 29506:3 29526:1 29530:2 29557:1 29573:1 29594:2 29606:2 29615:1 29644:2 29655:2 29662:1 29669:1 29683:1 29685:3 29695:1 29710:4 29715:1 29724:2 29746:1 29752:2 29776:1 29812:2 29817:1 29833:3 29838:1 29887:1 29938:1 29941:2 29952:1 29969:1 29994:1 29998:1 30014:1 30021:1 30026:1 30027:1 30036:1 30038:1 30039:1 30040:1 30041:1 30050:1 30078:2 30096:6 30131:1 30143:1 30171:1 30187:1 30188:1 30224:1 30230:1 30296:1 30299:1 30304:1 30308:1 30343:1 30366:2 30394:3 30396:1 30430:3 30443:1 30458:11 30466:1 30480:1 30486:3 30495:2 30501:2 30504:1 30506:2 30519:1 30523:1 30538:1 30550:2 30554:1 30565:2 30567:8 30577:1 30582:1 30592:1 30594:1 30605:2 30607:1 30609:1 30630:1 30653:3 30657:1 30658:2 30659:1 30661:2 30711:1 30713:4 30758:3 30763:1 30766:2 30777:4 30848:1 30851:1 30873:2 30878:1 30885:1 30900:1 30908:1 30931:1 30957:1 30972:1 30979:1 30980:1 31004:1 31005:1 31007:2 31009:2 31034:2 31041:2 31069:2 31097:1 31125:4 31132:1 31161:3 31176:1 31178:1 31179:1 31200:2 31201:1 31202:1 31203:1 31204:1 31206:1 31225:1 31246:1 31247:1 31257:1 31290:1 31297:1 31315:1 31317:1 31318:1 31361:4 31372:1 31374:4 31393:1 31420:1 31481:1 31484:1 31502:4 31525:1 31591:1 31599:1 31611:1 31612:3 31617:1 31633:1 31636:1 31639:1 31659:2 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31752:4 31760:1 31770:3 31774:1 31778:1 31787:1 31826:1 31830:1 31842:1 31851:1 31902:2
18 8:1 19:1 23:1 40:1 62:1 79:1 88:1 93:1 136:1 208:4 231:2 237:2 238:1 241:1 253:2 275:1 283:2 288:2 299:2 317:1 334:1 339:2 352:4 365:1 372:1 373:1 390:7 398:1 399:1 405:1 461:1 462:3 470:1 484:1 488:1 504:1 555:1 573:1 582:1 591:1 593:1 613:1 617:1 618:3 620:1 635:1 642:2 647:1 664:2 677:3 697:1 707:2 716:5 730:1 731:1 756:1 774:3 784:1 799:2 801:1 814:1 816:1 829:1 836:1 842:1 843:1 904:1 915:1 922:1 926:4 929:3 936:1 940:1 949:1 963:1 964:3 967:1 979:2 1000:1 1001:2 1014:2 1018:1 1030:1 1032:1 1061:1 1064:2 1165:1 1167:3 1174:1 1184:1 1189:1 1205:1 1222:1 1237:1 1296:4 1317:1 1326:2 1327:2 1328:1 1331:2 1348:1 1365:2 1381:1 1391:1 1392:1 1400:2 1403:1 1419:1 1492:1 1495:1 1504:1 1511:2 1512:2 1519:1 1525:1 1548:2 1564:3 1565:1 1566:1 1572:1 1582:1 1584:1 1588:1 1621:1 1623:2 1624:1 1628:1 1635:1 1665:1 1674:1 1685:2 1692:1 1703:4 1709:1 1710:1 1712:3 1719:2 1739:1 1742:1 1763:1 1781:1 1783:1 1793:2 1796:1 1822:1 1825:1 1868:1 1871:3 1908:1 1932:4 1977:1 2055:1 2064:1 2078:2 2081:1 2084:1 2090:1 2093:3 2118:1 2148:2 2152:1 2174:1 2181:1 2196:1 2199:2 2221:1 2241:2 2244:3 2249:1 2254:14 2255:1 2256:1 2259:1 2282:1 2296:1 2299:1 2307:1 2331:1 2341:1 2358:2 2366:2 2374:1 2383:1 2406:3 2409:1 2418:1 2420:4 2422:1 2424:1 2427:1 2428:4 2432:1 2436:1 2437:1 2438:4 2442:2 2447:2 2449:2 2466:2 2467:1 2468:1 2471:1 2474:1 2476:1 2478:1 2480:1 2481:3 2482:2 2487:1 2488:1 2493:1 2497:2 2501:2 2503:4 2509:2 2512:1 2516:1 2517:3 2518:1 2523:1 2524:1 2531:20 2540:1 2543:1 2551:3 2556:1 2602:4 2613:1 2624:1 2641:1 2644:1 2646:1 2648:1 2659:4 2668:1 2682:1 2706:1 2717:2 2738:1 2740:1 2743:1 2751:1 2763:1 2783:2 2796:3 2797:1 2799:1 2815:1 2817:2 2824:2 2834:1 2853:2 2904:1 2932:2 2940:2 2941:1 2963:1 2990:1 2996:1 3004:1 3011:1 3045:1 3050:1 3066:6 3068:1 3077:2 3086:1 3097:1 3159:2 3170:11 3171:3 3203:1 3209:1 3212:14 3218:1 3219:2 3230:2 3244:1 3251:2 3279:1 3281:1 3316:1 3323:1 3328:1 3330:1 3404:2 3423:6 3478:4 3489:1 3492:1 3526:1 3528:1 3532:1 3533:3 3547:1 3549:1 3558:1 3570:1 3571:1 3576:3 3577:1 3584:1 3614:2 3625:2 3632:1 3653:1 3669:1 3684:1 3698:1 3798:3 3846:1 3855:1 3865:1 3888:1 3898:1 3919:1 3920:1 3932:1 3934:1 3981:1 3995:2 4017:2 4020:2 4043:2 4090:1 4091:3 4099:2 4133:1 4136:1 4145:4 4146:2 4148:1 4170:1 4171:1 4177:2 4181:2 4211:3 4218:1 4225:1 4226:2 4230:3 4259:1 4261:1 4267:1 4274:1 4276:1 4279:3 4281:1 4283:1 4292:1 4300:1 4332:1 4339:1 4359:1 4367:1 4371:1 4394:1 4402:1 4423:2 4428:2 4442:1 4444:1 4466:1 4472:2 4497:1 4507:1 4529:1 4536:2 4542:1 4549:3 4556:1 4573:1 4587:2 4614:1 4617:1 4619:1 4625:1 4643:1 4651:1 4655:2 4665:1 4729:2 4763:1 4774:1 4814:1 4817:2 4846:2 4851:1 4868:1 4877:4 4895:1 4953:2 4972:1 4989:1 5018:1 5021:1 5022:1 5023:3 5035:1 5050:2 5078:1 5079:3 5098:1 5107:1 5120:1 5121:5 5132:2 5151:1 5185:1 5202:3 5210:1 5214:1 5219:2 5221:1 5223:1 5251:1 5254:1 5287:1 5302:1 5315:2 5351:1 5368:3 5375:1 5391:1 5414:14 5417:2 5418:1 5427:1 5470:1 5477:1 5487:1 5540:1 5560:1 5576:1 5592:1 5598:1 5602:1 5650:2 5670:1 5690:1 5694:1 5697:1 5701:3 5703:1 5733:1 5765:2 5773:2 5815:1 5829:1 5852:3 5876:1 5879:1 5883:2 5912:1 5917:1 5919:1 5924:2 5935:1 5936:1 5949:1 5969:1 5996:6 6025:1 6032:1 6041:1 6054:1 6077:1 6085:5 6099:2 6133:1 6146:1 6161:1 6162:1 6168:1 6173:2 6185:1 6186:1 6208:1 6212:2 6219:1 6254:1 6260:1 6276:2 6299:1 6368:2 6399:2 6412:1 6465:1 6469:1 6518:4 6545:2 6557:2 6582:1 6608:2 6611:1 6613:2 6625:1 6635:1 6646:1 6664:1 6727:2 6729:1 6746:1 6750:1 6761:1 6768:2 6783:3 6792:1 6794:7 6811:3 6814:2 6826:1 6833:1 6854:2 6878:3 6902:1 6924:1 6956:6 7007:1 7027:6 7038:2 7039:1 7041:1 7042:1 7044:4 7062:1 7091:1 7113:3 7132:3 7133:1 7138:1 7149:1 7150:2 7152:1 7155:1 7156:1 7158:1 7159:2 7239:1 7245:1 7294:1 7304:1 7320:2 7326:1 7331:3 7349:6 7363:1 7410:1 7418:1 7436:2 7445:1 7452:1 7468:1 7473:1 7482:7 7484:1 7490:1 7511:1 7525:1 7538:1 7543:8 7561:2 7575:1 7589:1 7624:1 7635:1 7652:1 7676:1 7678:2 7681:2 7683:1 7686:1 7691:1 7718:1 7722:1 7745:1 7770:1 7783:1 7792:2 7794:1 7814:1 7815:1 7885:1 7926:1 7944:1 7992:6 8007:1 8009:1 8010:1 8034:1 8039:1 8069:2 8073:1 8080:1 8134:2 8164:1 8172:3 8203:1 8215:1 8218:4 8237:1 8250:2 8251:1 8304:1 8306:2 8313:2 8340:14 8349:3 8370:1 8386:1 8387:1 8407:1 8464:1 8471:1 8477:1 8531:3 8558:2 8597:2 8604:1 8614:4 8615:1 8631:1 8635:1 8636:2 8639:2 8642:5 8648:1 8657:3 8658:2 8663:6 8664:2 8669:1 8677:1 8682:1 8683:1 8690:20 8718:14 8724:1 8728:1 8753:1 8766:1 8776:1 8797:2 8803:1 8827:2 8835:1 8869:1 8877:1 8894:1 8914:3 8916:3 8953:1 8977:1 9013:1 9035:1 9042:3 9044:1 9077:1 9083:1 9094:1 9100:3 9114:1 9147:2 9155:1 9167:1 9171:1 9178:1 9216:1 9221:2 9226:1 9249:11 9263:1 9274:2 9303:13 9310:6 9313:2 9315:1 9316:1 9342:1 9356:1 9357:1 9400:1 9436:1 9460:1 9465:1 9473:1 9475:1 9478:4 9501:1 9528:14 9546:1 9562:1 9577:7 9593:1 9608:1 9655:1 9656:1 9659:1 9662:2 9668:1 9671:1 9672:1 9673:1 9676:1 9687:1 9690:1 9693:2 9734:1 9756:2 9757:5 9767:1 9772:1 9773:1 9780:1 9792:1 9833:1 9846:1 9859:1 9860:2 9882:1 9888:2 9891:1 9926:1 9933:1 9934:1 9961:2 10017:1 10021:2 10028:2 10044:1 10054:2 10069:1 10080:2 10081:1 10089:1 10090:2 10098:3 10101:1 10105:2 10139:1 10143:1 10151:1 10154:1 10164:2 10196:1 10201:1 10203:1 10248:2 10255:1 10269:1 10274:1 10299:2 10322:1 10327:1 10405:1 10420:1 10455:1 10473:3 10495:1 10535:1 10545:1 10547:1 10568:1 10574:1 10576:1 10608:3 10616:1 10617:1 10637:1 10647:1 10711:1 10729:3 10731:1 10734:6 10737:32 10739:1 10741:2 10744:1 10748:2 10756:1 10759:1 10763:1 10773:2 10794:1 10809:4 10853:1 10854:2 10870:1 10876:2 10881:2 10910:1 10915:1 10962:1 10974:2 11011:1 11015:1 11016:1 11033:4 11051:1 11057:1 11090:1 11099:2 11116:1 11119:1 11120:2 11134:3 11141:3 11151:1 11167:1 11175:3 11178:1 11184:1 11201:2 11204:20 11290:4 11323:1 11355:1 11359:1 11375:1 11423:1 11439:1 11441:2 11450:1 11460:1 11518:1 11524:1 11537:1 11546:1 11582:1 11611:1 11617:2 11618:1 11628:2 11634:1 11640:2 11688:2 11712:1 11727:3 11772:1 11783:2 11796:14 11800:1 11811:1 11814:1 11819:1 11826:1 11840:1 11841:3 11845:1 11861:1 11881:1 11884:2 11902:4 11918:2 11927:1 11937:1 11959:1 11983:1 11990:2 11992:1 12026:1 12036:1 12044:7 12064:1 12101:1 12110:1 12118:1 12133:1 12151:1 12174:1 12191:3 12202:4 12205:2 12207:1 12208:1 12222:1 12230:1 12233:3 12234:1 12236:2 12241:2 12246:1 12251:1 12285:1 12358:1 12382:1 12385:1 12395:4 12405:1 12426:1 12427:1 12441:1 12451:1 12452:1 12474:1 12495:1 12512:1 12533:1 12565:1 12567:2 12573:2 12578:1 12582:1 12608:1 12610:1 12615:1 12635:1 12664:1 12721:1 12743:1 12761:1 12762:1 12771:1 12773:1 12813:1 12829:1 12830:1 12849:1 12861:1 12890:2 12902:3 12915:1 12933:1 12943:1 12959:2 12984:1 12991:3 12993:1 12997:1 13009:2 13019:6 13021:2 13028:3 13045:1 13046:6 13058:2 13069:1 13081:3 13089:1 13134:1 13137:1 13144:1 13168:3 13201:1 13242:1 13250:1 13340:1 13371:1 13377:1 13393:1 13397:2 13401:1 13423:3 13430:1 13436:1 13446:1 13453:2 13489:1 13517:1 13536:1 13540:1 13558:2 13561:2 13578:2 13582:2 13607:1 13617:1 13668:1 13688:1 13698:7 13709:1 13714:1 13731:2 13738:2 13761:1 13802:1 13829:1 13854:1 13892:1 13893:2 13899:1 13959:1 13986:1 13989:1 13994:1 14017:2 14044:1 14085:7 14107:1 14113:11 14146:1 14168:1 14183:1 14184:1 14190:1 14200:1 14203:1 14283:2 14287:1 14316:1 14332:1 14335:1 14336:2 14341:1 14351:9 14386:1 14396:5 14416:1 14421:1 14551:1 14574:1 14585:2 14590:1 14592:1 14598:1 14616:2 14641:1 14647:4 14654:1 14656:1 14657:1 14667:1 14668:2 14671:1 14695:1 14738:1 14739:1 14747:1 14773:2 14791:2 14802:1 14806:2 14813:1 14821:2 14826:1 14844:1 14863:1 14875:1 14876:1 14878:1 14900:1 14901:1 14906:2 14914:2 14924:1 14944:1 14987:1 15008:1 15010:4 15021:4 15057:1 15061:2 15077:1 15087:1 15091:4 15099:1 15103:2 15111:1 15151:3 15173:1 15182:1 15197:2 15203:1 15210:2 15234:1 15240:1 15247:1 15266:1 15273:6 15284:2 15323:1 15325:2 15336:1 15339:1 15376:1 15385:1 15411:1 15431:1 15476:3 15496:1 15506:2 15543:1 15556:3 15562:2 15566:1 15597:1 15599:1 15637:2 15684:1 15691:1 15722:1 15746:4 15747:1 15781:1 15785:6 15801:1 15851:1 15858:1 15878:1 15882:3 15888:1 15894:1 15906:2 15907:1 15911:1 15943:1 15961:20 15966:2 15967:1 16017:3 16019:1 16022:1 16077:5 16081:1 16107:1 16115:1 16119:1 16123:1 16142:1 16143:1 16215:1 16222:1 16268:1 16297:1 16322:1 16341:1 16385:1 16402:1 16405:1 16408:1 16411:1 16417:1 16419:3 16428:2 16515:1 16517:1 16537:1 16538:1 16542:2 16543:1 16546:1 16549:1 16554:1 16570:1 16571:3 16573:4 16597:1 16607:1 16610:1 16625:1 16626:6 16632:2 16657:1 16674:1 16679:1 16693:1 16706:1 16722:11 16808:1 16809:1 16818:1 16828:1 16843:1 16854:1 16861:1 16873:1 16891:4 16944:2 16949:1 16962:1 16987:1 16990:1 16993:1 17062:2 17067:5 17069:1 17077:2 17086:1 17118:1 17123:1 17132:1 17143:1 17162:11 17164:1 17180:1 17192:2 17211:1 17226:1 17269:4 17276:1 17302:1 17307:1 17309:1 17311:1 17315:2 17324:1 17340:1 17348:1 17356:1 17358:1 17388:1 17392:1 17412:3 17424:1 17425:1 17446:2 17467:1 17492:1 17510:1 17514:3 17515:4 17550:1 17554:2 17556:1 17558:2 17579:1 17604:1 17610:1 17617:2 17633:1 17634:1 17639:1 17646:2 17697:2 17710:2 17722:1 17762:1 17799:5 17818:1 17820:1 17826:1 17830:1 17841:1 17846:2 17854:3 17855:1 17892:1 17894:1 17897:1 17908:1 17925:1 17928:1 17929:1 17930:1 17937:1 17943:2 17950:2 17954:1 17969:1 17994:1 18008:1 18019:2 18022:1 18023:1 18035:1 18051:1 18052:1 18096:1 18114:1 18124:1 18152:1 18162:1 18163:2 18164:1 18181:2 18192:1 18210:1 18261:1 18272:1 18285:1 18315:2 18354:1 18359:1 18368:1 18398:1 18405:1 18431:1 18433:2 18439:1 18445:5 18489:1 18499:6 18545:1 18547:1 18572:1 18591:1 18617:1 18627:1 18665:1 18697:1 18700:1 18703:1 18750:1 18758:1 18762:1 18764:2 18772:11 18774:4 18786:4 18792:2 18807:2 18812:4 18820:2 18845:1 18948:2 18949:1 18968:1 18972:1 18976:2 18978:1 18984:2 18987:1 18990:1 19004:1 19053:1 19063:2 19076:1 19079:1 19086:2 19093:1 19118:2 19123:3 19128:1 19133:1 19162:1 19173:1 19179:1 19233:1 19234:1 19250:1 19259:2 19278:2 19294:2 19305:2 19313:2 19319:3 19335:1 19339:1 19341:1 19347:1 19349:3 19362:1 19364:1 19381:3 19384:3 19391:1 19392:1 19396:2 19404:3 19438:2 19445:4 19450:1 19459:1 19464:1 19481:1 19504:1 19511:1 19546:1 19558:1 19567:1 19570:2 19605:2 19621:3 19624:1 19626:1 19637:2 19707:1 19725:1 19730:1 19736:1 19740:2 19750:2 19761:1 19779:1 19782:4 19785:1 19797:1 19807:2 19836:5 19842:6 19848:4 19852:1 19853:1 19855:2 19874:1 19891:1 19892:3 19906:4 19928:1 19979:1 19991:1 20004:1 20010:1 20015:1 20079:2 20103:1 20121:6 20130:1 20163:1 20172:1 20177:1 20180:1 20186:1 20211:1 20214:5 20225:1 20234:1 20254:3 20271:20 20329:1 20334:2 20373:2 20386:2 20390:1 20407:1 20430:4 20432:1 20474:2 20480:1 20572:20 20590:2 20599:1 20620:1 20622:2593 20670:1 20676:1 20681:2 20704:1 20723:1 20755:1 20759:2 20794:3 20799:1 20815:1 20822:1 20825:1 20844:1 20849:2 20859:5 20862:1 20869:1 20873:5 20877:1 20878:1 20880:1 20890:1 20895:1 20899:2 20946:1 20956:1 20959:1 20962:2 21018:1 21020:1 21071:1 21086:1 21089:1 21095:1 21119:1 21124:1 21176:3 21190:1 21259:5 21268:1 21290:1 21303:7 21306:3 21311:1 21324:1 21329:1 21330:1 21350:2 21362:1 21364:1 21366:2 21370:1 21384:1 21392:1 21400:1 21405:2 21406:1 21415:1 21419:7 21448:2 21462:1 21472:1 21479:4 21501:6 21511:1 21513:1 21523:1 21530:11 21531:2 21538:1 21539:1 21553:2 21572:1 21582:1 21595:17 21617:1 21618:1 21634:1 21638:3 21644:2 21652:1 21658:1 21686:1 21698:1 21739:1 21750:3 21767:1 21772:4 21802:1 21812:1 21819:2 21829:2 21831:2 21877:1 21890:1 21892:1 21897:1 21965:1 21969:1 21970:4 21974:1 21990:1 22008:2 22038:1 22076:1 22077:1 22083:1 22090:3 22093:1 22102:1 22109:1 22117:1 22145:1 22170:1 22191:2 22192:1 22197:1 22215:1 22228:1 22237:1 22256:1 22266:6 22282:1 22294:2 22295:1 22316:8 22350:1 22379:1 22394:1 22461:2 22467:1 22494:2 22507:1 22509:1 22510:2 22520:1 22526:1 22533:1 22545:4 22555:1 22557:2 22564:4 22585:1 22593:2 22602:1 22627:1 22660:1 22664:4 22669:1 22673:2 22679:1 22704:1 22714:4 22742:1 22748:1 22749:1 22763:2 22769:1 22773:2 22806:1 22814:1 22817:1 22835:1 22849:1 22853:1 22863:1 22869:2 22879:2 22890:7 22893:1 22916:1 22917:8 22950:1 22951:1 22961:1 22972:1 22976:1 23002:1 23004:1 23031:1 23032:1 23033:1 23037:4 23042:1 23048:2 23050:1 23064:1 23067:1 23081:1 23086:2 23104:1 23105:2 23145:1 23187:1 23188:2 23190:1 23191:1 23215:1 23218:1 23223:1 23232:2 23243:1 23266:1 23289:1 23295:4 23323:1 23338:1 23353:1 23382:2 23394:1 23441:1 23450:1 23452:1 23455:1 23469:1 23471:1 23474:2 23487:3 23494:1 23517:1 23522:1 23528:1 23531:1 23532:1 23539:1 23555:2 23556:1 23563:1 23568:1 23581:1 23595:1 23600:1 23617:1 23655:2 23658:3 23671:2 23692:1 23702:2 23708:3 23714:1 23723:2 23733:1 23745:1 23748:1 23763:1 23764:2 23772:1 23780:4 23810:1 23812:1 23858:1 23860:1 23908:2 23928:1 23935:1 23954:1 23997:1 24005:1 24020:2 24032:1 24058:4 24067:1 24068:1 24073:1 24084:1 24091:1 24115:6 24149:1 24154:1 24161:1 24181:1 24204:1 24205:2 24222:1 24225:2 24233:1 24236:1 24256:1 24262:1 24267:1 24273:1 24281:1 24313:1 24333:1 24337:1 24372:1 24378:1 24382:1 24385:1 24386:1 24399:1 24400:1 24410:1 24414:2 24418:2 24423:1 24429:1 24457:1 24461:2 24462:2 24465:1 24486:1 24496:2 24506:1 24507:2 24509:1 24510:3 24519:1 24522:1 24535:1 24539:1 24544:1 24549:1 24562:1 24567:1 24591:1 24594:1 24605:2 24612:1 24613:2 24614:3 24624:1 24629:2 24653:1 24655:1 24666:2 24692:1 24704:1 24706:1 24714:1 24715:3 24735:1 24753:1 24779:1 24795:1 24807:1 24808:1 24810:4 24814:2 24847:2 24851:1 24855:2 24860:1 24866:1 24868:1 24882:1 24893:1 24898:1 24916:1 24926:5 24949:1 24951:1 24956:2 24960:1 24993:1 24997:2 25001:1 25006:1 25011:1 25013:3 25014:1 25021:2 25029:1 25081:2 25084:1 25148:1 25158:1 25169:1 25186:1 25190:1 25228:2 25239:1 25240:1 25253:1 25255:1 25263:10 25275:1 25294:5 25299:1 25308:1 25310:1 25320:5 25347:3 25384:1 25399:1 25403:1 25410:1 25416:1 25432:1 25483:1 25499:1 25502:1 25507:1 25508:1 25514:2 25536:1 25537:1 25557:2 25562:1 25567:5 25585:1 25593:1 25595:1 25610:1 25625:1 25627:1 25634:2 25646:1 25647:1 25655:4 25687:1 25707:2 25712:1 25727:1 25759:2 25776:1 25787:1 25807:1 25811:1 25831:1 25869:1 25883:3 25924:2 25934:1 25941:1 25972:1 25987:1 26001:2 26008:1 26021:1 26030:1 26041:4 26045:1 26048:1 26056:1 26083:1 26092:2 26103:2 26119:1 26138:1 26149:1 26160:2 26168:1 26169:1 26179:1 26201:1 26234:1 26244:1 26247:1 26262:1 26267:1 26269:1 26288:1 26309:1 26328:1 26332:1 26337:1 26343:1 26355:1 26359:1 26376:1 26378:3 26381:1 26386:1 26389:1 26393:2 26399:1 26402:2 26408:1 26409:1 26411:1 26418:1 26422:1 26433:1 26446:1 26459:2 26464:1 26477:1 26488:2 26496:4 26510:1 26518:2 26531:1 26544:1 26549:1 26556:5 26570:1 26595:3 26645:3 26699:1 26704:1 26708:1 26729:1 26815:1 26822:1 26832:2 26852:1 26857:1 26859:1 26860:1 26869:1 26873:1 26878:3 26880:1 26892:1 26893:1 26902:1 26912:4 26918:1 26947:1 26949:1 26976:1 26986:1 27000:1 27002:1 27005:1 27009:1 27016:1 27028:7 27047:3 27060:2 27097:1 27124:1 27132:2 27134:1 27143:1 27144:1 27161:1 27164:1 27260:1 27262:1 27263:2 27266:1 27301:1 27312:3 27316:1 27318:1 27327:2 27337:1 27351:1 27357:1 27366:1 27387:1 27424:1 27428:4 27451:1 27485:1 27498:1 27521:3 27526:2 27539:1 27561:1 27577:3 27590:1 27602:1 27616:1 27623:1 27625:1 27640:1 27646:1 27650:10 27652:1 27676:1 27692:1 27700:2 27732:2 27761:1 27778:1 27790:1 27794:2 27795:1 27802:2 27814:3 27819:1 27820:2 27831:2 27849:1 27884:6 27887:2 27905:2 27915:2 27918:1 27973:4 28009:1 28027:1 28029:1 28055:5 28059:1 28072:1 28085:7 28122:1 28128:1 28174:3 28178:1 28200:1 28221:1 28226:1 28230:1 28248:1 28276:1 28296:1 28312:1 28313:1 28325:2 28336:1 28365:2 28372:1 28387:1 28399:1 28409:1 28411:1 28425:1 28449:1 28454:1 28458:1 28477:1 28490:2 28534:2 28545:1 28565:1 28569:1 28660:1 28684:1 28696:3 28721:1 28733:1 28745:1 28754:1 28758:1 28759:1 28760:1 28786:2 28802:7 28823:2 28838:1 28851:1 28858:1 28901:1 28925:2 28976:1 28986:1 29002:1 29011:2 29012:6 29021:1 29022:1 29036:6 29043:2 29055:1 29068:1 29083:1 29116:7 29159:1 29163:1 29175:1 29178:1 29183:20 29196:1 29210:1 29211:1 29236:1 29244:2 29280:1 29282:1 29294:2 29305:1 29312:2 29324:1 29339:1 29352:1 29392:1 29409:1 29421:1 29425:1 29445:1 29450:1 29478:1 29486:1 29496:4 29497:1 29506:3 29526:1 29530:2 29557:1 29573:1 29594:2 29606:2 29615:1 29644:2 29655:2 29662:1 29669:1 29683:1 29684:1 29685:3 29695:1 29710:4 29715:1 29724:2 29746:1 29752:2 29776:1 29812:2 29817:1 29833:3 29838:1 29887:1 29938:1 29941:2 29952:1 29969:1 29994:1 29998:1 30014:1 30021:1 30026:1 30027:1 30036:1 30038:1 30039:1 30040:1 30041:1 30050:1 30078:2 30096:6 30131:1 30143:1 30171:1 30187:1 30188:1 30224:1 30230:1 30296:1 30299:1 30304:1 30308:1 30343:1 30366:2 30394:3 30396:1 30430:3 30443:1 30458:12 30466:1 30480:1 30486:3 30495:2 30501:2 30504:1 30506:2 30519:1 30523:1 30538:1 30550:2 30554:1 30565:2 30567:8 30577:1 30582:1 30592:1 30594:2 30605:2 30607:1 30609:1 30615:1 30630:1 30653:3 30657:1 30658:2 30659:1 30661:2 30711:1 30713:5 30758:3 30763:1 30766:2 30777:4 30848:1 30851:1 30873:2 30878:1 30885:1 30900:1 30908:1 30931:1 30957:1 30972:1 30979:1 30980:1 31004:1 31005:1 31007:2 31009:2 31034:2 31041:2 31069:3 31097:1 31125:4 31132:1 31161:3 31176:1 31178:1 31179:1 31200:2 31201:1 31202:1 31203:1 31204:1 31206:1 31225:1 31246:1 31247:1 31257:1 31290:1 31297:1 31315:1 31317:1 31318:1 31361:4 31372:1 31374:4 31380:1 31393:1 31420:1 31481:1 31484:1 31502:4 31525:1 31591:1 31599:1 31601:1 31611:1 31612:3 31617:1 31633:1 31636:1 31639:1 31659:2 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31752:4 31760:1 31770:4 31774:1 31778:1 31787:1 31826:1 31830:1 31836:1 31842:1 31851:1 31902:2
18 8:1 19:1 23:1 40:1 62:1 79:1 88:1 93:1 136:1 208:4 231:2 237:2 238:1 241:1 253:2 275:1 283:2 288:2 299:2 317:1 334:1 339:2 352:4 365:1 372:1 373:1 390:7 398:1 399:1 405:1 461:1 462:3 470:1 484:1 488:1 504:1 522:1 555:1 573:1 582:1 591:1 593:1 613:1 617:1 618:3 620:1 635:1 642:2 647:1 664:2 677:3 682:1 697:1 707:2 716:5 730:1 731:1 756:1 774:3 784:1 799:2 801:1 814:1 816:1 829:1 836:1 842:1 843:1 904:1 915:1 922:1 926:4 929:3 936:1 940:1 949:1 963:1 964:3 967:1 979:2 1000:1 1001:2 1014:2 1018:1 1030:1 1032:1 1061:1 1064:2 1165:1 1167:3 1174:2 1184:1 1189:1 1205:1 1222:1 1237:1 1296:4 1317:1 1326:2 1327:2 1328:1 1331:2 1348:1 1365:3 1381:1 1391:1 1392:1 1400:2 1403:1 1419:1 1492:1 1495:1 1504:1 1511:2 1512:2 1519:1 1525:1 1548:2 1564:3 1565:1 1566:1 1572:1 1582:1 1584:1 1588:1 1621:1 1623:2 1624:1 1628:1 1635:1 1665:1 1674:1 1685:2 1692:1 1703:4 1709:1 1710:1 1712:3 1719:2 1739:1 1742:1 1763:1 1781:1 1783:1 1793:2 1796:1 1822:1 1825:1 1868:1 1871:3 1908:1 1932:4 1977:1 2055:1 2064:1 2078:2 2081:1 2084:1 2090:1 2093:3 2118:1 2148:2 2152:1 2174:1 2181:1 2196:1 2199:2 2221:1 2241:2 2244:3 2249:1 2254:14 2255:1 2256:1 2259:1 2282:1 2296:1 2299:1 2307:1 2331:1 2341:1 2358:2 2366:2 2374:1 2383:1 2406:3 2409:1 2418:1 2420:4 2422:1 2424:1 2427:1 2428:4 2431:1 2432:1 2436:1 2437:1 2438:4 2442:2 2447:2 2449:2 2466:2 2467:1 2468:1 2471:1 2474:1 2476:1 2478:1 2480:1 2481:3 2482:2 2487:1 2488:1 2493:1 2497:2 2501:2 2503:4 2509:2 2512:1 2516:1 2517:3 2518:1 2523:1 2524:1 2531:20 2540:1 2543:1 2551:3 2556:1 2602:4 2613:1 2619:1 2624:1 2641:1 2644:1 2646:1 2648:1 2659:4 2668:1 2682:1 2706:1 2717:2 2738:1 2740:1 2743:1 2751:1 2763:1 2783:2 2796:4 2797:1 2799:1 2815:1 2817:2 2824:2 2834:1 2853:2 2904:1 2932:2 2940:2 2941:1 2963:1 2990:1 2996:1 3004:1 3011:1 3045:1 3050:1 3066:6 3068:1 3077:2 3086:1 3097:1 3159:2 3170:11 3171:3 3203:1 3209:1 3212:15 3218:1 3219:2 3230:2 3244:1 3251:3 3279:1 3281:1 3316:1 3323:1 3328:1 3330:1 3404:2 3423:6 3478:4 3489:1 3492:1 3526:1 3528:1 3532:1 3533:3 3547:1 3549:1 3558:1 3570:1 3571:1 3576:3 3577:1 3584:1 3614:3 3625:2 3632:1 3653:1 3669:1 3681:1 3684:1 3698:1 3798:4 3846:1 3855:1 3865:1 3888:1 3898:1 3919:1 3920:1 3932:1 3934:1 3981:1 3995:2 4017:2 4020:2 4043:2 4070:1 4090:1 4091:3 4099:2 4133:1 4136:1 4145:4 4146:2 4148:1 4170:1 4171:1 4177:2 4181:2 4211:3 4218:1 4225:1 4226:2 4230:3 4259:1 4261:1 4267:1 4274:1 4276:1 4279:3 4281:1 4283:1 4292:1 4300:1 4332:1 4339:1 4353:1 4359:1 4367:1 4371:1 4394:1 4402:1 4423:2 4428:2 4442:1 4444:1 4466:1 4472:2 4497:1 4507:1 4529:1 4536:2 4542:1 4549:3 4556:1 4573:1 4587:2 4614:1 4617:1 4619:1 4625:1 4643:1 4651:1 4655:2 4665:1 4729:2 4763:1 4774:1 4814:1 4817:2 4846:2 4851:1 4868:1 4877:4 4888:1 4895:1 4953:2 4972:1 4989:1 5018:1 5021:1 5022:1 5023:3 5035:1 5050:2 5078:1 5079:3 5098:1 5107:1 5120:1 5121:5 5132:2 5146:1 5148:1 5151:1 5185:1 5202:3 5210:1 5214:1 5219:2 5221:1 5223:1 5251:1 5254:1 5287:1 5300:1 5302:1 5315:2 5351:1 5352:1 5368:3 5375:1 5391:1 5414:14 5417:2 5418:1 5427:1 5470:1 5477:1 5487:1 5540:1 5560:1 5566:1 5576:1 5592:1 5598:1 5602:1 5650:2 5658:1 5670:1 5690:1 5694:1 5697:1 5701:3 5703:1 5733:1 5765:2 5773:2 5815:1 5829:1 5852:3 5876:1 5879:1 5883:2 5912:1 5917:1 5919:1 5924:2 5928:1 5935:1 5936:1 5949:1 5969:1 5996:6 6025:1 6032:1 6041:1 6054:1 6077:1 6082:1 6085:5 6099:2 6133:1 6146:1 6161:1 6162:1 6168:1 6173:2 6185:1 6186:1 6208:1 6212:2 6219:1 6254:1 6260:1 6276:2 6299:1 6368:2 6399:2 6412:1 6437:1 6465:1 6469:1 6507:1 6518:4 6545:2 6557:2 6582:1 6608:2 6611:1 6613:2 6625:1 6635:1 6646:1 6655:1 6664:1 6727:2 6729:1 6746:1 6750:1 6761:1 6768:2 6783:3 6792:1 6794:7 6811:3 6814:2 6826:1 6833:1 6854:2 6878:3 6902:1 6924:1 6956:6 7007:1 7027:6 7038:2 7039:1 7041:1 7042:1 7044:4 7062:1 7091:1 7113:3 7132:3 7133:1 7138:1 7149:1 7150:2 7152:1 7155:1 7156:1 7158:1 7159:2 7239:1 7245:1 7294:1 7304:1 7320:2 7326:1 7331:3 7349:6 7363:1 7410:1 7418:1 7436:2 7445:1 7452:1 7468:1 7473:1 7482:8 7484:1 7490:1 7511:1 7525:1 7538:1 7543:8 7561:2 7575:1 7589:1 7624:1 7635:1 7652:1 7676:1 7678:2 7681:2 7683:1 7686:1 7691:1 7718:1 7722:1 7745:1 7770:1 7783:1 7792:2 7794:1 7814:1 7815:1 7885:1 7926:1 7944:1 7992:6 8007:1 8009:1 8010:2 8034:1 8039:1 8069:2 8073:1 8080:1 8134:2 8164:1 8172:3 8203:1 8215:1 8218:4 8237:1 8250:3 8251:1 8304:1 8306:2 8313:2 8340:14 8349:3 8370:1 8386:1 8387:1 8407:1 8464:1 8471:1 8477:1 8531:4 8558:2 8597:2 8604:1 8614:4 8615:1 8631:1 8634:1 8635:1 8636:2 8639:2 8642:5 8648:1 8657:3 8658:2 8663:6 8664:2 8669:1 8677:1 8682:1 8683:1 8690:20 8718:15 8724:1 8728:1 8753:1 8766:1 8776:1 8797:2 8803:1 8827:2 8835:1 8867:1 8869:1 8877:1 8894:1 8914:3 8916:3 8953:1 8977:1 9013:1 9035:1 9042:3 9044:1 9077:1 9083:1 9094:1 9100:3 9114:1 9147:2 9155:1 9167:1 9171:1 9178:1 9216:1 9221:2 9226:1 9249:11 9263:1 9274:2 9303:13 9310:6 9313:2 9315:1 9316:1 9342:1 9356:1 9357:1 9400:1 9436:1 9460:1 9465:1 9473:1 9475:1 9478:4 9501:1 9528:14 9546:1 9562:1 9577:8 9593:1 9608:1 9655:1 9656:1 9659:1 9662:2 9668:1 9671:1 9672:1 9673:1 9676:1 9687:1 9690:1 9693:2 9734:1 9756:2 9757:5 9767:1 9772:1 9773:1 9780:1 9792:1 9833:1 9846:1 9859:1 9860:2 9882:1 9888:2 9891:1 9926:1 9933:1 9934:1 9961:2 10017:1 10021:2 10028:2 10044:1 10054:2 10069:1 10080:2 10081:1 10089:1 10090:2 10098:3 10101:1 10105:2 10139:1 10143:1 10144:1 10145:1 10151:1 10154:1 10164:2 10196:1 10201:1 10203:1 10248:2 10255:1 10269:1 10274:1 10299:2 10322:1 10327:1 10405:1 10420:1 10455:1 10473:3 10495:1 10535:1 10545:1 10547:1 10568:1 10574:1 10576:1 10608:3 10616:1 10617:1 10637:1 10647:2 10711:1 10729:3 10731:1 10734:6 10737:32 10739:1 10741:2 10744:1 10748:2 10756:1 10759:1 10763:1 10773:2 10778:1 10794:1 10809:4 10853:1 10854:2 10870:1 10876:2 10881:2 10899:1 10910:1 10915:1 10962:1 10974:2 11011:1 11015:1 11016:1 11033:4 11051:1 11057:1 11090:1 11099:2 11116:1 11119:1 11120:2 11134:3 11141:3 11151:1 11167:1 11175:3 11178:1 11184:1 11201:2 11204:20 11290:4 11323:1 11355:1 11359:1 11375:1 11423:1 11439:1 11441:2 11450:1 11460:1 11473:1 11518:1 11524:1 11537:1 11546:1 11582:1 11611:1 11617:2 11618:1 11628:2 11634:1 11640:2 11688:2 11712:1 11727:3 11732:1 11772:1 11783:2 11796:14 11800:1 11811:1 11814:1 11819:1 11826:1 11840:1 11841:4 11845:1 11861:1 11881:1 11884:2 11902:4 11918:2 11927:1 11937:1 11959:1 11983:1 11990:2 11992:1 12026:1 12036:1 12044:8 12064:1 12101:1 12110:1 12118:1 12133:1 12151:1 12174:1 12191:3 12202:4 12205:2 12207:1 12208:1 12222:1 12230:1 12233:3 12234:1 12236:2 12241:2 12246:1 12251:1 12285:1 12358:1 12382:1 12385:1 12395:4 12405:1 12426:1 12427:1 12441:1 12451:1 12452:1 12474:1 12495:1 12512:1 12533:1 12565:1 12567:2 12573:2 12578:1 12581:1 12582:1 12608:1 12610:1 12615:1 12635:1 12664:1 12721:1 12743:1 12761:1 12762:1 12769:1 12771:1 12773:1 12813:1 12829:1 12830:1 12849:1 12861:1 12890:3 12902:4 12915:1 12933:1 12943:1 12959:2 12984:2 12991:3 12993:1 12997:1 13009:2 13019:6 13021:2 13028:3 13045:1 13046:6 13058:2 13069:1 13081:3 13089:1 13134:1 13137:1 13144:1 13168:3 13201:1 13242:1 13250:1 13340:1 13371:1 13377:1 13393:1 13397:2 13401:1 13423:3 13430:1 13436:1 13446:1 13453:2 13489:1 13517:1 13536:1 13540:1 13558:2 13561:2 13578:2 13582:2 13607:1 13617:1 13668:1 13688:2 13698:7 13709:1 13714:1 13731:2 13738:2 13761:1 13802:1 13829:1 13854:1 13892:1 13893:2 13899:1 13959:1 13986:1 13989:1 13994:1 14017:2 14044:1 14085:9 14107:1 14113:11 14146:1 14168:1 14183:1 14184:1 14190:1 14200:1 14203:1 14283:2 14287:1 14316:1 14332:1 14335:1 14336:2 14341:1 14351:9 14386:1 14396:5 14416:1 14421:1 14438:1 14551:1 14570:1 14574:1 14585:2 14590:1 14592:1 14598:1 14616:2 14641:1 14647:4 14654:1 14656:1 14657:1 14667:1 14668:2 14671:1 14695:1 14738:1 14739:1 14747:1 14753:1 14773:2 14791:2 14802:1 14806:2 14813:1 14821:2 14826:1 14844:1 14863:1 14875:1 14876:1 14878:1 14900:1 14901:1 14906:2 14914:2 14924:1 14944:1 14977:1 14987:1 15008:1 15010:4 15021:4 15057:1 15061:2 15077:1 15087:1 15091:4 15099:1 15103:2 15111:1 15145:1 15151:3 15173:1 15182:1 15197:2 15203:1 15210:2 15234:1 15240:1 15247:1 15266:1 15273:6 15284:2 15323:1 15325:2 15336:1 15339:1 15376:1 15385:1 15411:1 15431:1 15476:3 15496:2 15506:2 15543:1 15556:3 15562:2 15566:1 15597:1 15599:1 15630:1 15637:2 15684:1 15691:1 15722:1 15746:4 15747:1 15781:1 15785:6 15794:1 15801:1 15851:1 15858:1 15878:1 15882:3 15888:1 15894:1 15906:2 15907:1 15911:1 15943:1 15961:20 15966:2 15967:1 16017:3 16019:1 16022:1 16077:5 16081:1 16107:1 16115:1 16119:1 16123:1 16142:1 16143:1 16215:1 16222:1 16268:1 16297:1 16322:1 16341:1 16385:1 16402:1 16405:1 16408:1 16411:1 16417:1 16419:3 16428:2 16515:1 16517:1 16537:1 16538:1 16542:2 16543:1 16546:1 16549:1 16554:1 16570:1 16571:3 16573:4 16597:1 16607:1 16610:1 16625:1 16626:6 16632:2 16657:1 16674:1 16679:1 16693:1 16706:1 16715:1 16722:11 16800:1 16808:1 16809:1 16818:1 16828:1 16843:1 16854:1 16861:1 16873:1 16891:4 16944:2 16949:1 16962:1 16987:1 16990:1 16993:1 17062:2 17067:5 17069:1 17077:2 17086:1 17118:1 17123:1 17132:1 17143:1 17162:11 17164:1 17179:1 17180:1 17192:2 17211:1 17226:1 17269:5 17276:1 17302:1 17307:1 17309:1 17311:1 17315:2 17324:1 17340:1 17348:1 17356:1 17358:1 17388:1 17392:1 17412:3 17424:1 17425:1 17446:2 17467:1 17492:1 17510:1 17514:3 17515:4 17550:1 17554:2 17556:1 17558:2 17568:1 17579:1 17604:1 17610:1 17617:2 17633:1 17634:1 17639:1 17646:2 17697:2 17710:2 17722:1 17762:1 17799:5 17818:1 17820:1 17826:1 17830:1 17841:1 17846:2 17854:3 17855:1 17892:1 17894:1 17897:1 17908:1 17925:1 17928:1 17929:1 17930:1 17937:1 17943:2 17950:2 17954:1 17969:1 17994:1 18008:1 18019:2 18022:1 18023:1 18035:1 18051:1 18052:1 18096:1 18114:1 18124:1 18152:1 18162:1 18163:2 18164:1 18181:2 18192:1 18210:1 18261:1 18262:1 18272:1 18285:1 18315:2 18354:1 18359:1 18368:1 18398:1 18405:1 18431:1 18433:2 18439:2 18445:6 18489:1 18499:7 18545:1 18547:1 18572:1 18591:1 18617:1 18627:1 18665:1 18697:1 18700:1 18703:1 18750:1 18758:1 18762:2 18764:2 18772:11 18774:5 18786:4 18792:2 18807:2 18812:4 18820:2 18845:1 18948:2 18949:1 18968:1 18972:1 18976:2 18978:1 18984:2 18987:1 18990:1 19004:1 19053:1 19063:2 19076:1 19079:1 19086:2 19093:1 19118:2 19123:3 19128:1 19133:1 19162:1 19173:1 19179:1 19233:1 19234:1 19250:1 19259:2 19278:2 19294:2 19305:2 19313:2 19319:3 19335:1 19339:1 19341:1 19347:1 19349:3 19362:1 19364:1 19381:3 19384:3 19391:1 19392:1 19396:2 19404:3 19438:2 19445:4 19450:1 19457:1 19459:1 19464:1 19481:1 19504:1 19511:1 19546:1 19558:1 19567:1 19570:2 19605:2 19621:3 19624:1 19626:1 19637:2 19680:1 19707:1 19725:1 19730:1 19736:1 19740:2 19750:2 19761:1 19779:1 19782:4 19785:1 19797:1 19807:2 19836:6 19842:6 19848:4 19852:1 19853:1 19855:2 19874:1 19891:1 19892:3 19906:4 19928:1 19979:1 19991:1 20004:1 20010:1 20015:1 20079:2 20103:1 20121:6 20130:1 20163:1 20172:1 20177:1 20180:1 20184:1 20186:1 20211:1 20214:6 20225:1 20234:1 20254:4 20271:20 20329:1 20334:2 20373:2 20386:2 20390:1 20407:1 20430:4 20432:1 20474:2 20480:1 20572:20 20590:2 20599:1 20620:1 20622:2688 20670:1 20676:1 20681:2 20704:1 20723:1 20755:1 20759:2 20794:3 20799:1 20815:1 20822:1 20825:1 20844:1 20849:2 20859:5 20862:1 20869:1 20873:5 20877:1 20878:1 20880:1 20890:1 20895:1 20899:2 20946:1 20956:1 20959:1 20962:3 21018:1 21020:1 21071:1 21078:1 21086:1 21089:1 21095:1 21119:1 21124:1 21176:3 21190:1 21259:6 21268:1 21290:1 21303:7 21306:3 21311:1 21324:1 21329:1 21330:1 21350:2 21362:1 21364:1 21366:2 21370:1 21384:1 21392:1 21400:1 21405:2 21406:1 21415:1 21419:7 21448:2 21462:1 21472:1 21479:4 21501:6 21511:1 21513:1 21523:1 21530:11 21531:2 21538:1 21539:1 21553:2 21572:1 21582:1 21595:17 21617:1 21618:1 21634:1 21638:3 21644:2 21652:1 21658:1 21686:1 21698:1 21739:1 21750:3 21767:1 21772:5 21802:1 21812:1 21819:2 21829:3 21831:2 21877:1 21890:1 21892:1 21897:1 21965:1 21969:1 21970:4 21974:1 21990:1 22008:2 22038:1 22076:1 22077:1 22083:1 22090:3 22093:1 22102:1 22109:1 22117:1 22145:1 22170:1 22191:2 22192:1 22197:1 22215:1 22228:1 22237:1 22256:1 22266:7 22282:1 22284:1 22294:2 22295:1 22316:8 22350:1 22379:1 22394:1 22461:2 22467:1 22494:2 22507:1 22509:1 22510:2 22520:1 22526:1 22533:1 22545:4 22555:1 22557:2 22564:4 22585:1 22593:2 22602:1 22627:1 22660:1 22664:4 22669:2 22673:2 22679:1 22704:1 22714:4 22742:1 22748:1 22749:1 22763:2 22769:1 22773:2 22806:1 22814:1 22817:1 22835:1 22849:1 22853:1 22863:1 22869:2 22871:1 22879:2 22890:7 22893:1 22916:1 22917:8 22950:1 22951:1 22961:1 22972:1 22976:1 23002:1 23004:1 23031:1 23032:1 23033:1 23037:4 23042:1 23048:2 23050:1 23064:1 23067:1 23081:1 23086:2 23104:1 23105:2 23145:1 23187:1 23188:2 23190:1 23191:1 23215:1 23218:1 23223:1 23232:2 23243:1 23266:1 23289:1 23295:4 23323:1 23338:1 23353:1 23382:2 23394:1 23441:1 23450:1 23452:1 23455:1 23469:1 23471:1 23474:2 23487:3 23494:1 23517:1 23522:1 23528:1 23531:1 23532:1 23539:1 23555:2 23556:1 23563:1 23568:1 23581:1 23595:1 23600:1 23617:1 23655:2 23658:3 23671:2 23692:1 23702:2 23708:3 23714:1 23723:2 23733:2 23745:1 23748:1 23763:1 23764:2 23772:1 23780:4 23810:1 23812:1 23858:1 23860:1 23908:2 23928:1 23935:1 23954:1 23997:1 24005:1 24020:2 24032:1 24058:4 24067:1 24068:1 24073:1 24084:1 24091:1 24115:6 24149:1 24154:1 24161:1 24176:1 24181:1 24204:1 24205:2 24222:1 24225:2 24233:1 24236:1 24256:1 24262:1 24267:1 24273:1 24281:1 24313:1 24333:1 24337:1 24368:1 24372:1 24378:1 24382:1 24385:1 24386:1 24399:1 24400:1 24410:1 24414:2 24418:2 24423:1 24429:1 24457:1 24461:2 24462:2 24465:1 24486:1 24496:2 24506:1 24507:2 24509:1 24510:3 24519:1 24522:2 24535:1 24539:1 24544:1 24547:1 24549:1 24562:1 24567:2 24591:1 24594:1 24605:2 24612:1 24613:2 24614:3 24623:1 24624:1 24629:2 24653:1 24655:1 24666:2 24692:1 24704:1 24706:1 24714:1 24715:3 24735:1 24753:1 24779:1 24795:1 24807:1 24808:1 24810:4 24814:2 24847:2 24851:1 24855:2 24860:1 24866:1 24868:1 24882:1 24893:1 24898:1 24916:1 24926:5 24934:1 24949:1 24951:1 24956:2 24960:1 24993:1 24997:2 25001:1 25006:1 25011:1 25013:3 25014:1 25021:2 25029:1 25041:1 25081:2 25084:1 25148:1 25158:1 25169:1 25186:1 25190:1 25228:2 25239:1 25240:1 25253:1 25255:1 25263:10 25275:1 25294:5 25299:1 25308:1 25310:1 25320:6 25347:3 25384:1 25399:1 25403:1 25410:1 25416:1 25432:1 25483:1 25499:1 25502:1 25507:1 25508:1 25514:2 25536:1 25537:1 25557:2 25562:1 25567:5 25585:1 25593:1 25595:1 25610:1 25625:1 25627:1 25634:2 25646:1 25647:1 25655:4 25687:1 25707:2 25712:1 25727:1 25759:2 25776:1 25787:1 25807:1 25811:1 25831:1 25869:1 25883:3 25924:2 25934:1 25941:1 25972:1 25987:1 26001:2 26008:1 26021:1 26030:1 26041:4 26045:2 26048:1 26056:1 26083:1 26092:2 26103:2 26119:1 26138:1 26149:1 26160:2 26168:1 26169:1 26179:1 26201:1 26209:1 26234:1 26244:1 26247:1 26262:1 26267:1 26269:1 26288:1 26309:1 26328:1 26332:1 26337:1 26343:1 26355:1 26359:1 26376:1 26378:3 26381:1 26386:1 26389:1 26393:2 26399:1 26402:2 26408:1 26409:1 26411:1 26418:1 26422:1 26433:2 26446:1 26459:2 26464:1 26477:1 26488:2 26496:4 26510:1 26518:3 26522:1 26531:1 26544:1 26549:1 26556:5 26570:1 26595:3 26645:3 26699:1 26704:1 26708:1 26729:1 26815:1 26822:1 26832:2 26852:1 26857:1 26859:1 26860:1 26869:1 26873:1 26878:3 26880:1 26892:1 26893:1 26902:1 26912:4 26918:1 26947:1 26949:1 26976:1 26986:1 27000:1 27002:1 27005:1 27009:2 27016:1 27028:7 27047:3 27060:2 27097:1 27124:1 27132:2 27134:2 27143:1 27144:1 27161:1 27164:1 27260:1 27262:1 27263:2 27266:1 27301:1 27312:3 27316:1 27318:1 27327:2 27337:1 27351:1 27357:1 27366:1 27387:1 27424:1 27428:4 27451:1 27485:1 27498:1 27521:3 27526:2 27539:1 27561:1 27577:3 27590:1 27602:1 27616:1 27623:1 27625:1 27640:1 27646:1 27650:10 27652:1 27676:1 27692:1 27700:2 27732:2 27761:1 27778:1 27790:1 27794:2 27795:1 27802:2 27814:3 27819:1 27820:2 27831:2 27849:1 27884:7 27887:2 27905:2 27915:2 27918:1 27973:4 28009:1 28027:1 28029:1 28055:5 28059:1 28072:1 28085:7 28122:1 28128:1 28174:3 28178:1 28200:1 28221:1 28226:1 28230:1 28248:1 28276:1 28296:1 28312:1 28313:1 28325:2 28336:1 28365:2 28372:1 28387:1 28399:1 28409:1 28411:1 28425:1 28449:1 28454:1 28458:1 28477:1 28490:2 28534:2 28545:1 28565:1 28569:1 28660:1 28684:1 28696:3 28721:1 28733:1 28745:1 28754:1 28758:1 28759:1 28760:1 28786:3 28802:8 28823:2 28838:1 28851:1 28858:1 28901:1 28925:2 28976:1 28986:1 29002:1 29011:2 29012:7 29021:1 29022:1 29036:6 29043:2 29055:1 29068:1 29083:1 29116:8 29159:1 29163:1 29175:1 29178:1 29183:20 29196:1 29210:1 29211:1 29236:1 29244:2 29280:1 29282:1 29294:2 29305:1 29312:2 29324:1 29339:1 29352:1 29392:1 29409:1 29421:1 29425:1 29445:1 29450:1 29478:1 29486:1 29496:4 29497:1 29506:3 29526:1 29530:3 29557:1 29573:1 29594:2 29605:1 29606:2 29615:1 29644:2 29655:2 29662:1 29669:1 29683:1 29684:2 29685:3 29695:1 29710:4 29715:1 29724:2 29746:1 29752:2 29776:1 29804:1 29812:2 29817:1 29833:3 29838:1 29887:1 29938:1 29941:2 29952:1 29969:1 29994:1 29998:1 30014:1 30021:1 30026:1 30027:1 30036:1 30038:1 30039:1 30040:1 30041:1 30050:1 30078:2 30096:6 30131:1 30143:1 30171:1 30187:1 30188:1 30224:1 30230:1 30296:1 30299:1 30304:1 30308:1 30317:1 30343:1 30356:1 30366:2 30394:3 30396:1 30430:3 30443:1 30458:12 30466:1 30480:1 30486:3 30495:2 30501:2 30504:1 30506:2 30519:1 30523:1 30538:1 30550:2 30554:1 30565:2 30567:8 30577:1 30582:1 30592:1 30594:2 30605:2 30607:1 30609:1 30615:1 30630:1 30653:3 30657:1 30658:2 30659:1 30661:2 30711:1 30713:6 30758:3 30763:1 30766:2 30777:4 30848:1 30851:1 30859:1 30873:2 30878:1 30885:1 30900:1 30908:1 30931:1 30957:1 30972:1 30979:1 30980:1 31004:1 31005:1 31007:2 31009:2 31034:2 31041:2 31069:3 31097:1 31125:4 31132:1 31161:3 31176:1 31178:1 31179:1 31200:2 31201:1 31202:1 31203:1 31204:1 31206:1 31225:1 31246:2 31247:1 31257:1 31290:1 31297:1 31315:1 31317:1 31318:1 31361:4 31372:1 31374:4 31380:2 31393:1 31420:1 31481:1 31484:1 31502:4 31525:1 31591:1 31599:1 31601:1 31611:1 31612:3 31617:1 31633:1 31636:1 31639:1 31659:2 31675:1 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31752:4 31760:1 31770:4 31774:1 31775:1 31778:1 31787:1 31826:1 31830:1 31836:1 31842:1 31851:1 31902:2
18 8:1 19:1 23:1 40:1 62:1 79:1 88:1 93:1 136:1 208:4 231:2 237:2 238:1 241:1 253:2 275:1 283:2 288:2 299:2 317:1 334:1 339:2 352:4 365:1 372:1 373:1 390:7 398:1 399:1 405:1 461:1 462:3 470:1 484:1 488:1 504:1 522:1 555:1 573:1 582:1 591:1 593:1 613:1 617:1 618:3 620:1 635:1 642:3 647:1 664:2 677:3 682:1 697:1 707:2 716:5 730:1 731:1 756:1 774:3 784:1 799:2 801:1 814:1 816:1 829:1 836:1 842:1 843:1 904:1 915:1 922:1 926:4 929:3 936:1 940:1 949:1 963:1 964:3 967:1 979:2 1000:1 1001:2 1014:2 1018:1 1030:1 1032:1 1061:1 1064:2 1165:1 1167:3 1174:2 1184:1 1189:1 1205:1 1222:1 1237:1 1296:4 1317:1 1326:2 1327:2 1328:1 1331:2 1348:1 1365:3 1381:1 1391:1 1392:1 1400:2 1403:1 1419:1 1492:1 1495:1 1501:1 1504:1 1511:2 1512:2 1519:1 1525:1 1548:2 1564:3 1565:1 1566:1 1572:1 1582:1 1584:1 1588:1 1621:1 1623:2 1624:1 1628:1 1635:1 1665:1 1674:1 1685:2 1692:1 1703:4 1709:1 1710:1 1712:3 1719:2 1739:1 1742:1 1763:1 1781:1 1783:2 1793:2 1796:1 1822:1 1825:1 1868:1 1871:3 1908:1 1932:4 1977:1 2055:1 2057:1 2064:1 2078:2 2081:2 2084:1 2090:1 2093:3 2118:1 2148:2 2152:1 2174:1 2181:1 2190:1 2196:1 2199:2 2221:1 2241:2 2244:3 2249:1 2254:14 2255:1 2256:1 2259:1 2282:1 2296:1 2299:1 2307:1 2331:1 2341:1 2358:2 2366:2 2374:1 2383:1 2406:3 2409:1 2418:1 2420:5 2422:1 2424:1 2427:1 2428:4 2431:1 2432:1 2436:1 2437:1 2438:4 2442:2 2447:2 2449:2 2466:2 2467:1 2468:1 2471:1 2474:1 2476:1 2478:1 2480:1 2481:3 2482:2 2487:2 2488:1 2493:1 2497:2 2501:2 2503:4 2509:2 2512:1 2516:1 2517:3 2518:1 2523:1 2524:1 2531:20 2540:1 2543:1 2551:3 2556:1 2602:4 2613:1 2619:1 2624:1 2641:1 2644:1 2646:1 2648:1 2659:4 2668:1 2682:1 2706:1 2717:2 2738:1 2740:1 2743:1 2751:1 2763:1 2783:2 2796:4 2797:1 2799:1 2815:1 2817:2 2824:2 2834:1 2853:2 2904:1 2932:2 2940:2 2941:1 2963:1 2990:1 2996:1 3004:1 3011:1 3045:1 3050:1 3066:6 3068:1 3077:2 3086:1 3097:1 3149:1 3159:2 3170:11 3171:3 3203:1 3209:1 3212:16 3218:1 3219:2 3230:2 3244:1 3251:3 3279:1 3281:1 3316:1 3323:1 3328:1 3330:1 3404:2 3423:6 3478:4 3489:1 3492:1 3526:1 3528:1 3532:1 3533:3 3547:1 3549:1 3558:1 3570:1 3571:1 3576:3 3577:1 3584:1 3614:3 3625:2 3632:1 3653:1 3669:1 3681:1 3684:1 3698:1 3798:4 3846:1 3855:1 3865:1 3888:1 3898:1 3919:1 3920:1 3932:1 3934:1 3981:1 3995:2 4017:2 4020:3 4043:2 4070:1 4090:1 4091:3 4099:2 4133:1 4136:1 4142:1 4145:4 4146:3 4148:1 4170:1 4171:1 4177:2 4181:2 4211:3 4218:1 4225:1 4226:2 4230:3 4259:1 4261:1 4267:1 4274:1 4276:1 4279:3 4281:1 4283:1 4292:1 4300:1 4332:1 4339:1 4353:1 4359:1 4367:1 4371:1 4394:1 4402:1 4423:2 4428:2 4442:1 4444:1 4466:1 4472:2 4497:1 4507:1 4529:1 4536:2 4542:1 4549:3 4556:1 4573:1 4587:2 4614:1 4617:1 4619:1 4625:1 4643:1 4651:1 4655:2 4665:1 4729:2 4763:1 4774:1 4814:1 4817:2 4846:2 4851:1 4868:1 4877:5 4888:1 4895:1 4953:2 4972:1 4989:1 5018:1 5021:1 5022:1 5023:3 5032:1 5035:1 5050:2 5078:1 5079:3 5098:1 5107:1 5120:1 5121:5 5132:3 5146:1 5148:1 5151:1 5185:1 5187:1 5202:3 5210:1 5214:1 5219:2 5221:1 5223:1 5251:1 5254:1 5287:1 5300:1 5302:1 5315:2 5351:1 5352:1 5368:3 5375:1 5391:1 5414:14 5417:2 5418:1 5427:1 5470:1 5477:1 5487:1 5540:1 5560:1 5566:1 5576:1 5592:1 5598:1 5602:1 5650:2 5658:1 5670:1 5673:1 5690:1 5694:1 5697:1 5701:3 5703:1 5733:1 5765:2 5773:2 5815:1 5829:1 5852:3 5876:1 5879:1 5883:2 5895:1 5912:1 5917:1 5919:1 5924:2 5928:1 5935:1 5936:1 5949:1 5969:1 5996:6 6025:1 6032:1 6041:1 6054:1 6077:1 6082:1 6085:5 6099:2 6133:1 6146:1 6161:1 6162:1 6168:1 6173:2 6185:1 6186:1 6208:1 6212:2 6219:1 6254:1 6260:1 6276:2 6299:1 6368:2 6399:2 6412:1 6437:1 6465:1 6469:1 6507:1 6518:4 6545:2 6557:2 6582:1 6608:2 6611:1 6613:2 6625:1 6635:1 6646:1 6655:1 6664:1 6727:2 6729:1 6746:1 6750:1 6761:1 6768:2 6783:3 6792:1 6794:7 6811:3 6814:2 6826:1 6833:1 6854:2 6878:3 6902:1 6924:1 6956:6 7007:1 7027:6 7038:2 7039:1 7041:1 7042:1 7044:5 7062:1 7091:1 7113:3 7132:3 7133:1 7138:1 7149:1 7150:2 7152:1 7155:1 7156:1 7158:1 7159:2 7239:1 7245:1 7294:1 7304:1 7320:2 7326:1 7331:3 7349:6 7363:1 7410:1 7418:1 7436:2 7445:1 7452:1 7468:1 7473:1 7482:8 7484:1 7490:1 7511:1 7525:1 7538:1 7543:8 7561:2 7575:1 7589:1 7624:1 7635:1 7652:1 7676:1 7678:2 7681:2 7683:1 7686:2 7691:1 7718:1 7722:1 7745:1 7770:1 7783:1 7792:2 7794:1 7814:1 7815:1 7885:1 7926:1 7944:1 7992:6 8007:1 8009:1 8010:2 8034:1 8039:1 8069:2 8073:1 8080:1 8134:2 8164:1 8172:3 8203:1 8215:1 8218:4 8237:1 8250:3 8251:1 8304:1 8306:2 8313:2 8340:14 8349:3 8370:1 8386:1 8387:1 8407:1 8464:1 8471:1 8477:1 8531:4 8558:2 8597:2 8604:1 8614:4 8615:1 8631:1 8634:1 8635:1 8636:2 8639:2 8642:5 8648:1 8657:3 8658:2 8663:6 8664:2 8669:1 8677:1 8682:1 8683:1 8690:21 8718:16 8724:1 8728:1 8753:1 8766:1 8776:1 8797:2 8803:1 8827:2 8835:1 8867:1 8869:1 8877:1 8894:1 8914:3 8916:3 8953:1 8977:1 9013:1 9035:2 9042:3 9044:1 9077:1 9083:1 9094:1 9100:3 9114:1 9147:2 9155:1 9167:1 9171:1 9178:1 9216:1 9221:2 9226:1 9249:11 9263:1 9274:2 9303:13 9310:6 9313:2 9315:1 9316:1 9342:1 9356:1 9357:1 9400:1 9436:1 9460:1 9465:1 9473:1 9475:1 9478:4 9501:1 9528:14 9546:1 9562:1 9577:8 9593:1 9608:1 9655:1 9656:1 9659:1 9662:2 9668:1 9671:1 9672:1 9673:1 9676:1 9687:1 9690:1 9693:2 9734:1 9756:2 9757:6 9767:1 9772:1 9773:1 9780:1 9792:1 9833:1 9846:1 9859:1 9860:2 9882:1 9888:2 9891:1 9926:1 9933:1 9934:1 9961:2 10017:1 10021:2 10028:2 10044:1 10054:2 10069:1 10080:2 10081:1 10089:1 10090:2 10098:3 10101:1 10105:2 10139:1 10143:1 10144:1 10145:1 10151:1 10154:1 10164:2 10190:1 10196:1 10201:1 10203:1 10248:2 10255:1 10269:1 10274:1 10299:2 10322:1 10327:1 10405:1 10420:1 10455:1 10473:3 10495:1 10535:1 10545:1 10547:1 10568:1 10574:1 10576:1 10608:3 10616:1 10617:1 10637:1 10647:2 10699:1 10711:1 10729:3 10731:1 10734:6 10737:32 10739:1 10741:3 10744:1 10748:2 10756:1 10759:1 10763:1 10773:3 10778:1 10784:1 10794:1 10809:4 10853:1 10854:2 10870:1 10876:2 10881:2 10899:1 10910:1 10915:1 10962:1 10974:2 11011:1 11015:1 11016:1 11033:4 11051:1 11057:1 11090:1 11099:2 11116:1 11119:1 11120:2 11134:3 11141:3 11151:1 11167:1 11175:3 11178:1 11184:1 11201:2 11204:20 11290:4 11323:1 11355:1 11359:1 11375:1 11423:1 11439:1 11441:2 11450:1 11460:1 11473:1 11518:1 11524:1 11537:1 11546:1 11582:1 11611:1 11617:2 11618:1 11628:2 11634:1 11640:2 11688:2 11712:1 11727:3 11732:1 11772:1 11783:2 11796:14 11800:1 11811:1 11814:1 11819:1 11826:1 11840:1 11841:4 11845:1 11861:1 11881:1 11884:2 11902:4 11918:2 11927:1 11937:1 11959:1 11983:1 11990:2 11992:1 12026:1 12036:1 12044:8 12063:1 12064:1 12101:1 12110:1 12118:1 12133:1 12151:1 12174:1 12191:3 12202:4 12205:2 12207:1 12208:1 12222:1 12230:1 12233:3 12234:1 12236:2 12241:2 12246:1 12251:1 12285:1 12358:1 12382:1 12385:1 12395:4 12405:1 12426:1 12427:1 12441:1 12451:1 12452:1 12474:1 12495:1 12512:1 12522:1 12533:1 12565:1 12567:2 12573:2 12578:1 12581:1 12582:1 12608:1 12610:1 12615:1 12635:1 12664:1 12721:1 12743:1 12761:1 12762:1 12769:1 12771:1 12773:1 12813:1 12829:1 12830:1 12849:1 12861:1 12890:3 12902:4 12915:2 12933:1 12943:1 12959:2 12984:2 12991:3 12993:1 12997:1 13009:2 13019:6 13021:2 13028:3 13045:1 13046:6 13058:2 13069:1 13081:3 13089:1 13134:1 13137:1 13144:1 13168:3 13201:1 13242:1 13250:1 13340:1 13371:1 13377:1 13393:1 13397:2 13401:1 13423:3 13430:1 13436:1 13446:1 13453:2 13489:1 13517:1 13536:1 13540:1 13558:2 13561:2 13578:2 13582:2 13607:1 13617:1 13668:1 13688:2 13698:7 13709:1 13714:1 13731:2 13738:2 13761:1 13802:1 13829:1 13854:1 13892:1 13893:2 13899:1 13959:1 13986:1 13989:1 13994:1 14017:2 14044:1 14085:9 14107:1 14113:11 14146:1 14168:1 14183:1 14184:1 14190:1 14200:1 14203:1 14283:2 14287:1 14288:1 14316:1 14332:1 14335:1 14336:2 14341:1 14351:9 14386:1 14396:5 14416:1 14421:1 14438:1 14551:1 14570:1 14574:1 14585:2 14590:1 14592:1 14598:1 14616:2 14641:1 14647:4 14654:1 14656:1 14657:1 14667:1 14668:2 14671:1 14695:1 14738:1 14739:1 14747:1 14753:1 14773:2 14791:2 14802:1 14806:2 14813:1 14821:2 14826:1 14844:1 14863:1 14875:1 14876:1 14878:1 14900:1 14901:1 14906:2 14914:2 14924:1 14944:1 14977:1 14987:1 15008:1 15010:4 15021:4 15057:1 15061:2 15077:1 15087:1 15091:4 15099:1 15103:2 15111:1 15145:1 15151:3 15173:1 15182:1 15197:2 15203:1 15210:2 15234:1 15240:1 15247:1 15266:1 15273:6 15284:2 15323:1 15325:2 15336:1 15339:1 15376:1 15385:1 15411:1 15431:1 15476:3 15496:2 15506:2 15543:1 15556:3 15562:2 15566:1 15597:1 15599:1 15630:1 15637:2 15684:1 15691:1 15722:1 15746:4 15747:1 15781:1 15785:6 15794:1 15801:1 15851:1 15858:1 15878:1 15882:3 15888:1 15894:1 15906:2 15907:1 15911:1 15943:1 15961:20 15966:2 15967:1 16017:3 16019:1 16022:1 16077:5 16081:1 16107:1 16115:1 16119:1 16123:1 16142:1 16143:1 16215:1 16222:1 16268:1 16297:1 16322:1 16341:1 16385:1 16402:1 16405:1 16408:1 16411:1 16417:1 16419:3 16428:2 16515:1 16517:1 16537:1 16538:1 16542:2 16543:1 16546:1 16549:1 16554:1 16570:1 16571:3 16573:4 16597:1 16607:1 16610:1 16625:1 16626:6 16632:2 16646:1 16657:1 16674:1 16679:1 16693:1 16706:1 16715:1 16722:12 16800:1 16808:1 16809:1 16818:1 16828:1 16843:1 16854:1 16861:1 16873:1 16891:4 16939:1 16944:2 16949:1 16962:1 16987:1 16990:1 16993:1 17016:1 17062:2 17064:1 17067:5 17069:1 17077:2 17086:1 17118:1 17123:1 17132:1 17143:1 17162:12 17164:1 17179:1 17180:1 17192:2 17211:1 17226:1 17269:5 17276:1 17302:1 17307:1 17309:1 17311:1 17315:2 17324:1 17340:1 17348:1 17356:1 17358:1 17388:1 17392:1 17412:3 17424:1 17425:1 17446:2 17467:1 17492:1 17510:1 17514:3 17515:4 17550:1 17554:2 17556:1 17558:2 17568:1 17579:1 17604:1 17610:1 17617:2 17633:1 17634:1 17639:1 17646:2 17697:2 17710:2 17722:1 17762:1 17799:6 17818:1 17820:1 17826:2 17830:1 17841:1 17846:2 17854:3 17855:1 17892:1 17894:1 17897:1 17908:1 17925:1 17928:1 17929:1 17930:1 17937:1 17943:2 17950:2 17954:1 17969:1 17994:1 18008:1 18019:2 18022:1 18023:1 18035:1 18051:1 18052:1 18096:1 18114:2 18124:1 18152:1 18162:1 18163:2 18164:1 18181:2 18192:1 18210:1 18261:1 18262:1 18272:1 18285:1 18315:2 18354:1 18359:1 18368:1 18398:1 18405:1 18431:1 18433:2 18439:2 18445:6 18489:1 18499:8 18545:1 18547:1 18572:1 18591:1 18617:2 18627:1 18665:1 18697:1 18700:1 18703:1 18750:1 18751:1 18758:1 18761:1 18762:2 18764:2 18772:12 18774:5 18786:5 18792:2 18807:2 18812:4 18820:2 18845:1 18911:1 18948:2 18949:1 18968:1 18972:1 18976:2 18978:1 18984:2 18987:1 18990:1 19004:1 19053:1 19063:2 19076:1 19079:1 19086:2 19093:1 19118:2 19123:3 19128:1 19133:1 19162:1 19173:1 19179:1 19233:1 19234:1 19250:1 19259:2 19278:2 19294:2 19305:2 19313:2 19319:3 19335:1 19339:1 19341:1 19347:1 19349:3 19354:1 19362:1 19364:1 19381:3 19384:3 19391:1 19392:1 19396:2 19404:3 19438:2 19445:4 19450:1 19457:1 19459:1 19464:1 19481:1 19504:1 19511:1 19546:1 19558:1 19567:1 19570:2 19605:2 19621:3 19624:1 19626:1 19637:2 19680:1 19707:1 19725:1 19730:1 19736:1 19740:2 19750:2 19761:1 19779:1 19782:4 19785:1 19797:1 19807:2 19836:6 19842:6 19848:5 19852:1 19853:1 19855:2 19874:1 19891:1 19892:4 19906:4 19928:1 19979:1 19991:1 20004:1 20010:1 20015:1 20079:2 20103:1 20121:6 20130:1 20163:1 20172:1 20177:1 20180:1 20184:1 20186:1 20211:1 20214:6 20225:1 20234:1 20254:4 20271:20 20329:1 20334:2 20373:2 20386:2 20390:1 20407:1 20430:4 20432:1 20474:2 20480:1 20572:20 20590:2 20599:1 20620:1 20622:2719 20670:1 20676:1 20681:2 20704:1 20723:1 20755:1 20759:2 20794:3 20799:1 20815:1 20822:1 20825:1 20844:1 20849:2 20859:5 20862:1 20869:1 20873:5 20877:1 20878:1 20880:1 20890:1 20895:1 20899:2 20946:1 20956:1 20959:1 20962:3 21018:1 21020:1 21071:1 21078:1 21086:1 21089:1 21095:1 21119:1 21124:1 21176:3 21190:1 21259:6 21268:1 21290:1 21303:7 21306:3 21311:1 21324:1 21329:1 21330:1 21350:2 21362:1 21364:1 21366:2 21370:1 21384:1 21392:1 21400:1 21405:2 21406:1 21415:1 21419:7 21448:2 21462:1 21472:1 21479:4 21501:6 21511:1 21513:1 21523:1 21530:12 21531:2 21538:1 21539:1 21553:2 21572:1 21582:1 21595:18 21617:2 21618:1 21634:1 21638:3 21644:2 21652:1 21658:1 21686:1 21698:1 21739:1 21750:3 21767:1 21772:5 21802:1 21803:1 21812:1 21819:2 21829:3 21831:2 21877:1 21890:1 21892:1 21897:1 21965:1 21969:1 21970:4 21974:1 21990:1 22008:2 22038:1 22076:1 22077:1 22083:1 22090:3 22093:1 22102:1 22109:1 22117:1 22145:1 22170:1 22191:2 22192:1 22197:1 22215:1 22228:1 22237:1 22256:1 22266:8 22282:1 22284:1 22294:2 22295:1 22316:8 22350:1 22379:1 22394:1 22461:2 22467:1 22494:2 22507:1 22509:1 22510:2 22520:1 22526:1 22533:1 22545:4 22555:1 22557:2 22564:4 22585:1 22593:2 22602:1 22627:1 22660:1 22664:4 22669:2 22673:2 22679:1 22704:1 22714:4 22742:1 22748:1 22749:1 22763:2 22769:1 22773:2 22806:1 22814:1 22817:1 22835:1 22849:1 22853:1 22863:1 22869:2 22871:1 22879:2 22890:7 22893:1 22916:1 22917:9 22950:1 22951:1 22961:1 22972:1 22976:1 23002:1 23004:1 23031:1 23032:1 23033:1 23037:4 23042:1 23048:2 23050:1 23064:1 23067:1 23079:1 23081:1 23086:2 23104:1 23105:2 23145:1 23187:1 23188:2 23190:1 23191:1 23215:1 23218:1 23223:1 23232:2 23235:1 23243:1 23266:1 23289:1 23295:4 23323:1 23338:1 23353:1 23382:2 23394:1 23441:1 23450:1 23452:1 23455:1 23469:1 23471:1 23474:2 23487:3 23494:1 23517:1 23522:1 23528:1 23531:1 23532:1 23539:1 23555:2 23556:1 23563:1 23568:1 23581:1 23595:1 23600:1 23617:1 23655:2 23658:3 23671:2 23692:1 23702:2 23708:3 23714:1 23723:2 23733:2 23745:1 23748:1 23763:1 23764:2 23772:1 23780:4 23810:1 23812:1 23858:1 23860:1 23908:2 23928:1 23935:1 23954:1 23997:1 24005:1 24020:2 24032:1 24058:4 24067:1 24068:1 24073:1 24084:1 24091:1 24106:1 24115:6 24149:1 24154:1 24161:1 24176:1 24181:1 24204:1 24205:2 24222:1 24225:2 24233:1 24236:1 24256:1 24262:1 24267:1 24273:1 24281:1 24313:1 24333:1 24337:1 24368:1 24372:1 24378:1 24382:1 24385:1 24386:1 24399:1 24400:1 24410:1 24414:2 24418:2 24423:1 24429:1 24457:1 24461:2 24462:2 24465:1 24486:1 24496:2 24506:1 24507:2 24509:1 24510:3 24519:1 24522:2 24535:1 24539:1 24544:1 24547:1 24549:1 24562:1 24567:2 24591:1 24594:1 24605:2 24612:1 24613:2 24614:3 24623:1 24624:1 24629:2 24653:1 24655:1 24666:2 24692:1 24704:1 24706:1 24714:1 24715:3 24735:1 24753:1 24779:1 24795:1 24807:1 24808:1 24810:4 24814:2 24847:2 24851:1 24855:2 24860:1 24866:1 24868:1 24882:1 24893:1 24898:1 24916:1 24926:5 24934:1 24949:1 24951:1 24956:2 24960:1 24993:1 24997:2 25001:1 25006:1 25011:1 25013:3 25014:1 25021:2 25029:1 25041:1 25081:2 25084:1 25148:1 25158:1 25169:1 25186:1 25190:1 25228:2 25239:1 25240:1 25253:1 25255:1 25263:11 25275:1 25294:5 25299:1 25308:1 25310:1 25320:6 25347:3 25384:1 25399:2 25403:1 25410:1 25416:1 25432:1 25483:1 25499:1 25502:1 25507:1 25508:1 25514:2 25536:1 25537:1 25557:2 25562:1 25567:5 25585:1 25593:1 25595:1 25610:1 25625:1 25627:1 25634:2 25646:1 25647:1 25655:4 25687:1 25707:2 25712:1 25727:1 25759:2 25776:1 25787:1 25807:1 25811:1 25831:1 25869:1 25883:3 25924:3 25934:1 25941:1 25972:1 25987:1 26001:2 26008:1 26021:1 26030:1 26041:4 26045:2 26048:1 26056:1 26083:1 26092:2 26103:2 26119:1 26138:1 26149:1 26160:2 26168:1 26169:1 26179:1 26201:1 26209:1 26234:1 26244:1 26247:1 26262:1 26267:1 26269:1 26288:1 26309:1 26328:1 26332:1 26337:1 26343:1 26355:1 26359:1 26376:1 26378:3 26381:1 26386:1 26389:1 26393:2 26399:1 26402:2 26408:1 26409:1 26411:1 26418:1 26422:1 26433:2 26446:1 26459:2 26464:1 26477:1 26488:2 26496:4 26510:1 26518:3 26522:1 26531:1 26544:1 26549:1 26556:5 26570:1 26595:3 26645:3 26699:1 26704:1 26708:1 26729:1 26815:1 26822:1 26824:1 26832:2 26852:1 26857:1 26859:1 26860:1 26869:1 26873:1 26878:3 26880:1 26892:1 26893:1 26902:1 26912:4 26918:1 26947:1 26949:1 26951:1 26976:1 26986:1 27000:1 27002:1 27005:1 27009:2 27016:1 27028:7 27047:3 27060:2 27097:1 27124:1 27132:2 27134:2 27143:1 27144:1 27161:1 27164:1 27260:1 27262:1 27263:2 27266:1 27301:2 27312:3 27316:1 27318:1 27327:2 27337:1 27351:1 27357:1 27366:1 27387:1 27424:1 27428:4 27451:1 27485:1 27498:1 27521:3 27526:2 27539:1 27561:1 27577:3 27590:1 27602:1 27616:1 27623:1 27625:1 27640:1 27646:1 27650:11 27652:1 27676:1 27692:1 27700:2 27732:2 27761:1 27778:1 27790:1 27794:2 27795:1 27802:2 27814:3 27819:1 27820:2 27831:2 27849:1 27884:7 27887:2 27905:2 27915:2 27918:1 27973:4 28009:1 28027:1 28029:1 28055:5 28059:1 28072:1 28085:7 28122:1 28128:1 28174:3 28178:1 28200:1 28221:1 28226:1 28230:1 28248:1 28276:1 28296:1 28312:1 28313:1 28325:2 28336:1 28365:2 28372:1 28387:1 28399:1 28409:1 28411:1 28425:1 28449:1 28454:1 28458:1 28477:1 28490:2 28534:2 28545:1 28565:1 28569:1 28660:1 28684:1 28696:3 28721:1 28733:1 28745:1 28754:1 28758:1 28759:1 28760:1 28786:3 28802:8 28823:2 28838:1 28851:1 28858:1 28901:1 28925:2 28976:1 28986:1 29002:1 29011:2 29012:7 29021:1 29022:1 29036:6 29043:2 29055:1 29068:1 29083:1 29116:8 29159:1 29163:1 29175:1 29178:1 29183:20 29196:1 29210:1 29211:1 29236:1 29244:2 29280:1 29282:1 29294:2 29305:1 29312:2 29324:1 29339:1 29352:1 29392:1 29409:1 29421:1 29425:1 29445:1 29450:1 29478:1 29486:1 29496:4 29497:1 29506:3 29526:1 29530:3 29557:1 29573:1 29594:2 29605:1 29606:2 29615:1 29644:2 29655:2 29662:1 29669:1 29683:1 29684:2 29685:3 29695:1 29710:4 29715:1 29724:3 29746:1 29752:2 29776:1 29804:1 29812:2 29817:1 29833:3 29836:1 29838:1 29887:1 29938:1 29941:2 29952:1 29969:1 29994:1 29998:1 30014:1 30021:1 30026:1 30027:1 30036:1 30038:1 30039:1 30040:1 30041:1 30050:1 30078:2 30096:6 30131:1 30143:1 30171:1 30187:1 30188:1 30224:1 30225:1 30230:1 30296:1 30299:1 30304:1 30308:1 30317:1 30343:1 30356:1 30366:2 30394:3 30396:1 30430:3 30443:1 30458:12 30466:1 30480:1 30486:3 30495:2 30501:2 30504:1 30506:2 30519:1 30523:1 30538:1 30550:2 30554:1 30565:3 30567:8 30577:1 30582:1 30592:1 30594:2 30605:2 30607:1 30609:1 30615:1 30630:1 30653:3 30657:1 30658:2 30659:1 30661:3 30711:1 30713:6 30758:3 30763:1 30766:2 30777:4 30848:1 30851:1 30859:1 30873:2 30878:1 30885:1 30900:1 30908:1 30931:1 30957:1 30972:1 30979:1 30980:1 31004:1 31005:1 31007:2 31009:2 31034:2 31041:2 31069:3 31097:1 31125:4 31132:1 31161:3 31176:1 31178:1 31179:1 31200:2 31201:1 31202:1 31203:1 31204:1 31206:1 31225:1 31246:2 31247:1 31257:1 31290:1 31297:1 31315:1 31317:1 31318:1 31361:4 31372:1 31374:4 31380:2 31393:1 31420:1 31481:1 31484:1 31502:4 31525:1 31591:1 31599:1 31601:1 31611:1 31612:3 31617:1 31633:1 31636:1 31639:1 31659:3 31675:1 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31752:5 31758:1 31760:1 31770:5 31774:1 31775:1 31778:1 31787:1 31826:1 31830:1 31836:1 31842:1 31851:1 31902:2
18 8:1 13:1 19:1 23:1 40:1 62:1 79:1 88:1 93:1 136:1 208:4 231:2 237:2 238:1 241:1 253:2 275:1 283:2 288:2 299:2 317:1 334:1 339:2 352:4 365:1 372:1 373:1 390:7 398:1 399:1 405:1 461:1 462:3 470:1 484:1 488:1 504:1 522:1 555:1 573:1 582:1 591:1 593:1 613:1 617:1 618:3 620:1 635:1 642:3 647:1 664:2 677:3 682:1 697:1 707:2 716:5 730:1 731:1 756:1 774:3 784:1 799:2 801:1 814:1 816:1 829:1 836:1 842:1 843:1 904:1 915:1 922:1 926:4 929:3 936:1 940:1 949:1 963:1 964:3 967:1 979:2 1000:1 1001:2 1014:2 1018:1 1030:1 1032:1 1045:1 1061:1 1064:2 1091:1 1165:1 1167:3 1174:2 1184:1 1189:1 1205:1 1222:1 1237:1 1296:4 1314:2 1317:1 1326:2 1327:2 1328:1 1331:2 1348:1 1365:3 1381:1 1391:1 1392:1 1400:2 1403:1 1419:1 1492:1 1495:1 1501:1 1504:1 1511:2 1512:2 1519:1 1525:1 1548:2 1564:3 1565:1 1566:1 1572:1 1582:1 1584:1 1588:1 1621:1 1623:2 1624:1 1628:1 1635:1 1665:1 1674:1 1685:2 1692:1 1703:4 1709:1 1710:1 1712:3 1719:2 1739:1 1742:1 1763:1 1781:1 1783:2 1793:2 1796:1 1822:1 1825:1 1868:1 1871:3 1908:1 1932:4 1952:1 1977:1 2055:1 2057:1 2064:1 2078:2 2081:2 2084:1 2090:1 2093:3 2118:1 2148:2 2152:1 2174:1 2181:1 2190:1 2196:1 2199:2 2221:1 2241:2 2244:3 2249:1 2254:15 2255:1 2256:1 2259:1 2282:1 2296:1 2299:1 2307:1 2331:1 2341:1 2358:2 2366:2 2374:1 2383:1 2406:3 2409:1 2418:1 2420:5 2422:1 2424:1 2427:1 2428:4 2431:1 2432:1 2436:1 2437:1 2438:4 2442:2 2447:2 2449:2 2466:2 2467:1 2468:1 2471:1 2474:1 2476:1 2478:1 2480:1 2481:3 2482:2 2487:2 2488:1 2493:1 2497:2 2501:2 2503:4 2509:2 2512:1 2514:1 2516:1 2517:3 2518:1 2523:1 2524:1 2531:20 2540:1 2543:1 2551:3 2556:1 2602:4 2613:1 2619:1 2624:1 2641:1 2644:1 2646:1 2648:1 2659:4 2668:1 2682:1 2706:1 2717:2 2738:1 2740:1 2743:1 2751:1 2763:1 2783:2 2796:5 2797:1 2799:1 2815:1 2817:2 2824:3 2834:1 2853:2 2904:1 2932:2 2940:2 2941:1 2949:1 2963:1 2966:1 2990:1 2996:1 2999:1 3004:1 3011:1 3045:1 3050:1 3066:6 3068:1 3077:2 3086:1 3097:1 3149:1 3159:2 3170:11 3171:3 3203:1 3209:1 3212:18 3218:1 3219:2 3230:2 3234:1 3244:1 3251:3 3279:1 3281:1 3316:1 3323:1 3328:1 3330:1 3404:2 3423:6 3478:4 3489:1 3492:1 3526:1 3528:1 3532:1 3533:3 3547:1 3549:2 3558:1 3570:1 3571:1 3576:3 3577:1 3584:1 3614:3 3625:2 3632:1 3653:2 3669:1 3676:1 3681:1 3684:1 3698:1 3798:4 3846:1 3855:1 3865:1 3880:1 3888:1 3898:1 3919:1 3920:1 3932:1 3934:1 3981:1 3995:2 4017:2 4020:3 4043:2 4070:1 4090:1 4091:3 4099:2 4133:1 4136:1 4142:1 4145:4 4146:3 4148:1 4170:1 4171:1 4177:2 4181:2 4211:3 4218:1 4225:1 4226:2 4230:3 4259:1 4261:1 4267:1 4274:1 4276:1 4279:3 4281:1 4283:1 4292:1 4300:1 4313:1 4332:1 4339:1 4353:1 4359:1 4367:1 4371:1 4394:1 4402:1 4423:2 4428:2 4442:1 4444:1 4466:1 4472:2 4497:1 4507:1 4529:1 4536:2 4542:1 4549:4 4556:1 4573:1 4587:2 4614:1 4617:1 4619:1 4625:1 4643:1 4651:1 4655:2 4665:1 4729:2 4763:1 4774:2 4814:1 4817:2 4846:2 4851:1 4868:1 4877:5 4888:1 4895:1 4953:2 4972:1 4989:1 5018:1 5021:1 5022:1 5023:3 5032:2 5035:1 5050:2 5078:1 5079:3 5098:1 5107:1 5120:1 5121:5 5132:3 5139:1 5146:1 5148:1 5151:1 5185:1 5187:1 5202:3 5210:1 5214:1 5219:2 5221:1 5223:1 5251:1 5254:1 5287:1 5300:1 5302:1 5315:2 5351:1 5352:1 5368:3 5375:1 5391:1 5414:14 5417:2 5418:1 5427:1 5470:1 5477:1 5487:1 5540:1 5560:1 5566:1 5576:1 5592:1 5598:1 5602:1 5650:2 5658:1 5670:1 5673:1 5690:1 5694:1 5697:1 5701:3 5703:1 5733:1 5765:2 5773:2 5815:1 5829:1 5852:3 5876:1 5879:1 5883:2 5895:1 5912:1 5917:1 5919:1 5924:2 5928:1 5935:1 5936:1 5949:1 5969:1 5996:6 6025:1 6032:1 6041:1 6054:1 6077:1 6082:2 6085:5 6099:2 6133:1 6146:1 6161:1 6162:1 6168:1 6173:2 6185:1 6186:1 6208:1 6212:2 6219:1 6254:1 6260:1 6276:2 6299:1 6368:2 6399:2 6412:1 6437:1 6465:1 6469:1 6507:1 6518:4 6545:2 6557:2 6582:1 6608:2 6611:1 6613:2 6625:1 6635:1 6646:1 6655:1 6664:1 6727:2 6729:1 6746:1 6750:1 6761:1 6768:2 6783:3 6792:1 6794:9 6811:3 6814:2 6826:1 6833:1 6854:2 6878:3 6902:1 6924:1 6956:6 7007:1 7027:6 7038:2 7039:1 7041:1 7042:1 7044:5 7061:1 7062:1 7091:1 7113:3 7132:3 7133:1 7138:1 7149:1 7150:2 7152:1 7155:1 7156:1 7158:1 7159:2 7163:1 7239:1 7245:1 7294:1 7304:1 7320:2 7326:1 7331:3 7349:6 7363:1 7410:1 7418:1 7436:2 7445:1 7452:1 7468:1 7473:1 7482:8 7484:1 7490:1 7511:1 7525:1 7538:1 7543:8 7561:2 7575:1 7589:1 7624:2 7635:1 7652:1 7676:1 7678:2 7681:3 7683:1 7686:3 7691:1 7718:1 7722:1 7745:1 7770:1 7783:2 7792:2 7794:1 7814:1 7815:1 7882:1 7885:1 7926:1 7944:1 7992:6 8007:1 8009:1 8010:2 8034:1 8039:1 8069:2 8073:1 8080:1 8134:2 8164:1 8172:3 8203:1 8215:1 8218:4 8237:1 8250:3 8251:1 8304:1 8306:2 8313:2 8340:15 8349:3 8370:1 8386:1 8387:1 8407:1 8464:1 8471:1 8477:1 8531:4 8558:2 8597:2 8604:1 8614:4 8615:1 8631:1 8634:1 8635:1 8636:2 8639:2 8642:5 8648:1 8657:3 8658:2 8663:6 8664:2 8669:1 8677:1 8682:1 8683:1 8690:22 8718:18 8724:1 8728:1 8753:1 8766:1 8776:1 8797:2 8803:1 8827:2 8835:1 8867:1 8869:1 8877:1 8894:1 8914:3 8916:3 8953:1 8977:1 9013:1 9035:2 9042:3 9044:1 9077:1 9083:1 9094:1 9100:3 9114:1 9147:2 9155:1 9167:1 9171:1 9178:1 9216:1 9221:2 9226:1 9249:12 9263:1 9274:2 9303:14 9310:6 9313:2 9315:1 9316:1 9342:1 9356:1 9357:2 9400:1 9436:1 9460:1 9465:1 9473:1 9475:1 9478:4 9501:1 9526:1 9528:15 9541:2 9546:1 9562:1 9577:8 9593:1 9608:1 9655:1 9656:1 9659:1 9662:2 9668:1 9671:1 9672:1 9673:2 9674:1 9676:1 9687:1 9690:1 9693:2 9734:1 9756:2 9757:6 9767:1 9772:2 9773:1 9780:1 9792:1 9833:1 9846:1 9859:1 9860:2 9882:1 9888:2 9891:1 9926:1 9933:1 9934:1 9961:2 9975:1 10017:1 10021:2 10028:2 10044:1 10054:2 10069:1 10080:2 10081:1 10089:1 10090:2 10098:3 10101:1 10105:2 10139:1 10143:1 10144:1 10145:1 10151:1 10154:1 10164:2 10190:1 10196:1 10201:1 10203:1 10248:2 10255:1 10269:1 10274:1 10299:2 10322:1 10327:1 10405:2 10420:1 10445:1 10455:1 10473:3 10495:1 10535:1 10545:1 10547:1 10568:1 10574:1 10576:1 10608:3 10616:1 10617:1 10637:1 10647:2 10699:1 10711:1 10729:3 10731:1 10734:6 10737:32 10739:1 10741:3 10744:1 10748:2 10756:1 10759:1 10763:1 10773:3 10778:1 10784:1 10794:1 10809:4 10853:1 10854:2 10870:1 10876:2 10881:2 10899:1 10910:1 10915:1 10962:1 10974:2 11011:1 11015:1 11016:1 11033:4 11051:1 11057:1 11090:1 11099:2 11116:1 11119:1 11120:2 11134:3 11141:3 11151:1 11167:1 11175:3 11178:1 11184:1 11201:2 11204:20 11290:4 11323:1 11355:1 11359:1 11375:1 11423:1 11439:1 11441:2 11450:1 11460:1 11473:1 11518:1 11524:1 11537:1 11546:1 11582:1 11611:1 11617:2 11618:1 11628:2 11634:1 11640:2 11688:2 11712:1 11727:3 11732:1 11772:1 11781:1 11783:2 11796:15 11800:1 11811:1 11814:1 11819:1 11826:1 11840:1 11841:5 11845:1 11861:1 11881:1 11884:2 11902:4 11918:2 11927:1 11937:1 11959:1 11983:1 11990:2 11992:1 12026:1 12036:1 12044:8 12063:1 12064:1 12101:1 12110:1 12118:1 12133:1 12151:1 12174:1 12191:3 12202:4 12205:2 12207:1 12208:1 12222:1 12230:1 12233:3 12234:1 12236:2 12241:2 12246:1 12251:1 12285:1 12358:1 12382:1 12385:1 12395:4 12405:1 12426:1 12427:1 12441:1 12451:1 12452:1 12474:1 12495:1 12512:1 12522:1 12533:1 12565:1 12567:2 12573:2 12578:1 12581:1 12582:1 12608:1 12610:1 12615:1 12635:1 12644:1 12664:1 12721:1 12743:1 12761:1 12762:2 12769:1 12771:1 12773:1 12813:1 12829:1 12830:1 12849:1 12861:1 12890:3 12902:4 12915:2 12933:1 12936:1 12943:1 12959:2 12984:2 12991:3 12993:1 12997:1 13009:2 13019:6 13021:2 13028:3 13045:1 13046:6 13058:2 13069:1 13081:3 13089:1 13134:1 13137:1 13144:1 13168:3 13201:1 13242:1 13250:1 13340:1 13371:1 13377:1 13393:1 13397:2 13401:1 13423:3 13430:1 13436:1 13446:1 13453:2 13489:1 13517:1 13536:1 13540:1 13558:2 13561:2 13578:2 13582:2 13607:1 13617:1 13668:1 13688:2 13698:8 13709:1 13714:1 13731:2 13738:2 13761:1 13802:1 13829:1 13854:1 13892:1 13893:2 13899:1 13947:1 13959:1 13986:1 13989:1 13994:1 14017:2 14044:1 14085:9 14107:1 14113:11 14146:1 14168:1 14183:1 14184:1 14190:1 14200:1 14203:1 14204:1 14283:2 14287:1 14288:1 14316:1 14332:1 14335:1 14336:2 14341:1 14351:10 14386:1 14396:6 14416:1 14421:1 14438:1 14551:1 14570:1 14574:1 14585:2 14590:1 14592:1 14598:1 14616:2 14641:1 14647:4 14654:1 14656:1 14657:1 14667:1 14668:2 14671:1 14695:1 14738:1 14739:1 14747:1 14753:1 14773:2 14791:2 14802:1 14806:2 14813:1 14821:2 14826:1 14844:1 14863:1 14866:1 14875:1 14876:1 14878:1 14900:1 14901:1 14906:2 14914:3 14924:1 14944:1 14977:1 14987:1 15008:1 15010:4 15021:4 15057:1 15061:2 15065:1 15077:1 15087:1 15091:4 15099:1 15103:2 15111:1 15145:1 15151:3 15173:1 15182:1 15197:2 15203:1 15210:2 15234:1 15240:1 15247:1 15266:1 15273:6 15284:2 15291:1 15323:1 15325:2 15336:1 15339:1 15376:1 15385:2 15411:1 15431:1 15476:3 15496:2 15506:2 15543:1 15556:3 15562:2 15566:1 15597:1 15599:1 15630:1 15637:2 15684:1 15691:1 15722:1 15746:4 15747:1 15781:1 15785:6 15794:1 15801:1 15851:1 15858:1 15878:1 15882:3 15888:1 15894:1 15897:1 15906:2 15907:1 15911:1 15943:1 15961:20 15966:2 15967:1 16017:3 16019:1 16022:1 16077:5 16081:1 16107:1 16115:1 16119:1 16123:1 16142:1 16143:1 16215:1 16222:1 16268:1 16297:1 16322:1 16341:1 16385:1 16391:1 16402:1 16405:1 16408:1 16411:1 16417:1 16419:3 16428:2 16435:1 16465:1 16515:1 16517:1 16537:1 16538:1 16542:2 16543:1 16546:1 16549:1 16554:1 16570:1 16571:3 16573:4 16597:2 16607:1 16610:1 16625:1 16626:6 16632:2 16646:1 16657:1 16674:1 16679:1 16693:1 16706:1 16715:1 16722:12 16800:1 16808:1 16809:1 16818:2 16828:1 16843:1 16854:1 16861:1 16873:1 16891:4 16939:1 16944:2 16949:1 16962:1 16987:1 16990:1 16993:1 17016:1 17062:2 17064:2 17067:5 17069:1 17077:2 17086:1 17118:1 17123:1 17132:1 17143:2 17162:12 17164:1 17179:1 17180:1 17192:2 17211:1 17226:1 17269:5 17276:1 17302:1 17307:1 17309:1 17311:1 17315:2 17324:1 17340:1 17348:1 17356:1 17358:1 17388:1 17392:1 17405:1 17412:3 17424:1 17425:1 17446:2 17467:1 17492:1 17510:1 17514:3 17515:4 17550:1 17554:2 17556:1 17558:2 17568:1 17579:1 17604:1 17610:1 17617:2 17633:1 17634:1 17639:1 17646:2 17697:2 17710:2 17722:1 17762:2 17775:1 17799:6 17818:1 17820:1 17826:2 17830:1 17841:1 17846:2 17854:3 17855:1 17892:1 17894:1 17897:1 17908:1 17925:1 17928:1 17929:1 17930:1 17937:1 17942:1 17943:2 17950:2 17954:1 17969:1 17994:1 18008:1 18019:2 18022:1 18023:1 18035:1 18051:1 18052:1 18096:1 18114:2 18124:1 18152:1 18162:1 18163:2 18164:1 18181:2 18192:1 18210:1 18261:1 18262:1 18272:1 18285:1 18315:2 18354:1 18359:1 18368:1 18398:1 18405:1 18431:1 18433:2 18439:2 18445:6 18489:1 18496:1 18499:8 18545:1 18547:1 18572:1 18591:1 18617:2 18627:1 18665:1 18697:1 18700:1 18703:2 18750:1 18751:1 18758:1 18761:1 18762:2 18764:2 18772:12 18774:5 18786:5 18792:2 18807:2 18812:4 18820:2 18845:1 18911:1 18948:3 18949:1 18968:1 18972:1 18976:2 18978:1 18984:2 18987:1 18990:1 19004:1 19053:1 19063:2 19076:1 19079:1 19086:2 19093:1 19118:2 19123:3 19128:1 19133:1 19162:1 19173:1 19179:1 19233:1 19234:1 19250:1 19259:2 19278:2 19294:2 19305:2 19313:2 19319:3 19335:1 19339:1 19341:1 19347:1 19349:3 19354:1 19358:1 19362:1 19364:1 19381:3 19384:3 19391:1 19392:1 19396:2 19404:3 19438:2 19445:4 19450:1 19457:1 19459:1 19464:1 19481:1 19504:1 19511:1 19546:1 19558:1 19567:1 19570:2 19605:2 19621:3 19624:1 19626:1 19637:2 19680:1 19707:1 19725:1 19730:1 19736:1 19740:2 19750:2 19761:1 19779:1 19782:4 19785:1 19797:1 19807:2 19836:6 19842:6 19848:5 19852:1 19853:1 19855:2 19874:1 19891:1 19892:4 19906:4 19928:1 19979:1 19991:1 20004:1 20010:1 20015:1 20079:2 20103:1 20121:6 20130:1 20163:1 20172:1 20177:1 20180:1 20184:1 20186:1 20211:1 20214:6 20225:1 20234:1 20254:4 20271:20 20329:1 20334:2 20373:2 20386:2 20390:1 20407:1 20430:4 20432:1 20474:2 20480:1 20568:1 20572:20 20576:1 20590:2 20599:1 20620:1 20622:2770 20670:1 20676:1 20681:2 20704:1 20723:1 20737:1 20755:1 20759:2 20794:3 20799:1 20815:1 20819:1 20822:1 20825:1 20844:1 20849:2 20859:5 20862:1 20869:1 20873:5 20877:1 20878:1 20880:2 20890:1 20895:1 20899:2 20912:1 20946:1 20956:1 20959:1 20962:3 21018:1 21020:1 21071:1 21078:1 21086:1 21089:1 21095:1 21119:1 21124:1 21176:3 21190:1 21259:6 21268:1 21290:1 21303:8 21306:3 21311:1 21324:1 21329:1 21330:1 21350:3 21362:1 21364:1 21366:2 21370:1 21384:1 21392:1 21400:1 21405:2 21406:1 21415:1 21419:7 21448:2 21462:1 21472:1 21479:4 21501:6 21511:1 21513:1 21523:1 21530:12 21531:2 21538:1 21539:1 21553:2 21572:1 21582:1 21583:1 21595:18 21617:2 21618:1 21634:1 21638:3 21644:2 21652:1 21658:1 21686:1 21698:2 21739:1 21750:3 21767:1 21769:1 21772:5 21802:1 21803:1 21812:1 21819:2 21829:3 21831:2 21877:1 21890:1 21892:1 21897:1 21965:1 21969:1 21970:4 21974:1 21990:1 22008:2 22038:1 22076:1 22077:1 22083:1 22090:3 22093:1 22102:1 22109:1 22117:1 22145:1 22170:1 22191:2 22192:1 22197:1 22215:1 22228:1 22237:1 22256:1 22266:9 22282:1 22284:1 22294:2 22295:1 22316:9 22350:1 22379:1 22394:1 22461:2 22467:1 22494:2 22507:1 22509:1 22510:2 22520:1 22526:1 22533:1 22545:4 22555:1 22557:2 22564:4 22585:1 22593:2 22602:1 22627:1 22660:1 22664:4 22669:2 22673:2 22679:1 22704:1 22714:4 22742:1 22748:1 22749:1 22763:2 22769:1 22773:2 22806:1 22814:1 22817:1 22835:1 22849:1 22853:1 22863:1 22869:2 22871:1 22879:2 22890:7 22893:1 22916:1 22917:10 22950:1 22951:1 22961:1 22972:1 22976:1 23002:1 23004:1 23031:1 23032:1 23033:1 23037:4 23041:1 23042:1 23048:2 23050:1 23064:1 23067:1 23079:1 23081:1 23086:2 23104:1 23105:2 23145:1 23187:1 23188:2 23190:1 23191:1 23215:1 23218:1 23223:1 23232:2 23235:1 23243:1 23266:1 23289:1 23295:4 23323:1 23338:1 23353:1 23382:2 23394:1 23441:1 23450:1 23452:1 23455:1 23469:1 23471:1 23474:2 23487:3 23494:1 23517:1 23522:1 23528:1 23531:1 23532:1 23539:1 23555:2 23556:1 23563:1 23568:1 23581:1 23595:1 23600:1 23617:1 23655:2 23658:3 23671:2 23692:1 23702:2 23703:1 23708:3 23714:1 23723:2 23733:2 23745:1 23748:1 23763:2 23764:2 23772:1 23780:4 23810:1 23812:1 23858:1 23860:1 23908:2 23928:1 23935:1 23954:1 23997:1 24005:2 24020:2 24032:1 24058:5 24067:1 24068:1 24073:1 24084:1 24091:1 24106:1 24115:6 24149:1 24154:1 24161:1 24176:1 24181:1 24204:1 24205:2 24222:1 24225:2 24233:1 24236:1 24256:1 24262:1 24267:1 24273:1 24281:1 24313:1 24333:1 24337:1 24368:1 24372:1 24378:1 24382:1 24385:1 24386:1 24399:1 24400:1 24410:3 24414:3 24418:2 24419:1 24423:1 24429:1 24457:1 24461:2 24462:2 24465:1 24486:1 24496:2 24506:1 24507:2 24509:1 24510:3 24519:1 24522:2 24535:1 24539:1 24544:2 24547:1 24549:1 24562:1 24567:2 24591:1 24594:1 24605:2 24612:1 24613:2 24614:3 24623:1 24624:1 24629:2 24653:1 24655:1 24666:2 24692:1 24704:1 24706:1 24714:1 24715:3 24735:1 24753:1 24779:1 24795:1 24807:1 24808:1 24810:4 24814:2 24847:2 24851:1 24855:2 24857:1 24860:1 24866:1 24868:1 24882:1 24893:1 24898:1 24916:1 24920:1 24926:5 24934:1 24949:1 24951:1 24956:2 24960:1 24993:1 24997:2 25001:1 25006:1 25011:1 25013:3 25014:1 25021:2 25029:1 25041:1 25081:2 25084:1 25095:1 25148:1 25158:1 25169:1 25186:1 25190:1 25228:2 25239:1 25240:1 25253:1 25255:1 25263:11 25275:1 25294:5 25299:1 25308:1 25310:1 25320:6 25347:3 25384:1 25399:2 25403:1 25410:1 25416:1 25432:1 25476:1 25483:1 25499:1 25502:1 25507:1 25508:1 25510:1 25514:2 25536:1 25537:1 25557:2 25562:1 25567:6 25585:1 25593:1 25595:2 25610:1 25625:1 25627:1 25634:2 25646:1 25647:1 25655:4 25687:1 25707:2 25712:1 25727:1 25759:2 25776:1 25787:1 25807:1 25811:1 25831:1 25869:1 25883:3 25924:3 25934:1 25941:1 25972:1 25987:1 26001:2 26008:1 26021:1 26030:1 26041:4 26045:2 26048:1 26056:1 26083:1 26092:2 26103:2 26119:1 26138:1 26149:1 26160:2 26168:1 26169:1 26179:1 26201:1 26209:1 26234:1 26244:1 26247:1 26262:1 26267:1 26269:1 26288:1 26309:1 26328:1 26332:1 26337:1 26343:1 26355:1 26359:1 26376:1 26378:3 26381:1 26386:1 26389:1 26393:2 26399:1 26402:2 26408:1 26409:1 26411:1 26418:1 26422:1 26433:2 26446:1 26459:2 26464:1 26477:1 26488:2 26496:4 26510:1 26518:3 26522:1 26531:1 26544:1 26549:1 26556:5 26570:1 26595:3 26645:3 26688:1 26699:1 26704:1 26708:1 26729:1 26815:1 26822:1 26824:1 26832:2 26852:1 26857:1 26859:1 26860:1 26869:1 26873:1 26878:3 26880:1 26885:1 26892:1 26893:1 26902:1 26912:4 26918:1 26947:1 26949:1 26950:1 26951:1 26976:1 26986:1 27000:1 27002:1 27005:1 27009:2 27016:1 27028:7 27047:3 27060:2 27097:1 27124:1 27132:2 27134:2 27143:1 27144:2 27161:1 27164:1 27260:1 27262:1 27263:2 27266:1 27301:2 27312:3 27314:1 27316:1 27318:1 27327:2 27337:1 27351:1 27357:1 27366:1 27387:1 27424:1 27428:4 27451:1 27485:1 27498:1 27521:3 27526:2 27531:1 27539:1 27561:1 27577:3 27590:1 27602:1 27616:1 27623:1 27625:1 27640:1 27646:1 27650:11 27652:1 27676:1 27692:1 27700:2 27732:2 27761:1 27778:1 27790:1 27794:2 27795:1 27802:2 27814:3 27819:1 27820:2 27831:2 27849:1 27884:7 27887:2 27905:2 27915:2 27918:1 27973:5 28001:1 28009:1 28027:1 28029:1 28055:5 28059:1 28072:1 28085:7 28122:1 28128:1 28174:3 28178:1 28200:1 28206:1 28221:1 28226:1 28230:1 28248:1 28276:1 28296:1 28312:1 28313:1 28325:2 28336:1 28365:2 28372:1 28387:1 28399:1 28409:1 28411:1 28425:1 28449:1 28454:1 28458:1 28470:1 28477:1 28490:2 28534:2 28545:1 28565:1 28569:1 28660:1 28684:1 28696:3 28721:1 28733:1 28745:1 28754:1 28758:1 28759:1 28760:1 28786:3 28802:8 28823:2 28838:1 28851:1 28858:1 28901:1 28925:2 28976:1 28983:1 28986:1 29002:1 29011:2 29012:7 29021:1 29022:1 29036:6 29043:2 29055:1 29068:1 29083:1 29116:8 29133:1 29159:1 29163:1 29175:1 29178:1 29183:20 29196:1 29210:1 29211:1 29236:1 29244:2 29280:1 29282:1 29294:2 29305:1 29312:2 29324:1 29339:1 29352:1 29392:1 29409:1 29421:1 29425:1 29445:1 29450:1 29478:2 29486:1 29496:4 29497:1 29506:3 29526:1 29530:3 29557:1 29573:1 29594:2 29605:1 29606:2 29615:1 29644:2 29655:2 29662:1 29669:1 29678:2 29683:1 29684:2 29685:3 29695:1 29710:4 29715:1 29724:3 29746:1 29752:2 29776:1 29804:1 29812:2 29817:1 29833:3 29836:1 29838:1 29887:1 29905:1 29938:1 29941:2 29952:1 29969:1 29994:1 29998:1 30014:1 30021:1 30026:1 30027:1 30036:1 30038:1 30039:1 30040:1 30041:1 30050:1 30078:2 30096:6 30131:1 30143:1 30171:1 30187:1 30188:1 30224:1 30225:1 30230:1 30296:1 30299:1 30304:1 30308:1 30317:1 30343:1 30356:1 30366:2 30394:3 30396:1 30430:3 30443:1 30458:14 30465:1 30466:1 30480:1 30486:3 30495:2 30501:2 30504:1 30506:2 30519:1 30523:1 30538:1 30550:2 30554:1 30565:3 30567:9 30577:1 30582:1 30592:1 30594:2 30605:2 30607:1 30609:1 30615:1 30630:1 30653:3 30657:1 30658:2 30659:1 30661:3 30711:1 30713:6 30758:3 30763:1 30766:2 30777:4 30848:1 30851:1 30859:1 30873:2 30878:1 30885:1 30900:1 30908:1 30931:1 30947:1 30957:1 30972:1 30979:1 30980:1 31004:1 31005:1 31007:2 31009:2 31034:2 31041:2 31069:3 31097:1 31125:4 31132:1 31161:3 31176:1 31178:1 31179:1 31200:2 31201:1 31202:1 31203:1 31204:1 31206:1 31225:1 31246:2 31247:1 31257:1 31290:1 31297:1 31315:1 31317:1 31318:1 31361:4 31372:1 31374:4 31380:2 31393:1 31420:1 31481:1 31484:1 31502:4 31525:1 31591:1 31599:1 31601:2 31611:1 31612:3 31617:1 31633:1 31636:1 31639:1 31659:3 31675:1 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31752:5 31758:1 31760:1 31770:6 31774:1 31775:1 31778:1 31787:1 31816:1 31826:1 31830:1 31836:1 31842:1 31851:1 31902:2
18 8:1 13:1 19:1 23:1 40:1 62:1 79:1 88:1 93:1 136:1 208:4 231:2 237:2 238:1 241:1 253:2 275:1 283:2 288:2 299:2 317:1 334:1 339:3 352:4 365:1 372:1 373:1 390:7 398:1 399:1 405:1 461:1 462:3 470:1 484:1 488:1 494:1 504:1 522:1 555:1 573:1 582:1 591:1 593:1 613:2 617:1 618:3 620:1 635:1 642:3 647:1 664:2 677:3 682:1 697:1 707:2 716:6 730:1 731:1 756:1 774:3 784:1 799:2 801:1 814:1 816:1 829:1 836:1 842:1 843:1 904:1 915:1 922:1 926:4 929:3 936:1 940:1 949:1 963:1 964:3 967:1 979:2 1000:1 1001:2 1014:2 1018:1 1030:1 1032:1 1045:1 1061:1 1064:2 1091:1 1165:1 1167:3 1174:2 1184:1 1189:1 1205:1 1222:1 1237:1 1296:4 1314:2 1317:2 1326:2 1327:2 1328:1 1331:2 1348:1 1365:3 1381:1 1391:1 1392:1 1400:2 1403:1 1419:1 1492:1 1495:1 1501:2 1504:1 1511:2 1512:2 1519:1 1525:1 1548:2 1564:3 1565:1 1566:1 1572:1 1582:1 1584:1 1588:1 1621:1 1623:2 1624:1 1628:1 1635:1 1655:1 1665:1 1674:1 1685:2 1692:1 1703:4 1709:1 1710:1 1712:3 1719:2 1739:1 1742:1 1763:1 1781:1 1783:2 1793:2 1796:1 1822:1 1825:1 1868:1 1871:3 1908:1 1932:4 1952:1 1977:1 2055:1 2057:1 2064:1 2078:2 2081:2 2084:1 2090:1 2093:3 2118:1 2148:2 2152:1 2174:1 2181:1 2190:2 2196:1 2199:2 2221:1 2241:2 2244:3 2249:1 2254:15 2255:1 2256:1 2259:1 2264:1 2282:1 2296:1 2299:1 2307:1 2331:1 2341:1 2358:2 2366:2 2374:1 2383:1 2406:3 2409:1 2418:1 2420:5 2422:1 2424:1 2427:1 2428:4 2431:1 2432:1 2436:1 2437:1 2438:4 2442:2 2447:2 2449:2 2466:2 2467:1 2468:1 2471:1 2474:1 2476:1 2478:1 2480:1 2481:3 2482:2 2487:2 2488:1 2493:1 2497:2 2501:2 2503:4 2509:2 2512:1 2514:1 2516:1 2517:3 2518:1 2523:2 2524:1 2531:20 2540:1 2543:1 2551:3 2556:1 2602:4 2613:1 2619:1 2624:1 2641:1 2644:1 2646:1 2648:1 2659:4 2668:1 2682:1 2706:1 2717:2 2738:1 2740:1 2743:1 2751:1 2763:1 2783:2 2796:5 2797:1 2799:1 2815:1 2817:2 2824:3 2834:1 2853:2 2904:1 2932:2 2940:2 2941:1 2949:1 2963:1 2966:2 2990:1 2996:1 2999:1 3004:1 3011:1 3045:1 3050:1 3066:6 3068:1 3077:2 3086:1 3097:1 3149:1 3159:2 3170:11 3171:3 3203:1 3209:1 3212:19 3218:1 3219:2 3230:2 3234:1 3244:1 3251:3 3279:1 3281:1 3316:1 3323:1 3328:1 3330:1 3404:2 3423:6 3478:4 3489:1 3492:1 3526:1 3528:1 3532:1 3533:3 3547:1 3549:2 3558:1 3570:1 3571:1 3576:3 3577:1 3584:1 3614:3 3625:2 3632:1 3653:2 3669:1 3676:1 3681:1 3684:1 3698:1 3738:1 3798:4 3846:1 3855:1 3865:1 3880:1 3888:1 3898:1 3919:1 3920:1 3932:1 3934:1 3981:1 3995:2 4017:2 4020:3 4043:2 4070:1 4090:1 4091:3 4099:2 4133:1 4136:1 4142:1 4145:4 4146:4 4148:1 4170:1 4171:1 4177:2 4181:2 4211:3 4218:1 4225:1 4226:2 4230:3 4259:1 4261:1 4267:1 4274:1 4276:1 4279:3 4281:1 4283:1 4292:1 4300:1 4313:1 4332:1 4339:1 4353:1 4359:1 4367:1 4371:1 4394:1 4402:1 4423:2 4428:2 4442:1 4444:1 4466:1 4472:2 4497:1 4507:1 4529:1 4536:2 4542:1 4549:4 4556:1 4573:1 4587:2 4614:1 4617:1 4619:1 4625:1 4643:1 4651:1 4655:2 4665:1 4729:2 4763:1 4774:2 4814:1 4817:2 4846:2 4851:1 4868:1 4877:5 4888:1 4895:1 4953:2 4972:1 4989:1 5018:1 5021:1 5022:1 5023:3 5032:2 5035:1 5050:3 5078:1 5079:3 5087:1 5098:1 5107:1 5120:1 5121:5 5132:4 5139:1 5146:1 5148:1 5151:1 5185:1 5187:1 5202:3 5210:1 5214:1 5219:2 5221:1 5223:1 5251:1 5254:1 5287:1 5300:1 5302:1 5315:2 5351:1 5352:1 5368:3 5375:1 5391:1 5414:14 5417:2 5418:1 5427:1 5470:1 5477:1 5487:1 5540:1 5560:1 5566:1 5576:1 5592:1 5598:1 5602:1 5650:2 5658:1 5670:1 5673:1 5690:1 5694:1 5697:1 5701:3 5703:1 5733:1 5765:2 5773:2 5815:1 5829:1 5852:3 5876:1 5879:1 5883:2 5895:2 5912:1 5917:1 5919:1 5924:2 5928:1 5935:1 5936:1 5949:1 5969:1 5996:7 6025:1 6032:1 6041:1 6054:1 6077:1 6082:2 6085:5 6099:2 6133:1 6146:1 6161:1 6162:1 6168:1 6173:2 6185:1 6186:1 6208:1 6212:2 6219:1 6254:1 6260:1 6276:2 6299:1 6368:2 6399:2 6412:1 6437:1 6465:1 6469:1 6507:1 6518:4 6545:2 6557:2 6582:1 6608:2 6611:1 6613:2 6625:1 6635:1 6646:1 6655:1 6664:1 6727:2 6729:1 6746:1 6750:1 6761:1 6768:2 6783:3 6792:1 6794:9 6811:3 6814:2 6826:1 6833:1 6854:2 6878:3 6902:1 6924:1 6956:6 7007:1 7027:6 7038:2 7039:1 7041:1 7042:1 7044:5 7061:1 7062:1 7091:1 7113:3 7132:3 7133:1 7138:1 7149:1 7150:2 7152:1 7155:1 7156:1 7158:1 7159:2 7163:1 7239:1 7245:1 7294:1 7304:1 7320:2 7326:1 7331:3 7349:7 7362:1 7363:1 7410:1 7418:1 7436:2 7445:1 7452:1 7468:1 7473:1 7482:8 7484:1 7490:1 7511:1 7525:1 7538:1 7543:8 7544:1 7561:2 7575:1 7589:1 7624:2 7635:1 7652:1 7676:1 7678:2 7681:3 7683:1 7686:3 7691:1 7718:1 7722:1 7745:1 7770:1 7783:2 7792:2 7794:1 7814:1 7815:1 7882:1 7885:1 7926:1 7944:1 7992:6 8007:1 8009:1 8010:2 8034:1 8039:1 8069:2 8073:1 8080:1 8134:2 8164:1 8172:3 8203:1 8215:1 8218:4 8237:1 8250:3 8251:1 8304:1 8306:2 8313:2 8340:15 8349:3 8370:1 8386:1 8387:1 8407:1 8464:1 8471:1 8477:1 8531:4 8558:2 8597:2 8604:1 8614:4 8615:1 8631:1 8634:1 8635:1 8636:2 8639:2 8642:5 8648:1 8657:3 8658:2 8663:6 8664:2 8669:1 8677:1 8682:1 8683:1 8690:22 8718:19 8724:1 8728:1 8753:1 8766:1 8776:1 8797:2 8803:1 8827:2 8835:1 8867:1 8869:1 8877:1 8894:1 8914:3 8916:3 8953:1 8977:1 9013:1 9035:3 9042:3 9044:1 9077:1 9083:1 9094:1 9100:3 9114:1 9147:2 9155:1 9167:1 9171:1 9178:1 9216:1 9221:2 9226:1 9249:12 9263:1 9274:2 9303:14 9310:6 9313:2 9315:1 9316:1 9342:1 9356:1 9357:2 9400:1 9436:1 9460:1 9465:1 9473:1 9475:1 9478:4 9501:1 9526:1 9528:15 9541:2 9546:1 9562:1 9577:8 9593:1 9608:1 9655:1 9656:1 9659:1 9662:2 9668:1 9671:1 9672:1 9673:2 9674:1 9676:1 9687:1 9690:1 9693:2 9734:1 9756:2 9757:6 9767:1 9772:2 9773:1 9780:1 9792:1 9833:1 9846:1 9859:1 9860:2 9882:1 9888:2 9891:1 9926:1 9933:2 9934:1 9961:2 9975:1 10017:1 10021:2 10028:2 10044:1 10054:2 10069:1 10080:2 10081:1 10089:1 10090:2 10098:3 10101:1 10105:2 10139:1 10143:1 10144:1 10145:1 10151:1 10154:1 10164:2 10190:2 10196:1 10201:1 10203:1 10248:2 10255:1 10269:1 10274:1 10299:2 10322:1 10327:1 10405:2 10420:1 10445:1 10455:1 10473:3 10495:1 10535:1 10545:1 10547:1 10568:1 10574:1 10576:1 10608:3 10616:1 10617:1 10637:1 10647:2 10699:1 10711:1 10729:3 10731:1 10734:6 10737:32 10739:1 10741:3 10744:1 10748:2 10756:1 10759:1 10763:1 10773:3 10778:1 10784:1 10794:2 10809:4 10853:1 10854:2 10870:1 10876:2 10881:2 10899:1 10910:1 10915:1 10962:1 10974:2 10976:1 11011:1 11015:1 11016:1 11033:4 11051:1 11057:1 11090:1 11099:2 11116:1 11119:1 11120:2 11134:3 11141:3 11151:1 11167:1 11175:3 11178:1 11184:1 11201:2 11204:20 11290:4 11323:1 11355:1 11359:1 11375:1 11423:1 11439:1 11441:2 11450:1 11460:1 11473:1 11518:1 11524:1 11537:1 11546:1 11582:1 11611:1 11617:2 11618:1 11628:2 11634:1 11640:3 11688:2 11712:1 11727:3 11732:1 11772:1 11781:1 11783:2 11796:15 11800:1 11811:1 11814:1 11819:1 11826:1 11840:1 11841:5 11845:1 11861:1 11881:1 11884:2 11902:4 11918:2 11927:1 11937:1 11959:1 11983:1 11990:2 11992:1 12026:1 12036:1 12044:8 12063:1 12064:1 12101:1 12110:1 12118:1 12133:1 12151:1 12174:1 12191:3 12202:4 12205:2 12207:1 12208:1 12222:1 12230:1 12233:3 12234:1 12236:2 12241:2 12246:1 12251:1 12285:1 12358:1 12382:1 12385:1 12395:4 12405:1 12426:1 12427:1 12441:1 12451:1 12452:1 12474:1 12495:1 12512:1 12522:2 12533:1 12565:1 12567:2 12573:2 12578:1 12581:1 12582:1 12608:1 12610:1 12615:1 12635:1 12644:1 12664:1 12721:1 12743:1 12761:1 12762:2 12769:1 12771:1 12773:1 12813:1 12829:1 12830:1 12849:1 12861:1 12890:3 12902:4 12915:2 12933:1 12936:1 12943:1 12959:2 12984:2 12991:3 12993:1 12997:1 13009:2 13019:6 13021:2 13028:3 13045:1 13046:6 13058:2 13069:1 13081:3 13089:1 13134:1 13137:1 13144:1 13168:3 13201:1 13242:1 13250:1 13340:1 13371:1 13377:1 13393:1 13397:2 13401:1 13423:3 13430:1 13436:1 13446:1 13453:2 13489:1 13517:1 13536:1 13540:1 13558:2 13561:2 13578:2 13582:2 13607:1 13617:1 13668:1 13688:2 13698:8 13709:1 13714:1 13731:2 13738:2 13761:1 13802:1 13829:1 13854:1 13892:1 13893:2 13899:1 13947:1 13959:1 13986:1 13989:1 13994:1 14017:2 14044:1 14085:9 14107:1 14113:11 14146:1 14168:1 14183:1 14184:1 14190:1 14200:1 14203:1 14204:1 14283:2 14287:1 14288:2 14316:1 14332:1 14335:1 14336:2 14341:1 14351:10 14386:1 14396:6 14416:1 14421:1 14438:1 14551:1 14570:1 14574:1 14585:2 14590:1 14592:1 14598:1 14616:2 14641:1 14647:4 14654:1 14656:1 14657:1 14667:1 14668:2 14671:1 14695:1 14738:1 14739:1 14747:1 14753:1 14773:2 14791:2 14802:1 14806:2 14813:1 14821:2 14826:1 14844:1 14863:1 14866:1 14875:1 14876:1 14878:1 14900:1 14901:1 14906:2 14914:3 14924:1 14944:1 14977:1 14987:1 15008:1 15010:4 15021:4 15057:1 15061:2 15065:1 15077:1 15087:1 15091:4 15099:1 15103:2 15111:1 15145:1 15151:3 15173:1 15182:1 15197:2 15203:1 15210:2 15234:1 15240:1 15247:1 15266:1 15273:6 15284:2 15291:1 15323:1 15325:2 15336:1 15339:1 15376:1 15385:2 15411:1 15431:1 15476:3 15496:3 15506:2 15543:1 15556:3 15562:2 15566:1 15597:2 15599:1 15630:1 15637:2 15684:1 15691:1 15722:1 15746:4 15747:1 15781:1 15785:7 15794:1 15801:1 15851:1 15858:1 15878:1 15882:3 15888:1 15894:1 15897:1 15906:3 15907:1 15911:1 15943:1 15961:20 15966:2 15967:1 16017:3 16019:1 16022:1 16077:5 16081:1 16107:1 16115:1 16119:1 16123:1 16142:1 16143:1 16215:1 16222:1 16268:1 16297:1 16322:1 16341:1 16385:1 16391:1 16402:1 16405:1 16408:1 16411:1 16417:1 16419:3 16428:2 16435:1 16465:1 16515:1 16517:1 16537:1 16538:1 16542:2 16543:1 16546:1 16549:1 16554:1 16570:1 16571:3 16573:4 16597:2 16607:1 16610:1 16625:1 16626:6 16632:2 16646:1 16657:1 16674:1 16679:1 16693:1 16706:1 16715:1 16722:12 16800:1 16808:1 16809:1 16818:2 16828:1 16843:1 16854:1 16861:1 16873:1 16891:4 16939:2 16944:2 16949:1 16962:1 16987:1 16990:1 16993:1 17016:1 17062:4 17064:2 17067:5 17069:1 17077:2 17086:1 17118:1 17123:1 17132:1 17143:2 17162:12 17164:1 17179:1 17180:1 17192:2 17211:1 17226:1 17269:5 17276:1 17302:1 17307:1 17309:1 17311:1 17315:2 17324:1 17340:1 17348:1 17356:1 17358:1 17388:1 17392:1 17405:1 17412:3 17424:1 17425:1 17446:2 17467:1 17492:1 17510:1 17514:3 17515:4 17550:1 17554:2 17556:1 17558:2 17568:1 17579:1 17604:1 17610:1 17617:2 17633:1 17634:1 17639:1 17646:2 17697:2 17710:2 17722:1 17762:2 17775:1 17799:6 17818:1 17820:1 17826:3 17830:1 17841:1 17846:2 17854:3 17855:1 17892:1 17894:1 17897:1 17908:1 17925:1 17928:1 17929:1 17930:1 17937:1 17942:1 17943:2 17950:2 17954:1 17969:1 17994:1 18008:1 18019:2 18022:1 18023:1 18035:1 18051:1 18052:1 18096:1 18114:2 18124:1 18152:1 18162:1 18163:2 18164:1 18181:2 18192:1 18210:1 18261:1 18262:1 18272:1 18285:1 18315:2 18354:1 18359:1 18368:1 18398:1 18405:1 18431:1 18433:2 18439:2 18445:6 18467:1 18489:1 18496:1 18499:9 18545:1 18547:1 18572:1 18591:1 18617:2 18627:1 18665:1 18697:1 18700:1 18703:2 18750:1 18751:1 18758:1 18761:2 18762:2 18764:2 18772:12 18774:5 18786:6 18792:2 18807:2 18812:4 18820:2 18845:1 18911:1 18948:3 18949:1 18968:1 18972:1 18976:2 18978:1 18984:2 18987:1 18990:1 19004:1 19053:1 19063:2 19076:1 19079:3 19086:2 19093:1 19118:2 19123:3 19128:1 19133:1 19162:1 19173:1 19179:1 19233:1 19234:1 19250:1 19259:2 19278:2 19294:2 19305:4 19313:2 19319:3 19335:1 19339:1 19341:1 19347:1 19349:3 19354:1 19358:1 19362:1 19364:1 19381:3 19384:3 19391:1 19392:1 19396:2 19404:3 19438:2 19445:4 19450:1 19457:1 19459:1 19464:1 19481:1 19504:1 19511:1 19546:1 19558:1 19567:1 19570:2 19605:2 19621:3 19624:1 19626:1 19637:2 19680:1 19707:1 19725:1 19730:1 19736:1 19740:2 19750:2 19761:1 19779:1 19782:4 19785:1 19797:1 19807:2 19836:6 19842:6 19848:5 19852:1 19853:1 19855:2 19874:1 19891:1 19892:4 19906:4 19928:1 19979:1 19991:1 20004:1 20010:1 20015:1 20079:2 20103:1 20121:6 20130:1 20163:1 20172:1 20177:1 20180:1 20184:1 20186:1 20211:1 20214:6 20225:1 20234:1 20254:4 20271:20 20329:1 20334:2 20373:2 20386:2 20390:1 20407:1 20430:4 20432:1 20474:2 20480:1 20568:1 20572:20 20576:1 20590:2 20599:1 20620:1 20622:2838 20670:1 20676:1 20681:2 20704:1 20723:1 20737:1 20755:1 20759:2 20794:3 20799:1 20815:1 20819:1 20822:1 20825:1 20844:1 20849:2 20859:5 20862:1 20869:1 20873:5 20877:1 20878:1 20880:2 20890:1 20895:1 20899:2 20912:1 20946:1 20956:1 20959:1 20962:3 21018:1 21020:1 21071:1 21078:1 21086:1 21089:1 21095:1 21119:1 21124:1 21176:3 21190:1 21259:6 21268:1 21290:1 21303:8 21306:3 21311:1 21324:1 21329:1 21330:2 21350:3 21362:1 21364:1 21366:2 21370:1 21384:1 21392:1 21400:1 21405:2 21406:1 21415:1 21419:7 21448:2 21462:1 21472:1 21479:4 21501:6 21511:1 21513:1 21523:1 21530:12 21531:2 21538:1 21539:1 21553:2 21572:1 21582:1 21583:1 21595:18 21617:2 21618:1 21634:1 21638:3 21644:2 21652:1 21658:1 21686:1 21698:2 21708:1 21739:1 21750:3 21767:1 21769:1 21772:5 21802:1 21803:1 21812:1 21819:2 21829:4 21831:2 21877:1 21890:1 21892:1 21897:1 21965:1 21969:1 21970:4 21974:1 21990:1 22008:2 22038:1 22076:1 22077:1 22083:1 22086:1 22090:3 22093:1 22102:1 22109:1 22117:1 22145:1 22170:1 22191:2 22192:1 22197:1 22215:1 22228:1 22237:1 22252:1 22256:1 22266:10 22282:1 22284:1 22294:2 22295:1 22316:9 22350:1 22379:1 22394:1 22461:2 22467:1 22494:2 22507:1 22509:1 22510:2 22520:1 22526:1 22533:1 22545:4 22555:1 22557:2 22564:4 22585:1 22593:2 22602:1 22627:1 22660:1 22664:4 22669:2 22673:2 22679:1 22704:1 22714:4 22742:1 22748:1 22749:1 22763:2 22769:1 22773:2 22806:1 22814:1 22817:1 22828:1 22835:1 22849:2 22853:1 22863:1 22869:2 22871:1 22879:2 22890:7 22893:1 22916:1 22917:10 22950:1 22951:1 22961:1 22972:1 22976:1 23002:1 23004:1 23031:1 23032:1 23033:1 23037:4 23041:1 23042:1 23048:2 23050:1 23064:1 23067:1 23079:1 23081:1 23086:2 23104:1 23105:2 23145:1 23187:1 23188:2 23190:1 23191:1 23215:1 23218:1 23223:1 23232:2 23235:2 23243:1 23266:1 23289:1 23295:4 23323:1 23338:1 23353:1 23382:2 23394:1 23441:1 23450:1 23452:1 23455:1 23469:1 23471:1 23474:2 23487:3 23494:1 23517:1 23522:1 23528:1 23531:1 23532:1 23539:1 23555:2 23556:1 23563:1 23568:1 23581:1 23595:1 23600:1 23617:1 23655:2 23658:3 23671:2 23692:1 23702:2 23703:1 23708:3 23714:1 23723:2 23733:2 23745:1 23748:1 23763:2 23764:2 23772:1 23780:4 23810:1 23812:1 23858:1 23860:1 23908:2 23928:1 23935:1 23954:1 23997:1 24005:2 24020:2 24032:1 24058:5 24067:1 24068:1 24073:1 24084:1 24091:1 24106:1 24115:7 24149:1 24154:1 24161:1 24176:1 24181:1 24204:1 24205:2 24222:1 24225:2 24233:1 24236:1 24256:1 24262:1 24267:1 24273:1 24281:1 24313:1 24333:1 24337:1 24368:1 24372:1 24378:1 24382:1 24385:1 24386:1 24399:1 24400:1 24410:3 24414:3 24418:2 24419:1 24423:1 24429:1 24457:1 24461:2 24462:2 24465:1 24486:1 24496:2 24506:1 24507:2 24509:1 24510:3 24519:1 24522:2 24535:1 24539:1 24544:2 24547:1 24549:1 24562:1 24567:2 24591:1 24594:1 24605:2 24612:1 24613:2 24614:3 24623:1 24624:1 24629:2 24653:1 24655:1 24666:2 24692:1 24704:1 24706:1 24714:1 24715:3 24735:1 24753:1 24779:1 24795:1 24807:1 24808:1 24810:4 24814:3 24847:2 24851:1 24855:2 24857:1 24860:1 24866:1 24868:1 24882:1 24893:1 24898:1 24908:1 24916:1 24920:1 24926:5 24934:1 24949:1 24951:1 24956:2 24960:1 24993:1 24997:2 25001:1 25006:1 25011:1 25013:3 25014:1 25021:2 25029:1 25041:1 25081:2 25084:1 25095:1 25148:1 25158:1 25169:1 25186:1 25190:1 25228:2 25239:1 25240:1 25253:1 25255:1 25263:12 25275:1 25294:5 25299:1 25308:1 25310:1 25320:6 25347:3 25384:1 25399:3 25403:1 25410:1 25416:1 25432:1 25476:1 25483:1 25499:1 25502:1 25507:1 25508:1 25510:1 25514:2 25536:1 25537:1 25557:2 25562:1 25567:6 25585:1 25593:1 25595:2 25610:1 25625:1 25627:1 25634:2 25646:1 25647:1 25655:4 25687:1 25707:2 25712:1 25727:1 25759:2 25776:1 25787:1 25807:1 25811:1 25831:1 25869:1 25883:3 25924:4 25934:1 25941:1 25972:1 25987:1 26001:2 26008:1 26021:1 26030:1 26041:4 26045:2 26048:1 26056:1 26083:1 26092:2 26103:2 26119:1 26138:1 26149:1 26160:2 26168:1 26169:1 26179:1 26201:1 26209:1 26234:1 26244:1 26247:1 26262:1 26267:1 26269:1 26288:1 26309:1 26328:1 26332:1 26337:1 26343:1 26355:1 26359:1 26376:1 26378:3 26381:1 26386:1 26389:1 26393:2 26399:1 26402:2 26408:1 26409:1 26411:1 26418:1 26422:1 26433:3 26446:1 26459:2 26464:1 26477:1 26488:2 26496:4 26510:1 26518:3 26522:1 26531:1 26544:1 26549:1 26556:5 26570:1 26595:3 26645:3 26688:1 26699:1 26704:1 26708:1 26727:1 26729:1 26815:1 26822:1 26824:1 26832:2 26852:1 26857:1 26859:1 26860:1 26869:1 26873:1 26878:3 26880:1 26885:1 26892:1 26893:1 26902:1 26912:4 26918:1 26947:1 26949:1 26950:1 26951:1 26976:1 26986:1 27000:1 27002:1 27005:1 27009:2 27016:1 27028:7 27047:3 27060:2 27097:1 27124:1 27132:2 27134:2 27143:1 27144:2 27161:1 27164:1 27260:1 27262:1 27263:2 27266:1 27301:2 27312:3 27314:1 27316:1 27318:1 27327:2 27337:1 27351:1 27357:1 27366:1 27387:1 27424:1 27427:1 27428:4 27451:1 27485:1 27498:1 27521:3 27526:2 27531:1 27539:1 27561:1 27577:3 27590:2 27602:1 27616:1 27623:1 27625:1 27640:1 27646:1 27650:11 27652:1 27654:1 27676:1 27692:1 27700:2 27732:2 27761:1 27778:1 27790:1 27794:2 27795:1 27802:2 27814:3 27819:1 27820:2 27831:2 27849:1 27884:7 27887:2 27905:2 27915:2 27918:1 27973:5 28001:1 28009:1 28027:1 28029:1 28034:1 28055:5 28059:1 28072:1 28085:7 28122:1 28128:1 28174:3 28178:1 28200:1 28206:1 28221:1 28226:1 28230:1 28248:1 28276:1 28296:1 28312:1 28313:1 28325:2 28336:1 28365:2 28372:1 28387:1 28399:1 28409:1 28411:1 28425:1 28449:1 28454:1 28458:1 28470:1 28477:1 28490:2 28534:2 28545:1 28565:1 28569:1 28660:1 28684:1 28696:3 28721:1 28733:1 28745:1 28754:1 28758:1 28759:1 28760:1 28786:3 28802:8 28823:2 28838:1 28851:1 28858:1 28901:1 28925:2 28976:1 28983:1 28986:1 29002:1 29011:2 29012:7 29021:1 29022:1 29036:7 29043:2 29055:1 29068:1 29083:1 29116:8 29133:1 29159:1 29163:1 29175:1 29178:1 29183:20 29196:1 29210:1 29211:1 29236:1 29244:2 29280:1 29282:1 29294:2 29305:1 29312:2 29324:1 29339:1 29352:1 29392:1 29409:1 29421:1 29425:1 29445:1 29450:1 29478:2 29486:1 29496:4 29497:1 29506:3 29526:1 29530:3 29557:1 29573:1 29594:2 29605:1 29606:2 29615:1 29644:2 29655:2 29662:1 29669:1 29678:2 29683:1 29684:2 29685:3 29695:1 29710:4 29715:1 29724:4 29746:1 29752:2 29776:1 29804:1 29812:2 29817:1 29833:3 29836:1 29838:1 29887:1 29905:1 29938:1 29941:2 29952:1 29969:1 29994:1 29998:1 30014:1 30021:1 30026:1 30027:1 30036:1 30038:1 30039:1 30040:1 30041:1 30050:1 30078:2 30096:7 30131:1 30143:1 30171:1 30187:1 30188:1 30224:1 30225:1 30230:1 30296:1 30299:1 30304:1 30308:1 30317:1 30343:1 30356:1 30366:2 30394:3 30396:1 30430:3 30443:1 30458:14 30465:1 30466:1 30480:1 30486:3 30495:2 30501:2 30504:1 30506:2 30509:1 30519:1 30523:1 30538:1 30550:2 30554:1 30565:4 30567:9 30577:1 30582:1 30592:1 30594:2 30605:2 30607:1 30609:1 30615:1 30630:1 30653:3 30657:1 30658:2 30659:1 30661:4 30711:1 30713:6 30758:3 30763:1 30766:2 30777:4 30848:1 30851:1 30859:1 30873:2 30878:1 30885:1 30900:1 30908:1 30931:1 30947:1 30957:1 30972:1 30979:1 30980:1 31004:1 31005:1 31007:2 31009:2 31034:2 31041:2 31069:3 31097:1 31125:4 31132:1 31161:3 31176:1 31178:1 31179:1 31200:2 31201:1 31202:1 31203:1 31204:1 31206:1 31225:1 31246:2 31247:1 31257:1 31290:1 31297:1 31315:1 31317:1 31318:1 31361:4 31372:1 31374:4 31380:2 31393:1 31420:1 31481:1 31484:1 31502:4 31525:1 31591:1 31599:1 31601:2 31611:1 31612:3 31617:1 31633:1 31636:1 31639:1 31659:3 31675:1 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31752:5 31758:1 31760:1 31770:6 31774:1 31775:1 31778:1 31787:1 31816:1 31826:1 31830:1 31836:1 31842:1 31851:1 31902:2
18 8:1 13:1 19:1 23:1 40:1 62:1 79:1 88:1 93:1 136:2 208:4 231:2 237:2 238:1 241:1 250:1 253:2 275:1 283:2 288:2 299:3 317:1 334:1 339:3 352:4 365:1 372:1 373:1 390:7 398:1 399:1 405:1 461:1 462:3 470:1 479:1 480:1 484:1 488:1 494:1 504:1 522:1 555:1 573:1 582:1 591:1 593:1 613:2 617:1 618:3 620:1 635:1 642:3 647:1 664:2 677:3 682:1 697:1 707:2 716:6 730:1 731:1 756:1 774:3 784:1 799:2 801:1 814:1 816:1 829:1 836:1 842:1 843:1 904:1 915:1 922:1 926:4 929:3 936:1 940:1 949:1 960:1 963:1 964:3 967:1 979:2 1000:1 1001:2 1014:2 1018:1 1030:1 1032:1 1045:1 1061:1 1064:2 1091:1 1165:1 1167:3 1174:2 1184:1 1189:1 1205:1 1222:1 1237:1 1248:1 1296:4 1314:2 1317:2 1326:2 1327:2 1328:1 1331:2 1348:1 1365:3 1381:1 1391:1 1392:1 1400:2 1403:1 1419:1 1492:1 1495:1 1501:2 1504:1 1511:2 1512:2 1519:1 1525:1 1548:2 1564:3 1565:1 1566:1 1572:1 1582:1 1584:1 1588:1 1621:1 1623:2 1624:1 1628:1 1635:1 1655:1 1665:1 1674:1 1685:2 1692:1 1703:4 1709:1 1710:1 1712:3 1719:2 1739:1 1742:1 1763:1 1781:1 1783:2 1793:2 1796:1 1822:1 1825:1 1868:1 1871:3 1908:1 1932:4 1952:1 1977:1 2055:1 2057:1 2064:1 2078:2 2081:2 2084:1 2090:1 2093:3 2118:1 2148:2 2152:1 2174:1 2181:1 2190:2 2196:1 2199:2 2221:1 2241:2 2244:3 2249:1 2254:16 2255:1 2256:1 2259:1 2264:1 2282:1 2296:1 2299:1 2307:1 2331:1 2341:1 2358:2 2366:2 2374:1 2383:1 2406:3 2409:1 2418:1 2420:5 2422:1 2424:1 2427:1 2428:5 2431:1 2432:1 2433:1 2436:1 2437:1 2438:4 2442:3 2447:2 2449:2 2466:2 2467:1 2468:1 2471:1 2474:1 2476:1 2478:1 2480:1 2481:3 2482:2 2487:2 2488:1 2493:1 2497:2 2501:2 2503:4 2509:2 2512:1 2514:1 2516:1 2517:3 2518:1 2523:2 2524:1 2531:20 2540:1 2543:1 2551:3 2556:1 2602:4 2613:1 2619:1 2624:1 2641:1 2644:1 2646:1 2648:1 2657:1 2659:4 2668:1 2682:1 2706:1 2717:2 2738:1 2740:1 2743:1 2751:1 2763:1 2783:2 2796:5 2797:1 2799:1 2815:1 2817:2 2824:3 2834:1 2853:2 2886:1 2904:1 2932:2 2940:2 2941:1 2949:1 2963:1 2966:2 2990:1 2996:1 2999:2 3004:1 3011:1 3045:1 3050:1 3066:6 3068:1 3077:2 3086:1 3097:1 3149:1 3159:2 3170:11 3171:3 3203:1 3209:1 3212:19 3218:1 3219:2 3230:2 3234:2 3244:1 3251:3 3279:1 3281:1 3316:1 3323:1 3328:1 3330:1 3404:2 3423:6 3478:4 3489:1 3492:1 3526:1 3528:1 3532:1 3533:3 3547:1 3549:2 3558:1 3570:1 3571:1 3576:3 3577:1 3584:1 3614:3 3618:1 3625:2 3632:1 3653:2 3669:1 3676:1 3681:1 3684:1 3698:1 3738:1 3798:4 3846:1 3855:1 3865:1 3880:2 3888:1 3898:1 3919:1 3920:1 3932:1 3934:1 3958:1 3981:1 3995:2 4017:2 4020:3 4043:2 4070:1 4090:1 4091:3 4099:2 4133:1 4136:1 4142:1 4145:4 4146:4 4148:1 4170:1 4171:1 4177:2 4181:2 4211:4 4218:1 4225:1 4226:2 4230:3 4259:1 4261:1 4267:1 4274:1 4276:1 4279:3 4281:1 4283:1 4292:1 4300:1 4313:1 4332:1 4339:1 4353:1 4359:1 4367:1 4371:1 4394:2 4402:1 4423:2 4428:2 4442:1 4444:1 4466:1 4472:2 4497:1 4507:1 4529:1 4536:2 4542:1 4549:4 4556:1 4573:1 4587:2 4614:1 4617:1 4619:1 4625:1 4643:1 4651:1 4655:2 4665:1 4729:2 4763:1 4774:3 4807:1 4814:1 4817:2 4846:2 4851:1 4868:1 4877:5 4884:1 4888:1 4895:1 4953:2 4972:1 4989:1 5018:1 5021:1 5022:1 5023:3 5032:2 5035:1 5050:3 5078:1 5079:3 5087:1 5098:1 5107:1 5120:1 5121:5 5132:4 5139:1 5146:1 5148:1 5151:1 5185:1 5187:1 5202:3 5210:1 5214:1 5219:2 5221:1 5223:1 5251:1 5254:1 5287:1 5300:1 5302:1 5315:2 5351:1 5352:1 5368:3 5375:1 5386:1 5391:1 5414:14 5417:2 5418:1 5427:1 5470:1 5477:1 5487:1 5540:1 5560:1 5566:1 5576:1 5592:2 5598:1 5602:1 5650:2 5658:1 5670:1 5673:1 5690:1 5694:1 5697:1 5701:3 5703:1 5733:1 5765:2 5773:2 5815:1 5829:1 5852:3 5876:1 5879:1 5883:3 5895:2 5901:1 5912:1 5917:1 5919:1 5924:2 5928:1 5935:1 5936:1 5949:1 5969:1 5996:8 6025:1 6032:1 6041:1 6054:1 6077:1 6082:2 6085:5 6099:2 6133:1 6146:1 6161:1 6162:1 6168:1 6173:2 6185:1 6186:1 6208:1 6212:2 6219:1 6254:1 6260:1 6276:2 6299:1 6300:1 6368:2 6399:2 6403:2 6412:1 6437:1 6465:1 6469:1 6507:1 6518:4 6545:2 6557:2 6582:1 6608:2 6611:1 6613:2 6625:1 6635:1 6646:1 6655:1 6664:1 6727:2 6729:1 6746:1 6750:1 6761:1 6768:2 6783:3 6792:1 6794:9 6811:3 6814:2 6826:1 6833:1 6854:2 6877:1 6878:3 6902:1 6924:1 6956:6 7007:1 7027:6 7038:2 7039:1 7041:1 7042:1 7044:5 7061:1 7062:1 7091:1 7113:4 7132:3 7133:1 7138:1 7141:1 7149:1 7150:2 7152:1 7155:1 7156:1 7158:1 7159:2 7163:1 7239:1 7245:1 7294:1 7304:1 7320:2 7326:1 7331:3 7349:8 7362:1 7363:1 7410:1 7418:1 7436:2 7445:1 7452:1 7468:1 7473:1 7482:8 7484:1 7490:1 7511:1 7525:1 7538:1 7543:10 7544:1 7561:2 7575:1 7589:1 7624:2 7635:1 7652:1 7676:1 7678:2 7681:3 7683:1 7686:3 7691:1 7718:1 7722:1 7745:1 7770:1 7783:2 7792:2 7794:1 7814:1 7815:1 7882:2 7885:1 7926:1 7944:1 7992:6 8007:1 8009:1 8010:2 8034:1 8039:1 8069:2 8073:1 8080:1 8134:2 8164:1 8172:3 8203:1 8215:1 8218:4 8237:1 8250:3 8251:1 8304:1 8306:2 8313:2 8340:16 8349:3 8370:1 8386:1 8387:1 8407:1 8464:1 8471:1 8477:1 8531:4 8558:2 8597:2 8604:1 8614:4 8615:1 8631:1 8634:1 8635:1 8636:2 8639:2 8642:5 8648:1 8657:3 8658:2 8663:6 8664:2 8669:1 8677:1 8682:1 8683:1 8690:22 8695:1 8718:20 8724:1 8728:1 8753:1 8766:1 8776:1 8797:2 8803:1 8827:2 8835:1 8867:1 8869:1 8877:1 8894:1 8914:3 8916:3 8953:1 8977:1 9013:1 9035:3 9042:3 9044:1 9077:1 9083:1 9094:1 9100:3 9114:1 9147:2 9155:1 9167:1 9171:1 9178:1 9201:1 9216:1 9221:2 9226:1 9249:13 9263:1 9274:3 9303:15 9310:6 9313:2 9315:1 9316:1 9342:1 9356:1 9357:3 9400:1 9436:1 9460:1 9465:1 9473:1 9475:1 9478:4 9501:1 9526:1 9528:16 9541:2 9546:1 9562:1 9577:8 9582:1 9593:1 9608:1 9655:1 9656:1 9659:1 9662:2 9668:1 9671:1 9672:1 9673:2 9674:1 9676:1 9687:1 9690:1 9693:2 9734:1 9756:2 9757:6 9767:1 9772:2 9773:1 9780:1 9791:1 9792:1 9821:1 9833:1 9846:1 9859:1 9860:2 9882:1 9888:2 9891:1 9926:1 9933:2 9934:1 9961:2 9975:1 10017:1 10021:2 10028:2 10044:1 10054:2 10069:1 10080:2 10081:1 10089:1 10090:2 10098:3 10101:1 10105:2 10139:1 10143:1 10144:1 10145:1 10151:1 10154:1 10164:2 10179:1 10190:2 10196:1 10201:1 10203:1 10248:2 10255:1 10269:1 10274:1 10299:2 10322:1 10327:1 10405:2 10420:1 10442:1 10445:1 10455:1 10473:3 10495:1 10535:1 10545:1 10547:1 10568:1 10574:1 10576:1 10608:3 10616:1 10617:1 10637:1 10647:2 10699:1 10711:1 10729:3 10731:1 10734:6 10737:32 10739:1 10741:3 10744:1 10748:2 10756:1 10759:1 10763:1 10773:3 10778:1 10784:1 10794:2 10809:4 10853:1 10854:2 10870:1 10876:2 10881:2 10899:1 10905:1 10910:1 10915:1 10962:1 10974:2 10976:1 11011:1 11015:1 11016:1 11033:4 11051:1 11057:1 11090:1 11099:2 11101:1 11116:1 11119:1 11120:2 11134:3 11141:3 11151:1 11167:1 11175:3 11178:1 11184:1 11201:2 11204:20 11290:4 11322:1 11323:1 11355:1 11359:1 11375:1 11423:1 11439:1 11441:2 11450:1 11460:2 11473:1 11518:1 11524:1 11537:1 11546:1 11582:1 11611:1 11617:2 11618:1 11628:2 11634:1 11640:3 11688:2 11712:1 11727:3 11732:2 11772:1 11781:1 11783:2 11796:16 11800:1 11811:1 11814:1 11819:1 11826:1 11840:1 11841:5 11845:1 11861:1 11881:1 11884:2 11902:4 11918:2 11927:1 11937:1 11959:1 11983:1 11990:2 11992:1 12026:1 12036:1 12044:8 12063:1 12064:1 12101:1 12110:1 12118:1 12133:1 12151:1 12174:1 12191:3 12202:4 12205:2 12207:1 12208:1 12222:1 12230:1 12233:3 12234:1 12236:2 12241:2 12246:1 12251:1 12261:1 12285:1 12358:1 12382:1 12385:1 12395:4 12405:1 12426:1 12427:1 12441:1 12451:1 12452:1 12474:1 12495:1 12512:1 12522:2 12533:1 12565:1 12567:2 12573:2 12578:1 12581:1 12582:1 12593:1 12608:1 12610:1 12615:1 12635:1 12644:1 12664:1 12674:1 12697:1 12721:1 12743:1 12761:1 12762:3 12769:1 12771:1 12773:1 12813:1 12829:1 12830:1 12849:1 12861:1 12890:3 12902:4 12915:2 12933:1 12936:1 12943:1 12959:2 12984:2 12991:3 12993:1 12997:1 13009:2 13019:6 13021:2 13028:3 13045:1 13046:6 13058:2 13069:1 13081:3 13089:1 13134:1 13137:1 13144:1 13168:3 13201:1 13242:1 13250:1 13332:1 13340:1 13371:1 13377:1 13393:1 13397:2 13401:1 13423:4 13430:1 13436:1 13446:1 13453:2 13489:1 13517:1 13536:1 13540:1 13558:2 13561:2 13578:2 13582:2 13607:1 13617:1 13668:1 13688:2 13698:8 13709:1 13714:1 13731:2 13738:2 13761:1 13802:1 13829:1 13854:1 13892:2 13893:2 13899:1 13947:1 13959:1 13986:1 13989:1 13994:1 14017:2 14044:1 14046:1 14085:9 14107:1 14113:11 14146:1 14168:1 14183:1 14184:1 14190:1 14200:1 14203:1 14204:1 14283:2 14287:1 14288:2 14316:1 14332:1 14335:1 14336:2 14341:1 14351:11 14386:1 14396:7 14416:1 14421:1 14438:1 14551:1 14570:1 14574:1 14585:2 14590:1 14592:1 14598:1 14616:2 14641:1 14647:4 14654:2 14656:1 14657:1 14667:1 14668:2 14671:1 14695:1 14738:1 14739:1 14747:1 14753:1 14773:3 14791:2 14802:1 14806:2 14813:1 14821:2 14826:1 14844:1 14863:1 14866:1 14869:1 14875:1 14876:1 14878:1 14900:1 14901:1 14906:2 14914:4 14924:1 14944:1 14977:1 14987:1 15008:1 15010:4 15021:4 15057:1 15061:2 15065:1 15077:1 15087:1 15091:4 15099:1 15103:2 15111:1 15145:1 15151:3 15173:1 15182:1 15197:2 15203:1 15210:2 15234:1 15240:1 15247:1 15266:1 15273:6 15284:2 15291:1 15323:1 15325:2 15336:1 15339:1 15376:1 15385:2 15411:1 15431:1 15476:3 15496:3 15506:2 15543:1 15556:3 15562:2 15566:1 15593:1 15597:2 15599:1 15630:1 15637:2 15684:1 15691:1 15722:1 15746:4 15747:1 15781:1 15785:8 15794:1 15801:1 15851:1 15858:1 15878:1 15882:3 15888:2 15894:1 15897:1 15906:3 15907:1 15911:1 15943:1 15961:20 15966:2 15967:1 16017:3 16019:1 16022:1 16077:5 16081:1 16107:1 16115:1 16119:1 16123:1 16142:1 16143:1 16215:1 16222:1 16268:1 16297:1 16322:1 16341:1 16385:1 16391:1 16402:1 16405:1 16408:1 16411:1 16417:1 16419:3 16428:2 16435:2 16465:2 16515:1 16517:1 16537:1 16538:1 16542:2 16543:1 16546:1 16549:1 16554:1 16570:1 16571:3 16573:4 16597:3 16607:1 16610:1 16625:1 16626:6 16632:2 16646:1 16657:1 16674:1 16679:1 16693:1 16706:1 16715:1 16722:12 16800:1 16801:1 16808:1 16809:1 16818:3 16828:1 16843:1 16854:1 16861:1 16873:1 16891:4 16939:2 16944:2 16949:1 16962:1 16987:1 16990:1 16993:1 17016:1 17062:4 17064:2 17067:5 17069:1 17077:2 17086:1 17118:1 17123:1 17132:1 17143:3 17162:12 17164:1 17179:1 17180:1 17192:2 17211:1 17226:1 17269:6 17276:1 17302:1 17307:1 17309:1 17311:1 17315:2 17324:1 17340:1 17348:1 17356:1 17358:1 17388:1 17392:1 17405:1 17412:3 17424:1 17425:1 17446:3 17467:1 17492:1 17510:1 17514:4 17515:4 17550:1 17554:2 17556:1 17558:2 17568:1 17579:1 17604:1 17610:1 17617:2 17633:1 17634:1 17639:1 17646:2 17697:2 17710:2 17722:1 17762:2 17775:1 17799:6 17818:1 17820:1 17826:3 17830:1 17841:1 17846:2 17854:3 17855:1 17892:1 17894:1 17897:1 17908:1 17925:1 17928:1 17929:1 17930:1 17937:1 17942:1 17943:2 17950:2 17952:1 17954:1 17969:1 17994:1 18008:1 18019:2 18022:1 18023:1 18035:1 18051:1 18052:1 18096:1 18114:3 18124:1 18152:1 18162:1 18163:2 18164:1 18181:2 18192:1 18210:1 18261:1 18262:1 18272:1 18285:1 18315:2 18354:1 18359:1 18368:1 18398:1 18405:1 18431:1 18433:2 18439:2 18445:6 18467:1 18489:1 18496:1 18499:9 18545:1 18547:1 18572:1 18591:1 18617:2 18627:1 18665:1 18697:1 18700:1 18703:2 18704:1 18714:1 18750:1 18751:1 18758:1 18761:2 18762:2 18764:2 18772:12 18774:6 18786:6 18792:2 18807:2 18812:4 18820:2 18845:1 18911:1 18948:3 18949:1 18968:1 18972:1 18976:2 18978:1 18984:2 18987:1 18990:1 19004:1 19053:1 19063:2 19076:1 19079:3 19086:2 19093:1 19118:2 19123:3 19128:1 19133:1 19162:1 19173:1 19179:1 19210:1 19233:1 19234:1 19250:1 19259:2 19278:2 19294:2 19305:4 19313:2 19319:3 19335:1 19339:1 19341:1 19347:1 19349:3 19354:1 19358:1 19362:1 19364:1 19381:3 19384:3 19391:1 19392:1 19396:2 19404:3 19409:1 19438:2 19439:1 19445:4 19450:1 19457:1 19459:1 19464:1 19481:1 19504:1 19511:1 19546:1 19558:1 19567:1 19570:2 19605:2 19621:3 19624:1 19626:1 19637:2 19680:1 19707:1 19725:1 19730:1 19736:1 19740:2 19750:2 19761:1 19779:1 19782:4 19785:1 19797:1 19807:3 19836:6 19842:6 19848:5 19852:1 19853:1 19855:2 19874:1 19891:1 19892:4 19906:4 19928:1 19979:1 19986:1 19991:1 20004:1 20010:1 20015:1 20050:1 20079:2 20103:1 20121:6 20130:1 20163:1 20172:1 20177:1 20180:1 20184:1 20186:1 20211:1 20214:6 20225:1 20234:1 20254:4 20271:20 20301:1 20329:1 20334:2 20373:2 20386:2 20390:1 20407:1 20430:4 20432:1 20474:2 20480:1 20568:1 20572:20 20576:1 20590:2 20599:1 20620:1 20622:2946 20629:1 20670:1 20676:1 20681:3 20704:1 20723:1 20737:1 20755:1 20759:2 20794:4 20797:1 20799:1 20815:1 20819:1 20822:1 20825:1 20844:1 20849:2 20859:5 20862:1 20869:1 20873:5 20877:1 20878:1 20880:2 20890:1 20895:1 20899:2 20912:1 20946:1 20956:1 20959:1 20962:3 21018:1 21020:1 21071:1 21078:1 21082:1 21086:1 21089:1 21095:1 21119:1 21124:1 21176:3 21190:1 21259:6 21268:1 21290:1 21303:8 21306:4 21311:1 21324:1 21329:1 21330:2 21350:3 21362:1 21364:1 21366:2 21370:1 21384:1 21392:1 21400:1 21405:2 21406:1 21415:1 21419:7 21448:2 21462:1 21472:1 21479:4 21501:6 21511:1 21513:1 21523:1 21530:12 21531:2 21538:1 21539:1 21553:2 21572:1 21582:1 21583:1 21595:18 21617:2 21618:1 21634:1 21638:3 21644:2 21652:1 21658:1 21686:1 21698:2 21708:1 21739:2 21750:3 21767:1 21769:1 21772:5 21802:1 21803:1 21812:1 21819:2 21829:4 21831:2 21877:1 21890:1 21892:1 21897:1 21965:1 21969:1 21970:4 21974:1 21990:2 22008:2 22038:1 22076:1 22077:1 22083:1 22086:1 22090:3 22093:1 22102:1 22109:1 22117:1 22145:1 22170:1 22191:2 22192:1 22197:1 22215:1 22228:1 22237:1 22252:1 22256:1 22266:10 22282:1 22284:1 22294:2 22295:1 22316:9 22350:1 22379:1 22394:1 22461:2 22467:1 22494:2 22507:1 22509:1 22510:2 22520:1 22526:1 22533:1 22545:4 22555:1 22557:2 22564:6 22585:1 22593:2 22602:1 22627:1 22660:1 22664:4 22669:2 22673:2 22679:1 22704:1 22714:4 22742:1 22748:1 22749:1 22763:2 22769:1 22773:2 22784:1 22806:1 22814:1 22817:1 22828:1 22835:1 22849:2 22853:1 22863:1 22869:2 22871:1 22879:2 22890:7 22893:1 22916:1 22917:10 22950:1 22951:1 22961:1 22972:1 22976:1 23002:1 23004:1 23031:1 23032:1 23033:1 23037:4 23041:1 23042:1 23048:2 23050:1 23064:1 23067:1 23079:1 23081:1 23086:2 23104:1 23105:2 23145:1 23187:1 23188:2 23190:1 23191:1 23215:1 23218:1 23223:1 23232:2 23235:2 23243:1 23266:1 23289:1 23295:4 23323:1 23338:1 23353:1 23382:2 23394:1 23411:1 23441:1 23450:1 23452:1 23455:1 23469:1 23471:1 23474:2 23487:3 23494:1 23517:1 23522:1 23528:1 23531:1 23532:1 23539:1 23555:2 23556:1 23563:1 23568:1 23576:1 23581:1 23595:1 23600:1 23617:1 23655:2 23658:3 23671:2 23692:1 23702:2 23703:1 23708:3 23714:1 23723:2 23733:2 23745:1 23748:1 23763:3 23764:2 23772:1 23780:4 23810:1 23812:1 23858:1 23860:1 23908:2 23928:1 23935:1 23954:1 23997:1 24005:2 24020:2 24032:1 24058:6 24067:1 24068:1 24073:1 24084:1 24091:1 24106:1 24115:8 24149:1 24154:1 24161:1 24176:1 24181:1 24204:1 24205:2 24222:1 24225:2 24233:1 24236:1 24238:2 24256:1 24262:1 24267:1 24273:1 24281:1 24313:1 24333:2 24337:1 24368:1 24372:1 24378:1 24382:1 24385:1 24386:1 24399:1 24400:1 24410:3 24414:3 24418:2 24419:1 24423:1 24429:1 24457:1 24461:2 24462:2 24465:1 24486:1 24496:2 24506:1 24507:2 24509:1 24510:3 24519:1 24522:2 24535:1 24539:1 24544:2 24547:2 24549:1 24562:1 24567:2 24591:1 24594:1 24605:2 24612:1 24613:2 24614:3 24623:1 24624:1 24629:2 24653:1 24655:1 24666:2 24690:1 24692:1 24704:1 24706:1 24714:1 24715:3 24735:1 24753:1 24779:1 24795:1 24807:1 24808:1 24810:4 24814:3 24847:2 24851:1 24855:2 24857:1 24860:1 24866:1 24868:1 24882:1 24893:1 24898:1 24908:1 24916:1 24920:1 24926:5 24934:1 24949:1 24951:1 24956:2 24960:1 24993:1 24997:2 25001:1 25006:1 25011:1 25013:3 25014:1 25021:2 25029:1 25041:1 25081:2 25084:1 25095:1 25148:1 25158:1 25169:1 25186:1 25190:1 25197:1 25228:2 25239:1 25240:1 25253:1 25255:1 25263:13 25275:1 25294:5 25299:1 25308:1 25310:1 25320:6 25347:3 25384:1 25399:3 25403:1 25410:1 25416:1 25432:1 25476:1 25483:1 25499:1 25502:1 25503:1 25507:1 25508:1 25510:1 25514:3 25536:1 25537:1 25557:2 25562:1 25567:7 25585:1 25593:1 25595:2 25610:1 25625:1 25627:1 25634:2 25646:1 25647:1 25655:4 25687:1 25707:2 25712:1 25727:1 25759:2 25776:1 25787:1 25807:1 25811:1 25831:1 25869:1 25883:3 25924:4 25934:1 25941:1 25972:1 25987:1 26001:2 26008:1 26021:1 26030:1 26041:4 26045:2 26048:1 26056:1 26065:1 26083:1 26092:2 26103:2 26119:1 26138:1 26149:1 26160:2 26168:1 26169:1 26179:1 26201:1 26209:1 26234:1 26244:1 26247:1 26262:1 26267:1 26269:1 26288:1 26309:1 26328:1 26332:1 26337:1 26343:1 26355:1 26359:1 26376:1 26378:3 26381:1 26386:1 26389:1 26393:2 26399:1 26402:2 26408:1 26409:1 26411:1 26418:1 26422:1 26433:3 26446:1 26459:2 26464:1 26477:1 26488:2 26496:4 26510:1 26518:3 26522:1 26528:1 26531:1 26544:1 26549:1 26556:5 26570:1 26595:3 26623:1 26645:3 26688:1 26699:1 26704:2 26708:1 26727:1 26729:1 26815:1 26822:1 26824:1 26832:2 26836:1 26852:1 26857:1 26859:1 26860:1 26869:1 26873:1 26878:3 26880:1 26885:1 26892:1 26893:1 26902:1 26912:4 26918:1 26947:1 26949:1 26950:1 26951:1 26976:1 26986:1 27000:1 27002:1 27005:1 27009:2 27016:1 27028:7 27047:3 27060:2 27097:1 27124:1 27132:2 27133:1 27134:2 27143:1 27144:2 27161:1 27164:1 27260:1 27262:1 27263:2 27266:1 27301:2 27312:3 27314:1 27316:1 27318:1 27327:2 27337:1 27351:1 27357:1 27366:1 27387:1 27424:1 27427:1 27428:4 27451:1 27485:1 27498:1 27521:3 27526:2 27531:1 27539:1 27561:1 27577:3 27590:2 27602:1 27616:1 27623:1 27625:1 27640:1 27646:1 27650:11 27652:1 27654:1 27676:1 27692:1 27700:2 27732:2 27761:1 27778:1 27790:1 27794:2 27795:1 27802:2 27814:3 27819:1 27820:2 27831:2 27849:1 27884:7 27887:3 27905:2 27915:2 27918:1 27957:1 27973:5 28001:2 28009:1 28027:1 28029:1 28034:1 28055:5 28059:1 28072:1 28085:7 28122:1 28128:1 28174:3 28178:1 28200:1 28206:1 28221:1 28226:1 28230:1 28248:1 28276:1 28296:1 28312:1 28313:1 28325:2 28336:1 28365:2 28372:1 28387:1 28399:1 28409:1 28411:1 28425:1 28449:1 28454:1 28458:1 28470:2 28477:1 28490:2 28534:2 28545:1 28565:1 28569:1 28660:1 28684:1 28696:3 28721:1 28733:1 28745:1 28754:1 28758:1 28759:1 28760:1 28786:3 28802:8 28823:2 28838:1 28851:1 28858:1 28901:1 28911:1 28925:2 28976:1 28983:2 28986:1 29002:1 29011:2 29012:7 29021:1 29022:1 29036:8 29043:2 29055:1 29068:1 29083:1 29116:8 29133:1 29159:1 29163:1 29175:1 29178:1 29183:20 29196:1 29210:1 29211:1 29236:1 29244:2 29280:1 29282:1 29294:2 29305:1 29312:2 29324:1 29331:1 29339:1 29352:1 29392:1 29409:1 29421:1 29425:1 29445:1 29450:1 29478:3 29486:1 29496:4 29497:1 29506:3 29526:1 29530:3 29557:1 29573:1 29594:2 29605:1 29606:2 29615:1 29644:2 29655:2 29662:2 29669:1 29678:2 29683:1 29684:2 29685:3 29695:1 29710:5 29715:1 29724:4 29746:1 29752:2 29776:1 29804:1 29812:2 29817:1 29833:3 29836:1 29838:1 29887:1 29905:1 29938:1 29941:2 29952:1 29969:1 29992:1 29994:1 29998:1 30005:1 30014:1 30021:1 30026:1 30027:1 30036:1 30038:1 30039:1 30040:1 30041:1 30050:1 30078:2 30096:8 30131:1 30143:1 30171:1 30187:1 30188:1 30224:1 30225:1 30230:1 30296:1 30299:1 30304:1 30308:1 30317:1 30343:1 30356:1 30366:2 30394:3 30396:1 30430:3 30443:1 30458:14 30465:1 30466:1 30480:1 30486:3 30495:2 30501:2 30504:1 30506:2 30509:1 30519:1 30523:1 30538:1 30550:2 30554:1 30565:4 30567:10 30577:1 30582:1 30592:1 30594:2 30605:2 30607:1 30609:1 30615:1 30630:1 30653:3 30657:1 30658:2 30659:1 30661:4 30711:1 30713:6 30758:3 30763:1 30766:2 30777:4 30848:1 30851:1 30859:1 30873:2 30878:1 30885:1 30900:1 30908:1 30931:1 30947:2 30957:1 30972:1 30979:1 30980:1 31004:1 31005:1 31007:2 31009:2 31034:2 31041:2 31069:3 31097:1 31125:4 31132:1 31161:3 31176:1 31178:1 31179:1 31200:2 31201:1 31202:1 31203:1 31204:1 31206:1 31225:1 31246:2 31247:1 31257:1 31290:1 31297:1 31315:1 31317:1 31318:1 31361:4 31372:1 31374:4 31380:2 31393:1 31411:1 31420:1 31481:1 31484:1 31502:4 31525:1 31591:1 31599:1 31601:2 31611:1 31612:3 31617:1 31633:1 31636:1 31639:1 31659:3 31675:1 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31752:5 31755:1 31756:1 31758:1 31760:1 31770:6 31774:1 31775:1 31778:1 31787:1 31816:1 31826:1 31830:1 31836:1 31842:1 31851:1 31902:2
18 8:1 13:1 19:1 23:1 40:1 44:1 62:1 79:1 88:1 93:1 99:1 136:2 208:4 231:2 237:2 238:1 241:1 250:1 253:2 275:1 283:2 288:2 299:3 317:1 334:1 339:3 352:4 365:1 372:1 373:1 390:7 398:1 399:1 405:1 424:1 461:1 462:3 470:1 477:1 479:1 480:1 484:1 488:1 494:1 504:1 522:1 555:1 573:1 582:1 591:1 593:1 613:2 617:1 618:3 620:1 635:1 642:4 647:1 664:2 677:4 682:1 697:1 707:2 716:6 730:1 731:1 756:1 774:3 784:1 799:3 801:1 814:1 816:1 829:1 836:1 842:1 843:1 904:1 915:1 922:1 926:4 929:3 936:1 940:1 949:1 960:1 963:1 964:3 967:1 979:2 1000:1 1001:2 1014:2 1018:1 1030:1 1032:1 1045:1 1061:1 1064:4 1091:1 1165:1 1167:3 1174:2 1184:1 1189:1 1205:1 1222:1 1237:1 1248:1 1296:4 1314:2 1317:2 1326:2 1327:2 1328:1 1331:2 1348:1 1365:3 1381:1 1391:1 1392:1 1400:2 1403:1 1419:1 1492:1 1495:1 1501:2 1504:1 1511:2 1512:2 1519:1 1525:1 1548:2 1564:3 1565:1 1566:1 1572:1 1582:1 1584:1 1588:1 1621:1 1623:2 1624:1 1628:1 1635:1 1655:1 1665:1 1674:1 1685:2 1692:1 1703:4 1709:1 1710:1 1712:3 1719:2 1720:1 1739:1 1742:1 1763:1 1781:2 1783:2 1793:2 1796:1 1822:1 1825:1 1868:1 1871:3 1908:1 1932:4 1952:1 1977:1 2055:1 2057:1 2064:1 2078:2 2081:2 2084:1 2090:1 2093:3 2118:1 2148:2 2152:1 2174:1 2181:1 2190:2 2196:1 2199:2 2221:1 2241:2 2244:3 2249:1 2254:16 2255:1 2256:1 2259:1 2264:1 2282:1 2296:1 2299:1 2307:1 2331:1 2341:1 2358:2 2366:2 2367:1 2374:1 2383:1 2406:3 2409:1 2418:1 2420:5 2422:1 2424:1 2427:1 2428:5 2431:1 2432:1 2433:1 2436:1 2437:1 2438:4 2442:4 2447:2 2449:2 2451:1 2466:2 2467:1 2468:1 2471:1 2474:1 2476:1 2478:1 2480:1 2481:3 2482:2 2487:2 2488:1 2493:1 2497:2 2501:2 2503:4 2509:2 2512:1 2514:1 2516:1 2517:3 2518:1 2523:2 2524:1 2531:20 2540:1 2543:1 2551:3 2556:1 2602:4 2613:1 2619:1 2624:1 2641:1 2644:1 2646:1 2648:1 2657:1 2659:4 2668:1 2682:1 2706:1 2717:2 2738:1 2740:1 2743:1 2751:1 2763:1 2783:2 2796:5 2797:1 2799:1 2815:1 2817:2 2824:3 2834:1 2853:2 2886:1 2904:1 2932:2 2940:2 2941:1 2949:1 2963:1 2966:2 2990:1 2996:1 2999:2 3004:1 3011:1 3045:1 3050:1 3066:6 3068:1 3077:2 3086:1 3097:1 3149:1 3159:2 3170:11 3171:3 3203:1 3209:1 3212:20 3218:1 3219:2 3230:2 3234:2 3244:1 3251:3 3279:1 3281:1 3316:1 3323:1 3328:1 3330:1 3404:2 3423:6 3478:4 3489:1 3492:1 3526:1 3528:1 3532:1 3533:3 3547:1 3549:2 3558:1 3570:1 3571:1 3576:3 3577:1 3584:1 3614:3 3618:1 3625:2 3632:1 3653:2 3669:1 3676:1 3681:1 3684:1 3698:1 3738:1 3798:4 3846:1 3855:1 3865:1 3880:2 3888:1 3898:1 3919:1 3920:1 3932:1 3934:1 3958:1 3981:1 3995:2 4017:2 4020:3 4043:2 4070:1 4090:1 4091:3 4099:2 4133:1 4136:2 4142:1 4145:5 4146:5 4148:1 4170:1 4171:1 4177:2 4181:2 4211:4 4218:1 4225:1 4226:2 4230:3 4259:1 4261:1 4267:1 4274:1 4276:1 4279:3 4281:1 4283:1 4292:1 4300:1 4313:1 4332:1 4339:1 4353:1 4359:1 4367:2 4371:1 4394:2 4402:1 4423:2 4428:2 4442:2 4444:1 4466:1 4472:2 4497:1 4507:1 4529:1 4536:2 4542:1 4549:4 4556:1 4573:1 4587:2 4614:1 4617:1 4619:1 4625:1 4643:1 4651:1 4655:2 4665:1 4729:2 4757:1 4763:1 4774:3 4807:1 4809:1 4814:1 4817:2 4846:2 4851:1 4868:1 4877:5 4884:1 4888:1 4895:1 4953:2 4972:1 4989:1 5018:1 5021:1 5022:2 5023:3 5032:2 5035:1 5050:3 5078:1 5079:3 5087:1 5098:1 5107:1 5120:1 5121:5 5132:5 5139:1 5146:1 5148:1 5151:1 5185:1 5187:1 5202:3 5210:1 5214:2 5219:2 5221:1 5223:1 5251:1 5254:1 5287:1 5300:1 5302:1 5315:2 5351:1 5352:1 5368:3 5375:1 5386:1 5391:1 5414:14 5417:2 5418:1 5427:1 5470:1 5477:1 5487:1 5540:1 5560:1 5566:1 5576:1 5592:2 5598:1 5602:1 5650:2 5658:1 5670:1 5673:1 5690:1 5694:1 5697:1 5701:3 5703:1 5733:1 5765:2 5773:2 5815:1 5829:1 5852:3 5876:1 5879:1 5883:3 5895:2 5901:1 5912:1 5917:1 5919:1 5924:2 5928:1 5935:1 5936:1 5949:1 5969:1 5996:8 6025:1 6032:1 6041:1 6054:1 6077:1 6082:2 6085:5 6099:2 6133:1 6146:1 6161:1 6162:1 6168:1 6173:2 6185:1 6186:1 6208:1 6212:2 6219:1 6254:1 6260:1 6276:2 6299:1 6300:1 6368:2 6399:2 6403:2 6412:1 6433:1 6437:1 6465:1 6469:1 6507:1 6518:4 6545:2 6557:2 6582:1 6608:2 6611:1 6613:2 6625:1 6635:1 6637:1 6646:1 6655:1 6664:1 6668:1 6727:2 6729:1 6746:1 6750:1 6761:1 6768:2 6783:4 6792:1 6794:9 6811:3 6814:2 6826:1 6833:1 6854:2 6877:1 6878:3 6902:1 6924:1 6956:6 7007:1 7027:6 7038:2 7039:2 7041:1 7042:1 7044:7 7061:1 7062:1 7084:1 7091:1 7113:4 7132:3 7133:1 7138:1 7141:1 7149:1 7150:2 7152:1 7155:1 7156:1 7158:1 7159:2 7163:1 7188:1 7239:1 7245:1 7294:1 7304:1 7320:2 7326:1 7331:3 7349:8 7362:1 7363:1 7410:1 7418:1 7436:2 7445:1 7452:1 7468:1 7473:1 7482:8 7484:1 7490:1 7511:1 7525:1 7538:1 7543:10 7544:1 7561:2 7575:1 7589:1 7624:2 7635:1 7652:1 7676:1 7678:2 7681:3 7683:1 7686:3 7691:1 7718:1 7722:1 7745:1 7766:1 7770:1 7783:2 7792:2 7794:1 7814:1 7815:1 7882:2 7885:1 7926:1 7944:1 7992:6 8007:1 8009:1 8010:2 8034:1 8039:1 8069:2 8073:1 8080:1 8134:2 8164:1 8172:3 8203:1 8215:1 8218:4 8237:1 8250:3 8251:1 8304:1 8306:2 8313:2 8340:16 8349:3 8370:2 8386:1 8387:1 8407:1 8464:1 8471:1 8477:1 8529:1 8531:4 8558:2 8597:2 8604:1 8614:4 8615:1 8631:1 8634:1 8635:1 8636:4 8639:2 8642:5 8648:1 8657:3 8658:2 8663:6 8664:2 8669:1 8677:1 8682:1 8683:1 8690:22 8695:1 8718:21 8724:1 8728:1 8748:1 8753:1 8766:1 8776:1 8797:2 8803:1 8827:2 8835:1 8867:1 8869:1 8877:1 8894:1 8914:3 8916:3 8953:1 8977:1 9013:1 9035:3 9042:3 9044:1 9077:1 9083:1 9094:1 9100:3 9114:1 9147:2 9155:1 9167:1 9171:1 9178:1 9201:1 9216:1 9221:2 9226:1 9249:13 9263:1 9274:3 9303:15 9310:6 9313:2 9315:1 9316:1 9342:1 9356:1 9357:3 9400:1 9436:1 9460:1 9465:1 9473:1 9475:1 9478:4 9501:1 9526:1 9528:16 9541:2 9546:1 9562:1 9577:8 9582:1 9593:1 9608:1 9655:1 9656:1 9659:1 9662:2 9668:1 9671:1 9672:1 9673:2 9674:1 9676:1 9687:1 9690:1 9693:2 9710:1 9734:1 9756:2 9757:6 9767:1 9772:2 9773:1 9780:1 9791:1 9792:1 9821:2 9833:1 9846:1 9859:1 9860:2 9882:1 9888:2 9891:1 9926:1 9933:2 9934:1 9961:2 9975:1 10017:1 10021:2 10028:2 10044:1 10054:2 10069:1 10080:2 10081:1 10089:1 10090:2 10098:3 10101:1 10105:2 10139:1 10143:1 10144:1 10145:1 10151:1 10154:1 10161:1 10164:2 10179:1 10190:2 10194:1 10196:1 10201:1 10203:1 10248:2 10255:1 10269:1 10274:1 10299:2 10303:1 10322:1 10327:1 10405:2 10420:1 10442:1 10445:1 10455:1 10473:3 10495:1 10535:1 10545:1 10547:1 10568:1 10574:1 10576:1 10608:3 10616:1 10617:1 10637:1 10647:2 10699:1 10711:1 10729:3 10731:1 10734:6 10737:32 10739:1 10741:3 10744:1 10748:2 10756:1 10759:1 10763:1 10773:3 10778:1 10784:1 10794:2 10809:4 10853:1 10854:2 10870:1 10876:2 10881:2 10899:1 10905:1 10910:1 10915:1 10962:1 10974:2 10976:1 11011:1 11015:1 11016:1 11033:4 11051:1 11057:1 11090:1 11099:2 11101:1 11116:1 11119:1 11120:2 11134:3 11141:3 11151:1 11167:1 11175:3 11178:1 11184:1 11201:2 11204:20 11290:4 11322:1 11323:1 11355:1 11359:1 11375:1 11423:1 11439:1 11441:2 11450:1 11460:2 11473:1 11474:1 11518:1 11524:1 11537:1 11546:1 11573:1 11582:1 11611:1 11612:1 11617:2 11618:1 11628:2 11634:1 11640:3 11688:2 11704:1 11712:1 11727:3 11732:2 11772:1 11781:1 11783:2 11796:16 11800:1 11811:1 11814:1 11819:1 11826:1 11840:1 11841:5 11845:1 11861:1 11863:1 11881:1 11884:2 11902:4 11918:2 11927:1 11937:2 11959:1 11983:1 11990:2 11992:1 12026:1 12036:1 12039:1 12044:8 12063:1 12064:1 12101:1 12110:1 12118:1 12133:1 12151:1 12174:1 12191:3 12202:4 12205:2 12207:1 12208:1 12222:1 12230:1 12233:3 12234:1 12236:2 12241:2 12246:1 12251:1 12261:1 12285:1 12358:1 12382:1 12385:1 12395:4 12402:1 12405:1 12426:1 12427:1 12441:1 12451:1 12452:1 12474:1 12495:1 12512:1 12522:2 12533:1 12535:1 12565:1 12567:2 12573:2 12578:1 12581:1 12582:1 12593:1 12608:1 12610:1 12615:1 12635:1 12644:1 12664:1 12674:1 12697:1 12721:1 12743:1 12761:1 12762:3 12769:1 12771:1 12773:1 12813:1 12829:1 12830:1 12849:1 12861:1 12890:3 12902:4 12915:2 12928:1 12933:2 12936:1 12943:1 12959:2 12984:2 12991:3 12993:1 12997:1 13009:2 13019:6 13021:2 13028:3 13045:1 13046:6 13058:2 13069:1 13081:3 13089:1 13134:2 13137:1 13144:1 13168:3 13201:1 13242:1 13250:1 13332:1 13340:1 13371:1 13377:1 13393:1 13397:2 13401:1 13423:4 13430:1 13436:1 13446:1 13453:2 13489:1 13517:1 13536:1 13540:1 13558:2 13561:2 13578:2 13582:2 13607:1 13617:1 13668:1 13688:2 13698:8 13709:1 13714:1 13731:2 13738:2 13761:1 13802:1 13829:1 13854:1 13892:2 13893:2 13899:1 13947:1 13959:1 13986:1 13989:1 13994:1 14017:2 14044:1 14046:1 14085:10 14107:1 14113:11 14146:1 14168:1 14183:1 14184:1 14190:1 14200:1 14203:1 14204:1 14283:3 14287:1 14288:2 14316:1 14332:1 14335:1 14336:2 14341:1 14351:11 14386:1 14396:7 14416:1 14421:1 14438:1 14507:1 14551:1 14570:1 14574:1 14585:2 14590:2 14592:1 14598:1 14616:2 14641:1 14647:4 14654:2 14656:1 14657:1 14667:1 14668:2 14671:1 14695:1 14738:1 14739:1 14747:1 14753:1 14773:3 14791:2 14802:1 14806:2 14813:1 14821:2 14826:1 14844:1 14863:1 14866:1 14869:1 14875:1 14876:1 14878:1 14900:1 14901:1 14906:2 14914:4 14924:1 14944:1 14977:1 14987:1 15008:1 15010:5 15021:4 15057:1 15061:2 15065:1 15077:1 15087:1 15091:4 15099:1 15103:2 15111:1 15145:1 15151:3 15173:1 15182:1 15197:2 15203:1 15210:2 15234:1 15240:1 15247:1 15266:1 15273:6 15284:2 15291:1 15323:1 15325:2 15336:1 15339:1 15376:1 15385:2 15411:1 15431:1 15476:3 15496:3 15506:2 15543:1 15556:3 15562:2 15566:1 15593:1 15597:2 15599:1 15630:1 15637:2 15684:1 15691:1 15722:1 15746:4 15747:1 15781:1 15785:8 15794:1 15801:1 15851:1 15858:1 15878:1 15882:3 15888:2 15894:1 15897:1 15906:3 15907:1 15911:1 15943:1 15961:20 15966:2 15967:1 16017:3 16019:1 16022:1 16077:5 16081:1 16107:1 16115:1 16119:1 16123:1 16142:1 16143:1 16215:1 16222:1 16268:1 16297:1 16322:1 16341:1 16385:1 16387:1 16391:1 16402:2 16405:1 16408:1 16411:1 16417:1 16419:3 16428:2 16435:2 16465:2 16515:1 16517:1 16537:1 16538:1 16542:2 16543:1 16546:1 16549:1 16554:1 16570:1 16571:3 16573:4 16574:1 16597:3 16607:1 16610:1 16625:1 16626:6 16632:2 16646:1 16657:1 16674:1 16679:1 16693:1 16706:1 16715:1 16722:12 16800:1 16801:1 16808:1 16809:1 16818:3 16828:1 16843:1 16854:1 16861:1 16873:1 16891:4 16939:2 16944:2 16949:1 16962:1 16987:1 16990:1 16993:1 17016:1 17062:4 17064:2 17067:5 17069:1 17077:2 17086:1 17118:1 17123:1 17132:1 17143:3 17162:14 17164:1 17179:1 17180:1 17192:2 17211:1 17226:1 17269:6 17276:1 17302:1 17307:1 17309:1 17311:1 17315:2 17324:1 17340:1 17348:1 17356:1 17358:1 17388:1 17392:1 17405:1 17412:3 17421:1 17424:1 17425:1 17446:3 17467:1 17492:1 17510:1 17514:4 17515:4 17550:1 17554:2 17556:1 17558:2 17568:1 17579:1 17585:1 17604:1 17610:1 17617:2 17633:1 17634:1 17639:1 17646:2 17673:1 17697:2 17710:2 17722:1 17744:1 17762:3 17775:1 17799:7 17818:1 17820:1 17826:3 17830:1 17841:1 17845:1 17846:2 17854:3 17855:1 17892:1 17894:1 17897:1 17908:1 17925:1 17928:1 17929:1 17930:1 17937:1 17942:1 17943:2 17950:2 17952:1 17954:1 17969:1 17994:1 18008:1 18019:2 18022:1 18023:1 18035:1 18051:1 18052:1 18096:1 18114:3 18124:1 18152:1 18162:1 18163:2 18164:1 18181:2 18192:1 18210:1 18261:1 18262:1 18272:1 18285:1 18315:2 18354:1 18359:1 18368:1 18398:1 18405:1 18431:1 18433:2 18439:2 18445:6 18467:1 18489:1 18496:1 18499:10 18545:1 18547:1 18572:1 18591:1 18617:2 18627:1 18663:1 18665:1 18697:1 18700:1 18703:2 18704:1 18714:1 18750:1 18751:1 18758:1 18761:2 18762:2 18764:2 18772:14 18774:6 18786:6 18792:2 18807:2 18812:4 18815:1 18820:2 18845:1 18871:1 18911:1 18948:3 18949:1 18968:1 18972:1 18976:2 18978:1 18984:2 18987:1 18990:1 19003:1 19004:1 19021:1 19053:1 19063:2 19076:1 19079:3 19086:2 19093:1 19118:2 19123:3 19128:1 19133:1 19162:1 19173:1 19179:1 19210:2 19233:1 19234:1 19250:1 19259:2 19278:2 19294:2 19305:4 19313:2 19319:3 19335:1 19339:1 19341:1 19347:1 19349:3 19354:1 19358:1 19362:1 19364:1 19381:3 19384:3 19391:1 19392:1 19396:2 19404:4 19409:1 19438:2 19439:1 19445:4 19450:1 19457:1 19459:1 19464:1 19481:1 19504:1 19511:1 19546:1 19558:1 19567:1 19570:2 19572:1 19605:2 19621:3 19624:1 19626:1 19637:2 19680:1 19707:1 19725:1 19730:1 19736:1 19740:3 19750:2 19761:1 19779:1 19782:4 19785:1 19797:1 19807:3 19836:6 19842:7 19848:5 19852:1 19853:1 19855:2 19856:1 19874:1 19891:1 19892:4 19906:4 19928:1 19979:1 19986:1 19991:1 20004:1 20010:1 20015:1 20050:1 20079:2 20103:1 20121:6 20130:1 20163:1 20172:1 20177:1 20180:1 20184:1 20186:1 20211:1 20214:6 20225:1 20234:1 20254:4 20271:20 20301:1 20329:1 20334:2 20373:2 20386:2 20390:1 20407:1 20430:4 20432:1 20474:2 20480:1 20568:1 20572:20 20576:1 20590:2 20599:1 20620:1 20622:3018 20629:1 20670:1 20676:1 20681:3 20704:1 20723:1 20737:1 20755:1 20759:2 20794:4 20797:1 20799:1 20815:1 20819:1 20822:1 20825:1 20844:1 20849:2 20859:5 20862:1 20869:1 20873:5 20877:1 20878:1 20880:2 20890:1 20895:1 20899:2 20912:1 20946:1 20956:1 20959:1 20962:3 21018:1 21020:1 21071:1 21078:1 21082:1 21086:1 21089:1 21095:1 21119:1 21124:1 21176:3 21190:1 21259:6 21268:1 21290:1 21298:1 21303:8 21306:4 21311:1 21324:1 21329:1 21330:2 21350:3 21362:1 21364:1 21366:2 21370:1 21384:1 21392:1 21400:1 21405:2 21406:1 21415:1 21419:7 21448:2 21462:1 21472:1 21479:4 21501:6 21511:1 21513:1 21523:1 21530:12 21531:2 21538:1 21539:1 21553:2 21572:1 21582:1 21583:1 21595:20 21617:2 21618:1 21634:1 21638:4 21644:2 21652:1 21658:1 21686:1 21698:2 21708:1 21739:2 21750:3 21767:1 21769:1 21772:5 21802:1 21803:1 21812:1 21819:2 21829:5 21831:2 21877:1 21890:1 21892:1 21897:1 21965:1 21969:1 21970:4 21974:1 21990:2 22008:2 22038:1 22076:1 22077:1 22083:1 22086:1 22090:3 22093:1 22102:1 22109:1 22117:1 22145:1 22170:1 22191:2 22192:1 22197:1 22215:1 22228:1 22237:1 22252:1 22256:1 22266:11 22282:1 22284:1 22294:2 22295:1 22316:9 22350:1 22358:1 22379:1 22394:1 22461:2 22464:1 22467:1 22494:2 22507:1 22509:1 22510:2 22520:1 22526:1 22533:1 22545:4 22555:1 22557:3 22564:6 22585:1 22593:2 22602:1 22627:1 22660:1 22664:4 22669:2 22673:2 22679:1 22704:1 22714:4 22742:1 22748:1 22749:1 22763:2 22769:1 22773:2 22784:1 22806:1 22814:1 22817:1 22828:1 22835:1 22849:2 22853:1 22863:1 22869:2 22871:1 22879:2 22890:7 22893:1 22916:1 22917:11 22950:1 22951:1 22961:1 22972:1 22976:1 23002:1 23004:1 23031:1 23032:1 23033:1 23037:4 23041:1 23042:1 23048:2 23050:1 23064:1 23067:1 23079:1 23081:1 23086:2 23104:1 23105:2 23116:1 23145:1 23187:1 23188:2 23190:1 23191:1 23215:1 23218:1 23223:1 23232:2 23235:2 23243:1 23266:1 23289:1 23295:4 23323:1 23338:1 23353:1 23382:2 23394:1 23411:1 23441:1 23450:1 23452:1 23455:1 23469:1 23471:1 23474:2 23487:3 23494:1 23517:1 23522:1 23528:1 23531:1 23532:1 23539:1 23555:2 23556:1 23563:1 23568:1 23576:1 23581:1 23595:1 23600:1 23617:1 23655:2 23658:3 23671:2 23692:1 23702:2 23703:1 23708:3 23714:1 23723:2 23733:2 23745:1 23748:1 23763:3 23764:2 23772:1 23780:4 23810:1 23812:1 23858:1 23860:1 23908:2 23928:1 23935:1 23954:1 23997:1 24005:2 24020:2 24032:1 24058:6 24067:1 24068:1 24073:1 24084:2 24091:1 24106:1 24115:8 24136:1 24149:1 24154:1 24161:1 24176:1 24181:1 24204:1 24205:2 24222:1 24225:2 24233:1 24236:1 24238:2 24256:1 24262:1 24267:1 24273:1 24281:1 24313:1 24333:2 24337:1 24368:1 24372:1 24378:1 24382:1 24385:1 24386:1 24399:1 24400:1 24410:4 24414:3 24418:2 24419:1 24423:1 24429:1 24457:1 24461:2 24462:2 24465:1 24486:1 24496:2 24506:1 24507:2 24509:1 24510:3 24519:1 24522:2 24535:1 24539:1 24544:2 24547:2 24549:1 24562:1 24567:2 24591:1 24594:1 24605:2 24612:1 24613:3 24614:3 24623:1 24624:2 24629:2 24653:1 24655:1 24666:2 24690:1 24692:1 24704:1 24706:1 24714:1 24715:3 24735:1 24753:1 24779:1 24795:1 24807:1 24808:1 24810:4 24814:3 24847:2 24851:1 24855:2 24857:1 24860:1 24866:1 24868:1 24882:1 24893:1 24898:1 24908:1 24916:1 24920:1 24926:5 24934:1 24949:1 24951:1 24956:2 24960:1 24993:1 24997:2 25001:2 25006:1 25011:1 25013:3 25014:1 25021:2 25029:1 25041:1 25081:2 25084:1 25095:1 25148:1 25158:1 25169:1 25186:1 25190:1 25197:1 25228:2 25239:1 25240:1 25253:1 25255:1 25263:13 25275:1 25294:5 25299:1 25308:1 25310:1 25320:6 25340:1 25347:3 25384:1 25399:3 25403:1 25410:1 25416:1 25432:1 25476:1 25483:1 25499:1 25502:1 25503:1 25507:1 25508:1 25510:1 25514:3 25536:1 25537:1 25557:2 25562:1 25567:7 25585:1 25593:1 25595:2 25610:1 25625:1 25627:1 25634:2 25646:1 25647:1 25655:5 25687:1 25707:2 25712:1 25727:1 25759:2 25776:1 25787:1 25807:1 25811:1 25831:1 25869:1 25883:3 25924:5 25934:1 25941:1 25972:1 25987:1 26001:2 26008:1 26021:1 26030:1 26041:4 26045:2 26048:1 26056:1 26065:1 26083:1 26092:2 26103:2 26119:1 26138:1 26144:1 26149:1 26160:2 26168:1 26169:1 26179:1 26201:1 26209:1 26234:1 26244:1 26247:1 26262:1 26267:1 26269:1 26288:1 26309:1 26328:1 26332:1 26337:1 26343:1 26355:1 26359:1 26376:1 26378:3 26381:1 26386:1 26389:1 26393:2 26399:1 26402:2 26408:1 26409:1 26411:1 26418:1 26422:1 26433:3 26446:1 26459:2 26464:1 26477:1 26488:2 26496:5 26510:1 26518:3 26522:1 26523:1 26526:1 26528:1 26531:1 26544:1 26549:1 26556:5 26570:1 26595:3 26623:1 26645:3 26688:1 26696:1 26699:1 26704:2 26708:1 26727:1 26729:1 26815:1 26822:1 26824:1 26832:2 26836:1 26852:1 26857:1 26859:1 26860:1 26869:1 26873:1 26878:4 26880:1 26885:1 26892:1 26893:1 26902:1 26912:4 26918:1 26947:1 26949:1 26950:1 26951:1 26976:1 26986:1 27000:1 27002:1 27005:1 27006:1 27009:2 27016:1 27028:7 27047:3 27060:2 27097:1 27124:1 27132:2 27133:1 27134:2 27143:1 27144:2 27161:1 27164:1 27260:1 27262:1 27263:2 27266:1 27272:1 27301:2 27312:3 27314:1 27316:1 27318:1 27327:2 27337:1 27351:1 27357:1 27366:1 27387:1 27424:1 27427:1 27428:4 27451:1 27485:1 27498:1 27521:3 27526:2 27531:1 27539:1 27561:1 27577:3 27590:2 27602:1 27616:1 27623:1 27625:1 27640:1 27646:1 27650:11 27652:1 27654:1 27676:1 27692:1 27700:2 27732:2 27761:1 27778:1 27789:1 27790:1 27794:2 27795:1 27802:2 27814:3 27819:1 27820:2 27831:2 27849:1 27884:8 27887:3 27905:2 27915:2 27918:1 27957:1 27973:5 28001:2 28009:1 28027:1 28029:1 28034:1 28055:5 28059:1 28072:1 28085:7 28122:1 28128:1 28174:3 28178:1 28200:1 28206:1 28221:2 28226:1 28230:1 28248:1 28276:1 28296:1 28312:1 28313:1 28325:2 28336:1 28365:2 28372:1 28387:1 28399:1 28409:1 28411:1 28425:1 28449:1 28454:1 28458:1 28470:2 28477:1 28490:2 28534:2 28545:1 28565:1 28569:1 28660:1 28666:1 28684:1 28696:3 28721:1 28733:1 28745:1 28754:1 28758:1 28759:1 28760:1 28786:3 28802:8 28823:2 28838:1 28851:1 28858:1 28901:1 28911:1 28913:1 28925:2 28976:1 28983:2 28986:1 29002:1 29011:2 29012:7 29021:1 29022:1 29036:8 29043:2 29055:1 29068:1 29083:1 29116:8 29133:1 29159:1 29163:1 29175:1 29178:1 29183:20 29196:1 29210:1 29211:1 29236:1 29244:2 29280:1 29282:1 29294:2 29305:1 29312:2 29324:1 29331:1 29339:1 29352:1 29392:1 29409:1 29421:1 29425:1 29445:1 29450:1 29478:3 29486:1 29496:5 29497:1 29506:3 29526:1 29530:3 29557:1 29573:1 29594:2 29605:1 29606:2 29615:1 29644:2 29655:2 29662:2 29669:1 29678:2 29683:1 29684:2 29685:3 29695:1 29710:5 29715:1 29724:5 29746:1 29752:2 29776:1 29804:1 29812:2 29817:1 29833:3 29836:1 29838:1 29887:1 29905:1 29938:1 29941:2 29952:1 29969:1 29992:1 29994:1 29998:1 30005:1 30012:1 30014:1 30021:1 30026:1 30027:1 30036:1 30038:1 30039:1 30040:1 30041:1 30050:1 30078:2 30096:8 30131:1 30143:1 30171:1 30187:1 30188:1 30224:1 30225:1 30230:1 30296:1 30299:1 30304:1 30308:1 30317:1 30343:1 30356:1 30366:2 30394:3 30396:1 30430:3 30443:1 30458:14 30465:1 30466:1 30480:1 30486:3 30495:2 30501:2 30504:1 30506:2 30509:1 30519:1 30523:1 30538:1 30550:2 30554:1 30565:5 30567:10 30577:1 30582:1 30592:1 30594:2 30605:2 30607:1 30609:1 30615:2 30630:1 30653:3 30657:1 30658:2 30659:1 30661:5 30701:1 30711:1 30713:6 30758:3 30763:2 30766:2 30777:4 30848:1 30851:1 30859:1 30873:2 30878:1 30885:1 30900:1 30908:1 30931:1 30947:2 30957:1 30972:1 30979:1 30980:1 31004:1 31005:1 31007:2 31009:2 31034:2 31041:2 31069:3 31097:1 31125:4 31132:1 31161:3 31176:1 31178:1 31179:1 31200:2 31201:1 31202:1 31203:1 31204:1 31206:1 31225:1 31246:2 31247:1 31257:1 31290:1 31297:1 31315:1 31317:1 31318:1 31361:4 31372:1 31374:4 31380:2 31393:1 31411:1 31420:1 31481:1 31484:1 31502:4 31525:1 31545:1 31591:1 31599:1 31601:2 31611:1 31612:3 31617:1 31633:1 31636:1 31639:1 31659:3 31675:1 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31752:5 31755:1 31756:1 31758:1 31760:1 31770:6 31774:1 31775:1 31778:1 31787:1 31816:1 31826:1 31830:1 31836:1 31842:1 31851:1 31902:2
18 8:1 13:1 19:1 23:2 40:1 44:1 62:1 76:1 79:1 88:1 93:1 99:1 136:2 208:4 231:2 237:2 238:1 241:1 250:1 253:2 275:1 283:2 288:2 299:3 317:1 334:1 339:3 352:4 365:1 372:1 373:1 390:7 398:1 399:1 405:1 424:1 461:1 462:3 470:1 477:1 479:1 480:1 484:1 488:2 494:1 504:1 522:1 555:1 573:1 582:1 591:1 593:1 611:1 613:3 617:1 618:4 620:1 635:1 642:4 647:1 657:1 664:2 677:4 682:1 697:1 707:2 716:6 730:1 731:1 756:1 774:3 784:1 799:3 801:1 814:1 816:1 829:1 836:1 842:1 843:1 904:1 915:1 922:1 926:4 929:3 936:1 940:1 949:1 960:1 963:1 964:3 967:1 979:2 1000:1 1001:2 1014:2 1018:1 1030:1 1032:1 1045:1 1061:1 1064:4 1091:1 1116:1 1165:1 1167:3 1174:2 1184:1 1189:1 1205:1 1222:1 1237:1 1248:1 1296:4 1314:2 1317:2 1326:2 1327:2 1328:1 1331:2 1348:1 1365:3 1381:1 1391:1 1392:1 1400:2 1403:1 1419:1 1492:1 1495:1 1501:2 1504:1 1511:2 1512:2 1519:1 1525:1 1548:2 1564:3 1565:1 1566:1 1572:1 1582:1 1584:1 1588:1 1621:1 1623:2 1624:1 1628:1 1635:1 1655:1 1665:1 1674:1 1685:2 1692:1 1703:4 1705:1 1709:1 1710:1 1712:3 1719:2 1720:1 1739:1 1742:1 1763:1 1781:2 1783:2 1793:2 1796:1 1822:1 1825:1 1868:1 1871:3 1908:1 1932:4 1952:1 1977:1 2055:1 2057:1 2064:1 2078:2 2081:2 2084:1 2090:1 2093:3 2118:2 2148:2 2152:1 2174:1 2181:1 2190:2 2196:1 2199:2 2221:1 2241:2 2244:3 2249:1 2254:16 2255:1 2256:1 2259:1 2264:1 2282:1 2296:1 2299:1 2307:1 2331:1 2333:1 2341:1 2358:2 2366:2 2367:1 2374:1 2383:1 2406:3 2409:1 2418:1 2420:5 2422:1 2424:1 2427:1 2428:6 2431:1 2432:1 2433:1 2436:1 2437:1 2438:4 2442:4 2447:3 2449:2 2451:1 2466:2 2467:1 2468:1 2471:1 2474:1 2476:1 2478:1 2480:1 2481:3 2482:2 2487:2 2488:1 2493:1 2497:3 2501:2 2503:4 2509:2 2512:1 2514:2 2516:1 2517:3 2518:1 2523:3 2524:1 2531:20 2540:1 2543:1 2551:3 2556:1 2602:4 2613:1 2619:1 2624:1 2641:1 2644:1 2646:1 2648:1 2657:1 2659:4 2668:1 2682:1 2706:1 2717:2 2738:1 2740:1 2743:1 2751:1 2763:1 2783:2 2796:5 2797:1 2799:1 2815:1 2817:2 2824:3 2834:1 2853:2 2886:1 2904:2 2932:2 2940:2 2941:1 2949:1 2952:1 2963:1 2966:2 2990:1 2996:1 2999:3 3000:1 3004:1 3011:1 3045:1 3050:1 3066:6 3068:1 3077:2 3086:1 3097:1 3149:1 3159:2 3170:11 3171:3 3203:1 3209:1 3212:20 3218:1 3219:2 3223:1 3230:2 3234:3 3244:1 3251:3 3279:1 3281:2 3316:1 3323:1 3328:1 3330:1 3404:2 3423:6 3478:4 3489:1 3492:1 3526:1 3528:1 3532:1 3533:3 3547:1 3549:2 3558:1 3570:1 3571:1 3576:3 3577:1 3584:1 3612:1 3614:3 3618:1 3625:2 3632:1 3653:2 3669:1 3676:1 3681:1 3684:1 3698:1 3738:1 3798:4 3813:1 3846:1 3855:1 3865:1 3880:3 3884:1 3888:1 3898:1 3919:1 3920:1 3932:1 3934:1 3958:1 3981:1 3995:2 4017:2 4020:3 4043:2 4070:1 4090:1 4091:3 4099:2 4133:1 4136:2 4141:1 4142:1 4145:5 4146:6 4148:1 4170:1 4171:1 4177:2 4181:2 4211:4 4218:1 4225:1 4226:2 4230:3 4259:1 4261:1 4267:1 4274:1 4276:1 4279:3 4281:1 4283:1 4292:1 4300:1 4313:1 4332:1 4339:1 4353:1 4359:1 4367:2 4371:1 4394:2 4402:1 4423:2 4428:2 4442:2 4444:1 4466:1 4472:2 4488:1 4497:1 4507:1 4529:1 4536:2 4542:1 4549:4 4556:1 4573:1 4587:2 4614:1 4617:1 4619:1 4625:1 4643:1 4651:1 4655:2 4665:1 4729:2 4757:1 4763:1 4774:4 4807:1 4809:1 4814:1 4817:2 4846:2 4851:1 4868:1 4877:5 4884:1 4888:1 4895:1 4913:1 4953:2 4972:1 4989:1 5018:1 5021:1 5022:2 5023:3 5032:2 5035:1 5050:3 5078:1 5079:3 5087:1 5098:1 5107:1 5120:1 5121:5 5132:6 5139:1 5146:1 5148:1 5151:1 5185:1 5187:1 5202:3 5210:1 5214:2 5219:2 5221:1 5223:1 5251:1 5254:1 5287:1 5300:1 5302:1 5315:2 5351:1 5352:1 5368:3 5375:1 5386:1 5391:1 5414:14 5417:2 5418:1 5427:1 5470:1 5477:1 5487:1 5540:1 5560:1 5566:1 5576:1 5592:2 5598:1 5602:1 5650:2 5658:1 5670:1 5673:1 5690:1 5694:1 5697:1 5701:3 5703:1 5733:1 5765:2 5773:2 5815:1 5829:1 5852:3 5866:1 5876:1 5879:1 5883:3 5895:2 5901:1 5912:1 5917:1 5919:1 5924:2 5928:1 5935:1 5936:1 5949:1 5969:1 5996:8 6025:1 6032:1 6041:1 6054:1 6077:1 6082:2 6085:5 6099:2 6133:1 6146:1 6161:1 6162:1 6168:1 6173:2 6185:1 6186:1 6208:1 6212:2 6219:1 6254:1 6260:1 6276:2 6299:1 6300:1 6368:2 6399:2 6403:2 6412:1 6433:1 6437:1 6465:1 6469:1 6507:1 6518:4 6545:2 6557:2 6582:1 6608:2 6611:1 6613:2 6625:1 6635:1 6637:1 6646:1 6655:1 6664:1 6668:1 6727:2 6729:1 6746:1 6750:1 6761:1 6768:2 6783:4 6792:1 6794:9 6811:3 6814:2 6826:1 6833:1 6854:2 6877:1 6878:3 6902:1 6924:1 6956:6 7007:1 7027:6 7038:2 7039:2 7041:1 7042:1 7044:7 7050:1 7061:1 7062:1 7084:1 7091:1 7113:4 7132:3 7133:1 7138:1 7141:1 7149:1 7150:2 7152:1 7155:1 7156:1 7158:1 7159:2 7163:1 7188:1 7190:1 7239:1 7245:1 7294:1 7304:1 7320:2 7326:2 7331:3 7349:8 7362:1 7363:1 7410:1 7418:1 7436:2 7445:1 7452:1 7468:1 7473:1 7482:8 7484:1 7490:1 7511:1 7523:1 7525:1 7538:1 7543:10 7544:1 7561:2 7575:1 7589:1 7594:1 7624:2 7635:1 7652:1 7676:1 7678:2 7681:3 7683:1 7686:3 7691:1 7718:1 7722:1 7745:1 7766:2 7770:1 7783:2 7792:2 7794:1 7814:1 7815:1 7882:2 7885:1 7926:1 7944:1 7992:6 7993:1 8007:1 8009:1 8010:2 8034:1 8039:1 8069:2 8073:1 8080:1 8134:2 8164:1 8172:3 8203:1 8215:1 8218:4 8237:1 8250:3 8251:1 8304:1 8306:2 8313:2 8340:16 8349:3 8370:2 8386:1 8387:1 8407:1 8464:1 8471:1 8477:1 8529:1 8531:4 8558:2 8597:2 8604:1 8614:4 8615:1 8631:1 8634:1 8635:1 8636:4 8639:2 8642:5 8648:1 8657:3 8658:2 8663:6 8664:2 8669:1 8677:1 8682:1 8683:1 8690:24 8695:1 8718:21 8724:1 8728:1 8748:1 8753:1 8766:1 8776:1 8797:2 8803:1 8827:2 8835:1 8863:1 8867:1 8869:1 8877:1 8894:1 8914:3 8916:3 8953:1 8977:1 9013:1 9035:3 9042:3 9044:1 9077:1 9083:1 9094:1 9100:3 9114:1 9147:2 9155:1 9167:1 9171:1 9178:1 9201:1 9216:1 9221:2 9226:1 9249:13 9263:1 9274:3 9294:1 9303:16 9310:7 9312:1 9313:2 9315:1 9316:1 9342:1 9352:1 9356:1 9357:3 9400:1 9436:1 9460:1 9465:1 9473:1 9475:1 9478:4 9501:1 9522:1 9526:1 9528:16 9541:2 9546:1 9562:1 9577:8 9582:1 9593:1 9608:1 9655:1 9656:1 9659:1 9662:2 9668:1 9671:1 9672:1 9673:2 9674:1 9676:1 9687:1 9690:1 9693:2 9710:1 9734:1 9756:2 9757:6 9767:1 9772:2 9773:1 9780:1 9791:1 9792:1 9821:2 9833:1 9846:1 9859:1 9860:2 9882:1 9888:2 9891:1 9926:1 9933:3 9934:1 9961:2 9975:1 10017:1 10021:2 10028:2 10044:1 10054:2 10069:1 10080:2 10081:1 10089:1 10090:2 10098:3 10101:1 10105:2 10139:1 10143:1 10144:1 10145:1 10151:1 10154:1 10161:1 10164:2 10179:1 10190:2 10194:1 10196:1 10201:1 10203:1 10244:1 10248:2 10255:1 10269:1 10274:1 10299:2 10303:1 10322:1 10327:1 10405:2 10420:1 10442:1 10445:1 10455:1 10473:3 10495:1 10535:1 10545:1 10547:1 10568:1 10574:1 10576:1 10608:4 10616:1 10617:1 10637:1 10647:2 10699:1 10711:1 10729:3 10731:1 10734:6 10737:32 10739:1 10741:3 10744:1 10748:2 10756:2 10759:1 10763:1 10773:3 10778:1 10784:1 10794:2 10809:4 10853:1 10854:2 10870:1 10874:1 10876:2 10881:2 10899:1 10905:1 10910:1 10915:1 10962:1 10974:2 10976:1 11011:1 11015:1 11016:1 11033:4 11051:1 11057:1 11090:1 11099:2 11101:1 11116:1 11119:1 11120:3 11134:3 11141:3 11151:1 11167:1 11175:3 11178:1 11184:1 11201:2 11204:20 11290:4 11322:1 11323:1 11355:1 11359:1 11375:1 11423:1 11439:1 11441:2 11450:1 11460:2 11473:1 11474:1 11518:1 11524:1 11537:1 11546:1 11573:1 11582:1 11611:1 11612:1 11617:2 11618:1 11628:2 11634:1 11640:3 11688:2 11704:1 11712:1 11727:3 11732:2 11772:1 11781:1 11783:2 11796:16 11800:1 11811:1 11814:1 11819:1 11826:1 11840:1 11841:5 11845:1 11861:1 11863:1 11881:1 11884:2 11902:4 11918:2 11927:1 11937:2 11959:1 11983:1 11990:2 11992:1 12026:1 12036:1 12039:1 12044:8 12063:1 12064:1 12081:2 12101:1 12110:1 12118:1 12133:1 12151:1 12174:1 12191:3 12202:4 12205:2 12207:1 12208:1 12222:1 12230:1 12233:3 12234:1 12236:2 12241:2 12246:1 12251:1 12261:1 12285:1 12358:1 12382:1 12385:1 12395:4 12402:1 12405:1 12426:1 12427:1 12441:1 12451:1 12452:1 12474:1 12485:1 12495:1 12512:1 12522:2 12524:1 12533:1 12535:1 12565:1 12567:2 12573:2 12578:1 12581:1 12582:1 12593:1 12608:1 12610:1 12615:1 12635:1 12639:1 12644:1 12664:1 12674:1 12697:1 12721:1 12743:1 12761:1 12762:3 12769:1 12771:1 12773:1 12813:1 12829:1 12830:1 12849:1 12861:1 12890:3 12902:4 12915:2 12928:1 12933:2 12936:1 12943:1 12959:2 12984:2 12991:3 12993:1 12997:1 13009:2 13019:6 13021:2 13028:3 13045:1 13046:6 13058:2 13069:1 13081:3 13089:1 13134:2 13137:1 13144:1 13168:3 13201:1 13242:1 13250:1 13286:1 13288:1 13332:1 13340:1 13371:1 13377:1 13393:1 13397:2 13401:1 13423:4 13430:1 13436:1 13446:1 13453:2 13489:1 13517:1 13536:1 13540:1 13558:2 13561:2 13578:2 13582:2 13607:1 13617:1 13668:1 13688:2 13698:8 13709:1 13714:1 13731:2 13738:2 13761:1 13802:1 13829:1 13854:1 13892:2 13893:2 13899:1 13938:1 13947:1 13959:1 13986:1 13989:2 13994:1 14017:2 14044:1 14046:1 14085:10 14107:1 14113:11 14146:1 14168:2 14183:1 14184:1 14190:1 14200:1 14203:1 14204:1 14283:4 14287:1 14288:2 14316:1 14332:1 14335:1 14336:2 14341:1 14351:12 14386:1 14396:8 14416:1 14421:1 14438:1 14507:1 14551:1 14560:1 14570:1 14574:1 14585:2 14590:2 14592:1 14598:1 14616:2 14641:1 14647:4 14654:2 14656:1 14657:1 14665:1 14667:1 14668:2 14671:1 14695:1 14738:1 14739:1 14747:1 14753:1 14773:3 14791:2 14802:1 14806:2 14813:1 14821:2 14826:1 14844:1 14863:1 14866:1 14869:1 14875:1 14876:1 14878:1 14900:1 14901:1 14906:2 14914:5 14924:1 14944:1 14977:1 14987:1 15008:1 15010:5 15021:4 15057:1 15061:2 15065:1 15077:1 15087:1 15091:4 15099:1 15103:2 15111:1 15145:1 15151:4 15173:1 15182:1 15197:2 15203:1 15210:2 15234:1 15240:1 15247:1 15266:1 15273:6 15284:2 15291:1 15323:1 15325:2 15336:1 15339:1 15376:1 15385:2 15411:1 15431:1 15432:1 15476:4 15496:3 15506:2 15543:1 15556:3 15562:2 15566:1 15593:1 15597:2 15599:1 15617:1 15630:1 15637:2 15684:1 15691:1 15722:1 15746:4 15747:1 15781:1 15785:8 15794:1 15801:1 15851:1 15858:1 15878:1 15882:3 15888:2 15894:1 15897:1 15906:3 15907:1 15911:1 15943:1 15961:20 15966:2 15967:1 16017:3 16019:1 16022:1 16077:5 16081:1 16107:1 16115:1 16119:1 16123:1 16142:1 16143:1 16215:1 16222:1 16268:1 16297:1 16322:1 16341:1 16385:1 16387:1 16391:1 16402:2 16405:1 16408:1 16411:1 16417:1 16419:3 16423:1 16428:2 16435:3 16465:3 16515:1 16517:1 16537:1 16538:1 16542:2 16543:1 16546:1 16549:1 16554:1 16570:1 16571:3 16573:4 16574:1 16597:3 16607:1 16610:1 16625:1 16626:6 16632:2 16646:1 16657:1 16674:1 16679:1 16693:1 16706:1 16715:1 16722:12 16800:1 16801:1 16808:1 16809:1 16818:4 16828:1 16843:1 16854:1 16861:1 16873:1 16891:4 16939:3 16944:2 16949:1 16962:1 16987:1 16990:1 16993:1 17016:1 17062:4 17064:2 17067:5 17069:1 17077:2 17086:1 17105:1 17118:1 17123:1 17132:1 17143:3 17162:15 17164:2 17179:1 17180:1 17192:2 17211:1 17226:1 17269:6 17276:1 17302:1 17307:1 17309:1 17311:1 17315:2 17324:1 17327:1 17340:1 17348:1 17356:1 17358:1 17388:1 17392:2 17405:1 17412:3 17421:1 17424:1 17425:1 17446:3 17467:1 17492:1 17510:1 17514:4 17515:4 17550:1 17554:2 17556:1 17558:2 17568:1 17579:1 17585:2 17601:1 17604:1 17610:1 17617:2 17633:1 17634:1 17639:1 17646:2 17673:1 17697:2 17710:2 17722:1 17744:1 17762:3 17774:1 17775:1 17799:7 17818:1 17820:1 17826:3 17830:1 17841:1 17845:1 17846:2 17854:3 17855:1 17892:1 17894:1 17897:1 17908:1 17925:1 17928:1 17929:1 17930:1 17937:1 17942:1 17943:2 17950:2 17952:1 17954:1 17969:1 17994:1 18008:1 18019:2 18022:1 18023:1 18035:1 18051:1 18052:1 18096:1 18114:3 18117:1 18124:1 18152:1 18162:1 18163:2 18164:1 18181:2 18192:1 18210:1 18261:1 18262:1 18272:1 18285:1 18315:2 18354:1 18359:1 18368:1 18369:1 18398:1 18405:1 18431:3 18433:2 18439:2 18445:6 18467:1 18489:1 18496:1 18499:10 18545:1 18547:1 18572:1 18591:1 18617:2 18627:1 18663:1 18665:1 18697:1 18700:1 18703:2 18704:1 18714:1 18750:1 18751:1 18758:1 18761:3 18762:2 18764:2 18772:15 18774:6 18786:6 18792:2 18799:1 18807:2 18812:4 18815:1 18820:2 18845:1 18871:1 18911:1 18948:3 18949:1 18968:1 18972:1 18976:2 18978:1 18984:2 18987:1 18990:1 19003:1 19004:1 19021:1 19053:1 19063:2 19076:1 19079:3 19086:2 19093:1 19118:2 19123:3 19128:1 19133:1 19148:1 19162:1 19173:1 19179:1 19210:2 19233:1 19234:1 19250:1 19259:2 19278:2 19294:2 19305:4 19313:2 19319:3 19335:1 19339:1 19341:1 19347:1 19349:3 19354:1 19358:1 19362:1 19364:1 19381:3 19384:3 19391:1 19392:1 19396:2 19404:4 19409:1 19438:2 19439:1 19445:4 19450:1 19457:1 19459:1 19464:1 19481:1 19504:1 19511:1 19546:1 19558:1 19567:1 19570:2 19572:1 19590:1 19605:2 19621:3 19624:1 19626:1 19637:2 19680:1 19707:1 19725:1 19730:1 19736:1 19740:3 19750:2 19761:1 19779:1 19782:4 19785:1 19797:1 19807:3 19836:6 19840:1 19842:7 19848:5 19852:1 19853:1 19855:2 19856:1 19874:1 19891:1 19892:4 19906:4 19928:1 19979:1 19986:1 19991:1 20004:1 20010:1 20015:1 20016:1 20034:1 20050:1 20079:2 20103:1 20121:6 20130:1 20163:1 20172:1 20177:1 20180:1 20184:1 20186:1 20211:1 20214:6 20225:1 20234:1 20254:4 20271:20 20301:1 20329:1 20334:2 20373:2 20386:2 20390:1 20407:1 20430:4 20432:1 20474:2 20480:1 20568:1 20572:20 20576:1 20590:2 20599:1 20620:1 20622:3095 20629:1 20670:1 20676:1 20681:3 20704:1 20723:1 20737:1 20755:1 20759:2 20794:4 20797:1 20799:1 20815:1 20819:1 20822:1 20825:1 20844:1 20849:2 20859:5 20862:1 20869:1 20873:5 20877:1 20878:1 20880:2 20890:2 20895:1 20899:2 20912:1 20946:1 20956:1 20959:1 20962:3 21018:1 21020:1 21071:1 21078:1 21082:1 21086:1 21089:1 21095:1 21119:1 21124:1 21176:3 21190:1 21259:6 21263:1 21268:1 21286:1 21290:1 21298:1 21303:8 21306:4 21311:1 21324:1 21329:1 21330:3 21350:3 21362:1 21364:1 21366:2 21370:1 21384:1 21392:1 21400:1 21405:2 21406:1 21415:1 21419:7 21448:2 21462:1 21472:1 21479:4 21501:6 21511:1 21513:1 21523:1 21530:12 21531:2 21538:1 21539:1 21553:2 21572:1 21582:1 21583:1 21595:21 21617:2 21618:1 21634:1 21638:4 21644:2 21652:1 21658:1 21686:1 21698:2 21708:1 21739:2 21750:3 21767:1 21769:1 21772:5 21802:1 21803:1 21812:1 21819:2 21829:5 21831:2 21877:2 21890:1 21892:1 21897:1 21965:1 21969:1 21970:4 21974:1 21990:2 22008:2 22038:1 22076:1 22077:1 22083:1 22086:1 22090:3 22093:1 22102:1 22109:1 22117:1 22145:1 22170:1 22191:2 22192:1 22197:1 22211:1 22215:1 22228:1 22237:1 22252:1 22256:1 22266:11 22282:1 22284:1 22294:2 22295:1 22316:9 22350:1 22358:1 22379:1 22394:1 22461:2 22464:1 22467:1 22494:2 22507:1 22509:1 22510:2 22520:1 22526:1 22533:1 22545:4 22555:1 22557:3 22564:6 22585:1 22593:2 22602:1 22627:1 22660:1 22664:4 22669:2 22673:2 22679:1 22704:1 22714:4 22742:1 22748:1 22749:1 22763:2 22769:1 22773:2 22784:1 22806:1 22814:1 22817:1 22828:1 22835:1 22849:2 22853:1 22863:1 22869:2 22871:1 22879:2 22890:7 22893:1 22916:1 22917:11 22950:1 22951:1 22961:1 22972:1 22976:1 23002:1 23004:1 23031:1 23032:1 23033:1 23037:4 23041:1 23042:1 23048:2 23050:1 23064:1 23067:1 23079:1 23081:1 23084:1 23086:2 23104:1 23105:2 23116:1 23145:1 23187:1 23188:2 23190:1 23191:1 23215:1 23218:1 23223:1 23232:2 23235:2 23243:1 23266:1 23289:1 23295:4 23323:1 23338:1 23353:1 23382:2 23394:1 23411:1 23441:1 23450:1 23452:1 23455:1 23469:1 23471:1 23474:2 23487:3 23494:1 23517:1 23522:1 23528:1 23531:1 23532:1 23539:1 23555:2 23556:1 23563:1 23568:1 23576:1 23581:1 23595:1 23600:1 23617:1 23655:2 23658:3 23671:2 23692:1 23702:2 23703:1 23708:3 23714:1 23723:2 23733:2 23745:1 23748:1 23763:4 23764:2 23772:1 23780:4 23810:1 23812:1 23858:1 23860:1 23908:2 23928:1 23935:1 23954:1 23997:1 24005:2 24020:2 24032:1 24058:7 24067:1 24068:1 24073:1 24084:2 24091:1 24106:1 24115:8 24136:1 24148:1 24149:1 24154:1 24161:1 24176:1 24181:1 24204:1 24205:2 24222:1 24225:2 24233:1 24236:1 24238:2 24256:1 24262:1 24267:1 24273:1 24281:1 24313:1 24333:2 24337:1 24368:1 24372:1 24378:1 24382:1 24385:1 24386:1 24399:1 24400:1 24410:4 24414:3 24418:2 24419:1 24423:1 24429:1 24457:1 24461:2 24462:2 24465:1 24486:1 24496:2 24506:1 24507:2 24509:1 24510:3 24519:1 24522:2 24535:1 24539:1 24544:2 24547:2 24549:1 24562:1 24567:2 24591:1 24594:1 24605:2 24612:1 24613:3 24614:3 24623:1 24624:2 24629:2 24653:1 24655:1 24666:2 24690:1 24692:1 24697:1 24704:1 24706:1 24714:1 24715:3 24735:1 24753:1 24779:1 24795:1 24807:1 24808:1 24810:4 24814:3 24828:1 24847:2 24851:1 24855:2 24857:1 24860:1 24866:1 24868:1 24882:1 24893:1 24898:1 24908:1 24916:1 24920:1 24926:5 24934:1 24949:1 24951:1 24956:2 24960:1 24993:1 24997:2 25001:2 25006:1 25011:1 25013:3 25014:1 25021:2 25029:1 25041:1 25081:2 25084:1 25095:1 25148:1 25158:1 25169:1 25186:1 25190:1 25197:1 25228:2 25239:1 25240:1 25253:1 25255:1 25263:13 25275:1 25294:5 25299:1 25308:1 25310:1 25320:6 25324:1 25340:1 25347:3 25384:1 25399:3 25403:1 25410:1 25416:1 25432:1 25435:1 25476:1 25483:1 25499:1 25502:1 25503:1 25507:1 25508:1 25510:1 25514:3 25536:1 25537:1 25557:2 25562:1 25567:8 25585:1 25593:1 25595:2 25610:1 25625:1 25627:1 25634:2 25646:1 25647:1 25655:5 25666:1 25687:1 25707:2 25712:1 25727:1 25759:2 25776:1 25787:1 25807:1 25811:1 25831:1 25869:1 25883:3 25924:6 25934:1 25941:1 25972:1 25987:1 26001:2 26008:1 26021:1 26030:1 26041:4 26045:2 26048:1 26056:1 26065:1 26083:1 26092:2 26103:2 26119:1 26138:1 26144:1 26149:1 26160:2 26164:1 26168:1 26169:1 26179:1 26201:1 26209:1 26234:1 26244:1 26247:1 26262:1 26267:1 26269:1 26288:1 26309:1 26328:1 26332:1 26337:1 26343:1 26355:1 26359:1 26376:1 26378:3 26381:1 26386:1 26389:1 26393:2 26399:1 26402:2 26408:1 26409:1 26411:1 26418:3 26422:1 26433:3 26445:1 26446:1 26459:2 26464:1 26477:1 26488:2 26496:5 26510:1 26518:3 26522:1 26523:1 26526:1 26528:1 26531:1 26532:1 26544:1 26549:1 26556:5 26570:1 26595:3 26623:1 26641:1 26645:3 26663:1 26688:1 26696:1 26699:1 26704:2 26708:1 26727:1 26729:1 26815:1 26822:1 26824:1 26832:2 26836:1 26852:1 26857:1 26859:1 26860:1 26869:1 26873:1 26878:4 26880:1 26885:1 26892:1 26893:1 26902:1 26912:4 26918:1 26947:1 26949:1 26950:1 26951:1 26976:1 26986:1 26999:1 27000:1 27002:1 27005:1 27006:1 27009:2 27016:1 27028:7 27047:3 27060:2 27097:1 27124:1 27132:2 27133:1 27134:2 27143:1 27144:2 27161:1 27164:1 27260:1 27262:1 27263:2 27266:1 27272:1 27301:3 27312:3 27314:2 27316:1 27318:1 27327:2 27337:1 27351:1 27357:1 27366:1 27387:1 27424:1 27427:1 27428:4 27451:1 27485:1 27498:1 27521:3 27526:2 27531:1 27539:1 27561:1 27577:3 27590:2 27602:1 27616:1 27623:1 27625:1 27640:1 27642:1 27646:1 27650:11 27652:1 27654:1 27676:1 27692:1 27700:2 27732:2 27761:1 27778:1 27789:1 27790:1 27794:2 27795:1 27802:2 27814:3 27819:1 27820:2 27831:2 27849:1 27884:9 27887:3 27905:2 27915:2 27918:1 27957:1 27973:5 28001:3 28009:1 28027:1 28029:1 28034:1 28055:5 28059:1 28072:1 28085:7 28122:1 28128:1 28174:3 28178:1 28200:1 28206:1 28221:2 28226:1 28230:1 28248:1 28276:1 28296:1 28312:1 28313:1 28325:2 28336:1 28365:2 28372:1 28387:1 28399:1 28409:1 28411:1 28425:1 28449:1 28454:1 28458:1 28470:3 28477:1 28490:2 28533:2 28534:2 28536:1 28545:1 28565:1 28569:1 28660:1 28666:1 28684:1 28696:3 28721:1 28733:1 28745:1 28754:1 28758:1 28759:1 28760:1 28786:3 28802:8 28823:2 28838:1 28851:1 28858:1 28901:1 28911:1 28913:1 28925:2 28976:1 28977:1 28983:2 28986:1 29002:1 29011:2 29012:7 29021:1 29022:1 29036:8 29043:2 29055:1 29068:1 29083:1 29116:8 29133:1 29159:1 29163:1 29175:1 29178:1 29183:20 29196:1 29210:1 29211:1 29236:1 29244:2 29280:1 29282:1 29294:2 29305:1 29312:2 29324:1 29331:1 29339:1 29352:1 29392:1 29409:1 29421:1 29425:1 29445:1 29450:1 29462:1 29478:3 29486:1 29496:5 29497:1 29506:3 29526:1 29530:3 29557:1 29573:1 29594:2 29605:1 29606:2 29615:1 29644:2 29655:2 29662:2 29669:1 29678:2 29683:1 29684:2 29685:3 29695:1 29710:5 29715:1 29724:6 29746:1 29752:2 29756:1 29776:1 29804:1 29812:2 29817:1 29833:3 29836:1 29838:1 29887:1 29905:1 29938:1 29941:2 29952:1 29969:1 29992:1 29994:1 29998:1 30005:1 30012:1 30014:1 30021:1 30026:1 30027:1 30036:1 30038:1 30039:1 30040:1 30041:1 30050:1 30078:3 30096:8 30131:1 30143:1 30171:1 30187:1 30188:1 30224:1 30225:1 30230:1 30296:1 30299:1 30304:1 30308:1 30317:1 30343:1 30356:1 30366:2 30394:3 30396:1 30430:3 30443:1 30458:14 30465:1 30466:1 30480:1 30486:3 30495:2 30501:2 30504:1 30506:2 30508:1 30509:1 30519:1 30523:1 30538:1 30550:2 30554:1 30565:6 30567:11 30577:1 30582:1 30592:1 30594:2 30605:2 30607:1 30609:1 30615:2 30630:1 30653:3 30657:1 30658:2 30659:1 30661:6 30670:1 30701:1 30711:1 30713:6 30758:3 30763:2 30766:2 30777:4 30848:1 30851:1 30859:1 30873:2 30878:1 30885:1 30900:1 30908:1 30931:1 30947:3 30957:1 30972:1 30979:1 30980:1 31004:1 31005:1 31007:2 31009:2 31034:2 31041:2 31069:3 31097:1 31125:4 31132:1 31161:3 31176:1 31178:1 31179:1 31200:2 31201:1 31202:1 31203:1 31204:1 31206:1 31225:1 31246:2 31247:1 31257:1 31290:1 31297:1 31315:1 31317:1 31318:1 31361:4 31372:1 31374:4 31380:2 31393:1 31411:1 31420:1 31481:1 31484:1 31502:4 31525:1 31545:1 31567:1 31591:1 31599:1 31601:2 31611:1 31612:3 31617:1 31633:1 31636:1 31639:1 31644:1 31659:3 31675:1 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31752:5 31755:1 31756:1 31758:1 31760:1 31770:6 31774:1 31775:1 31778:1 31787:1 31816:1 31826:1 31830:1 31836:1 31842:1 31851:1 31902:2
18 8:1 13:1 17:1 19:1 23:2 40:1 44:1 62:1 76:1 79:1 88:1 93:1 99:1 136:2 208:4 231:2 237:2 238:1 241:1 250:1 253:2 275:2 283:2 288:2 299:3 317:1 334:1 339:3 352:4 365:1 372:1 373:1 390:7 398:1 399:1 405:1 424:1 461:1 462:3 470:1 477:1 479:1 480:1 484:1 488:2 494:1 504:1 522:1 555:1 573:1 582:1 591:1 593:1 611:1 613:3 617:1 618:4 620:2 635:1 642:4 647:1 657:1 664:2 677:4 682:1 697:1 707:2 716:6 730:1 731:1 756:1 774:3 784:1 799:3 801:1 814:1 816:1 829:1 836:1 842:1 843:1 904:1 915:1 922:1 926:4 929:3 936:1 940:1 949:1 960:1 963:1 964:3 967:1 979:2 1000:1 1001:2 1014:2 1018:1 1030:1 1032:1 1045:1 1061:1 1064:4 1091:1 1116:1 1165:1 1167:3 1174:2 1184:1 1189:1 1205:1 1222:1 1237:1 1248:1 1296:4 1314:2 1317:2 1326:2 1327:2 1328:1 1331:2 1348:1 1365:3 1381:1 1391:1 1392:1 1400:2 1403:1 1419:1 1492:1 1495:1 1501:2 1504:1 1511:2 1512:2 1519:1 1525:1 1548:2 1564:3 1565:1 1566:1 1572:1 1582:1 1584:1 1588:1 1621:1 1623:2 1624:1 1628:1 1635:1 1655:1 1665:1 1674:1 1685:2 1692:1 1703:4 1705:1 1709:1 1710:1 1712:3 1719:3 1720:1 1739:1 1742:1 1763:1 1781:2 1783:2 1793:2 1796:1 1822:1 1824:1 1825:1 1868:1 1871:3 1908:1 1915:1 1932:4 1952:2 1977:1 2055:1 2057:1 2064:1 2078:2 2081:2 2084:1 2090:1 2093:4 2118:2 2148:2 2152:1 2163:1 2174:1 2181:1 2190:2 2196:1 2199:2 2221:1 2241:2 2244:3 2249:1 2254:16 2255:1 2256:1 2259:1 2264:1 2282:1 2296:1 2299:1 2307:1 2331:1 2333:1 2341:1 2358:2 2366:2 2367:1 2374:1 2383:1 2406:3 2409:1 2418:1 2420:6 2422:1 2424:1 2427:1 2428:6 2431:1 2432:1 2433:1 2436:2 2437:1 2438:4 2442:4 2447:3 2449:2 2451:1 2466:2 2467:1 2468:1 2471:1 2474:1 2476:1 2478:1 2480:1 2481:3 2482:2 2487:2 2488:1 2493:1 2497:3 2501:2 2503:4 2509:2 2512:1 2514:2 2516:1 2517:3 2518:1 2523:3 2524:1 2531:22 2540:1 2543:1 2551:3 2556:1 2602:4 2613:1 2619:1 2624:1 2641:1 2644:1 2646:1 2648:1 2657:1 2659:4 2668:1 2682:1 2706:1 2717:2 2738:1 2740:1 2743:1 2751:1 2763:1 2783:2 2796:5 2797:1 2799:1 2815:1 2817:2 2824:3 2834:1 2853:2 2886:1 2904:2 2932:2 2940:2 2941:1 2949:1 2952:1 2963:1 2966:2 2990:1 2996:1 2999:3 3000:1 3004:1 3011:1 3045:1 3050:1 3066:6 3068:1 3077:2 3086:1 3097:1 3105:1 3149:1 3159:2 3170:11 3171:3 3203:2 3209:1 3212:20 3218:1 3219:2 3223:1 3230:2 3234:3 3244:1 3251:3 3279:1 3281:2 3316:1 3323:1 3328:1 3330:1 3404:2 3420:1 3423:6 3478:4 3489:1 3492:1 3526:1 3528:1 3532:1 3533:3 3547:1 3549:2 3558:1 3570:1 3571:1 3576:3 3577:1 3584:1 3612:1 3614:3 3618:1 3625:2 3632:1 3653:2 3669:1 3676:1 3681:1 3684:1 3698:1 3738:1 3798:4 3813:1 3846:1 3855:1 3865:1 3880:3 3884:1 3888:1 3898:1 3919:1 3920:1 3932:1 3934:1 3958:1 3981:1 3995:2 4017:2 4020:3 4043:2 4070:1 4090:1 4091:3 4099:2 4133:1 4136:2 4141:1 4142:1 4145:5 4146:7 4148:1 4170:1 4171:1 4177:2 4181:2 4193:1 4211:4 4212:1 4218:1 4225:1 4226:2 4230:4 4259:1 4261:1 4267:1 4274:1 4276:1 4279:3 4281:1 4283:1 4292:1 4300:1 4313:1 4322:1 4332:1 4339:1 4353:1 4359:1 4367:2 4371:1 4394:2 4402:1 4423:2 4428:2 4442:2 4444:1 4466:1 4472:2 4488:1 4497:1 4507:1 4529:1 4536:2 4542:1 4549:4 4556:1 4573:1 4587:2 4614:1 4617:1 4619:1 4625:1 4643:1 4651:1 4655:2 4665:1 4729:2 4757:1 4763:1 4774:4 4807:1 4809:1 4814:1 4817:2 4846:2 4851:1 4868:1 4877:5 4884:1 4888:1 4895:1 4913:1 4953:2 4972:1 4989:1 5018:1 5021:1 5022:2 5023:3 5032:2 5035:1 5050:3 5078:1 5079:3 5087:1 5098:1 5107:1 5120:1 5121:5 5132:7 5139:1 5146:1 5148:1 5151:1 5185:1 5187:1 5202:3 5210:1 5214:2 5219:2 5221:1 5223:1 5251:1 5254:1 5287:1 5300:1 5302:1 5315:2 5351:1 5352:1 5368:3 5375:1 5386:1 5391:1 5414:15 5417:2 5418:1 5427:1 5470:1 5477:1 5487:1 5540:1 5560:1 5566:1 5576:1 5592:2 5598:1 5602:1 5650:2 5658:1 5670:1 5673:1 5690:1 5694:1 5697:1 5701:3 5703:1 5733:1 5765:2 5773:3 5815:1 5829:1 5852:3 5866:1 5876:1 5879:1 5883:3 5895:2 5901:1 5912:1 5917:1 5919:1 5924:2 5928:1 5935:1 5936:1 5949:1 5969:1 5996:8 6025:1 6032:1 6041:1 6054:1 6077:1 6082:2 6085:5 6099:2 6133:1 6146:1 6161:1 6162:1 6168:1 6173:2 6185:1 6186:1 6208:2 6212:2 6219:1 6254:1 6260:1 6276:2 6299:1 6300:1 6368:2 6399:2 6400:1 6403:2 6412:1 6433:1 6437:1 6465:1 6469:1 6507:1 6518:4 6545:2 6557:2 6582:1 6608:2 6611:1 6613:2 6625:1 6635:1 6637:1 6646:1 6655:1 6664:1 6668:1 6727:2 6729:1 6746:1 6750:1 6761:1 6768:2 6783:4 6792:1 6794:9 6811:3 6814:2 6826:1 6833:1 6854:2 6877:1 6878:3 6902:1 6924:1 6956:6 7007:1 7027:6 7038:2 7039:2 7041:1 7042:1 7044:7 7050:1 7061:1 7062:1 7084:1 7091:1 7113:4 7132:3 7133:1 7138:1 7141:1 7149:1 7150:2 7152:1 7155:1 7156:1 7158:1 7159:2 7163:1 7188:1 7190:1 7195:1 7239:1 7245:1 7294:1 7304:1 7320:2 7326:2 7331:3 7349:8 7353:1 7362:1 7363:1 7410:1 7418:1 7436:2 7445:1 7452:1 7463:1 7468:1 7473:1 7482:9 7484:1 7490:1 7511:1 7523:1 7525:1 7538:1 7543:11 7544:1 7561:2 7575:1 7589:1 7594:1 7624:2 7635:1 7652:1 7676:1 7678:2 7681:3 7683:2 7686:3 7691:1 7718:1 7722:1 7745:1 7766:2 7770:1 7783:2 7792:2 7794:1 7814:1 7815:1 7882:2 7885:1 7926:1 7944:1 7992:6 7993:1 8007:1 8009:1 8010:2 8034:1 8039:1 8069:2 8073:1 8080:1 8134:2 8164:1 8172:3 8203:1 8215:1 8218:4 8237:1 8250:3 8251:1 8304:1 8306:2 8313:2 8340:16 8349:3 8369:1 8370:2 8386:1 8387:1 8407:1 8464:2 8471:1 8477:1 8529:1 8531:4 8558:2 8597:2 8604:1 8614:4 8615:1 8631:1 8634:1 8635:1 8636:4 8639:2 8642:5 8648:1 8657:4 8658:2 8663:6 8664:2 8669:1 8671:1 8677:1 8682:1 8683:1 8690:24 8695:1 8718:21 8724:1 8728:1 8748:1 8753:1 8766:1 8776:1 8797:2 8803:1 8827:2 8835:1 8863:1 8867:1 8869:1 8877:1 8894:1 8914:3 8916:3 8953:1 8977:1 9013:1 9035:3 9042:3 9044:1 9077:1 9083:1 9094:1 9100:3 9114:1 9147:2 9155:1 9167:1 9171:1 9178:1 9201:1 9216:1 9221:2 9226:1 9249:13 9263:1 9274:3 9294:1 9303:16 9310:7 9312:1 9313:2 9315:1 9316:1 9342:1 9352:1 9356:1 9357:3 9400:1 9436:1 9460:1 9465:1 9473:1 9475:1 9478:4 9501:1 9522:1 9526:1 9528:16 9541:2 9546:1 9562:1 9577:9 9582:1 9587:1 9593:1 9608:1 9655:1 9656:1 9659:1 9662:2 9668:1 9669:1 9671:1 9672:1 9673:2 9674:1 9676:1 9687:1 9690:1 9693:2 9710:1 9734:1 9756:2 9757:6 9767:1 9772:2 9773:1 9780:1 9791:1 9792:1 9821:2 9833:1 9846:1 9859:1 9860:2 9882:1 9888:2 9891:1 9926:1 9933:3 9934:1 9961:2 9975:1 10017:1 10021:2 10028:3 10044:1 10054:2 10069:1 10080:2 10081:1 10089:1 10090:2 10098:3 10101:1 10105:2 10139:1 10143:1 10144:1 10145:1 10151:1 10154:1 10161:1 10164:2 10179:1 10190:2 10194:1 10196:1 10201:1 10203:1 10244:1 10248:2 10255:1 10269:2 10274:1 10299:2 10303:1 10322:1 10327:1 10405:2 10420:1 10442:1 10445:1 10455:1 10473:3 10495:1 10535:1 10545:1 10547:1 10568:1 10574:1 10576:1 10608:4 10616:1 10617:1 10637:1 10647:2 10670:1 10699:1 10711:1 10729:3 10731:1 10734:6 10737:32 10739:1 10741:3 10744:1 10748:2 10749:1 10756:2 10759:1 10763:1 10773:4 10778:1 10784:1 10794:3 10809:4 10853:1 10854:2 10870:1 10874:1 10876:2 10881:2 10899:1 10905:1 10910:1 10915:1 10962:1 10974:2 10976:1 11011:1 11015:1 11016:1 11033:4 11051:1 11057:1 11090:1 11099:2 11101:1 11116:1 11119:1 11120:3 11134:3 11141:3 11151:1 11167:1 11175:3 11178:1 11184:1 11201:3 11204:22 11290:4 11322:1 11323:1 11355:1 11359:1 11375:1 11423:1 11439:1 11441:2 11450:1 11460:2 11473:1 11474:1 11518:1 11524:1 11537:1 11546:1 11573:1 11582:1 11611:1 11612:1 11617:2 11618:1 11628:2 11634:1 11640:4 11688:2 11704:1 11712:1 11727:3 11732:2 11772:1 11781:1 11783:2 11796:16 11800:1 11811:1 11814:1 11819:1 11826:1 11840:1 11841:5 11845:1 11861:1 11863:1 11881:1 11884:2 11902:4 11918:2 11927:1 11937:2 11959:1 11983:1 11990:2 11992:1 12026:1 12036:1 12039:1 12044:9 12063:1 12064:1 12081:2 12101:1 12110:1 12118:1 12133:1 12151:1 12174:1 12191:3 12202:4 12205:3 12207:1 12208:1 12222:1 12230:1 12233:3 12234:1 12236:2 12241:2 12246:1 12251:1 12261:1 12285:1 12358:1 12367:1 12382:1 12385:1 12395:4 12402:1 12405:1 12426:1 12427:1 12441:1 12451:1 12452:1 12474:1 12485:1 12495:1 12512:1 12522:2 12524:1 12533:1 12535:1 12565:1 12567:2 12573:2 12578:1 12581:1 12582:1 12593:1 12608:1 12610:1 12615:1 12635:1 12639:1 12644:1 12664:1 12674:1 12697:1 12721:1 12743:1 12761:1 12762:3 12769:1 12771:1 12773:1 12813:1 12829:1 12830:1 12849:1 12861:1 12890:3 12902:4 12915:2 12928:1 12933:2 12936:1 12943:1 12959:2 12984:2 12991:4 12993:1 12997:1 13009:2 13019:6 13021:2 13028:3 13045:1 13046:6 13058:2 13069:1 13081:3 13089:1 13109:1 13134:2 13137:1 13144:1 13168:3 13201:1 13242:1 13250:1 13286:1 13288:1 13332:1 13340:2 13371:1 13377:1 13393:1 13397:2 13401:1 13423:4 13430:1 13436:1 13446:1 13453:2 13489:1 13517:1 13536:1 13540:1 13558:2 13561:2 13578:2 13582:2 13607:1 13617:1 13668:1 13688:2 13698:8 13709:1 13714:1 13731:2 13738:2 13761:1 13802:1 13829:1 13854:1 13892:2 13893:2 13899:1 13938:1 13947:1 13959:1 13986:1 13989:2 13994:1 14017:2 14044:1 14046:1 14085:10 14107:1 14113:11 14143:1 14146:1 14168:2 14183:1 14184:1 14190:1 14200:1 14203:1 14204:1 14283:4 14284:1 14287:1 14288:2 14316:1 14332:1 14335:1 14336:2 14341:1 14351:12 14386:1 14396:8 14416:1 14421:1 14438:1 14507:1 14551:1 14560:1 14570:1 14574:1 14585:2 14590:2 14592:1 14598:1 14616:2 14641:1 14647:4 14654:2 14656:1 14657:1 14665:1 14667:1 14668:2 14671:1 14695:1 14738:1 14739:1 14747:1 14753:1 14773:3 14791:2 14802:1 14806:2 14813:1 14821:2 14826:1 14844:1 14863:1 14866:1 14869:1 14875:1 14876:1 14878:1 14900:1 14901:1 14906:2 14914:5 14924:1 14944:1 14977:1 14987:1 15008:1 15010:5 15021:4 15057:1 15061:2 15065:1 15077:1 15087:1 15091:4 15099:1 15103:2 15111:1 15145:1 15151:4 15157:1 15173:1 15182:1 15197:2 15203:1 15210:2 15234:1 15240:1 15247:1 15266:1 15273:6 15284:2 15291:1 15323:1 15325:2 15336:1 15339:1 15376:2 15385:2 15411:1 15431:1 15432:1 15476:4 15496:3 15506:2 15543:1 15556:3 15562:2 15566:1 15593:1 15597:2 15599:1 15617:1 15630:1 15637:2 15684:1 15691:1 15722:1 15746:4 15747:1 15781:1 15785:8 15794:1 15801:1 15851:1 15858:1 15878:1 15882:3 15888:2 15894:1 15897:1 15906:4 15907:1 15911:1 15943:2 15961:22 15966:2 15967:1 16017:3 16019:1 16022:1 16077:5 16081:1 16107:1 16115:1 16119:1 16123:1 16142:1 16143:1 16215:1 16222:1 16268:1 16297:1 16322:1 16341:1 16385:1 16387:1 16391:1 16402:2 16405:1 16408:1 16411:1 16417:1 16419:3 16423:1 16428:2 16435:3 16465:3 16515:1 16517:1 16537:1 16538:1 16542:2 16543:1 16546:1 16549:1 16554:1 16570:1 16571:3 16573:4 16574:1 16597:3 16607:1 16610:1 16625:1 16626:6 16632:2 16646:1 16657:1 16674:1 16679:1 16693:1 16706:1 16715:1 16722:12 16800:1 16801:1 16808:1 16809:1 16818:4 16828:1 16843:1 16854:1 16861:1 16873:1 16891:4 16939:3 16944:3 16949:1 16962:1 16987:1 16990:1 16993:1 17016:1 17062:4 17064:2 17067:6 17069:1 17077:2 17086:1 17105:1 17118:1 17123:1 17132:1 17143:3 17162:15 17164:2 17179:1 17180:1 17192:2 17211:1 17226:1 17269:7 17276:1 17302:1 17307:1 17309:1 17311:1 17315:2 17324:1 17327:1 17340:1 17348:1 17356:1 17358:1 17388:1 17392:2 17405:1 17412:3 17421:1 17424:1 17425:1 17446:3 17467:1 17492:1 17510:1 17514:4 17515:4 17550:1 17554:2 17556:1 17558:2 17568:1 17579:1 17585:2 17601:1 17604:1 17610:1 17617:2 17633:1 17634:1 17639:1 17646:2 17673:1 17697:2 17710:2 17722:1 17744:1 17762:3 17774:1 17775:1 17799:7 17818:1 17820:1 17826:3 17830:1 17841:1 17845:1 17846:3 17854:3 17855:1 17892:1 17894:1 17897:1 17908:1 17925:1 17928:1 17929:1 17930:1 17937:1 17942:1 17943:2 17950:2 17952:1 17954:1 17969:1 17994:1 18008:1 18019:2 18022:1 18023:1 18035:1 18051:1 18052:1 18096:1 18114:4 18117:1 18124:1 18152:1 18162:1 18163:2 18164:1 18181:2 18192:1 18210:1 18261:1 18262:1 18272:1 18285:1 18315:2 18346:1 18354:1 18359:1 18368:1 18369:1 18398:1 18405:1 18431:3 18433:2 18439:2 18445:6 18467:1 18486:1 18489:1 18496:1 18499:10 18545:1 18547:1 18572:1 18591:1 18617:2 18627:1 18663:1 18665:1 18697:1 18700:1 18703:2 18704:1 18714:1 18750:1 18751:1 18758:1 18761:3 18762:2 18764:2 18772:15 18774:6 18786:6 18792:2 18799:1 18807:2 18812:4 18815:1 18820:2 18845:1 18871:1 18911:1 18948:3 18949:1 18968:1 18972:1 18976:2 18978:1 18984:2 18987:1 18990:1 19003:1 19004:1 19021:1 19053:1 19063:2 19076:1 19079:3 19086:3 19093:1 19118:2 19123:3 19128:1 19133:1 19148:1 19162:1 19173:1 19179:1 19210:2 19233:1 19234:1 19250:1 19259:2 19278:2 19294:2 19305:4 19313:2 19319:3 19334:1 19335:1 19339:1 19341:1 19347:1 19349:3 19354:1 19358:1 19362:1 19364:1 19381:3 19384:3 19391:1 19392:1 19396:2 19404:4 19409:1 19438:2 19439:1 19445:4 19450:1 19457:1 19459:1 19464:1 19481:1 19504:1 19511:1 19546:1 19558:1 19567:1 19570:2 19572:1 19590:1 19605:2 19621:3 19624:1 19626:1 19637:2 19680:1 19692:1 19707:1 19725:1 19730:1 19736:1 19740:3 19750:2 19761:1 19779:1 19782:5 19785:1 19797:1 19807:3 19836:6 19840:1 19842:7 19848:5 19852:1 19853:1 19855:2 19856:1 19874:1 19891:1 19892:4 19906:4 19928:1 19979:1 19986:1 19991:1 20004:1 20010:1 20015:1 20016:1 20034:1 20050:1 20079:2 20103:1 20121:7 20130:1 20163:1 20172:1 20177:1 20180:1 20184:1 20186:1 20211:1 20214:6 20225:1 20234:1 20254:4 20271:22 20301:1 20329:1 20334:2 20373:2 20386:2 20390:1 20407:1 20430:4 20432:1 20474:2 20480:1 20568:1 20572:22 20576:1 20590:2 20599:1 20620:1 20622:3137 20629:1 20670:1 20676:1 20681:3 20704:1 20723:1 20737:1 20755:1 20759:2 20794:4 20797:1 20799:1 20815:1 20819:1 20822:1 20825:1 20844:1 20849:2 20859:5 20862:1 20869:1 20873:5 20877:1 20878:1 20880:2 20890:2 20895:1 20899:2 20912:1 20946:1 20956:1 20959:1 20962:3 21018:1 21020:1 21071:1 21078:1 21082:1 21086:1 21089:1 21095:1 21119:1 21124:1 21158:1 21176:3 21190:1 21259:6 21263:1 21268:1 21286:1 21290:1 21298:1 21303:8 21306:4 21311:1 21324:1 21329:1 21330:3 21350:3 21362:1 21364:1 21366:2 21370:1 21384:1 21392:1 21400:1 21405:2 21406:1 21415:2 21419:7 21448:2 21462:1 21472:1 21479:4 21501:6 21511:1 21513:1 21523:1 21530:12 21531:2 21538:1 21539:1 21553:2 21572:1 21582:1 21583:1 21595:21 21617:3 21618:1 21634:1 21638:4 21644:2 21652:2 21658:1 21686:1 21698:2 21708:1 21739:2 21750:3 21767:1 21769:1 21772:5 21802:1 21803:1 21812:1 21819:2 21829:5 21831:2 21877:2 21890:1 21892:1 21897:1 21965:1 21969:1 21970:4 21974:1 21990:2 22008:2 22038:1 22076:1 22077:1 22083:1 22086:1 22090:3 22093:1 22102:1 22109:1 22117:1 22145:1 22170:1 22191:2 22192:1 22197:1 22211:1 22215:1 22228:1 22237:1 22252:1 22256:1 22266:11 22282:1 22284:1 22294:2 22295:1 22316:9 22350:1 22358:1 22379:1 22394:1 22461:2 22464:1 22467:1 22494:2 22507:1 22509:1 22510:2 22520:1 22526:1 22533:1 22545:4 22555:1 22557:3 22564:7 22585:1 22593:2 22602:1 22627:1 22660:2 22664:4 22669:2 22673:2 22679:1 22704:1 22714:4 22742:1 22748:1 22749:1 22763:2 22769:1 22773:2 22784:1 22806:1 22814:1 22817:1 22828:1 22835:1 22849:2 22853:1 22863:1 22869:2 22871:1 22879:2 22890:7 22893:1 22916:1 22917:11 22918:1 22950:1 22951:1 22961:1 22972:1 22976:1 23002:1 23004:1 23031:1 23032:1 23033:1 23037:4 23041:1 23042:1 23048:2 23050:1 23064:1 23067:1 23079:1 23081:2 23084:1 23086:2 23104:1 23105:2 23116:1 23145:1 23187:1 23188:2 23190:1 23191:1 23215:1 23218:1 23223:1 23232:2 23235:2 23243:1 23266:1 23273:1 23289:1 23295:4 23323:1 23338:1 23353:1 23382:2 23394:1 23411:1 23441:1 23450:1 23452:1 23455:1 23469:1 23471:1 23474:2 23487:3 23494:1 23517:1 23522:1 23528:1 23531:1 23532:1 23539:1 23555:2 23556:1 23563:2 23568:1 23576:1 23581:1 23595:1 23600:1 23617:1 23655:2 23658:3 23671:2 23692:1 23702:2 23703:1 23708:3 23714:1 23723:2 23733:2 23745:1 23748:1 23758:1 23763:4 23764:2 23772:1 23780:4 23810:1 23812:1 23858:1 23860:1 23908:2 23928:1 23935:1 23954:1 23997:1 24005:2 24020:2 24032:1 24058:7 24067:1 24068:1 24073:1 24084:2 24091:1 24106:1 24115:8 24136:1 24148:1 24149:1 24154:1 24161:1 24176:1 24181:1 24204:1 24205:2 24222:1 24225:2 24233:1 24236:1 24238:2 24256:1 24262:1 24267:1 24273:1 24281:1 24313:1 24333:2 24337:1 24368:1 24372:1 24378:1 24382:1 24385:2 24386:1 24399:1 24400:1 24410:4 24414:3 24418:2 24419:1 24423:1 24429:1 24457:1 24461:2 24462:2 24465:1 24486:1 24496:2 24506:1 24507:2 24509:1 24510:3 24515:1 24519:1 24522:2 24535:1 24539:1 24544:2 24547:2 24549:1 24562:1 24567:2 24591:1 24594:1 24605:2 24612:1 24613:3 24614:3 24623:1 24624:2 24629:2 24653:1 24655:1 24666:2 24690:1 24692:1 24697:1 24704:1 24706:1 24714:1 24715:3 24735:1 24753:1 24754:1 24779:1 24795:1 24807:1 24808:1 24810:4 24814:4 24828:1 24847:2 24851:1 24855:2 24857:1 24860:1 24866:1 24868:1 24882:1 24893:1 24898:1 24908:1 24916:1 24920:1 24926:5 24934:1 24949:1 24951:1 24956:2 24960:1 24993:1 24997:2 25001:2 25006:1 25011:1 25013:3 25014:1 25021:2 25029:1 25041:1 25081:2 25084:1 25095:1 25148:1 25158:1 25169:1 25186:1 25190:1 25197:1 25228:2 25239:1 25240:1 25253:1 25255:1 25263:13 25275:1 25294:6 25299:1 25308:1 25310:1 25320:6 25324:1 25340:1 25347:3 25384:1 25399:3 25403:1 25410:1 25416:1 25432:1 25435:1 25476:1 25483:1 25499:1 25502:1 25503:1 25507:1 25508:1 25510:1 25514:3 25536:1 25537:1 25557:2 25562:1 25567:8 25585:2 25593:1 25595:2 25610:1 25625:1 25627:1 25634:2 25646:1 25647:1 25655:5 25666:1 25687:1 25707:2 25712:1 25727:1 25759:2 25776:1 25787:1 25807:1 25811:1 25831:1 25869:1 25883:3 25924:7 25934:1 25941:1 25972:1 25987:1 26001:2 26008:1 26021:1 26030:1 26041:4 26045:2 26048:1 26056:1 26065:1 26083:1 26092:2 26103:2 26119:1 26138:1 26144:1 26149:1 26160:2 26164:1 26168:1 26169:1 26179:1 26201:1 26209:1 26234:1 26244:1 26247:1 26262:1 26267:1 26269:1 26288:1 26309:1 26328:1 26332:1 26337:1 26343:1 26355:1 26359:1 26376:1 26378:3 26381:1 26386:1 26389:1 26393:2 26399:1 26402:2 26408:1 26409:1 26411:1 26418:3 26422:1 26433:3 26445:1 26446:1 26459:2 26464:1 26477:1 26488:2 26496:5 26510:1 26518:3 26522:1 26523:1 26526:1 26528:1 26531:1 26532:1 26544:1 26549:1 26556:5 26570:1 26595:3 26623:1 26641:1 26645:3 26663:1 26688:1 26696:1 26699:1 26704:2 26708:1 26727:1 26729:1 26815:1 26822:1 26824:1 26832:2 26836:1 26852:1 26857:1 26859:1 26860:1 26869:1 26873:1 26878:4 26880:1 26885:1 26892:1 26893:1 26902:1 26912:4 26918:1 26947:1 26949:1 26950:1 26951:1 26976:1 26986:1 26999:1 27000:1 27002:1 27005:1 27006:1 27009:2 27016:1 27028:7 27047:3 27060:2 27097:1 27124:1 27132:2 27133:1 27134:2 27143:1 27144:2 27161:1 27164:1 27260:1 27262:1 27263:2 27266:1 27272:1 27301:3 27312:3 27314:2 27316:1 27318:1 27327:2 27337:1 27351:1 27357:1 27366:1 27387:1 27424:1 27427:1 27428:4 27451:1 27485:1 27498:1 27521:3 27526:2 27531:1 27539:1 27561:1 27577:3 27590:2 27602:1 27616:1 27623:1 27625:1 27640:1 27642:1 27646:1 27650:11 27652:1 27654:1 27676:1 27692:2 27700:2 27732:2 27761:1 27778:1 27789:1 27790:1 27794:2 27795:1 27802:2 27814:4 27819:1 27820:2 27831:2 27849:1 27884:9 27887:3 27905:2 27915:2 27918:1 27957:1 27973:5 28001:3 28009:1 28027:1 28029:1 28034:1 28055:5 28059:1 28072:2 28085:7 28122:1 28128:1 28174:3 28178:1 28200:1 28206:1 28221:2 28226:1 28230:1 28248:1 28276:1 28296:1 28312:1 28313:1 28325:2 28336:1 28365:2 28372:1 28387:1 28399:1 28409:1 28411:1 28425:1 28449:1 28454:1 28458:1 28470:3 28477:1 28490:2 28533:2 28534:2 28536:1 28545:1 28565:1 28569:1 28660:1 28666:1 28684:1 28696:3 28721:1 28733:1 28745:1 28754:1 28758:1 28759:1 28760:1 28786:3 28802:9 28823:2 28838:1 28851:1 28858:1 28901:1 28911:1 28913:1 28925:2 28976:1 28977:1 28983:2 28986:2 29002:1 29011:2 29012:7 29021:1 29022:1 29036:8 29043:2 29055:1 29068:1 29083:1 29116:9 29133:1 29159:1 29163:1 29175:1 29178:1 29183:22 29196:1 29210:1 29211:1 29236:1 29244:2 29280:1 29282:1 29294:2 29305:1 29312:2 29324:1 29331:1 29337:1 29339:1 29352:1 29392:1 29409:1 29421:1 29425:1 29445:1 29450:1 29462:1 29478:3 29486:1 29496:5 29497:1 29506:3 29526:1 29530:3 29557:1 29573:1 29594:2 29605:1 29606:2 29615:1 29644:2 29655:2 29662:2 29669:1 29678:2 29683:1 29684:2 29685:3 29695:1 29710:5 29715:1 29724:7 29746:1 29752:2 29756:1 29776:1 29804:1 29812:2 29817:1 29833:3 29836:1 29838:1 29857:1 29887:1 29905:1 29938:1 29941:2 29952:1 29969:1 29992:1 29994:1 29998:1 30005:1 30012:1 30014:1 30021:1 30026:1 30027:1 30036:1 30038:1 30039:1 30040:1 30041:1 30050:1 30078:3 30096:8 30131:1 30143:1 30171:1 30187:1 30188:1 30224:1 30225:1 30230:2 30296:1 30299:1 30304:1 30308:1 30317:1 30343:1 30356:1 30366:2 30394:3 30396:1 30430:3 30443:1 30458:15 30465:1 30466:1 30480:1 30486:3 30495:2 30501:2 30504:1 30506:2 30508:1 30509:1 30519:1 30523:1 30538:1 30550:2 30554:1 30565:7 30567:11 30577:1 30582:1 30592:1 30594:2 30605:2 30607:1 30609:1 30615:2 30630:1 30653:3 30657:1 30658:2 30659:1 30661:7 30670:1 30701:1 30711:1 30713:6 30758:3 30763:2 30766:2 30777:4 30848:1 30851:1 30859:1 30873:2 30878:1 30885:1 30900:1 30908:1 30931:1 30947:3 30957:1 30972:1 30979:1 30980:1 31004:1 31005:1 31007:2 31009:2 31034:2 31041:2 31069:3 31097:1 31125:4 31132:1 31161:3 31176:1 31178:1 31179:1 31200:2 31201:1 31202:1 31203:1 31204:1 31206:1 31225:1 31246:2 31247:1 31257:1 31290:1 31297:1 31315:1 31317:1 31318:1 31361:4 31372:1 31374:4 31380:2 31393:1 31411:1 31420:1 31481:1 31484:1 31502:4 31525:1 31545:1 31567:1 31591:1 31599:1 31601:3 31611:1 31612:3 31617:1 31633:1 31636:1 31639:1 31644:1 31659:3 31675:1 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31752:5 31755:1 31756:1 31758:1 31760:1 31770:6 31774:1 31775:1 31778:1 31787:1 31816:1 31826:1 31830:1 31836:1 31842:1 31851:1 31902:2
18 8:1 13:1 17:1 19:1 23:2 40:1 44:1 62:1 76:1 79:1 88:1 93:1 99:1 136:2 155:1 208:4 231:2 237:2 238:1 241:1 250:1 253:2 275:2 281:1 283:2 288:2 299:3 317:1 334:1 339:3 352:4 365:1 372:1 373:1 390:7 398:1 399:1 405:1 424:1 461:1 462:3 470:1 477:1 479:1 480:1 484:1 488:2 494:1 504:1 522:1 555:1 573:1 582:1 591:1 593:1 611:1 613:3 617:1 618:4 620:3 635:1 642:4 647:1 657:1 664:2 677:4 682:1 697:1 707:2 716:7 730:1 731:1 756:1 774:3 784:1 799:3 801:1 814:1 816:1 829:1 836:1 842:1 843:1 904:1 915:1 922:1 926:4 929:3 936:1 937:1 940:2 949:1 960:1 963:2 964:3 967:1 979:2 1000:1 1001:2 1014:2 1018:1 1030:1 1032:1 1045:1 1061:1 1064:4 1091:2 1116:1 1165:1 1167:3 1174:2 1184:1 1189:1 1205:1 1222:1 1237:1 1248:1 1296:4 1314:2 1317:2 1326:2 1327:2 1328:1 1331:2 1348:1 1365:3 1381:1 1391:1 1392:1 1400:2 1403:1 1419:2 1492:1 1495:1 1501:2 1504:1 1511:2 1512:2 1519:1 1525:1 1548:2 1564:3 1565:1 1566:1 1572:1 1582:1 1584:1 1588:1 1621:1 1623:2 1624:1 1628:1 1635:1 1655:1 1665:2 1674:1 1685:2 1692:1 1703:4 1705:1 1709:1 1710:1 1712:3 1719:3 1720:1 1739:1 1742:1 1763:1 1781:2 1783:2 1793:2 1796:1 1822:1 1824:1 1825:1 1868:1 1871:3 1908:1 1915:1 1932:4 1952:2 1977:1 2055:1 2057:1 2064:1 2078:2 2081:2 2084:1 2090:1 2093:4 2118:2 2148:2 2152:1 2163:1 2174:1 2181:1 2190:2 2196:1 2199:2 2221:1 2241:2 2244:3 2249:1 2254:16 2255:1 2256:1 2259:1 2264:1 2282:1 2296:1 2299:1 2307:1 2331:1 2333:1 2341:1 2358:2 2366:2 2367:1 2374:1 2383:1 2406:3 2409:1 2418:1 2420:6 2422:1 2424:1 2427:1 2428:6 2431:1 2432:1 2433:1 2436:2 2437:1 2438:4 2442:4 2447:4 2449:2 2451:1 2466:2 2467:1 2468:1 2471:1 2474:1 2476:1 2478:1 2480:1 2481:3 2482:2 2487:2 2488:1 2493:1 2497:3 2501:2 2503:4 2509:2 2512:1 2514:2 2516:1 2517:3 2518:1 2523:3 2524:1 2531:23 2540:1 2543:1 2551:3 2556:1 2602:4 2613:1 2619:1 2624:1 2641:1 2644:1 2646:1 2648:1 2657:1 2659:4 2668:1 2682:1 2706:1 2717:2 2738:1 2740:1 2743:1 2751:1 2763:1 2783:2 2796:5 2797:1 2799:1 2815:1 2817:2 2824:3 2834:1 2853:2 2867:1 2869:1 2886:1 2904:2 2932:2 2940:3 2941:1 2949:1 2952:1 2963:1 2966:2 2990:1 2996:1 2999:3 3000:1 3004:1 3011:1 3045:1 3050:1 3066:6 3068:1 3077:2 3086:1 3097:1 3105:1 3149:1 3159:2 3170:11 3171:3 3203:2 3209:1 3212:20 3218:1 3219:2 3223:1 3230:2 3234:3 3244:1 3251:3 3279:1 3281:2 3316:1 3323:1 3328:1 3330:1 3404:2 3420:1 3423:6 3478:4 3489:1 3492:1 3526:1 3528:1 3532:1 3533:3 3547:1 3549:2 3558:1 3570:1 3571:1 3576:3 3577:1 3584:1 3612:1 3614:3 3618:1 3625:2 3632:1 3653:3 3669:1 3676:1 3681:1 3684:1 3698:1 3738:1 3798:4 3813:1 3846:1 3855:1 3865:1 3880:3 3884:1 3888:1 3898:1 3919:1 3920:1 3932:1 3934:1 3958:1 3981:1 3995:2 4016:1 4017:2 4020:3 4043:2 4070:1 4090:1 4091:3 4099:2 4133:1 4136:2 4141:1 4142:1 4145:5 4146:7 4148:1 4170:1 4171:1 4177:2 4181:2 4193:1 4211:4 4212:1 4218:1 4225:1 4226:2 4230:4 4259:1 4261:1 4267:1 4274:1 4276:1 4279:3 4281:1 4283:1 4292:1 4300:1 4313:1 4322:1 4332:1 4339:1 4353:1 4359:1 4367:2 4371:1 4394:2 4402:1 4423:2 4428:2 4442:2 4444:1 4466:1 4472:2 4488:1 4497:1 4507:1 4529:1 4536:3 4542:1 4549:4 4556:1 4573:1 4587:2 4614:1 4617:1 4619:1 4625:1 4643:1 4651:1 4655:2 4665:1 4729:2 4757:1 4763:1 4774:4 4807:1 4809:1 4814:1 4817:2 4846:2 4851:1 4868:1 4877:5 4884:1 4888:1 4895:1 4913:1 4953:2 4972:1 4989:1 5018:1 5021:1 5022:2 5023:3 5032:2 5035:1 5050:3 5078:1 5079:3 5087:1 5098:1 5107:1 5120:1 5121:5 5132:7 5139:1 5146:1 5148:1 5151:1 5185:1 5187:1 5202:3 5210:1 5214:2 5219:2 5221:1 5223:1 5251:1 5254:1 5287:1 5300:1 5302:1 5315:2 5333:1 5351:1 5352:1 5368:3 5375:1 5386:1 5391:1 5414:16 5417:2 5418:1 5427:1 5470:1 5477:1 5487:1 5540:1 5560:1 5566:1 5576:1 5592:2 5598:1 5602:1 5650:2 5658:1 5670:1 5673:1 5690:1 5694:1 5697:1 5701:3 5703:1 5733:1 5765:2 5773:3 5815:1 5829:1 5852:3 5866:1 5876:1 5879:1 5883:3 5895:2 5901:1 5912:1 5917:1 5919:1 5924:2 5928:1 5935:1 5936:1 5949:1 5969:1 5992:1 5996:9 6025:1 6032:1 6041:1 6054:1 6077:1 6082:2 6085:5 6099:2 6133:1 6146:1 6161:1 6162:1 6168:1 6173:2 6185:1 6186:1 6208:2 6212:2 6219:1 6254:1 6260:1 6276:2 6299:1 6300:1 6368:2 6399:2 6400:1 6403:3 6412:1 6433:1 6437:1 6465:1 6469:1 6507:1 6518:4 6545:2 6557:2 6582:1 6596:1 6608:2 6611:2 6613:2 6625:1 6635:1 6637:1 6646:1 6655:1 6664:1 6668:1 6727:2 6729:1 6746:1 6750:1 6761:1 6768:2 6783:4 6792:1 6794:9 6811:3 6814:2 6826:1 6833:1 6854:2 6877:1 6878:3 6902:1 6924:1 6956:7 7007:1 7027:7 7038:2 7039:2 7041:1 7042:1 7044:7 7047:1 7050:1 7061:1 7062:1 7084:1 7091:1 7113:4 7132:3 7133:1 7138:1 7141:1 7149:1 7150:2 7152:1 7155:1 7156:1 7158:1 7159:2 7163:1 7188:1 7190:1 7195:1 7239:1 7245:1 7294:1 7304:1 7320:3 7326:2 7331:3 7349:9 7353:1 7362:1 7363:1 7367:1 7410:1 7418:1 7436:2 7445:1 7452:1 7463:1 7468:1 7473:1 7482:9 7484:1 7490:1 7511:1 7523:1 7525:1 7538:1 7543:11 7544:1 7561:2 7575:1 7589:1 7594:1 7624:2 7635:1 7652:1 7676:1 7678:2 7681:3 7683:2 7686:3 7691:1 7718:1 7722:1 7745:1 7766:2 7770:1 7783:2 7792:2 7794:1 7814:1 7815:1 7882:2 7885:1 7926:1 7944:1 7992:6 7993:1 8007:1 8009:1 8010:2 8034:1 8039:1 8069:2 8073:1 8080:1 8134:2 8164:1 8172:3 8203:1 8215:1 8218:5 8237:1 8250:3 8251:1 8304:1 8306:2 8313:2 8340:16 8349:3 8369:1 8370:2 8386:1 8387:1 8407:1 8464:2 8471:1 8477:1 8529:1 8531:4 8558:2 8597:2 8604:1 8614:4 8615:1 8631:1 8634:1 8635:1 8636:4 8639:2 8642:5 8648:1 8657:4 8658:2 8663:6 8664:2 8669:1 8671:1 8677:1 8682:1 8683:1 8690:24 8695:1 8718:21 8724:1 8728:1 8748:1 8753:1 8766:1 8776:1 8782:1 8797:2 8803:1 8827:2 8835:1 8863:1 8867:1 8869:1 8877:1 8894:1 8914:3 8916:3 8952:1 8953:1 8977:1 9013:1 9035:3 9042:3 9044:1 9077:1 9083:1 9094:1 9100:3 9114:1 9147:2 9148:1 9155:1 9167:1 9171:1 9178:1 9201:1 9211:1 9216:1 9221:2 9226:1 9249:14 9263:1 9274:3 9294:1 9303:16 9310:7 9312:1 9313:2 9315:1 9316:2 9342:1 9352:1 9356:1 9357:3 9400:1 9436:1 9460:1 9465:1 9473:1 9475:1 9478:4 9501:1 9522:1 9526:1 9528:16 9541:2 9546:1 9562:1 9577:9 9582:1 9587:2 9593:1 9608:1 9655:2 9656:1 9659:1 9662:2 9668:1 9669:1 9671:1 9672:1 9673:2 9674:1 9675:1 9676:1 9687:1 9690:1 9693:2 9710:1 9733:1 9734:1 9756:2 9757:6 9767:1 9772:3 9773:1 9780:1 9791:1 9792:1 9821:2 9833:1 9846:1 9859:1 9860:2 9882:1 9888:2 9891:1 9926:1 9933:3 9934:1 9961:2 9975:1 10017:1 10021:2 10028:3 10044:1 10054:2 10069:1 10080:2 10081:1 10089:1 10090:2 10098:3 10101:1 10105:2 10139:1 10143:1 10144:1 10145:1 10151:1 10154:1 10161:1 10164:2 10179:1 10190:2 10194:1 10196:1 10201:1 10203:1 10244:1 10248:2 10255:1 10269:2 10274:1 10299:2 10303:1 10322:1 10327:1 10405:2 10420:1 10442:1 10445:1 10455:1 10473:3 10495:1 10518:1 10535:1 10545:1 10547:1 10568:1 10574:1 10576:1 10608:4 10616:1 10617:1 10637:1 10647:2 10670:1 10699:1 10711:1 10729:3 10731:1 10734:6 10737:32 10739:1 10741:4 10744:1 10748:2 10749:1 10756:2 10759:1 10763:1 10773:5 10778:1 10784:1 10794:4 10809:4 10853:1 10854:3 10870:1 10874:1 10876:2 10881:2 10899:1 10902:1 10905:1 10910:1 10915:1 10962:1 10974:2 10976:1 11011:1 11015:1 11016:1 11033:4 11051:1 11057:1 11090:1 11099:2 11101:1 11116:1 11119:1 11120:3 11134:3 11141:3 11151:1 11167:1 11175:3 11178:1 11184:1 11201:3 11204:23 11290:4 11322:1 11323:1 11355:1 11359:1 11375:1 11423:1 11439:1 11441:2 11450:1 11460:2 11473:1 11474:1 11518:1 11524:1 11537:1 11546:1 11573:1 11582:1 11611:1 11612:1 11617:2 11618:1 11628:2 11634:1 11640:5 11647:1 11688:2 11704:1 11712:1 11727:3 11732:2 11772:1 11781:1 11783:2 11796:16 11800:1 11811:1 11814:1 11819:1 11826:1 11840:1 11841:5 11845:1 11861:1 11863:1 11881:1 11884:2 11902:4 11918:2 11927:1 11937:2 11959:1 11983:1 11990:2 11992:1 12026:1 12036:1 12039:1 12044:9 12063:1 12064:1 12081:2 12101:1 12110:1 12118:1 12133:1 12137:1 12151:1 12174:1 12191:3 12202:4 12205:3 12207:1 12208:1 12222:1 12230:1 12233:3 12234:1 12236:2 12241:2 12246:1 12251:1 12261:1 12285:1 12358:1 12367:1 12382:1 12384:1 12385:1 12395:4 12402:1 12405:1 12426:1 12427:1 12441:1 12451:1 12452:1 12474:1 12485:1 12495:1 12512:1 12522:2 12524:1 12533:1 12535:1 12551:1 12565:1 12567:2 12573:2 12578:1 12581:1 12582:1 12589:1 12593:1 12608:1 12610:1 12615:1 12635:1 12639:1 12644:1 12664:1 12674:1 12697:1 12721:1 12743:1 12761:1 12762:3 12769:1 12771:1 12773:1 12806:1 12813:1 12827:1 12829:1 12830:1 12849:1 12861:1 12890:3 12902:4 12915:2 12928:1 12933:2 12936:1 12943:1 12959:2 12984:2 12991:4 12993:1 12997:1 13009:2 13019:6 13021:2 13028:3 13045:1 13046:6 13058:2 13069:1 13081:3 13089:1 13109:1 13134:2 13137:1 13144:1 13168:3 13201:1 13242:1 13250:1 13286:1 13288:1 13329:1 13332:1 13340:2 13371:1 13377:1 13393:1 13397:2 13401:1 13423:4 13430:1 13436:1 13446:1 13453:2 13489:1 13517:1 13536:1 13540:1 13558:2 13561:2 13578:2 13582:2 13607:1 13617:1 13668:1 13688:2 13698:8 13709:1 13714:1 13731:2 13738:2 13761:1 13802:1 13829:1 13854:1 13892:2 13893:2 13899:1 13938:1 13947:1 13959:1 13960:1 13986:1 13989:2 13994:1 14017:2 14044:1 14046:1 14085:10 14102:1 14107:1 14113:11 14143:1 14146:1 14168:3 14183:1 14184:1 14190:1 14200:1 14203:1 14204:1 14267:1 14283:4 14284:1 14287:1 14288:2 14316:1 14332:1 14335:1 14336:2 14341:1 14351:12 14386:1 14396:8 14416:1 14421:1 14425:1 14438:1 14507:1 14551:1 14560:1 14570:1 14574:1 14585:2 14590:3 14592:1 14598:1 14616:2 14636:1 14641:1 14647:4 14654:2 14656:1 14657:1 14665:1 14666:1 14667:1 14668:2 14671:1 14695:1 14738:1 14739:1 14747:1 14753:1 14773:3 14791:2 14802:1 14806:2 14813:1 14821:2 14826:1 14844:1 14863:1 14866:1 14869:1 14875:1 14876:1 14878:1 14900:1 14901:1 14906:2 14914:5 14924:1 14944:1 14977:1 14987:1 15008:1 15010:5 15021:4 15057:1 15061:2 15065:1 15077:1 15087:1 15091:4 15099:1 15103:2 15111:1 15145:1 15151:4 15157:1 15173:1 15182:1 15197:2 15203:1 15210:2 15234:1 15240:1 15247:1 15266:1 15273:7 15277:1 15284:2 15291:1 15323:2 15325:2 15336:1 15339:1 15376:3 15385:2 15411:1 15431:1 15432:1 15476:4 15496:4 15506:2 15543:1 15556:3 15562:2 15566:1 15593:1 15597:2 15599:1 15617:1 15630:1 15637:2 15684:1 15691:1 15722:1 15746:4 15747:1 15781:1 15785:9 15794:1 15801:1 15851:1 15858:1 15878:1 15882:3 15888:2 15894:1 15897:1 15906:5 15907:1 15911:1 15943:2 15961:23 15966:2 15967:1 16017:3 16019:1 16022:1 16077:5 16081:1 16107:2 16115:1 16119:1 16123:1 16142:1 16143:1 16164:1 16215:1 16222:1 16268:1 16297:1 16322:1 16341:1 16385:1 16387:1 16391:1 16402:2 16405:1 16408:1 16411:1 16417:1 16419:3 16423:1 16428:2 16435:3 16465:3 16515:1 16517:1 16537:1 16538:1 16540:1 16542:2 16543:1 16546:1 16549:1 16554:1 16570:1 16571:3 16573:4 16574:1 16592:1 16597:3 16607:1 16610:1 16625:1 16626:6 16632:2 16646:1 16657:1 16674:1 16679:1 16693:1 16706:1 16715:1 16722:12 16800:1 16801:1 16808:1 16809:1 16818:4 16828:1 16843:1 16854:1 16861:1 16873:1 16891:4 16908:1 16939:3 16944:3 16949:1 16962:1 16987:1 16990:1 16993:1 17016:1 17062:5 17064:2 17067:6 17069:1 17077:2 17084:1 17086:1 17105:1 17118:1 17123:1 17132:1 17143:3 17162:15 17164:2 17179:1 17180:1 17192:2 17211:1 17226:1 17269:7 17276:1 17302:1 17307:1 17309:1 17311:1 17315:2 17319:1 17324:1 17327:1 17338:1 17340:1 17348:1 17356:1 17358:1 17388:1 17392:2 17405:1 17412:3 17421:1 17424:1 17425:1 17446:3 17467:1 17492:1 17510:1 17514:4 17515:4 17550:1 17554:2 17556:1 17558:2 17568:1 17579:1 17585:2 17601:1 17604:1 17610:1 17617:2 17633:1 17634:1 17639:1 17646:2 17673:1 17697:2 17710:2 17722:1 17744:1 17762:3 17774:1 17775:1 17799:7 17818:1 17820:1 17826:3 17830:1 17841:1 17845:1 17846:3 17854:3 17855:1 17892:1 17894:1 17897:1 17908:1 17909:1 17925:1 17928:1 17929:1 17930:1 17934:1 17937:1 17942:1 17943:2 17950:2 17952:1 17954:1 17969:1 17994:1 18008:1 18019:2 18022:1 18023:1 18035:1 18051:1 18052:1 18066:1 18096:1 18114:5 18117:1 18124:1 18152:1 18162:1 18163:2 18164:1 18181:2 18192:1 18210:1 18261:1 18262:1 18272:1 18285:1 18315:2 18346:1 18354:1 18359:1 18368:1 18369:1 18398:1 18405:1 18431:3 18433:2 18439:2 18445:6 18467:1 18486:1 18489:1 18496:1 18499:10 18545:1 18547:1 18572:1 18591:1 18617:3 18627:1 18663:1 18665:1 18697:1 18700:1 18703:2 18704:1 18714:1 18750:1 18751:1 18758:1 18761:3 18762:2 18764:3 18772:15 18774:6 18786:6 18792:2 18799:1 18807:2 18812:4 18815:1 18820:2 18845:1 18871:1 18911:1 18948:3 18949:1 18968:1 18972:1 18976:2 18978:1 18984:2 18987:1 18990:1 19003:1 19004:1 19021:1 19053:1 19063:2 19076:1 19079:4 19086:3 19093:1 19118:2 19123:3 19128:1 19133:1 19148:1 19155:1 19162:1 19173:1 19179:1 19210:2 19233:1 19234:1 19250:1 19259:2 19278:2 19294:2 19305:5 19313:2 19319:3 19334:1 19335:1 19339:1 19341:1 19347:1 19349:3 19354:1 19358:1 19362:1 19364:1 19381:3 19384:3 19391:1 19392:1 19396:2 19404:4 19409:1 19438:2 19439:1 19445:4 19450:1 19457:1 19459:2 19464:1 19481:1 19504:1 19511:1 19546:1 19558:1 19567:1 19570:2 19572:1 19590:1 19605:2 19621:3 19624:1 19626:1 19637:2 19680:1 19692:1 19707:1 19725:1 19730:1 19736:1 19740:3 19750:2 19761:1 19779:1 19782:5 19785:1 19794:1 19797:1 19807:3 19836:6 19840:1 19842:7 19848:5 19852:1 19853:1 19855:2 19856:1 19874:1 19891:1 19892:4 19906:4 19928:1 19979:1 19986:1 19991:1 20004:1 20010:1 20015:1 20016:1 20034:1 20050:1 20079:2 20103:1 20121:7 20130:1 20150:1 20163:1 20172:1 20177:1 20180:1 20184:1 20186:1 20211:1 20214:6 20225:1 20234:1 20254:4 20271:23 20301:1 20329:1 20334:2 20373:2 20386:2 20390:1 20407:1 20430:5 20432:1 20474:2 20480:1 20568:1 20572:23 20576:1 20590:2 20599:1 20602:1 20620:1 20622:3291 20629:1 20670:1 20676:1 20681:3 20704:1 20723:1 20737:1 20755:1 20759:2 20794:4 20797:1 20799:1 20815:1 20819:1 20822:1 20825:1 20844:1 20849:2 20859:5 20862:1 20869:1 20873:5 20877:1 20878:1 20880:2 20890:2 20895:1 20899:2 20912:1 20946:1 20956:1 20959:1 20962:3 21018:1 21020:1 21059:1 21071:1 21078:1 21082:1 21086:1 21089:1 21095:1 21119:1 21124:1 21158:1 21176:3 21190:1 21259:6 21263:1 21268:1 21286:1 21290:1 21298:1 21303:8 21306:4 21311:1 21324:1 21329:1 21330:3 21350:3 21362:1 21364:1 21366:2 21370:1 21384:1 21392:1 21400:1 21405:2 21406:1 21415:2 21417:1 21419:7 21448:2 21462:1 21472:1 21479:4 21501:6 21511:1 21513:1 21523:1 21530:12 21531:2 21538:1 21539:1 21547:1 21553:2 21572:1 21582:1 21583:1 21595:21 21617:4 21618:1 21634:1 21638:4 21644:2 21652:2 21658:1 21686:1 21698:2 21708:1 21739:2 21750:3 21767:1 21769:1 21772:5 21792:1 21802:1 21803:1 21812:1 21819:2 21829:5 21831:2 21874:1 21877:2 21890:1 21892:1 21897:1 21965:1 21969:1 21970:4 21974:1 21990:2 22008:2 22038:1 22076:1 22077:1 22083:1 22086:1 22090:3 22093:1 22102:1 22109:1 22117:1 22145:2 22170:1 22191:2 22192:1 22197:1 22209:1 22211:1 22215:1 22228:1 22237:1 22252:1 22256:1 22266:11 22282:1 22284:1 22294:2 22295:1 22316:9 22350:1 22358:1 22379:1 22394:1 22461:2 22464:1 22467:1 22494:2 22507:1 22509:1 22510:2 22520:1 22526:1 22533:1 22545:4 22555:1 22557:3 22564:7 22585:1 22593:2 22602:1 22627:1 22660:2 22664:4 22669:2 22673:2 22679:1 22704:1 22714:4 22742:1 22748:1 22749:1 22763:2 22769:1 22773:2 22784:1 22806:1 22814:1 22817:1 22828:1 22835:1 22849:2 22853:1 22863:1 22869:2 22871:1 22879:2 22890:7 22893:1 22916:1 22917:11 22918:1 22950:1 22951:1 22961:1 22972:1 22976:1 23002:1 23004:1 23031:1 23032:1 23033:1 23037:4 23041:1 23042:1 23048:2 23050:1 23064:1 23067:1 23079:1 23081:2 23084:1 23086:2 23089:1 23104:1 23105:2 23116:1 23145:1 23187:1 23188:2 23190:1 23191:1 23215:1 23218:1 23223:1 23232:2 23235:2 23243:1 23266:1 23273:1 23289:1 23295:4 23322:1 23323:1 23338:1 23353:1 23382:2 23394:1 23411:1 23441:1 23450:1 23452:1 23455:1 23469:1 23471:1 23474:2 23487:3 23494:1 23517:1 23522:1 23528:1 23531:1 23532:2 23539:1 23555:2 23556:1 23561:1 23563:2 23568:1 23576:1 23581:1 23595:1 23600:1 23604:1 23617:1 23653:1 23655:2 23658:3 23671:2 23692:1 23702:2 23703:1 23708:3 23714:1 23723:2 23733:2 23745:1 23748:1 23758:2 23763:4 23764:2 23772:1 23780:4 23810:1 23812:1 23858:1 23860:1 23908:2 23928:1 23935:1 23954:1 23997:1 24005:2 24020:2 24032:1 24058:7 24067:1 24068:1 24071:1 24073:1 24084:2 24091:1 24106:1 24115:9 24136:1 24148:1 24149:1 24154:1 24161:1 24176:1 24181:1 24204:1 24205:2 24222:1 24225:2 24233:1 24236:1 24238:3 24256:1 24262:1 24267:1 24273:1 24281:1 24313:1 24333:2 24337:1 24368:1 24372:1 24378:1 24382:1 24385:2 24386:1 24399:1 24400:1 24410:4 24414:3 24418:2 24419:1 24423:1 24429:1 24457:1 24461:3 24462:2 24465:1 24486:1 24496:2 24506:1 24507:2 24509:1 24510:3 24515:1 24519:1 24522:2 24535:1 24539:1 24544:3 24547:2 24549:1 24562:1 24567:2 24591:1 24594:1 24605:2 24612:1 24613:3 24614:3 24623:1 24624:2 24629:2 24653:1 24655:1 24666:2 24690:1 24692:1 24697:1 24704:1 24706:1 24714:1 24715:3 24735:1 24753:1 24754:1 24779:1 24795:1 24807:1 24808:1 24810:4 24814:5 24828:1 24847:2 24851:1 24855:2 24857:1 24860:1 24866:1 24868:1 24882:1 24893:1 24898:1 24908:1 24916:1 24920:1 24926:5 24934:1 24949:1 24951:1 24956:2 24960:1 24993:1 24997:2 25001:2 25006:1 25011:1 25013:3 25014:1 25021:2 25029:1 25041:1 25081:2 25084:1 25095:1 25148:1 25158:1 25169:1 25186:1 25190:1 25197:1 25228:2 25239:1 25240:1 25253:1 25255:1 25263:13 25275:1 25294:6 25299:1 25308:1 25310:1 25320:6 25324:1 25340:1 25347:3 25384:1 25399:3 25403:1 25410:1 25416:1 25432:1 25435:1 25476:1 25483:1 25499:1 25502:1 25503:1 25507:1 25508:1 25510:1 25514:3 25536:1 25537:1 25547:1 25557:2 25562:1 25567:8 25585:3 25593:1 25595:2 25610:1 25625:1 25627:1 25634:2 25646:1 25647:1 25655:5 25666:1 25687:1 25707:2 25712:1 25727:1 25759:2 25776:1 25787:1 25807:1 25811:1 25831:1 25869:1 25883:3 25924:7 25934:1 25941:1 25972:1 25987:1 26001:2 26008:1 26021:1 26030:1 26041:4 26045:2 26048:1 26056:1 26065:1 26083:1 26092:2 26103:2 26119:1 26138:1 26144:1 26149:1 26160:2 26164:1 26168:1 26169:1 26179:1 26201:1 26209:1 26234:1 26244:1 26247:1 26262:1 26267:1 26269:1 26272:1 26288:1 26309:1 26316:1 26328:1 26332:1 26337:1 26343:1 26355:1 26359:1 26376:1 26378:3 26381:1 26386:1 26389:1 26393:2 26399:1 26402:2 26408:1 26409:1 26411:1 26418:3 26422:1 26433:3 26445:1 26446:1 26459:2 26464:2 26477:1 26488:2 26496:5 26510:1 26518:3 26522:1 26523:1 26526:1 26528:1 26531:1 26532:1 26544:1 26549:1 26556:5 26570:1 26595:3 26623:1 26641:1 26645:3 26663:1 26682:1 26688:1 26696:1 26699:1 26704:2 26708:1 26727:1 26729:1 26815:1 26822:1 26824:1 26832:2 26836:1 26852:1 26857:1 26859:1 26860:1 26869:1 26873:1 26878:4 26880:1 26885:1 26892:1 26893:1 26902:1 26912:4 26918:1 26947:1 26949:1 26950:1 26951:1 26976:1 26986:1 26999:1 27000:1 27002:1 27005:1 27006:1 27009:2 27016:1 27028:8 27047:3 27060:2 27097:1 27124:1 27132:2 27133:1 27134:2 27143:1 27144:2 27161:1 27164:1 27260:1 27262:1 27263:2 27266:1 27272:1 27301:3 27312:3 27314:2 27316:1 27318:1 27327:2 27337:1 27351:1 27357:1 27366:1 27387:1 27424:1 27427:1 27428:4 27430:1 27451:1 27485:1 27498:1 27521:3 27526:2 27531:1 27539:1 27561:1 27577:3 27590:2 27602:1 27607:1 27616:1 27623:1 27625:1 27640:1 27642:1 27646:1 27650:11 27652:1 27654:1 27676:1 27692:2 27695:1 27700:2 27732:2 27761:1 27778:1 27789:1 27790:2 27794:2 27795:1 27802:2 27814:4 27819:1 27820:2 27831:2 27849:1 27884:9 27887:3 27905:2 27915:2 27918:2 27957:1 27973:5 28001:3 28009:1 28027:1 28029:1 28034:1 28055:5 28059:1 28072:2 28085:7 28122:1 28128:1 28174:3 28178:1 28200:1 28206:1 28221:2 28226:1 28230:1 28248:1 28276:1 28296:1 28312:2 28313:1 28325:2 28336:1 28365:2 28372:1 28387:1 28399:1 28409:1 28411:1 28425:1 28449:1 28454:1 28458:1 28470:3 28477:1 28490:2 28533:2 28534:2 28536:1 28545:2 28565:1 28569:1 28660:1 28662:1 28666:1 28684:1 28696:3 28721:1 28733:1 28745:1 28754:1 28758:1 28759:1 28760:1 28786:3 28802:9 28823:2 28838:1 28851:1 28858:1 28901:1 28911:1 28913:1 28925:2 28976:1 28977:1 28983:2 28986:2 29002:1 29011:2 29012:7 29021:1 29022:1 29036:9 29043:2 29055:1 29068:1 29083:1 29116:9 29127:1 29133:1 29159:1 29163:1 29175:1 29178:1 29183:23 29196:1 29210:1 29211:1 29236:1 29244:2 29280:1 29282:1 29294:2 29305:1 29312:2 29324:1 29331:1 29337:1 29339:1 29352:1 29372:1 29392:1 29409:1 29421:1 29425:1 29445:1 29450:1 29462:1 29478:3 29486:1 29496:5 29497:1 29502:1 29506:3 29526:1 29530:3 29557:1 29573:1 29594:2 29605:1 29606:2 29615:1 29644:2 29655:2 29662:2 29669:1 29678:2 29683:1 29684:2 29685:3 29695:1 29710:5 29715:1 29724:7 29746:1 29752:2 29756:1 29776:1 29804:1 29812:2 29817:1 29833:3 29836:1 29838:1 29857:1 29887:1 29905:1 29938:1 29941:2 29942:1 29952:1 29969:1 29987:1 29992:1 29994:1 29998:1 30005:1 30012:1 30014:1 30021:1 30026:1 30027:1 30036:1 30038:2 30039:1 30040:1 30041:1 30050:1 30078:3 30096:9 30131:1 30143:1 30171:1 30187:1 30188:1 30224:1 30225:1 30230:3 30296:1 30299:1 30304:1 30308:1 30317:1 30343:1 30356:1 30366:2 30394:3 30396:1 30430:3 30443:1 30458:16 30465:1 30466:1 30480:1 30486:3 30495:3 30501:2 30504:1 30506:2 30508:1 30509:1 30519:1 30523:1 30538:1 30550:3 30554:1 30565:7 30567:11 30577:1 30582:1 30592:1 30594:2 30605:2 30607:1 30609:1 30615:2 30630:1 30653:3 30657:1 30658:2 30659:1 30661:7 30670:1 30701:1 30711:1 30713:6 30758:3 30763:2 30766:2 30777:4 30848:1 30851:1 30859:1 30873:2 30878:1 30885:1 30900:1 30908:1 30931:1 30947:3 30957:1 30972:1 30979:1 30980:1 31004:1 31005:1 31007:2 31009:2 31034:2 31041:2 31069:3 31097:1 31125:4 31132:2 31157:1 31161:3 31176:1 31178:1 31179:1 31200:2 31201:1 31202:1 31203:1 31204:1 31206:1 31225:1 31246:2 31247:1 31257:1 31290:1 31297:1 31315:1 31317:1 31318:1 31361:4 31372:1 31374:4 31380:2 31393:1 31411:1 31420:1 31481:1 31484:1 31502:4 31525:1 31545:1 31567:1 31572:1 31591:1 31599:1 31601:3 31611:1 31612:3 31617:1 31633:1 31636:1 31639:1 31644:1 31659:3 31675:1 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31752:5 31755:1 31756:1 31758:1 31760:1 31770:6 31774:1 31775:1 31778:1 31787:1 31816:1 31826:1 31830:1 31836:1 31842:1 31851:1 31902:2
18 8:1 13:1 17:1 19:1 23:2 40:1 44:1 62:1 76:1 79:1 88:1 93:1 99:1 136:2 155:1 208:4 231:2 237:2 238:1 241:1 250:1 253:2 275:2 281:1 283:2 288:2 299:3 317:1 334:1 339:3 352:4 365:1 372:1 373:1 390:7 398:1 399:1 405:1 424:1 461:1 462:3 470:1 477:1 479:1 480:1 484:1 488:2 494:1 504:1 522:1 555:1 573:1 582:1 583:1 591:1 593:1 611:1 613:3 617:1 618:4 620:3 635:1 642:4 647:1 657:1 664:2 677:4 682:1 697:1 707:2 716:7 730:1 731:1 756:1 774:3 784:2 799:3 801:1 814:1 816:1 829:1 836:1 842:1 843:1 904:1 915:1 922:1 926:4 929:3 936:1 937:1 940:2 949:1 960:1 963:2 964:3 967:1 979:2 1000:1 1001:2 1014:2 1018:1 1030:1 1032:2 1045:1 1061:1 1064:4 1091:2 1116:1 1165:1 1167:3 1174:2 1184:1 1189:1 1205:1 1222:1 1237:1 1248:1 1271:1 1296:4 1314:2 1317:2 1326:2 1327:2 1328:1 1331:2 1348:1 1365:3 1381:1 1391:1 1392:1 1400:2 1403:1 1419:2 1484:1 1492:1 1495:1 1501:2 1504:1 1511:2 1512:2 1519:1 1525:1 1548:2 1564:3 1565:1 1566:1 1572:1 1582:1 1584:1 1588:1 1621:1 1623:2 1624:1 1628:1 1635:1 1655:1 1665:3 1674:1 1685:2 1692:1 1703:4 1705:1 1709:1 1710:1 1712:3 1719:4 1720:1 1739:1 1742:1 1763:1 1781:2 1783:2 1793:2 1796:1 1822:1 1824:1 1825:1 1868:1 1871:3 1908:1 1915:1 1932:4 1952:2 1977:1 2055:1 2057:1 2064:1 2078:2 2081:2 2084:1 2090:1 2093:4 2118:2 2148:2 2152:1 2163:1 2174:1 2181:1 2190:2 2196:1 2199:2 2221:1 2241:2 2244:3 2249:1 2254:16 2255:2 2256:1 2259:1 2264:1 2282:1 2296:1 2299:1 2307:1 2331:1 2333:1 2341:1 2358:2 2366:2 2367:1 2374:1 2383:1 2406:3 2409:1 2418:1 2420:6 2422:1 2424:1 2427:1 2428:7 2431:1 2432:1 2433:1 2436:2 2437:1 2438:4 2442:4 2447:4 2449:2 2451:1 2466:2 2467:1 2468:1 2471:1 2474:1 2476:1 2478:1 2480:1 2481:3 2482:2 2487:2 2488:1 2493:1 2497:3 2501:2 2503:4 2509:2 2512:1 2514:2 2516:1 2517:3 2518:1 2523:3 2524:1 2531:23 2540:1 2543:1 2546:1 2551:3 2556:1 2602:4 2613:1 2619:1 2624:1 2641:1 2644:1 2646:1 2648:1 2657:1 2659:4 2668:1 2682:1 2706:1 2714:1 2717:2 2738:1 2740:1 2743:1 2751:1 2763:1 2783:2 2796:5 2797:1 2799:1 2815:1 2817:2 2824:3 2834:1 2853:2 2867:1 2869:1 2886:1 2887:1 2904:2 2932:2 2940:3 2941:1 2949:1 2952:1 2963:1 2966:2 2990:1 2996:1 2999:3 3000:1 3004:1 3011:1 3045:1 3050:1 3066:6 3068:1 3077:2 3086:1 3097:1 3105:1 3149:1 3159:2 3170:11 3171:3 3203:3 3209:1 3212:20 3218:1 3219:2 3223:1 3230:2 3234:3 3244:1 3251:3 3279:1 3281:2 3316:1 3323:1 3328:1 3330:2 3404:2 3420:1 3423:6 3478:4 3489:1 3492:1 3526:1 3528:1 3532:1 3533:3 3547:1 3549:2 3558:1 3570:1 3571:1 3576:3 3577:1 3584:1 3612:1 3614:3 3618:1 3625:2 3632:1 3653:4 3669:1 3676:1 3681:1 3684:1 3698:1 3738:1 3798:4 3813:1 3846:1 3855:1 3865:1 3880:3 3884:1 3888:1 3898:1 3919:1 3920:1 3932:1 3934:1 3958:1 3981:1 3995:2 4016:1 4017:2 4020:3 4043:2 4070:1 4090:1 4091:3 4099:2 4133:1 4136:2 4141:1 4142:1 4145:5 4146:7 4148:1 4170:1 4171:1 4177:2 4181:2 4193:1 4211:4 4212:1 4218:1 4225:1 4226:2 4230:5 4259:1 4261:1 4267:1 4274:1 4276:1 4279:3 4281:1 4283:1 4292:1 4300:1 4313:1 4322:1 4332:1 4339:1 4353:1 4359:1 4367:2 4371:1 4394:2 4402:1 4423:2 4428:2 4442:2 4444:1 4466:1 4472:2 4488:1 4497:1 4507:1 4529:1 4536:3 4542:1 4549:4 4556:1 4573:1 4587:2 4614:1 4617:1 4619:1 4625:1 4643:1 4651:1 4655:2 4665:1 4729:2 4757:1 4763:1 4774:4 4802:1 4807:1 4809:1 4814:1 4817:2 4846:2 4851:1 4868:1 4877:5 4884:1 4888:1 4895:1 4913:1 4953:2 4972:1 4989:1 5018:1 5021:1 5022:2 5023:3 5032:3 5035:1 5050:3 5078:1 5079:3 5087:1 5098:1 5107:1 5120:1 5121:5 5132:7 5139:1 5146:1 5148:1 5151:1 5185:1 5187:1 5202:3 5210:1 5214:2 5219:2 5221:1 5223:1 5251:1 5254:1 5287:1 5300:1 5302:1 5315:2 5333:1 5335:1 5351:1 5352:1 5368:3 5375:1 5386:1 5391:1 5414:17 5417:2 5418:1 5427:1 5470:1 5477:1 5487:1 5540:1 5560:1 5562:1 5566:1 5576:1 5592:2 5598:1 5602:1 5650:2 5658:1 5659:1 5670:1 5673:1 5690:1 5694:1 5697:1 5701:3 5703:1 5733:1 5765:2 5773:4 5815:1 5829:1 5834:1 5852:3 5866:1 5876:1 5879:1 5883:3 5895:2 5901:1 5912:1 5917:1 5919:1 5924:2 5928:1 5935:1 5936:1 5949:1 5969:1 5992:1 5996:9 6025:1 6032:1 6041:1 6054:1 6077:1 6082:2 6085:5 6099:2 6133:1 6146:1 6161:1 6162:1 6168:1 6173:2 6185:1 6186:1 6208:2 6212:2 6219:1 6254:1 6260:1 6276:2 6299:1 6300:1 6368:2 6399:2 6400:1 6403:4 6412:1 6433:1 6437:1 6465:1 6469:1 6507:1 6518:4 6545:2 6557:2 6582:1 6587:1 6596:1 6608:2 6611:3 6613:2 6625:1 6635:1 6637:1 6646:1 6655:1 6664:1 6668:1 6727:2 6729:1 6746:1 6750:1 6761:1 6768:2 6783:4 6792:1 6794:9 6811:3 6814:2 6826:1 6833:1 6854:2 6877:1 6878:3 6902:1 6924:1 6956:7 7007:1 7027:7 7038:2 7039:2 7041:1 7042:1 7044:7 7047:1 7050:1 7061:1 7062:1 7084:1 7091:1 7113:4 7132:3 7133:1 7138:1 7141:1 7149:1 7150:2 7152:1 7155:1 7156:1 7158:1 7159:2 7163:1 7188:1 7190:1 7195:1 7239:1 7245:1 7294:1 7304:1 7320:3 7326:2 7331:3 7349:9 7353:1 7362:1 7363:1 7367:1 7410:1 7418:1 7436:2 7445:1 7452:1 7463:1 7468:1 7473:1 7482:9 7484:1 7490:1 7511:1 7523:1 7525:1 7538:1 7543:12 7544:1 7561:2 7575:1 7589:1 7594:1 7624:2 7635:1 7652:1 7676:1 7678:2 7681:3 7683:2 7686:3 7691:1 7718:1 7722:1 7745:1 7766:2 7770:1 7783:2 7792:2 7794:1 7814:1 7815:1 7882:2 7885:1 7926:1 7944:1 7992:6 7993:1 8007:1 8009:1 8010:2 8034:1 8039:1 8069:2 8073:1 8080:1 8134:2 8164:2 8172:3 8203:1 8215:1 8218:5 8237:1 8250:3 8251:1 8304:1 8306:2 8313:2 8340:16 8349:3 8369:1 8370:2 8386:1 8387:1 8407:1 8464:2 8471:1 8477:1 8529:1 8531:4 8558:2 8597:2 8601:1 8604:1 8614:4 8615:1 8631:1 8634:1 8635:1 8636:4 8639:2 8642:5 8648:1 8657:4 8658:2 8663:6 8664:2 8666:1 8669:1 8671:1 8677:1 8682:1 8683:1 8690:24 8695:1 8718:21 8724:1 8728:1 8729:1 8748:1 8753:1 8766:1 8776:1 8782:1 8797:2 8803:1 8827:2 8835:1 8863:1 8867:1 8869:1 8877:1 8894:1 8914:3 8916:3 8952:1 8953:1 8977:1 9013:1 9035:3 9042:3 9044:1 9077:1 9083:1 9094:1 9100:3 9114:1 9147:2 9148:1 9155:1 9167:1 9171:1 9178:1 9201:1 9211:1 9216:1 9221:2 9226:1 9249:16 9263:1 9274:3 9294:1 9303:16 9310:7 9312:1 9313:2 9315:1 9316:2 9342:1 9352:1 9356:1 9357:3 9400:1 9436:1 9460:1 9465:1 9473:1 9475:1 9478:4 9501:1 9522:1 9526:1 9528:16 9541:2 9546:1 9562:1 9577:9 9582:1 9587:3 9593:1 9608:1 9655:2 9656:2 9659:1 9662:2 9668:1 9669:1 9671:1 9672:1 9673:2 9674:1 9675:1 9676:1 9687:1 9690:1 9693:2 9710:1 9733:1 9734:1 9756:2 9757:6 9767:1 9772:3 9773:1 9780:1 9791:1 9792:1 9821:2 9833:1 9846:1 9859:1 9860:2 9882:1 9888:2 9891:1 9926:1 9933:3 9934:1 9956:1 9961:2 9975:1 10017:1 10021:2 10028:3 10044:1 10054:2 10069:1 10080:2 10081:1 10089:1 10090:2 10098:3 10101:1 10105:2 10139:1 10143:1 10144:1 10145:1 10151:1 10154:1 10161:1 10164:2 10179:1 10190:2 10194:1 10196:1 10201:1 10203:1 10244:1 10248:2 10255:1 10269:2 10274:1 10299:2 10303:1 10322:1 10327:1 10405:2 10420:1 10442:1 10445:1 10455:1 10473:3 10495:1 10518:1 10535:1 10545:1 10547:1 10568:1 10574:1 10576:1 10608:4 10616:1 10617:1 10637:1 10647:2 10670:1 10699:1 10711:1 10729:3 10731:1 10734:6 10737:32 10739:1 10741:4 10744:1 10748:2 10749:1 10756:2 10759:1 10763:1 10773:5 10778:1 10784:1 10794:4 10809:4 10853:1 10854:3 10870:1 10874:1 10876:2 10881:2 10899:1 10902:1 10905:1 10910:1 10915:1 10962:1 10974:2 10976:1 11011:1 11015:1 11016:1 11033:4 11051:1 11057:1 11090:1 11099:2 11101:1 11116:1 11119:1 11120:3 11134:3 11141:3 11151:1 11167:1 11175:3 11178:1 11184:1 11201:3 11204:23 11290:4 11322:1 11323:1 11355:1 11359:1 11375:1 11423:1 11439:1 11441:2 11450:1 11460:2 11473:1 11474:1 11477:1 11518:1 11524:1 11537:1 11546:1 11573:1 11582:1 11599:1 11611:1 11612:1 11617:2 11618:1 11628:2 11634:1 11640:5 11647:1 11688:2 11704:1 11712:1 11727:3 11732:3 11772:1 11781:1 11783:2 11796:16 11800:1 11811:1 11814:1 11819:1 11826:1 11840:1 11841:5 11845:1 11861:1 11863:1 11881:1 11884:2 11902:4 11918:2 11927:1 11937:2 11959:1 11983:1 11990:2 11992:1 12026:1 12036:1 12039:1 12044:9 12063:1 12064:1 12081:2 12101:1 12110:1 12118:1 12133:1 12137:1 12151:1 12174:1 12191:3 12202:4 12205:3 12207:1 12208:1 12222:1 12230:1 12233:3 12234:1 12236:2 12241:2 12246:1 12251:1 12261:1 12285:1 12358:1 12367:1 12382:1 12384:1 12385:1 12395:4 12402:1 12405:1 12426:1 12427:1 12441:1 12451:1 12452:1 12474:1 12485:1 12495:1 12512:1 12522:2 12524:1 12533:1 12535:1 12551:1 12565:1 12567:2 12573:2 12578:1 12581:1 12582:1 12589:1 12593:1 12608:1 12610:1 12615:1 12635:1 12639:1 12644:1 12664:1 12674:1 12697:1 12721:1 12743:1 12761:1 12762:3 12769:1 12771:1 12773:1 12806:1 12813:1 12827:1 12829:1 12830:1 12849:1 12861:1 12886:1 12890:3 12902:4 12915:2 12928:1 12933:2 12936:1 12943:1 12959:2 12984:2 12991:4 12993:1 12997:1 13005:1 13009:2 13019:6 13021:2 13028:3 13045:1 13046:6 13058:2 13069:1 13081:3 13089:1 13109:1 13134:2 13137:1 13144:1 13168:3 13201:1 13242:1 13250:1 13286:1 13288:1 13329:1 13332:1 13340:2 13371:1 13377:1 13393:1 13397:2 13401:1 13423:4 13430:1 13436:1 13446:1 13453:2 13489:1 13517:1 13536:1 13540:1 13558:2 13561:2 13578:2 13582:2 13607:1 13617:1 13668:1 13688:2 13698:8 13709:1 13714:1 13731:2 13738:2 13761:1 13802:1 13829:1 13854:1 13892:2 13893:2 13899:1 13938:1 13947:2 13959:1 13960:1 13986:1 13989:2 13994:1 14017:2 14044:1 14046:1 14085:11 14102:1 14107:1 14113:11 14143:1 14146:1 14168:3 14183:1 14184:1 14190:1 14200:1 14203:1 14204:1 14267:1 14283:4 14284:1 14287:1 14288:2 14316:1 14332:1 14335:1 14336:2 14341:1 14351:12 14386:1 14396:8 14416:1 14421:1 14425:1 14438:1 14507:1 14551:1 14560:1 14570:1 14574:1 14585:2 14590:3 14592:1 14598:1 14616:2 14636:1 14641:1 14647:4 14654:2 14656:1 14657:1 14665:1 14666:1 14667:1 14668:2 14671:1 14695:1 14738:1 14739:1 14747:1 14753:1 14773:3 14791:2 14802:1 14806:2 14813:1 14821:2 14826:1 14844:1 14863:1 14866:1 14869:1 14875:1 14876:1 14878:1 14900:1 14901:1 14906:2 14914:5 14924:1 14944:1 14977:1 14987:1 15008:1 15010:5 15021:4 15057:1 15061:2 15065:1 15077:1 15087:1 15091:4 15099:1 15103:2 15111:1 15145:1 15151:4 15157:1 15173:1 15182:1 15197:2 15203:1 15210:2 15234:1 15240:1 15247:1 15266:1 15273:7 15277:1 15284:2 15291:1 15323:2 15325:2 15336:1 15339:1 15376:3 15385:2 15411:1 15431:1 15432:1 15476:4 15496:4 15506:2 15543:1 15556:3 15562:2 15566:1 15593:1 15597:2 15599:1 15617:1 15630:1 15637:2 15684:1 15691:1 15722:1 15746:4 15747:1 15764:1 15781:1 15785:9 15794:1 15801:1 15851:1 15858:1 15878:1 15882:3 15888:2 15894:1 15897:1 15906:5 15907:1 15911:1 15943:2 15961:23 15966:2 15967:1 16017:4 16019:1 16022:1 16077:5 16081:1 16107:2 16115:1 16119:1 16123:1 16142:1 16143:1 16164:1 16208:1 16215:1 16222:1 16268:1 16297:1 16322:1 16341:1 16385:1 16387:1 16391:1 16402:2 16405:1 16408:1 16411:1 16417:1 16419:3 16423:1 16428:2 16435:3 16465:3 16515:1 16517:1 16537:1 16538:1 16540:1 16542:2 16543:1 16546:1 16549:1 16554:1 16570:1 16571:3 16573:4 16574:2 16592:1 16597:3 16607:1 16610:1 16625:1 16626:6 16632:2 16646:1 16657:1 16674:1 16679:1 16693:1 16706:1 16715:1 16722:12 16797:1 16800:1 16801:1 16808:1 16809:1 16818:4 16828:1 16843:1 16854:1 16861:1 16873:1 16891:4 16908:1 16939:3 16944:3 16949:1 16962:1 16987:1 16990:1 16993:1 17016:1 17062:5 17064:2 17067:6 17069:1 17077:2 17084:1 17086:1 17105:1 17118:1 17123:1 17132:1 17143:3 17162:16 17164:2 17179:1 17180:1 17192:2 17211:1 17226:1 17269:7 17276:1 17302:1 17307:1 17309:1 17311:1 17315:2 17319:1 17324:1 17327:1 17338:1 17340:1 17348:1 17356:1 17358:1 17388:1 17392:2 17405:1 17412:3 17421:1 17424:1 17425:1 17446:3 17467:1 17492:1 17510:1 17514:4 17515:4 17550:1 17554:2 17556:1 17558:2 17568:1 17579:1 17585:2 17601:1 17604:1 17610:1 17617:2 17633:1 17634:1 17639:1 17646:2 17673:1 17676:1 17697:2 17710:2 17722:1 17744:1 17762:3 17774:1 17775:1 17799:7 17818:1 17820:1 17826:3 17830:1 17841:1 17845:1 17846:4 17854:3 17855:1 17892:1 17894:1 17897:1 17908:1 17909:2 17925:1 17928:1 17929:2 17930:1 17934:2 17937:1 17942:1 17943:2 17950:2 17952:1 17954:1 17969:1 17994:1 18008:1 18019:2 18022:1 18023:1 18035:1 18051:1 18052:1 18066:1 18096:1 18114:5 18117:1 18124:1 18152:1 18162:1 18163:2 18164:1 18181:2 18192:1 18210:1 18261:1 18262:1 18272:1 18285:1 18315:2 18346:1 18354:1 18359:1 18368:1 18369:1 18398:1 18405:1 18431:3 18433:2 18439:2 18444:1 18445:6 18467:1 18486:1 18489:1 18496:1 18499:10 18545:1 18547:1 18572:1 18591:1 18617:3 18627:1 18663:1 18665:1 18697:1 18700:1 18703:2 18704:1 18714:1 18722:1 18750:1 18751:1 18758:1 18761:3 18762:2 18764:3 18772:16 18774:6 18786:6 18792:2 18799:1 18807:2 18812:4 18815:1 18820:2 18845:1 18871:1 18911:1 18948:3 18949:1 18968:1 18972:1 18976:2 18978:1 18984:2 18987:1 18990:1 19003:1 19004:1 19021:1 19053:1 19063:2 19076:1 19079:4 19086:3 19093:1 19118:2 19123:3 19128:1 19133:1 19148:1 19155:1 19162:1 19173:1 19179:1 19210:2 19233:1 19234:1 19250:1 19259:2 19278:2 19294:2 19305:5 19313:2 19319:3 19334:1 19335:1 19339:1 19341:1 19347:1 19349:3 19354:1 19358:1 19362:1 19364:1 19381:3 19384:3 19391:1 19392:1 19396:2 19404:4 19409:1 19438:2 19439:1 19445:4 19450:1 19457:1 19459:2 19464:1 19481:1 19504:1 19511:1 19546:1 19558:1 19567:1 19570:2 19572:1 19590:1 19605:2 19621:3 19624:1 19626:1 19637:2 19680:1 19692:1 19707:1 19710:1 19725:1 19730:1 19736:1 19740:3 19750:2 19761:1 19779:1 19782:5 19785:1 19794:1 19797:1 19807:3 19836:6 19840:1 19842:7 19848:5 19852:1 19853:1 19855:2 19856:1 19874:1 19891:1 19892:4 19906:4 19928:1 19979:1 19986:1 19991:1 20004:1 20010:1 20015:1 20016:1 20017:1 20034:1 20050:1 20079:2 20103:1 20121:7 20130:1 20150:1 20163:1 20172:1 20177:1 20180:1 20184:1 20186:1 20211:1 20214:6 20225:1 20234:1 20254:4 20271:23 20301:1 20329:1 20334:2 20373:2 20386:2 20390:1 20407:1 20430:5 20432:1 20474:2 20480:1 20560:1 20568:1 20572:23 20576:1 20590:2 20599:1 20602:1 20620:1 20622:3351 20629:1 20670:1 20676:1 20681:3 20704:1 20723:1 20737:1 20755:1 20759:2 20794:4 20797:1 20799:1 20815:1 20819:1 20822:1 20825:1 20844:1 20849:2 20859:5 20862:1 20869:1 20873:5 20877:1 20878:1 20880:2 20890:2 20895:1 20899:2 20912:1 20946:1 20956:1 20959:1 20962:3 21018:1 21020:1 21059:1 21071:1 21078:1 21082:1 21086:1 21089:1 21095:1 21119:1 21124:1 21158:1 21176:3 21190:1 21259:6 21263:1 21268:1 21286:1 21290:1 21298:1 21303:8 21306:4 21311:1 21324:1 21329:1 21330:3 21350:3 21362:1 21364:1 21366:2 21370:1 21384:1 21392:1 21400:1 21405:2 21406:1 21415:3 21417:1 21419:7 21448:2 21462:1 21472:1 21479:4 21501:6 21511:1 21513:1 21523:1 21530:12 21531:2 21538:1 21539:1 21547:1 21553:2 21572:1 21582:1 21583:1 21595:22 21617:4 21618:1 21634:1 21638:4 21644:2 21652:2 21658:1 21686:1 21698:2 21708:1 21739:2 21750:3 21767:1 21769:1 21772:5 21792:1 21802:1 21803:1 21812:1 21819:2 21829:5 21831:2 21846:1 21874:1 21877:2 21890:1 21892:1 21897:1 21965:1 21969:1 21970:4 21974:1 21990:2 22008:2 22038:1 22076:1 22077:1 22083:1 22086:1 22090:3 22093:1 22102:1 22109:1 22117:1 22145:2 22170:1 22191:2 22192:1 22197:1 22209:1 22211:1 22215:1 22228:1 22237:1 22252:1 22256:1 22266:11 22282:1 22284:1 22294:2 22295:1 22316:9 22350:1 22358:1 22379:1 22394:1 22461:2 22464:1 22467:1 22494:2 22507:1 22509:1 22510:2 22520:1 22526:1 22533:1 22545:4 22555:1 22557:3 22564:7 22585:1 22593:2 22602:1 22618:1 22627:1 22660:2 22664:4 22669:2 22673:2 22679:1 22704:1 22714:4 22742:1 22748:1 22749:1 22763:2 22769:1 22773:2 22784:1 22806:1 22814:1 22817:1 22828:1 22835:1 22849:2 22853:1 22863:1 22869:2 22871:1 22879:2 22890:7 22893:1 22916:1 22917:11 22918:1 22950:1 22951:1 22961:1 22972:1 22976:1 23002:1 23004:1 23031:1 23032:1 23033:1 23037:5 23041:1 23042:1 23048:2 23050:1 23064:1 23067:1 23079:1 23081:2 23084:1 23086:2 23089:1 23104:1 23105:2 23116:1 23145:1 23187:1 23188:2 23190:1 23191:1 23215:1 23218:1 23223:1 23232:2 23235:2 23243:1 23266:1 23273:1 23289:1 23295:4 23322:1 23323:1 23338:1 23353:1 23382:2 23394:1 23411:1 23441:1 23450:1 23452:1 23455:1 23469:1 23471:1 23474:2 23487:3 23494:1 23517:1 23522:1 23528:1 23531:1 23532:2 23539:1 23555:2 23556:1 23561:1 23563:3 23568:1 23576:1 23581:1 23595:1 23600:1 23604:1 23617:1 23653:1 23655:2 23658:3 23671:2 23692:1 23702:2 23703:1 23708:3 23714:1 23723:2 23733:2 23745:1 23748:1 23758:2 23763:4 23764:2 23772:1 23780:4 23810:1 23812:1 23858:1 23860:1 23894:1 23908:2 23928:1 23935:1 23954:1 23997:1 24005:2 24020:2 24032:1 24058:7 24067:1 24068:1 24071:1 24073:1 24084:2 24091:1 24106:1 24115:9 24136:1 24148:1 24149:1 24154:1 24161:1 24176:1 24181:1 24204:1 24205:2 24222:1 24225:2 24233:1 24236:1 24238:4 24256:1 24262:1 24267:1 24273:1 24281:1 24313:1 24333:2 24337:1 24368:1 24372:1 24378:1 24382:1 24385:2 24386:2 24399:1 24400:1 24410:4 24414:3 24418:2 24419:1 24423:1 24429:1 24457:1 24461:3 24462:2 24465:1 24486:1 24496:2 24506:1 24507:2 24509:1 24510:3 24515:1 24519:1 24522:2 24535:1 24539:1 24544:3 24547:2 24549:1 24553:1 24562:1 24567:2 24591:1 24594:1 24605:2 24612:1 24613:3 24614:3 24623:1 24624:2 24629:2 24653:1 24655:1 24666:2 24690:1 24692:1 24697:1 24704:1 24706:1 24714:1 24715:3 24735:1 24753:1 24754:1 24779:1 24795:2 24807:1 24808:1 24810:4 24814:5 24828:1 24847:2 24851:1 24855:2 24857:1 24860:1 24866:1 24868:1 24882:1 24893:1 24898:1 24908:1 24916:1 24920:1 24926:5 24934:1 24949:1 24951:1 24956:2 24960:1 24993:1 24997:2 25001:2 25006:1 25011:1 25013:3 25014:1 25021:2 25029:1 25041:1 25081:2 25084:1 25095:1 25148:1 25158:1 25169:1 25186:1 25190:1 25197:1 25228:2 25239:1 25240:1 25253:1 25255:1 25263:13 25266:1 25275:1 25294:6 25299:1 25308:1 25310:1 25320:6 25324:1 25340:1 25347:3 25384:1 25399:3 25403:1 25410:1 25416:1 25432:1 25435:1 25476:1 25483:1 25499:1 25502:1 25503:1 25507:1 25508:1 25510:1 25514:3 25536:1 25537:1 25547:1 25557:2 25562:1 25567:8 25585:4 25593:1 25595:2 25610:1 25625:1 25627:1 25634:2 25646:1 25647:1 25655:5 25666:1 25687:1 25707:2 25712:1 25727:1 25759:2 25776:1 25787:1 25807:1 25811:1 25831:1 25869:1 25883:3 25924:7 25934:1 25941:1 25972:1 25987:1 26001:2 26008:1 26021:1 26030:1 26041:4 26045:2 26048:1 26056:1 26065:1 26083:1 26092:2 26103:2 26119:1 26138:1 26144:1 26149:1 26160:2 26164:1 26168:1 26169:1 26179:1 26201:1 26209:1 26234:1 26244:1 26247:1 26256:1 26262:1 26267:1 26269:1 26272:1 26288:1 26309:1 26316:1 26328:1 26332:1 26337:1 26343:1 26355:1 26359:1 26376:1 26378:3 26381:1 26386:1 26389:1 26393:2 26399:1 26402:2 26408:1 26409:1 26411:1 26418:3 26422:1 26433:3 26445:1 26446:1 26459:2 26464:2 26477:1 26488:2 26496:5 26507:1 26510:1 26518:3 26522:1 26523:1 26526:1 26528:1 26531:1 26532:1 26544:1 26549:1 26556:5 26570:1 26595:3 26623:1 26641:1 26644:1 26645:3 26663:1 26682:1 26688:1 26696:1 26699:1 26704:2 26708:1 26727:1 26729:1 26815:1 26822:1 26824:1 26832:2 26836:1 26852:1 26857:1 26859:1 26860:1 26869:1 26873:1 26878:4 26880:1 26885:1 26892:1 26893:1 26902:1 26912:4 26918:1 26947:1 26949:1 26950:1 26951:1 26976:1 26986:1 26999:1 27000:1 27002:1 27005:1 27006:1 27009:2 27016:1 27028:8 27047:3 27060:2 27097:1 27124:1 27132:2 27133:1 27134:2 27143:1 27144:2 27161:1 27164:1 27260:1 27262:1 27263:2 27266:1 27272:1 27301:3 27312:3 27314:2 27316:1 27318:1 27327:2 27337:1 27351:1 27357:1 27366:1 27387:1 27424:1 27427:1 27428:4 27430:1 27451:1 27485:1 27498:1 27521:3 27526:2 27531:2 27539:1 27561:1 27577:3 27590:2 27602:1 27607:1 27616:1 27623:1 27625:1 27640:1 27642:1 27646:1 27650:11 27652:1 27654:1 27676:1 27692:2 27695:1 27700:2 27732:2 27761:1 27778:1 27789:1 27790:2 27794:2 27795:1 27802:2 27814:5 27819:1 27820:2 27831:2 27849:1 27884:10 27887:3 27905:2 27915:2 27918:2 27957:1 27973:5 28001:3 28009:1 28027:1 28029:1 28034:1 28055:5 28059:1 28072:2 28085:7 28122:1 28128:1 28174:3 28178:1 28200:1 28206:1 28221:2 28226:1 28230:1 28248:1 28276:1 28296:1 28312:2 28313:1 28325:2 28336:1 28365:2 28372:1 28387:1 28399:1 28409:1 28411:1 28425:1 28449:1 28454:1 28458:1 28470:3 28477:1 28490:2 28533:2 28534:2 28536:1 28545:2 28565:1 28569:1 28660:1 28662:1 28666:1 28684:1 28696:3 28721:1 28733:1 28745:1 28754:1 28758:1 28759:1 28760:1 28786:3 28802:9 28823:2 28838:1 28851:1 28858:1 28891:1 28901:1 28911:1 28913:1 28925:2 28976:1 28977:1 28983:2 28986:3 29002:1 29011:2 29012:7 29021:1 29022:1 29036:9 29043:2 29055:1 29068:1 29083:1 29116:9 29127:1 29133:1 29159:1 29163:1 29175:1 29178:1 29183:23 29196:1 29210:1 29211:1 29236:1 29244:2 29280:1 29282:1 29294:2 29305:1 29312:2 29324:1 29331:1 29337:1 29339:1 29352:1 29372:1 29392:1 29409:1 29421:1 29425:1 29445:1 29450:1 29462:1 29478:3 29486:1 29496:5 29497:1 29502:1 29506:3 29526:1 29530:3 29557:1 29573:1 29594:2 29605:1 29606:2 29615:1 29644:2 29655:2 29662:2 29669:1 29678:2 29683:1 29684:2 29685:3 29695:1 29710:5 29715:1 29724:7 29746:1 29752:2 29756:1 29776:1 29804:1 29812:2 29817:1 29833:3 29836:1 29838:1 29857:1 29887:1 29905:1 29938:1 29941:2 29942:1 29952:1 29969:1 29987:1 29992:1 29994:1 29998:1 30005:1 30012:1 30014:1 30021:1 30026:1 30027:1 30036:1 30038:2 30039:1 30040:1 30041:1 30050:1 30078:3 30096:9 30131:1 30143:1 30171:1 30187:1 30188:1 30224:1 30225:1 30230:3 30282:1 30296:1 30299:1 30304:1 30308:1 30317:1 30343:1 30356:1 30366:2 30394:3 30396:1 30430:3 30443:1 30458:16 30465:1 30466:1 30480:1 30486:3 30495:3 30501:2 30504:1 30506:2 30508:1 30509:1 30519:1 30523:1 30538:1 30550:3 30554:1 30565:7 30567:11 30577:1 30582:1 30592:1 30594:2 30605:2 30607:1 30609:1 30615:2 30630:1 30653:3 30657:1 30658:2 30659:1 30661:7 30670:1 30701:1 30711:1 30713:6 30758:3 30763:2 30766:2 30777:4 30848:1 30851:1 30859:1 30873:2 30878:1 30885:1 30900:1 30908:1 30931:1 30947:3 30957:1 30972:1 30979:1 30980:1 31004:1 31005:1 31007:2 31009:2 31034:2 31041:2 31069:3 31097:1 31125:4 31132:2 31157:1 31161:3 31176:1 31178:1 31179:1 31200:2 31201:1 31202:1 31203:1 31204:1 31206:1 31225:1 31246:2 31247:1 31257:1 31290:1 31297:1 31315:1 31317:1 31318:1 31361:4 31372:1 31374:4 31380:2 31393:1 31411:1 31420:1 31481:1 31484:1 31502:4 31525:1 31545:1 31567:1 31572:1 31591:1 31599:1 31601:3 31611:1 31612:3 31617:1 31633:1 31636:1 31639:1 31644:1 31659:3 31675:1 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31752:5 31755:1 31756:1 31758:1 31760:1 31770:7 31774:1 31775:1 31778:1 31787:1 31816:1 31826:1 31830:1 31836:1 31842:1 31851:1 31902:2
18 8:1 13:1 17:1 19:1 23:2 40:1 44:1 62:1 76:1 79:1 88:1 93:1 99:1 136:2 155:1 208:4 231:2 237:2 238:1 241:1 250:1 253:2 275:2 281:1 283:2 288:2 299:3 317:1 334:1 339:3 352:4 365:1 372:1 373:1 390:7 398:1 399:1 405:1 424:1 461:1 462:3 470:1 477:1 479:1 480:1 484:1 488:2 494:1 504:1 522:1 555:1 573:1 582:1 583:1 591:1 593:1 611:1 613:3 617:1 618:4 620:3 635:1 642:4 647:1 657:1 664:2 677:4 682:1 697:1 707:2 716:7 730:1 731:1 756:1 774:3 784:2 799:3 801:1 814:1 816:1 829:1 836:1 842:1 843:1 904:1 915:1 922:1 926:4 929:3 936:1 937:1 940:2 949:1 960:1 963:2 964:3 967:2 979:2 1000:1 1001:2 1014:2 1018:1 1030:1 1032:2 1045:1 1061:1 1064:4 1091:2 1116:1 1165:1 1167:3 1174:2 1184:1 1189:1 1205:1 1222:1 1237:1 1248:1 1271:1 1296:4 1314:2 1317:2 1326:2 1327:2 1328:1 1331:2 1348:1 1365:3 1381:1 1391:1 1392:1 1400:2 1403:1 1419:2 1484:1 1492:1 1495:1 1501:2 1504:1 1511:2 1512:2 1519:1 1525:1 1529:1 1548:2 1564:3 1565:1 1566:1 1572:1 1582:1 1584:1 1588:1 1621:1 1623:2 1624:1 1628:1 1634:1 1635:1 1655:1 1665:3 1674:1 1685:2 1692:1 1703:4 1705:1 1709:1 1710:1 1712:3 1719:4 1720:1 1739:1 1742:1 1763:1 1781:2 1783:2 1793:2 1796:1 1822:1 1824:2 1825:1 1868:1 1871:3 1908:1 1915:1 1932:4 1939:1 1952:2 1977:1 2055:1 2057:1 2064:1 2078:2 2081:2 2084:1 2089:1 2090:1 2093:4 2118:2 2148:2 2152:1 2163:1 2174:1 2181:1 2190:2 2196:1 2199:2 2221:1 2241:2 2244:3 2249:1 2254:16 2255:2 2256:1 2259:1 2264:1 2282:1 2296:1 2299:1 2307:1 2331:1 2333:2 2341:1 2358:2 2366:2 2367:1 2374:1 2383:1 2406:3 2409:1 2418:1 2420:6 2422:1 2424:1 2427:1 2428:7 2431:1 2432:1 2433:1 2436:2 2437:1 2438:5 2442:4 2447:4 2449:2 2451:1 2466:2 2467:1 2468:1 2471:1 2474:1 2476:1 2478:1 2480:1 2481:3 2482:2 2487:2 2488:1 2493:1 2497:3 2501:2 2503:4 2509:2 2512:1 2514:2 2516:1 2517:3 2518:1 2523:3 2524:1 2531:24 2540:1 2543:1 2546:1 2551:3 2556:1 2602:4 2613:1 2619:1 2624:1 2641:1 2644:1 2646:1 2648:1 2657:1 2659:4 2668:1 2682:1 2706:1 2714:1 2717:2 2738:1 2740:1 2743:1 2751:1 2763:1 2783:2 2796:6 2797:1 2799:1 2815:1 2817:2 2824:3 2834:1 2853:2 2867:1 2869:1 2886:1 2887:1 2904:3 2932:2 2940:3 2941:1 2949:1 2952:1 2963:1 2966:2 2990:1 2996:1 2999:3 3000:1 3004:1 3011:1 3029:1 3045:1 3050:1 3066:6 3068:1 3077:2 3086:1 3097:1 3105:2 3128:1 3149:1 3159:2 3170:11 3171:3 3203:3 3209:1 3212:20 3218:1 3219:3 3223:1 3230:2 3234:3 3244:1 3251:3 3279:1 3281:3 3316:1 3323:1 3328:1 3330:2 3404:2 3420:1 3423:6 3478:4 3489:1 3492:1 3526:1 3528:1 3532:2 3533:3 3547:1 3549:2 3558:1 3570:1 3571:1 3576:3 3577:1 3584:2 3612:1 3614:3 3618:1 3625:2 3632:1 3653:4 3669:1 3676:1 3681:1 3684:1 3698:1 3738:1 3798:4 3813:1 3846:1 3855:1 3865:1 3880:3 3884:1 3888:1 3898:1 3919:1 3920:1 3932:1 3934:1 3958:1 3981:1 3995:2 4016:1 4017:2 4020:3 4043:2 4070:1 4090:1 4091:3 4099:3 4133:1 4136:2 4141:1 4142:1 4145:5 4146:8 4148:1 4170:1 4171:1 4177:2 4181:2 4193:1 4197:1 4211:4 4212:1 4218:1 4225:1 4226:2 4230:5 4259:1 4261:1 4267:1 4274:1 4276:1 4279:3 4281:1 4283:1 4292:1 4300:1 4313:1 4322:1 4332:1 4339:1 4353:1 4359:1 4367:2 4371:1 4394:2 4402:1 4423:2 4428:2 4442:2 4444:1 4466:1 4472:2 4488:1 4497:1 4507:1 4529:1 4536:3 4542:1 4549:4 4556:1 4573:1 4587:2 4614:1 4617:1 4619:1 4625:1 4643:1 4651:1 4655:2 4665:1 4729:2 4757:1 4763:1 4774:4 4802:1 4807:1 4809:1 4814:1 4817:2 4846:2 4851:1 4868:1 4877:5 4884:1 4888:1 4895:1 4913:1 4953:2 4972:1 4989:1 5018:1 5021:1 5022:2 5023:3 5032:3 5035:1 5050:3 5078:1 5079:3 5087:1 5098:1 5107:1 5120:1 5121:5 5132:8 5139:1 5146:1 5148:1 5151:1 5185:1 5187:1 5202:3 5210:1 5214:2 5219:2 5221:1 5223:1 5251:1 5254:1 5287:1 5300:1 5302:1 5315:2 5333:1 5335:1 5351:1 5352:1 5368:3 5375:1 5384:1 5386:1 5391:1 5414:17 5417:2 5418:1 5427:1 5470:1 5477:1 5487:1 5540:1 5560:1 5562:1 5566:1 5576:1 5592:2 5598:1 5602:1 5650:2 5658:1 5659:1 5670:1 5673:1 5690:1 5694:1 5697:1 5701:3 5703:1 5733:1 5765:2 5773:4 5815:1 5829:1 5834:1 5852:3 5866:1 5876:1 5879:1 5883:3 5895:2 5901:1 5912:1 5917:1 5919:1 5924:2 5928:1 5935:1 5936:1 5949:1 5969:1 5992:1 5996:9 6001:1 6025:1 6032:1 6041:1 6054:1 6077:2 6082:2 6085:5 6099:2 6133:1 6146:1 6161:1 6162:1 6168:1 6173:2 6185:1 6186:1 6208:3 6212:2 6219:1 6254:1 6260:1 6276:2 6299:1 6300:1 6368:2 6399:2 6400:1 6403:4 6412:1 6433:1 6437:1 6440:1 6465:1 6469:1 6507:1 6518:4 6545:2 6557:2 6558:1 6582:1 6587:1 6596:1 6608:2 6611:3 6613:2 6625:1 6635:1 6637:1 6646:1 6655:1 6664:1 6668:1 6700:1 6727:2 6729:1 6746:1 6750:1 6761:1 6768:2 6783:4 6792:1 6794:9 6811:3 6814:2 6826:1 6833:1 6854:2 6877:1 6878:3 6902:1 6924:1 6956:7 7007:1 7027:7 7038:2 7039:2 7041:1 7042:1 7044:7 7047:1 7050:1 7061:1 7062:1 7084:1 7091:1 7113:4 7132:3 7133:1 7138:1 7141:1 7149:1 7150:2 7152:1 7155:1 7156:1 7158:1 7159:2 7163:1 7188:1 7190:1 7195:1 7239:1 7245:1 7294:1 7304:1 7320:3 7326:2 7331:3 7349:9 7353:1 7362:1 7363:1 7367:1 7410:1 7418:1 7436:2 7445:1 7452:1 7463:1 7468:1 7473:1 7482:9 7484:1 7490:1 7511:1 7523:1 7525:1 7538:1 7543:12 7544:1 7561:2 7575:1 7589:1 7594:1 7608:1 7624:2 7635:1 7652:1 7676:1 7678:2 7681:3 7683:2 7686:3 7691:1 7718:1 7722:1 7745:1 7766:2 7770:1 7783:2 7792:2 7794:1 7814:1 7815:1 7882:2 7885:1 7926:1 7944:1 7992:6 7993:1 8007:1 8009:1 8010:2 8034:1 8039:1 8069:2 8073:1 8080:1 8110:1 8134:2 8164:2 8172:3 8193:1 8203:1 8215:1 8218:5 8237:1 8250:3 8251:1 8304:1 8306:2 8313:2 8340:16 8349:3 8369:1 8370:2 8386:1 8387:1 8407:1 8464:2 8471:1 8477:1 8529:1 8531:4 8558:2 8597:2 8601:1 8604:1 8614:4 8615:1 8631:1 8634:1 8635:1 8636:4 8639:2 8642:5 8648:1 8657:4 8658:2 8663:6 8664:2 8666:1 8669:1 8671:2 8677:1 8682:1 8683:1 8690:24 8695:1 8718:21 8724:1 8728:1 8729:1 8748:1 8753:1 8766:1 8776:1 8782:1 8797:2 8803:1 8827:2 8835:1 8863:1 8867:1 8869:1 8877:1 8894:1 8914:3 8916:3 8952:1 8953:1 8977:1 9013:1 9035:3 9042:3 9044:1 9077:1 9083:1 9094:1 9100:3 9114:1 9147:2 9148:1 9155:1 9167:1 9171:1 9178:1 9201:1 9211:1 9216:1 9221:2 9226:1 9249:16 9263:1 9274:3 9294:1 9303:16 9310:8 9312:1 9313:2 9315:1 9316:2 9342:1 9352:1 9356:1 9357:3 9400:1 9414:1 9436:1 9460:1 9465:1 9473:1 9475:1 9478:4 9501:1 9522:1 9526:1 9528:16 9541:2 9546:1 9562:1 9577:9 9582:1 9587:3 9593:1 9608:1 9655:2 9656:2 9659:1 9662:2 9668:1 9669:1 9671:1 9672:1 9673:2 9674:1 9675:1 9676:1 9687:1 9690:1 9693:2 9710:1 9733:1 9734:1 9756:2 9757:6 9767:1 9772:3 9773:1 9780:1 9791:1 9792:1 9821:2 9833:1 9846:1 9859:1 9860:2 9882:1 9888:2 9891:1 9926:1 9933:3 9934:1 9956:1 9961:2 9975:1 10017:1 10021:2 10028:3 10044:1 10054:2 10069:1 10080:2 10081:1 10089:1 10090:2 10098:3 10101:1 10105:2 10139:1 10143:1 10144:1 10145:1 10151:1 10154:1 10161:1 10164:2 10179:1 10190:2 10194:1 10196:1 10201:1 10203:1 10244:1 10248:2 10255:1 10269:2 10274:1 10299:2 10303:1 10322:1 10327:1 10405:2 10420:1 10442:1 10445:1 10455:2 10473:3 10495:1 10518:1 10535:1 10545:1 10547:1 10568:1 10570:1 10574:1 10576:1 10608:4 10616:1 10617:1 10637:1 10647:2 10670:1 10699:1 10711:1 10729:3 10731:1 10734:7 10737:33 10739:1 10741:4 10744:1 10748:2 10749:1 10756:2 10759:1 10763:1 10773:6 10778:1 10784:1 10794:5 10809:4 10811:1 10853:1 10854:3 10870:1 10874:1 10876:2 10881:2 10899:1 10902:1 10905:1 10910:1 10915:1 10962:1 10974:3 10976:1 11011:1 11015:1 11016:1 11033:4 11051:1 11057:1 11090:1 11099:2 11101:1 11116:1 11119:1 11120:3 11134:3 11141:3 11151:1 11167:1 11173:1 11175:3 11178:1 11184:1 11201:3 11204:24 11290:4 11322:1 11323:1 11355:1 11359:1 11375:1 11376:1 11423:1 11439:1 11441:2 11450:1 11460:2 11473:1 11474:1 11477:1 11518:2 11524:1 11537:1 11546:1 11573:1 11582:1 11599:1 11611:1 11612:1 11617:2 11618:1 11628:2 11634:1 11640:6 11647:1 11688:2 11704:1 11712:1 11727:3 11732:3 11772:1 11781:1 11783:2 11796:16 11800:2 11811:1 11814:1 11819:1 11826:1 11840:1 11841:6 11845:1 11861:1 11863:1 11881:1 11884:2 11902:4 11918:2 11927:1 11937:2 11959:1 11983:1 11990:2 11992:1 12026:1 12036:1 12039:1 12044:9 12063:1 12064:1 12081:2 12101:1 12110:1 12118:1 12133:1 12137:1 12151:1 12174:1 12191:3 12202:5 12205:3 12207:1 12208:1 12222:1 12230:1 12233:3 12234:1 12236:2 12241:2 12246:1 12251:1 12261:1 12285:1 12358:1 12367:1 12382:1 12384:1 12385:1 12395:4 12402:1 12405:1 12409:1 12426:1 12427:1 12441:1 12451:1 12452:1 12474:1 12485:1 12495:1 12512:1 12522:2 12524:1 12533:1 12535:1 12551:1 12565:1 12567:3 12573:2 12578:1 12581:1 12582:1 12589:1 12593:1 12608:1 12610:1 12615:1 12635:1 12639:1 12644:1 12664:1 12674:1 12697:1 12721:1 12743:1 12746:1 12761:1 12762:3 12769:1 12771:1 12773:1 12806:1 12813:1 12827:1 12829:1 12830:1 12849:1 12861:1 12886:1 12890:3 12902:4 12915:2 12928:1 12933:2 12936:2 12943:1 12959:2 12984:2 12991:4 12993:1 12997:1 13005:1 13009:2 13019:6 13021:2 13028:3 13045:1 13046:6 13058:2 13069:1 13081:3 13089:1 13109:1 13134:2 13137:1 13144:1 13168:3 13169:1 13201:1 13242:1 13250:1 13286:1 13288:1 13329:1 13332:1 13340:3 13351:1 13371:1 13377:1 13393:1 13397:2 13401:1 13423:4 13430:1 13436:1 13446:1 13453:2 13489:1 13517:1 13536:1 13540:1 13558:2 13561:2 13578:2 13582:2 13607:1 13617:1 13668:2 13688:2 13698:8 13709:1 13714:1 13731:2 13738:2 13761:1 13802:1 13829:1 13854:1 13892:2 13893:2 13899:1 13938:1 13947:2 13959:1 13960:1 13986:1 13989:2 13994:1 14017:2 14044:1 14046:1 14085:11 14102:1 14107:1 14113:11 14143:1 14146:2 14165:1 14168:3 14183:1 14184:1 14190:1 14200:1 14203:1 14204:1 14267:1 14283:4 14284:2 14287:1 14288:2 14316:1 14323:1 14332:1 14335:1 14336:2 14341:1 14351:12 14386:1 14396:8 14416:1 14421:1 14425:1 14438:1 14491:1 14507:1 14551:1 14560:1 14570:1 14574:1 14585:2 14590:3 14592:1 14598:1 14616:2 14636:1 14641:1 14647:4 14654:2 14656:1 14657:1 14665:1 14666:1 14667:1 14668:2 14671:1 14695:1 14738:1 14739:1 14747:1 14753:1 14773:3 14791:2 14802:1 14806:2 14813:1 14821:2 14826:1 14844:1 14863:1 14866:1 14869:1 14875:1 14876:1 14878:1 14900:1 14901:1 14906:2 14914:5 14924:1 14944:1 14971:1 14977:1 14987:1 15008:1 15010:5 15021:4 15057:1 15061:2 15065:1 15077:1 15083:1 15087:1 15091:4 15099:1 15103:2 15111:1 15145:1 15151:4 15157:1 15173:1 15182:1 15197:2 15203:1 15210:2 15234:1 15240:2 15247:1 15266:1 15273:7 15277:1 15284:2 15291:1 15323:2 15325:2 15336:1 15339:1 15376:3 15385:2 15411:1 15431:1 15432:1 15476:4 15496:4 15506:2 15543:1 15556:3 15562:2 15566:1 15593:1 15597:2 15599:1 15617:1 15630:1 15637:2 15684:1 15691:1 15722:1 15746:4 15747:1 15764:1 15781:1 15785:9 15794:1 15801:1 15851:1 15858:1 15878:1 15882:3 15888:2 15894:1 15897:1 15906:6 15907:1 15911:1 15943:2 15961:24 15966:2 15967:1 16000:1 16017:4 16019:1 16022:1 16023:1 16077:5 16081:1 16107:2 16115:1 16119:1 16123:1 16142:1 16143:1 16164:1 16208:1 16215:1 16222:1 16268:1 16297:1 16322:1 16341:1 16385:1 16387:1 16391:1 16402:2 16405:1 16408:1 16411:1 16417:1 16419:3 16423:1 16428:2 16435:3 16465:3 16515:1 16517:1 16537:1 16538:1 16540:1 16542:2 16543:1 16546:1 16549:1 16554:1 16570:1 16571:3 16573:4 16574:2 16592:1 16597:3 16607:1 16610:1 16625:1 16626:6 16632:2 16646:1 16657:1 16674:1 16679:1 16693:1 16706:1 16715:1 16722:12 16797:1 16800:1 16801:1 16808:1 16809:1 16818:4 16828:1 16843:1 16854:1 16861:1 16873:1 16891:4 16908:1 16939:3 16944:3 16949:1 16962:1 16987:1 16990:1 16993:1 17016:1 17059:1 17062:5 17064:2 17067:6 17069:1 17077:2 17084:1 17086:1 17105:1 17118:1 17123:1 17132:1 17143:3 17162:17 17164:2 17179:1 17180:1 17192:2 17197:1 17211:1 17226:1 17269:7 17276:1 17302:1 17307:1 17309:1 17311:1 17315:2 17319:1 17324:1 17327:1 17338:1 17340:1 17348:1 17356:1 17358:1 17388:1 17392:3 17405:1 17412:3 17421:1 17424:1 17425:1 17446:3 17467:1 17492:1 17510:1 17514:4 17515:4 17550:1 17554:2 17556:1 17558:2 17568:1 17579:1 17585:2 17601:1 17604:1 17610:1 17617:2 17633:1 17634:1 17639:1 17646:2 17673:1 17676:1 17684:1 17697:2 17710:2 17722:1 17744:1 17762:3 17774:1 17775:1 17799:8 17818:1 17820:1 17826:3 17830:1 17841:1 17845:1 17846:4 17854:3 17855:1 17892:1 17894:1 17897:1 17908:1 17909:2 17925:1 17928:1 17929:2 17930:1 17934:2 17937:1 17942:1 17943:2 17950:2 17952:1 17954:1 17969:1 17994:1 18008:1 18019:2 18022:1 18023:1 18035:1 18051:1 18052:1 18066:1 18096:1 18114:5 18117:1 18124:1 18152:1 18162:1 18163:2 18164:1 18181:2 18192:1 18210:1 18261:1 18262:1 18272:1 18285:1 18315:2 18346:1 18354:1 18359:1 18368:1 18369:1 18398:1 18405:1 18431:3 18433:3 18439:2 18444:1 18445:6 18467:1 18486:1 18489:1 18496:1 18499:10 18545:1 18547:1 18572:1 18591:1 18617:3 18627:1 18663:1 18665:1 18697:1 18700:1 18703:2 18704:1 18714:1 18722:1 18746:1 18750:1 18751:1 18758:1 18761:3 18762:2 18764:3 18772:17 18774:6 18786:6 18792:2 18799:2 18804:1 18807:2 18812:4 18815:1 18820:2 18845:1 18871:1 18911:1 18948:3 18949:1 18968:1 18972:2 18976:2 18978:1 18984:2 18987:1 18990:1 19003:1 19004:1 19021:1 19053:1 19063:2 19076:1 19079:4 19086:3 19093:1 19118:2 19123:3 19128:1 19133:1 19148:1 19155:1 19162:1 19173:1 19179:1 19210:2 19233:1 19234:1 19250:1 19259:2 19278:3 19294:2 19305:5 19313:2 19319:3 19334:2 19335:1 19339:1 19341:1 19347:1 19349:3 19354:1 19358:1 19362:1 19364:1 19381:3 19384:3 19391:1 19392:1 19396:2 19404:4 19409:1 19438:2 19439:1 19445:4 19450:1 19457:1 19459:2 19464:1 19481:1 19504:1 19511:1 19546:1 19558:1 19567:1 19570:2 19572:1 19590:1 19605:2 19621:3 19624:1 19626:1 19637:2 19680:1 19692:2 19707:1 19710:1 19725:1 19730:1 19736:1 19740:3 19750:2 19761:1 19779:1 19782:5 19785:1 19794:1 19797:1 19807:3 19836:6 19840:1 19842:7 19848:5 19852:1 19853:1 19855:2 19856:1 19874:1 19891:1 19892:4 19906:4 19928:1 19979:1 19986:1 19991:1 20004:1 20010:1 20015:1 20016:1 20017:1 20034:1 20050:1 20079:2 20103:1 20121:7 20130:1 20150:1 20163:1 20172:1 20177:1 20180:1 20184:1 20186:1 20211:2 20214:6 20225:1 20234:1 20254:4 20271:24 20301:1 20329:1 20334:2 20373:2 20386:2 20390:1 20407:1 20430:5 20432:1 20474:2 20480:1 20514:1 20560:1 20568:1 20572:24 20576:1 20590:2 20599:1 20602:1 20620:1 20622:3375 20629:1 20670:1 20676:1 20681:3 20704:1 20723:1 20735:1 20737:1 20755:1 20759:2 20794:4 20797:1 20799:1 20815:1 20819:1 20822:1 20825:1 20844:1 20849:2 20859:5 20862:1 20869:1 20873:5 20877:1 20878:1 20880:2 20890:2 20895:1 20899:2 20912:1 20946:1 20956:1 20959:1 20962:3 21018:1 21020:1 21059:1 21071:1 21078:1 21082:1 21086:1 21089:1 21095:1 21119:1 21124:1 21158:1 21176:3 21190:1 21259:6 21263:1 21268:1 21286:1 21290:1 21298:1 21303:8 21306:4 21311:1 21324:1 21329:1 21330:3 21349:1 21350:3 21362:1 21364:1 21366:2 21370:1 21384:1 21392:1 21400:1 21405:2 21406:1 21415:3 21417:1 21419:7 21448:2 21462:1 21472:1 21479:4 21501:6 21511:1 21513:1 21523:1 21530:12 21531:2 21538:1 21539:1 21547:1 21553:2 21572:1 21582:1 21583:1 21595:23 21617:5 21618:1 21634:1 21638:4 21644:2 21652:2 21658:1 21680:1 21686:1 21698:2 21708:1 21739:2 21750:3 21767:1 21769:1 21772:5 21792:1 21802:1 21803:1 21812:1 21819:2 21829:5 21831:2 21846:1 21867:1 21874:1 21877:2 21890:1 21892:1 21897:1 21965:1 21969:1 21970:4 21974:1 21990:2 22008:2 22038:1 22041:1 22076:1 22077:1 22083:1 22086:1 22090:3 22093:1 22102:1 22109:1 22117:1 22145:3 22170:1 22191:2 22192:1 22197:1 22209:1 22211:1 22215:1 22228:1 22237:1 22252:1 22256:1 22266:11 22282:1 22284:1 22294:2 22295:1 22316:9 22350:1 22358:1 22379:1 22394:1 22461:2 22464:1 22467:1 22494:3 22507:1 22509:1 22510:2 22520:1 22526:1 22533:1 22545:4 22555:1 22557:3 22564:7 22585:1 22593:2 22602:2 22618:1 22627:1 22660:2 22664:4 22669:2 22673:2 22679:1 22704:1 22714:4 22742:1 22748:1 22749:1 22763:2 22769:1 22773:2 22784:1 22806:1 22814:1 22817:1 22828:1 22835:1 22849:2 22853:1 22863:1 22869:2 22871:1 22879:2 22890:7 22893:1 22916:1 22917:11 22918:2 22950:1 22951:1 22961:1 22972:1 22976:1 23002:1 23004:1 23031:1 23032:1 23033:1 23037:5 23041:1 23042:1 23048:2 23050:1 23064:1 23067:1 23079:1 23081:2 23084:1 23086:2 23089:1 23104:1 23105:2 23116:1 23145:1 23187:1 23188:2 23190:1 23191:1 23215:1 23218:1 23223:1 23232:2 23235:2 23243:1 23246:1 23266:1 23273:1 23289:1 23295:4 23322:1 23323:1 23338:1 23353:1 23382:2 23394:1 23411:1 23441:1 23450:1 23452:1 23455:1 23469:1 23471:1 23474:2 23487:3 23494:1 23517:1 23522:1 23528:1 23531:1 23532:2 23539:1 23555:2 23556:1 23561:1 23563:3 23568:1 23576:1 23581:1 23595:1 23600:1 23604:1 23617:1 23653:1 23655:2 23658:3 23671:2 23692:2 23702:2 23703:1 23708:3 23714:1 23723:2 23733:2 23745:1 23748:1 23758:2 23763:4 23764:2 23772:1 23780:4 23810:1 23812:1 23858:1 23860:1 23894:1 23908:2 23928:1 23935:1 23954:1 23997:1 24005:2 24020:2 24032:1 24058:7 24063:1 24067:1 24068:1 24071:1 24073:2 24084:2 24091:1 24106:1 24115:9 24136:1 24148:1 24149:1 24154:1 24161:1 24176:1 24181:1 24204:1 24205:2 24222:1 24225:2 24233:1 24236:1 24238:4 24256:1 24262:1 24267:1 24273:1 24281:1 24313:1 24333:2 24337:1 24368:1 24372:1 24378:1 24382:1 24385:2 24386:2 24399:1 24400:1 24410:4 24414:3 24418:2 24419:1 24423:1 24429:1 24457:1 24461:3 24462:2 24465:1 24486:1 24496:2 24506:1 24507:2 24509:1 24510:3 24515:1 24519:1 24522:2 24535:1 24539:1 24544:3 24547:2 24549:1 24553:1 24562:1 24567:2 24591:1 24594:1 24605:2 24612:1 24613:3 24614:3 24623:1 24624:2 24629:2 24653:1 24655:1 24666:2 24690:1 24692:1 24697:1 24704:1 24706:1 24714:1 24715:3 24735:1 24753:1 24754:1 24779:1 24795:2 24807:1 24808:1 24810:4 24814:6 24828:1 24847:2 24851:1 24855:2 24857:1 24860:1 24866:1 24868:1 24882:1 24893:1 24898:1 24908:1 24916:1 24920:1 24926:5 24934:1 24949:1 24951:1 24956:2 24960:1 24993:1 24997:2 25001:2 25006:1 25011:1 25013:3 25014:1 25021:2 25029:1 25041:1 25081:2 25084:1 25095:1 25148:1 25158:1 25169:1 25186:1 25190:1 25197:1 25228:2 25239:1 25240:1 25253:1 25255:1 25263:14 25266:1 25275:1 25294:6 25299:1 25308:1 25310:1 25313:1 25320:6 25324:1 25340:1 25347:3 25379:1 25384:1 25399:3 25403:1 25410:1 25416:1 25432:1 25435:1 25476:1 25483:1 25499:1 25502:1 25503:1 25507:1 25508:1 25510:1 25514:3 25536:1 25537:1 25547:1 25557:2 25562:1 25567:8 25585:4 25593:1 25595:2 25610:1 25625:1 25627:1 25634:2 25646:1 25647:1 25655:5 25666:1 25687:1 25707:2 25712:1 25727:1 25759:2 25776:1 25787:1 25807:1 25811:1 25831:1 25869:1 25883:3 25924:8 25934:1 25941:1 25972:1 25987:1 26001:2 26008:1 26021:1 26030:1 26041:4 26045:2 26048:1 26056:1 26065:1 26083:1 26092:2 26103:2 26119:1 26138:1 26144:1 26149:1 26160:2 26164:1 26168:1 26169:1 26179:1 26201:1 26209:1 26234:1 26244:1 26247:1 26256:1 26262:1 26267:1 26269:1 26272:1 26288:1 26309:1 26316:1 26328:1 26332:1 26337:1 26343:1 26355:1 26359:1 26376:1 26378:3 26381:1 26386:1 26389:1 26393:2 26399:1 26402:2 26408:1 26409:1 26411:1 26418:3 26422:1 26433:3 26445:1 26446:1 26459:2 26464:2 26477:1 26488:2 26496:5 26507:1 26510:1 26518:3 26522:1 26523:1 26526:1 26528:1 26531:1 26532:1 26544:1 26549:1 26556:5 26570:1 26595:3 26621:1 26623:1 26641:1 26644:1 26645:3 26663:1 26682:1 26688:1 26696:1 26699:1 26704:2 26708:1 26727:1 26729:1 26815:1 26822:1 26824:1 26832:2 26836:1 26852:1 26857:1 26859:1 26860:1 26869:1 26873:1 26878:4 26880:1 26885:1 26892:1 26893:1 26902:1 26912:4 26918:1 26947:1 26949:1 26950:1 26951:1 26976:1 26986:1 26999:1 27000:1 27002:2 27005:1 27006:1 27009:2 27016:1 27028:8 27047:3 27060:2 27097:1 27124:1 27132:2 27133:1 27134:3 27143:1 27144:2 27161:1 27164:1 27260:1 27262:1 27263:2 27266:1 27272:1 27301:3 27312:3 27314:2 27316:1 27318:1 27327:2 27337:1 27351:1 27357:1 27366:1 27387:1 27424:1 27427:1 27428:4 27430:1 27451:1 27485:1 27498:1 27521:3 27526:2 27531:2 27539:1 27553:1 27561:1 27577:3 27590:2 27602:1 27607:1 27616:1 27623:1 27625:1 27640:1 27642:1 27646:1 27650:11 27652:1 27654:1 27676:1 27692:2 27695:1 27700:2 27732:2 27761:1 27778:1 27789:1 27790:2 27794:2 27795:1 27802:2 27814:5 27819:1 27820:2 27831:2 27849:1 27884:10 27887:3 27905:2 27915:2 27918:2 27957:1 27973:5 28001:3 28009:1 28027:1 28029:1 28034:1 28055:5 28059:1 28072:2 28085:7 28122:1 28128:1 28174:3 28178:1 28200:1 28206:1 28221:2 28225:1 28226:1 28230:1 28248:1 28276:1 28296:1 28312:2 28313:1 28325:2 28336:1 28361:1 28365:2 28372:1 28387:1 28399:1 28409:1 28411:1 28425:1 28449:1 28454:1 28458:1 28470:3 28477:1 28490:2 28533:2 28534:2 28536:1 28545:2 28565:1 28569:1 28658:1 28660:1 28662:1 28666:1 28677:1 28684:1 28696:3 28721:1 28733:1 28745:1 28754:1 28758:1 28759:1 28760:1 28786:3 28802:9 28823:2 28838:1 28851:1 28858:1 28891:1 28901:1 28911:1 28913:1 28925:2 28976:1 28977:1 28983:2 28986:3 29002:1 29011:2 29012:7 29021:1 29022:1 29036:9 29043:2 29047:1 29054:1 29055:1 29068:1 29083:1 29116:9 29127:1 29133:1 29159:1 29163:1 29175:1 29178:1 29183:24 29196:1 29210:1 29211:1 29236:1 29244:2 29280:1 29282:1 29294:2 29305:1 29312:2 29324:1 29331:1 29337:1 29339:1 29352:1 29372:1 29392:1 29409:1 29421:1 29425:1 29445:1 29450:1 29462:1 29478:3 29486:1 29496:5 29497:1 29502:1 29506:3 29526:1 29530:3 29557:1 29573:1 29594:3 29605:1 29606:2 29615:1 29644:2 29655:2 29662:2 29669:1 29678:2 29683:1 29684:2 29685:3 29695:1 29710:5 29715:1 29724:8 29746:1 29752:2 29756:1 29761:1 29776:1 29804:1 29812:2 29817:1 29833:3 29836:1 29838:1 29857:1 29887:1 29905:1 29938:1 29941:2 29942:1 29952:1 29969:1 29987:1 29992:1 29994:1 29998:1 30005:1 30012:1 30014:1 30021:1 30026:1 30027:1 30036:1 30038:2 30039:1 30040:1 30041:1 30050:1 30078:3 30096:9 30131:1 30143:1 30171:1 30187:1 30188:1 30224:1 30225:1 30230:3 30282:1 30296:1 30299:1 30304:1 30308:1 30317:1 30343:1 30356:1 30366:2 30394:3 30396:1 30430:3 30443:1 30458:16 30465:1 30466:1 30480:1 30486:3 30495:3 30501:2 30504:1 30506:2 30508:1 30509:1 30519:1 30523:1 30538:1 30550:3 30554:1 30565:8 30567:11 30577:1 30582:1 30592:1 30594:2 30605:2 30607:1 30609:1 30615:2 30630:1 30634:1 30653:3 30657:1 30658:2 30659:1 30661:8 30670:1 30701:1 30711:1 30713:6 30758:3 30763:2 30766:2 30777:4 30830:1 30848:1 30851:2 30854:1 30859:1 30873:2 30878:1 30885:1 30900:1 30908:1 30931:1 30946:1 30947:3 30957:1 30972:1 30979:1 30980:1 31004:1 31005:1 31007:2 31009:2 31023:1 31033:1 31034:2 31041:2 31069:3 31097:2 31125:4 31132:2 31157:1 31161:3 31176:1 31178:1 31179:1 31200:2 31201:1 31202:1 31203:1 31204:1 31206:1 31225:1 31246:2 31247:1 31257:1 31266:1 31290:1 31297:1 31315:1 31317:1 31318:1 31361:4 31372:1 31374:4 31380:2 31393:1 31411:1 31420:1 31481:1 31484:1 31502:4 31525:1 31544:1 31545:1 31567:1 31572:1 31576:1 31591:1 31599:1 31601:3 31611:1 31612:3 31617:1 31633:1 31636:1 31639:1 31644:1 31657:1 31659:3 31675:1 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31752:5 31755:1 31756:1 31758:1 31760:1 31770:7 31774:1 31775:1 31778:1 31787:1 31816:1 31826:1 31830:1 31836:1 31842:1 31851:1 31902:2
18 8:1 13:1 17:1 19:1 23:2 40:1 44:1 62:1 76:1 79:1 88:1 93:1 99:1 136:2 155:1 208:4 231:2 237:2 238:1 241:1 250:1 253:2 275:2 281:1 283:2 288:2 299:3 317:1 334:1 339:3 352:4 365:1 372:1 373:1 390:7 398:1 399:1 405:1 424:1 461:1 462:3 464:1 470:1 477:1 479:1 480:1 484:1 488:2 494:1 504:1 522:1 555:1 573:1 582:1 583:1 591:1 593:1 611:1 613:3 617:1 618:4 620:3 635:1 642:4 647:1 657:1 664:2 677:4 682:1 697:1 707:2 716:7 730:1 731:1 756:1 774:3 784:2 799:3 801:1 814:1 816:1 829:1 836:1 842:1 843:1 904:1 915:1 922:1 926:4 929:3 936:1 937:1 940:2 949:1 960:1 963:2 964:3 967:2 979:2 1000:1 1001:2 1014:2 1018:1 1030:1 1032:2 1045:1 1061:1 1064:4 1091:2 1116:1 1165:1 1167:3 1174:2 1184:1 1189:1 1205:1 1222:1 1237:1 1248:1 1271:1 1296:4 1314:2 1317:2 1326:2 1327:2 1328:1 1331:2 1348:1 1365:3 1381:1 1391:1 1392:1 1400:2 1403:1 1419:2 1484:1 1492:1 1495:1 1501:2 1504:1 1511:2 1512:2 1519:1 1525:1 1529:1 1548:2 1564:3 1565:1 1566:1 1572:1 1582:1 1584:1 1588:1 1621:1 1623:2 1624:1 1628:1 1634:1 1635:1 1655:1 1665:3 1674:1 1676:1 1685:2 1692:1 1703:4 1705:1 1709:1 1710:1 1712:3 1719:4 1720:1 1739:1 1742:1 1763:1 1781:2 1783:2 1793:2 1796:1 1822:1 1824:2 1825:1 1868:1 1871:3 1908:1 1915:1 1932:4 1939:1 1952:2 1977:1 2055:1 2057:1 2064:1 2078:2 2081:2 2084:1 2089:2 2090:1 2093:4 2118:2 2148:2 2152:1 2163:1 2174:1 2181:1 2190:2 2196:1 2199:2 2221:1 2241:2 2244:3 2249:1 2254:17 2255:2 2256:1 2259:1 2264:1 2282:1 2296:1 2299:1 2307:1 2331:1 2333:2 2341:1 2358:2 2366:2 2367:1 2374:1 2383:1 2406:3 2409:1 2418:1 2420:6 2422:1 2424:1 2427:1 2428:7 2431:1 2432:1 2433:1 2436:2 2437:1 2438:5 2442:4 2447:4 2449:2 2451:1 2466:2 2467:1 2468:1 2471:1 2474:1 2476:1 2478:1 2480:1 2481:3 2482:2 2487:2 2488:1 2493:1 2497:3 2501:2 2503:4 2509:2 2512:1 2514:2 2516:1 2517:3 2518:1 2523:3 2524:1 2531:24 2540:1 2543:1 2546:1 2551:3 2556:1 2602:4 2613:1 2619:1 2624:1 2641:1 2644:1 2646:1 2648:1 2657:1 2659:4 2668:1 2682:1 2706:1 2714:1 2717:2 2738:1 2740:1 2743:1 2751:1 2763:1 2783:2 2796:6 2797:1 2799:1 2815:1 2817:2 2824:3 2834:1 2853:2 2867:1 2869:1 2886:1 2887:1 2904:5 2932:2 2940:3 2941:1 2949:1 2952:1 2963:1 2966:2 2990:1 2996:1 2999:3 3000:1 3004:1 3011:1 3029:1 3045:1 3050:1 3066:6 3068:1 3077:2 3086:1 3097:1 3105:2 3128:1 3149:1 3159:2 3170:11 3171:3 3203:3 3209:1 3212:21 3218:1 3219:3 3223:1 3230:2 3234:3 3244:1 3251:3 3279:1 3281:5 3316:1 3323:1 3328:1 3330:2 3404:2 3420:1 3423:6 3478:4 3489:1 3492:1 3526:1 3528:1 3532:2 3533:3 3547:1 3549:2 3558:1 3565:1 3570:1 3571:1 3576:3 3577:1 3584:2 3612:1 3614:4 3618:1 3625:2 3632:1 3653:4 3669:1 3676:1 3681:1 3684:1 3698:1 3738:1 3798:4 3813:1 3846:1 3855:1 3865:1 3880:3 3884:1 3888:1 3898:1 3919:1 3920:1 3932:1 3934:1 3958:1 3981:1 3995:2 4016:1 4017:3 4020:3 4043:2 4058:1 4070:1 4090:1 4091:3 4099:3 4133:1 4136:2 4141:1 4142:1 4145:5 4146:8 4148:1 4170:1 4171:1 4177:2 4181:2 4193:1 4197:2 4211:5 4212:1 4218:1 4225:1 4226:2 4230:5 4259:1 4261:1 4267:1 4274:1 4276:1 4279:3 4281:1 4283:1 4292:1 4300:1 4313:1 4322:1 4332:1 4339:1 4353:1 4359:1 4367:2 4371:1 4394:2 4402:1 4423:2 4428:2 4442:2 4444:1 4466:1 4472:2 4488:1 4497:1 4507:1 4529:1 4536:3 4542:1 4549:4 4556:1 4573:1 4587:2 4614:1 4617:1 4619:1 4625:1 4642:1 4643:1 4651:1 4655:2 4665:1 4729:2 4738:1 4757:1 4763:1 4774:4 4802:1 4807:1 4809:1 4814:1 4817:2 4846:2 4851:1 4868:1 4877:5 4884:1 4888:1 4895:1 4913:1 4953:2 4972:1 4989:1 5018:1 5021:1 5022:2 5023:3 5032:3 5035:1 5050:3 5078:1 5079:3 5087:1 5098:1 5107:1 5120:1 5121:5 5132:8 5139:1 5146:1 5148:1 5151:1 5185:1 5187:1 5202:3 5210:1 5214:2 5219:2 5221:1 5223:1 5251:1 5254:1 5287:1 5300:1 5302:1 5315:2 5333:1 5335:1 5351:1 5352:1 5368:3 5375:1 5384:1 5386:1 5391:1 5414:17 5417:2 5418:1 5427:1 5470:1 5477:1 5487:1 5540:1 5560:1 5562:2 5566:1 5576:1 5592:2 5598:1 5602:1 5650:2 5658:1 5659:1 5670:1 5673:1 5690:1 5694:1 5697:1 5701:3 5703:1 5733:1 5765:2 5773:4 5815:1 5829:1 5834:2 5852:3 5866:1 5876:1 5879:1 5883:3 5895:2 5901:1 5912:1 5917:1 5919:1 5924:2 5928:1 5935:1 5936:1 5949:1 5969:1 5972:1 5992:1 5996:9 6001:2 6025:1 6032:1 6041:1 6054:1 6077:2 6082:2 6085:5 6099:2 6133:1 6146:1 6161:1 6162:1 6168:1 6173:2 6185:1 6186:1 6208:3 6212:2 6219:1 6254:1 6260:1 6276:2 6299:1 6300:1 6368:2 6399:2 6400:1 6403:4 6412:1 6418:1 6433:1 6437:1 6440:1 6447:1 6465:1 6469:1 6507:1 6518:4 6545:2 6557:2 6558:2 6582:1 6587:1 6596:1 6608:2 6611:3 6613:2 6621:1 6625:1 6635:1 6637:1 6646:1 6655:1 6664:1 6668:1 6700:1 6727:2 6729:1 6746:1 6750:1 6761:1 6768:2 6783:4 6792:1 6794:9 6811:3 6814:2 6826:1 6833:1 6854:2 6877:1 6878:3 6902:1 6924:1 6956:7 7007:1 7027:7 7038:2 7039:2 7041:1 7042:1 7044:7 7047:1 7050:1 7061:1 7062:1 7084:1 7091:1 7113:6 7132:3 7133:1 7138:1 7141:1 7149:1 7150:2 7152:1 7155:1 7156:1 7158:1 7159:2 7163:1 7188:1 7190:1 7195:1 7239:1 7245:1 7294:1 7304:1 7320:3 7326:2 7331:3 7349:9 7353:1 7362:1 7363:1 7367:1 7410:1 7418:1 7436:2 7445:1 7452:1 7463:1 7468:1 7473:1 7482:9 7484:1 7490:1 7511:1 7523:1 7525:1 7538:1 7543:12 7544:1 7561:2 7575:1 7589:1 7594:1 7608:1 7623:1 7624:2 7635:1 7652:1 7653:1 7676:1 7678:2 7681:3 7683:2 7686:3 7691:1 7718:1 7722:1 7745:1 7766:2 7770:1 7783:2 7792:2 7794:1 7814:1 7815:1 7882:2 7885:1 7926:1 7944:1 7992:6 7993:1 8007:1 8009:1 8010:2 8034:1 8039:1 8069:2 8073:1 8080:1 8110:1 8134:2 8164:2 8172:3 8193:1 8203:1 8215:1 8218:5 8237:1 8250:3 8251:1 8304:1 8306:2 8313:2 8340:17 8349:3 8369:1 8370:2 8386:1 8387:1 8407:1 8464:2 8471:1 8477:1 8529:1 8531:4 8558:2 8597:2 8601:1 8604:1 8614:4 8615:1 8631:1 8634:1 8635:1 8636:4 8639:2 8642:5 8648:1 8657:4 8658:2 8663:6 8664:2 8666:1 8669:1 8671:2 8677:1 8682:1 8683:1 8690:24 8695:1 8718:22 8724:1 8728:1 8729:1 8748:1 8753:1 8766:1 8776:1 8782:1 8797:2 8803:1 8827:2 8835:1 8863:1 8867:1 8869:1 8877:1 8894:1 8914:3 8916:3 8952:1 8953:1 8977:1 9013:1 9035:3 9042:3 9044:1 9077:1 9083:1 9094:1 9100:3 9114:1 9147:2 9148:1 9155:1 9167:1 9171:1 9178:1 9201:1 9211:1 9216:1 9221:2 9226:1 9249:17 9263:1 9274:3 9294:1 9303:16 9310:10 9312:1 9313:2 9315:1 9316:2 9342:1 9352:1 9356:1 9357:3 9400:1 9414:2 9436:1 9460:1 9465:1 9473:1 9475:1 9478:4 9497:1 9501:1 9522:1 9526:1 9528:17 9541:2 9546:1 9562:1 9577:9 9582:1 9587:3 9593:1 9608:1 9655:2 9656:2 9659:1 9662:2 9668:1 9669:1 9671:1 9672:1 9673:2 9674:1 9675:1 9676:1 9687:1 9690:1 9693:2 9710:1 9733:1 9734:1 9756:2 9757:6 9767:1 9772:3 9773:1 9780:1 9791:1 9792:1 9821:2 9833:1 9846:1 9859:1 9860:2 9882:1 9888:2 9889:1 9891:1 9926:1 9933:3 9934:1 9956:1 9961:2 9975:1 10017:1 10021:2 10028:3 10044:1 10054:2 10069:1 10080:2 10081:1 10089:1 10090:2 10098:3 10101:1 10105:2 10139:1 10143:1 10144:1 10145:1 10151:1 10154:1 10161:1 10164:2 10179:1 10190:2 10194:1 10196:1 10201:1 10203:1 10244:1 10248:2 10255:1 10269:2 10274:1 10299:2 10303:1 10322:1 10327:1 10405:2 10420:1 10442:1 10445:1 10455:2 10473:3 10495:1 10518:1 10535:1 10545:1 10547:1 10568:1 10570:1 10574:1 10576:1 10608:4 10616:1 10617:1 10637:1 10647:2 10670:1 10699:1 10711:1 10729:3 10731:1 10734:8 10737:33 10739:1 10741:5 10744:1 10748:2 10749:1 10756:3 10759:1 10763:1 10773:7 10778:1 10784:1 10794:5 10809:4 10811:1 10853:1 10854:3 10870:1 10874:1 10876:2 10881:2 10899:1 10902:1 10905:1 10910:1 10915:1 10962:1 10974:3 10976:1 11011:1 11015:1 11016:1 11033:4 11051:1 11057:1 11090:1 11099:2 11101:1 11116:1 11119:1 11120:3 11134:3 11141:3 11151:1 11167:1 11173:1 11175:3 11178:1 11184:1 11201:3 11204:24 11290:4 11322:1 11323:1 11346:1 11355:1 11359:1 11375:1 11376:2 11423:1 11439:1 11441:2 11450:1 11460:2 11473:1 11474:1 11477:2 11518:2 11524:1 11537:1 11546:1 11573:1 11582:1 11599:1 11611:1 11612:1 11617:2 11618:1 11628:2 11634:1 11640:6 11647:1 11688:2 11704:1 11712:1 11727:3 11732:4 11744:1 11772:1 11781:1 11783:2 11796:17 11800:2 11811:1 11814:1 11819:1 11826:1 11840:1 11841:6 11845:1 11861:1 11863:1 11881:1 11884:2 11902:4 11918:2 11927:1 11937:2 11959:2 11983:1 11990:2 11992:1 12026:1 12036:1 12039:1 12044:9 12063:1 12064:1 12081:2 12101:1 12110:1 12118:1 12133:1 12137:1 12151:1 12174:1 12191:3 12202:5 12205:3 12207:1 12208:1 12222:1 12230:1 12233:4 12234:1 12236:2 12241:2 12246:1 12251:1 12261:1 12285:1 12358:1 12367:1 12382:1 12384:1 12385:1 12395:4 12402:1 12405:1 12409:1 12426:1 12427:1 12441:1 12451:1 12452:1 12474:1 12485:1 12495:1 12512:1 12522:2 12524:1 12533:1 12535:1 12551:1 12565:1 12567:3 12573:2 12578:1 12581:1 12582:1 12589:1 12593:1 12608:1 12610:1 12615:1 12635:1 12639:1 12644:1 12664:1 12674:1 12697:1 12721:2 12743:1 12746:2 12761:1 12762:3 12769:1 12771:1 12773:1 12806:1 12813:1 12827:1 12829:1 12830:1 12849:1 12861:1 12886:1 12890:3 12902:4 12915:2 12928:1 12933:2 12936:2 12943:1 12959:2 12984:2 12991:4 12993:1 12997:1 13005:1 13009:2 13019:6 13021:2 13028:3 13045:1 13046:6 13058:2 13069:1 13081:3 13089:1 13109:1 13134:2 13137:1 13144:1 13168:3 13169:2 13201:1 13242:1 13250:1 13286:1 13288:1 13329:1 13332:1 13340:3 13351:2 13371:1 13377:1 13393:1 13397:2 13401:1 13423:5 13430:1 13436:1 13446:1 13453:2 13489:1 13517:1 13536:1 13540:1 13558:2 13561:2 13578:2 13582:2 13607:1 13617:1 13668:2 13688:2 13698:9 13709:1 13714:1 13731:2 13738:2 13761:1 13802:1 13829:1 13854:1 13892:2 13893:2 13899:1 13938:1 13947:3 13959:1 13960:1 13986:1 13989:2 13994:1 14017:2 14044:1 14046:1 14085:11 14102:1 14107:1 14113:11 14143:1 14146:2 14165:1 14168:3 14183:1 14184:1 14190:1 14200:1 14203:1 14204:1 14246:1 14265:1 14267:1 14283:4 14284:2 14287:1 14288:2 14316:1 14323:2 14332:1 14335:1 14336:2 14341:1 14351:12 14386:1 14396:8 14416:1 14421:1 14425:1 14438:1 14491:1 14507:1 14551:1 14560:1 14570:1 14574:1 14585:2 14590:3 14592:1 14598:1 14616:2 14636:1 14641:1 14647:4 14654:3 14656:2 14657:1 14665:1 14666:1 14667:1 14668:2 14671:1 14695:1 14738:1 14739:1 14747:1 14753:1 14773:3 14791:2 14802:1 14806:2 14813:1 14821:2 14826:1 14844:1 14863:1 14866:1 14869:1 14875:1 14876:1 14878:1 14900:1 14901:1 14906:2 14914:5 14924:1 14944:1 14971:1 14977:1 14987:1 15008:1 15010:5 15021:4 15057:1 15061:2 15065:1 15077:1 15083:2 15087:1 15091:4 15099:1 15103:2 15111:1 15145:1 15151:4 15157:1 15173:1 15182:1 15197:2 15203:1 15210:2 15234:1 15240:2 15247:1 15251:1 15266:1 15273:7 15277:1 15284:2 15291:1 15323:2 15325:2 15336:1 15339:1 15376:3 15385:2 15411:1 15431:1 15432:1 15476:4 15496:4 15506:2 15543:1 15556:3 15562:2 15566:1 15593:1 15597:2 15599:1 15617:1 15630:1 15637:2 15684:1 15691:1 15722:1 15746:4 15747:1 15764:1 15781:1 15785:9 15794:1 15801:1 15851:1 15858:1 15878:1 15882:3 15888:2 15894:1 15897:1 15906:6 15907:1 15911:1 15943:2 15961:24 15966:2 15967:1 16000:1 16017:4 16019:1 16022:1 16023:1 16077:5 16081:1 16107:2 16115:1 16119:1 16123:1 16142:1 16143:1 16164:1 16197:1 16208:1 16215:1 16222:1 16268:1 16297:1 16322:1 16341:1 16385:1 16387:1 16391:1 16402:2 16405:1 16408:1 16411:1 16417:1 16419:3 16423:1 16428:2 16435:3 16465:3 16515:1 16517:1 16537:1 16538:1 16540:1 16542:2 16543:1 16546:1 16549:1 16554:1 16570:1 16571:3 16573:4 16574:2 16592:1 16597:3 16607:1 16610:1 16625:2 16626:6 16632:2 16646:1 16657:1 16674:1 16679:1 16693:1 16706:1 16715:1 16722:12 16797:2 16800:1 16801:1 16808:1 16809:1 16818:4 16828:1 16843:1 16854:1 16861:1 16873:1 16891:4 16908:1 16939:3 16944:3 16949:1 16962:1 16987:1 16990:1 16993:1 17016:1 17059:2 17062:5 17064:2 17067:6 17069:1 17077:2 17084:1 17086:1 17105:1 17118:1 17123:1 17132:1 17143:3 17162:17 17164:2 17179:1 17180:1 17192:2 17197:1 17211:1 17226:1 17269:7 17276:1 17302:1 17307:1 17309:1 17311:1 17315:2 17319:1 17324:1 17327:1 17338:1 17340:1 17348:1 17356:1 17358:1 17388:1 17392:3 17405:1 17412:3 17421:1 17424:1 17425:1 17446:4 17467:1 17492:1 17510:1 17514:4 17515:4 17550:1 17554:2 17556:1 17558:2 17568:1 17579:1 17585:2 17601:1 17604:1 17610:1 17617:2 17633:1 17634:1 17639:1 17646:2 17673:1 17676:2 17684:2 17697:2 17710:2 17722:1 17744:1 17762:3 17774:1 17775:1 17799:8 17818:1 17820:1 17826:3 17830:1 17841:1 17845:1 17846:4 17854:3 17855:1 17892:1 17894:1 17897:1 17908:1 17909:2 17925:1 17928:2 17929:2 17930:1 17934:2 17937:1 17942:1 17943:2 17950:2 17952:1 17954:1 17969:1 17994:1 18008:1 18019:2 18022:1 18023:1 18035:1 18051:1 18052:1 18066:1 18096:1 18114:5 18117:1 18124:1 18152:1 18162:1 18163:2 18164:1 18181:2 18192:1 18210:1 18261:1 18262:1 18272:1 18285:1 18315:2 18346:1 18354:1 18359:1 18368:1 18369:1 18398:1 18405:1 18431:3 18433:3 18439:2 18444:1 18445:6 18467:1 18486:1 18489:1 18496:1 18499:10 18545:1 18547:1 18572:1 18591:1 18617:3 18627:1 18663:1 18665:1 18688:1 18689:1 18697:1 18700:1 18703:2 18704:1 18714:1 18722:2 18746:1 18750:1 18751:1 18758:1 18761:3 18762:2 18764:3 18772:17 18774:6 18786:6 18792:2 18799:2 18804:1 18807:2 18812:4 18815:1 18820:2 18845:1 18871:1 18911:1 18948:3 18949:1 18968:1 18972:2 18976:2 18978:1 18983:1 18984:2 18987:1 18990:1 19003:1 19004:1 19021:1 19053:1 19063:2 19076:1 19079:4 19086:3 19093:1 19118:2 19123:3 19128:1 19133:1 19148:1 19155:1 19162:1 19173:1 19179:1 19210:2 19233:1 19234:1 19250:1 19259:2 19278:3 19294:2 19305:5 19313:2 19319:3 19334:2 19335:1 19339:1 19341:1 19347:1 19349:3 19354:1 19358:1 19362:1 19364:1 19381:3 19384:3 19391:1 19392:1 19396:2 19404:4 19409:1 19438:2 19439:1 19445:4 19450:1 19451:1 19457:1 19459:2 19464:1 19481:2 19504:1 19511:1 19546:1 19558:1 19567:1 19570:2 19572:1 19590:1 19605:2 19621:3 19624:1 19626:1 19637:2 19680:1 19692:2 19707:1 19710:1 19725:1 19730:1 19736:1 19740:3 19750:2 19761:1 19779:1 19782:5 19785:1 19794:1 19797:1 19807:3 19836:6 19840:1 19842:7 19848:5 19852:1 19853:1 19855:2 19856:1 19874:1 19891:1 19892:4 19906:4 19928:1 19979:1 19986:1 19991:1 20004:1 20010:1 20015:1 20016:1 20017:1 20034:1 20050:1 20079:2 20103:1 20121:8 20130:1 20150:1 20163:1 20172:1 20177:1 20180:1 20184:1 20186:1 20211:2 20214:6 20225:1 20234:1 20254:4 20271:24 20301:1 20329:1 20334:2 20373:2 20386:2 20390:1 20407:1 20430:5 20432:1 20474:2 20480:1 20514:1 20560:1 20568:1 20572:24 20576:1 20590:2 20599:1 20602:1 20620:1 20622:3426 20629:1 20670:1 20676:1 20681:5 20704:1 20723:1 20735:2 20737:1 20755:1 20759:2 20794:4 20797:1 20799:1 20815:1 20819:1 20822:1 20825:1 20844:1 20849:2 20859:5 20862:1 20869:1 20873:5 20877:1 20878:1 20880:2 20890:2 20895:1 20899:2 20912:2 20946:1 20956:1 20959:1 20962:3 21018:1 21020:1 21045:1 21059:1 21071:1 21078:1 21082:1 21086:1 21089:1 21095:1 21119:1 21124:1 21158:1 21176:3 21190:1 21259:6 21263:1 21268:1 21286:1 21290:1 21298:1 21303:8 21306:5 21311:1 21324:1 21329:1 21330:3 21349:1 21350:3 21362:1 21364:1 21366:2 21370:1 21384:1 21392:1 21400:1 21405:2 21406:1 21415:3 21417:1 21419:7 21448:2 21462:1 21472:1 21479:4 21501:6 21511:1 21513:1 21523:1 21530:12 21531:2 21538:1 21539:1 21547:1 21553:2 21572:1 21582:1 21583:1 21595:23 21617:6 21618:1 21634:1 21638:4 21644:2 21652:2 21658:1 21680:1 21686:1 21698:2 21708:1 21739:2 21750:3 21767:1 21769:1 21772:6 21792:1 21802:1 21803:1 21812:1 21819:2 21829:5 21831:2 21846:1 21867:1 21874:1 21877:2 21890:1 21892:1 21897:1 21965:1 21969:1 21970:4 21974:1 21990:2 22008:2 22038:1 22041:2 22076:1 22077:1 22083:1 22086:1 22090:3 22093:1 22102:1 22109:1 22117:1 22145:3 22170:1 22191:2 22192:1 22197:1 22209:1 22211:1 22215:1 22228:1 22237:1 22252:1 22256:1 22266:11 22282:1 22284:1 22294:2 22295:1 22316:10 22350:1 22358:1 22379:1 22394:1 22461:2 22464:1 22467:1 22494:3 22507:1 22509:1 22510:2 22520:1 22526:1 22533:1 22545:4 22555:1 22557:3 22564:7 22585:1 22593:2 22602:2 22618:1 22627:1 22660:2 22664:4 22669:2 22673:2 22679:1 22704:1 22714:4 22742:1 22748:1 22749:1 22763:2 22769:1 22773:2 22784:1 22806:1 22814:1 22817:1 22823:1 22828:1 22835:1 22849:2 22853:1 22863:1 22869:2 22871:1 22879:2 22890:7 22893:1 22895:1 22916:1 22917:11 22918:2 22950:1 22951:1 22961:1 22972:1 22976:1 23002:1 23004:1 23012:1 23031:1 23032:1 23033:1 23037:5 23041:1 23042:1 23048:2 23050:1 23064:1 23067:1 23079:1 23081:2 23084:1 23086:2 23089:1 23104:1 23105:2 23116:1 23145:1 23187:1 23188:2 23190:1 23191:1 23215:1 23218:1 23223:1 23232:2 23235:2 23243:1 23246:2 23266:1 23273:1 23289:1 23295:4 23322:1 23323:1 23338:1 23353:1 23382:2 23394:1 23411:1 23441:1 23450:1 23452:1 23455:1 23469:1 23471:1 23474:2 23487:3 23494:1 23517:1 23522:1 23528:1 23531:1 23532:2 23539:1 23555:2 23556:1 23561:1 23563:3 23568:1 23576:1 23581:1 23595:1 23600:1 23604:1 23617:1 23653:1 23655:2 23658:3 23671:2 23692:2 23702:2 23703:1 23708:3 23714:1 23723:2 23733:2 23745:1 23748:1 23758:2 23763:4 23764:2 23772:1 23780:4 23810:1 23812:1 23858:1 23860:1 23894:2 23908:2 23928:1 23935:1 23954:1 23997:1 24005:2 24020:2 24032:1 24058:7 24063:1 24067:1 24068:1 24071:1 24073:2 24084:2 24091:1 24106:1 24115:9 24136:1 24148:1 24149:1 24154:1 24161:1 24176:1 24181:1 24204:1 24205:2 24222:1 24225:2 24233:1 24236:1 24238:4 24256:1 24262:1 24267:1 24273:1 24281:1 24313:1 24333:2 24337:1 24368:1 24372:1 24378:1 24382:1 24385:2 24386:2 24399:1 24400:1 24410:4 24414:3 24418:2 24419:1 24423:1 24429:1 24457:1 24461:3 24462:2 24465:1 24486:1 24495:1 24496:2 24506:1 24507:2 24509:1 24510:3 24515:1 24519:1 24522:2 24535:1 24539:1 24544:3 24547:2 24549:1 24553:1 24562:1 24567:2 24591:1 24594:1 24605:2 24612:1 24613:3 24614:3 24623:1 24624:2 24629:2 24653:1 24655:1 24666:2 24690:1 24692:1 24697:1 24704:1 24706:1 24714:1 24715:3 24735:1 24753:1 24754:1 24779:1 24795:3 24807:1 24808:2 24810:4 24814:6 24828:1 24847:2 24851:1 24855:2 24857:1 24860:1 24866:1 24868:1 24882:1 24893:1 24898:1 24908:1 24916:1 24920:1 24926:5 24934:1 24949:1 24951:1 24956:2 24960:1 24993:1 24997:2 25001:2 25006:1 25011:1 25013:3 25014:1 25021:2 25029:1 25041:1 25081:2 25084:1 25095:2 25148:1 25158:1 25169:1 25186:1 25190:1 25197:1 25215:1 25228:2 25239:1 25240:1 25253:1 25255:1 25263:14 25266:1 25275:1 25294:7 25299:1 25308:1 25310:1 25313:1 25320:6 25324:1 25340:1 25347:3 25379:1 25384:1 25399:3 25403:1 25410:1 25416:1 25432:1 25435:1 25476:1 25483:1 25499:1 25502:1 25503:1 25507:1 25508:1 25510:2 25514:3 25536:1 25537:1 25547:1 25557:2 25562:1 25567:8 25585:4 25593:2 25595:2 25599:1 25610:1 25625:1 25627:1 25634:2 25646:1 25647:1 25655:5 25656:1 25666:1 25687:1 25707:2 25712:1 25727:1 25759:2 25776:1 25787:1 25807:1 25811:1 25831:1 25869:1 25883:3 25924:8 25934:1 25941:1 25972:1 25987:1 26001:2 26008:1 26021:1 26030:1 26041:4 26045:2 26048:1 26056:1 26065:1 26083:1 26092:2 26103:2 26119:1 26138:1 26144:1 26149:1 26160:2 26164:1 26168:1 26169:1 26179:1 26201:1 26209:1 26234:1 26244:1 26247:1 26256:1 26262:1 26267:1 26269:1 26272:1 26288:1 26309:1 26316:1 26328:1 26332:1 26337:1 26343:1 26355:1 26359:1 26376:1 26378:3 26381:1 26386:1 26389:1 26393:2 26399:1 26402:2 26408:1 26409:1 26411:1 26418:3 26422:1 26433:3 26445:1 26446:1 26459:2 26464:2 26477:1 26488:2 26496:5 26507:1 26510:1 26518:3 26522:1 26523:1 26526:1 26528:1 26531:1 26532:1 26544:1 26549:1 26556:5 26570:1 26595:3 26621:2 26623:1 26641:2 26644:1 26645:3 26663:1 26682:1 26688:1 26696:1 26699:1 26704:2 26708:1 26726:1 26727:1 26729:1 26815:1 26822:1 26824:1 26832:2 26836:1 26852:1 26857:1 26859:1 26860:1 26869:1 26873:1 26878:4 26880:1 26885:1 26892:1 26893:1 26902:1 26912:4 26918:1 26947:1 26949:1 26950:1 26951:1 26976:1 26986:1 26999:1 27000:1 27002:2 27005:1 27006:1 27009:2 27016:1 27028:8 27047:3 27060:2 27097:1 27124:1 27132:2 27133:1 27134:3 27143:1 27144:2 27161:1 27164:1 27260:1 27262:1 27263:2 27266:1 27272:1 27301:3 27312:3 27314:2 27316:1 27318:1 27327:2 27337:1 27351:1 27357:1 27366:1 27387:1 27424:1 27427:1 27428:4 27430:1 27451:1 27485:1 27498:1 27521:3 27526:2 27531:3 27539:1 27553:1 27561:1 27577:3 27590:2 27602:1 27607:1 27616:1 27623:1 27625:1 27640:1 27642:1 27646:1 27650:11 27652:1 27654:1 27676:1 27692:2 27695:1 27700:2 27732:2 27743:1 27761:1 27762:1 27778:1 27789:1 27790:2 27794:2 27795:1 27802:2 27814:5 27819:1 27820:2 27831:2 27849:1 27884:10 27887:3 27905:2 27915:2 27918:2 27957:1 27973:5 28001:3 28009:1 28027:1 28029:1 28034:1 28055:5 28059:1 28072:2 28085:7 28122:1 28128:1 28174:3 28178:1 28200:2 28206:1 28221:2 28225:2 28226:1 28230:1 28248:1 28276:1 28296:1 28312:2 28313:1 28325:2 28336:1 28361:1 28365:2 28372:1 28387:1 28399:1 28409:1 28411:1 28425:1 28449:1 28454:1 28458:1 28470:3 28477:1 28490:2 28533:2 28534:2 28536:1 28545:2 28565:1 28569:1 28658:1 28660:1 28662:1 28666:1 28677:1 28684:1 28696:3 28721:1 28733:1 28745:1 28754:1 28758:1 28759:1 28760:1 28786:3 28802:9 28823:2 28838:1 28851:1 28858:1 28891:1 28894:1 28901:1 28911:1 28913:1 28925:2 28976:1 28977:1 28983:2 28986:3 29002:1 29011:2 29012:7 29021:1 29022:1 29036:9 29043:2 29047:1 29054:2 29055:1 29068:1 29083:1 29116:9 29127:1 29133:1 29159:1 29163:1 29175:1 29178:1 29183:24 29196:1 29210:1 29211:1 29236:1 29244:2 29280:1 29282:1 29294:2 29302:1 29305:1 29312:2 29324:1 29331:1 29337:1 29339:1 29352:1 29372:1 29392:1 29409:1 29421:1 29425:1 29445:1 29450:1 29462:1 29478:3 29486:1 29496:5 29497:1 29502:1 29506:3 29526:1 29530:3 29557:1 29573:1 29594:3 29605:1 29606:2 29615:1 29644:2 29655:2 29662:2 29669:1 29678:2 29683:1 29684:2 29685:3 29695:1 29710:5 29715:1 29724:8 29746:1 29752:2 29756:1 29761:1 29776:1 29804:1 29812:2 29817:1 29833:3 29836:1 29838:1 29857:1 29881:1 29887:1 29905:1 29938:1 29940:1 29941:2 29942:1 29952:1 29969:1 29987:1 29992:1 29994:1 29998:1 30005:1 30012:1 30014:1 30021:1 30026:1 30027:1 30036:1 30038:2 30039:1 30040:1 30041:1 30050:1 30078:4 30096:9 30131:1 30143:1 30171:1 30187:1 30188:1 30224:1 30225:1 30230:3 30282:1 30289:1 30296:1 30299:1 30304:1 30308:1 30317:1 30343:1 30356:1 30366:2 30394:3 30396:1 30430:3 30443:1 30458:16 30465:1 30466:1 30480:1 30486:3 30495:3 30501:2 30504:1 30506:2 30508:1 30509:1 30519:1 30523:1 30538:1 30550:3 30554:1 30565:8 30567:11 30577:1 30582:1 30592:1 30594:2 30605:2 30607:1 30609:1 30615:2 30630:1 30634:1 30653:3 30657:1 30658:2 30659:1 30661:8 30670:1 30701:1 30711:1 30713:6 30758:3 30763:2 30766:2 30777:4 30830:1 30848:1 30851:2 30854:1 30855:1 30859:1 30873:2 30878:1 30885:1 30900:1 30908:1 30931:1 30946:1 30947:3 30957:1 30972:1 30979:1 30980:1 31004:1 31005:1 31007:2 31009:2 31023:1 31033:1 31034:2 31041:2 31069:3 31097:2 31125:4 31132:2 31157:1 31161:3 31176:1 31178:1 31179:1 31200:2 31201:1 31202:1 31203:1 31204:1 31206:1 31225:1 31246:2 31247:1 31257:1 31266:1 31290:1 31297:1 31315:1 31317:1 31318:1 31361:4 31372:1 31374:4 31380:2 31393:1 31411:1 31420:1 31481:1 31484:1 31502:4 31525:1 31544:1 31545:1 31556:1 31567:1 31572:1 31576:1 31591:1 31599:1 31601:3 31611:1 31612:3 31617:1 31633:1 31636:1 31639:1 31644:1 31657:1 31659:3 31675:1 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31752:5 31755:1 31756:1 31758:1 31760:1 31770:7 31774:1 31775:1 31778:1 31787:1 31816:1 31826:1 31830:1 31836:1 31842:1 31851:1 31902:2
18 8:1 13:1 17:1 19:1 23:2 40:1 44:1 62:1 76:1 79:1 88:1 93:1 99:1 136:2 155:1 208:4 231:2 237:2 238:1 241:1 250:1 253:2 275:2 281:1 283:2 288:2 299:3 317:1 334:1 339:4 352:4 365:1 372:1 373:1 390:7 391:1 398:1 399:1 405:1 424:1 461:1 462:3 464:1 470:1 477:1 479:1 480:1 484:1 488:2 494:1 504:1 522:1 555:1 573:1 582:1 583:1 591:1 593:1 611:1 613:3 617:1 618:4 620:3 635:1 642:4 647:1 657:1 664:2 677:4 682:1 697:1 707:2 716:7 730:1 731:1 756:1 774:3 784:2 799:3 801:1 814:1 816:1 829:1 836:1 842:1 843:1 904:1 915:1 922:1 926:4 929:3 936:1 937:1 940:3 949:1 960:1 963:2 964:3 967:2 979:2 1000:1 1001:3 1014:2 1018:1 1030:1 1032:2 1045:1 1061:1 1064:4 1091:2 1116:1 1165:1 1167:3 1174:2 1184:1 1189:1 1205:1 1222:1 1237:1 1248:1 1271:1 1296:4 1314:2 1317:2 1326:2 1327:2 1328:1 1331:2 1348:1 1365:3 1381:1 1391:1 1392:1 1400:2 1403:1 1419:2 1484:1 1492:1 1495:1 1501:2 1504:1 1511:2 1512:2 1519:1 1525:1 1529:1 1548:2 1564:3 1565:1 1566:1 1572:1 1582:1 1584:1 1588:1 1621:1 1623:2 1624:1 1628:1 1634:1 1635:1 1655:1 1665:3 1674:1 1676:1 1685:2 1692:1 1703:4 1705:1 1709:1 1710:1 1712:3 1719:4 1720:1 1727:1 1739:1 1742:1 1763:1 1781:2 1783:2 1793:2 1796:1 1822:1 1824:2 1825:1 1868:1 1871:3 1908:1 1915:1 1932:4 1939:1 1952:2 1977:1 2055:1 2057:1 2064:1 2078:2 2081:2 2084:1 2089:2 2090:1 2093:5 2118:2 2148:2 2152:1 2163:1 2174:1 2181:1 2190:2 2196:1 2199:2 2221:1 2231:1 2241:2 2244:3 2249:1 2254:17 2255:2 2256:1 2259:1 2264:1 2282:1 2296:1 2299:1 2307:1 2331:1 2333:2 2341:1 2358:2 2366:2 2367:1 2374:1 2383:1 2406:3 2409:1 2418:1 2420:6 2422:1 2424:1 2427:1 2428:7 2431:1 2432:1 2433:1 2436:2 2437:1 2438:5 2442:4 2447:4 2449:2 2451:2 2466:2 2467:1 2468:1 2471:1 2474:1 2476:1 2478:1 2480:1 2481:3 2482:2 2487:2 2488:1 2493:1 2497:3 2501:2 2503:4 2509:2 2512:1 2514:2 2516:1 2517:3 2518:1 2523:3 2524:1 2531:26 2540:1 2543:1 2546:1 2551:3 2556:1 2602:4 2613:1 2619:1 2624:1 2641:1 2644:1 2646:1 2648:1 2657:1 2659:4 2668:1 2682:1 2702:1 2706:1 2714:1 2717:2 2738:1 2740:1 2743:1 2751:1 2763:1 2783:2 2796:6 2797:1 2799:1 2815:1 2817:2 2824:3 2834:1 2853:2 2867:1 2869:1 2886:1 2887:1 2904:5 2932:2 2940:3 2941:1 2949:1 2952:1 2963:1 2966:2 2990:1 2996:1 2999:3 3000:1 3004:1 3011:1 3029:2 3045:1 3050:1 3066:6 3068:1 3077:2 3086:1 3097:1 3105:2 3128:2 3149:1 3159:2 3170:11 3171:3 3203:3 3209:1 3212:21 3218:1 3219:3 3223:1 3230:2 3234:3 3244:1 3251:3 3279:1 3281:5 3316:1 3323:1 3328:1 3330:2 3404:2 3420:1 3423:6 3478:4 3489:1 3492:1 3526:1 3528:1 3532:2 3533:3 3547:1 3549:2 3558:1 3565:1 3570:1 3571:1 3576:3 3577:1 3584:2 3612:1 3614:4 3618:1 3625:2 3632:1 3653:4 3669:1 3676:1 3681:1 3684:1 3698:1 3738:1 3798:4 3813:2 3846:1 3855:1 3865:1 3880:3 3884:1 3888:1 3898:1 3919:1 3920:1 3932:1 3934:1 3958:1 3981:1 3995:2 4016:1 4017:3 4020:3 4043:2 4058:1 4070:1 4090:1 4091:4 4099:3 4133:1 4136:2 4141:1 4142:1 4145:5 4146:9 4148:1 4170:1 4171:1 4177:2 4181:2 4193:1 4197:3 4211:5 4212:1 4218:1 4225:1 4226:2 4230:5 4259:1 4261:1 4267:1 4274:1 4276:1 4279:3 4281:1 4283:1 4292:1 4300:1 4313:1 4322:1 4332:1 4339:1 4353:1 4359:1 4367:2 4371:1 4393:1 4394:2 4402:1 4423:2 4428:2 4442:2 4444:1 4466:1 4472:2 4488:1 4497:1 4507:1 4529:1 4536:3 4542:1 4549:4 4556:1 4573:1 4587:2 4614:1 4617:1 4619:1 4625:1 4642:1 4643:1 4651:1 4655:2 4665:1 4669:1 4729:2 4738:1 4757:1 4763:1 4774:4 4802:1 4807:1 4809:1 4814:1 4817:2 4846:2 4851:1 4868:1 4877:5 4884:1 4888:1 4895:1 4913:1 4953:2 4972:1 4976:1 4989:1 5018:1 5021:1 5022:2 5023:3 5032:3 5035:1 5050:4 5078:1 5079:3 5087:1 5098:1 5107:1 5120:1 5121:5 5132:9 5139:1 5146:1 5148:1 5151:1 5185:1 5187:1 5202:3 5210:1 5214:2 5219:2 5221:1 5223:1 5251:1 5254:1 5287:1 5300:1 5302:1 5315:2 5333:1 5335:2 5351:1 5352:1 5368:3 5375:1 5384:1 5386:1 5391:1 5414:18 5417:2 5418:1 5427:1 5470:1 5477:1 5487:1 5540:1 5560:1 5562:2 5566:1 5576:1 5592:2 5598:1 5602:1 5650:2 5658:1 5659:1 5670:2 5673:1 5690:1 5694:1 5697:1 5701:3 5703:1 5733:1 5765:2 5773:4 5815:1 5829:1 5834:2 5852:3 5866:1 5876:1 5879:1 5883:3 5895:2 5901:1 5912:1 5917:1 5919:1 5924:2 5928:1 5935:1 5936:1 5949:1 5969:1 5972:1 5992:1 5996:9 6001:2 6025:1 6032:1 6041:1 6054:1 6077:2 6082:2 6085:5 6099:2 6113:1 6127:1 6133:1 6146:1 6161:1 6162:1 6168:1 6173:2 6185:1 6186:1 6208:3 6212:2 6219:1 6254:1 6260:1 6276:2 6299:1 6300:1 6329:1 6368:3 6399:2 6400:1 6403:4 6412:1 6418:1 6433:1 6437:1 6440:1 6447:1 6465:1 6469:1 6507:1 6518:4 6545:2 6557:2 6558:3 6582:1 6587:1 6596:1 6608:2 6611:3 6613:3 6621:1 6625:1 6635:1 6637:1 6646:1 6655:1 6664:1 6668:1 6700:1 6727:2 6729:1 6746:1 6750:1 6761:1 6768:2 6783:4 6792:1 6794:9 6811:3 6814:2 6826:1 6833:1 6854:2 6877:1 6878:3 6902:1 6924:1 6956:7 7007:1 7027:7 7038:2 7039:2 7041:1 7042:1 7044:7 7047:1 7050:1 7061:1 7062:1 7084:1 7091:1 7113:6 7132:3 7133:1 7138:1 7141:1 7149:1 7150:2 7152:1 7155:1 7156:1 7158:1 7159:2 7163:1 7188:1 7190:1 7195:1 7239:1 7245:1 7294:1 7304:1 7320:3 7326:2 7331:3 7349:9 7353:1 7362:1 7363:1 7367:1 7410:1 7418:1 7436:2 7445:1 7452:1 7463:1 7468:1 7473:1 7482:9 7484:1 7490:1 7511:1 7523:1 7525:1 7538:1 7543:13 7544:1 7561:2 7575:1 7589:1 7594:1 7608:1 7623:1 7624:2 7635:1 7652:2 7653:1 7676:1 7678:2 7681:3 7683:2 7686:3 7691:1 7718:1 7722:1 7745:1 7766:2 7770:1 7783:2 7792:2 7794:1 7814:1 7815:1 7882:2 7885:1 7926:1 7944:1 7984:1 7992:6 7993:1 8007:1 8009:1 8010:2 8034:1 8039:1 8069:2 8073:1 8080:1 8110:1 8111:1 8127:1 8134:2 8164:2 8172:3 8193:1 8203:1 8215:1 8218:5 8237:1 8250:3 8251:1 8304:1 8306:2 8313:2 8340:17 8349:3 8369:1 8370:2 8386:1 8387:1 8407:1 8464:2 8471:1 8477:1 8529:1 8531:4 8558:2 8597:2 8601:1 8604:1 8614:4 8615:1 8631:1 8634:1 8635:1 8636:4 8639:2 8642:5 8648:1 8657:4 8658:2 8663:6 8664:2 8666:1 8669:1 8671:2 8677:1 8678:1 8682:1 8683:1 8690:24 8695:1 8718:22 8724:1 8728:1 8729:1 8748:1 8753:1 8766:1 8776:1 8782:1 8797:2 8803:1 8827:2 8835:1 8863:1 8867:1 8869:1 8877:1 8894:1 8914:3 8916:3 8952:1 8953:1 8977:1 9013:1 9035:3 9042:3 9044:1 9077:1 9083:1 9094:1 9100:3 9114:1 9147:2 9148:1 9155:1 9167:1 9171:1 9178:1 9194:1 9201:1 9211:1 9216:1 9221:2 9226:1 9249:17 9263:1 9274:3 9294:1 9303:16 9310:11 9312:1 9313:3 9315:1 9316:2 9342:1 9352:1 9356:1 9357:3 9400:1 9414:3 9436:1 9460:1 9465:1 9473:1 9475:1 9478:4 9497:1 9501:1 9522:1 9526:1 9528:17 9541:2 9546:1 9562:1 9577:9 9582:1 9587:3 9593:1 9608:1 9655:2 9656:2 9659:1 9662:2 9668:1 9669:1 9671:1 9672:1 9673:2 9674:1 9675:1 9676:1 9687:1 9690:1 9693:2 9710:1 9733:1 9734:1 9756:2 9757:6 9767:1 9772:3 9773:1 9780:1 9791:1 9792:1 9821:2 9833:1 9846:1 9859:1 9860:2 9882:1 9888:2 9889:1 9891:1 9926:1 9933:3 9934:1 9956:1 9961:2 9975:1 10017:1 10021:2 10028:4 10044:1 10054:2 10062:1 10069:1 10080:2 10081:1 10089:1 10090:2 10098:3 10101:1 10105:2 10139:1 10143:1 10144:1 10145:1 10151:1 10154:1 10161:1 10164:2 10179:1 10190:2 10194:1 10196:1 10201:1 10203:1 10244:1 10248:2 10255:1 10269:2 10274:1 10299:2 10303:1 10322:1 10327:1 10405:2 10420:1 10442:1 10445:1 10455:2 10473:3 10479:1 10495:1 10518:1 10535:1 10545:1 10547:1 10568:1 10570:1 10574:1 10576:1 10608:4 10616:1 10617:1 10637:1 10647:2 10670:1 10699:1 10711:1 10729:3 10731:1 10734:8 10737:33 10739:1 10741:5 10744:1 10748:2 10749:1 10756:3 10759:1 10763:1 10773:7 10778:1 10784:1 10794:5 10809:4 10811:1 10853:1 10854:3 10870:1 10874:1 10876:2 10881:2 10899:1 10902:1 10905:1 10910:1 10915:1 10962:1 10974:3 10976:1 11011:1 11015:1 11016:1 11033:4 11051:1 11057:1 11090:1 11099:2 11101:1 11116:2 11119:1 11120:3 11134:3 11141:3 11151:1 11167:1 11173:1 11175:3 11178:1 11184:1 11191:1 11201:3 11204:26 11290:4 11322:1 11323:1 11346:1 11355:1 11359:1 11375:1 11376:2 11423:1 11439:1 11441:2 11450:1 11460:2 11473:1 11474:1 11477:2 11518:2 11524:1 11537:1 11546:1 11571:1 11573:1 11578:1 11582:1 11599:1 11611:1 11612:1 11617:2 11618:1 11628:2 11634:1 11640:6 11647:1 11688:2 11704:1 11712:1 11727:3 11732:4 11744:1 11772:1 11781:1 11783:2 11796:17 11800:2 11811:1 11814:1 11819:1 11826:1 11840:1 11841:6 11845:1 11861:1 11863:1 11881:1 11884:2 11902:4 11918:3 11927:1 11937:2 11959:2 11983:1 11990:2 11992:1 12026:1 12036:1 12039:1 12044:9 12063:1 12064:1 12081:2 12101:1 12110:1 12118:1 12133:1 12137:1 12151:1 12174:1 12191:3 12202:5 12205:3 12207:1 12208:1 12222:1 12230:1 12233:4 12234:1 12236:2 12241:2 12246:1 12251:1 12261:1 12285:1 12358:1 12367:1 12382:1 12384:1 12385:1 12395:4 12402:1 12405:1 12409:1 12426:1 12427:1 12441:1 12451:1 12452:1 12474:1 12485:1 12495:1 12512:1 12522:2 12524:1 12533:1 12535:1 12551:1 12565:1 12567:3 12573:2 12578:1 12581:1 12582:1 12589:1 12593:1 12608:1 12610:1 12615:1 12635:1 12639:1 12644:1 12664:1 12674:1 12697:1 12721:2 12743:1 12746:2 12761:1 12762:3 12769:1 12771:1 12773:1 12806:1 12813:1 12827:1 12829:1 12830:1 12849:1 12861:1 12886:1 12890:3 12902:4 12915:2 12928:1 12933:2 12936:2 12943:1 12959:2 12984:2 12991:4 12992:1 12993:1 12997:1 13005:1 13009:2 13018:1 13019:6 13021:2 13028:3 13045:1 13046:6 13058:2 13069:1 13081:3 13089:1 13109:1 13134:2 13137:1 13144:1 13168:3 13169:3 13201:1 13242:1 13250:2 13266:1 13286:1 13288:1 13329:1 13332:1 13340:3 13351:3 13371:1 13377:1 13393:1 13397:2 13401:1 13423:5 13430:1 13436:1 13446:1 13453:2 13489:1 13517:1 13536:1 13540:1 13558:2 13561:2 13578:2 13582:2 13607:1 13617:1 13668:2 13688:2 13698:9 13709:1 13714:1 13731:2 13738:2 13761:1 13763:1 13802:1 13829:1 13854:1 13892:2 13893:2 13899:1 13938:1 13947:3 13959:1 13960:1 13986:1 13989:2 13994:1 14017:2 14044:1 14046:1 14085:11 14102:1 14107:1 14113:11 14143:1 14146:2 14165:1 14168:3 14183:1 14184:1 14190:1 14200:1 14203:1 14204:1 14246:1 14265:1 14267:2 14283:5 14284:2 14287:1 14288:2 14316:1 14323:3 14332:1 14335:1 14336:2 14341:1 14351:12 14386:1 14396:8 14416:1 14421:1 14425:1 14438:1 14491:1 14507:1 14551:1 14560:1 14570:1 14574:1 14585:2 14590:3 14592:1 14598:1 14616:2 14636:1 14641:1 14647:4 14654:3 14656:2 14657:1 14665:1 14666:1 14667:1 14668:2 14671:1 14695:1 14727:1 14738:1 14739:1 14747:1 14753:1 14773:3 14791:2 14802:1 14806:2 14813:1 14821:2 14826:1 14844:1 14863:1 14866:1 14869:1 14875:1 14876:1 14878:1 14900:1 14901:1 14906:2 14914:5 14924:1 14944:1 14971:1 14977:1 14987:1 15008:1 15010:5 15021:4 15057:2 15061:2 15065:1 15077:1 15083:2 15087:1 15088:1 15091:4 15099:1 15103:2 15111:1 15145:1 15151:4 15157:1 15173:1 15182:1 15197:2 15203:1 15210:2 15234:1 15240:2 15247:1 15251:1 15266:1 15273:7 15277:1 15284:3 15291:1 15323:2 15325:2 15336:1 15339:1 15376:3 15385:2 15411:1 15431:1 15432:1 15476:4 15496:4 15506:2 15543:1 15556:3 15562:2 15566:1 15593:1 15597:2 15599:1 15617:1 15624:1 15630:1 15637:2 15650:1 15684:1 15691:1 15722:1 15746:4 15747:1 15764:1 15781:1 15785:9 15794:1 15801:1 15851:1 15858:1 15878:1 15882:3 15888:2 15894:1 15897:1 15898:1 15906:6 15907:1 15911:1 15943:2 15961:26 15966:2 15967:1 16000:1 16017:4 16019:1 16022:1 16023:1 16077:5 16081:1 16107:2 16115:1 16119:1 16123:1 16142:1 16143:1 16164:1 16197:1 16208:1 16215:1 16222:1 16268:1 16297:1 16322:1 16341:1 16385:1 16387:1 16391:1 16402:2 16405:1 16408:1 16411:1 16417:1 16419:3 16423:1 16428:2 16435:3 16465:3 16515:1 16517:1 16537:1 16538:1 16540:1 16542:2 16543:1 16546:1 16549:1 16554:1 16570:1 16571:3 16573:4 16574:2 16592:1 16597:3 16607:1 16610:1 16625:2 16626:6 16632:2 16646:1 16657:1 16674:1 16679:1 16693:1 16706:1 16715:1 16722:12 16757:1 16797:2 16800:1 16801:1 16808:1 16809:1 16818:4 16828:1 16843:1 16854:1 16861:1 16873:1 16891:4 16908:1 16939:3 16944:4 16949:1 16962:1 16987:1 16990:1 16993:1 17016:1 17059:2 17062:5 17064:2 17067:6 17069:1 17077:2 17084:1 17086:1 17105:1 17118:1 17123:1 17132:1 17143:3 17162:18 17164:2 17179:1 17180:1 17192:2 17197:1 17211:1 17226:1 17269:7 17276:1 17302:1 17307:1 17309:1 17311:1 17315:2 17319:1 17324:1 17327:1 17338:1 17340:1 17348:1 17356:1 17358:1 17388:1 17392:3 17405:1 17412:3 17421:1 17424:1 17425:1 17446:4 17467:1 17492:1 17510:1 17514:4 17515:4 17550:1 17554:2 17556:1 17558:2 17568:1 17579:1 17585:2 17601:1 17604:1 17610:1 17617:2 17633:1 17634:1 17639:1 17646:2 17660:1 17673:1 17676:2 17684:3 17697:2 17710:2 17722:1 17736:1 17744:1 17762:3 17774:1 17775:1 17799:8 17818:1 17820:1 17826:3 17830:1 17841:1 17845:1 17846:4 17854:3 17855:1 17892:1 17894:1 17897:1 17908:1 17909:2 17925:1 17928:2 17929:2 17930:1 17934:2 17937:1 17942:1 17943:2 17950:2 17952:1 17954:1 17969:1 17994:1 18008:1 18019:2 18022:1 18023:1 18035:1 18051:1 18052:1 18066:1 18096:1 18114:5 18117:1 18124:1 18152:1 18162:1 18163:2 18164:1 18181:3 18192:1 18210:1 18261:1 18262:1 18272:1 18285:1 18315:2 18346:1 18354:1 18359:1 18368:1 18369:1 18398:1 18405:1 18431:3 18433:3 18439:2 18444:1 18445:6 18467:1 18486:1 18489:1 18496:1 18499:10 18519:1 18545:1 18547:1 18572:1 18591:1 18617:3 18627:1 18663:1 18665:1 18688:1 18689:1 18697:1 18700:1 18703:2 18704:1 18714:1 18722:2 18746:1 18750:1 18751:1 18758:1 18761:3 18762:2 18764:3 18766:1 18772:18 18774:6 18786:6 18792:2 18799:2 18802:1 18804:1 18807:2 18812:4 18815:1 18820:2 18845:1 18871:1 18901:1 18911:1 18948:3 18949:1 18968:1 18972:2 18976:2 18978:1 18983:1 18984:2 18987:1 18990:1 19003:1 19004:1 19021:1 19040:1 19053:1 19063:2 19076:1 19079:4 19086:4 19093:1 19118:2 19123:3 19128:1 19133:1 19148:1 19155:1 19162:1 19173:1 19179:1 19210:2 19233:1 19234:1 19250:1 19259:2 19278:3 19294:2 19305:5 19313:2 19319:3 19334:2 19335:1 19339:1 19341:1 19347:1 19349:3 19354:1 19358:1 19362:1 19364:1 19381:3 19384:3 19391:1 19392:1 19396:2 19404:4 19409:1 19438:2 19439:1 19445:4 19450:1 19451:1 19457:1 19459:2 19464:1 19481:2 19504:1 19511:1 19546:1 19558:1 19567:1 19570:2 19572:1 19590:1 19591:1 19605:2 19621:3 19624:1 19626:1 19637:2 19680:1 19692:2 19707:1 19710:1 19725:1 19730:1 19736:1 19740:3 19750:2 19761:1 19779:1 19782:5 19785:1 19794:1 19797:1 19807:3 19836:6 19840:1 19842:7 19848:5 19852:1 19853:1 19855:2 19856:1 19874:1 19891:1 19892:4 19906:4 19928:1 19942:1 19979:1 19986:1 19991:1 20004:1 20010:1 20015:1 20016:1 20017:1 20034:1 20050:1 20079:2 20103:2 20121:8 20130:1 20150:1 20163:1 20172:1 20177:1 20180:1 20184:1 20186:1 20211:2 20214:6 20225:1 20234:1 20254:4 20271:26 20301:1 20325:1 20329:1 20334:2 20373:2 20386:3 20390:1 20407:1 20430:5 20432:1 20474:2 20480:1 20514:1 20560:1 20568:1 20572:26 20576:1 20590:2 20599:1 20602:1 20620:1 20622:3485 20629:1 20670:1 20676:1 20681:5 20704:1 20723:1 20735:3 20737:1 20755:1 20759:2 20794:4 20797:1 20799:1 20815:1 20819:1 20822:1 20825:1 20844:1 20849:2 20859:5 20862:1 20866:1 20869:1 20873:5 20877:1 20878:1 20880:2 20890:2 20895:1 20899:2 20912:2 20946:1 20956:1 20959:1 20962:3 21018:1 21020:1 21045:1 21059:1 21071:1 21078:1 21082:1 21086:1 21089:1 21095:1 21119:1 21124:1 21158:1 21176:3 21190:1 21259:6 21263:1 21268:1 21286:1 21290:1 21298:1 21303:8 21306:5 21311:1 21324:1 21329:1 21330:3 21349:1 21350:3 21362:1 21364:1 21366:2 21370:2 21384:1 21392:1 21400:1 21405:2 21406:1 21415:3 21417:1 21419:7 21448:2 21462:1 21472:1 21479:4 21501:6 21511:1 21513:1 21523:1 21530:12 21531:2 21538:1 21539:1 21547:1 21553:2 21572:1 21582:1 21583:1 21595:24 21617:7 21618:1 21634:1 21638:4 21644:2 21652:2 21658:1 21680:1 21686:1 21698:2 21708:1 21739:2 21750:3 21767:1 21769:1 21772:6 21792:1 21801:1 21802:1 21803:1 21812:1 21819:2 21829:5 21831:2 21846:1 21867:1 21874:1 21877:2 21890:1 21892:1 21897:1 21965:1 21969:1 21970:4 21974:1 21990:2 22008:2 22038:1 22041:3 22076:1 22077:1 22083:1 22086:1 22090:3 22093:1 22102:1 22109:1 22117:1 22145:3 22170:1 22191:2 22192:1 22197:1 22209:1 22211:1 22215:1 22228:1 22237:1 22252:1 22256:1 22266:11 22282:1 22284:1 22294:2 22295:1 22316:10 22350:1 22358:1 22379:1 22393:1 22394:1 22410:1 22461:2 22464:1 22467:1 22494:3 22507:1 22509:1 22510:2 22520:1 22526:1 22533:1 22545:4 22555:1 22557:3 22564:7 22585:1 22593:2 22602:2 22618:1 22627:1 22660:2 22664:4 22669:2 22673:2 22679:1 22704:1 22714:4 22742:1 22748:1 22749:1 22763:2 22769:1 22773:2 22784:1 22785:1 22806:1 22814:1 22817:1 22823:1 22828:1 22835:1 22849:2 22853:1 22863:1 22869:2 22871:1 22879:2 22890:7 22893:1 22895:1 22916:1 22917:11 22918:2 22950:1 22951:1 22961:1 22972:1 22976:1 23002:1 23004:1 23012:1 23031:1 23032:1 23033:1 23037:5 23041:1 23042:1 23048:2 23050:1 23064:1 23067:1 23079:1 23081:2 23084:1 23086:2 23089:1 23104:1 23105:2 23116:1 23145:1 23187:1 23188:2 23190:1 23191:1 23215:1 23218:1 23223:1 23232:2 23235:2 23243:1 23246:3 23266:1 23273:1 23289:1 23295:4 23322:1 23323:1 23338:1 23353:1 23382:2 23394:1 23409:1 23411:1 23441:1 23450:1 23452:1 23455:1 23469:1 23471:1 23474:2 23487:3 23494:1 23517:1 23522:1 23528:1 23531:1 23532:2 23539:1 23555:2 23556:1 23561:1 23563:3 23568:1 23576:1 23581:1 23595:1 23600:1 23604:1 23617:1 23624:1 23653:1 23655:2 23658:3 23671:2 23692:2 23702:2 23703:1 23708:3 23714:1 23723:2 23733:2 23745:1 23748:1 23758:2 23763:4 23764:2 23772:1 23780:4 23810:1 23812:1 23858:1 23860:1 23894:2 23908:2 23928:1 23935:1 23954:1 23997:1 24005:2 24020:2 24032:1 24058:7 24063:1 24067:1 24068:1 24071:1 24073:2 24084:2 24091:1 24106:1 24115:9 24136:1 24148:1 24149:1 24154:1 24161:1 24176:1 24181:1 24204:1 24205:2 24222:1 24225:2 24233:1 24236:1 24238:4 24256:1 24262:1 24267:1 24273:1 24274:1 24281:1 24313:1 24333:2 24337:1 24368:1 24372:1 24378:2 24382:1 24385:2 24386:2 24399:1 24400:1 24410:4 24414:3 24418:2 24419:1 24423:1 24429:1 24457:1 24461:3 24462:2 24465:1 24486:1 24495:1 24496:2 24506:1 24507:2 24509:1 24510:3 24515:1 24519:1 24522:2 24535:1 24539:1 24544:3 24547:2 24549:1 24553:1 24562:1 24567:2 24591:1 24594:1 24605:2 24612:1 24613:3 24614:3 24623:1 24624:2 24629:2 24653:1 24655:1 24666:2 24690:1 24692:1 24697:1 24704:1 24706:1 24714:1 24715:3 24735:1 24753:1 24754:1 24779:1 24795:3 24807:1 24808:2 24810:4 24814:6 24828:1 24847:2 24851:1 24855:2 24857:1 24860:1 24866:1 24868:1 24882:1 24893:1 24898:1 24908:1 24916:1 24920:1 24926:5 24934:1 24949:1 24951:1 24956:2 24960:1 24993:1 24997:2 25001:2 25006:1 25011:1 25013:3 25014:1 25021:2 25029:1 25041:1 25081:2 25084:1 25095:2 25148:1 25158:1 25169:1 25186:1 25190:1 25197:1 25215:1 25228:2 25239:1 25240:1 25253:1 25255:1 25263:14 25266:1 25275:1 25294:7 25299:1 25308:1 25310:1 25313:2 25320:6 25324:1 25340:1 25347:3 25379:1 25384:1 25399:3 25403:1 25410:1 25416:1 25432:1 25435:1 25476:1 25483:1 25499:1 25502:1 25503:1 25507:1 25508:1 25510:2 25514:3 25536:1 25537:1 25547:1 25557:2 25562:1 25567:8 25585:4 25593:2 25595:2 25599:1 25610:1 25625:1 25627:1 25634:2 25646:1 25647:1 25655:5 25656:1 25666:1 25687:1 25707:2 25712:1 25727:1 25759:2 25776:1 25787:1 25807:1 25811:1 25831:1 25869:1 25883:3 25924:9 25934:1 25941:1 25972:1 25987:1 26001:2 26008:1 26021:1 26030:1 26041:4 26045:2 26048:1 26056:1 26065:1 26083:1 26092:2 26103:2 26119:1 26138:1 26144:1 26149:1 26160:2 26164:1 26168:1 26169:1 26179:1 26201:1 26209:1 26234:1 26244:1 26247:1 26256:1 26262:1 26267:1 26269:1 26272:1 26288:1 26309:1 26316:1 26328:1 26332:1 26337:1 26343:1 26355:1 26359:2 26376:1 26378:3 26381:1 26383:1 26386:1 26389:1 26393:2 26399:1 26402:2 26408:1 26409:1 26411:1 26418:3 26422:1 26433:3 26445:1 26446:1 26459:2 26464:2 26477:1 26488:2 26496:5 26507:1 26510:1 26518:3 26522:1 26523:1 26526:1 26528:1 26531:1 26532:1 26544:1 26549:1 26556:5 26570:1 26595:3 26621:3 26623:1 26641:2 26644:1 26645:3 26663:1 26682:1 26688:1 26696:1 26699:1 26704:2 26708:1 26726:1 26727:1 26729:1 26815:1 26822:1 26824:1 26832:2 26836:1 26852:1 26857:1 26859:1 26860:1 26869:1 26873:1 26878:4 26880:1 26885:1 26892:1 26893:1 26902:1 26909:1 26912:4 26918:1 26947:1 26949:1 26950:1 26951:1 26965:1 26976:1 26986:1 26999:1 27000:1 27002:2 27005:1 27006:1 27009:2 27016:1 27028:8 27047:3 27060:2 27097:1 27124:1 27132:2 27133:1 27134:3 27143:1 27144:2 27161:1 27164:1 27260:1 27262:1 27263:2 27266:1 27272:1 27301:3 27312:3 27314:2 27316:1 27318:1 27327:2 27337:1 27351:1 27357:1 27366:1 27387:1 27424:1 27427:1 27428:4 27430:1 27449:1 27451:1 27485:1 27498:1 27521:3 27526:2 27531:3 27539:1 27553:1 27561:1 27577:3 27590:2 27602:1 27607:1 27616:1 27623:1 27625:1 27640:1 27642:1 27646:1 27650:11 27652:1 27654:1 27676:1 27692:2 27695:1 27700:2 27732:2 27743:1 27761:1 27762:1 27778:1 27789:1 27790:2 27794:2 27795:1 27802:2 27814:5 27819:1 27820:2 27831:2 27849:1 27884:10 27887:3 27905:2 27915:2 27918:2 27957:1 27973:5 28001:3 28009:1 28027:1 28029:1 28034:1 28055:6 28059:1 28072:2 28085:7 28122:1 28128:1 28174:3 28178:1 28200:2 28206:1 28221:2 28225:3 28226:1 28230:1 28248:1 28260:1 28276:1 28296:1 28312:2 28313:1 28325:2 28336:1 28359:1 28361:1 28365:2 28372:1 28387:1 28399:1 28409:1 28411:1 28425:1 28449:1 28454:1 28458:1 28470:3 28477:1 28490:2 28533:2 28534:2 28536:1 28545:2 28558:1 28565:1 28569:1 28658:1 28660:1 28662:1 28666:1 28677:1 28684:1 28696:3 28721:1 28733:1 28745:1 28754:1 28758:1 28759:1 28760:1 28786:3 28802:9 28823:2 28838:1 28851:1 28858:1 28891:1 28894:1 28901:1 28911:1 28913:1 28925:2 28976:1 28977:1 28983:2 28986:3 29002:1 29011:2 29012:7 29021:1 29022:1 29036:9 29043:2 29047:2 29054:2 29055:1 29068:1 29083:1 29116:9 29127:1 29133:1 29159:1 29163:1 29175:1 29178:1 29183:26 29196:1 29210:1 29211:1 29236:1 29244:2 29280:1 29282:1 29294:2 29302:1 29305:1 29312:2 29324:1 29331:1 29337:1 29339:1 29341:1 29352:1 29372:1 29391:1 29392:1 29409:1 29421:1 29425:1 29445:1 29450:1 29462:1 29478:3 29486:1 29496:5 29497:1 29502:1 29506:3 29526:1 29530:3 29557:1 29573:1 29594:3 29605:1 29606:2 29615:1 29644:2 29655:2 29662:2 29669:1 29678:2 29683:1 29684:2 29685:3 29695:1 29710:5 29715:1 29724:9 29746:1 29752:2 29756:1 29761:2 29776:1 29804:1 29812:2 29817:1 29833:3 29836:1 29838:1 29857:1 29881:1 29887:1 29905:1 29938:1 29940:1 29941:2 29942:1 29952:1 29969:1 29970:1 29987:1 29992:1 29994:1 29998:1 30005:1 30012:1 30014:1 30021:1 30026:1 30027:1 30036:1 30038:2 30039:1 30040:1 30041:1 30050:1 30078:4 30096:9 30131:1 30143:1 30171:1 30187:1 30188:1 30224:1 30225:1 30230:3 30282:1 30289:1 30296:1 30299:1 30304:1 30308:1 30317:1 30343:1 30356:1 30366:2 30394:3 30396:1 30430:3 30443:1 30458:16 30465:1 30466:1 30480:1 30486:3 30495:3 30501:2 30504:1 30506:2 30508:1 30509:1 30519:1 30523:1 30538:1 30550:3 30554:1 30565:9 30567:11 30577:1 30582:1 30592:1 30594:2 30605:2 30607:1 30609:1 30615:2 30630:1 30634:1 30653:3 30657:1 30658:2 30659:1 30661:9 30670:1 30701:1 30711:1 30713:6 30758:3 30763:2 30766:2 30777:4 30830:2 30848:1 30851:2 30854:1 30855:1 30859:1 30860:1 30873:2 30878:1 30885:1 30900:1 30908:1 30931:1 30946:1 30947:3 30957:1 30972:1 30979:1 30980:1 31004:1 31005:1 31007:2 31009:2 31023:1 31033:1 31034:2 31041:2 31069:3 31097:2 31125:4 31132:2 31157:1 31161:3 31176:1 31178:1 31179:1 31200:2 31201:2 31202:1 31203:1 31204:1 31206:1 31225:1 31246:2 31247:1 31257:1 31266:1 31290:1 31297:1 31315:1 31317:1 31318:1 31361:4 31372:1 31374:4 31380:2 31393:1 31411:1 31420:1 31481:1 31484:1 31502:4 31525:1 31544:1 31545:1 31556:1 31567:1 31572:1 31576:1 31591:1 31599:1 31601:3 31611:1 31612:3 31617:1 31633:1 31636:1 31639:1 31644:1 31657:2 31659:3 31675:1 31683:2 31685:1 31701:1 31724:1 31744:2 31746:1 31752:5 31755:1 31756:1 31758:1 31760:1 31770:7 31774:1 31775:1 31778:1 31787:1 31816:1 31826:1 31830:1 31836:1 31842:1 31851:1 31902:2
|
e70c26986846e09cb97769a5a4fe9e2f4e413d0c | 08bfc8a1f8e44adc624d1f1c6250a3d9635f99de | /SDKs/swig/Examples/test-suite/scilab/li_carrays_cpp_runme.sci | e7467e6fe0e7bb7abdc2af2cdaf5add48cab345e | [] | no_license | Personwithhat/CE_SDKs | cd998a2181fcbc9e3de8c58c7cc7b2156ca21d02 | 7afbd2f7767c9c5e95912a1af42b37c24d57f0d4 | refs/heads/master | 2020-04-09T22:14:56.917176 | 2019-07-04T00:19:11 | 2019-07-04T00:19:11 | 160,623,495 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 128 | sci | li_carrays_cpp_runme.sci | version https://git-lfs.github.com/spec/v1
oid sha256:f704639b836adbb66ea193b7636fab8588f411f8e1bce92969fc4d5e286de469
size 247
|
7417e2c956c87cdc78eb1a7e75b5230ec745811f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1760/CH8/EX8.41/EX8_41.sce | 1796107758ed45dcb75490e3c42391947f6e8b14 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 238 | sce | EX8_41.sce | //EXAMPLE 8-41 PG NO-557
N=7.943;
Z=300; //IMPEDANCE
R1=[(N-1)/N]*Z;
R2=Z/(N-1);
disp('i) RESISTANCE (R1) is = '+string (R1) +' ohm ');
disp('ii) RESISTANCE (R2) is = '+string (R2) +' ohm ');
|
4f006203e37b045cf541586d12de2a6de565cdfa | cf99f338f2e97fd7e8ae1ad9b640101832f787ba | /case-studies/week-7/week-7-q1.sce | 1b06861b671bc11bc1600c5008901560c5eaff93 | [] | no_license | vsujeesh/BN5205 | b8e88324c1c97971ba3d95c3125d05676b6e4996 | 7386a440ed3e954c4aeb490eebd948d35186635d | refs/heads/master | 2022-03-13T01:00:24.783429 | 2019-10-22T03:23:55 | 2019-10-22T03:23:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,273 | sce | week-7-q1.sce | clear;
clf;
//==============================================================================
// This function creates the penta-diagonal matrix M used in the FD method
// For a problem with nx * ny internal nodes, matrix M has a size of n * n,
// where n = nx * ny. M is a tri-diagonal block matrix:
// A I O
// I A I
// O I A
// where I is a nx * nx identity matrix and O is a nx * nx zero matrix, A is a
// nx * nx matrix that looks like:
// -4 1 0
// 1 -4 1
// 0 1 -4
// when nx = 3
//==============================================================================
function M = MakePentaDiagonalMatrix(nx, ny)
// main diagonal of -4's
A_main_diag = -4 * ones(ny, 1);
// only one created since they are identical
A_sub_diag = ones(nx - 1, 1);
temp_sub_diag = [A_sub_diag; 0];
// maind diagonal of identity matrix
I_diag = ones(nx, 1);
// replicate A_main_diag in M_main_diag nx times, based on relation between M
// and A
M_main_diag = repmat(A_main_diag, nx, 1);
M_sub_diag = repmat(temp_sub_diag, ny - 1, 1);
M_sub_diag = [M_sub_diag; A_sub_diag];
M_sub_sub_diag = repmat(I_diag, ny - 1, 1);
// creates the Penta-diagonal matrix from diagonals
M = diag(M_main_diag, 0) + diag(M_sub_diag, 1) + diag(M_sub_diag, -1) +...
diag(M_sub_sub_diag, nx) + diag(M_sub_sub_diag, -nx);
endfunction
// model parameters
Q = 4e14; // J/(s*m^3), Heat energy generated
k = 0.9e7; // m^2/s, Thermal diffusivity
rho = 1e-3; // kg/m^3, Tissue density
c = 3.7e3; // J/(kg*K), Specific thermal capacity
// L and H swapped so line not in center
L = 4.0 / 100; // m, Length of tissue sample (AB)
H = 3.0 / 100; // m, Height of tissue sample (AD)
z = 1.5 / 100; // m, distance of cryoablation line (z)
d = 0.5 / 100; // m, distance of cyroablation line (d)
T_bath = 37.0 + 273.15; // K, temperature of bath
T_peak = -20.0 + 273.15; // K, peak minimum temperature
// simulation parameters
h = 0.1 / 100; // m, space step
x = h:h:L;
y = h:h:H;
xplot = 0:h:L; // x axis for plotting
yplot = 0:h:H; // x axis for plotting
num_nodes_x = length(xplot); // number of nodes in x direction
num_nodes_y = length(yplot); // number of nodes in y direction
nx = num_nodes_x - 2; // number of internal nodes in x direction
ny = num_nodes_y - 2; // number of internal nodes in y direction
mat_size = nx * ny; // var for matrix size
// matrices and vectors
solution = T_bath * ones(num_nodes_x, num_nodes_y);
q = zeros(mat_size, 1); // source/sink term for internal nodes
u = zeros(mat_size, 1); // vector to store solution for internal nodes
rhs = zeros(mat_size, 1); // vector for RHS
M = MakePentaDiagonalMatrix(nx, ny);
for j = 1:ny
for i = 1:nx
n = (j - 1) * nx + i;
if y(j) >= d & y(j) <= H - d & abs(x(i) - z) < h / 2 then
q(n) = Q / c / rho / k;
end
// boundary conditions
if j == 1 | j == ny then
rhs(n) = rhs(n) - T_bath;
end
if i == 1 | i == nx then
rhs(n) = rhs(n) - T_bath;
end
end
end
rhs = h * h * q + rhs;
u = M \ rhs;
for j = 1:ny
for i = 1:nx
n = (j - 1) * nx + i;
solution(i + 1, j + 1) = u(n);
end
end
contourf(xplot, yplot, solution, 32);
f = gcf();
f.color_map = jetcolormap(32);
xlabel("x position");
ylabel("y position");
title("Temperature in tissue");
|
fdf1a652994fe6da79895c9fd13400041ebff0e5 | 5c0124a56cb43a2890e25fbc6e2556d25ff9c4bb | /Exercise_07.sce | e207f704d90fcf09474e9f8c729f63686a3032ee | [] | no_license | wiiwins/Risk-Management | d970aaa2c44409f9c73fd44b8bcfbb25e3e83c3e | 46c547e9d14019dde274f232fc6354641de245ff | refs/heads/master | 2020-09-01T17:12:36.665964 | 2019-11-26T21:00:32 | 2019-11-26T21:00:32 | 219,013,277 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 913 | sce | Exercise_07.sce | // C-Exercise 7
// Jurain Kahl
// Nattawut Phanrattinon
function test_binomial(v,p0,beta)
[p,q]=cdfbin('PQ',sum(v),length(v),p0,1-p0);
if p<=beta
return 1;
else
return 0;
end
// From C-Exercise 5
function v = VaR_log_normal (s, alpha)
x = diff(log(s))
mu = mean(x);
sigma = sqrt(variance(x));
q = cdfnor("X", 0, 1, alpha, 1-alpha);
v = s .* ( 1 - exp(-sigma*q + mu) );
endfunction
data = csvRead('dax_data.csv', ';', '.','double',[],[],[],1);
s = data(:,2);
alpha = [0.9,0.95];
n = length(s);
violations = zeros(length(alpha),n);
VaR = zeros(length(alpha),n);
loss = -(diff(s));
L = [0;loss];
for j = 1:length(alpha)
for i = 253:n;
VaR(j,i) = VaR_log_normal(s(i-252:i-1), alpha(j));
violations(j,i) = (L(i) > VaR(j,i));
end
end
// Testing Hypothesis
beta = 0.05
for i = 1:length(alpha)
test_binomial(violations(i,:),1-alpha(i),beta)
end
|
aacb4733fdbc2c910c180558b2f4c7c15f17d525 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1760/CH2/EX2.12/EX2_12.sce | 91af2c4e0911dd1a4fe26269a5fd75c6111eb33f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 562 | sce | EX2_12.sce | //EXAMPLE 2-12 PG NO-66-67
W1=80*%pi; //womega
W2=100*%pi;
PV=14.14; //peak value
t1=0.025; //time
t2=0.05;
t3=0.075;
I1=PV*(cos(80*%pi*t1)+cos(100*%pi*t1)); //current
I2=PV*(cos(80*%pi*t2)+cos(100*%pi*t2)); //current
I3=PV*(cos(80*%pi*t3)+cos(100*%pi*t3)); //current
disp('ii) CURRNT (I) is = '+string (I1) +' A');
disp('ii) CURRNT (I) is = '+string (I2) +' A ');
disp('ii) CURRNT (I) is = '+string (I3) +' A ');
|
abae632653447b7fe5b889682af264a98b01b9b5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1658/CH7/EX7.3/Ex7_3.sce | fcd9ece902cab75dce20600a2e8361003117a90e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 80 | sce | Ex7_3.sce | clc;
//pg n0 120
IZ=10*10**-3;
vz=0.05;
rz=vz/IZ;
disp('ohm',rz*1,"rz=");
|
4a83d7235a13f30106c3a24b616eabdf32417720 | e57a94942a6413ff0dfcba948b19067e502a8b41 | /BatAlg.sce | 1fdbb2d1ce19516477d4259c424808f11af0d848 | [] | no_license | FrancoChacon/SwarmOptimization | 16197e434670ae94d094f4955318eee1ef92ff02 | 2566ac7038f70fa6cfe9058c1f0a76f75d6989a1 | refs/heads/master | 2020-04-27T22:32:09.337495 | 2019-05-21T03:10:45 | 2019-05-21T03:10:45 | 174,740,439 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,150 | sce | BatAlg.sce | /*
Bat Algorithm
Functions Aviliable:
ReportBat
Bat
PreEvaluateBat
EvaluateBat
*/
function [Report,Table,RProm] = ReportBat(TotalOfElements)
Table=[];
tprom=0;
Report=[];
TC = TotalOfElements;
TotalExper = 10;
Dimensions = 10;
Ixprom=zeros(1,TC);
printf("Report Bat Initialized\n\n")
printf("Total of Elements =%d \n",TC)
printf("Dimensions size %d \n",Dimensions)
for exper=1:TotalExper
printf("Iteration #%d of %d ",exper,TotalExper)
tic();
[Ix,Rep,miny]=Bat(TC,Dimensions);
a=toc();
printf("- %f Seg\n",a)
tprom = tprom + a;
Ixprom=Ixprom+Ix';
Report=[Report; Rep'];
end
tprom = tprom / 10;
//Mean and standard deviation
RProm=mean(Report,'r');
Table = [tprom RProm(TC) Ixprom];
printf("\n")
endfunction
function [Ix,Rep,miny]=Bat(TC,Dim)
//Poblacion inicial
Ti=TC; // Total of Elements
D = Dim; //Total of Dimensions
//Variable Definitions
miny=100000000;
maxy=-100000000;
Rep=[];
FE=zeros(Ti,1);
Ix=rand(Ti,1);
//GenSphere
MR=zeros(10,2);
MR(:,1)=-5.12;
MR(:,2)=5.12;
MRR = MR
for cycles=1:TC
P=Create(TC,D,MR);
[FE,f,r,A] = PreEvaluationBat(P,miny,maxy)
[FE,miny,maxy,Ix,f,r,A]=EvaluationBat(P,miny,maxy,Ix,f,r,A,FE);
Rep=[Rep; miny];
end
endfunction
function [FE,miny,maxy,Ix,f,r,A]=EvaluationBat(P,miny,maxy,Ix,f,r,A,FE)
[TI, D] = size(P);
X = zeros(1,D);
fex = zeros(TI,D);
feb = zeros(TI,D);
Alfa =1
Gamma = 1
Beta = 1
fmax = [1,D]
fmin = [1,D]
fmax(1:D) = 100;
fmin(1:D) = 0;
//{Block: Generate new solutions adjusting frequency};
[FE,B,X,f,maxy,miny,P] = GenerateSolutionsByFreq(P,miny,maxy,fmax,fmin,f)
for i = 1:Ti
if rand(1,1,"uniform") > r(i)
//{Block: Select the best solution and generate a local one};
[B,P] = SelectlAndGenerateLocal(FE,P)
end
//{Generate and evaluate a new solution};
[y, MR] = TestFunction(X,1);
fex(i)=normalization(y,miny,maxy);
[y, MR] = TestFunction(B,1);
feb(i)=normalization(y,miny,maxy);
for i = 1:Ti
if rand(1,1,"uniform") < A(i) then
if fex < feb
feb = FE(i);
B = X;
A(i) = alfa * A(i);
r(i) = r(i)*(1 - exp(-Gamma * i))
end
end
end
//{Rank the bats and select the best one};
[pos,val] = maxp(FE);
for d = 1:D
Ix(d) = P(pos,d)
end
end
endfunction
function [FE,B,X,f,maxy,miny,P] = GenerateSolutionsByFreq(P,miny,maxy,fmax,fmin,f)
[TI, D] = size(P)
X = zeros(1,D)
V = zeros(TI,D)
B = zeros(1,D)
for i = 1:Ti
for d = 1:D
X(d) = P(i,d)
end
[y, MR] = TestFunction(X,1);
FE(i) = normalization(y,miny,maxy);
if y > maxy
maxy = y
end
if y < miny
B = X
miny = y;
end
end
NN = Ti;
//{Generate a new solution by flying randomly}
for i = 1:NN
for d = 1:D
f(i,d) = fmin(d) + rand(1,1,"uniform")*(fmax(d)-fmin(d));
V (i,d) = V (i,d) + (P(i,d)-B(d));
P(i,d) = P(i,d) + V (i,d);
end
end
endfunction
function [B,P] = SelectlAndGenerateLocal(FE,P)
[pos,val] = maxp(FE)
[TI, D] = size(P)
for d = 1:D
B(d) = P(pos,d);
end
Ap = 0;
for i = 1:Ti
Ap = Ap + A(i);
end
Ap = Ap/Ti;
for i = 1:Ti
for d = 1:D
P(i,d) = P(i,d) + Ap * rand(1,1,"uniform")
end
end
endfunction
function [FE,f,r,A] = PreEvaluationBat(P,miny,maxy)
[Ti,D] = size(P);
//Bat Alg Variables
f=zeros(Ti,D);
r=zeros(Ti,1);
A=zeros(Ti,1);
for i = 1:Ti
for j = 1:D
X(j) = P(i,j);
end
f(i) = 100;
r(i) = 0.5;
A(i) = 2;
end
endfunction
|
5020f534e9738c22e267fe237d27c2a95846ad6e | 491dfade9270403d35c94491116eb08a73209eab | /Quantification/Gauss_densite.sci | d53a2e8ee613fa69524a2ab91f186997500d6225 | [] | no_license | skad94/Quantification | 9cfcbd490af4f718bbecd414b66fc8de48f0b78d | 011f56ba3549d4d96c98090536d4109163c4525c | refs/heads/master | 2021-01-21T13:17:30.662165 | 2016-04-21T13:08:12 | 2016-04-21T13:08:12 | 52,862,728 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 259 | sci | Gauss_densite.sci | double Gauss_densite(double x)
function [res] = Gauss_densite(nb_quant,init,nb_iter)
{
// printf("g\n");
double res;
res = PI;
// printf("pi = %f\n",res);
res = exp(-x*x/2)/sqrt(2*res);
//printf("gauss(x) = %f\n",res);
return res;
}
|
6e1e43ef7c497570454f3c837e8ef29fdff9e26d | 9fd700113e21acbb9d3cef5e6010e7f37656b6e6 | /cs16b025_lab1/Xor.tst | 89cbca26de9abbbc7e8a282260ca0607ab2257b0 | [] | no_license | madhav543/cs16b025_lab | 01432fe8d0fbacf4dafe5189413943ec48afaed4 | 4924ea918b9b4dc6eb22b713e639204c9e59c697 | refs/heads/master | 2020-07-11T22:44:32.575114 | 2019-11-19T16:06:12 | 2019-11-19T16:06:12 | 204,659,765 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 249 | tst | Xor.tst | load Xor.hdl,
output-file Xor.out,
compare-to Xor.cmp,
output-list ip1%B3.1.3 ip2%B3.1.3 out%B3.1.3;
set ip1 0,
set ip2 0,
eval,
output;
set ip1 0,
set ip2 1,
eval,
output;
set ip1 1,
set ip2 0,
eval,
output;
set ip1 1,
set ip2 1,
eval,
output;
|
4620c71776651a6c5e3971d6009a22af326e3841 | 449d555969bfd7befe906877abab098c6e63a0e8 | /965/CH3/EX3.3/3.sci | f5ec0484a1f70131a1487123dfa70a1274ae12be | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 244 | sci | 3.sci | clc;
clear all;
disp("Heat loss calculation")
r=0.6/2;//m
L=1;//m
H=1.8;//m
k=0.51;// W/(m*C)
tp=95;// degree C
te=25;// degree C
Sfc=2*3.1416*L/(log(2*H/r));
Q=k*Sfc*(tp-te);
disp("W",Q,"Heat loss from the pipe meter length, Q =")
|
1ed06c977b1b731329eda305683790a0b72b9aeb | df924acfdd5b043da9336a2276726dbfb655735a | /test_suite/jstfctns.tst | bb940f8fedc54115b8eb17b97eec8f278f27b8ba | [] | no_license | noxdafox/clips | b8fb280223b5aae615e427bf1f31c03cb932b09d | a2c548b69394f0e2cf7c6d583810b6a29a662ae1 | refs/heads/master | 2023-09-01T18:52:07.614807 | 2021-12-14T20:10:21 | 2021-12-14T20:10:21 | 95,596,886 | 11 | 10 | null | null | null | null | UTF-8 | Scilab | false | false | 360 | tst | jstfctns.tst | (unwatch all)
(clear)
(set-strategy depth)
(open "Results//jstfctns.rsl" jstfctns "w")
(dribble-on "Actual//jstfctns.out")
(batch "jstfctns.bat")
(dribble-off)
(load "compline.clp")
(printout basicfnx "jstfctns.bat differences are as follows:" crlf)
(compare-files "Expected//jstfctns.out" "Actual//jstfctns.out" jstfctns)
; close result file
(close jstfctns)
|
8dd5e3d0c8e6e9900c9e4cea13820981f341643c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1853/CH2/EX2.10/Ex2_10.sce | 9377dd0603ffca949c28a1d4a2e834c0a4f4bb45 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 337 | sce | Ex2_10.sce |
//calculate the total amprers turns
u=1//for air gap
F=1.2e-3//flux
A=10e-4 //area
B=F/A
H=B/(4*3.14*10^-7*u)
l=0.2e-3//air gap
S=H*l//amps turns in air gap
l1=15e-2//air gap
A1=8e-4
H1=450
S1=H1*l1
F1=0.6e-3
B1=F1/A1
H2=140
S2=H2*30e-2
TN=500
TAN=S+S1+S2
EI=TAN/TN
disp('exciting current =' +string(EI)+'amps' )
|
c3c9e28fcb09d03ee342b6079c47de70fc83fc01 | 449d555969bfd7befe906877abab098c6e63a0e8 | /629/CH6/EX6.1/example6_1.sce | 3cadf35873089d9cc4751eee6117643522dba9c1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 362 | sce | example6_1.sce | clear
clc
//Example 6.1 THRUST OF ROCKET
g=9.81; //[m/s^2]
m=0.04; //mass[kg]
D=0.01; //[m]
A=%pi*D^2/4 //area[m^2]
rho=0.5; //density[kg/m^3]
v=450; //[m/s]
//Sum of forces, Fz=-Fb-m.g
Mo=-rho*A*v^2 //momentum outflow[N]
Fz=Mo //[N]
Fb=-Fz-m*g //Force on beam[N]
printf("\n The force acting on the beam that supports the rocket, Fb = %.2f N.\n",Fb) |
1ac925e3bf3d88b2b2bb2da89e157de0e9a55a72 | ebd6f68d47e192da7f81c528312358cfe8052c8d | /swig/Examples/test-suite/scilab/template_rename_runme.sci | 7b6b0de846ed768deac4e717f7bd888f1406e5d5 | [
"LicenseRef-scancode-swig",
"GPL-3.0-or-later",
"LicenseRef-scancode-unknown-license-reference",
"GPL-3.0-only",
"Apache-2.0"
] | permissive | inishchith/DeepSpeech | 965ad34d69eb4d150ddf996d30d02a1b29c97d25 | dcb7c716bc794d7690d96ed40179ed1996968a41 | refs/heads/master | 2021-01-16T16:16:05.282278 | 2020-05-19T08:00:33 | 2020-05-19T08:00:33 | 243,180,319 | 1 | 0 | Apache-2.0 | 2020-02-26T05:54:51 | 2020-02-26T05:54:50 | null | UTF-8 | Scilab | false | false | 552 | sci | template_rename_runme.sci | exec("swigtest.start", -1);
i = new_iFoo();
checkequal(iFoo_blah_test(i, 4), 4, "iFoo_blah_test(i, 4) test fails");
checkequal(iFoo_spam_test(i, 5), 5, "iFoo_spam_test(i, 5) test fails");
checkequal(iFoo_groki_test(i, 6), 6, "iFoo_groki_test(i, 6) test fails");
delete_iFoo(i);
d = new_dFoo();
checkequal(dFoo_blah_test(d, 4), 4, "dFoo_blah_test(d, 4) test fails");
checkequal(dFoo_spam(d, 5), 5, "dFoo_spam_test(d, 5) test fails");
checkequal(dFoo_grok_test(d, 6), 6, "dFoo_groki_test(d, 6) test fails");
delete_dFoo(d);
exec("swigtest.quit", -1);
|
112d447c9d6e3924eadfaaad49e743dc5ecbb168 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1538/CH8/EX8.2/Ex8_2.sce | bf0969ece8683099a7e058a353334e4e096504f1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,361 | sce | Ex8_2.sce | //example-8.2
//page no-235
//given
//density of alpha and beta phases
rhoalpha=10300 //kg/m^3
rhobeta=7300 //kg/m^3
//refer to fig-8.5 in book
//at point B, the composition of lead in alpha-phase is 82% and that of tin in alpha-phase is 18%
leadalpha=82
tinalpha=18
//so we get
//82/rholead+18/rhotin=100/rhoalpha -----------(1)
//similarly at point E
//the composition of tin and lead resp are 97% and 3%
leadbeta=3
tinbeta=97
//so we get
//3/rholead+97/rhotin=100/rhobeta ------(2)
//solving 1 and 2
//we get
rholead=11364.1 //kg/m^3
rhotin=7220.14 //kg/m^3
//let density of eutectic composition is rhoe. knowing the compositions at point D, we can write
//38/rholead+62/rhotin=100/rhoe
//so
rhoe=100/(38/rholead+62/rhotin) //kg/m^3
//it is given that there is 88% eutectic composition by volume. its conversion in weight proportions yeild
W=88/100*rhoe //kgf
Wlead=38/100*W //Kgf
Wtin=62/100*W //kgf
//there is 12% beta phase by volume which on converion to weight proportion gives
Wdash=12/100*rhobeta //Kgf
Wdashlead=3/100*Wdash //kgf
Wdashtin=97/100*Wdash //kgf
//total weight of lead and tin can be estimated now as
Wddashlead=Wlead+Wdashlead //kgf
Wddashtin=Wtin+Wdashtin //kgf
//percentafe of tin
percenttin=Wddashtin/(Wddashtin+Wddashlead)*100
printf ("percentace of tin is %f",percenttin)
|
f729af6b0f1a34cd42d714caef5eb586c36a154e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1379/CH13/EX13.1.6/example13_6.sce | 11cc0e8aeccad8228050ed273ded4479b01aa731 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 371 | sce | example13_6.sce |
//exapple 13.6
clc; funcprot(0);
// Initialization of Variable
rho=1.210;//density of air
mu=1.78/10^5;
g=9.81;
rhos=2655;//density of ore
pi=3.1428;
d=0.095;
dp=2*10^-6//particle diameter
dt=0.333;//dia of cyclone separator
h=1.28;
//calculation
U=dp^2*g*(rhos-rho)/18/mu;
Q=0.2*(pi*d^2/4)^2*d*g/U/pi/h/dt;
disp(Q,"volumetric flow rate in(m^3/s):")
|
bca96c32ef615316c768e9d2c82f5d6c6516e75a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1748/CH2/EX2.38/Exa2_38.sce | a7503e5b46f2be0a8843027ad0970857614f09ee | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 789 | sce | Exa2_38.sce | //Exa 2.38
clc;
clear;
close;
//Given data :
format('v',6);
f=50;//in Hz
P=6;//no. of poles
phase=3;//no. of phase
R2=0.02;//in ohm
X2=0.1;//in ohm
S=R2/X2;//slip(unitless)
Ns=120*f/P;//in rpm
Nr=Ns-Ns*S;//in rpm
//At starting S=1
S=1;//slip
//Formula : T=K*S*R2/(R2^2+X2^2)
//Starting torque, Tst=K*R2/(R2^2+S^2*X2^2)
//Maximum torque, Tm=K/(2*X2)
//Tst=(2/3)*Tm : gives a equation
//100*R2^2-30*R2+1=0
a=100;b=-30;c=1;
R21=(-b+sqrt(b^2-4*a*c))/(2*a);//in ohm
R22=(-b-sqrt(b^2-4*a*c))/(2*a);//in ohm
//This R2 is the value of rotor circuit resistance.
RotWinResistance=0.02;//in ohm per phase
Extra_R1=R21-RotWinResistance;//in ohm
Extra_R2=R22-RotWinResistance;//in ohm
disp("Extra Resistance(in ohm) : "+string(Extra_R1)+" ohm or "+string(Extra_R2)+" ohm."); |
dbb9a0d96c731379f432c142126c4b6455c3c10f | 449d555969bfd7befe906877abab098c6e63a0e8 | /293/CH3/EX3.8/eg3_8.sce | 78d7228fa21f469ad49cef1b39e7a00d23d436e4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 516 | sce | eg3_8.sce | //mesh equations:
//60*I1 - 20*I2 = 20
//-20*I1 + 80*I2 = -65
R = [60 -20;-20 80];
E = [120;-65];
I = inv(R)*E;
I1 = I(1,:); //current flowing in first mesh
I2 = I(2,:); //current flowing in second mesh
Ibd = I1 - I2; //current flowing through branch bd
Iab = I1; //current flowing through branch ab
Icb = -I2; //current flowing through branch cb
disp(Ibd, "current flowing through branch bd = ")
disp(Iab,"current flowing through branch ab = ")
disp(Icb,"current flowing through branch cb = ")
|
9b42f805ed314a59be2af02fb8aad759ca5c6411 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1574/CH8/EX8.24/TL_Ex_8_24.sce | 7369e92678dcc313fc259dfd3dd46b0a1164e82c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 371 | sce | TL_Ex_8_24.sce | clc
//Chapter8
//Example8.24, page no 354
//Given
f=20e6//tuned freq
ZR=100//Equivalent aerial Resistance
Zin=500//input impedance
c=3e8
lambda=c/f
l=lambda/4//lambda/4 Transformer
Zo=sqrt(Zin*ZR)//Characteristic impedance
mprintf('the Length of the transformer(stub) is %f metres\n The characteristic impedance of this transformer is %d ohms',l,round(Zo))
|
1265ae3db1d10c02705b06ed7188c6ffebd5c872 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3845/CH20/EX20.1/Ex20_1.sce | 828e3e9865d1558c5a1ea6cdc1d474992096b955 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 522 | sce | Ex20_1.sce | //Example 20.1
delta_Q1=720;//Charge moved by truck battery (C)
delta_t1=4;//Time (s)
I1=delta_Q1/delta_t1;//Current (A)
printf('a.Current flowing through the truck battery = %0.1f A',I1)
I2=0.3*10^-3;//Current flowing through calculator (A)
delta_Q2=1;//Charge moving through calculator (C)
delta_t2=delta_Q2/I2;//Time taken (s)
printf('\nb.Time taken for the charge to move through the calculator = %0.2e s',delta_t2)
//Openstax - College Physics
//Download for free at http://cnx.org/content/col11406/latest
|
7ce2d0c7e3a83fe98d713125f6d782fd9298c88b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3886/CH15/EX15.3/15_3.sce | 477278c0ee035ae59e2864f7aac1e778253cf344 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 284 | sce | 15_3.sce | //Motorist travelling
//refer fig. 15.5
u=(70*1000)/(60*60) //m/sec
v=0
s=50 //m
//Using equation of linear motion
a=-(19.44^2)/(2*50) //m/sec^2
//again
t=19.44/3.78 //sec
//Applying equilibrium equationswe get
mu=(3.78)/(9.81)
printf("\nt=%.2f sec\nmu=%.3f ",t,mu)
|
e1f3580cbd3b051beb6222e05cd99575af006e85 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1847/CH4/EX4.3/Ch04Ex3.sce | 57facf757dcef53e6c6178decb9fdc3e2fc56e5d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 455 | sce | Ch04Ex3.sce | // Scilab Code Ex4.3:: Page-4.6 (2009)
clc; clear;
mu = 1.53; // Refractive index of the material from Brewster's law
// As mu = tand(ip), solving for ip
ip = atand(mu); // Polarizing angle, degrees
// But mu = sind(ip)/sind(r), solving for r
r = asind(sind(ip)/mu); // Angle of refraction, degrees
printf("\nThe angle of refraction of the ray = %4.1f degrees", r);
// Result
// The angle of refraction of the ray = 33.2 degrees
|
9bae3779a2601eb4e685fc27cb67ed029ab6efa3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1309/CH1/EX1.4/ch1_4.sce | ad120cb5b51f5d770e13e452024c0ce220f70526 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 764 | sce | ch1_4.sce | clear;
clc;
printf("\t\t\tchapter1_example4\n\n\n");
// determining average film conductance
D=2.43/100; // diameter in meter
L=20/100; // length in meter
A=3.14*D*L; // cross-sectional area in sq.m
cp=4200; // specific heat of water in J/kg.K
T_b2=21.4; // temperature of bulk fluid in degree celsius
T_in=20; // temperature of inlet water in degree celsius
T_w=75; // temperature of wall in degree celsius
Q=500; // volumetric flow rate in cc/s
density=1000; // density of water in kg/cu.m
m=Q*density/10^6; // mass flowa rate in kg/s
printf("\nThe mass flow rate is %.1f kg/s",m);
// using definition of specific heat and Newton's law of cooling
hc=m*cp*(T_b2-T_in)/(A*(T_w-T_in));
printf("\nThe average film conductance is %d W/sq.m. K",hc);
|
4781be66956e039cdffff1b97219d96585160568 | 449d555969bfd7befe906877abab098c6e63a0e8 | /965/CH13/EX13.10/10.sci | 24a1b424e0c08686c888884a5d45e12c523e5685 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 278 | sci | 10.sci | clc;
clear all;
disp("Mass transfer coefficient")
U=6.2;// m/s
d=35/1000;// m
v=15.5*10^(-6);//m^2/s
D=0.82*10^(-5);//m^2/s
Sc=v/D;// Schmidt No.
Re=U*d/v;// Reynolds No.
Sh=0.023*((Re)^0.83)*(Sc)^0.44;
hm=Sh*D/d;// m/s
disp("m/s",hm,"mass transfer coefficient = ")
|
1b2e403360a8b809fd73dbf76ca998b3a2dec577 | 449d555969bfd7befe906877abab098c6e63a0e8 | /542/CH13/EX13.4/Example_13_4.sci | d37deaff6cf3240b1cc239cbef51c7856ebe6b58 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 650 | sci | Example_13_4.sci | clear all;
clc;
printf("\n Example 13.4");
diameter = [2 3 4 5 6];
number = [30 120 200 80 20];
function[x] = Sum_d1cube()
sum = 0;
i = 1;
while (i <= 5)
sum = sum + number(i)*(diameter(i))^3;
i = i+1;
end
x = sum;
funcprot(0);
endfunction
function[y]=sum_d1square()
sum1 = 0;
j=1;
while(j<=5)
sum1 = sum1 + number(j)*(diameter(j))^2;
j= j+1;
end
y = sum1;
funcprot(0);
endfunction
function[z]= ds()
z = Sum_d1cube()/sum_d1square();
funcprot(0);
endfunction
printf("\n Mean droplet size = %.2f mm",ds());
|
39c15f8301aded444a5ae27817316b70883a9e24 | e6d5f1d801a3fe887b5dc04b8cc0a9eabc1fd432 | /Semana_5/act4_grupo4.sce | 77ce5bdb8a72d66969e91f71201c16e6e84a4f9d | [] | no_license | lordjuacs/MateIII | 70def332063e56eb10fb47678a7e6130dc0dca63 | 164c53b61c9e35e565121f77ba2c578680a3ab56 | refs/heads/master | 2021-05-24T15:56:01.078904 | 2020-07-27T19:57:34 | 2020-07-27T19:57:34 | 253,643,962 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 414 | sce | act4_grupo4.sce | function mayor = MAYOR(y0)
[m,n] = size(y0)
mayor = 0
for j=1:m
if abs(y0(j,1)) > abs(mayor)
mayor = y0(j,1)
end
end
endfunction
clc
A = [2 -12;1 -5]
x = [1 1]'
y = A*x
disp(y0, "y0")
for i=1:10
y = A*x
valor = MAYOR(y)
x = y/valor
end
disp(y,"y - 10 iteraciones")
disp(x, "vector propio - 10 iteraciones")
disp(valor, "valor propio - 10 iteraciones")
|
9f7b32295106e767fade490627ad1c79331d6b20 | b29e9715ab76b6f89609c32edd36f81a0dcf6a39 | /ketpicscifiles6/Circledata.sci | 2148c061bda7c9098a8fb99b3a88bd8a68b8c719 | [] | no_license | ketpic/ketcindy-scilab-support | e1646488aa840f86c198818ea518c24a66b71f81 | 3df21192d25809ce980cd036a5ef9f97b53aa918 | refs/heads/master | 2021-05-11T11:40:49.725978 | 2018-01-16T14:02:21 | 2018-01-16T14:02:21 | 117,643,554 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 636 | sci | Circledata.sci | // s:2008,05.12
// e:2014.09.08 [A,B] supported
// e:2014.10.24 N,R => N__, ...
function P=Circledata(varargin)
Nargs=length(varargin);
C=varargin(1);
if length(C)==4 then
ra=norm(C(1:2)-C(3:4));
C=C(1:2);
Nop=2;
else
ra=varargin(2);
Nop=3;
end;
R__=[0,2*%pi];
N__=50; // Numpoints
for I=Nop:Nargs
Tmp=varargin(I);
K=mtlb_findstr(Tmp,'=');
Tmp1=strsplit(Tmp,[K-1,K]);
Tmp2=ascii(Tmp1(1,1));
Lhs=char(Tmp2(1));
Str=Lhs+'__='+Tmp1(3,1);
execstr(Str);
end;
Dt=(R__(2)-R__(1))/N__;
T=R__(1):Dt:R__(2);
X=C(1)+ra*cos(T);
Y=C(2)+ra*sin(T);
P=[X',Y'];
endfunction
|
c1d2de752f39080427e43649132a174ec9487ee7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2024/CH10/EX10.13/10_13.sce | 6688544bd1405c9fbc87346181b9311f84061104 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 435 | sce | 10_13.sce | clc
//Initialization of variables
t1=80 //F
t2=60 //F
p=14.696 //psia
ps=0.5069 //psia
pss=0.2563 //psia
cp=0.24
//calculations
pw= pss- (p-pss)*(t1-t2)/(2830- 1.44*t2)
phi=pw/ps
w=0.622*pw/(p-pw)
ws=0.0111
hfg=1059.9
hw=1096.5
hf=28
w2= (cp*(t2-t1)+ ws*hfg)/(hw-hf)
//results
printf("relative humidity = %d percent",phi*100)
printf("\n humidity ratio = %.5f",w)
printf("\n in case 2, humidity ratio = %.4f ",w2)
|
804e4b2cab8f36d6ed41bb8c48deee7a09253c6c | 178822612bcd418dc12ba7a649304a24ab618d60 | /Numerical Analysis/exo.sci | 0ae061875c77e134b48d908752374fc78caaaccc | [] | no_license | engom/Math_Problem_Solving | b56c6cbfbff6c416c519795b9ab8f0c0bbba5ea3 | 6538c476681ae4ee803ea9b3a8944c5f370e1961 | refs/heads/master | 2022-05-25T01:13:16.123161 | 2016-02-13T11:32:28 | 2016-02-13T11:32:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 68 | sci | exo.sci | function[x1,x2]=exo(a,b)
x1 = a + b
x2 = a - b
endfunction
|
e9bcf0c1cd4385215957684bb85e432bc4255744 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2078/CH5/EX5.13/Example5_13.sce | 2626f11c1252626cf930bd24b5694df9931c472b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 728 | sce | Example5_13.sce | //Exa 5.13
clc;
clear;
close;
//Given data :
f=50;//Hz
l=30;//km
Z=40+%i*125;//ohm
Y=10^-3;//mho
P=50*10^6;//W
VRL=220*10^3;//Volt
VR=VRL/sqrt(3);//Volt
pf=0.8;//power factor
cos_fi_r=pf;
sin_fi_r=sqrt(1-cos_fi_r^2);
IR=P/(sqrt(3)*VRL*pf);//A
IR=IR*(cos_fi_r-%i*sin_fi_r);//A
ICR=1/2*%i*Y*VR;//A
IL=IR+ICR;//A
VS=VR+IL*Z;//Volt
VSL=sqrt(3)*abs(VS);//Volt
disp(VSL/1000,"Sending end line to line voltage(kV) :");
IS=IL+1/2*%i*Y*VS;//A
disp("Sending end current(A), magnitude is "+string(abs(IS))+" and angle in degree is "+string(atand(imag(IS),real(IS))));
fi_s=atand(imag(VS),real(VS))-atand(imag(IS),real(IS));//
cos_fis=cosd(fi_s);//sending end pf
disp(cos_fis,"Sending end power factor(lag) : ");
|
b569c840cea6be5c27dfbd5f7a2d8526a9ca3392 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set9/s_Engineering_Mechancis-schaum_Series_Mclean_3137.zip/Engineering_Mechancis-schaum_Series_Mclean_3137/CH9/EX9.20/Ex9_20.sce | d87ef2a5f768d332c80c382988303d943dd3b0fd | [] | 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 | 241 | sce | Ex9_20.sce | errcatch(-1,"stop");mode(2);//Initilization of variables
m=900 //kg
mu=0.2 //coefficient of friction
g=9.8 //m/s^2
//Calculations
T2=m*g/(exp(2*2*%pi*mu)) //N
//Result
printf('The force needed to hold the mass is %fN',T2)
exit();
|
13f617485aa330914eb78778909b090e4c8109be | 449d555969bfd7befe906877abab098c6e63a0e8 | /2438/CH1/EX1.8/Ex1_8.sce | 587b5d42bed727a3514067ee18ffa72f71e9cd2a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 821 | sce | Ex1_8.sce | //==================================================================================
//chapter 1 example 8
clc;
clear all;
//intercepts given are a,2b,-3c/2
//from the law of rational indices
//a:2b:-3c/2=a/h:b/k:c/l
//variable declaration
h12 = 1; //miller indices
k12 = 1/2; //miller indices
l12 = 1/%inf; //miller indices
a = 10*10^-9;
//calculation
p1 = int32([2,1,1]);
// 1/%inf = 0 ; (1/2 1/1 0/1) hence lcm is taken for [2 1 1]
l22 = lcm(p1);
h=h12*double(l22);
k=(k12)*double(l22);
l=(l12)*double(l22);
d=a/double(((h^2)+(k^2)+(l^2))^(1/2));
//result
mprintf('miller indices = %d %d %d',h,k,l);
mprintf('interplanar distance is =%e Å',d);
//====================================================================================
|
b8474f8fb00bc37a8908948767f44cecd107979f | f6134e0a162a059c42ec3ef8de2a63941d73936c | /Scilab_code/rect3D.sci | 87f197b7291e7484d3bc4c555fa5c69e721e09eb | [] | no_license | mxch18/SRL-WRT_pathPlanning | 38a1701934a4a0e919a6c1c7990092b242df72da | 6992febbbe103814d2cef5351a0e8917b183a2b0 | refs/heads/master | 2020-03-23T06:43:54.155192 | 2018-09-26T17:26:56 | 2018-09-26T17:26:56 | 141,226,032 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,642 | sci | rect3D.sci | function [x,y,z] = rect3D(orig,n,xd,yd,l,w)
//Author : Maxens ACHIEPI
//Space Robotics Laboratory - Tohoku University
//Description:
//Outputs the coordinates of the four corners of a lxw rectangle with
//surface normal n
//INPUT
//orig : one of the rectangle's corner. Line vector.
//n : the rectangle surface normal
//x : the plane x direction. We assume orthonormal base.
//y : the plane y direction. We assume orthonormal base.
//l : the rectangle's length
//w : the rectangle's width
//OUTPUT
//x,y,z: the coordinates of the rectangle's corners. Column vectors.
//----------------------------------------------------------------------------//
rhs = argn(2);
x = zeros(4,1);
y = zeros(4,1);
z = zeros(4,1);
points = zeros(4,3);
if rhs==2 then
//we just want to draw a big plane
l=50;
w=50;
if ~n(2)&~n(1) then
v1 = [1 0 0];
else
v1 = [-n(2),n(1),0];
end
v2 = cross(n,v1);
v1 = v1/norm(v1);
v2 = v2/norm(v2);
elseif rhs == 6 then
//this is the case when we want to draw a small rectangle like a bbox
xd = xd/norm(xd);
yd = yd/norm(yd);
v1=xd;
v2=yd;
else
disp('Inappropriate number of arguments');
abort;
end
points(1,:) = orig;
points(2,:) = points(1,:)+l*v1;
points(3,:) = points(2,:)+w*v2;
points(4,:) = points(1,:)+w*v2;
x = points(:,1);
y = points(:,2);
z = points(:,3);
endfunction
|
d51bea179173a250931b0c5a811bd6adb137b21c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1895/CH11/EX11.49/EXAMPLE11_49.SCE | ab3e9025767bf57218f438f8e2823c60e2262f3c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,076 | sce | EXAMPLE11_49.SCE | //ANALOG AND DIGITAL COMMUNICATION
//BY Dr.SANJAY SHARMA
//CHAPTER 11
//Information Theory
clear all;
clc;
printf("EXAMPLE 11.49(PAGENO 534)");
//given
P_x1 = .4//probability of first signal
P_x2 = .2//probability of second signal
P_x3 = .8//probability of third signal
P_x4 = .08//probability of fourth signal
P_x5 = .02//probability of fifth signal
n1 = 2//number of bits in code obtained from table given textbook
n2 = 3//number of bits in code obtained from table given textbook
n3 = 1//number of bits in code obtained from table given textbook
n4 = 4//number of bits in code obtained from table given textbook
n5 = 4//number of bits in code obtained from table given textbook
//calculations
L = P_x1*n1 + P_x2*n2 + P_x3*n3 + P_x4*n4 + P_x5*n5;//average codeword length per symbol
//since sigma = sqrt(summation of product of probability and (n- L)^2)
sigmasquare = P_x1*(n1-L)^2 + P_x2*(n2-L)^2 +P_x3*(n3-L)^2 + P_x4*(n4-L)^2 +P_x5*(n5-L)^2;//Variance of codewoed length
//results
printf("\n\nVariance of codeword length =%.4f",sigmasquare)
|
48455701983b74d50ebd511225666995bd1f52b1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /70/CH6/EX6.3.3/6_3_3.sci | 8538eac4d299480abf0f230b4011a0ba9bb4f29e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 139 | sci | 6_3_3.sci | //332
clear;
close;
clc;
A=[1 -2;3 -1];
disp(A,'A=');
[U S V]=svd(A);
Q=U*V';
S=V*S*V';
disp(Q,'Q=');
disp(S,'S=');
disp(Q*S,'A=SQ=')
//end |
26b2d099f82d6f7198dccc239b95962bf6c7351d | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.1.1/Unix/scilab-2.1.1/macros/percent/%slsp.sci | 7c4aa44e92f7d5c1457f42630298469d95f6e809 | [
"MIT",
"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 | 61 | sci | %slsp.sci | function x=%slsp(a,x)
// a^-1*x a full,x sparse
x=a\full(x)
|
97d3a5b800e9bf86bce8cde87b8c1761e24fb3a2 | ecfadf59abf0c377e4fbaafb8f594420d8d23277 | /ASM/Various/Alan Hourihane/TAPE_SRC/DOCS/DRIVES.TST | c45847e4dc50c766cb22f59e7fd6db55942ec1ec | [] | no_license | laurentd75/ggnkua_Atari_ST_Sources_Repository | 71fad5fc5ee3ea7bbd807ec6a6d4a99f7ef31334 | b51e02ffd546ba8260a5645a51acd90d66c16832 | refs/heads/master | 2023-08-31T14:13:18.440660 | 2023-08-24T10:09:58 | 2023-08-24T10:09:58 | 164,442,362 | 0 | 0 | null | 2023-09-03T00:24:29 | 2019-01-07T14:12:47 | null | UTF-8 | Scilab | false | false | 1,216 | tst | DRIVES.TST | SCSI Tape Streamers supported by TapeBIOS - Tested
==================================================
The tape drives that have been tested with TapeBIOS, with the caveats
stated, are listed below:-
Tandberg TDC 36xx series.
Works faultlessy. No timeout value needed whatsoever.
Archive Viper 150S.
Timeout value must be specified, Spurious errors otherwise occur.
Some versions of the tape drive bios i.e. 21247-xxx do not fully
report the proper error information. Most of the time a General
Failure error will occur from these streamers.
FA.ST (ICD) 155mb mini cartridge.
Load/Unload commands not supported.
For the above commands the tape drive returns an illegal request call.
Instead use the ready/rewind combination to replace these commands.
As for the Archive Viper 150S, a timeout value must be specified.
Adaptec 3530 (SCSI to QIC-02 Controller).
Tested with Wangtek 5099EN (60MB). Works fine. No problems occurred.
Cypher CT540.
If anyone else uses TapeBIOS with or without problems, or has any
comments on the above information, please get in contact so i can review it
and update if necessary.
Alan Hourihane
email: [email protected]
15/3/91.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.