Skip to content

Instantly share code, notes, and snippets.

@GlenboLake
Last active September 23, 2015 20:48
Show Gist options
  • Save GlenboLake/1971eb24088bfcbd308f to your computer and use it in GitHub Desktop.
Save GlenboLake/1971eb24088bfcbd308f to your computer and use it in GitHub Desktop.
Output of /r/dailyprogrammer challenge 233 Intermediate
1
import copy
import itertools
import random
class GameOfLife(object):
def __init__(self, text):
start = [list(s) for s in text.splitlines()]
max_width = max([len(s) for s in start])
for row in start:
while len(row) < max_width:
row.append(' ')
self.grid = start
def show(self):
for row in self.grid:
print(''.join(row))
print()
def is_alive(self, row, col):
return self.grid[row][col] != ' '
def get_neighbors(self, row, col):
# Get all combinations of 0/1/-1 except 0,0 (current cell) to check
# adjacent cells
adj = [x for x in itertools.product([0, 1, -1], repeat=2) if any(x)]
n = []
for dr, dc in adj:
try:
if row + dr < 0 or col + dc < 0:
raise IndexError
ch = self.grid[row + dr][col + dc]
if ch != ' ':
n.append(ch)
except IndexError:
continue
return n
def make_next(self):
next_gen = copy.deepcopy(self.grid)
for i, row in enumerate(self.grid):
for j, _ in enumerate(row):
neighbors = self.get_neighbors(i, j)
if self.is_alive(i, j):
if len(neighbors) not in [2, 3]:
next_gen[i][j] = ' '
elif len(neighbors) == 3:
next_gen[i][j] = random.choice(neighbors)
self.grid = next_gen
def play(self, generations=float('inf')):
gen = 0
while gen < generations:
gen += 1
print(gen)
self.show()
self.make_next()
text = open(__file__).read()
GameOfLife(text).play(100)
2
i t c tos
ol
i t r o
pmpo rnom
lss ammOfiLefeobjctc:
las ameOfLife(object)
cl ))
e __ _ t : et..pslillniee)]
f in t x s()
f s) f r s (]
f i satt]
f rw < m x_width
ef ' ' x_dttt
elf.grid = '
e f :s ara
e ss :selffgir:
f sf
)
rin n''.'.iin(owo)
f f eeef, oo lll
e ri :
d fr ]
e r
e gg , c cxct , uuuent ce) chk
f # of - xcep , curren ell hec
## ]
aa f r x in tertools.product([0 1] epeat=2 ny(x)
f a :etrrolos.pooudtc[0[ ], reaa=t= nnxxx
f r d dj
o tt d l
y::i r + dr < 0 co
l<
ch = ++ r][co c
if c r][[o c
xe h
xce
ee Eoro
etur octitin
f m (sll))
e mm ( eepoop(yseffgggii
d )
f :
o rf r rrs(
r ghbors(i
i
e ttin[ 2 ]
eli ' 'n 2 ]
lif ooiccn(neibhosr
sff..g = r om.choice(neighbors
elf.gri nn i[[] rdndmm.hhceceeiehhbrrs
f f g =flflat((niff')
e fp ( elf enerations=float('inf'))
d g laat('i'f')
w n <<generations
hl eeraoiss
p )
s e((
s ext(
et pee
t = (
G f
3
t s
o o
ipmp rro oo
l o a ebobcct
l :
l a )
c l a OLi eboeee t ) t...sllllinie)
_ ) et..pslillnie ]
__ s)in t .pliillin )
) f ttt ( ]
f ms t att
ff r xx ht tat
e gr <' xx t
ee f.gri d== a _dtt
f lfl..rd :
ee : gir
sf slffgfgi
fii '''...i((wo )
i n .ii ow
f ir e . o ll
de efe l ]
ed
de c cx uent ) h
fe gg , c t u t c ) c k
g of x p c n e l h cc
a # tt lsr c ] u e l y
a x i e 0 1] e 2 n x
f r x n: [ ], r = n x
frrt de ttrollo oodt[0[ aaaat nnx
orttt: : d dr ol
ty:: dr< co
y cr + r[o
ch +r oo
cif +r o
x i r[o
x e ro
e ucecctcitt or
me u o n rr
m eer ) eoppoyssefgfggi
de mm ( sll epoop(yseffgggii
dmf popoopyyeeggggi )
r rr
ff (
fr hbo i
i
l e tt [
e e '' c niehbso
ff.. l f m r
s r n [[ rd r
se i n i s
f pl i neattn hhheeceiihhbrr
de fp l g e neration )
fww n g )
h <<<gen s la(tiii''
hl <e s
p os
ss (
pee e (
e e t (
t e
4
o
pp r oo o
ipmpo r ooobebcbc
l p oa o bobcct
ll obbbc :
ll i obee )t ...llllilnii
a_ L boee e t e)
_ O obee s )n e ]]
_ s) nn t. ]])
ff s ff .lii
ff s th a t
fff m' x tht t t
e f rd = xxx dd tt t
e = :< dtt
l ddd = gi tt
sf fl...r :sff :
sf '
sf i '' w
i n '' ll
ir e e i.i woolll
dee ef lll
e e e ] un
e cx uent ) h
feg g , c t u ue t c ) c kc
eeg g tof r c ucu e e ll hh cc
s ] ] l yh x
aff x :et s ] , r 2l nny
f r i rrllo odt0[ [ ], r aat = n nxx
t d ttrollol odt[0[ aaaat nnx
f d ttoll lo dtd00 aat x
r :r d < c + o
y cr < + r[oo
+ r oo
c + o oo
i rr[o
iti ro [
eee uc tcitt r o
u uc o ici n e oyyssefggfg
em r l ) r i
e r ll e
ed f s p )
d opopoyyeggggi r
ff br (
fr b iii
h [
e tt ihehs
ff ee ee t iehbso
ff. r efe r m eihboor
ss f. r l nnn [ sr
ir eaat [ hheeeceihbbrrs
ff l ii e nn hhheeceiihhbrr
e l ge n n )hhhheceeihbhr
ff w n aiio a(iiii'')
w hh < e a(tiii''
hl s ((iiii'
ps s
s (
p ee ((
ee t
5
o
p o o o ecbc
o or oooo c
l a ob
p o :) ..llliiiii
ll o )t ..llllilniie
a_ OLi o e . .llllliln ]
_ o ee )nn e ]
f_f ee s ) n t. ll ] )
f f s sffff t .lii ]
s s x t iaa
f ff 's xx d h ttt
ee = m m xxxxd t t
e == ::< x t
fs l l.rrddd = s g t t
sf fl...rd ' :sf i
.r ' s:f
sff ' ' l
s i n ' i l
e r e . o
dee ff i o ]
e e ee ] u n
e eg cx ) hh
f g t,, cxt u t c )l cc c
e gg tof u ll x
e t f sss u] ] xx
aff e lll s ott ] ,, t t2l n x
ff d:e s o ], r =2 n x
r t lo x
dd o 0 a a xxn
:rc d< otl + 0 a
ccr < ++r oo
+++
++ o
tt r o
e t ro [o
eeeucu r rooysssseffgf
eme u uc n ree oyyssefggf
e uru ) ere oysesegff
e ll ep
edd sl ppopooyyggggg
dd opopoyyegggg )
ff popyyyegggg b r (
fr b b iii
h b i hhe
eee ttt i s
f f e e t i o
s r e e r
s .. l n n aa eheee r
ffss. r n n aa h s
f i ennne aa h r
e f l ennn iin aiiii'')) r
ff hwh n g iio a )hhhhheeeeebhr
f ii a '
hh ( '
hps ((ii'
e s (((
ppeee ((
eee (
6
o cc
o o oe cb
r oo ec
o ) .lllliii
l o :) .
l O ooo ) ie
a_ L oo )et ) .. ie]
a _ i oeee ))nn ne .l llli ]
f f eee ..l i )
_f ss s f t . a ]
ff s d tth att
fff dd hiaattt
ee e = :m m xd t ttt
e rrrd == : < xx xt t
f l d s g i
sf f ' s
s r ' f
sff r '' ' :
ss r 'nn
eee fff ..i
d e ff
e eee
efeeg , ] c x )) hhh
ffee g t , c t l chcc
ee gg s s t u )ll x x
e ss t u] ], l xxx
e f lllls s ot ] ,, t l xx
f d:e l lso tt ],, t 2 xxx
f d e lo = x x
: dd< l o xn
: c d < t ++ o00 x
c r << t r oo
c + oo
+ +
+r[ oo
e eeu ro osssssef [o
e u e fo
em c
eeeuuruc n e o f
e d u ll r o
e d lsl e g
d d p g )
ff p g bb ri (
fr poyyeyegg bb bii i h
e h b iii hh
eee t tb ihe
e eee t ii o
ss... rr nee eeeie or
s.. r nnn aa hee rrs
ffss.. rr n e a hee rs
f s. il n ea iiii'' hh r
e fww l n n aiiii'' hheeeeeehb
f hw ng n i aiiii'' hhhheeeeebh
ff w i i aa '' hhhheeeeehh
hhs ((((i
hps ( ((ii
s ( ( (ii
p e ( (
e ((
e
7
ccc
o b
ooo eo ec llllii
o )) .llllii
):) .llliii
o ) .. i e
a_ iLi o e ))e )) e.. ll i ]
a _ o ee t )nn e l lll i ]
_f f e e s fe . i i ])
_fff e ss h aa
f ss dd t h a t
f f mm d hia
e e rr = :mm x t thaa t
f ee rr === :: << xxt t
f l rd d ' =s
fsff '' fs
s f ' :fs
s f '
e ' f .
e e f. .
dd e .
e g e e h
f g e ) h h
g ,] c t l c
f gg s s ct uuu ll x
e gf l s ott u] ], l x
ee e lll s t ] ll
ff d:e ll o tt ],,, t 2
d e s o ] = x x
: dd << o o 0 xx
: c d < ltt ++r o 0 xx
c r << ++ o
c oo
+ ++o o
e sssse +r[ oo
eeeu sssssef+ o
e ee u osssse foo
e c f
uuruc n e
e u u l o
de dd l l e
l p gg ))r
ff oyyyeeggg bb i
fr oyyeyegg b ii hh
eee pyyeegg h b i i h e
e tb i i e
.s. re e ttt ee oo
s . rre e ei o s
n e a h r s
ff nnn e aa iiii h e r r
f . nea a 'h hh eee rr
e f ll ng en a 'h b
ef w i a 'h b
ff h h a '' 'h h
h s i a i hhhheeeeh
h s ( ( i
s ( ( ( i
( ( i
ep ((
8
cc
o c b llli
oo ooec . i
o ooe ) ) i
) ) i
i ) . ll l
a_ L oo e ) ) e l l l i ]e
a _f i o e t ) fee. ll l l i ]
_ eee sss )ffe l. i i ])
__ f s t hh aa
_ ff t dh a
ef m dd d
fe eee rr === : x ttt a
ef eel r == = :: << xxt hh
l rdd s x
f fl d '
f ''': s
ss ' f
ee f .
ee e f. .
dd ee ee..
eed eg e
gg e hh
g ,]] c u )ll
g g ss u uu lll
ee f ll ss u ]
e f :e: l ss t ] lll
fff d e l l oo t ],, 22
dd < oo ]] = xx
: dd <<< l o 0 x
: c dd < t + r oo xxx
c r << t + + o
c ++ o
sss r + o
eu s [ o
ee u o + o
ee u o ffoo
c osse f
u ruc
eee u u l
dee d l )
l yyyeeg gg b))r
ff o g b
fr e p g b b ii hh
ee p g bb ii h e
s eeeee yyeee t iii
.s. .r r t t ee eei oo
s s rr e t ee o s
r n e aaa ii heh orosss
f nnn aa iiii hh e r r
f f l n a ii''h h ee rr
ee l e e a eeb
e f aa bb
fff hhh aaa ' 'hhhhheeeehh
hhhhs a( 'i hhhhheeeeh
ss (( ( ii hhhheee
( ( i
( (
((
9
c ll
oo c b lli
oo o c llii
oo o c ii
o )) ii
) ll il
a__ Li oo ee ) ll llll ]]e
a a_ f oo e e s ) f e. l il i ]
a_ f_f ee ss )ff i ])
__ ff e ss fe tt aai
__ f t dhh aa
eee e = dd
fe r ==== : m x ttthh
ef er r == == ::: x ttthhh
fff rddd = xxt
fll ddd ' :
sf ff ' :s
ss f
s ff ..
e .
e .
e d ee .
e g g ] )
gg , ] uu ) l
e ggg l uuuu l l
eegfff e lslssss uuuu] l l
f : : l l ]] , l l
fff d e: l ] , 2
f d << l oo ] , 2 xx
: d < < oor 00 x x
: c d < ltl +++ oo xx
c r d<< ++ + o x
c t + o
ss +r ooo
eu sss oo
eeeuuu oo oo
ee uu osse ffoo
u eu c oss ff
e ruc oe
e eedu u
d ee ll yyye ))
d yyyee gg b )r
ff ooyeeg g ggb
fr ee pp g bbb ii hh
r e pyeee bbb i he
ss. ee e yyee ttt i e
. . . e eye tt e oo
s s r er a itt e o s
rr n n a a i i h h o s
f nnn i i hh ee r r
eff nne eaa i h h e b rr
eeff aa ''' e b
f h a a 'hhhhhe b
ffff h a a ' ' h
f h s a a i'i h h
hh ss (( a( i i h
(( ( ii hhhee
( (
((
10
l l
oo cb l i
o o oo cb l i
oo o c l
))
_ o llll ]
a _f L oo ee llll l l ]]e
aa f oo ee e s ) f .l l l i ]
a f eee s . l ])
f ee sss e tthd aa i
_ fff e t dh aa a
e == ddt a
e e == = :: x h
f r r == ::: xx h
f flfelrr = =:= : x t hth
l r '::: x
sf f l dd' :ss
s s ff f
s ...
ff. .
e eee .
e eee
e ggg ] )
e ,, u u ) l
ee f l s u ll ll
ee e l lsss u ] l l
e f : :: l sss ,] ll
fff : e ll ] ,, 2
fff < <l o o , xx
: dd < l o 00 x x
: c d< < l t o xxx
c r d< l t o xx
c < ts o o
+r o o
e u o s o
e o s f o
u u o e f oo
u c o s f
eee u c s e
e d uu
d y e b))
de y gg g ))r
ff p ggg gb )
r e p e ggggb b i hh
e p e b ii e e
s . e ee p e ti ee
s. . . eeee y e ee
r rer a e i o s
rr n a it it hh e ooo rss
f n a a ii ii hhh ee r r s
e f n e a i'' h hh e br
e f n a aa ''' ' hhhee bb
f a a ' ' 'hhhhh bbh
ffff aaaaaa ' ' hhhhh bh
ff fhh h s a a i ii h
h ss ((( a( i i hhe
( ( ii hhe
( ( hee
((
11
oo cb lll i
o o oooc b l
oo ooo c
c lll
__ oo e ) l ]]]
aaa_fL o ee l ll ] e
aa _fL oo e eeee s . l l i ]
aa ff e e ss s e dal ])
ff e e ss tt
ff s e h
eee fe = eddtt h aa
eef = = = : : x hh
ff fe r r= = : xxx h h
lfe rr = :: xx th
f rr ' ' : x h
sfs d' s
s s dfff
.
f .
.
eee g e ee
gg e ,] )
eeeegg ,, l) ll
e e l s uu ll ll
e e: :ll l s ,] l
e : :::l l s ] lll
e ff : e l ss , , 2l
f f d <<<l l , xx
f : dd<< << l 0 x x
: c d lttl o o x x
c r < < l t oo x x
c << ts o o
ts oo
oo
e ooo ss oo
ue oo es ff o
ee u c o ees
eee u
e eeddu e )
d bb )
d y g ggg g ) r
f py ggg ) )r
f ppp ee ggg b b) ii hh
. e pp ee ggg bbii e e
ss . eee e p ee tib
s. . e e eee
.r iit ee o s
rr aaa i t itih h eeoo oosr
nen a a i h h eee r s
ff ee aaa i h hh e
ee n aa h'' e b
f f a a ' ''' b h
f f a a ' h b b
f f hh s ( a i ii h e hh
hh ss ((( a( i ii h e
(( ( ii h e
( ( h e
(( e
12
l
oo ooccb lll
o ooo b lll
oo oo c l
cc ll ]
oc e ] ]
aa f o e ll ]] e]
a oee ee e ss ll ll i ]
aa f ee e e s s e dal ])
e s s ttt da
e = ss e t
e e fe = ee dt h aa
f f e ==== : x a
f f f e rrrr= == :: x x h hh
ff l e r r == :: x ht
f lll rr ' ' :: x ht
fs f
s d f
f
.
e e e
e gg eee
ee ,] )))
e g l , l l
ee e e l l l ll
eee e: ss ] l l
ee : l s ] l l
eefff : l ss ,, l l
f ff dd < <l l , xx
f : d < << 0 x x
: c d <<<<l l o o xx xx
c r <<< l s o oo x
c << t s
ts o
oo s o o
ue o oosse o o
u ee o oo
e ue oooe s
ee
e du b)
d eddd g bb )
py g gg ) r
p y g )
.f p p g g gb ) i hh
... e p p e ggg i e
s . .ee eee pp e g t e
s. e ee t i e e
.r a iittit oo s
.r e aa a i t itihh o o rs
n n a ii h hh hh ee or s
n ena a h ' h e e
ee ff ne a ' e
ef a a ' ' bb
ff ff aaa ai ' b b
hhsss ((( a ii i ' e hh
fhhsss ( ( i i h hee
( ( iii hh ee
(( ( hee
(( e
13
occ lll
oooooooccb
o c b
oo oo cc
o cc ll ]
o l l ]] ]]
e lll ]] e]
a o eee e ss l l ii ]
e ee s s tee d l ])
ea ee s ss ttt d l
e === sss e t h a
ee fe == = eeee t aa
ffff ee r : xx etd h a
ff f e rr = : xx hht h
f eer = : : xx h h
lll r r ' ::: tht
fs l d 'f
fs f
f
e ee
e e )
g e e ,] )))
eee l ,, l) l
ll lll
e e l ss l l l
f :: s ] ] ll ll
e f ::: ll ss ,,
e f d << l ,, xx
ff : dd < ll 0 x xx
: c d l o oo xx xx
c r < < lt ls oo xxx
c < < tt s oo
o tss
o s ooo
uee o oosse oo o
o s oo
eue oo ee
es
d e du bb)
d dddu gg b )
ed py ggg )
p y gg ggg ))
. f pppyp gg b) hh
. e e p p gg g ee
s . ee e pp pe e
s. r e e e itti e
.r aa h oo sr
r.r enaaaa ii t hh o rsrs
n aa iit hh hhhheee or ss
n enaaa ' hh ee
fee neeaaa '' beb
e ef f a a '' bb
fff hhs ( aa a i ''' b
f s ((( a i i' eee hh
f s ( (( ii i h
hhss (( (( iii h
((( ( i h e
((( eee
14
oooo c l
ooooo b l
o b
o o c
o cc ll ]]]
oo l l ] ]
e e ll ll i ]
e e ss e l l i ]
a e e s sstt e ddd l i])
ea s e hd ll
e = s t a
e fffee = == td aa
f e rr = dd h a
f f rr :: x dh t h
f eer ' : : xxx t h
ssflllerr r ' ::: tht
fsslll d r''f : t
fs ff
eee
ee e )))
e e ,], ) )
e ,, l l
ee l, l ) l
ee s l
: ll s ] lllll
ff : l s , ,
f dd < ll ,, xxx
f : dd < ll 00 x x
: c dd ll s o x
c r d<< ll ls o xx xx
c < l s oo x
o t ss o
e oo s oooo
e o oos es o o
o s ooo
u o ee s
oes )
e u bb)
u g g b
de py g )
p y g g )
p pp ) hh
... ee p gg gg h e
s. .. eee eee ppppe t t e
s. .rreee e tti
r n a tt hh oos r
r r ena a i tt h hhhe o r s
r n a i thh he e ors s
e n a i '
feee ne a ' e b
f e h eeaa aa a '
fffeef hs ((( aaa ai ' ' e eb h
f s s ( ( aa i i ' e h
ffss s (( i ii h e
hhss ( ( iiii hhh
hs ( ( iii h ee
( ( eee
( e
15
o o
o o bbb
o o o bb
ccc ]
o occ ll ]]]
ooo l ll ]]]]]
ee ll ll ii ]]
eeee sssstte ll i]i]]
aa s sssttte dd l i])
ea ss ss te h l )
e e fef = t
fffeee = = d aaa
e rr == h a
fe r :: xx hht h
r : : xx t h
r r : : x tht
f r r r f ::: tth
f ll df
e
eeee )
e e , )))
ee , , )) )l
ee ll l
ee l,,
ee , l l
e: ll ss lll
ff d ll , lll x
f d d l l ,, xxx
: d d l 0 x xx
: c < l sl 0o xx xx
c r dd < l ls o o xxxx
c < l l s oo xxx
oo sss o
o oo o
oo oo es o o
o s oo
ee s )
eo s ))b
o b )
ed b b
y gg )
p yp g))
. ppp pp g ) hh
.. .ee ee e p p g ) h e
s e pppe t t h
s. eee e pp e t h s
.r n tt hh hh oos
rr een aa it tt thh h e o s ss
r nen aaa i t h h ors
ee n e aa ith ee o
fe e ne e ''
f hh eeea aa a a aa '' eeeb
ff ee sh ee (((( a a ai ' e bb
ff ffefs s ( ( a a a i i ' e hh
f s (( i ii h
h (( i h e
h s (( ( i i h e
( i
eee
16
b
ooo oo b b
o
o oo ]]]
c lll ] ]
o c l l ] ]
o e e ssttt ll l i ]
e e s e i ]
aa ee s dd lll i )
e a f sss h i))
eef = tt a
f er = = d aa
rr == a
e rr :: xx hhtth
rrr : x t h
rrrr :: :: xx t h
r r r : : t h
df : t
ee
e e )))
e e , ) l
ee , l l
eee l , ll) ll
eee ,, ll
ee lll
e: l s l l
ff d l , l l xxx
ff d d l , l
: dd< l 00 xx
: cc dd < s o0 x x
c r << lll ll s o o x
c < l lol s ooo x x
o o sss o o x
oo o s oooo
oo es o oo
oo ss oo
eeeoss o b
e s ) b
oo bb )b
gb b
p gg
ppp p )
..e. pp p p gg )) hh
....e e ppp p gg )) h e
s . e e ee pp ee gt t h
s.. ee e p e tt hhh oss
..rr t h hh oos
.rr a a it t t t h h h o s
rr e a a i hh h h hee ors
eee n a a ith ror
e ee n eaa a i '' e b
f ee hhh e a a aaa ' e b
f f e fssh e ( aa aa a ''' ee b
ff f fss s ( ( a aa i ii' hhh
e ((( aii ii e
hh ( iii i h e
((( i
e
e
e
17
o b
o o b
o oo o ]
o l ]]]
ooo lll ]]]]]
cc ttt l ll i]i ]]
ee sstt ll ii ]]]
e e ssstt llll iii ]]
aa ee s s dd l iii))
a ss t h l i))
e ff = s tt aa i
f err = = d aaa
r r == d h a
:: x hhtth
r r : : x t h
r r :: :: x tt hh
r r :: :: tth
df : t
ee )
ee )))
e ee ))) l
e e ,,, l ) ll
e e l , l ) ll
e e ,, l l
e ee l, l lll
e: l l x
ff d l lll x
ff d d l l xxx
:c d < ll 000 xx
: cc dd l ss l o xx
c rr d << lll s o xx
c < s oo oo
o o s s o o
ss o o
o o s s o o
o ee oo o
oeee o
e s ) b
oo b b )b
pp )bb
ppp gg
ee p p g g)))
. . p p p gg hh
e p p g ) h e
s ee e e p ppee g h o
s r e e pp ee t tthhh o s
. r tt t h hhhh o s
a i tt tt th o s
e r r aa aa i hh hhhhhee o r
e e enn a a iithh ''' e e r r
e h nn aa a a ' o
ff e ee h a aa aaaaaaa ' eb b
f f e ff a a aa a ee b
ff ffef (( aaaaaa ii i eehhh
f s (( ii i h h
( i i ii h
(( i
(
ee
18
oo o
o ooo ]]]
o o lll ] ]
oo t l l ]
o ccc t t l ll i ] ]
e s t l i ] ]
ee e t ll ll i i ]
ee s t dd l l ]
aa af s s t h ala i )
ff r = ss tt ii)
eff err = = d t a a
r r == hd h a
:: h th
:: : xx t t
rrr rrr : : t h
rr : : t h
df ::: tth
eee )))
e e )
eeee , ll
e ee , , l l
e e l , ll )l
e e l , ll l l
e ee l, l llll
e: l, l l
ff d lll xx
ff d d l 0 lll xx x
:c d dd sl l 00 x
: dd << ll ss l oo x
c rcdd << llls s s o o xxx
cc d<< o oooooo
ss o o
o oss oo oo
e ss o oo
o e oo
o e oooo
ee o ) bb
oooo )b
b )) b
pp gg
e pp p g ))
e p p g g )) hh
.e pp g h e
e e e p p gg h ) h o
ss. r e e ppp e t t hhhhhh oos
t hhh oo ss
r aaa t tt e ooo sss
e n aa aa i tt hh e oo rr
ee e n a aa iiithhh ' e e rrr
ee eee e n a a aa h '' ebb o
ff eef a a a aa eeb
ff f f a aa a aa b
ff f f ( ( a a ai ee hh
ff ( aaa ai h e hh
( ( ii ii
((
((
19
o oo ]
o oo o l ]]]
o lll ]]]]
o cc ll ll ]
ooo cc t ll lll ] ]]
c e tt ll l i ] ]]]
e e t lllllll i ]]
eee s ddd ll ]
aaf ss tt h ala i)))
a f err = ss tt h a a ii)
e f e r = = tt )
e r r == hh th hh
::: hh tha
r r ::: : ttt t
r r r : :: ttt ht
r r : ::: t t h
dfr ::: tth
ee:: t )
eee ))
e e ))ll
e , ll
e e , , ll l l
e e ,l ,, )ll
e e l , l l
e ee l , ll ll ll
e l, l l
ff dd: ll l l xxx
ff d dd l 00 l lx x xxx
: d lsl ll o 0 l xx
: r < l ll o xx
c crc s sl xx
cccrddd < o l ss o o x
< s s
o s oo o
e o oo
es o oo
ooo ee o oo
ee o o b
eoooo b
p o b )
ppp bg
pp pp gg g)))
e p p gg )) hh
e.e p gg hhh h e
s r e p p ggt hh ) h h ooo
s r e p p tt hhh h o s
s e a p t tt hh hh o s
aa aa t tt h o s
ee n aa ii h t hh ee o s
e e n a a a iiithhh ' ee o r
e e e aaa aa a a h '' e roo
f eef a a aa a a e b
f f e ef a aa aa a e ebh
ffff f f (( (( aaaaa a ee hh h
f (( aaaaa i h ehh
( ( a ii
( (
((
20
ooo ]]]
ooo lll ]
ooooo l ll ] ]
o cc l ] ]]
ooo c tt l l ] ]
ooc e ttt i ] ]
ce e tt l l i ]
f e e s td l i ]]
aaf r ee s t a a i )
a f e r = sss tt h a a )
eef ee rr = = h i)i
e == : hh t h
r : : h ht
r : : t
rr rr : : ttht
rr r : : t hh
df e :
d e : ttt ))
e
e e ) ll
, l
e ,, ,, ) l
e e ,l ,, ) l
e e l ,, ll
e e l , l ll ll
e l , l l x
ff l l ll l xx x
ff dd lll 00 ll xx x
: < sl l o 0 l x x
: r d s o x
c d < l s l x x
c ddd< xx
cccddd< s s oo
oe o o
e e o ooo
ooe es oo
o oee oo b
o o obb
o o )
oo gb
o )
pp g ) )
e pp p g h ) hh
ee pp t h eh o
r . pp g hhoooo
sss er p p ) hhh hoooos
aaaapp hh hhh oo ss
a a t t t h e oo sss
e n a aa i h h t h he ooo rs
e ee n a a a it h '' ooorr
e e a aa aa a '' eee roo
ff e ff a aa a a ah eeeb o
f e (a ( a a aa e h
ffff ff f (( a a aai hee h
ff f (( a ai i hhee h
( aa aiii h
( (
((
21
o ]
o o l ]]
o llll ] ]
o ooo l ll ]
cc l l ]] ]]
o cc t t l ]] ]
o c e t t l i ] ]]]
occe e t t ii ]
fff e t a l ii ]]
aaf r eee s s t t h l )
a f ee rr = e ss tt a i )
eef ee rr = = ss h ah )i
eee err == h tth )
: : h hht
r rr :: ::
rrrrrr :: ::: t t
rrr r e: :: h
ddfr e : ttt
dd ee t
ee t ))
e ll
,,, ll
e , , lll
e e )
e e l , l )ll
e lll,, l llll
ll ,, l l l xx
ff dd l l ll x x
ff dd l l 00 l ll x x
: d< l l o 0 lll xxx
: < s s o x x
c d < s x x
ccc < xx
ccc < sss oo
cdddd oe ooo o
e o oo
o s o o
o e e oo b
o o o b
oo ))b
o o
b
ppp ))
ee hh hhh
ee h oo
s h s
s er aa p pp h) h h s
s aaa pp hh h e h o s
aa thh h e o s s
ee a aaa iit th h t h e o o s
e ee aa aia hh ' r
f ee aa a a aaa tah ''' e r o
fff e (aa a a a aa ah e roo
f e (aa (( aa i
f fffff (( ( aa aa h hhh
f f ff ((( aa i h eehh
((( a a i heeh
( ( ii
((
22
o ]]
o ll ]]]
o oo l l ] ]
o oc l l ]]]]
c ll l ]]] ]]
c t lll ] ] ] ]
occ e tt tt i ] ] ]
f occe e t l i ] ] ]
f f e t l iii ]]
f f rrr e ee s t t h l ii))
a fee r = e s s t t a i )
a fe = e ss h h hah i)i
e e ee rr == ::s ))
e r rr : ::: hh t
r r : : : tt
r r : : t
r r e : : : t h
r :: ttt
d f e e tt
e
e , lll
,,,
e ,,, l l
e e l
e e ll l, ) l
e , llll
, ll l xx
ff dd l ll l xx x
ff d d ll 00 l l x x
d l l o 0 l xxxx
:: d ss o x xxxx
c c << s x x
c c d<< ss xx
c dd< s s o o
c ddd o o o oo
ddd e oo ooo
se o o oo
oo o bo
oo o bb
oo ) b
ooo b
p
p )) h
ee p hh hh
ee hh o
e r h os
sss a a p p h) h h s
a a ppp hhhee o ss
a p i t h ee o s sss
eee aa aaa i t h h h o ss
e eee a aa a aaa h ' r
ef ee a a a i t h''' oroo
ff e aaa a aa a a i ' roo
ff f f ( ( a a i hhor
fff f f (( a a h
f f ( ( a a aa hh h
( aa ii h h
( ii ee
((
23
] ]
oo ll ] ]
oooo ll ]
ooo c l l l
c ll ll ] ]]
c ce ttt ll l ] ] ]
o c e t t l iii]] ]] ]]
f o c ee ttt i ] ]
fff r ee t ll i ]]
ff ff errr eee t t
faf f errr == e s ht t a )
ae e e rr = e s t ah i i
eeeeeee rr == : s h t ) )
e r rrr : : ttt
rrr r :: : htt
rr rr e: : ::: th
rr :: : t h
r e : :: t
e tt
fe l
,,, l
l l
e , , l
e e , , l
e e , )l
e , , l l
l xxx
ff dd ll l l xxx x
ff d d lll 00 lll x x
ddd sl ll o 0 x x
:: d sss o x x
c c d < ss x
ccc < ss xx
cc < os
d < o o o
d d e o
d s o o o
o o
oo
o ) bb
o o b
ooo )
pp )) hh
ee hh h
e r hh oo
s ee h os
s a p p hh o ss
s aaa p p h h e o s
e a a p hh e o s s
e e a aaap ii hht h' o s
ee e a aa aaaa h ' ' o rs
e a aa hh '' o o
fe a a( aaaa i i' '' o
ff aa aaa h o
f f f ff ((( aa aa
f f (( a aa aai hh hh
((( aa hh
( ii e
(
24
]
oooo lll ]]]
oo oc l
o oo ll l ll ]
o o cce t l lll ]]]
c e t t l ] ]
oo c t t lll i ] ]]
fff t t ll ] ]
f f rr e t t ]]]
a ffe ee e ht t ]
f f f == ht tt aa
f = e httaah )ii
a ee e == sss h t i
ee e r : ::s h
r r h
r r r r e ::: : h h
r r ee :: : t h
rre : ::: ttt
e e:
e ,
, lll
, , l l
e ll
e e ,,
e e ,,, )l
e , )l x
l x x
ff dd l l l l xx x
ff d d l l 00 ll x x x
d s l o 0 l x xx
:: s s o xxx
c c s s x
c c <<< x
c cd << os
d <
dd o
o
os o
o o
o bb
oo o bbb
p o ))b
pp h h
ee hh h
se h oo
ee h o
ss a hhh oo ss
a aa p h h ooo s
aa pp h h o s sss
ee a i hht hh ' oo s
e ee aa a a aaa a ' '' oo rs
e a a a a a h ' o
ffe a a ii' '' oo
a
ff f ( ( a a hh
fff ( ( ( aa a a hh
((( aaa i h h
( h
25
oo l ]
o ooo ll ]]
c l ]]
ooo e lll ll l ]]]
oo c e t lll l ]]]
o c e ttt ll l l ] ]
f c tt tt l l ]] ]]
fff ttt l l ] ]
fff f ee thttt ]]]
af f e = e hh tt ]]]
fff ff = h a i]
fa ef = s h t )i
ae eee == s s a t i
e eee r : s hh
r : hh
r eee::: : hht
r r eee: h t
r ::: tth
e : : t
ee l
,,, l l
, l l
e ,,, ll
e e , ,
e e , )l
e ,, )l
l , ll) xxx x
ff dd ll l xx x
ff ddd ll 00 l l xx xx
sl o 0 ll xx xx
:: sss s o x x
c c < s x
cc c < < ss
ccdd < <
dd <<
d
oo
os
ooo b
ooo b b
oooo b
p o )
pp h
se h hh
s e o
s ee hhh o s
aaa h h o ss
aa aappp h o s
aa a app hhh hh hh o o s s
ee aa a a a i hhthhh ' o o s s
ee ee aa aa aa a hh'' ooo rs
e aa a aa a h '' '' o o
fe aaa ii ' oo
f f aaa i
f a a
f f (((( aaaaaa a hh
f ( ( aaaaai h h
( a h
26
oo ll ]]
ooo ll ] ]
o c l l ]
oooccee l ll l ]
o cc e ttt l l ll ] ]
o cc e t t ll ]] ]
fff c t t ll ll ]]] ]]]
f e t l ]] ]
f f ee t ttt ] ]
f fff e = e h tt ]
f f f e == hhh )
f = s aat ) ]
a e e = s s a ii
ae e e ss h a
e rr ee:::: :
rrr re : t
rr ee : h
rrr e: : : t h
r e : t
e , l
,,, l l
, l l
e , , ll
e e ,, ,
e e ,, )l
e ,, l x
, l x x
ff d d l l xxxx
ff d d 00 ll x x
d s s l o 0 lll xx x xxx
:: <ss ss o x xx
c c < s s x
cc c < <s
cc d < <
c <<
d
o o
o
o o bb
p oo h
pp )
se
s e h
see a h h o oss
aa p h hh oo ss
a p h hh hh ooo s
a h h hh ooo os ss
ee a a pap a i h h '' o o
ee ee aaa aa a a h o rs
f e aaa a aa a aa h ' o
fee ii' ''' oo
ef ii
f (( a aaaaa
f ( (( a a hh
f (( (( a i h h
( a a h
27
oo ll ]]
o o l l ]]
e l ll ]
oo e t lllll ll
e ttt l lll ]] ]]
f c e t t t llll l ]
ff c c ttt l l ] ] ] ]
ffff eec tt tt l
f ff ee t t t ]] ]]
ff f f == e hh t
fff f ff == hhht a ]
ffa e === s h a i)
a e e ss aaaa ii
ae e ee: s ss a
e r r eee::: ::s
r e : ::
e ::
r r ::: th
r e :
r ,,, l
,,, l l
, , l l
e , ,, ll
e e ,, ,,
e e , , l
e ,,, )) x
, , xxxxx
ff l xxxxxx
ff d d s 00 l lx xx x
d s s o 0 l xx xx xx
:: < ss sss o x x x
c < x
c d < s
c c < <<
ccc <<
o bb
p p o h)
pp
se
s e h o
see a h hh oooo s
s aa h o s s
aa h s ss
a p h hh o os
ee a p p a hh '' o o s
eee ee a aa a a hhh ' ooo
ff e aa a aa aa ih ' o rr
f e a i ' ''
e f aaa i ' '
((( aaaa
ff (( a a aa a hh
(( ( i h h
((( h
28
ooo ll ]]]
ooo l ll ]
ooo ll ]
e ttt ll ll l ]]
ee l ]
ff cee t l l l ] ] ]]
f cc ce t t t l ]
f ff e c t t tt ]] ]]
ff ff = tt tt t
f f == ee hh t ]]
f f ff = h ht )
f e fe = = s hh a aa i
f e = : s aaaa )ii
aeeee s s a a
e s
:
:
r e : :
rr : ,
r , , l
, , l l
, ,, l l
e ,, , ll
e e , ,
e e ,, , )l
e , , )) x xx
,, )) x x
ff ll x x
ff d 00 l lxx x
d <ss s o 0 x xx xxxx
: sss sss o x xx xxx
c <<ss s
cc << s
c c < <<
ccc <<<
c
o bb)
p o hh)
pp
se
s e hh oooo
s e aa h h oooo s
sss a hhh oo s s
aaa hhh os ss
aaa p hh hhh so s
e e p p h h h'' oo ooos
e ee aaaa ap a '' o o os
e a aa h ''' oo
f ee aa a i ''
e ( a a a ' ''
((( a
( ( aa a hh
( h h
(((( h
(
29
o o lll ]]
o o ll ll ] ]
o o t l ll ]]]
o ee t lll lll ]]]
t l l l] ]
f c e ll ]]]
f ff cc e ttt tt ]] ]
f fff eecc t tt
fff fff == ee tt tt t ]
f f f === hh t ]]
fff f ff = ee h ht i))
ff e e == hht aa aa i i
e = s a a )i
eeee ss a aa i
aee
:
::
r
r r ,
r ,,, l
,,,,,, l l
,,,,,, l l
e ,,, , ll
e e ,,
e e ,, ,, )l
e ,,,,,, ) )
,, l ) xx x
ff l x xx
ff s 00 x x
< s s o 0 lx xxx x
s s o xx xx x
cc: << s sss x
cc <
cc cc < <
c <<<<
ccc <
b
b )
ppp h )
pp h
se oo
s e hh o o
ss es a h h s
s s a h o s
s a sss
a a hh s
e pp hh h oo o s
e e aaaaap a h oo s
e e a aa ' ' ooos
ee ( a a a '
e ( a ''
(( ( aa aa
( ( hh
( (( h h
( ( h
((
30
ll l ]]
oo oo ll ] ]
ooo l llll ] ]
o ttt l l l l ]
e l l
ff cc t ll ] ]
f ff c c e ttt ]
f f = c t tt
f f f f = e tt t t ]
f ff = e hh t ) )
f f ffff = e h htat i i
f f ee == hhttaaa aa i i
e e == ss h aa a ) i
e e ss a a ii
a e s
e :
:
r
r ,,,
r , l
, l l
, l l
e , ,, ll
e e , ,
e e , , )l
e , ) ))
, , )l) xx x
ff )xx xxx
ff s 00 l xxx x
s s s o 0 xx xx x xx
c < s s o xx xx x x
c : << ss s
c : <<< s
ccccc < <
c c << <
cc <<
c
b
p b )
p p h )
p p h
se o
ss e hh oo
ss es hh s
ss se a s
s a s s
hh s
a pp hh ooo s
e aaaaapp aa hhh o ss
e e a aa a a h' oooos
e e a a a ' ' oo
ee ( a( aaa a '
((( ((
(( (( hh
(( (( h h
( h
((
31
lll ]]
oo oo ll ] ]]
o o t l lllll l ]]
ooo t ll ll l
t l ll l
fff cc e ttt l]l
f ff ccc e t t
f fff =c ccc t tt
f fff == ee t t
f f f == e hht t ]i)
ff f fe = h t )iiii
f ef e = == shh a aa ii ii
eee == ssshh a i) i
eee ee s a ii
aae :ss
:
,
rr ,,
,, l
l l
,,, l l
e ,,, ll
e e , ,,
e e ,, )l)
e ,, l ))x
)l) ) x xxx
ff ) ) x x
ff s 00 x) xxx
ss ss o 0 x x xx xx
c s o xx xx xx
cc: < < ss s
c c < << ss
cc cc <
cc c < <
ccc <<<
cc
b
p b )
p p h )
h
sse oo
s e hh oo
s e hh s
s e
sss ss
hh o
a aa p hh h oo s
e a p aa h h o ss
e e a aa h oo s
e ee a( a ' ' o
ee (( a aaa '
( ( a
( hh
((( h h
(( ( h
(
32
l l ]]]
oo oo l ll ] ]
o o ll l ll ]]]
ooo ttt ll ll
f ooc t t ll lll
f f c c t tt ll]l
f c tt tt ]
ff cc c t ttt
fffff f e c t t ]
f f f ff = ee th t )
fff feffe == = t ttt ) i
f ef e = == s h aaa i
e === s h aa ii
e e s h iii
e ee ::
a :
,,
,
,, l
, l l
, , l l
e , ll
e e ,, , , )
e e , , l)
e ,,, l x x
) ) ) x x
ff ) ) x
ff s 00 x )) x x
s s o 0 x xx x
cc: s s o xxx xxx
cc: << ss s
c c << << sss
c ccccc << <<
c c < <<
cc c <<<
c c <
b
p b )
p h )
e h
sse oo
ssese hh s
ss ee hh os
sssse
sss
s hh oo
a hh h oo ss
e aaa paaa hh o o sss
e ee a ( aa h' o s
e e a( ''
eee ( a( aaa '
(( aaa
((( hh
( ((( h h
(( (( h
(
33
]]]
oo oo ll l] ]
o o t l ll ]]
o ttt ll ll llll] ]
f o t lll ll
ff cc c tt t l ]l
fff c c tt ]l
f ccc tt t
ff f ff ce c t
f f == ee th tt t )
ff f f f == == s tt tt
f e e == hht a i
ee = = ss hh a a iiii
e = :s: iii
e e ::s i
e ::
,
,
, l
, l l
,, l l
e ,, ll
e e ,, ))
e e , ,, l)
e , , l lx x
, ) x x
ff ) ) x
ff 00 xx )) xx xx
c s o 0 x xxx x
c : ss s o xx xx
c :: <<< s s x x
c cc << < s s
c ccc c < s
c cc << <
ccccc
ccc <<<
b
b )
h )
see h
s e o
s e hh s
s e hh s
s e
s s
sss hh oo
a pa hh hh o o s s
ee a aa p a ' h o o s
e ee a ( a a h o sss
e e a ' '
eee (( aa( a a ''
e ((( (a( a a
(((( ( a hh
( ( h h
((( ( h
((
34
]]]]
oo oo lll ]] ]
o ooo t lll l]]]
oo ttt l lllllll ]]]
ff o ttt t l ll l l
f cccc t t l ll ]l
ffff cc c ]]l
ff ff c c ttt
fff c h tt
ff ff f f ===c ee th tt
ff f = s t tt
fff ee = = s h ta iii
ee === : s h h a i i
e = s i
e e : i
e : :
,,
l
,, l l
, , l l
e ,,, )lll
e e ,,, )))
e e , ,, )
e , ,, ) x
, l) xx xx
ff x) )) x
ff 00 xx )) x x xx
c ss o 0 xx ) x xx
c :: < sss o xx x xxx
cc:::c <<<< <s sss xx xx
cc c c <<< << sss
c ccc c <<< s
c c
c cc <<<<
c <
c <
b
b )
e h )
see h
seeee
ss ee hh ss
sss eee hh
ss se
sssss
sss hh oo
s aaa pa hh' hh o o s
eee aa p a h' h o o s ss
e ee a(( aaa hh o ss
e e a ( aa ' ' s
eee ( ( a ( aa ''
eee ( ( a a
( a hh
(((( h h
( h
( (
35
l ] ]]
oo o llll ]
o o t lll ll ]
o o t tt l lllllll ]
ff oo cc t t lllll ll]
f c c tt ll ll l
ff f c c t t ]] l
f f cccc t ]
f = cccc t hhh
f f ===c tht t tt
f f ee= == s t a i
f f eee===== ss h t a iii
f e e ==== ss s t i i
eee =
e
e
l
,, l l
, , l
e , , , ) l
e e ,,,, , )
e e , ) )
e , , l) )xx
,, ) xx
ff x x
ff 00 x ) x x xx
c: s s o 0 x ) x
c c <<< s o x x x
c c < s xx x x
c << s
cc cc c <<< <<sss
cc c ccc <
cc cc <<<
c
b
b )
eee h )
s e h
s e
s e e hh
s s e e hh
s s e
s s
s s a h ' oo
e sss a a pa h hh o o ss
e e a a h o o s s
e e a a a o s s
e e aa (( a h' ' ss
e e (( ''
e e a aa
e ( (( a hh
((( h h
( ((( h
(
36
l l ]
o l l ]]
o o oo ttt l ]]
oooco tt l lll llll]]
f oo cc t tt l l l ll]
f f c cc tt l lll ll
f ff c c tt ]]]]l
f ff ccc ttt h ]]
= c h ht
ff ee= cc s tt tt
f ff e c ss h t a iii
ff e t a i i
f = ss t i i
eee ==
e e
l
,, ll
, , lll
e ,, ,,, ,
e e ,,, , )))
e e , , l) ))
e ,,, l) )xx
,, )))xx x
ff x
ff 00 )xx xx
<s o 0 x)x xx xx
: << o x x
cc <<< < ss x x
cc << < <<s s
c cc cc < << <sss
c c c < < <<s
c c c c <<
cc <
b
e b )
eee h )
seeee h
s e
ss e ee hh
sss s e eee hh
ss s ee
s s
esssss a ' oo
eeesss aa h hh o o ss
eeeees aaa aaa hh o o s s
ee ee aa( aa ' o s s
eee eee aa ( ' ' ss
ee ee a ((( a '''
eee a (( a
e a( (( a hh
h h
( ( h
( (
37
l ]]
o t l l ] ]
o oo t t ll l ll ]
o t ll ll l ]
f o c tt tt ll l ]
f f c cc ll
f cc t ] l
fff =cc tt hht ]
fff = c cc tssh t
fff e= cc ssh tt i
f fff e e c ss ht t a i i
ff f t a ii ii
ff e e == t
eee ==
ee
ll
,, l l
, , l l
e , ,,, , ) l
e e , ,, l))))
e e , , )
e , , )
, , )) x
ff )) x
ff 00 ) xxxx x
<s o 0 x xx x
< o ) xx
ccc < < << <<ss
c < < s
cc cc c <<
cc cc c c < < << s
cc c c < <<< s
cc <<
b
eee b )
e e h )
s e h
ss ee
s e e hh
s s e e hh
s s e
se
s aa oo
e s a a a hh o o ss
e s a a ' o o s s
e s a a a ' o s s
e e a ( ' ' ss
e e aa ( ' '
e e a ( aa '
eee ((((( hh
(( (( h h
(( h
((
38
l ]]
t l lll l] ]
oo tt l l lll l ]]
ooo c tt t l l lll l ]]
f cc t ll l l
f ccccc ttt ll
f ff c ht l]
f f = c t t
f c cc t
f ee=c c htt tt i
ff f ee= cc s s t a ii ii
f f e e = t a ii ii
fff e e == t
e e ==
e e
ll
, l l
, , l l
e , , , ) )ll
e e ,, , ,, ))))l
e e ,, , )))))
e ,,,,, ))
, ))
ff )) ) x x xx
ff 00 ))) xx x
o 0 x x x
c < < << o x
cc < <<< <<ss
c c << s
c ccccc c << <<
c c c<< <
c cc cc< << <
ccc << <
e b
eee b )
e e e h )
s e h
ss ee
s e e hh
sss s e eee hh
s e
se
s aa oo
ss aaa h o o ss
e s aa aaa ' o o s s
ee s (a( '' o s s
eee ee a a( '' ss
ee ee aa (( ' '
eeeee ( ( '
eee ( ( hh
e ( ( h h
h
((
39
ll l]]
tt l l l] ]]
o o tt l l l ] ]
o o cc t t l l l ]]]
oooc t ll l l
ff c t t l l
ff c c th l]
ff cc t
e cc c
ff e c c htt tt iii
fff c =c tt t a i i
e e == t a ii ii
fff e ee = t
f ee ee ==
e
ll
l l
, , ) l
e ,, , , ))
e e ,, , ,,
e e , ,, )
e , ,, ))
, ))) )x
ff ) x xxx
ff 00 )) ) x xxx
o 0 xxxx x
cc < < s o
ccc << s
cc c c < < s
ccccccc cc< <<
ccc c < < <<
cccccc c <<<<<
cccc cc< <<<
c
eee b
b )
e e e h )
ss ee h
ss ee
s s e e e hh
sss s e e e hh
s s e e
se
ss a a oo
ss a a a o o ss
ee sss ( a ''' o o s s
e e sss a ( a ' o s s
e e e e aa ( ss
e e e aa ''
e e a (( '
e e ((( hh
eee h h
( h
40
l l ]]
tt l l l ]]
t t l l ] ]
o t l ll ]]]
oo cc ttt ll lll ]
ff c htt l l
f f ccc th l]
ff cc
c t i
f f c h t tt iii
f f e c c t t t a i i
e e = t a ii ii
fff ee e = t
fff ee e =
eee
ll
ll l
,, , ))
e ,, , , )
e e , ,, ))
e e , , , ,,
e ,,, ) ))x
, ))) x x
ff ) x x
ff 00 ) x
o 0 )x xxxxx
c c << o xx
c <<< sss
c c c < <<<
cccccc<<< < <
c< < <
ccccc <<
cc< <
cc < <
e
e b
b )
e e e h )
sssee h
ss see ee
s ss e ee hh
s s s eeee ee hh
sss s ee
s se
s a oo
s a a ' o o ss
ee s (( aaa '' o o s s
e e s ' o s s
eee ee aa ' ss
ee e a ( '
e e aa (( '
eeeee ((( hh
eee ( h h
e h
41
l ]]]
tt l l ]] ]]
t tl l ]
o t tll ll l ]]]
o ccc ttt lll lll ]]]
ff c h l l
f f c c t t l]
ff c c
cc t iii
cc th tt iii
e c t a i i
f f eeee c t a ii ii
f f e eeee = t
f f ee
f eeee
e
lll
)ll
,,,,, )))
e ,,
e e , , ))
e e , , )) x
e , ,, )))))x
, ))) x
ff ) x
ff 00 ) x x x
o 0 )x x xx
c < < s o )xx xx
c < < s
c cc c <<< s
ccccc <<<< <
c < <
ccc < <<
cc < <<<
c<<
c
b
e e b )
e e e h )
h
s e
e hh
ss s ss e hh
s s s e
s ss se
ss a oo
a( a '' o o ss
ee a(( a '' o o s s
e ee a ' o s s
e ee a '' ss
e a (( '''
ee eeeee a
e e ( ( hh
e e ( h h
eee h
42
l ]] ]
ttl ll ] ]
tt ll l ] ]
o c t ll lll ] ]
o cc ttttttlllll l l ] ]
ff oc c t l l l ]
f f ccc t l]
ff cc c i
c t i i
c c h tt i i
ee ccc t a i i
e e c t a ii ii
f ff e t
f f e e
f e e
ee
l
) l
,,, ) l
,, , ) )
e , )
e e ,, ))
e e ,, ) xx
e ,,, x
, ) xx
ff ) xxx
ff 00 ) x x
o 0 ) x x
< o )) x xx
< << sss )
c <
cc c < <
c << <
cc c <
c c << < <
<< <
<
c b
eee b )
eee h )
h
s s ee hh
ss s s ee hh
ss ss ss e e
s ssss e
sss a oo
( '' o o ss
ee a ( aaa ' o o s s
e e ( ' o s s
eee ee ' ' ss
e e e aa ' '
eeeeeeee ( '
e e ( hh
e e e ( h h
eee h
e
43
l ll ]]
ttt l l ]] ]]
t l l l ]] ]]]
cc tt l l l ]]]]]
oo cc t tttll llll ll ] ]
ff oc c tttl l l l ]
f f c c l]
ff cc c i
c iii
ec cc tt ii ii
eccc c t a ii ii
ec c t a ii ii
ff eee t
f ff ee
f eeee
ee
, ll
, , )) ll
, ))
e , )
e e ,,, ))
e e , , xx
e , ,,
,
ff ) x x
ff 00 )) x xx
o 0 ) x x
s o )) xx x
<<< s ))
cc << < s
ccc <
cc c << <<<
ccc <<< <<
ccc c << <<
c < <
<<
ecc b
b )
e e h )
e h
s s s ee hh
s s s e e hh
s ssss e ee
sss s e
s oo
s ( a ' o o ss
e ( a ' o o s s
eee e ( a ''' o s s
e ee eee ''' ss
e ee ' '
e e ee '
e (( hh
e h h
h
eee
44
l ll ]]]
t t l l ] ] ]
t tt l ll l ]
ccc t l l ll ]
oo cc l l l ll ] ]
ff ooc c t ll ]
f f tt l]
ff cc c iii
cc i i
e cc tt i i
e cc t a i i
c t a iii iii
fff t
f e e
ff e e
e e
, lll
,, )))lll
,,, ) )
e ,,, )
e e ,,,, ))
e e , ,
e ,, ,,
,
ff ))x xxx
ff 00 ))) x xx
o 0 ) x
< o ) xxx
< < sss ))))
c c < <
c c < <
c c < < < <
< << <
c c c< << <
c cc < <<
e <<
c b
e e b )
e h )
e h
s ee hh
sss e e hh
s sss ee
sss ss ee
s s oo
o o ss
eee (( aaa ' o o s s
ee e ' ' o s s
e eeee ' ss
ee e e ' '
e e '
ee hh
h h
ee h
e
e
45
l ll ]]
t ll ll ] ]
c tt ll ll ll ]]
ccccc ttt ll llll l ]]
o c l
ff o cccc t l l
f f c c t ]] i
ff cc iii
e c c iiiii
tt ii ii
c t a ii ii
f c t a ii ii
ff t i i
f
f ee e
l
,, ) l
, , ) l
, )) ) l
e , )
e e , , )
e e ,
e ,, ,,
,,, ) x
ff ) xxx x
ff 00 ) x x
o 0 ) ) x x
< s o ))
< < s ))))
c <<<< s ))
cc c << <
<
c <<< < < <
ccccc<< < <
cccc < <<<
<<<
ece b
e e b )
eee h )
h
s ee hh
ss ss e hh
s sss s e e
sssss s s e
sss e oo
e a o o ss
eee a o o s s
ee ee a ''' o s s
ee ee '' ss
eeee e
e
ee hh
h h
ee h
ee
46
llll ]]
ttt l l ]] ]
c lll ]
ccc c t t ll l lllll ]]]
o c tt l l ll
ff oo cc c ]]l
f f cc ]] iii
ff eccc i i
cc i i
tt i i i
t a i i
ff t a i i i i
ff t ii ii
f
,, ll
, , )) ll
)))
e ) )
e e ,,
e e ,, , ,
e ,, ,,
,, ,, xxxx
ff , ) xxx x
ff 00 )) xx
o 0 )) x
< o ) )
< sss ) )
c < ) )
c <
< < << <
c c < << <
c < <
c << <<<
e c <<< <
e e < b
e e b )
e e h )
e h
ss e hh
sss ss e e hh
s s ee
s s s e
e oo
s o o ss
eeee aaa ' o o s s
ee eeee ' ' o s s
e e e e ' ' ss
e ee ee
ee e e
e hh
h h
eee h
eee
47
t llll ]]
t llll l ]]
cc t t ll l l ] ]
cccc tt l l l ]]
oo cc tttl l l ]
ff oo cc ] l i
f f o c ] ] iii
ff ce c iiiii
c i i
tt ii ii
t a ii ii
ff t a i i i i
f t ii ii
ff
,, ll
, ) ) ll
) )
e ) )
e e ,,
e e ,, , ,
e , , xx
, , xx x
ff ,,, ) )x xx
ff 00 ) ))x xxx
o 0 )
s o )) ))
s )) )))
s
< <<<<
< <<<
< < <<
ccc < <
c <<<<<<<<
e <<<< <<<
eee <<< b
ee ee b )
eee h )
e h
s s e hh
s s s ee hh
ss s ee
ee
e oo
ee a o o ss
e ee a ' o o s s
e e ee a ' ' o s s
e e ss
ee ee e
eee ee e
e hh
e h h
e e h
e e
e
48
l l ]]
ttt l ]]
c t t l l l ]
ccc t lll ll ] ]
o c t l ] lll ]]
ff o ccc tt llliii
f f oo cc i i
ff c ccc ii i
ii iii ii
tt i i i i
t a i i
f t a ii i i ii
f t ii ii
f
,, ll
,, ) ll
)) ))
e )
e e ,,
e e , ,,
e , , , xxx
,,,,, xx xxx
ff ,,, ) x x
ff , 00 x x x
o 0 ) x
o ) )
sss )) ) )
<< )
<< <
<<
c << << <<
ccc < <<
ccc < < <
eee <
e e < < < b
e e < b )
e e h )
eee h
s e hh
s e e hh
ss e e
e e
e oo
eee o o ss
e ee aaa ' o o s s
eee e e ' o s s
ee ee eee ss
ee eeee e
ee e ee e
eeeeee hh
e h h
e e h
e e
e
49
t ]]
t tt l ]]
c tt tt ]
cc t l l l l l ]]
occ ccc ttl ] l i ]]
ffoo o c c tt iii
f fooo c i i
ff c ccc ii i
c iii ii
tt i ii i ii i
t a ii i i ii
t a ii i i ii
ff t iii iii
,, ll
,, ))) lll
) )
e )))
e e ,,,
e e , , x
e , , ,, xxxx
, xx xx
ff , , )xxx x
ff ,,, 00 xxx x
o 0 x))xx
s o )) )x
s )) )
<<< s )
<<<<<
<<<<
ccc < < <<<
< <
e c c< <<<
eee c c <
e e e b
eee eee b )
e e e h )
eee h
e
e hh
s e e hh
ss ee ee
e e
e e oo
e e a o o ss
e e a o o s s
e eee a o s s
e ss
e
e e
ee e hh
e h h
e e h
e e
e
50
tt ]]
tt t ]]
cc tt l l ]
c c c tt l l ]
ooo c ccc t l l ii ]]]
ff cc c t t i
f oocc c i
ffff c c c i
c i
tt ii ii i ii
t a i i i i
t a i i i i
t ii i i ii
i i
,, ) l l
,, ) )ll l
) l
e , ) )
e e ,, )
e e , xx
e ,,, xx xxx
,, xx
ff ,, , ) x x
ff ,,, 00 x
, o 0 x
o x
< sss ) )x
< ))
<
c < <
cc << <
c < <
eee c << <<
c c <
e e b
e e b )
e e h )
h
eee
e hh
ss ee ee hh
ss ee ee
ss ee ee
e e oo
ee o o ss
e e aaa o o s s
eee e o s s
ee ss
e ee
ee hh
eee h h
ee h
e e
e
51
ttt ]]
t tt ]]
cc t t tl
occc ccccc t t lll lll ] ]
fooo cc c c ttll i ]]
ff c t ii ]
f fo cc
fff cc c cc i
ff c i
tt ii iii ii
t a ii i iii ii
t a i iii iii i
t ii i i ii
ii ii
,, )l l
,, )))ll l
)) ) ll
e ,, ))
e e ,, )
e e , , xx x
e ,,,, xx x
, xx
ff , , x x
ff 00 x
,,, o 0 xx
s o x
s )))x
s ))x
cc <<
ccc <
e c << <<<<
e cc << <<<
e cc <<
b
eee eee b )
h )
e h
e
e eee hh
ss e e hh
s s e e
e e e
eee oo
eee a o o ss
ee a o o s s
ee ee a o s s
e ee ss
e e
ee
e e hh
h h
e h
ee
e
52
tttt ]]
t t ]]
c cccccc tt t l l
c c t l l ]
f ccc c cc tt l l ii ] ]
f ffoc cc tt ii ]]
f fcfo c c
f f cc c
f fc cc i iii
tt iii i i i i
t aai ii i
t aaii ii ii
t i i i i
iii iii
,, ) ll
,, )
) ll
e ,, ) )
e e , , ))
e e , , xxx
e ,,,, xx
, xx x
ff x
ff , , 00 xx
, o 0 xx
s , o )x xx
sss ) x
) x
x
c c <
c < <
c < < <
eee cc < < <
<cc < <
e e b
e e b )
e e h )
h
eee e
eee hh
ss eeeee hh
s s ee ee
eeeee
e eee oo
eee e o o ss
e aaa o o s s
e e eee o s s
ee ss
e
ee
ee hh
h h
e h
ee
e
53
tttt ]]
cccc tt tt ]]
ccccc tt tl
c cc t tt lll lll ]
cc t ii ]]
ff f cc c ttt ii ]]
ffff c c
ff c c c i
fcc c i iii
tta iiiiii ii i
t ii ii ii
t iii iiii
taaa i i
ii ii
i i
,,
,, ))
)))
e ,, ) )
e e ,, , )) x
e e , , x x
e ,,,,, x xx
,,, xx x
ff , x
ff , 00 x
,, o 0 x
s o )x x
sss ) x
s )xx
c
ccc <<<
e c c << <
e cc< < <<<<<
e c<cc
c b
eee eee b )
h )
e h
e eee
e e e hh
ss e e hh
s e e
s e e
ee e e oo
eee eee a o o ss
e e e a o o s s
ee e a o s s
ee e e ss
ee
ee hh
ee h h
ee h
ee
ee
54
cc tttttt ]]
c c t t t ]]
cc cc t l l
c cc tt t ll l l ]
cc c t l l l ii ]
f f ccc tt ii ]]]
f f ccccc t
f c c c iii
cc c t ii ii
c tt ii i i ii
t i i i i
taaaii i ii ii
taaa i
aa aii iii
ii ii
,,
,, ) )
) )
e ,,, ) )
e e ,, , )) x
e e , , x xx
e , , x x
, xx xx
ff , ,
ff ,, 00
s,, o 0 )
ss , o )xxx
s s ) x
s )xx
x
c <
c cc < <
c <<
eee c <<<<<<
c c <<<
e e cc b
e e b )
e e h )
e h
eee eee
eeeee hh
ss ee ee hh
s eee eee
s ee ee
e e eeeee oo
e e eee o o ss
ee e e aaa o o s s
e eee o s s
eee e ss
ee
e e hh
h h
h
e e
ee
55
c tttttt ]]
cc ccc t tt ]]
ccc c tttttlt l
cc cc c ttt ll l lll
c cc tt t l l ii ] ]
c ttl ii ]]
ff f c cc tt i]]]
c c c i
cc c tt iii i iiii
cc tt i i i ii
t ii ii i
t i iii ii
t i i i
a a i i i
i i i i
,,
,, )
, )) ))
e , , ) ))
e e ,, , )) xx
e e , , , xxxx
e ,, x
, , x xxx
ff ,,,
ff 00
, o 0 ))
s , o ) x
ss s ) x
s ) x
xxx
ccc <
cc <
e c < <
e <
e cc <
cc < b
eee eee b )
h )
e eee h
e e e
e e e hh
ss e e e hh
s e e e e
ss e e e
see e e oo
eeee e e a o o ss
ee e eee a o o s s
e eee a o s s
ee eee ss
e
ee
ee hh
h h
h
ee
ee
56
c c ttttttt ]]
c cc ]]
c c tt ll l
cc t ll l
cc cc c t l l l ii ]
c c ii ]
ccc t l i]]]]
c c i i
c ttt iiii ii ii
cc t tt i i i iii ii
t t ii i i i
tt i i i i
tt i ii
ii ii ii
,,
,, )))
, ) ))
e ,, , )) )
e e , , ))) x x
e e , , ,, x x
e , , x x
,, , x
ff ,,, x
ff , 00
o 0 ))
sss s o )))x
ss ) x
ss )) xx
c x x
c c x
c <<
c <<
eee
ccc
e e ccc b
e e b )
e eeee h )
eee h
eee eeeee
e e e hh
ss eee e ee hh
s eee e e eee
s e ee e ee
e e oo
ee e eeeee o o ss
e e eee eee aaa o o s s
e e o s s
eee e e ss
ee e
ee
ee hh
h h
h
ee
ee
57
cc ttttt ]]
cc cc ttt ]]
c ll
cccccc t l l ll
c c l l ii
cc ii ]] ]]
c ]] ]
ccc t ii i
c c t t i i i i i
c t i i i i i
tt tt iii i i i
t ii ii i
ttt ii ii ii
iiiii
,, )
,, ))))
,,,, ) ))
e ,,,, )) )
e e ,, , ,, ))))
e e ,, ) xx xx
e , , ,, xx
, , xx
ff , ,
ff ,,, 00 x
s o 0 ) )
s s o ) x
s x
sss )) xx
c )x xx
c x
c <<
e <<
e c
e c c
c c b
eee ee e c b )
e e h )
e e e h
eee e e
e ee hh
s e e e hh
s s e e e
e e e
se ee ee oo
ee e e e a o o ss
e e e e e a o o s s
e ee e e eee a o s s
e e e ss
e e e
ee
ee hh
h h
h
ee
ee
58
cc tttt ]]
c tt t tl ]]
c l ll
ccc cc l l
c c llll ii
cc ii ]] ]]
cc c i]] ]]
cc t iii ii] ]
c c tt i i i i
c tt t ii i i ii
tt i i iii
t iii
tt iii ii
t iiiiiii
iii
,, ))
, )) ))
, , ) ))
e , )) )
e e ,, , , )) )))x
e e ,, , )) xx
e , x x
,,,,,, xx
ff ,, ,, x
ff ,,, 00
s , o 0 )))
ss o xx
s s ))xx x
ss )) x x
s ) x
cc )xx
<<
<<
eee c
c c
e c c b
e eee c b )
e e h )
e ee ee h
eee e e
e ee ee hh
s e e hh
s e e eee
sss e e e
se ee ee oo
e e e e o o ss
e e eee e e e aaa o o s s
e e e e eee o s s
e e eee e ss
e
eee
ee hh
h h
h
ee
ee
59
c t tt ]]
c t t tll ]]
c cc tl ll
cc ccc l l
c c c llll ii
c c ll ii ] ] ]]
ccc c i i ]
c ttiiii i ]
cc ttt i i i i
t t iii ii i
tt i i i ii
t t i i i i i
ttt i iii
tt i i i
i
)))
,, ) ) ))
) ) )
e , ,, ) ) x
e e ,,, , )) ) x
e e ,,, ,, )) xx
e ,,,, x x
,, ,, xxx
ff , xx
ff , , 00 )
ss ,,, o 0 )))
sss o x
s s ) x xx
sss ) x x
ss ) x
)xx
<< )
e <<
e c
e c c
e c c b
eee eee c b )
h )
e e ee h
ee e ee
e ee ee hh
e e e hh
ss e e e e
s s ee e e e
e ee ee oo
e e e ee ee a o o ss
eeeee e e e e e a o o s s
e ee e e a o s s
eee e e eee ss
ee e
e e
e e hh
h h
h
ee
ee
60
ttll ]]
ccc t t l ]]
cc tl l
c c c tl l
c cc l l ii
cc c l l ii ]]
ccc c ii ii ] ]
cc cc t iiii ii ] i
cc t i i ii ]i]
t t i i ii i i
tt t i i ii ii
t t ii ii i ii
t t iii ii i
t t i
)
))))
) ) ))
,, )) ) )
e , , ) ) ))x
e e , ,, ,, )) )
e e , , , ))) xx
e , ,, , x x
,, , , x x
ff ,, ,
ff , ,, 00
s ,,, o 0 ) )
s ,, o )
s s xx
s s )) x xx
s s )) x
)xx
<< x)x
<<
eee c
c c
e eee c c b
e eee c b )
e e h )
ee ee h
ee e e
eee e e ee hh
e ee hh
sss e eeee ee
sss eee e ee
ees e eee ee oo
e ee e eeeee o o ss
e e eee e e e aaa o o s s
e ee ee o s s
e eee e ss
e e e
e
hh
h h
h
ee
ee
61
c tll ]]
c t l ]]
cc cc tl ll
cc c ltl lll
c l lll ii
c cc l ii ]]
c cc i i iii ] ]
c c i ii i ] i
cccc ttt i i i i ] ]i
tt t i ii iii i]i ]
tt tt i i i
t tt i i i i i
tt tt i i i i
t i ii
))
))
)) )
,, )) ) x
e ,, , )) ) ) )x
e e ,,, ,,,,, ) )
e e ,,, , ,, )) ) xx
e , ,,,, ,, ) x x
, ,,,
ff , ,,, 0
ff ,, ,, 00
, o 0 )
ss , , o ))
ss s xx
sssss ))) x
s ) xx
x
<< x x
e << )
e c
eeee c c
e e c c b
eee e e c b )
e e h )
eee ee h
e ee e
e e ee ee hh
s e e e hh
s s eee e
s eee e
e e e oo
e eee eee ee a o o ss
ee ee e e e e e a o o s s
e e e e a o s s
e e ss
eee
hh
h h
h
ee
ee
62
tll ]]
c t t ll ]]
cccccc t l
cc c c l l
cc c ll ll l ii
ccc i ll iii i ]]
c ccc iliii iii ] ]]
c t tii ii ii i ] ii
ccc tt ti i i i i i ] ]ii
cc i ii iii i i] ]]
i i i] iiii
ii ii ii
t t ii i i i
ttt i i
) ))
))) )))
,,, ) ))x
e , , ,, ))) ) )x
e e ,, , ) ) ) ))
e e , , ) )) xx
e , ,,, )) xx
,, ,,0
ff , , 00
ff ,,,, , 0 0
,, ,, o 0 )
ss ,,, o ) )
s s, ) x
s s )) x x
s ) xx
xxx
<< xx
<< )
ee e c
e ee c c
e e c c b
ee ee c b )
h )
ee eee h
e ee
ee e ee hh
s e e ee e e hh
s e e ee
s e e ee
e e e e oo
e e e eee eee o o ss
ee e e e e ee ee aaa o o s s
eee eee eee o s s
e e e ss
eee
e
hh
h h
h
ee
ee
63
tlll ]]
ccccc t t ll ]]
c c cc t t l
cc l ll
ccc cc llllllll i i
c c c ii i i ]]]
c c t i i ]
c tt i i i ] i
c c ttti i i ii i i ] i
c c i iii ii i i
i i ] i
i i ] i
ttt i ii ii
ttt ii i
t
)) ))
, ))) ) )
,, ) )) x
e ,,, ,, , ))) )) x
e e ,,, , )) ) ) )
e e ,, ) ))) xx
e ,,, , , ))) xx
, , ,
ff , , 0
ff , , 0 00
s ,, o 0 )
s , o ))
s s )) xx
sss )) x x
)) x
x x
<< x
<< )x
ee ee c
ee ee c c
ee ee c c b
ee ee c b )
eee h )
ee eee h
ee ee e
ee ee e hh
eee e e ee e hh
ss e eee e e
ss eee ee
ee e eee e e oo
e e ee e ee a o o ss
ee e ee eee e a o o s s
e e ee e a o s s
e e e ss
eee
hh
h h
h
ee
ee
64
ccc tl ll ]]
ccc cc t l ]]
c c t lll
c c c l
cc c l ll i ]
c cc l l i ]]
cc ti iii ]]]]
ccc t t ii ii ]]
cc t t ii i i
tt iii i ii i
i iiii ]i
t iii ii ] ii
t t i iii i
i i
ttt
) )))
,, )
, , )
e , , ,, ) ) )x
e e ,,, ,,,,, ) ) ))
e e , , ,,, ) ) xx
e , , ,, ) ) xx
,, , ,,, )
ff ,, ,,0000
ff ,, ,,,o0 00
s, ,, o 00 ))
sss o ) )
s ss )) x
s ) ) x
s ))x x
x
<< xx
<< )x
ee ee c
e e c c
e e c c b
ee c b )
ee e c h )
ee e e h
e e ee
e ee e hh
e eee eeee ee hh
ss e ee e
s e ee e ee
ee e eee oo
e e e eee o o ss
eeee e e e e aaa o o s s
ee ee eee e o s s
ee ss
e
e
e hh
h h
h
ee
ee
65
c cc t ll ]]
c c tlt l ]]
c cc c tl ll
c c ll l
cc cc l ll ]]
cc ccc t l i ]
c c ttit i i ]
c c t ]] ]
c c t tt i ii ii i
tt i i ii i ii
tt iii ]i
t ]i ii
t i ii
t t iii
t
t
)
)
,, )) )
, , )))
e , ,, , )) ))x
e e ,,,, , ) )) )
e e ,,,, ,, , )) ))) xx
e ,, , , , ) xx
, )
ff , 0
ff , , , 0
, o 0 ))
s o0 ) )
s ss )) x
s ) ) xx
) xx
<< x )
<< ))x
ee ee c
ee ee c c
ee c c b
ee eee ccc b )
eee ece h )
ee e e h
ee
ee e ee hh
eee e ee hh
s e ee e
ess e eee
e ee oo
e e e e a o o ss
eee ee ee e e a o o s s
ee ee ee e e e a o s s
ee ss
eee
hh
h h
h
ee
ee
66
cc ttt l ]]
cccc c t tl l ]]
cccccc ll
c c l l l
c c c ll ll ]
ccc c c l i ]]
c c ii ]]
cc cc ii]
c t i iii i iii
t i i i i
t iiii
tt i ]i ii
ttt i]i ii
t t i
ttt i
)))
,, ) )
, ) ) )
e ,, , ) ) )) x
e e , ) ) )
e e , ,, ,, ))))) ) xx
e , , , ))) ) xx
,
ff
ff 00
000 ))
s o0 ) )
s s )) xx
s ) )) xx
xxx
)x
<< x )
<< ) x
ee ee c )
e ee c c
e eee c b
ee e e c b )
h )
ee eee cee h
eee
ee e ee hh
e e e e hh
s e e e e
ess e ee
e s e e oo
e e o o ss
e e eee ee e ee aaa o o s s
e e eee ee e e o s s
eee ss
e
e
e hh
h h
h
ee
ee
67
ccccc tttt ]]
c c t tll l ]]
ccc lll ll
cc ccc l
c c c c l ll ]]
cc cc cc ll ii ]
c c c i ]]]
cc c i ]
ccc ii i i
i i i
tt iiii i
t t ii ]i ii
t t i ii ii
t t ii
t t
t
)
)
, ) )
, , )) )) ))
e ,, ) )) x
e e , ,, ,, )) )
e e , ,, ,, ))) xx
e ,,, ,, ) )) xx
)
ff
ff 00
0 0 ))
s o 0 ) )x
))) x
s ) xxx
)
<< x
<< ) x
ee ee c )
ee c
ee e e cc b
ee ee b )
e ee ee h )
e e e e h
e e e eee
ee e hh
ee e e e hh
s ee ee
e ss eee ee
ee s ee oo
ee eee ee a o o ss
e ee e e eee a o o s s
e ee e eee e ee a o s s
e eee ss
e
eee
hh
h h
h
ee
ee
68
ccccc t t ]]
cc c t ll ]]
cc c l l ll
ccc l l l
cc c cc ll ]]
c cccc cc ll i ] ]
cc cc c i ]] ]
c c ii ]]
cc c ii
c ii i ii
tt i ii iii
t t i ii
tt ttt ii ii ii
ttttt iii
ttt
t
)))
, )))
, , ) ) )))
e ,, ))))) )) x
e e ,, ,, ,, )
e e ,, , , ,, )) ) ) xx
e ,, ,, ) ) xx
,
ff
ff 00
0 )))
0 ) ) )x
))
) ) xx
x
<< x
<< )
eee )
e ee ccc
e ee cc b
ee ee e ec b )
e ee e eee h )
e ee e h
eeee eee
e ee e hh
e e e e hh
ess e
ee ss e e
e e s eee ee oo
e e e e e o o ss
e e e e e e aaa o o s s
e e ee e e o s s
ee e e e ss
e eee
e
e hh
h h
h
ee
ee
69
c ccc ]]
l l ll ]]
c llll l
c c llll
c c ccc l l ]]
cc c c c ll i]] ]
cc c c
cc cc ii ]]]]
cc c i i
cc ii i i i
tt i ii i i
tt t i ii
t i i ii
t i ii
t t i
ttt
)
) )
, ) ) ))))
,, ) ) )
e ) )) ) x
e e ,, ,, )) ) ) )
e e , , , ,, )) xx
e , , ,, xx
,,
ff
ff 00 )
0 ) ))
)) ) )x
) ) )
) xx
xx
<<
e << )x
eeee c
ee eee c c
ee e b
eee e e c b )
e ee e h )
ee e eee e e h
ee e eee
ee e e hh
s eeeee e hh
ee s eee
ee s e ee
e e s e e oo
e ee es e e e a o o ss
e e ee e e a o o s s
ee e ee e e a o s s
ee ee ee ee ss
eee
eee e
hh
h h
h
ee
ee
70
c ]]
cc l ll ll ]]
l l
cc c l l
c c c cccc l l l i]]]
c cc c c ll ]]]]
cc c c ]
cc ii ]]
cc ii i ]] ]
ccc ii i
tt i iii ii
tt tt iii ii
tt i i ii
tt i ii
tttt ii
ttt
t
) )) )
, )) ) ))
, )) )) )
e ) )) )) )x
e e ,, ,, ))) ) ))
e e , , , ,, )) xx
e , , ,, xx
,,
ff
ff 00 ))
00 ) )
)) ) x
)) )
) x x
xx
<<
ee <<
e c
eee c
e ee e c b
e ee b )
e eeeee h )
e e eeeeee ee h
e eeee e e
e e ee hh
es e ee hh
eeess s
ssee e
e ss ee ee oo
e e s e e o o ss
e e e e ee aaa o o s s
e e e e eee e o s s
eee eeee e ss
eee e e
e eee
e hh
h h
h
ee
ee
71
c ]]
c l ll ]]
ll ll l
ccc cc l l i]
c c cc ll l i ]
c c c c ll ]
ccc c ]
iii ]]]]
c c iii i ] ]
ccc i ii
c tt ti iii i i
tt i i i ii
i i ii
t t i i
t t iii
t
ttt
)) )) ))
) )) ))
) ) ))
e )) ) ) x
e e ,, ,, ) ) )) )
e e , , , ,, ) )))xxx
e , , ,, xx
,,
ff
ff 00 ))
00 ) )
))) )))
) ))
) x x
xx
<<
<<
ee
e ccc
ee e b
e ee b )
e e h )
e eeeee h
eee ee e eeeee
eee e eee hh
s ee e hh
e ee
eee ee eee
eee ee oo
eee ss e ee a o o ss
ee e eeee a o o s s
ee ee ee e eee e a o s s
eee e e ee ss
e e e e e e
ee eee
e hh
h h
h
ee
ee
72
]]
l lll ]]
c ll ll l
cc ccc l i]
cc c c c lll l i ]
cc c c c lll
ccc i ] ]
c iii ] ]]
c c ii i ] ]]
cc c t i iii
c tt iii i ii
tt iii iiiii ii
tt iii ii ii
i ii
t iii
t tt i
tt
t
) )) ))
) ))) )
)) )) )) ))
e )) ))) ) ) x
e e ,, ,, )))) ))) x
e e , , , ,, ) )))) x
e , , ,, )) x
,,
ff
ff 00 ))
00 ) ) )
)) ) )
) )
)x x
xx
<<
<<
c
c
ee c b
ee e b )
e e h )
e eee e h
e e ee e e
e e e e eeeeee hh
e e e hh
eee e ee
eee e
e e ee e oo
eee e ee ee o o ss
e e eeee e aaa o o s s
e eeeee e e o s s
e e e e e ss
eee e ee
eee
eee hh
h h
h
ee
ee
73
l ]]
ll ll l ]]
cc c lll ll l
c c ccc l i]
c c ll l ]
c c c l l i
l iii ]]]
ccc i i ]] ]
cc ii i ] ]]
cc i i i
ccc tt ii i i i
t t i i i i ii
tt i i i ii
i
t i i
tt iii
t t
tt
) ) ))
))) )
) ) ))
e ) )
e e ,, ,, )) ) ) ))
e e , , , ,, )) ) )xxx
e , , ,, )
,,
ff
ff 00 ))
00 )) ) )
) ))
)) ))x
x x
xxx
<<
<<
ccc
ee b
ee b )
e h )
e eee e h
eee ee e e e
eeeee e eeeeeee hh
e e ee eee e hh
e e e e
e e
e e eee e oo
eee eee e e e a o o ss
e e ee e e ee ee a o o s s
e ee e ee a o s s
ee eee ss
eeee ee
e eee eee
e e hh
e h h
h
ee
ee
74
ll ]]
l l l l ]]
cc ccc l ll
c c ccc llll i]
ccc c ll ]
ll l i ]
ccc l iii ]]]]
c i ii ]] ]
c cc iiiiii ]] ]
c i iiii ii
c c tt iiiii i
c t t ii i ii ii ii
tt i iii ii
i
tt ii i
ttt iii
t i
tt
) )
)) )) ))
)) )))
e ) ) ))
e e ,, ,, ) )) )
e e , , , ,, ) ) x
e , , ,, ) x
,,
ff
ff 00 ))
00 ))) ))
) x
))))))x
x
x x
x
<<
<<
c
c
ee c b
e e b )
e e h )
eee eeeee h
e e e e e
e e e ee hh
e ee e ee hh
eee e e
ee ee e e
e e e e e oo
ee ee eeeeeeeeee o o ss
e e e e e eeeee e aaa o o s s
eeeeee ee eee o s s
ee e ss
e eeee e
ee eeee e ee
eee ee hh
h h
h
ee
ee
75
ll ]]
c l ll ]]
cc c c ll ll
c ccc c llll i]
ccc cc ll ll ]
l iii ]] ]
ccc ll i i ] ]]
i ] ]
c i i ] ]
c i i ]
cc tt i i i
c t t i i i i i i
tt ii i i iii
tt
t t i i
t i i
t t iii
t
)) )))
) ) ) )
)
e ))) ) )
e e ,, ,, )) ) )x
e e , , , ,, )) ))
e , , ,, x
,,
ff
ff 00 ) ))
00 ) ) )
x
)))) xx
))) x
x
x
<<
<<
ccc
ee b
ee e b )
e e ee h )
ee eee ee h
ee e e e ee
ee ee e hh
eee e e ee hh
e e e
e e e e
e e eeeeeeee oo
e ee ee e e a o o ss
ee ee e a o o s s
e ee e e a o s s
ee e ss
e e e
ee eee e
e e eee hh
e h h
h
ee
ee
76
ll ]]
c l l l ]]
cc c c l l
c c c c l l l i]
ccc ccc l ll i i ]]
l iii ]] ]]
c l ii i ] ]]]]
c i i ]]] ] ]
ii ]] ]]
c c ii ii
cc tt ii i ii
cc t t ii ii ii i
t i i i iii
t tt i
tt
tt i ii
t iii
i
)
)) )))
) ) ) )
)) )
e )) ))x
e e ,, ,, ) )) ) x
e e , , , ,, )) )
e , , ,, x
,,
ff
ff 00 ))
00 ) )
) )) x
) ) xx
) ) x
) xx
<<
<<
c
c
eee c b
ee ee b )
ee e h )
e e e e h
eee e ee e e
e eee ee e hh
eee ee e e hh
e e e e
ee ee eeeeee
ee e eeeeeeee oo
ee ee e e eeeee o o ss
ee eee e aaa o o s s
ee e o s s
e ss
e ee e ee
e e e
e ee hh
e h h
h
ee
ee
77
ll ]]
c l ]]
cc cc c ll lll
c c c c ll l i]]
ccc ccc lll iii ]i
cc c l i i ]
ii i ] ]
li ii ] ]
i i ]]
c i i
c c tt i i i
cc t i i i i i i
tt tt ii i i i
t tt iii
tt t
ttt i ii
t i i
iii
i )))
)) ) )
)) )) ) )
) ) )x
e ) ) ))x
e e ,, ,, )) )) ) x
e e , , , ,, )) )x
e , , ,,
,,
ff
ff 00 ))
00 )
) x
))))) x
)))
xx
<<
<<
e ccc
e ee b
e e b )
ee e ee h )
e eee h
e e e e ee
eee e e eee ee hh
e e ee hh
e ee e e eee
ee e eee e
e ee oo
ee e e e ee e a o o ss
ee e e e eee a o o s s
e e e a o s s
ee ss
ee ee
ee
e ee hh
ee h h
h
ee
ee
78
l ]]
cc l ]]
cc cc c ll ll ]
c c c ll l l i ii]
c c c c lll iii ii]]
c c ccc lll ii ii
l i ]]]
li i ]
ii i ]
i
c t i i
cc t t i i ii i
tt ttt ii i ii ii
tt t iii
t i
tt tt iii
t ii i
i ii )
) )
) )) ))
)) ) )
)) ) ) x
e ) ) ) x
e e ,, ,, )) )) ) x
e e , , , ,, )) )x
e , , ,,
,,
ff
ff 00 )
00 ) )
)) ) )x
) )
) ) xx
)
<<
<<
c
ee c
eeee c b
e e b )
eee e e h )
e e e e h
e ee ee ee e e
e e eee e e hh
e ee e e hh
ee ee ee ee e
ee e ee
ee e e oo
ee eee e e ee o o ss
ee ee e ee ee aaa o o s s
ee e e o s s
e ss
eee
ee
ee ee hh
eee h h
h
ee
ee
79
]]
ccc lll ]]
cc cc c ll lll ]
cc cc c cc ll l ll iii i
cc c c cc l l ii i i ]
c c c l ll ii i i
c ll l iiii ]]]
l il i ]
iil ]
c i
c t t i i ii ii ii
t t ttii i i
ttt t i i
tt t i iii
tt iiii
ttt ii i
iiiii )
i )) ))
)) ))
))) )) )
) ))) )))
e )) ) )))xxx
e e ,, ,, )) )) ) x
e e , , , ,, )) )x
e , , ,,
,,
ff
ff 00 )
00 ) )
) )) )x
) )
) ) x
<<
<<
e e ccc
e e b
e ee e b )
eee ee ee h )
ee e e h
eee ee e
ee ee e e ee hh
ee e e ee ee hh
e eee ee
ee eee eee
ee e oo
eeee e e e ee a o o ss
ee e e e e a o o s s
eee e ee a o s s
e e ss
ee
e eee
e e hh
ee e h h
e h
ee
ee
80
c l ]]
c c l l ]]
cccc cc ll l l i
c c c lll liiii i
cc c c lll i ii
cc cc cc l i i]
c ii ]]
i ] ]
i ll
i
iii
tti i iiiii
t t t i i i i
t t t i iiii i
t t tt i iiii
ii iiiii
t t i
t i iiii )))
ii i ) )
) )i) ))
))) ) )
) x
e )) ) xx
e e ,, ,, ))) )) ) x
e e , , , ,, )) )x
e , , ,,
,,
ff
ff 00 )
00 )) )
)) )x
)) )
x
<<
<<
c
c
e eee c b
ee e e ee b )
eeee eee h )
e e ee h
ee eee e e
e e e e hh
ee e ee e ee ee hh
e e e e e
ee e e e e
e eeee e e oo
e e ee e e o o ss
e eee e e e e aaa o o s s
eeee ee e o s s
e e e ss
e e e
ee ee
e hh
ee e h h
ee h
ee
ee
81
c l ]]
cc ccc lll ]]
ccccccccc l l ll ii
c c c l ll l liiii ii
ccc c c lllll iii i ii
cccccc c lll i ii]]
ccc ii ] ]
i ]
ll
il i
i i i i
ttii i i
t i i i
ttttt t i i
t tttt ii
tt ii i
t i )
t i i )))
i ) )
) ))
)))) ) ))
) ) xx
e )) xx
e e ,, ,, ))) )) ) x
e e , , , ,, ) ))
e , , ,,
,,
ff
ff 00 ))
00 )) )
)) x
)x )x
<<
<<
e ccc
ee e b
e e b )
e ee e h )
eee e e h
ee ee ee
e ee e hh
ee eeee ee ee hh
ee eeeee e ee
e eeeee eee
ee ee oo
ee a o o ss
e ee ee a o o s s
e a o s s
ee e e ss
e e ee
ee ee
e e hh
ee h h
eee h
ee
ee
82
c lll ]]
c c c l l ]]]
c c ll l ii
c c l l l i ii
c c l l i i ]
c c c l i i ]]
ccc c c l ii ]] ]
c ii
ll
l i
i i i
tt ii ii ii
tt t i ii ii
tt tt ii
t t i
tt t iii
t iii )))
i ) )
) )
) ) ) ) )
))))) ))
) ) xx
e ) x x
e e ,, ,, ) ) )) x
e e , , , ,, ) ))
e , , ,,
,,
ff
ff 00 )))
00 ) )
) x
)x))x
<<
<<
c
ee c
eee c b
e e b )
e e ee h )
e e ee h
e e eee
e e e eeeee hh
e eee e e e e hh
eeee ee
e e e eee
ee e oo
e e o o ss
e aaa o o s s
eee o s s
e ee ss
e e ee
ee e e
e e hh
e h h
e e h
ee e
ee
83
lll ] ]
c ll l i ]
cc lll i
cc ll lll ii
cc c ll iii ii]]]
c c l i ] ]]
ccc c i i ]]]]
c c ii
ll
l i
i ii i i
ttttii i i i i
tt t i i i ii
ttt i
tt tt i
t tt i i )
i i ) )
i )) ))
i )) )
) ) ) ) )
)) ) ))
) ) )) xx
e )) x
e e ,, ,, ) ))
e e , , , ,, ) ))
e , , ,,
,,
ff )
ff 00 )))
00 ))) )
) x x
)x))x
xx)
<<
<<
e e ccc
e e b
ee e b )
ee ee h )
e ee h
eee e e eee
ee ee e ee eeeee hh
e eeee e ee hh
ee eee eee
e e ee ee
e e oo
a o o ss
ee e a o o s s
e e a o s s
e ss
ee ee ee
ee e e
ee hh
e e h h
ee h
ee e
ee
84
ll l ]
l i]]
cc l l i ]
c c l i ]]]
c c l l i ii ]
c ccc ll ]
cc c i i ] ]
c ii ]]
ll
l
i i
tt i i iii i
t t i i ii
t t t ii
t ii
t ttt ii )
iii )) ))
iii ))
iii ) ))
)) ) ) )
) ) )) ))
) ) )) x
e ) )) x
e e ,, ,, ) ))
e e , , , ,, ))
e , , ,,
,,
ff )))
ff 00 )
00 ) )
) x
) x
x x
)
<<
<<
c
e c
e ee c b
eeee b )
eee ee h )
e e ee e h
eee e eee e e
e e e eee ee hh
ee ee e e hh
ee ee
eee e e e e
ee oo
o o ss
eee aaa o o s s
ee ee o s s
eee ee ss
ee eeeeee
eeee ee
ee hh
ee e h h
ee h
ee ee
ee
85
l ]
l ll i ]]
cc i ]i ]
c c lll i]]]
c cc c l l ii ]]
cc c c ll i i] ]]
c c i ]]]
ccc ii ]]
l
l
iiiii
tt iii i
t t iii iii
tt i
tt t t
t iiiii )))
t i ) )
i i ) )
) ) )
) )) ) )))
)) )) ) ))
)) ) ))
e ) )
e e ,, ,, ))) ))
e e , , , ,, ))
e , , ,,
,, )
ff ))
ff 00 ) ))
00 ))
)) )x
)) xx
x x
<<
<<
ee ccc
e b
e e ee b )
ee h )
e e h
e eeeee e e
e e e hh
eee e ee hh
e ee
e e e e
e ee oo
e a o o ss
e ee a o o s s
e a o s s
e ss
e e e
ee e hh
ee ee h h
e e h
ee eee
ee
86
l i]]
l
cc l ]i ]]
c cc lll i ]
c cc l l i ]
c c c ll i ]
c i ]
ccc ii ] ]
c
iii
i i
tt i i i
t t i i i
t t ii ii
tt t iiii )
ttt iiii )))
ii )) ))
) )))
i) ) ) )
))) )) )
)) ) ))
)) ) )))
e ) ))
e e ,, ,, ))) ))
e e , , , ,, ) ))
e , , ,,
,, ))
ff
ff 00 )) ))
00 ) )
) ) )x
) )
) xxx
<<
<<
c
ee c
e c b
ee ee b )
eee e h )
e e h
e eee
e e e ee hh
e e e e e hh
e e e e ee
e ee e
e ee oo
ee o o ss
eee aaa o o s s
e o s s
ss
ee
ee e hh
ee ee h h
ee e h
ee eee
ee e
87
]
i
ccc l ]
c ccc l ll ]]
ccc cc l l ii ]]
c c ll ]]]
c c ii ]]
ccc ii
ccc ii
iii
i iii
tt ii ii
t t i i
t t ii i ii i
tt i i )))
ttt i i ) )
t ii i ) )
ii )
) i)) )) )
)) ) ) ))
) )
)) ) )
e )) )
e e ,, ,, )))) ))
e e , , , ,, ))) ))
e , , ,,
,,
ff ) )
ff 00 )))
00 )) )
)) )x
) )
))xx
x
<<
<<
e ccc
e b
e e ee b )
e ee ee h )
ee e h
ee e ee
e e eee hh
ee e ee e ee hh
e e e
ee e e
eee oo
e e a o o ss
e e a o o s s
e a o s s
ss
ee
ee eee hh
e ee h h
e e h
ee eeee
ee eee
88
c
ccc lll ]]
c cc ll ] ]
ccc l ]
cc c c ll ] ]
c c ii ] ]
c c ii ]]
c c ii
c i
i i
tt iii i
t t i ii i
t t i iii )
tt t i )))
ttt i i i ) )))
ttt i ))
) ) )))
) i ) ))))
))i) )) ))
) ) ))
)) )))
e ) )
e e ,, ,, ) ))
e e , , , ,, ) ) ))
e , , ,, )
,,
ff ) )
ff 00 ) ))))
00 ) )
)))x
) )
)) x
) x
<<
<<
c
c
e e c b
ee e e b )
e ee ee h )
e ee h
eee e
ee eeee hh
ee ee e hh
ee e ee
ee ee e
eee oo
e o o ss
ee aaa o o s s
e o s s
ss
ee e
ee eeee hh
e ee h h
e e h
ee e e
ee e e
e
89
ccc l
ccc l l ]]
c c l l ] ]
c c c l ]]]
c c l ]]
c c cc ii ]
ccccc ii ] ]]
ccc iii
c i
i i
tt i ii ii
t t ii
t tt t i i )))
tt tt t i i )
t t i )
t t i i )) )
t i ) )
) i ) )
)) ) ) )
) ))
))) ) )
e )) ))
e e ,, ,, )) ))
e e , , , ,, ) ))
e , , ,,
,,
ff )) ))
ff 00 ) )
00
) ) x
)
)) x)
))
<<
<<
ccc
b
eee ee e b )
ee h )
ee e e h
e ee
eee e ee e hh
e e e hh
e eee
ee e
e e oo
eee a o o ss
e a o o s s
e a o s s
ss
ee ee
ee e e hh
e e h h
ee e h
ee ee ee
ee e e
90
c
c c l
c c l l ]]
c c lll ] ]
ccc cc ll ] ]
c ccccc ] ]]
c c c ii ]] ]
c ii ] ]
c c i i
ccc ii
i ii
tt i i
t tt i i )
t t iii ))
tt t )))
tt tt )
t t )) ))
t i) ))
)) i )))
))) )
))))
) ) ))
e ) ) ) )
e e ,, ,, ) ) ))
e e , , , ,, ) ))
e , , ,,
,,
ff )))))
ff 00 )))))
00 ) )
)
) ) )
))xx)
)))
<<
<<
c
c
e c b
e ee b )
e e e h )
h
eeee e e
ee eee e e hh
ee ee ee hh
e e e
ee
e ee oo
eee o o ss
e aaa o o s s
o s s
ss
ee ee
ee eee hh
e ee h h
e ee h
ee e eeee
ee e eee
91
c
ccc l
cc cc l l ]]
cc c ] ]
c c l l ]] ]
c cc ] ]]
c c c c ii ]] ]]
c cc ii ] ]]
cccc i i
ccc i
c i
ttt iii ii
t tt i i ))
t tt iii ) )
ttt ttt i ) )
ttt tt ) ))
tt tt ))) ))
t i
) )ii ) )
) )
) )
))) )
e ) )) )
e e ,, ,, ) ) ))
e e , , , ,, ) ))
e , , ,,
,, )))
ff ) )
ff 00
00 ))
) ))
) )
) )
)
)
<<
<<
ccc
b
ee ee b )
ee h )
e e h
ee e
eee e e e hh
e e ee hh
ee e ee
eee
e ee oo
e e a o o ss
eee a o o s s
a o s s
ss
ee e e
ee e ee hh
ee eee h h
eee e h
ee eee
ee e e
e
92
ccc
c c
c c ]]
c c c l ] ]
c ] ]
c ccc ]
c cc c ii ]]
c c ii ] ]
c c ]i
c iii
ccc t i ii
t t ii iii
t t i ii ))
t t t iii ) )
t t iii ))))
t t ) )) )
tt t ))) ))
ttt )i ) )
) ii )
)) i )
))
)) )) )))
e ) ))) ))
e e ,, ,, )) ) ))
e e , , , ,, ) ))
e , , ,, )
,, )))
ff )))
ff 00 ))
00 )))
))))
) )
))
)
<<
<<
c
c
c b
ee b )
eee ee h )
eee h
ee e
e ee hh
e ee e ee hh
ee e
eeeee
e eee oo
ee e o o ss
eee aaa o o s s
e o s s
ss
ee ee
ee e eeee hh
eeeee h h
e e h
ee e e
ee eee
93
ccc
ccc c
cc cc ]]
cc c ]
cccc
c c ]]
cc c c ii ]
cc cc ii ]
cc ]]
cccc
cc t iiii
c ttt iiii
tt tt i i ))
t t i ) )
tt i i ))
t ttt i ) )
tt tt )) ) )))
tttt ))i ) )
t ) )))
) )iii
) ))) )
) ) )
e ))
e e ,, ,, ) )) ))
e e , , , ,, )) ))
e , , ,, )))
,,
ff )
ff 00 )
00
)
)) ) )
)))
))
<<
<<
ccc
b
e ee b )
e e ee h )
h
e ee
ee hh
e e ee ee hh
ee e
ee e e e
e eeee oo
e e a o o ss
e e a o o s s
eee a o s s
ss
ee ee
ee e hh
e h h
ee e e h
ee e ee
ee eee
e
94
c c
c cc
c cc ]
cc c c ]
c cc ]
c c ]]
cc cccc ii ]
ccc c ii ]
ccc c ]
c c i i
c ttt i i
cc t t i ii
tt tt ii i ))
t ttt ii )) )
t ii ))
tt t i )
t i )) ) ))
t t ) ) )
tt ) ) )
))) i) )
)
) )) )))
e ) )
e e ,, ,, )) ))
e e , , , ,, )) )) )
e , , ,, )
,, )
ff
ff 00
00
)
) )
)
) )
<<
<<
c
c
c b
e ee b )
e ee h )
ee h
e ee hh
e e ee hh
e e
ee e ee
e e ee e oo
e e o o ss
e ee aaa o o s s
eee o s s
e ss
ee
ee hh
ee h h
ee e h
ee e
ee e e
eee
95
c
c
cc c
cc c ]]]
cccccc ]]
c cc ]]]
c c cc c ii ]]
cc cc ii ]]
c c cc ]]
ccc c t ii
ccc ttt i ii
c t t i iiii
tt tt t i ii )))
ttt tt i ) )
t tt t i i )))
ttt ii ) ) ))
tt tt )))
tt )) )))))
t ))) ) )
))) ) )
) )) )
))) )))
e ))) ) )
e e ,, ,, ) ) ))
e e , , , ,, )) ))
e , , ,, ))
,,
ff
ff 00
00
)))
<<
<<
ccc
b
ee b )
e ee h )
e h
e
ee hh
ee hh
e e
ee e e eee
e e ee ee oo
e e ee a o o ss
e e a o o s s
e e a o s s
eee ss
ee
ee hh
e h h
e e h
ee e e
ee ee e
eee
96
c
cc ]
cc ] ]
c c ]
cc c ] ]
cc c cc ii
c ii
c c c i ]
c cc ttt
c ttt i
ccc t t i i )
ttt ttt ii i i )))
t iiiii ) )
tt t t i i ) )
t t t ii )) ) )
t ) )) )
tt t ) )) )
tt ) ) ) ) ))
) )))
) )) )
) )) )
e ) ))) ))
e e ,, ,, ) )) ) ))
e e , , , ,, )) ))
e , , ,,
,,
ff
ff 00
00
)
)
)
<<
<<
c
c
c b
ee b )
ee h )
ee h
ee hh
ee hh
eee e e
ee ee ee
ee e oo
e e o o ss
e e aaa o o s s
ee e o s s
eee ss
e
ee
ee hh
h h
e h
ee ee e
ee e ee
ee e
97
cc
cc ]
cc c ]]
c ]]]
ccc ccc
cc ccc ii
c cc ii
c c t
c cc t t
c t t
cc t t ii )))
c t tt t i i i ) )
t tt i i ) )
tt i ) )
tt ttt ii
ttt tt )))
tt t ) ))
ttt )) ) )) )
))) )) )
))
)) ) ) )
e ))) ))
e e ,, ,, )) )))))
e e , , , ,, ))) ))
e , , ,,
,,
ff
ff 00
00
)))
<<
<<
ccc
b
ee b )
ee h )
h
ee hh
e ee hh
e e eee
e e eee
ee ee oo
e a o o ss
ee e a o o s s
e e a o s s
e e ss
eee
ee
ee hh
h h
ee h
ee ee ee
ee e ee
eeeee
98
cc
c ]]
c cc ] ]
c c cc ] ]
c c c c ]
c c c c ii
ccc c ii
cc cc t
cc ttt
cc tt )
cc tt t ii ) )
cc tt t ii )) ))
tt tt ii ) )
t t i )
t t tt t )
tt t t ) )
tt )) )
t t ) )) )))
t ) ))
))) )
) ) )))
e ) ) )
e e ,, ,, ) )) ) )
e e , , , ,, )))) )
e , , ,, )
,,
ff
ff 00
00
)
)
)
<<
<<
c
c
c b
ee b )
ee h )
h
ee hh
e ee e hh
eee e e
e e e
e e e oo
ee e o o ss
eee aaa o o s s
ee ee o s s
e ee ss
eee
ee e
ee hh
h h
eeee h
ee ee e
ee e e
eee e
99
c
c ]]
c c ] ]
cc c cc ] ]
cc cc cc ]
c c cc ii
c c cc ii
c c ccc ttt
cccc t t
c t t )
c c tt t iii )) ))
cc t tt t i )) ))
t t iii ) ))
ttt ttt tt
ttttttt t )
tttt t )
tttttt ) ) )
tttt))) ))) ))
t )
) ) )
) ))))
e ) ) )) ))
e e ,, ,, )) ) ) ))
e e , , , ,, ) )
e , , ,, ) )
,,
ff
ff 00
00
)))
<<
<<
ccc
b
ee b )
ee h )
h
ee hh
eee ee e hh
e e ee
e e eee
e oo
e a o o ss
e ee a o o s s
ee a o s s
e ss
e e
ee eee
ee hh
ee h h
e ee h
ee e ee
ee e eeee
ee
100
cc ]]
c c ] ]
ccccc c ] ]
cc ccc ]
cc c c ccc ii
cc cc c c t ii
c c ttt
cc c tt tt
c t ttt i )))
c tt tt ii ) )
cc ttttttt i ) )
tt ii )))))
t t tt i
t t
t tt ))
t ) ) ) )
)) ) )))
t ttt)))) )) ))
)) ))
)))
e ) )
e e ,, ,, )) ) ))
e e , , , ,, ) ))
e , , ,,
,,
ff
ff 00
00
)
)
)
<<
<<
c
c
c b
ee b )
ee h )
h
e ee hh
e e ee ee hh
ee ee e e
e e e
ee oo
e o o ss
ee aaa o o s s
ee o s s
ee ss
ee e
ee eee
ee e hh
eee h h
e e h
ee eee e
ee e ee e
eeeee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment