From cb8bfa8d95e10759e750e9ff1f885df36e392e8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Sch=C3=B6chlin?= Date: Wed, 25 Sep 2024 13:16:22 +0200 Subject: [PATCH] upgrade to release 8.0.0 (#44) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Upgrade to release 8 (reinstall openstack) - Install Scaphandre and Promentheus - Add preinstall/postinstall validation scrips - Specify minimal kernel version - Unsuccessfuly k3s experiments - Create a systemd unit to establish NFT rules (add logger commands for better analytics) - Minimal SSHD hardening - Install HWE kernel - A minimal helper script for running all OSISM validations --------- Signed-off-by: Marc Schöchlin --- documentation/System_Deployment.md | 28 +- environments/configuration.yml | 23 +- .../custom/playbook-scs_check_postinstall.yml | 7 + environments/custom/playbook-scs_infra.yml | 24 + .../files/scripts/scs_add_nftables_rules.sh | 9 +- .../files/scripts/scs_check_openstack.sh | 13 + .../scs-landscape-nodes/handlers/main.yml | 6 +- .../roles/scs-landscape-nodes/tasks/main.yml | 1 + .../scs-landscape-nodes/tasks/packages.yml | 3 + .../roles/scs-landscape-nodes/tasks/sshd.yml | 21 + .../templates/docker-compose.yml.j2 | 2 +- .../prometheus.yml.d/50-scaphandre.yml | 17 + environments/kolla/secrets.yml | 3015 +++++++++-------- environments/manager/configuration.yml | 4 +- environments/manager/images.yml | 22 +- environments/manager/run.sh | 6 +- gilt.yml | 2 +- inventory/20-roles | 2 +- .../group_vars/generic/16_scaphandre.yml | 1 + .../host_vars/st01-mgmt-r01-u30/03_motd.yml | 2 +- .../host_vars/st01-mgmt-r01-u31/03_motd.yml | 2 +- misc/run_validations.sh | 22 + requirements.txt | 2 +- 23 files changed, 1693 insertions(+), 1541 deletions(-) create mode 100755 environments/custom/roles/scs-landscape-nodes/files/scripts/scs_check_openstack.sh create mode 100644 environments/custom/roles/scs-landscape-nodes/tasks/sshd.yml create mode 100644 environments/kolla/files/overlays/prometheus/prometheus.yml.d/50-scaphandre.yml create mode 100644 inventory/group_vars/generic/16_scaphandre.yml create mode 100755 misc/run_validations.sh diff --git a/documentation/System_Deployment.md b/documentation/System_Deployment.md index 7cf6872a..4659605f 100644 --- a/documentation/System_Deployment.md +++ b/documentation/System_Deployment.md @@ -34,8 +34,8 @@ ``` ssh st01-mgmt-r01-u30 sudo -u dragon -i - osism apply configuration - osism reconciler sync + osism sync configuration + osism sync inventory osism apply facts ``` 3. Install Manager Infrastructure from manager @@ -118,7 +118,7 @@ Please just add issues to this project with hints or directly [contact me](https ``` * Install the installation infrastructure ``` - osism apply scs_infra + osism apply scs_infra ``` * Execute the [bootstrap procedure](https://osism.tech/de/docs/guides/deploy-guide/bootstrap) * Run Basic customizations @@ -131,6 +131,11 @@ Please just add issues to this project with hints or directly [contact me](https osism apply scs_check_preinstall osism validate ceph-connectivity ``` +* Reboot all hosts + ``` + osism apply reboot -l 'all:manager' -e ireallymeanit=yes -e reboot_wait=true + osism apply reboot -l 'all:!manager' -e ireallymeanit=yes -e reboot_wait=true + ``` ## Deploy the infratructure services @@ -148,7 +153,11 @@ The OVN database is deployed to the first 3 compute nodes because the ATOM CPUs ### Step 3: Logging & Monitoring -TODO +1. Follow the [Logging & Monitoring deployment](https://osism.tech/docs/guides/deploy-guide/services/logging-monitoring) +2. Deploy Scaphandre + ``` + osism apply scaphandre + ``` ### Step 4: Ceph @@ -168,3 +177,14 @@ For the steps described in the osd configurtion there are the following exceptio git push ``` +### Step 5: Validate the Installation + +* Run the Postinstallation validation + ``` + osism apply scs_check_postinstall + ``` +* Run the OSISM validations + ``` + /opt/configuration/misc/run_validations.sh + ``` + diff --git a/environments/configuration.yml b/environments/configuration.yml index e1903193..54399835 100644 --- a/environments/configuration.yml +++ b/environments/configuration.yml @@ -3,6 +3,7 @@ ########################################################## # Global traefik_enable: true +host_facts: generic ########################################################## # proxy/client @@ -45,7 +46,8 @@ squid_tag: edge ########################## # system settings motd_show_ssh: true -network_interface: dummy0 +network_interface: "dummy0" +kernel_version_expected: 6.8 #osism_setup_gather_subset: # - "!network_switches" @@ -74,12 +76,16 @@ cilium_mode: "native" k3s_interface: "dummy0" #kube_vip_iface: "dummy0" -#calico_iface: "dummy0" -#flannel_iface: "dummy0" -#cilium_iface: "dummy0" +cilium_iface: "dummy0" + +# Because the FRR instance on the node itself is responsible for propagate routes +# to the metallb endpoints, there is no need to have a extra BGP routing instance in K3s. +kube_vip_bgp: true + +# ARP Broadcasts are not available in Layer3 Underlay Networks, therefore we disabled it +# to make leader election functional. +kube_vip_arp: false -#metal_lb_type: "frr" -#metal_lb_mode: "bgp" ########################## # docker @@ -243,6 +249,11 @@ hosts_additional_entries: ########################## # ceph +# TODO: can be removed when the follwing PR is released: +monitor_interface: "dummy0" +radosgw_interface: "dummy0" +rgw_multisite: false + ceph_cluster_fsid: 44bc2d19-fd83-4b92-a6c4-eed358e35672 # BEGIN: TLS certificates_ca: diff --git a/environments/custom/playbook-scs_check_postinstall.yml b/environments/custom/playbook-scs_check_postinstall.yml index 37b0c08d..7a3c17f8 100644 --- a/environments/custom/playbook-scs_check_postinstall.yml +++ b/environments/custom/playbook-scs_check_postinstall.yml @@ -10,3 +10,10 @@ ansible.builtin.command: /usr/local/scripts/scs_check_network_connectivity.sh - name: Check services - /usr/local/scripts/scs_check_services.sh ansible.builtin.command: /usr/local/scripts/scs_check_services.sh + +- name: Check the state of all openstack after installation + hosts: manager + gather_facts: no + tasks: + - name: Check openstack - /usr/local/scripts/scs_check_openstack.sh + ansible.builtin.command: /usr/local/scripts/scs_check_openstack.sh diff --git a/environments/custom/playbook-scs_infra.yml b/environments/custom/playbook-scs_infra.yml index ed3c5eda..df04c499 100644 --- a/environments/custom/playbook-scs_infra.yml +++ b/environments/custom/playbook-scs_infra.yml @@ -18,3 +18,27 @@ - scs-mgr-httpd - scs-mgr-samba - scs-mgr-tinyproxy + +- name: Configure network rules on system boot + hosts: manager_infra + become: true + tasks: + - ansible.builtin.copy: + dest: /etc/rc.local + mode: 0755 + owner: root + group: root + content: | + [Unit] + Description=Add nftables rules on system boot + After=network.target + + [Service] + Type=simple + ExecStart=/usr/local/scripts/scs_add_nftables_rules.sh + User=root + + [Install] + WantedBy=default.target + - name: Run Systemd Reload for NFT rules + shell: "systemctl daemon-reload" diff --git a/environments/custom/roles/scs-landscape-nodes/files/scripts/scs_add_nftables_rules.sh b/environments/custom/roles/scs-landscape-nodes/files/scripts/scs_add_nftables_rules.sh index a661f3d9..b3d049c3 100755 --- a/environments/custom/roles/scs-landscape-nodes/files/scripts/scs_add_nftables_rules.sh +++ b/environments/custom/roles/scs-landscape-nodes/files/scripts/scs_add_nftables_rules.sh @@ -9,13 +9,17 @@ if [ "$1" = "log" ];then fi mkdir -p /var/backups/nft -nft list ruleset > /var/backups/nft/nft-`date --date="today" "+%Y-%m-%d_%H-%M-%S"`.nft +BACKUP_FILE="/var/backups/nft/nft-`date --date="today" "+%Y-%m-%d_%H-%M-%S"`.nft" + +echo "create backup of old rules: $BACKUP_FILE"|logger -s -t scs_add_nftables_rules +nft list ruleset > $BACKUP_FILE find /var/backups/nft -mtime +30 -type f -delete ZONE1_IPV4="$(ip -json addr ls | jq -r '.[] | .addr_info[] | select(.local | startswith("10.10.21")) | .local')" MGMT_IPV4="$(ip -json addr ls | jq -r '.[] | .addr_info[] | select(.local | startswith("10.10.23")) | .local')" MGMTP2P_IPV4="$(ip -json addr ls | jq -r '.[] | .addr_info[] | select(.local | startswith("10.10.22")) | .local')" +echo "add standard rules"|logger -s -t scs_add_nftables_rules set -x nft "insert rule ip nat POSTROUTING position 0 $LOG ip saddr 172.31.100.0/23 ip daddr 10.10.21.0/24 snat to $ZONE1_IPV4 comment SCS-MASQ" nft "insert rule ip nat POSTROUTING position 0 $LOG ip saddr 10.10.1.0/24 ip daddr 10.10.21.0/24 snat to $ZONE1_IPV4 comment SCS-MASQ" @@ -26,13 +30,14 @@ set +x if [ -n "$MGMTP2P_IPV4" ];then set -x + echo "add MGMTP2P_IPV4 rules"|logger -s -t scs_add_nftables_rules nft "insert rule ip nat POSTROUTING position 0 $LOG ip saddr 10.10.1.0/24 ip daddr 10.10.22.0/24 snat to $MGMTP2P_IPV4 comment SCS-MASQ" nft "insert rule ip nat POSTROUTING position 0 $LOG ip saddr 172.31.100.0/23 ip daddr 10.10.22.0/24 snat $MGMTP2P_IPV4 comment SCS-MASQ" set +x fi for rule in $OLD_RULES; do - echo "remove rule with handle $rule" + echo "remove rule with handle $rule"|logger -s -t scs_add_nftables_rules nft delete rule nat POSTROUTING handle $rule done diff --git a/environments/custom/roles/scs-landscape-nodes/files/scripts/scs_check_openstack.sh b/environments/custom/roles/scs-landscape-nodes/files/scripts/scs_check_openstack.sh new file mode 100755 index 00000000..5df4c2bc --- /dev/null +++ b/environments/custom/roles/scs-landscape-nodes/files/scripts/scs_check_openstack.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +FAILED="" + +if [ $(openstack compute service list --os-cloud admin -f json|jq '.[] | select(.Status != "enabled" or .State != "up")'|wc -l) -gt 0 ];then + FAILED="NODES-DOWN" + openstack compute service list --os-cloud admin +fi + +if [ -z "FAILED" ];then + echo "FAILED: $FAILED" + exit 1 +fi diff --git a/environments/custom/roles/scs-landscape-nodes/handlers/main.yml b/environments/custom/roles/scs-landscape-nodes/handlers/main.yml index 2fc3e71d..800f2dcd 100644 --- a/environments/custom/roles/scs-landscape-nodes/handlers/main.yml +++ b/environments/custom/roles/scs-landscape-nodes/handlers/main.yml @@ -1,2 +1,6 @@ --- -# handlers file for scs-landscape +- name: Reload ssh service + become: true + ansible.builtin.service: + name: ssh + state: reloaded diff --git a/environments/custom/roles/scs-landscape-nodes/tasks/main.yml b/environments/custom/roles/scs-landscape-nodes/tasks/main.yml index be94766a..aac9a8b4 100644 --- a/environments/custom/roles/scs-landscape-nodes/tasks/main.yml +++ b/environments/custom/roles/scs-landscape-nodes/tasks/main.yml @@ -1,6 +1,7 @@ - name: Setup Node include_tasks: "{{ item }}" loop: + - sshd.yml - lvm.yml - scripts.yml - vim.yml diff --git a/environments/custom/roles/scs-landscape-nodes/tasks/packages.yml b/environments/custom/roles/scs-landscape-nodes/tasks/packages.yml index ceac3d13..9376d70c 100644 --- a/environments/custom/roles/scs-landscape-nodes/tasks/packages.yml +++ b/environments/custom/roles/scs-landscape-nodes/tasks/packages.yml @@ -12,6 +12,9 @@ - numactl - tcpdump - linux-tools-common + - "linux-generic-hwe-{{ ansible_distribution_version}}" + - "linux-headers-generic-hwe-{{ ansible_distribution_version}}" + - "linux-tools-generic-hwe-{{ ansible_distribution_version}}" - linux-tools-{{ ansible_kernel }} - bpfcc-tools - bpftrace diff --git a/environments/custom/roles/scs-landscape-nodes/tasks/sshd.yml b/environments/custom/roles/scs-landscape-nodes/tasks/sshd.yml new file mode 100644 index 00000000..eae66497 --- /dev/null +++ b/environments/custom/roles/scs-landscape-nodes/tasks/sshd.yml @@ -0,0 +1,21 @@ +--- +- name: Hardening Settings for SSHD + ansible.builtin.copy: + dest: /etc/ssh/sshd_config.d/99-scs-hardening.conf + content: | + PermitRootLogin no + + PasswordAuthentication no + PermitEmptyPasswords no + + ChallengeResponseAuthentication no + KerberosAuthentication no + GSSAPIAuthentication no + + AllowGroups {{ operator_group }} + notify: Reload ssh service +- name: Ensure that SSH passwordless login from cloud-init is removed + ansible.builtin.file: + path: /etc/ssh/sshd_config.d/50-cloud-init.conf + state: absent + notify: Reload ssh service diff --git a/environments/custom/roles/scs-mgr-httpd/templates/docker-compose.yml.j2 b/environments/custom/roles/scs-mgr-httpd/templates/docker-compose.yml.j2 index 3610c499..77e642c6 100644 --- a/environments/custom/roles/scs-mgr-httpd/templates/docker-compose.yml.j2 +++ b/environments/custom/roles/scs-mgr-httpd/templates/docker-compose.yml.j2 @@ -5,7 +5,7 @@ services: restart: unless-stopped image: "{{ httpd_image }}" ports: - - "18080:80" + - "28080:80" volumes: - "{{ httpd_configuration_directory }}/httpd.conf:/usr/local/apache2/conf/httpd.conf:ro" - "{{ httpd_media_directory }}/:/srv/:ro" diff --git a/environments/kolla/files/overlays/prometheus/prometheus.yml.d/50-scaphandre.yml b/environments/kolla/files/overlays/prometheus/prometheus.yml.d/50-scaphandre.yml new file mode 100644 index 00000000..4e8301c5 --- /dev/null +++ b/environments/kolla/files/overlays/prometheus/prometheus.yml.d/50-scaphandre.yml @@ -0,0 +1,17 @@ +--- +scrape_configs: + - job_name: scaphandre + static_configs: + - targets: +{% for host in groups['scaphandre'] %} + - "{{ host }}:9155" +{% endfor %} + relabel_configs: + # remove port from instance name + - source_labels: + - __address__ + regex: '(.*):.*' + replacement: $1 + target_label: instance + scrape_interval: 1m + diff --git a/environments/kolla/secrets.yml b/environments/kolla/secrets.yml index e5952501..8cc99e2e 100644 --- a/environments/kolla/secrets.yml +++ b/environments/kolla/secrets.yml @@ -1,1507 +1,1510 @@ $ANSIBLE_VAULT;1.1;AES256 -38383365366635616433343664383265386164373233653365663762396166646535313461323966 -3664373832653838376133383637613432623135316364350a303366656231636531363436376537 -36633036653930353939666438356564316331366631363438326662666664353432313630323132 -6139643939613635370a303737653430376165383066656632373932626234643032356334643937 -36653034666332393061313133613735316239653731356335396338346235383735353533663635 -34613336363533636231666433613132313632613562623864653064396231363366626164383563 -37663537383365623936303831336637646563323861643564353362666265333866323566333665 -35643038633036636161383437383639376465663963613439343336623031373465323331333039 -37306564383865356533373562616637623838336163313533616131393535346333613736396134 -61356332356533636538356565663564353633366366393334636532323164643565303762323733 -30643062633138653362663062666161356362646534306130633765333131353365376237346138 -37303936616664633034353635383331386133306636653366616263356661613962616137376136 -35313039656633386438303332373834363061353436316239306434326661663533666533393932 -32336662356633323761303362313366626165613762366634613934633139663835393737373463 -30643334366536333637646138336530663932323838636533636362336563653761653332363666 -66333436623635346365383534363664386232373339613734656435353965333139323133366237 -34363731663538653566623462313737373638383336636437353635303330323336623664623562 -66623837363937656637643938363336353862336337653239303030386662653935666433323039 -38626564633836346364366664363430306439393636633733386262346135663839333764303138 -62353163633466353263313564623137643165393834303532313365663739343431326438633963 -31326464663761666130313163656661316563656132656530306161386563636165353466633138 -34663765633736386330616462326563383163373362623233613664653561353531626366373136 -61396339353561333736653738396235303865323532303262303534303730363935633230376235 -62356565656135623231623934346662643333653531366639613737356537653430323031323136 -33306638383134383837383037613635306664363564326465333762643861386137323230353130 -35663061623335373232653830623765616638643763333038353565316465346163653939376434 -31653033316437633664623234396634393238383964396134653638336237383064663339326136 -35393131363664666365643634376162636264356337613537333562373432323231316234393961 -39623363623461336132323539393434653364343664303132346537303737353135633633316165 -64336232343130303266343366306638363634386461636535353561306438323032306261306664 -32323630643037656165333136316237313065623637313135633334636239623230646436643832 -34666434333563323063633362656666646461626230313332316539303866643261616538323964 -32343462306133316538383862363837643761313031643039386333306264353132333339386435 -66393333653166363137393062333336643365646563643032393432386266366331393735653033 -32623333616536383538383737353466363332306136326330656537356631366165343266653737 -34336134643438656538636366656338626632366633653734326261353964376637656165383634 -32333432326564643263316136653036643065383764316434366236393665346638323062353331 -34633333616665303831316662643039393937663636396261393161363435623466633238663131 -65353636623134313666373534366632623933373233353438373830356130356233363037373864 -38386239303731313861393430333431353464333039626639636338643831393162303262633436 -63383731336536663235316462343734333964616631346161636336386330363333306364383237 -63313830653431326633623932353661353834313962316133653930666166353831343333363037 -31373732323431336532626537646131353534623766313864373237656337333966623465623136 -38656138633335663263653930343339653833343862393231343865353233653961633632323431 -39356136363531633464646635656333313334643764356563343966366332343664376661393364 -61356564373466346262343561663031653461396539633565333235376364353934343966656638 -61353331393262626333353931303238383239306533373265323230383465623465313162626636 -32663663346261666461323162346433363835343062363436333163396333666339393932363035 -66653435336565633137376264316665386335643935646639376561656334376432636634633537 -35323863656438306334633636306338653834366563303965323963313764646565386337663538 -66663565613431363031623961373738326561383336663865303066313737376662333132353739 -39663966383564623133386533303339616338333765663132636239376661336436633330336634 -31653130346339323136346334353561393837613561376535306362646538376165653138393132 -64643763356665663832336533623538316139343461356231333666653366303134346332326337 -33306562366562316664623633366331353561383837346165653666313633333432386338393738 -35343061353431343632323033363138386136656163316162616234356536356336326165326332 -64336134393633393337393062623532333661323630393731656239356638663539663336613631 -63356331353965353730656566363434383664306234336565666461373830626437303935303931 -63656237653261363561666533313633396334346531393463646331396233343638656335646666 -33613734663239353838356566326665663535366436383061613030376433396331323863363933 -31363565333664366165623436666633656463386463633639303439623263643266303864366137 -33663863316536383162343938336564636334323134303765313138396666346437653635613137 -37316361306264636665356364663732346564333266396639306635323633653635303131653334 -38616239373439373233356635396533336162396266303332666237373266333264333739323865 -61346366666664343930343537353434383735363935616135313435366232646564373936653866 -64613535346236313635626338396633373964343136623033633635333435313266633439393839 -31356134386366393234323966633738656233663834383038306630646664326630636265333634 -32353039666137633235353438363739366561613333343634643362666165623664663561613637 -30343436323232356565383161313162666333316136353266316435623434643135336462653534 -34316235363964396562636136616232643435633835343639373131353163323337613133346364 -64363066313063343964333066623337303335656539623131666534356564313066383733306432 -39356534306432663330366264386565373862343039656632653462333037656635363132623531 -66646431636235303831633732613461323461306431643231313865353731323266663239643930 -35636135376464376236326339626366306538393461633436616665373730376439383961623535 -66383664376466333561633032623836643632353038663530613766666163396133616461323532 -62623932653237333366396335303861373637373930303437356637363665363637613361376361 -39646539666665386662623964306337646530663666663164376535333264363230313838343132 -30666133363439666537633339353764613637383438646264303061393439336161313239633239 -61326664313964653037366234356532363237333862393434636663303338333235663064396263 -30613133363464343334316566616531333939653764363739653363373437376530353630323738 -30316462393266356366653038643765643431386561326662633633663036643865303937323265 -30623564343931323537613762616439303161356232656137663263366264636135373761313731 -63323833376237376365643465363561383835633034313530346531333734363764646535366363 -33353135623838646138333839613466393730636430653064616634393437633435393533663438 -38643666366635396264643364343764633464653937306536653836653062646162633061363136 -37666132366265316266633965636665613431336332646432663664383661333032343065396139 -37376136333033663261666230303562333631326163643637313832623936306462353332393734 -37616466643731346466306530326631643465363964303062373463653138663034353263326361 -61373865336161363263373935653733343762393935646162353431303938643335346137326338 -36333836346162633066306236343334393136633666663933383232373034643761376366333632 -32333362306236663738623866626136646164633733623565303832653134373932383636383231 -35383231323932306430393637346333383832626562613439336235363662643633363866373265 -31383964616462623330396236313538366265323061313836626537653564326336343236663832 -66383437336535663766623631323632636363656364373035653731383738316231626537316434 -36636562336238363864336461373561346166323335306531613236343065353165343335303166 -36623637383337386162343262376633656136373965303434626431326462363337653965313030 -32333062613437653562633965373666363461656364306464386436316138333465343763653162 -36383863313539333634623435656438393366653966663338633135313334396264636433623839 -36313037366564353761333465663765373933663132326430663635373838623561323262323966 -30386162383465323539666164316537313666623732636333633163633361363836396162376439 -30396639663763633262363061643634366366323163663731393266663633303438363133396234 -37383965356638393939366336333363386564386230343263393539363939396634383537303765 -64333065633137353839616263663031363331643835663764666666623034323661613062376432 -39656463356163656135393863326463386163643366623735393366333564613030356639383833 -33326439646539323739653536333831353936353235316235636162663862653936313036646639 -38306336353764303431323961626661663439643663623266666231343365663166383737386436 -32646261326631643437396663376130363033386532396238333830313964373737313132376162 -62316465333538626134656566383265653365376561383866666135376661623962613663643765 -36646532376538313065636261616363653836366363316437623665653362653435663437376338 -61656331386237353963396161353864613365333439646162656633356130303838663263383530 -36656134333836356665363063613438306166656363643664323336356261306538386463643264 -62313939376566343366346264313161656363616262643839386131643439626137643237626632 -37393166633739323735353938366263666433343936326232623362633330663837393434333932 -62653066393732386636363734656532376431366461623661383466663535353661376463313739 -66333231663338353566613131376163633664316662663935633436356637663538643534366239 -36356165373633653462336531316164336630636130306235633866643333376531653763666161 -33373735383037326664303332353232356534343662353761303766353933623338343866396363 -66346639343565353330386538356662376163363839313438663739616639646163653037353530 -36646130666333396639356137356266616563373861366430346238396633303266336435373735 -38623635303964656463323365353839303336343864336232653730353065316435616135613437 -34323739353239393730393333613066396433633336343234323562393232373932653437396364 -30386334666433353237383463613735396534336261333933356337373337336462376266313666 -66653339633562313432623330663937333666313633303638336338393864633532306338326131 -62336561653561663031343061396166656265333036356265306635623534353031393565366265 -61383864626233376433376438323966626262363939353764623766313661373964353737386537 -39393665646131653763666634626138386339366664386435363535373930653135363866386466 -61373536643732313938326263326634653039353133376364656537356161306539373435366638 -62366166613431323031333639363039623435373338343635306265643630336236643630356634 -61626631643065636631303664326636663833613232616438653837613662666531623833616133 -65636633383537663665393532393463653135353233303666613334663065656239366262383465 -35646161373939653761656361316564373833363035373434643134613366643939656235643339 -35303262616466323833393361366632386336373539653737666237623132626635353233303930 -31366339623038383732343064303231316337616432316563646338396464396436653038666265 -62336665333963366638323738653231623331313634336439343439366434653633393563613434 -64366235306465636466646231353639653232623965663039316636313335613633623565336365 -34646631343235633535663836313030623230373632376630373262353934333030653362343731 -30616234663133663064366436366130366135653138633863386537613338313237326466613731 -36383937396137623933363934633530323232383461363961653565333163653631326531666465 -62306262373939636662333564363762646233353335346235363661323161396634333434666334 -64343036616366303134373336313661343430613939646437646334656438613631356430343538 -31323733303135313233613239323561633435626663643639386437653766363963633862376134 -37633565363433373033393138316338346465333139396438306666653966353233613432633461 -37323433643964626630613837636362316331663937396364643835373563663332633564333738 -31313939393938653761393230346633316465356264666337346136353036663234643735323461 -35346236616161333532303434343139373332323662396536343636313730633761646164613236 -61373734663961613433376133306434313862363665393934326535653533633937643063336339 -63383931373137643535616334306438383565623434353432656337323234313063323534313437 -65306531623536643131633265323862393861323730323739636530303439336137306565353562 -37313462346337313436366537336464396435313138363635353063643834353430613936356131 -38643633306562383338346166623966313766643034343132663132643931373562396632396632 -66336263643966346639383836646238633638306631396634663664323839623230383262376639 -31306161326531323939363030366463386136366264333761323735636238666462323061646433 -61663038643663323630336161333534613164613332353832623362303732353566323238323738 -62336463653637306239633239623331353935366365613635353835363637333436623435333864 -32393063653731626631306364633133393864616336373237363338613730373936383339616436 -62306435656535373332646133323430333738656638393264633630336461626231366631613566 -35373165663832353232666266316536323735656432613863663166346566633634366264363065 -35656639303564613733326138626237633561386463326465656239346161353738313635366366 -39653632373666376130306139303164653930313361346366313466396331663966396632373732 -38323036316536626365623438623138633330643136306238303862623664323935373837633834 -37626663616536316664656438626237396636616431366564306438646335316635336531636139 -34306335396439353533316362336537316539646639326666353264303066613335336561353162 -62366539616165626631323335643166343430623362303737313031306138343732323162376631 -34663963383234316366373838333265303936383733313932666164623463373730326564336561 -65386330633238323964303962656635633630663938346164376339386663376430666537383539 -34313864323233396138613163626532396537653033366131663366316337303331656532383435 -63333839336337316137376562323965383933313466643831633735613239393235323230323764 -64616635396434303537633339366630646466663565306363353966626633383438366231316433 -32303861333735633363623634336138386465326364306366356539373462316639633164636339 -65333036323262353130313236383365383131343135316236656135336235653731616437343734 -63353733613039326461613363323162663039343933623938313438623634373335653566633466 -65636633316262353232643962376365353663366430616439323330343934386466623739623938 -39323161646137653262616163396231313034623535623464636536303734356661656130363433 -37646335323061306431333438653963346435343732373632373864383863653439396665323365 -64343234656165373565373866633538346439383736343937323765356336646238326366396633 -66633333366662376330313362313737343635643331616663633263396566653062633236616563 -35393263373036666265383033343665393866353235313761303933396362656332336435363230 -61653363363461616436663062646166353462646235316637383834643763666565616663333138 -39323436663764343535326637346264303339613233373835643365393739623561613461303237 -63656562393738383131326435323366363036353766623238386437393337363664636262346436 -36383362633635373262613132373534666230393264653736353734656139393462353464666236 -31363534373562646666646461333966323163626533336633396132376131323633643733323136 -63386666363934386137353034303339373062356665663761303161633937343332346438623064 -34376536323366383137343265303964663536653665653139393465303937663763326631383239 -65366537346463376136306165613664613138656336366361353531336266336163326137613164 -35396166643039626639633961656230343162393063336535653134336630366336396462653661 -31623361393966343234396564356638613965383163653134323661656262323239656363323430 -62666536643666643433623165363661356238616261343566356430333563366235636336386165 -61373036633430663761376531396462643534613332633933313931376664363631333265613266 -62646432313462303135326134313362636332366566633964663238656262343537316364363232 -37633837613633363865393965613761613834346436643162613334363534366266303235366630 -62343637306366383832323662336436623838306234343434393930643165333033373634643166 -34646536646431376461323063303263336631313662626137366264346162633963393263666431 -62636631633334643763353430633761376165393639306339373635336539643562316234656662 -64393863613039613262313063353164363630353462353034356536643164626566396561313531 -64313432653534333238366338336132306330383765336662356566396261623965343461343435 -38653764343431353731386164363361373537613431343337373438613933643638653265663830 -38373961343335663031356339373164393936653736376261653433303635363461653433366331 -39366538376337333533636438623132623766343138386165633230386165376162386237323936 -61643432613032363736366539643462653236643238623730613661623636643362303230653538 -36333166366630303436646565333338623531613030333966646565353166333061313836663330 -39623561326431326666653166316366353731656332626136313036313633356432346566313832 -32393631623064373565316136353263376238643562313434333363633562613330303034316337 -39343664393462393232386236313737366165303238666632376230643134373535383834653234 -63636432383238346661623737633232616137343932326437376636343636306163623264313234 -37663332323665663231613631363330613530316633323036666664363935386563383331636665 -63633362643137613966383732663133633763393636633666663332356164326638323639346636 -64646532363838306163643537323932383066346264303038663638663632663032366265323135 -37626232646230313835663663366332633461656338623061306639363334353332363334353864 -33653532303330376264396166323332343862636131363031303936383035316662383333313238 -32636336333966383130373366303831623434366231383035386464616130316330366264323232 -39633330373665613735666661383530626233623739333266643336393736323365633832313839 -62353064636562373836646439613933633965616166623037623737333461363533306233343762 -33326464313036633561303561633862643331316666656462656163336364333830616434326139 -37383965306232363462323065373464393765643338353265336339646635316266616138363232 -65623132396338393438303766633464633666663836323066383165383465633162363363313061 -31343039623535333936363662346438313761316539636333653562326337613664653864313134 -39353439363630393464373232373634656533653436336232656131373236366365656539323035 -63366639663761616361373832666434396165363364653734336638653564633639343864396138 -63626533626361383164613763633362366132366264646238643665373032656466306233393138 -36353133653461386161376266373832346333393737663966373965303539656161336562663163 -35663430313866363034636336643230646233386664303139636462346437616131363332623735 -32373239323330333234613964656230613264386665323534316235653166623765366465626661 -38313261646231346139643834653236333166353137366530313239363133653862383432633334 -39646235363332306332366637343563383566356430306631353930393735303331323939316462 -62633432343137643665636130663530633565643734366166633639356361316635356361313838 -37633764323531653136656232306365613335323031393666306234653761663135386363313634 -64366239663232363533663236363439303938636430313639666463353934656162663965313434 -32343261666665376331633437313966623631623330353130333965353766333338396332663435 -61616162393735663834366264656234396565623365303136323964396337636436313161393266 -38313365363964373561393665313233303437303663366565303735663566626161373530646362 -61363866326131663537326261613964373337393638316439376536623532356437643666396566 -65343361343765336333343161666661393239383162383464653561313631656639366464373463 -34646165326133643836316264616435643132333633303835306131326239303266326438333638 -37653463356163626630663563633537363734656564383031376661623662303965623563613865 -32613264313736646261663063343062386264363237376633663033346239326535666331396138 -38316263343439623538336666316164343039666166613266396635343134376365646636663937 -61353131666439633533386439376236343936303030343137383762653432623665323964343135 -65303961353435346561323635336564343063323639376461353566326339303064376435623934 -65636665393436326530373465303230326634366665636332313439356565346139663361643037 -33313232343230633962326163363332383264663666386439623835323138623931386539303633 -39613438373434333831303736376333616438306364666430366431333538366132646434393336 -63353666616434393733363865646234626638373536623765303666613132323461613966386137 -66316636313232323734356132666538386463656436646330363763363336383263363633353633 -39393837616266666661333861616435323835346633383335633139303930386363353830353931 -37626335396162363134386130613665643066323831366564343532383439326238666334353733 -61323661386237303133356130653766313235306430363438653838616438376431333230353239 -39396666383563343164346161326131313334393261316636353464373861633936643639386462 -62333836303661366334396438363236613562613533633930366434313433643335326363336636 -38343664383031616637633833373231373363616137646565643838623839633439376631616539 -36663162343265343065333765666236333531333439333430393263613931626235323131623864 -30326334376462643962356534646666303433386262363536623862383738666364383730633435 -32623334613530303337383766643131393263386530383431623665383332383638636530316638 -34386230356332393334393664633833353432303538353865313330386339393237633431656530 -30373765656163363930663434393762373933343263653664353636353739633739633564393436 -64626639623631636531653538336634653632306462316233643166636138373162653262346134 -35383438393639623262383265623765333761306537393865336531343766313832326431343561 -38656338323664363132323166316166396437376161663531663362653664366361376137653164 -36313366613136663038373137316233653563613338346337636163363864373431373162303837 -31656333633964346437383234343031363332333330303261376636646430613165366165366336 -63666536376239373830623435353632323537323839363161386438333966336164323266383230 -37616537623362333431623264623762303835393938386665613865623466663032396664316237 -35303164396639383165336636373535663736323963613464643662383663356266386431613034 -61326364323465313763303733663366646662623230646433323737643436363333623336353266 -31373736323233643666303539373130343634346635666562303932613133386637333866306630 -62303837656134343330313434363038663663646131383332333761623836306363656137666433 -64323265306161323931616231646362303837653637656664303466386536616461376638383531 -36343139626339343563656161663763643934343163313931373166353366653864353539336366 -32613761623836393538613236363034653337383133373435396464353033313935613431656138 -65343562363062396538323462613132316530643837306462656334333364363438616238313964 -39646662383531623538333238646566333163343563356431373130653630616565373234316635 -31396463316261626165663434636237666137353265646162633064383431376261643034323835 -31353162356131383334623830316534393662363335623066326138396262356632353864326338 -66653539653339333064303835313731636335393062313836636234343936613864313161363635 -35306437306536643833353132373164336161613036386664353265383937303266393830376365 -34653262653963323164333763353530623366333963393262393232376235373334663261373462 -30306135376239383139626264373635646362353738373930306634666439356163353233623032 -32373038656162343734333734313135386162356634363433633331633032633538323739663137 -38346365343631623864393439653763383961623032376336646238636565396564313933346566 -63396632316361333562643532333135316666313330666330303532313362663832633335623336 -61353663396239663335336530623639303061386565656235613333616431343764623734393265 -35313635313133363635376532386139613866323834663032393536333834353761646430626630 -36643637653965613132323830376535636534323062326663626465353864623761346130643062 -34333835623434636431333330623534336637623932356335363138353165396463373330313037 -39303363393030636566343038353065653933353339616634653863663937643762373463373431 -34666131323566663131333131656238343439626134343832636533613564386162393834363937 -39333233666661333137373234353232376533303037393861626661326135363633366562316437 -30386666623365613636623231323663313064653362333836653065366534333530303363336231 -38393261666663366434386337636337323932643361373330643534333366393232343234663761 -61303137366233313633323339383233333265323038323166336238666230643134663338316334 -62393261653837373939383833353762623163353931663764623164636661303732616136653539 -63393731633361643762626338346230373637303766656338353536393166373764633637636237 -35303939643131343066393638373962663736363732386464666339323232643735303730323662 -38393732336133626464666266356434623030626662623337646637396239656236326330363233 -33356630316237306462363365386663306362643766303234313665393162336163633336363762 -30386366306334663637653064656234636530356236393132343534393164303131306161356265 -33643031613830653365613865366162396138303739346439336537356336353664613133623237 -32386663386531353530313265313039333133313033356262363562336136653161396563356434 -62376137313061393264323039326632653865616434666232613866646661386434353563363430 -36313536616530353461363832323264653231323737663664303462353361386461663062663238 -34363736393264303263386234343464633437396163373833376235656561393730643233653430 -66316466656261353364316438353234333266663630623866663031393432306533666438343665 -31376537613531353032623762366438666161356539346539653637646365626331373730656262 -37626235646462626433663532393064316430386436343065306337656231643966623333643861 -66663566613333663338343461313538363037663765383038653431316436636330343739333163 -38353431663066633431303565326364633431303162626638393638363931343139356335616239 -62336235333530306164373537326161373638373236666132613539373833623136623132313534 -38323236386638323465353930636661613937303635343461646339336365386537636537393232 -36666364376232623066323766616464383839376635633065316230303734393335343839613761 -34383162363438333337396439663732323163366637303062353339343230643530663334306363 -65323031653065623332353062303133623734376364363565383734383963356266323965323763 -63616163393539666166613233386330306564646232653733393436613236643937396239373161 -66346535313564666566373437323939393835373132396539616362303532336332623436356138 -37616266646166386130663863396131303937373634356333356632663538303364353332316530 -35313235613633623464393039656139666635383761346637623663356266633966653966623864 -64646634366634653330636162396632656666363064623763376466356435313362336531363462 -32323631663436633362343265323366656534656663343962353637393238626536376664623861 -38363661343966353063343831336366346566376636393838306133346463363130653165306432 -30666636356238633532376237646262343538663238663134656266626661323163313465383962 -38396633626430373661313663333532373362626531366561373834353461353336396335633363 -39633133636463613234313239656164346635633162363737346137356237343166623262623761 -63323564653765613733393733373434643464653636333066376433643365306638353939376566 -66626335656537623466316434303833363831633661656239366262646233363939383130393963 -32653164356636393030383034306131323361316366383434316566643539616136643131373265 -38376538653130643734373332613663323131373030326665336531623033383338366639356534 -36313635386431333731326561643363386563393564306266636537393366636565393831613532 -31353339303938306234333363323439393935366439333463356433373137393863333962313731 -39333237306639363262306136666338326530653835396363336136323631366665353639653066 -36653663323835333261666636396463643261343433346331323331636230303130333363353164 -37383230643439353238313335653439656266623261646266373138626133346363393337656661 -63303464383335616638353265363962396334343438623931636234346161653962383730633061 -39623062616566663461633161616531383562623666626439316532363363623664373066366466 -30383237323531316265303130326436613462316239643530373862323464376531666132333130 -37346361656532353632313932393634373633376136633431663833313830363165633539616137 -66396163316136663338343831656562363665623437343665656162666536353236623066346636 -33343739343534653131616634343066346632633435366234333533303939353137616334376139 -33363832313065343765643864663732303331333261353465633830623765373739393963343266 -65303333323838396466313937363334633435303166363237333935613939343733623761393863 -30313835343934343130383863353639303730343438316537353638313831396230393463663234 -30313337373365393030376463373835643264306537323664313137643363336336343438636337 -65613662626133393834393735303936663430306635316265633939366137313666666361623461 -37643135323433323463616361336637386265326338373535396334333638626665643632656438 -31313935316565363463366430626331383839636163376265353039386135313761343633656431 -37373930353363646231373561646330306339393435383263366565363862353231313731316361 -61396563636365363431303837363434343866643336373834393139633965353432363037616162 -31643062346439303064613339663264613037313534323266663935366239636666343962313862 -64616634623935613033333635313461333865643663363336373531316337386634396335313431 -35373634376338613061333237373366313937303038313064376631626431336231326162613133 -62333632313532313937376237313239656630386230616633323938373633653638343330313966 -30303837376531616433666163663530646336383837373434353938353339663834336130303237 -39336136313934333939373532666363663230383164356565663462343332666163303865623332 -34393835356631653166663933373864303465643632343337356438616263653837386135653564 -63656638326565343236626134336234313737396661316164646230326134616130646335636265 -39343632623065366139396539313439633030666631353731356463326365326130373935656666 -63353663646339656633616530306566343235663134383264636534653933393231373062323635 -38383561363961633735366435353031313735383039373932613461353066356235363065313863 -35386366663961623532663664663234386431653139346132643630316166333330313635343165 -64383738396366623364396265633638376237353235656166613332616564623766373066366263 -62386463323731356330323063623636323866396233653063393334306435383337633966643430 -38303934356234353833353932343366613830396561303635306665646235343065336166653835 -30346364663362343962373132346364383737383837336331316239323836313031613630393462 -62363033343931366432376132373439383561646139626630326663653461636538363534326538 -36383562383362323334663738666263363035386139336365633265316636623334376365343966 -35346430393833353361633362636338363564323766336335396637303231316162666266373162 -63663737383539663738636335653666396637343538633138383862646538313432313534626366 -65333731663261333565383139343664656564616637306663643963323362383138643566646533 -39613939623233633033353763373633313263366136323638633331303839363361356634353838 -39356634376430653135333638376330363038333331386562333164643734343462643032376636 -61306464383237393763333134396134373635643339616535383139373136653238663330646665 -31326137653366353138646230346632663262356361643865353038663966383439663934393831 -64393431386264653932653731613137663833346437313036333830343963616438646462653764 -65386630663864626265346664343432663565316230663333373336613532623261383435393864 -63626131313530336435323432623130313665336236353135336332633761373336333062653063 -36323661613661323139303037346261353766626237306238623232656434333335373935303932 -30326335663466663366383634623239333763356531363861653935383639643735613861356334 -38306434353635316531653937316265656264626531373732306330363866386138343435363339 -31363436373036333730313835343833323238333364343766393761656430636261366136383532 -66646235373731383531346431376330616130616636633665386133653439316266623837313531 -34393762303234666434346366393337336137656135336433653664373362306237616164336364 -35333962373436656134643162396566393939306532616562373838363666376665643333633632 -35383961306233313833366431633339343564303465646634353738373864363339316536323461 -65386663613837396236643166316431323031656532353233313139396636343331393838653536 -35333632643436356664383861646162646363633833633563656435353937653432656137336131 -64356439333931626235646364643835663363353161353566373533623166303766333261663035 -65393939613631613330616130653766306335346535383839333535613633643237356539623631 -62303166623930653130363333303738636366666330356265383139386130653034393637356233 -61326534363831616564343863663235656434383631633539373331353535323965623134653430 -39313362333362396138396337623239313635616136616564373633363063346336363239373933 -65333432613230623963636566373265613030303537366539643134343466356538366130373664 -34373465636139366164353231393938303932623763326438656663326337393731346434613164 -38323336616537303765643165623663666535396462303162346261646262613335303130343264 -61353834383763303562316534616466623165323932353731653835636136363631343330626532 -65363562353466353130643435333033653534616335373966383565313866316235356138653764 -64346665393738366435303738333364393833326362346338366630653639316366616664313765 -63313134613765303835303465396433366638623238353635663038326639633436313534346131 -62356263376530363563386633333733663630366431636263623038643530363061353936646135 -39393839613834386133346463646661616466643031613861633036663064653563393730343737 -33636636393731356132306661323530666264363463386131366230303562373264613164623336 -66653237373336663930646633333736653030616662333836316637656465633136653863356236 -35633463626664366533366630363338393436323562363465643432386134383433383133363832 -62626135393934393364353032373335323664386265613239643865373263353538623437636337 -61616134663533346361343131366366363735393961313132623765363734633963303132363032 -64666166643535373538633164393439313965633932363132323933306233373537366531366266 -38323438323937656436616261613930623932316631663132653839653566366265633237396364 -35376434383266323765376539316334646238303762393461653361393866633461636230326564 -62333232623738653965643534303262626536313339633961306439323633663537616131353431 -37353930373835633834303734376438363339636437303264373361303864356233313931663831 -64363035626334346239383738633163356336646535396532326130383139376261316366396330 -36623631326434626262313366626539643531346434653135646163373938383432646134663438 -63376132633237633163353430653730663463393561323866353463386439646531626134653861 -66353430303761656331663835306634323639663132363566386630316532323538613663346132 -64383332643936666634316466616236626334373763303634363431343436643638386233663463 -65306136653462333862386136373463363536356535396635376631363563633161646330393437 -32613831356564626336646631666134313339646462383534323732626361633466363430363962 -31623465656363313835613839656432333230396236636362303166323361323136316538623335 -66396266623937626634616462656236326434356631396333316237613038656466636161386462 -38313063636130383965303236303164623831383162666635653766623866373033323461393237 -66373135356136333939616161643632316533303438386439623161633763653431633165623636 -62393136623836393538383866313535333862363365353136616332633338316136356136386637 -30646361326432653562666531323164326135623061393532646136326163306634636636303061 -30393630313362306366353839626534333037336262643861383961303737646232343764333237 -36333031623535303462383536353235316364326631356639313233653335633231633065663839 -66396631313738353663383035303834666536623738643239656338636536383630343235616235 -39363339383530386233353235396666653038666163663130653936343264656161653436626639 -30623534646166353231363362323239633862653931326138363831623964646564666135343832 -34663230636330666436376662383537636465633466383334323030343161343437363063326263 -37386337643865663136626165333432386135636361313264663366383635303533353865626336 -33653935633936396265373235353633313334383861633662346465623966363837353332623430 -34343534623437626132303163396462633630363838663139656439636235363032616561363533 -63336461643832356536343364643766653264313462613538613234616532393062313965663764 -61303437383666333839353861303736323261356333326133373833383962386330653263323062 -63363831393137363838386332366264666530643662663939386361373566333661346230643338 -37353864643133643336386238663237663633323736643133313530316433643832613231336239 -62343333303161393963643737623536626564613162636364336362616537343236616134323030 -35303162313036336130376538626262316637343239393531623336346265323436306232386239 -61306537323264373332383430383035613838656263373438333362303339333530363338366666 -34373138666239393331663930623664623931346162366334323563636363333236336530356265 -63316234393334633562336265383038633134366165343632623236373363643934336635383266 -36623532633934653765396465633764373365353062373062616131623035386562613034356132 -30356663663265323863373166373134663263333532613439623661363565363433623130333661 -66323433313963383134323662613537363735383837346664346235663036336130663363303939 -38373863396538393836303665363463313539653565323334343133343233366366346139633065 -66323732663135336430613634623333383538373266343138363335353963343132393264323563 -37626261353534346263333166333131306335303464333761303637303334643062643233626532 -31343464636339353532356633623037643835333131316539653164636234346131623637636338 -63626437373964633435653035313363623936643231396166616436646331656464653866396664 -37393939313861393232636162353966396261653663656332653765656566353136346138633434 -30626561353465646266366130646631636664386536393662353634353736383662663936343931 -30663533316263316637356561323736313861326434356535306333363739376364653735383438 -36613665366262636364656262336362336238333333643735363764393362306334663363393563 -65383534643831393439623161386461666364643662306436373564636263373538653332343430 -63663566656165633562316233653435656433306366646561623130643361613263323362613462 -63383038643930346337643938323264666133633365643864393366323563363761333264396662 -37353531373265323037336530656565666266643362313038613934373135626232633366643661 -62373562623431333431616665343364316434336366343530633066373131356631383630623164 -66376439643734313231303639626231383533376539343663386436353963343833353233323666 -31633532636662666131356639383834343835316131373463336662333838643034303762393763 -62383937346432313638366364626638613963303961313634643862396163346164643436306264 -34333036323263613536393764646563663466333336353339353931353539656435623935386638 -31373965653164363762643237343331343166633766303235643939633230316665393666376461 -30346434346536333335306334303834323431343261326564383536626462343732343963633632 -62383263316230306236303433393032313738363662643265633565363962613761636339396634 -37353738363764646230613066363362626364663764623334343162643532353565623533313666 -36633437663763636630626132343665613632356264336164366332653861656566393762353233 -32633165656465303761393563653662353663666436353564613130663331363061326330303931 -61663362636130623835353665613839633733383939653937376565376136323864383563393530 -37346562636531333062323036313761313939393763323166346665626134646363633262623734 -39646564643465623665343961663862303764393336663639663762626236646235656635626534 -61366662343064356262663164353330633461333033343262346130656633383434666234643565 -32646337643238623666626638386338643365666266646536366264343761616233313932643139 -65313035633739653835393265366136383735303031653135623365633435313466393163613531 -33643166346132613662653336363766656538313430616463396132626361613861666566306439 -63333437656562613063633364393165343638373732643762333963386232613339653935303733 -37363465346463356533373132316630363532343432363736623863326436663030323331353936 -65363532626364306661643736393266366433343732623965386236326565353162323961336132 -38373238363937383130333563376633636165636261356564613130633037636334363438643034 -39336431366538336232336531623835346330393065313732653365356565356537353432326336 -30646230653132376663353137303764643466353634666133383963373636333433343363383161 -32313837666362663930643631313363373839666333366136626433313830623531656631653730 -37613538623736333162636565326163383764343163343133336634306337633338616666353661 -66323164623665643832636363333236393337613232323534383162633365376262343763616561 -33343031393639643439656562386265393238356132653239376433383862376361353930326539 -63333664353538316637333164646264313362313138326162646632386664653631363332633831 -63323963653031356537343731303061306163666664623630333963663262316433623737326339 -63353062623766343439383030353536663131396132393438336137663835646630396539346562 -63326134633434613961393639656563613261306536633162383436643331303333646538623239 -32383361393830336630346562353936653432393437616562306263343531373066363465356231 -33383034323466313838346439383462333633623064656637376130363534613734636662663834 -63643935663135623830373032636138623430353963343036333631643035303365613666386535 -61393062636131346565636266303331353130306563323831653832376162346537383862323834 -35303030636464656333306164646437643263323266323362626133646530366235363433353366 -61373839626338646434353336633633656630313736626230663465653234326436333836303565 -36383932363939643339663030663031613361313832643466653032326433663966396463663034 -62346335386263396261333064366138393632633631306338336438353131383830336332343266 -34363837646337303835653864346266666639306363383138343532393039333533303133363966 -37353237653663353062353038336339663566643561663064666461393539633264323161383830 -66346165386462623062306161623538633034396566613435316234653365653434636533366465 -62316234373438316135326532303539613535633834316235383237383064356161313634623562 -36306139336537663335656530636638656636383661306331613436333663326137623839316665 -65646165376265656538383862326463323766346561343936636130323431333032613632373934 -37636637316133346139396232383338636131313865636465353138333664323833373336333663 -38333463626563653262333639623661626363366432663938646565386635373561323562393436 -31643931343935656263366539383438323536316138346439376564623938316531613535623938 -63323036333062653966396461313436666366366363633666646361376136663566666239616135 -35373837383631623362393738373337663963633034353936303465333534623264396231613235 -30613166303438396563303930336430376130393961643463313433386263616432626264323437 -38666634626163623537383061646365633439383335316662396437393234613633323466303538 -37343039343530636136666264666133336336653739383662373136623362386164363365366261 -62613833363630373431333738333231396230656364623531383765303231383765663765366161 -37343939646433363763303134643531623537336235653032343935306339623131663839323965 -62663661366465323436376566396537643737396431386633396331633163306233306534303830 -39613431306232333939326636306263643466643662666238613639666632336132633336306466 -33613862323932376532653930356531326366653136633463356132393232613538356162633066 -65313861646532343736393238306166353137653332646562656536656631313236303432326438 -31353265633834623136363863336339386337653963613036383434353532396462336530363238 -38383030343635303938313262333832326462353866316131613033346563623264653430383565 -38303135383362343564323661366663653163383638663932613831326264633632376436306533 -32323330626335663536626361646535666463653033313036363934653062303535353432336437 -36336234336261663839353861386535366263376137316561623862393764626564643663643530 -30616363636637306134656438663335313037623261663965623961336461363537383364323837 -34376236353435346131663935336263316166393962386637343137373831353966366266393664 -38656630316336356337623864613933643763383432383963663230613166343066353431653361 -36616233643261336564616362356437386664323833363763376138353762613965626232626531 -32623231393635316530393139313238393766316662393838393862373962333563303432376236 -30376633383233346265383934613164386531633434333439633165396136616464653331653037 -30363762656534656435613133326634623161313130343635366662616530343361336161663034 -35613265383961613130616131653165396437373333653935333339633336326161353663323863 -34343132636638643464613538616236653366316561353936366335396334396338373531653966 -63353536376239633664313334613639396233643666366238643064613664316330633465346562 -65636533633934353162366137313832393837353138346633366264653562623163363531303038 -63643232623666376365343761643164343539333965303836613437663731376339646539623362 -65353063373231383838363236373561653133343362666566393632643233376263323265356564 -37306632303934643738653762323432343662646638343762386366353564373535663064613566 -38643466323861383635623536623930626461373837646263666637663263646164313933343533 -62656231383830326533393933633533666332653761313932313139646337353366353033626634 -38306365303232633634626431626434326434633265623437333965366639373138323139613833 -30393264333638653633306331633334356234303063313365636464633735383263626236623239 -37353061383761616165353137343033353362373033306435626666386262343366663166333139 -38656235356262656630626637626238343239333434366531653339623433613138343831363661 -38353435636661633962346235373437636330656338363934343963616166383862326466356437 -31373435326131613230313836623766373337393262353063396130653539616665316230623733 -30303137396564303364356330383037646564366136356632386138636361623166393836313966 -35363839633938613730343366393634613239373233666633373330363233633535373335313334 -62616563633633343239376265653363356433356336393730373930343231346162373737613832 -64323033343264336266633861306439656161383566376331646663666463663836363733336464 -62643736323164336162313134383436633133636639363431316637333736636564343631323130 -65646634366532303837393432306663346331316131396530323738393265333332353339636230 -37623130633666363161383961643532333335393465666634363430623231646461613464373032 -63353732643539313037656339653163666163323734346562376339316466353766313639333939 -36623066383561396163363137326438633637653637313537336562396138656230663966616666 -38343138623232363063336661653762353130623830616237393430396465633132313963333466 -34363033363165666161623663376432356633333132373830656666396164313062336437326638 -64376364363138663532653733616566616265623263643534383030633166323131393364313730 -64323765393530633134383762336330306337613330353331633134613034626134353761353835 -34323165303664666162353634653334666431306139343662303830356337613463303130643432 -30353963626131666434333361346536656462376363663239353030633237346539616330363263 -32653065326561613563663430643830343333303837333064393863396365353935346535646139 -36326433373536363632343664393161623739353365323364643664326431633736356464326633 -36316365343337303136303334303864376137346535363039353536393365646134653336363732 -35323231663336393833393838383731623763323937656635633038356630363066623936326133 -36633432346166653066343536396136313339643638306465303136643434306638663835363139 -61633036376661626133363862663632626231373632666333393836346265656666393166653837 -65303435663531353363663438653065323566613330616236393532613033333262373639306231 -31636237313863616134323866356335356531666635666337393862633065303563336562656239 -61373661316134636563626235353039653838623432623736303734346430623838376164396665 -35373931306236323134336132356632336339313062376163373439363766333237613964326430 -32353838613130653139393231623864353066326263336530363366336465616565373165343339 -33323834303833306566626462343937616561643935636362653730663361613262333534646631 -34346637383461336639613264626533663130326530316133323432353738353333353933383537 -66373932393365353237313837326261316634333265616433653864313864373462306263663261 -61643434613332663862346231323463356239366536366430643564653966646339643734323230 -36353164323962626533363335363234333463386662316461653234616363333361386136333834 -30363736623136643633643031343566663435313762333931643662396363343139323031663264 -61643737393133353563353034313133633063313738353932386163313366656365323132323934 -63386361663261663938326638636333323963646339386166656663386332626239343236303138 -33313936396235303037383833336563343866303030313639313337303838393836383164363639 -38396461353839386230346263643935636266326533353636333335643532346162383235636438 -39653537646538303362376237393337353236393632393065616330366435393233623835316430 -63353566366362323639663830323665316630633633313265373761363537366366373665613766 -39646561643639333762646134626239323666353333613531633065633137613266653865376336 -34613937303433623733666634373165613932656362393239306665343662366431373865303464 -65373030343636396232616533326461616463653333376633666232353931626464656163663335 -66366132326662643764366535356433666464653562613534393032303030356236646562643332 -38373234333732633562316232323330366564663539633733633934333865363964646637393362 -33666466636336613163626162333864383331306666643539393263353935333061366633336134 -38333562656139333064363830633334373065633463303334636636313565393565396533666463 -30373033306364353039666432366234356630636138303231323430303264366265353636326131 -33323835303461383964323230333830623335666663366332306535633461613834666334653161 -37343364333462386663663438303639323431636262653236373865623332613436633539363165 -65313863633439363838643133666139396665373861653364643338306339623635323334396165 -35343866316630653431656266333134396331666131613265373964656635353535633739316338 -64633833396137623435343836356263313961623062333438383731363931663435313131656233 -66656661393132666164303363353134323962613139363066376365333835353761313431653334 -38646135396264643130316531646631663864346562636661306337373465623033636563333632 -32633034373232616135353930343066353464643332356661666533376233633763616162623065 -63666363636130663962326432343039616235376438386563363865326539653861663037653266 -66653364383630626463316264336134626338623133633730373639626431353631653436646332 -32303165653731616633376431383862336635646265623038323333363334303038343565313137 -36333863633562373863653539323333343065363031313232663265383161613365386230373633 -37373263643834643932633039643835376530313836306363356536643937666238646630363030 -66373064333366623563383863343666653261653537323465656263386339356262386331643461 -33646361386439373761333033333035646635613733363632343232653263346265323437333739 -33326566386137346461633936303066663064313739326536636532623534386463666264316336 -66663434633230613961303466643433636630343139656535383238346532613262633332346536 -63643863376638363034336637356635666132613632663265323330313461633533646465623033 -39663536356637653331363831646563633862663032303765363364346237313562626564646165 -37333436356632633961333134336135613738323332336235626665356133373965613934363366 -35613637353862353561386539373030363664353165393030373965363935396432356264303263 -62323039616662303562333565663238306537323235343563663066313438656165323833613866 -33356531303461613633393735323535656533323364323037306135616535306161316638666165 -63363766626134636535323132356261343534373638333963303564363337386533633665303033 -30383534333233326637393864636436383364326266643536336164393463616565643634326339 -35633034323761376632613165356431613936333130386338616564323531383737613434313430 -38343535303965373162626262343062346236386137613838643835343039346439303562343830 -61386435663034376466333862613838653037393730386666663362333565366536613831346566 -38303237306135303030633861383138393039323238363261383365633837366439393633626166 -61386265373339633536326631626661393939306135353462343736313134393939366532386338 -62323465623263623635393931633762616331623963356136366565303363623064346633393734 -61366661393936386337346465336130393735303938666139383438643865343735646361356632 -37303431653639646264353064663761363266303833323632366333633435346464366366646262 -32303739303430373364346236383733373933376533346233323561623863303735363761343239 -30653261666666393233323331356634316161346665633237396461633062313034623764396235 -62346164636339316438356532666233356533313839383264343666383061633339323139303165 -63343730653538396335653730363938306465656661666533383466366563363963346231313934 -34353731633234313861383466663039663331326538633633656366313636326662613836656366 -37313765343435376235666635336232643432336238326637386431393031393561636135393864 -37356262326232376238323632623434613431343834386633383231393539333139373966623035 -39363332363235366264386166396237326637303332313436356231396461383739646537623664 -33303161396630356130306533663531613764633862303164666330663262313164326161643566 -63373735373538333836663266663237326336633537363236626661663537383632323162633833 -33323735343963323930326338653864313336323737383232663062353435366435363866623630 -63633562396666383965346131363930363436396261666435643762656162363163356536366666 -62643239666533643335653661353933643264663764656662363336333132303633373038373630 -61313634643933353665343333636365376362376661376162343864633738663966343730656566 -30376462376530363861366130343135643031663664326563653062656466366363303638326636 -64633362306534643863646661346433666533626261396362636265343437333033623735666534 -65373366626134303034363664393266363332653732663837333337366334663862666566643066 -61646538303632366538343034303361306466663330326163386638393563643436363963636461 -65373364303136666337366136396435343834363062373264326261626532663636306430386634 -62353437336337373130653062396334386234346665353634346461656564616565623639353264 -34313431653565613232653461623666353264393634356339393863326538343937653432333839 -62336637396634346564663731663063653635363233323637353665366134353966636331393638 -30373465643063313936373939343638313162376465303231383830303433353463333836646431 -61313665393435383464623730396462663731376166323361303637393034666466343163373535 -63336262366138393738323261316562316431373265356438336365373366306136323834666162 -64313634643966343733656337666536386536623735313936623935386635393531303934316439 -34663062353231363561343331626362643939346666643031653064383064326139613738623637 -30626538643962663731636639643535623236323431356431313265333966343536613562613934 -30303033323336383236613534356139333661666337313433343633396163363234643735336665 -38366262306266383530666338303837393437323533323630633766356265626437376561353534 -33353936393166646331316363656565303530373464393830326231643761646364393662633432 -38376531313863633136666439333964353532663130343864313563306639376131393562333866 -39626166343932333062396234396563646439363966376237626266316265373863346364343334 -37653237343466386334666166656334376334343331353365366466323132613861666533653538 -36303035323662376265353264323834353338643735656663353332383034623634313566313137 -32353465636464363438363136613931666131363333393461303237666535643461376539373735 -64366636323064653638323566656532373663656535303036313466386235343239656132353237 -63613030633265316233343538303565613763633135626666303761353731383565353462343666 -66363737396633663335343438356235326430303565396136396338656332616163623163303536 -36393965643230653637383361616230396331383637363462353932643435663838616236653364 -37653730303135383335623033666230663737343039656561653866313638343366646234323831 -31393635636234643738663435343131353335386337346133633430373138623664623439363030 -66363939316436303235663132626136333339663265386631343131343934663430613439633037 -34316231393863313633346632393661353736323661613139353636383765656362656634336539 -32666434316365653431656236303263343031386438393161396365643735636665666130653939 -33633136373230383536316463376163323635363837663639323239343830383934636239333066 -61303939326538643932666461346337666664363164616336636231646233386134623232343663 -32383530376436623135343964623635643830373833356362616233336131303561363537613636 -39353437616533343531396539363437333061313964363263356262653963336262373864316662 -30653835396236366139633738633637646534386163396364306638323966346461613263623131 -63633264333937393238323838333364383531653365613539306239343165313465373564313866 -61623134353134663836343833663561373436353862383532343235623939356235616465653364 -31363933383138353835383538346366616236303135366431633639343439363333383766333564 -61666237626137623835366636386637316566656235663333316336663331636235373039663333 -36313661653030316265386362306134666630633561373135323835366233653166396532313364 -62656133386461633836313339666465333063313366626539643435366433623636623631616639 -31343865333433313963323066343064366330323463643732303665326666366531653064646230 -65656362646436646536336261643834333133353862383734613564366663623662626331353935 -62633534613632613232316239653966336232333338383466643161666131333835656562613766 -61623766363266653064636564393064393565303036353130343430343132373336653863373737 -32653531663536643939306263623730323965373132656232363832636565343766353066363635 -35646465333666653939663630623139616463653233616237356131663662386239333133616361 -30363336323762666439636464653765613661356364383632653833333630646239636664663366 -30326636356531383633326238326364393064636630346566633333643437303665353833633733 -34363864653862613334633466663764396635366634386562666535636537393936366565363233 -63303432666336366234363339316136666337373930616537616239666630316362386662303332 -38653636363062363265366131373138636564656238373764343635636466643861353837303732 -37653538363737626332636466396365343937666432333266353666373338623331383134613232 -64306436363433653232333661383565316161383730336264303037306239616137623061363461 -34633165303863666538643664383231333734636564303764643165353266663130613661643430 -62613961373033383331653135653466303261373766366336633663636662363831316235373832 -66393038326632366666393134326465356635656261373439376635386130633965666163656432 -62303661393461626339663964303638313061396133363166613631313963313634306138656433 -34636465643733373431353261386535323863383964613431363061356162326132386638383064 -30653162643139646338383930303939393538353931383465316161666636626537323639626132 -30356531376436353930653263623862396437643938663132353861616138646465366364373333 -66386636343465346264626464323137383234333836356335666139363266383133396139613363 -33363538643936636665316532626235363032313930306362323339373564656230316532316666 -61666661376237316437643032353535623539366132373637616665626431306532303063663736 -64643835643461343566646264323964376361326137643262653763386361323463633830306663 -66656664306130336464663539363932306634666363306138623838336336363132623062303239 -61636462663830313036386636613438323634613339386434613264363231633761393536343836 -32626630336631616562643834396435336634626338613539383965373133623766653263323932 -33373235373630303561346162303936316664633330323331666131616264343964303365643465 -30656162303933396232336138643638383232363034396261636232313933303138633961636437 -31353832386264623039616233303731613361383162633262383431323438356334303863653736 -34636163316338383164323062373037373635663538333433653639396435393262373165646232 -62663830313939303037386333303364373365646334373031643131643963646465313432343037 -65626136326562613133353864653866373765363132343233616462656163386362373164653863 -63393638346331376538303537373734663534343062666330613832646435306137656335373734 -32333435356632303038653431623035373436373138623761666533306663376338653963313932 -30316338393164313435623764346337336133653836616463653637323537363933303730393238 -64636636396230623932366262343239616662383832623566326433613738313865656638366465 -37323661666637663836326534613630636465656436663539363638323664353038633530656330 -32613234303733666532303562393065396538336238666261343461396262636430616636366133 -63333562326336666439623036383763363634636463373031336635653563376563363332383163 -38656431366439663639653230653035643431656562306434353239663134333631653037383732 -34613136393236633362306234383163656561353039383337323130636565323961316638306630 -66353764303663343161633639353166313363336130656364636332383062303563373735356130 -61303066343462373230366561303561613130323764373330323432653165383530343531393665 -30386233393965316662393237626263666461336336363633376438363735356237343665353837 -31333632643137313139353764313538346134363139613130313866333638373262333366633863 -62353937383936653438623638666161356431373164653963306333313164646133333734616635 -30656530643935366535343765663837316562613061663863393935666534316566613865666339 -38626238623837386132633836643535313639313630353435353131346333656464333537613065 -62343830336266303032623531313838393264363266616663333137333566306434643962373035 -31646639613363386134393032646238323336313638306231613337636665343264363836663036 -61383235383465363732666665623337623162363866643162323038623662353263373966333836 -37373465393033633063656538636362303234383566336434306335376633333464356662643735 -36656636363065316234383233633134376361313532306638396431616666383364303934386132 -39316537636136326331316435633138326364386534376436376639373439303733393634383764 -30363666306536616239653035626633323466666362363465356233323965646464636433313633 -66353039326163393265633736383730373165333739643737623833323635353763623735666138 -64323164303139623761363231356431646338663139393334663363303538633739386236383739 -38666663333265396139643839363639313765383863633565656331346630326139336366653939 -66303136366330636566396162303962613163336238363161333834663765613336623364393465 -62656163316230376338663433303739323734366362323462396161626134316435323766383366 -62613762326235666534396633393266366332643563643566326230313834636364393561666562 -38613530393430656666623362373132623862376632363835386338646638346436336132333839 -36623831346437396239303632306136643531323966666563303465353466356137393361383531 -36353066303665656335646665316230363534643765626231636165633737343633646637346161 -62646665303034663464386162383362643536393937383262393762326133343233663632646566 -65636339393361663434356337663135356635636434643932303537616630393238633663303239 -38363263346431383063353731353839313637356138343963613132653361326139626139383236 -32363662313932313662656634633531663237653538366232626664613466333133303934393235 -31316361653634663461313161313033316166313136316661336337393465313461653235396238 -62623437626139306231386436313338396538383336333537663831383034396631356330373638 -32326439383434323730613866616662353961353963373466636464373535613933656534316239 -33346334393266646661366530623535303034326466613131333738666363306537383439343831 -63356337653565623666666531663635363964313137313764636338333863393337366362383339 -30333066303865363733313935316164613365666633666264326331376135343934646531376465 -37656431356137333735363365393932613436343865636239333562633034653262373239386232 -34393863363361306564623564633936363765653339363163653533323632656238363466306362 -39623963666335613066613639623366616666353635663036616365313436633236333830653639 -64396663306638376336306665306166336365303763653566313435616166633637323739666537 -64316362373966633263376230633132666439303339316631303234353962623439303862396434 -34343631373366393863616637626633316161613639383530376530636462386162633436316336 -36323239383239343139633132323530393937313963663934616433663766646334333962313830 -64656631343430353832643533313931643637356135373365313934363731613033313361353964 -65623436643733336631373230313037363632386134616135333665383635663666383863626637 -33333866393932626362366238333832666462333033323033653563646236646530636234393433 -35653531653162373930353935323532616236363961346536653737326238343530656662646332 -33373332303063643530376464313565343537323333666431346138386361613735613536313236 -35656138313632623262383235626339363165356262323232383662353332353636353633306438 -64613465396535393239643035336536636334316563313666303766396166633539393137653136 -37383662623162356133343038383638666665616334346439653565363266356337666439306366 -38333137333136323934313963646339363736313664336633653336623636366531316636636338 -65336466353834323264643436386663316563626331373234336234373535373134323236663362 -65613061663761383732653364653765346334613264303963646262376432383237363064646538 -62383834336165336139393835626564313637373731323563363331626337363534643965646665 -66376633656239303530613036633831383830376539373066393934646635343135393439303563 -37323334373030333237386266303937656637316533356263353264653331333830353064396335 -31313033316262333565653533383035633563363961613835336166396461383930306265656362 -63383130656530323563636336373336323633326434333938636266343131663661363861333337 -38313039353062326636386131663734666164376536373462346462663733353935306537333536 -30393939373335613765316432643336623336663832376366623233306536663063636234313934 -66376131343237666338666262353866656434383961383233313034633964643331326534653838 -64636235663939343766333031656334313561383733303833323435313463313562613235363738 -39393830303064666335333135383231343831613033643734303937353535613236666165633862 -38313961383230623032646436363364323130356164646131393833326362303132636261386362 -36336638666238363132336134323564373932363831613666333166373639653962396566303739 -38656539326532373830646265653630303261636364306235623934653264616637306465383936 -62663033316636663536373037663738663837393735336265376361663938376464663433636235 -62636130393432663838643864333535333139323136653035343261623531656532633862666131 -38646163383734303233303134613263656534346231646364613663363036373732653361356636 -38363736663639316662373864316364633865383031643139336466613161323765383538323635 -66356533656362663866653038323636326365643661306638613238303465353765306237393138 -34323435353135343134343336353365363139326564623030363036633565343564386434633037 -62663637323636366365656662643066623131393339646336333231346532613261313433356131 -32353261393365393235646630356530366366336431373730343530396361616335343534373536 -37656234323466616562396431393030376337323434616535626331373836643539353934303663 -34353861663463373264653561633562353436623861653261383437346331376334356331343664 -37656330643133373034343365346635653031636639623638636339623439643566323431303363 -64323933383035373165643431333063383564316265663532306538356263363431333536396163 -65393038306333633132373236383935626339316465373335393166626336386164653430653965 -61353832663633616238666663386333356566313564313262363735376230343235653834633063 -33633138633633353431393130376163663631376166646332343832303261386264323566333461 -64666635373236393035303537383634336562626630363238386232386361613833646437393333 -65393533353738323837633662626431363264386130666435303536386333313365343638643437 -33336161386334316462326664336363303933396365643533383930346463653838323634356539 -33633239613738356231346464633164656136383731373932636339653661646431393137383633 -30336430343937643930336264356666333362663465363535333664653963376331326531303063 -32323464656430616134303865633262326537613266653962623234393634366630316264393137 -66316664303739616163623839636465616137363266353439626562656664633833646530303631 -37326535653566323832623035623961313865323338626261383732363762316663613166393166 -63313466316261303535646231343464383564636563303836303961393766363236633133366137 -34366331656563323132633536366235366239613531303932363463393165303238323835323332 -34356463313763343532626334663731666439366638366238666130376638363434366563313435 -35663366356133373131616631633064613639613031396364636431353834313737613135306437 -64653261316531326163303361333835386135613666613766316435313763656436616330303936 -33313435323333636364306337663162646236343632316332663634333065346265366339313132 -65306633303563393131663039633766373939383538353862313862336332666131626635343863 -37376166393061656433313733363631613537666466656266363163343634323566616662303262 -36646435316130626363323834346566343039323336363166343961353537306566396261373864 -66303135323061343335313464333939656231363734383136626536333338653338313932663162 -61363530363033636363333265353539656561356466373661393864303163313063303136353938 -65616230323163393265663766666636356435313130373761346536303564623063333832616633 -31653430633165613734376163363738316532393464653534613764386666663462646634353364 -62366132353837656634333763383561343933313932656230303438653534356663346232643934 -35663463656637666532386130333433343037363361663635656432333133323462633561356339 -30346134386362356539313064353761623863656430653461663762653164623639646364393164 -35626164346432383562373236366632316365653239646136646361313233643761303736653035 -32636666616332633834313264353635313035643661353930636238666332333037623363643063 -63376464313134646165366463386461393739323834613163623839666531663166623133343266 -30383534646665656431353932626361623335343963306365643137313737383463666335376663 -66333139646661343230646134393833643266643739653738333933336533663864313963393531 -38363539323164646464313537366562363664636237336532663666356136626232343265616464 -37373336663765623662383734363432363839653533633038653730303031356363626237313631 -37323039346664643331666136333437623066323563326164613361326666313232373865643164 -62666639656138376436343161333765653466643037366533643838363532663663346338666231 -30616536383234613331313636393636356263343861653164326665663534623639353733396539 -32616131303062373232363734356634333739313037613537356230623939653734333634333762 -66353432393766643038316633666264636238323935666636613233353537646132613536383233 -38366461663461663035616132373932396434346264643266633161343663663931366337356338 -37643232626635306634653539363439666635316439303531636666353330363361313731626537 -37616632343831613535306435373533633936326239343663303437336362616332336239396238 -65386466623430646437336636383633316236396636336539633539306437653237363838313032 -66616530303239333438333233643064633465323830373139643164626265653962636439383633 -34633035623132323433303833316238383536343834313930323937623766363064373631393233 -38303737656339303962326435383732313165353437336330323164376635343139353939666566 -61623136336234656466653562303533323261336235353335336262343835613137393762653636 -63396130633164373839386634643134336233616336643935653065376239356162633839333766 -30343234663035613731393633623963613838613336316439366537343236323435613763653463 -66363166633861313533333363633438363736393032396630323963373964666430313861363533 -33663365666565366639663632646630353532646234316531356662623334613865353063373661 -64653834316330303038383162306234366638633030656130396561313136316265663662623738 -31353765663266633439316561343738343432316234303538356639613139373430646165316634 -66383965316135323365663135356462383166393339363338623765646166626166373336373332 -32333262356133313332633735663263636261626337316139643339366138393862363732306364 -62376262656634646265616464623931343338396436316137616437343335343065613237393833 -61316435623466323135383664393932646435633233663136396431656231323664623663663663 -34393365623738323661343936323039326562333638333336333838646261323531303364333864 -64356465616161383361643865323539333034383930633035646234386334663639613236303466 -35303463336661656633323236323365353366663631313734643035656135336163336633323436 -32666666393761663437313665666338633234373839363831373030646238373266636634343463 -39613266393638613762396134343838363738333432613431313433633834633065363035663739 -39376138393863373739343637653438376664373965316662376534363838306133633565353631 -63626636323839376561363061343731303439353238363366353633653166353265636230643432 -63316463373038376138613262653134366433616265626634623565313065633337333037663963 -38633966663563633634623435656634663833353536313165303564313162383864633763636330 -31306133353334653036666237303834666638306538626461383337653135643866356133313263 -35396466323162663535626532663130383537623933326636366232363261636135383737396536 -65346236363535343031313230396531313539323938613333306437666362363935633262303265 -35343335366535353964646563656566323364323139313264643830633137363338376336393135 -38316233376534323262396664343061336633313633393637366663353665383730376136313730 -65613336393931323230643764336161303332313562313464303832353962623361663932336563 -62356439313836353337356633343336663231373233346565343530353161653363626535383265 -37626431346636636430336139383838366164376162343830373533326661646635656566386163 -37376332313435343333613530396131346465636266623365356566303039363763653363626632 -62383439643363663233623339636262356330653131343666636133353533396130396663653930 -64656431326266336533616239373163363737643361323965313132616365663832373665353464 -30616631393438366630656563363932303237643035643865623661633866656431356236393832 -39323632346335393833353766373638613737646430383934623431663361623737366133363063 -66643736313536353339646666393633356333396639383034346562333435656466656334333161 -36303033633063356639663938356165306265633432623437326138316437383236306633336532 -34646630356338373061323335313238346536386536386335363664666661616562636637353530 -31656631306537313564346231353033653139383439656134656463333066333964626334643165 -39316438336635643665646562396238313933366362623439313831346463626534633836313865 -30313564316133326630346633633932373633393632393032613337363230666635623130336435 -35343735353966633639353239316264303163363130383838616436363766663431636533633138 -36613762636366393834616539393833353366333532633932383632646563303466656433366632 -39336434633162326431666133313935393161663330336431623433646532653839333937323337 -39666464613532393735613834373236326562623030383034646532316265613533383737376133 -39396633373362323838363338336537376264326238646336373965643363336535653839666565 -64323733333630373537636430333037376163623364316461363965343335313462646533303637 -37396162366337623339383138616665663564336237383730623633363233306434313436656434 -31303563313363386530343839333362653436323632326466396436623738646232363932306238 -39313334626230633065366665633163366138343730373530343266623765653137323561313936 -35363262343439623361656565323561383261383363643561616364613064333638633238623439 -66303935393334343037653433626166343237653936366236616533666233323566656536323135 -31313238376666323863346262646534313164653134303066663364343532333362303735353131 -63366137663332373361373662623761626332393562366261643434303239626134636461383864 -36353630376163353933333664396239383831393939343935323064613235376566323838353533 -63626563666537363930646230313137636331316533643066653363363930623730396563373837 -33346139396239336564633861306665383361383739666361393133363936383439653861386132 -64356266363962623338363233653239353265333635636331636365653762636637323263323934 -31333963353963313762613238386337636632383733356363343062666435316665386633396230 -63636638393834613533653563336133663531326335643330313462376138396432376561306333 -65663561383030663833613834383638383030353664636636356335336562623932323735643533 -37383163653234323763633462643039376330356162363832333133386436353636333465323031 -62656562303430363939343139613662623561663632373362356234333733376365343739316231 -62386163323437646534336533326361626233353536353532643763363366623831623063386464 -37656136663436653065336466623332623962663836376432323233643138613636663533393262 -34623564613039616531656233616537313236356561376631333166626166363836613063346561 -30383266386166626462326435343531333437666536383532363765373839353732346663633839 -34326562373338386139626234383731663130643662373232633034316566303761383162643566 -35363230616530386666623764393339653361613131396530303664333230383230336333383431 -63663630626635363837373962323566353265383139323339363537656430643837346239666530 -35353533343661663366663331393761663836336563626262373130346333346263376131613761 -37653135303230396161323234323230613839376266653963376463326535613533356463313939 -30303365623163346233323033643865336563376661626536303962613066633736353261313332 -36313962616338656533396662636434393563383134613934393064343931616632343031393932 -64323033353938313838653263636634393163366436336664613236353838333330303165386561 -65386363373333326430356563386534396530383437313439376632636437663561383039636165 -37396161656438386238376530626434326337386235326162323266653837363439386234623463 -30633730646435623763316639376261303938343931363862613739366637383162383264373737 -31353038663362663433653535363737343961666538313334666563626564316238333566303563 -62623464336637653462626663616332313837643238633061366638653432333338303765616366 -61663133356138643630653362326232386362613665373663363866623863326137383336363433 -61366666333961656666653466303265666466343036313435383366303364626637353638323331 -64333666626537343137303333616534653139353835373434313966353336323466356265653738 -31613130656238666431656532373461656637363462343363623633353064313933643530616438 -36313261343537363036333832386434393432353863366562333562393033386230356630343030 -34343264326636396366326435303239313961316630333366653933623038393934373435633664 -35306164393362646466313234303265363932353038316635333538636433323665363734613438 -61656466316333623065333835376330353435393063646537626532663337653137626236303331 -61333637343763643263323962306330323736313630343139656232336334643265373166656238 -31623861316430386463353963383535303835336365383630343965323138386264646536316334 -31336436353563383966666562303066616132643130663831343865353830373166633835393166 -32366565373437656566653435626537396363343138373139306163393037306330356161333635 -36623064363437396430383063656236386365326431303331643662643466643333663161643066 -30633430393062636161306264313238353430653637303565373236613138306539353965326539 -64643434303835303865373438373639373034633239306134623865663366353564653162303063 -63646237623061306662363366373939313966643630626431376138616432333931326664373134 -37303235356663373438623232646266333633313465396266326330613161646131316264633464 -61663362366665303433306238666433323763313636306264633030303066303931386530356661 -32396362393830633037613766656432346138366136363438646537646561306533316265646230 -34303961393031393634646433643831363737316363633530306163303264643764376461643137 -34313630636330306232386433336563636665623534386532323438356531326436356666366366 -66393738303132383165626332383565396133633831386665643634373262316639353664363034 -30393239353234323439646662336563396565366263633564626131343365386165653034643635 -61633364633430353237303166646564643035636335616362613564373265346135663161343061 -32316334323033363430343366353638326139356164643131643830356234383934303963366663 -38656438636130363335386365343061363032613831646334343031333533323532376535356435 -39646362323434353239353737373638643831316439383764363733643635323963613330633332 -31386366643433666361356365313539653430373039616262346265653336366133313961633333 -61393430346164636432326335336635323164316530626134613234666662616632386264653366 -65346366313837376263656235303565663365356362326432323265646636376364626534386364 -38643735653231313439333362666334313666356263326637376663323030383337393939363865 -34303462396136333236626462343062363730383563646432363139383765323031343030353538 -38623936643761656439333137323935373239393834353464613936656432353530393636316166 -61633038653165376430356264376235663765306638343531386464373533313038383531343933 -64373563653939373031343834306138316137353765393061376262356536643430653435346233 -62303130383361666662643866393364633536636666653463623836623537666538623137653630 -38323365663635383661663231316266303639373136326532636664306565386237303862336634 -39353534636636653339643935326264346633656163393362336565656539636336386138616364 -38643132326663373833366339316530636631656365316533346261353035313438643563326362 -63356133663234396166343130663639316465363238323636616530643136333035653239643566 -62376361343732613431336237323965643561366230306661313735333365666133356263353832 -63373730613733623939313637393537366536323535633366353138626536386136653932633031 -64316330386138626638643538356331363334303836303666383932666235393461396130346238 -61633430666436373761613138313730343233616164326464653161343361653463653865333631 -32353132333539333966666531396438373738313932623833393164376331343464633939323763 -31363335616535303062623663393632666137303535343335383739303931303535333837643465 -61383034623236666264316462333266653735303233303635373166656365326630323064366232 -66386236363361613334373366636662646461356434393939656262323361303038353536373761 -35323362343835626635373561636164356337396636346531393838613762343165363965656430 -34313238386261303430656462326161646234336239316535373361386235313136323536366338 -66613432636239353737313538376433343836336231636662313333353061303430643638343836 -38393932303037386630653430643263633933373737313531613238626361636663623832643130 -36646438366532366564393536353763626166383139663832373233343435333965333934313237 -34646264663833323236623831326639613237306532343334343333313938653830663933643936 -31613965303965373162353461666532623665303161383630643336636332643038383239333266 -31366339316130343765333037353531366631323966313466356666373736396335383865613134 -66633034343665386630323136633133633537623236313033383132383161386236613864633733 -63633664383533353337653730613364346365343961376438396331646439646463376263633365 -61663132613564306332356630666364383266323230646235636239336238633765333836373430 -30643135616361353931636636323835356561376233646138366664346334363763663235633838 -37306233653333376632366666613231393961303338646564393337653063343136336662363130 -32653838663634666230326461613965313832316666326461353534653932313363386532396431 -31623431393137313366643066316338666636326561373164666366303235346633366436386334 -36323437623035636132346465303830323239613764623763373365336561653731663431653766 -34306531386665646339663235366462353130303838313164623134303739383966306336333331 -39613166313830396635303537343937326139643461626564653334383564653463323836346234 -39613764636661613635333733386564316633616136363639353862323632306561646563383162 -39656539396332373133363533616263386231663935333537333139306139313663336161663836 -39653531616537376334666638633032346139363832636362616563323862656436623739666332 -30643130653436313933653562353663343161323961396133353731396263363230656461373133 -34313064343562333264333733366133653231613630633330346331643865373531613363646663 -36366637353363666234383361383634303233333864316438323763366533616539636439366664 -34333434663365366361623932626330666461386531646437616566656364663734383564643361 -33333933393134366239383632663961623737633335653964323561393437383861623462666433 -34643161643337616337656435333163633239376430666234656334356132636464356237303866 -65383365373239396233633263613566633038323062323537313463656662626535616663323564 -35656637653132346563663837313261376366663834656461373366373666623735303762333335 -61396365663138356637343037653234653266336233373437303366636333643566636130623532 -61316133303839326434623730343438653136346135373137626336306636343162633736373165 -62386636373261633932363565646561393633643261333132376435646532383362326636343062 -65383731393763643262343461353962373837653435366339313434393862333633636431653962 -32623138356633663661636536306631636533666463353261346265326161613466343864626537 -30396130336338363232336261373538363034313365353739626534633730353338306639663738 -62346539383835303838656339613062666132346566373136303734646232363565353331373838 -62383132366635373364653137336664643439626561613761353935643430663231316135333564 -63393538383538313366366262646662373963393337376233353939303763303137316531656164 -31616462316132653233646531303837663961303563346462366535333231656631326334316130 -65346561383964316630333030633135646632323066613763393963623431373539326662653230 -30626339636239306434343030373434636236656434363038653862373335366436663531396535 -34353631336137636566383466613430303366363931646166623030333239356637393637323030 -64646436616631336136333361646336653264646437646631666534623138663765303837356366 -37653036396465396433626333623364616433393863333061363163343538633738613830616662 -64373338373066373635616265356638333865633034663561383036656363326465633631376363 -34356366366563653130303865653533633566616434336539643236336234333861623532386536 -35626531383230376565393434636363343065616464643862643934396135313532333938303235 -36316539643735656437303032643064396661373134336637656130643134353663303136656130 -34326165663565346336313737663739333838383232393034656661623261356361613231616336 -37643539613133373234656437346466393934653734343966363163636538316430383136663935 -31306633653337643865356263363363306633353735333230303161393366383231303937393139 -30396465383033356261343865313663333966643865383933633939633566353838303863613030 -35373531363039343137383162656338663535333530396634643333626237613035613963393439 -35623666616133353633626233356135376230313739326234623530336464663131313632356366 -37653434323761333135393862626131303461353937313635393738386561373833636232313466 -38653261376262616461663336343831663436333863373038363338663864303232663137303135 -38336665653737626139656436396535303065313663653235336565316437613163303035666261 -34633639306230356336363938383335303966396165326235633630623362666534323261643438 -61633939326532323765666563343332636137333032336363653834386639663635313437303162 -35653238386533656534613838386637616330346437643538393665346334616636323366353463 -62663861656230626333353762663133396235376532343532346462656331356437626437373234 -37623963313131363437666661646233343165366564313930353836363864383432393264643361 -31616538636530613735336264353965643861396664366464636634396130663731643062356366 -64373964346239636265663464366663643038366664343033626532343764333665616364346133 -63373133613965663134663030333139306637373639353238323233633463303531363331393431 -39323236663939396565633436303762363735313736633034326538313737613264313933656132 -37313031326338636637623836373230333136353861346139363430313965323338303939346337 -63663866613636346562393737616631326631613637353832333739386366376665633464643866 -66346539666539613939326230303961376433323037316537383862383231663538626366366537 -63303264386339383762353738313865383066373465366538653738306239646362643237393538 -36303765366339663564393161323537336462373134366366353065366637323930396630363335 -38383232353538373733343430383132313262616438386265623031356164316634333831313431 -65656435653561383661616630663163386636303339353634326331373133613532323536663662 -36653662323461626137336533333831383361323636376237623763393264616365653162376630 -63353030383966383965613833643639663166323335343761306230326465313738643562613837 -32313937633631653236666538353766643235373966323432373234636236373234653566376237 -61386264306166363833393764363430623637353730613430663635313131663933333438356462 -63363364386537386533636430616231356666393666366463643266633134306639306538373763 -33653766393339633434646261353631626339346161613636316332363836356262623031643131 -64623937336661303263383664393530623438633434663635653565393761356665656539373837 -35613338616633303538636338643636333039613832386339353465646565356162323938663634 -34316635626566626230636161656338623662366263633035333434373435333166373635303833 -35353336666639623666666531336264333935366537356532303730333935333961643465326439 -34393364306561323638643264636563343065636338383233633536376162366666636263323437 -66353866393333643134313164633766393132333734613162643963303532613531313736303637 -61316133353338363938363434623638353935316239313832613466333164383130626638633162 -39323434333136663537353838626438343664616664643036306465616566646161663763633362 -34326164326236643736343735643639323961373165663735376532356432303431313864633362 -39323265643661333666356363383933663561393134336465643238336639386237366431623934 -38356364306632303537353438383736653566376166633936326262376466643731666335626535 -37303537623638356538376166353130626431376335323034396339353863373338323136366136 -34366666366461613634333265633130393531646136313364623836383435666239643365623432 -39663339663033313833323432636334383730396436653133343661386561653035653362626235 -37343938663061393432666337333037383533336366613266343838363063623330326138353064 -35643331623032336534343238393363323530366330396233346634396435326138333130303233 -38363663666237333330383266663036613363363338343964663937386662343339633837613935 -35356436613332336334313566616432623163346633363362343534663637356434386163663733 -34646230633539666331323334393039363839646537353033346334376561346362323534363730 -64393766326637363839303664356635316362393234323466656265636461333235363733623161 -32626433636136663234616531363239363062373334633863393433393831666235353932343033 -36323432353137303938623332643635363362303163396265623930633865623039363232643066 -35666436643039396338376630373565303637376237343932363361653535353636363462346665 -65643036653364646164353136343366396331303335393432323933626633613632376263356630 -62356230623063356566373339376334386663666265653936646666353264366661353737353538 -35646236336466633838353638323162336162653361333030646437396162363736343830653266 -39363635626461366663646232666166376132643337333062616534393864613964316233323330 -64376464393435373137343238623935356537613437343938356238376635653339346432623939 -30383930396637363862653763333437616330626666643762623132323862646536396461626365 -34383535336365373834636436323033633333353234376137666230646635333033363839333565 -65623762653638653535306164363732653933633864663766333230633738653533626166643763 -32376530313230346363333037636364623166396635623534633962346662643235613266343661 -31326330376334353938313263343166656332336264366431646366373161353837356235303765 -63353531663439393035343565613935313234393030303335626664363965623966383139346466 -62366366643331383433353435616139623765303536346662363461393538353136386265666335 -31663836333462336430306464326565616237663330636534643331373062353135643632396365 -37336531383034363666393835353762336539613337663662343533656663306662643438633833 -36633130343762393462383764333432663038393439656335616338336439396266396333313638 -63316232393636646565643036646435393133373737323735343661386336366138653165656435 -64336461353662653131666266326366393430326531336433306366396132373761366234366139 -62396265356561393337636238363130353738336234373732396439343536646563383334653066 -61363235373936396234616365393332313033363362316262663737393039386362343565326430 -65373831613034366635663432326364346532663232613039336666366632326135636163633465 -37323836643733343531303330376239326339646333303966376139613636373232343438303939 -63356632366431363961656262386536636537623935336161376535336265306565303162653036 -33323632643439646533633433653736396230316632326133313831313864303333353030643839 -65306662656361656434626235646536343335643361383133363639303162303431306434393665 -33353337333135346666653630326135376533633336363139613266373837383930386266646335 -30616238663666646130666664623066376236333464366566366132386638306230353333643832 -33373061613734363035653563666661663964646565643766343936356632626662333937643561 -66336433306331643564646533306235646662623137663662333661323565666631653962353563 -32383938666431653431373565663337363563666637376138353937313133383863396464323663 -65393964373964306362653833626536313062303036303935393532313033383931633764306266 -31393834666530383336613766646134393663643462633835616233396439616635666565653936 -39393761383165366334633232396139653139663633346533363730383036373039313566313939 -35326661336531643939366265613961646530313432396231636432323663613532333732306432 -37663135616339306661623734633164396234343530386331353739383734633665623735303736 -63616431343763636562383931373035633034356162313737353730363839326238663737383835 -37393163363732323830643636366665383563333866366135623637323461343062383234316665 -31656461633766373735333831376435363536383034356632356266363030313131616634333966 -61343636383262613934323835323764333761373439633531363365383139326535356631333361 -38313032326534613965623932666136333965346364343634393839306431366366313437326235 -61623661666536333766323939643263626232653034366131326234636634666365376134666234 -39396138353035626336323138636536333433656262626563326132316530316466313366333937 -65313937313964326563363362663033376462663366366633653139363831346664653862636563 -34343933396437613335383164613861653639383734306537626435643433343130626137636662 -33306430363935616266623631383233353732346436303234633734616663383136643233343235 -37343037643331343063393064316262313762373231633962663132333337396364643238323863 -62373439613837643062626431636235313130333966303335373634633964636436663331323762 -65323663323535333631396465616532636465343664376333343862663962383532626635646464 -36663631343763346163303337643163663062316561363439303133356162616264373463346261 -63663737353838393539373465336565343264646361313762653465353531366635343139656238 -30626564353633643564633565636632613839646230613666613037623935623863383034643739 -32303063376135386632613134336337366130663136623830356232363936363831643133616661 -39653733343665303062336536613134343132653062653338636236363263366163356131363061 -62333162643165383235643565623865386230613839373832353933613436316365316163656134 -36326433306161303233636465653063643937396165373334383737636538653862633863663237 -65303161616666643535643132613637613434653637343866616266633962653362653030393461 -39636130656139303666646132373034346632626166656462333364336636353963336564306239 -62313133373064346131633566373664363034623935303234643564396234366633343563336435 -36626232363531383537333735323132636234653437366132356363343332653830646638643533 -36396265653739396439326263656337343734373939323063643335643138313565333338396163 -39346434326665616234363565383065303139323063396566653666373135363236636432623863 -37396337323137623132383239653264383630613239623230383661303030323238653232643935 -34326264656364376639666331353761623962343033316262336234373364363535386134363233 -64303662616234316565663963633164333765653437643266376465653235653564363066616232 -35656533636234316261306536376333383234323534326237653464323639383034323336393530 -62373665303537356461626330393266373162386432306531623636616339343932643537386664 -61383938356630303031313761353763393230613163316636303539636165393630626665346464 -31613564616563396635643931396663656465306163313734316233313165633630613038356333 -30643233373138636664383239343032626336636138363265653337353835633437303565303863 -62363561306635373935333731306264363837346232633739343530306566616438303662386462 -65656231303464633061333163346639323337336165623963313739323139363066666438323337 -31393965316335633665326466386665343930613433353234373332346264313638346235613439 -34306262343065663330383765316236373764663966323936646137363531663238313264316562 -30343038353539396639646137353436333439643961386235643064316638353235316235383335 -66613435356132623065653366646461663532666464336264626465303262613864323532613234 -30356365386637343933376335353132643130333735643561303339353963643233393264303362 -36663265643533643063626633383131306431336138623936383365393439363533383663313764 -37316633383138646565363765656632356531333633653638316430646663373936343464316635 -39343839323462313635636537626433316639616538633361356134313734316166343038623162 -33646265633566643334656365363634623261353739373130623061623933326430333761323335 -36323436383862303765373336343263633966366562366639313738396436373461313933353737 -65373930346238623166613439396236656264623836646636613762633463653935656139323033 -34646530623938633931373364626632656537663834666366333936396133373031633637313662 -35346535396466643338636161303135623239346132613133306637616631383662356661346665 -66376536643661656332326638646563316666336538336635616633383431346163316166653630 -62313838363833316463383433383032336238643064316362363662376362303936386138663831 -36326666393561356164663237633136623537363036383236346239363132653065613433306539 -32643236616237636133386230356466663332663136316363666531306366623035653165646536 -37633234633166313364353662653831366531353262333837316231326161373461343530336566 -62303631623563336432643134383765653433363937666135633063373866333639653138393137 -66633239363931353265366366316539353836303733393531666330646666363961633965303961 -33303861656633353034303164386365323735656533336163343066663066646432643636316466 -62383433643731313637306565636465383838303237636631373066643639643837656536356431 -30363630306466646534626631343533306233313933366664623031623036633163313464343032 -34616633343337393238316434626437393031366234303163346532343037336565346265643133 -36663034316536643336356166306663356638363062356239663132626139326263623038313665 -66366264653932643831636364373938323664643633333936386638356161633136356631643531 -33623462353332303663366336386366326530366231323235636434633430373361346634303638 -65303663646439623862326132326233633334366263663535653136643265376564356531353939 -39366635373162316366393335616230336233356465633465393630356138346161313436336337 -64303738396532346634663732373833616366663133616337303765373231316233663935633033 -37303162356133653561643738653062343264393935343132653666663866386364383039666365 -62323062303432356466316136616236643733636138616364616365653132323262313038653662 -34306261663962623738616538303764616262323037383835663562656432343535653865373062 -32633036323738633763373166353233353066316135383866383564376466663930383361353162 -36623230383532646333323765626562323931383335343535356232653461336135346336386430 -66633631346466376337326534653439656339356339343062653833363530656237363630643839 -30653032663233343138616265663366366535336161306661363334393536626434326634633137 -65633832306234363538323865656264613533333661653034343136313537396633363733343861 -66313361383763623037643034623965653739336166386533353239326661376666343061323063 -66303562306138353562346664373033366634653365663338636564633665626662653666343764 -39323535363830313439366236626562613430363039336265313065313161333230616364343063 -32323762303761633564353834636438326435316233386530336434383731343836613966303864 -33663236356461653234343263363162636331373433616163346265303365313062623134653632 -39353139306238373238353364303766363132326539386363616639363034373061653930303736 -32333961306635353334626639633836363965333663353933333431383265393532386238326434 -65366665373662656631613662626531313761333338623166393730653232643533313039336263 -61303232303965306533383235613630623063343864353733303135313536303131343533303531 -38313565376664643830373338323834363462373565623238373065623261613230383332363764 -34356239343966646165633362646236623339663337636434623765333030656163383238333935 -31363236313334343930626264623463616561303065313537626331643834326239653764626637 -32396136626134633733343539333464663530363132636563663435326339326465393034326364 -38323236333635383962323465623866623936326466373161663935353034663130353065626166 -36333238626630303535313336303636353161643638623735653332353265376263663438356166 -64656337303264373834356164373034313065666433356236333262386138343739663262626366 -62663138613233346464656433666632356665353039633165333363353538346163326336303136 -31363137316263623837316134663363313335313061626464653266333137333363643239636539 -30353232373538393932353733383533393836653263643136343139666532383836666166646134 -62623737656366646337623362393838396661396233376239343032356365366465666562303166 -65613535363730313136633862643330643732366430666437353237326662303532346331616364 -37653931393961393732656337643565343063643837393662366564376633323837663937303363 -34653465653235616334373731396335393638373230346137333966643632383739343032343938 -37376665633436646163323530643933313635613561346131366133306637306361633234323362 -38653733363937666665336133646430356332646364646361376135656533333936653863386130 -37363736353434386239653763616139313762316636343537653831326166333064613237623330 -63643532656635626562646130623237623739373038393735313234353936396435366539323730 -30396561643463333035666333656431666332393732646132373738343235376239333231383139 -30656463373231326138303062383338316331383564386430333261363437613432316137633738 -30316638316531653332313839396432643262313361343138653463653939623062333233336633 -35343862666431383639653238623537326638313639616631346632636539323430326434633661 -64303438386133633732663532643166336262386233373630666164366564623637626466366539 -33303930323737363963626261656330646233393231346361303665363630663366646430373132 -33323131653335623262613137303264633638336538616235366634366662646238653061663033 -30633035373661633332663038323161333635313862346338353235346561633635353837346566 -31363865323433326637663664626166396236333638653031343561363166643035623764663634 -38323966356364613132386465653662336136393166643361666334386161373137623436366263 -62633631656166323730636539323137333236336332346361306439373632653662306337636537 -35323831663233306337626362323332633832623236393862613765343463323434383361656534 -65633166393534363038643831363334356266306530633834616638656630623765613031373437 -31326334373766373965356334663831643535346631343462363034373939623836303366663864 -37373831616138383033366233363733623662616339353238383134323761316661323837306462 -61313135613234356332663562333562343138353862376430303639343431613035313138336235 -39653764356565323764323665656531616265653735396331663865323066343765653137336433 -39313330323637636436336435393330353366303835336562343031616166366532626364363135 -65323663626165396532366631356238636338663730333739393232653033626165346630343930 -65626161613535663062306634383662356137323834626361623038306162336236623236353334 -65383534376163613134326136663136386634306263613237333135343335383961303136333436 -65363164383336356562376338643237643938386162663930613661326630353464323832633532 -30363437393164383739383461613266303030616234666631383935663238346237636463653164 -31313231343432326638633533343538383835316237373639396361383565643564323431383732 -62613939643730363635336161653366313631646663393864386139623862323935306438356266 -32376163636561626631666663633461656630376139656439326364393962343031653035613766 -32303535373761646237666431333631393264373637353139353830373238366461373162333430 -36313237313961306230653037393364353661356565613238353036376434663863646638653936 -34663935633235646336633561396233383533623134393364623834316566663933626461393430 -30366131643434376439393835623763626566326466653435646132323033313538323462613365 -62653262343461663239616465623166306237393761653934386665666437363434663566613832 -37336635316330636262303161623162343337303565343635306162356461633132373666653835 -65646330616663646132343366633437623364343739646463633830353733383538623831376637 -36323135643236613536643436656433653033623133633766303432333962643033346365363765 -64393037383266633135643536356538636339653161613839633661653030656338373065323038 -65383532626337626562666637636234623739313439363966326539363539616332396638393462 -39393464363762653236303931383965663431386638656336326362373964396266623863666439 -66653734363431383237636431313463376562643262623433616234643531386332363633643762 -63356535386364383431303963353737336235383934663733633138353436323936666130373765 -38323730396135393163393332396365313731663030666138376636616339333738323062636366 -36326134656662363365623562363365303931333631343534353738346162663232353236663231 -35363139313665616461313061663466646633616535393131343561316238626336656164316565 -61653030323832306230353436353739653338646262313033636533643336333361633863633530 -63376236306362356362663133373334323537316332386166626533383338336435313163613231 -30313033376232346535326362653235396332393364393431653564313437303662303935376336 -33326332333262343737376639653639343261636232393532636466633066646161386534363732 -37383365313337396565633133386533663039356533623037353865336130353430653038353335 -39636565633935633236656239326438306562383063623737393032396262343739333038633439 -31383233613234666335363166313034613632636566666436356264616138613638373634353932 -33323966323361666334353863316436303833386433616363366631643465623530306163393430 -31363632656232323631303833353764303036643131396130646432363136656531313530356530 -62653165346636393462333131613165336233643464356566396361633038393131356537346462 -32633232623932353735326237333461333237383634663863366564346362646536613438636438 -61303932663331643064313838353035666235626363383562343361303330313337383331353063 -65643733623537613431303336646466393464616139333463663834633131666361646235353765 -39666534616332656634613830353162303036333161306231326566363166346462666361633064 -63393664313730633737656365353233363963646230373961306239373331346636323838386266 -34626435383332306364613033653738323335363163656138643038353864626534643535633466 -38643731643066343532396232313461393636633032613937653535363466396330346664323065 -35653864653339396364306234653135626630333138643837623537383937386463333530383136 -62306434383865353164326562383137613135303132643832653231373038656464626165336233 -34643962643063343565376239303532383161623465666137623938323962313533343337313139 -34663638303362666634373162393732343533313233633439363038393535393632316565333964 -64646339333561623464303037656535643738373234666661366531383865663336316461616234 -61336565333634316531613665643263303061633037383637363932356537383338366337373665 -34623164643237346236356433636566653161386138323530306237323964373164383536373238 -36623730666430353964306131303634386239613336393632613833326164636566373938393831 -64306566333363323333363233343337393930303935306237396336653062633839653932663537 -63363964363362393031376132393439333531333038656630623932346231353535623339363834 -33643266346531336663613963333239363266323438643330643738346437383436353638653065 -66323236376330656266656436656537393433646136643662643564343033613832623333306264 -38613561303531386236393538323035626430613964343933353631643166636435383461613364 -34653936663238333230376633633834353465666430343662346166316464346139623537343865 -36356435653764623563393538656661666265393138353739613865353133313262393564326535 -64656262643334313764613033303661306163393230666435666536656538303664656464336438 -39373035373537303662393132653630623264313638333338366463636134643131666530663333 -65656535643731626335303533366565373164623731636532303462666364633936623166666166 -64316363316139393733313330343532663330393534303638623134386439326138616466643334 -32396632653536666635373136333365386434613130616536313630323435366632373264313463 -31353734326263333762306534623435333438626164343466626638323465663434323363636662 -31326339656530306334373139333462306262353132333763356365373965653031643633623339 -35623866323734333739666366633130343936303162336165303237396133313837373331306366 -38383363613335323839616662323535386337646261666265353937643732623037393863643739 -35323830363935633238303966303230306635646232393034353232373336633230356433316235 -34363039656162663932323035343762366161376430656439393466616631656561323736366339 -39633835383031333165376132343735396463323936373036643230643665373337303534323537 -35323566646234323766393136613538353436393764643635323436336238396336633663323338 -64363364613033633265643934626232353364623965626363653439643462626565656563326465 -62663665666138653939643238346364613538663430666537313335396339363838373265303136 -62323036326162306665373961303639643837616364383566613939306263613562653566343561 -62616166626331383536373034626331323436316436316365323965326165333838376262636431 -64353034386130643733393530396239396535643864636234383130653534623565383737396164 -39376462383232363539343165666236393938613533383832623030303662316238643662633634 -39346466613538616634636165393530616237393965653137623137353132616331653334663636 -37636665663432393938393336326333346161396432646537616262666233313861303931336138 -34653037656439623937333462623937346637653665343632373230366266366435346561313230 -38313336336430663165393233343039326436386563333861623364663637666634663261633637 -62326437663737663532363265643133323265316163383034303535623866356465613366386430 -33653130373763353563626665376239396337336434373737636262393661366337333832633038 -39313032303036386431303130366565616138306333323963303732383139623366643732653937 -34396138346239393935333563333037636332613964373761666230376232336630343131306230 -39646536616161666637313037346162643935316265646665323934653935323365323639326634 -61613239633830653536353261633264653030663365626237386335376631633433353331636361 -65376537336339613766633866323466386437616437316231303765353837323535663464613162 -65623634376135323936653439643266333138383430353233306566336563633564633632306465 -66353130393964303137663434306666346632303164653437313336393733336565303138633265 -33646335653732343463646463336431346132316531353032386666323236313163336563663430 -64663633393334383934313766363531393635376539333638363161353466323063343937663831 -35646562633238393133316162626234313437336362366335616434656261393063386265393038 -33363265336336353163373165336537383537376635656362356230363335653739626530366364 -66373237656362336563376133653534346632613330613233643065386364663566393339313639 -64653663643333363139366662663834313537666430323165396363373131356430633736383961 -38306561336263326466356439376530666635323631373938366333613936326233313630343033 -66353063366137306132303133383765653636376332643464376137633362386133623336613535 -30366331386539666334386262396335343061396262386233366134333735663062626330626564 -30363039643038383532356136663065633661626638303332636230303832396438333166633531 -39383934343832366364646462613239333462353261313137373962343138373962313563336164 -31633636313165656432613432346665633337623336663134303432666661396538326534613265 -38333664353865353832363433643966333331656232316163313136616635343731653438343233 -39376437623761626234326134313864336565396264623838313631636431386637636365353266 -31303766376130306135633033343039646564393337346531323230656435353030356237366661 -39653931363034343830333365303035663836303562613832366432386235376238356633666235 -35313534303539353432613261356664303134313334616239666662356564396230613337636335 -33613030303539633662383364653834313462313533393536353635333037363731633734656336 -37636133363138356136303238393866623632653930373166383238346538663137356664386564 -30653139383338623462313639353736373030326238663833323334333334303336613530623662 -37306233376633313139323665343663333835306362343766326530623331376531393866356561 -33373039376239663430343834346331353238643039336336303739376334316232656236656134 -37303361373431616639313430393831656431323963333335333435333138376261613061366130 -62313966306163636161613031383930353862303634643636663061343962306635663266353637 -39313165343031313063386438396438326161396437643062623461613537636538626136303037 -32393766333230646433633631393037313732393566353838633730376235616633306466363139 -37636130366461653333323031376131623138633237333738626432323632346464303738333761 -62303130393265316439653536666163393061323961386261613535623537333565623264353535 -38303231373637653937326430303031653738316637393730386339383331323133623861386239 -63323065323437383238633530666335303037343765646266356465346636316633623261303666 -37653262626234663738383135333364353461336234386236633135336535333537646534376365 -62383031333965353839346466653936346332363230383266383461643861316436363731636434 -63393434343663666664366166623931656435306536366132663134336361633830623535326235 -66373864353733656439363462643334326462353863633039323437313936356235323230376232 -32666631333639646133313263336334383234326536373063346239613661663761346530613831 -61396562363764646434396139393837323765616234613934363163643337313630316432316263 -65363732303132313830613965326362396338613832643834366538353165393161623562346562 -39363937323464616436386431643334393836633861623038376335656538313533383339383031 -37313366313337366362323037636632616365393161346664633338353433386635643737353761 -61646665633438313933306364666638633162366464373332653861663335303736653433663363 -32343131343032636431663937636231376134336333383830626639326465646666663634303462 -39666335313232653631386661346635326430313231343738343666383962336536663737366264 -66643139653938643030386434316562333937363131306230363137616230636338643161653662 -33616631653233396239303866316239656330356465303435646137396564343133333335313166 -37663333373939363162636564326663393261376462313862383037313265333361666536333530 -31313639343334323833303861336332653638626663393934333566626363303636323936653263 -63306265363565376466363362313065353437363061326164343633343465633531613338363035 -64643136666337663664653364376162653963636261366634643539646531353761326362373436 -61343331613232366330656665363436383165346435613939313431643632646461643332626334 -63656562663965643232633165616362376636356562326630303466643063313839303564643030 -33386533353735313930303832653433343066646435613262396331373663656638626130646366 -31616233303636376365616435303331376331373338626432663037623038613537656237643136 -33353638343933613661363534303064663736343732633562363561363336646534643030616566 -66643336323964623332656435626235613266306139336632393830393565386634333235643531 -35336231663966326231356263643739666566373465343134373236316330633338333636303634 -65626632353331616532623366656530366537646638396662323636386233313430333237616132 -61623161653831303862323535303032393465383164656235356630623431366563656566356430 -66653030333136386338356432633833633138336166626464306136656264636630343862383539 -38393536336539663430633838653430633262666161323464626464306331626637333831656234 -38303237303561656430376665613433623163303436316239333762353162326365343131653239 -63646262393836343731383630363461396235396266363437636234623963333536393937383036 -31383938653239306661303366616366336139323636613630396136613535356338616334646264 -30643637396335356433396431383835616465663938653638353239383735613236313334663934 -32623236303434373564393534646361333235633332653961346463373938616261656439393563 -63616434303162316661323639366237613365653430393065346366306161363335346438373762 -61333636333932623138386232656433303931383061356231343462646164653234646636396261 -63363531356163353430663765383131373233393361326364323161303833663637386533636266 -30623132663536373063313339653132396333346633343862613334626164633333366132326532 -63313565666130386633346365356539363930396133653463306435333439633331393566643330 -34653936326434313465303666643733656439333738303461633734333066323635623136646162 -66363764373438363263386366303464393136626365333034366330636132343634656133313466 -30303834623232616138636361383039333663356161333639376465346332303331653233316538 -30313939666639646662306564333062653161333566653931303431376333373966376434306331 -35663862646431363239363230326364616566396535303233363864343734396363356264656466 -35653831653934383161363862306135346238313066356239643563326365393161393863623034 -62656165333464366334663562356531656565346235633533643437643037646331373862633132 -64373361663534656530633565313638393063313632383261613439346561363334376232666433 -64653062386431303865376330386239363662633363376633363838616232633834623731383032 -62393466343761383934616639373864313636396431393965346230323034323338396366613636 -65343465366163386166363565346663323037343665366637643834663832323164393864393635 -35373730623661666234623230643336383163323632356264353734613133653563616232613633 -31313539333835393063383262316535393839323731383737386561663030363833363335383266 -36333732383663633835613639336166316430643561623538323335623663366436643538323838 -65356532303236343834663139393438343139396435613836313931313434303065393139633261 -33323733373633656262343638653034316534383162386639356631303962666162353833343562 -65336263663034373165613163666466656632333238386337653738313831376461356237313465 -38356635383839313962643133366636643065346637353539653832396261336137366632633538 -32356638306431393864616430373230616164636431353063386533653238386266663361323866 -63363831336536613762363865613839626261333562323434636539636234626464656666336539 -65373835356236383734626131663434363237306530333161313731663365616539616434343464 -35356431346637656530393234386333323931653033323864623165316632616534613363623264 -65386565386333383462356265313231336138316131613936326431363261326638643331303135 -61373762646261366239636134666337663162333331643330613437663539386335666136653030 -33306333663663633861396138306435636438383933356662626431303939313762303664366234 -66643963656231353132343238663739663234633962633734303332353430383335613038643661 -38353531323330626464363538363733636135393962383539633565326434373234386535303538 -32353766613164363536326235643966376137306538623035363939383237386562643466366639 -32363236323262663364636538633562646434613036656462623830343032626236393130306162 -30313634313337326336383831626663316332633733633738666136643533663337636632643432 -38623135393936626536616236313637643438653634306333643135613861303831316435653563 -33633539626331343531613031626532653665333662313362653131343362623934616331353634 -66323134373363353236306632623937636465643738323864623636636232643835383966316335 -37363862303537616261613435373930366166393764626233663466656164353862303833376233 -33393836333466633431656333663863326264336230656337323936623364643235626664326233 -30643531386634306439363730346539303736633338343066326561646638326439646431636138 -33306434343539346264393164313230666238653361353838626362383935393065396338363536 -34613362383638393362386137393661313730623938613362303838323931663835616164666135 -33623564393137386461613136643632356233343432346334346163363766653734323539323639 -65653730383531333637366131336364663931613837356265626631383566393261343764303766 -66663262393632616336353535663838326239303936363135303738316339353566666130636531 -61616564633430633061346631393532323464373062353938666333666539363038376564353239 -35306436353065376263363637376232366364303062616265633232643764643265363533666665 -65623766613462656139633464346339393263313438343434613231393363626265633339313138 -66323333376335623433323530653135323766353163366263393730626362643264376266666465 -63323739363666353464353261616539396434643039613930373865346263366633376332396636 -30336663356564363063363636313233366639383431626639343265656363653633616365343938 -31383631393364396430306366656466343838623630376262643030383438333330343231303461 -39343635666636636135393431383161336365393332333639333861306233363136616433386334 -64313537316133386132666139393230383935383964343134633235623561663463326232346136 -62383234396136323139303338343763633132313063643737306565303264653439323763333630 -35333037306333393865326339643561346434306139383133633664326631643865323434336662 -30383735333566363166313861363334613938636238303839313334313664366631636662393865 -63636437663539343132386635633932643566323931666666663362646438636131343665393937 -31396437613233366232313833636431633262323031333763316432316135306537646333653664 -62343363333433313566393462336363613339373766313636383239393839316237303631623961 -66343335613134643433393137656138666562336339343561643333646134353662323131653232 -30396334633230616530326634303134646437333063633838646665653162306165616530366162 -30633834313231626531336264356165386338326235633765653537626363353261373635643161 -62616336353436646238656239353434323437656462633865353039623662663463366164376239 -33383962313362653738376134393165656435353462616235363839623134663463343161633138 -61623935633436383166353432666162343662336461666538623364326563383366386535356433 -38346134336665373631666532376638356439303030643434323965326365653933643561383163 -66333039366534646266313637303664313365393265393435356138646432373032363238333330 -63393562666238386532383431616663613332636661373262376335323737656166616230366534 -36393135373465373462383339313731356135316662656565306130663930346631303165316435 -30623337643861346166313730383331343839383637663132373566366166323239396262353565 -34383638626264666236343537346535333639303539393632393033363764323535646361316366 -63633561613033643034643439386438306162383732333434633837393537386437303437393731 -34633065373332313735303562393361373431393332613564653733333966653033313464646565 -39393034643762666630376461666163663832663333306564353562616562396236366465356637 -36636332383936373935386161666136353038383764356165346537326331326332633039306264 -63336139666334366636636538356564663430333735653331333336343562666662393665383439 -38363739396431333361636666323032653933353037656263346334313564636462333164353731 -62386633383037613735663365653461656561366265323036313739376365303931643838303935 -65643064393831653538323966386166303239623337623466666231363433383834313234396437 -35363733613563626533393239346563653237656337653234353136623832656563363138616531 -36656265653063666634323165613564643839373438646330653634666662623636356536373762 -38646663633364323139336330623837643862366638353232346439623232613932383964636239 -33653565386535643865336234396430646662326265353631616365643839373135643137303433 -65313466336131613062363031376431316230613532326430663932323861616336643638666164 -66366162333262383135643562316339663132636537393964393161383632373032653139393963 -33303763366366366165376463643865376235613563383462303762393963336239393461613633 -66386130343265303636336265393831306166653937326533646435343766633435376163386632 -39326633373736343735623364353438653635623537356636383630343430353235663739323361 -38353165323134666330323536373536333238333164313230363466366561303439333064396233 -37663634376462656132303731336634653130653662353136353230393532626635653465396333 -39303238636564346265356663636238353839613162383263383234653366643836303166333537 -64643464616331623064303232313736616439316536346533663338613231353537393836633635 -64353634633536313631386365616366356166323933336637316464303336346235353934393362 -36316561393061386265326365616262303932383439323936323364346263363563663536626234 -65323636386366616634646464613633343238623438336462613537346339353730613131613062 -64666565386137643664333661383035366665633535626435636330326363326133383237353161 -65353739653933376333373364333332336232366538633734643764643264373638343532653464 -36663833326534666463383762333662333166643464623535623238383764393863646139323437 -63633365616463323766386238623236303037343833616530643637346336306365633530366136 -65386535646336623439303235656338313534393365666333383065336631666263323336353061 -63656439306338623533633335636663646261636636643336626264613061643731333738666434 -31306663656365303662363432616538323663313561303834653865316165343737633362633165 -32313733386363363237326330316333633465323038366532643934336634323165393333393561 -66373133663865616530353963396166306439306666393131396662313932663339353464613364 -66653233623565636266626665333739303733613637313163373430356161663733336136653334 -64343435646431343266356466303638663335323039633766333435336165336636636266333431 -38613864366566633636633062393733663662326231663939393766393063393237333030386564 -31393734343334633333643532633832386234376638363935623965323336333433306530343832 -65343230646639666332626466376165356639343366353632323631383539346362643666623064 -62636438636166303363376433353532353462306266393739326333396232396666303534613065 -61653436323936393766623638646335623362393938646634633934633630633136346666636562 -35393238306664333039343866326630663435396331303932306234343264396333356632393933 -36666133313635623936633333633363666661363266613862646631353931303436393461396164 -30383936323831323066376665646164633132396537646665613431333862376635626463343461 -65393163333666643861346163636130633736373833653133303862613137643036303730336465 -39303836323766613534616364373231336662643866623562383433653330326363333766653862 -63346333323765663631346339633834643866343532313933613864313061383565303437333761 -63376639353234376634323561373761343964343966376238303461616433653032646565623366 -30356639386336656462383234666539373531383763363235396166633936613632636664316432 -35656465653333623564316662363066356530643137343866323962343238666366633032313133 -65326430643333353034623130343432663438323933396438326239633066333633633337666164 -63323261326266386636376565643538306636623763333732383864336632366262633039343064 -62353665663265343732396566323234633233383565363061626134323063613665633931313936 -32663937643134363666656537663566616334626261623435633163346263663738356638343465 -37376336643734663035616663353563333534366335653161323139326231356537653337653933 -64353730393937333536363339613339353835333834666363393233363562363361376464663035 -30666239356663326563333163376635343265656462343364353137353262333366393830333564 -32313839366238363865646366623830306136663831393933326262663764333230656138666263 -31383631653239636236366461613564343539326465613834346236626130363561636266376334 -32316364613663613061616132356630666231613764663462663966623735373662636565386163 -6262643434623863653736663530316332303361653164636236 +39373532323762333366373435343665386466303437613339383462616164316131306238646461 +6133646261623936333463653161623862623735373562360a616438623434653265316233663338 +35333339643731323237333361333436353033373662626235306466383161373163623831636333 +3166646132393166640a383936376463316638656533646336613933623366306566336134626561 +63313134643866383761366232323737316462343334393830306265363530336231363766623733 +62643562613134636534383930663663323632643839643463376661366131613465336263333134 +34383964326530323034326637623364336538363933353361663539336635386364653832613132 +63616330393135363133363433616465386638653634653237373365336630646230386362383637 +63393264653264646566626633303265626233656432356636643333643963363563643461373663 +36626431303035633465653638653235393436343733666634656464313565623938376462643462 +37393938636661303437396637333535303231386336333137363137386562316361303836613436 +62653739356532353039343831626532396531303535323535353732396238373764303932353466 +32396138376165633333353233353765623064396133343037646164643661356664393732653137 +33366436356230656634366634343266396332383433326465636533383232643134363335353737 +32623039353138616434333432333839383934643564393833646462363435633635363638613562 +31653362633064383661383439613330386331356162343734613538663330663565353134333834 +64663132353761613266323532303165633233386163363931623639653463653635313438633339 +39636638623338343965326336353066626132623663313633353531343134323732386261383364 +31343464326135663566663232393966666338333639363637313864343038633530643032313138 +31306333653931383735656639333735396166346630376634333030303734313466626536336463 +39306132353463386461653563616566353365666232656361306435646531636337353162633565 +32666134326138303039396261653561376466356365336330623539623136323230653265353864 +33626436636134616463333166353166363437626665633330343539616131363833326536663134 +35333338363361383135616162386563623935356234326436656639646464633865663565303730 +37306266356662623466646239393964386135313433373633643465343632363835376130666531 +63373434306565636136393237636564333338333661336539626134633733316564633130393732 +61303237303832613964333832366332366365343361613364316164363532373264343537613134 +61643064643865653637656539663561393033336566383130353330663261333932656335653964 +63363463303138616263306236306535653330383933613664666365353132663431386337613031 +30313761353739336566616565623332643264326431623739656265613763313265623337333837 +37306236346236663331316137383363666232353764376462373834333162323365616331666561 +30323435323736303966383961653630353962353238613764333936636261393035663039666365 +34353739666463373162323931343961643730333466313964303462373638313361353731313131 +36646365656436663736323633363463396536643432626431393233343234336432323237353161 +38356564663563646533303064653235643738323033643537373237653036386265613532663738 +35306562313661303735663531376366343062333364636337343939363238636637323730623465 +61626237306432306366636264313764616634393931396166353531353333353162616239316266 +31626631376366633461346632376265343836656538666630333466346134656535633162303165 +31386137376635326232383165336234313738336635353634336638373762633333313530333930 +39613666316263653537633839643533643963303463316634306338613864653265313432663966 +66393136656262626238373863393536656631323233323564636266643961663131386438643436 +30366437373234356335636365623636303934636361666136353538323038653865653931643962 +32316430333336616666616335303861363530386362643435363137366239336331326234376330 +31366334383039663538613466666163326537336235336435343363373335643934653065316330 +39363130626230646635313261663563303339363966333863383066383336383864353032656435 +32656366656362373762633139336331303036633463353364626463366464323461643930313462 +66613231373733636466663832323630636539626239623235313838626130393664613238363531 +61393034373931643731623733643632643730396664376433613561633933653730666364663736 +38333263306334306263663230353137613663393666656637366162323661366631666333373462 +36316363316133323133303065323265633263323632623134366139633463373631653165373762 +37393533313937373664376433303339333535316434303434326134653338363764353163336638 +65336539383063363466633964656531643861666361656635623237366263356231303030666130 +34663163323235613432613534326466306233343530386336323736623639623139653939653439 +32613632333630303134616166356639333333313337373330383232653538366439313662336439 +32356638396462633931633836633063643861646232376466653036383261326663383539633266 +39313031633465376630643366616264343034643033393532343663663634396264343764383538 +66616639653263386532626530613235386265333336633234666266663366663731666635393733 +30316166373536383831613230386239376330386132306234346264363566316531343665613964 +31336630303166323462636135643362663236646536343630613561376430633736323235376663 +66663136386261366535386530383833353937306233623532353434623765393363333539336330 +66663338343133346635343664646465656430373862623538376365343261376137363333366638 +35316161343666613738616133323561646536323334393866613465336437356238376633626332 +35373561396437333630393562313539613332333433636133386633613837333362353262663237 +38633163663362646533366263313964376566343734663432366537666136663364336536336534 +63373039633261343536323033323533346636393865393566383366393633303462313130383662 +64313465306134333937356230646165343864396531613030613763623636346662666566613966 +39393134633831353763353466636230643761636266343862623162646638373061633261306564 +34343935656339306436653532353363376537653735333635373734363765623361653732613864 +38643566306166393436306465663032633335353939396536633930656139663531333030383866 +62656463383837303961636461343238616163356463663934333763313337663033633330663231 +38343930643763396635363764393133336466646435636437656363353437633264633733666538 +35303164646263396131333938333364346164346438666464616461353339303165616131363633 +38663532646231343735326164326133616565653731373065636635623637366531393431336339 +30623564613439643234616537666239643966646434323331333237393637633734326263666231 +30313936666134356331643832336164656139376636346461306234326237643464613932393835 +63396161323461383535346437346365336630623066323165313333353731643039323765663336 +33306536636463663565373834303361633533383737633430386630306333636130623438636233 +63366532313361333036613330346165646362346134636439353166616561666661633138333239 +34636337636464383264396532646336613262633133393366353334623862356461353434353233 +30383730666139343331613563386235303865613364353736343534383761376435363135383161 +31313834333232313737373734373566376461623734653438653130383962383735376533323833 +36626637656236306436306565623462663933633965613264363734353633333938643765313032 +38396638316666666532633033353137626432393338666430366232343333616166623339643966 +64626333353134396232623466396236313939323338616564623332396265623137383133653862 +32623631323733333230626533323635313430376664326465646530633537376666363366643165 +37373562383330656465366537306132323931373732346430386166333063346662313362643334 +39343936356464396532653434633731346233346462646439346561313561626432316465633931 +65663532363530663634303164393162643931306231353761353435313036396431643262336235 +62333466353039323538326636643436373535326534656464613366363538333637313133343437 +38396263663563646135383965656237366138303464303836373638346333363030613730623165 +35353731373236343161653066363163383930653965376135643938316131356439656631393361 +30343731333131333833623430373231666464613330323230663032383462353331653030636136 +64663739336363656138663734623466373535623062386131383662336261623037323936653733 +39373861633230383035326463383736636636616534663463313164393065396539663231313763 +34643232343531386634353861623166633233663437633630363262636162343830366430633030 +30323264636338386132613135643963356433343162366231326536653364646662646133653730 +32313239313030343634633231636138376235333737366566643630376339663736393230313733 +34393536653937336366343732323265326166313363346437366538616266353833313964366436 +36333930336234633934343761626338616266386530323431643936383539343933633465323934 +63333832326533626362373039323430653139353236333630393561323864356465303661316630 +38346562633630633931393865303032646231386134366366343564306630363630663338373531 +66346230656262653635376335363035663139623863616632613331353464396665356335346637 +62636266306335633837663866383931636433633362346230646234376533316134393936393165 +64333533633939346136633335343432666235343463613436653630316331333730643834336363 +38306531653561303230393533366233313833393662326364353362393362663438373163393036 +33366665363663656134323430316537336362396231346332373536636432663663623731663134 +64326166356264623034303431323433316336373632623765346464356132363065636664313439 +63343630626134343837626139633137646165393161336366616262343239356530373164653136 +38343235623833326538646334353365353235366330313665396530646666383662303534643465 +63636465373633613432383533613439356161376566626234353432613932386139663135356439 +36396662396135613432373433383938363063376462646636363439393463386236373161373361 +31333130306636633935306437313931303831333763383630633766623166373534616633656435 +62393336616138323164383938623536653837353333666661626434366265353639306335323638 +63346630363666346638383833323234336136613562636439373434353766363665333562616239 +61383863386439616236363163316335383530633663393039393032353666336562333331323430 +37393762623463633139366133386561313061343338343864343962393232656631666331383138 +62653264623564356634633161363737646436363236333431613861313233633063316566626231 +39666437613030383436396466626137613161306533306637663232643832653138343665333861 +38323561313336386237363739643332326166353066636464386565333333393033303135666134 +39303939353634643130653466343334653862633165393765353836633431393434323139613337 +61653466613563663931643465646330336132323134626235303162316138663861376434323265 +33613863613635306432353037316464376130663133356430326536623232323135316562646235 +38623162636263393734313064626438666530346436393530663565333263343566303830323035 +33366431363735326230613831353362396666353962396139316134313263386437616565653534 +32396131626635663461323535396432386161653164333730323065656135343666333463663664 +66376331636163386637333163643961343266663136396139353761373863396261613666306662 +30353432346534376630306531343864363863653664393034623733333831626639643238653738 +66313233316230336263313834303430356333313637623264653230643665303335346263373061 +64656136333634613034626562393866386432663433336438353563316231393563393431336139 +30323833633734613036633664613461346538303330303036623562326237343339343731303339 +66393534656635663665346631303330313964333965656364346265643561623932336431343166 +37386463636236333538383930353731656331643861313132356131386464393533633433346235 +35653538636431313665353862363366396332353761653733393630653431613434623366663233 +66356233653938313336363163393064666239383030613664363936626536626234363332646466 +34643333336333313564383137363065356432613234643332373261343036633763326531393132 +61363031333961643934316266333433653230383639616234613438666565363636353330313532 +31353064363636633563356532643734323964376131316238376161343165313765653364643938 +65636430616262633132356334656364616235333934306239646330343936336231653266316332 +61393334386539616462663461616438333265613463356239373336383631616536373561653037 +62363864363030333862396563643133343837333532653066363335373161343436623139633337 +37376439326237666337333263653534363664346637623932613833303966666364373738353836 +66613838616165626434626230623536383136663234656135336562363434366465306565396333 +37613535323135393836396561383237396437373261623030353433616238663035666463323865 +36623139316438653765373336343661663335386330383331316162346637313435363962666335 +65393664613734653031383637346365373130353736636139613363343331323133643266366338 +32326562356562343834356538306531376161326361663762316630626162363239316561393863 +35656464616131393662353161633936613361643533663862653562356636643838376131306564 +39363066303131303462376635333837313261396336326466393761616538313365633739666234 +39336366303633616232393537666362396464356535616538666633353564383439643133376463 +66343231316339333535653863326537326464306166346661616562663962386633666130626133 +62333633396339343064326432323361306532653036313938393037613237336332626331613239 +36613539363635336366646339613233363138633538633561663035663439396432633334383539 +33333935316361616331626630656461623764643365356564643865383164663663323964636137 +31633637643362633765623461383962616639646336663262363231653434656539393933643365 +66306365343830326233366631376233313430626663323737346135383138333436313030373961 +38646332383266633935333266653563366362636135393931623734343061383232323866356562 +34386439376436656664623532353166353865323339313334633466633961646332396663333034 +36653632643665323061663634356565316463646336636337336362656462643936333339383230 +34373136643432343738616230383435663436376634313164346461663836306666353165653234 +65333166663166303263663834336136663738396131336333663662666130333266613736396666 +63613236613930353537383066636334613664363039336564613631363237343430633764396137 +66663737666363343636363264366635333461353935303630353531363030653835323839393339 +61393833353735366162623162626637323132346163313233306533323032373839356137646365 +63393033343031363865363835323337633837336633633535616663396666373563323339636663 +37376264383966643633353966396262643963653932373962326461633163653565316361333238 +38666663356265653530636337373235643233633831633138613463333937313033653935643231 +30316230376434393064363063366565313365306333663436613337323565343266383163626135 +64313235636566666632366162373036616563623530363539316630653466363336306437313332 +61656130633133303962346139663936656635313136366333346238616331383866323834623532 +61623037623565643761383863333732313465303761376133336164633434373437636661333961 +33303764353132653265643731333031313262376138656539376563613731343864386131663463 +66616332306563633537316132336230373232343166366337356461323666613266626537653335 +38393339616163623638663665363236333732396163653231653365393038343439656236343932 +35343430313336353166363238366364643031633631633631666332613335356165383764306532 +61616338666238383962373961363137613932396165663664616438663232316365626634613963 +32636436323861346366333165396336343561626661616434396135313863626362643033383061 +39343763646332383738383831633633383136666162626533393634353462386337313331393133 +38353661303636383665316663366239303136646334333430363766333063393430383735663133 +39633933623066353139636530363666393133366432383461333663656331363734393939663632 +35353163396132356431633766616334383138613138373133313964313335633630363339656336 +39303761346437386463343265343762613630333434663363393332656364633239376234313166 +37316430643433306532313866373430613932623335303731663465373566633865623765626163 +64666530373732393030306334643165613038356631653831366537373465646261333964393637 +63346433616162653930396532653430343964363339323433643237333661333563613831626230 +62333636633338666466346634393237616466386537663963316234613436376432643139366466 +37643332393764643362633234383934353461383464343162646237393532663937326464613663 +35323934373036663430666535383637346332653136313134643739643333333266356466653435 +35303435336466663361656536303736316562323561333239666235393265313836343036313066 +65393630643337333737626239656663313838323839366436323535636432316635356166303465 +63396230366239353334356661363165306363643031613661386239326235666361376166613064 +34353361383362336535396561343938336664306234616233643334316538393439363963633562 +37633361393938663164313830356161343936626138663137386364353764343834333930383866 +36643863323033613334636664323136383264356635306338366335393366303263373466326436 +31353065313763303731323837323334633962326362626666373837616130303164376333363561 +65616131303064323465383237353133633766623839333763396438656265623830376637343266 +34656661316264383836663766353432376661393733313166356162613539336233363139316331 +61393737356138633733303165323037323566323436376338316563366439663666663138343439 +31393131333665393238393036666532343861373663303430623433373062373432326464636230 +63386164343434323539653165346361363066313462643863333930373962336662356465376666 +66306137306266626233313639633239613636343962323066613864353963316436343736653430 +65356264366630653864643137383230613264393935646162356164376238346661316331623264 +61333031646430383432653438646365663638643334653737663133613537383364353434343432 +65393238613962333061323061653935663132363037313162376266616362623535363939396665 +34343737363932363263333665333465333735656633613639343632656566363061656138636264 +39353432343334356362613463323933323236623066623739663233356239626661373565326137 +62373761616331343030346339333966386634386463666531366339376461333337666137633134 +38383534316539656264363837396665663166383662323063323630323234633138666136323033 +62616637323636316566623731333635313162626166356433633163393831356235313637393363 +32316232393062346661306231303464643265663961316136666331323134386239626233366632 +38383063363937666534343936626635346638646463336664333631666130303765636536316266 +62356431313333356338306262316432666165656439633536303365303764633831313337346366 +36626533666335663839623662376632326334623163363630306230353936616430306566393630 +37356261653631663266373735656166336166653530316564376439336335343861653264326231 +34666637366632366237346166666238346436303239316136373632303333303461393439376135 +63363639323364363232363436626435383964393638613231643165323266633661303231396639 +34306438623564306262623436383638376338376562386164306539636138363334313063363739 +38633730393265616135306239373230333031353830376330323565363635343364623533626134 +61373836333531366232303534336163373537306635626433613334396161373865613330636434 +31306235616164646133646166306365653265346339366263343338313561353862626238666335 +63643566653132613464393331323134653631613064303537616631326530363436333930636466 +62656266373136356437643831326333353962323633613132343430663130316437333134636565 +34396130666539633033376239373065366535626165626238393332636362353838393035363831 +30326637633932636461336336653363653765633530306661653162656334333636326265653937 +34373562383034373731323231303762333738333531356364626133656163343361646538363234 +65376335623032363465333162396661323133383732333930656163343366656439633534656336 +64356439383438363137383963313731316236363039363431336330343064653463623065303761 +61326162373262366463323832626332623530353562643633373236633933643866313864613334 +65313434323938313535326531396663393136326539346134333534303737316137383439333237 +37373461306465316363336336643866393539366161663338616665376137653563396331386530 +61646138353533613038376330343139656564383135366239643032336565643439623938613330 +34393731366630623131393961363432363366343437383763333238326131626335646430656238 +37373430663534303235336338643539333239646163363436366236663331353732396632633663 +38373335343034663433326231363563323038313637356536313434343732333231626630653233 +61636265336266306236633738316339313766353038363433636563353435356139656566356533 +64656532376265613164663564623730626130366465393834316263373262336234353933643438 +35333535346431353836383539393661636636313033643166313532393561313732363030306131 +31633838663438366361306238383230373266376338313235613835326666373739326162303165 +64613530316466646461663238396536643261376230386331343433646262303561643638313731 +32383335666434383335616131373864306465613165356664336566356230396338626264356561 +39326661393339323731303732643638616633396533663539313330396339373532636463333537 +34656638336532633464373063613866336231303637313462303433316230396465313134653437 +64636439313166653936656537303063376663383131653436376337646163616633636165616337 +66333564623063306362663661376564613637356335353266343838346239303136323934653138 +31376336326333623363333066666531363635326332613763613733313936646233663065613730 +31386434326162366162323935623130373436643639393233616131623062616335643365353165 +31666337373537346332366261323061386231633164336365313239646234346334663430383661 +36393264393538663539333665373963313232343839616562336464613730666162663266333037 +36353566636366353439313935306133663235373230646262393239393565623231626130656562 +30653566623462313861366165656531653932636239616461386561363134383536613838653039 +32623865643766636661623839633262633632656162313964316433623763353637666166646465 +37623565656335613535303963386639396461303238613531343534623162323464366361346234 +33656262643731643935396661633235316132393862626261333033363931376535383531316533 +62353839373530663665323934633462623630316537656534306661303232353834663030326466 +38303265653961333666663139623539363239623366313933316631333330346131633631343863 +34336365653166366636626332616265336338646435353537393135323465323633666161363664 +37643662633330313939303837633731633830633837316564633765396466336536373366383562 +35376435633334396431376564333133383765343263396362653165633338316361373033356263 +62383266616563313033656331333238613731363830366630396465353762646632313237393363 +63313737346132376233343831646430666266653265613637353166393739373334663634663432 +34346363653963613036313530343135393165613163386537336465316662343261313639393933 +36313735366435323363393536323030303761646366663437393261316264393232613035366638 +32313930623864656632356239363865336635386338343238656130396230303932376161353437 +32633035303535376438336439373135646333366231373231646632653035633834333730663363 +31363865653635333535663534646537653166343562353136646239346263316264333561353630 +64303230626533353335636631353765363539663136306539386262616532326666376136643261 +30393033636236623766386237356362663739616238353462313863613061613632633935663466 +39396162316633613532386666353565663931366137393039653861636465353438313535393531 +39323562303131383735373864656166343534393037636565313966376364343633653734393039 +66653264363334373561353763626332643364356263313364333930386164646639323737366438 +32376235343938646535326137333235323061313462393639636631306461633739653235633763 +36653063646166393338393634313031613862326165323630643261393537663339373839363561 +61393664643065663831343332313832643535303935383139653932343363623766303330313434 +62386537346638383532653835346234633864323035383963393039653161333130323030653862 +36303866323164396261663930383430643632616463386366653832323239363638346132623434 +37663465623465383434663930356630636631616136633930643232303532343639323831663639 +36316639646530333737343531653763616430343962313866626330623432656662353739636664 +66323936396162613537306534376363616138616433633865306263303636626165353234373432 +66316463616337636635626239313133656536343961303466363962666237613139663965663633 +38326663303764396533633262363937383036353438333630666137323631666133636665323363 +66626234663063383065353531656630343937316163306533666631393736653338333433643637 +35373330643932623430326438616638613138346165623034386535363266613233616164313639 +39353165313937333666326532333364616236613339653963656432313236643038666365333535 +38376437653035336234343465386165623962623265363434313565393730623064373836353930 +37626638626632663437653936303831326233633435376462643362636139373863346437663535 +61646364383733663837643962633936656262666632616639323739303337333566306438353961 +35616334356535353932646534626361393739313463383338303831313463653438303664316437 +64363035346239356133633132356565663763663163343133306164313533643135643464356534 +39663562303531366134656261353337633365326634343639393464623362356538656539633537 +38386137643662663362613330663931653137613838323436663534303364383235386331363866 +31643239326237333131643838613666383539636533393338656164353661366138303433343366 +66373634353736633365363765343038303632376364303635353562333562653766346338373132 +65653866323337656238643362616261663665386563386663356336623339353866396432663164 +38333939393034623839613137363762373061306136353634646533656135326164373138336266 +33366534383434366466386238616565323766353539303564396638346238306166646335623538 +37663462633663656633323733303365616330363733326433363864313631313431343337333263 +36613261343462393864626566343433336533653832316533336534616132316364656232663039 +64643732333966303238646339393835653734623864373362633162373035363031646638333763 +63663839666537366436303234636138376465646265326362646236646366373864646563393434 +35363436313761353435363835366639353330356263366466363034623534353363393438303566 +33633137353237616237376663316331353036396637353432343766363633333632333535306461 +65356531623939623939626337306266306239626266633266316331386166666161343162633962 +62663034643365346533656634353864613662646434383963383939636331643561336238303263 +65326634613763326536333030656236613838343365336237643133343666646230373632333461 +66633939383030383163343036393161366338376466333237656534366666356634646430643831 +66383061386463383162613164633237356532653939663436613462666665626363643564613966 +66316363353932383831393235343163613438373765326636643262653039383134656365333466 +61666531643239343438623438626161333066636633386634666333333034343132393964386135 +31386330656236366363373136393765653562613237323638376535356364656661396263613531 +31303763633166373563353636336238613366383739353635613264353563303935343134623762 +35363064656362383462313134396139663434656263313837346361393864346361323738353136 +36376263353736326438626661643265316561373263616662653762646238623032643764333034 +64343733653534646232343732313330323938386231303764633130306564353661646133363363 +64636263646562623062336437383063353636646330643466623532373764393931643364353638 +31396666616530663431376630303233323462303863373631303065626335666431396636643839 +35636461346562366631363831363362343764303261393330313234616263393136623035393135 +62646539613734643765383061366638643264613165363837396133333838663535303531643139 +35396239383664323032653966393561393838326563326261303831383036393337353961323264 +38373030613839393665373931346434396231636331643035383636343639373363356235626432 +32623931336238303634396638306465333063333565306431653131393432646235383436316464 +38656638623161353435383066323032663561323166643836386534326632303531323666666266 +35323064613863373662303462623136656166383831353637663838653335616461666334323766 +37313965626238613431613830313666666632303337326337333137363037386437636435353739 +30333830333763336366346636366263666239633337356331333235616534616232386562616539 +39313661663036633634333232316433313831616135306332653131356538333166323939663862 +61353531666436613236653037616333383365366636336533333164636132616530396436356639 +33353836626164653230393463346631633337386432343461343165333166373130333835393738 +31333965623235613866303064333966313932346261656633363865336532303631666464356664 +39373861663664636135636634656362306231623066383837643830353632643538646437633933 +32353036663363643036356333643039613531303662373365333664386435623438613636393539 +31373765336465313361306430653266306164353962376365323566366565386664306162623434 +62386633313631616261616337626364653863393065656334626238623836333765613531323963 +30336230376130336564373663363961386438623137356263613532316533383462656338366133 +38393431356464316365646638646265333230616535386439303562323637663462303166633430 +33393234343334616563633630636435316134313638303530313965636565326464366364633632 +33323063363736336636333535656466613337636561373031343830356165333636316463633434 +65343536643334666266646235616632613266313465363934373066343062326233663136353765 +66353835623031316365666436333566326436346562633739373138616434356362343738343465 +62613339623437386663393732376237663733353133653664636434653364363234663335396561 +36356365316462306664623532373635313064356636333865616638386362666666343264646263 +36613163633130356638303539633761343734316136623731396363623538343261333431333763 +65376230623730633235366234336333373430643965616137633531346536643666396637633239 +64613731393036383662313362336161326238623739316632323733363732373335313331393063 +63343732623536306238656665353462656534346561363536393237646537323764363331363165 +36613533346234613335623666373031306531656230666461613563646339646164623335663838 +30626635663262316663623635306666363338663364383463313536313263316238633939663438 +30643536643737363135303331333035316139326138383139323062343637356331383061373731 +61366336636635376432346333653936663030373033303863396535396339633536303631333235 +32393966393562346239336136376134643362613230613538653464313161353938356338353835 +33363333633265323939383830633639633133306363383536336664333065623366313062643331 +64616362656464643437616461306532623638643033313734613936366166613666336433653731 +34393135653063386134336131353537663936356138626436306561373939656630363361313162 +38336263636463333365396661623233663037373461396462646530643335343565396136613532 +62306638616534373531653134653735663965333637623138666165323531313862633831613839 +34613862663334653135653637646635656634356239633934323037336235396661303036663138 +38356135623836303333396662306265363532366530386264663266343665326461336265666536 +32333265386432623661633136373135663232663637303961356165363734303333653964646330 +66313861393231356362653637346162646335313561633430636533373533626237373533313536 +61336539323663323833656662653863313738626134356630616630613862613831326164616462 +61613762363938373731623239313464376336333037316631333937353636353265383039396330 +64343264373866636230353638323662613862313130353239373637326633303864393561616139 +38666533633836396531666465656163363362326532363663363961333139353234663962303963 +37373966616664366630356231346235346364633130376662363834663539363430326334353331 +61333563613636613366666138306438663334346230656335366136363262346134623165353437 +32666536353765323433313234613065643535663936343762633630616636383833383032396665 +33313631366462383031623462393136643131366266343361613861643662373862643834363138 +61383631363362346335636236646566303138653638373334386630393638323939376334643562 +30656430393632646562303138633861616433303437633036363162633736663430636635653438 +65356265386364636232643939343039326163396436303634313562353164373331663066343130 +61336136663262313038323531643734343738626336303132393166366134353633363535326436 +33643066306539383235393165356331393165616434643831393931653037343635633738356330 +31323135633730396165616137303638373932333363393461363865316261373762643266623333 +65646435306639333239353938386631626662353431363230343064333862396537616536383364 +64336630613962616539633037333530386335363131616135653830316263333230613330636238 +64353961616537326465383933663333393738613661666437373732653332363164636366343966 +65623166323261376563326562376130323634333764303966356334646165383931393035343439 +36356261663364313735656433623736663132363132613061316633656437643835356537393734 +30396465336531346630313439643930366537386665366537633466663931333861663732343530 +35636435393663386161393561376431656331613338616462356664356664343865613231663831 +35343266613632353535626564393862383865616261363534393166643833653238383830383764 +64623032326433343834326464323936653237653339356136303237653739353833313065313465 +35383939376465396666363263363430623265666339626638383263326666656663666230303235 +30626138336635633634646661393162326362306637356332616137373434313138633935666239 +39663639653264306437346138626337623533633735356663663237373063333661383330306632 +30373238643564336265666463636238616235336366376530326639376638326261376532373466 +32353363383034313531636239636630336164353563656237643664376336666433383431336631 +66656334626539393431653362383866653966663430313961306238633361663437656436326361 +34326165373636363332616331666166653462656137313264666232616237663436323336653061 +62636661386664653930643034383337383338633733616635343633623464393631633437373635 +31636336363863313339616633663466663732653834356236636230663337306437626361373336 +32343161396637653638653565386435653161306366326330343639373939613366303434373766 +34313733616237616331386530633662613032396365623032316665363463663031313232323933 +34663233356266623136366133653665323535633263643533363330613639323766386162303964 +38303364396134386139663631633365366239343965643930393266623864613962363434376637 +64616535353464303731363464626264643865336130343830356364363364666239386432306236 +31333139633962383963343535383035643436646262346631323065373332666135313764373764 +62373934633566383064363963353037646136333062306434383333653761356231616263393736 +61663639323734656230656361633133653136653062656234356164383232643865636637643839 +37333238656231663432373738313931613561393763643365363937656538363339616238346163 +39663261346537313632323362623466336263346638323634643966383433633239336430303033 +39376163316364666464656439386465363735373235663931303635613665346330323430313964 +31613863623832323164633838316538663962613836616138643338386239616438376236383132 +66643233333264323263343366346635656635626463613963653237336337663264666539636562 +34613736366464353064343034353965326233393034373133363536393637663133616138613038 +37323937393832643839643536656664353036343631646634636161306665636330383638666662 +35356366356234326636626332363864613735303933323831393633303064343733653862666239 +36343866663037383133313338613338333062396232383339653165353362646562373035653861 +61633433666234616162356235336434633165336535383131393837303864353965653635343865 +37346262393238383565306364643466643832663236616535373338316436356436323263623533 +36316462353536323131623761613965333666366439333930626561306262663433333533366233 +34303938363536646439396434646263666437373663323238303436656463336330656537663363 +61303664663966303633363363386339323761343466623739343839663438376134396135313065 +62643036643562353630353336643034353931646236343561313533353531323766373433373235 +66383533313536353065353663666462363539613836306333336434663163633766656435316264 +61316136396462666632343266316165363163363639323436376438363733323736303865333435 +61346634663031343534656165653436633938666130356432633431343963376262613331343661 +36373633316139363965353262356662356465373635303764626161636632303864633339623631 +39393865386638313235346632376563303465666463306432393831626436626235653833376563 +66366361373261616139366238663236663539646433326639646432393863633065363937663835 +38303733343264323865316666383761346138633832633163626335313965313630323837623265 +65333434623439343362653332633738656636323639633163333630303961313465363663363365 +39376363363536656662646638343331633462383538356365313437313433303266333432326165 +35643736353236636366663561613630396261366362633534303761636233636365346365366563 +38316465313937643364346338636564633732316435343430363035616230633337663866343730 +36616237386566363565326566303936343564383965663566663536346461396532636333303366 +32393463343135623330366137323133383833363031646565636539663362636330656535363439 +63393165366338343336396134393462343661326366393033393035626463333630303462656534 +61636165656531636631643661613236316165326362646637303833613561623463623931316337 +37323630353334653431316563666362393935333562303465303464613434616131336337313234 +63343966353539366361343737356638393635316363613266336364316136376330636130623962 +31653337613930633639363863646130396435323235636430343039306634623633306136666437 +64663538313365386436393965616666306530343330376261626633616666336435356136653939 +37343364623737663361336137643838326538356365366530353335623837326239666337316333 +36653030363737353735343335643130393536656534643338616337646564643732633334343433 +30343235313133353738613331656464363035323235396231636363393232383430376238626364 +35396239356439666334626436366138383837646337323430633037643637376139353831366266 +30303730666432346566396637396433613233336161653661653735366437316337313834363730 +31656139323434626133666464383462373330626130356538376563363966376636326161653233 +39333961303362613366313563613933626339366538643838323365626562313133323636646133 +63613239356531626437343832666437363932623266663230393266393838393165663536366464 +37616537613765316565343731303063633233643565316263343337653965613062663237663033 +66633265303832376536643530353962376535666237363636383361326334343066353435613639 +38343665346230663064393931313831616461313139323562663565346430666364623134303637 +33363638353731366235363438343239393065353163646337343638616462346362626265393430 +37303438346461303164373333373862613634373731636537356135383638326161653039366234 +30316265653330363636316134326237333932306131306666393463323332336561353865613839 +63633832633562633036656362303831666632383337313263643061653937653065663462326165 +64653538656438373163356332666137636331613038646530666638363737353939633266343666 +34613566653463343937633766376633393762336437313535346534656266343037633037393164 +34363535316330653431653435303863366333393165313137383030326437363865646234353834 +31373737333662303564326234626466666538623034366533313736613737373665313163383235 +35656266323263343031623631633661663565383566663862613038316536343964633164313137 +65353530396237646132373039656266393164623733376632623535633361616339353931373666 +38306464373865663464316132663639313964333331326636313635313931386135666664643936 +30353638303835646334373766646535626431663735356636663738643437656439356637633066 +63643036633332336662353235353265333530333735343333383861663166393066653034383333 +36346639346366343563636130333439336237326230306135666366636534326362623131653261 +34353236356338313664646263613665656534666265363632383339346532366465383436643165 +64613563356439616533633439663430383066373637623433383339623938303638313466323166 +39616638306266636331623066383837346465656531393331333762336532623331613437656330 +65313465613938336634336366333133626164336564393963666230323034303937326231366431 +34626164396664376334636134373565313632316633633065326139373432313132643462643936 +36326639353739366363636531656666323764616364663932623431336433616563663139353737 +62326664613532613463616632373130663039373337623334376331306531303863616339366336 +39666638346266623934376666616530323830663730323962373535393762636463323337643939 +61353061633533323334353835343731663361616666623533383161366131643432343736323133 +32653863363266353965633430313035396438333231396634343363626532626637336262383439 +61373665363738303734396130396164663338666661333534373235303135323461613138386330 +65326462333962613030623636356536613161616134383431353536306563323235353335636338 +31313361376634303764626432626163656634376138643033326130366636386635353236653035 +34396564373364653333653430373933636131626465353330663866333466363230646134643864 +32613734393539666433363666353461393836623330393730373238303663373738663536313431 +30393238613039383832326136663833336538613235383365326532613061343338393431393133 +63343239346331306434643930346465613937633336373264376534343035386265633633333433 +66336161396364646431643830313233623035383230633961613935626365653334356131666339 +35333837353764616131353536306532333730373636303066613262663562386561616163666361 +30326332643165313032306338626263393134353631383863653130306461383963343237373466 +39316330663031633334373163303032306364646164623239383464346465646336333030663031 +31386436336164653037343331316461373535326263313538616634616639653866313061303939 +66666633643565346638333261323363623538363234613963373238343135363033376135393435 +61303334323136663131623437306636666363306335343938333838313733346163656661656663 +39653637356435346334376538643332633234663531333766336139353537323432373365326539 +39363865303662633166636462646331303234353731666161323466643963333031343537376664 +36393566373736656661653339393566313465653532303265326532396239613234336566333433 +36653737326262653337396637343536633332396432383866363130333763396266636630373963 +35323831333162393761353032356562613062323233383730373265663039356131646133633632 +64366636653466393833663531623866656366666365623739316130393965333065343266363966 +34626630333231646339376339636139373030653836313637333939653437633933326332376634 +38653234663165613635323931623364646266326634623664363063313064353830663238646639 +63393839356462656363343931666265343964383136613461613835666266326165373966633261 +37626232643232366633303762633735393363306566663838383963646438343336343331316565 +34323939643661633336336633383961343066353238613237303635333038343934623237303738 +63336564643562343732643731613436393665616138363634653262316536666466343934326363 +63303539326230633634366332383737653566353466353034313230383335326461336364383162 +64316638366232346333653836656666353830613837666634366431663161333264366538373366 +36353265666263353233396137616433663838333763353664383762326433326664636464653933 +66303161623133613335653262363833613139663030313930613461316266656465353237636134 +62363533343361363632313166663563386536623764663065623632646665346665663266363462 +39313363633963316665613137626433643663333264383930633433643938353463656332306265 +33623039646235646366636566343865393131396565326263363239666262653433653633636163 +31636330633761383832363265333666346132323336623835323264326461626163636435363535 +36363463653930386265653966373763323466653834386339663237353666393732346666343063 +62656639336537346465336262373835303465626639393662313861356639623931303163616361 +37623261623037343066633161303362373664396133616437343462616632633461386231373930 +64383536313564363334383736396631343539633938313136346336623532373133343066313537 +31346361333034313461323362636563326531396134643162373665323734633832643766363339 +37346532393134366563393966303930653131303137616638393839306331386235623235636564 +65626133393462396537316163363332633666313636616233353237653135613038616635666336 +62633262346337643762313462333237616464396234363266353163353562613162323431623332 +36366265303962356263363238613161333331636639333533353932343638376235633933386135 +37353934666133303933396231326661353364363638303430366434303563356636313338616338 +31373564623835356533386637353534626565346366343531343565616437363061653734623237 +37383066633733393932373531306531323964396632373034643064373431373634383533633134 +38386661626663653262333734373364366137386639386133396633346534363466373665653064 +65333735613165396435376662393432366462656339656532396261623932323462626661303035 +31646465376131363638646235353530653331363335316438623733623333373139623234373130 +36643165656638363663303433643434646337623739633761373239313837626331303933313935 +65303864666537363062653839386130656462396537316130376462326330353630356536313266 +33613938363235636530353539306537333535346132306465636437343163316437643835373866 +62303538396564386565383932313636323465356532336634623232386430313063393534313131 +65313265393064303335626530626334623630653838353737303066666234373135343736323534 +36373436336234663735313533306233313861386362636231623935623562636162336235393831 +33333765646661393764656365353766336431666231313566666534333361646239646532326231 +32373438313434396530663565663134333638663233303961326332643862613531386634616364 +65623438346362653833356664363763653864626265653635393036393639313634366361316637 +38356362313565313165383264373631653232393335623163616563306234373164333834326535 +66643835636132653462336334383765303537626339623736653764306565326634666665396465 +32653034613864386239663934376338386635303130323434306163326634343138616331393864 +39373665313736396366343133326561326363396433656463333434336566363931643137363066 +63666335326537613835616135616161356237633933656561366632343963343661643531373434 +66333537353832356332636330376166646161366438616135336433383930623438666362613734 +38363338663731613433306433373064323139383465353639353835653437636335643465326233 +66653533626137656135343362343330393338663331666465333835316264636264633762336333 +32383937393838616231393137373764343333373239323333333363343065656330623362323661 +65643833633865666630633165643431333261633430646433393931393137633436353034373966 +62303565343334333665616661393966373563663966633234383866633465356430663363373763 +36326331633935313732346632353461653530616437363838353835633039346434623064393537 +62383161663063636234386363363733336663373135316161386136653232343164373432303232 +30376266616637656663636464333661633330386437373666663235363730633932633832653633 +66323466383833343166663332353161386534366664373838346635376363623238326633336537 +63353633366231323135323130313932383436343330666131303035366432353637633033306130 +37333166353336633238396161323566333230623066326662346461393831373637353661346637 +63313966653263373031633437653838316438303231633862336566356330353231353237636163 +38623366393334373464353936643637643062386431613133663238636664353233326561383530 +31653037343138333635386239366633633130343332653438643635323733336465393063366234 +37616661393436656537313036666239336466383336663465643436373062613963393534663836 +61653566653765396631393964623537623136643266313133363034666138656466643837333639 +38373839343262303964313663393834386531306263336361393438613832366565303761653233 +35336630313963353364383361353531353832313331326438333638353433383164376366376138 +37376336653436326332613934353334323266646439353232353936313837653031626136626562 +35393332363630386163646439363738653966343066613062633262336539373835306431313835 +35323266623964393136653536373465336237396237396237616663366161313333623332363161 +65373766333537643935363234353865313633313336366666653636306236343432396663633931 +32326363656163666439616131373566626438383436353663363431666238316532373939663739 +64616232326466393933356661633361326439656161633961323639393938663939356664316365 +38643333373163656634306530623939663531316661616139323466653136376462326638393964 +63363832333333303235346132313564356338646535353538653861323061326238643630363364 +37653136643362376439303232393663373330653566373163376564666435646530663036323362 +39656336373764633234616266623762333362383139346564653637393137363433343632353136 +37363865363830653962363065393135396561613465396532316365373465393636373630656265 +34306434313336383766633835653165616237646563366433613034356133326565316238333635 +39343534313731663539646166333239386466306235626434343638666633366666616133383733 +64663539333430353161393063633665613333303334386364353730666534643365393736333136 +34376638363038326434376364616438663064663164323964636364646235366430356237663230 +66323731383231383834653861313439636336386466313262376164396331376438333232623234 +36376661343332663635646464623661333732323764333635376137316261653662636337303439 +66356233323737336333616530623863303732316430613532626233643434633039643434663332 +36313634373165633430326531336633396439656164613332346633313366656234363361303536 +33313131386336623466663231363030653161343136643838653065623235643766353263643338 +37353232333233636665666164666363663735376632366539633839383634633236363830623632 +37663832366166656662626666346239623266623636656661343233623565316363373462353861 +36326266663931306531623434643437366238393164343535396664666334613066323662303339 +64386539646638633464333637393265366663396335393733656138336539633736373230333831 +31323063376435386639303666393362313531396665656633306366306264386334346366613963 +32366430653766393130353930323238376438653166643538656439363034366337353036666331 +30376337333739343633396563326534616131636361633161313238303338373135626233626537 +31633330626232323464343830636566343766663936323261383038653464633762616361343932 +37363536323066333264336366656635356662366337363663316237323134373436616134346632 +62356634663436663761333238376631623934366335396437666138626361393135366462323137 +65653934653331376261326363323630663639616264373636636334643031643638316130366331 +63613132623338356464326264323033303065653439363236316432363537383866303034336161 +63346264376236653131616332616535396431666334306233653566656135303538323233383732 +35656565613131653630333034643861643634623332666131353633313264346332366530343765 +35336236306164363935303664623034343334343361653232353361346233396437653034383830 +38323235393861646134363932333134366430343664383331316262313531376638623036626438 +36316137643132383636336564643963363736343865303533616365663639616235653134323765 +32343036393338353634643233316237383165386162393930303764303166393738616463343766 +31323731373865353864343733306461646265613962343561383430653534636436333962386138 +38663563383637353230306332653962363961373830383965626337343362616437643466393935 +37616566353839373362336165373539646436313834623966623836356636356633656134333039 +36343435333331346262633633653032353331633733643463366231623561616362633732323737 +37356230383931313232386161353638666435326335333165323665326362303032306632376430 +35653562336236613061343661666536366338633964346438643137346266323937313637653465 +33373337303363363562633637323237383463323635323161343236383561666634333534383937 +33653563303733373331343132616339623339393637376333643230323430633235363865656538 +39663133313464393134633035303262313763656534316664356533626434396436633864323963 +65346164356561316537653661643538623136366364643131623132666331386164323265613066 +31633136333836333236313939346434343133623565373461666239316664313461353139656564 +31373333353361353534626465333434393934343535303461633864663230383330366338313832 +37336363313734383532643066613132363834613538346633373237653332613133383132663838 +30313238373736646137656130393763653136336337663466323438363965633966396137323134 +35346631633066353238366266643861326130663235616135383031626532633962316135613034 +62366133393561626364653034623661383235666130343439366639663239653061663235626564 +30313132353334656365626238373532303831323563643363353334623562386366663137343531 +35643661336162376630396437373637336337663663336536333939373066663039636438666461 +34383633393333333839353934336139653436316538633863343135663461653836653261653333 +62636161366366366365383266383530346430333330373930323035656531303634336166373463 +64353663333965343464333537666530616437373762636638626530333965316131363762656537 +63663334626631663161303763663663353164363230376639626137383335623038326135623465 +63383561626363346131303331343938383063386336306536356264353630323864323431306134 +39653134393466646361323530386332393936643332306462613534323530326636333664643865 +39646164383965383334633536646265616333393266313735623264306331343565336437633039 +63646136373731356662393033653436343737306362363963333034653637336330313832393237 +61363964343263613131353361626433383163626132373531343539303261346132303661343231 +39343232396366613961356233323135643365343930316366316164643536333864613339336666 +35396134363839653364373337396434646436356535616533333661633064383761333239376134 +30363163373235396533376334353736396133313939363637373339386539386337313437633439 +31653639323839343731303635666231303739386239303863313832376466386636343466373037 +62383665643664393261323935326437306564616638623637316337366566613563326262636137 +65656261363639643538313537366439316330633430363461343131343661316135383639373162 +30663365656437623064326533306161383561646533666362323132623661646335333436306533 +34656131663334316262623637316631343065346665363733363935626535313966626264313532 +65353665353764633133323333316136343233393933323439633931633839316166303563376432 +63633062636436643965326461383835363634396439373766643636386163623837613231386437 +66383463326633663239636337633936326339656566663763323364313631353439633564396437 +30663362636132376366303565623163613466616265306264363666326231313231356164623864 +65636636353137313831623334303139376432356561363736326231656263383663653964326666 +34303661356238643862326565643132623535663833383139643631323266336239396564356438 +63303266656135393830626337363561613039663937353231656162366339623265653661616364 +32633638633364653236343532633537643966393765643565663833333266363464653637373662 +33313739373365653435353563363234646564393733333733636230373865306266313730303133 +32666232656666663765656330303462373431343065643861353566366135616633356535316335 +64333938616336303134336337633239633934633666613234323338646366363261663839666161 +65323639393633313136623862393866336230376234656266626434386266343830616636366637 +66333830666134383862353839363864313338613139653539393632343164636330633231666634 +32343533343038656331393137343630306431323265353138666236636235623764643934373865 +63643935623737643433343764383137326433303832363465386531656162336236666661323232 +39616539383363383964336263656362616138343436386165663664663461313864396536643132 +34343437386365646461376263386633656537323465623337643039373439643332396433343261 +64376335376666616537303361353339623763393537363434656131633862633566313637346131 +65353766623263646233626466626565393335353132636463633336383832613832333265623964 +62376663363164336533366461386265376330353732663839353362356430336138386337366465 +65613539346361336165643834643465613230373833306462316234333666363165613532653965 +66366137666436363764333438616439643932316134316530396163643137613462653539386661 +32383961623738623664623362653866356433653131653063303434386438316539393334623430 +35613765616439356434306134373830663931623139313530373331616131366137633463366431 +39613536353465366135313339633539383131316566326232393061313933383331663563353732 +35376164616632396631316434633563303835363632373361396533313131343962653832376136 +62653138633864353038653635333463363165346162333730386338306561613430613536653437 +33373062623236316137333034643036613134656632346331313063613363646239353632633130 +34626163326339316532303663656565363334633334363835636339633631373931306132346264 +64383136646463393437636261383330396139343162326564363732366532626237333637663862 +39663138653063666332326237653763336330303338373936353735303464313835343462326638 +62623435363638336238623732326436303030346333633235356530313265626338373061363666 +30373263666137613934636239306366643237336531346162386432356533643034316566346466 +34396330396239306536353736383636383862666230643761656330376532616638383964393265 +61366632313161363032663338646630616261336339396565316564653931393663363034626165 +30373333396239333837376666353035386536386161316539613261303264633233663639313837 +38356331333138316632346332373864626562326531353465313966393333666366306332643335 +63656664336532336233383233313937663464376331626561303665363262356364663833363463 +33643932353338353231373835313837613961653833303336346337373636616135396431386531 +34656330356537643535326330306262353733363230366337336265636266323832323231613563 +66306232313563323064613434646662323737643236623066386537633064313632373461323736 +62333264396264653236623538376239623137656533356430623335616336363164336564663232 +37323836353762663035393261356165306261666532396536613137333262636561633165303133 +31643166383065363164626438326162623762333036346664313034326637393237633864623364 +33356561366366616164663962303233646466616663313831353231353564326136306137613532 +36623261306130333139633838353835653939376334623963343730343034653836643734326139 +38666432343261626663343961323632336432353365663134353834336336633236633639376266 +64346335313031653132663864663732633330666534633264623036306364646231646435643732 +62623165646665323064316363386637336438613665343934306336666361363665666431636166 +62643730353630383331623134613065366437316430303633386233346431376266643638663739 +63393739356631376163333436363963323463643430376438656566306536333738636264393337 +30613239656461363439303963613766613234326438376236363762643562663634633535316164 +36373564666264383463643232613031353238366638346331623832613834333361356639666562 +32373639343433373763396132343139303066613236353436356230653362643530356261336132 +63303165323234666363663530366165366632633637303161376234636565313531636465363765 +37636361373434633066323466323162303232613831366462396431346330616530306666343663 +32343062613663363031393031666461393835346135306665663261376563393339643938316164 +32396663343139646536303935313162653966316262316461373062623166373866363533353438 +33316365353232346166356338346564616364623336313832633038386232623439616235623538 +32396430623434623239643038356561376134616534316633613961363363653530636662316531 +36376166663838393766396437393434326564666564643166646531326331656638356462306537 +34313763376166636139306664323938363063393866363565363434643831666561363631356663 +64663739316531616537623566656332326365666261363263613430376334306665626261366334 +61613630633938643332353966356665636162373662333432333635376237323536336431623265 +62343336363063373731663335393465613430313030313632333666303636303734643637626339 +38656535643464396666656631656531636132333836333335373739653831313333303732646264 +61613563323731663465376333656432626664306137333635656333656566343035346230373239 +35313935373134313032363161323633316433666234633937333763316465653238663936343438 +65313434323331623433333766636330356461336630303362623436366232336563626138373538 +32316162653462396436353664613064663363633039396263363339303931356433303332373531 +35313939323432363361356262303464373065653865393532646536663461376238633835346630 +34333332636566653938353364303165356234663766373133353639343137636162336133303037 +36313035373663313562356330313330653561376535373966393663316663626165373261373635 +33373463303066663962383938663164363539643563636436626466303661336462623934316466 +65373932353464373332363863356163306464623766653138666636643536343731623764313064 +38646637366636333162643436636532316262396261363438616130373130393932636236356532 +38303538376534613230383334626639333836313834653736393839663932303061303861353666 +34656632306365656532393666343331633237653030653634643435353764353030383436636637 +61366338636638326465306637383764613131343761643934336362383565383839626566306239 +65373565303234393932393063383730653663376334346230383565366664363537373962343238 +37646466636233393036623831313365386132613166366538353432613437346136663162656235 +64333962316262643530333831616363656363313139363239326131383339366331616664656632 +30646538386639323835653965636633363562376165393965373538373961303335663363633834 +62303265353839623436306431316431306636633730656166636561363565323030646362383235 +30623261376337363864323939663637313936346430653661343761306665306237326533336266 +33363963396339333535346362383437656133343035373432353935666634376235626331303733 +38343639356237653730316461613139623838623163333034346566343965306565326533633661 +34643832346430636435306362306264663632393230376365373565306561646463613437356133 +31663363303733303934363764653537646634663931643865376563656334306436663965666466 +66373535373338333836663461363163303866333932653736636435356236653035323936383834 +33613333626336646166613166663339613032646632313664313838613530323232333864383761 +35306438346163383830653539396131376133643831323131373939336264636538336439323738 +34306633613530626262646439656637653666623934353330326533666437383837356235656637 +34306136313364326630623566306634323663313661623165373936353833313733316632616331 +35306438613539366662346431393361303639633661373263656162343032333466653763653137 +35323138306535636635636365633766613763396662396330366663316635303932656266383865 +31356366363337663738376230343734653134386464666537343039386664386633353532366535 +38623639646131633361643034663366643831316661393235323832633839653563363465343837 +62633636656135383165363238356430346463656131303362643663366566643162343336346263 +62323334333834373961323931633836326630626438356231396630386266666439316239643034 +36653663333637396439316564356531613830613839623237656338313761303236396334373233 +32346230333232376132303933323761306466383865643061343336333262323634643735643966 +64633432343338356465383335653736393266643233303036343233323961353764623838353265 +66656332303637346565363033303762636330373030626464653837356264343366666638363164 +62343761666561643436353739353730616231343535666534346238373332353463616433633037 +37613466376636353835383162653838653037346331666664633337633036313731306634643337 +61343034316435336230663537323531663963356366353362613766613861326463373965313439 +37343132363738343436616366373633653662653234653135666131666466613735623931303737 +63363234613130626635353537666236336533323466373432356333376337333835383830643566 +35356432353463333739316235663739333161653535613263643463623536366330663563363163 +36643838333364666234303032376562373138306339376235383463363037303833393937313835 +39376535646237616666623838383066383938343937386633613935313635346261626661313563 +34373965353963343534643832353065393631666337363533353664396433393463623336613034 +64646536636362376666363461323337343666303336303936623135303030616234663036613034 +38653431656238366235333630626335383466376463313737356566333966653330393963643631 +34363937326464396536626631633935393566326632336136333336616639333937376131353839 +35626631316135666465343230366262613737333833373837633365653235613435336631383838 +36386534623832353230386165303062376637333231316434356665646566303334396330346536 +33666338656432616238656632646636366636666462613261663062373831633631333462653139 +38346361353864346236306666643664633234363138346561633833313961623337363831666161 +62363938633563346535633330373839343565336665326462653030656363366236336561633537 +39646264363962356362616337653865366164363335663434663737303030353763303136343766 +62626233636563663333346533333033656532663239346230356661626465336438356565313135 +64613634613937383965643764393563323337383032343030636337366233613632373232333538 +33623537373563303031663934646339323166663038656465306664343630353664356235616630 +61333531346531343436613862376633666436386665393266623031373135333565323535313236 +30613736373430653634613031353961366135323835386664613363383537633939313136306162 +30396133363033346337613536636537333436343663343831363238666636663533646465616535 +31656439313630623935336333366361373131333538626330366332376137653233613235366565 +66623738393837623965656530356332663732653665633036396333663663633666313939626662 +34653764383666613135636336643331393833366662313338626631663264383235326164663937 +62313035623432346664313039386565616264643233616433386564643265656461643133383333 +30623262356565333861303933303830633832376435373364326437383039303731643434623366 +64653066353863376432366430393336636336353731613431356333376263376663353561626634 +31613432363365623834313365623137376339376631336461393530663961663231396461323537 +39356435336537313538363337616266356336343264303137653233303332343830663334316130 +34333565363364613630623461626332383437616637346264383638383263366533393266626362 +66623632343863616134633065343135386464383039646432303061613638613638373364646533 +66663062653564656231336365356339623037353232303763646132613232353964616135333430 +30653632366364346166303737653434396235386234313566626236633135313539333131303134 +61346235656531346538336438626535643132393962333366353937376636326161366137336330 +38623661666239383736396136393865653066366131393831393832626238633361313437303834 +39363031613466613463306331633535363039343865653430616562393063393133313162626363 +66373166396362363437336334633764663961383431313633326263366137306565656164623930 +34636435303033613138663239356364346530313033316532313463313338623638663762393437 +62386562396462363266383539316438303762336439313464343436346230303262343761613464 +35343364316635653039623338363531313335616431343430393035666566373332643435353161 +36626265653865613762623266306634636639353537353636633838306131303537633265323061 +33306165363837653063343334316666663164306338346564343762343666373664393566353633 +35623632323065343834643165386138336464333030363864313934616636653434396366303966 +34386132393732653364626136323438643534383333633634316163313739663834373330303761 +37643330666338333335613634356634383036653732393766616331663261303765386261643263 +65326462383838303337626163376337373063656263613731343432333935313735356431313835 +62653733386138636437633631346433326435636131623164643432356264666362323139333536 +33633465353137346537333932363561396533346538356134343762336339373931313464366434 +30646461313435326336623731303463636161326330346538333566396236363663646363326131 +31303034636630363730366633313630633964393332663639623764326231333761303936653138 +64356232313234626635653163376331326363653830393862373665363139353735343332303635 +63363966633037356132383664383437383266613931633963373530363136326335626131363335 +33656130383638356664666265303264666539373866623031393761353334626635656262303939 +35393938306165666236396261343634633365316366393435643438643561666330653331336331 +38343835383930666163653630396237643938376232616134326637366437343366376439656235 +37313835653534323265363638356234653961636136333661393831663131313336333162396231 +37653466626336643632393261343137613732653465303730386338363734626336643863623330 +64323732343064633233346464333432343965623365663461323564356165386164643831353630 +66383034646166393762356363366262346534326235656230333331303135663061306464333065 +37626336633130643533366439326533646431336630613066396135313536663437366136646634 +34333934356537396239623561353538303639363631613032336335336434623136393533336162 +36306564333062373339636335396163343039666638666465323132363235653763623635336338 +39616463343466613461666161643133306136313036663964613436666136313030346639623233 +36316366666663383531316139346266376333393661336461333863386435636366393365306265 +35336635633763313962373566613835353137323537373139633364303664366364363133366566 +62316438303865626465613431653265313134356433396236633231353938376632313337393331 +36393636376162386330393036356638663532646635396232666531383837366332653331636563 +38363235366535306337333837393739313837376661313863316139616239626436383865356461 +36376561653731316531363234376239336563346433336230386338343635323732343138303336 +65633161333963326638623236316535396636373634613939316239343731333931326137303765 +63363462306163386366353635633735343035346463376265643931353837393731623432653866 +62643930336132633230663463616633613932613333323261336264326566336630376633326165 +32346430626362303838666135623061623163313630386331653164346562373663373236383234 +32393862393039363534336438313036326633386637306564383835313330383732376535646538 +33623966363637366137663836656230303437343536373539363337633731346561356266653137 +30373063363164306537323531373432633734323930326464646530633035376563616637613966 +38333566356531373733656234323761643730623565316163316336396638663135653065623966 +35393233353863663861306232356334663562346366666665643139333164313263633063366638 +63336365323739663331383465363832656664663639363135626466326638633938646437333931 +36306230646637306632316336626164333139386135346461376163393135663137353261666131 +33383037656636373730376665626263383734306330343139363361376364623137306334343330 +61306132323637343265316433366566643337366333393639326365376334353539613431316234 +63373265343132653465326232316534373533363935326562313933363636396436656130663737 +38356537623933316536353237353838336566663339653837653735613131326664643438386435 +32656330613933306238633766666165373761656666343231653833363464316133373634656339 +39396631623235333062623637323462633233643862383330373462336662353732313139326632 +34363735353965616330373666376366623338383466313637666264393666636662326462653638 +32323439323064323664393031646264653765396536303830633837663734393131636538333361 +66333537633566316366366564343565613732303262323635646664303031333361626462643265 +36366164363939353534636561646161326562653734306239306432336637313331323864373634 +66316233626662386339623864376634643362633962383234386233646439613662383163343639 +61663262313939613932383964336435616331643131306462633938343565336562663734303566 +63383034663435653739346562666139393735643938643038383332663137633231363138323733 +62333034343739646438613135373133653639366563656132353634333635366335363637643339 +34376666373831386137376536316566623361343164653131353834633530623332396331663237 +37313961633737313336343238373634386264363536666565663165646661643861313064343534 +65333662373134373439616134633262653732323262396631386536646136376234663337626334 +37313061313930393662306435386439626334663062393366333934383231666662353964303233 +65313764306530333337313966366134383461313337346333363539616234653765373635663439 +66303065366431343265346638346339643433386239613563396230353237333435646134616466 +32363538313065643930653666653738313534623761396233636365386361346163393137643831 +31623031316339316364313164656664353336646132373837346231333266306262363735663563 +61353666363236396566333164333062323766303933346231313864336230653863376365373931 +62313066643036356132666439656261646537643339383939396330663264656134656664383163 +32636530316235393139316338326635333339363839303738343831326137346466353834656664 +36336462613634303836386432383933353034666630303437346232656333386162353735396635 +65333636346635353666343033643162363031373466393537316230336332666263663532363631 +34633364613766363261613065336137366365303739353865393565616130323737366236613939 +30333030663237323061303337663766316638343632316137386366313634356539393061326136 +64333864633565333462663630393665363363656639613132363862653661663638356464353237 +37663130313736306439313461313537623134333237396336303335343033343265393734346137 +36323633306132376336623361323034346364336232616330373930653165343133343762636336 +30653531393964393730313237656531643133653363353034633537646430376537613261343665 +30313035363735363064336338653530333066386636646161643461346235393363363161376535 +30343533383236376566333932663632383662643831316639643436633433383535353038646133 +64396266666132666136396633396662663961343064303239323863643961663730393634323763 +61376235643639613032373666313434623132303439376634663639323934626265383463373062 +33376164306665306131643232333135313761643930306661356566623363663935376166333336 +34343130643861316135313162303963633636633738393935376362613838326434646236363465 +64636433303138633830386436613562396461396362346366666539396531353463303761356636 +37386437643366653366353061393239353532656233373730646137353131386138376439373264 +32663439373536323439303663643266333063646137353733613637373638666164326130343566 +65383266316634626435303066643264343137613063356438646364643162636233653430613731 +64393731613836323337316334653731636433303334366166393666646465323037623761323062 +64616331333465613065643234353135396432356565333930396163626332373834646663313431 +63363030366430336238666138393933333334313461363963353230626365326564613533353865 +61326261653538356663613333646637623837626333336336623135373865623962663366353961 +34393461653036336165393365336661386331643834373462666335383831633362653662646364 +37366561376466343765353865653031303334326632303332363135613138346266383331346365 +39663530636363303037646330623034653631356635623439633165613738623261356136346336 +32616337626363383831656566313033393437333363346135656530363432623932336662656438 +33643339633332353830356231383930323733626662663361336437666134313230623333333263 +39393731613136393638616166386365393366643831383362323136643830333863613263343235 +37633136663665303437643564613438323063303832376335306534303763643831636163383334 +31303730636338316639313866396634613862633661306138613665336337636133383333316162 +36383030656435303165383863646333656234383666323137333063653832353064636530343031 +62303963313736316366356465393263336366656266623937653464363532323164663131663434 +37373264633532613733383062656464343663303431376334376438643663356531613533623164 +38303063386463386637343864303236343733333164303338623034363062616564613431643230 +32313364626261633762653033663138623666643166313066386631303335653864386332306337 +35316630613138346335353731383835663239303162616430326362356263353830363035616232 +37323634333034633630613134383631363831333630386531376262323834323938653539643262 +37343738633635383364663634313530373761623136656461376333383664363635653131313439 +61393366383935306430376339636261393962336437613761323861373663386562393334336565 +32376436386161303461376235363166613833316232356663626133396632343266666533613330 +35303533336261656666393938633465386333343734373235613539653330623436613763373666 +65333165313261396365383166373737363564663433653666653830613434326434653235346438 +39303035336266653139303730633737373539303738643039303637633638396233633565353433 +32633063313135366331383463383532363830373862396464343338663064373239313366396434 +62373233643865336463306337303464653866313933643239316662383435333835393738653731 +35326636346364323665366635333338663161643365353932653837393463643233633032383832 +63646439663265353031383765636438343834613639623330323230373339333665633261313039 +35613730376431376230303662303033303537336166346536363265646130343262386165353364 +34326433633561623537383832393235363265313563383735646230393735303935613332613764 +35643138393835306461313562363338343462613861346332326130323237346665333331353462 +30396662366233653261616336633337323064653337346463386631323739336265303636613863 +38376263366365623262333637363064363261313133626434353637383033333632306134313362 +33366537653966333932363331613432393739363663316536393431623131656238326331353632 +32306536393438633066653137303763356265383836333163353539653864636630376166396433 +62316261653661346338643937643964323032303530303865626235316264386232346262393464 +63616330646538643065326366386634316438653135613762313365626233393662393065633964 +33626337623264343863343431366532313466623662626337623735353134346339323833353262 +66643937623934313561353466353732323833356331646363633333643533396332383530646337 +61343262633566633030333131623032313538613466356438363032623866646432636234346135 +63616666396564653562303535313230643234653638623762363562643965373736333938613363 +30303738636663373862336265616531616463626636363562313639653261336139663463306436 +64336362373936313764353331356530313232653465356536306631366463613630666433353762 +61613930343330313162633965313535386539326236333236356439656165653834653331313539 +37356139333966326539326132363264396536616437353735316438373934383932623039373339 +34323061336134633138376130666136343065663431383164396633386238633265343931383862 +66383534333963656362376638373233383132663764323863356466613732656665356464613663 +64393666393764653666373931653765326239323039616365383031383337653930613234353436 +66343865666162636531343231326663316136346630333863613665653233633436303332333365 +62643961616531326439636562623465643661333734376133373337393830613730393066626364 +62613235363064383538386261323335393564663738323137303766633634353831663432666136 +35653639666161393432656135613031303564663233623931653634613231633163653036626630 +32306662623536333037663839623230373237373332626237636263616566663033386135306235 +33633833663365393264633037303635346336663061346231396437643333616231353930306339 +32383234303762353465306165663865366339636264373736346362336165633333643837626161 +33666336633962316462643530343333363133333963643866666638633363313963323131363466 +34363638623835396261386664333766366634366233383461653535353662313263346438636263 +35346535656136653732333262306635623466316566313564613834616537633866323830306233 +62306261613564653666363736373062646139383134336134333634653765626666613434623536 +62356334396138336663323461636663636630613538373034656265333834336266356561643630 +64353662316466306238316534366665626664633063633139323630643862316536643435333332 +39663663386637306664303961366634333661393732666533346437633664393437383138323436 +30393533653332666436373338633065363466363435353263333463636231363063303033633034 +36643537326530333936303461633239313938353034393865326238323039613734366332616139 +39646438373238643965393532313930356230636563376361633431366337333434663838383232 +33323630386638396538306137383337316462636633393735383538383730316237393830356530 +66396262306563656463306239336532663563373431616136333035323462636338626437346533 +39366333623861616139613831303633343664316633636536653237373965663833643665643539 +39643265376663316635326135383064633533633732353036393561376132356665373635336266 +37373162363131303164613433306432376362656337396162396637643361613636326163376265 +31616135323765633135353834643835356164616666383139336639366431326139366563653130 +39326464313030653764326433313764656561366165363334323039633035663366623637323264 +30616162303862323230393533633331373364396162313935663033666236356235396432356431 +34363835336336363534643132336562303962316466666537376333613161313964613035336132 +30376161343039636563313835333763333565356638616630646664386131396364393739663764 +30613163363433623132333664346566323763646238656563653937626439386136393461313638 +64643962376561363866306662333034316164383763373464666637366234643435303232353936 +64623665323766393063323039663935373230346337393332303863383964313035373065363765 +38613132306531616162366639626238663066616232666630626336353533643765336161663132 +31363438366332316634623961666534323638373839626531313765343836346461306532383330 +62643463636163363962653231653539633231616139663865363033313430383736666239383165 +65623134336134396666363237363761306666646433653564363931616135303466326531653839 +65626564616162306238343930666539326265636239303333613237316366363666613736653163 +35613637373661626433666632313261623937353663623438376562343332313637626262393137 +37663337616533366331316636613539656661386237396431326630613036653738356332343737 +38386232343963323165646439306236613530373866626165623464333636616138346234653234 +34663065396535633032616466323338386135656363376232383236303230323636613531363234 +62336464303636663339613265636438373035313637396533313461653736646161326538396161 +38633562656437363832356166633330663331396364616431343137633834366261326137656339 +37633731396662663361343162616466373761643763336361383333333563303033303963336533 +66626138646161653064366166393534616436393634303261643338643563363235623133346134 +39613635623037386434613065646665303933646634643362663835653030636661343431373261 +33333534386533373939623934326662333734326639323636326165656633623164303661383666 +30316438643735363631633335623635633738376336373334626366303635326464316162643732 +66366561656361663866643863306133373131656534333066663333373764626232613538373163 +31363335353439396437303433643139313766326235626237396235623633363661386239626365 +65333839623233363730313135643536393466656536396134626365633232616633376335383861 +30346563313037646364386630396435333639383366353162376334396331656539653462323931 +39663036396630333766383664316564353565373562616564313666626238373332643463383761 +61346333636539633039396531386436373730376139386135646461646632396239366336626530 +30386139323964663162313735326565376138393338633332313465376235666135336235626231 +39383335363164386632303962353334633138656439636531303131373231633061633137626632 +39663737306565643534373334333230313832613737376463363332643665623736303134336334 +30306438393431363139326237313631323734376333636134323062373665346366323262646363 +64643662336536663934373138303162353439303765353438613336333636316335653733653737 +63636535356336323234616438383266306262623962373238316462633535373133333935393035 +32306466646161666136326536373930383763616436613662353261613332303132336662356536 +37353961666130653330666233383039343565373965333766643961376366396434613436646630 +33336132666362336331333939646365616632663963333539623833646461613937653135663137 +33356537623232353861386530326238343032653964363865613738613165323661363438383239 +64333363653336353363646662633763376534626266356563643339353539633233623465383765 +34656265633634656564613265326639346533663464353935333337343764383265306636333161 +66343932393837366230383566653934393130393737623665333766633738383832393462646435 +64306635343735623533366530343536346462373062353833633135386465323161333932313333 +39306466396234393531646463373835363338346265383463656631383436393137326662326262 +39663837373035336365626564353930613336373732396634373837373332333933336232316161 +34633635643164396363623263393337623439333335613233323931393265666562323666633564 +65613461623232613335316564616535313730626463326430393633656462616238646237333736 +38663938346336646136633666633966353337353864623665366634663639313731653435396435 +38373234323064666163313231393130386561396132326365346364396264376535336234666336 +30356436306338363634343633326161346363356537313838623762346132373439373631383035 +30313962336132353837366132306337363035363530353235353039623937313339333533343565 +36613034663761303234323264656463616264636635663230393166306262306139303262386630 +30313936646563623866376139386633623762633733326531396333636437653330616330656236 +61346238393633303261623138613831343932343964623964383936626438306637363865336665 +39626535376463323237376561643466336630396238343637313865653366356431376661373661 +34386266613332393134363062643962396130366238626233646262336639343638626435623564 +38366638613864643432326331663333613662653665333164333231306461373663353466313362 +35316335376130336562323731373837396431336134373563666530343361643531316632646663 +62333038623165636139613334666337656330323232613039316338373665616433326437346130 +62376464363665356330386337336335353166663437623562353338393832343966613937313132 +39333039396561376437326630653364303430663562313664316339366133626532663938383966 +39353332303539653433663037313435636533356664303932333764353236366430626433626337 +63373636663339306131353139343066376365306661646361303862373738653130363461623631 +32393364643230306135386466376561623232623236306437323262346161383333356634633438 +32313561303564646234303732323837393463336464626330636661363265323033383530366164 +64656565326639366434663563316534376538633534336231353061653531343462353439333531 +64383133373234666437336237363937373962623934333162336534343739383234386634626661 +34303732396335666639333166633734336265653930653031663035363637653561383266393738 +39623238646330343535643863396131623963373231303465363634633232616365653632313134 +37633537386334333137616232363832343830623931623563313533653935313330373462323961 +36383230626465383665353938356166623833323135633432613536653966306161316464303536 +61303063643437366135633935653564326230396636633236623134643035313833316336353232 +36653562383934336130333063636363306639356438393733336263386535343266326634343063 +37653766373066616538386239326436306337326632353639653461393731373736363936656130 +64326138633438653061353837353934656463363030613333383766363364333765663036633739 +65366665663831366239303664653164663437636336356336376235656362343235336338303030 +35326234303332343433343137646632346632303734393630663961303430636238356262326237 +62383931653535653235623462383161323361343934633164633933343761616661336436633636 +37646235663166363131666633366131336165623435653338306534373037646664363564336632 +62306566613338373931643633356263336439613937613466643962653231616465393634333731 +30303333323737396433363361373930303831386566316138306239326161326331623761313833 +63316137313736633665393538353434343566383163303531313136613639343833373233633635 +63316265373166623237613066393964383739393938393964646438353530313337313937343836 +62613962313033666630663762323965616664383666636363333538653530393533613832353166 +31346533656562653064316433363134326533383534666533613262323239386263343462653665 +62356138653036316664306136643861373739386331326334653238646533383565333836343838 +34396261653532643736363566353464623636333339333836353032636164393830616433353664 +31333034363134343166336131336163636662613437333562366566393361353563613933363433 +62376537323534333030333933613133636635323932316134643935333933306631376631613462 +30393561323933643061616232633438393662306566633366616634636633653733313038616639 +62363336343736623135333261616263343262616438616134623464623466396437636564313334 +62643339653536633934363235643334333931313636313965393537333266306563363439393031 +64336466313561316537383561353133303433343633363966366532393266653561326537643537 +33613631613961316363343330323137363639653732366534633135316338303261613835303830 +39363730333233316562393535313232623166393732343135343163636533396566333264616638 +30386566653562303562383363656536646330306663613666313162646130306630653432636337 +30666633356139343639373661656634376538303936613962373133613732333432656139333564 +35333064633539626562363132633430316338376432363166393935643736643438616365303365 +39633332303833393761636162383963366634313466323738383064353335343966663965633066 +62333733646133306131356263653231613066653563333238643635623037376530303036353232 +35386231663535383934313666383865323264373633336530376439633261346564316464373130 +38396666303938653837643835363365653730643364346438393633393039636535356231663761 +34376435313134323564363761306130663164643163653335313334393865346265333162613961 +30306565376232653138663365393236646537633738656634613235323664663032616535356232 +30636566663737373662306433363763313563366464323965633730643230623930383930663264 +36636239333234353162663432653938313435343233653438333962316362633439343237383562 +64643538306430376433656164333263666333363839623461313262663264343433303633386335 +63353761393030643437623635666631353037313336346435346337653564666133653364323239 +62663164323761343964636665343432383566643133376234616434396265316135333033633665 +34386338303332396132386262346437333966656336346332626535376565333566636532653332 +65326337613365363764393464363565366430366438363362383966363632613639383532633830 +30336634633166346135323762613461306363383466333339383832386564633166353639626531 +34343031306366626130646336616162616630636532333436343135623333383531386231393762 +62653532656331303234646439646435353035323334313435363137666363313466386266303836 +39613638663266663438393663343237363435653736333963643633663937363963303230313465 +62366635376532633730303466383464643730316462343536616161386438363766623563346132 +32343232373832643962333434323234323962646332663533646130366362333932376265613730 +33656533323164373861663263353837393466303564656432646663393730343034323033623131 +63613132646538376131646562306236353635366362653534383966613537353534613031653231 +36356432626435363865393939323964326433656638626330333630306637626564313630336365 +32633433343130663431363161346337393331373762616130613233653061633932373435343336 +35323337653066616365363363626639626237333833396164376332306136623830386338613730 +61366331353230323836356265393966323263323032643462656338333033383239373631616432 +36346331333536303336316432646361623063323635326436333136356161353238646461623131 +32643462383631323163623232316164646338656565316166633462333938333034366138393765 +64393966653334396633373363626463613932303338643335623965316365326634316133636532 +32326533343963336464313561386633646139656162353566333862306333656433616563663133 +39626135613237346238333339303635393134623738636332646463633063313132623235616364 +31383963376137363433336234333133633962643832396236303963303061383632353863646335 +64343766656232626637363631363132616463343766393035653532353636366264663131353633 +63326235663265623632663266323630656165376636373837656431326634643337383038383965 +64353135636633626666396136366665613835313866666161323138356565643363363434313331 +34386430643631393034363131626137656461366666663538343138666232636532346661343364 +64353832323730646264353461316331663731393038323164626639623063646632356533323563 +66643462366139613062363437376139386437333661383635623463396631393336613833363462 +61386661366233643737396263313161633731353836666138633735356363666663376364393230 +35646161383637636337646164366662623762653535653262363139343161636664616236393466 +63393062313339633537616235303535306161323833386236333935393565656633393035323539 +34363035356263653930353733623737666136336665383534376436636564383261623163386362 +38383765336235366234353036353837376538306536373661613938323466663665323261383137 +37666435343636386535666432663463323965646362313334366237353436333532326336356337 +32383834316439396161393938373331313730616364356332366639393539613736346263366236 +36656634356234666466366463366237313032313364303466373934363465373736396361316231 +30666263633436383262666232383430333965356534303661633134633637333366383430346637 +30333062623739636339313038626434646362313864623362653661333066363438326636636666 +66613536663133353935396437373833663163663235653731303463373132646162623935383863 +64626534323138303933306331626266386536303232393931656231303365353165313737313562 +34333534326432646236356464653862373633643230636233316138363933653765613536393734 +35303364353131643561383663373163656366313537373637396133663864633134636665376136 +34386463353065636562633631373261633238616638633430623438363837343463336636353034 +61316636366330333765616262643236323761383564363033353333356665363765623130323761 +35303331336635396136356130626539313832303235666137396165616334313132613665633233 +62623833323735653461393836366430643835356464343733626532363533353631656239376437 +66393631326430376239303533373333383539643632663365333565393435616136323332376261 +32636566633936306639373737646233663537346365616231393265663635356631633130313035 +39353464663537343765323264303837636231356539643430363463323939623161346536313537 +33303466663062396132336231636261646630373638626266393337303764393866663237353661 +34333561633332353462353936323930653436326133306235353230656130333836343739323636 +34343163333538656562623639386535373861326263353932336131346166306138623336343332 +65353466313762626638356631656632643761613731373135396332633739656661306238396339 +30613733663064353666653366346138303565326535653831326134356330333332653434303035 +66363833646238616363356266393830353765363661653631366332633436626161346266616131 +61613331346539366234643831333132326661383931643235386365353335663433313164333033 +62643237623031326161393936336335343262356532353936343563373034646465383763333263 +65666331323532313337313864316565646465313138393765616339626361303737613263663333 +63653164356631356530643864376461353139663632376532336330336333323537616466383562 +37623036333735383765343532636461663638646165653832643336626536643235316234663135 +63613136343365343962336164636163386563663434393233383965323031303261373033366139 +31353239343630626262353862373137396262363130353536323137666239353039383237623365 +31323164303033313764633566643063393233303365646339313065613636376461326330326361 +33346530383566663035386166373338653639336634656236306466376263346139626639313162 +65346333343565386330343138393734653761643232363730643635303334623430383339376236 +30303265626162656661343963666464653139633365633932376131643166363739666663633162 +35613036373934636537383238653135623135306263333636616237313866386133376665663664 +36663639303465346431613666303030656136393931333736653431373630323366623362616236 +37663461343864663165393632333266646662636232323237636639643132356335386536366136 +63663664623735626534393662393135613432663737616163336439386137666666386166346239 +34623332316132353932393532326430346363393738633766636461306635356563313265396164 +31653465373033346132343765336465636566303731666334383837303564613835633031363639 +34396332366466323934396539376532643039336337643035323235613936653535373039373836 +31353038663133666565313866616332663061373839646635303436373730616533323539313535 +66306637633838613830323832356537333338303764396263663537663135396262653865363434 +37373239653561656332373165343066333032316635666466376463366238646235646231666361 +32613838643436363165303932336265356538646130343232313264323364666437376134343530 +31616465666433346130383562633266303866336636386463623431633936646463343166316439 +32633535636134623334643065303135613230303464643963646566363066303861396435643163 +38383435613437626238653363643234386431623531393164656631356266333438323065653062 +63383637386133376165356131643466623064326262326562666330313263663963366338396438 +37326537393633366231383036323538373263303535623839306561363065323935373036353438 +30363661376432306439653861333236623162376639366362303862313435326532363231393162 +66303665316133313937646433396434393261353734666232656238346462313331353034653062 +31306339363862303061643833336138636665336338393334663338656664383736633331363835 +32303861643065616130383430346131633034623336356532376336393665616631636563396165 +62653062633735306466356334633662613338343261666236663038326235613538623138666632 +32646366636266653932386639663037333563376262653837643963326266323632663163313739 +30613164393465373162373338353061623761393863353336396331333736613365666363633334 +63616466626431343134363134666364343662636430303736326338666462663031663662343662 +33313532336164356231396464333866336365363836353837656139313236623535313630383732 +35353838396539616432386339353330643736396565333136353335333432303964613665616537 +61303963376332353733396133303732666630633839383636353432396332343635643231373536 +62333664663437303933643332303737383337353462653934323630633137646162316530636437 +33313566353962643965653538373438663931613062326535643730326635376138636430353263 +31386163396230363636363061653966363866353662363439363834373534383361656665656131 +36626164653665316666323965663662346562373339316337353336356666663538633130393362 +65666233653136653533613037306235393337613764323537336265636639653533653238396230 +35613639393264633737323363346266616130613435333066353161306436393634323732353363 +32616135643134646565383162666465613534366264633966306366666232366665333939323938 +38666265653932666264613832336530303135396363376631396531383538366435306365623332 +32353835653934343139353161323530343032616439613861343339666437343730643236393331 +32353237643061643534346263616265663430326662383362303039383539366430366166326263 +37353665313966656166323434383335323463306334396630383231663564363564636261646533 +62383066336265326639666533326564633964383261393132663030333763313038306631366638 +30346435643436353139333139646665623466653061316362303565636464336461633237636566 +64623234343262363034393038396435306264333433653932323439373839336237613065376230 +66363031636438366333353263333163616330663431666165326331313262336463366534613936 +64663364386265633033663963396666663965666631343434616662666564363762663939633337 +39363161343435386664373238636238623937636134313934373763663735383466643162636437 +33613530653961656435316233396163373166653533316134376236323533303861363965323631 +63353762666263653630646563383430303830636464343363303966386161373637353762633862 +34663730643536323738643637316463393465393234616261313636623437316265333036633962 +65303935626537663766353231303165653535323539306165626236613032636532393965313535 +64386161393863303764323137643932333432313364366465616236636335616461316366633033 +34326362373239336638343432323265643336363334393833643939643836643965313436303534 +34343663633464323364333937306464323064353763356131393038343863313062376633666432 +66386537633930383133393665353036306133326333616137636335306537653862633663623638 +64366230303761646530346634323237363065383336323932353866343537353061656466333063 +34316237366232333032376534656664653639343936313464356439373431326665383365306133 +62623566643532613437373762356436663134323664623531303631323531313164343634323863 +64383233643262303438333761363735636134303265303264623062306233386233653766643135 +30643763656432363462363866613136333363613838643135326163633833313062633565633066 +30336139623134666230356236306337313437306535623862653237623139376265353035626237 +38663535393336353266353262343863626331356632636134613137366232636533396637323463 +34356462643165326362373036386263633964396464343831363761636362336136383834623766 +61303364643437653838353935313930613138306265623137376437303162353536323535616331 +35633339656462373735336261653564306137613566333832393765616566363663626633373830 +32613635313139613038663930666438643563306563626338626339373439393130343637656236 +35316533393435373538396639616434366338323030653865656165363236376139633334336165 +32306535383363376532323234613464306337313235636135353738653063393431363739616561 +39353662663161323239646665333632343866396339616263383730636136643135393163336234 +61366563613031623065353763373061353564383265656538303766656562393736323433373232 +35653465333161316631333361646465356332333733366530313238613563316236363435396135 +65373334663334616139616330613465323234393636336632303664636162633633376432646461 +65306265643064663961363939663536663363393437333966623036366138366632393135353337 +37373238623630363738616366323332656431313564363564653130353933653638623761346537 +38393563653534656530653264303135333134353462393061336431643439353266633862386337 +64376162393563393530346562336531363238616334323461356635323139633866393431363161 +66636366313863613363333863316363613266623235623035343265336136386435356362323338 +64376264643231636337373231373833623365623139366338333730303032313935376232343035 +63663238393330303964326265396431313566633362306539303035323135396430353263623039 +63623566643034623737616332366330383466636632353630393133373863613862626531643636 +31626337643531386462306134336236636662393837656463653639323561386239333037336433 +62366333643539643261373962333938313664336164393530353861656263363339353961353439 +63343262373636343635643762613861396638306466356264363833343736633638306632393463 +39343763613864383961366264323661663565346666366463393131663662373531323962393263 +36356139396662613465363932323437336133326265633937663231373161306166623533376364 +34613936363435303330326636376439303837353931663934356438353764343561356538343237 +64303739663036616439636433373237363038643565343564633731643865333438323639376339 +35393264316465323835393664346333303531633539633337353233396466303463643263353630 +37313832366566633430323335626162626437353261376365646238313064623733333461616533 +64346637373062616235643365666538323438373431393264393465366339313530623939633964 +33396330323636353562636534383066383435313939663163356532323061376563633761633533 +61386233363161653137636535373165383265613764653266346338613038663437613132363862 +63626433613938636431646461373037633430356439653064343666663162356263663364633631 +64303732313464373338333966336164363239656530623633613961373531656166633030663738 +37323735356134666432313138313733626234666339633261396135323665663361386466376238 +64666261333335373264613437643134646364363435663138353066616364336434663131653936 +65343431313935643466646435663564356464383832323139306138653234646430333138623661 +38323033633233343634386130663261303066613533663432363533346462333339663765326235 +64663938386639333865643561383136626562356235346465633563626338666634303032376562 +35613730363666356439303562653961633866646537333461623362313333383531386566323936 +30323738363839363163613932393262656664366635626333343832653439616235623562313637 +65316432653236613564303934323761303935623765633965326463356262396336383435643563 +32383533653831306331613734316239666465613533303136626666343633323130643064643066 +38373333633533653432333365376630636232623165303161613766666435366265663463656132 +61343366383333333664363739623430663635333739626163396532623863636132623932616531 +38353434343135313737353563343435613065613161613033346163316135303836636566353634 +63396134653230366633323934663135623463363136386362666234643162343837376230343134 +63343262346238323664633337333833333231383432653730626631666337333763386565663135 +34666138363266363337343035353462303638366637376630373263396630336530376139643733 +30316666326363373936353066393736613236613734366264396539646565666465613837316235 +31393061653638343735376566306132663936373737656134343133383461626262333434663162 +65313837636330653633313166313236316530643864643634346363336138646234333437333363 +66393330633537363332373361613135376362343463663736336361396130343939363334326562 +64323133373135313565313961323631343935353765396132616537633634373433343637343462 +38613333366130336461653635656163396331373039613030636430376462613161336336653738 +34373732616262366665323832623336336638613233303937313562396134313063366235326136 +36363837386266343738653565343933313936353236636334376561396431343734313061353265 +65383565626336333833656336633631366431626139346335366564643363376361333163616435 +35363839316639303461353762626531353762346138646230336561646233303030386463633637 +66633437656562653937633934633635363863633438383561623737393261616335623464383861 +34366131373566636162383838653639366433613830393736333336653238316536646635383730 +36306563333763663264646235623636626563636532623633633038336661646561333132343235 +65373962623562333338323464393636626430373766393135386439333835303834353765316161 +32323761383564393330333130373362326162386662633737306437656539376335373830666231 +63656535656664353237613630343935336162373063333930393135663063613838326366646662 +62373966643662653938353035616462643262636238323138343630306530393064636633323836 +63353131363931303362373138613030333266346464396532396533396436333437326166313430 +36626161336533376363326636376539366563303230643832623161373530613832366462646261 +37326233356331633233386166653564306537303831343838356238643862323430333631376633 +30313835643465623631373937396131393632633365633464363666376563373061356238646132 +61623731323031373134396333653930383163633165363739333164393434363430323635396266 +33366661303362383039343233633333633136353338303032666536363862393935303632353434 +65333262653763613666663235393732663539316332636363663634313664353864316535353138 +66326435653837393036653263633364326562333836666339613639633763313833303363343830 +65626235316439356466373633326639646538316437666163613466383766626237346230366532 +64303265353564316536616339666362646530613161636437656238333631653831303334633536 +34626535643165656537313031313035373338333738346539313665646630646565626332623232 +61653733346566666634333764343663323531636362633166326331313733363963623139346235 +36623830356431306630313035336461366332666566653437356639653964623763616432333466 +39386631346562623538393037666134353464653564633962353631313430343062613433316164 +64346134363939623165636233646533616164363164393730396465613761396430313531636636 +39333666316530663438363035663065343832333139313839636361376661623030333865666230 +64636438313038663336373166313839313461313130383464383030623533653566383637333563 +36393530353966316264303132366462656537663531363864383562353432346434336434623864 +37343965613130306539633361313139333736333666636139666561613463303964303137323163 +35333933643737663566653333333738623963643262303834323034383831663534393064643534 +32343133353335336639326532383438616233626465623362663732643533336566623133616132 +38353138623539336332366665333036336538323238633230303133623261616537653731636531 +65346130323663653064656538323066353130303335666361616236613938353333613237396263 +37333865303637323939656431383832663034633264343064356461653434646437366563643436 +62333339346138666462663937383436616434633333353062633839343865633937383530333838 +63646661643536633764656136356264306439663064616130643066656630396630346133393935 +37313035336663383962666364613733323237656638393661613633643931633136393333636531 +64626632613136623665356330326166386565356462616135626131386438366635663139363134 +63613462636332643032666461613031303035636633386166346135643231663838643635383332 +33316536316264636639373535616136656564356466346335656239316537353135373664323334 +35653062376339626637353239336436646166383130643731316232616362386433623434323334 +39653738353038643630373135393261663331343464316239356364373562313163623130376264 +38633734333334313436306132323130643262313763613932323565383463653833613038343866 +37306336663336616566396563383435353933363366643561613065303662396237376233633763 +62616338656438383833646230333636616565383932663235353237633038626239633835633434 +39653734353565316363383939386364303131336433653234613665666239333566653966643535 +61303963323463633436346632326138653330383130663463343836333035363163343831393465 +30373232373539326430326135623633376663303966616134313730656230346633656631363532 +30306134396330643736313138386266373332393333343466626636656438643264643963376338 +33633636636230623837353066666335626638303031376337303232393838663165396132316437 +36376364313065353137373435396261666231633766313537666232386230393731333566613863 +34343064666564363834323037323436363939636363643864663134393137616533626138346430 +39336332623436336163313062343439383662643030653238383935646536636636373132323438 +36393963623761633239383638346139636633653139313765323830323332366166386165623239 +63396364333162623638633761313731636263303534376563316163383665303235633339666433 +63333831383730353539653663646430346434363735343162623665306563316436616133303764 +36643238623830333930633666653930346436336637343030346265306633353165633165383064 +34303064333233346538376535353738623261396437633037666536653865333065633535343765 +33383962356138353762626532646362636537396363323430633037623636343866653364353230 +30656635626462303864643939363066326331633934363834636233363165326134373566633536 +33353039356237366161306461353536303131646136386565356266353465326537643135613633 +31613434343564376532333734616435626239353364386332316331336333343634366639643739 +31366237313466643462313034346136626137616132663533396132383032356162333034353937 +31616364343465653331303862373666333835356334616166623133333832393433626436666331 +32343639663566363337383562396137663535313963653062323265363130333263633532323032 +31363463333066656164353136666464656461373532363232366531636164393133323735356133 +66336662336663636538333762313131613863316462656136323164373263653463303034383134 +31356133373563323332636333613364633165343638373930633232383835303361643034386432 +33373861393136313833636336623937313538663466663731636338323430393934643862653333 +38663638633936313035646138373231643265623631616666346439656431643666636536316539 +37323664626538303065633466653337626136393939303532366637303233373133643062646132 +65346131343839316130333262303836626535636337613462313239356363643463373732383333 +39326561623362626136373066623733386336343538303963633730333361393766666233363436 +61306361363934623330316333383766653562353239613938643834316165653531666634393037 +39353430346162656333626132366234343732316463313661643533346264396666643030346462 +36396632663135383966356361383863633332613761633561333435346361316331623430383066 +36613933313233376235393365613137303633333566353534653038393633376334626237363765 +64313931376461373137663934343864303463623665356363333264313562326165313833313665 +37623631313932653530666632383361656437383064303634386365376564613438623165633463 +65363262656338623562653861626134653233306564306633656335396431333363633063663139 +35376663616261616133636164613662626262303265333863346136313138356466613266343665 +33333835356233373562346263373336663462326638623764636533366436633738366263333437 +61343237653832353531646164666461643665333763623530643261633566346231366539336132 +30353338333161343032643163353430386162633536653064396432343533363937666635316338 +35373032346535663331393665303261336161653738363561376532623538663065656533663839 +33663065383163336638313462363530393264613631623735636232316539653633623937313262 +36346439313064623539613261666535636534396333383037373661393638333239383266313261 +33636561323130643333633766383066333761393139643531353638346134356336326334363966 +36383336663263363631326138653830653637666134323163363364303564633334353133643931 +33636237383431396334356562353130303434623065356530613938636438343539633430663361 +32666635613236353030613838646131633431306364356137643165393738633065656631336339 +62626132663765613031306336306466383534363639303661323933313665306637656533383730 +36313066663233646263303866313038323961383466623130623062326363303432643838376366 +62336635323134356563366236393835386638623836623031666138626466376238653830663264 +37616263383435366136363061626234636338646662643636396462376564326663663339363766 +35386532396165633937623735393863376334636266343837633165643034346166363937663563 +63333537393063356637356537643666643730343161383965623833626332353065346663313562 +35386139396138393836316665623939333631366238316561623233373335313731336239323331 +63393261396663373536653539363834343165316331343734646536393539643164383733616439 +38316665366566363837663530613235323231396630633966666263313938346136643934393935 +34343032323130386337326564336231313961343238616435356235653134323537333738623738 +61323465363736623335386662393064366238316662336666393130373136396435656534303635 +30386232386365326161393561353964613533306530373634663335366461383636313533643534 +33363530363138313739366232323666383962343536323633303064396261356635343236316466 +64363461306366623134343165633961666330633439333934396163326332333931386336306361 +30326666613865396463393737643434623266333739333131633162656430363632383266393066 +65336432653562366565643235346438663334363433386130303336316265306130326561633439 +31656237633030343332386163643332643635613032343738373132316537376635316134363834 +64633939356165653238386266306562353932616166393530633739616666393030386238313739 +30643936323665666538303232396131363831643837646136343035356261643665373762613664 +61616335396534343162326662343362663034346435383133663864306437663934343064393437 +36656130303866303834356630636263373334653133396266636164646666656164343361656539 +61303938386636363463303939366431386237306462323839323464626131386638623736656632 +39396339313338306362363363313333636461316131663139353039316233366331373864306231 +32363231623962396337653731366137343730646234306364316534363534643961393835613438 +34363030663931336164373630633865386263626337333635646265646239326133383335383734 +36383931333764343766653137333561663338356536393130346532303161633864646434613534 +64343135643137343132663862653137623562653531613034336135326462643861383666376230 +37336161626362653764323934316530363466616264653139313636366631336462636232303035 +37376661363637343437626161656630316533373838303866666334356266343837393763653164 +66393739326333353534303063313138663564346633373337386238373236373338623630613930 +64616363336564316631613637396263383832363162303064306564663032356363343638666432 +33313961373332633263626632356239633665313431643961373833363932323434363134333935 +34333538643366646163316463303331613830623564653863646437363133396233343233323162 +31353935336664333362383739633837636462646265666230313763313833373839303539323831 +63653363353263326566363039356565626561393037326536346538363131313065386635666130 +31633832383966313461666238373264303634613066663038333738666539663734323731666136 +61313562666166376539633562343364363532356535666265353261346362366262633031616162 +62396662626432343132613730633938373664373237373365356234613635323163653136386531 +36383332303262393230353661643935373134656130623163386336393635653062636662383433 +37363238633437653336633834663637643466656339363531346162323166376134666263626164 +38396362646161326237346236326438376461636161313563626337643064353063663538643830 +62636262396635666334643866643431376265623533656432353636373366643266383838356330 +37643138376231306230663361313032336139316262373464386466653938623564613864316433 +34343065386338346439656133393138666535376265343663353263623337343033633733613564 +39386336323039666164313961663134613862656133313133393262633436326466333862383230 +31353330663935616234303239346531613362633437323465656533303438623739393762363432 +33663935333165333538316638653837333131663531323262383764333832346134343932303430 +34363764626562636638313034663939323932616536613235373939646537353065646539626664 +35336461373363663238663963373366666462316663356464633863623861363034613539326436 +30383065303038346635343264343032356166333834366432343863393236326166316563356632 +61366363663230623335653730343434353261353736336462323064386331366665396634323164 +39306131343632393165636636653866633139313762616238316437353663306561663364666633 +63313166343736613630363161306133303061356630626536343436313263356464346534386235 +39333531313862313165366637393031366332663738396135303764653938663430356438336432 +66383632653564656431306331333963393431653133353261363635396531343332393065363463 +61386163393666306138613035633037656639373637333030633030323963346662383939373238 +63353234653934346361346266646630666537616630616537353932393832616234663039313636 +37636435383532393964373534633334623066646531306531366431636665373761313138303830 +66383835323466626233623135383237323239393434626432363763613263643563366135376361 +32393530626536396661393661386664656137653230303066323063636335336437626435376139 +31396362613931303436306431356337333030663963663534663561616633336166646562636337 +37663932313061666363323066656162623835656163663430646433336161383334666330636665 +32613830356363343564336464306334316463613961306561643335643464623235353963663234 +31326339383539323238343063633665326439383562323432313337646563663564623064613166 +66333166393361626239303566356166393838623533653330356161613838366636626265396238 +65376361356333666665373230303833363439643561396362373763346564663161303338666462 +65623939363262653962306431346238366235343036326365396161653465326664356165346438 +38323464383262626366323366653463373363396335313837626234373138393162656661393839 +65646165383633326164363732653362376638306262366261326630383531393036633331666538 +32336137383635343965323365363861323862656363376333383139656666353738383562616566 +64303136316637636135626639643362666538396662353830306637346438333034353732386336 +33313366613165393935633961656565313238356163346365643864346535636665616262303264 +30613237303863313765383133353237613130383762313434313834363563643263653934653562 +64663233643266373663353235393033353061393166343532393434376264333035343236346533 +63373435666534356436643932333239623863326133313931646337626534396565666138666230 +39616532383231396637346632383562353066643036373835336666346532383465613264643361 +61373964323634656163636132333663613035323462323462346136316330336630356135666331 +39646266316464636335393539613030343730616330323164613232343734623636316332643134 +31643561636437396234616563323466653134393239313666653564316137616666653235636562 +35396666363234386465323132366562623961343962353264323738363461383765363631656163 +64316136366331343437623538643733396636643838383965343566326330326562303339636138 +35633735366636666132653232353236356336363331336335633131626662323634373133316436 +31376333336535633064316136376665356262653166333935323065356530356630653963663766 +38396132386663333636383266313265303439623337343336633664303066663638656665383261 +31343264343363666636346436306461643631633032363366386233303763356139363662333230 +34323264653763356161646661663432326138626338666663326239343633613831363266363666 +64323633626166623664656338616138623336396133366565313062373366373963373437663063 +63303764386633623739363330623461613231653031313964666335343566333063393634353533 +62613834306434313634343661643166366135326362366461373266643966393465653032333134 +36346161346363313935626136383363366133666237366464626330616336663366343638333334 +37386637613237396632393561613237303430656264643263303730313633313232306461633366 +64356666616633346439386434333735303230626465363865616430316531613934396362653735 +34656539636232623235323332396164396162623966393233633566386133306166656565376433 +34643630363861383662313762363831366439666262646137646464393263303236313132373362 +30623532396431346665373930633432393236333436306332346439376535643261613862663733 +34666233366336633639653463653439616565366438303464386238383432306430326561313666 +65346438366233306539303930303061393565666133626130633665626466663363323438306434 +31666339643531643163386661316463376334616430323234313239393637666432633865626164 +36656362373933343037313138323339626638653935323165356233636663366666646665613466 +30633166353166336266373466666264633837333866306335633562373637303931666635376663 +32343064343265316265326666353965313332343037366261656636353333636631313563393266 +64336135343632613966633530336436386463303537616339346134353534383464636163323236 +64353835663933626464353833346665633935636563656330363762633130373231613831346263 +33363063306136653637653838633065613564393637663634643135363461383962623038626561 +61653035326364346236386664363662373832323564656633626363373233613437323132663561 +61323937346434306161313739363061393839623762333334326366643665633838366662333366 +30373737393933303431333463643938373834346562663962316561366531656261616261636231 +32343063313062663166663938393637376633666536336630333864353033313063643936386537 +64346639663536376331653132303139616265393130643337343461343937343964316331666338 +32643635353333326435323564633538373138316434613432326662353531383536313364396331 +66613664323232636164303931656639383563613362613030383439636138386135653631643661 +35373834633661386134663137366166613038373064353066653737636235343862646462336631 +66663038373966303935633332616266643831303966323231336536353863656461666364326538 +35313432363062316166623430633063386164633066396231343032396363383362383037336136 +63336161643435313562323031653331313664376432383662396662396466656537353065376133 +39623365393031616139386232366532636230323961313333306537303566323037313339363939 +64663530336133343739663836396461646461346637366139636633316438626364363337356566 +35303562663263396230393330343339383066366239353036393531653839303365316564646538 +61653461626364373364306161393339356465663636636435336138303965656264633830393832 +30633733346237613732383439343861356666666133376237373662626161333433633061366462 +34616632653065393938663966343762646338663533383533303132303732623439663238383334 +31626362306437613832393066303638393764613938363061393032656238336232663536326661 +35346233353364653661303962333335383439643666363038373030626138376637386438363931 +64346538333262306435623038613533626163623537303461333835396635336132303536376532 +30653061653233323736376133613032666163353965626637313038356233336133616532623732 +33633837663063386236313933323737623165376535623832396630333032376635313362393438 +35666138336136636431393861373439396334633865636566393134633964353435386563313633 +36323864373463373830336462623931303136303963343763643766623033303163343134356538 +39616630363162653962663638623036363465666262306334386163383337363463396637633535 +31366633346433376662653338306264396666383462303664656432336362393862363036363735 +62373934356261396336336431396562613663616634396337303766323135396232353438303137 +66393532333937323338326662633437376264623661656131346235306562363931656235363765 +36636436656136623765303533393339353430323236373831383365303633626133353461626466 +30616637613631613566356561333265643832633732376562336438353933303831353837323232 +65346434663331303330346632626138613932653039613635616662326430663234626237383736 +36633566396639316363663162373463353861366363616335656335346665373639323834373363 +65633632663131623563663035653365353733626463326539636262643032613962323031323766 +35353430666333623165636239366639653139366239646339376431666439336330316461393637 +30623938306666656635303530643161613335663936343532613136353039303238646661633539 +61616362396637633165373332356336303364656638376637373862366637363035303163353365 +31393530656332623934326164626666376133663766333032646264323962633662666162393039 +38386561306332633163656533303264636361616164646433616566393330373966643262323034 +36656639396137323233393763373463323337393563333965396237363662326233336434653932 +37663938373339313139333166396262303562643462323461383661363139653437306137386362 +30346134326136396563613131383030306431373837323233656536373739353534643662383537 +61656135666235306139326462313664383539363430383138363038306264653562633139363735 +32613938353235363638633635343462653731383164363563383832373031303032616534656464 +35323562366231343763376163303062393533666630316131343731393735343831373561656231 +34613533303239633366663461356266353764623434643433366634343462343834346535643533 +39316363613866313363333163623737653035306232393666623533393034313435373438623235 +39313839653466656538323136636365316565623033326434633830313937373338363234623438 +38336332653233646534623361643032316564306230326634343765623132346131323034396535 +64656163316463633536643233616536393265626364343631643065363337346666616433346133 +34616465626337383033343234303634353361646164376537396432383939323663376130363936 +62316236333361396166386337333839363462616136333439343762336565336161313730646165 +34623864373935656163306335656436613033653934306332633964343335303866353966306134 +30643663363030623632336438653136666538616639303636636435323165386631653133326363 +37393933326538646463373236336265613335393662636336343064613834636631653638393438 +31313231353133613838653163393862616234393231376332313638366631383238653061383662 +33613065313764353739396464343438363764353764356662653631343631316261653832383063 +34333339616330663037376365386362663038343564313933666634313832636462666537313837 +39653661356630633337663338363931643133373933363933346461643230383761383331636330 +31313262323431393465636266386132396162373861313535626362636232326361613138623131 +61333237303336633339636630366465313736626339303366663835313963383330613166633133 +35653864326238323866333161336136666265393737356366303332656333623637666339323438 +65316161313034353961333363633035326636363131386334663938393666333733623339383531 +32373663643461626430323237323239346531656136376436373463363234636561356237623766 +31353833306334366563313437313164646264383463623836633835666137353131333366323335 +30373232393239326130623431613561303765343938346635636664646539323738616532626132 +35333737383632633739353432333832656230336262326662623132366232386535663039623265 +34663130373631363730306430386463633335373764613737623530353565333535386135363236 +35616132636462333030333030333730333333323966616236323139626539323736663333373333 +64653163613134383061613037633036343439373366653931353439653566636332623864373632 +61303535616261366232643939373639343935653637643962396635316263396533343166623332 +31356631653863343536656339323662393439386631326338383739626538383363303761663261 +31356138323834666633633961633564636139323539306363376330313533333533663035653465 +65383639663731653363643737623066323666643033343234373236663963353461643936396661 +61316333313639633633373863383936653466353266653239383163636631356535363834386430 +31393234313937383036656662353265353937663062616531343136626364323030663833323633 +30376539393136323434376132386631393165303837656331643966336237646638313231646362 +35633737616661613139373630356236303630646530373937643834343639353333323731373966 +39363361616537303061623833626661616232636431333834613834616335316334373438333865 +34653638313134373036303338373731363530643265336138313639303263306662383231346330 +35363665623765343734653035353739313339373430636135343530303439333161343463313237 +39383436356430333561326637396463666662313237333533363930306566653535356236623238 +37303264653333333630653164636439666336306264616632323930373334386633326562393762 +35316535333566663165363236383838363261356466666464346663633232633837666262366165 +33643064376230636537396532323530623331303331613262353962613930333639633639643134 +36643133646663663264366138623362313262343237343934346434653366303964376264656339 +63323764343764323032363365653739626439336566666539363530626435613765373536393039 +63386138336535633332343635623962393066353563306564613936636164623861356663386662 +63623164666239613130656433653237626365396239616638386666616665316539346430313930 +38633432316663303964373630623034386538393330353939656332663138653365643364643133 +30666561303233656633333563663564303032623362343366633738613934313934663034626133 +35383335383238663165613034653935363330333265383134326432386265373264376431353234 +66313131643665383030306139346134653039636263346665313139343338363566303665666165 +61626565316435623439356261366134656261316532373737666430366131313038643165306134 +38333335633738393036373735666230313730666639343137353131303739656261643434613336 +31303132373032336361326132343236343166303035333661323835343033303639396263366532 +66323334633235366336663961613730643530353061623734336337633932303130393532333134 +61393265643061303636323437343163366639313761633865653031626638633139363038346234 +31366433663261613035356262383964306266393565656630383466666232396231336133613561 +39393532666639646337373838336638303563633664383836616430393032306465643237373163 +34323364313838336635653539356135323461393530343264613834643365666465363761343134 +65376362353465363732336130613032363764373939353364626134333734323363646536313339 +35376464303161653536363438313237386561646431323539393738376136626637643736643938 +34653430316138663338396638386437323835313865613133616535663936363736643638616366 +35393630643363646436633635643266323030323464613861643763323832636634373536373963 +35343932616136653563363563376565356134613164386537363132323864656237 diff --git a/environments/manager/configuration.yml b/environments/manager/configuration.yml index ba4d7ab2..c68008af 100644 --- a/environments/manager/configuration.yml +++ b/environments/manager/configuration.yml @@ -9,7 +9,7 @@ docker_registry_service: index.docker.io ########################## # versions -manager_version: 7.1.2 +manager_version: 8.0.0 ########################## # ara @@ -65,7 +65,7 @@ configuration_git_protocol: ssh configuration_git_repository: SovereignCloudStack/hardware-landscape configuration_git_username: git -configuration_git_version: upgrade_to_7.1.2 +configuration_git_version: openstack_install_8.0.0 # BEGIN: TLS manager_environment_extra: REQUESTS_CA_BUNDLE: /etc/ssl/certs/ca-certificates.crt diff --git a/environments/manager/images.yml b/environments/manager/images.yml index 20394a56..7f5f84ac 100644 --- a/environments/manager/images.yml +++ b/environments/manager/images.yml @@ -4,25 +4,25 @@ adminer_tag: "4.8.1" adminer_image: "{{ docker_registry }}/library/adminer:{{ adminer_tag }}" -ara_server_tag: "1.7.1" +ara_server_tag: "1.7.2" ara_server_image: "{{ docker_registry_ansible|default('quay.io') }}/osism/ara-server:{{ ara_server_tag }}" -ara_server_mariadb_tag: "11.4.2" +ara_server_mariadb_tag: "11.5.2" ara_server_mariadb_image: "{{ docker_registry }}/library/mariadb:{{ ara_server_mariadb_tag }}" -netbox_tag: "v3.7.8" +netbox_tag: "v4.1.0" netbox_image: "{{ docker_registry_netbox|default('quay.io') }}/osism/netbox:{{ netbox_tag }}" -nginx_tag: "1.27.0-alpine" +nginx_tag: "1.27.1-alpine" nginx_image: "{{ docker_registry }}/library/nginx:{{ nginx_tag }}" phpmyadmin_tag: "5.2.1" phpmyadmin_image: "{{ docker_registry }}/phpmyadmin/phpmyadmin:{{ phpmyadmin_tag }}" -postgres_tag: "15.7-alpine" +postgres_tag: "16.4-alpine" postgres_image: "{{ docker_registry }}/library/postgres:{{ postgres_tag }}" -manager_redis_tag: "7.2.5-alpine" +manager_redis_tag: "7.4.0-alpine" manager_redis_image: "{{ docker_registry }}/library/redis:{{ manager_redis_tag }}" registry_tag: "2.8" @@ -34,22 +34,22 @@ osism_ansible_image: "{{ docker_registry_ansible|default('quay.io') }}/osism/osi osism_kubernetes_tag: "{{ manager_version|default('latest') }}" osism_kubernetes_image: "{{ docker_registry_ansible|default('quay.io') }}/osism/osism-kubernetes:{{ osism_kubernetes_tag }}" -inventory_reconciler_tag: "7.1.2" +inventory_reconciler_tag: "8.0.0" inventory_reconciler_image: "{{ docker_registry_ansible }}/osism/inventory-reconciler:{{ inventory_reconciler_tag }}" -osism_tag: "0.20240818.0" +osism_tag: "0.20240911.0" osism_image: "{{ docker_registry_ansible }}/osism/osism:{{ osism_tag }}" -osism_netbox_tag: "0.20240818.0" +osism_netbox_tag: "0.20240911.0" osism_netbox_image: "{{ docker_registry_ansible }}/osism/osism-netbox:{{ osism_netbox_tag }}" -vault_tag: "1.17.2" +vault_tag: "1.17.5" vault_image: "{{ docker_registry }}/hashicorp/vault:{{ vault_tag }}" -traefik_tag: "v3.1.0" +traefik_tag: "v3.1.2" traefik_image: "{{ docker_registry }}/library/traefik:{{ traefik_tag }}" # image tag depends on CEPH_VERSION or OPENSTACK_VERSION diff --git a/environments/manager/run.sh b/environments/manager/run.sh index ffe80d08..558dda40 100755 --- a/environments/manager/run.sh +++ b/environments/manager/run.sh @@ -2,9 +2,9 @@ # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN -ANSIBLE_COLLECTION_COMMONS_VERSION=${ANSIBLE_COLLECTION_COMMONS_VERSION:-v0.20240818.1} -ANSIBLE_COLLECTION_SERVICES_VERSION=${ANSIBLE_COLLECTION_SERVICES_VERSION:-v0.20240818.0} -ANSIBLE_PLAYBOOKS_MANAGER_VERSION=${ANSIBLE_PLAYBOOKS_MANAGER_VERSION:-v0.20240818.0} +ANSIBLE_COLLECTION_COMMONS_VERSION=${ANSIBLE_COLLECTION_COMMONS_VERSION:-v0.20240907.0} +ANSIBLE_COLLECTION_SERVICES_VERSION=${ANSIBLE_COLLECTION_SERVICES_VERSION:-v0.20240911.0} +ANSIBLE_PLAYBOOKS_MANAGER_VERSION=${ANSIBLE_PLAYBOOKS_MANAGER_VERSION:-v0.20240904.0} ANSIBLE_COLLECTION_COMMONS_SOURCE=${ANSIBLE_COLLECTION_COMMONS_SOURCE:-git+https://github.com/osism/ansible-collection-commons} ANSIBLE_COLLECTION_SERVICES_SOURCE=${ANSIBLE_COLLECTION_SERVICES_SOURCE:-git+https://github.com/osism/ansible-collection-services} diff --git a/gilt.yml b/gilt.yml index 30173582..f7b733db 100644 --- a/gilt.yml +++ b/gilt.yml @@ -1,6 +1,6 @@ --- - git: https://github.com/osism/cfg-generics.git - version: v0.20240818.0 + version: v0.20240911.0 files: - src: gilt.yml dst: ./gilt.yml diff --git a/inventory/20-roles b/inventory/20-roles index 98ee1b12..3e7417b1 100644 --- a/inventory/20-roles +++ b/inventory/20-roles @@ -45,7 +45,7 @@ st01-mgmt-r01-u30 # Nodes which are intended for monitoring services belong to # this group [monitoring] -#st01-mgmt-r01-u31 +st01-mgmt-r01-u31 # Nodes that serve as controllers, so things like scheduler, # API or database run there, of the environment. diff --git a/inventory/group_vars/generic/16_scaphandre.yml b/inventory/group_vars/generic/16_scaphandre.yml new file mode 100644 index 00000000..79cbbd08 --- /dev/null +++ b/inventory/group_vars/generic/16_scaphandre.yml @@ -0,0 +1 @@ +scaphandre_host: 0.0.0.0 diff --git a/inventory/host_vars/st01-mgmt-r01-u30/03_motd.yml b/inventory/host_vars/st01-mgmt-r01-u30/03_motd.yml index 844b6453..08e9dca4 100644 --- a/inventory/host_vars/st01-mgmt-r01-u30/03_motd.yml +++ b/inventory/host_vars/st01-mgmt-r01-u30/03_motd.yml @@ -32,4 +32,4 @@ motd_content: | see /var/log/screen You can distribute OS Images using the folder /srv/www (make directory/file world readable). - You can download files from http://{{ mgmt_address_system }}:18080/. + You can download files from http://{{ mgmt_address_system }}:28080/. diff --git a/inventory/host_vars/st01-mgmt-r01-u31/03_motd.yml b/inventory/host_vars/st01-mgmt-r01-u31/03_motd.yml index fb3926eb..889d9ba7 100644 --- a/inventory/host_vars/st01-mgmt-r01-u31/03_motd.yml +++ b/inventory/host_vars/st01-mgmt-r01-u31/03_motd.yml @@ -15,4 +15,4 @@ motd_content: | |_| You can distribute OS Images using the folder /srv/www (make directory/file world readable). - You can download files from http://{{ mgmt_address_system }}:18080/. + You can download files from http://{{ mgmt_address_system }}:28080/. diff --git a/misc/run_validations.sh b/misc/run_validations.sh new file mode 100755 index 00000000..75fe1dac --- /dev/null +++ b/misc/run_validations.sh @@ -0,0 +1,22 @@ +#!/bin/bash + +# TODOs: +# - some validations are ignored, see https://github.com/osism/python-osism/pull/1054 +# - There is no "all" validations target + +LOGFILE="/var/log/validations-$(date --date="today" "+%Y-%m-%d_%H-%M-%S")" + +echo "Logging validations to $LOGFILE" +( +FAILED="" +while read val; do + echo "** VALIDATION: $val"; + osism validate $val + if [ "$?" != "0" ];then + FAILED="$FAILED $val" + echo "VALIDATION FAILED" + fi +done < <(osism validate 2>&1|grep barbican|tr '{,}' '\n\n\n'|grep -v -P "(mariadb-backup|mariadb-recovery|senlin-config)"|grep "[a-z]") + +echo "FAILED VALIDATIONS: ${FAILED:-none}" +) 2>&1 |sudo tee $LOGFILE diff --git a/requirements.txt b/requirements.txt index 82bacc55..cccf9ba7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Jinja2==3.1.4 PyYAML==6.0.2 -ansible==10.3.0 +ansible==10.4.0 packaging==24.1 pwgen==0.8.2.post0 python-gilt==1.2.3