;;; Scheme Recursive Art Contest Entry ;;; ;;; Please do not include your name or personal info in this file. ;;; ;;; Title: My waifu Fubuki-chan ;;; ;;; Description: ;;; (define (rgbr rgb) (car rgb)) (define (rgbg rgb) (car (cdr rgb))) (define (rgbb rgb) (car (cdr (cdr rgb)))) (define (draw) ; YOUR CODE HERE (define (decode num) (if (= num 0) nil (cons-stream `(,(quotient (remainder num 1000000000) 1000000) ,(quotient (remainder num 1000000) 1000) ,(remainder num 1000)) (decode (quotient num 1000000000))) ) ) (define (cvtclr clr255) (map (lambda (x) (/ x 255)) clr255) ) (define (drawpix x y maxx maxy clr255srm) (cond ((or (> x maxx) (null? clr255srm)) nil) ((> y maxy) (drawpix (+ x 1) 0 maxx maxy clr255srm)) (else (let ((clr1 (cvtclr (car clr255srm)))) ;(print (list x y clr1)) (pixel x (- 400 y) (rgb (rgbr clr1) (rgbg clr1) (rgbb clr1))) (drawpix x (+ y 1) maxx maxy (cdr-stream clr255srm))) ) ) ) (define big-stream (decode 255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255254255255254255255255255255255255255255255255255255255255255255254255254254254254254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255254254255254254255254255255255254255255255255255255255255254254255254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255254255255254255255254255255255255255255255255255255255254255254254254254254253254253253255255254255255255255255255255255254255254254255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255254255255254255255254254255254254255254254255254255255255255255255255255255255255255255255255255255255254255255254254255254254255254254255254254255254254255255254255255254255255254255255254254255253253255254254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255254253255255254255255254255255255255255255255254255255254254255254254254254254253253253253254255254255255255255255255255254255255253255255253254255252254255253254255254255255255255255254255255255255255255255255254255255253255255253255255252254255252254255252254255252254255253255255253255255253254255254254255255255255255255255255255255255255255255254255255253254255253254255253253255254254255253254255254254255254254255255254255255253254254253254254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255254255255255255255255255255255255255255255254254255254254255255255255255255254255255254254255253253254253254253253254252252253249249251246245248242240246238235246239237251243242252245244253246245252245245252244244251243244251242243252243244253245245254246246255248248255250251255251252255252253255253254255254254255255254255255255255255255255255253255255253254255253254255253254255253253255253253255253253255253253255254254254255254254255254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255254253253253253254254253251248247243228227224184182180144139137116112110104099098093087085074068066061056055052046045046040040045038038048042041055047046063056055076068066095087085114105103131122120138128126141130129154138137186169166218206202236227223245237233249243239252249244255254249255255252255255252254254252254255253254255253253255252253255253253254253252254254253254254254254255254254255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254254255255252255243241242178177175088081081054050050036034032026022019027022016019015012008006004003003002004002002003003003002002003002005005002004005002004005002004006001003006001003006001003005003004005001002004001000002002000001004001002006002003010005005019012012041029028060040039063041041059037036056037037055042042067058058092083081143140136209208204247248244253254252253253252254254252253253253252252253252252254252252254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254254255252251254252250251238238238164164166054049051014008009007005005005004001005006005005005003005004002006006004005006003001002002002002004004004003008008006023018016049038035072058053083065059086067059086066059084066059081064057071057051055044040032025021017011011010006006006003004002001003002002004002002004002001003002001003004002005004002004005001003006002003010006007025020018027023020030021020060051049158155155231232231247248248250250251250250252250250252253253255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255243241241184185186118120125048046048011008010006004005003002002002002002004004002005005002004005002008007005015012009031026022055045039065052046078063055085067060087069061089069061088069061089069061088069061088069061088069060088069061088069060089069060088069060088069061087069060087068060088069062085067059070056049046034030031020019022016015014009010005004005002000000001000000000000000000000000001000000002000001007003004016011010016013012019016017051049051140138142215212216224224230243242244252252255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255254253255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254254244242242216212215126122128030028033002004005001002002001001001001001000002002001004003002007006004015011008036028023067053044084067057086070059086069059086069060087069060088069060088069061089069061089069061090069061090069061090069061090069061090070061090070061091070061090070061090070061090070061090070060090069061089068060089068059088068060088068059088067058086063056080057050048034031007006005000000000000000001000000001001000000002000000003001001002001000002002001002001001003000003009005006092083086197194199208209213244245245254254255255254255254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255255255255255255255255255255255255255255255255255255255254255251249252240237236185183182075070070003005004001001001001001002001001001002001001003002002006004005016011009050039032080063054087069058087069058088070060088070059087070059087069059088069059089069060089069061090069061090069061090069061091069061091069061091069061091070061091070061091070061091070061091070061091070061091069060091069060090068059090068059089068059089067059089067058089067058090067059088065058086063056080059052055039036020012012003001002001000000001000001004000002003001001004002002003002002002001002002001002012007007082080081174173173232230229251249250254252252255253254255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255253255253251253232231228169168170019015018000000000002000000004002001004002002003002002004003003015010009044033028073059049084066055088069057089070058089070059091072060091072061090071061089070059088069059089069059090069059090069060090069060091069060091069060091069061091069060091069061092070061092070061091070061092070061091070061092070060092070060092069060091069059090068059089068059089067059089068059091067059091068059090067059088064058088064057091064058090066058089066058079060053053037033019010011006002004003000002003000001004001001005003003005003002005003003006004005029024025114110110174174175234233233252252253254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254253255251251253176173172050044047003002005000000001000000000003001000004003002008007006031024021067054047086068057087068056087068056088069056091072059090071059090071059089070059089070059089070059088069058088069058089069059090069059091069059091069060091069060091069060091069060091069060091069060091069060091070060091070060092070060092070060092070060092070060092070060092069060091069059090068059089068059089067059091068059093068059093068060092067059092067059093066060094067059092067060092067060091066059090067060088066059067049043023013013006004004004003003006003004006005004006006005005005005009008009022019020067059061143137139237236235251252253254253254255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254254255255255255255255255255255255255255255252252254238237240068064065013006008001001000000000000000000000001000000004002001027021018078061054087069058089069058089069058089069058089069058090071059093073061091071059089070058089069058088068057088069057088068058089069058089069058091069059091069059091069060091069060092069060092069060092069060092069060092069060092069060091069060091069060091069060092069060092070060092070060092069059092069059091068059090068058090068058091068059093069060095070061095069061096069060096069061094068060094068060093067060092067060090067060090067059090067059089067059087066058066050043027017016006005006005004005005004005005005006005005005006008007014013012047041040151148148241239238248248250252251253255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254253255254254255254254255255254255251251251137134136012008011003001000001001001000000000001000000006003002023016014072056050085066059088068059089069059090069059090070059090070058090069058091070058091070059090069058089069058090069058090069058090068058090068058090068058090069059091069059091069059092069059092069059092069059092069059092069059092069059092069059092069059092069059091069059091069059092069059092069059092070059092070059092070059092069059092069059092068058092068059093069059094069060095069061095069060094068060094068060092068059092067060091067059090067060090067060090067059089067059088067059089067059089069059088067058047036032008007008004005006004004004004005004005006005004007005009009008047042041200197197235234235248246248255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255252252253251253253192192191019012017003000003002000002004002002003002002003003002034023020076057051088066059087067057088068059090069060090069059091069059090069058090070058091069058090069057090069057090068057090068058091069058091069058092069058091069058092069058092069058092069058092069059092069059093069059093069059093069059093069059092069059092069059092069059092069059092069059092069059092069059092069059092069059093069059093070059093070060094070059093070059093069059093068059093068059093068059093068059093067059093067059092067059092067059091068059090067059090067058089067058089068059089068059090068059089069059090069059091071059090071060061052043013011011004006006004006006002004003003005005005006005016013013077071070207202203238239239254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255254255255254255255254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255252252253122119124008004008002003006003002004003002003005003004009007006056038034081059053085063058086066058089068059091070061091070060092069060091069059091069058091069058091069058092069058091069058091068058091068058092068058092069058093068058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092068058092069058092068058092069058092069058092069058092069058092069058093069058093069059094070059093069059093069059093069059093069059093068059093068059092068059092068059092068059092068059091068059091068059091068059091068059091068059091068059091069059090069059091069060092070059091070059091071059089070058069057047027022019004006005001001000002002001002002003005004004013008007148136134234233233254255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255254255255254255255254255254254255254254255254254255254254255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255253255255253255255253255255253255255254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255253254255249250251246248249255255255254255255250252251144144150026021028005005007006003006004003004003002003009005006062043040088064058088065058087065057089067059092069061093070060092070060092070059092069059092069059092069058092069058092069058092069058092069058092068058093068058093068058093068058093068058093069058093068058093069058093069058093069058093069058093069058093069058093069058093069058093068058093068058093068058093068058093068058093068058092069058093069058093069058093069058093069058093069058093069058093069059093069059093069059093068059093068059093068059093068059093068059092068059092068059092069059092069059091069059091069059091069059091069059091069060091070060092070059092071059092071059091070058089069057083064054046037032005008006000001001000000000003002002003003002009007005131118116235236235252254255255255255255254255255254255255255255255255255255255255254254255253254255253255255254255255254255255254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255254255255254255255254255254254255254254255254254255253254255254254255254255255255255255255255255254255255253255255252255255254255255255255255255255254255255253255255253255255252255255252255255252255255253255255253255255254254255254255255255255255255255255255255255255255255255255255255255255255255255253254255236241241232239237250253253227230231038040047025020028009005009007004007006004006005003005022017017077055052092067060092068061092068061090067060090067059092069060093070060092070059092070059092070058092070058092070058092069058092069058092069058093069058093069058093068058094068058094068058094068058094068058094068058094068058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069059093068059093068059093068059093068059093068059093068059092069059092069059092069059092069059092069059091069059091070059091070059092070059092071059092071059092071059092071059091070058089069058088067057085066056051041035001002002000000000000000000002002001009006005076063060216210210251251253254252255254252255255253255255254255254253255252253255251253255253255255253255255253255255254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255254255254254255254254255254254255254254254253253254252254255253254255255255255255255254252254254251253254251252254252252253251254254252254254254255253255255252254255251254255251254255251255255253255255253255255253254255254254255254254255255254255255255255255255255255255255255255255255255255251253253243247245251253253211215216024026028004004005004001004006003005006004006010009009070049046091067062094069060094069061094069062092068061092068060091068060091068060092070060092070059092070059092070058092070058092070058092069058093069057093069058093069058093069058093069058094068058094068058094068059094068059094068059094068058093068058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069058093069058093068058093068058093068058093069059093069059093069059093069059092069059092069059092069059092069059092070059092070059092070059092070059092071060093071059092070059092070059090069058089068058088067059089068059084063055016011011000001000000000000003001001003001001025017015186182181248248250252251254253252255254252255252252255252252255251253255252254255253255255253255255254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255254255254254254254254254254254254253254253253253253252252253253252255253254248249246165164164080078080058055058056051053075067071119113117178174176231232232247250249250253254252254255252254255252254255253255255253254255254254255254254255254254255254254255254254255255255255255255255255255255253255255249251250178179178021021022000003002002002003002002002001001002027019016089064057091066060094069064094070062094070061094069061093069061093068060092068060092068059092069059092069059092069059092069058092069058092069057093069057093069057093069058093069058093069058093068059094068059094068059094068059094068059094068058093068058093068058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069059093069059093069059092069059092069059092069059092069059092069059092069059092069059091069059091070059091070059091069059091069059091069059090068059090068059089067059088066059088066058060045040006003004000000000003002001003001001012006007087074073238236236250250254252251254252252255251253255251253255252255255253255255253255255254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255254254255254254254254254254253254253252253253252253253251252072074077004005008002004003004005005004005005003002002005002004012006006066057055167160161223227226247251250251254255252255255253255255253255255254254255254254255254254255254254255254254255254254255255255255255255255253254255206206205021020020001004004001002001001001000000000000019012012088064054090067057091067060093069062094069061094069061094069061094069061093069060093069060092068059092069058093069059093069058093069058093069057093069057093069057093069057093069057093069058093069058093069059093069059093068059093068059093068059093068058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069059093069059093069059093069059093069059092069059092069059092069058092069058092069058091068058090068058090068057090068058091068058091068059091068060092068060091067059090067060090067060090068060090065060015009008001000000003001000003002001010006006082069067242244245251251254252252254252253255252254255253255255253255255253255255254255255254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254254254254254255254253255253251253240238239003002005003003004003004005003002002002002003001002002003003003003002002003003002015011009097093092200200200236240239252255255253255255254255255254254255254254255254254255254254255254254255254254255254255255252252253238237233032031031004006005002002001003001001000000000018012009085063055090068058090068058092068059093069061093069060093068061094069061094069061094069060093069060093069060093069059093069058093069057093069057093070056093069056093069056093069056093069057093069058093069058093069058093069059093069059093069059093069059093069058093069058093069058093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069059093069059093069059093069059093069058093069058092069058092068058091068058090067057090067057091067058091068059092068059092068060092068060092068061092068061094070062092069060092067061088064058011007006003000000002000000003002002007003003095083082243244245252253254253254255253255255253255255254255255254255255254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255254253255253252254254254254254253253252251254089085086004003005005004004004004003027021016030021019023017015013010009007004005005003004005002003004004003012009008145138135232232230253255255254255255254254255254254255254254255254254255254254255254254255252250251233230227052052051004004004002002001003003001003001001042031024087065057088066058091068059091068058092068059092069060092068060092068060092068061092068060093069060093069060093069059093069058093069058093069057093070056092070056092069056092069056092070057092070057092069058093070058093070058093070059093069059092069059092069058092069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069059093069058093069059093069058093069059093069058093069059093069058093069058093069058093069058093069058093068058092068058092068058091067058091067059092067059092068059093068060093068060093068060093068061095070062099073065095070063092068060091066059087062054031019019005001002001000000003002003005003003100089089244247247253255255254255255254255255254255255254255255254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255250250250218218221189192196163164170155156163178176181224220223243241243253249250074071074005003002007005004020013010089069054087070056087070058088071060085067057058045039017012011005006005005006006007008006138131127248248248254255255254254255254253255253252255253253255253253255250248249219216213061060061003004004003003003005004002002002000066050044088067060088067057088067058090067058090068058092068059092068059090067059089067059090067060090066057091066057090067056091067056091068056090068055092069055092070055092069054092069054091069056091069056090069057092070059093071059093071059092070059092070059092069059092069058092069058092069058092069059093069059093069059093069059093068059093068058093069058093069058093069058093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093068058093068058092068059092068059092068059092068059093068059093068060093068060093068061093068061094069061096070063095069062093068059093067059091065059090065058071051045005003003002001001003003003006006004111101097247251249254255255254255255254255255254255255254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255253254255169169173036034042015016021013016021010012014013016016018017018017013014013008009016010011007003005004002002008004003023016013085068055085069057089071060091072061090072062090071061087067060065049046023018015008008008014012011202196192252253253253253255253252254253251254252251254249248249221218217043042042005006005004004003005005003004003001065050044087067059087067059088067058089067058090067058091068059092069059092069059090067058088066057069051043031023020013010009010008006009007005007006005006005002005003001007005003013010007027022016060045034082065050084064051091071057093072059093072059091071059091070058091070058091069058091069058092069058092069058093069059093069059093068059094068059094068059093068059093069059093069059093069058093069059093069058093069059093069058093069059093069058093069059093069058093069059093069058093069059093069058093069059093069059093069059093069059093069059093069059093069059093069058093069059093069058093069059093069058093069058093069058093068058093068058093068059093068059093068059093068060093068060094068060094068061093068061094068061094069061095069061094068060094068060093067059092067059092067059090065058086062054009006005003002001004004004008006005135125120247251249252255255253255255253255255252255255253254255254254255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255223223226016012020005004008002002006002001003002001001003001001002001003003002002002002001004001001002000001004002002007003002012008007059044036081065054088070059092072060093072062093072062091070062088067061080062057029023020009008010065059057243241241253253254252251253252251254250250252242241239069067067005006006006005005007006004006005003070056050087068060087067059088067059089067058090068058091068058091068058092069059089068056055040036010005003003003003002001002003001001004002001004002001002001000000000000001001000001001000002001000002001000004004002011010006061048038090070056092073058092072059091071058091070058090070058090069058091069058092069058092069058093069059093069059094068059094068059094068059094068059093068059093069059093069059093069059093069059093069059093069059093069059093069058092069059093069059093069059093069059092069059093069059093069059093069059093069059093069059093069059093069059093069059093069059093069059093069059093069059093069058093069059093069058093069058093068059093068059093068059093068059094068060094068060094068060094068060094068061094068061094069061094068060094068060094068060094068059093067059093067059092067058091066057086062054008006005005004003005006004010009007139134126234238232251253253252254255253254255252254255252253254251252253255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255083077085014010017006005010003003005001001004006005006008006006008006006007004005006003003004001002004002001004003001006004002010006005023016014075058048086069057091072061093072062093071062092070062090069061086065059079061057021016017020018018171161162251253253252251252251250252249247250164159158008007007005006005007007005007006002068054050087069063088068061088068060089068059089068059088066057084064053051036030014009007004002001002000000000000000000000000001000000003001000005002001004002000002001000000000000001000000000000000001000000001001000002002001002001000002003000054043034091073059091072059091072059091071059090070058090070058091069059092069058092069059093069059094069059094068059094068059094068059094068059094068059093069059093069059093069059093069059093069059093069059092069059092069059092069059092069059092069059092069059092069059092069059092069059092069059092069059093069059093069059093069059093069059092069059093069059093069059093069059093069058093069059093069059093069059093069059093068059093068059093068059094068060094068060094068060094068060094068060094068060094068060094068060094068060094068060093068059094068059094068058093067058092068059091066058074054048005006005010009007010009009013013009071069061243245244252255255253254255253255255251254255248251251254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255056046053014009016007003009007005008052040041078063059084068060083067059081063056079061055075057050040027023008004003007004002010006005019013010064047039082065054090070059091071061092071061091070062090069061088067059086065060075059054011011012084070072249250250251251252249251252230228229012006009004005003007007005005004000049037032085067062088068063088068063088068061088068060084065057048035028009006004005002002002001000001000000000000000000000000001000000002000000004000000003001000003001000002001000003001000002000000000000000000000000000000000001000000001001000001002000003003001061047036089072058090072058091072059090071059090070058091069058091069058092069058093069059094069059094068059094068059094068059094068059093068059093069059093069059093069059093069059092069059092069059092069059092069059092069059092069059092069059092069059092069059092069059092069059092069059092069059092069059092069059093069059093069059092069059092069059092069059092069059093069059093069059093069058093069058093069059093068059093068059093068059093068060093068060093068060093068060093068060093068060093068060093068060094068060094068059093068059093068059093068059093068059092068059091067057087064054050037031006006003013012011011009007017016012155154152250253253252254255253254255253254255249251251252253254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255108099105014008013008003006004003004041029030085068062087070061089070063085067060084065058084065058084066057064049042018010010014009007029019016069051041085065054090069059091070060091070061091070061090069061089068061087066060084065059018014012033024027205199202248248251246247245097092095007006005006005003006005001026019016078060057087068064087069064087068064077062054047034030020013010011007005004001000002001000001000000001000000001000000000000000001000000005002001007004003014010007026021017039034028080071062134121108132119103083070059026018014006004003001002001000001000003003001005005003075058046089071057090071058090070058090069058090069058091069058092069058093069058094068059094068059094068059094068059094068059094068059093069059093069059093069059093069059092069059092069059092069059092069059092069059092069059092069059092069059092069059092069059092069059092069059093069059092069059093069059093069058093069059092069059092069059092069059092069059092069058092069058093069058093069058093069059093069059093068059093068059093068059093068060093068060093068060093068059093068059093068059093069059093069059093069059093068059093069058093069058093068058092068058091068058089066056084066056038029026004005003007006005009009007037034030226228228251254254253254255253254255251253254253253254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255240235237027017021006003005005003003005003004027020019086069061089070062088070062085067059085067059087068059086068059086065055080060049087064054092068057094069059094069060092070060092070061091070061090069061088068061087066061085064058041033031006005005016010014082078080039036039016011013003002001005004003015014011070055053083065064091070067081064060032020018012007004006001001006001000004000000002000000002001000002000000001000000003001000002001001011006004083067058170151136210191174223204185229211190234216194235216194232214190228208184222200176207182158124105086015011008002002001002003002024020015087069055089070058089070058090069058091069058091069058092069059093069058094068059094068059094068059094068059094068059093068059093068059093069059093069060093069060093069060093069060093069059092069059092069059092069059092069059092069059092069059092069059093069059093069059093069059093069059093069059093069058092069059092069059092069059092069059092069059092069058092069058093069058093069058093069058093069059093069059093069059093069059093068060093068060093068059093069059093069059093069059093069059093069059093069059093069059093069058092069058092069058092068058092069059092070059088069059087069059012010008002003001003004002005005005047047044241245245252253254253253255252253255250251252255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255172162163023016018008004005006003003006003003020013012087069061088070062086068058087069058088069059089069059089069058091068058092068059094068059094068060094069060093069060093070061093070062091069061088067060087066061083065059050038035007003004001001001001000000000000000001000000003003001009007005074056054082064062090070068053038038009003002008002000008003001006002000004001000004001000003001000004001001005001002006002001028019017140117103229208190241223206241224208242224208242224206242225205243225205242225203243225204243226203243226202241224199238220194203181152017013008005005003008009006081066052088070058089069058089069058090069058091069058092069059093069058093068058094068059094068059094068059094068059093068059094068059093068059093068060093069059093069059093069059093069059093069059093069059092069059092069059092069059092069059092069059092069059093069059092069059092069059092069059092069058092069058092069058092069058092069058092069058092069058092069058092069058093069058093069058093069058093069058093069059092069059093069059093069059093069059093069059093069059093069059093069058093069058093069058093069058093069058092069058092069058092069058093070059094073061091071060088069058085067057006007004003003000004003002005006003095095093246249250250250252247249250245247247253254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255252252253154149152029020021012009008008005004007003002014009008083066057086069060087069059089070060089070060090070059092068059092068059093068059093068060093069060093069060095070061096072062093071061089068059085067060079065057021014014004000001001000000000000000000000000000000000000000000062043043091065063086068066026014014008001000007001000009001000010001000008001000005001000006001000006003003037032029107094086198174156237216194244224204243225208244227209243227209242225208242225208242225207242224205243225205244226205244226205244227205244227204244226203241225198168145121009008004006007005051040032089069057089069058089069057090069057091068058093068058094068058094068058094066058095067058095067058095067058095068058094068059094068059093068060093068059093068059093068059092068060092069059092068059092068059092068059092068059092068059093068058093068058094068058093068058092068059092069059091069058091069059091068058091068058091069058092069058092069058092069058092069058092069058093069058093069058093069058092069059092069059092069059092069059092069059093069059093069059093069058093069058093069058093069058093069058092069058092069058092069058091069058092070058092072059091072059089070058088069058085067056020016015003002001002004002008009006169167164236240239238242242246249248254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255254254255254254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255253253255249250250204203207053046046010006006007003002007004002011007005058045038086068059087069059089069059090069059091068058092067058092068059094068059094068059094068059095069061096071062094071061091069060082068061046039035006003004001000001001000004038002009004000000000000000027018017090063060058041042006002002005000000007000000007000000007001000009001000007001001005001000017010008133111100231207186242216193240219198242223202244226207244228209243227209243227208243226208243224207243225207244224204245225205244226203244226203243225201243224200238219195231214189211186163035030025009007006019015012068051042068050041052037030033024021030021019037028024044032028046031029042029026044030029054038037068049045081058051089065057092066059093067059092068060092068060092068060091068060090067057090067057089066057086064056081061053076055049070051045064046040057041036057041036068050042082062051089066056090067057089068058090068058091069058092069058092069058092069058092069058092069058092069058093069058092069058093069058092069059092069059092069059092069059092069059093069059093069058093069058093069058093069058093069058092069058092069058091069058091070057091070058091071058091071058090070058089070058089069058089069060011009007001002001003004003023023019224225227250251251254254255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255254254254253253253252252252253253253254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254253255251250253250249250246246246096090090010006006007003003009005002006005003019014011080063053088068058089068057090067057091067057093067059094068059094069059094069059095068060096069061095070061089070061071061051008005005005003003006002003103000018072002013001001000013009007050031034008004004001000000002001000003000000006001000005000000005002000005000000012005004131109095235214191241219198239218196239217194242219199239221202237222203230214197218201183193175157156140123122109095088074063061046036049036028045032025039026022034022019031019019027017018023016019019013013014012010005005004004003002006004005004004006007005007009006008010007009019013014038027026054039038067049046078057053083062058084064059079062057078062057087065059091066059091067060091066058087062055063044039040029025027020016016012010011008007006005005003003003004003003005003004005003003005003003006003003008004003014008006042029024084064053090068058091068058092069057092069057092069058092070057092070057092069058092069058092069058092069058092069058092069059092069059092069059092069059093069058093069058093069058093069058093069058093069058092069058092069058091070057091070057091070057090070058090071058090070058089070058089069058089068059071056049003004004003002001005004003058055052247248250254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255252253253254254254255254254255254254254253255253253255253253253253253254254254255254254255254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255253253255252252253252251253251250252249249250248246246097089085009004002006004001006004001006004001007007004076061050088069058088067057090066056093067058094069059094069059095069060095068060095069060094070059085069056027023020010003004014006006112000018150006021005000000004001000000001000000001000000000000000001000001002000003001000004002000006002000007001000118098085243219193243220199238214192228203181196177156136118101059046035026019012016008002012004000009004000009004000009005001010006002009006003008005003006004003005003002005003001004002001005003002006004004008006006011008007023018015034027022049039034074056051089067059094070062096070063093068062094068063094068062092068062090067061088065060088065060088065060088065060088065060090066059091065059088065057040025022009003002004000002005002002004001001004001001004001001002000000002001000002001000002000000002000000002000000003002000004001000005002000006004003064049041090068057091069057092069057092069057092070057092070057093070057092070057093069057093069058092069058092069058092069059092069059092069059092069059093069058093069058093069058093069058093069058092069058092069058092069057091070057091070057091070057090070057090071058090070058090070058090069058089069058089070061030025020002002002003003001014013010140135134253254255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255081073071199195196246247246251251251254252254255253254253253255253253254254253254254253254254254254255255255255255255255255255255255255255255255255255255255255255255255255255255255253254255251250252250250251251251252251250251249248248236234231090080075012007006005004000005003000005004002007008005071056045089068055088066055092067058093068058094069059096068059095068059095069058093070058067054039009007006009006002141003023191007027163008021003003000003003001000003000000003000000002000000002000000002000001002000000001000012011006131117100162149128126114092086076062057049039040035027037032022024020011014007003010007002009006000009006000007005000007003000007002000007003000007004001009005002016010007027019014043032024057042034070053043077059049079062050082066053083066055082064055085065057089067059092067060093068062095069064095069063095069062094068062093068062092067061091066061090066060089066059089065060090064061089064059048030028008002002005001000005000000005001000005002000005002000004002000004001000003001000002000000002000000002000000001000000003001000004002001003001000004001001006003003031023020089068056091069057092069057092070057092070057092070057093070057093069057093069057093069058093069058093069058092069058092069058092069059092069058093069058093069058093069058093069058093069058092069058092069058092069057091070057091070057091070057090070057090070058090070058090070059090069059090069059090068060086067059006006003002002001007006005023019015204200199253254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255005004004013011010073067067188178180233231232249249248253252253253252253253251253252251252252252252255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255252252253249249251249249249251250251251250250249248247242240237159148143026017014006003001004002000004002000005004001030024017078062049089065053092068056094068057095069058095069058094070057085065051018013012011007004085004015202009031191008031111000012004002000003004003002005002001004002000003001000002000000002000001002000000001000001001000002002000001000000003003000004006001004003002006005002006004001005003000006005001006004000009005000011005001015007002024014008048033024072054043084065053088068056088069057088069057088069057088069057088069058089069057090070057091071057093072059092071060090069059090067059092067060094068062096069063096069062095069062094068062092068061092067061092067061091067060090066060088064060060041038009004004004001001005001001006001000007002001007002000006002000005002000004001000004001001005002001008005004017012010031023018039027022029019016025016014034022018038025020026018014026019017087065054091069058092070057092070057092070057092070057093070057093069057093069057093069057093069058093069058093069058093069058093069059093069058093069058093069058093069058093069058093069058092069058092069058092069057092070057091070057091070057091070057091070058091070058091070058091070059090069060090068060088068060057044039004003003005003002008006006042035029249248248255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255000000000000000000000000000005004004104101102215212215246246245251251251251250251249250249247248248254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255251250252249248250250250250250250250250249249250248247246244241212205203065052051022013010007004002004003000003002001007008005027024017060047037091067055096069057096071056093072056035028024010003000020004004201012034199012032182006023024000000006005001003005002002005001001004002000003000000002000000001000000001000000001000000000000000002000000001000002003000001002000000003000001003000004004001004004002012008005020013010040028022069051041089067055091070058091070058091070058090070058091070059090070059090070058090070058089070058090070059091070059091071059093071059095072059094071059091068059090067059092067060094068061096069061096069061095069062094068062093068062092068061091067060090066060085063057026017016007004003007004003004002000004002001007002001008002001005002000008005003017012010032025021055042036077061050087068055089069057089069058089069059089069059089069059088069059088068058087066056079061051085066055090069057091070057092070057092070057092070057092070057093069057093069057093069057093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092069058092069057092070057091070057091070057091070057091070058091070058091070059091069059091069060090068060090067060089068061018014012004002002005005003014012010162154154255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255000000000000000000000000000000000000000000000021021022190191194249248248251249251250250250247248246253253253255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254254255251251251250250250250250250251250250251250249250247246248245244245241238203191185069053048013009007002003001003003000004004001006007004029025019090069053099074053092073053016008006011003000099007013205015038194012032113000007007002000005004002004005001002005000001003000000002000000001000000001000000001000000002000000001000000000000000001000002003001008007004022018014046037031067053048083064056090068059092070060092070059091070058091070059091070059091070059092070058091070058091070058091070058091070058091070058091070058091070058091070059092070059094071059095072059093070059091068059091068059092068060094069061095069061096069062096069062094069062092068062091067061088066059063045039013008006009006005013006005010004004006002001006003002007004003020014012058047040079064052084067055086069056088070057089070058089070058090070059089070059090070059089070059089069059089069059088068058089068058089068057090068057091069057091069057092069057092070057092070057092069057092069057093069057093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092069057092070057091070057091070057091070057091070058091070058091069059091069059091068060091068060090068060090067061081062055008008007005005004011010008036029024239239237255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255015016020000000001000000000000000000000000000000003002039040038223226227250248249251249250250250250252252252255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255254253254253253253253252253253252252253251250252251250251250249251249248248246244236231227145132126031023021011008006004004003003005002006008005021019014086068048092074051015004005008004004136014018163007023105000009016004002006003000005003001002003000000002000000001000000001000000001000000000000000000000000001001006006004030024021071054048080062055087065057089068059090068060090068060090068059091068059092069059092070059092070059092070059092070059092070059092070059092070059092070058091070058091069058091069058091069058091069058091070058092070058093070058093071059093070059092068059092068059092068060094069061095069062096069062096069062094069061091067060080058051026016013007002003005001000004002001004001001005002001005003002021016015070058049085068058087069058088070058088070058088070058089070058090070058090070058090070058090070058090070058090069058090069058090069058090069058090069058091069058091069057091069057091069057092069057092070057092070057092069057092069057092069057092069058092069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092069058092069057092070057091070057091070057091070057091070058091070058091069059091069059091068060091068060091068061092069062090067061054040036005005005007006004015012010091081078254255254255255255255255255255255255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255213220228035039057011012015000000000000000000000000001002003002048047046240242242249249248252250251253252252254255255255255255255255255255255255255255255255255255255254255254254255254254255254254255254254255254254254254253254254253254254253253253253252253252251253252251253252252252251251251249248249248244237236234170169167065061062039030031034033029021022020010012010010011006003004000004004001009002001002004000006001000005002000004002000001002000000000000000001000000001000000002000000001000007005004049035030082061054089066059092068059091068059091068060090068061090068061091068061091068060091068060091069060092069059092069059093070059093070059093070058093070058093070059092070059092070059092070059092070058092069058092069058091070058092070058092070058092070058093070059092069059092069059092068060093068060094069061095069061096069062096069062094068061083060053025015012005002001004001001003001000002001000004002001009007005069057048086070059087070059087070059087070059089070059089070059090070059090070058090070058091070058091070059091070059091070058091069058091069058091069058091069058091069058091069057091069057091069057092069057092070057092070057092070057092069057092069057092069057092069058092069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092069058092070057092070057092070057092070057092069058092069058092069059092069059092068060092068060093068061094070062091068060083062055019014010006005004010008006021015013235232231255255255255255255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255198204214080097117066080102002002004000000000000000001000000001000000001009009009163162162251252251255253253255254254254254255255254255255254255254254255254253255254253254253254255254254255254254255254254255254255255254254255254254255254254254254253253254253253254254253254254254254254254254254253254253251253250251254253251254253252223220222195183190098090094004006004002002001002003000003003000005001000005001000006001000003002000002003002000002000000001000000002002005005004036024021084059053092067059092067057092067059092068060092068061092068060092068060091068061091068061091068060091068060091069060092069060092069059093069059093069059093069059093070059093070059092070059092070059092070059092070059092070059092069059092069058092069059092069058092069058092069058093069059093069059093069059093068060093069060094069060095069061095069061095068061092066058041027022007002002004001000002001000001000000002001000013009008086069057089071059088070059088070060088070059089070059089070059090070059090070059090070059091070059091070059091070059091070059091070059091070058091070058091070058091069058091069058091069057091069057092070057092070057092070057092070057092070057092069057092069057092069058092069058092069058092069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092069058092069058092070057092070057092070057092070057092069058092069058092069059092069060092068060093068060093068061093069061090067059083062054073056047009008007007005004010008010135129129255255255255255255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255103114132086104127077092116018022029000000000000000000000000000000001001000000000000000000096095096244246247251252252252253253253253254253253253252252252252251253253252253253253253253254254254254255254255255255255255255255255254254255254254254254254254254254254255254254255254254255255254255254252253251250250247248250249249250248249225223225098096102000002002001002001002002001004001000005001000004001000004001000003001000000003001000003003001005004015013013067050044092067059093067058092067058091068059091068058091068059092068059092069059092069060092069060091069061091069061091069060091069060091069060092069060092069060092069060093069059093069059093069059093069059093069059092069059092069059092069059092069059092069059092069059092069059093069058093069059093069058093069059093069059093069059093069060093068060094068060094068060094068060093068060068048042008003003004000000002000000002001000003002002014010007085068056091072058091071059090071060089070059090070059090070059090070059091070059091070059091070059091070059091070059091070059091070059091070059091070058091070058091070058091070058091070058091070057092070057092070057092070057092070057092070057092070057092070057092069057092069058092069058092069058092069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092069058092069057092070057092070057092069057092069058092069058093069059093068060093068060094068060094068060094069060090067059086064056085064055047034029005005005004005004028025023252254254255255255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255073084108082099123070087112021026036000000000000000000000000000000000000000000000000001000000001001012011012031030031109104104207202201243242240250249249251250251251251252252252253253253254254254254254255255255255255255255255255255255254254254254254254254254254255254254255254254255254254250250249234229227185184185132136140038038044002000003003000001000001000001001001002002001003001000004001000005002001005002001002004002012016013049040037084063056092067060092067059092068059092068058092068058092068058092068058092069058092069059092069060092070060091070060091070061091069061091069061091069061092069060092069060092069060092069060093069060093069059093069059093069059093069059092069059092069059092069059093069059093069059093069059093069059093069059093069059093069059093069059093069059093069060093068060093068060093068061093068060093068060091065058015009008004001000003001000003001000004002000027021016085068056090071057091071058091071059090070059089070059090071059091070059091070059091070059091070059091070060091070060091070059092070059092070059092070059092070058092070058092070058092070058092070057092070057092070057092070057092070057092070057092070057092070057092070057092069058092069058092069058092069058092069058092069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092069058092069058092069057092069057092069057092069058092069058093069058093069059093068059093068060094069060094069060094068060092068060090067058089066057083062054010009008004005004007006007112106107252252252255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255073088111078094119066082106008011018001001001000001002000000001001000001000000001000000000001002002007009007005006006006006007023019020117113110181178177241241240250250251251252252253253253254254254254254254255255255255255255255255255254254254254253254254254254253253253251251252249247247169171172057059064008011015000001004000000003000001003000002001000002001003002002003002000000003001008004004014012009034032027072059053090066060091068060092067060092067061093067060093068059093068059093068059093068059093068059093069059093069059092069060092070060091070061092070061092069061092069061092069061092069060092069060092069060092069060092069059093069059093069059093069059093069059093069059093069059093069059093069059093069059093069059093069059093069059093069059093069059093069059093069059093069060093068060094068060093068060093067061092067060084062056010004004005001001003002000003002001016011007084064053090071058091071058091071058090071058089070058089070058090070059091071059092070059092070059092069059092069060092069059092069059092069059092069059092070059092070058092070058092070058092070057092070057092070057092070057092070057092070057092070057092070057092070057092070058092069058092069058092069058092069058092069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092069058092069058092069058092069058092069058093069058093069058093068059093068059093069060094069060094069060094069059094069060092068059090067057087064056042032027005004004004005005009010009219218218254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255075090116076091116057074096001003005000002001002002003015014013220219217225227225098094095030027028008007007002003006003004003003004004005006006017017015036034033107101101229228226251251251253253252254253253255254254255254255254253254253252252252251253251249251224223223090090092023025025009013014003006006000000002000000002001002003000002002000002001001004003008007005034021019074047041083061050087065055091067059093068061092068061092069059093068060093067061093068060095069059094069059094069060093069060093069059093069059092069059092069059092069060092069060092069060092069060092069060092069060092069060092069060092069060092069060093069059093069059093069059093069059093069059093069059093068059093069059093069059093069059093069059093069059093068059093069059093069059094068059094068059094068060094068060094068060093068060092067061091067060088066059012007007005002000003002000003003001021016013088068055091071058092071058092071058091071058090069057089069057090070058091070059092070059092070059092069059092069060092069059092069059092069059092069059092069059092070058092070058092070057092070057092070057092070057092070057092069057092069057092070057092070057092070058092069058092069058092069058092069058092069058092069058092069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092069058092069058092069058092069058092069058092069058093069058093069058093068059094068059094069060094069060094069060094069060094069059093069059090067057088066056077058050004006006000001000001003003040043039253255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255077092115076091116043058076000002005000001001002003004052045045245245245250248251249251249230229228179169168050046047003005005003003005002003004003005004006007006007007009016015012137135135249248248252251252253252253254252252252251252250249250247245248160159164013012014001003001001001001000001000000000000000000001000001002000002003000003002002005004035027023086061053092065056092066057091068056092069058093068060095069061094069061094068060093067060093067060093068059095069060095069060095069060094069059093069059093069058092069058092069058092069059092069059092069059092069059093069059093069059093069059093069059093069059093068059093068059093068059094068059094068059094068059094068059094068059094068059094068059094068059094068059094068059094068059094068059094068059094068059094068059094068060094068060094068060093067060092067062091067062090067062019014012004001001004003001005004002012012009088068054092071057093071057092071058091071058091069058090069057091069058092069058092070058092070059092069059093069059093068059093068059093069059093069059093069059093069058093069058093069057093070057093069057092069057092069057092069057092069057092069057092069058092069058092069058092069058092069058092069058092069058092069058093069058093069058093069059093069058093069058093069058093069058093069058093069058092069058092069058092069058092069058092069058092069058093069058093069058093069058094068059094069059094069060094069060094069060094069060094069060093069059092068058089067057088066057012010007001001000002004002001003002246247246254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255078092115077092116017024034000002004000002004003005005084078079248248248252253253253254254253253253246245246225222224188186185084082082021020019010009011007008009010011012018019018043041039054053054198198202250250251250247248249246250242241243096099104032031034012012011001002001001002000000000000000000000000001003003004006006008007028024019071050045089063056094065056094066058093066058094068058094069059094069060095070061095070060095068060094067061092067060092067059094067060095068059094069059093068059093068058092068058092068058092068058092069058092069058092069058092069059093069059093070059093069059092069059092068059092068059092068059092067059092067059092067059092067059093067058093067059093068059093068059093068059093068059094068059093068059093068059093068059093068060093068060093068061093068061093068060092068060092067062091068063092068063044032028006004003005005002006005002007008005043035030093072057093071057093071058092071058091070057092070057092070058092070058092070058092070059092069059092069059093069059093069059093069059092069059093069059093069058093069058093069058093069057093069057092069057092069057092069057092069058092069058092069058092069058092069058092069058092069058092069058092069058092069058092069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092069058092069058092069058092069058093069058093069058093069058094068059094069059094069059094069059094069059093069059093069059093069059092069059091068058090067057052042035000001001001001000002002002191189191254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255078092114074090110005004008000001002000000003003005005156153153251252251254254254254255255254255255254254254253253254248248248234234234228228226203204202126128128046044042022021022023022020030029026022024024071069078193193200216215221037040050009012015004005003002001001000000000000000000001001001003002002020014013056041037076057051086060053089061054092065057094065058094066058095067059095069059094069059095069061095069060094069060093068060093067061091067060090066059093067059093067059092067058092068058092068058091067058091067059091068059091068058091068058092069058092069058093069058092069058092068058092068058092067058092067057091066057090065056090065056089065056089065056089065056090065057091066057092067058093067058092067058093067058092067058094067058094068060094068060093068060093068060092068060092068060094068060094069060093069061094069062081063057010008007010008004010008004007007004006007005067052043093072057093070057093070057092071057092070057093070057093070058093070058092069059092069059093069059093069059092069059092069059092069059093069058093069058093069058093069058093069057093069057093069057093069058092069058092069058092069058092069058092069058092069058092069058092069058092069058092069059092069058093069058093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092069058093069058093069058093069058093069058093069059094069059094069059094069059094069059093069059093069059093069059092069059091069058091069058089068059004006006000001001004004004080076070250252252255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255079091114052064079001002003000001002001002003006007006225222221252254254255255255255255255255255255255255255254254254254254254251250251244242243249248249251251251249251248213214210088085085035034032021024023009010013009007016031032045000005006000003005000000000000000000000000000001002000005003003037023023078053050086061053086061052088060051089062053092064056093065057094066057094067058093068057092068057091067057092067057092067057090066057090065057088064057087064057089064057090065057089065056088064056085062055082059052078056049076055047073053045070050043066047040062043036057039033053035031050033029046030027045029025044028024043028024043028025041029026039028026035027025034024024032023022031023022034024024036026026035026026032023023029020020029020018030021019032022021034023022036025023037027026039028027038028028039029029047036035061047042077061052041035031008009005010008004009007004008007004008008007085066052092072058093070057093070057093070057093070057093070058093070058092069058092069058092069058093069059093069059092069059092069059093069059093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092069058092069058092069058092069058092069058092069058092069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058093069058093069058093069058093069058093069058093069059093069059093069059093069059093069059093069059093069059092069059092070059092070059092070059092070060033027021000001002002004002023019015236237234255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255080092113019023031000001001001002004002003005072069071233227229253255255255255255255255255255255255255255255255254255254254254254253254252252252253252253252252253253253253253253253253253252238236233141138133036035037001003007000001005000002004000000002000000001000000001001000001004001002013008011017010014016011012015012012015012011016012010014011009011009006012009007010008005013010008013011007011010007011009006013011008013011008010008006009007005009007005010007005012008007014010009015010010014008007012007005009006003006004001005003001005004001002001000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000001000000001000000002000000003000001004002002005006005005015010009013009008012007007011005007008004006009004007008006008011007010012010012014013013021020016038033026046037030013009007009008006007007004006006004012011009092070056092071057093070058093070057093071057093070057093070058092070059092069058092069058093069058093069059092069059092069059093069059093069059093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092069058092069058092069058092069059092069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069059093069059093069059093069059093069059092069059092069059092070059092070059092070060092071059077058048001002002003004002011008007141133132253255255255255255255255255255255255255255255255255255255255255255255255255255255255255255080092111002004008000002003001002002004005006215210211240236236254254255255254255255255255255255255255255255255255255254254255254254255254253254253253254253254254254254255254254255254254254253253252241240237179177177023026029000002007000000003000000002000000001000000001000000000000000001000000000002001001003003001005006005004006004003004002000001000001002000002001000003003000003003001003003000001001000001002000001001000001001000001002000002002000002001000000001000001001000002001000002001000003002000005003000005004000006004000007004002008004002006004002003003002002002001002001001000000000000000000000000000000000000001000000002000000002000000001000000001000000000000001002000003005002005009006009020015015051036033087066061122093088140109100172135126208168159210172162216177165220184170227192177231196180231200183235203186236207188237213192239215193238216195239218197177154132024018014011010008009007004006006004030024019093071056093071057093071057094070058093070058093070058092070059092069059092069059092069059092069059092069059092069059092069059092069059092069059093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092069058092069058092069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069059093069059093069059092069059092069059092069059092070059092070059092070059092071059091070059008006003004004003007007005054049044251252252255255255255255255255255255255255255255255255255255255255255255255255255255255255045052065002003004001002003000001003110102102221213214251250251253254254254254255254255255255255255254255255254255255254255255254254255254254255254254255254255255254255255254255255255255255255253254251250249233232227200199191051058056000003005000001002000000003000001003000000003002002007000000000000000000000000000002003002005004005002001002000000000000002003001002002003003000005005002003002000003002000001001000000001000001001000002002000004004002005002002006003003007002002008005003012006004018010007021012008023014009024017011027023015038034026041039030044042033050047039054052043068063051079068055095079065110092077131110096154129116183156142208179164224196179231201183235201182237201180236198177235195174234195176236200181239207187240209190242210191244211193245213194246214195247216198248219201251222203250223203250223203250225204250225205251226206249226205248226203242223198203177155029023020013010008008006006008006004053040034093071057093071057094070058093070058093070058093070058092069058092069059092069059092069059092069059093069059092069059092069059093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069059092069059092069059092069059092070059092069059091069059091070058091070059053042035003005003006005005021016016236233232255255255255255255255255255255255255255255255255255255255255255255255255255255255004006008002002002001003003009009009227225222245242243254254254254254255254254255254254255254255255254255255254255255254254255254254255254254255254254255254255255254255255255255255255255255255255255252252251246242242200195191008013012001005007000002003000002004000000004037040071064068110013017028000000000001002002011012012088088094089091094071074073071074070072073070072069069014011010005003001004003000002002000014013010072063055069063054073066057075069058077071058092083069100089073105092078116103089134119104156141123174157139202182160226201177236210184246218191249222195251224196249222195249220195250219196251218196252218196252217197251217197251217197250217197250216196250216196250216196251218198252222201253224203253225205253226206253226207253224206252223205253224205253224205253225206253226206253226206253227206253227206253227207253226206253227206252227206251226205248225202241216192161140127019015014011007006007005004009007006076057046093071058094070058093070058093069058093069058093069058092069058092069059092069059093069059093069059093069059093069059093069059093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058092069059092069059092069059092069059092069059091069059091069058090068058089069059087067059007007007006005003006005004190185186255255255255255255255255255255255255255255255255255255255255255255255255255255255000001001001002002001001001078078079247248248254254255254254254254254255254254254254254254254254255254254255254255255254255255255254255254255255254255255255255255255255255255255255255255255255254253246243242158160156009013012001007006000004005000003003000001005023030049067079122070076120018021039000000000000000000010009012134138140250252252253253255251250252235234237200189188008006003005003001003003000006002000211190172237214193241222201244227206247227207249228206251228205251228205252228204252227204252226202251224199251222197250221195250221195250220194251220194251220193252219194251219194252219195252219195253219196253218196253218196253218196253217197253218198253219199253221201254223202254223203254224204254224205254225205254225206255225206254224205254223204254223204254224204254225205254226205255226206255227206254227206254227206254227206253227206253227205252226205251226204250224202241214193092079071012008009006004004006005005013008008090067056093070059093070058093069058093069058093069058093069059093069059093069059093069059093069059093069059093069059093069059093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069059092069059092069059092069059092069059091069059091069059089068059088068058090069058017013008007006005006006005144137137252255255255255255255255255255255255255255255255255255255255255255255255255255254000000001001002001007006007191192191254255255254255255254254255254254254254254254253254254254254254254254254254255255254255255255255255255255255255255255255255255255255255255255255255255255245244243141143142003006009002004005002007005000005004000003004019026043070082123079090135080089134015019034000000000000000000004005008045048047251253255255252255254251254243240242100095093006003002005004003004003001054045040238211191243215195244224204249228208250227207251227207252228207253228206253228206253227204253225202253224200253223198253221196253221196252220195252220194252220194252220194252219194253219194253218195253218195253217195254217195254217195254218196254218197254219198254221200253223203254224204254225204254225204254225205254226206254225205254224203254224202254224203254224203254225203254225204255226204254226204254227204254227204254227204253227204253227204253226204252226204252226203251224202241214197056043042006005005004003004007004004023016013091068055092069057092069058092069059092068058092068058093069059094069059094070059094070059093069059093069059093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069059092069059092069059092069059092069059091069059091069059090069059089068058089067058057044038007004004006005004069065065248250248255255255255255255255255255255255255254255255254255254255255254255255254000000000005005006064058056250251251255254255255255255254254255254254255253253254253253254254254254254254254254255255255255255255255255255255255255254255255255255255255255254253255248246247175172175005008011000004002002005004001006004000005004018026041073086125083094137086098142078088132023031049000000003000000001001002004026024027248249252255252255252249255248244248016010012004002000006003002012007004199172155242213193246220201247225206251227206252227205252226205253227205253227204253227204253226202253224201253223199253222197253221196253220195253220194253219194253219193253219193253219193253218193254218193254217194254217194254217194254217195254217195254218196255218196254220198253223203253225205253225206254225205254225205253226205254222201254222201254224203254224203255225203255225203255225203255225203255226203255226204255226204254226204254226204254226203254226203253226204253226204253226203251222202235209193046035034003002003005004004007005004027017013091067056091068057091067056090067056091067056093068058095069058095070058094069059093069059093069059093069058093069059093069059093069059093069058093069059093069058093069058093069058093069058093069058093069059093069058093069059093069058093069059093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069059093069058093069059093069058093069059092069058092069059092069059092069059092069059092069059092069059090068058090068058088067059006006006005005005017015013234231230254255255255255255255255255254255254254255254254255254254255253254255253000002000017016013231231228255255255254255255254255255254254254254253254253253254253253254253253254253253254254254255255255255254255255252253253252252254253252252248248248232231235174174181020020028000004005000003004002004004002006004015023033076088128089099141093106148084099143069085125166183199000003010000002004000002003018017024213210216254252255250249252221215217003000000004001001008004002054037034244216196247218199248222203250224204252225204253226203253226203253226203253226203253226202254225201254224199254223198254222196254221195253220194253220193253219192253219192253218192254218192254217192254217192254217193254217193254217193254217194255217194255217194255217195255217196255220198254224203254226205254225205254225204253221199254211185254221199254224203254225203255225203255225203255225203255225203255225203255226203255226203254226203254226203254226203254226203254226203254226203254226204252224202249220201234210194036027026005003004005004003007005005021015012088063052088065054090066056090067057093069058095070059094070058094069058093069058093069058093069058093069059093069059093069059093069059093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058092069059092069059092069059092070058093070059093070059091068059091068059092069060009007004004003002000003002216211210251253252254255255254255255254255254254255253254255253254255253254255253003002002124121121250250253255255255255254255254254255254254254253253254253253254253253253252252253253253254252253253252254252236236236171173170087087086043041043027028032030031038021026032000003006000002002001002003002003005010013015071082122086098140093106149092106150100117155222238251231245255032046061002008012000003004009009015156153159249248252249244249073064066000000000005001000009004003173143131247220200249223202251224203252224202252225203253225202254226202254226202254226201254226201254225199254224198254223197254222195253221194253220193253219192254218191254218191254217191254217191254216191255216191254216192255216192254216192255216193255216193255216193255216193255216193255217194254218196255221200255222200255220196252206180251204178254223200254225203254225202255225202255225203255225202255225203255226202255226202255226202255226202254226202254226203254226202254226202254226203254226203253226203252225202247221200232205186051038035008008009007006003009007004027018015087062052088066056090067055093069057094070058094070057093069058093069058093069058092069058093069059093069059093069059093069059093069059093069059093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069058093069058092069059092069059092069059093070059094070059094070059092069059091068059092068059020014011003002001001001002178168170247249246254255254255255254254255253254255253254255253254255252254255252009008005223225230250250255255254253254254255254254255254253255253253254252252254251249251236236234142142140061062062017015015009010010007009007004005005004002005001002003006008011004005010000001003000001002001002004003006006067078117084096141088102146094110156180195219229245254234244252226238249142161178006018023000003006002005009094090098234237239216210215005000001000000000005000000027013013231203182250223202251225203253225201253224201253224201254225201254226201254226201254226201254225200254224199254223197254222196254221195254220194254219193254218192254218191254217190255217190255216190255216190255216190255216191255216191255216191255216192255216192255216193255216193255216192255215192255215192255215190255213185250200174236172148252213188253224201254225202255225202255225202255226202255226202255226202255226202255226202255226202255226202255226202255225202255226202255226202255225203254226203254226203253226202250225201246220198242216191140116103021015013016013010014010008022014010082059048088064052090067053092068056092068056092068057092069058092069058092069058092069059093069059093069059093069059093069059093069059093069059093069058093069059093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069059092069059093069059093070059093070059094070059092069058092069059091069059054039035001001002000001003113105106246243241254255253254255254253255253253255253253255252253255252253255252003004001024026025037038037146148145250252251253253254254253254252250252250249251218218218042041044005005006005005006004004004002002002000000000001001002000001001000000000000002004000001004000001004000001003001002004044049075084095142087099145092107156196213236237248255236245253235244253227240246151174188008016023000002004000001004033035041214209213131122127000000000002000000006001001091064059246218194251225202252225202254225201254224200254225201254225201254226201254226201254226201254225199254224198254223197254222196254221195254220193254219192254218191254217190255217190255216189255216189255215189255215190255215190255215190255215190255215191255215191255215192255215192255215192255215192255214191255212185246192164207145123242190165253218194253224200254225202254226202254226202255226202255226202255226202255226202255226202255226202255226202255225202255225202255225202255225202255226202255226202254226203254227202252226202250224200247220195243219192137118105012012010010009006011008005012009006074053041087064051088065052089067054091067056092068057092069058092069058093069059093069059093069059093069059093069059093069059093069059093069059093069059093069058093069059093069058093069059093069058093069058093069058093069058093069058093069059093069058093069059093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058092069059093069059093069058093070059093069059092069058092069059092069059084062053000000002000000002051046043243237235254255254254255253253255253253255252253255252253255252253255251009012006005011009007012012046047050249249250252251252250250252247246245193190188031029034005005007001002004002001002000000000000000000000000000000000000000000001002002005003004007000001004001002004000001005023028046084096143086098145087102150172190217240250255239249252237245250235243253169192202073098123020034046000003004000001001002007008200197201042037041000000000000000000044030029142117103250223199252225202253225201254224200254224200254225201254226201254226201254226201254226200254225199254224198254223196254222195254221194254220193254219192254218191255217190255216189255216189255215188255215189255214189255214189255214189255214190255215190255215191255215191255215191255215192255215192254214189243192166206147126247198173252217193253220196253223199253225201254226202254226202254226202254226202254226202254226202254226202254226202254226202255226202255225201255226201255226201255226202254226202254227202254227202252226201251225200249223198248221196244221195162146130008009008007006005009008004007007006054037028088064053089066054090067055091068057092069058092069058093069059093069059093069059093069059093069059093069059093069059093069059093068059093068059093069059093069059093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069059092069059092069059090068058092068059092069059092069059091069059006004002002001001019015015241237236254255253254255254254255253253255252253255252253255251253255251219222224205208208228231229246248246253251252251249251248246247166166167013012017003004005001001004000000000000000000000000001000000001002003006020023030024026035004003005000000001001001004001002004013016028087097143087097146087101151212223238246254255244251252238248252185205216106132153069099136065093131049071096002005012000002005001004008136135138000002005000000001002003005114090080237214188253226202253226202253225201253225200254225201254225201254226201254226201255226200254226200254226199254224197254223196254222195254221194254220192254219191254218191254217190255216189255216188255215188255214188255214188255214189255214189255214189255214190255215190255215191255215191255215192254216192248205177211157131248203178254216194255220196253222198252223200253225201253226201254226202254226202254226202254226202254226202254226202254226202254226202254226201255226201255226201255226201255226201255227201254227201254227201253227200252226200251225199249223198248223198247223199231211189042036031006005004006006002007005002028020015087064053089066055092068056092069058092069059093069059093069059093069059093069059093069059093068059093068059093068059094068059094068059094069059094069059093069059093069058093069059093069058093069059093069058093069059093069058093069059093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092068058087066056091068058092069059093069058093070059017012009003000001009007009244243240254255254254255254254255253254255252253255252253255252253254251255255255254253254253251252253252252252250252250249250149146149019020026002004007001002004000000001000000001001001002008011016061069084084093108072081093003002004000000002002002004002003006005006009085091132087099144087098144208221235246255255246252252238246250146167192074105146076106152074104151070100145052080115030046062000003005001003005007009014000002002000000002038033034185160138254228204254227203254227203254226202254226201254225201255226202255226201255226201255226201254226200254225199254224198255223196254222195254220194254219193254219191254218190254217189254216189255215188255215188255214188255214188255214188255214189255214189255214190255215190255215191255215192255216192254216193248207180251209185253217194254218195253221197252223198251220196253225201253225201253226201254226201254226202253226202254226202254226202254226202254226201254226201254226201255226201255226200255226200255227200254227200254227201253227201252226200251225199251225200250225200249224199249223198249223197148126110017014011003003004003003003014011009078057047092067056093068057093069059094068059093069060094069059094069059093068059093068059093068059093068059094068059094068059094069059094068059093068059093068059093069059093069059093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092068058087066056091068058092069058093070058093069059033022020003001001003003005241241241255255255255255254254255254254255253253255252253254252253254251255255255255254254254253254253252253252251252217212209033031037003005009000003005002003004000002004027035044070084099080094110080092110074087100011015022000000000000000002000000002003004005070072108086094137092101144197210223243254254245252253229239245132155179078107151075105154075103153074103152072101149065093137053080118008011018000002003001003006000000002000002006098077072251227202254228204254227204254227203254226203255226202255226202255226202255226202255226202254226201254225201254225200254224198254223197254221195254220194254219192254218191254217190254217189254216189255215188255215188255214188254214188254214188255214189255214189255214190255215190255215191255216192255217193255218193253217193254218194254217193254219196252222198252221196230178157253224200253225201253226200253226201253226201253226201253226201254226201254226201254226201254226201254226200254226200255226200255226200255227200254227200254227200253227200253226200252226199252226200251226200250225200250224198250222197248221193244218192189165143051041032011009008015011012024020016048036030090067056092069059093068059093068059093068059093067059093067059093067059093068059094068059094068059094068059094068059094068059093068059093069059093069059093069059093069058093069059093069058093069059093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069058093069058093069059093069058093069058093069058093069058093069058092069058092069058092068058090067057091068057093069058094070059093069058044030026002000001000000001228225225255255255255255254254255254254255253254254253253254252253254251255254254255254254254253254253252253252251249079071076009009016000002004001002005000003003050060073079092109082095113080094110077091107053060070001001004000000002000000002000000002014017028087096133091098139182192206241253252242251250240250251125151176077104154075103156075103154073102153073102153073101151071100148065095141042060091002003010000001005000000004006007014169145132252227203253227204254227204254227203254226203254226203255226203255226203255226203254226202254225202254225201254224200254224199254223197254222196254220194254219193254218191254217190254216189254216189255215188254215188254214188254214188254214188254214189254214189255215190255215190255216191255217192255217192255218193254218194254217194254217193253219195253223196234179160247205181254223200253225200253225200254226201254226201253226201253226201254226201254226201254226200254225200254226199254226199255226199254226199254226199254227199254227199253227200253227200253227200252226200252226200251226200251224199251224198251223198250224198248223197245220192142119098020017016005004005001000001035026023091068057092068058093067058092067058092066058092067058093067059093068059094068059094068059094068059094068059094068059093068059093069059093069059093069059093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092068058091068058091068058092069058094070058094069058050034030001000000000000000210207208255255255255255255255255255254255254254255253254254253253254252254254254254253254254253253252252252216209206041034041002004009001002005000002005023032041076089105082095111082095113079092109077090107022027036000000003000000002000000002000000002059062091084094133119129155238253252242252251242251252187205216073104155074104154074102155074103153073102153073102152073102151072101149070101146070097140007010020001001004001002007015012016241220198253227203254226204254227203254227203254226203255226203255226203255226203255226203255225203255225203254225202255224201255223199255222198255221196255220195254219193254218192254217191254216190254216189254215188254215188254214188254214188254214189254214189254215189255215190255216190255216191255217192255218193255218193255218194255217193255217192253220194227162146236184164253222199254224199253224200254225200254225200254225200254226200254226200254226200254226200254226200254226200254226200254226200255225199254226199254226199254226199254227199253227200253227200253227200253226200253226200252226201252225200252225200251225200251226201250225199248222196243215187181154134028026023000003006006006010047034030093066056091067058091066057090065057091066057093067059093067059093067059094068059094068059094068059094068059093068059093069059093069059093069059093069059093069059093069058093069058093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069058093069058093069058093069058093069058092069058092069058092068058092068058092069058093070058093070059057042036004001001000000000187182183255255255255255255255255255255255255255255254254255253254254253253253254253253253253252252252251251109101103025020029002003008001003006006011016071085102079091107084095112082095112078090108075090106005007014000000006000000004000000004001002009079090124086097131220236242241253252240251250218235239082113154074103156073103155074103154073103153073103152073102152073102150072103150072103147073103144022025041002003003005004012082073073251226204254227203254227204254227203254226203254226203254226203255225203255225203255225203255225204255225203255225202255224201255223199255222198255221196255220195255219194255218192254217191254217190254216189254215189254215188254215188254215188254215189254215189254215189255216190255216190255217191255218192255218193255218194255217194255217193255218192216146131236178161253221198254222199254223199254224200254225200253225200253225200253226200253226200254226200254226200254226200254227201253228202253228202254226200254226199254226199254226199254226199254227200254227200253227200253227200253226200252226200252225200252226200252227203252228203250227202249224200248222199246222199246222201223203189077066065010011012029019020079057050090063055089063055090065056092066058093067059093067059094068059094068059094068059094068059093068059093069059093069059093069059093069059093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092069058091068058092069058093070059093070059070053046006002003001000000156149150255255255255255255255255255255255255255255255255255254255255254253253254253252253253253253251250250055045051012009016000002007000002006045054069074086105079092109085096113084095112078091108057070085003004012000002011000001009000000006038042061080093130144160180239252253241251251235249249108138172072102154073102154073102154073103154073104153073104152073103151073103151073103151073105149077104144006006014000002003025018023236217199252226204252226203253226203254226203254226203254226203254226203255225203255225203255225203255225204255225203255225202255224201255223200255222198255221197255220195255220194255219193254218192254217191254217190254216189254215189254215189254215189254215189254215189255216190255216190255217191255218191255218192255218193255218193254219193253217191214143125242183164254218197253221197253222198253223199253224199253224200253225200253225200253225200254225200254225200254226200254227201253228203253229203253229203254228201254227200254226200254226200254226200254227200254227200254227200253227200253226201253226200253226200253227202253228204252228204251228203250226202249225202247225203245225204245228209243229212204189173041030028017013011047033027064046038074053044088064055089064056091066057093068058093068059093068059093068059093068059093069059093069058093069059093069059093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058091069058091069058092070059093070060081062053007003004000000000134128128255255255255255255255255255255255255255255255255255254255255254253252253253252253253253253249247248038027034007004011000000004000002007061072088075086105080092110084096113083094112078090108013018032000004014000003016000003014001004011082093119087101129234249254242253254239249253201220231072101152070101153072101153072102153072103153073104152073104152072104152072104151073104150075105148072094128004001001001002006133117111248228208250224202252226203253226203253226202254226202254226202254226203255226203255225203255225203255225204255225203255225202255224201255223200255223198255222197255221196255220194255219193254218192254218191254217190254217190254216189254216189254216189254216189254216189254216190254217190255218191255218192255218192255218193254219193253218192237171151252197178255212194255212190252221196253222198253223199253223199253224200253225200253225200253225200254225200254226200254226200254227201253228202254228201253227201253227200254226200254226200254226200254226201254227201254227201254227201254227201254226201253226201252227201253227203253228204252228204252227204251227204250226203249226204248226206246228209244228212242226210179157139015011008008004004013010006019014010067049042084063054089066057092067058093068059093068059092068059093068058093069058093069058093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058091069058091069058092070059092070059087068058009005006001000000125120120255255255255255255255255255255255255255255255255255254255255254253253254253253253254253253252251252047040049006003011000000003000001006047056072074085104081092110084095113083094111075086105001004017000004018000003019000002014020025040089103132134152172242254255243253255230244250089119160072100153072101152071101151071101151071101151071102151071103151072104151071103150072103147071101138021025034000000000003002004223206191245223204250224202252226202253226202253226202254226202254226202254226202254226203255226203255225203255225203255225203255225202255224201255224200255223198255222197255221196255220195255220193254219192254218191254218191254217190254217190254216189254216189254216189254217190254217190254218190255218191255218192255219192255219193254219193253215191255214195254219200255217199255207189254210190253221198254222200253223199253224200253224200253225200254225200254225200254225200254225200253225199253224197253223196252223196252223197254224199254226201254226201254227201254227201254227201254227201254227201254226201253227202253227202253227203253227203253227203252226204252226204250226204250227204248227206246228209244226210206190171028016013004003001005003001009007002017012009086065056092070060093070060093070059092069059092068059092068059092068058092069058092069058093069058093069059093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058091069058091069059092070059092070060090070060011006007000000000123118117255255255255255255255255255255255255255255254255255254255255254252252253253253254253253253253253254128117129024020030000000004000001003019023034070080099081092109084095113083093111067077095002005017001005023001004021001003015046054076093108137194213222243254255240253255134163193071100150071100152072101151071101151071101151070100149071101150071103151071104149070102147060083111016017020014012016003002003017015016226208195238215196251225202252226202253226201253226201253226202254226202254226202254226202254226203255226203255225203255225203255225202255224201255224200255223199255222197255221196255221195255220194254219193254219192254218191254218190254217190254217190254217190254217190254217190254218190254218191254219191255219192255219193255219193255218193255217194253220199254220202254220202254219201254201183248190174253222201253223201253223201253224201253224200253224201253225200252224199249219191243209181241202175243202176241202177245205180252219194254226201254226201254227202254227202254226202254226201254226201253226202253226202253226202254226203253226202253226202252226202252226203250227204249228205248228206242220200163142131023010009005003001006004001009004002016012008080061052091070060093070060094071060094070060093069059092069059092068058092068058092069058092069058093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058091069058092069059092070059092070059090070060011006007000000000114107106255255255255255255255255255255255255254254253253253252254253253253252253253253254253253254254253254219214217043036045001000005000000003005007014069077093082092110084094112083092109048055073002005019002007024001005021000003016067080102094111136231248251244254255227245252071105152073101152073100152072101152071101152071101151071100150070102150070103151070102149057080112016016017022023027072052057009007008071063062222201181250225203251225202252226201253226201253226201253226201254226201254226202254226202254226202254226202255225203255225202255225202255225201255224200255223199255223198255222196255221195255221194254220193254219192254219191254218191254218190254218190254218190254218190254218190254218191254219191254219192254219192254219193255219193255218192255217193255218196254219198255219198255214195247176160222144130251220199251224202252224202253223202253224201252224201251223201244215192139105091094069061041029025033024020045032027152119108243210190253224201254226202255227202254226202254226202254226202254226202253226202254226202253226202253226202253225201253225201252225202252226202250227203250226204236212191168141130014006005004002001005002000007003001017010006086065056091069060092070060092070060093070059093069059093069059093069059092069059093068058092068058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092070059092070059092070059090070060011005006000000000105097096254255255255255255255255255255255255255255255253253252253252251255254255254254255255254255255254255255254254052047054005005011001001006001002004050055069078086104083091109082090108022027044003006020002006024001006021000004016078096120104123144242255255244254255192215227074103150074102150073101152072101152072101151071100151070101150071101150072102150050073102014016016014018022134113114201169156053047045153138127248224202250225202252226202252226201253226201253226201253226201254226201254226201254226201254226202254226202254226202255226202255225202255225201255224200255224199255223198255223197254222196254221194254221194254220193254219192254219191254218191254218190254218190254218190254218191254219191254219191255220192255220192254220193255220193255218193255216192255217193255215192255210188240165150217143130250212191251224204250226206251226206252224203252223202252224202253226203099078066036021014012005005006002004004002003004001002009007005159137123250223198253225201253226201253225201253225200253225201254225201253225201253226202253226202252225201252225201253224201251224201250225202250224201234206182132107098013005008003004001005003001006003001017011008088067057092070060092069060092069060092069059093069059093069059093069059093069059093069059093068058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092070058092070058092070059092070059091070059090070060009005005000000000109101100253254254255255255255255255255255255255255255254254253253253252254253254255254255255254255255254255255255255203202204016013020004003009000000001012013020076084101080088107080088106011013028003006020001006023001006019002011024082104131132152168246255255248254255132157180076103151075102151074102151073102151073101150071101150070100150070099143029034042011011009009012012164139131246217198247219199228200182247221202252226203252226202252226200252226200253226200253227200253227200253227201254227201254226201254226202254226202254226202255226202255226202255225201255225200255224199255224198255223197254223196254222195254221194254221193254220193254220192254219191254219191254219191254219191254219191254220191254220192255220192255221193254221194254221195255220194255217192255214191252192173207129117232176157252216196253221199252224204251229208251230209252226205252225202251225203239211192013004004007004003005003001004002001002002001005001001003003003020016015249221197251224201253224200253224200253224200254224200253224200253225201253225201252225201252225201252224200252223200249223200248220198215183164043030026003001005003003001006003002008005000032021016089066057092069059092069061092069060093068060093069060093069059093069059093069059093069059093069059093069058093069058093069058093069058093069058093069058093069058093069059093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092070058092070058092070059091070059090070060009004005000000000118112111253254255255255255255255255255255255254255254254254253254253252253253254255254255255255255255255255255254255254254254044040043007005011000000002001002003069076091080088107078087106008011024003006021000006021000006017019034051086108136162181193247255255242252255090120157077105151076102151075102151074102151072102149072101151055078115012009009007008007007009008174149138243213194251220202252223203252224205252226205253226204252225201252226200252226200253227200253227200253227200253227200254227201254226201254226202254226202254226202254226202254226202255226201255225201255225200255224199255224198254223197254223196254222195254222194254221193254220193254220192254220192254220192254220192254220192254220192254221193255221193255222194255223195254223196254224197254217192232168147221158139252213191253218196254220198253221200254223202253226204252229206252228206252226204251226203244217196021009009008002003009003002008003001007004003009004004009005005042033029249221196253224201253224201253224201253224201254224201253224200253224201253224201252224202251224200250222197249220196241213189139112099014006005002005003005003002004003000008004002046031026089067057091068058092069060092069061093069060093068060093068060093068060093068059093068059093068059093068059093068058093069058093069058093069058093069058093069058093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092069058092069058092069058091069059090069059089069060008005006000000000126120121254254255255255255255255255255255255255255254254254253254254253255254255254253255255254255255255255255254255253251255213208209011009013002000004002002002008009011078087105076086105005010022003007020000006020000006016050067090088112143195212221250255255216233242084110152078105150076103150075103151074102150072101150043064099006010012004006008003007007183157141241211190246216198251221203252224205252226206254228207254227203253225200252226200253226200253227200253227200253227200253227200254227201254226201254226201254226202254226202254226202254226202254226201254226201255225200255225199254225198254224198254224197254223196254223195254222195254222194254221193254221193254221193254221193254221193254221194254222194254222195255223196255224197254225198255225199255223198250213190253221199254220198254221197253221198253223200254224201254225202254226203253227204252227203253227203249223198183149128042023018023010008026013011034022019069053048169149132236212188248220195253224201253225202253226203253226203253224202252223201252223200252224202251224201247218195216187171164135122035026026005003006005005005009006004006004002011007005071052045090068061090068058090068059091068060093068060093069060093068060093068060094068060094068059094068059094068059093068059093068059093068059093069058093069059093069058093069059093069058093069059093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092069058092069058091069058091069058090069059089069059008004004000000000138133133255255255255255255255255255255255255255255254254254254254254253254253252253252252255254255254253255253251253251248251242237238163160164002001003000000000002000001041044058073083104004006017001006016000006015000005012072096122090117148224237244250255255165189207084109153079105150076103150074102149073100144019027050000007012009019026006010012153130116241210189247218197250222202252224204253226205254227206254228206254226203253225200252225199253226199253227200253227200253227200254227200254227201254226201254226201254226202254226202254227202254227202254226202254226201254226200254225200254225199254225198254224198254224197254223196254223196254223195254222195254222194254221194254222195254222195254222195254223195254223196254224197254225198255226199254226200254225201253225201253223200254222199253222199252223200253225202253225202254225201255225202254226202253227202253227201251225198239206178231202174197172147187163141230207181247225201249228203251227203251227202252226202253227204253227204252228204252226203251225202250225201249224201240214191159131117031023021004003005004005004009006005009007006009006005027021018085064055091067059090067060090068060091068060092068060092068060093069059093068060093068060094068060094068059094068059094068059094068059093068059093068059093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092069058091069058091068058091068059090068059088068059007003005000000000145141141255255255255255255255255255255255255255255254254254254254254253253253252253252252250250249204202200074068067040042042036041041030030033000000000002001003003001002005004008062072089003005012002004009000004010001009015076105134092121151235249255248254255121147172084108152079105150075101149061086125004004013000001002000001008034035035207181156241212186250223201252225204253225204253226205253226205254227205254226204253225201253224200253225199253226199253227199253227199253227200254227200254227200254226201254226201254227202254227202254227202254227202254227202254226202254226201254226200254225200254225199254225198254224198254224197254224197254223197254223196254223196254222196254222196254223196254223196254223197254224197254225198254226199254226200254226201254226201253225202252224201253223200253223200253224201253225202253226202254225201254226201254226201253227201252227201252226200249220195249223199249223200249224201249226203251227203252227204251229204252229203252228203252228205252228205253227203254226204244219196192163144110081069032018016006004004003003003005003002007005004009008007023019017067052046091068059092067058091068059091068060091068060091068060092068060092068060093068059093068060094068060094068060094068059094068059094068059094068059094068059093068059093069058093069059093069058093069058093069058093069059093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092069058091068058091068058090068058090068058089068059008003004000000000153147150255255255255255255255255255255255255255255255255254254254254254254253254252251253243239236062061057012013012000002002002000004002000002002001005003002006002001004003001004032034044002005008001003006001004009009018023077107138094127159237252255242251254105131157085108149078103148055078114002001006000002006000001005001003007200169149240212186251226203252227204253226203253225204253225204253226204253226204253225202253224201253224200253225199254226200254227200254227200254227200254227200254227201254226201254226202254227202254227202254227202254227202254227202254226202254226201254226201254225200254225199254225199254225199254224198254224198254224198254223197254223197254223197254223197254223197254223197254224197254224198254225199254226199254226201253226201253226202253226202253225202253224202253225202253225202253225202253226201253226201254226201253226200253227201253227201253226201251225200251225201251225201251225202252226203252226203252227204252228204252228203252228203251227203251227202226192171120083073064039036024012010010005005003001001003001000004003001006004003016013011051040034084063056091068059092068059092068059092068059091068060092068059092068059092068059093068059093069060093068060094068060094068059094068059094068059094068059094068059094068059093068059093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092068058091068058091068058090068059089068059089068059006002003000000000169165168255255255255255255255255255255254255255254255255254255255254254252251250249247245109102098010010010001004004000000002000000001000000003000001004003002006004002007004003005004003006001003008001003007000003006023034047076103137091121157228242252236245250105132162082109148043053082004003006000001007000003009004004010149125111237211182250226200251228203252227203252225202253225202253225202253225202253225203253225201253225201253225201253226200254226200254227200254227200254227200254227200254226201254226201254226202254226202254226202254226202254226202254226202254226202254226201254226201254225200254225200254225199254225199254224199254224199254224198254224198254224198254224199254224198254224198254224198254224199254225199254225199254226200254226201253226202253226202253226203253226203252225203252225202252225202252226202253226201253226201253226201253226201253226201253226202253226202252226202252226202252225202252225202252226202252226203252226203252228203251228202249227201233199176139102094079053051034022022009003005005001002002000000002000000005003002010006005031024021069052044088065054093068058092068060093069059093068059092068059092068059092068059092068060093069059093069059093069059093068059094068059094068059094068059094068059094068059094068059093068059093069059093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069059093069058093069058093069058093069058093069058093069058092069058092068058092068058091068058091068058090068059089067059087066058001000000000000000212208210255255255255254255255254255255254255255254255255254255255254255250251247171166159008007011003003003000005006005012020001004009001000003001001006003002007004002007002002006001002006001002006000002006000003006046057084076098134082108145207229246223240249104130154014018031000000000000000006011011018019014017162138123242217191247225199250227202251227203252226202252225201252225201253225201253225202252225202253225202253226201253226201253226201254226200254227200254227200254227200254226200254226201254226201254226202254226202254226202254226202254226202254226202254226202254226201254226201254225200254225200254225200254225200254225199254225199254224199254224199254224199254224200254225199254225200254225199254225199254225199254225200253226200254226201253226202253227203252226203252226204252226204252226203252226203252226202252226201252225200253225201253226200252226201253226203253227203253227203252227204252226203252226203252226202252226202252226203251227203245221197117088082031013013016006007009002002007002003002000000002000000006003004013008008044032028074055049083062056090067057092068057094069058094069059093069059093069059092069059092068059092069059092069059093069059093069059093069059093069059093068059093068059093068059093068059093068059093068059093069059093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058091068058091068058090068058090068059090068059081060053000000000000000000234230232255254255255254255255254255255254255255254255255254255255254255250250247080079074002003002001004003011020026072091117075097125038053069005002008003002008004002008003003008002002006001001005000002006000003009068085116078098132079103137169193217194216234003005014000000001000001005009008014025020024161138122244222194247225199248227200250227202251227202252226201252225201252225202254226202253226202252226202253225202253226202253226201253227201254226201254226200254226200254226200254226201254226201254226201254226202254226202254226203254226202254226202254226202254226202254226201254226201254225201254225201254225200254225200254225200254225200254225200254225200254225200254225200254225200253225201254225200254225200254226200253226200253226201253226202253226202252226203252227204252227205251227205251226204251225203251225202251225200252225200253225200253225201253225201253227203253228204253228205253228205252227203252226203253226202253226202252226202250228202132097086011004007006001003007002003006002002006002003004001002015009010068053050087068061086066059087066058090068058093069058094069058095069058094070059094069059093069059093069059092069059092069059092069059093069059093069059093069059093069059093069059093069059093069059093069059093069059093069059093069058093069059093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069059093069058093069058093069058093069058093069058093069058093069058092069058092068058091068058091068059091068059091068060066047043000000000000000000245242244255255255255254255255255255255254255255254255255254255255254255252249247059056057002003001002007007056070088068087111067090116034049067007005013006006014004005012004004011003003009001002006001002007000002008078097128079097131077098132077095125004006015000000003000003008010010016042036041166145128242222193246225197247226200249227201249228201250227202251226201251225201251226202252225202251225201251226201253226202252226201253226201254227202254227201254226201254226200254226200254226201254226201254226201254226202254226202254226202254226202254226202254226202254226202254226201254226201254225201254225201254225201254225201254225201254225201254225201254225201254225201254225201254225201254226201254226201254226201254226201253226201253226201253226201253226202253227203252227204252227205250226204249225202246220196217189169245217190251225201252225202253226202253226202253226203253227204253228205253228204253227204252227203253226203253226202253226203253224199037019017006003003008003004010005006041031030070056055075061058085067064088069064088070061089068060090068059092069059093069058095070058095070058095070059094069058093069059093069059093069059092069059092069059093069059093069059093069059093069059093069059093069059093069059093069059093069058093069059093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092068058092068058091068059092069059091069059051034031000000000000000000250247249255255255255255255255255255255255255255254255254254255255254255176173176029028032000000000004008006062077098066087111019024036007004013004007018005008019013018034020029049011014025002004009000002006000003010078097133072091124026033052000001003001002006003004011020016023071060059199178160244223196245225197246225197246226198248227200249228202250228202251227201251226202249225201243217192235207184241216193252224200252226201252226202254227202254226201254226201254226201254226201254226201254226201254226201254226202254226202254226202254226202254226202254226202254226202254226202254226202254226201254226201254225201254225201254225201254225201254225201254226201254226202254226202254226202254226202254226201254226201254226201253226201253226201253226201253226202253226203252227204251227204250226203211186164068051043033024019144120103251226202252226204253226203253226203253226204254227204254227204253227204253227204253226203253227202252226202252226203251221196036015015008002003009002003023013014083066064085069065085070065087070064088070064089070062090069061092069060093069059094070059095070059095071059095070059094069058094069058093069058093069059093069059093069059093069059093069059093069058093069059093069058093069059093069058093069059093069058093069059093069058093069059093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069058093069058093069058093069058093069058092069058092069058092069058092069059092069059093069059093069059035023021000000000009005005252250251255255255255255255255255255255255255254254255254254255254254255017018026005010011001002001004004003024031039072092117053067091010011025009010024027037059062084106067089111045061084002004010000002005002008019041048077000000005000000001003002005004004010022014021148131123236219198245226199244226196245227196246226196246226197247226199248228201249228202249227201248226202176151136024012010028024017101086071245219196250226203252226203253226202254226201254226201254226201254226201254226201254226201254226201254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226201254226201254226202254226202254226202254226202254226202254226202254226202254226202254226202254226201254226201253226201253226201253225201253226202251226203252225201150131114034024019011004005005004004045032023252227202252227205253227204253227204253227204254227204253227204253226203253226203253226202252226202253226203253227203252226199097070061011001002008003002011006007081066064085071065086070066089071065090072064091072063092071062093070060093069059094070059094070058095070058095070058094069058093069058093069058093069058093069059093069059093069058093069059093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092069059092069059093070060094071060093070059023016015000000000028023021250250252255255255255255255255255255254255255254254255253254255253254255028036050026032046002005008003005005006009008051068089070091119069092123064084113072094123072096120071093115069092114007011019000001002000000005000000001000000000002001003006004007016008014170144135243230215245231209243227200244226197245227197246226196246225197246226199248228200249229201248228201248222199033021022003002002008006004033022016233205186250225203253226203253226202253226202254226202254226201254226201254226201254226201254226201254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254227202254227202254227201254226201253226201253226201253225201252224201249224202202174153023012011008006004009004003007005002069050040252226201252228205252227204253227204253227204253227204253227204253226203253225201253225202252226203253226203253227203250226201226196175022011012009005004008005005021015015080065062085070064088071064090072065092072064093072063094071062094070059094070058094069058095069058094069058094069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069058093069058093069059093069058093069059093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069059093069058093069058093069058093069058093069058093069058092069058092069058092069059093070059094071060095072061092069060014009009000000000070056059243246245254255255254255255254255255254255255253255255253254255252254254078087107069079099039050065004007005005007004007012016031049064036049062031040049058076096069091115068091114069093116006012020000002002000000002000000002000001001003003003007004006162134125242228213245230214243229206244226199243226197244225195245226195246225194246226196248226199247227201247226204240214194020008007002001000005003001042026020229203183250226205253226204253226203253227203253226202254226202254226201254226201254226201254226201254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254227202254227202254227202254226202253226202253226202252224201251224201250224200100076064017010008010005005008003001016011007205175152252226203251227204253227205253227203253226203253226204253227205253227204252225202252225202252225202252226203253226203252227202249224200148121110012006008011006006007004004017010009078062058084068060086068060090070063092071062095071061094070060093069058092068057093068056094069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092069059092069059093070059094070060093071060087066057008003005000000000121112113244246246253254255253255255253255255253255255253255255253255255252254255079088109069079100069084107007012007002004002001004000004008007016024028031042052051068087067089112068090116057078100003006006000003002000001001001002003002001002004003003011008010058043040097083077127110103149132117148133115141133113153143121156145122155143120165152129174157136182160140180157140152126115006000001004001000004001000056037030236213191249227205252226204252227204253227203253226203254226202254226202254226201254226201254226201254226201254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254227202254227202254226202253226202253226202252225201251224202238210188035018017015007006011005004010005003178146125246219195251226203252227204253226203252225202252225202252226204253227205252227205252226203252225203252225202252225203252226203252227203251226202248223198168141127016009010010004005009004004012007007071057049079063056085066058090069060094071060094070059092069058090067056091067056093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069059093069058093069059093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069059093069058093069058093069058093069058092069058092069058092069058092069058093069058093070059093070059092070059078059051002002002000000000212210211252253255253254255253255255253255255253255255253255255252255255252255255022029040002006009005011017001005006000003002000002000002006005015026034030045058040057075062085107045064080003008009001004004002003003001002002003003003003003004004003004005004004002002002002002002002001004003001003003002004003003003004004004004004005006008007009010009009011011007009011006005008004003005002000002002001001004002001069049043240217197249227206251226206252227204252227203253226203253226203254226202254226201254226201254226201254226201254226201254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226201254226201254226202254227202253227202254226202253226202253226202251225202199168151024011010009003002005004002077062057234206182249225202250227204252226203251224201251224200252224201252226203253227204252227204252226204252226203253226202253226203253226203252226203252226203251226203247222197196168149021012013008004005007004005010005005071054046083064055087066057093070059094070060093069059092067057092067057094068058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092069058092069058092069059093070059092070059091069059056042036002002002000002000237236237252254255253254255252255255252255255252255255252255255252255255252255255018021028001002005000000000000000001000002002000004003005010010008011011012015014021028035018024030003002001001003003002005005002004003003003003004004006008007009009009010010009011006005009004002006002003004002003004002002004001002003001002002000002003000002004001003006004006010006009014021025039030034053002002001001001001005003003086065060242222201250227207251226206252226205252227204253226204253226203254226202254226202254226201254226201254226201254226201254226201254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226201254226201254226201254226202254227202254227202254227202253226202253226203251225202177146130018009008002000000001002002143124113243218192250226203251226204251225202251223200252223200252224201252226203253227204252227204252226204253226204253226203253226203253226203252226203252226204251225203249224200245218192214182160042030023009006005007004004011007005074055046085065056091068058094070060094069059093068059093069058093069058094069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069058093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069059093069058093069058093069058093069058092069058092069058092069058092069058092070059093070059092070058091070059034022019004000000018015014237237239252254255252255255252255255252255255252255255252255255252255255252255255078085096002003006000001000000000002000001003011018022040051068008011009018024031062079097001003004000000000001003004001006008001004003000001000019024034062085122070089121094111133075084099018020028013014019012015020013016022011013018008012017009018031032045070056073110066087128073093134073093132048061090001001002001000001003003002101080074243225205249228209251226207252226205252227204253227204253226203254226202254226202254226201254226201254226201254226201254226201254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226201254226201254226201254226201254226201254226201254227202254227202253227202253226203251225203248224201160133121016010010001000000002003003145128117247224199250227204252226205251225202251223201252224202252225202252225203253226204252227204252227204253226204253226203253226203253226203252226203252226203252226203251226202251225201248220195236203178083062052009005003008004003015010007079059049088066056091068058093070059094069059093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092069058091069058091069059093071059092070059090068057020013012003002001071060060244246245252255255252255255252255255252255255252255255252255255252255255252255255051058068000000002000002003002004007004008009054068083061077094023029033051063082026035049002000000000000000001002005000004007000003004000004004020027034067091132075095134107128155213234241188211223073098128062088124060086129060083128060087133064091136070094140073096142075098143076099142075099139053069099003001002000000000000003002107089083243224206249228209251227206251227205252227204253227204253226203254226203254226202254226202254226201254226201254226201254226201254226201254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226201254226201254226201254226201254226201254226201254226201254226201254226202254227202253227203253227203253226204250223200177149135018013013000000000000002001101089080247227202250228204251227204251225202251225202252225202252225202252226203253226204253227204253227204253227204253226203253226203253226203253226203253226203252226202252226202252227202251226201247221197234204180076056047010004004006003002024016012085062053089065056091067057093068058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069059093069058093069059093069058093069058093069058093069058092069058092069059092069059092069059091068058091069059092071060088067056014008006005005003139123121249251251252255255253255255252255255252255255252255255252255255252255255252255255004005006000000000000000000050058070075092110079093111075091110069083105059074095004002008003003007002001004006005009002004010000002006000003005015025033070096134076100140118141170233248254236252255106135166077105149074102149074100149075099148075100146076100146076101147077101147077102145075100141053071100000003006000000003000002002108091085242223206249228208251227206251227205252227205253227204253227203254226203254226202254226202254226201254226201254226201254226201254226201254226201254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226201254226201254226201254226201255226201254226201254226201254226201254226202254227202253227203253227204252227205251226204230204183019015012000000000000001000008008006159139123249227204251227204251226202251225202252225202252225202252226203253226203253227204253227204253227203253227203253227203253227203253226203253226202253226202253226203253228203252227202250224199247221197239213189088069059006003002005002001024017014083063053089066056092068058092068058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058092069059092069059092069059093069059092069059091068058091069059092069060078060050013009008010009007177163161251254254253255255253255255253255255253255255252255255252255255252255255252255255001003002000001001001001001064075089080094113080094114079093113078091111020023036003001003014011020012010015070071084004004011000001004000002007006012019073097136076100139088110148225242253236249252159185202078106151076103150076102150076101149075101147076102146077101147078101147078102146076101141046064090000001003000000002000001003101086085243222205249227207251227205251227205252227204253227204253227203254227203254226202255226202255226202254226202255226201254226202254226201254226201254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226201254226201254226201255226201255226201255226201254226201254226201254226202254227202253227203253227205252228206252229206244224202061053047001001001000001000000001000003004002170145124249226201251226203251226202253226202252225202252226203253226203253227204253227204253227203253227203253227203253226202253226202253226202253226201253226202253227201251226200250225200248223200246221200241219199058043038006005003004004002016011008079059050090067058092069058092069059092069058092069058093069058093069058093069058093069058093069058093069057093069057093069058093069058093069058093069057094069058093069057093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069059093069058093069059092069059092069059092069059093069059093069059092070059092069059091069057093068058048035029013009007014011011200190191253255255254255255254255255253255255253255255253255255253255255253255255253255255005007009003004005000002002069080095081095113080094116079094114073086104005002008001001003010007014045046055083089111016018026000001006000001009000003010073094134074097135079102140169190211237250253229243248084114155076103149076102149075101148075102147077102147077102147079102146078102144077101140039054080000002006000000002000000003103087088245224205250227206251227205252227204253227204253228204253227203254227203254226202254226202255226202255226202255226202254226202255226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226201254226201254226201255226201255226201255226201254226201254226201254226202254227202254227203253228205253228207252229208244222202213188173059045041000000000000000000000001000015012005234210180250226201252226203253226203252226203252226203253227203253227203253227203253227203254227203254227202254226202254226202253226201253225201253225201252226200252225200249224201248222200247220199241216197219193175089070063012008005004003001005003003079060048089067056090068057092069057092069058092069058093069058093069058093069058093069057093069057093069057093069057093069057093069058093069058094069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069059092069059092069059092069059092069059093069060093070060093069060091069058092067057025015013013005007032024024227222222253254255254255255254255255254255255254255255253255255253255255253255255253255255011012015014014017001002001061070085082094112080093113078094112019024035004003007003004007011010015083093109078089110046049061000002006000001009000003009040057083074099137078102138095115148227242251238248253199218233075108154076102149076102149077103148078102147079102147079103146079102144077100139041057086002005013000000002000001004111096098246224204251227206252226204252227203253227203253228204253227203254227203254226203254226202254226202255225202255225202255225202255225202254226202254226201254226202254226202254226202254226202254226202254226202254226202254226202254226202254226201254226201254226201255226201255226201255226201254226201254226201254226202254227202254227203253228205253229207251229208242219199225201183179157144001000000001000000001001001007005003171141116244217192251225203252226203252226203253227203253227203253227203253227203254227203254227202254227202254226202254226202254225201254225200254224200250224200242218193199177161155137127115106099067065063030031027015014010005004002002000000002002001049039030086065053091068056092069057092069058092069058093069058093069058093069058093069058094069058093069057094069057094069058094069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069059092069059092069059092069059093069059093069059093069060093069060093069060077057049014007008014009010077061061250248248253254255254255255254255255254255255254255255254255255254255255254255255254255255038037039007007010000002001021026032075088106069083100034045061005007015004004010003003006050053064078094114076093114068078094002003008000001008000002009004009015078100137078099135082102137159177202235248255239248254178200223071103152077103150077103148079103148079103146079102145079102144073096137046068096004009018000000001000000003110095097246224203251227205252226204253227202253227203253228203254227203254227203254226203254226203254226202254225202255225202254225202255225202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226201254226201254226201255226201255226201254226201254226201254226201254226202254227202254227203253228205253229207252230207243220200197175160030023020001001001001000000001000000051037027241216190249223200251225202252227203252227203253227203253227203253227202253227203254227202254226202254226202254226202255226201254225201254224201251223201187158146041026023027024024019019017005006005000002003001002002000001000000002000000001000022017013086067055091071057092070057093069058092070058092070058093070058093069058093069058093069058093069058093069058093070058093069058093069057093069057093068057092068057092069058092069058092069058093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069059092069059092069059092069059092069059093069059092069060093069060093070060036026024011007006020011012151138140251250252254254254255255255255255255255255255255255255254255255254255255254255255254255255141140140008007009003004003008011014050063079006009014006010018005010019002005011001003005074089108076095115075095116076090110014016025001003010001003009001005010063080110080099133081101135096112142225240251240248254236247255160186214074103151078104149079104149079104146079102143078100141074095135050068099005007017000000002000000003103089092246221200251227205252226203253227202253227202253227203253227203254227203254226203254226203254226203254225202255225202255225202255225202255225202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226201254226201254226201254226201254226201254226201254226201254226201254226202254227202254227203253227204253228206252229207242218195123098088003003002004003002003002000015010006206177154248222199250224201251225203252227204253227204253227203253226203254226202254226202254226202254226202254226202254226201254226201254226201254225200254228205026014012004004004005002005003002002003002002001002001001002000001001000011008006059046037091071058091070058091070057092070058092070058092070058092070058092070058093070058093069059093070059093070058093069058093069058093069058093069058092069058093069058093068058092069058093069058093069058093069059093069059093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059092069059092069059092069059092069059093069059092068059092069059091068059014007010010005007036022024229225225253251253254254254255255255255255255255255255255255255255255255255255255255255255255255255235233232009006009005005006006009011005008013003004009003008017004009019001004010015022030074095116075096116074096117075093115038049064002004012002004010001003008008014027079098131081097129085100132146161186230245254230245254226245255181211232087116160080108152082109151082106149081101143077097136053069102003006012000000002000000003097083086242218197251227204253226203253227202253227202253227203253227203253227203254226203254226203254226203254225203255225202255225202255225202255225202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226201254226201254226201254226201254226201254226201254226201254226201254226201254226202253226202253226203251227204251228206235205184046029027005004004002002001006003002137112096244217194250224202251225202251226203252227204253227203253227203253226203253226202254226202254226202254226202254226201255226201255226201255226201255226200255228204028016017004003003005002003004002002003002002003003003010007003061049040088069057092072059092071059091070059091070058092070059092070058091070058092070058092070059092070059093070059093070059093070059093070059093070058093070059094070059094070059094070059094070059094070059093069059093069059093069059093069059093069059093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069059092069059092069059092069059092069059092069059092069060092069060075054048006004005006004005063047051251249250253252253254254254255255255255255255255255255255255255255255255255255255255255255255254255255255255082080081012010012008009012002004010003006013003008017002007015002005011061080098074097118074096118075097118074096116062080099005006014004005012002004010002005010023030048075092121078094124083100131123142168202224240218240252222242253226243252191211235131156193103130174090117157081100138046063091001002008000000001000000002089076079240214193251227203253226202253226201253226202253227202253227202253227203254227203254226203254226203254225203255225203255225202255225202255225202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226201254226201254226201254226201254226201254226201254226201254226201254226202253226202253226202251225203249224202197163146017009011006003003002001001071059053230204179249223201250225203251225203251226203252226204253226203253226203253226203253226202253226202254226202254226201254226201254226201255226201255226201255226201252226201212182162023008010006002005004002003004002003004003002065046037086065051088068056092071058092070059091070059090070058091070058091069058091070058092070058092069059093069059093069059093069059093069059094070059094070059094070060095070060095070060095070060095070060094070059093069059093069059093069059093069059093069059093069059093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069059092069059092069059093069059092069059092069060092068060047031028005003001008007008143128132251251251253253252254255255255255255255255255255255255255255255255255255255255255255254255255254255255254255245245245159156159066066069079079083128121128007012021001006014000005013071096117073098118074098119075097117075097116074096116037049063004005011003005011003005011004007012016022034062077102076092118086104132097115142143163185209231246230244253236246254240250255227239251197215233077097129005008019000000004000000001000000002080068070235209189251226202253226202253226201253226201253226202253227202253227202253227203254226203254226203254225203255225203255225202255225202255225202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226201254226201254226201254226201254226201254226201254226201254226202254226202253226202252225202250224199128095083011007006005002001003001001210190172248227206250227205250226205251226204251225203252225203252226203252226203253226203253226202253226202254226202254226201254226201254226201254226201254226201255227201253227201252226200227195174060037034011005007005002004004001004006004006034025019085065053091070057091069057091070058091070059091070059091069059092070059092070059092069059092069060093069060093070060093070060093070059094070060094070060094070060094070060093070059093069059093069059093069058093069059093069059093069059093069059093069059093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069059093069059093069059093069059092069059092069059092069059092069059092069059092067058017010010007002002010006008223218218252252253253253253254255255255255255255255255255255255255255255255255255255254255255254255255254255245245245249249249251251251252251250248246249152145148010014024002005011007015024068095118074098118075098118075098118075098117075098117076096116053066080006008014002003009003004011007007015005008015021030043057069089078096119087108132093113139122143167184205224230242252238246254235246255048057077004007012000002005000000002000000002072061063228204185251226202253225201253226201253226201253226202253226202253227203253227203254226203254226203254225203254225203255225202255225202255225202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226201254226201254226201254226201254226201254226202254226202254226202253226202253226203250222197069048043011006008007004003005003003238219200248230209250229207251227206251226205251226203251225203252226203252226203253226202253227202253226202254226201254226201254226201254226201254226201254227201254227201253227201252226202251226202246219195201164145088067061007004009004004005006004005014010011049035029082063051088068057090069059091070059091069060091070060091070060091070060091070060092069060092070060092070060092070060092070060092070060091069059090069059091068058090067058088066056093068059093069059093069059093069059093069059093069059093069059093069058093069058093069058093069058093069058093069058093069059093069058093069059093069058093069058093069058093069058093069058093069058093069059093069059093069059093069059093069059093069059093069059092068059092068059091068059079058051008005005006004004047039042238235235253254253253254254254255255255255255255255255255255255255255255255255255255254255255254255255254255251252252253253254255255255255255255255255255103096100011012021001005010021037050067092116074097118075098119076098118076098118076098118076097117076096114070085102013016024004004009003005012004006014003006012004007012012019027057073090077098120081103127086107133090110137105122151094111137016020035070072085000001005000000001000000002057048048218192176251225201252225201252225201253226200253226201253226202253227202253227203253226203254226203254225203254225203255225202255225202255225202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226201254226202254226202254226201254226202254227202254226202254226201254226202253226199061040035012007008007003003005004002241221201248228207251228207251227206251227205251226205252226204252226203253226203253226202253226202253226202254226201254226201254226201254226201254226200254227201254227201253227202253227203252227203252226202251225202246217195192163146038026024008007010012009013013007010009005005024016014069052043090068058091069059091070059091070060092070061091069060091070060091069060092070060092070060091069060090067059083062053068051045049040036032029027058048044092068059092068059092069059092069059092069059093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069059094069059094070059094070059093069059092068058091068058090067058042029025008003003004003002158141144244242240253254253253254255254255255254255255255255255255255255255255255255254255255254255255254255255253255254255255254255255255255255255255255255255255160155155009013021003007013022041056065090115070095117074098118075098118076099118076099118076098117076096114072089109059073091015016024008011020005009018004007016004007014003007011003007008014022030055069088075094118079098123075092117014018028027029038216208215009009013000000000000000001035029030205176160251224199252225200252225200253226200253226201253226202253226202253226203253226203254226203254225203254225203255225202255225202255225202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254227202254226202253226202254226201252225198169135117020012010006003003000002000229209191247226204250227206250227205250227205251227205252226204252226204253226203253226202253226202253226202254226202254226201254226201254226201254226201254227201254227201254226202253226203253226203252226204252227205252225204249223201246218195203174155091070065039028027035025022021013010015009009012009008020013012031021019043031027060044038071053046070051045069051044077058051081061052069051044041029026020013012014012011021017016064050045089067058091068059092069059092069059092069059092069059093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069058093069058093069058093069058093069058092069058093069059093069059094070059095070059094070059092069059091067058092068058088064055020012011005000001037029031193180182250250250252254253253255255254255255254255255254255255254255255255255255255254255255254255255253255255253255255255255254255255255255255255255255255255255228223222012012018004007012010023033063089113068093116073096117075096116075097117076098117076097116075095113063077090021023027016016021042044064048051065005008016003007013003007012002006009002005007006008011020027040052063085008015026002004009102100109224218224022024030001000001000000000019015015201172157251224199251225200252225201253226201253226201253226202253227202253226203253226203254226203254225203254225203254225202255225202254225202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254227202254227201254227202254226202254226201252226200248216191026016011005002003000000002199178161245221198249226203249226204250226204251226204251226204252226203252226203252226202253226202253226202254226201254226201254226201254226201254226201254226201254226202254226202254226203253226204253226204253226205252226206252227205250225203248222200246216194235202180148119105060042037036023022015009012008006006008003004006003004008003003012006006008006005007004002008004002010004003007004003005003003003003002033025022085065058090068060091068059091068059092069059092069059092069059092069059093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058093069058094070059095070059094070059092068058092069058094068059073051043010003004003003001161147146228226223252253253253254254254255255254255255254255255254255255254255255254255255255254255255254255255253255255253255255255255255255255255255255255255255255255255250247245015015021006008012005010014051074095069094118072095117074095116073094113072090110063076093037040048019020024016015020023025036140142151228231234106112117014016021005010012004007009001006008000004008002004009003005012002003009000004010191190196235235235051052055001000002001000001005005006197170154251223198251225200252226200253226201253226201253226202253227202253226203254226203254226203254225203254225203255225202255225202254225202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254227202254227201254227202254227202254226201254226201253228202057038034003000001003003004073063056187170150240216189249223202250224203250225203251226203252226203252226202252226202253226202253226202254226201254226201254226201254226201254226201254226202254226202254226202254226203254226203253226204253226205252227206252227207252227206251226205250224202249219197247217196244217195207177160119096086062049045040028026026015014018006008016009007019009010011006003007005002005002000004003002012008006066050044092069060092069060091068060091068060092068059092069059092069059092069059092069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069058093069058093069058093069058093069058092069058092069058092069058094069058094070059094069059094070059096070059096070059040024020004000000016014016226224221250252251253254253253255255253255255253255255253255255254255255254255255254255255255254255255254255255253255255253255255254255255255255255255255255255255255254254251248247089089090010013016004007011001009017032048065045060077036047062023028037016018024014015020015017023030034044112117129236239244251252255250248254246246252151155160026028028012014016004007009000003008000003008000003011001003012002005012239240240244244244081082083002002003001000000000000001182153138249222196251226200253226200253226201252226201253226202253227202253227203254226203254226203254225203254225203254225202255225202254225202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254227202254227202254227202254227202254227202254227202253226202253226201251225201232201177124099087060046042019015015020018020084068061245219195249223200250224202251225202251225203252226203253226202253226202254226202254226201254226201254226201254226201254226202254226202254226202254226202254226203254226203254226204253226205253227206252228207252228208251227207251226206250223202249221200248220200247219199245219198245222202246222204243218203237212198227199182146110099014007005009005003011007005050035029089067060093070062093070060092070060092069060092069060092069059092069059092069059092069059093069059093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058091068058091068058093069058094069059095070059096071060096071059091066053014006004003002000121118118248250248252254253253255254253255255253255255253255255253255255254255255254255255254255255255254255255253255255253255255252255253253255254253254254253252247246243207206206114110116039039043008006010003004009000002006002003006002002007005004010008006013011011019041045054132137144219223227244247251251252255252251255243243250091088091022019018026025021180179172215210203078072071010009016002004012003004013037039048242242245248246248109107109001002002001000000000000001139115104246218192251226200253226200253226200253226201253226202253226202253226203254226203254226203254225203254225203254225202254225202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254227202254227202254227202254227202254227202253227202253226202253226202252225201248222198241213190230202179205176157129113101154135122247220198249222199250224201251225203252225203252225203252226202253226202253226202253226202253226202254226202254226202254226202254226202254226202255226203254226203254226203254226204254226204253226205253227206252228207251227207251227207251226206251224204249223202248223202247222201246220199245220201242218203243216204158130120019010007015010007044031026082060052087065057090068060093070061094070061093070061092070060092069060092069059092069059092069059093069059093069059093069059093069058093069059093069058093069058093069058093069058093069058093069059093069058093069059093069058093069058093069058093069058093069058093068058092068058091068058090067057093069058094070059096071059096071060096071059046028021005001000008005005223224221251254253252255253252255254252255255253255255253255255253255255254255255254255255254255255255254255255253255255253255255253255176175174102102103039041044020020022013014016022022027064064070147146149157157157061061063046044049043040046057054062117116123190188190244244244251251253252251254249250253241245246130135142023026031020021018089086082231230220244243238251251250240241239209208207186182184195195195236235233250248248247246245150148144000000002001000000001000000069052048243213187252226200253226200253226200253225200253226201253226202254226202254226203254226203254225202254225202254225202254225202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226203254226203254226203254227203254227202254227202254227202254227202254226202253226202253226202253226202252225202250224201249223200248222200246218196243217197247220199249222201250224202251224203252225203252225203252226203252226202253226202253226202253227202254227202254226201254226202254226202255226202255225202254225202255225203254225203254226204254226204253226205253226205253226205252227205251227206251227207251227207250227206250226206249226206247224205246222203222193176055037033015006008023013009076053047089064057088066058086064056090068059092070061093070060093070060092070060092069060092069059092069059092069059093069059093069059093069059093069058093069058093069058093069058093069058093069058093069058093069059093069058093069058093069058093069058093069058093069058093069058093068058092068058091067058091068058093069058094070059095071059095070059083059046009003002007003000070062060244245242249251251252254253252254254252255255252255255253255255253255255254255255254255255255255255255254255255254255255253255255253255000000002000000001000000003000000001004002006085083084243243243253253254255255254255255252255255254254253253253252251255253253255252255255253255255253254252251255237243246067072080010010014007007008108107105253253251252253253250250248252251252253252253253252253252251252252251253252250251252250252250249251183177176006004004001000000000000000023017014238208185252225200252225199253225199253225199254226201253226201254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226203254226203254226203254226203254226203254227203254227203254227203254227202253227202253226202253226202253226202252226202252225203251225203251225204251225204249225203248223203250224203250225203251225204251225204251226204252226205252226204253226203254225202254226202253226202253226201254226202254226202254226202255225203255225202255225203255225203255225203254225204254225204254225204253225204253225203253225204252225204252226205251227206251228207250228206250226205246223203183149136029009010008005004025013012091065058091067059091068060090068059091069059091069060092069059093070060093070060092070060092069059092069059092069059092069059093069059093069059093069059093069058093069059093069058093069058093069058093069059093069058093069059093069058093069058093069058093069058093069058093069058093069058093068058092068057091068058092068057094069058094070059094070059094070057022011009004000000008003002192188186247248247249250250251252253251253253252254254252255255253255255253255255254255255254255255255255255255254255255254255255253255255253255000000001000001001000002004005006008125127135225229235243245247255254254255254253255253252255253252254253252254253252254252253254252254252251253251250253226230233049053058017019021012011013044043045245245242254255254255255255253252251254253252254253255254254255254253254253253254253252254253251255254252253196190189023021020000000000000000000006004003234206185251223198252224198253223198254224199254226201254226201254226201254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226202254226203254226203254226203254225203254225203254225203254226203254226203254226203254226203254227203254227203253227203253227203253227202253226202253226202253226202253226202252226203252226204252227205251227205251226205251226205251226205251226205251226205251226206251227206251229208252229207253227205253226204253227203253227202253225199254224200254225200254226202255225202255224202255225202254225203254225203254225203254225204254225204254225203253224202253224203252224202251223202250224202250225203248224201236208186108077067033012013006004004034020017092067059094069060092069060092069060091069059091069059092069059092070059092070059092070059092070059092069059092069059092069059092069059092069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093068057092068057093068058094069058093069058092070058079058047008003003004002000031026023245246244250251250251251252251252252251252252252253254252254254253254255253255255254255255254255255255255255255254255255254255255254255255253255004005008003005007000001003003003005005004007071068070246247246254252253255252253255253252255252252255252253254252251253251251251249249172173175046046052013011016010009011010012016136138142246247246253253252254255254255255255255255254254254254255254254255254255255254255254254255255254255255254255255255255219216215108104104000000000000000000002001003203179162251223197252224198252223198254225200254226200254226201254226201254226201254226201254226202254226202254226202254226202254226202254226203254226203254226203254226203254226203254226203254226203254225203254225203254225203254225203254225203254226203254226203254226203254226203254227203253227203253227203253227203253226202253226202253226202253226203253226203253227204252227205252228205252227205252227205252226205252226205251226205252226206252229209252232212253231210252229206251225202242215192195166152145121110136113101140118109213183169255224201255224201255224202254225202254225203254225203254226204254226205253226205253226205252226206251225205250224203250222201244214191180146130051029023019007009022010010064044038094068061094070061093070061093069060092069059092069059092069059092070059092070059092070059092070059092070059092069059092069059092069059092069058093069058093069058093069059093069058093069059093069058093069059093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069057093068058093069058092069058091069056024016013005002001005003002171171172252252253251253252252253253252253253252253253253254254253254254253254255254255255254255255255255255255255255255255255255254255255254255255254255049051060035035044000002004000000000001003003009012012201201204253251252255251251254252253255252252253251251251250250240237237075073074017018021009009010006006008031031035222221221252251253254253254254254254255255255255255255255255255255255255255254255254254255255255255255255255255255255255255255255255255242242242171168172000000000001001000003004005124110098251225200253225199252226201253226201254226201254226201254226201254226201254226201254226202254226202254226202254226202254227203254227203253226203254226203254226203254226203254226203254226203254225203255225203255225203255225203255225203254225203254226203254226203254226203254227203254227203253227203253227203253227203253226203253226203253226203253227203253227204253227204252227204252227205252227205252226204252226205252226205252226205251227206251229208250226205244216193182160145068053048013009011010006006009007007009007009038031027251221196255223201255224202254224202254225203254226205254228206254228207253228207252228208251229209251229209249227206215182160108079069027013011017007004052035032086064057092068061094070061094071061093070060092069059091069059091070059091070058092070058092070058092070058092070058092070058092069058092069058092069058092069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069057093069058093069058092069058074055045006003003004001001018014015243244244252252252253253252252253253253253253253253254253254254253254255254254255254255255255255255255255255255255255255255255255255255255255255255255255146145155073073087010008014000000000001001000005008007091090090249248249254251252253252252252248250241241241099096098012012014008010009005006009011009014136136138244245247252252254254254255254254255254254255255255255255255255255255255255255255254254255254254255255255255255255255255255255255255255255255255255255254196195197029028030001000000001002000037034026248226201253227201252228202253228202253227201254226201254226201254226201254226201254226201254226202254227202254227202253227203253227203253227203254226203254226203254226203254226203254226203255225203255225203255225203255225203255225203255225203254226203254226203254226203254226203254227203254227203254227203253227203253227203253226203253227203253227203253227204253227204253227204253227204253226204253226204253227204252226204252226204250224203248220200246216193205178160011004010004004003006004005007004003006004003007005007010006008225198177253223200254224201254224201254226204253229208254231209254230209252229209251229209249228208236212193101075065043026022014009011033022021085065058089069059089068060092070060095071061093071061091069059090068059091069058091070058091069058092070058092070058092070058092070058092070058092069058092069058092069058092069058093069058093069058093069059093069058093069059093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093070058092069058092069056017011010005002002005005006184183184250249251252252252252253253253253253253253253253254254253254254254254255254255255254255255255255255255255255255255255255255255255255255255255255255255255226227234099097117050047059001000001000000000003005003031028030212212215247247247249249250119118120011010010012012012010009010010009012074074079241241241250249250252252254254255255254255255254255255254254255255255255255255255255255255255255255255255255254254255255255255255255255255255255255255255255255255255255255243244243132130132001001002000002000008008008201175155251226199253227202253228203253227202254227201254226201254226201254226201254226201254226202254227202254227202253227203253227203253227203254226203254226203254226203254226203255226203255225203255225203255225203255225203255225203255225203255225203254226203254226203254226203254226203254226203254226203254226203254226203254226203254227203254227203254227203253227203253226203253226203253226203253226203253226203253227204252227204251228205250225202247218195209178159020013012013009009011005007008005004009005005011007006028019017245218195252224199253225200253225202253229207252232211253232209253229207248222202246225203195168151046030022020016012016012013055042037088069061089070060089070060090069060092069060094071061092070060089069058089068058090068058091069058091070058092070058092070058092070058092069058092069058092069058092069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058093069058093069058093069057093069058092070058092069057060045038006006006006004005148148149250250250252252253252252253253253253253253254253253254253254254253254254254254255254255255255255255255255255255255255255255255255255255255255255255255255255255255251252255116117136088085104005003005001000000002001002009009011045045046132136132018016018013012012013014012017016017024025028179178178248246247251249252252252254253254255255255255255255255255255255255255255255255255255255255255255255255255255254254255254254255255255255255255255255255255255255255255255255255255255255255255224221221003003001001000000003004005068059049249224197253227201253228203254227202253227201253226201254226201254226201254226202254226202254227202254227202254227202253227202254226202254226202254226202254226202254226202255226202255225202255225202255225202255225202255225202255225202255225202255225202254226202254226202254226202254226202254226202254226202254226202254226202254226203254226203254226203254226203254226203254226202253226203253226203253226203253227203253228204253230206252229205251225199246217191227198176123099085054035032036020016043029023116097084233209183254227201253225200253227202253229205252230207252232210252226204214188170210184166086070063024018014018016012049039033080064057086068060089070061089071061090070061089069060090069060091069059090069058088068057089068058089068058090069058091070058091070058092070058092069057092069057092069057092069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058093069058093069058093069058093069057093069057092070057086066054016012010003003002059059062249250250252252253252253253253253254253253254253253254253254254253254254254254255254254255254255255255255255255255255255255255255255255255255255255255255255255255255255255252251255159161177100096118048043050000000000002001001003004005003005004006008008010010009015014014018018019036037040230229229249248249251250251252252254254254255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255255255255255255255255255255255255255255255255255255255255255247246247030028026002001000002003001013012010236214190252225199253228202253227202253227202254226201254226201253226201254226202254227202254227202254227202254227202254226202254226202254226202254226202254226202255225202255225202255225202255225202255225202255224201255224201255225201255225201255225201255225201254225201254226202254226202254226202254226202254226202254226202254226202255226202255226202254226202254226202254226202254226202253226202253226202254227202253228203253230205253230206252228202249223196249222196249222197247223196246221194248225200251231205253229203254228201253227201254228204252230206252230206252228205234208182200171154034026023012012012009010004061050043086067058084067060088070061091071061091071062091071061086068058087067056089067057088067056089067059089068058089069057090069057091070057091070057092069057092069057092069057092069057093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092069058093069058092069058092069057092070057092070057042032026003005003006007008202200202251252252252253252253253254253254254253254254253254254254254254254254255254254255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255252251255204205220098099122088089106018016019001002002001004002004005005004008008009009012015012015078075078236235235253253253253252253253253254254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254254255253253255247248248100095099002001001001002000006006007192170149243218191253227202253226202253226202253226201253226202254226202254226202254227202254227202254227202254227202254226202254226202254226201255226201255225201255225201255225201255225201255224201255224201255224200255224200255224200255224201255224201255224201255225201255225201255225201255225201255225201255226202255226202255226202255226202255226202255226202254226202254226202254225201253226200253226201253227201253228201253228203253229204253227202251224198251224198251224199251224199251226201252228203254230204254229203253228202253227202253228202252227202249224198225194168151120104012007005008009006012010008058048042085066057085066058086068062088070061089070061090070061088068059078062052065052043068052043073057046081063053079064053085066054091069057092069057092069057092069057092069057092069057092069057093069058093069058093069058093069058093069058093069058093069058093069058093069059093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069057093069057092069057092069058092069057092069057070055046010006006002004003069068071241241239252253253253254253253254254253254254254254255254254255254254255254254255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255251250255223226241099104127091093111086087104026026032004006007006008009007009012041041044233233231255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255253254255252253254248248248166163164013012010002001000004004003104089074241216189250224199252226203252226202252226202253226202253226202254227203254227203254227203254227202254227202254227202254226201255226201255225201255225201255225200255224200255224200255224200255223199255223199255223199255223199255223199255223199255223199255224199255224200255224200255225200255225200255225201255225201255225201255226201255226202255226202254226202254226201254225201253224198253226200254227201253228201253228202253228202253227201251224198251225199252225200252226200252226201253228203254229203253228203253228202251228202251226201242216188099076061021008007006002001010007004020012010082062055089071063084066056082063055079062054075060049066052043051039033032025020014011007007007004005005003003005003001005002011014012086067055091069057091070057092069057092069057092069057092069057093069057093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093070058092070058093069057093069057092069057092069057090070057087066055023017015003003002016015018212212211251252251252253253254254254254254255254255255254255255254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255216218236233232250111118142090094115087091112064073086011012014010012014077081086245245246253253254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255250251252222224224073069068006003002002002000022019014177149130246221196251225202251225202251226203252226203253226203253227204254228204254227203254227202254227202255227201255226201255226200255225200255225200255224199255224199255223199255223198255222198255222198255222197255221197255221197255221197255222197255222198255223198255223198255223199255224199255224200255225200255225201255225201255226201255226202254226201254225200253222196249215188253226200253227201253228201253227201253228202253227200252226199252226200253226201253226201253227201253227202253228202253228202253227202252226201245220193035022017004000000004000000004001000005001000012005006016010009013009006012007003011006003006004001005003001005002001004002002004004001008006002006007001004005001003004002007008005077060049089069056090069057091069057092069057092069057092069057092069057093069057093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069057092069057092069057091069057090070057090069056046034029006004005008007009152148150249250250254254254253254254254255255254255255254255255254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255132140162221226246125137159073082098022023027015015014015014017135135137248249249252251252253252253254253255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255253253254245247248173171173014010008003001000005005003074060051203176155250225201251225204252226205252227204253228205253228205254228204254227202255227202255227201255227201255226200255225200255225199255224199255224199255223198255222198255222197255221197255221196255220196255220196255220196255220196255220196255221196255221197255222197255222198255223198255224199255224199255224200255224199255224199255224199254224198254222196240200174246212184252226200253228202253227201253227200253227202253227201253227201253227201253227201253227201254227201254227201253227202254227202253227201252227201140110095007001000001000000003000000003000000003000000003000000001000000001001000002001000003002000002001000002001000002002000001001000003002000005003001005004001017013008056043033087067056088067055089068056090069057091069057092069057092069057092069057092069057092069057093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092069058092069057092069057091070057090070056090069056058043036009006006007005006100096097244245244253254254254254253254254254254255255254255255254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255072083107170188212032035046005005007008007008014012016172173173249250249253251253253253253254252254254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255253253255251251253230232232059054054006003001003002000006007005092077064246221198250226204251227206252228206252228205253228205254228204255227202255227202255227201255226200255226200255225199255224199255224198255223198255222197255221196255221196255220196255220195255219195255219195255219194255219194255219195255220195255220196255221196255222197255222197255223198255223198255223199255222197255220195254220194253220193237194168224181157251220194252225200253227202253225199252225198253227201254227201253227201253227201253227202254227201254227201254227201254227202254227202253226201252226199229198171039017014009002002007000000007000000006000000006000000005000000007002001006002001003003001006002001006004001003002000003002000008006002038027021079057049090067057090067057087068056086067056088068056090069057091069057091069057092069057092069057092069057092069057093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069057092069057091069057091069057090069057089069054059043036010006006006004003057054056230231230253254254254255254254255255254255255254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255010012019002006011003004006005005009023023026196195194249249249252252253253252253254252254254253254255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254254255253254255246248249181178178014010008005002001003002000011011010184160141248225202251227206252228206252228205253228205254228204254227202255227201255226200255226199255225199255225198255224198255223197255222196255221196255221195255220195255219194255219194255218193254218193254218193254218193254218193254219194254219194254220195255221195255222196255222197255222198255223198255223197254217191238194168208159137235192167251217193251219193252224198252226200252222196253221195254226200254227201254227202253227202254227202254227201254227201254227201254227202253226202252226201252225199250222196234205182155131112129106090159138125149130117150130117152133122145128117140116106148113101043024021003002000006004000063045038089066058088066057089066058090068059091069060088067057086066056088067056090068056091069057092069057092070057092069057092069057092069057092069058092069058092069058092069058092069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058092069058092069057091069057091068056090068056088067055071054043009007008004002001033030030194193193252252254254255255254255255254255255254255255254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255002002002004004007005007011072070073235236234253255254254255255253253254254252254254253254254253254255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254254255254254255250251253234235234073067064010007006004002000003003002050041032242217193250227204252228205252227205252227204253227203254227202255226201255226200255225199255225198255224198255223197255223196255222195255221195255220194255219193255219193255218193254218192254217192254217192254218192254218192254218192254219193254219193255220194255220195255221195255222196255222197255221196241196170212165140244205179253217195252219194251218194252223198253225201252222196254221196253225200254226202254227202254227202254227202254227202254226201254226202254226202253226202253226202252225201251224199250222198247222198245222198242219198237216197233210192229205187226201184154129115011007005002002001019016012080059051087064056089065058089065058091067059094070061098073064097072064090068058089067057091068057092069057092069057092069057092070057092069057092069057092069058092069058092069058092069058092069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069057092069057092069057090068056088066054084063049030021017008005002024021022158152157249250251253254255254255255254255255254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255005006008021023023108102101224219214255255254255255255255255255255254255254253255254252254254253254255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254254255253254255246245246204200197023015012005002000001000000005006005162136118245220198251227205251227206253227205254227203254226202255226201255226199255225198255225198255224197255223196255222195255221194255220193255219193255218192254218192254217192254217192254217191254217191254217191254217191254218192254218192254219192254219193255219194255220194255220195255221195253217192249211183251217192253221196252220196251219194251214190252224200253225203253224201254223199255224201254225202254226202254226202254226202254226202254226202254226202254226202254226203253226203253226202252225201250225200248225202247225203246226204242220199234208188211188169076064056003003003008006003062046039090064057090065056090066057092067059092067059092067060093068060096070062099073065094070061091068058091069058092069057092070058092070058092070058092070058092069057092069058092069058092069058092069058092069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069057092069057092069057091068056089067054086063050063046033007006004027022024159156159238237237253254255255255255255255255254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255080077071214214202250250244255255253255255255255255255255255255255255255255255255255254255254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255253253255251251252242243242089079075013008007002001000003002001028023016211184163248224203250226205251227204252227203253226202254226200255225199255225198255225198255224197255223195255222194255220193255219192254219192254218191254217191254217191254217191254217190254216190254217190254217191254217191254217191254218192255218192255219193255219193255219194255219193255218192253222196252223196253220194250220192245200176245201179252225203253226204253224202255224202255225202255225202254225202254226203254226203254226202254226202254226202254226202254226203254226203253226202253225202251226201250224201247226205244226207223203184086075065009006006001003003044033027091067059091067058092066058092067058094068059095068060093067059092067060093068060094069060095070060093069059091068059092069058092069057093069058093070058092070058092070058092070058092069058092069058092069058092069058092069058093069058093069058093069058093069058093069058093069058093069058093069058093069058093069057092069057091068056090067054088065052068051041010006004017016017163161163236235235252253254254255255255255255255255255255255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255253255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255253253255253253254249250251224223220034023021004000000002000000002002002087068058240218198249225203251227205252228203252227202254226200254226199255225198255225197255224196255223194255221193255220192254219191254218191254218191254217190254217190254216190254216190254216190254216190254217190254217190254217190254217191255218191255218192255218192255218192255217191255218192253220193252220191253215187241181158229160141254221198252226204253226204254225203254224202254225202254225202254225203254226203254226203254226202254226202254226203254226203253226203253226203253226202253226202251225199247221196235213190139120104010008004003004005024018017086063055091066057091066058092066058093067058094067059094067059094067059093068059094068060094068060094068059094068059093068059093068059093068058093069058093069058093070058093070058093070058092070058092070058092069057092069057092069057092069058093069058093069058093069058093069058093068058093068058093069058093069058092068058092068058091069056090067055089066053074056045011009006014013016165161164237236234253253255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255254255255254255255254255255255255255255255255255255255254255254253255253253255250250252240236238172162158019010010003000000001000000005004003124106095210186171251227205252227203253227203253227201253226198254225198255226198255226197254223194254221192254220191254219191254218190254217190254217189254217189254216189254216189254216189254216188254216189254217189254217189254217190254217190255218191255218191255218192255218192254217190252206178246187159235165144238172151254215192255224203253225203253224202254224203254224203254225203254225203254226204254226203253225203253225203253225203254225203253226203253225202253226204254226203242213188186161141118096084018013011006006005006004002070053044090067057091066056091066056091066057092066057093066058093067058093067059093067059094068060094068060094068060094068060094068060094068059094068059094068059095069059095069059094070059094070059093070058093070058093070058092070057092069057092069058092069058093069058093069058093069058093069058093068058093068058093068058093069058093068057092069057091068056088065053074056047017014014010011012157150154237235235254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255254255255253255255254255255254255255254255255255255255255255255254255254253255252251254250249252155153153052048045018013012000000000000000000002001000007007006103092084241220201251225203252227203253227202253226200253226198254225199255226198255224195254221192254220191254219190254218189254218189254217189254217188254216188254216188254215188254215188254215188254216188254216188254216189254217189255218190255218191254218192254219192254220192250191162243176148251199172255219194255224198254225199253222198253222199254224202254225203254226204253226204253226204253226203252225203252225203252224202252225203252225202252224203253222198211181158206171151058043035008007006005006005011009006078058047089066055090067056090066057091066057092067057092067058093067058093067058093068059094068059094068059094068059094068059094068060095068059095068059095069059096069060096070060096070059095070059094070059094070059094070058093069058093069057092069057092069058092069058093069058093069058093069058093069058093068057093068058094069058095071059094070058091068056088065053075057047017013012006008006122115118224222220254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255253255255253255255253255255253255255253255255253255255254255255254255253253255251250253230229231126126123012013012004003002002004000000000000001000000002000000004004002016017014216199180243221198250229203251228203253227201253226198253226198253225198254223195253222193254220191254219190254218189254218189254217188254217187254216187254216187254215186255215186255215186255215186254215187254216188254217188254217189255218190255219191255219192255219193254218191255219193255222196255223197255224198254219193247189166249205182253224203253225204253226204253226204253226204252225203251225203251224202251224202251224201250223199246214192232198173172143125009006005006005005008006004035027019082061051088066054089067055090067056091067057091067057092067057092067058093067058094067058094068059094068059094068059094068059095068059095068059095068059095068059096069059097069059097070060096070060096070059095070059095070059094070058094069058093070057093069057093069058093069058093069058093069058093069058093068058093068058094068058095071059097072060093069057088065055085064052022017015006008007076079082211207205254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255253255255252254255252255255252255255253255254252254252249253204203203057056053009009008007009005005005002004004001002002000009005001008006003004003001005005002005006004035034027219202181246224200250227202251227201252226199251225198252225197253223195253222193253220191253219190254218189254218188254217188254216187255216186254216185254215185254215184254215184254215184254215185254216186254217187254217188254218190255219191255219192255219193255220194255222195255223196255224197255215190244178162240179160250206183252220198252224203252226204252226204252225203251224203250224202250224202250223201248220198241208187213174154057039032008005005005006005009006003061046036089067056089068056089067056090067056091067056091067057092067057092067058093068058094068058094068059094068059095068059095068059095068059095068059095068059095068059095068059095068059095069059096069059096069059096069059095070059095070059094070058094070058093069058093069058093069058092069058093069058093069058093068058093068058093068058093069058094070058093068056088065053088065052036026023007010011078082088206205201254253255254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255253255255252253255251252254250252243240239175170169065059059016012009008010005006007004005006002003006003008008004040033026081067056072058047003003001004005002004004002005007004042041032235216193248226200250226199251226200251225199252225198253224196253222194253220192253219190253218189253218188254217187254216186255216186254215185254215185254215185254214184254214184254215185254216186254216187254217188254218189255219190255219192255220193255221194255222195255222194254211188242172157243174159249209189251220199252222200252224203252225203252225203250224203249222201247221200246220199246218197231200180078057050017010010011011008009008004023017011083063052090069058091069057090068057090068057090068057091068057091068057092068057093068058093068058094068058094068059095068059095068059095068059095068059095068059095068059094068059094068059094068058094068058095068058095068058095069060096070060096070059095070059094070058094069058093069058093069058093069058093069058093069058093068058093068058093068058093069058093068057091066055088065053039028024006008010110113113202201199253252253255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255253255251248248215206205121110112037029031011008006006005004004005001002004000006006003020017011062053044083065054082067057082066057081066056044035029004005001004003001004004002006006004060053044244222198248225199250226198250225199251224198252223196252221194251220193252219191252218190253217188253217187254217186254216185254216185254216185254215185254215184254216184254216185254216185254217187254217188254218189255219190255219192255220193255221194255221194254206183241168155242170155249204185251224204251225203251224203252225204252225204251224203249222202248219199245219199245223202138113103017009006011010006010007006006005001038029021089067056090069057090069057090069057091069057091068057091068057091068057091068057092068058093068058094068058094068059095068059095068059095068059095068059095068059095068059095068059094068059094068059093068059094068058096068058098070061100073064096069059095069058095069058094070058094069058093069058093069058093069058093069058093069058092068058092068058093069059093068058091067056085065052031024022007008007158162157226227223251251251254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255252250250194187190088078081022016017007005006003003003004003003003004001006006001018015009063050040085067057085068058085068058084068059084068059083066058082066057046036031003004002003004002004004002012010007075062051245222197247223197249223196249222196250221195251220193251220193252219193252219191253217189253217188253217187254217186254216186254216185254216185253217185254217185254217186254217186254217187254218188255219189255219191255219192255220193255220192250195175240165154238167154250197182250222202250225205250226206251226205251226205251226206250224203247221200245219198217193173029019018003003002007003002008007004013007005060046038090069059092069058091069058091069058091069058091069058091069057091068057091068058092068058092068058093068058094068058094068059095068059095068059095068059095068059095068059095068059095068059095068059094068059094068059095068058101074062142115110125099093097069060093067057093067057094069058093069058093069058093069058093069058093069058093068058093068058092068058093068059088067055052038032015016016013011011177178172249249247253252253255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255242242241134127130038031033015011012004004004003002003004004004003004003009008008029022017060045037082061053086067057087069059088069060089069060089069060090069061087068060086067059087066060051040035004004002002002000005003001017011008059042033223197172247219193249220195249221196250221196251221195252220194252219192253218189252218188253218187254217187253217186253217185253217185253218186253218186253218186254218186254218186254218188254219189255220192255221193254220192247193170237160148236164153249197185250218200251222202250225205251226206252227207251226207252225205247220197203178160066054049008005005000003001003003002008005003044032027087064058092069060092069059092069059092069058092069058092069058091069058092069058092069058092069058092069058093069058093068058094068058094068059094068059095068059095068059095068059095068059095068059095068059095068059095068059096067059107080071142113106131103095110083073099071062093067057092066056093067057093068058093068058093068057093068058092068058092068058091069058091069058088066056021020014024021016040042041230232224252253251254253253255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254253238237237139130134050038043012008009005001002003001001002001001003003004012011009047037034074056051082061055088066059091068059091070061091070061091070061091070061091070062092070062090069062089067061088066060088067060034023018002001000003001000006002001013007006049034028182152132247217192248220196250221196250221196250221195251220193252218189252218188252218188254217187253217186252218185252218186253219187253220188252220188253219187253219187254219189254220191254221193254221194249203179225155141242172160253201190253215202253218202251221202252223204251225206250225204247220199218188169130105095024021019004007005002003002004003000008005003061043038091067058094068060093069060093069059093069059093069059092069058092069058092069058092069058092069058092069058092069058093069058093069058094069059094068059094069059095068059095069059095068059095069059095069059095069059095069060096069060100073066166138134116088081101074064099072062099071062096069060095068058093067057093067058092068058092068058092068057091068058090068059090068059090068058030029026011012012181182178239241237252252251254255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255254253254248244243190185187099092099029022026006003003004003004003001002004004005011009010037030031067055054082061057087064057091067061092069061092070061092070062092070062092070062091070062091070062091070062091068062090067061090067060089067059089065057020012009003000000002001000006002000014008006042030023163137118245217192249219195249221195249220194250219192251218190251218189251218188253217188253218188252218188253219188253220189253221190253221190254220190254220191254220192254222193253222196253215191219160141234173157248200188255212200248209195233193176214172153200160144194160142176146129133111095070057049013013010004005002004004001003003001013009007058042037086064057091066058093067060094068060093069059093069059093069059093069059092069059092069058092069058092069058093069058093069058093069058093069058093069059094069059094069059094069059095069059095069059095069059095069059095069059095069059095069060097070062102075066098071063098070062097070061097070061098070060096069059095068058093068058092068057092067057091068057090068058089068058089068058082064055014016012044046043250253252253254253255254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255250249249208205206058055060005003003003000002003000002005003005015011013038032036062050054084066065089069066088068064091068061093069061094069061093069062092070062092070062091070062090069061090069061089068061089068060090067061090067061090067059090067060089066059030020018003000000003001000005001000008002003016009008053040031146126110230201177247217191249217191249217190250217189250218190251218190252219191252219191252220191252221193252222194253222194254221193254221193254221194253221195252222195164125105048030023021013008018007005024011008029017011026021013017015009011009005008004001003001000001000000004001001004002002004003001006005003027020017075057050088066057091066058091065059093066060093067059094068059093069059093069059093069059093069059093069059093069059093069059093069059093069058093069058093069059093069059093069059094069059094069059094069059095068059095068059095068059095068059095068059095069060096069060096069060096070060096069060095068059094068059095068058094068059093068058092068057091067057091068057092068057090068057089069058089068057033028023016017014218221217253254255254255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255252252253115108121030029034000000000000000000002000001003001003008004006010005009012007011039029033074060059090073068093070064093068060092067060092068061092069061091069061091069062091069062090069061089067060089067059090067060091067060091067061091067060091066060090067059044031027004001001003000000005000000005001000004002000005001002014009006126104088205177153228198174242213187250219192249218192251218192251217191251217193251217194251216194251216193251217193251220193246214189219183160054038030009003002009007005008006003008005000006006002005005003004003001005002000000000000000000000001000000000000000000001000004003002018012010067051043090067058092067059091067059092066059092066059093067059093067059093068059093068060093068060093069059093069059093069059093069059093069059093069059093069059093069059093069059093069059093069059093069059094069059094069059094068059094068059095068059095068059095068059095068060095069060096069061096069060095069060093068059093067058093066058092067058092067057092068058092068058092068058092068058090069058089068058064052043012016012092095091251253252254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254252254239241243131126131026018021007004007005001003002001002001000001000001001000000001000000000001000002004001004013009010026020019043031028059043039077057050089067059092067061091068063091068063090067062090067061090067061092067060092067060092067060091067059091066058089067059071054047012006005004000000002000000005000000006002001005000000005001001008005004007003003018015012048042034100086074147121104160126108160124109157119108157119107150116103112087077046037031012005004004000000004003001008005003008006001008005002011007004031024022064052048083064061032022021001000000000000000002001000006002000036021013070052042087066056093069058092068058092067058092066059092066059092067059093067059093067059094068060094068060094068060094068059094068059093068059093068059093068059093069059093069059093069059093069059093069059093069059093069059093069059093069059094068059094068059094068059094068059094068059094068059095069060097070060097070061096069060094069061095070061104076068101074064094069059093068058093069058092070058091070058091069058078063051009011008035035031243246243253254254254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254254255254253254253252253250251250231230231150145145060050051016013014007004007005001005002000003001000001000000001000000001000000000000000000000000002000000002004004004008006005023017016057040036081060053088066058091067060092067060093068059092068060092067059092067059090066058089064058088066059090069064068051048010005004002000000002000000004001000006002001006004002003002001001002001000000001002000002002001003002001001002003003002002001002000000002000000002000002002000001001000000002000000004002000008004002009005002027018016083063062090069068087068067087066066063050049001001000000000000003001000005002002056035026084061047090067054090068057092068057092067058092067058092067059093067059094067059094067059095067059095068059094068059094068059094068059094068059093068059093068059093069059093069059092069059092069059092069059093069059093069059093069059093068059093068059093068059093068058094068059094068059094068059095069060097070060098071061098071063106080071136109097145116104137109096095071061092069058093070058092071058091070058076060050011013009019019018206209205251252253254255255255255255255255255255255255254254255251252254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254254255254253254253252254253252253252251252250250250246246245227224222186180176128122119077070070033027027007005005002000002000000000000000000000000000000000000000000000000000000000000000000000000002001001005001002008003003014008006038027022074054045088065056090068058090067058088066057086066060090069066095075070091074069058043041022015014008005004007004003005003004006003004005003002004003002002001001002001001002001001002001002002001001000000000000000000000000000000000000000000000001000000004002002013008006057042041086066066089067067088068069087067067087067067084068067052041038003004002005002001005003002003002002007003003033023020082062052091067057092067058092067058093067059093067059095067059095068060095068059096068059095068059095068059094068059094068059093068059093068059092068059092069059092069060092069059092069059092069059093069059093069059093068058093068058093068058093068058093068058093068059093069059095069060098070060113086076135110097145118105149121107149119106138108096101076065091069058092069058092070059068053044010011008016018015186184181243244242253255255255255255255255255255255255255255255254254255250250253255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254254255254254255253253254253253254252252253252252253253251253253251253252250252250250251247245246233227228213201199168157158064058061010010013000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000005002002013011009042033030074058054082067062086072066087073068086072069090073068093076070080065062045034031019012012008004005007003003007004005006004004005003003003002002003001002000000000000000000000000000003001002006002004015008009050035035086064066088066068088067067088068067088068068087068068088069068088069068086069068078066064024019019008006004004003001003002000005003003008006006034027023081060052093067059093067059095068059096068060096068060096068060097068060096068059095068059094068059094068059093068059093068059093068059092069059092069059092069060092069060092070060093069059093069059093068058092068058093068058093068058093069058093069059094069059095070059105077067145117104149121107149122107149121107148118105125096083104078067093070060092069059066052045012010009008008006143145144244244242253253253254255255255255255255255255255255255255255255254254255254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254254255254254255253254254253253254253253254253252254253252254253252253253252254254254255255255255255255255249249249234230231225222220218216214202198196164163158080079077016013013002000002001000001003000002002000000001000001000000000000000000000000000000000000000002000000000000002002002005005005008008008009009009013010012019015016026023023034030030039036035044040039046040039044038038041035034034029029024019022012008009005004003008006006014010012026020025038031035050040044057044047072055057081062062082064067083065067085067068086068069085069069084068068084070068084070068077065065058049049042036036026021021007007005001001000000001000002001001005005005012011011040032030081061053094067058097067059097068060096069059096069060096068059095068059094068059094068059093068059093069060093069059092069060092068060092069060093070060093070060093069060092069059092069058092069058092069058092069058093069058093069059093070059094070059116088076147119105150120107149120106147119105127099087105079067101075063095071059064049044014014013012012012061062067217216217253253254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254254255254254254254253254253253254253253254254253254254253254254253254255254255255255255255255255255255255255255255255254255255254255251251252246246247239239239239239238237237236228228229187188186111113113076076079052054051046045044020020020007006008003002003002001002003002003003002004003002004004003004003003003003004004004005004006007006009007006008008006008008006009009008009008007008007004006006004003004001000001000001001000002002000007006005011007007013011010015013012017013013016013013015012011014010009012008008011008009013010013011008011011008012012009012012010012011008011009006009008006008005003004004003003002002003002001002003002002004003004004005006006007008014012012037026025063046041088065055094067058093067058093068058093067058092068058092068059092069060091070060091069059092069059092069060092070060092070060092069059092069058092069058091069058091069058092069058092070058093070059093070059094071060102078068146119105148120105146118104121095081101076063100074061099074060060045039013013013011012015110116122229229226253252253255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254254255254254255254254255254254254254253254254253254254254254254254254255254255255255255255255255255255255255255255255254255255254254253253254253253254253252253253253254253253254254254255255255255255255255255255255253255254242242244199199199147146145106107106073074074057058058052052051045043041031031030020021020011010012006005006005004005005004005006006006007006006007007006007007007007006005008006005006003002008002002009003004012005005014008008016010010018012013018013014020014017022016018025020023030025027037030032044038040048043045055050052062058060067063064072069071077075077091090092104104105113114115109110111099100100076074076043041044025023023014012014004004006003003005004003005005006007014013011044032027075054047083061051087064054089066057090067057090068057090068058091069059091069060091069059091069059091068058067052044085065053091069058091069058091070058092070058092070058092070059092071059093071059094071060120094082128103089108083070097073061097072062094070058041030026010009009011009014140141147246247247254253254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254254255254254255254254255254254255254254255254254255255254255255254255255255255255255255255255255254255255254254255254254255254254255254254255254253254254254255254255255255255255255255255255255255255255255255255255255255255255255255255255255254255255252254253249249249247248247247249249243245244236236237229228228224223223220221220219220221220222223220222224221224225219221223217219220217218220213213215211210213214211214221216220230224227237232235241236238245239241247241243249245247250244246252247249253249250255252253255253254255254255255253255255254254255255255255255255255255255255255255255255255255255255255255255255255255255255254245244245189185184105101101050048049014017018005006009007007008008008010009008012013011010023017014038029022038032025032025017038031024051043036061045039050036031026021017009009007004005004037031024090069057091070057091070058092070058092070058092071058092071059092071059092071060097075063096073061094071058094071058073054045020012010010008007013011014163164167247248247253253253255254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254254255254254255254254255254254255254254255255254255255255255254255255255255255255255255255254255254254255254254255254254255254254255254254255254254255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254254255253253254253254255253253255254254255255255255255255255255255255255255255255255255255255255254254255254253255254253255255253255254253255255253255255253255255253255255253255255253255255252255255251255255251255255251254255251253255251253255251253255251253255252253255252254255253254255254254255254255255255255255255255255255255255255255255255255255255255255255255255254255254253254252252253250251250236237235217217215192193190140141138070068068025025025013012013008006008007006009007007006006005003005003001002004003002004002003005003001004001001004001006006004067053042091070057091070057091070058092070057092070057092070058092071058092070059092071060094072061094071060092068055049034028012006006008005008025021025191190191250250251253253254253253254255254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254254255254254255254254255254255255254255255255255255255255255255255255255255255255255255254254255254254255254254255254254255254254255254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255254255255254255255254255255255255255254255255254255255253255255253255255253255255253255255252254255252254255252254255252254255252254255253255255253255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255254254255254254255253253254252253253250251251243245244234236234230232229229229224221222214212210205184174169081072068010010006004005002005006001006006002015013009055043034086067055091071057091070057091070057091070057091070057092070057092070057092070058092071059091069058089068057068050042019011009007004004012006009077065069226223222252250251254253255255254255254254255255254255255254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255254254255254254255254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255254255255254255255254255255254255255254255255254255255254255255253255255253255255253255255253254255253254255253254255253255255254255255254255255254255255255255255255255255255255255255255255255255255254255255255255255255255255255255255255255255255255254255255254254255254254255254253254252253252250251250248249248244243244242236235195190190035031031009007005008007004008007004010008004052039031090069057093070058092071057092070056092070057091070056091070057091070056091070057092070057092070058092070058089068057042030024010005005008003003006002005129118121242241240253252253254254254255255255255255255255254255255254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255255255255254255255255255255254255255254255255254255255254255255254255255254255255254255255254255255253255255253255255254255255254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255255255255255255255255255255255255254255255252253254249250252248250251240240240151151149027022022014008009012006005009007004007006002017014010083063055095071061094071060093071058092070057092070056091070056091070056091070056091070057091071057091069056091069056074055045029019016011006006008005004013009012102093101238237238254252254255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255254255255254255255254255255254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255255255255255255255255255255253255254245247245154152154046040044015007013010005007010003003012007005010006005029021018073056052089068061092069061092070060092070059092070057091070057090069056091070055090070056091069055093070056089069055063047038018011010008004004007003004009004005057056061195191192243240240254253254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255254255255254255255254255255255255255254255254155149150015007012008003006004001004004000003008004004021008009081053056091067063093067063091068062090069061091070059091069058091070058092069056090068054090068055079060047047033027021013010015007006010003004006002004007001003017012013139136137234235235250250250255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255254255255254255255254255255255255255252253253174170171012007012003001005003000002002000000003000001030013018053028032069045045078055053077054050076054049077055048070048041049034026022013009012007003011006002011006004009004003010004003008004004010003004078068068199193190234234230252253252255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255254255255254255255254255255254255255254255255254255255248247249168151158034022026003000002002000002002000001001000000000000000000000000000000000002000000001000000002000000004000000003000000003000000006002000007003000011008005010006007009004005052047048224219215249248247252252252254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255254255255254255255254255255254255255254255255254255255254255255254255255254255255253253253236233236209199202120109107020013013005001003006000004006000003003000001002000001003001001001000000002000000002000000005000000006000000006001000008005003020016014091087087195194195233233231249249249253253253253254254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255254255255254255255254255255254255255254255255254255255254255255254255255254255255254255255254254255252251252249248248247247246245244242235234231205204201160160158118118115093091090089088086083082081082081082100101103149149150201201205236236238245245246241244245243243242247248248251252251252253252252254253253254254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255254255255254255255254255255254255255254255255254255255254255255254255255254255255254255255254254254254254254252253254252252253252252253252252253253254254253255254252255255253255255253255255252255255252255255253254255251253255252252254253252255251252254252252252252253253252254253252254253253253253253254254254254255254255255255255255255255255255255255253251251252251252255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255254255255255255255254255255255255255254255255254255255254255255254254255254255254254255255254255255254255255254255255254255255254255255254255255253255255254255255254255255253254255252253255252253255252253255252253254253253253253253253253253253254253253254254254254254254254254254254253254253252254252249249200192194223219221249247249255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255254255255254255255254255255253254255253253255252252254252252254253253254252251252252251251251251251252252253250251251251250251249248247227227228133129135137132142251251252251251253253253254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255254255255253254255253253255252252253249250251245246246215218218197193195201198199199201203165168168067065067029030032053055058160161164250251252254253255254254255254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255253254255248247249222222221152155155092093094050051052019018019011010013008009012009007012010010014064066068227228227251251253254253254255253255255254255255255255255255255255255255255255255255255255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254254255253255255170169172063059062012007012009009012009011013010010013017018020025026029053056060196198197248249250253251253254252254252253253252251255253253254253254255254254255255254255255255255255255255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255254254255251250249237239238203207205211212214233234234245247247252254255252255255248249249252249250252250253254251255253251255249248250184183179099094097249248250253252254254253255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255254253255253252254254252253253251254253252254254252255255253255255255255254255255252253253253252252251250253250249253250248253138138140038035037074073077244243241251249251254253254254253255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255254252254254251255252251253252250252253251254254253255254253255253253254252250253240239239200201204134138141046045051015015018062062064226229224246243243248249249254253254255254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255245244244047039043066064064163164161183183184174173175149149152076074076027028028015016020013015017019016019112111115252251252252252253254254255255255255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254185185184039039039036036038030029032028027029032031035036035038048047047087087089177177177230230227245246246254253254254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255249249250203203201174174172177177176190188189208203206236236235250249248252251252254254255254255255254255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254255255254255255255255255255255255255255255253255254253254253252254253253254254253254255254254254254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254253254253252252255254255255254255255254255255255255255254255254253255254254255254254254254254254255254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254254254252252252253253254253253254254254255255254255254254255254254254254254254254254255254254255255255255255254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254254255254254255254254255254253254254253254254254254254254254254254255255254255255255255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255254254255254253254253253253253253254253254254254254254254254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255252252253252252253253253253253253253253253254254254255254255255254255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255255)) (pixelsize 1) (drawpix 0 0 179 179 big-stream) (exitonclick) ) ; Please leave this last line alone. You may add additional procedures above ; this line. (draw)