From 817fe542cb2b15b5a696987c609c034246ff2120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claes=20Hallstr=C3=B6m?= Date: Tue, 8 Aug 2023 22:37:05 +0200 Subject: [PATCH] Optionally create docker network for healthchecks/gatus --- host_vars/oci0.yaml | 2 + host_vars/oci1.yaml | 4 + main.yaml | 4 +- roles/gatus/files/compose.yaml | 10 - roles/gatus/tasks/main.yaml | 4 +- roles/gatus/templates/compose.yaml.j2 | 20 + roles/gatus/templates/config.yaml.j2 | 2 +- roles/healthchecks/templates/compose.yaml.j2 | 11 + vars/vault.yaml | 804 +++++++++---------- 9 files changed, 437 insertions(+), 424 deletions(-) create mode 100644 host_vars/oci0.yaml create mode 100644 host_vars/oci1.yaml delete mode 100644 roles/gatus/files/compose.yaml create mode 100644 roles/gatus/templates/compose.yaml.j2 diff --git a/host_vars/oci0.yaml b/host_vars/oci0.yaml new file mode 100644 index 00000000..7a4498f5 --- /dev/null +++ b/host_vars/oci0.yaml @@ -0,0 +1,2 @@ +--- +gatus_healthchecks_url: "http://{{ oci1_ip_tailscale }}" diff --git a/host_vars/oci1.yaml b/host_vars/oci1.yaml new file mode 100644 index 00000000..23bd9305 --- /dev/null +++ b/host_vars/oci1.yaml @@ -0,0 +1,4 @@ +--- +healthchecks_network: monitor +gatus_healthchecks_network: monitor +gatus_healthchecks_url: "http://healthchecks" diff --git a/main.yaml b/main.yaml index bd5c8921..0aef8be6 100644 --- a/main.yaml +++ b/main.yaml @@ -171,14 +171,14 @@ tags: never, init - role: tailscale tags: tailscale + - role: healthchecks + tags: healthchecks - role: gatus tags: gatus - role: glances tags: glances - role: dashdot tags: dashdot - - role: healthchecks - tags: healthchecks - name: Setup ampere hosts: ampere diff --git a/roles/gatus/files/compose.yaml b/roles/gatus/files/compose.yaml deleted file mode 100644 index 40d3cc23..00000000 --- a/roles/gatus/files/compose.yaml +++ /dev/null @@ -1,10 +0,0 @@ ---- -services: - gatus: - image: ghcr.io/twin/gatus:v5.5.1 - container_name: gatus - ports: - - 8080:8080 - volumes: - - ./config.yaml:/config/config.yaml - restart: unless-stopped diff --git a/roles/gatus/tasks/main.yaml b/roles/gatus/tasks/main.yaml index 32f1aabb..bfe8874c 100644 --- a/roles/gatus/tasks/main.yaml +++ b/roles/gatus/tasks/main.yaml @@ -8,8 +8,8 @@ - "{{ service_path }}" - name: Create compose file - ansible.builtin.copy: - src: "files/compose.yaml" + ansible.builtin.template: + src: "templates/compose.yaml.j2" dest: "{{ service_path }}/compose.yaml" mode: "0640" notify: "Recreate {{ service_name }}" diff --git a/roles/gatus/templates/compose.yaml.j2 b/roles/gatus/templates/compose.yaml.j2 new file mode 100644 index 00000000..472fe343 --- /dev/null +++ b/roles/gatus/templates/compose.yaml.j2 @@ -0,0 +1,20 @@ +--- +services: + gatus: + image: ghcr.io/twin/gatus:v5.5.1 + container_name: gatus +{% if gatus_healthchecks_network is defined %} + networks: + - {{ gatus_healthchecks_network }} +{% endif %} + ports: + - 8080:8080 + volumes: + - ./config.yaml:/config/config.yaml + restart: unless-stopped + +{% if gatus_healthchecks_network is defined %} +networks: + {{ gatus_healthchecks_network }}: + external: true +{% endif %} diff --git a/roles/gatus/templates/config.yaml.j2 b/roles/gatus/templates/config.yaml.j2 index 598915ce..5c2b0981 100644 --- a/roles/gatus/templates/config.yaml.j2 +++ b/roles/gatus/templates/config.yaml.j2 @@ -51,7 +51,7 @@ endpoints: {% endfor %} {% for endpoint in gatus_healthcheck_endpoints %} - name: {{ endpoint.name }} - url: "{{ endpoint.url }}" + url: "{{ gatus_healthchecks_url }}:8000/api/v3/checks/{{ endpoint.uuid }}" headers: X-Api-Key: {{ healthchecks_api_key }} interval: 15m diff --git a/roles/healthchecks/templates/compose.yaml.j2 b/roles/healthchecks/templates/compose.yaml.j2 index a1665268..e662619f 100644 --- a/roles/healthchecks/templates/compose.yaml.j2 +++ b/roles/healthchecks/templates/compose.yaml.j2 @@ -3,6 +3,10 @@ services: healthchecks: image: docker.io/healthchecks/healthchecks:v2.10 container_name: healthchecks +{% if healthchecks_network is defined %} + networks: + - {{ healthchecks_network }} +{% endif %} ports: - 8000:8000 environment: @@ -14,3 +18,10 @@ services: - ./data:/data - ./uwsgi.ini:/opt/healthchecks/docker/uwsgi.ini:ro restart: unless-stopped + +{% if healthchecks_network is defined %} +networks: + {{ healthchecks_network }}: + name: {{ healthchecks_network }} + driver: bridge +{% endif %} diff --git a/vars/vault.yaml b/vars/vault.yaml index 09ba4143..8f41811d 100644 --- a/vars/vault.yaml +++ b/vars/vault.yaml @@ -1,410 +1,396 @@ $ANSIBLE_VAULT;1.1;AES256 -33386137663638623836363466313264313463613932356435313538303861366336656366613933 -3137666436666637623531653161653366363163356131650a313837393131313563656362373838 -38623762323333303638323164386561396433616338353334363765383533663533346335636439 -6334616335393139650a666162353333663966356232633966303361616464386231343262333634 -31316561323563336561633437313133656663626639636561316266316532333337626566326135 -62636639613263316535663133336131313731333437336132623461333233653566353334313439 -34376132626333353762343234393632373064386339653263323739373537383165666563303430 -34613337353363323337643863633232383361386432663666393134396131653131343033656338 -63633035323065316338363263383831323233623136343230336535643836386163393266653132 -33343239636333336262646265393631396533333561363030363435613435363361303337643230 -35313732303035653133343362333638666366326330373530616537376261653962313631306263 -35653365313566323564623364313837303038303132666532303637383939663732633166353537 -66333061666336346531313931356162343838396363313963323666356363323832306637643537 -66393962383939396130323462646461323734633736313362653032663233316538353931386361 -36656132353766393736633731303235323365376132376463316163336366666665383966303136 -37643061386164613933376236316330666564616539633138346336626166356230346334313138 -62653566663931656237666634383833383831653565616237613164316232626334353938343565 -30643631363063626633616638363562373034393036316331373337663630343632326630653664 -39633137336162303630613161323263336538656334353734613164316535306538323961393635 -65623739616234366631386331666438336636393238663565613264306261383264393161376232 -32313464383966643538613135313135386337393731633933363662313738313464653165653539 -36336230316439663465363061633437303138386162333262303735343735636132393964626165 -64343632643031333363383730623437646539643938346431393639323737316338356265316139 -61646564326234306430326532313665613438613230363530636630323630373436633766376162 -30333331666434326661366637666230366535653066363934336562633038373061303861633631 -33353331336265613063326531343939646137386265336331313365663630646636623264396330 -64306362386665633236373033366264666365363938386564393064306430303261343234353762 -34363432393062336431623762613566316661323034643630326532353239643139323638623337 -36386164633066616162356439353736633230393962303534346666633832386263633438333933 -61633734396665343532343438333063366137343364626137306636323030343132616365663264 -64396262326465356234306431666130343662303330653464663230616534333336383166323830 -37373034333531306330313137346464376462636331323364333138383931353238366639336261 -38383664323734633733626335336336363432373733623030396666343161303263393333356162 -62373337623461353936653365303838623131393262636534363666376538663833326430663030 -34663836323236373134326138373462326464363733323261356137393564306530303663613362 -33616335613535373235666131396438356463386362333338623634646230316438363031386639 -39363831633738623734666435393631623736326332393964656562633634383839393837643663 -38343538663236363333333564396634326231376632373263316436303539326566623037333238 -39383735383131616465313566346537303232396663323962333238656261666135383433633230 -63386538643332346463366333616634646563616138353038613663306437396130656164623433 -38636437303136313538363439636236663266636461333534396463663861363538646533386465 -61383665653935333138396131376265336330666638356532396261303732316363333539346364 -65393837313136643932376465353136636163323530333638353135343336353465386164383835 -35303531306238623636663732626132633630366562376365633166383661613361373361323134 -63346232623832616261613137633765373862363061306635636662336363643531306439333231 -30366338343562656165336665643361656330653061363732636633343333666539393561363762 -36666335326466333665316233363666386634326238626464366634356636343361303461346434 -39636665623432383432313038303638363432353063353130653237313161363534323739343834 -33333034623235343563636161376636643135656262646563616637653032653661616237326432 -63393135616633376163343163373664376138346132353465653239663339353662363439636333 -30383062633230313331636135363235303766666233376439346536653731376161323561623965 -33376635663234356336396661613733353265616130393739303661633737363466326630633334 -39646466383035366464633234386531613232613337653839633233643439613638343135346238 -65663164656630353364323563376535363132376162343232656561393163626639366661633132 -32373633343763383531363535653365343035323463623961393035643764663634663933373465 -63346237393436313337313334383732316162373132366261653431613439366565643765636361 -35663461623439306537313838336435353435613632396234323161326237343236363262633732 -62613938316337306165373831646331393364396630653235656635303830643364313736633965 -64623839653233333637373963353936646231353363356634383333623736316634376261646162 -31656530656662366361326365643233666232323464653562356165393761663365393866386164 -38346633623661326533363762393965613764636264623138633837333334373533326635323162 -62626538663264336630636235396639653939613835326630643937336535633434633764356566 -64313638383662626534663332373463366435313738643833396234663665383138636331303433 -31656561306362393530373636306136376434363764663065313430313061663530303934646631 -61633936316233616233376633353564303637383834613235656237613134313164653938656363 -62376139393637393064616463616261376663386638323665303031343861366138376665623739 -62636162313534633261323833623961313539643434386632336563616339313565323031656163 -63303961376161313065653562333539346131363230386233393333623966346539323166303736 -37356666623935333034633235666339656632313233623736343231323339373564663930333330 -38306464353939323839383934383266626536316131646361623930313465663162336231323961 -66623732326461383864663461336466373439623965323536643631333361303631626436623637 -32313935656536663965636538386637666130396264376530343433386538396263616532393234 -36643536663934366430626564646336353765643863363136373834663737636462323530633161 -66663461343830383938393861356236303866373066643235356266623131376634663034393833 -34636264383538623136306162363434646531656232356535366133646137636431326634653234 -33636564313231303931313466653134343864366232373133383466306162353930396664376236 -32353336343538343032386637333530333065333637343233303361346461643631336661666434 -61643262333563393631393934393036656462306537323437396535366265613239386232626663 -39643937643330633231616537373034393662393466656332633435353333663832343937333461 -62633266316261326437393162346664303335363437623064323564373230333230626232623465 -35613737623666616536326163343630623235633734653938396163626265616538323630636637 -36623764336131383838613166326333623034306338373033393435643961383236326363636461 -61363433386461616634343738386362346334373232666131326433306164356266316164356334 -32306636666630353332623332613062383366303932356364616631303531653639383862626631 -35343134363563643763623039303366653235343231316430376166646534326430636264643937 -37396661323131393134303036373964343734306431366335643466663931666664356531306634 -62623865353732313762623532353963323066363832333865643737363730373564316566376533 -32626465666135616563633635656466626535643932336264666462396263656638383131373237 -63323736323135333534626161623232363538333131353738303637633063323330653337343932 -37363064306337616561616433666664663632643861343034633938393863386530306537346631 -33376233363333626462653837383132373334386432336235393164323666613032626436653065 -65636663616530366266616636303166343066353730643462646662303535663066386530303363 -33613562623362363533346464366537623463303134376461616238373734303236346262646130 -38326133386431326131316335633433326530323433376438396663313137306633643537306463 -37353261346163653233633136653237333331653935376437666664303037613331653435333535 -35323636313564383263373532356132316233326265323365303666373163323838646134616238 -37323131346461616661396265633835303639666462643438336337663631303162373535393131 -36663661383735333939663138396366306263323432646436336433633365383064643134613534 -31616665633632393238393635646665346363616665643131343735663330353433353639383464 -39623062643230343131323833393338323732616530333961313532363133303237613637363037 -30366232303738613435663637353437636634396432366633616430623234623231373462336465 -36323234643263386466643662363131636162313231313031616432663533313765613836613238 -61333737306432313532643966613162323834306665383531323030343563333463663438343462 -39663133336134383233623531313033643834373665396131306630333231666163633937633334 -63663137653461393864663232346431343065343866646335663336363365306163643333376562 -62356431393563386538316236633564663338383464356137363837353132313734663334383437 -32343265613962643134353733636364323731366366333639333336363138346566653630306533 -30386562386536643934663664353935373139333163333539313939303937376261653665636630 -39356362383263643538636563383535303831396333333166666538646234613734393066363531 -36633132633039626165353236333262613635613433656330316139313263356132623263356462 -66616661646334666262313230386534613964323334643830663536613634666435623162623665 -32666664303833303562333831356537613538336666353864646631653838393566313266633238 -62323032373834613762303764316162353132386564626439663336636435363231663131386131 -61663562323064323635623134666637623063633631663062653364323238323534616435663731 -64646166656461623933393433623665633138623933643864316265356530616538303736343132 -66356535633032343935653965646538643365636363343164383462643538633839346132343461 -33663639323463346565326432343864353133666139346564356133333865326364303966343966 -33356137373233313466316432613031633166643036633934636234663032656266326536333434 -39613438386139343463653836386162323866393639343230633033663439396564363736333766 -38373837376532313861373830333931616638353932613431663737633166643965373435643438 -35303230353631303638666639663737356431353665623365326563343432613862323662323363 -38316264393534323663646439383339633532383431623137313833353865306138353866353332 -30353537313038333361396336663332633036666534313838373462626466303261363930636563 -62656532656431316132616335303434306265636436663435643932643565366162366561376536 -36353464323762613063343263333632386363376131653035373464623936626336363235333831 -66323934336538643834666236373139306436386236373934653835343964353161323939353162 -31346230666137353738376230353734313333613435373830623736306639666630393864353236 -33306332363236326163306235396631613966633239656238663161343538363962306533313430 -35643665346134653636663934363361663462393236623365383733306334306538646332646665 -65373938353333313436646536393336643136626164613536613035303837346163643033386463 -63356531306135393363383335633139383434366366386239316530383437613830366261383531 -61386137383433623735616231613231343336643265383230643431303366643762306165393266 -34343330616263303735396235633336663232636231346564336464306565366664613336346137 -32633838323630313262626463323761386439383031346436363632393333633066386539623262 -30386532336331343635666661623735623239323631376435643035313338623666643461633663 -33353662666232353832366561343661393039313632616535376566313033353138313230316264 -34363730313737616537386263613938633464666566363163303366636165356363643237326165 -66663965613533663065313663316533323661643532386530653632643432333462623766636438 -37353338346139373131336165616230353533366638356131323232303666653863613633643265 -65363031396633616535393064393738313338616132393762653639383563613666323464326336 -64366139623664313161333264393130626635393839666366356466636662383836653030383832 -31613237613636623035346438343162333535616265643764353763393862396535316233303435 -34373166353732346437333061653863663935373331313862316134306133333534313266396665 -35626666613239373539643334326663396539363934373865613239323332303462653265613835 -33626434626162346430643938663264666239343564643438633630643266663661633931303730 -62666339643239343066383632333464316634626563356134613133393430376530613234653964 -35623132303633356632313031633765616337396636656331333534653539656634376531613663 -66316666363339373835663065623838613935333164313830643865346261353235333839306233 -64333864306137383636346363396263663362616463313862333639383238333531613066363465 -31653365316361313837626265366133343138356164626261366464663332633665393261636130 -66656137306430336533666338333235343334656133303235366333393366333233643233643930 -63623938373433626163353562373436376237383765393435353637633164313664373939313331 -64336635353934356335626631386364383435306236636466383466643739626466663436633339 -31623564343930623966376165303366336434376337343965376261303161633231643130303166 -32363134643762646362653963386264303733313334646435393433646266393637373634303935 -31663532353762313130333764323731386638353863616433666534633064373562663064313639 -32663831313639356161623064303032313963366335383937643861396661386436643730653461 -39316164376430623435313664303561393238613866326639323431356664653565643961636461 -32343239383063653138383735616631333762656639306335363437396236333735306435623066 -62333832383331386163363537373062363034666637303166326162333331643566626665646531 -63656130636465663962303065643938616666323930636532346265323634663535353065666235 -62666165336561653761363834383463633538376565666330623734616130613934633865316232 -66393533323134343662656564613135326432303039366633626634613335633933353431613236 -32303661346262373065306538316236313630336235393132336439383538623337326465356136 -31623736363530636134386563333339386639363935326431316366623537663161646238353663 -34366231396438663136303064373832646566353533316262356562363830353365326465323836 -66656336393661623330343066393035373263316263343961656461363265383336626566643965 -32653565363265656531613631616661336338373863353237313937626463616265383237626536 -36373932316162343033613961613735633634633365306366333138623663356266643331623539 -37393663353864346533373062366130623362616332666434666136323637366437323465306663 -38363563376238653566373063633538353532316238333936396332643763316131383639373738 -31653761383565633736633361383533613765393365353930386132343663353365303431643238 -32646133613038386565356636653663356466326639336535303535656631373233613562623530 -36333132663730363537393465356661386537653333363563306366306663336137316563626331 -37333933663932383230386432663064333237616362356230613735343861633062343435616465 -30393737376161396534636561366531343562303332326266303363343139316537626163623634 -66396164356434353163386439353765366461636334646635336565313963613863343034373665 -39636534353262663561366564353061303966666333313264663266323631363561396262376136 -63643861303535363432633231316330393866623663373036633166356262373763303332336136 -35393531333031366533393363326266653765616261316431353932666232343062323061623063 -62623564656331643264623035653431343039336432613432303034396461303539326532363331 -65313439623731646261343265653561323264623134313962623566613761373835356639623935 -63356161393863636634353162303337326633303537613934323162626533333135353734623865 -64373764356162646434383230343064396336323531396235346461343934383762356663633739 -63643763333533663733333165613963656234613763663235373234653630663336626133333435 -32646337666361393862333936303965323161343030363136383332376433373061653136386261 -31373062373437386538663134636134336661643333303363623637666566343933643732306133 -61306263616564386562663339393636303430616534393339633332386463646364316666356338 -35343561346361353139656534323166663738303762666331623930666166333533393631346366 -64346234613032616565633565386136656332336262656166663837333634346165386139643465 -61363836626437373462393330633736343866636266323338333232386138376164633461353633 -32313566346564653164613330633134333338373862393966386434373737396665613463623433 -31306437363065653362613739366437376138333030323431363462336461373462636332343734 -63633766326363366534336663646234343830613638313733636666346337663862313864616265 -66356163626132356636626631363138313736333235363436393637316337333762613366626532 -38396265333232326637373137323562643738653333373363336239393762376663396436343834 -34633131373039376330363033383836626637653566356138386232653933613563636238666164 -33653734666235373235646431643439663039343563373161653066643731336632316436376261 -36363466623562306261363038303365623062303163303339646639636631343135363631666331 -35313663346661613638306362323030316338346232346362303735393261613563396163396265 -31363237613134363938653931353635656334633664623638333931323831376466623738613466 -33646335326536363639396239316163316533666539363530643834343333653635613833373563 -33303161363031653837636436323931323137646631613338393763666337386333646134326631 -38303062323562396362326264623066666361343733613530333330636366336538636230313934 -64613138343338326334616662373136396234636562366163363936353836346234653430346135 -63363937653732653464323665306632313966616634643730386237633866383335333265353834 -65376534373034666561653535353964616635636539356462326234663763386138643663616132 -38333633356362386130363633316362393461316636653035353533363836363235323866333335 -65613337326439666334633462363732303638366536323562326535373266376634656363653931 -30353936663062353133396332643330326566666263623530613131353130373633343535613637 -66313565323763373161386638373666313733303761383764343662376161623465653963393864 -33383661363032366332336436386366313431333430353261363763623533656664633237636362 -65363964643639656438633765393165636539363038393136363339366637646534306361366239 -38363038633039626632353432376363396665366230333332313866366463383862396664316566 -31656439316438663264623730383737343063353330313263653236623430636233353665616238 -37306236613835626464656162666265393263323736623264333066386235303163306665336361 -34636564663166653366343265653937653564323634616362663566666661633334613633333536 -31323532633333316334633765383163393432636164363662613735636336303964393335646432 -66376665636131326263353962663365343037353439613331383835356337393631616534343334 -30646566613136386435666331326463323563616463316366303031626230343530633232346637 -35303534306530323334313936306161383866653663333636353435383137363865383261333865 -64393264633735363861623436386463633837666237613534663130343464336361363639386336 -38316265333364613966393034636238383835633839336239346436666237386139303366333833 -39396132323932333666663061303162313535343431393761666266333734663932353433653064 -62323561633735323135303261633465323333303139613862643964393335393131333465303436 -35313263336231626431663030633833666239656638623632313866343832636464386362353539 -31613332383730633636326165626134303839333361373536313661653564386362613338323130 -31333937343631356263656338616539386135393065663535333865623935316266333331303131 -30633962653933393063663435666130393062396435346462363436643131363534393838343232 -35653239646433663731343633363431623632343736383232343332373863316565393532626535 -34393333306263386563343132393133636565363134306536393435383865313536323039626131 -63636139356232636139633065343638323965366634663364626361373164636463396331326263 -32363864663935363665646136336362633539613865396634373465396462303737323865376266 -34303161373634373034333831386164316338653862663465376265616638613363326238346238 -37386563653762393338643535323331323231653565353536633632306166343439306438366333 -33643264666238646331623761323730383262613362313166653664643437633537643832343533 -31343837363531363466383435656137316336363765396564303066383131303038313534636634 -34643661616536363732373563633637363536613731646237363634623231343264636133623037 -61393362316164626163386535326662333733633464663562376638383731626632383930303335 -64613332653530313631316238663832643434653663393264663162353965313362633330653838 -63376637343033303164363133323136323561373566343238346563356434633736363664396665 -32376164343030643431303166316533316262653635383538313237656536616530646535366534 -38346532626235323131373237386262626231653761303964303038653035663032656537363234 -34633439393135643364333064303933326162623963366565616661306266346236643436656236 -34323564666166346233333435336463316532366662656331656135393864363232303731313033 -33303762613764353965643636396335626639663337613565366131353936386265306363653832 -35363237363734626264623038323433643765343830373039343361306537636434303637363861 -61663134386637373362353839316165616332373962366464383138316164306230386637353965 -36623866336264666433643835373664336265643162373164636438316465356132316139333039 -63323539313432376533353634626536656236393462353436363936656137323137326334653030 -33623835366137346332303737343338303062353761656233393161393935613034323237386139 -32316133396234643035313966396262356538316338363762613439653762346563396462343463 -65643631643936613766303137316162303137653937663230636361396263323936623534643134 -36383630663038366236386661333365626138656139656338373966373332333065663337313333 -62306138303562646434636531623038623565623161393161666331396136653462353539303436 -62396237393334346262356165313166666462623666643565623133356632343833306365656433 -32306663306631343433376339306261313266306462323730316265363762626231396437326338 -63353636333463653261623933336434386564393339373839393131346330363930313163393162 -61363939396534653036373362643834373461633861353462613362303631303530376461333066 -39326130653633613634643861313639643333633931366531333733666464616631306362663133 -32646337353538663435383865326535623864663263623230333931383130373534656338336138 -39663962626437383463633230663735383832393638346436303461363535633235656337366435 -38613066653234323334326630653530653535353161383034623433386437636635383461366332 -65313766626563383639306338643661656530353731383161613839333738383334393330616164 -61616662353434633236383762613963363932653632633764343136323039636564386265323965 -36613831393232633432313063643266373534346165313432393736363432393330323632613739 -31653832363130393831353666396639666431636131373131666430663332626265656563346264 -64343338666234613163383333346436326437396434383562336638383761386136396633356639 -62313738373764656164623632333739663635613064313361353835623164346163333438616661 -63373061653232666431663933646663363436346330623738303735346135366538343238303831 -37386630653263633865623839383761396531343439336433336161333762313833623436656238 -63393538383562366331333837653239623962346563373164323732356130313264633266633834 -31313537366231353830363234633863626539363564356364313231353637663335626438616564 -39653232323561393136666630323039653864623064343363373138363966613536633265306230 -62363264663231373961353966386338633834313764633131653163643334343666666264626238 -34656236333635383337343465323264653436393766303061646238323262643231376365363539 -39653437623533613765626161633766646662383835316130356265633336653237633033366362 -34303538663966323733376630343066616632646533633232396231643431663738663631366136 -32316338383834653963343566613764383931653463623039356433623965333564356131306361 -63336266396534643365303133353336396361313564623764343162376233663534633033323230 -39363333323237653861646138343435656562323633663937376662616234343166616366323235 -38666534303132393736313236333135643936303663643331373038666537356432626239663235 -37383135373765643137333439333537383236393439363635383939653061343164633737656536 -37373435393332323830366564323032363366363163386137316464383462396332313139626533 -33653062623736383961373039386466613837343937663239316331353064316563663137386535 -63383464303937623033663066613038376130366633383565613764363431666639623937653266 -35353131323063343330343738653763663535353963333864353734303338613538613434343463 -39336132653864623333643134656466616230316438646662323961653431366266613939663034 -39366263326232663237626434313935633731646338613562663833353738363763613065373933 -35363638363965353337336466653965343865366633353536303830643061383236663630663936 -62663132333739623132366133323864333936363730326565646434666663613335656330316636 -64663833646639653330326562643731613139663134626535343536396437366634336263666339 -36666636626333346263393137343764333066663461333132663334343136313265666635386639 -36333533643039396334366537306463373034343631643661323637303265313962353364653934 -64326565396234636134346664333338363264353966393735356531383733656562653937363636 -33363034343237323465356261343665326165383936646430333163643138303962343330333937 -34303034616665623166343432646337636138393162656163333362326366393336326639623665 -62373166613064636366366265616235373734323239646332383464336638323335383436343731 -36306437633066343766326637623832363639306535313661653030393338306165353666643962 -37343562316135326663366262313330323263303862666261323966376163646434613864353338 -62333765643735346438356439396439336439386532303765323963303065643265353164346533 -30376362373436636266376535363736326436306563313032323765613062363838376133373036 -31333530623835646439303363356538303237646465646538613235626131333166376132363437 -64316435333538323065343732323362646262643435346137353733623034653063343631663439 -32346136613761386366346432313866376235386663623330636566303766653333666566633164 -64363132306132333564326234616638346434306565353933313338626161323566346362376665 -63323463643865336339666662306336626539383834373464633037663238666336353434326463 -64646139666137366334653034376234373936353839316337643339623466636130623862666231 -38303034353935313761303862356465383664643766613630313531313239663339626332343035 -32656239323963376635623564333930613935656335633165626630363836636433323338386632 -31353130376664623362393538646634666632663033323233656336353635373166373263363766 -39623964633239373534313132383933376236363861343736623039653165643334326535313463 -35386662336231326466333432333634303362333462616638666639313831303762343863363664 -39653662373733636236393937326331636136663665613662356562653937653563646465393638 -63336538346133626239316530636364326262623938666632376533383566356331646539663165 -64383330646335343833396135623865353065333735353962396337303937633039363033366230 -31623461366333613037666237396338663136666630653230616136363430616261336239633064 -33386139343363303639666166646334636337633663336563656465393664643237366134396437 -32636533323039653437326162666665333231666334663662396436636230323338363634346561 -38386361383038363566613034336239316134616136616538316665346430346134396463353538 -66656632306463303966333062666161333664323035616236383564383732663661653665313462 -63646364663866393439303161313339313365653133393632653038316464643938656432656339 -38653963623762616163393266613961373765326363666261663031366630373231313539653661 -33643332383432306464653733323764373466373264333365366362353237303862303765663761 -32323762393537643533346466376537646332343637633238666561376263343232366232363230 -35333961353461623337393233383934663961613635616437383863333637656632323234376638 -61353834663434393931336166353262383033656633383462336335656638303237633135323736 -31316135623839313131626361373734636637656633326233373761636533643661306264636330 -35323766353035613465366132363861383635363638323833353730336233393338663534353665 -62306430333030623230373262393735366363666661366262393433323663663466373463653061 -66323336393235316435383632626661393938653932313961366437616561363333383738383636 -61306137386637383961643736633666393635393633643263613562346266613238333138653134 -61646265343363633765656538303261666261393038333436326535323137323366366330623135 -31393237366432393935303061373837623636626639343633323336306539363364373361623562 -30336332313635303339386439646164646235643564326464343066326431323733623631663237 -65643139636366383263333339663966636632646466383535393533653831653265373435326538 -62393738373038333733626132633034346139613064633734666436643537623639356265656632 -65646535343562326661306432343266646639393439636431313465613861623538646339353562 -35316335663532323666316465633965383035353466353539386437343165653139643432316530 -66373864353138393061373333326334636232643938303037313132613965323435623962666133 -62393231303366343337353735613966326437346136663737323835363938323366646163623762 -65366631623230613037666662623334343132316265376333633364623035323939363862653930 -64303939303966383335643633636138626366393639326134343234373433646138616131613836 -31656434656361666164366431656133633736393962396361623233626638663634363862393863 -66666566333663333238333436616138633635666337386230333538636630373037646461336334 -37663937643131636163313435653836346263326231643661393437323032376139363763353937 -65626532333164656436316431383134393363346335396434613565326261373330306461346665 -31336333666238343265663761613933663732396237386632343164663462653030333363636531 -62303038633163366565633561343338633863363637363934633766643634343066376232303635 -35393934613834346633386131643864643062633334666232353030316232356333353735383665 -65663433396662623530666261386134616362633333363163363938373462363332666136613761 -35616261393163326232343138623361353264303464623761373233363561643632613461383337 -61643731633132343561323338346666396630306632663536306461363732323962333938326633 -34386434636664373465623331616532653830356635353635303562623066306131373237336434 -64616361326238346438333633656139346463643661653336366434636534353865373762343637 -37633638383661613861393932353634323932373732303332623233613262336563636461663530 -38346464663665616564346564306461346666636165346364353462643264653662376464613066 -65396534343730313063396530373739346361353839306361633037383964333265333330383135 -62383231383266653739376134313431396662303164346138623664393135323432336136366536 -64636464666262656136333264363964393862363538626434633866383133376661656236386666 -38353036346165306264303861613662316236346339363536653032343936353636643832643231 -64343861336234363737306261323033323033326437356532333562386566333133393765323934 -62356337316136336565656633383936666432396165656364396232346632656335313432353337 -30353839316631383764636361346136616338373362366434373639343561393166343033366532 -38653632616434623364356235356634313462373638383864363232633861636237386332323333 -36376166666533306534643836636436343364383430616461316535633663616565613230346661 -37656632323231623337373237366636376266353835353366636237356434363363313461646262 -33393530343766626333373366393662666661396436386533363335646634336438313131643731 -39653234346534356332323932343834643062373864623562633439356137393134323934623262 -62333037396131383866303534356166656336333232383364633864353435663366393939613636 -61343338383064666161393766393762666662333333343163653737396461653639336135643165 -31323464626435346562303636663764363232636639306463303265656235353032393561633466 -30663030646538313165373534373165656331633033353538616635376531656639336663363834 -65383436613337663062373939393938643133373332613264346230613430343035363463616230 -31636133623763316232313638646165623938343166396562653133363531613166373762623935 -36633534666161393463303532653834386563336631343763323764353137366662663934396266 -36613466613335353632346665323165616137306333663637306130396335336131353763323866 -66663832633039633961306537363339303839623334383230366630326431396237613931376534 -36363064353431323331376435306463633036363330306438313664366362303832356264333061 -35643764383263326534363334643764313636663939376263386531656233313961666663363363 -37346333613131303465663235323733623264326664343230356461316233303632306433366131 -61303634653761316536363961636264396265623031653637373836333830613932363630373038 -34303364323462306663323238373734663135613762633231333032616636656266623138366261 -65643035646431313964303365643132653035336339353662346133663236653833343234323666 -33646365633462373334363364376630366532336130356461336437383462386466666462653937 -65353361333363663036303534666231383061626434376539653931313738323539343765386564 -35363564343562303266633132363938616338393666646462613030626234323631316461326436 -37343562346531303261616438616635633564313732643564303635306337616334323331633165 -33616634316166663030666333326464643361346465373938626566303361376431663662376566 -38373333626135393361666233653439633631373637613061366437366438343138636533313931 -37346364346366396134373266343238313666333335393632643562353435656164636539393834 -61393664323061383862613838333962363639656332393661666165663065303931373730356361 -33396437366235666466323165346364356431303765653661353362643032666132383934613133 -33373435303361356465623061626163343832636430333166646566393262383337323763353735 -38336532326636353933626364343561636364353639303635373966323338336564613130393661 -62373962363337366639383361623564346337396335386538616338646665353236393432333431 -37383062336538363434653932643161393338333634613239316336333664333532613039376232 -30393032313536636437616333323562633331653730353439633537333339626137336434636161 -65646433333563306164353935383865343862313835636461666363373638376533613639646165 -39336131303562303735636133323031666330613734303264333334633932643666383232363638 -32646261383163653262636566363831376165633538393165396231326461333364353338306462 -65376330653963613866366435393139343739353362326261303039363062643636336461613466 -32326439373162313937336564303861663839353030333436636338393765393434373864343032 -30643939626163323930616632343737386161613931363239613634636331333131323832313335 -37393537633666313961613166656138383235623163613339353438646665366134323363623034 -34376365643337333933646138303030323766376437336664306465386435633037396461383633 -35626537643238313961373935633834636533313137353333653235323563333832306336383435 -63373836313631613039646630316232383939306262646565366630356237386636656462393665 -32376462396436386566613536343863326138613135373233343035616634326239 +30316363366531356235383035326631373334613337386662346634626261623237396666386333 +3266633865616534376165616538613431346464363437380a633333303266623239383038613663 +31623236356665623466333766323132616631616439353136316338643232316338313839323034 +3635653466616136620a613339326434363362663931386564366334653062366433303735313830 +30303164626531343239613634353731346565636633356265313533633466666236373634643234 +38613461376435343261653966373838613064663232633330383239623161663062333061396435 +31656136393165636334303762663133323461633561346436666332616462653930383636353938 +30306130623732316562313465343261393262386133363038646134623462383762356439643337 +39396437643263353436326431323531386334313333353938613536313033393033363936636365 +36346163326165353262323564326365303939363962313533663731383832343932636334353039 +63663637616363303362313733623866626533643762336161353533366234343462323130653530 +66396661353864663533626363653266626332636536666563313563623836363664376566613331 +33636365633066653363376233303337313235633663343139396364663936623739383566663266 +39373766363364333539333438376632366161303865316430316539393763633337623132333336 +34613263353665613065646438643734336264346337613534613037636234353262616266363636 +31313136303731653935306462393234653862353433373037313131633139386262343236316637 +35386133313530343662616464346637306562636635666562633964626633613761633933666164 +62303032343137363737363737323636383339626235316630616635656335396337306663336336 +35613662613433333038303530343866643633393334373739666264303763653832343430653331 +34353631363761613262376539616238336133646266366333313931656636626464653932363338 +61353937393966393236376165316437323732346166336335363964333432656132356536616165 +32613761376135306635383461646161336463383365623236336364653835613230383862306435 +66633836633136626238666337346339353664343235303263396338373361373933666365646264 +35333461383134663332303734633031633833313833346361353030333065616261633866316533 +38646431623461663665326231303132653333396637656434383361626330653465653563396566 +38633062666466663931383865646638666266363832333061376665376464646462643736336633 +66653032656433666461626635636138643735343966343261653535613430653264613362623138 +61623838376538366431653338373337383937323939313930636466343863316161383039623366 +34656363313533346161653739323963383434316137636637363037666636303863626564353230 +64366138633434653737613735396363313934313165366537326631663130313866663436343534 +39613564346239623037373234643163636133633638393465353731313931663338626630353165 +33306631623835343935653535623063633666303766613530376636383635326166323638373662 +62626132633261643734396533343163343434373333343564373732346666313165343730633761 +30336431636166353135333834643039626631333461346339396562323665356338353530323865 +65353630386238636238346264643361333130626634323331333964336536636534343038396136 +61316438633633623466376437613765646533366537393530643534616539396264343465333538 +33316430386637333161333033363165356331326532326239376463343766323762386664323562 +34666637393964343939333332646437653834626533633332663737663436303434626335643235 +61326435386637333434363664353662386231613735393164643339613132623838626631303139 +33613331316261333064616162666237666666393762376135663834663163613330316363383337 +65386236343366656562306166373839313631353832353035316462323263656266346164396166 +38333762613235323939333230663537343238653036373238303639396539623731336165356230 +38333033623033383964373062346665646566643363316366643762343038663332336235363061 +36653436636137346662363162646430383333363532363736396136376631643262616266333166 +63643034323865313931393063666139373833393066343038356564306663333639366163313936 +33653565356464383036316331383863393339333431663138343537613137646539643832663239 +35363766353965656565656430323936616233393632373164306630363639343236663466626331 +31333437653430636434303561353830663065616562323665393438396636636663653231636138 +34316463336366316166666361663165613638666338383236376639643263366236623639346130 +33383737633539343436366338386666376165333934613165356639306536356562626233343434 +65386431653761666663323833633738316263336565636437633162363830386665383938393638 +35633336356565616434626638316565353864373464396630626634303435326632383266653533 +62633965613539613234333234383666393033666634303538323433396535363431636633383438 +62373730313531623032393036323337343530383636306262326632643432666162643130383162 +63363664653666346339663265386262633564353739626333623136653261303130356430333037 +64353435343365373766316634343335633566316461306165376131656539653634663531636161 +33363436363738343265393963373930393936383531303633386533383834386533613765333564 +31613966343631343735396132663739316363303230626264613835373032343134383931393262 +34353362313335616132323338386162663135303738393130656565393661393939303334313263 +35383562343532643436346566396435623638643538333631303733373035363432363963313334 +37346363326265616561613561386234333961373562613133626264333834653930386461306638 +61326137643765336431383034643061356431653434383739323565633966306265613636363166 +35663233326231343862663566663231356439636465373738333533383932326533366631356562 +61666230643537336633646332303534303466396363666561373432396166616265616231633864 +63313063313639376134666538383864653139656232613836306163333235663231393339316430 +37616366666239376365393537313031613164623239326666623032653361656538336661323633 +34396166333230306631663739343039613930303937343364333137633331323461353964646666 +30373566663032313835356134313838343262333934346535363539653538356532306163376132 +31383864323830393232623461646466333161323165336163323136646263663565616461643031 +66303261386539343861363735326638316332653734613732376337613435326534333861373132 +35613761663565353831666666663631336532393861336432623465633534376562643734396364 +32373639653730376331313036316664363166393232663131366232306437323633316538333631 +62326438663739633335643737346162356135323731626437356565333162393532383231613634 +38626363323631353839306538303135616162306261346539346331613066613764316161383134 +66316537356637366333346630366263323531303331333961646164626430346263313331303563 +35613530626635373664396339323362616665323034656264343562336239333238373064333935 +37356261613865386532303533643937366634393335626666376534303933396261353063656635 +63356131373737643761316334316437623361313232653361623531666137656639666361336663 +34663032383032613864613638376465643431633933663931343239366335353865323431646231 +61363836663732653935363063633839636533326134313165656535333433613032383833356335 +64653935383963653137366164396338333133663864323730653738346239393064346434353264 +34376161313161356132316537356539393033353065343934353035633862636132363538386134 +61633234326565613361623966396163356131326465393638663736623339303161663561653637 +61623663666163363033393234363130633539373230306439643762633836623263386636306365 +37383333343562383330633963373231626534333535666135343935353964303561636364663262 +65613039376239326131393031373166653834356134633530633931373262633663633063373835 +34616332393633343230623365323038303163646334663431323163316532373335333837323234 +36666435383763386263356466616262343531363835666234633536326365653162333365316332 +66373239376638313334356430633134366364326563336435653832363662633861353766346235 +65623665613661656235623763323162613165363566386638383964396366623939613735353639 +39346662623038616633336238343634333638616130333530323133383863323332373464326565 +39316366373333633531616436326564333264313835383536313833313333366363333931306466 +66386161643865393631633366653366366334376537333033653463636337623737343833313331 +37303234346161613461636430346630373435373830373039396231333134356335663933643863 +61626531313066646430313864633536343238636230626362323636636461633364626264393731 +33663337306337656131316366656237366364346462393561303264666534633632343235656533 +30643333336534663731623263626333366436336335366238653837333133303864343336393730 +34336334313339393532386235376136353262626464313133353237323538366263396237356631 +62363534613966666562623131386633326331313563636236613639663838313538393732653438 +63396263393630306439633938616365396532326366616231313464333465636536333435346363 +62626464323364313631353564636262356662616232393061346336666663353737356430663664 +33353430323565643934666665333139313634643862623939633930303239643336313136326134 +34303162643563336131663665336131373563636138383234646139343939656433656162306566 +34633436353234626165613330633934666665613361356632666237623731383437306534306265 +30623730316265313631353532393731623833386239393933323833343635643234643537353462 +35663166623064383065316531633231323638653730363131383331333830626235396364366537 +61313661363961353532323266383162633734323633363234646236643535393238663639383865 +30373864633565646137326234353535366164336462326133333631383962353962376361393534 +33643533653366343230373966363363306563303431653434343338393461623835346561646261 +62653664666535373664336364666235656666633535363336366261383963313566303832313730 +33323662353134326339393530323362646530343238366639333661346632373564666437353332 +38643531303730626464623538626236363239303765313731313038343666623963393832306262 +61333662373231316432643238646530323061653834613733393033653535626566306265616230 +37356565316234653030386162656132633430616431376366643066326563353565366138653433 +34343663623235373036353632323939383366323433376238326136376335336130333030356463 +30353262323865383462333165313538373362353031303330666336363562343365356263613832 +63376464373834313638323332396662646232666665633262613661383636666630666330323964 +35353863323963633233663261313933663632323138666436336535643532633131313966376239 +39663538663030636431633131303735386165376366313333666366376662613764643436333062 +34666664316439353761613835613961613937356237376433643135626335343638616230643335 +64396137336665376365366564343162343835633834326637376635343339613862363064653938 +62323838343965623830396462353666323736373730363532643630333864376137666564373730 +30636561616464316536613966623962623862346432323731333861623532393963306637313436 +36303665666231336365653063626138383735353532653031333962313832356163346633373237 +33633234613338343136343666303365653165313137386461316637313965663639303830306135 +39353563656439326634313565636235336666383861393835653534393061336634643431623361 +39656433383332303134646139376633656333343038396464383133393133646232373339343364 +66656465663934653635373036643535363336623735623761633933343066633437613237616131 +30386230393233376635643531663066326338623239336535653433363233663830376636616530 +64373666623732386664343632663435306632313763313535343439613835323664386335323232 +61373761666635613563393661626630626530633533316164646666643632306664656565616535 +66366461643761393332616539313263623632346664613261646133383666613764366564343538 +32373564626562303831643931623261643739303937373138623561383936643838316632366366 +36393662316362326336383466336162646365353637313262396566393034643230373237303063 +65326164633566343139353435656332373130666536383565323235353633313334373836646430 +30666361373630326662653563653331383761623130613663616663373461386133623338306633 +65653239656163343238366266396331393031346231363633626338356639343037636237306631 +38653739373961356430383237323038323337336265323565653965663462616632363765656462 +62643132363833643233363834363230616535396261616333383165383765323432616565386135 +63356132316335646538666361346139626161333762633036333162626230626634623937363730 +62373236623938656265633537336263393465666639623431353436326534353539653738663864 +62303531613864623433326365636438366236623462643463356166323261653666316139623939 +38653532643934626566396561393738356231313934363338303664363831313766373632613233 +33353863643735346666363134356331363337326138393535653230646235303634363337646463 +39373137323434343439336164623233356639333838353064333962346161646137366139306134 +32386135666530636461343033333732326238343630333635636435653935313931643865313665 +35613930343762646434333130613939356531646434656235663233643136636137333130653730 +38663166316132373262303636376261383933393562366333666230303965386137633338303164 +38353239363562333965393035316432333031623439356264316462633238376435646638616633 +30366431656637316331623030326664336162366630323133363938653662663032393266363965 +37323239653664386630663534333834383138346230343432363761353237376330333264393535 +35623164333130366134366137333935316534623730393934663339356461343263653865376261 +37663561376230316539646634356633613733356665373631666334643932313837393362343538 +38653465366162316130303038303037396530393762303261353434333133376138636535646236 +66336634616435663562396132666530623039353331313937383631323966386266306133643266 +62633239366637313730356263313230393062366562626337343034373761396330323761643764 +34306533656538613166363565323866373363313330646236386438316336326333613466643132 +31366135613862356664633733653333323338336261396231326436343536613933366233636263 +65393365363961313037663837316430613161323462343337623736306163656264353164366637 +30396663613831663565353964633332303065666230353362306363636238373765643836313237 +32346261636430393938666465623238636465636132303066666665313134303262643037633731 +36323135663261636637313434393730306662326535663936613830343665623235653838653164 +65356333656633393737313265636437623662366561376535626237353566633664343839376630 +37613030346539363361346566316530396666313462343531333733613136393935376362326130 +37663735396565636137343066346261623935656364623332386364313966386563626230393538 +30393031643733643131633130663931383937333136623561343333356466646663363163353763 +64383335303835386336363862366662313430623032663533346663613664616566303633376233 +30623138646431316162303063633438303766373964333765666333316433303439653161383463 +33313739313833646236323966346333396132306235396437393435386562366638343261613533 +35613132363366626632303330666361653838323564363639356562653866626439363233346335 +61353536613661646662326166626164623835316431373862656665346336663030366565663037 +33616161313462623062366132393936366230383163626335666133373539643831336533616230 +38336563333934396439643361386436663764346337633264343764366366303031643438313330 +32663334316232386131313030376664346262376434323130353332653136343839333662333532 +35343862623165343763323137346530343435326563623666363166363938353633316234313434 +65386439323232326432313563373662313963666538396265356264306163343238366239386561 +36336635393664366231363930373937366539356236316666363632336137313961663162636539 +32306633326431343961663364633465653363353666396134646164346231353066316561653265 +32636562636334326535613462396363663239643833633830336533393933643934383263393339 +34636235613839653435393263626666353130626535626633666530326265633963663634613133 +65326266636164626537303461653234303065663363623636623038306365353966326332623339 +32333264626531323737376562653239383361386638343239666263663063363632346135333839 +36353435363633316136656437343861323531636135626561333063656631356336316138376338 +36636332373633396331323130393562316166633161656365633037373935633934643034613437 +34626237306137333565336366346437333430313833663763636262376639666261346637636363 +33326332363365313431633963636630363337343432633961376330623731633037356565373535 +33323135363766623665306262393436323434353632613638626261376435363161393936303136 +64653733356432663966663661323861323333393966633866393230613631306638623665323935 +64303562653335343534636563326632346463666166313135393966323164626134616534393938 +32643136653032323230636266346335366135396631303230613532306330663636376663323464 +65646434393433653232623135326435316235316237373731613238663266383861363363363034 +66383738646637393336366664623535353661356163353233346162633661383963306338356135 +35393037633733363036643564643565623631653137353663303231373566306365366361353961 +33373930363431633737346338633632633461363837363534303533383663313535613637343766 +37343666383638613164323961653139343064303061333762633966393866393934666435356339 +38343839316632613065343632383730363734323530313039376561323635396436336637656664 +63343533336338373733303137343434373836386163336565313165636333303865646133653938 +31653666386531343732326530323337633664313634383535333566623232636632303739383938 +31346338346339336634396331623664333032616661303461656638303738643836643236626132 +63313463666164636136663533393035643130663035633361323835343438663934313831373538 +30393662656539653432613364363062303431383934316237656330613763663261383432333339 +65643262376231376136663733343236373662613239343461356661623566386264323338313861 +66623365373934643231623234646665663430363336663534363561333436646363363138323164 +61333937376164306631363638326537653266336139333139643362386464303536333033346463 +65333434613634353131613161323236663166323739376136613436623765383662656561366561 +65666133663766343335306636663833373362393866323961633266616134653766313333636263 +34356433383038363664656238376438613464326239353137626439326266663538663635393533 +30666434653763636130646632326238313235613036393265323431313335363866646331623863 +65626262373738373935386263353162393738326465343466666562363435663938366330316334 +34323261613336633262323463393161373962323339666234636464326538626239326363633731 +63663636393766643435346636306338653633346564626530343336613764656634653232633935 +61663437393337373563343235373033396665383833643466313731323935383335623730326265 +36303132326632666162393537323838363130306565666561383162343238653131643663623831 +32613934366535383734643130383062383263633931366335313938333862313536366531343037 +38633866323236373531613530353836643834343366633536396662646562656635343630396363 +34366235353131343764363466633763333361633036303936626433636639633565653364373733 +61313938313961373364663362306134313136613566386531343261373431633461346566666635 +37303931366133363462376262396664326266336534666563623935643362333538366134376334 +32336163663436346133666134633630376139353465623165393936663232313061396366363763 +35626239653435383762623238363335326439386234663864356436633265363432623838313036 +64303361623030333033373864643663396531343332383665663265626239623537393861653766 +63633635636562643566336162613138383566316232636337313462396134653733353235663735 +30303764346136386336383935323134333364656534313331636638383763613362316462383230 +38666163366132313339343931666661363066623232633137326462643763383061393733303861 +39653237333538393163366365373438313663386338346339393466396236323834653466386166 +38373463303737316462346165336363356534666138623134636433633164363338366564656163 +66333238393262353936303131383739316532373732373037633434353832306262393166663864 +39646463356132363831313134373162613364663431653137616165666463393535363938623734 +62613232626338303835623933633062643266323135333332306639646535646661633632636634 +64656638323033313831303539376637613134386131303632353063316338393563366366366638 +34643335353038323732623633383634643866323835626332636132383265363133663663613362 +30613332396532373664346437316134386464333161653763363436313833656164303332313934 +62356139316136356133323639666561623435313663353766626137333263356661366466366239 +35393637666135373335643830633538633466666238336631356565643031313765663264313738 +31633934373331626336653639313366316161333063663333346531303934303161373366643533 +36613135306234643266356337313762313437633066643866613064616435343437356337326461 +61393763643063653462393266396636333661306631373866643664616137373038353661333161 +33356638353734623238376666383539643235346366373862376562643731656638343735616538 +37653534656663326432353132373139613130373765653435383063666664383663613234366532 +63313336343934633364653339366364653562363533336130613538376538356162663761646530 +63626239376436323838313639396132613533626332386535313435333866326537613363313536 +31643236313136643836323930303764393634313933653962323232393363336339616362373237 +39343463383930616534666438346336346365333930393461313062346663613237636263303332 +63636333363430393361373565343332326663333038363933316232633864663562373039656337 +64666631383338666539623862646431313134373036663934396237316636633661383664633361 +64643066643364333366306461323964346665363161333965303138633836363531323831623763 +34353265316365333363373937343031323639323464386462323832346532623033653936646131 +32363964323562393462326132623861386637633966363061333838356365306438356430613730 +36336464623830633065333737633865373834303434383130646563663132333165373065356535 +38373865393937326162356432393230383135356633633931646336363635336162653035656136 +35643033376363656661353336316231356463383037346335613836306534383164313565383361 +30663431323731396662653762613763396536633632383835303630636434656632656337383835 +64343161383061356265363239353561323436663738333734613730633030653261353262633137 +61633163353530393362333339633034336131663432666139376165323533303163666136633265 +31306131643938336339353735613966636633326363633531633033316330663838346436636461 +32343930393663396633363863633764653630653236306238303336623562643163653264393362 +61646333313365353632383531623865623334316532616139336339366134353935353632653862 +31313764373734623231653537386162373835356234386531313937366662326361373338613833 +30313362393066656237386539303537393533386365643536313835366530363763383533393434 +33303538653132356665313065326632343364643436306635306436653638646137343737626466 +34373137653238353632353761663963616363316163373435313832386134663432643237353635 +66396431303365393466353566663833633862643437653062303534393531316430356666653836 +32386237623439633331313737393166663438313137646161343930643664623835646336373432 +61656265386239323165323263343834643736366265613762636134643139313430373666386439 +39643232313439353431313765373061666265316234373532376132333361653132386663366661 +62656166373337393133656464373538323136316636306463393736303666623139303839353432 +61653266356430653733306665666261336361646265643138306537633463333365666532323539 +35643031656538373435363265613736633562666532346331633236333039666430636636303639 +37393638346434393232313030663233623161383863666235373935353364333332373738626438 +66343432663439306436353033643963343738643461353831616535316162373634656530666165 +39363566636436386662303734626232623534393234666335633365373138646665323263653733 +31386361653332663361343039366437303662343764363632393934393037373964343063323462 +34326563633832393839623933653834636630653038323766333531353633343062363265653231 +30386266306635353861323238356131383235343166666166316361313838663531323966653662 +62663631663636333434323539333534373535666664643734316231333739626434303533646231 +63323936653934653637636234323035383138326636666463306131383835663563376566316663 +62346265653066656130346339383662333231313633643962353366396134343839396638663464 +32323335363765346264636436613135393837303432643566353235633634613430376331393637 +34653964373636333261633432313430636466323637346662613736646264616331336430343739 +65366365623563353164616164393364326661663534626162363037626538306633366466643166 +63363333636565656232323265323835616436333231646435396330613839363834616335383266 +61643863613266623633653964316432303962373731383962386262613961656161633162326239 +35383637313665306366396639633163313835306461646237663735656464393539363566653333 +32643264376139306130316530316431356561383464393035343036663164373035653264393837 +33643962333332653139666536343964386366393861356166396566626138636334353637326562 +61396665316633376433363162656663396538386666336665373536643936386566373737653031 +39303134333935333562343534393663623365303436383332333637383530666431396638346333 +62613565313764656433663638393763306562303139636632633163333362363666646438633563 +30613031343133383638633337323431653765663838396130363130623538396532323734333963 +62393437646637393638633436333537316334313235346534333831653734613165303464323132 +35366133343438663865633866393662303863633931336663323236613133373730306333316231 +33653064633236623037343063623666333765643937643632393138656630356237313436636430 +34613563346336323233356461613437363937613033363739623139393036343438366164306335 +62663666353163393564373965336266633631396230393161363765346232393665306463326234 +32313631393966333765383133653835356562623332663130653235663035323666326537386636 +66646435656463393034313439363762346534613464306533653631353631653731373265663339 +39373331303737313838646432333566643162656137333362366630373435393565316132353235 +61346531656539303030333935346562326234376363643465646434333865383031656433663937 +64616266313239626262323930666165323163383835663032613136356232313564343162383963 +34313761303933303365646634326638656439353934303965623633363635613433353337333939 +65623639383565306636383632383437633233393461613034323337656261373934666536363638 +34613030373331333038363262316432313435376264313435666530363637363233663163323263 +34363431653936656134396566653836663361636637373835336330393430343136323063613066 +31623039383266396665323962396339626563353532356430623733316564373062333938313737 +35346439363831376133383332336234323334616362623734636662356239666432396636373932 +61613733616430636535646262356339383964393030353961373030353434303339636464376430 +34386234373765613532623831363437316238376263333539643330613965653838376461383261 +62373464393637616632323938343236323366373433623265323765333536626663326633353262 +61333734313362623139363732663734356235613738323239323364316539656234653035326262 +64376331333830386132373462353738346430376232623666343631333033303864633566333933 +37643363333230323962643164303138383364616633356665363334366162353461656635643565 +32666338383565633134303132376536653830346333356665613465616532353563316335353166 +38393832333732656562326663646132336264633832646163643862613734363038373962666637 +35636466643330313734383165353261343031333932663038336166623638363366623032383737 +30343661383230376331653232616430346234336465363731626265346164343139313366333265 +64376332353064653466336237623739626538663837356662336530313531643063333539323539 +39373534313766323539356166333932396166323635363039333839643035343264396134393761 +66653737323863366238366233303161346534613061316231333932346538363063343230663334 +33333338383262333366383037313134663735313162643163383966313136623461333964663162 +62653332353534366334666366626138633931343162323533613730633936643533303664356465 +34386431393539343031333131316662313766306434336131336362616134306636656531383334 +34396232363436653237383037653335363638623139636333343961313231663937373136343463 +32633461303130383731363064323638333232633637666533663936346462393636343537643934 +31363137363135336664653563376238326566666362393738373134326163616439363739333263 +64653132656631643339343537343236376163626231313336316564613463373439356533346262 +63303432366664616338343264656335633063336231653133323433306237663337333762633131 +66316661643535663632313232373438643737323761653264313839663731623736303163396264 +62373233343561636338663866316566623563346431343230333565333161383937316630353466 +62616138656435656532383865393737626135313566333861313864643738613465616430336363 +63396564663165396235653333333738316237346434373037643232303539616665623338653038 +34373535303565396263396264326362616639623332643938373030306365646535336134613962 +34333433663936376132326665623731366362636661313630386464623161353939383736333563 +33343432626637613266653830633032356233323764653937353965396139396338646534616437 +32616563663065393235353134333765646165653437393962656636633963353830373239626266 +61383864653862373637303236333732333233393136336137313139626437353132616566343664 +33323232396233383766623937653061313030366562343838613230373365353032653333323566 +36616639373561386639383338653163316662396461663436626664373232376464333339613565 +32333039323366306564323630636661353132613434626438646636323238646438383537333832 +31326164636130373735373837396430656365356261653235353965353039396363373636613436 +30353764326161373663613638393031356235393163316136396433386362373239633735663837 +30613462373832666437306534336165623438346339336435363235616161323637326664393635 +30343164613765346332373463653762653364316439643336333134396232653037346235613539 +36616137383337336162656564303865333839363939383838366164633939633434323539373236 +39393361626336343936666238613437656236386237653235306330623266376166306361643139 +30643263366534323132326636303466383839636434323066346466393933366130623134303831 +61366631666336363131636539633138393537623962343461363364623835353538336338353933 +64613034306534666135633931306365303363393237373232323739356532666665343936623331 +64656261343735323363336537363663343730323162646431396131313737663436373135386435 +36373565616538393564386161336234356533633233636638393031373038616635663635363539 +64323666346665323139363166303837386132646366646264373763363137393638636236356439 +31313236656339343032636262666565306461663466633634333138393234303134643031396330 +31653362643839616263623762616533626431656532393238636362396135323936373538373966 +64356133313635336634616630363135656462333130623034383864656137306137633136666164 +33663331373039636462316136343165326637386430623732336564643564626638353163346361 +36313331646661616365313933646262333330643862646462616431663435376465333938316566 +31626134333135393738353930636231646138356537323962323132646633383534323934363334 +32316639303131333938633137376530333730343965616137313130373465316662313861333334 +65636130656363303435333262626162616433666666333366663233356261613666333031656238 +62313136396435396133346235383664356337343465393139663161616465616364363139616534 +33653134613138383161616430393565656232636131396631653862373139383831306137386137 +61356562346564643166383665343030626137343736643361376464623566363832626563353562 +63636465363164323364663439313536373262343931366662393666643535303632303535366164 +38633534313537666165306139303638626264643766636333386336336239643366643933396536 +39336633666539313663653738663734376531613539653737636637316636653732623234353431 +34613336353136656139353237396462633039643366333031303539303430303963366139303239 +31363933323066313938323730353235653938613739313864323530333565636232613036396564 +37373430336435633461353839656632663232616639663935346138343733373031646234653836 +38643636636661663932643832376633333366373339386530663638363937613831363663316534 +33383963303339613139383261313134393736663833303532356338353664333363613665306131 +39643431646166303339616331303363313137373862653439363961646336616233313664346136 +62326638613430653365663661313034396437656364383636623064646334616536616233343536 +31653736623533663938336464363431346135353930366432366261383064336365333337366636 +33343466396266313437303639303630656432303465313032653365313030343035613730333538 +62333365613731363934363631346337373233363036616634373233663363666664353137643439 +65376566363961363731616231376434376238376633373434653036346266326661336439333864 +36353431626534343939333832376539373539643331346264356131333335626533316535663939 +39396664376134376131333933306135396361386562363639306632653738356664623938343534 +64626566336235353963333864353465303830393138396531343566633630616138393735666436 +66366231396331303135323262363264303234373031336664306337313838336339313230346534 +66366234653033373937353664353931353838646538303863333366303438383462393136383365 +37343538653535633437386535326262633732393238346239323133623733386637613630303061 +31363762323161376630633830653538353530633663656662356636303838626430396133353163 +32656330663834633165613833366463393265343566643637343761643731383862323634306537 +64386563663363376435616532323932386533363837613935643930393966306161303162323331 +66653864353539633161366533373334303539366136396338663337383136363132366261303836 +66326362363335646562383531653062356465306265373737663531376231366637343661363637 +61653139663431616239623030646331323163316164626536313038353163613166326265656431 +32323937306331333832653461393236663834363238616238326266393166376534313838306463 +38363837646266316266333234663139323136366534643538393539323435393538396635636333 +61386234626532653162326530613738626666386261343665666434336235623766396637333730 +35356161613262656635333365303531323639393439366236626531336132616536646265373661 +66333836366439666334663731326433653832393038653835633631616237643730653362303265 +31653833623762383132653662313731393637386539336265643037623037646335626633356361 +39653762346631666435643635666462353665353935363362626365313735653134613632636463 +366234346161323165633564373562336332